body.outlet .header_container {
  background-color: #000;
}

body.outlet .mainNav a {
  color: #fff;
}
body.outlet .mainNav a.active, body.outlet .mainNav a:hover {
  color: #edaf02;
}

body.outlet .lang_menu a {
  color: #fff;
}

body.outlet .lang_menu a:hover, body.outlet .lang_menu .active a {
  color: #edaf02;
}

body.outlet .logo a {
  background: url("../images/logoWhite.svg") no-repeat 0 0;
}

body.outlet .logo a.cssSvgFallback {
  background: url("../images/logoWhite.png") no-repeat 0 0;
}

body.outlet .nav_trigger .icon {
  color: #FFF;
}

.info_modal {
  display: flex;
  flex-direction: row;
}
.info_modal .grain {
  width: 50%;
}
.info_modal .dimensions {
  width: 100%;
}
.info_modal .dimensions img {
  max-width: unset;
}

.filters_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.filters_container .product_filter_row fieldset {
  border: none;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  padding: 10px;
}
.filters_container .product_filter_row fieldset legend {
  padding: 3px 6px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.filters_container .product_filter_row fieldset legend .infoButton {
  font-size: 23px;
  color: black;
}
.filters_container .product_filter_row fieldset .fs_content {
  padding-left: 20px;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper.fs_inner_columns {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .fs_column:first-child {
  width: 350px;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .fs_column:last-child {
  flex: 1 1 auto; /* take all remaining space */
  min-width: 0; /* important so content does not overflow */
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column {
  font-size: 14px;
  position: relative;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column .title {
  width: 100%;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column .inputs_container {
  display: flex;
  flex-direction: row;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column .inputs_container .input_wrapper {
  width: 50%;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column .inputs_container .input_wrapper input {
  width: 100%;
}
.filters_container .product_filter_row fieldset .fs_content .fs_inner_wrapper .dimensions_column .inputs_container .slash_until {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.jq_ui_slider_wrapper {
  padding: 0 20px 0 7px;
  margin: 10px 0 0 0;
}

/*.main_container { position:relative;height:100%;padding:0px !important;background: #FFF !important; }*/
.main_container {
  padding: 0 0 60px !important;
  background: #f5f5f5 url(../images/shadow_long.png) no-repeat 50% 0 !important;
}

article.main {
  padding-top: 10px;
}

/*#stock {background: #f5f5f5;}*/
.specials_note {
  position: relative;
  padding: 40px 70px 30px 40px;
  margin: 0 0 30px;
  border-top: 10px solid #edaf02;
  border-bottom: 10px solid #edaf02;
}

.specials_note h2 {
  font-size: 30px;
}

.specials_note p {
  margin: 0;
}

.specials_note_price {
  float: left;
  font-size: 90px;
  line-height: 1;
  color: #edaf02;
  font-weight: 700;
  margin: 0 30px 0 0;
}

.product_actions {
  margin-left: 0 !important;
}

.inlineBlock {
  display: inline-block;
}

/* Product filters */
.product_filters h1 {
  padding: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

.product_filters input[type=text], .product_filters select {
  background: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  height: 38px;
  padding: 10px;
  display: inline-block;
  width: 55px;
  text-align: center;
}

.product_filters input[type=text]:focus, .product_filters select:focus {
  outline: none;
  background: #fff;
  box-shadow: inset 1px 1px 4px #ddd;
  border: solid 1px #d4d4d4;
  color: #232323;
}

.toggleFilters a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  color: #000;
}

.toggleFilters {
  cursor: pointer;
}

.tag {
  display: inline-block;
  margin: 5px 2px;
  font-size: 15px;
  padding: 2px 0;
}
.tag a {
  padding: 7px 13px;
  border: 1px solid #edaf02;
  border-radius: 3px;
  color: #232323;
  display: inline-block;
}
.tag a span.x {
  position: absolute;
  top: -1px;
  right: 3px;
  display: none;
  font-size: 12px;
  line-height: 12px;
}
.tag a.active span.x {
  display: block;
}
.tag a:hover, .tag a.active {
  background: #edaf02;
  color: #222;
  border: 1px solid #edaf02;
  position: relative; /* padding-right: 13px; */
}
.tag a.disabled, .tag .a.disabled:hover {
  cursor: not-allowed;
  border: 1px solid #848484 !important;
  color: #848484 !important;
}
.tag .count {
  margin: 0 0 0 5px;
  color: #666;
}

.woodIllustration {
  max-width: 580px;
  width: 100%;
}

.filterButtonsRow {
  text-align: left;
}

.ui-slider {
  position: relative;
  text-align: left;
  margin: 10px 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 12px;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -7px;
  top: -7px;
}

.ui-slider .ui-slider-handle {
  height: 24px;
  width: 24px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #edaf02;
  border: 1px solid #edaf02;
}

.checkbox {
  display: block;
  margin-bottom: 7px;
  min-height: 20px;
  padding-left: 25px;
  vertical-align: middle;
  line-height: 20px;
}

.checkbox label {
  cursor: pointer;
  display: inline;
  font-weight: normal;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
  float: left;
  margin-left: -25px;
}

#resHTML {
  margin-top: 30px;
  overflow-x: auto;
}

#resHTML h1 {
  margin-bottom: 20px;
}

/* Table */
table.normalTable {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0;
}

table.normalTable th {
  font-weight: normal;
  color: #232323;
  padding: 11px 10px 7px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-transform: uppercase;
}

table.normalTable td {
  color: #555;
  padding: 8px 10px;
  border-top: 1px solid #f5f5f5;
  position: relative;
}

table.normalTable tr.discountApplied td {
  background: #bdf6b2;
}

.icon {
  font-size: 30px;
  vertical-align: middle;
  color: #555;
}
.icon.icon-outlet:before {
  content: "%" !important;
  font-family: "Nunito Sans", sans-serif !important;
  color: #edaf02;
  font-style: normal;
  font-weight: bold;
}
.icon.icon-outlet.icon-outlet-product:before {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 25px;
}

.icon:hover {
  color: #edaf02;
}

.explanation .icon {
  font-size: 20px;
}

.sorting {
  font-size: 12px;
}

.mark {
  cursor: pointer;
}

.image_thumbs.stockImages a.icon {
  font-size: 33px;
}

.normalTable input, input.rowQty {
  background: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  height: 38px;
  padding: 10px;
}

.normalTable input.qty, input.rowQty {
  width: 39px;
  text-align: center;
}

.tooltip_templates {
  display: none;
}

.tooltip_content img {
  width: 85px;
  height: auto;
  margin: 3px 0;
}

.old_price_wrapper {
  font-size: 14px;
  color: #aaa;
}

.price_klavis {
  font-size: 12px;
}

.old_price {
  text-decoration: line-through;
}

.newPrice {
  font-size: 14px !important;
}

.price_tag {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.tag_success {
  background-color: #5cb85c;
}

.tag_primary {
  background-color: #337ab7;
}

.tag_default {
  background-color: #777;
}

.tag_warning {
  background-color: #f0ad4e;
}

.tag_danger {
  background-color: #d9534f;
}

.stickyTable th, .stickyTable td {
  background: #f5f5f5;
}

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

.defectImageWrapper td img.plyImg.loaded {
  width: 100%;
}

.defectImageWrapper td {
  position: relative;
}

.defectImageInnerWrapper {
  padding: 20px;
}

table.debug th, table.debug td {
  padding: 0;
  text-transform: unset;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid grey;
}
table.debug th {
  padding-right: 2px;
}

/* Cart */
.cart_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9;
  opacity: 0.3;
  display: none;
  overflow: hidden;
}

.cart_preview {
  position: fixed;
  bottom: 15px;
  left: 35px;
  right: 35px;
  background: #f5f5f5;
  padding: 16px 45px 13px;
  box-shadow: 0 0 52px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 99999;
}
.cart_preview.inHidden {
  visibility: hidden;
}
.cart_preview .close_cart_button {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none;
  line-height: 1;
  font-size: 40px;
  font-weight: normal;
  color: #000;
  z-index: 99;
}
.cart_preview .close_cart_button:hover {
  color: #edaf02;
}
.cart_preview .btn {
  float: right;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0;
}
.cart_preview .btn:hover {
  text-decoration: none;
  color: #edaf02;
  border-color: #edaf02;
}
.cart_preview.active.showForm .cart_content {
  overflow-y: auto;
  overflow-x: hidden;
}
.cart_preview.active .close_cart_button {
  display: block;
}

h2.cart_more_trigger {
  font-size: 19px;
  cursor: pointer;
}
h2.cart_more_trigger a {
  position: relative;
  color: #000;
  padding: 0 0 0 23px;
}
h2.cart_more_trigger a::before {
  font-family: "Ionicons";
  content: "\f218";
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  left: 0;
  top: 0;
  position: absolute;
  padding-top: 3px;
}
h2.cart_more_trigger a:hover {
  border-color: #edaf02;
  color: #edaf02;
}

.cart_preview.active h2.cart_more_trigger a {
  color: #edaf02;
}

.cart_preview.active h2.cart_more_trigger a::before {
  content: "\f209";
  color: #edaf02;
}

.cart_content {
  display: none;
  padding: 10px 0;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.cart_content_inner_wrapper {
  height: 100%;
}

.cart_content_list {
  overflow-y: auto;
}

.completeOrderWrapper {
  margin: 9px 0;
}

.normalTable input, input.rowQty {
  background: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
  height: 38px;
  padding: 3px;
}

.normalTable span.x {
  color: #383838;
  font-size: 13px !important;
  padding: 0 2px;
}

.total_txt {
  text-align: right;
}

.total_sum {
  font-size: 16px;
}

.add-minus {
  cursor: pointer;
  color: #edaf02;
  vertical-align: middle;
  margin: 0 2px;
}

.add-minus i {
  font-size: 30px;
}

.add-minus.disabled {
  color: #919191;
  opacity: 0.3;
}

.remove {
  font-size: 20px;
  cursor: pointer;
  color: #ff0000;
  vertical-align: middle;
}

.cart_form {
  display: none;
}

.cart_form input[type=text], .cart_form input[type=email], .cart_form select, .cart_form textarea {
  background: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  height: 38px;
  padding: 10px;
  width: 100%;
}

.cart_form input[type=text]:focus, .cart_form select:focus {
  outline: none;
  background: #fff;
  box-shadow: inset 1px 1px 4px #ddd;
  border: solid 1px #d4d4d4;
  color: #232323;
}

.cart_form_block {
  margin-bottom: 20px;
}

.cart_form .form-group {
  margin: 10px 0;
}

.cart_preview .cart_form .btn {
  float: none !important;
}

.rTable {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rTable.dataRow .rTable-cell {
  border-bottom: 1px solid #d0d0d0;
}

.rTable.dataRow.sumRow .rTable-cell.cell-productName {
  border-bottom: 1px solid #F5F5F5;
}

.rTable.dataRow.sumRow .rTable-cell {
  border-bottom: 1px solid #8f8f8f;
}

.rTable.firstSumRow {
  border-top: 2px solid #000;
  margin-top: 15px;
}

.rTable.headerRow {
  margin-bottom: 15px;
}

.rTable.lastSumRow {
  border: none;
}

.rTable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  padding: 7px 10px;
}

.headerRow .rTable-cell {
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  text-transform: uppercase;
}

.rTable-cell.cell-productName {
  width: 70%;
}

.rTable-cell.cell-qty {
  width: 10%;
  min-width: 140px;
  max-width: 140px;
  text-align: center;
}

.rTable-cell.cell-amount {
  width: 10%;
  min-width: 130px;
  max-width: 130px;
  text-align: center;
}

.rTable-cell.cell-delete {
  width: 10%;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}

.sumRow .rTable-cell.cell-productName {
  width: 70%;
}

.sumRow .rTable-cell.cell-qty {
  width: 10%;
  min-width: 250px;
  max-width: 250px;
  text-align: right;
  font-weight: bold;
}

.sumRow .rTable-cell.cell-amount {
  text-align: left;
  font-weight: bold;
}

/*------------------------
	POPUPS
------------------------*/
/* Ladu popup */
.ladu_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10000;
  display: none;
  overflow: auto;
}

.ladu_popup.active {
  display: block;
}

.ladu_popup_close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  line-height: 1;
  font-size: 60px;
  font-weight: normal;
  color: #000;
  z-index: 99;
}

.ladu_popup_close:hover {
  color: #edaf02;
}

.ladu_popup_content {
  max-width: 1000px;
  padding: 30px;
}

.ladu_popup_map {
  float: left;
  width: 60%;
}

.ladu_popup_content h3 {
  float: left;
  width: 40%;
  padding: 30px;
}

/* Offers popup */
.offers_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none;
  overflow: auto;
}

.offers_popup.active {
  display: block;
}

.offers_popup_close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  line-height: 1;
  font-size: 60px;
  font-weight: normal;
  color: #edaf02;
  z-index: 99;
}

.offers_popup_close:hover {
  color: #fff;
}

.offers_popup_content {
  width: 600px;
  margin: 0 auto;
  padding: 30px;
}

.stackSmallOnly {
  display: none;
}

.stackLargeOnly {
  display: block;
}

.showMobile, .showMobileTable {
  display: none;
}

table .stackLargeOnly {
  display: table-row;
}

.hiddenHeader {
  visibility: collapse;
}
.hiddenHeader td, .hiddenHeader th {
  border: none !important;
}

/*------------------------
	MEDIA QUERIES
------------------------*/
@media all and (max-width: 1340px) {
  table.normalTable th {
    padding: 10px 8px 7px;
    text-transform: none;
  }
  table.normalTable td {
    padding: 8px;
    font-size: 14px;
  }
}
@media all and (max-width: 1050px) {
  .nav_trigger {
    display: block;
  }
  body.outlet .mainNav {
    display: none;
  }
  .ladu_popup, .offers_popup {
    top: 90px;
  }
}
@media all and (max-width: 800px) {
  .nav_trigger {
    margin: 0;
  }
  .ladu_popup_map, .ladu_popup_content h3 {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .ladu_popup, .offers_popup {
    top: 0;
  }
  h2.cart_more_trigger {
    margin: 6px 0;
  }
  .stackSmallOnly {
    display: block;
  }
  .stackLargeOnly, table .stackLargeOnly {
    display: none;
  }
  .showMobile {
    display: block;
  }
  .showMobileTable {
    display: table;
  }
}
@media all and (max-width: 600px) {
  .offers_popup_content {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .offers_popup_content img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .cart_preview .cart_form .btn {
    margin-top: 8px;
  }
}
@media all and (max-width: 400px) {
  h2.cart_more_trigger {
    font-size: 15px;
    margin-left: 10px;
  }
  h2.cart_more_trigger a::before {
    padding-top: 1px;
  }
}
@media all and (max-width: 570px) {
  .headerRow .rTable-cell {
    width: 50%;
    min-width: auto;
    max-width: 9999px;
    text-align: center;
  }
  .headerRow .rTable-cell.cell-productName {
    width: 100%;
    min-width: auto;
    max-width: 99999px;
  }
  .headerRow .rTable-cell.cell-delete {
    display: none;
  }
  .dataRow .rTable-cell {
    min-width: auto;
    max-width: 9999px;
  }
  .dataRow .rTable-cell.cell-productName {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .dataRow .rTable-cell.cell-qty {
    width: 50%;
  }
  .dataRow .rTable-cell.cell-amount {
    width: 30%;
  }
  .dataRow .rTable-cell.cell-delete {
    width: 20%;
  }
  .sumRow .rTable-cell.cell-productName {
    display: none;
  }
  .sumRow .rTable-cell.cell-qty, .sumRow .rTable-cell.cell-amount {
    width: 50%;
    min-width: auto;
    max-width: 9999px;
  }
  .sumRow .rTable-cell.cell-delete {
    display: none;
  }
}
@media all and (max-width: 445px) {
  .add-minus i {
    font-size: 20px;
  }
  .cart_preview {
    padding: 10px 9px 8px;
    left: 5px;
    right: 5px;
  }
}
@media all and (max-width: 660px) {
  .woodIllustration {
    max-width: unset;
  }
}
@media all and (max-width: 840px) {
  .product_filter_row {
    padding-bottom: 20px;
  }
  .tag.tag_grain {
    width: 50%;
    float: left;
  }
  .tag.tag_grain a {
    width: 100%;
    text-align: center;
  }
  .filterButtonsRow {
    text-align: center;
  }
  .woodIllustration {
    margin-top: 20px;
  }
}
@media all and (max-width: 840px) {
  .filterButtonsRow .btn {
    margin: 5px 0px 0 0;
  }
}

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