/* Google Font */
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/* x fs test */
/* Import / Vendor */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .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-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*
 * template style 1 css
 */
 .wptripadvisor_t1_outer_div {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.wptripadvisor_t1_DIV_1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 115px;
    transform-origin: 277.5px 115px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	/*margin: 10px 5px 10px 5px;
	float: left;
	width:25%;*/
}/*.wptripadvisor_t1_DIV_1*/

.wptripadvisor_t1_DIV_2 {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 2px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: auto;
    left: 0px;
    position: relative;
    right: 0px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 277.5px 69px;
    transform-origin: 277.5px 69px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(245, 245, 245);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 25px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 20px 20px 20px 48px;
}/*.wptripadvisor_t1_DIV_2*/

.wptripadvisor_t1_DIV_2:after {
    bottom: -30px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    width: 30px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
    border-top: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    border-left: 0px solid rgba(0, 0, 0, 0);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*.wptripadvisor_t1_DIV_2:after*/

.wptripadvisor_t1_DIV_2:before {
    bottom: 47px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    content: '\201C';
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.391px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: rgb(187, 187, 187);
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0px none rgb(187, 187, 187);
    font: normal normal normal normal 60px / 96px Georgia, serif;
    margin: -25px 0px 0px -40px;
    outline: rgb(187, 187, 187) none 0px;
}/*.wptripadvisor_t1_DIV_2:before*/

.wptripadvisor_t1_P_3 {
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    column-rule-color: rgb(119, 119, 119);
    perspective-origin: 240px 44px;
    transform-origin: 240px 44px;
    border: 0px none rgb(119, 119, 119);
    font: italic normal normal normal 14px / 22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(119, 119, 119) none 0px;
}/*.wptripadvisor_t1_P_3*/

.wptripadvisor_t1_IMG_4 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    height: 60px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    vertical-align: middle;
    max-width: 60px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 30px 30px;
    transform-origin: 30px 30px;
    border: 0px none rgb(255, 255, 255);
    border-radius: 50% 50% 50% 50% !important;
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 20px;
    outline: rgb(255, 255, 255) none 0px;
}/*.wptripadvisor_t1_IMG_4*/

.wptripadvisor_t1_SPAN_5 {
    color: rgb(85, 85, 85);
    display: block;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0px 0px;
}/*.wptripadvisor_t1_SPAN_5*/

.marginb10 {
    margin-bottom: 10px;
}
.w3_wprs-row-padding-small {
	padding: 0 4px;
}
.noboxshadow {
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}
.wptripadvisor_t1_P_3 > img {
    box-shadow: 0 0 0 rgba(0,0,0,.0);
}
.wptripadvisor_t1_A_8 > img {
    box-shadow: 0 0 0 0;
    padding: 0px;
}
img.wptripadvisor_t1_star_img_file {
    width: 100px;
	margin-bottom: -4px;
}
img.wptripadvisor_t1_tripadvisor_logo {
position: absolute;
    right: 4px;
    bottom: 4px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
a.wprs_rd_more {
    cursor: pointer;
}
.wptripadvisor_t1_DIV_2 a{
	    position: unset !important;
}
span.wprevrevtitle {
    font-weight: bold;
    text-transform: capitalize;
}

span.wprs_rd_more_text {
    display: inline;
	transition: opacity 1s;
	opacity: 0;
}
a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px;margin-right:5px;border-radius:5px}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}
/*------end template style 1 --------*/

/*------wprs_unslider --------*/
.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;left:5px;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto}.wprs_unslider-arrow{display:block;width:28px;height:28px;top:50%;right:5px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(imgs/slider_arrow.png);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:5px;right:auto;transform:rotate(-180deg);background-position-x: 50%;background-position-y: 49%;}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px !important;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}
.wprev-slider {
    margin-left: 38px;
    margin-right: 38px;
}
/*------end wprs_unslider-dots --------*/
/*------ wptripadvisor_w3 --------*/
.w3_wprs-responsive{overflow-x:auto}
.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row:after,.w3_wprs-row-padding:after,.w3_wprs-topnav:after,.w3_wprs-clear:after,.w3_wprs-btn-group:before,.w3_wprs-btn-group:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-bar:after
{content:"";display:table;clear:both}
.w3_wprs-col,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{float:left;width:100%}
.w3_wprs-col.s1{width:8.33333%}
.w3_wprs-col.s2{width:16.66666%}
.w3_wprs-col.s3{width:24.99999%}
.w3_wprs-col.s4{width:33.33333%}
.w3_wprs-col.s5{width:41.66666%}
.w3_wprs-col.s6{width:49.99999%}
.w3_wprs-col.s7{width:58.33333%}
.w3_wprs-col.s8{width:66.66666%}
.w3_wprs-col.s9{width:74.99999%}
.w3_wprs-col.s10{width:83.33333%}
.w3_wprs-col.s11{width:91.66666%}
.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-third,.w3_wprs-twothird,.w3_wprs-threequarter,.w3_wprs-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.w3_wprs-col.m1{width:8.33333%}
.w3_wprs-col.m2{width:16.66666%}
.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.m5{width:41.66666%}
.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.m7{width:58.33333%}
.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.m10{width:83.33333%}
.w3_wprs-col.m11{width:91.66666%}
.w3_wprs-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.w3_wprs-col.l1{width:8.33333%}
.w3_wprs-col.l2{width:16.66666%}
.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}
.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}
.w3_wprs-col.l5{width:41.66666%}
.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}
.w3_wprs-col.l7{width:58.33333%}
.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}
.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}
.w3_wprs-col.l10{width:83.33333%}
.w3_wprs-col.l11{width:91.66666%}
.w3_wprs-col.l12{width:99.99999%}}
.w3_wprs-content{max-width:980px;margin:auto}
.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-twothird,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-col{padding:0 8px}

span.svgicons.svg-wprsp-verified {
    width: 18px;
    height: 18px;
    background: #a3a29e;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom;
    margin-bottom: -3px;
    margin-right: 3px;
}

.svg-wprsp-verified {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}

.wprevtooltip{
    cursor: pointer;
}
.wprevpro_tooltip {
	display: none;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    color: #efefef;
    background-color: #000000bf;
    border-radius: 3px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 10px;
    line-height: 24px;
	z-index: 999999;
	}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Disable vendor prefixing for nib() */
/* Variable/Settings */
.landing-banner .slick-slider .slick-arrow.slick-next,
.video-and-starred .slick-slider .slick-arrow.slick-next,
.landing-banner .slick-slider .slick-arrow.slick-prev,
.video-and-starred .slick-slider .slick-arrow.slick-prev {
  width: 60px;
  height: 35px;
  text-align: center;
  bottom: -20px;
  background: url("../img/arrow-right.svg");
  background-size: 100% 100%;
  right: 0;
  top: auto;
  transition: filter 0.25s ease-out;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .landing-banner .slick-slider .slick-arrow.slick-next,
  .video-and-starred .slick-slider .slick-arrow.slick-next,
  .landing-banner .slick-slider .slick-arrow.slick-prev,
  .video-and-starred .slick-slider .slick-arrow.slick-prev {
    width: 120px;
    height: 60px;
    right: 35px;
    bottom: -30px;
  }
}
.landing-banner .slick-slider .slick-arrow.slick-next:hover,
.video-and-starred .slick-slider .slick-arrow.slick-next:hover,
.landing-banner .slick-slider .slick-arrow.slick-prev:hover,
.video-and-starred .slick-slider .slick-arrow.slick-prev:hover {
  filter: saturate(80%);
}
.landing-banner .slick-slider .slick-arrow.slick-next:hover:before,
.video-and-starred .slick-slider .slick-arrow.slick-next:hover:before,
.landing-banner .slick-slider .slick-arrow.slick-prev:hover:before,
.video-and-starred .slick-slider .slick-arrow.slick-prev:hover:before {
  opacity: 0.7;
}
.landing-banner .slick-slider .slick-arrow.slick-prev,
.video-and-starred .slick-slider .slick-arrow.slick-prev {
  background: url("../img/arrow-left.svg");
  background-size: 100% 100%;
  left: 0px;
  right: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .landing-banner .slick-slider .slick-arrow.slick-prev,
  .video-and-starred .slick-slider .slick-arrow.slick-prev {
    left: 30px;
  }
}
.landing-banner .slick-slider.slick-dotted,
.video-and-starred .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slide {
  outline: none !important;
}
.slick-arrow {
  z-index: 99;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  content: "";
  width: 0;
  height: 0;
}
.dark .slick-prev,
.dark .slick-next {
  background: #2e2925 !important;
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
}
.dark .slick-prev:before,
.dark .slick-next:before {
  background: url("../img/arrow-carousel.svg") no-repeat;
  background-size: 26px 26px;
  display: block;
  width: 26px !important;
  height: 26px !important;
  margin-left: 10px;
}
.dark .slick-prev {
  transform: rotate(-180deg);
}
.slick-dots {
  position: relative;
  padding: 0;
}
.slick-dots ul {
  padding-left: 0;
}
.slick-dots li {
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}
.slick-dots li button {
  background: transparent;
}
.slick-dots li button:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}
.slick-dots li button:hover {
  background: transparent;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
@font-face {
  font-family: 'grind-demolished';
  src: url("../fonts/grind-demolished.woff2") format('woff2'), url("../fonts/grind-demolished.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'industry-book';
  src: url("../fonts/industry-book.woff2") format('woff2'), url("../fonts/industry-book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'industry-bold';
  src: url("../fonts/industry-bold.woff2") format('woff2'), url("../fonts/industry-bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'industry-medium';
  src: url("../fonts/industry-medium.woff2") format('woff2'), url("../fonts/industry-medium.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'grind-simple';
  src: url("../fonts/grind-simple.woff2") format('woff2'), url("../fonts/grind-simple.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
footer {
  position: relative;
  z-index: 999;
  background: #ebebeb;
  color: #1a1a1a;
  padding: 0;
}
footer .col {
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
}
footer .col.navi-footer {
  -ms-flex: 0 1 20%;
      flex: 0 1 20%;
}
@media only screen and (max-width: 1100px) {
  footer .col.navi-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px;
  }
}
footer .col.navi-footer .logo {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1100px) {
  footer .col.navi-footer .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .col.navi-footer .logo {
    max-width: 140px;
    margin-right: 30px;
  }
}
footer .col.navi-footer a {
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 4px;
  font-family: 'industry-book';
  font-weight: 600;
}
@media only screen and (min-width: 1100px) {
  footer .col.navi-footer a {
    text-decoration: underline;
    margin-bottom: 8px;
  }
}
footer .col.payment-method {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  footer .col.payment-method {
    padding-left: 60px;
    padding-bottom: 0;
  }
}
footer .col.payment-method h4 {
  color: #e1261c;
  margin-top: 0;
  margin-bottom: 1rem;
}
footer .col.payment-method .payment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 65%;
}
footer .col.payment-method .payment .icon {
  -ms-flex: 0 1 65px;
      flex: 0 1 65px;
  margin-bottom: 6px;
}
footer .col.payment-method .payment .icon img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1100px) {
  footer .col.payment-method .digital {
    padding-top: 110px;
  }
}
footer .col.payment-method .digital .icon {
  max-width: 150px;
}
footer .col.payment-method .list-payment p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .col.qa .stripe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  footer .col.qa .stripe {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .col.qa .stripe:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  footer .col.qa .stripe.help {
    margin-bottom: 20px;
  }
}
footer .col.qa .stripe .stripe__title {
  color: #e1261c;
}
footer .col.qa .stripe a {
  color: #1a1a1a;
  font-family: 'industry-book';
  font-weight: 600;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: underline;
}
footer .col.qa h4 {
  margin: 0px;
}
footer .footer__number-contact {
  color: #000;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact {
    padding: 40px 0 0;
  }
}
footer .footer__number-contact .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer .footer__number-contact a {
  color: #000;
  font-family: 'industry-medium';
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact a {
    font-size: 30px;
    line-height: 1.2;
  }
}
footer .footer__number-contact .col {
  -ms-flex: 0 1 17%;
      flex: 0 1 17%;
}
footer .footer__number-contact .col.number {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact .col.number {
    padding-left: 15%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin: 0;
  }
}
footer .footer__number-contact .col.number .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact .col.number .content-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
footer .footer__number-contact .col.number a {
  -ms-flex-direction: row;
      flex-direction: row;
}
footer .footer__number-contact .col.number img {
  max-width: 20px;
}
footer .footer__number-contact .col.number span {
  margin-left: 0;
  font-family: 'industry-medium';
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact .col.number span {
    margin-left: 15px;
  }
}
footer .footer__number-contact .col.social-media {
  background: url("../img/parallelogram-black.svg") no-repeat;
  background-size: 45%;
  padding: 10px 0 10px 50px;
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact .col.social-media {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer__number-contact .col.social-media {
    background-position: right;
  }
}
footer .footer__number-contact .col.social-media .row {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 1100px) {
  footer .footer__number-contact .col.social-media .row {
    -ms-flex-pack: normal;
        justify-content: normal;
  }
}
footer .footer__number-contact .col.social-media ul li {
  margin-right: 20px;
}
footer .footer__copyright {
  background: #000;
  padding: 20px 0;
}
footer .footer__copyright .space {
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  footer .footer__copyright .space {
    textt-align: left;
  }
}
footer .footer__copyright .copyright__text h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
footer .footer__copyright .copyright__links {
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 1100px) {
  footer .footer__copyright .copyright__links {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }
}
footer .footer__copyright .copyright__links a {
  margin-right: 15px;
  text-decoration: underline;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  footer .footer__copyright .copyright__links a {
    font-size: 10px;
    -ms-flex: 0 1 24%;
        flex: 0 1 24%;
  }
}
footer .mailpoet_form_columns_container {
  margin-top: -60px;
  margin-bottom: 30px;
  position: relative;
}
footer .mailpoet_form_columns {
  max-width: 850px !important;
  margin: 0 auto;
  padding: 15px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  transform: translateY(-50px);
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1100px) {
  footer .mailpoet_form_columns {
    padding: 30px 15px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (max-width: 1100px) {
  footer .mailpoet_form_columns .form {
    max-width: 350px;
    padding: 6px 20px;
  }
}
footer .mailpoet_form_columns input[type="email"] {
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 0;
  outline: 0;
  padding: 7px !important;
  border-radius: 0;
  border: 0;
}
@media only screen and (min-width: 1100px) {
  footer .mailpoet_form_columns input[type="email"] {
    min-width: 300px;
    padding: 12px 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
  footer .mailpoet_form_columns input[type="email"] {
    font-size: 14px !important;
  }
}
footer .mailpoet_form_columns:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e1261c;
  transform: skewX(-30deg);
  z-index: -1;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  footer .mailpoet_form_columns:before {
    margin: 0 20px;
  }
}
footer .mailpoet_form_columns .mailpoet-heading {
  color: #fff;
  font-size: 14px !important;
  line-height: 20px !important;
}
@media only screen and (min-width: 1100px) {
  footer .mailpoet_form_columns .mailpoet-heading {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
footer .mailpoet_form_columns .mailpoet_form_column {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  width: 48%;
}
footer .mailpoet_form_columns .mailpoet_form_column:last-child {
  margin: 0 auto !important;
  container-type: normal;
  width: 52%;
}
footer .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0 !important;
  line-height: 15px !important;
}
footer .mailpoet_form_columns .mailpoet_submit,
footer .mailpoet_form_columns input[type="submit"] {
  color: #fff;
  padding: 8px !important;
  background: #1a1a1a;
  margin-left: 5px !important;
  font-family: 'industry-bold';
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  footer .mailpoet_form_columns .mailpoet_submit,
  footer .mailpoet_form_columns input[type="submit"] {
    padding: 12px 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
  footer .mailpoet_form_columns .mailpoet_submit,
  footer .mailpoet_form_columns input[type="submit"] {
    font-size: 14px !important;
  }
}
footer .mailpoet_form_columns .wpcf7-spinner {
  display: none;
}
footer .mailpoet_form_columns .wpcf7-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 10px;
}
footer .mailpoet_form_columns .wpcf7-form form {
  max-width: 300px;
}
footer .mailpoet_form_columns .wpcf7-form br {
  display: none;
}
footer .parsley-errors-list {
  text-align: left;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 0;
}
footer .help__accordions {
  display: none;
}
@media only screen and (min-width: 1100px) {
  footer .help__accordions {
    display: block;
  }
}
footer .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  position: absolute;
  bottom: 5px;
  left: 45%;
  color: #fff;
  margin: 0;
  font-size: 12px;
}
header {
  width: 100%;
  z-index: 9999;
  background: #1a1a1a;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  header {
    position: fixed;
    top: 0;
    z-index: 999999;
  }
}
header .header {
  background: url("../img/header-bg-desk.webp") 0% 0% no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1100px) {
  header .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .header .row {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header .account {
  text-align: right;
  padding-top: 0px;
  z-index: 999;
  position: relative;
  display: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 1100px) {
  header .account {
    display: -ms-flexbox;
    display: flex;
  }
}
header .account a {
  text-decoration: underline;
  margin: 0 5px;
  font-size: 14px;
}
header .header-navigation-bar {
  padding: 10px 0;
}
@media only screen and (min-width: 1100px) {
  header .header-navigation-bar {
    padding: 15px 0;
  }
}
header .header-navigation-bar .logo {
  max-width: 130px;
  margin-right: 20px;
}
@media only screen and (min-width: 1100px) {
  header .header-navigation-bar .logo {
    max-width: 160px;
  }
}
header .header-navigation-bar .menu-wrapper {
  -ms-flex-align: center;
      align-items: center;
  z-index: 999;
  position: relative;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (min-width: 1100px) {
  header .header-navigation-bar .menu-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
header .content-wrapper {
  position: relative;
}
header .mega-3-columns .mega-menu-link {
  font-family: 'industry-bold' !important;
  font-size: 18px !important;
}
header .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
  margin-left: 0 !important;
}
@media only screen and (min-width: 1100px) {
  header .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu li {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
}
header .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu li a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
@media only screen and (min-width: 1100px) {
  header .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu li a {
    font-size: 15px !important;
    font-family: 'industry-book' !important;
  }
}
@media only screen and (max-width: 1100px) {
  header .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu li a {
    color: #000 !important;
    font-family: 'industry-book' !important;
  }
}
@media only screen and (min-width: 768px) {
  header #mega-menu-wrap-menu-1 {
    background: transparent;
  }
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 .custom-html-widget {
  color: #000;
  text-decoration: underline;
  font-family: 'industry-bold';
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 .custom-html-widget a {
  color: #000;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  position: relative;
  transition: none;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: 'grind-demolished';
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1em;
  padding: 10px 8px;
}
@media only screen and (min-width: 1100px) {
  header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: none;
  }
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: transparent;
  color: #fff;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover > a.mega-menu-link {
  background: #fff;
  color: #000;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item:hover > a.mega-menu-link {
  background: #fff;
  color: #000;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 10px;
}
@media only screen and (min-width: 1100px) {
  header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 800px;
  }
}
header .mega-menu-column.mega-menu-columns-3-of-12 .mega-menu-link {
  font-family: 'industry-bold' !important;
}
header .mega-menu-column.mega-menu-columns-3-of-12 .mega-sub-menu .mega-sub-menu .mega-menu-link {
  font-family: 'industry-book' !important;
  font-weight: 500 !important;
}
@media only screen and (min-width: 1100px) {
  header .mega-menu-column.mega-menu-columns-3-of-12 .mega-sub-menu .mega-sub-menu .mega-menu-link {
    font-size: 15px !important;
    margin-bottom: 5px !important;
  }
}
header .mega-menu-column.mega-menu-columns-3-of-12 .mega-sub-menu .mega-sub-menu .mega-menu-link:hover {
  color: #000 !important;
}
header .mega-menu-item-object-page.mega-menu-flyout a:hover {
  background: transparent !important;
  color: #e1261c !important;
}
@media only screen and (min-width: 1100px) {
  header .mega-menu-flyout a:hover {
    background: transparent !important;
    color: #e1261c !important;
  }
}
header .icon-side {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 1100px) {
  header .icon-side {
    display: none !important;
  }
}
header .icon-side .cart-icon {
  margin-left: 10px;
}
header .icon-side .cart-icon .xoo-wsc-sc-bki {
  color: #fff;
}
header .icon-side .xoo-wsc-sc-subt {
  display: none;
}
@media only screen and (min-width: 1100px) {
  header .searchbar .search-icon {
    display: none;
  }
}
header .searchbar .search-icon:before {
  content: "";
  background: url("../img/search-solid.svg") no-repeat;
  filter: invert(1);
  width: 20px;
  height: 24px;
  display: block;
}
header .searchbar .content-wrapper {
  padding-right: 0px;
}
header .searchbar .search {
  display: none;
}
@media only screen and (min-width: 1100px) {
  header .searchbar .search {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  header .searchbar .search.active {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
  }
}
header .tab-navi ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header .tab-navi ul li {
  margin-right: 30px;
}
header .tab-navi ul li h3 {
  display: inline-block;
}
header .tab-navi h3 {
  color: #d9d9d9;
  font-size: 16px;
}
header .tab-navi h3.active {
  color: #000;
}
header .tab-navi h3.active:after {
  content: "";
  border-bottom: 2px solid #e1261c;
  display: block;
}
header .accordion-account li.mega-menu-column {
  width: 100% !important;
}
header .accordion-account .account {
  display: block;
  text-align: left;
  padding: 0;
}
header .accordion-account a {
  color: #000;
  text-decoration: none;
}
header .accordion-account a.bg-red {
  margin-top: 10px;
  background: #e1261c;
  color: #fff;
  padding: 10px;
}
header .accordion-menu li.mega-menu-column {
  width: 100% !important;
}
header #mega-menu-3854-1-0 {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-item-642 > ul.mega-sub-menu,
  #mega-menu-item-1480 > ul.mega-sub-menu,
  #mega-menu-item-4844 > ul.mega-sub-menu,
  #mega-menu-item-5296 > ul.mega-sub-menu,
  #mega-menu-item-5388 > ul.mega-sub-menu {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    width: 250px !important;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-item-642 .custom-html-widget,
  #mega-menu-item-1480 .custom-html-widget,
  #mega-menu-item-4844 .custom-html-widget,
  #mega-menu-item-5296 .custom-html-widget,
  #mega-menu-item-5388 .custom-html-widget {
    padding: 0;
  }
}
#mega-menu-item-642 .custom-html-widget a,
#mega-menu-item-1480 .custom-html-widget a,
#mega-menu-item-4844 .custom-html-widget a,
#mega-menu-item-5296 .custom-html-widget a,
#mega-menu-item-5388 .custom-html-widget a {
  color: #000;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-item-642 .custom-html-widget a,
  #mega-menu-item-1480 .custom-html-widget a,
  #mega-menu-item-4844 .custom-html-widget a,
  #mega-menu-item-5296 .custom-html-widget a,
  #mega-menu-item-5388 .custom-html-widget a  {
    text-decoration: underline;
    font-family: 'industry-medium';
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-643 > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-3797 > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-4845 > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-5234 > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-5389 > a.mega-menu-link {
    font-family: 'industry-bold';
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-item-643 .mega-menu-item-object-product_cat a,
  #mega-menu-item-3797 .mega-menu-item-object-product_cat a,
  #mega-menu-item-4845 .mega-menu-item-object-product_cat a,
  #mega-menu-item-5234 .mega-menu-item-object-product_cat a,
  #mega-menu-item-5389 .mega-menu-item-object-product_cat a {
    font-family: 'industry-book' !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page a,
  .mega-menu-item.mega-menu-item-has-children.mega-collapse-children a,
  .mega-menu-item.mega-menu-item-type-custom a {
    font-family: 'industry-bold' !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-product,
  .mega-menu-item.mega-menu-item-type-taxonomy.mega-collapse-children {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-product .mega-menu-link,
  .mega-menu-item.mega-menu-item-type-taxonomy.mega-collapse-children .mega-menu-link {
    font-family: 'industry-bold' !important;
    color: #000;
  }
}
@media only screen and (min-width: 1100px) {
  .mega-menu-item.widget_custom_html {
    padding: 0 10px 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mega-menu-item.mega-menu-item-type-taxonomy.mega-menu-item-object-product_cat {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mega-menu-item.mega-menu-item-type-taxonomy.mega-menu-item-object-product_cat.mega-menu-item-has-children.mega-disable-link {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none !important;
    text-align: right;
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "" !important;
    position: absolute;
    background: url("../img/arrow-down-black.svg") no-repeat;
    background-size: contain;
    z-index: 1;
    width: 13px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    z-index: 9;
    transition: all 0.2s linear;
  }
}
@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(180deg);
    top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 4px !important;
  }
}
.row-acc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
}
@media only screen and (min-width: 1100px) {
  .row-acc {
    padding: 0;
  }
}
.row-acc .country-selection {
  z-index: 9999;
  padding: 0;
  position: relative;
}
.row-acc .country-selection p {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
.row-acc .country-selection .row {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.row-acc .country-selection li {
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  .row-acc .country-selection li:last-child {
    margin-right: 0;
  }
}
.row-acc .country-selection li a {
  text-decoration: underline;
  max-width: 23px;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-145,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-144,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5138,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5139,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5359,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5360  {
    width: 30%;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-146,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5140,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item-5361 {
    width: 40%;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  border-bottom: 0;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 10px;
  width: 100%;
}
.pagination a {
  margin-top: 0;
}
.pagination .page-numbers {
  margin-right: 5px;
}
.pagination .page-numbers.current {
  color: #2ecc40;
}
/* components */
.help__accordions .faq-content p {
  color: #1a1a1a;
  padding: 10px 0 0;
}
.help__accordions .collapsible {
  position: relative;
}
.help__accordions .collapsible span:after {
  content: "";
  background: url("../img/ios-arrow-dropdown.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  transition: transform 0.2s linear;
}
.help__accordions .collapsible span.minus:after {
  transform: rotate(180deg);
}
.help__accordions .trigger.faq-title {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.help__accordions .trigger.faq-title h3 {
  font-size: 16px;
  line-height: 1.1em;
  color: #1a1a1a;
}
.help__accordions .wraps {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.help__accordions .wraps:first-child {
  border-top: 0;
}
@keyframes adventureHighlight {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0.7rem);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-0.7rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes skillLevelHighlight {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
ul.products {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
ul.products .price {
  padding: 10px 0;
  display: none;
  font-weight: 500;
  font-family: 'industry-bold';
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #e1261c;
}
@media only screen and (min-width: 1100px) {
  ul.products .price {
    font-size: 24px;
    line-height: 26px;
    display: block;
    padding: 20px 0;
  }
}
ul.products .price del {
  text-decoration: none;
}
ul.products .price del span {
  font-size: 14px;
  color: #000;
  text-decoration: line-through;
  font-family: 'industry-book';
  font-weight: 800;
}
ul.products .price ins {
  text-decoration: none;
}
ul.products li {
  padding: 10px 10px 15px;
  margin-right: 0px;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  ul.products li {
    margin-right: 20px;
  }
}
ul.products li:before {
  background: url("../img/bg-products.webp");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  min-height: 515px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center top;
}
ul.products li.outofstock a.product_type_simple {
  background: transparent;
  border: 1px dashed #2e2925;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
  pointer-events: none;
  color: #2e2925;
  text-transform: uppercase;
  font-family: 'industry-bold';
  font-weight: 500;
  text-align: center;
}
ul.products li.product_cat-pinpointers .compare-btn,
ul.products li.product_cat-accessories .compare-btn {
  display: none !important;
}
ul.products li .title-prod-adv,
ul.products li .star-rating {
  display: none;
}
ul.products li img {
  padding: 30px 0 20px;
}
@media only screen and (min-width: 1100px) {
  ul.products li img {
    padding: 50px 0 20px;
  }
}
ul.products li .woocommerce-LoopProduct-link {
  max-width: 150px;
}
@media only screen and (min-width: 1100px) {
  ul.products li .woocommerce-LoopProduct-link {
    max-width: 350px;
    margin: 0 auto;
  }
}
ul.products li .prod-description {
  padding: 0 10px;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  ul.products li .prod-description {
    text-align: center;
  }
}
ul.products li .prod-description h2,
ul.products li .prod-description span {
  color: #e1261c;
}
ul.products li .prod-description h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  ul.products li .prod-description h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
ul.products li .prod-description .product-vendor {
  display: none;
}
@media only screen and (min-width: 1100px) {
  ul.products li .prod-description .product-vendor {
    padding-top: 10px;
  }
}
ul.products li .prod-description .product-vendor p {
  color: #000;
  font-size: 11px;
  font-family: 'industry-book';
}
@media only screen and (min-width: 1100px) {
  ul.products li .prod-description .product-vendor p {
    font-size: 14px;
  }
}
ul.products li .prod-description .price {
  display: block;
}
ul.products li .btn-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
ul.products li .btn-wrapper a {
  margin: 0 5px;
}
ul.products li .btn-wrapper .price {
  display: none;
}
ul.products li .btn-wrapper .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 1100px) {
  ul.products li .compare-btn.btn-out {
    display: none;
  }
}
ul.products .add_to_wishlist:before {
  width: 20px;
  height: 18px;
  background-size: contain 0px right 0px;
  font-size: 12px;
}
ul.products .add_to_wishlist span {
  display: none;
}
ul.products .add_to_wishlist i {
  font-size: 18px;
  background: url("../img/wishlist-heart-empty-icon.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  color: transparent;
}
@media only screen and (min-width: 1100px) {
  ul.products .add_to_wishlist i {
    font-size: 28px;
    width: 30px;
    height: 29px;
  }
}
ul.products .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 5px;
  left: 35%;
}
@media only screen and (min-width: 1100px) {
  ul.products .yith-wcwl-add-to-wishlist {
    right: 15px;
    left: auto;
  }
}
ul.products .yith-wcwl-add-to-wishlist.exists .add_to_wishlist i:before {
  width: 20px;
  height: 18px;
  background-size: contain;
  color: #e1261c;
}
ul.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-right: 5px;
}
ul.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  font-size: 12px;
  text-align: right;
  margin-top: -15px;
  font-family: 'industry-book';
  color: #870700;
}
ul.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 0;
}
ul.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  text-align: right;
}
ul.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 12px;
  text-align: right;
  font-family: 'industry-book';
  color: #870700;
}
ul.products .yith-wcwl-add-to-wishlist .feedback {
  font-size: 10px;
}
ul.products .yith-wcwl-add-to-wishlist .feedback i {
  font-size: 18px;
  color: #e1261c;
  display: block;
  text-align: right;
}
@media only screen and (min-width: 1100px) {
  ul.products .yith-wcwl-add-to-wishlist .feedback i {
    font-size: 28px;
  }
}
.featured-carousel ul.products {
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .featured-carousel ul.products {
    padding-left: 8px;
  }
}
.featured-carousel .title h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .featured-carousel .title h2 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.featured-carousel .title h2 a {
  text-decoration: underline;
}
@media only screen and (min-width: 1100px) {
  .featured-carousel .title h2 a {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .featured-carousel .title h2 a {
    font-size: 14px;
  }
}
.featured-carousel .slick-prev {
  top: 41% !important;
  left: -70px !important;
}
.featured-carousel .slick-next {
  right: -65px !important;
}
@media only screen and (max-width: 1100px) {
  .featured-carousel .product-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1100px) {
  .featured-carousel .product-wrapper .compare-btn {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .featured-carousel .product-wrapper .thumbnail {
    width: 50%;
  }
}
.featured-carousel .compare-btn.btn-out {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .featured-carousel .compare-btn.btn-out {
    margin-top: 10px;
  }
}
.featured-carousel .compare-btn.btn-out a {
  margin-bottom: 0;
}
.featured-carousel .woosc-btn {
/* New add */
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1100px) {
  .featured-carousel .woosc-btn {
    margin: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .woocommerce,
  .woocommerce-page {
    padding-top: 0;
  }
}
.woocommerce .title-collection-page,
.woocommerce-page .title-collection-page {
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .woocommerce .title-collection-page,
  .woocommerce-page .title-collection-page {
    margin-bottom: 20px;
    padding-top: 40px;
  }
}
.woocommerce .fs-products-wrapper,
.woocommerce-page .fs-products-wrapper {
  padding: 0 20px 120px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1260px;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper,
  .woocommerce-page .fs-products-wrapper {
    padding: 30px 0 120px;
  }
}
.woocommerce .fs-products-wrapper .product-wrapper,
.woocommerce-page .fs-products-wrapper .product-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
.woocommerce .fs-products-wrapper .woocommerce-breadcrumb,
.woocommerce-page .fs-products-wrapper .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .fs-products-wrapper .woocommerce-ordering,
.woocommerce-page .fs-products-wrapper .woocommerce-ordering {
  position: absolute;
  top: 5px;
  right: 20px;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper .woocommerce-ordering,
  .woocommerce-page .fs-products-wrapper .woocommerce-ordering {
    right: calc(50% - 630px);
    top: -40px;
  }
}
@media only screen and (max-width: 1100px) {
  .woocommerce .fs-products-wrapper .woocommerce-ordering select,
  .woocommerce-page .fs-products-wrapper .woocommerce-ordering select {
    max-width: 120px;
  }
}
.woocommerce .fs-products-wrapper .site-main,
.woocommerce-page .fs-products-wrapper .site-main {
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-left: 0;
}
.woocommerce .fs-products-wrapper ul.products,
.woocommerce-page .fs-products-wrapper ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products,
  .woocommerce-page .fs-products-wrapper ul.products {
    padding-top: 0;
  }
}
.woocommerce .fs-products-wrapper ul.products:before,
.woocommerce-page .fs-products-wrapper ul.products:before,
.woocommerce .fs-products-wrapper ul.products:after,
.woocommerce-page .fs-products-wrapper ul.products:after {
  display: none;
}
.woocommerce .fs-products-wrapper ul.products li,
.woocommerce-page .fs-products-wrapper ul.products li {
  margin-bottom: 15px;
  margin-right: 0;
  width: 100% !important;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .fs-products-wrapper ul.products li,
  .woocommerce-page .fs-products-wrapper ul.products li {
    width: 48% !important;
    padding: 0 10px 20px;
    margin-bottom: 25px;
  }
}
.woocommerce .fs-products-wrapper ul.products li.product_cat-pinpointers .compare-btn,
.woocommerce-page .fs-products-wrapper ul.products li.product_cat-pinpointers .compare-btn,
.woocommerce .fs-products-wrapper ul.products li.product_cat-accessories .compare-btn,
.woocommerce-page .fs-products-wrapper ul.products li.product_cat-accessories .compare-btn {
  display: none !important;
}
.woocommerce .fs-products-wrapper ul.products li:before,
.woocommerce-page .fs-products-wrapper ul.products li:before {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
}
.woocommerce .fs-products-wrapper ul.products li .thumbnail img,
.woocommerce-page .fs-products-wrapper ul.products li .thumbnail img {
  padding: 20px 50px;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .thumbnail img,
  .woocommerce-page .fs-products-wrapper ul.products li .thumbnail img {
    padding: 20px 80px 0px;
  }
}
.woocommerce .fs-products-wrapper ul.products li .prod-description,
.woocommerce-page .fs-products-wrapper ul.products li .prod-description {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .prod-description,
  .woocommerce-page .fs-products-wrapper ul.products li .prod-description {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .prod-description h2,
  .woocommerce-page .fs-products-wrapper ul.products li .prod-description h2 {
    font-size: 24px;
    line-height: 32px;
    min-height: 60px;
  }
}
.woocommerce .fs-products-wrapper ul.products li .prod-description .price,
.woocommerce-page .fs-products-wrapper ul.products li .prod-description .price {
  display: none;
}
.woocommerce .fs-products-wrapper ul.products li .prod-description .product-vendor,
.woocommerce-page .fs-products-wrapper ul.products li .prod-description .product-vendor {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .prod-description .product-vendor,
  .woocommerce-page .fs-products-wrapper ul.products li .prod-description .product-vendor {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .prod-description .product-vendor p,
  .woocommerce-page .fs-products-wrapper ul.products li .prod-description .product-vendor p {
    font-size: 11px;
    text-transform: uppercase;
  }
}
.woocommerce .fs-products-wrapper ul.products li .button-secondary,
.woocommerce-page .fs-products-wrapper ul.products li .button-secondary {
  background-color: #fff !important;
  color: #2e2925;
  border-color: #2e2925;
  transition: all 0.2s ease;
}
.woocommerce .fs-products-wrapper ul.products li .button-secondary:hover,
.woocommerce-page .fs-products-wrapper ul.products li .button-secondary:hover {
  background-color: #870700 !important;
  color: #fff;
}
.woocommerce .fs-products-wrapper ul.products li .add_to_cart_button,
.woocommerce-page .fs-products-wrapper ul.products li .add_to_cart_button,
.woocommerce .fs-products-wrapper ul.products li .product_type_simple,
.woocommerce-page .fs-products-wrapper ul.products li .product_type_simple,
.woocommerce .fs-products-wrapper ul.products li .button-secondary,
.woocommerce-page .fs-products-wrapper ul.products li .button-secondary {
  font-size: 14px;
  padding: 10px 20px;
}
.woocommerce .fs-products-wrapper ul.products li .btn-wrapper,
.woocommerce-page .fs-products-wrapper ul.products li .btn-wrapper {
  margin-top: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .btn-wrapper,
  .woocommerce-page .fs-products-wrapper ul.products li .btn-wrapper {
    padding: 0 10px;
  }
}
.woocommerce .fs-products-wrapper ul.products li .btn-wrapper .price,
.woocommerce-page .fs-products-wrapper ul.products li .btn-wrapper .price {
  display: block;
  padding: 0;
}
.woocommerce .fs-products-wrapper ul.products li .compare-btn,
.woocommerce-page .fs-products-wrapper ul.products li .compare-btn {
  display: block;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.woocommerce .fs-products-wrapper ul.products li .compare-btn a,
.woocommerce-page .fs-products-wrapper ul.products li .compare-btn a {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 0px;
  font-size: 14px;
}
@media only screen and (min-width: 1100px) {
  .woocommerce .fs-products-wrapper ul.products li .compare-btn a,
  .woocommerce-page .fs-products-wrapper ul.products li .compare-btn a {
    margin-top: 10px;
  }
}
.woocommerce .fs-products-wrapper ul.products li .compare-btn a.woocommerce-LoopProduct-link,
.woocommerce-page .fs-products-wrapper ul.products li .compare-btn a.woocommerce-LoopProduct-link {
  display: none;
}
.woocommerce .fs-products-wrapper ul.products .yith-wcwl-add-to-wishlist,
.woocommerce-page .fs-products-wrapper ul.products .yith-wcwl-add-to-wishlist {
  top: 0;
  left: auto;
  right: 0;
}
.woocommerce .fs-products-wrapper ul.products .yith-wcwl-add-to-wishlist i,
.woocommerce-page .fs-products-wrapper ul.products .yith-wcwl-add-to-wishlist i {
  font-size: 18px;
}
.woocommerce .fs-products-wrapper ul.products .add_to_wishlist,
.woocommerce-page .fs-products-wrapper ul.products .add_to_wishlist {
  right: auto;
}
.woocommerce .fs-products-wrapper ul.products .add_to_wishlist i,
.woocommerce-page .fs-products-wrapper ul.products .add_to_wishlist i {
  width: 20px;
  height: 18px;
  background-size: contain;
}
.woocommerce .fs-products-wrapper.hidden-filter .column,
.woocommerce-page .fs-products-wrapper.hidden-filter .column {
  width: 100%;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
.woocommerce .fs-products-wrapper.hidden-filter .side-filter,
.woocommerce-page .fs-products-wrapper.hidden-filter .side-filter {
  display: none;
}
.woocommerce .fs-products-wrapper .side-filter,
.woocommerce-page .fs-products-wrapper .side-filter {
  -ms-flex: 0 1 26%;
      flex: 0 1 26%;
}
.woocommerce .fs-products-wrapper .side-filter .title,
.woocommerce-page .fs-products-wrapper .side-filter .title {
  margin-top: 0;
  font-size: 22px;
}
.woocommerce .fs-products-wrapper .column,
.woocommerce-page .fs-products-wrapper .column {
  -ms-flex: 0 1 72%;
      flex: 0 1 72%;
}
.page-template-default #yith-wcwl-form {
  display: none;
}
.page-template-default.logged-in #yith-wcwl-form {
  display: block;
}
.onsale {
  position: absolute;
  right: 50px;
  top: 10px;
  z-index: 1;
  font-size: 13px;
  color: #fff;
}
.onsale:before {
  background-color: #a3862a;
  transform: skewX(-30deg);
  width: 50px;
  height: 100%;
  padding: 5px 0px;
  z-index: -1;
  content: "";
  position: absolute;
  right: -10px;
}
.fs-products-wrapper .no-result {
  text-align: left;
}
.fs-products-wrapper .no-result .woocommerce-info {
  background: #fff;
  color: #000;
  padding: 15px;
}
.fs-products-wrapper .no-result .woocommerce-info:before {
  width: 100%;
  background: url("../img/info-icon.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
.woosc-btn {
  margin-bottom: 15px;
}
.woosc-btn span {
  color: #000 !important;
}
.woosc-btn span:before {
  color: #000;
}
.woosc-area .woosc-inner .woosc-table .compare-btn {
  display: none;
}
.woosc-area .woosc-inner .woosc-table .btn-wrapper {
  -ms-flex-align: center;
      align-items: center;
}
.woosc-area .woosc-inner .woosc-table .btn-wrapper a {
  margin-right: 10px;
}
.woosc-area .woosc-inner .woosc-table .btn-wrapper .button.product_type_simple[rel="nofollow"] {
  color: #e1261c;
  pointer-events: none;
}
.woosc-area .woosc-inner .woosc-table .btn-wrapper .button.product_type_simple.add_to_cart_button {
  color: #fff;
  pointer-events: auto;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  background: #fff;
  text-align: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: #000;
  font-family: 'industry-bold' !important;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove {
  margin-left: 10px;
  display: inline-block;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  background: #fff;
  font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
  background-color: #f6f6f6;
}
.woosc-area .woosc-inner .woosc-table .td-label {
  color: #767776 !important;
  font-family: 'industry-bold' !important;
  font-size: 18px !important;
  text-transform: uppercase;
}
.woosc-btn {
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.woosc-btn margin 8px auto 5px {
  font-size: 14px;
}
.woosc-btn:hover {
  color: #000;
}
.woosc-bar-btn.woosc-bar-btn-open {
  font-size: 0 !important;
}
.woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-inner {
  margin: 18px auto !important;
}
.woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  .woosc-table-items {
    padding-top: 50px;
  }
  .woosc-table-items tr td {
    text-align: center !important;
  }
  .woosc-table-items tr td.td-label {
    text-align: left !important;
  }
  .woosc-table-items .btn-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
input[type="search"] {
  outline: none;
}
@media only screen and (min-width: 1100px) {
  input[type="search"] {
    min-width: 200px;
  }
}
input[type="submit"] {
  background: #e1261c;
  color: #fff;
  font-family: 'industry-bold';
  text-transform: uppercase;
  transition: all 300ms ease;
  outline: none;
  border: 0;
  z-index: 9;
}
input[type="submit"]:hover {
  background: #870700;
}
input[disabled] {
  opacity: 0.5;
}
main.search-page {
  position: relative;
  color: #000;
}
@media only screen and (min-width: 1100px) {
  main.search-page {
    min-height: 700px;
  }
}
main.search-page .headline h2 {
  color: #2ecc40;
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}
main.search-page .headline h2 span {
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  main.search-page .content-section {
    padding: 50px 70px;
  }
}
main.search-page .search-result {
  margin-top: 50px;
}
main.search-page .search-result > div {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  width: 100%;
}
main.search-page .search-result a {
  font-size: 20px;
  line-height: 28px;
  color: #2ecc40;
  text-transform: uppercase;
}
main.search-page .search-result p {
  margin-bottom: 20px;
}
body.dark_mode main.search-page {
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  .shadow:before,
  .shadow:after {
    display: block;
    height: 100%;
    width: 140px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 9;
    content: "";
    background: linear-gradient(90deg, #1a1a1a 11%, rgba(26,26,26,0.5) 50%, transparent 100%);
  }
}
@media only screen and (min-width: 1100px) {
  .shadow:after {
    left: auto;
    right: 40px;
    background: linear-gradient(270deg, #1a1a1a 11%, rgba(26,26,26,0.5) 50%, transparent 100%);
  }
}
.widget .widget-title,
.widget .wpc-filter-title {
  color: #000;
  font-size: 20px;
  font-family: 'industry-bold';
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  .widget .widget-title,
  .widget .wpc-filter-title {
    color: #fff;
  }
}
@media only screen and (min-width: 1100px) {
  .widget .wpc-filters-widget-top-container {
    border: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1100px) {
  .widget .wpc-filters-widget-top-container:before {
    border: 0;
    background: transparent;
  }
}
.wpc-filters-open-widget {
  color: #fff !important;
}
@media only screen and (max-width: 1100px) {
  .wpc-filters-open-widget {
    border-color: #fff !important;
  }
}
.wpc-filters-open-widget .wpc-icon-html-wrapper span {
  background: #fff;
}
.wpc_show_bottom_widget .wpc-filters-open-button-container {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .wpc_show_bottom_widget .wpc-filters-widget-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }
}
.wpc-filter-chips-list li {
  width: 100%;
}
.wpc-filter-chips-list li a {
  width: 100%;
  padding: 2px 15px !important;
  position: relative !important;
  color: #000 !important;
  border: 0 !important;
  font-size: 14px !important;
}
.wpc-filter-chips-list li a:before {
  background: #f0efef;
  transform: skewX(-41deg);
  min-height: 30px;
  overflow: hidden;
  display: block;
  content: "";
}
.wpc-filter-chips-list li a .wpc-chip-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 70%;
}
.wpc-filter-chips-list li a .wpc-chip-remove-icon {
  display: block;
  position: absolute;
  right: 20px;
  top: -2px;
  color: #e1261c;
  font-size: 36px;
  font-weight: 100;
  font-family: 'industry-book';
}
@media only screen and (min-width: 1100px) {
  .wpc-filter-chips-list li a .wpc-chip-remove-icon {
    right: 0;
  }
}
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  display: block;
  max-width: 300px;
}
.wpc-filter-product_cat .wpc-term-id-48,
.wpc-filter-product_cat .wpc-term-id-49,
.wpc-filter-product_cat .wpc-term-id-50,
.wpc-filter-product_cat .wpc-term-id-51 {
  display: none;
}
.wpc-filter-title {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.wpc-filter-title .wpc-wrap-icons {
  text-transform: uppercase;
  font-family: 'industry-bold';
}
.wpc-filter-title .wpc-open-icon {
  border: 0 !important;
  transform: none !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 24px !important;
}
.wpc-filter-title .wpc-open-icon:after {
  content: "";
  background: url("../img/arrow-down-short.svg");
  width: 22px;
  height: 22px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 0.3s ease;
}
.wpc-filters-section {
  padding: 20px 20px 20px 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  max-width: 340px;
}
.wpc-filters-section .wpc-filter-content {
  padding-top: 20px;
}
.wpc-filters-section.wpc-opened .wpc-open-icon:after {
  transform: rotate(180deg);
}
.wpc-term-item-content-wrapper a {
  color: #000;
}
.wpc-filters-main-wrap li.wpc-term-item label a {
  color: #000;
}
@media only screen and (min-width: 1100px) {
  .wpc-filters-main-wrap li.wpc-term-item label a {
    color: #fff;
  }
}
.wpc-filter-selected-values {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}
.wpc-wrap-icons {
  display: inline;
}
.mfp-wrap {
  z-index: 9999999;
}
.pop-toggle {
  padding: 5px 20px;
  border: 1px solid #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.pop-toggle:before {
  content: "";
  display: inline-block;
  background: url("../img/feather-filter.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 3px;
  margin-top: -2px;
  vertical-align: middle;
}
.mfp-container {
  padding-left: 0;
}
.pop-filter-content {
  background: #f0efef;
  padding: 30px 0px 0;
  max-width: 300px;
  height: 100vh;
}
.pop-filter-content h2 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  padding: 0 20px 0 10px;
}
@media only screen and (min-width: 1100px) {
  .pop-filter-content h2 {
    margin-top: 0;
  }
}
.pop-filter-content .wpc-filters-section {
  padding: 10px 20px 10px 10px;
}
.pop-filter-content .wpc-filter-title {
  color: #000;
  font-size: 16px;
}
.pop-filter-content .wpc-open-icon:after {
  background: url("../img/arrow-down-blk.svg") no-repeat;
  width: 13px;
}
.pop-filter-content .wpc-filters-main-wrap .wpc-term-item label a {
  color: #000;
}
.pop-filter-content .wpc-filter-chips-list {
  padding: 0 10px;
}
.pop-filter-content .wpc-filter-chips-list li a:before {
  background: #fff;
}
@media only screen and (max-width: 1100px) {
  .wpc-filters-section {
    border-color: #000;
  }
}
@media only screen and (max-width: 1100px) {
  .wpc-filters-section .wpc-filter-title {
    color: #000;
  }
}
@media only screen and (max-width: 1100px) {
  .wpc-filters-section .wpc-open-icon:after {
    background: url("../img/arrow-down-blk.svg") no-repeat;
    width: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .wpc-filters-widget-controls-container a {
    color: #8d8d8d !important;
    border-color: #8d8d8d !important;
  }
}
@media only screen and (max-width: 1100px) {
  a.wpc-filters-apply-button {
    background: #e1261c !important;
    border-color: #e1261c !important;
    color: #fff !important;
  }
}
.xoo-wsc-markup .xoo-wsc-empty-cart .xoo-wsc-btn {
  display: none;
}
.xoo-wsc-markup .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-cart {
  display: none;
}
body.single-product {
  background: #8d8d8d;
/*new gallery */
}
body.single-product #main {
  max-width: 100%;
  position: relative;
  overflow: unset;
}
@media only screen and (max-width: 1100px) {
  body.single-product #main {
    padding: 15px 0 0;
  }
}
body.single-product #main .wrap-prod {
  padding-bottom: 70px;
  background: #fcfcfc;
}
@media only screen and (min-width: 1100px) {
  body.single-product #main .wrap-prod {
    width: 76%;
  }
}
body.single-product .woocommerce-breadcrumb {
  display: none;
  -ms-flex-align: center;
      align-items: center;
}
body.single-product .container-product-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (min-width: 1100px) {
  body.single-product .container-product-page {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
body.single-product .woocommerce-product-gallery {
  width: 100% !important;
  float: none;
}
body.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  background: #f0efef;
}
body.single-product .woocommerce-product-gallery .flex-control-nav {
  display: -ms-flexbox;
  display: flex;
}
body.single-product .entry-summary {
  background: #fff;
  padding: 30px;
  box-shadow: 0 -20px 20px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 1100px) {
  body.single-product .entry-summary {
    width: 25% !important;
    position: sticky;
    top: 0px;
    height: 100vh;
    padding: 60px 30px 30px;
  }
}
body.single-product .entry-summary .product-description p {
  color: #000;
}
body.single-product .entry-summary .xs {
  font-size: 16px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .entry-summary .xs {
    font-size: 32px;
  }
}
body.single-product .entry-summary .woosc-btn {
  display: none;
}
body.single-product .entry-summary .product-vendor,
body.single-product .entry-summary .product_title {
  color: #000;
}
@media only screen and (max-width: 1100px) {
  body.single-product .entry-summary .product-vendor,
  body.single-product .entry-summary .product_title {
    font-size: 30px;
    line-height: 38px;
  }
}
body.single-product .entry-summary .product-vendor p,
body.single-product .entry-summary .product_title p {
  color: #000;
}
@media only screen and (min-width: 1100px) {
  body.single-product .entry-summary .product_title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
  }
}
body.single-product .entry-summary p.stock.out-of-stock {
  color: #e1261c;
}
body.single-product .entry-summary .price {
  color: #000;
}
body.single-product .entry-summary del {
  text-decoration: none;
}
body.single-product .entry-summary del span {
  font-size: 18px;
  color: #000;
  text-decoration: line-through;
  font-family: 'industry-book';
  font-weight: 800;
}
body.single-product .entry-summary ins {
  text-decoration: none;
}
body.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a {
  color: #8d8d8d;
  font-size: 12px;
  text-decoration: underline;
}
body.single-product .entry-summary .quantity {
  display: none;
}
body.single-product .entry-summary .yith-wcwl-add-button i,
body.single-product .entry-summary .yith-wcwl-add-button span {
  color: #000;
}
body.single-product .entry-summary .product_meta {
  display: none;
}
body.single-product .entry-summary .product_meta a {
  color: #000;
}
body.single-product .entry-summary .button-secondary {
  background: #e1261c !important;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'industry-book';
  padding: 12px;
  font-weight: 600;
}
body.single-product .entry-summary .button-secondary:hover {
  background: #870700 !important;
  text-decoration: none;
}
body.single-product .entry-summary form.cart {
  padding-top: 40px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .woocommerce-tabs {
    padding-left: calc(50% - 430px);
    padding-right: 60px;
  }
}
body.single-product .woocommerce-product-rating {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.single-product .woocommerce-product-rating a {
  color: #8d8d8d;
  font-size: 14px;
  margin-left: 10px;
}
body.single-product .cr-ajax-search {
  display: none !important;
}
body.single-product .rating-list .cr-trustbadgef .badge__logo {
  display: none;
}
body.single-product .rating-list .cr-trustbadgef .badge__info .badge__store {
  display: none;
}
body.single-product .rating-list .cr-trustbadgef .badge__info .badge__rating.rating {
  display: none;
}
body.single-product .rating-list .cr-trustbadgef .badge__info .badge__stars {
  margin: 0;
}
body.single-product .rating-list .cr-trustbadgef .badge__reviews {
  background: transparent;
  padding: 0;
  color: #8d8d8d;
  text-decoration: underline;
}
body.single-product .rating-list .cr-badge {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.single-product .rating-list .badge__store,
body.single-product .rating-list .badge__verified {
  display: none;
}
body.single-product .rating-list .badge__rating .rating__store {
  display: none;
}
body.single-product .rating-list .badge__nowrap .badge__stars {
  margin-bottom: 0;
  margin-right: 10px;
}
body.single-product .rating-list .badge__nowrap .badge__stars .badge__star {
  width: 26px;
  height: 26px;
}
body.single-product .related.products {
  display: none;
}
body.single-product .accordion-container .features-part {
  text-align: center;
  background: #fff;
  padding: 30px 0;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .features-part {
    padding: 20px 20px 40px;
  }
}
body.single-product .accordion-container .features-part p {
  color: #000;
}
body.single-product .accordion-container .features-part h3 {
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 24px;
}
body.single-product .accordion-container .features-part ul {
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  margin: 40px 0 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product .accordion-container .features-part ul li {
  margin: 0 0 10px;
  -ms-flex: 0 1 31%;
      flex: 0 1 31%;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .features-part ul li {
    -ms-flex: 0 1 15%;
        flex: 0 1 15%;
    margin: 0;
  }
}
body.single-product .accordion-container .features-part ul li .visual img {
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .features-part ul li .visual img {
    height: 76px;
  }
}
body.single-product .accordion-container .features-part ul li p {
  padding: 10px 20px;
}
@media only screen and (max-width: 1100px) {
  body.single-product .accordion-container .features-part ul li p {
    font-size: 12px;
    padding: 10px;
  }
}
body.single-product .accordion-container .wraps {
  background: #000;
  margin-bottom: 10px;
}
body.single-product .accordion-container .wraps .accordion-nav {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps .accordion-nav {
    padding: 3px 10px;
  }
}
body.single-product .accordion-container .wraps .accordion-nav span:after {
  content: "";
  background: url("../img/arrow-down-short.svg");
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps .accordion-nav span:after {
    width: 27px;
    height: 27px;
    right: 0;
  }
}
body.single-product .accordion-container .wraps .accordion-nav span.minus:after {
  transform: rotate(180deg);
}
body.single-product .accordion-container .wraps .accordion-nav h3 {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
body.single-product .accordion-container .wraps .accordion-content {
  margin: 0 auto;
  display: none;
}
body.single-product .accordion-container .wraps .accordion-content iframe {
  min-height: 250px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps .accordion-content iframe {
    min-width: 800px;
    min-height: 450px;
  }
}
body.single-product .accordion-container .wraps.overview .accordion-content {
  padding: 0;
  background: #fff;
}
body.single-product .accordion-container .wraps.overview .accordion-content p {
  color: #000;
}
body.single-product .accordion-container .wraps.overview .box-black {
  background: #000;
  padding: 10px 20px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .box-black {
    padding: 0;
  }
}
body.single-product .accordion-container .wraps.overview .box-black .wrap {
  max-width: 900px;
  margin: 0 auto;
}
body.single-product .accordion-container .wraps.overview .box-black p,
body.single-product .accordion-container .wraps.overview .box-black h4 {
  color: #fff;
  text-transform: none;
}
body.single-product .accordion-container .wraps.overview .box-black h4 {
  font-family: 'industry-bold';
  font-weight: 500;
}
body.single-product .accordion-container .wraps.overview .box-black h5 {
  font-family: 'industry-medium';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
body.single-product .accordion-container .wraps.overview .box-black a {
  color: #e1261c;
}
body.single-product .accordion-container .wraps.overview .box-black img {
  padding: 30px 0;
}
body.single-product .accordion-container .wraps.overview .box-black img.xs {
  max-width: 450px;
  margin: 0 auto;
}
body.single-product .accordion-container .wraps.overview .box-black ul,
body.single-product .accordion-container .wraps.overview .box-black ol {
  color: #fff;
}
body.single-product .accordion-container .wraps.overview .box-black ul p,
body.single-product .accordion-container .wraps.overview .box-black ol p {
  color: #fff;
}
body.single-product .accordion-container .wraps.overview .box-black ul li,
body.single-product .accordion-container .wraps.overview .box-black ol li {
  margin-bottom: 15px;
}
body.single-product .accordion-container .wraps.overview .content-box {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box {
    margin: 0;
  }
}
body.single-product .accordion-container .wraps.overview .content-box .bg {
  padding: 0;
}
body.single-product .accordion-container .wraps.overview .content-box .text-included {
  max-width: 520px;
  margin: 0;
  padding: 20px 20px 0;
  font-family: 'industry-medium';
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box .text-included {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    padding: 0 60px;
    left: calc(50% - 520px);
    right: auto;
  }
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box .text-included h4 {
    font-size: 32px;
    line-height: 38px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box .text-included p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box .text-included p,
  body.single-product .accordion-container .wraps.overview .content-box .text-included h4 {
    color: #000;
  }
  body.single-product .accordion-container .wraps.overview .content-box .text-included p span,
  body.single-product .accordion-container .wraps.overview .content-box .text-included h4 span {
    color: #000 !important;
  }
}
body.single-product .accordion-container .wraps.overview .content-box .text-included h4 span {
  font-family: 'grind-simple';
}
body.single-product .accordion-container .wraps.overview .content-box .text-included li {
  display: list-item;
  list-style-type: disc;
  padding-left: 10px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .content-box.p-right .text-included {
    right: calc(50% - 520px);
    left: auto;
  }
}
body.single-product .accordion-container .wraps.overview .features-list ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
body.single-product .accordion-container .wraps.overview .features-list ul li {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.single-product .accordion-container .wraps.overview .features-list .visual {
  max-width: 80px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .features-list p {
    font-size: 30px;
    line-height: 36px;
  }
}
body.single-product .accordion-container .wraps.overview .features-list p.desc {
  padding-top: 15px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.overview .features-list p.desc {
    font-size: 14px;
    line-height: 22px;
  }
}
body.single-product .accordion-container .wraps.overview .features-list p span {
  list-style: disc;
  display: list-item;
}
body.single-product .accordion-container .wraps.overview .accessories h4 {
  text-align: center;
  padding: 10px 0;
}
@media only screen {
  body.single-product .accordion-container .wraps.overview .accessories h4 {
    font-size: 40px;
    line-height: 48px;
  }
}
body.single-product .accordion-container .wraps.overview .accessories ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product .accordion-container .wraps.overview .accessories ul li {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
body.single-product .accordion-container .wraps.overview .accessories ul h3 {
  text-align: center;
}
@media only screen {
  body.single-product .accordion-container .wraps.overview .accessories ul h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
body.single-product .accordion-container .wraps.overview .accessories ul .visual {
  max-width: 200px;
  margin: 0 auto;
}
body.single-product .accordion-container .wraps.tech .accordion-content,
body.single-product .accordion-container .wraps.faq .accordion-content {
  background: #fff;
}
body.single-product .accordion-container .wraps.tech .accordion-content strong,
body.single-product .accordion-container .wraps.faq .accordion-content strong {
  font-family: 'industry-bold';
  font-size: 18px;
}
body.single-product .accordion-container .wraps.tech .accordion-content p,
body.single-product .accordion-container .wraps.faq .accordion-content p {
  color: #000;
}
body.single-product .accordion-container .wraps.tech .accordion-content li,
body.single-product .accordion-container .wraps.faq .accordion-content li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc(50% - 440px);
}
@media only screen and (max-width: 1100px) {
  body.single-product .accordion-container .wraps.tech .accordion-content li,
  body.single-product .accordion-container .wraps.faq .accordion-content li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.single-product .accordion-container .wraps.tech .accordion-content li:nth-child(2n),
body.single-product .accordion-container .wraps.faq .accordion-content li:nth-child(2n) {
  background: #f6f6f6;
}
body.single-product .accordion-container .wraps.faq strong {
  font-size: 14px !important;
}
body.single-product .accordion-container .wraps.faq p {
  margin-top: 10px;
}
body.single-product .accordion-container .wraps.download .accordion-content {
  background: #fff;
}
body.single-product .accordion-container .wraps.download .accordion-content ul {
  max-width: 900px;
  margin: 0 auto;
}
body.single-product .accordion-container .wraps.download .accordion-content li {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.download .accordion-content li {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: calc(50% - 440px);
  }
}
body.single-product .accordion-container .wraps.download .accordion-content li:last-child {
  border: 0;
}
body.single-product .accordion-container .wraps.download .accordion-content li a {
  color: #e1261c;
}
body.single-product .accordion-container .wraps.download .accordion-content li a:before {
  content: "";
  background: url("../img/download-red-icon.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body.single-product .accordion-container .wraps.reviews .accordion-content {
  padding: 20px 0;
  background: #fff;
}
@media only screen and (min-width: 1100px) {
  body.single-product .accordion-container .wraps.reviews .accordion-content {
    padding: 40px 0;
  }
}
body.single-product .accordion-container .wraps.reviews .woocommerce-noreviews {
  font-family: 'industry-medium';
  color: #000;
}
body.single-product .accordion-container .wraps.reviews .comment-form-comment label {
  color: #000;
}
body.single-product .accordion-container .wraps.reviews .woocommerce-Tabs-panel--description {
  display: none !important;
}
body.single-product .accordion-container .wraps.reviews .stars span {
  display: -ms-flexbox;
  display: flex;
}
body.single-product .accordion-container .wraps.reviews .stars span a {
  color: #e1261c;
}
body.single-product .accordion-container .wraps .accordion-content ul li ul {
  padding: 0;
  margin: 0;
}
body.single-product .accordion-container .wraps .accordion-content ul li ul li {
  padding: 0px !important;
  margin: 0 0 0 15px;
  background: transparent !important;
  display: list-item;
  list-style: disc;
}
body.single-product .wcgs-woocommerce-product-gallery {
  background: #f0efef;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 1100px) {
  body.single-product .wcgs-woocommerce-product-gallery {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
body.single-product .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper {
  margin-top: 15px !important;
}
@media only screen and (max-width: 1100px) {
  body.single-product .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  body.single-product .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper .wcgs-thumb {
    min-width: 70px !important;
  }
}
body.single-product #wpgs-gallery * {
  max-width: 100% !important;
}
body.single-product #wpgs-gallery *img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 1100px) {
  body.single-product .wcgs-swiper-arrow {
    display: none !important;
  }
}
body.single-product .swiper-autoheight,
body.single-product .swiper-autoheight .swiper-slide {
  min-height: 400px;
}
@media only screen and (min-width: 1100px) {
  body.single-product .wcgs-woocommerce-product-gallery {
    padding: 0 100px;
    margin-right: 0 !important;
    float: none !important;
    max-width: 1400px !important;
  }
}
@media only screen and (min-width: 1100px) {
  body.single-product .wcgs-thumb {
    margin-right: 15px !important;
  }
}
body.single-product .wcgs-thumb img {
  height: 70px !important;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border: none;
  background-color: #fff;
}
@media only screen and (min-width: 1100px) {
  body.single-product .wcgs-thumb img {
    height: 120px !important;
  }
}
body.single-product .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img {
  border: 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
body.single-product #wpgs-gallery.wcgs-woocommerce-product-gallery {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1100px) {
  body.single-product #wpgs-gallery.wcgs-woocommerce-product-gallery {
    max-width: 100% !important;
  }
}
body.single-product .iconic-woothumbs-all-images-wrap {
  float: none;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body.single-product .gallery-single {
    -ms-flex-order: 1;
        order: 1;
  }
}
body.single-product .iconic-woothumbs-images__slide {
  padding: 60px 0;
  background: #fff;
}
body.single-product .iconic-woothumbs-thumbnails {
  background: #fff;
}
body.single-product .iconic-woothumbs-thumbnails .slick-slide {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border: none;
}
body.single-product .iconic-woothumbs-thumbnails-wrap {
  margin-bottom: 30px;
  background: #fff;
}
body.single-product .iconic-woothumbs-thumbnails-wrap .slick-track {
  padding: 15px 0;
}
@media only screen and (min-width: 1100px) {
  body.single-product .iconic-woothumbs-images__image {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body.single-product .iconic-woothumbs-thumbnails-wrap {
  max-width: 800px;
  margin: 0 auto;
}
body.single-product .iconic-woothumbs-thumbnails-wrap .iconic-woothumbs-thumbnails__image-wrapper {
  border: none;
}
body.single-product .iconic-woothumbs-thumbnails__slide img {
  height: 70px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1100px) {
  body.single-product .iconic-woothumbs-thumbnails__slide img {
    height: 120px !important;
  }
}
body.single-product .tabs.wc-tabs a {
  color: #000;
}
body.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
  display: none !important;
}
body.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
  display: block !important;
  margin-top: 20px;
}
body.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .tabs.wc-tabs li {
  display: block;
}
h1 {
  color: #fff;
  font-style: normal;
}
h2 {
  font-family: 'grind-demolished';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #e1261c;
}
@media only screen and (min-width: 1100px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  font-family: 'industry-bold';
}
@media only screen and (min-width: 1100px) {
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: 'grind-simple';
}
@media only screen and (min-width: 1100px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
}
p {
  font-family: 'industry-medium';
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}
a,
button {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'industry-medium';
  font-weight: 600;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}
a:hover,
button:hover {
  color: #fff;
}
a.btn-link,
button.btn-link {
  font-family: 'grind-demolished';
}
a.button-secondary,
button.button-secondary {
  border: 1px solid #e1261c;
  background: transparent !important;
  color: #e1261c;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'industry-bold';
  font-weight: 500;
  text-align: center;
}
a.button-secondary:hover,
button.button-secondary:hover {
  text-decoration: underline;
}
a.button-primary,
button.button-primary {
  background: #e1261c !important;
  color: #fff !important;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'industry-bold';
  font-weight: 500;
  text-decoration: none;
}
a.button-primary:hover,
button.button-primary:hover {
  background: #870700 !important;
}
a.add_to_cart_button,
button.add_to_cart_button,
a.btn-primary,
button.btn-primary {
  background-color: #2e2925 !important;
  padding: 12px 20px;
  transition: all 300ms ease-in;
  font-size: 14px;
  line-height: 16px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  font-family: 'industry-bold';
  font-weight: 500;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
a.add_to_cart_button:before,
button.add_to_cart_button:before,
a.btn-primary:before,
button.btn-primary:before {
  content: "";
  background: url("../img/shopping-cart-icon.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
  margin-top: -3px;
}
a.add_to_cart_button:hover,
button.add_to_cart_button:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  color: #fff;
  background-color: #870700 !important;
}
a.btn-primary:before,
button.btn-primary:before {
  content: none;
}
a.single,
button.single {
  background-color: #2e2925 !important;
  padding: 12px 20px;
  transition: all 300ms ease-in;
  font-size: 16px;
  line-height: 18px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  font-family: 'industry-book';
  font-weight: 600;
  border: 0;
  color: #fff;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
.woocommerce-products-header {
  padding-top: 20px;
  z-index: 1;
}
.woocommerce-products-header h2 {
  margin-bottom: 10px;
}
.woocommerce-ordering {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9;
}
.woocommerce-ordering .label {
  min-width: 60px;
}
p.woocommerce-result-count {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error.error-msg-wrapper li {
  color: #e1261c;
}
.cr-reviews-ajax-reviews h2.woocommerce-Reviews-title {
  display: none;
}
.cr-reviews-ajax-reviews .comment-text .description p {
  color: #000;
}
.cr-reviews-ajax-reviews .cr-review-form-item {
  display: none;
}
.cr-reviews-ajax-reviews .cr-review-form-rating,
.cr-reviews-ajax-reviews .cr-review-form-comment,
.cr-reviews-ajax-reviews .cr-review-form-ne,
.cr-reviews-ajax-reviews .cr-review-form-buttons,
.cr-reviews-ajax-reviews .cr-review-form-result {
  max-width: 1000px;
}
.cr-summaryBox-wrap .ivole-summaryBox {
  display: none !important;
}
#ivole-histogramTable tr.ivole-histogramRow a {
  color: #000;
}
body.page-template-template-register {
  background: #f0efef;
}
body.page-template-template-register .custom-registration {
  padding: 30px 20px 70px !important;
}
body.page-template-template-register .custom-registration h2,
body.page-template-template-register .custom-registration p.heading {
  color: #000;
}
body.page-template-template-register .custom-registration form {
  max-width: 600px;
  margin: 20px 0;
}
body.page-template-template-register .custom-registration form input {
  border: 0;
}
body.page-template-template-register .custom-registration form button {
  margin-top: 20px;
}
body.page-template-template-register .custom-registration .woocommerce-form-row {
  margin-bottom: 15px;
}
body.page-template-template-register .custom-registration label,
body.page-template-template-register .custom-registration .woocommerce-privacy-policy-text p {
  color: #000;
}
body.page-template-template-register .custom-registration .woocommerce-privacy-policy-text {
  font-size: 12px;
  margin: 15px 0;
  display: none;
}
body.page-template-template-register .custom-registration .woocommerce-privacy-policy-text a {
  display: inline-block;
  font-size: 12px;
  color: #000;
}
body.page-template-template-register .woocommerce-notices-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 0 0;
}
body.page-template-template-register .woocommerce-notices-wrapper .showlogin {
  color: #000;
  font-weight: 100;
  font-size: 12px;
  text-decoration: underline;
}
body.woocommerce-account {
  background: #f0efef;
}
body.woocommerce-account .form-login-container {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.woocommerce-account h1 {
  color: #000;
  font-family: 'grind-demolished';
  margin-left: 0 !important;
}
body.woocommerce-account main {
  padding: 20px 20px 120px;
  max-width: 1280px !important;
}
body.woocommerce-account .login-wrapper {
  max-width: 500px;
  width: 100%;
}
body.woocommerce-account .login-wrapper input {
  border: 0;
}
body.woocommerce-account .woocommerce-form-row {
  margin-bottom: 15px;
}
body.woocommerce-account label,
body.woocommerce-account .woocommerce-privacy-policy-text p {
  color: #000;
  margin-bottom: 10px;
}
body.woocommerce-account label {
  font-weight: bold;
}
body.woocommerce-account .heading-register {
  margin-bottom: 20px;
}
body.woocommerce-account .heading-register p {
  color: #000;
}
body.woocommerce-account .heading-register p.heading {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.woocommerce-account .lost_password {
  margin-left: 15px;
}
body.woocommerce-account .lost_password a {
  border-color: #000;
  text-decoration: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #000;
}
body.woocommerce-account .lost_password a:hover {
  background: #870700 !important;
  text-decoration: underline;
  color: #fff;
}
body.woocommerce-account .register-acc {
  padding-left: 15%;
}
body.woocommerce-account .register-acc p,
body.woocommerce-account .register-acc a {
  color: #000;
  text-decoration: none;
}
body.woocommerce-account .register-acc p.heading,
body.woocommerce-account .register-acc a.heading {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.woocommerce-account .register-acc a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 20px;
}
body.woocommerce-account.logged-in {
  background: #fff;
}
body.woocommerce-account.logged-in fieldset {
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    padding-right: 10px;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 10px;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    font-size: 12px;
    line-height: 14px;
  }
}
body.woocommerce-account.logged-in .woocommerce-Address-title {
  position: static;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
    font-size: 16px;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content label {
    font-size: 12px;
    padding: 3px 0;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content p {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  body.woocommerce-account.logged-in .woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px;
  }
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}
body.woocommerce-account.logged-in .page-content .woocommerce {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  body.woocommerce-account.logged-in .page-content .woocommerce {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
body.woocommerce-account.logged-in .woocommerce-Addresses {
  margin-top: 15px;
}
body.woocommerce-account.logged-in .woocommerce-Addresses address {
  padding-top: 15px;
}
body.woocommerce-account.logged-in .woocommerce-Address-title {
  padding: 15px;
}
body.woocommerce-account.logged-in .woocommerce-Address-title h3 {
  font-size: 16px;
  line-height: 22px;
}
body.woocommerce-account.logged-in .woocommerce-Address-title a {
  color: #fff;
  font-weight: 500;
}
.woocommerce-MyAccount-content p {
  color: #000;
}
.woocommerce-MyAccount-content a {
  display: inline-block;
  color: #000;
}
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .button.wc-forward {
  display: none;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button {
  display: block;
  margin-top: 15px;
}
.wishlist-items-wrapper .product-name a {
  color: #000;
  text-decoration: none;
}
.wishlist-items-wrapper .compare-btn {
  display: none;
}
#yith-wcwl-form {
  width: 100%;
  padding-top: 30px;
}
@media only screen and (min-width: 1100px) {
  #yith-wcwl-form .wishlist-items-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
#yith-wcwl-form .wishlist-items-wrapper tr {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  margin-right: 20px;
}
#yith-wcwl-form thead {
  display: none;
}
@media only screen and (min-width: 1100px) {
  #yith-wcwl-form tr {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#yith-wcwl-form tr td {
  border: 0;
}
#yith-wcwl-form tr .product-price {
  color: #e1261c;
  font-size: 22px;
  font-family: 'industry-bold';
  padding-top: 0 !important;
}
#yith-wcwl-form tr .product-thumbnail a {
  max-width: 300px;
  margin: 0 auto;
}
#yith-wcwl-form li,
#yith-wcwl-form tr {
  background: url("../img/bg-products.webp");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  #yith-wcwl-form li,
  #yith-wcwl-form tr {
    padding: 20px 20px 10px;
    position: relative;
  }
}
#yith-wcwl-form li .btn-out,
#yith-wcwl-form tr .btn-out {
  display: block;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#yith-wcwl-form li .btn-out a,
#yith-wcwl-form tr .btn-out a {
  border: 0;
  padding: 0 !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 1100px) {
  #yith-wcwl-form li .product-thumbnail,
  #yith-wcwl-form tr .product-thumbnail {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  #yith-wcwl-form li .item-details-table .label,
  #yith-wcwl-form tr .item-details-table .label {
    display: none;
  }
  #yith-wcwl-form li .item-details-table .value,
  #yith-wcwl-form tr .item-details-table .value {
    text-align: left;
    color: #e1261c;
    font-size: 18px;
    font-family: 'industry-bold';
  }
}
@media only screen and (max-width: 1100px) {
  #yith-wcwl-form tbody tr {
    background: transparent;
    padding: 0;
  }
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper {
  display: -ms-flexbox;
  display: flex;
}
#yith-wcwl-form .product-name,
#yith-wcwl-form .product-price {
  font-size: 18px;
}
@media only screen and (min-width: 1100px) {
  #yith-wcwl-form .product-name,
  #yith-wcwl-form .product-price {
    text-align: center;
  }
}
#yith-wcwl-form .product-name a {
  color: #000;
  text-decoration: none;
}
#yith-wcwl-form .btn-wrapper {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px auto;
}
#yith-wcwl-form .btn-wrapper .price {
  display: none;
}
#yith-wcwl-form tbody .product-name,
#yith-wcwl-form tbody .product-price,
#yith-wcwl-form tbody .product-thumbnail {
  padding-top: 30px;
}
#yith-wcwl-form th.product-name {
  text-align: left;
}
#yith-wcwl-form .product-remove {
  position: absolute;
  right: 10px;
  top: 0px;
}
@media only screen and (min-width: 1100px) {
  #yith-wcwl-form .product-remove {
    top: 10px;
    padding: 0;
  }
}
#yith-wcwl-form .product-remove a {
  color: #000 !important;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  margin-right: 8px;
  margin-top: 10px;
}
@media only screen and (min-width: 1100px) {
  #yith-wcwl-form .product-remove a {
    font-size: 32px;
    line-height: 36px;
    margin-right: 0;
    margin-top: 0;
  }
}
#yith-wcwl-form .wishlist-title-container .wishlist-title {
  margin-bottom: 0;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title h2 {
  color: #000;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  text-decoration: none;
  padding: 15px 20px;
  margin: 0 0 0 10px !important;
}
#yith-wcwl-form .wishlist_table .add_to_cart_button {
  margin-left: 10px !important;
}
#yith-wcwl-form .wishlist_table .add_to_cart_button:before {
  display: inline-block;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p {
  color: #000;
}
.cwginstock-subscribe-form .panel-primary {
  border: 0;
}
.cwginstock-subscribe-form .panel-primary >.panel-heading {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.cwginstock-subscribe-form .panel-primary >.panel-heading h4 {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-family: 'industry-bold';
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cwginstock-subscribe-form .panel-primary .panel-body {
  padding-top: 0;
}
.cwginstock-subscribe-form .panel-primary .panel-body .cwginstock-subscribe-form .center-block {
  margin: 0;
}
.cwginstock-subscribe-form .panel-primary .panel-body .form-group {
  margin: 0;
  text-align: right !important;
}
.cwginstock-subscribe-form .panel-primary .panel-body .col-md-12 {
  padding: 0;
}
.cwginstock-subscribe-form .cwgstock_button {
  max-width: 130px;
  margin: 0;
}
.cwginstock-subscribe-form .cwginstocksuccess {
  font-size: 12px;
  margin-top: 10px;
}
.cwginstock-subscribe-form .cwgstock_output {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
}
.star-rating {
  display: block;
}
.star-rating {
  font-family: star;
  font-size: 20px;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.star-rating:before {
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.star-rating span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.star-rating span:before {
  color: #e1261c;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.pisol-ppscw-container .button.pisol-shipping-calculator-button {
  color: #000;
  font-size: 14px;
  font-family: 'industry-book';
  font-weight: 400;
}
.pisol-ppscw-container .button.pisol-shipping-calculator-button:before {
  content: "";
  background: url("../img/shipping-icon.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.pisol-ppscw-container .button.pisol-shipping-calculator-button:after {
  content: "";
  background: url("../img/ios-arrow-dropdown.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.pisol-ppscw-container button.pisol-update-address-button {
  color: #e1261c;
  font-family: 'industry-bold';
}
.pisol-ppscw-container button.pisol-update-address-button:hover,
.pisol-ppscw-container button.pisol-update-address-button:focus {
  background: #870700;
  color: #fff;
}
.pisol-ppscw-container .form-row {
  margin-bottom: 10px;
}
.pisol-ppscw-container .form-row input,
.pisol-ppscw-container .form-row select {
  margin-bottom: 10px;
}
.pisol-ppscw-container .pisol-shipping-calculator-form {
  margin-top: 10px;
}
.pisol-ppscw-container .pisol-ppscw-alert {
  font-size: 13px;
}
.pisol-ppscw-container .pisol-ppscw-methods li {
  margin-left: 0 !important;
  font-weight: 600;
}
.pisol-ppscw-container .pisol-shipping-calculator-form .button {
  margin-bottom: 10px;
}
.search-result-page {
  padding: 50px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .search-result-page {
    padding-bottom: 180px;
  }
}
.search-result-page .entry-title {
  margin: 0;
}
.search-result-page ul.products {
  margin-top: 60px;
}
.search-result-page ul.products li:before {
  min-height: 100%;
}
.search-result-page .compare-btn {
  display: none;
}
.search-result-page .compare-btn.btn-out {
  display: block !important;
  margin: 5px auto 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.search-result-page .compare-btn.btn-out a {
  border: 0;
  text-align: center;
}
.page-numbers {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.page-numbers a {
  background: #fff;
  color: #000;
  padding: 10px 10px 9px;
}
.page-numbers.current,
.page-numbers.next,
.page-numbers.prev {
  background: #e1261c;
  font-family: 'industry-medium';
  font-weight: 600;
  color: #fff;
}
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}
.woocommerce-notice.woocommerce-notice--success {
  color: #000;
  font-family: 'industry-medium';
  font-weight: 700s;
}
.woocommerce-table__product-name.product-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce-table__product-name.product-name a {
  color: #000;
  text-decoration: none;
}
.woocommerce-table__product-name.product-name tr,
.woocommerce-table__product-name.product-name th {
  text-align: left;
}
.woocommerce-table__product-name.product-name .product-quantity {
  padding-left: 10px;
}
.woocommerce-order-details {
  margin-top: 40px;
}
.woosc-area .star-rating,
.woosc-area .price {
  display: none;
}
.woosc-area .btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 15px 20px !important;
}
button.xoo-wsc-btn {
  margin-top: 15px;
  width: 100%;
}
/* Modules */
main.about-us-page {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1100px) {
  main.about-us-page .banner-romar {
    padding-top: 30px;
  }
}
main.about-us-page .banner-romar img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about-us-page .content-about {
  padding: 30px 20px;
}
@media only screen and (min-width: 1100px) {
  main.about-us-page .content-about {
    padding: 60px 0;
  }
}
main.about-us-page .content-about .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
main.about-us-page .content-about h3 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0;
}
@media only screen and (min-width: 1100px) {
  main.about-us-page .content-about .description-romar {
    max-width: 45%;
    width: 100%;
  }
}
main.about-us-page .content-about .description-romar .row {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
main.about-us-page .content-about .visual-map {
  padding: 40px 20px 0;
  max-width: 600px;
}
@media only screen and (min-width: 1100px) {
  main.about-us-page .content-about .visual-map {
    padding-left: 20px;
    padding-right: 0;
  }
}
main.about-us-page .content-about strong {
  font-weight: 700;
  font-family: 'industry-medium';
}
.adventure-collection {
  padding: 70px 0;
}
@media only screen and (min-width: 1100px) {
  .adventure-collection {
    padding: 20px 0 200px;
  }
}
.adventure-collection .side-filter {
  max-width: 300px;
}
@media only screen and (max-width: 1100px) {
  .adventure-collection .tab-nav {
    margin-top: 30px;
  }
}
.adventure-collection .tab-nav ul {
  -ms-flex-direction: row;
      flex-direction: row;
}
.adventure-collection .tab-nav li {
  margin-right: 25px;
}
.adventure-collection .tab-nav li a {
  color: #767776;
  font-family: 'industry-book';
  text-transform: uppercase;
}
.adventure-collection .tab-nav li a:hover:after,
.adventure-collection .tab-nav li a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  text-decoration: underline;
  background-color: #767776;
  margin-top: 3px;
}
.adventure-collection .tab-nav li a.active {
  color: #e1261c;
}
.adventure-collection .tab-nav li a.active:after {
  background-color: #e1261c;
}
.adventure-collection .tab-product .note {
  padding-top: 20px;
}
.adventure-collection .tab-product ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.adventure-collection .tab-product ul li {
  margin-bottom: 0px;
  padding-bottom: 60px;
  background: #fff;
}
@media only screen and (min-width: 1100px) {
  .adventure-collection .tab-product ul li {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .adventure-collection .tab-product ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .adventure-collection .tab-product ul li.post-73.product-type-simple .logo {
    filter: invert(1);
  }
}
.adventure-collection .tab-product ul li:before {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .adventure-collection .tab-product ul li.product:nth-child(2n) {
    background: #000;
  }
  .adventure-collection .tab-product ul li.product:nth-child(2n) .button-secondary {
    border-color: #fff;
    background: #fff !important;
    color: #000;
  }
  .adventure-collection .tab-product ul li.product:nth-child(2n) h3 {
    color: #fff;
  }
  .adventure-collection .tab-product ul li.product:nth-child(2n) .icon img {
    filter: brightness(10);
  }
}
.adventure-collection .tab-product ul li:nth-child(n+3) {
  margin-right: 0;
}
.adventure-collection .tab-product ul li .compare-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.adventure-collection .tab-product ul li .add_to_cart_button {
  background-color: #e1261c !important;
  color: #fff;
  border-color: #e1261c;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.adventure-collection .tab-product ul li .button-secondary {
  border-color: #000;
  color: #000;
  padding: 10px 40px;
  font-size: 14px;
}
.adventure-collection .tab-product ul li .button-secondary:hover {
  color: #fff;
  background-color: #870700 !important;
  border-color: #870700;
}
.adventure-collection .tab-product ul li.outofstock .product_type_simple {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.adventure-collection .tab-product ul li .woocommerce-LoopProduct-link {
  max-width: 350px;
}
.adventure-collection .tab-product ul li .woocommerce-LoopProduct-link img {
  padding: 20px;
}
.adventure-collection .tab-product ul li .thumbnail {
  position: relative;
}
.adventure-collection .tab-product ul li .thumbnail img {
  z-index: 99;
  position: relative;
}
.adventure-collection .tab-product ul li .thumbnail .image-background {
  background: #f0f0f0;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: 60%;
  margin: 0 auto;
  transform: skewX(-20deg);
}
.adventure-collection .tab-product ul .title-prod-adv {
  display: block;
}
.adventure-collection .tab-product ul .title-prod-adv .logo {
  display: block;
}
.adventure-collection .tab-product ul .title-prod-adv .logo img {
  padding: 0 30px;
}
.adventure-collection .tab-product ul .title-prod-adv .list-features ul {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.adventure-collection .tab-product ul .title-prod-adv .list-features ul li {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
}
.adventure-collection .tab-product ul .title-prod-adv .list-features ul li:before {
  display: none;
}
.adventure-collection .tab-product ul .title-prod-adv .list-features ul .icon {
  max-width: 25px;
  margin: 0 auto;
  min-height: 40px;
}
@media only screen and (min-width: 1100px) {
  .adventure-collection .tab-product ul .title-prod-adv .list-features ul .icon {
    max-width: 40px;
    min-height: 60px;
  }
}
.adventure-collection .tab-product ul .title-prod-adv .list-features ul .icon img {
  padding: 0;
}
.adventure-collection .tab-product ul .title-prod-adv .list-features h3 {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .adventure-collection .tab-product ul .title-prod-adv .list-features h3 {
    font-size: 13px;
    line-height: 18px;
  }
}
.adventure-collection .tab-product ul .product-vendor,
.adventure-collection .tab-product ul h2.woocommerce-loop-product__title,
.adventure-collection .tab-product ul .compare-btn,
.adventure-collection .tab-product ul .yith-wcwl-add-to-wishlist {
  display: none;
}
.adventure-collection .tab-product ul .prod-description .price {
  padding-bottom: 30px;
  display: block;
  text-align: center;
}
.adventure-collection .content-wrapper {
  position: relative;
}
.adventure-collection .content-wrapper .woocommerce-ordering {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media only screen and (min-width: 1100px) {
  .adventure-collection .content-wrapper .woocommerce-ordering {
    right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .adventure-collection .pop-filter-content.mfp-hide {
    display: block !important;
    height: auto;
    background: transparent;
    padding: 0;
  }
  .adventure-collection .pop-filter-content.mfp-hide h2 {
    display: none;
  }
}
body.woocommerce-checkout {
  background: #fff;
}
body.woocommerce-checkout main {
  padding: 50px 0 100px;
}
body.woocommerce-checkout main .entry-title {
  color: #e1261c;
  font-family: 'grind-demolished';
}
body.woocommerce-checkout label,
body.woocommerce-checkout .woocommerce-input-wrapper {
  color: #000;
  padding: 5px 0;
}
body.woocommerce-checkout .form-row {
  margin: 15px 0;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text p,
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #000;
  font-size: 12px;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
  display: inline-block;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  display: inline-block;
  color: #e1261c;
  font-size: 12px;
  font-family: 'industry-book';
}
body.woocommerce-checkout form #order_review_heading {
  padding-top: 50px;
}
body.woocommerce-checkout form .woocommerce-checkout-review-order-table {
  max-width: 600px;
}
body.woocommerce-checkout form tfoot {
  text-align: left;
}
main.dealer-page {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1100px) {
  main.dealer-page .visual-banner {
    padding-top: 30px;
  }
}
main.dealer-page .link {
  font-size: 34px;
  line-height: 40px;
  text-decoration: underline;
  text-align: center;
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .link {
    padding: 60px 0;
  }
}
main.dealer-page .dealer-group {
  padding: 50px 0;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group {
    padding: 70px 0;
  }
}
main.dealer-page .dealer-group p {
  color: #fff;
  font-weight: 700;
}
main.dealer-page .dealer-group p.label-name {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
main.dealer-page .dealer-group .table-list {
  padding-top: 30px;
}
@media only screen and (max-width: 1100px) {
  main.dealer-page .dealer-group .table-list {
    overflow-x: scroll;
  }
}
main.dealer-page .dealer-group .table-list .heading {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 1100px) {
  main.dealer-page .dealer-group .table-list .heading {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 138%;
  }
}
main.dealer-page .dealer-group .table-list .heading p {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .heading p {
    font-size: 16px;
    line-height: 22px;
  }
}
main.dealer-page .dealer-group .table-list .heading p.heading_left {
  width: 65%;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .heading p.heading_left {
    width: 60%;
  }
}
main.dealer-page .dealer-group .table-list .heading p.heading_center {
  width: 20%;
}
main.dealer-page .dealer-group .table-list .heading p.heading_right {
  width: 30%;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .heading p.heading_right {
    width: 20%;
  }
}
main.dealer-page .dealer-group .table-list .table-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 1100px) {
  main.dealer-page .dealer-group .table-list .table-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 138%;
  }
}
main.dealer-page .dealer-group .table-list .table-wrapper a {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .table-wrapper a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  main.dealer-page .dealer-group .table-list .table-wrapper .col,
  main.dealer-page .dealer-group .table-list .table-wrapper .col p {
    font-size: 10px;
    line-height: 12px;
  }
}
main.dealer-page .dealer-group .table-list .table-wrapper .dealer-info {
  width: 65%;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .table-wrapper .dealer-info {
    width: 60%;
  }
}
main.dealer-page .dealer-group .table-list .table-wrapper .dealer-state {
  width: 20%;
}
main.dealer-page .dealer-group .table-list .table-wrapper .dealer-contact {
  width: 30%;
}
@media only screen and (min-width: 1100px) {
  main.dealer-page .dealer-group .table-list .table-wrapper .dealer-contact {
    width: 20%;
  }
}
main.dealer-page select {
  max-width: 400px;
  text-align: center;
  margin-bottom: 10px;
  outline: none;
}
main.dealer-page .card-container {
  margin: 30px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
main.dealer-page .state-info {
  -ms-flex: 0 1 33%;
      flex: 0 1 33%;
}
main.dealer-page .state-info .row {
  margin: 20px 0 0;
}
main.dealer-page .state-info .card {
  background: url("../img/product-background-dealer.webp");
  padding: 15px;
  margin-right: 40px;
  text-align: center;
  background-size: cover;
}
main.dealer-page .state-info .card h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}
main.dealer-page .state-info .card p {
  color: #111;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
main.dealer-page .state-info .card a {
  font-size: 12px;
  color: #111;
  font-weight: 500;
  font-family: 'industry-medium';
}
main.dealer-page .state-info .card .site {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
main.dealer-page .state-info .card .site a {
  margin-right: 10px;
}
main.dealer-page .state-info .phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
main.dealer-page .state-info .phone:before {
  content: "";
  background: url("../img/phone-solid.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
}
main.dealer-page .state-info .phone p {
  margin-bottom: 0;
}
main.dealer-page .state-info .info {
  -ms-flex-pack: center;
      justify-content: center;
}
main.dealer-page .state-info .info .email a,
main.dealer-page .state-info .info .website a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
main.dealer-page .state-info .info a {
  margin: 0 10px;
}
main.dealer-page .state-info .info .website-icon,
main.dealer-page .state-info .info .mail-icon {
  margin-right: 5px;
}
main.dealer-page .state-info .info .website-icon:before,
main.dealer-page .state-info .info .mail-icon:before {
  content: "";
  background: url("../img/globe-solid.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
}
main.dealer-page .state-info .info .mail-icon:before {
  background: url("../img/envelope-solid.svg") no-repeat;
}
main.dealer-page .note {
  margin-top: 15px;
}
main.gold-page {
  padding-bottom: 70px;
}
main.gold-page .landing-banner {
  background: #fff;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .landing-banner .content-wrapper {
    padding: 0;
  }
  main.gold-page .landing-banner img {
    min-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.gold-page .compare-gold {
  padding: 30px 0;
  background: #fff;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-heading {
    background: #2e2925;
  }
}
main.gold-page .compare-gold .table-heading ul li {
  padding: 30px 10px;
}
main.gold-page .compare-gold .table-heading ul li:first-child {
  background: #fff;
  width: 25%;
}
@media only screen and (min-width: 1600px) {
  main.gold-page .compare-gold .table-heading ul li:first-child {
    width: 28%;
  }
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-heading ul li {
    width: 17%;
    background: #2e2925;
  }
}
main.gold-page .compare-gold .table-heading ul li h3 {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
@media only screen and (min-width: 1100px) and (min-width: 1600px) {
  main.gold-page .compare-gold .table-heading ul li {
    width: 14%;
  }
}
main.gold-page .compare-gold .table-comparison {
  margin: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison {
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .content-wrapper {
    padding: 0;
  }
}
main.gold-page .compare-gold .table-comparison ul li {
  -ms-flex: 0 1 20%;
      flex: 0 1 20%;
}
main.gold-page .compare-gold .table-comparison ul li:nth-child(2n) {
  background: #f0efef;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .compare-gold .table-comparison ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
main.gold-page .compare-gold .table-comparison .wraps .tab-heading {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-heading {
    width: 27%;
    padding: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-heading {
    background: #8d8d8d;
    padding: 10px 20px;
    width: 90%;
    color: #fff;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-heading:after {
    content: "";
    background: #8d8d8d;
    position: absolute;
    top: 0;
    right: -5%;
    height: 100%;
    width: 10%;
    display: block;
    transform: skewX(-30deg);
  }
}
main.gold-page .compare-gold .table-comparison .wraps .tab-heading h3 {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-heading h3 {
    font-size: 20px;
    color: #8d8d8d;
  }
}
main.gold-page .compare-gold .table-comparison .wraps .tab-contents {
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents .column {
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents .column {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    background: #fff;
  }
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents .column:nth-child(2n) {
    background: #f0efef;
  }
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents .column .heading {
    -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    min-width: 150px;
  }
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}
main.gold-page .compare-gold .table-comparison .wraps .tab-contents p {
  color: #000;
  font-size: 11px;
  line-height: 15px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  main.gold-page .compare-gold .table-comparison .wraps .tab-contents .column {
    padding: 20px 10px;
  }
}
main.gold-page .favorite-products {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .favorite-products .product-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
}
main.gold-page .favorite-products ul li {
  padding: 20px 10px 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .favorite-products ul li {
    margin-right: 30px;
    padding: 20px 20px 10px;
    margin-bottom: 0;
  }
}
main.gold-page .favorite-products ul li:last-child {
  margin-right: 0;
}
main.gold-page .favorite-products ul li::before {
  min-height: 100%;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .favorite-products ul li .thumbnail .woocommerce-LoopProduct-link {
    max-width: 120px;
  }
}
main.gold-page .favorite-products ul li .thumbnail .compare-btn {
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .favorite-products ul li .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 22px;
  }
}
main.gold-page .favorite-products ul li .btn-wrapper .button-secondary {
  background: #fff !important;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .favorite-products ul .yith-wcwl-add-to-wishlist {
    top: 10px;
    left: 30%;
  }
}
main.gold-page .favorite-products .compare-btn.btn-out {
  display: block;
  margin: 0px auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
main.gold-page .favorite-products .compare-btn.btn-out a {
  border: 0;
  padding: 0;
  text-decoration: underline;
}
main.gold-page .tab-navigation-prod {
  background: #e1261c;
  padding: 15px;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .tab-navigation-prod {
    width: 90%;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .tab-navigation-prod .content-wrapper {
    z-index: 1;
    position: relative;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .tab-navigation-prod:after {
    content: "";
    background: #e1261c;
    position: absolute;
    top: 0;
    width: 40%;
    display: block;
    z-index: 0;
    height: 100%;
    right: -10%;
    transform: skewX(-30deg);
  }
}
main.gold-page .tab-navigation-prod li {
  color: #fff;
  font-family: 'industry-medium';
  font-weight: 400;
  cursor: pointer;
  margin-right: 30px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-navigation-prod li {
    font-size: 24px;
    padding: 0 15px;
  }
}
main.gold-page .tab-navigation-prod li span {
  border-bottom: 1px solid #fff;
}
main.gold-page .tab-navigation-prod .row {
  -ms-flex-direction: row;
      flex-direction: row;
}
main.gold-page .tab-content-products {
  background: #fff;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-content-products {
    padding: 20px 0 60px;
  }
}
main.gold-page .tab-content-products .wraps {
  display: none;
}
main.gold-page .tab-content-products .wraps.active {
  display: block;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-content-products .content {
    width: 48%;
  }
}
main.gold-page .tab-content-products .content h2 {
  margin-top: 0;
}
main.gold-page .tab-content-products .content p {
  color: #767776;
  margin: 20px 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
}
main.gold-page .tab-content-products .content ul {
  -ms-flex-direction: row;
      flex-direction: row;
}
main.gold-page .tab-content-products .content ul li {
  text-align: center;
  margin-right: 15px;
}
@media only screen and (max-width: 1100px) {
  main.gold-page .tab-content-products .content ul li {
    -ms-flex: 0 1 32%;
        flex: 0 1 32%;
    width: 32%;
    margin-right: 0;
  }
}
main.gold-page .tab-content-products .content ul.icons {
  -ms-flex-direction: row;
      flex-direction: row;
}
main.gold-page .tab-content-products .content ul .icon {
  margin: 30px 0 15px;
}
main.gold-page .tab-content-products .content ul .icon img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-content-products .content ul .icon img {
    height: 40px;
  }
}
main.gold-page .tab-content-products .content ul p {
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-content-products .content ul p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
main.gold-page .tab-content-products .visual {
  margin-top: 30px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .tab-content-products .visual {
    margin-top: -170px;
    width: 48%;
  }
}
main.gold-page .tab-content-products .visual .acessory-images {
  display: -ms-flexbox;
  display: flex;
}
main.gold-page .tab-content-products .visual .image-one {
  padding: 0 40px;
}
main.gold-page .slider-review-customer {
  margin-top: 30px;
  position: relative;
  padding: 25px 0 35px;
  max-width: 800px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .slider-review-customer {
    margin-top: 100px;
  }
}
main.gold-page .slider-review-customer .box {
  max-width: 600px;
  padding-left: calc(50% - 640px);
  position: relative;
  z-index: 3;
}
main.gold-page .slider-review-customer p {
  color: #000;
  font-family: 'industry-book';
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .slider-review-customer p {
    max-height: 190px;
    overflow-y: scroll;
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  main.gold-page .slider-review-customer p {
    padding-right: 30px;
  }
}
main.gold-page .slider-review-customer h2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.gold-page .slider-review-customer h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
main.gold-page .slider-review-customer:before {
  content: "";
  background: #f0efef;
  position: absolute;
  right: 20%;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 3;
}
main.gold-page .slider-review-customer:after {
  content: "";
  height: 100%;
  aspect-ratio: 1;
  top: 0;
  border: none;
  -webkit-clip-path: polygon(50% 0, 0 0, 0 100%);
          clip-path: polygon(50% 0, 0 0, 0 100%);
  background: #f0efef;
  border: 1px;
  left: calc(80% - 1px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
main.gold-page .slider-review-customer .rectangles-review {
  max-width: 520px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 74%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
}
main.gold-page .slider-review-customer .rectangles-review > div {
  background: #e1261c;
  width: 120svw;
  transform: skewX(-30deg);
  height: 153px;
  max-height: 33%;
}
@media only screen and (min-width: 768px) {
  main.gold-page .slider-review-customer .rectangles-review > div {
    height: 100px;
  }
}
main.gold-page .slider-review-customer .rectangles-review > div.rectangle-one {
  display: one;
}
@media only screen {
  main.gold-page .slider-review-customer .rectangles-review > div.rectangle-one {
    margin-left: -75vw !important;
    display: block;
  }
}
main.gold-page .slider-review-customer .rectangles-review > div.rectangle-two {
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .slider-review-customer .rectangles-review > div.rectangle-two {
    margin-left: calc(-75vw - 61px) !important;
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  main.gold-page .slider-review-customer .rectangles-review > div.rectangle-three {
    margin-left: calc(-75vw - 122px) !important;
  }
}
main.gold-page .carousel-review-cs .slick-prev,
main.gold-page .carousel-review-cs .slick-next {
  background: transparent !important;
  width: 22px !important;
  height: 22px !important;
  top: 40%;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .carousel-review-cs .slick-prev,
  main.gold-page .carousel-review-cs .slick-next {
    width: 42px !important;
    height: 42px !important;
  }
}
main.gold-page .carousel-review-cs .slick-prev:before,
main.gold-page .carousel-review-cs .slick-next:before {
  background: url("../img/arrow-carousel-black.svg");
  background-size: contain;
  width: 20px !important;
  height: 20px !important;
  display: block;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .carousel-review-cs .slick-prev:before,
  main.gold-page .carousel-review-cs .slick-next:before {
    width: 42px !important;
    height: 42px !important;
  }
}
main.gold-page .carousel-review-cs .slick-prev {
  transform: rotate(-180deg);
  left: -70px;
  top: 30%;
}
main.gold-page .carousel-review-cs .slick-next {
  right: 0;
}
@media only screen and (min-width: 1100px) {
  main.gold-page .carousel-review-cs .slick-next {
    right: -50px;
  }
}
main.home {
  position: relative;
  padding: 10px 0 100px;
}
@media only screen and (min-width: 1100px) {
  main.home {
    padding: 0px 0 100px;
  }
}
main.home .landing-banner {
  position: relative;
}
main.home .landing-banner .slide img.mob-show {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1100px) {
  main.home .landing-banner .content-wrapper {
    padding: 0;
  }
}
main.home .landing-banner .slick-dots {
  position: absolute;
  bottom: 10px;
}
main.home .landing-banner .slick-dots li button {
  background: transparent !important;
}
main.home .landing-banner .shadow:before {
  left: -5px;
}
main.home .landing-banner .shadow:after {
  right: -5px;
}
main.home .marquee {
  width: 120vw;
  max-width: 100%;
  height: 60px;
  margin-top: 10px;
  overflow-x: hidden;
  position: relative;
}
main.home .marquee .marquee-content {
  color: #fff;
  position: absolute;
  will-change: transform;
  white-space: nowrap;
  animation: scroll 32s linear infinite;
}
main.home .marquee .text-block {
  color: #fff;
  font-size: 22px;
}
main.home .featured-product-section {
  padding: 20px 0 0;
}
@media only screen and (min-width: 1100px) {
  main.home .featured-product-section h2 {
    margin-bottom: 20px;
  }
}
main.home .featured-product-section .bg {
  position: absolute;
  left: -30px;
  top: 0;
  width: calc(100% + 31px);
  transform: skewX(-30deg);
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
main.home .featured-product-section .bg img {
  height: 100%;
}
main.home .featured-product-section .desc {
  max-width: 320px;
  padding-top: 20px;
  padding-bottom: 20px;
}
main.home .featured-product-section .desc h2,
main.home .featured-product-section .desc p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  main.home .featured-product-section .desc h2,
  main.home .featured-product-section .desc p {
    color: #000;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .featured-product-section .desc h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  main.home .featured-product-section .desc p {
    font-size: 16px;
    line-height: 22px;
  }
}
main.home .featured-product-section .desc a {
  color: #e1261c;
  font-family: 'industry-bold';
  text-decoration: underline;
  padding-top: 20px;
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.home .featured-product-section .desc a {
    display: block;
  }
}
main.home .best-sellers {
  padding-top: 30px;
}
@media only screen and (min-width: 1100px) {
  main.home .best-sellers {
    padding-top: 60px;
  }
}
main.home .advantages-area {
  position: relative;
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area {
    min-height: 141px;
    margin: 60px 0;
    background: url("../img/back-advantages-desk.webp");
    background-size: cover;
    width: 100%;
  }
}
main.home .advantages-area:after,
main.home .advantages-area:before {
  content: "";
  width: 20%;
  height: 100%;
  display: none;
  position: absolute;
  right: -5px;
  top: 0;
  background: linear-gradient(270deg, #1a1a1a 11%, rgba(26,26,26,0.5) 50%, rgba(0,0,0,0) 100%);
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area:after,
  main.home .advantages-area:before {
    display: block;
  }
}
main.home .advantages-area:before {
  right: auto;
  left: -5px;
  background: linear-gradient(90deg, #1a1a1a 11%, rgba(26,26,26,0.5) 50%, rgba(0,0,0,0) 100%);
}
main.home .advantages-area .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 55px 0 40px;
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area .row {
    padding: 40px 0;
  }
}
main.home .advantages-area .row > .row-advantage {
  -ms-flex: 0 1 32%;
      flex: 0 1 32%;
  text-align: center;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area .row > .row-advantage {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row > .row-advantage {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row > .row-advantage .icon-advantage {
    max-width: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row > .row-advantage .content-advantage {
    text-align: left;
    margin-left: 15px;
  }
}
main.home .advantages-area .row > .row-advantage:not(:last-child):after {
  content: "";
  width: 1px;
  height: 51px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: 10px;
  transform: skewX(-30deg);
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area .row > .row-advantage:not(:last-child):after {
    display: block;
  }
}
main.home .advantages-area .row h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  main.home .advantages-area .row p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row p {
    text-align: left;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .advantages-area .row h2 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
main.home .adventures-section {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  main.home .adventures-section {
    margin-bottom: 60px;
  }
}
main.home .adventures-section .adventure {
  overflow: hidden;
}
main.home .adventures-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  float: none;
}
@media only screen and (min-width: 1100px) {
  main.home .adventures-section .container {
    padding: 0 10px;
  }
}
main.home .adventures-section ul {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
main.home .adventures-section li {
  -ms-flex: 0 1 23%;
      flex: 0 1 23%;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1100px) {
  main.home .adventures-section li {
    margin-bottom: 0;
  }
}
main.home .adventures-section li .visual {
  transition: transform 0.5s linear;
}
main.home .adventures-section li:hover .visual {
  transform: scale(1.1);
}
main.home .adventures-section li:hover .visual img {
  animation: adventureHighlight 4s linear infinite;
}
main.home .adventures-section li .adventure__text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 0;
  text-align: left;
  cursor: pointer;
}
@media only screen and (min-width: 1100px) {
  main.home .adventures-section li .adventure__text {
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
  }
}
main.home .adventures-section li .adventure__text h2 {
  color: #fff;
  margin: 0;
  font-size: 34px;
  line-height: 40px;
}
main.home .video-and-starred {
  padding: 40px 0;
  background: url("../img/aso-background-desktop.webp");
  background-size: cover;
}
main.home .video-and-starred .content-wrapper .group {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .content-wrapper .group {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
main.home .video-and-starred .compare-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .compare-btn {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .product-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
main.home .video-and-starred .starred {
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred {
    margin: -40px 20px 0;
  }
}
main.home .video-and-starred .starred .slide-starred {
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred {
    max-width: 300px;
    margin: 0 auto;
  }
}
main.home .video-and-starred .starred .slide-starred li {
  margin-right: 0;
  padding-top: 10px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background: #e3e3e3;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred li {
    padding-top: 15px;
    background: rgba(255,255,255,0.5);
  }
}
main.home .video-and-starred .starred .slide-starred li:before {
  display: none;
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred li .yith-wcwl-add-to-wishlist {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred li .thumbnail {
    max-width: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred li .btn-wrapper {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred img {
    padding: 0 10px;
  }
}
main.home .video-and-starred .starred .slide-starred .slick-prev,
main.home .video-and-starred .starred .slide-starred .slick-next {
  background: transparent !important;
}
@media only screen and (max-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred .slick-prev,
  main.home .video-and-starred .starred .slide-starred .slick-next {
    width: 36px !important;
    height: 36px !important;
  }
}
main.home .video-and-starred .starred .slide-starred .slick-prev:before,
main.home .video-and-starred .starred .slide-starred .slick-next:before {
  background: url("../img/arrow-carousel-black.svg");
  background-size: 100% 100%;
  width: 16px !important;
  height: 16px !important;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .starred .slide-starred .slick-prev:before,
  main.home .video-and-starred .starred .slide-starred .slick-next:before {
    width: 36px !important;
    height: 36px !important;
  }
}
main.home .video-and-starred .carousel-starred {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .carousel-starred .slick-list {
    height: 100% !important;
  }
}
main.home .video-and-starred .carousel-starred .slick-prev {
  left: 0;
  top: auto;
  bottom: -2px;
  transform: none;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .carousel-starred .slick-prev {
    left: -2px;
    bottom: 0;
  }
}
main.home .video-and-starred .carousel-starred .slick-next {
  right: 0;
  top: auto;
  bottom: -2px;
  transform: none;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .carousel-starred .slick-next {
    right: -2px;
    bottom: 0;
  }
}
main.home .video-and-starred .video-wrapper {
  padding: 0;
}
main.home .video-and-starred .video-wrapper h2 {
  margin-top: 0;
}
main.home .video-and-starred .thumbnail__action {
  position: relative;
}
main.home .video-and-starred .thumbnail__action .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 60px;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  transform-origin: center center;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  main.home .video-and-starred .thumbnail__action .play-button {
    max-width: 110px;
  }
}
main.home .video-and-starred .thumbnail__action .play-button:hover {
  transform: scale(1.2) translateY(-50%);
  border: 0;
}
main.home .video-and-starred .thumbnail__action .play-button:before {
  display: none;
}
main.home .product-series {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  main.home .product-series .content-wrapper {
    padding: 0;
  }
}
main.home .product-series .title {
  padding: 0 20px;
}
@media only screen and (min-width: 1100px) {
  main.home .product-series .title {
    padding: 0;
  }
}
main.home .product-series ul {
  padding: 0;
}
@media only screen and (min-width: 1100px) {
  main.home .product-series ul {
    padding: 0 40px;
  }
}
main.home .product-series ul li {
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  main.home .product-series ul li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .product-series ul li:after {
    content: "";
    position: absolute;
    background-color: #e1261c;
    z-index: 1;
    width: 45px;
    right: -15px;
    top: 0;
    height: 100%;
    transform: skewX(-30deg);
  }
}
@media only screen and (max-width: 1100px) {
  main.home .product-series ul li:nth-child(1) {
    max-width: 360px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .product-series ul li:nth-child(2) {
    max-width: 298px;
    margin-right: 77px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .product-series ul li:nth-child(3) {
    max-width: 239px;
    margin-right: 136px;
  }
}
@media only screen and (max-width: 1100px) {
  main.home .product-series ul li a.col:after {
    content: "";
    position: absolute;
    background: url("../img/arrow.svg") no-repeat;
    background-size: contain;
    z-index: 1;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    z-index: 9;
  }
}
main.home .product-series .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 1100px) {
  main.home .product-series .slick-track {
    margin-left: -40px;
  }
}
main.home .product-series .slick-prev,
main.home .product-series .slick-next {
  background: transparent !important;
}
main.home .product-series .slick-prev:before,
main.home .product-series .slick-next:before {
  background: url("../img/arrow-right-white.svg");
  width: 42px !important;
  height: 42px !important;
}
#popup-video {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  padding: 0;
  height: 200px;
  padding: 0 30px;
}
@media only screen and (min-width: 1100px) {
  #popup-video {
    height: 80vh;
    padding: 0 10px;
  }
}
#popup-video iframe {
  width: 100%;
  height: 100%;
}
.detectorist-section ul {
  max-width: 1400px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.detectorist-section li {
  position: relative;
  -ms-flex: 0 1 31%;
      flex: 0 1 31%;
  cursor: pointer;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1100px) {
  .detectorist-section li {
    margin-bottom: 0;
  }
}
.detectorist-section li:hover {
  animation: skillLevelHighlight 2.5s linear infinite;
}
@media only screen and (max-width: 1100px) {
  .detectorist-section li:before {
    content: "";
    position: absolute;
    background: url("../img/arrow.svg") no-repeat;
    background-size: contain;
    z-index: 1;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    z-index: 9;
  }
}
.detectorist-section li:after {
  content: "";
  position: absolute;
  background-color: #e1261c;
  z-index: 1;
  width: 45px;
  right: -15px;
  top: 0;
  height: 100%;
  transform: skewX(-30deg);
}
@media only screen and (min-width: 1100px) {
  .detectorist-section li:after {
    display: block;
    left: 0;
    top: 0;
    right: auto;
    width: 100%;
    background-color: #f0efef;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1100px) {
  .detectorist-section li:first-child .desc {
    padding-left: calc(50% - 130px);
  }
}
@media only screen and (max-width: 1100px) {
  .detectorist-section li:nth-child(2) {
    margin-right: 60px;
    max-width: 348px;
  }
}
@media only screen and (max-width: 1100px) {
  .detectorist-section li:last-child {
    max-width: 290px;
    margin-right: 135px;
  }
}
.detectorist-section li .desc {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .detectorist-section li .desc {
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 0;
  }
}
.detectorist-section li .animation {
  position: absolute;
  top: 0;
  width: calc(120% + 20px);
  z-index: -2;
  transform: skewX(-30deg);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.detectorist-section li:hover .animation {
  width: 101%;
  left: -2px;
  height: calc(100% + 6px);
  top: -2px;
}
.detectorist-section li:hover .animation:before {
  content: "";
  position: absolute;
  width: 600px;
  box-sizing: border-box;
  height: 600px;
  z-index: -2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e1261c, #e1261c), linear-gradient(transparent, transparent), linear-gradient(#e1261c, #e1261c);
  animation: rotate 2.3s linear infinite;
  left: 0;
}
.detectorist-section li:hover .animation:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 3px;
  width: calc(100% - 6px);
  box-sizing: border-box;
  height: calc(100% - 4px);
  background: #1a1a1a;
}
body.home .pop-filter-content {
  background: transparent;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  body.home .pop-filter-content {
    padding-top: 50px;
  }
}
body.home .pop-filter-content iframe {
  width: 100%;
  height: 85vh;
}
html[lang='en-US'] .xoo-wsc-basket,
html[lang='id-ID'] .xoo-wsc-basket,
html[lang='ph-en'] .xoo-wsc-basket,
html[lang='th'] .xoo-wsc-basket {
  display: none !important;
}
html[lang='en-US'] .cart-icon,
html[lang='id-ID'] .cart-icon,
html[lang='ph-en'] .cart-icon,
html[lang='th'] .cart-icon {
  display: none;
}
html[lang='en-US'] .pisol-ppscw-container,
html[lang='id-ID'] .pisol-ppscw-container,
html[lang='ph-en'] .pisol-ppscw-container,
html[lang='th'] .pisol-ppscw-container {
  display: none !important;
}
html[lang='en-US'] .entry-summary .button-secondary,
html[lang='id-ID'] .entry-summary .button-secondary,
html[lang='ph-en'] .entry-summary .button-secondary,
html[lang='th'] .entry-summary .button-secondary {
  margin-top: 30px;
}
html[lang='en-US'] .price-tag,
html[lang='en-US'] .product-description,
html[lang='id-ID'] .product-description,
html[lang='ph-en'] .product-description,
html[lang='th'] .product-description {
  display: none;
}
html[lang='en-US'] .products .price{
  display: none !important;
}

@media only screen and (min-width: 1100px) {
  html[lang='en-US'] .products .woocommerce-loop-product__title,
  html[lang='id-ID'] .products .woocommerce-loop-product__title,
  html[lang='ph-en'] .products .woocommerce-loop-product__title,
  html[lang='th'] .products .woocommerce-loop-product__title {
    margin-bottom: 15px;
  }

  html[lang='id-ID'] ul.products .price,
  html[lang='ph-en'] ul.products .price,
  html[lang='th'] ul.products .price {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1100px) {
  html[lang='en-US'] .products .btns {
    margin: 0 auto;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.warranty-page {
  padding-top: 30px;
  padding-bottom: 60px;
}
.warranty-page ul {
  padding-top: 50px;
}
.warranty-page ol li {
  color: #fff;
  margin-bottom: 10px;
}
.warranty-page ol li ol li {
  list-style: lower-alpha;
  display: list-item;
}
.warranty-page li {
  margin-bottom: 30px;
}
.warranty-page li .answer {
  display: none;
}
.warranty-page strong {
  font-weight: bold;
}
.warranty-page .heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background: #8d8d8d;
  max-width: 500px;
  padding: 10px 30px;
}
@media only screen and (max-width: 768px) {
  .warranty-page .heading {
    margin-right: 20px;
  }
}
.warranty-page .heading:before {
  position: absolute;
  right: -20px;
  content: "";
  background: #8d8d8d;
  transform: skewX(-30deg);
  width: 50%;
  height: 100%;
  z-index: 1;
}
.warranty-page .heading .icon {
  max-width: 20px;
  margin-right: 15px;
  z-index: 2;
}
.warranty-page .heading h4 {
  color: #fff;
  margin: 0;
  z-index: 2;
}
.warranty-page .answer {
  padding: 30px 0;
}
main.why-minelab-page {
  padding: 0px 0 80px;
}
main.why-minelab-page .title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
}
main.why-minelab-page .title h2 {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (min-width: 1100px) {
  main.why-minelab-page .title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
main.why-minelab-page .title li {
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  main.why-minelab-page .title li {
    font-size: 18px;
    line-height: 26px;
  }
}
main.why-minelab-page .content-why {
  padding: 30px 0;
  max-width: 1000px;
  margin: 0 auto;
}
main.why-minelab-page .content-why h4 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
main.why-minelab-page .content-why p {
  color: #fff;
}
main.why-minelab-page .content-why .offices {
  padding: 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
main.why-minelab-page .content-why .offices > div {
  -ms-flex: 0 1 48%;
      flex: 0 1 48%;
}
main.why-minelab-page .content-why .description-romar {
  padding: 30px 0;
}
main.why-minelab-page .content-why .description-romar h4 {
  margin: 0;
}
main.why-minelab-page .content-why .description-romar p {
  padding: 30px 0;
}
main.why-minelab-page .content-why .description-romar img {
  max-width: 700px;
  margin: 0;
}
main.why-minelab-page .content-why .description-romar iframe {
  width: 100%;
  min-height: 350px;
}
@media only screen and (min-width: 1100px) {
  main.why-minelab-page .content-why .description-romar iframe {
    min-height: 450px;
  }
}
main.why-minelab-page .content-why .success-video {
  max-width: 500px;
  margin: 0;
}
main.why-minelab-page .content-why .success-video video {
  width: 100%;
}
body {
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'industry-book';
  font-weight: 500;
  background: #1a1a1a;
  overscroll-behavior: none;
}
body .text-center {
  text-align: center;
}
main {
  overflow: hidden;
  min-height: 400px;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}
@media only screen and (min-width: 1100px) {
  .content-wrapper {
    padding: 0 10px;
  }
}
.mob-show {
  display: block !important;
}
@media only screen and (min-width: 1100px) {
  .mob-show {
    display: none !important;
  }
}
.mob-hide {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .mob-hide {
    display: block !important;
  }
}
.hr {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.no-result {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

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