@charset "UTF-8";
@font-face {
  font-family: "WorkSans";
  src: url("/public/styles/fonts/WorkSans-Thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/public/styles/fonts/WorkSans-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/public/styles/fonts/WorkSans-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/public/styles/fonts/WorkSans-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("/public/styles/fonts/BebasNeue.woff2") format("woff2"), url("/public/styles/fonts/BebasNeue.woff") format("woff");
}
@font-face {
  font-family: "BebasNeue";
  src: url("/public/styles/fonts/BebasNeue-Bold.woff2") format("woff2"), url("/public/styles/fonts/BebasNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("/public/styles/fonts/BebasNeue-Light.woff2") format("woff2"), url("/public/styles/fonts/BebasNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("/public/styles/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/public/styles/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "WorkSans";
  color: #888888;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 350px;
  background: #191e1f url("./assets/background-stripe.jpg") repeat;
}
body.development-stage::before {
  content: "STAGE";
  position: fixed;
  top: -25px;
  left: -230px;
  width: 500px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #d80f0f;
  border-bottom: 5px dashed #ffb900;
  color: #ffb900;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  padding: 50px 0 10px;
  z-index: 999;
}

.wrap-bg-green {
  background-color: #b19770;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #b19770;
  font-family: BebasNeue;
  font-weight: normal;
  line-height: 130%;
}

h1 {
  font-size: 5rem;
}

a {
  color: #b19770;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:hover {
  color: #f6eed4;
}

img.transparent {
  mix-blend-mode: multiply;
}

strong,
.text-strong {
  font-weight: 500;
}

ol, ul {
  padding-left: 20px;
}

.btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

hr {
  border-top-color: #b19770;
}

.btn-primary {
  background-color: #b19770;
  border-color: #b19770;
}
.btn-primary:hover {
  background-color: #baa381;
  border-color: #baa381;
}

.color-danger {
  color: #d80f0f;
}

.nowrap {
  white-space: nowrap;
}

.wrap-all {
  word-break: break-all;
}

.text-uppercase {
  text-transform: uppercase;
}

td.min-width {
  width: 1%;
}

.table input {
  background: #eee;
  padding: 0 10px;
}
.table input.count {
  width: 60px;
  text-align: right;
}

.container .container {
  width: auto;
  padding: 0;
}

.container.homepage-video {
  margin-top: -30px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.wcrc-disable > .container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wcrc-disable > .container > .row {
  margin: 0 !important;
}

.wcrc-disable > .container > .row > .col-xs-1, .wcrc-disable > .container > .row > .col-xs-2, .wcrc-disable > .container > .row > .col-xs-3, .wcrc-disable > .container > .row > .col-xs-4, .wcrc-disable > .container > .row > .col-xs-5, .wcrc-disable > .container > .row > .col-xs-6, .wcrc-disable > .container > .row > .col-xs-7, .wcrc-disable > .container > .row > .col-xs-8, .wcrc-disable > .container > .row > .col-xs-9, .wcrc-disable > .container > .row > .col-xs-10, .wcrc-disable > .container > .row > .col-xs-11, .wcrc-disable > .container > .row > .col-xs-12, .wcrc-disable > .container > .row > .col-sm-1, .wcrc-disable > .container > .row > .col-sm-2, .wcrc-disable > .container > .row > .col-sm-3, .wcrc-disable > .container > .row > .col-sm-4, .wcrc-disable > .container > .row > .col-sm-5, .wcrc-disable > .container > .row > .col-sm-6, .wcrc-disable > .container > .row > .col-sm-7, .wcrc-disable > .container > .row > .col-sm-8, .wcrc-disable > .container > .row > .col-sm-9, .wcrc-disable > .container > .row > .col-sm-10, .wcrc-disable > .container > .row > .col-sm-11, .wcrc-disable > .container > .row > .col-sm-12, .wcrc-disable > .container > .row > .col-md-1, .wcrc-disable > .container > .row > .col-md-2, .wcrc-disable > .container > .row > .col-md-3, .wcrc-disable > .container > .row > .col-md-4, .wcrc-disable > .container > .row > .col-md-5, .wcrc-disable > .container > .row > .col-md-6, .wcrc-disable > .container > .row > .col-md-7, .wcrc-disable > .container > .row > .col-md-8, .wcrc-disable > .container > .row > .col-md-9, .wcrc-disable > .container > .row > .col-md-10, .wcrc-disable > .container > .row > .col-md-11, .wcrc-disable > .container > .row > .col-md-12, .wcrc-disable > .container > .row > .col-lg-1, .wcrc-disable > .container > .row > .col-lg-2, .wcrc-disable > .container > .row > .col-lg-3, .wcrc-disable > .container > .row > .col-lg-4, .wcrc-disable > .container > .row > .col-lg-5, .wcrc-disable > .container > .row > .col-lg-6, .wcrc-disable > .container > .row > .col-lg-7, .wcrc-disable > .container > .row > .col-lg-8, .wcrc-disable > .container > .row > .col-lg-9, .wcrc-disable > .container > .row > .col-lg-10, .wcrc-disable > .container > .row > .col-lg-11, .wcrc-disable > .container > .row > .col-lg-12 {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.top-info-line {
  background: #b19770;
  color: #191e1f;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 5px 10px;
}

.header-line {
  background: #191e1f;
  text-align: right;
  padding: 15px 50px;
}
.header-line a {
  color: #888888;
  text-decoration: none;
}
.header-line a:hover {
  color: #b19770;
}
.header-line .search-button-wrapper {
  position: relative;
  padding-right: 50px;
}
.header-line .search-button-wrapper .button {
  cursor: pointer;
}
.header-line .search-button-wrapper .button:hover {
  color: #b19770;
}
.header-line .search-button-wrapper .box {
  position: absolute;
  top: 40px;
  right: 0;
  width: 480px;
  background: #b19770;
  color: #fff;
  padding: 20px;
  z-index: 900;
}
.header-line .search-button-wrapper .box .form-control {
  height: 46px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
.header-line .search-button-wrapper .box .btn.btn-default {
  height: 46px;
  background: rgba(25, 30, 31, 0.4);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-line .search-button-wrapper .box .btn.btn-default:hover {
  background: rgba(25, 30, 31, 0.8);
}
.header-line .search-button-wrapper .box .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.header-line .search-button-wrapper .box .radios label {
  font-weight: 200;
  margin-bottom: 0;
}
.header-line .search-button-wrapper .box .radios input {
  margin: 0 5px 0 0;
}
.header-line .shopping-cart {
  padding-left: 50px;
}
.header-line .lang {
  padding-left: 50px;
}
.header-line .lang a.active {
  color: #b19770;
}
.header-line .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;
  background: #b19770;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  padding: 5px 0;
  margin: 10px 0 0;
  z-index: 1000;
}
.header-line .user-dropdown > li > a {
  display: block;
  color: #fff;
  font-weight: 200;
  white-space: nowrap;
  padding: 5px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-line .user-dropdown > li > a i {
  padding-right: 5px;
}
.header-line .user-dropdown > li > a:hover {
  background: rgba(25, 30, 31, 0.5);
}
@media (max-width: 767px) {
  .header-line {
    display: none;
  }
}

.header-line-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #191e1f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-line-xs > a {
  width: 33.333333%;
  color: #888888;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}
.header-line-xs > a:hover {
  color: #b19770;
}
@media (min-width: 768px) {
  .header-line-xs {
    display: none;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  padding: 5px 50px 0;
  margin-bottom: 30px;
}
.header .logo,
.header .menu-websites {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .header {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  .header .menu-websites {
    padding: 0;
  }
}

.breadcrumb {
  background: none;
  border: 0;
  border-bottom: 1px solid #191e1f;
  border-radius: 0;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.breadcrumb.breadcrumb-pages {
  padding: 10px 50px;
  margin: -30px 0 30px;
}
.breadcrumb a {
  color: #888888;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #b19770;
}
@media (max-width: 767px) {
  .breadcrumb.breadcrumb-pages {
    margin-top: -20px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #191e1f;
  padding-top: 50px;
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}
.footer .footer-inner > div {
  padding: 10px 15px;
}
.footer .footer-inner .logo {
  width: 100%;
  padding-bottom: 40px;
}
.footer .footer-inner .logo img {
  margin: 0 auto;
}
.footer .footer-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .footer-inner a:hover {
  color: #fff;
}
.footer .footer-inner i {
  font-size: 26px;
  padding-right: 10px;
}
.footer .footer-copyright {
  color: #b19770;
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer .footer-copyright a:hover {
  color: #fff;
}

.flash-message {
  border: 2px solid #b19770;
  color: #b19770;
  font-weight: 400;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.flash-message.flash-message-danger {
  border-color: #d80f0f;
  color: #d80f0f;
}

.custom-nav-tabs {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-nav-tabs {
    border: 0;
  }
  .custom-nav-tabs > li {
    width: 100%;
    margin-bottom: 1px;
  }
  .custom-nav-tabs > li > a {
    background: #eee;
    border: 0;
    border-radius: 0;
    color: #888888;
    margin: 0;
  }
  .custom-nav-tabs > li > a:hover {
    background: #b19770;
    border: 0;
    color: #fff;
  }
  .custom-nav-tabs > li.active a {
    background: #b19770;
    border: 0;
    color: #fff;
  }
  .custom-nav-tabs > li.active a:hover {
    background: #b19770;
    border: 0;
    color: #fff;
  }
}

.system-form {
  margin-bottom: 20px;
}
.system-form fieldset {
  margin-bottom: 15px;
}
.system-form legend {
  margin-bottom: 10px;
  font-size: 18px;
  color: #888888;
  border-bottom-color: #888888;
}
.system-form input:not([type=checkbox]):not([type=radio]),
.system-form select {
  width: 300px;
  border: 1px solid #2c3230;
  padding: 0 5px;
}
.system-form input:not([type=checkbox]):not([type=radio])[type=submit],
.system-form select[type=submit] {
  background: #b19770;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px;
}
.system-form input[type=checkbox],
.system-form input[type=radio] {
  margin-right: 5px;
}
.system-form .error {
  color: #d80f0f;
}
@media (min-width: 768px) {
  .system-form label {
    min-width: 160px;
    text-align: right;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .system-form label {
    margin-bottom: 0;
  }
  .system-form input:not([type=checkbox]):not([type=radio]),
.system-form select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.cart-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.cart-links > span, .cart-links > a {
  border: 1px solid #2c3230;
  color: #888888;
  text-decoration: none;
  padding: 5px 20px;
  margin-right: 10px;
}
.cart-links > span.active, .cart-links > a.active {
  background: #b19770;
  border-color: #b19770;
  color: #fff;
}
.cart-links > a:hover {
  border-color: #b19770;
  color: #b19770;
}
@media (max-width: 767px) {
  .cart-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-links > span, .cart-links > a {
    width: 100%;
    margin: 0 0 10px;
  }
}

/* CONFIGURATOR*/
#configurator {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
#configurator .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 0;
  color: #888888;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
  white-space: normal;
  padding: 0;
  margin-bottom: 10px;
}
#configurator .label h3 {
  width: 40%;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
#configurator .label h3:before {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #b19770;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-right: 5px;
}
#configurator .label h3.required {
  font-weight: 500;
}
#configurator .label > a {
  width: 60%;
  border: 1px solid #ddd;
  text-decoration: none;
  padding: 0 10px;
}
#configurator .label > input {
  width: calc(20% - 10px);
  border: 1px solid #ddd;
  text-align: right;
  padding: 0 10px;
  margin-right: 10px;
}
#configurator .label > input ~ span {
  width: 20%;
}
#configurator .label ul.controls {
  width: 100%;
  list-style: none;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 10px;
}
#configurator .label ul.controls li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#configurator .label ul.controls li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#configurator .label ul.controls li label {
  color: #b19770;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 0;
}
#configurator .label ul.controls li .invisible {
  visibility: visible;
  color: #888888;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
}

#sort-box label {
  font-weight: 400;
  margin-bottom: 0;
}
#sort-box select {
  border: 1px solid #ddd;
}

#results input[name=share-url] {
  width: 100%;
  border: 1px dashed #2c3230;
  padding: 5px 10px;
}
#results > p {
  margin-bottom: 0;
}

.table-responsive {
  margin-bottom: 20px;
}
.table-responsive table {
  max-width: unset;
}
.table-responsive .price {
  white-space: nowrap;
}
.table-responsive.gradient td:first-child {
  position: relative;
}
.table-responsive.gradient td:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 60px);
  height: 100%;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 10;
}

.product_heading {
  display: flex;
  margin-bottom: 2rem;
}
.product_heading > .basic_info {
  width: 40%;
}
.product_heading > .description {
  width: 60%;
}
.product_heading > .description .moreinfo {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .product_heading {
    flex-direction: column;
  }
  .product_heading > .section {
    width: 100%;
  }
  .product_heading > .section.description {
    margin: 1rem 0;
  }
}

/* product detail*/
#configuration.unavailable {
  opacity: 0.4;
  pointer-events: none;
}

.product-page-fixed-link {
  position: fixed;
  bottom: 0;
  left: calc(50% - 277px);
  width: 847px;
  height: 50px;
  line-height: 50px;
  background: #b19770;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.product-page-fixed-link:hover {
  background: #191e1f;
  color: #fff;
}
.product-page-fixed-link:focus {
  color: #fff;
}
@media (max-width: 1199px) {
  .product-page-fixed-link {
    left: calc(50% - 227px);
    width: 697px;
  }
}
@media (max-width: 991px) {
  .product-page-fixed-link {
    left: calc(50% - 360px);
    width: 720px;
  }
}
@media (max-width: 767px) {
  .product-page-fixed-link {
    left: 0;
    width: 100%;
  }
}

.motor_bookmarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2c3230;
  margin-bottom: 20px;
}
.motor_bookmarks p {
  background: #eee;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0 7px 0 0;
  cursor: pointer;
}
.motor_bookmarks p:hover {
  color: #b19770;
}
@media (max-width: 767px) {
  .motor_bookmarks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .motor_bookmarks p {
    width: 100%;
    margin: 0 0 1px;
  }
}

.motor_container h2 {
  font-size: 20px;
  font-weight: 400;
}
.motor_container .variant_border {
  border: 1px solid #ddd;
  padding: 15px;
}
.motor_container .variant_border h3 {
  color: #b19770;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.motor_container .variant_border table {
  width: 100%;
}
.motor_container .variant_border table .first {
  width: 1%;
}
.motor_container .variant_border table label {
  font-weight: 300;
  margin: 0;
}
.motor_container .variant_border table label a:after {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #5c6864;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-left: 5px;
}
.motor_container .variant_border table label a.active:after {
  background: #b19770;
}
.motor_container .variant_border table .price {
  text-align: right;
}
.motor_container .variant_border .chosen_part {
  background: #eee;
  padding: 5px 10px;
}
.motor_container .variant_border .chosen_part .motor_slidedown_price {
  float: right;
}
.motor_container .variant_border .motor_slidedown_note {
  font-size: 14px;
  font-style: italic;
  padding-left: 10px;
}
.motor_container .motor_other_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.motor_container .motor_other_images > div {
  width: calc(25% - 10px);
  text-align: center;
  margin: 5px;
}

.floating_info {
  margin-top: 20px;
}
.floating_info table {
  background: #b19770;
  border-color: #fff !important;
  color: #fff;
}
.floating_info table td {
  background: #b19770;
  border-color: #fff !important;
}
.floating_info button {
  background: #fff;
  border: 0;
  color: #191e1f;
  padding: 5px 50px;
}
.floating_info button:hover {
  background: #191e1f;
  color: #fff;
}

.product-summary-table {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
.product-summary-table .line {
  background: #b19770;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
}
.product-summary-table .line.summary-table-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-summary-table .line.summary-table-heading .code {
  line-height: 120%;
  padding-top: 5px;
}
.product-summary-table .pull-left {
  padding-right: 15px;
}
.product-summary-table button {
  display: inline-block;
  background: #b19770;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 40px;
  margin-top: 20px;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-summary-table button:hover, .product-summary-table button:focus {
  background: #9a7e54;
}

/* goods compare*/
.compare-form-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  margin: 20px 5px;
}
.compare-form-wrapper label {
  min-width: 100px;
  font-weight: 500;
}
.compare-form-wrapper select {
  background: #fff;
  border: 1px solid #ddd;
}
.compare-form-wrapper input[type=submit] {
  background: #b19770;
  border-radius: 4px;
  color: #fff;
  padding: 0 10px;
  outline: none;
}
.compare-form-wrapper input[type=submit]:hover {
  background: #191e1f;
}
.compare-form-wrapper .error {
  color: #d80f0f;
}

.compare-motors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.compare-motors > div {
  width: calc(33.333333% - 10px);
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 110%;
  padding: 10px;
  margin: 5px;
}
.compare-motors > div h3 {
  color: #b19770;
  font-weight: 400;
  margin: 0;
}
.compare-motors > div hr {
  border-top-color: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
.compare-motors > div table {
  border-bottom: 1px solid #ddd;
}
.compare-motors > div table td {
  line-height: 110%;
  padding: 5px 0;
}
.compare-motors > div table td:first-child {
  font-weight: 500;
  padding-right: 10px;
}

.hp-video {
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  overflow: hidden;
  margin: -30px auto 0;
}
.hp-video .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(25, 30, 31, 0.7);
  z-index: 2;
}
.hp-video .content .inner {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-video .content .inner .heading {
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  font-weight: 200;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.hp-video .content .inner .text {
  color: #fff;
  font-size: 22px;
  line-height: 150%;
  font-weight: 200;
}
.hp-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hp-video .video-slide-down {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-decoration: none !important;
  z-index: 900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hp-video .video-slide-down:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1450px) {
  .hp-video {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .hp-video {
    height: 550px;
  }
  .hp-video .content .inner .heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hp-video .content .inner .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hp-video {
    height: 430px;
  }
  .hp-video .content {
    padding-bottom: 60px;
  }
  .hp-video .content .inner .heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hp-video .content .inner .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hp-video {
    height: 310px;
    margin-top: -20px;
  }
  .hp-video .content {
    padding-bottom: 0;
  }
  .hp-video .content .inner {
    padding-bottom: 0;
  }
  .hp-video .content .inner .heading {
    font-size: 20px;
  }
  .hp-video .video-slide-down {
    display: none;
  }
}
@media (max-width: 550px) {
  .hp-video {
    height: auto;
  }
  .hp-video .content {
    background: url(/public/video/hp-video-image.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 40px 20px 30px;
  }
  .hp-video .content .inner .text {
    line-height: 120%;
  }
  .hp-video video {
    display: none;
  }
}

.cleaner {
  clear: both;
}

/* ------------------------- */
/* ---- DROPLETS & CMS ----- */
/* ------------------------- */
table.mce-item-table {
  width: 100%;
  color: #888888;
  line-height: 2.5em;
  /* RESPONSIVE TABLE*/
}
table.mce-item-table thead {
  border-bottom: 1px solid #b19770;
  color: #b19770;
  line-height: 1.5em;
}
table.mce-item-table thead td {
  min-width: 50px;
  padding-right: 30px;
  padding-bottom: 5px;
}
table.mce-item-table tbody td {
  min-width: 50px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  table.mce-item-table thead td {
    padding-right: 10px;
  }
  table.mce-item-table tbody td {
    padding-right: 5px;
  }
}
table.mce-item-table .st-head-row {
  border-top: 1px solid #ddd;
  color: #b19770;
  font-weight: 400;
  padding-top: 5px;
}
table.mce-item-table .st-head-row-main {
  display: none;
}
table.mce-item-table .st-key {
  font-weight: 500;
  padding-right: 15px;
}
table.mce-item-table .st-val {
  padding-right: 0;
}
table.mce-item-table.stacktable.large-only {
  display: table;
}
table.mce-item-table.stacktable.small-only {
  display: none;
}
@media (max-width: 767px) {
  table.mce-item-table.stacktable.large-only {
    display: none;
  }
  table.mce-item-table.stacktable.small-only {
    display: table;
  }
  table.mce-item-table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.portfolio-box {
  margin: 10px -15px;
}
@media (max-width: 767px) {
  .portfolio-box {
    margin: 10px 0;
  }
}
.portfolio-box .inner {
  display: block;
  position: relative;
  height: 250px;
  border: 1px solid #ddd;
  margin-left: -1px;
  overflow: hidden;
}
.portfolio-box .inner .inner-image {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.portfolio-box .inner .image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1000px;
  margin-top: -500px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.portfolio-box .inner .image img {
  min-width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-box .inner .hover-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.portfolio-box .inner .hover-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 50%;
  background: rgba(177, 151, 112, 0.8);
  font-family: "Open Sans";
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-transform: scale(0.5) rotate(-15deg);
  transform: scale(0.5) rotate(-15deg);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0.87, 0.68, 1.2);
  transition: all 0.4s cubic-bezier(0.28, 0.87, 0.68, 1.2);
}
.portfolio-box .content {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #fff;
}
.portfolio-box .content p {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  text-align: center;
  line-height: 160%;
  margin: 0;
  padding: 15px 20px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.portfolio-box .content .arrow {
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-box .content .arrow-hide {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 15px;
  margin-left: -25px;
  background: #fff;
}
.portfolio-box a:hover .hover-bg {
  opacity: 0.4;
}
.portfolio-box a:hover .hover-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 0.8;
}
.portfolio-box a:hover .content p {
  color: #b19770;
}

.droplet__image-round {
  text-align: center;
}
.droplet__image-round .inner {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

/* copy this to admin! */
h2.heading-with-line {
  display: table;
  color: #b19770;
  white-space: nowrap;
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  overflow: hidden;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
h2.heading-with-line:before, h2.heading-with-line:after {
  content: "";
  position: relative;
  top: 0.5em;
  width: 50%;
  display: table-cell;
  border-top: 1px solid #b19770;
}
h2.heading-with-line:before {
  right: 30px;
}
h2.heading-with-line:after {
  left: 30px;
}
@media (max-width: 767px) {
  h2.heading-with-line {
    display: block;
    font-size: 28px;
    white-space: normal;
  }
  h2.heading-with-line:before, h2.heading-with-line:after {
    display: none;
  }
}

h2.custom-heading {
  display: block;
  background: #b19770;
  color: #fff;
  padding: 10px 20px;
}

.image-linkbox {
  display: block;
  margin-bottom: 30px;
}
.image-linkbox .image {
  background: #EFEFEF;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.image-linkbox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.image-linkbox a {
  position: relative;
  display: block;
  border-bottom: 1px solid #b19770;
  color: #888888;
  font-size: 17px;
  line-height: 110%;
  font-weight: 300;
  text-decoration: none !important;
  padding: 6px 20px 6px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-linkbox a.shopping-cart:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  color: #b19770;
  font-size: 18px;
  line-height: 100%;
  margin-top: -9px;
}
.image-linkbox a:hover {
  color: #b19770;
}
.image-linkbox .image + a {
  background: #b19770;
  border: 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  padding: 10px 55px 10px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-linkbox .image + a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-left: 2px solid #fff;
  font-size: 40px;
  line-height: 100%;
  padding: 10px 15px;
}
.image-linkbox .image + a:hover {
  background: #2c3230;
  color: #fff;
}
@media (max-width: 1199px) {
  .image-linkbox a {
    font-size: 16px;
  }
  .image-linkbox .image + a {
    font-size: 15px;
    padding: 10px 35px 10px 15px;
  }
  .image-linkbox .image + a:after {
    font-size: 30px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .image-linkbox .image + a {
    font-size: 18px;
  }
}

/* admin end */
.wrap-configurator-bg {
  /*background: $light-background url(/public/images/wrap-configurator-bg-image.jpg);
  background-repeat: no-repeat;
  background-position: left calc(50% + 800px) bottom -400px;*/
  background-color: #f6eed4;
}
.wrap-configurator-bg h2 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 5px;
  margin: 0;
}
.wrap-configurator-bg h3 {
  font-size: 30px;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-configurator-bg h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .wrap-configurator-bg h3 {
    font-size: 22px;
  }
}

.custom-button {
  display: inline-block;
  background: none;
  border: 1px solid #b19770;
  color: #b19770;
  text-decoration: none !important;
  padding: 5px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-button:hover {
  background: #b19770;
  color: #fff;
}

.hp-products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hp-products-box a {
  width: 20%;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: cover !important;
  color: #fff;
  text-decoration: none !important;
  font-size: 26px;
  line-height: 120%;
  font-weight: 200;
  text-align: center;
}
.hp-products-box a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 420px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-products-box a .content .custom-button {
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  margin-top: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hp-products-box a.bg-electric-motors {
  background-image: url(/public/images/box-image-electric-motor.jpg);
}
.hp-products-box a.bg-gear-boxes {
  background-image: url(/public/images/box-image-gear-box.jpg);
}
.hp-products-box a.bg-frequency-converters {
  background-image: url(/public/images/box-image-frequency-converter.jpg);
}
.hp-products-box a.bg-softstarters {
  background-image: url(/public/images/box-image-softstarter.jpg);
}
.hp-products-box a.bg-couplings {
  background-image: url(/public/images/box-image-coupling.jpg);
}
.hp-products-box a:hover .content {
  background: rgba(177, 151, 112, 0.8);
}
.hp-products-box a:hover .content .custom-button {
  border-color: #fff;
  color: #fff;
}
.hp-products-box a:hover .content .custom-button:hover {
  background: none;
}
@media (max-width: 1199px) {
  .hp-products-box a {
    font-size: 20px;
  }
  .hp-products-box a .content {
    min-height: 300px;
    padding: 15px;
  }
  .hp-products-box a .content .custom-button {
    font-size: 14px;
    margin-top: 60px;
  }
}
@media (max-width: 850px) {
  .hp-products-box a {
    width: 33.333333%;
  }
  .hp-products-box a:nth-child(1), .hp-products-box a:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .hp-products-box a {
    width: 50%;
  }
  .hp-products-box a:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .hp-products-box a {
    width: 100% !important;
    border-bottom: 5px solid #fff;
  }
}

#alert {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 380px;
  background: #b19770;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  padding: 10px 10px 0;
  z-index: 999;
}
#alert strong, #alert b {
  font-weight: 500;
}
#alert label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alert label input {
  margin: 0 5px 0 0;
}

.wrap-hp-content-search {
  background: #b19770;
  color: #fff;
  padding: 60px 0;
}
.wrap-hp-content-search h2 {
  color: #fff;
}
.wrap-hp-content-search p {
  color: #fff;
}

.hp-content-search input {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #000;
  text-align: center;
  outline: none !important;
  padding: 0 15px;
  margin: 30px auto;
}
.hp-content-search input:focus {
  background: rgba(255, 255, 255, 0.6);
}
.hp-content-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hp-content-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hp-content-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hp-content-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hp-content-search button {
  display: inline-block;
  background: rgba(25, 30, 31, 0.3);
  font-size: 16px;
  line-height: 100%;
  padding: 15px 40px;
  outline: none !important;
}
.hp-content-search button:hover {
  background: rgba(25, 30, 31, 0.6);
}

#cookies-strip {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 290px;
  background: #fff;
  border: 2px solid #b19770;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  padding: 10px 20px;
  z-index: 999;
}
#cookies-strip .cookie-button {
  display: inline-block;
  background: #b19770;
  color: #fff;
  text-decoration: none !important;
  padding: 5px 10px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cookies-strip .cookie-button:hover, #cookies-strip .cookie-button:focus {
  background: #9a7e54;
}

.volume_limit_description {
  margin-top: 4rem;
}
.volume_limit_description strong {
  font-size: 2rem;
}

.home-image {
  min-height: calc(100vh - 20rem);
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .navbar.navbar-default {
    min-height: 0;
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0 0 0 20px;
  }
  .navbar.navbar-default .nav.navbar-nav {
    font-family: BebasNeue;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .navbar.navbar-default .nav.navbar-nav > li {
    margin-top: 15px;
  }
  .navbar.navbar-default .nav.navbar-nav > li > a {
    border-radius: 4px;
    color: #9e9e9e;
    font-size: 19px;
    letter-spacing: 1.5px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
  }
  .navbar.navbar-default .nav.navbar-nav > li > a.active {
    background-color: #6d4619;
  }
  .navbar.navbar-default .nav.navbar-nav > li > a:hover {
    color: #fff;
  }
  .navbar.navbar-default .nav.navbar-nav > li:hover > ul {
    display: block;
  }
  .navbar.navbar-default .dropdown-menu {
    width: 250px;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    padding: 10px 0 0;
    /* 3. level*/
  }
  .navbar.navbar-default .dropdown-menu > li > a {
    position: relative;
    background: #b19770;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 120%;
    letter-spacing: 1px;
    font-weight: normal;
    white-space: normal;
    padding: 8px 25px 8px 15px;
  }
  .navbar.navbar-default .dropdown-menu > li > a.dropdown-toggle:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
  }
  .navbar.navbar-default .dropdown-menu > li > a:hover {
    background: #9a7e54;
  }
  .navbar.navbar-default .dropdown-menu > li {
    position: relative;
  }
  .navbar.navbar-default .dropdown-menu > li:hover > ul {
    display: block;
  }
  .navbar.navbar-default .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    border-left: 1px solid rgba(177, 151, 112, 0.7);
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-default .navbar-collapse {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-default {
    background: none;
    border: 0;
    margin-bottom: 20px;
  }
  .navbar.navbar-default .navbar-toggle {
    background: #b19770;
    border-color: #b19770;
    border-radius: 0;
    padding: 7px 8px;
  }
  .navbar.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 0;
    height: 3px;
  }
  .navbar.navbar-default .navbar-brand {
    padding: 10px 15px;
  }
  .navbar.navbar-default .navbar-brand img {
    max-height: 30px;
  }
  .navbar.navbar-default .navbar-collapse {
    border: 0;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #9e9e9e;
  }
}

.link-box {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 0;
}
.link-box a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 80px;
  border: 1px solid #b19770;
  padding: 10px 60px 10px 10px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #b19770;
  font-size: 18px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.link-box .arrow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #f6eed4;
  color: #b19770;
  font-family: "Open Sans";
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
}
.link-box .arrow i {
  margin: 0 auto;
}
.link-box:hover a {
  background-color: #b19770;
  color: white;
  text-decoration: none;
}
.link-box:hover .arrow {
  color: #6d4619;
}

.icon-box {
  position: relative;
  border: 1px solid #ddd;
  padding: 40px 20px 10px;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}
.icon-box .icon {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 1px solid #b19770;
  background: #b19770;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.icon-box .icon .fa {
  color: #fff;
}
.icon-box button {
  padding: 2px 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  background: #fff;
  color: #b19770;
  font-size: 13px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.icon-box button:hover {
  border-color: #b19770;
  background: #b19770;
  color: #fff;
}
.icon-box a {
  text-decoration: none;
}
.icon-box a:hover {
  color: unset;
}

.icon-box.box-rounded {
  border-radius: 3px;
}

.icon-box.icon-round .icon {
  border-radius: 50%;
}

.icon-box.icon-rounded .icon {
  border-radius: 3px;
}

.catalogue {
  margin-top: 30px;
}
.catalogue .table-responsive {
  /*        &.stock_item {
              overflow: unset;
              position: relative;

              &::before {
                  background-repeat: no-repeat;
                  background-position: top left;
                  background-size: contain;
                  content: '';
                  position: absolute;
                  right: -45px;
                  height: 100%;
                  width: 50px;
                  transform: rotate(180deg);

                  @at-root[lang=cs] & {
                      background-image: url('/public/styles/assets/sale-cs.svg');
                  }
                  @at-root[lang=en] & {
                      background-image: url('/public/styles/assets/sale-en.svg');
                  }
              }

              > table {
                  border: 5px solid $darker-background;
              }
          }*/
}
@media (max-width: 767px) {
  .catalogue .table-responsive {
    border: 1px solid #2c3230;
  }
}
.catalogue > table {
  margin-bottom: 20px;
}
.catalogue > .table-responsive > table, .catalogue > table {
  width: 100%;
  border: 1px solid #6d4619;
}
.catalogue > .table-responsive > table > tbody > tr:first-child > td, .catalogue > table > tbody > tr:first-child > td {
  border-bottom: 1px solid #6d4619;
}
.catalogue > .table-responsive > table > tbody > tr:last-child > td, .catalogue > table > tbody > tr:last-child > td {
  border-bottom: 1px solid #6d4619;
}
.catalogue > .table-responsive > table > tbody > tr > td, .catalogue > table > tbody > tr > td {
  vertical-align: middle;
  padding: 10px;
}
.catalogue > .table-responsive > table > tbody > tr > td:not(:first-child), .catalogue > table > tbody > tr > td:not(:first-child) {
  border-left: 1px solid #6d4619;
}
.catalogue table.flags {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  font-size: 14px;
}
.catalogue table.flags tr.icons td {
  padding: 5px;
}
.catalogue > table.flags {
  border-collapse: collapse;
}

/* left eshop menu*/
.eshop-menu {
  margin-bottom: 30px;
}
.eshop-menu > ul {
  border: 1px solid #191e1f;
}
.eshop-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eshop-menu ul li {
  display: block;
}
.eshop-menu ul a {
  display: block;
  color: #888888;
  font-size: 15px;
  line-height: 115%;
  text-decoration: none !important;
  padding: 10px;
}
.eshop-menu ul li.menu_level_1 > a {
  background: #b19770;
  border-bottom: 0.5px solid #6d4619;
  color: #fff;
}
.eshop-menu ul li.menu_level_1 > a:hover {
  background: #9a7e54;
}
.eshop-menu ul li.menu_level_1 li.menu_level_2 {
  display: none;
}
.eshop-menu ul li.menu_level_1.menu_active li.menu_level_2 {
  display: block;
}
.eshop-menu ul li.menu_level_2 > a {
  background: #6d4619;
  border-bottom: 1px solid #191e1f;
  color: #f6eed4;
  padding-left: 20px;
}
.eshop-menu ul li.menu_level_2 > a:hover {
  background: #141716;
}
.eshop-menu ul li.menu_level_2 li.menu_level_3 {
  display: none;
}
.eshop-menu ul li.menu_level_2.menu_active > a {
  color: white;
  font-weight: 500;
}
.eshop-menu ul li.menu_level_2.menu_active li.menu_level_3 {
  display: block;
}
.eshop-menu ul li.menu_level_3 > a {
  background: rgba(44, 50, 48, 0.2);
  border-bottom: 1px solid #191e1f;
  padding-left: 30px;
}
.eshop-menu ul li.menu_level_3 > a:hover {
  background: rgba(44, 50, 48, 0.3);
}
.eshop-menu ul li.menu_level_3.menu_active > a {
  color: #b19770;
}

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