/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url('./fonts/bebas_neue/bebas_neue_400.woff2') format('woff2'), url('./fonts/bebas_neue/bebas_neue_400.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Fira Sans Light'), local('FiraSans-Light'), url('./fonts/fira_sans/fira_sans_300.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_300.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Fira Sans Light Italic'), local('FiraSans-LightItalic'), url('./fonts/fira_sans/fira_sans_300i.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_300i.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('./fonts/fira_sans/fira_sans_regular.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_regular.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Fira Sans Italic'), local('FiraSans-Italic'), url('./fonts/fira_sans/fira_sans_i.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_i.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Fira Sans Medium'), local('FiraSans-Medium'), url('./fonts/fira_sans/fira_sans_500.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_500.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  src: local('Fira Sans Medium Italic'), local('FiraSans-MediumItalic'), url('./fonts/fira_sans/fira_sans_500i.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_500i.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'), url('./fonts/fira_sans/fira_sans_600.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_600.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Fira Sans SemiBold Italic'), local('FiraSans-SemiBoldItalic'), url('./fonts/fira_sans/fira_sans_600i.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_600i.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('./fonts/fira_sans/fira_sans_700.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_700.woff') format('woff');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Fira Sans Bold Italic'), local('FiraSans-BoldItalic'), url('./fonts/fira_sans/fira_sans_700i.woff2') format('woff2'), url('./fonts/fira_sans/fira_sans_700i.woff') format('woff');
}
.font_1 {
  font-family: "Fira Sans", sans-serif;
}
.font_2 {
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
}
/* Slider */
body #eu-cookie-bar {
  background: #353535;
  padding-top: 13px;
  padding-bottom: 12px;
  font-size: 1.4rem;
}
body button#euCookieAcceptWP {
  border-radius: 0;
  background: #6A4400;
  height: 40px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  -webkit-transition: none;
  transition: none;
}
body button#euCookieAcceptWP:hover,
body button#euCookieAcceptWP:active {
  background: #000000;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0dd, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
::-moz-selection {
  background: #6a4400;
  color: #fff;
}
::selection {
  background: #6a4400;
  color: #fff;
}
html {
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  background: #e6e6e6;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 300;
}
body *:-moz-focusring,
body *::-moz-focus-inner {
  border: none;
  outline: none;
}
body *:last-child {
  margin-bottom: 0;
}
body *:first-child {
  margin-top: 0;
}
div {
  overflow: hidden;
}
strong,
b,
th {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 3rem;
  line-height: 1.2em;
}
h2 {
  font-size: 3rem;
  line-height: 1.2em;
}
h3 {
  font-size: 2.7rem;
  line-height: 1.2em;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.2em;
}
h5 {
  font-size: 2.1rem;
  line-height: 1.2em;
}
h6 {
  font-size: 1.8rem;
  line-height: 1.2em;
}
a {
  color: #000;
  text-underline-offset: 4px;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:active {
  color: #6a4400;
  text-decoration: underline;
}
p {
  margin-bottom: 15px;
}
ol,
ul,
menu,
dir {
  margin: 0 0 20px;
}
ul.wp-block-list {
  list-style: disc;
}
ol.wp-block-list,
ul.wp-block-list {
  margin: 0 0 20px;
  padding-left: 40px;
}
ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: counter_ol;
}
ol li {
  position: relative;
  counter-increment: counter_ol;
  margin-bottom: 1.1em;
  padding-left: 45px;
}
ol li::before {
  content: counter(counter_ol) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}
em {
  font-style: normal;
  color: #6a4400;
}
img {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: auto;
}
img[src$="jpg"] {
  background: #ddd;
}
.wrap_inner {
  width: 1120px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  padding-bottom: 105px;
  overflow: visible;
}
label {
  cursor: pointer;
}
textarea,
input {
  padding: 0 15px;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}
label:hover + textarea,
label:hover + input,
textarea:focus,
input:focus {
  border-color: #c1c1c1;
}
textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
input {
  height: 35px;
}
.tribe-common .tribe-events-header a.add_new_button,
button,
input[type="buton"],
input[type="submit"],
.button {
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  background: #6a4400;
  border: none;
  color: #fff;
  line-height: 35px;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
}
.tribe-common .tribe-events-header a.add_new_button:hover,
button:hover,
input[type="buton"]:hover,
input[type="submit"]:hover,
.button:hover,
.tribe-common .tribe-events-header a.add_new_button:active,
button:active,
input[type="buton"]:active,
input[type="submit"]:active,
.button:active,
.tribe-common .tribe-events-header a.add_new_button:focus,
button:focus,
input[type="buton"]:focus,
input[type="submit"]:focus,
.button:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.tribe-common .tribe-events-header a.add_new_button {
  position: relative;
  color: #fff;
  background: #21B24D;
  padding-left: 15px;
}
.tribe-common .tribe-events-header a.add_new_button::before {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 3rem;
  padding-top: 2px;
}
.tribe-common .tribe-events-header a.add_new_button:hover,
.tribe-common .tribe-events-header a.add_new_button:active,
.tribe-common .tribe-events-header a.add_new_button:focus {
  background: #1b903e !important;
}
fieldset {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #d5d5d5;
}
.wp-block-table {
  margin-bottom: 20px;
}
table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
th,
td {
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
}
.swords_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}
.swords_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 10px;
  margin: auto;
  background: #000;
}
.swords_wrap .swords {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  height: 107px;
  width: 40px;
  margin: auto;
  background: url('./images/sprite.svg') 0 -55px no-repeat;
}
body.iframe_view .header,
body.iframe_view .subpage_subheader,
body.iframe_view .footer,
body.iframe_view .scroll_to_top,
body.iframe_view #cookiescript_injected,
body.iframe_view .fb_iframe_widget,
body.iframe_view .fb_dialog_advanced,
body.iframe_view #cookiescript_badge,
body.iframe_view #fb-root {
  display: none !important;
  visibility: hidden;
}
body.iframe_view .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0;
}
body.iframe_view .middle.tribe_events {
  padding-top: 50px;
}
@media screen and (max-width: 520px) {
  body.iframe_view .middle.tribe_events {
    padding-top: 20px;
  }
  body.iframe_view .tribe-events .tribe-events-l-container {
    padding-bottom: 20px;
  }
}
.slick-slider .slick-dots {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
}
.slick-slider .slick-dots li {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 75px;
  height: 35px;
  margin: 0 2px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #6a4400;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: none;
  transform: none;
}
.slick-slider button {
  width: 100%;
  height: 5px;
  padding: 0;
  background: #e4e4e4;
  font-size: 0;
}
.fancybox-navigation .fancybox-button {
  height: 70px;
  width: 50px;
  padding: 0;
  background: none;
}
.fancybox-navigation .fancybox-button > div {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 47px;
  margin: auto;
  cursor: pointer;
}
.fancybox-navigation .fancybox-button > div:hover::before {
  opacity: 1;
}
.fancybox-navigation .fancybox-button > div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 45px;
  margin: auto;
  background: url('images/sprite.svg') -29px -246px no-repeat;
  opacity: 0.7;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left > div::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.shadow_dark {
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.tribe-section-image-uploader div {
  overflow: visible;
}
.tribe-events-pro .tribe-events-pro-map__event-card-button {
  height: auto;
}
.fixed_header .main_menu {
  height: 60px;
}
.fixed_header .main_menu > li > a {
  height: 60px;
}
.fixed_header .main_logo {
  top: -25px;
  width: 41px;
  height: 76px;
}
.fixed_header .main_logo::after {
  opacity: 0;
}
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  overflow: visible;
}
.header .wrap_inner {
  padding: 0;
}
.main_menu_resp_icon {
  display: none;
}
.main_menus {
  width: 100%;
  overflow: visible;
}
.main_menus_inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  overflow: visible;
}
.main_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  height: 90px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main_menu.type_left {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 100px;
}
.main_menu.type_right {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 100px;
}
.main_menu.type_info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.main_menu.type_info > li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  cursor: pointer;
}
.main_menu.type_info > li:hover > span::before {
  margin-bottom: -8px;
}
.main_menu.type_info > li:hover > span::after {
  margin-top: -8px;
}
.main_menu.type_info > li > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main_menu.type_info > li > span::before,
.main_menu.type_info > li > span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.main_menu.type_info > li > span:before {
  bottom: 0;
  margin-bottom: -5px;
}
.main_menu.type_info > li > span::after {
  top: 0;
  margin-top: -5px;
}
.main_menu li {
  position: relative;
}
.main_menu li.current-menu-item > a,
.main_menu li:hover > a,
.main_menu li > a:active,
.main_menu li > a:hover {
  opacity: 1;
  color: #fff;
}
.main_menu li.current-menu-item > a span::before,
.main_menu li:hover > a span::before,
.main_menu li > a:active span::before,
.main_menu li > a:hover span::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.main_menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
.main_menu a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 90px;
  padding: 0 40px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.main_menu a span {
  position: relative;
}
.main_menu a span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 2px;
  margin: auto;
  background: currentColor;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main_menu .sub-menu {
  position: absolute;
  left: -200px;
  right: -200px;
  top: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  margin: auto;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.58);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.main_menu .sub-menu a {
  width: 100%;
  height: 35px;
  padding: 0 30px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
}
.main_menu .sub-menu a span::before {
  display: none;
}
.main_menu .submenu_btn {
  display: none;
}
.main_logo {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
  right: 0;
  width: 52px;
  height: 99px;
  margin: auto;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main_logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url('./images/logo_label.svg') center bottom no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main_logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url('./images/logo_swords.svg') center top no-repeat;
  background-size: contain;
  opacity: 0.99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subpage_subheader {
  position: relative;
  padding-top: 90px;
  background: #000 url('./images/subpage_subheader.jpg') center bottom no-repeat;
  text-align: center;
  color: #fff;
}
.subpage_subheader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to bottom, #000000 30%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(to bottom, #000000 35%, rgba(0, 0, 0, 0.2) 100%);
}
.subpage_subheader .wrap_inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 173px;
  padding: 0;
}
.page_char_detail .subpage_subheader .wrap_inner {
  padding-bottom: 30px;
  height: auto;
  min-height: 173px;
}
.subpage_subheader h1 {
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.subpage_subheader .back_link,
.subpage_subheader .fb_link {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.subpage_subheader .back_link::before,
.subpage_subheader .fb_link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url('./images/sprite.svg');
  background-repeat: no-repeat;
}
.subpage_subheader .back_link:hover,
.subpage_subheader .fb_link:hover,
.subpage_subheader .back_link:active,
.subpage_subheader .fb_link:active {
  text-decoration: underline;
}
.subpage_subheader .back_link {
  left: 0;
  padding-left: 15px;
}
.subpage_subheader .back_link::before {
  width: 8px;
  height: 13px;
  background-position: -15px -31px;
}
.subpage_subheader .fb_link {
  right: 0;
  padding-left: 15px;
}
.subpage_subheader .fb_link::before {
  top: -3px;
  width: 8px;
  height: 15px;
  background-position: -69px 1px;
}
.subpage_subheader .fb_link .fb-like {
  overflow: visible;
  position: absolute;
}
.subpage_subheader .fb_link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(2);
}
.list_products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}
.list_products .list_product_item {
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
  width: 31.25%;
  margin: 0 3.1% 3.1% 0;
  background: #000;
  overflow: hidden;
}
.list_products .list_product_item:nth-child(3n) {
  margin-right: 0;
}
@media (hover: hover) {
  .list_products .list_product_item:hover .list_product_title span::before {
    opacity: 1;
    right: -100px;
    -webkit-transition: all 0.15s 0.2s ease-out;
    transition: all 0.15s 0.2s ease-out;
  }
  .list_products .list_product_item:hover .list_product_img {
    opacity: 0.4;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
.list_products .list_product_link {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.list_products .list_product_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  height: 100%;
  padding: 10.6% 20px 0;
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2em;
  text-shadow: 1.5px 2.598px 7.68px #000000;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.list_products .list_product_title span {
  position: relative;
}
.list_products .list_product_title span::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: -140px;
  left: -100px;
  width: 81px;
  height: 21px;
  margin: auto;
  background: url('images/sprite.svg') 1px -174px no-repeat;
  opacity: 0;
  filter: drop-shadow(-1px -2px 4px #000000);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.list_products .list_product_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.page_char_detail {
  /* grid */
  /* end grid */
}
.page_char_detail .product_detail_top .wrap_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65.6% 360px;
  grid-template-columns: minmax(auto, 65.6%) minmax(360px, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  overflow: visible;
}
.page_char_detail .product_detail_top .product_images {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.page_char_detail .product_detail_top .product_infos_wrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page_char_detail .product_detail_top .product_desc {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page_char_detail .middle {
  overflow: visible;
}
.page_char_detail .product_detail_top {
  overflow: visible;
}
.page_char_detail .product_infos_wrap,
.page_char_detail .product_desc {
  padding-left: 33px;
}
.page_char_detail .product_main_img {
  position: relative;
  margin-bottom: 4.25%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.page_char_detail .product_main_img:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.page_char_detail .product_main_img a {
  cursor: zoom-in;
}
.page_char_detail .product_main_img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page_char_detail .product_gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -4.25%;
  font-size: 0;
  line-height: 0;
}
.page_char_detail .product_gallery li {
  width: 21.8%;
  margin: 0 4.25% 4.25% 0;
  background: #000;
  cursor: zoom-in;
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.page_char_detail .product_gallery li:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.page_char_detail .product_gallery li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page_char_detail .product_gallery li:nth-child(4n) {
  margin-right: 0;
}
.page_char_detail .product_gallery a {
  position: relative;
  display: block;
  padding-bottom: 100%;
  cursor: zoom-in;
  overflow: hidden;
}
.page_char_detail .product_gallery img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.page_char_detail .product_infos_wrap {
  padding-top: 26px;
}
.page_char_detail .product_params {
  margin-bottom: 15px;
}
.page_char_detail .product_info {
  padding: 14px 10px;
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  font-size: 1.6rem;
}
.page_char_detail .product_cart {
  margin-top: -2px;
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 2px solid #d5d5d5;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}
.page_char_detail .product_price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.page_char_detail .product_price::before,
.page_char_detail .product_price::after {
  content: "";
  width: 81px;
  height: 21px;
  background: url('./images/sprite.svg') 1px -204px no-repeat;
}
.page_char_detail .product_price::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_char_detail .product_price .product_price_inner {
  margin: 0 20px;
}
.page_char_detail .cart_btn {
  display: block;
  height: 54px;
  margin-bottom: 12px;
  line-height: 54px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page_char_detail .product_info2 {
  font-size: 1.4rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.page_char_detail .product_info2::before {
  content: "(";
}
.page_char_detail .product_info2::after {
  content: ")";
}
.page_char_detail .product_detail_bottom {
  background: #fff;
}
.page_char_detail .product_detail_bottom h2 {
  margin-bottom: 35px;
  color: #6a4400;
  text-align: center;
  letter-spacing: 0.05em;
}
.main_overlay {
  display: none;
}
.footer {
  position: relative;
  background: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
}
.footer .wrap_inner {
  padding-bottom: 65px;
}
.footer .footer_menu_wrap {
  margin-bottom: 20px;
}
.footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer .footer_menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 35px;
  padding: 0 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
.footer .footer_menu a:hover span::before,
.footer .footer_menu a:active span::before {
  left: 0;
  right: 0;
  opacity: 1;
}
.footer .footer_menu a span {
  position: relative;
}
.footer .footer_menu a span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 2px;
  margin: auto;
  background: currentColor;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer_soc_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer_soc_menu a {
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 2px;
  font-size: 0;
}
.footer_soc_menu a:hover::before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_soc_menu a[href*="youtube.com"]::before {
  background-position: 3px 4px;
}
.footer_soc_menu a[href*="facebook.com"]::before,
.footer_soc_menu a[href*="fb.com"]::before {
  background-position: -21px 2px;
}
.footer_soc_menu a[href*="instagram.com"]::before {
  background-position: -45px 3px;
}
.footer_soc_menu a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background-image: url('./images/sprite.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.scroll_to_top {
  position: relative;
  height: 37px;
  background: #000;
  border-top: 2px solid #202020;
}
.scroll_to_top .scroll_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.scroll_to_top .scroll_icon:hover::before {
  background-position-x: -39px;
}
.scroll_to_top .scroll_icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 7px;
  margin: auto;
  background: url('./images/sprite.svg') 1px -33px no-repeat;
}
.comments_wrap .wrap_inner {
  position: relative;
}
.comments_wrap .comments_title {
  color: #6a4400;
  text-align: center;
}
.comments_wrap .comments_wrap_inner {
  position: static;
  width: 658px;
  max-width: calc(100% - 170px);
  margin: 0 auto;
  overflow: visible;
  font-style: italic;
}
.comments_wrap .comment_wrap {
  padding: 0 20px;
  text-align: center;
}
.comments_wrap .comment_wrap + .comment_wrap {
  display: none;
}
.comments_wrap .comment_text {
  margin-bottom: 20px;
}
.comments_wrap .comment_name {
  font-weight: 400;
}
.comments_wrap .slick-slider .comment_wrap {
  display: block;
}
.comments_wrap .slick-list::before,
.comments_wrap .slick-list::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 20px;
  margin: auto;
  pointer-events: none;
}
.comments_wrap .slick-list::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.comments_wrap .slick-list::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.comments_wrap .arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 91px;
  height: 31px;
  margin: auto;
  cursor: pointer;
}
.comments_wrap .arrow:hover .arrow_inner {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.comments_wrap .arrow_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.comments_wrap .arrow_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 81px;
  height: 21px;
  margin: auto;
  background: url('images/sprite.svg') 1px -204px no-repeat;
}
.comments_wrap .arrow_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #6a4400;
}
.comments_wrap .arrow_prev {
  left: 0px;
}
.comments_wrap .arrow_prev .arrow_inner::before {
  animation: ani_comments_arr_p 1s linear infinite;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comments_wrap .arrow_next {
  right: 0px;
}
.comments_wrap .arrow_next .arrow_inner::before {
  animation: ani_comments_arr_n 1s linear infinite;
}
@keyframes ani_comments_arr_p {
  0% {
    transform: rotate(180deg) translateX(0);
  }
  50% {
    transform: rotate(180deg) translateX(5px);
  }
  100% {
    transform: rotate(180deg) translateX(0);
  }
}
@keyframes ani_comments_arr_n {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.articles_wrap {
  background: #f0f0f0;
}
.articles_wrap .wrap_inner {
  overflow: visible;
}
.articles_wrap .article_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  overflow: visible;
  margin-bottom: 70px;
}
.articles_wrap .article_wrap:last-child {
  margin-bottom: 0;
}
.articles_wrap .article_wrap:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.articles_wrap .article_img {
  width: 46.78%;
  font-size: 0;
  line-height: 0;
  overflow: visible;
}
.articles_wrap .article_text_wrap {
  width: 43.75%;
  padding: 45px 0;
}
.articles_wrap.type_normal img {
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.articles_wrap.type_icon .article_wrap {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.articles_wrap.type_icon .article_wrap:nth-child(2n) {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.articles_wrap.type_icon .article_wrap .article_img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #e4e4e4;
}
.page_contact {
  line-height: 1.3;
}
.page_contact .middle .wrap_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page_contact .middle .img_wrap {
  width: 46.78%;
  overflow: visible;
}
.page_contact .middle .img_wrap img {
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.page_contact .middle .text_wrap {
  width: 43.75%;
  padding-top: 32px;
}
.three_cols_wrap .wrap_inner {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 44px;
  column-gap: 44px;
}
.infos_wrap {
  background: #fff;
}
.infos_wrap .wrap_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  overflow: visible;
}
.infos_wrap .info_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.25%;
  padding: 0 10px;
  text-align: center;
}
.infos_wrap .title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.infos_wrap .text {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.infos_wrap .icon {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 13px;
}
.infos_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page_about-us .middle .img_wrap {
  margin-bottom: 45px;
  font-size: 0;
  line-height: 0;
  overflow: visible;
}
.page_about-us .middle .img_wrap img {
  box-shadow: 1.5px 2.598px 7.68px 0.32px rgba(22, 23, 24, 0.3);
}
.hto_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 105px;
  overflow: visible;
}
.hto_wrap:nth-child(odd) .title_wrap::before {
  left: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
  clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%);
}
.hto_wrap:nth-child(odd) .icon {
  left: calc(100% - 25px);
}
.hto_wrap:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hto_wrap:nth-child(even) .title_wrap::before {
  right: calc(100% - 1px);
  -webkit-clip-path: polygon(0 50%, calc(100% - 1px) 0, 100% 0%, 100% 100%, calc(100% - 1px) 100%);
  clip-path: polygon(0 50%, calc(100% - 1px) 0, 100% 0%, 100% 100%, calc(100% - 1px) 100%);
}
.hto_wrap:nth-child(even) .icon {
  right: calc(100% - 5px);
}
.hto_wrap:last-child {
  margin-bottom: 0;
}
.hto_wrap .title_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 43.75%;
  padding: 2.7% 3.1% 2.2%;
  background: #dadada;
  overflow: visible;
}
.hto_wrap .title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 65px;
  background: inherit;
}
.hto_wrap .title_wrap_inner {
  position: relative;
  overflow: visible;
}
.hto_wrap .title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  font-size: 6.2rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.hto_wrap .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(100% - 30px);
}
.hto_wrap .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.hto_wrap .text_wrap {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 43.75%;
  padding: 45px 0;
}
.page_about-hema-calendar .middle .wrap_inner,
.page_terms-of-use .middle .wrap_inner,
.page_terms-of-use .middle .wrap_inner,
.page_about-us .middle > .wrap_inner,
.page_faqs .middle .wrap_inner,
.page_saber-customizations .middle .wrap_inner,
.page_customization .middle .wrap_inner {
  width: 800px;
}
.page_404 .middle {
  text-align: center;
}
.form_wrap {
  overflow: visible;
  width: 100%;
  margin: auto;
}
.form_wrap .main_title {
  color: #000;
  padding: 15px 30px;
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.form_wrap .form_left,
.form_wrap .form_right > * {
  background: #fff;
  border: 2px solid #d5d5d5;
  border-radius: 5px;
  overflow: visible;
  margin-bottom: 20px;
}
.form_wrap .form_left::after,
.form_wrap .form_right > *::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.form_wrap .form_left {
  float: left;
  width: calc(66.66% - 20px);
}
.form_wrap .form_right {
  float: right;
  width: calc(33.33% - 20px);
}
.form_wrap .form_right .button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.9rem;
}
.ajax_start .form_wrap .form_right .button {
  font-size: 0;
  pointer-events: none;
  background-position: center center;
  background-image: url('images/loader.svg');
  background-repeat: no-repeat;
  background-color: transparent;
}
.form_wrap .content {
  padding: 15px 30px;
}
.form_wrap .main_select {
  padding: 10px 30px 0;
}
.form_wrap .attr {
  position: relative;
  width: 33.33%;
  float: left;
  overflow: visible;
  padding: 0 15px;
  margin-bottom: 20px;
}
.form_wrap .attr::after {
  content: '';
  clear: both;
}
.form_wrap .attr.price {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
.form_wrap .attr.price > * {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.8rem;
}
.form_wrap .attr.price .label {
  margin-bottom: 0;
}
.form_wrap .attr.price .label::after {
  content: ':';
}
.form_wrap .attr.price .price {
  margin-left: 5px;
  font-weight: 600;
}
.form_wrap .attr.social_icon {
  display: none !important;
}
.form_wrap .attr.req .label::after,
.form_wrap .attr.required .label::after {
  content: '*';
  color: #e55117;
}
.form_wrap .attr.error input:not(:focus) {
  border-color: #e55117;
}
.form_wrap .attr.error .errorbox {
  display: block;
}
.form_wrap .attr .errorbox {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  display: none;
  overflow: visible;
  color: #e55117;
  font-size: 1.1rem;
}
.form_wrap .title {
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 2.2rem;
  font-weight: 600;
}
.form_wrap .label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.4rem;
}
.blog_main_middle .right .es_txt_email,
.blog_main_middle .inputbox,
.form_wrap .inputbox {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 100%;
  border: 2px solid #d5d5d5;
}
.blog_main_middle .right .es_txt_email:focus,
.blog_main_middle .inputbox:focus,
.form_wrap .inputbox:focus {
  border-color: #c1c1c1;
}
.form_content {
  margin-bottom: 80px;
}
#form {
  font-size: 1.6rem;
  min-height: calc(140px + 39px * var(--count-products));
  padding-bottom: 40px;
  overflow: visible;
}
#form::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
#form .products:empty ~ .add_product {
  display: none;
}
#form .form_right > * .attr {
  width: 100%;
}
#form .form_right > * textarea.inputbox {
  width: 100%;
  height: 120px;
  resize: none;
  line-height: 1.2;
}
#form .form_right > * .info {
  padding: 0 15px 25px;
  float: left;
  clear: both;
  font-size: 1.2rem;
}
#form .checkbox_label {
  font-size: 1.4rem;
}
#form .checkbox_label span {
  position: relative;
  padding-left: 25px;
  display: block;
}
#form .checkbox_label span::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #D5D5D5;
}
#form .checkbox_label span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 10px;
  height: 6px;
  display: none;
  border: 0px solid #8CC152;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#form .checkbox_label input {
  display: none;
}
#form .checkbox_label input:checked ~ span::after {
  display: block;
}
#checkout {
  overflow: visible;
}
#checkout .add_product {
  margin-bottom: 10px;
}
#checkout .add_product .items {
  top: auto;
  bottom: 100%;
}
#checkout .add_product .select {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  border: 2px dashed #cdcdcd;
  background: #F8F8F8;
  padding: 0 20px 2px 75px;
  cursor: pointer;
}
#checkout .add_product .select::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 35px;
  height: 35px;
  opacity: 0.4;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 15px, black 14px, black 19px, rgba(0, 0, 0, 0) 19px), linear-gradient(to bottom, rgba(0, 0, 0, 0) 15px, black 15px, black 19px, rgba(0, 0, 0, 0) 19px);
}
#checkout .add_product .select:hover,
#checkout .add_product .select:active {
  border-color: #aaa;
}
#checkout .add_product .select:hover::before,
#checkout .add_product .select:active::before {
  opacity: 0.5;
}
.bind_select {
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  padding: 0 30px;
}
.bind_select.open .select {
  border-color: #bcbcbc;
}
.bind_select.open .items {
  visibility: visible;
  opacity: 1;
}
.bind_select .items {
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
  list-style: none;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 16px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.bind_select .group_title,
.bind_select .item {
  padding: 5px 20px;
  cursor: pointer;
}
.bind_select .group_title:empty,
.bind_select .item:empty {
  display: none;
}
.bind_select .group_title:hover,
.bind_select .item:hover,
.bind_select .group_title:active,
.bind_select .item:active {
  background: #f8f8f8;
}
.sum_container {
  padding: 0px 30px 15px;
  text-align: right;
}
.sum_container > * {
  display: inline-block;
  vertical-align: middle;
}
.sum_container .sum_label {
  font-size: 1.8rem;
  margin: 2px 4px 0 0;
}
.sum_container .price {
  text-align: right;
  white-space: nowrap;
  font-size: 2.6rem;
  font-weight: 600;
}
.sum_container .price .unit {
  margin-left: 5px;
}
.main_select .select {
  position: relative;
  cursor: pointer;
  padding: 0 20px;
  border: 2px solid #d5d5d5;
  background: #fff;
  height: 45px;
  line-height: 45px;
}
.main_select .select::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #b0b0b0 transparent transparent transparent;
}
.products {
  padding: 0 30px;
}
.products .product {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 13px 20px;
  border-radius: 5px;
  border: 2px solid #ccc;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.products .product::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.products .product:focus-within {
  border-color: #8CC152;
}
.products .product .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.products .product .close::before,
.products .product .close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #9d9d9d;
}
.products .product .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products .product .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.products .product .close:hover::before,
.products .product .close:active::before,
.products .product .close:hover::after,
.products .product .close:active::after {
  background: #626262;
}
.products .product textarea.inputbox {
  width: 100%;
  height: 82px;
  line-height: 1.2;
  resize: none;
}
.products .product select.inputbox {
  display: inline-block;
  padding: 0 28px 0 10px;
  width: 100%;
  border-radius: 5px;
  background: #fff url('images/bg_select.svg') no-repeat center right 10px;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: none;
  transition: none;
}
.products .product select.inputbox::-ms-expand {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.modal .modal_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.modal .content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  z-index: 120;
}
.tags li {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tags li a {
  text-decoration: none;
  font-size: 1.4rem;
}
.tags li:not(:last-child)::after {
  content: ',';
  display: inline-block;
  position: relative;
}
.blog_main_middle .wrap_inner::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.blog_main_middle .middle {
  float: left;
  width: calc(66.66% - 20px);
}
.blog_main_middle .right {
  float: right;
  width: calc(33.33% - 20px);
  background: #fff;
  padding: 25px;
  margin-left: 33px;
}
.blog_main_middle .right > * {
  margin-bottom: 30px;
}
.blog_main_middle .right .es_caption {
  display: none;
}
.blog_main_middle .right .es_submit_button {
  float: right;
}
.blog_main_middle .right .right_title {
  margin: 0 0 10px;
  font-size: 2.2rem;
  text-transform: none;
  letter-spacing: 0;
}
.search-form {
  position: relative;
}
.search-form .button_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  bottom: 0;
  height: auto;
  background: transparent url('images/sprite.svg') -68px -445px no-repeat !important;
  padding: 0;
  font-size: 0;
  opacity: 0.75;
}
.search-form .button_search:hover,
.search-form .button_search:active,
.search-form .button_search:focus {
  opacity: 1;
}
.article_side {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
}
.article_side .full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.article_side > * {
  display: inline-block;
  vertical-align: middle;
}
.article_side .full_link:hover ~ .article_cont .article_title,
.article_side .full_link:active ~ .article_cont .article_title {
  color: #6a4400;
}
.article_side .tags {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_side .tags a {
  position: relative;
  z-index: 2;
}
.article_side .post_thumb {
  width: 70px;
  height: 70px;
}
.article_side .post_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article_side .article_cont {
  width: 100%;
  padding: 5px 0;
}
.article_side .article_cont:not(:nth-child(2)) {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.article_side .article_title {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  max-height: 38px;
  overflow: hidden;
}
.article_side .article_title a {
  text-decoration: none !important;
}
.article_side .bottom {
  font-size: 1.2rem;
}
.article {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
}
.article:hover .admin_settings,
.article:active .admin_settings {
  opacity: 1;
  visibility: visible;
}
.article .post_thumb {
  position: relative;
  height: 0;
  padding-bottom: 40.9%;
  background: #d9d9d9;
}
.article .post_thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article .article_cont {
  margin: 0;
  padding: 25px 30px;
  font-size: 1.6rem;
}
.article .article_title {
  letter-spacing: 0;
}
.article .article_title a {
  font-weight: inherit;
  text-decoration: none;
}
.article .more-link {
  position: relative;
  float: right;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 5px;
  text-decoration: none;
}
.article .more-link::after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 7px 1px 10px;
  border: 2px solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article .bottom {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  padding-top: 12px;
  justify-content: space-between;
  border-top: 1px solid #d5d5d5;
}
.article .share_icons {
  margin-left: auto;
  font-size: 0;
}
.article .share_icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.article .share_icons a:hover,
.article .share_icons a:active {
  opacity: 1;
}
.article .share_icons a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('images/sprite.svg') 1px -204px no-repeat;
}
.article .share_icons a.facebook::before {
  width: 7px;
  height: 15px;
  background-position: 0 -452px;
}
.article .share_icons a.mail::before {
  width: 18px;
  height: 13px;
  background-position: -15px -451px;
}
.article .admin_settings {
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article .admin_settings a {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  pointer-events: all;
  font-size: 0;
  display: block;
}
.article .admin_settings a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('images/sprite.svg') 0 -500px no-repeat;
  width: 15px;
  opacity: 0.7;
  height: 14px;
}
.article .admin_settings a:hover::before,
.article .admin_settings a:active::before {
  opacity: 1;
}
#wp_pagination {
  text-align: center;
  font-size: 0;
  margin-top: 10px;
}
#wp_pagination .pag_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  margin: 0 5px;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #cacaca;
}
#wp_pagination .pag_button:hover,
#wp_pagination .pag_button:active,
#wp_pagination .pag_button.active {
  text-decoration: none;
  background: #cacaca;
  color: #000;
}
#wp_pagination .pag_button.previous,
#wp_pagination .pag_button.next {
  border: none;
  margin: 0;
  background: transparent !important;
}
#wp_pagination .pag_button.previous::before,
#wp_pagination .pag_button.next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#wp_pagination .pag_button.previous.disable,
#wp_pagination .pag_button.next.disable {
  pointer-events: none;
  opacity: 0.5;
}
#wp_pagination .pag_button.previous:hover::before,
#wp_pagination .pag_button.next:hover::before,
#wp_pagination .pag_button.previous:active::before,
#wp_pagination .pag_button.next:active::before {
  border-color: #454545;
}
#wp_pagination .pag_button.previous::before {
  border-width: 0 0 2px 2px;
}
#wp_pagination .pag_button.next::before {
  border-width: 2px 2px 0 0;
}
body {
  /*Switches color reload*/
}
body #cookiescript_badge {
  bottom: 31px;
  left: 24px;
  background: #1E2934;
}
body #cookiescript_badge .cookiescriptlogo {
  fill: #fff;
}
body #cookiescript_badge #cookiescript_badgetext {
  color: #fff;
}
body #cookiescript_injected {
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
body #cookiescript_injected_fsd #cookiescript_accept,
body #cookiescript_injected_fsd #cookiescript_save,
body #cookiescript_injected_fsd #cookiescript_reject,
body #cookiescript_accept,
body #cookiescript_reject,
body #cookiescript_save {
  border-radius: 0;
  font-family: Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  line-height: 42px;
}
body #cookiescript_rightpart {
  min-width: 160px;
}
body #cookiescript_buttons {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body #cookiescript_injected_fsd #cookiescript_save,
body #cookiescript_save,
body #cookiescript_accept {
  background: #6A4400;
}
body #cookiescript_injected_fsd #cookiescript_save:hover,
body #cookiescript_save:hover,
body #cookiescript_accept:hover,
body #cookiescript_injected_fsd #cookiescript_save:active,
body #cookiescript_save:active,
body #cookiescript_accept:active {
  background: #000000;
}
body #cookiescript_bottompart {
  position: absolute;
  width: 0;
  height: 0;
  left: -100vw;
}
body #cookiescript_manage:hover #cookiescript_manageicon .cookiescript_gear {
  fill: #6A4400;
}
body #cookiescript_readmore:hover,
body #cookiescript_reportlink:hover,
body #cookiescript_cookiescriptlink:hover {
  color: #6A4400;
}
body .cookiescript_fsd_cookies::-webkit-scrollbar-thumb,
body .cookiescript_fsd_tabs_content::-webkit-scrollbar-thumb {
  background-color: #6A4400;
}
body #cookiescript_injected_fsd #cookiescript_save {
  background-color: #6A4400;
  border: 1px solid #6A4400;
}
body #cookiescript_accept,
body #cookiescript_reject,
body #cookiescript_save {
  transition: none;
}
body #cookiescript_injected_fsd #cookiescript_save:hover {
  background-color: #000;
}
body #cookiescript_injected .mdc-switch__handle-track,
body #cookiescript_injected_fsd .mdc-switch__handle-track {
  overflow: visible;
}
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
body #cookiescript_injected_fsd .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after,
body #cookiescript_injected_fsd .mdc-switch:enabled .mdc-switch__track::after,
body #cookiescript_injected_fsd .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after,
body #cookiescript_injected_fsd .mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after,
body #cookiescript_injected_fsd .mdc-switch:enabled:active .mdc-switch__track::after {
  background: #6A4400;
}
body {
  --tec-font-family-sans-serif: "Fira Sans", sans-serif;
  --tec-color-accent-primary: #6a4400;
  --tec-color-button-primary: #6a4400;
  --tec-color-link-accent: #6a4400;
  --tec-color-link-accent-hover: #000;
  --tec-color-button-primary-hover: #000;
}
.tribe_community_edit .tribe-button.submit,
.tribe_community_list .tribe-button.submit {
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  font-size: 2rem;
  padding: 15px 20px !important;
}
.tribe_events {
  overflow: visible;
}
.tribe_events .tribe-common {
  overflow: visible;
}
.tribe_events .tribe-common > * {
  overflow: visible;
}
.tribe_events .tribe-events .tribe-events-c-search__button {
  background: #6a4400;
  border: none;
  color: #fff;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  letter-spacing: 0.04em;
  cursor: pointer;
  font-size: 1.9rem;
  text-decoration: none;
}
.tribe_events .tribe-events .tribe-events-c-search__button:hover,
.tribe_events .tribe-events .tribe-events-c-search__button:active,
.tribe_events .tribe-events .tribe-events-c-search__button:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-radius: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  min-height: 100px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active svg path,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus svg path,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within svg path,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover svg path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active svg path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus svg path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within svg path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover svg path {
  fill: #fff;
}
@media screen and (min-width: 769px) {
  .tribe_events .tribe-events .tribe-events-view-loader {
    top: 31px;
  }
  .tribe_events .tribe-common .tribe-events-header {
    margin-top: -31px !important;
  }
  .tribe_events .tribe-common .tribe-events-l-container {
    padding-top: 0 !important;
  }
}
body .tribe-events .tribe-events-c-subscribe-dropdown__container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .tribe-events .tribe-events-c-subscribe-dropdown__container > a.button {
  font-family: var(--tec-font-family-sans-serif);
  font-size: var(--tec-font-size-2);
  line-height: var(--tec-line-height-3);
  font-weight: var(--tec-font-weight-bold);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: auto;
  background-color: var(--tec-color-background);
  border: 1px solid var(--tec-color-accent-primary);
  border-radius: var(--tec-border-radius-default);
  text-align: center;
  transition: var(--tec-transition);
  padding: 11px 20px;
  box-sizing: content-box;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #6a4400;
  margin: var(--tec-spacer-7) 0;
  margin-right: auto;
}
body .tribe-events .tribe-events-c-subscribe-dropdown__container > a.button:hover,
body .tribe-events .tribe-events-c-subscribe-dropdown__container > a.button:active,
body .tribe-events .tribe-events-c-subscribe-dropdown__container > a.button:focus {
  background: #6a4400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tribe-common .tribe-events-header a.add_new_button {
    position: absolute;
    top: 0;
    right: var(--tec-grid-gutter-page-small);
  }
  .tribe-events-c-top-bar.tribe-events-header__top-bar {
    flex: none !important;
    margin-right: auto;
  }
  .tribe-events .tribe-events-header__events-bar {
    flex: 1 0 auto !important;
    margin-right: 15px;
  }
  .tribe-common .tribe-events-c-top-bar__actions.tribe-common-a11y-hidden {
    display: block !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 480px) {
  body .tribe-events .tribe-events-c-subscribe-dropdown__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .tribe-events .tribe-events-c-subscribe-dropdown__container > a.button {
    width: auto;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  .tribe-common .tribe-events-header a.add_new_button {
    top: -50px;
  }
}
#form_config {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (min-width: 901px) {
  #form_config {
    min-height: 630px;
  }
}
.button.send_order {
  height: 45px;
  width: 50%;
  margin: 0 15px;
  font-size: 1.8rem;
  line-height: 47px;
}
#configurator {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  overflow: visible;
}
#configurator.show_sum .main_image_wrapper > .watermark_wrapper {
  display: none !important;
}
#configurator .main_image_wrapper {
  position: relative;
  background-color: #766D68;
  width: 420px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#configurator .main_image_wrapper > canvas {
  display: none;
}
#configurator .main_image_wrapper.ready_to_save {
  background: #fff !important;
}
#configurator .main_image_wrapper:hover .save_img,
#configurator .main_image_wrapper:active .save_img,
#configurator .main_image_wrapper:hover .save_config,
#configurator .main_image_wrapper:active .save_config {
  opacity: 1;
  visibility: visible;
}
#configurator .main_image_wrapper .watermark_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  display: none;
  background: #766D68;
}
#configurator .main_image_wrapper .watermark_wrapper::before {
  content: '';
  position: relative;
  width: 100%;
  padding-bottom: 150.3%;
  display: block;
}
#configurator .main_image_wrapper .watermark_wrapper .watermark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 60%;
  opacity: 0.12;
}
.show_sum#configurator .main_image_wrapper .watermark_wrapper {
  display: block;
}
#configurator .main_image {
  position: relative;
  height: auto;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
#configurator .main_image:not(:empty) {
  background-image: none !important;
}
#configurator .main_image::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 150.3%;
}
.show_sum#configurator .main_image::before {
  background: var(--watermark-url) no-repeat center center;
}
#configurator .main_image:empty ~ .save_img,
#configurator .main_image:empty ~ .save_config {
  display: none;
}
#configurator .main_image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#configurator:not(.exist_product) .main_image {
  background-position: center center;
  background-size: 80% auto;
}
#configurator .right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 420px);
  padding: 30px 40px;
}
#configurator .right .desc {
  font-size: 1.6rem;
  line-height: 1.2;
}
#configurator .right .products {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#configurator.exist_product .main_select.bind_select:not(.open) {
  display: none;
}
#configurator:not(.show_sum) .right_summar {
  display: none;
}
#configurator .right_summar {
  margin-top: auto;
}
#configurator .right_summar .buttons {
  display: -webkit-flex;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
}
#configurator .right_summar .buttons > * {
  margin: 0 10px;
  width: 100%;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
#configurator .right_summar .buttons .add_product {
  border: 4px solid #D5D5D5;
  color: #757575;
  font-size: 1.6rem;
  line-height: 38px;
  font-weight: 600;
}
#configurator .right_summar .buttons .add_product:hover,
#configurator .right_summar .buttons .add_product:active {
  border-color: #b0b0b0;
}
#configurator .right_summar .buttons .finish_order {
  font-size: 1.8rem;
  line-height: 47px;
}
#configurator .bind_select .items {
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #configurator .bind_select .items {
    max-height: 390px;
  }
}
@media screen and (min-width: 901px) {
  #configurator .bind_select .items {
    max-height: 350px;
  }
}
#configurator .bind_select .items .settings {
  display: none;
}
#configurator .done_button {
  display: none;
}
.main_select_overlay,
.switch_product_counter {
  display: none;
}
.config_products {
  overflow: visible;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.config_products .product {
  display: none;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.config_products .product.show {
  display: -webkit-flex;
  display: flex;
}
.config_products .product .attributes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  overflow: visible;
}
.config_products .product .product_price {
  width: 100%;
  margin: auto 0 0 auto;
  text-align: right;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 2px solid #d5d5d5;
}
.config_products .product .product_price .unit {
  margin-left: 5px;
}
.config_products .product .product_price .val {
  margin-left: 5px;
}
.config_products .product .product_price .sum_label {
  font-weight: 300;
  font-size: 1.8rem;
}
.config_products .attribute {
  width: calc(( 100% - 21px ) / 2);
  margin-bottom: 25px;
  overflow: visible;
}
.config_products .attribute .respo_values {
  display: none;
}
.config_products .attribute.always_hide {
  display: none !important;
}
.config_products .attribute.textarea,
.config_products .attribute.colors {
  width: 100%;
}
.config_products .attribute.colors {
  margin-bottom: 10px;
}
.config_products .attribute.colors .values {
  font-size: 0;
  padding-top: 2px;
  overflow: visible;
}
.config_products .attribute.colors .values .group {
  margin-bottom: 15px;
  overflow: visible;
  display: none;
}
.config_products .attribute.colors .values .group.selected {
  display: block;
}
.config_products .attribute.colors .values .group_vals {
  overflow: visible;
}
.config_products .attribute.colors .values .color {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border: 5px solid #fff;
  border-radius: 120px;
  margin: 0 10px 10px 0;
}
.config_products .attribute.colors .values .color .color_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: inherit;
}
.config_products .attribute.colors .values .color.active {
  border-color: #63D19E;
}
.config_products .attribute.colors .values .color.active::before {
  opacity: 1;
}
.config_products .attribute.colors .values .color:hover::before,
.config_products .attribute.colors .values .color:active::before {
  opacity: 0.6;
}
.config_products .attribute.colors .values .color::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: 2px;
  width: 12px;
  height: 8px;
  border: 0px solid #fff;
  border-width: 3px 3px 0 0;
  opacity: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.config_products .attribute.colors.brassing .values .color .color_bg {
  filter: sepia(37%);
}
.config_products .attribute .inputbox {
  background: #fff;
  border-radius: 0;
  font-size: 1.6rem;
}
.config_products .attribute .inputbox.fake_select {
  margin-right: 20px;
}
.config_products .attribute .inputbox.fake_select:nth-of-type(2n) {
  margin-right: 0;
}
.config_products .attribute .inputbox.fake_select ~ .group_select {
  display: none;
}
.config_products .attribute .inputbox.fake_select.always_hide {
  display: none !important;
}
.config_products .attribute textarea.inputbox {
  width: 100%;
  height: 82px;
  line-height: 1.2;
  resize: none;
}
.config_products .attribute .brassingSelect.inputbox {
  width: 120px;
  margin-right: 10px;
}
.config_products .attribute .brassingSelect.inputbox ~ .inputbox {
  width: calc(100% - 130px);
}
.config_products .attribute select.inputbox {
  display: inline-block;
  padding: 0 28px 0 10px;
  width: 100%;
  background: #fff url('images/bg_select.svg') no-repeat center right 10px;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: none;
  transition: none;
  text-overflow: ellipsis;
}
.config_products .attribute select.inputbox::-ms-expand {
  display: none;
}
.config_products .attribute > select.inputbox {
  margin-bottom: 10px;
  width: calc(( 100% - 21px ) / 2);
}
.form_content {
  margin-bottom: 80px;
}
.bind_select {
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  padding: 0 30px;
}
.bind_select.open .select {
  border-color: #bcbcbc;
}
.bind_select.open .items {
  visibility: visible;
  opacity: 1;
}
.bind_select .items {
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
  list-style: none;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 16px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.bind_select .item {
  padding: 5px 20px;
  cursor: pointer;
}
.bind_select .item:empty {
  display: none;
}
.bind_select .item:hover,
.bind_select .item:active {
  background: #f8f8f8;
}
#save_image_config {
  display: none;
}
.order_configuration .configurator_wrap {
  background: #fff;
  border: 1px solid #d5d5d5;
  overflow: visible;
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  position: relative;
}
.order_configuration .configurator_wrap h2.title,
.order_configuration .configurator_wrap .main_title {
  color: #000;
  padding: 0;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.3;
  width: 100%;
}
.order_configuration .configurator_wrap .desc {
  margin-bottom: 20px;
}
.order_configuration .configurator_wrap .main_select {
  padding: 0;
  margin-bottom: 30px;
}
.order_configuration .configurator_wrap .main_select .inputbox {
  height: 50px;
}
.order_configuration .configurator_wrap .attr {
  position: relative;
  width: calc((100% - 21px)/2);
  margin-bottom: 20px;
  overflow: visible;
}
.order_configuration .configurator_wrap .attr::after {
  content: '';
  clear: both;
}
.order_configuration .configurator_wrap .attr.textarea {
  width: 100%;
  height: auto;
}
.order_configuration .configurator_wrap .attr.textarea textarea {
  height: 80px;
  resize: none;
  line-height: 1.2;
}
.order_configuration .configurator_wrap .attr.checkbox {
  position: relative;
  width: 100%;
}
.order_configuration .configurator_wrap .attr.checkbox [type="checkbox"] {
  display: none;
}
.order_configuration .configurator_wrap .attr.checkbox .fake_checkbox {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #d5d5d5;
}
.order_configuration .configurator_wrap .attr.checkbox .fake_checkbox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: 4px;
  width: 12px;
  height: 8px;
  border: 3px solid #999;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .configurator_wrap .attr.checkbox .errorbox {
  left: 30px;
}
.order_configuration .configurator_wrap .attr.checkbox label {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 1.4rem;
}
.order_configuration .configurator_wrap .attr.checkbox label:hover .fake_checkbox::before,
.order_configuration .configurator_wrap .attr.checkbox label:active .fake_checkbox::before {
  opacity: 0.6 !important;
  border-color: #b6b6b6;
}
.order_configuration .configurator_wrap .attr.checkbox label .inputbox:checked ~ .fake_checkbox::before {
  border-color: green;
  opacity: 1;
}
.order_configuration .configurator_wrap .attr.req .label::after,
.order_configuration .configurator_wrap .attr.required .label::after {
  content: '*';
  color: #e55117;
}
.order_configuration .configurator_wrap .attr.error select:not(:focus),
.order_configuration .configurator_wrap .attr.error input:not(:focus) {
  border-color: #e55117;
}
.order_configuration .configurator_wrap .attr.error .errorbox {
  display: block;
}
.order_configuration .configurator_wrap .attr .errorbox {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  overflow: visible;
  color: #e55117;
  font-size: 1.1rem;
}
.order_configuration .configurator_wrap .label,
.order_configuration .configurator_wrap .label_medium {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
}
.order_configuration .configurator_wrap .label::after,
.order_configuration .configurator_wrap .label_medium::after {
  content: ':';
}
.order_configuration .configurator_wrap .label .switch_wrapper,
.order_configuration .configurator_wrap .label_medium .switch_wrapper {
  position: relative;
  display: inline-block;
  margin: -5px 0 -5px 5px;
  vertical-align: middle;
}
.order_configuration .configurator_wrap .label .switch_wrapper:hover .tooltip_name,
.order_configuration .configurator_wrap .label_medium .switch_wrapper:hover .tooltip_name,
.order_configuration .configurator_wrap .label .switch_wrapper:active .tooltip_name,
.order_configuration .configurator_wrap .label_medium .switch_wrapper:active .tooltip_name {
  top: -34px;
  opacity: 1;
  visibility: visible;
}
.order_configuration .configurator_wrap .label .switch,
.order_configuration .configurator_wrap .label_medium .switch {
  position: relative;
  width: 46px;
  margin-left: 8px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 120px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order_configuration .configurator_wrap .label .switch::before,
.order_configuration .configurator_wrap .label_medium .switch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 3px solid #e6e6e6;
  border-radius: inherit;
  z-index: 0;
}
.order_configuration .configurator_wrap .label .switch .bull,
.order_configuration .configurator_wrap .label_medium .switch .bull {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 120px;
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.order_configuration .configurator_wrap .label .switch.active,
.order_configuration .configurator_wrap .label_medium .switch.active {
  box-shadow: inset 0 0 0 20px #4BD763;
}
.order_configuration .configurator_wrap .label .switch.active .bull,
.order_configuration .configurator_wrap .label_medium .switch.active .bull {
  -webkit-transform: translate3d(22px, 0, 0);
  transform: translate3d(22px, 0, 0);
}
.order_configuration .configurator_wrap .label_medium {
  font-weight: 400;
}
.order_configuration .configurator_wrap span.color .tooltip_name,
.order_configuration .configurator_wrap .label .tooltip_name,
.order_configuration .configurator_wrap .label_medium .tooltip_name {
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d5d5d5;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-weight: 400;
  font-size: 1.4rem;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order_configuration .configurator_wrap span.color .tooltip_name::before,
.order_configuration .configurator_wrap .label .tooltip_name::before,
.order_configuration .configurator_wrap .label_medium .tooltip_name::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .configurator_wrap span.color .tooltip_name {
  left: 8px;
}
.order_configuration .configurator_wrap span.color:hover .tooltip_name,
.order_configuration .configurator_wrap span.color:active .tooltip_name {
  top: -34px;
  opacity: 1;
  visibility: visible;
}
.order_configuration .configurator_wrap .inputbox {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 100%;
  border: 2px solid #d5d5d5;
  background: #fff;
}
.order_configuration .configurator_wrap .inputbox:focus {
  border-color: #c1c1c1;
}
.order_configuration .configurator_wrap select.inputbox {
  background: #fff url('images/bg_select.svg') no-repeat center right 10px;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: none;
  transition: none;
  padding: 0 28px 0 10px;
}
.order_configuration .right_summar .sum_container {
  padding: 0 0 15px;
  text-align: right;
}
.order_configuration .right_summar .sum_container > * {
  display: inline-block;
  vertical-align: middle;
}
.order_configuration .right_summar .sum_container .sum_label {
  font-size: 1.8rem;
  margin: 2px 4px 0 0;
}
.order_configuration .right_summar .sum_container .price {
  text-align: right;
  white-space: nowrap;
  font-size: 2.6rem;
  font-weight: 600;
}
.order_configuration .right_summar .sum_container .price .val {
  margin-left: 5px;
}
.order_configuration .right_summar .sum_container .price .unit {
  margin-left: 5px;
}
.order_configuration .products {
  padding: 0 30px;
}
.order_configuration .products .product {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 13px 20px;
  border-radius: 5px;
  border: 2px solid #ccc;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.order_configuration .products .product::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}
.order_configuration .products .product:focus-within {
  border-color: #8CC152;
}
.order_configuration .products .product .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.order_configuration .products .product .close::before,
.order_configuration .products .product .close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #9d9d9d;
}
.order_configuration .products .product .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_configuration .products .product .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .products .product .close:hover::before,
.order_configuration .products .product .close:active::before,
.order_configuration .products .product .close:hover::after,
.order_configuration .products .product .close:active::after {
  background: #626262;
}
.order_configuration .products .product textarea.inputbox {
  width: 100%;
  height: 150px;
  resize: none;
}
.order_configuration .products .product select.inputbox {
  display: inline-block;
  padding: 0 28px 0 10px;
  width: 100%;
  border-radius: 5px;
  background: #fff url('images/bg_select.svg') no-repeat center right 10px;
  outline: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: none;
  transition: none;
}
.order_configuration .products .product select.inputbox::-ms-expand {
  display: none;
}
.order_configuration .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_configuration .modal .modal_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.order_configuration .modal .content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  z-index: 120;
}
.order_configuration .page_order-form-copy .wrap_inner {
  padding-top: 3.5%;
}
.order_configuration .page_order-form-copy .middle::before {
  content: '';
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("images/config.png") 0 32px no-repeat;
  z-index: 200;
  height: 1800px;
  opacity: 0.2;
  display: none;
}
.order_configuration .product_counter {
  margin-top: auto;
  font-size: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
}
.order_configuration .product_counter > * {
  order: 1;
}
.order_configuration .product_counter .add_product {
  order: 2;
}
.order_configuration .product_counter .add_product:only-child {
  display: none;
}
.order_configuration .emailDataImages,
.order_configuration .checkout_products,
.order_configuration .product_counter {
  background: #F8F8F8;
}
.order_configuration .emailDataImages .thumb,
.order_configuration .checkout_products .thumb,
.order_configuration .product_counter .thumb {
  position: relative;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  margin-left: -1px;
  width: 78px;
  min-width: 78px;
  height: 117px;
  font-size: 1.4rem;
  opacity: 0.4;
  display: inline-block;
  vertical-align: top;
}
.order_configuration .emailDataImages .thumb:not(.add_product),
.order_configuration .checkout_products .thumb:not(.add_product),
.order_configuration .product_counter .thumb:not(.add_product) {
  background-color: #756C66;
}
.order_configuration .emailDataImages .thumb.active,
.order_configuration .checkout_products .thumb.active,
.order_configuration .product_counter .thumb.active {
  opacity: 1;
}
.order_configuration .emailDataImages .thumb.add_product::before,
.order_configuration .checkout_products .thumb.add_product::before,
.order_configuration .product_counter .thumb.add_product::before,
.order_configuration .emailDataImages .thumb.add_product::after,
.order_configuration .checkout_products .thumb.add_product::after,
.order_configuration .product_counter .thumb.add_product::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 6px;
  border-radius: 4px;
  background: #353535;
}
.order_configuration .emailDataImages .thumb.add_product::after,
.order_configuration .checkout_products .thumb.add_product::after,
.order_configuration .product_counter .thumb.add_product::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.order_configuration .emailDataImages .thumb.add_product:hover::before,
.order_configuration .checkout_products .thumb.add_product:hover::before,
.order_configuration .product_counter .thumb.add_product:hover::before,
.order_configuration .emailDataImages .thumb.add_product:active::before,
.order_configuration .checkout_products .thumb.add_product:active::before,
.order_configuration .product_counter .thumb.add_product:active::before,
.order_configuration .emailDataImages .thumb.add_product:hover::after,
.order_configuration .checkout_products .thumb.add_product:hover::after,
.order_configuration .product_counter .thumb.add_product:hover::after,
.order_configuration .emailDataImages .thumb.add_product:active::after,
.order_configuration .checkout_products .thumb.add_product:active::after,
.order_configuration .product_counter .thumb.add_product:active::after {
  background: #000;
}
.order_configuration .emailDataImages .thumb .inner,
.order_configuration .checkout_products .thumb .inner,
.order_configuration .product_counter .thumb .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.order_configuration .emailDataImages .thumb .pseudoImg,
.order_configuration .checkout_products .thumb .pseudoImg,
.order_configuration .product_counter .thumb .pseudoImg {
  position: absolute;
  width: auto;
  height: auto;
  width: 0;
  height: 0;
  overflow: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.order_configuration .emailDataImages .thumb .pseudoImg.full,
.order_configuration .checkout_products .thumb .pseudoImg.full,
.order_configuration .product_counter .thumb .pseudoImg.full {
  width: 100%;
  height: 100%;
}
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent {
  position: relative;
  display: block;
}
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent .special_fake_image_saber,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent .special_fake_image_saber,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent .special_fake_image_saber,
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent .special_fake_image_rapier,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent .special_fake_image_rapier,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent .special_fake_image_rapier,
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent .special_fake_image,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent .special_fake_image,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent .special_fake_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 5.2%;
  object-position: top center;
}
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent .special_fake_image_rapier,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent .special_fake_image_rapier,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent .special_fake_image_rapier {
  height: 100%;
  filter: none !important;
  mask: linear-gradient(90deg, transparent, transparent 7.5%, black 7.5%, black 92.5%, transparent 92.5%);
}
.order_configuration .emailDataImages .thumb .pseudoImg .relativeParent .special_fake_image_saber,
.order_configuration .checkout_products .thumb .pseudoImg .relativeParent .special_fake_image_saber,
.order_configuration .product_counter .thumb .pseudoImg .relativeParent .special_fake_image_saber {
  height: 100%;
  filter: none !important;
  mask: none !important;
}
.order_configuration .emailDataImages .thumb .pseudoImg img,
.order_configuration .checkout_products .thumb .pseudoImg img,
.order_configuration .product_counter .thumb .pseudoImg img {
  max-width: 100%;
  display: block;
}
.order_configuration .emailDataImages .thumb .pseudoImg img.image2,
.order_configuration .checkout_products .thumb .pseudoImg img.image2,
.order_configuration .product_counter .thumb .pseudoImg img.image2 {
  display: none;
}
.order_configuration .emailDataImages .thumb .pseudoImg[data-coating="brassing"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .checkout_products .thumb .pseudoImg[data-coating="brassing"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .product_counter .thumb .pseudoImg[data-coating="brassing"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .emailDataImages .thumb .pseudoImg[data-coating="brassing"] img,
.order_configuration .checkout_products .thumb .pseudoImg[data-coating="brassing"] img,
.order_configuration .product_counter .thumb .pseudoImg[data-coating="brassing"] img {
  filter: sepia(97%) brightness(0.85);
}
.order_configuration .emailDataImages .thumb .pseudoImg[data-coating="blackening"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .checkout_products .thumb .pseudoImg[data-coating="blackening"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .product_counter .thumb .pseudoImg[data-coating="blackening"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .emailDataImages .thumb .pseudoImg[data-coating="blackening"] img,
.order_configuration .checkout_products .thumb .pseudoImg[data-coating="blackening"] img,
.order_configuration .product_counter .thumb .pseudoImg[data-coating="blackening"] img {
  filter: brightness(0.5) grayscale(0.5);
}
.order_configuration .emailDataImages .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="no_coating"] .brassing,
.order_configuration .checkout_products .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="no_coating"] .brassing,
.order_configuration .product_counter .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="no_coating"] .brassing,
.order_configuration .emailDataImages .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="blackening"] .brassing,
.order_configuration .checkout_products .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="blackening"] .brassing,
.order_configuration .product_counter .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="blackening"] .brassing {
  display: none;
}
.order_configuration .emailDataImages .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="brassing"] img:not(.brassing),
.order_configuration .checkout_products .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="brassing"] img:not(.brassing),
.order_configuration .product_counter .thumb .pseudoImg[data-adminname="Crossguard-sabla"][data-coating="brassing"] img:not(.brassing) {
  display: none;
}
.order_configuration .emailDataImages .thumb.show_pos2 .pseudoImg[style*="--image2-top"],
.order_configuration .checkout_products .thumb.show_pos2 .pseudoImg[style*="--image2-top"],
.order_configuration .product_counter .thumb.show_pos2 .pseudoImg[style*="--image2-top"] {
  top: var(--image2-top) !important;
  left: var(--image2-left) !important;
}
.order_configuration .emailDataImages .thumb.show_pos2 .pseudoImg img,
.order_configuration .checkout_products .thumb.show_pos2 .pseudoImg img,
.order_configuration .product_counter .thumb.show_pos2 .pseudoImg img {
  display: none;
}
.order_configuration .emailDataImages .thumb.show_pos2 .pseudoImg img:only-child,
.order_configuration .checkout_products .thumb.show_pos2 .pseudoImg img:only-child,
.order_configuration .product_counter .thumb.show_pos2 .pseudoImg img:only-child,
.order_configuration .emailDataImages .thumb.show_pos2 .pseudoImg img.image2,
.order_configuration .checkout_products .thumb.show_pos2 .pseudoImg img.image2,
.order_configuration .product_counter .thumb.show_pos2 .pseudoImg img.image2 {
  display: block;
}
.order_configuration .emailDataImages {
  position: absolute;
  top: 0;
  left: -200000px;
  z-index: 2000;
  display: none;
}
.order_configuration .emailDataImages .thumb {
  width: 117px !important;
  height: 175px !important;
  opacity: 1 !important;
  border: none !important;
}
.order_configuration .emailDataImages .thumb .remove_item {
  display: none !important;
}
.order_configuration .checkout_products .prod {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  padding-right: 60px;
  position: relative;
  border: 1px solid #d5d5d5;
}
.order_configuration .checkout_products .prod .thumb {
  border: none;
  opacity: 1;
  margin-right: 30px;
}
.order_configuration .checkout_products .prod .title {
  line-height: 1.2;
  font-weight: bold;
}
.order_configuration .checkout_products .prod .title.reverse_bold {
  font-weight: 400;
  font-size: 1.4rem;
}
.order_configuration .checkout_products .prod .title .desc {
  margin: 0;
  font-weight: 600;
  font-size: 1.6rem;
}
.order_configuration .checkout_products .prod .product_price {
  font-weight: bold;
  margin-left: auto;
}
.order_configuration .checkout_products .prod .product_price .sum_label {
  display: none;
}
.order_configuration .checkout_products .prod .edit_product {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.order_configuration .checkout_products .prod .remove_item {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 36px;
  height: 36px;
  z-index: 2;
}
.order_configuration .product_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.order_configuration .product_image.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.order_configuration .product_image.show_pos2 .attribute_image_wrapper[style*="--image2-top"] {
  top: var(--image2-top) !important;
  left: var(--image2-left) !important;
}
.order_configuration .product_image.show_pos2 .attribute_image_wrapper img {
  display: none;
}
.order_configuration .product_image.show_pos2 .attribute_image_wrapper img:only-child,
.order_configuration .product_image.show_pos2 .attribute_image_wrapper img.image2 {
  display: block;
}
.order_configuration .product_image .attribute_image_wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.order_configuration .product_image .attribute_image_wrapper:hover .point,
.order_configuration .product_image .attribute_image_wrapper.active .point,
.order_configuration .product_image .attribute_image_wrapper:hover .arrow:not(.slick-disabled),
.order_configuration .product_image .attribute_image_wrapper.active .arrow:not(.slick-disabled) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.order_configuration .product_image .attribute_image_wrapper:hover[data-name="Blade"] .arrow.slick-disabled,
.order_configuration .product_image .attribute_image_wrapper.active[data-name="Blade"] .arrow.slick-disabled {
  opacity: 0.25;
}
.order_configuration .product_image .attribute_image_wrapper[data-coating="brassing"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .product_image .attribute_image_wrapper[data-coating="brassing"] img {
  filter: sepia(97%) brightness(0.85);
}
.order_configuration .product_image .attribute_image_wrapper[data-coating="blackening"] ~ [data-adminname="Handle-light-new"] .special_fake_image,
.order_configuration .product_image .attribute_image_wrapper[data-coating="blackening"] img {
  filter: brightness(0.5) grayscale(0.5);
}
.order_configuration .product_image .attribute_image_wrapper img {
  max-width: 100%;
  height: auto;
}
.order_configuration .product_image .attribute_image_wrapper img.image2 {
  display: none;
}
.order_configuration .product_image .attribute_image_wrapper .slide ~ .slide {
  display: none;
}
.order_configuration .product_image .attribute_image_wrapper .slide.slick-slide {
  display: block;
  float: left;
}
.order_configuration .product_image .attribute_image_wrapper .slick-list {
  min-width: 100%;
}
.order_configuration .product_image .attribute_image_wrapper .point {
  position: absolute;
  top: -16px;
  left: -400%;
  right: -400%;
  margin: auto;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background: #FFF;
  cursor: pointer;
  pointer-events: none;
  border: 9px solid #F65658;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order_configuration .product_image .attribute_image_wrapper .point:first-child {
  display: none;
}
.order_configuration .product_image .attribute_image_wrapper .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order_configuration .product_image .attribute_image_wrapper .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 5px solid #9B9B9B;
  border-width: 6px 6px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_configuration .product_image .attribute_image_wrapper .arrow.slick-disabled {
  pointer-events: none;
  cursor: no-drop;
  opacity: 0.25;
}
.order_configuration .product_image .attribute_image_wrapper .arrow.arrow_next {
  right: -40px;
}
.order_configuration .product_image .attribute_image_wrapper .arrow.arrow_prev {
  left: -40px;
  transform: rotate(180deg);
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Blade"] .arrow {
  visibility: visible;
  opacity: 0;
}
.order_configuration .product_image .attribute_image_wrapper .relativeParent {
  position: relative;
  display: block;
}
.order_configuration .product_image .attribute_image_wrapper .special_fake_image_saber,
.order_configuration .product_image .attribute_image_wrapper .special_fake_image_rapier,
.order_configuration .product_image .attribute_image_wrapper .special_fake_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 5.2%;
  object-position: top center;
}
.order_configuration .product_image .attribute_image_wrapper .special_fake_image_rapier {
  height: 100%;
  filter: none !important;
  mask: linear-gradient(90deg, transparent, transparent 7.5%, black 7.5%, black 92.5%, transparent 92.5%);
}
.order_configuration .product_image .attribute_image_wrapper .special_fake_image_saber {
  height: 100%;
  filter: none !important;
  mask: none !important;
}
.order_configuration .product_image .attribute_image_wrapper.active .point {
  border-color: #63D19E;
}
.order_configuration .product_image .item_placeholder {
  width: 100%;
}
.order_configuration .remove_item {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  pointer-events: all;
  z-index: 2;
}
.order_configuration .remove_item.only_respo {
  display: none;
}
.order_configuration .remove_item::before,
.order_configuration .remove_item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #F65254;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_configuration .remove_item::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .remove_item:hover::before,
.order_configuration .remove_item:active::before,
.order_configuration .remove_item:hover::after,
.order_configuration .remove_item:active::after {
  background: #f3181a;
}
.order_configuration .popup_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.order_configuration .popup_window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 120;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.order_configuration .popup_window > * {
  pointer-events: all;
}
.order_configuration .popup_window .inner {
  position: relative;
  background: #fff;
  width: 500px;
  max-width: calc(100% - 30px);
  padding: 15px 25px;
}
.order_configuration .popup_window .title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-right: 25px;
  font-weight: 600;
}
.order_configuration .popup_window .text {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
.order_configuration .popup_window .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.order_configuration .popup_window .close::before,
.order_configuration .popup_window .close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #5e5e5e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order_configuration .popup_window .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .popup_window .close:hover::before,
.order_configuration .popup_window .close:active::before,
.order_configuration .popup_window .close:hover::after,
.order_configuration .popup_window .close:active::after {
  background: #f3181a;
}
.order_configuration .popup_window .close:hover::before,
.order_configuration .popup_window .close:active::before,
.order_configuration .popup_window .close:hover::after,
.order_configuration .popup_window .close:active::after {
  background: #000;
}
.order_configuration .popup_window .text {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.order_configuration .popup_window .button {
  float: right;
}
.order_configuration .save_config {
  position: absolute;
  top: 25px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.order_configuration .save_config::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 15px;
  height: 8px;
  width: 13px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .save_config::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 12px;
  height: 8px;
  width: 13px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order_configuration .save_config:hover,
.order_configuration .save_config:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.order_configuration .save_config:hover::before,
.order_configuration .save_config:active::before,
.order_configuration .save_config:hover::after,
.order_configuration .save_config:active::after {
  border-color: #6A4400;
}
.order_configuration .save_img {
  position: absolute;
  top: 75px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.order_configuration .save_img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 8px;
  background: #a6a6a6;
}
.order_configuration .save_img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #a6a6a6 transparent transparent transparent;
}
.order_configuration .save_img:hover,
.order_configuration .save_img:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.order_configuration .save_img:hover::before,
.order_configuration .save_img:active::before {
  background: #6A4400;
}
.order_configuration .save_img:hover::after,
.order_configuration .save_img:active::after {
  border-color: #6A4400 transparent transparent transparent;
}
.order_configuration #checkoutConfig {
  position: relative;
  overflow: visible;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: -100%;
  width: 100%;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  .order_configuration #checkoutConfig:not(.show) {
    display: none;
  }
}
.order_configuration #checkoutConfig.show {
  opacity: 1;
  visibility: visible;
}
.order_configuration #checkoutConfig .checkout_products {
  position: relative;
  width: 50%;
  padding: 30px 40px;
  background: #F8F8F8;
}
.order_configuration #checkoutConfig .checkout_products .list {
  display: flex;
  flex-direction: column;
}
.order_configuration #checkoutConfig .checkout_products .list > [data-hash="undefined"] {
  order: 99;
}
.order_configuration #checkoutConfig .checkout_fields {
  width: 50%;
  padding: 30px 40px;
}
.order_configuration #checkoutConfig .checkout_fields_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.order_configuration #checkoutConfig .info {
  font-size: 1.1rem;
}
.order_configuration #checkoutConfig .sum_container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 10px;
  padding: 0;
}
.order_configuration #checkoutConfig .sum_container .sum_inner {
  margin: 0 15px;
  white-space: nowrap;
}
.order_configuration #checkoutConfig .sum_container .sum_inner > * {
  display: inline-block;
  vertical-align: middle;
}
.order_configuration #checkoutConfig .sum_container .button {
  margin-left: auto;
}
.order_configuration #checkoutConfig .summar_area {
  padding-top: 10px;
  margin-top: auto;
}
.order_configuration #checkoutConfig .summar_area .attr.textarea {
  margin-bottom: 10px;
}
.order_configuration #checkoutConfig .summar_area .attr.checkbox {
  margin-bottom: 30px;
}
.order_configuration .product_counter .thumb {
  -webkit-flex: 0 0 78px;
  -ms-flex: 0 0 78px;
  flex: 0 0 78px;
}
.ajax_start .configurator_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  background: transparent url("images/loader.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
.ajax_start .configurator_wrap > * {
  opacity: 0.2;
  pointer-events: none;
}
.ajax_start .configurator_wrap > * * {
  pointer-events: none;
}
.order_configuration .product_image .attribute_image_wrapper img {
  max-width: 100%;
}
.bind_select.config_select .group_title {
  pointer-events: none;
  display: block;
  font-weight: 600;
}
.bind_select.config_select li ul {
  list-style: none;
  padding: 0;
}
.bind_select.config_select li ul li {
  padding-left: 35px;
}
.main_remove_respo_item,
.portrait_view,
.switch_product_counter_close {
  display: none;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-arming"] {
  z-index: auto;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-arming"] .slick-list {
  z-index: 3;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-arming"] .point {
  z-index: 5	;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"],
.attribute_image_wrapper.slick-slider[data-adminname="Handle-arming"],
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Messer"],
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Kriegsmesser"] {
  z-index: 2;
}
.attribute_image_wrapper.slick-slider[data-adminname="Handle-sabla"] .arrow,
.attribute_image_wrapper.slick-slider[data-adminname="Handle-sabla"] .point {
  z-index: 2;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow.arrow_prev {
  left: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow.arrow_next {
  right: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .slick-list {
  pointer-events: none;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .slick-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  pointer-events: all;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow:hover ~ .slick-list,
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .point:hover ~ .slick-list {
  pointer-events: all;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="no_coating"] ~ [data-adminname="Handle-sabla"] img.special_fake_image_saber {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="blackening"] ~ [data-adminname="Handle-sabla"] img:not(.special_fake_image_saber.blackening) {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="brassing"] ~ [data-adminname="Handle-sabla"] img:not(.special_fake_image_saber.brassing) {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow.arrow_prev {
  left: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow.arrow_next {
  right: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .slick-list {
  pointer-events: none;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .slick-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  pointer-events: all;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .arrow:hover ~ .slick-list,
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"] .point:hover ~ .slick-list {
  pointer-events: all;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="no_coating"] img.special_fake_image_saber {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="no_coating"] ~ [data-adminname="Handle-sabla"] img.special_fake_image_saber {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="blackening"] img.special_fake_image_saber {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="blackening"] ~ [data-adminname="Handle-sabla"] img:not(.special_fake_image_saber.blackening) {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="brassing"] img {
  filter: none !important;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="brassing"] img:not(.special_fake_image_saber.brassing) {
  opacity: 0;
}
.attribute_image_wrapper.slick-slider[data-adminname="Crossguard-sabla"][data-coating="brassing"] ~ [data-adminname="Handle-sabla"] img:not(.special_fake_image_saber.brassing) {
  opacity: 0;
}
.product_image:not(.showRainguard) .attribute_image_wrapper[data-adminname="Rainguard"] {
  display: none !important;
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Rainguard"] .point {
  z-index: 5	;
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Rainguard"] .slick-list {
  z-index: 3;
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Crossguard"] {
  z-index: auto;
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Crossguard"] .slick-list {
  z-index: 2;
}
.order_configuration .product_image .attribute_image_wrapper[data-name="Crossguard"] .point {
  z-index: 4;
}
.order_configuration .product_image[data-components*="ring"] [data-adminname*="rossguard"] .slick-list {
  z-index: 4;
}
.order_configuration .product_image[data-components*="ring"] [data-adminname*="rossguard"] .point {
  z-index: 5;
}
.product_image:not(.showRainguard) .attribute_image_wrapper[data-adminname="Rainguard"],
.attributes:not(.showRainguard) .attribute.rainguard {
  display: none !important;
}
.important_info_replacement {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: -20px !important;
}
.important_info_replacement span {
  color: red;
}
.page_shipping-table .middle .wrap_inner {
  width: 800px;
}
.wrap_inner:has(.shipping_country_table_wrapper) {
  width: 800px;
}
#middle:has(.shipping_country_table_wrapper),
.wrap_inner:has(.shipping_country_table_wrapper),
.text_wrap:has(.shipping_country_table_wrapper) {
  overflow: visible;
}
.shipping_country_table_wrapper {
  width: 100%;
  margin: 0 0 60px;
  max-width: 100%;
  padding: 30px 25px 20px;
  background: #fff;
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .shipping_country_table_wrapper {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.shipping_country_table_wrapper .label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
}
.shipping_country_table_wrapper .custom_select {
  position: relative;
  overflow: visible;
}
.shipping_country_table_wrapper .custom_select .select2-container {
  top: 100% !important;
  width: 100% !important;
}
.shipping_country_table_wrapper .selection {
  width: 100%;
}
.shipping_country_table_wrapper .prices_wrapper {
  padding: 20px 0 0;
}
.shipping_country_table_wrapper .prices_wrapper > * {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.shipping_country_table_wrapper .prices_wrapper .label {
  margin-bottom: 0;
}
.shipping_country_table_wrapper .prices_wrapper .text_wrapper {
  margin: auto 0 auto;
  padding-right: 10px;
}
.shipping_country_table_wrapper .prices_wrapper .text {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
}
.shipping_country_table_wrapper .prices_wrapper [class*="value"] {
  width: 95px;
  height: 54px;
  min-width: 95px;
  margin-left: auto;
  border: 2px solid #d5d5d5;
  padding: 10px;
  font-weight: 600;
}
.shipping_country_table_wrapper .select2-search--dropdown {
  padding: 0;
}
.shipping_country_table_wrapper .select2-search--dropdown input,
.shipping_country_table_wrapper .select2-container .select2-selection--single,
.shipping_country_table_wrapper select.shipping_table_select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #D5D5D5;
  background: #fff url('images/bg_select.svg') no-repeat center right 10px;
  font-size: 1.4rem;
  text-align: left;
  color: #000;
  line-height: 45px;
  outline: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
}
.shipping_country_table_wrapper .select2-container * {
  border-radius: 0 !important;
}
.shipping_country_table_wrapper .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}
.shipping_country_table_wrapper .select2-container.select2-container--open {
  flex-direction: column;
  top: 22px !important;
}
.shipping_country_table_wrapper .select2-container--open .select2-dropdown--above,
.shipping_country_table_wrapper .select2-dropdown.select2-dropdown--below {
  border: none;
  box-shadow: 0 0 0 2px #6a4400;
  border-radius: 0;
}
.shipping_country_table_wrapper .select2-results__option {
  font-size: 14px;
  padding: 5px 10px;
}
.shipping_country_table_wrapper .select2-results__option[id*="Please"] {
  display: none;
}
.shipping_country_table_wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #6a4400;
}
.shipping_country_table_wrapper .select2-container {
  display: flex;
  align-items: center;
}
.shipping_country_table_wrapper .select2-container .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: auto;
  margin: auto 0;
}
.shipping_country_table_wrapper .select2-container .select2-selection__arrow {
  top: 0 !important;
  width: 50px !important;
  height: 100% !important;
  background: transparent url('images/bg_select.svg') no-repeat center right 10px;
}
.shipping_country_table_wrapper .select2-container .select2-selection__arrow b {
  display: none;
}
.shipping_country_table_wrapper .select2-container [class*="selection__clear"] {
  display: none;
}
.main_slider {
  background: #000;
}
.main_slider_inner {
  position: relative;
  width: 2560px;
  max-width: 100%;
  margin: 0 auto;
}
.main_slider_inner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  width: 2560px;
  max-width: calc(100% + 280px);
  margin: auto;
  box-shadow: inset 210px 0 180px #000, inset -210px 0 180px #000, inset 0 440px 200px -180px #000;
  pointer-events: none;
}
.main_slider_inner .main_slide {
  position: relative;
  z-index: auto !important;
  background: #202020;
}
.main_slider_inner .main_slide ~ .main_slide {
  display: none;
}
.main_slider_inner .main_slide .text_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 50px;
  text-align: center;
}
.main_slider_inner .main_slide .text_wrap_inner {
  position: relative;
  overflow: visible;
}
.main_slider_inner .main_slide .img_wrap {
  position: relative;
  font-size: 0;
  line-height: 0;
}
@supports (-webkit-object-fit: cover) or (object-fit: cover) {
  .main_slider_inner .main_slide img {
    -webkit-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    width: 100%;
    max-height: 900px;
  }
}
.main_slider_inner .main_slide .title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", "Fira Sans", sans-serif;
  letter-spacing: 0.08em;
  font-size: 7.2rem;
  line-height: 1.2em;
  font-weight: bold;
  text-shadow: 0px 10px 16.2px #000000;
}
.main_slider_inner.slick-slider .main_slide {
  display: block;
}
.main_slider_inner .arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 65px;
  margin: auto;
  cursor: pointer;
}
.main_slider_inner .arrow:hover::before {
  opacity: 0.5;
}
.main_slider_inner .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 45px;
  margin: auto;
  background: url('images/sprite.svg') -29px -246px no-repeat;
  opacity: 0.2;
}
.main_slider_inner .arrow_prev {
  left: 0px;
}
.main_slider_inner .arrow_prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_slider_inner .arrow_next {
  right: 0px;
}
.scroll_down {
  position: absolute;
  z-index: 2;
  top: calc(100% + 30px);
  left: 0;
  right: 0;
  width: 43px;
  height: 109px;
  margin: auto;
  cursor: pointer;
}
.scroll_down::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('./images/sprite.svg') -49px -54px no-repeat;
}
.page_home .products_wrap {
  position: relative;
  background: #000;
  overflow: visible;
}
.page_home .products_wrap .products_title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page_home .comments_wrap {
  background: #fff;
}
.page_home .articles_wrap {
  background: #f0f0f0;
}
#wpadminbar {
  display: none !important;
}
@media screen and (max-width: 2400px) {
  .main_slider_inner .arrow:hover::before {
    opacity: 0.8;
  }
  .main_slider_inner .arrow::before {
    opacity: 0.4;
  }
}
@media screen and (max-width: 1800px) {
  .main_slider_inner::before {
    box-shadow: inset 210px 0 180px #000, inset -210px 0 180px #000, inset 0 120px 50px -20px #000;
  }
}
@media screen and (max-width: 1400px) {
  .main_menu .sub-menu {
    left: auto;
    right: 0;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .list_products .list_product_title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 1100px) {
  .main_menu.type_left {
    padding-right: 70px;
  }
  .main_menu.type_right {
    padding-left: 70px;
  }
  .main_menu a {
    padding: 0 25px;
  }
  .form_wrap .form_left {
    width: calc(66.66% - 10px);
  }
  .form_wrap .form_right {
    width: calc(33.33% - 10px);
  }
  .form_wrap .attr {
    width: 50%;
  }
  .blog_main_middle .middle {
    width: calc(66.66% - 10px);
  }
  .blog_main_middle .right {
    margin-left: 0;
    width: calc(33.33% - 10px);
  }
  .main_slider_inner .main_slide .title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1000px) {
  .list_products .list_product_item {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .list_products .list_product_item:nth-child(3n) {
    margin-right: 0;
  }
  .page_char_detail .product_detail_top .product_desc {
    margin-top: 30px;
    padding-left: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .page_char_detail .product_cart {
    margin-bottom: 0;
  }
  .articles_wrap .article_text_wrap,
  .articles_wrap .article_img {
    width: calc(50% - 10px);
  }
  .page_contact .middle .img_wrap,
  .page_contact .middle .text_wrap {
    width: calc(50% - 10px);
  }
  .page_contact .middle .img_wrap img {
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
  }
  .page_contact .middle .text_wrap {
    padding-top: 0;
  }
  #configurator .main_image_wrapper {
    width: 380px;
  }
  #configurator .right {
    width: calc(100% - 380px);
  }
  .config_products .attribute {
    width: 100%;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-arming"] {
    margin-top: -2px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Messer"] {
    margin: -2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Messer"] ~ [data-adminname="Handle-wood-messer"] {
    margin: -3px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel03"] {
    margin: 0 0 0 -1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-katana-standard"] {
    margin: 2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-standard"] {
    margin: 3px 0 0 2px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-katana-xl"] {
    margin: 2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-xl"] {
    margin: 2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-katana-waki"] {
    margin: 1px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-waki"] {
    margin: 2px 0 0 2px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-rapier"] {
    margin: 0 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-rapier"] {
    margin: -1px 0 0 0.5px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 1.6rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  ol li {
    margin-bottom: 3px;
    padding-left: 25px;
  }
  .wrap_inner {
    padding: 55px 0;
  }
  .swords_wrap::after {
    height: 5px;
  }
  .swords_wrap .swords {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .header {
    z-index: 30;
    height: 60px;
  }
  .main_logo {
    top: -25px;
    left: 20px;
    right: auto;
    width: 41px;
    height: 76px;
  }
  .main_logo::after {
    display: none;
  }
  .open_menu {
    overflow: hidden;
  }
  .main_menu_resp_icon {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 15px;
    display: block;
    height: 45px;
    width: 45px;
    margin: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .open_menu .main_menu_resp_icon > span {
    background: rgba(255, 255, 255, 0);
  }
  .open_menu .main_menu_resp_icon > span::before,
  .open_menu .main_menu_resp_icon > span::after {
    margin: 0;
    -webkit-transition: margin .2s, transform .2s .2s;
    transition: margin .2s, transform .2s .2s;
  }
  .open_menu .main_menu_resp_icon > span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open_menu .main_menu_resp_icon > span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main_menu_resp_icon > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    margin: auto;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main_menu_resp_icon > span::before,
  .main_menu_resp_icon > span::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin .2s .2s, transform .2s;
    transition: margin .2s .2s, transform .2s;
  }
  .main_menu_resp_icon > span:before {
    bottom: 0;
    margin-bottom: -6px;
  }
  .main_menu_resp_icon > span::after {
    top: 0;
    margin-top: -6px;
  }
  .main_menus {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 260px;
    padding-top: 60px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .open_menu .main_menus {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main_menus .main_menus_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #000;
    overflow: auto;
  }
  .main_menus .main_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .main_menus .main_menu.type_info {
    position: relative;
    bottom: auto;
  }
  .main_menus .main_menu.type_info > li {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
  }
  .main_menus .main_menu.type_info > li > span {
    display: none;
  }
  .main_menus .main_menu.type_info > li > ul {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  .main_menus .main_menu li a {
    height: auto;
  }
  .main_menus .submenu_btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 45px;
    height: 46px;
    border-left: 1px solid #313131;
    border-bottom: 1px solid #313131;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .main_menus .submenu_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 13px;
    margin: auto;
    background: url('./images/sprite.svg') -14px -30px no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main_menus .main_menu:not(.type_info) > li,
  .main_menus .main_menu.type_info ul > li {
    width: 100%;
    margin-bottom: -1px;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
  }
  .main_menus .main_menu:not(.type_info) > li.open > a,
  .main_menus .main_menu.type_info ul > li.open > a,
  .main_menus .main_menu:not(.type_info) > li.current-menu-item > a,
  .main_menus .main_menu.type_info ul > li.current-menu-item > a,
  .main_menus .main_menu:not(.type_info) > li:hover > a,
  .main_menus .main_menu.type_info ul > li:hover > a,
  .main_menus .main_menu:not(.type_info) > li > a:active,
  .main_menus .main_menu.type_info ul > li > a:active,
  .main_menus .main_menu:not(.type_info) > li > a:hover,
  .main_menus .main_menu.type_info ul > li > a:hover {
    background: #111;
  }
  .main_menus .main_menu:not(.type_info) > li.open .submenu_btn::after,
  .main_menus .main_menu.type_info ul > li.open .submenu_btn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main_menus .main_menu:not(.type_info) > li.open ul,
  .main_menus .main_menu.type_info ul > li.open ul {
    display: block;
  }
  .main_menus .main_menu:not(.type_info) > li > a,
  .main_menus .main_menu.type_info ul > li > a {
    height: 45px;
    padding: 0 20px;
    font-size: 1.8rem;
    color: #fff;
  }
  .main_menus .main_menu:not(.type_info) > li > a:nth-last-child(2) span,
  .main_menus .main_menu.type_info ul > li > a:nth-last-child(2) span {
    position: relative;
  }
  .main_menus .main_menu:not(.type_info) > li > a span::before,
  .main_menus .main_menu.type_info ul > li > a span::before {
    display: none;
  }
  .main_menus .main_menu:not(.type_info) > li > .submenu_btn:nth-last-child(2),
  .main_menus .main_menu.type_info ul > li > .submenu_btn:nth-last-child(2) {
    display: block;
  }
  .main_menus .main_menu:not(.type_info) > li > ul,
  .main_menus .main_menu.type_info ul > li > ul {
    position: static;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    background: #111;
    visibility: visible;
  }
  .main_menus .main_menu:not(.type_info) > li > ul a,
  .main_menus .main_menu.type_info ul > li > ul a {
    height: 35px;
    padding: 0;
  }
  .main_menus .main_menu:not(.type_info) > li ul {
    display: none;
  }
  .subpage_subheader {
    padding-top: 60px;
  }
  .main_overlay {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .open_menu .main_overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .footer .wrap_inner {
    padding-bottom: 35px;
  }
  .footer .footer_menu_wrap {
    margin-bottom: 15px;
  }
  .infos_wrap .title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .articles_wrap .article_wrap {
    margin-bottom: 40px;
  }
  .articles_wrap .article_wrap:last-child {
    margin-bottom: 0;
  }
  .articles_wrap .article_text_wrap {
    padding: 25px 0;
  }
  .three_cols_wrap .wrap_inner {
    -webkit-columns: auto;
    columns: auto;
  }
  .hto_wrap {
    margin-bottom: 55px;
  }
  .hto_wrap:last-child {
    margin-bottom: 0;
  }
  .hto_wrap .title {
    font-size: 4.9vw;
  }
  .main_slider_inner::before {
    display: none;
  }
  .main_slider_inner .main_slide .text_wrap_inner {
    position: relative;
    z-index: 2;
  }
  .main_slider_inner .arrow {
    display: none !important;
  }
  .scroll_down {
    top: 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .scroll_down:before {
    -webkit-animation: ani_scroll_down_move 1s linear infinite;
    animation: ani_scroll_down_move 1s linear infinite;
  }
  @keyframes ani_scroll_down_move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes ani_scroll_down_move {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .page_about-us .middle .img_wrap {
    margin-bottom: 20px;
  }
  .order_configuration {
    background: #766D68;
  }
  .order_configuration .subpage_subheader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    height: 60px;
    padding: 0;
    margin: 0 70px;
    z-index: 30;
  }
  .order_configuration .subpage_subheader .wrap_inner {
    height: auto;
    padding: 0;
    margin: auto !important;
  }
  .order_configuration .subpage_subheader h1 {
    line-height: 60px;
  }
  .order_configuration .configurator_wrap {
    border: none;
    padding-top: 60px;
    background: #766D68;
  }
  .order_configuration .configurator_wrap .desc {
    margin-bottom: 30px;
  }
  .order_configuration .middle .wrap_inner {
    padding: 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .order_configuration .scroll_to_top,
  .order_configuration .footer {
    display: none;
  }
  .config_products .attribute {
    width: 100%;
    margin-bottom: 20px;
  }
  .open_menu #configurator {
    z-index: 2;
  }
  #configurator .main_image_wrapper {
    position: fixed;
    top: 0;
    left: -400px;
    right: -400px;
    bottom: 160px;
    margin: auto;
    background: #766D68;
    box-shadow: -230px 0 #766D68, 230px 0 #766D68;
    width: 370px;
    max-width: none;
    z-index: 2000;
  }
  #configurator .main_image_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 55px;
    background: #766D68;
    z-index: 1;
    pointer-events: none;
  }
  #configurator .right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
    background: #fff;
    z-index: 2500;
    border-radius: 20px 20px 0 0;
  }
  #configurator.show_sum .right {
    padding-top: 60px;
    height: 180px;
  }
  #configurator.show_sum .right .main_title,
  #configurator.show_sum .right .desc {
    display: none;
  }
  #configurator.exist_product .main_title,
  #configurator.exist_product .main_select:not(.open) {
    display: none !important;
  }
  .order_configuration {
    overflow: hidden;
  }
  .order_configuration .subpage_subheader {
    display: none;
  }
  .order_configuration .header {
    background: transparent;
    z-index: 25000;
    pointer-events: none;
  }
  .order_configuration .header .main_logo {
    display: none;
  }
  .order_configuration .header .main_menus,
  .order_configuration .header .main_menu_resp_icon {
    pointer-events: all;
  }
  .order_configuration .main_menus {
    background: #000;
  }
  .order_configuration:not(.open_menu) .header .main_menu_resp_icon {
    border-radius: 120px;
    background: #fff;
    border: 1px solid #d5d5d5;
  }
  .order_configuration:not(.open_menu) .header .main_menu_resp_icon > span,
  .order_configuration:not(.open_menu) .header .main_menu_resp_icon > span::before,
  .order_configuration:not(.open_menu) .header .main_menu_resp_icon > span::after {
    background: #000;
  }
  .order_configuration .fb_dialog,
  .order_configuration .fb_dialog_advanced {
    display: none;
  }
  .order_configuration .configurator_wrap h2.title,
  .order_configuration .configurator_wrap .main_title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .order_configuration .configurator_wrap .main_select {
    margin-bottom: 10px;
  }
  .order_configuration #configurator .main_image_wrapper .watermark_wrapper {
    margin: 0;
  }
  .order_configuration .product_counter {
    position: fixed;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 160px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 50px;
    background: transparent;
    display: block;
    z-index: 1;
    pointer-events: none;
  }
  .order_configuration .product_counter > * {
    pointer-events: all;
  }
  .order_configuration .product_counter .thumb {
    float: left;
    clear: both;
    width: 62px;
    height: 90px;
    min-width: auto;
    border: 1px solid #EAEAEA;
    margin: 5px 10px;
    opacity: 0.3;
  }
  .order_configuration .product_counter .thumb.active {
    opacity: 1;
  }
  .order_configuration .product_counter .thumb.add_product:only-child {
    display: none;
  }
  .order_configuration .product_counter .thumb.add_product:not(:only-child) {
    position: absolute;
    bottom: 85px;
    right: 10px;
    height: 45px;
    line-height: 43px;
    width: 100px;
    opacity: 1;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    margin: 0;
    border-radius: 120px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }
  .order_configuration .product_counter .thumb.add_product:not(:only-child)::after {
    display: none;
  }
  .order_configuration .product_counter .thumb.add_product:not(:only-child)::before {
    content: attr(data-respo-name);
    width: auto;
    height: auto;
    background: transparent;
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 45px;
  }
  .order_configuration .save_img {
    position: fixed;
    top: 12px;
    right: 116px;
    opacity: 1;
    visibility: visible;
    font-size: 1.2rem;
    height: 36px;
    width: auto;
    font-weight: 500;
    line-height: 34px;
    border: 1px solid #d5d5d5;
    padding: 0 10px 0 30px;
    border-radius: 120px;
    background: #fff;
    z-index: 5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }
  .order_configuration .save_img::before {
    top: -2px;
    left: 14px;
    right: auto;
    width: 4px;
    height: 12px;
  }
  .order_configuration .save_img::after {
    right: auto;
    left: 9px;
    bottom: 4px;
    border-width: 7px 7px 0 7px;
  }
  .order_configuration a.save_img {
    right: 230px;
    text-decoration: none;
    background: transparent;
    border-width: 3px;
    line-height: 30px;
    color: white;
    border-color: white;
    padding: 0 12px;
  }
  .order_configuration a.save_img::before,
  .order_configuration a.save_img::after {
    display: none;
  }
  .order_configuration .popup_overlay {
    z-index: 10000000;
  }
  .order_configuration .popup_window {
    z-index: 12000000;
  }
  .order_configuration .save_config {
    position: fixed;
    top: 12px;
    right: 70px;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    height: 36px;
    width: 36px;
    z-index: 5;
  }
  .order_configuration .save_config::before {
    top: 12px;
    left: 13px;
    border-width: 2px;
  }
  .order_configuration .save_config::after {
    top: 18px;
    left: 10px;
    border-width: 2px;
  }
  .order_configuration .attributes .label,
  .order_configuration .attributes .label_medium {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    margin: 0;
    font-size: 2rem;
    line-height: 34px;
    color: #939393;
    padding: 0;
  }
  .order_configuration .attributes .label::after,
  .order_configuration .attributes .label_medium::after {
    content: '/';
    margin-left: 15px;
    color: #939393;
  }
  .order_configuration .attributes .label .switch_wrapper,
  .order_configuration .attributes .label_medium .switch_wrapper {
    display: none;
  }
  .show_bind_select .main_menu_resp_icon {
    pointer-events: none !important;
    opacity: 0.2;
  }
  .show_bind_select #configurator .right {
    background: transparent;
  }
  .show_bind_select #configurator .right .main_title,
  .show_bind_select #configurator .right .desc {
    display: none !important;
  }
  .show_bind_select .main_menu_resp_icon,
  .show_bind_select .save_config,
  .show_bind_select .switch_product_counter,
  .show_bind_select #configurator .done_button {
    display: none !important;
  }
  .show_bind_select .main_select_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .config_products .attribute textarea.inputbox {
    height: 52px;
  }
  .config_products .product .product_price {
    position: fixed;
    bottom: 135px;
    left: 0;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    font-size: 1.8rem;
  }
  .config_products .product .product_price .sum_label {
    font-size: 1.6rem;
  }
  #configurator .right_summar {
    position: fixed;
    left: auto;
    right: 0;
    bottom: 135px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }
  #configurator .right_summar .sum_container {
    padding: 0;
  }
  #configurator .right_summar .sum_container .sum_label {
    font-size: 1.6rem;
  }
  #configurator .right_summar .sum_container .price {
    font-size: 1.8rem;
  }
  #configurator .right_summar .buttons {
    display: none;
  }
  #configurator.show_sum .done_button {
    position: fixed;
    bottom: 190px;
    right: 10px;
    height: 45px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d5d5d5;
    border-radius: 120px;
    background: #6a4400;
    z-index: 10470;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 43px;
    font-weight: 600;
  }
  .config_products .product .attributes {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .config_products .attribute {
    display: inline-block;
    float: none;
    width: auto !important;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .config_products .attribute:last-child .label::after,
  .config_products .attribute:last-child .label_medium::after {
    display: none;
  }
  .config_products .attribute.active .label,
  .config_products .attribute.active .label_medium {
    color: #000;
  }
  .config_products .attribute.active .values {
    padding-top: 5px !important;
    bottom: 0;
  }
  .config_products .attribute.brassing .values .respo_values .respoBrassing .bull::after {
    display: block;
  }
  .config_products .attribute .values {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background: #fff;
    height: 75px;
    padding: 15px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
  }
  .config_products .attribute .values .respo_values {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  .config_products .attribute .values .respo_values .respoBrassing {
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .config_products .attribute .values .respo_values .respoBrassing .bull {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 120px;
    border: 1px solid #d5d5d5;
    margin-right: 5px;
  }
  .config_products .attribute .values .respo_values .respoBrassing .bull::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #4BD763;
    display: none;
  }
  .config_products .attribute .values .respo_values .respo_label {
    vertical-align: middle;
    display: inline-block;
    height: 36px;
    border: 2px solid #d5d5d5;
    line-height: 32px;
    padding: 0 20px;
    color: #939393;
    cursor: pointer;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 120px;
  }
  .config_products .attribute .values .respo_values .respo_label.active {
    color: #6a4400;
    border-color: #6a4400;
  }
  .config_products .attribute .values .respo_values .respo_label.active .price_string {
    color: #000;
  }
  .config_products .attribute .values .respo_values .respo_label .price_string {
    font-weight: 400;
    color: #939393;
  }
  .config_products .attribute .values select.inputbox.brassingSelect {
    height: 36px;
    line-height: 32px;
    vertical-align: top;
    border-radius: 120px;
  }
  .config_products .attribute .values select.inputbox:not(.brassingSelect) {
    display: none;
  }
  .config_products .attribute.colors .values {
    overflow: hidden;
    overflow-x: auto;
  }
  .config_products .attribute.colors .values .color {
    margin-bottom: 0;
  }
  .config_products .attribute.colors .values .group {
    display: inline-block !important;
    margin-right: 10px;
  }
  .config_products .attribute.colors .values .group::before {
    content: attr(data-name-respo) ':';
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
  }
  .config_products .attribute.colors .values .group_vals {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .config_products .attribute .inputbox.group_select {
    display: none;
  }
  .order_configuration #checkoutConfig {
    margin-left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .order_configuration #checkoutConfig.show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4000000;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .order_configuration #checkoutConfig .checkout_products {
    padding: 25px 20px;
  }
  .order_configuration #checkoutConfig .configurator_wrap .attr {
    margin-bottom: 20px;
  }
  .order_configuration #checkoutConfig .configurator_wrap .label {
    margin-bottom: 5px;
  }
  .order_configuration #checkoutConfig .checkout_fields {
    padding: 25px 20px;
    overflow-y: auto;
  }
  .button.send_order {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .order_configuration .configurator_wrap span.color .tooltip_name {
    display: none;
    top: auto !important;
    bottom: -33px;
    border: none;
    background: none;
    opacity: 1 !important;
    visibility: visible !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .order_configuration .configurator_wrap span.color .tooltip_name::before {
    display: none;
  }
  .order_configuration .configurator_wrap span.color.active .tooltip_name {
    display: block;
  }
  #configurator .bind_select .items {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
    width: 450px;
    height: 430px;
    max-height: calc(100vh - 120px);
    max-width: calc(100% - 30px);
    z-index: 200000;
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.7);
  }
  #configurator .bind_select .items .settings {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 5px 20px;
    display: block;
    border-bottom: 1px solid #d5d5d5;
  }
  #configurator .bind_select .items .settings .title {
    font-weight: 600;
  }
  .config_products .attribute .inputbox.fake_select {
    display: none;
  }
  .order_configuration [id="configurator"] .main_select {
    display: none;
  }
  .order_configuration [id="configurator"]:not(.show_sum) .main_select {
    display: block;
  }
  body.show_bind_select.order_configuration #configurator .right_summar {
    display: none;
  }
  body.show_bind_select.order_configuration [id="configurator"] .main_select {
    display: block;
  }
  body.show_bind_select.order_configuration [id="configurator"] .main_select .label,
  body.show_bind_select.order_configuration [id="configurator"] .main_select .select {
    display: none;
  }
  .order_configuration .remove_item.only_respo {
    position: fixed;
    left: 10px;
    top: 12px;
    display: block;
    right: auto;
    height: 36px;
    width: 36px;
  }
  .order_configuration .remove_item.only_respo::before,
  .order_configuration .remove_item.only_respo::after {
    width: 22px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-arming"] {
    margin-top: 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Messer"] {
    margin: 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Crossguard-Messer"] ~ [data-adminname="Handle-wood-messer"] {
    margin: -1px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel03"] {
    margin: 0 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-standard"] {
    margin: 3px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-xl"] {
    margin: 3px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-waki"] {
    margin: 2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-rapier"] {
    margin: 2px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-rapier"] {
    margin: 3px 0 0 0;
  }
  .important_info_replacement {
    position: fixed;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto !important;
    top: 30%;
    background: white;
    padding: 20px;
    border-radius: 16px;
    max-width: 90%;
  }
  .respo_label .price_string[data-price-value="0"] {
    display: none !important;
  }
  .product[data-showpricelvl="1"] .price_string[data-price-lvl]:not([data-price-lvl="1"]) {
    display: none;
  }
  .product[data-showpricelvl="2"] .price_string[data-showpricelvl="3"],
  .product[data-showpricelvl="2"] .price_string[data-price-lvl="2"] ~ .price_string {
    display: none;
  }
  .product[data-showpricelvl="3"] .price_string[data-price-lvl="3"] ~ .price_string {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .slick-slider .slick-dots {
    margin-bottom: -16px;
  }
  .subpage_subheader .wrap_inner {
    height: 106px;
  }
  .page_char_detail .subpage_subheader .wrap_inner {
    height: auto;
    min-height: 106px;
  }
  .form_wrap .form_left {
    width: calc(60% - 10px);
  }
  .form_wrap .form_right {
    width: calc(40% - 10px);
  }
  .form_wrap .attr {
    width: 100%;
  }
  .blog_main_middle .middle {
    width: calc(60% - 10px);
  }
  .blog_main_middle .right {
    width: calc(40% - 10px);
  }
  .articles_wrap.type_normal img {
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
  }
  .articles_wrap .article_text_wrap {
    padding: 0;
  }
  .page_home {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_home .main_slider {
    order: -2;
  }
  .page_home .products_wrap {
    order: -1;
    overflow: hidden;
  }
  .page_home .products_wrap .swords_wrap {
    display: none;
  }
  .page_home .infos_wrap {
    background: #f0f0f0;
  }
  .page_about-us .middle {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_about-us .infos_wrap {
    order: 2;
  }
  .order_configuration #checkoutConfig {
    overflow-y: auto;
    display: block;
  }
  .order_configuration #checkoutConfig .checkout_products,
  .order_configuration #checkoutConfig .checkout_fields {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .order_configuration #checkoutConfig .checkout_products {
    background: transparent;
    border-bottom: 2px solid #d5d5d5;
  }
  .attribute_image_wrapper[data-adminname="Pommel03"] {
    margin-top: 2px;
  }
}
@media screen and (max-width: 700px) {
  .wp-block-media-text.alignwide .wp-block-media-text__media {
    height: 100%;
  }
  .subpage_subheader {
    overflow: visible;
  }
  .subpage_subheader .wrap_inner {
    overflow: visible;
  }
  .subpage_subheader .back_link,
  .subpage_subheader .fb_link {
    bottom: -35px;
    color: #000;
  }
  .subpage_subheader .back_link::before {
    background-position-x: -25px;
  }
  .subpage_subheader .fb_link::before {
    background-position-x: -79px;
  }
  .list_products {
    display: -webkit-flex;
    display: flex;
  }
  .list_products .list_product_item {
    width: 49%;
  }
  .list_products .list_product_item:nth-child(n) {
    margin: 0 2% 2% 0;
  }
  .list_products .list_product_item:nth-child(2n) {
    margin-right: 0;
  }
  .list_products .list_product_item:last-child {
    margin: auto;
  }
  .list_products .list_product_title {
    font-size: 5vw;
  }
  .page_char_detail .product_detail_top .wrap_inner {
    display: block;
  }
  .page_char_detail .product_infos_wrap {
    padding-left: 0;
  }
  .infos_wrap .info_wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
  }
  .infos_wrap .info_wrap:last-child {
    margin-bottom: 0;
  }
  .infos_wrap .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .hto_wrap {
    margin-bottom: 40px;
  }
  .hto_wrap:last-child {
    margin-bottom: 0;
  }
  .hto_wrap:nth-child(n) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hto_wrap:nth-child(n) .title_wrap::before {
    top: 100%;
    width: 100%;
    left: 0;
    height: 55px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
    clip-path: polygon(0 0, 100% 0, 50% 50%);
  }
  .hto_wrap .title_wrap {
    width: 100%;
    margin-bottom: 45px;
    padding: 20px 20px 0px;
  }
  .hto_wrap .title {
    font-size: 3rem;
    text-align: center;
  }
  .hto_wrap .title br {
    display: none;
  }
  .hto_wrap .icon {
    display: none;
  }
  .hto_wrap .text_wrap {
    width: 100%;
    padding: 0;
  }
  .form_wrap .form_left {
    width: 100%;
  }
  .form_wrap .form_right {
    width: 100%;
  }
  .form_wrap .attr {
    width: 100%;
  }
  .blog_main_middle .middle {
    width: 100%;
  }
  .blog_main_middle .right {
    margin-top: 50px;
    width: 100%;
  }
  .main_slider_inner .main_slide .text_wrap {
    padding: 0 20px;
  }
  .main_slider_inner .main_slide .title {
    font-size: calc(45px + 1vw);
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.alignwide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__media {
    margin-bottom: 30px;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__media:nth-child(2) {
    order: 1;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__content {
    padding: 0;
  }
  .footer {
    font-size: 1.5rem;
  }
  .footer .footer_menu a {
    padding: 0 15px;
  }
  .comments_wrap .comments_wrap_inner {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .page_contact .middle .wrap_inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contact .middle .img_wrap,
  .page_contact .middle .text_wrap {
    width: 100%;
  }
  .page_contact .middle .text_wrap {
    margin-bottom: 45px;
  }
  .page_contact .middle .img_wrap {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .articles_wrap.type_icon .article_wrap .article_img {
    margin-bottom: 20px;
    background-color: transparent;
  }
  .articles_wrap.type_normal .article_wrap:nth-child(n),
  .articles_wrap.type_icon .article_wrap:nth-child(n) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .articles_wrap .article_img,
  .articles_wrap .article_text_wrap {
    width: 100%;
  }
  .articles_wrap .article_img {
    margin-bottom: 23px;
  }
  .order_configuration .subpage_subheader h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .page_home .products_wrap .wrap_inner {
    overflow: visible;
  }
  .page_home .products_wrap .list_products {
    overflow: visible;
  }
  .page_home .products_wrap .list_products .list_product_item {
    width: 100%;
    margin: auto;
  }
  .page_home .products_wrap .list_products .list_product_item + .list_product_item {
    display: none;
  }
  .page_home .products_wrap .list_products .list_product_title {
    font-size: 7.8vw;
  }
  .page_home .products_wrap .list_products img {
    height: 100%;
    width: 100%;
    webkit-object-fit: cover;
    object-fit: cover;
  }
  .page_home .products_wrap .slick-slider .slick-track,
  .page_home .products_wrap .slick-slider .slick-list {
    width: 100%;
    overflow: visible;
  }
  .page_home .products_wrap .slick-slider .slick-list {
    padding: 0 8%;
  }
  .page_home .products_wrap .slick-slider .slick-slide {
    margin: 0 10px;
  }
  .page_home .products_wrap .slick-slider .slick-slide + .slick-slide {
    display: block;
  }
  .page_home .products_wrap .slick-slider button {
    background: rgba(255, 255, 255, 0.2);
  }
  .page_home .products_wrap .slick-slider li.slick-active button {
    background: #fff;
  }
  .footer .footer_menu {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .footer .footer_menu li {
    width: 50%;
  }
  #form {
    min-height: calc(140px + 47px*var(--count-products));
  }
  .infos_wrap .info_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
  }
  .infos_wrap .icon {
    margin: 0;
  }
  #configurator.show_sum .done_button {
    height: 36px;
    line-height: 35px;
  }
  .order_configuration .product_counter .thumb.add_product:not(:only-child) {
    bottom: 76px;
    height: 36px;
    line-height: 35px;
  }
  .order_configuration .product_counter .thumb.add_product:not(:only-child)::before {
    line-height: inherit;
  }
}
@media screen and (max-width: 440px) {
  .order_configuration .subpage_subheader h1 {
    font-size: 3.9vw;
  }
  .order_configuration #checkoutConfig .attr {
    width: 100%;
  }
  .product_counter .thumb:not(.add_product) {
    display: none;
  }
  .order_configuration a.save_img {
    top: 62px;
    right: 15px;
  }
  .switch_product_counter {
    position: fixed;
    top: 12px;
    left: 45px;
    height: 36px;
    line-height: 35px;
    opacity: 1;
    padding: 0 10px;
    margin: 0;
    border-radius: 120px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border: 1px solid #EAEAEA;
    justify-content: center;
    z-index: 20;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    overflow: visible;
  }
  #configurator[data-count-items="0"] .switch_product_counter,
  #configurator[data-count-items="1"] .switch_product_counter {
    display: none;
  }
  .main_image:empty ~ .switch_product_counter {
    display: none;
  }
  .switch_product_counter_close {
    position: fixed;
    top: 8px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 120px;
    background: #fff;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .switch_product_counter_close::before,
  .switch_product_counter_close::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background: #000;
  }
  .switch_product_counter_close::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body.show_product_counter #configurator .right,
  body.show_product_counter #configurator .main_image,
  body.show_product_counter .save_config,
  body.show_product_counter .header .wrap_inner,
  body.show_product_counter #configurator.show_sum .done_button,
  body.show_product_counter .main_menu_resp_icon,
  body.show_product_counter .product_counter .add_product {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  body.show_product_counter .switch_product_counter_close {
    display: block;
  }
  body.show_product_counter #form_config .switch_product_counter {
    display: none;
  }
  body.show_product_counter #form_config .product_counter .thumb {
    display: block;
  }
  .important_info_replacement {
    top: 120px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 720px) {
  #configurator .main_image_wrapper {
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) and (max-height: 620px) {
  #configurator .main_image_wrapper {
    max-width: 270px;
  }
}
@media screen and (max-width: 900px) and (max-height: 620px) {
  #configurator .main_image_wrapper {
    max-width: 270px;
  }
}
@media screen and (max-width: 900px) and (max-height: 580px) {
  #configurator .main_image_wrapper {
    max-width: 230px;
  }
  .order_configuration .product_image .attribute_image_wrapper .arrow::before {
    width: 12px;
    height: 12px;
    border-width: 4px 4px 0 0;
  }
  .order_configuration .product_image .attribute_image_wrapper .arrow.arrow_prev {
    left: -30px;
  }
  .order_configuration .product_image .attribute_image_wrapper .arrow.arrow_next {
    right: -30px;
  }
}
@media screen and (max-width: 900px) and (max-height: 505px) {
  #configurator .main_image_wrapper {
    max-width: 190px;
  }
}
@media screen and (max-width: 860px) and (orientation: landscape) {
  .portrait_view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #766D68;
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 60px;
    font-weight: 600;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 380px) {
  #configurator .main_image_wrapper {
    width: 310px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-arming"] {
    margin-top: 0px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel03"] {
    margin: -3px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-montage-new"] {
    margin: -2px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-standard"] {
    margin: 2px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-katana-xl"] {
    margin: 1px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-xl"] {
    margin: 1px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-katana-waki"] {
    margin: 0 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-katana-waki"] {
    margin: 1px 0 0 0;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Crossguard-rapier"] {
    margin: 0px 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Handle-rapier"] {
    margin: 0 0 0 1px;
  }
  .attribute_image_wrapper.slick-slider[data-adminname="Pommel-rapier"] {
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  .list_products .list_product_item {
    width: 100%;
  }
  .list_products .list_product_item:nth-child(n) {
    margin: 0 0 15px;
  }
  .list_products .list_product_title {
    font-size: 9vw;
  }
  .order_configuration .save_config {
    right: 65px;
  }
  .order_configuration .save_img {
    right: 106px;
    padding: 0 8px 0 28px;
  }
}
#wpadminbar {
  display: none !important;
}
html {
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */