@charset "UTF-8";
.ngdialog {
  box-sizing: border-box;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-no-overlay {
  pointer-events: none;
}

.ngdialog-content {
  background: white;
  pointer-events: all;
}

.ngdialog-close:before {
  font-family: "Helvetica", Arial, sans-serif;
  content: "×";
  cursor: pointer;
}

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
html.ngdialog-open .ngdialog,
body.ngdialog-open .ngdialog {
  display: block;
}

.ngdialog, .ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog *, .ngdialog :after, .ngdialog :before {
  box-sizing: inherit;
}

.ngdialog.ngdialog-closing {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.ngdialog-content {
  background: #fff;
  pointer-events: all;
  margin-bottom: 30px;
}

.ngdialog-close:before {
  font-family: Helvetica, Arial, sans-serif;
  content: "×";
  cursor: pointer;
}

body.ngdialog-open, html.ngdialog-open {
  overflow: hidden;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  border-radius: 0;
  background-color: #fff;
}

.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background: #fff;
  border-radius: 0;
  color: #444;
  font-family: Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 700px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: 0 0;
  border-radius: 3px;
  color: #bbb;
  content: "×";
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:active:before, .ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
  color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: 0.5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=password], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=email], .ngdialog.ngdialog-theme-default .ngdialog-input input[type=url], .ngdialog.ngdialog-theme-default .ngdialog-input textarea {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  outline: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}

.dialog-wrapper {
  background: #fff;
  border-radius: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 450px;
}
.dialog-wrapper .dialog-title {
  width: 100%;
  background: #999;
  color: white;
  padding: 5px 5px;
  font-size: 12px;
  height: 28px;
}
.dialog-wrapper .dialog-content {
  padding: 5px 20px;
}

.specials-container .special-container {
  max-width: 300px;
}
.specials-container .special-container .special-image-container {
  width: 100px;
  height: 100px;
  border: 3px solid #e1e1e1;
  border-bottom: 0;
  margin: auto;
  background-image: linear-gradient(to bottom, red, #d3201f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0000", endColorstr="#d3201f");
  zoom: 1;
  text-align: center;
}
.specials-container .special-container .special-image-container .special-image {
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
  margin: auto;
}
.specials-container .special-container .special-description {
  max-width: 250px;
  text-align: center;
  background: white;
  box-shadow: 0px 4px 10px #ababab;
}
.specials-container .special-container .special-description .special-description-text {
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 3px;
}

html {
  background-color: #e0e2e1;
}

.tree-menu {
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  cursor: pointer;
}
.tree-menu .selected {
  color: #83bf00;
}
.tree-menu .maincategory {
  border-bottom: 1px solid grey;
}

.menu .selected {
  color: #83bf00;
}

.cookie-overlay {
  position: absolute;
  width: 100%;
  height: 160px;
  background: white;
  left: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  height: 100%;
  font-weight: 400;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #e0e2e1;
  background: linear-gradient(to bottom, white 250px, #a0a4a2 250px, #e0e2e1 330px);
  overflow-y: scroll;
}

.search-results {
  width: 500px;
  position: absolute;
  left: 0 !important;
  top: 40px !important;
  background: white;
  height: auto;
  max-height: 224px;
  overflow-y: scroll;
}
.search-results .result-item {
  border-bottom: 1px solid black;
  line-height: 20px;
}
.search-results .result-item :last-child {
  border: 0;
}

.product-box-wrapper .product-box-buttons {
  display: flex;
}

.cart-label {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  margin: 10px;
  font-size: 12px;
  line-height: 20px;
}

.search-wrapper .header-info {
  text-align: justify;
}
.search-wrapper .header-info .hotline-number {
  font-size: 32px;
  color: #83bf00;
}
.search-wrapper .header-info .hotline-text {
  font-size: 20px;
  font-weight: 500;
}
.form-control-wrapper {
  position: relative;
  display: inline-block;
}
.form-control-wrapper input {
  box-shadow: 0px 1px 1px 0px #333333;
}
.form-control-wrapper div.ion-search {
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 22px;
  color: #efefef;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.form-control-wrapper div.ion-search:before {
  top: 4px;
  position: relative;
}
.form-control-wrapper .form-control {
  margin-bottom: 10px;
  color: #999;
  height: 35px;
  font-size: 16px;
  box-sizing: border-box;
  width: 400px;
}

.navi-new {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navi-new .subnavigation {
  position: absolute;
  background: white;
  color: black;
  font-size: 15px;
  box-shadow: 0px 2px 10px 0px #333333;
  z-index: 4;
  top: 50px;
  left: 0;
  width: calc(100% - 4px);
  margin: 0 2px 50px 2px;
}
.navi-new .subnavigation:hover {
  visibility: visible;
}
.navi-new .subnavigation ul, .navi-new .subnavigation li {
  list-style: none;
}
.navi-new .subnavigation li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  margin-left: 10px;
}
.navi-new .navigation-tabs {
  position: relative;
  height: 50px;
  background: linear-gradient(to bottom, #E5E5E5, #F0F0F0);
  padding: 15px 0;
  text-align: center;
  box-sizing: content-box;
  color: #333;
  font-size: 18px;
  border-top-left-radius: 5px;
  border: transparent;
  border-top-right-radius: 5px;
  flex: 0.9;
  margin: 2px;
}
.navi-new .navigation-tabs.active {
  background: white;
  color: black;
  cursor: pointer;
  box-shadow: 0px 2px 10px 0px #333333;
}
.navi-new .navigation-tabs.active:after {
  background: white;
  display: block;
  content: "";
  font-size: 0;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}

header {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  background-image: linear-gradient(to bottom, #fafafa 0%, white 100%);
}
header .telephone {
  position: absolute;
  top: 5px;
  right: 150px;
  font-size: 14px;
  color: #83bf00;
}
header .logo {
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 18px;
  float: left;
  margin-top: 20px;
  height: 70px;
  margin-left: 0px;
  box-shadow: 0px 2px 10px 0px #333333;
  box-shadow: 0px 1px 1px 0px #333333;
  background: linear-gradient(to bottom, white, #e0e2e1 250px);
}
header img {
  width: auto;
  height: 60px;
}
header .language-switch {
  position: absolute;
  top: 5px;
  right: 10px;
}
header .language-switch .active {
  color: #83bf00;
}
header section.header-additionals div.header-wrapper {
  display: flex;
}
header section.header-additionals div.header-wrapper div.link {
  font-size: 16px;
  margin-right: 30px;
}
header section.header-additionals div.header-wrapper div.link span {
  color: #83bf00;
  font-size: 30px;
  margin-right: 20px;
}

.outer-wrapper {
  width: 80%;
  max-width: 1200px;
  background: transparent;
  margin: 0 auto 20px auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.wrapper {
  background: white;
}

.content-area {
  width: 100%;
  padding: 0 40px;
}
.content-area * {
  box-sizing: border-box;
}
.content-area .products-row-5 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.content-area .products-row-5 .products-list {
  width: 100%;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 100px;
  font-family: sans-serif;
  padding: 5px;
  border: 2px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.content-area .products-row-5 .products-list .img-box {
  width: 100px;
}
.content-area .products-row-5 .products-list .img-box img {
  width: 100%;
  height: auto;
  margin: 0;
}
.content-area .products-row-5 .products-list .products-text {
  flex: 1;
  margin-left: 50px;
  margin-top: 20px;
}
.content-area .products-row-5 .products-list .products-text > h1 {
  font-size: 14px;
  color: #83bf00;
}
.content-area .products-row-5 .products-list .products-text .products-articlenumber {
  font-size: 12px;
}
.content-area .products-row-5 .products-list .products-text .products-price {
  letter-spacing: 0.03rem;
  font: 300 1rem sans-serif;
  font-size: 22px;
}
.content-area .products-row-5 .products-list .products-text .products-price special {
  color: #83bf00;
}
.content-area .products-row-5 .products-list .products-text .products-name {
  font-size: 12px;
  text-align: left;
}
.content-area .products-row-5 .products-box {
  width: 19%;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 100px;
  font-family: sans-serif;
  padding: 10px;
  border: 2px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content-area .products-row-5 .products-box .img-box {
  text-align: center;
}
.content-area .products-row-5 .products-box .img-box img {
  width: 80%;
  margin: 15px auto 5px auto;
}
.content-area .products-row-5 .products-box .products-text {
  margin-bottom: 5px;
  flex: 1;
}
.content-area .products-row-5 .products-box .products-text > h1 {
  font-size: 14px;
  color: #83bf00;
}
.content-area .products-row-5 .products-box .products-text .products-articlenumber {
  font-size: 12px;
}
.content-area .products-row-5 .products-box .products-text .products-price {
  letter-spacing: 0.03rem;
  font: 300 1rem sans-serif;
  font-size: 22px;
}
.content-area .products-row-5 .products-box .products-text .products-price special {
  color: #83bf00;
}
.content-area .products-row-5 .products-box .products-text .products-name {
  font-size: 12px;
}
.content-area .products-row-5 .products-box .products-triangle {
  border-style: solid;
  border-width: 60px 60px 0px 0px;
  border-color: #83bf00 transparent transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: sans serif;
  font-size: 20px;
}
.content-area .products-row-5 .products-box .products-triangle .triangle-text {
  position: absolute;
  color: white;
  font-size: 17px;
  font-family: sans-serif;
  transform: rotate(-45deg) translate(36px, -32px);
}
.content-area .panel-default {
  border: 0 !important;
}
.content-area .panel-default > .panel-heading {
  color: #333 !important;
  background-color: transparent !important;
  /* background-color: #f5f5f5; */
  border-color: #ddd !important;
}
.content-area .cursor-pointer {
  cursor: pointer;
}
.content-area .order-box {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  margin-bottom: 4px;
  padding: 10px;
}
.content-area .order-box .header {
  display: flex;
  justify-content: space-between;
}
.content-area .align-right {
  text-align: right;
}
.content-area .align-middle {
  vertical-align: middle;
}
.content-area .align-top {
  vertical-align: top;
}
.content-area .products-box-hide {
  width: 24%;
  opacity: 0;
}
.content-area .treenode {
  margin-left: 20px;
  padding: 5px 0;
  line-height: 1;
  color: #787878;
}
.content-area .cart-button {
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content-area .cart-button img {
  width: 20px;
}
.content-area .form-control.has-error {
  border: 1px solid #bf0041;
}
.content-area .products-row-4 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.content-area .products-row-4 span {
  display: inline-block;
}
.content-area .products-row-4.category {
  line-height: 1;
  width: 100%;
  cursor: pointer;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 60px;
  font-family: sans-serif;
  padding: 5px;
  border: 1px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-area .products-row-4 .products-list {
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  line-height: 1;
  width: 100%;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 100px;
  font-family: sans-serif;
  padding: 5px;
  border: 1px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.content-area .products-row-4 .products-list .img-box {
  width: 100px;
}
.content-area .products-row-4 .products-list .img-box img {
  width: 100%;
  height: auto;
  margin: 0;
}
.content-area .products-row-4 .products-list .products-text {
  margin: 0 0 20px 50px;
  flex: 1 1 auto;
}
.content-area .products-row-4 .products-list .products-text > h1 {
  font-size: 14px;
  color: #83bf00;
}
.content-area .products-row-4 .products-list .products-text .products-articlenumber {
  font-size: 12px;
}
.content-area .products-row-4 .products-list .products-text .products-price {
  letter-spacing: 0.03rem;
  font: 300 1rem sans-serif;
  font-size: 22px;
}
.content-area .products-row-4 .products-list .products-text .products-price special {
  color: #83bf00;
}
.content-area .products-row-4 .products-list .products-text .products-vpe {
  font-size: 10px;
}
.content-area .products-row-4 .products-list .products-text .products-name {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.content-area .products-row-4 .products-list .products-text .products-short-description {
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
}
.content-area .products-row-4 .products-box {
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  width: 270px;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 100px;
  font-family: sans-serif;
  padding: 10px;
  border: 1px solid #d1d1d1;
  position: relative;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  line-height: 1;
  text-align: justify;
}
.content-area .products-row-4 .products-box .img-box {
  text-align: center;
  height: 100%;
}
.content-area .products-row-4 .products-box .img-box img {
  width: 50%;
  margin: 15px auto 5px auto;
}
.content-area .products-row-4 .products-box .products-text {
  margin-bottom: 5px;
}
.content-area .products-row-4 .products-box .products-text > h1 {
  font-size: 14px;
  color: #83bf00;
}
.content-area .products-row-4 .products-box .products-text .products-articlenumber {
  font-size: 12px;
}
.content-area .products-row-4 .products-box .products-text .products-price {
  margin: 10px 0 0 0;
  letter-spacing: 0.03rem;
  font: 300 1rem sans-serif;
  font-size: 22px;
}
.content-area .products-row-4 .products-box .products-text .products-price special {
  color: #83bf00;
}
.content-area .products-row-4 .products-box .products-text .products-vpe {
  font-size: 10px;
}
.content-area .products-row-4 .products-box .products-text .products-name {
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0 0;
  min-height: 36px;
  text-align: left;
}
.content-area .products-row-4 .products-box .products-text .products-short-description {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}
.content-area .products-row-4 .products-box .products-triangle {
  border-style: solid;
  border-width: 60px 60px 0px 0px;
  border-color: #83bf00 transparent transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: sans serif;
  font-size: 20px;
}
.content-area .products-row-4 .products-box .products-triangle .triangle-text {
  position: absolute;
  color: white;
  font-size: 17px;
  font-family: sans-serif;
  transform: rotate(-45deg) translate(36px, -32px);
}
.content-area cl-select > div {
  min-width: 150px;
  border: 1px solid #dbdbdb;
  height: 25px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.content-area cl-select div .select-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}
.content-area cl-select div .select-wrapper:hover {
  background: #eee;
}
.content-area cl-select div .select-label {
  flex: 1;
  padding: 0 5px;
}
.content-area cl-select div .select-label.placeholder {
  font-style: italic;
}
.content-area cl-select div .select-icon {
  position: absolute;
  right: 0;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #dbdbdb;
  line-height: 23px;
}
.content-area cl-select > div .select-options {
  display: none;
  position: relative;
  bottom: -4px;
  max-height: 160px;
  left: 0;
  scroll: auto;
  padding: 0;
  z-index: 1;
  background: white;
  width: 100%;
  box-shadow: 5px 0 5px -5px #CCC, 0 5px 5px -5px #CCC, -5px 0 5px -5px #CCC;
}
.content-area cl-select > div .select-options .select-option {
  padding: 1px 5px;
  line-height: 18px;
  box-sizing: border-box;
}
.content-area cl-select > div .select-options .select-option:hover {
  padding: 0 4px;
  line-height: 18px;
  border: 1px solid #dbdbdb;
  background: #d7d7d7;
}
.content-area cl-select > div .select-options .select-option.isSelected {
  font-weight: bold;
}
.content-area cl-select.open > div .select-options {
  display: inline-block;
}
.content-area table {
  width: 100%;
}
.content-area .ion-32 {
  font-size: 32px;
  margin-right: 5px;
}
.content-area .ion-64 {
  font-size: 64px;
  margin-right: 5px;
}
.content-area .ion-16 {
  font-size: 16px;
  margin-right: 5px;
}
.content-area .products-row-3 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content-area .products-row-3 .products-box {
  width: 30%;
  margin-bottom: 20px;
  background-color: white;
  border-top-right-radius: 10px;
  min-height: 100px;
  font-family: sans-serif;
  border-top: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  position: relative;
  box-shadow: 3px 4px #999999;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.content-area .products-row-3 .products-box img {
  width: 70%;
}
.content-area .products-row-3 .products-box .products-text {
  font-size: 13px;
  width: 99%;
  margin: auto;
  padding: 6px;
  flex: 1;
}
.content-area .products-row-3 .products-box .products-text > h1 {
  font-size: 17px;
  color: #666666;
  min-height: 40px;
}
.content-area .products-row-3 .products-box .product-buttons {
  width: 100%;
  padding: 10px;
}
.content-area .products-row-3 .products-box .products-triangle {
  border-style: solid;
  border-width: 80px 80px 0px 0px;
  border-color: #83bf00 transparent transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: sans serif;
  font-size: 20px;
}

.button-secondary {
  font-size: 14px;
  border: 1px solid grey;
  outline: 0;
  padding: 4px 6px;
  color: #646464;
  border-radius: 3px;
  height: 35px;
  cursor: pointer;
  background-color: #fefefe;
  box-shadow: 0px 1px 1px 0px #333333;
}
.button-secondary[disabled] {
  opacity: 0.5;
}
.button-secondary:hover {
  background: #FAFAFA;
  border: 1px solid #757575;
}

.button-primary {
  font-size: 14px;
  border: 1px solid grey;
  outline: 0;
  padding: 0;
  color: #fff;
  border-radius: 3px;
  height: 35px;
  cursor: pointer;
  background-color: #75ac03;
  box-shadow: 0px 1px 1px 0px #333333;
}
.button-primary[disabled] {
  opacity: 0.5;
}

section.latest-buy {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: white;
  margin: 0 0 10px 0;
  width: 100%;
  height: 120px;
  padding: 0;
}
section.latest-buy .text {
  font-size: 16px;
  font-weight: 400;
  margin: 10px;
  text-transform: uppercase;
}
section.latest-buy .items {
  box-sizing: border-box;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  cursor: pointer;
}
section.latest-buy .items span:last-child {
  padding-top: 30px;
  font-size: 35px;
  color: grey;
  float: left;
}
section.latest-buy .items span:first-child {
  padding-top: 30px;
  font-size: 35px;
  color: grey;
  float: left;
}
section.latest-buy .items .item {
  float: left;
  width: 90px;
  margin-right: 10px;
}
section.latest-buy .items .item img {
  width: 100%;
}

nav {
  min-width: 220px;
  width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  background-color: white;
  position: relative;
  font-size: 14px;
}
nav > ul {
  padding: 10px;
  list-style: none;
  margin: 0 0 20px 0;
  background: #f5f5f5;
  color: #333;
  width: 100%;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #333;
}
nav > ul > li:first-child {
  padding: 10px;
  color: white;
  background-color: #83bf00;
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 15px;
}
nav > ul i {
  position: absolute;
  right: 5px;
  top: 12px;
  color: #999;
}
nav > ul > li {
  margin: 0 10px 5px 0;
  padding: 8px;
  position: relative;
  font-size: 16px;
  z-index: 0;
  border: 1px solid transparent;
}
nav > ul > li:hover ul.subnav {
  width: auto;
  height: auto;
  visibility: visible;
  transition: width 0.2s, height 0.2s ease-in-out;
}
nav > ul > li:hover {
  background-color: #ececec;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}
nav > ul > li img {
  width: 25px;
  margin-right: 5px;
}
nav > ul > li a {
  cursor: pointer;
  color: #83bf00;
  text-decoration: underline;
}
nav > ul > li a:hover {
  color: #83bf00;
}
nav > ul > li .navigation-list,
nav > ul > li ul.subnav {
  color: #333;
  list-style: none;
  position: absolute;
  background-color: #ececec;
  z-index: 0;
  top: 39px;
  left: -150px;
  height: 0;
  visibility: hidden;
  padding: 10px 40px 30px 20px;
  column-count: 3;
  -moz-column-count: 3;
  border-radius: 4px;
}
nav > ul > li .navigation-list .row-width,
nav > ul > li ul.subnav .row-width {
  margin-right: 10px;
  min-width: 200px;
}
nav > ul > li .navigation-list span,
nav > ul > li ul.subnav span {
  font-size: 14px;
  color: grey;
}
nav > ul > li .navigation-list div:last-child,
nav > ul > li ul.subnav div:last-child {
  margin-bottom: 10px;
}
nav > ul > li .navigation-list a,
nav > ul > li ul.subnav a {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
nav > ul > li .navigation-list li,
nav > ul > li ul.subnav li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  margin-left: 10px;
  color: #999;
  padding: 0;
  margin-bottom: 2px;
}
nav > ul > li .navigation-list li .category,
nav > ul > li ul.subnav li .category {
  color: #83bf00;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
}
nav > ul > li .navigation-list li.thirdnav,
nav > ul > li ul.subnav li.thirdnav {
  font-size: 12px;
}
nav > ul > li .navigation-list li.thirdnav .list,
nav > ul > li ul.subnav li.thirdnav .list {
  margin-left: 10px;
}
nav > ul > li .navigation-list li.thirdnav .list a,
nav > ul > li ul.subnav li.thirdnav .list a {
  display: list-item;
  list-style: square;
  margin-left: 5px;
}
nav > ul > li .navigation-list li.thirdnav .list a:last-child,
nav > ul > li ul.subnav li.thirdnav .list a:last-child {
  margin-bottom: 10px;
}

.navigation-list {
  list-style: none;
  padding: 30px 40px 30px 20px;
  column-count: 3;
  -moz-column-count: 3;
  font-size: 16px;
}
.navigation-list .row-width {
  margin-right: 10px;
  min-width: 200px;
}
.navigation-list div:last-child {
  margin-bottom: 10px;
}
.navigation-list a {
  cursor: pointer;
  color: #666;
  line-height: 1;
  display: block;
  margin-top: 6px;
}
.navigation-list li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  margin-left: 10px;
  margin-top: 6px;
  color: #999;
  padding: 0;
  margin-bottom: 2px;
}
.navigation-list li .subcategory {
  color: #5a5a5a;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.navigation-list li .category {
  color: #5a5a5a;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.navigation-list li .category:after {
  background-image: linear-gradient(to right, black, white);
  display: block;
  content: "";
  font-size: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}
.navigation-list li.thirdnav {
  font-size: 16px;
  margin-left: 10px;
}
.navigation-list li.thirdnav .list {
  margin-left: 10px;
}
.navigation-list li.thirdnav .list a {
  display: list-item;
  list-style: square;
  margin-left: 5px;
  color: #666;
  line-height: 1;
  margin-top: 6px;
  display: block;
}
.navigation-list li.thirdnav .list a:last-child {
  margin-bottom: 10px;
}

.hidden {
  visibility: hidden;
}

section.sidebar {
  width: 230px;
  height: auto;
  border: 1px solid #AEAEAE;
  border-top-left-radius: 10px;
  background-color: white;
  display: none;
}
section.sidebar ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
  border-top-left-radius: 10px;
}
section.sidebar ul li:first-child {
  padding: 10px;
  color: white;
  background-color: #83bf00;
  border-bottom: 0;
  border-top-left-radius: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
section.sidebar ul li {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

footer {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  box-sizing: border-box;
  background: #4f4f4f;
  margin-top: 20px;
  border-top: 1px solid #d1d1d1;
}
footer a {
  color: white;
}
footer a:hover {
  color: #83bf00;
}
footer section.left {
  margin-top: 40px;
  margin-left: 100px;
  float: left;
}

section.livechat-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0px;
  font-size: 14px;
  height: 40px;
  width: 250px;
  z-index: 10;
  border-top: 1px solid #E20016;
  border-right: 1px solid #E20016;
  border-left: 1px solid #E20016;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: height 0.3s, width 0.3s;
  background: white;
}
section.livechat-wrapper * {
  box-sizing: border-box;
}
section.livechat-wrapper .box {
  min-height: 20px;
  height: auto;
  width: 90%;
  margin: auto;
  margin-top: 4px;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.livechat-wrapper .box.left {
  border: 1px solid green;
  background: lightgreen;
  border-bottom-right-radius: 10px;
}
section.livechat-wrapper .box.right {
  background: lightblue;
  border: 1px solid blue;
  border-bottom-left-radius: 10px;
}
section.livechat-wrapper .supporter {
  border-bottom: 1px solid #AAAAAA;
  padding: 10px;
}
section.livechat-wrapper .input-wrapper {
  border-top: 1px solid #AAAAAA;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
}
section.livechat-wrapper .input-wrapper i {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 20px;
}
section.livechat-wrapper .input-wrapper .form-control {
  width: 90%;
  height: 30px;
  border: 0;
}
section.livechat-wrapper .livechat-header {
  cursor: pointer;
  height: 40px;
  background: #83bf00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.livechat-wrapper .arrow {
  position: absolute;
}
section.livechat-wrapper h1 {
  padding: 2px 20px;
  margin: 0;
  font-size: 16px;
  color: white;
  height: 100%;
  font-weight: 400;
}
section.livechat-wrapper h1 i {
  font-size: 30px;
  color: white;
  margin-right: 10px;
}
section.livechat-wrapper.open {
  height: 330px;
  width: 350px;
}
section.livechat-wrapper.open .livechat {
  display: block;
  height: 300px;
  width: 100%;
  padding: 0;
}
section.livechat-wrapper.open .livechat .livechat-content {
  height: 250px;
  overflow-y: scroll;
}
section.livechat-wrapper .livechat {
  display: none;
}

.background-image {
  position: fixed;
  z-index: -1;
  height: 100%;
}

.left {
  top: 0;
  left: 0;
}

.right {
  top: 0;
  right: 0;
}

ui-view {
  width: 100%;
}
ui-view .filter-box {
  box-sizing: border-box;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  padding: 0 5px;
  position: relative;
  width: 100%;
  min-height: 40px;
  height: auto;
}
ui-view .filter-box .form-control {
  padding: 0 8px;
  margin: 6px;
}

::-webkit-scrollbar {
  width: 15px;
  /* for vertical scrollbars */
  height: 15px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #efefef inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important;
}

.form-control {
  height: 26px;
  font-size: 12px;
  color: #666666;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 4px;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #AAAAAA;
}

.form-group {
  margin-bottom: 7px;
  position: relative;
}

label {
  font-size: 10px;
  margin-bottom: 0;
  color: #666666;
  font-weight: normal;
}

h1 {
  font-size: 20px;
  color: #565656;
  border-bottom: 1px solid #AAAAAA;
}
h1 .breadcrumbs {
  padding: 8px 15px;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  color: #565656;
}

.banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: grey;
  overflow: auto;
  top: 50px;
  /*z-index: -1;*/
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.banner ul {
  list-style: none;
  width: 300%;
}

.banner ul li {
  display: block;
  float: left;
  min-height: 500px;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}

.tab-container {
  width: 100%;
}
.tab-container .tab-content {
  min-height: 200px;
  border: 1px solid #d7d7d7;
  vertical-align: top;
  padding: 20px;
}
.tab-container .tab-content ul {
  margin-top: 10px;
}
.tab-container .tabs-row .tabs {
  border: 1px solid #d7d7d7;
  width: 120px;
  border-bottom: 0;
  padding: 8px 12px;
  margin-right: 5px;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.tab-container .tabs-row .tabs:hover {
  background: #f0f0f0;
  color: #666666;
}
.tab-container .tabs-row .tabs.active {
  color: white;
  background: #f0f0f0;
}

.link {
  cursor: pointer;
}

.flex-container-product {
  align-items: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.flex-container-product img {
  width: 100%;
}
.flex-container-product .a-third {
  flex: 0.33;
}
.flex-container-product .a-half {
  flex: 0.5;
}
.flex-container-product .a-fourth {
  flex: 0.25;
}
.flex-container-product .a-fifth {
  flex: 0.2;
}

.flex-container {
  align-items: stretch;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-container img {
  width: 100%;
}
.flex-container .a-third {
  flex: 0.33;
}
.flex-container .a-half {
  flex: 0.5;
}
.flex-container .a-half .image-box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-container .a-half .image-box img {
  flex: 1;
}
.flex-container .a-fourth {
  flex: 0.25;
}
.flex-container .a-fifth {
  flex: 0.2;
}

.summary-row {
  display: flex;
  justify-content: space-between;
}

summary {
  display: flex;
}

.product-box {
  background: white;
  padding: 20px 15px 0 15px;
}
.product-box .product-image {
  max-width: 110px;
  max-height: 110px;
  width: 100%;
}
.product-box ul.product-details {
  list-style: none;
  padding: 0;
}
.product-box ul.product-details li {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.product-box .price-box {
  box-sizing: border-box;
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  padding: 5px;
  position: relative;
  height: 100%;
}
.product-box .price-box h2 {
  text-align: right;
  font-size: 18px;
  text-decoration: underline;
}
.product-box .price-box table {
  margin: 0;
}
.product-box .price-box table tr.active {
  font-weight: 600;
}
.product-box .price-box table tr > td:nth-child(1) {
  width: 200px;
}
.product-box .price-box table tr > td:nth-child(2) {
  width: 150px;
}
.product-box .price-box table tr > td:nth-child(3) {
  text-align: right;
  width: 150px;
}
.product-box .price-box .amount {
  font-weight: bold;
  vertical-align: middle;
}
.product-box .price-box button {
  width: 100%;
}
.product-box .price-box .calc-price {
  font-size: 17px;
  font-weight: bold;
}
.product-box .price-box .product-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-box .price-box .product-price-wrapper .product-price {
  font-size: 17px;
  font-weight: bold;
}
.product-box .price-box .product-price-wrapper .product-tax {
  font-size: 10px;
}
.product-box .price-box .price {
  font-size: 19px;
  font-weight: 100;
}
.product-box .price-box .bottom-row {
  margin-top: 20px;
  height: 40px;
}
.product-box .price-box .full-row {
  min-height: 110px;
}
.product-box .price-box .top-row {
  height: 40px;
}
.product-box .price-box .count {
  width: 60px;
  margin-left: 10px;
  float: left;
  height: 34px;
}
.product-box .price-box .cart-button {
  width: 200px;
  margin-right: 10px;
  float: right;
}

.form-group label {
  font-weight: bold;
  font-size: 12px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  height: 1px;
  background: #d7d7d7;
}

.bold {
  font-weight: 600;
}

span.width-200 {
  display: inline-block;
  width: 200px;
}

textarea.width-200 {
  display: inline-block;
  height: 100px;
  width: 300px;
}

input.width-200 {
  display: inline-block;
  width: 300px;
}

select.width-200 {
  display: inline-block;
  width: 200px;
}

.bubblec {
  position: relative;
  width: 250px;
  height: 120px;
  padding: 0px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #444 solid 3px;
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 110px;
}

.bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 17px 17px 0;
  border-color: #444 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -20px;
  left: 108px;
}

.cart-border {
  border: 1px solid #d7d7d7;
}

table tr td, table tr th {
  vertical-align: top;
  padding: 5px 10px;
}
table tr.summary {
  background-color: #f0f0f0;
  border-top: 1px solid #d7d7d7;
}
table tr.summary td {
  padding: 0;
  padding: 10px 0;
}
table tr.summary td div.summary-container {
  display: flex;
}
table tr.summary td div.summary-container .summary-box {
  margin: 5px 0 5px 10px;
}
table tr.summary td div.summary-container .summary-box .address-box.summary {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
}
table tr.summary td div.summary-container .cart-label {
  width: 170px;
  margin: 0;
}
table tr.table-row.first {
  border-bottom: 1px solid #d7d7d7;
  background-color: #f0f0f0;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
}

.incl-sub {
  font-size: 10px;
}

div.cart table {
  border: 1px solid #d7d7d7;
}
div.cart div.table-row-summary {
  font-size: 13px;
}
div.cart div.table-row-summary .cell {
  flex: 1;
  text-align: right;
  padding: 2px 10px;
  background-color: #f0f0f0;
}
div.cart div.table-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 30px;
}
div.cart div.table-row.first {
  border-bottom: 1px solid #d7d7d7;
  background-color: #f0f0f0;
  font-weight: 600;
  font-size: 14px;
  min-height: 40px;
  padding: 10px;
}
div.cart div.table-row .cell {
  padding: 5px 10px;
}
div.cart div.table-row .cell .tax {
  flex: 0.2;
  align-items: flex-end;
}
div.cart div.table-row .no-products {
  flex: 1;
  padding: 5px 10px;
  text-align: left;
}
div.cart div.table-row .cell:nth-child(1) {
  flex: 1;
}
div.cart div.table-row .cell:nth-child(1) .form-control {
  width: 60px;
}
div.cart div.table-row .cell:nth-child(2) {
  flex: 0.15;
}
div.cart div.table-row .cell:nth-child(2) .form-control {
  width: 60px;
}
div.cart div.table-row .cell:nth-child(3) {
  flex: 0.15;
}
div.cart div.table-row .cell:nth-child(4) {
  flex: 0.1;
  text-align: right;
}
div.cart div.table-row .cell:nth-child(5) {
  flex: 0.1;
  text-align: right;
}
div.cart div.table-row .cell:nth-child(6) {
  flex: 0.2;
  text-align: right;
}

.btn {
  border-radius: 0;
  font-size: 12px;
  padding: 4px 8px;
}

.btn-right {
  margin-left: 5px;
  font-weight: bold;
}

.btn-success {
  color: #fff;
  background-color: #8BC34A;
  border-color: #757575;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:focus:hover,
.btn-success:focus:active,
.btn-success:active {
  color: #fff;
  background-color: #7CB342;
  border-color: #757575;
}

.thumbnails {
  height: 60px;
  width: 100%;
  border: 1px solid #d7d7d7;
}
.thumbnails img {
  box-sizing: border-box;
  height: 100%;
  padding: 5px;
  width: auto;
  cursor: pointer;
}

.pointer-cursor {
  cursor: pointer;
}

.steps {
  position: relative;
  width: 400px;
  height: 50px;
}
.steps .line {
  position: absolute;
  height: 20px;
  top: 15px;
  left: 0;
  right: 0;
  background-color: brown;
}
.steps .circle {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: blue;
}
.steps .circle.active {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: grey;
}

.progress {
  width: 100%;
  margin: 0px auto;
  padding: 20px;
  text-align: center;
  height: auto;
  background: white;
  border: 0;
  box-shadow: none;
}

.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}

.progress .bar {
  position: relative;
  width: 160px;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}

.progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}

/* Done / Active */
.progress .bar.done {
  background: #eee;
}

.progress .circle.done {
  cursor: pointer;
  background: #eee;
}

.progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress .circle.done .label {
  color: #FFF;
  background: #b2b2b2;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress .circle.done .title {
  color: #444;
}

.progress .circle.active .label {
  color: #FFF;
  background: #83bf00;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress .circle.active .title {
  color: #83bf00;
}

.cart {
  position: relative;
}
.cart .cart-icon {
  height: 45px;
  width: 90px;
  background: #83bf00;
  border-radius: 3px;
}
.cart .cart-icon .cart-items {
  position: relative;
  left: 65px;
  top: -10px;
  border: 1px solid white;
  height: 25px;
  font-size: 10px;
  width: 35px;
  background: #000;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 4px;
}
.cart .cart-icon img {
  position: relative;
  top: -48px;
  left: -15px;
  height: 25px;
}
.cart .cart-icon img.other {
  top: -22px;
}
.cart .cart-icon div {
  position: relative;
  top: -48px;
  left: 0;
  height: 25px;
  text-align: center;
}
.cart .cart-icon div.other {
  top: -72px;
}
.cart .cart-icon div a {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.address-list .address-box {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: white;
  padding: 10px;
  height: auto;
  margin: 5px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orders-list .status-delivered {
  color: #4CAF50;
}
.orders-list .status-pending {
  color: #FFC107;
}
.orders-list th {
  font-size: 12px;
  font-weight: 600;
}
.orders-list td {
  border: 1px solid #d5d5da;
  padding: 5px;
}
.orders-list td:nth-child(1) {
  width: 120px;
}
.orders-list td:nth-child(2) {
  width: 200px;
}
.orders-list td:nth-child(3) {
  width: 200px;
}
.orders-list td:nth-child(4) {
  width: 100px;
}
.orders-list tr:nth-child(1) {
  border-bottom: 1px solid black;
}

.payments-list {
  list-style: none;
  padding: 0;
}
.payments-list .selected:after {
  content: "(Standard)";
  margin-left: 3px;
}

.blink {
  transition: border-color 0.3s;
  border-color: #83bf00;
}

a {
  color: #83bf00;
}

.slider {
  width: 100%;
  border: 3px solid #e1e1e1;
}

.new-products {
  height: 200px;
  padding: 25px;
  background: #f0f0f0;
}

.address-box {
  width: 150px;
  display: inline-block;
  height: 170px;
  border: 1px solid #d7d7d7;
  background: white;
  padding: 10px;
  position: relative;
  margin: 15px 30px 15px 0;
}
.address-box .button {
  position: absolute;
  bottom: 10px;
}
.address-box.summary {
  background: transparent;
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.form-control.upload {
  height: 36px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  position: relative;
  padding: 6px 8px;
  margin-top: 5px;
}
.form-control.upload .status {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.details-box {
  padding: 20px 5px;
}
.details-box table {
  border: 1px solid #d5d5da;
  background: #f9f9f9;
}
.details-box table .header-row {
  border: 1px solid #d5d5da;
  background: #ededed;
}
.details-box table td {
  border: 0;
}

.highlight {
  background-color: lightgreen;
  border-radius: 4px;
  padding: 2px;
}

.new-products {
  display: flex;
  margin: 10px;
  justify-content: space-between;
}
.new-products .product-box {
  width: 150px;
  border: 3px solid grey;
  height: 150px;
  position: relative;
}
.new-products .product-box .icon-new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
}
.new-products .product-box .product-overlay:hover {
  background: grey;
  opacity: 0.7;
}

.manufacturers-list img {
  filter: grayscale(100%);
  transition: 0.5s;
}

.manufacturers-list img:hover {
  cursor: pointer;
  filter: grayscale(0%);
  transition: 0.5s;
}

.product_overlay:hover {
  background-color: #444444;
  opacity: 0.9;
  cursor: pointer;
}

.product_overlay {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  height: 70%;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 12px;
  padding: 8px;
}

.error {
  position: absolute;
  right: 22px;
  top: 30px;
  padding-left: 5px;
  color: #bf0041;
  border-left: 1px solid #bf0041;
}

.navigation-wrapper {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.navigation-wrapper .icon-wrapper-hide {
  opacity: 0;
  width: 250px;
}
.navigation-wrapper .icon-wrapper {
  width: 250px;
}
.navigation-wrapper .icon-wrapper img {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #626262;
  padding: 5px;
  cursor: pointer;
  margin-right: 10px;
  background: rgba(158, 158, 158, 0.16);
  margin-bottom: 10px;
}
.navigation-wrapper .icon-wrapper .navigation-text {
  color: #4f4f4f;
  width: 55%;
  font-size: 16px;
  vertical-align: middle;
  margin-top: 10px;
}
.navigation-wrapper .icon-wrapper .navigation-text:hover {
  color: #83bf00;
}

.editor-wrapper {
  width: 100%;
  background-color: #E6E6E6;
  padding: 50px 0;
}
.editor-wrapper .toolbar {
  height: 80px;
  background-color: #F1F1F1;
  border: 1px solid #C5C5C5;
  margin-bottom: 50px;
}
.editor-wrapper .editor {
  margin: 0 auto 50px auto;
  width: 700px;
  height: 990px;
  background-color: #FFFFFF;
  border: 1px solid #C5C5C5;
}

.cart-image {
  position: relative;
}
.cart-image .enlarged {
  visibility: hidden;
  display: none;
}
.cart-image .thumbnail {
  cursor: pointer;
  border: 0;
  width: 50px;
  position: relative;
  z-index: 0;
}
.cart-image:hover .enlarged, .cart-image:hover .enlarged:hover {
  visibility: visible;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid darkgrey;
  left: -50%;
  top: -50%;
  width: 200px;
}

span.active:after {
  content: "|";
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
ul.anstrich_rot {
  list-style-image: url(https://www.regateo.eu/themes/leonardo/images/design/heka_anstrich_rot.gif);
}

li.sub_anstrich_rot {
  margin-left: 10px;
  padding: 0 10px;
  list-style-image: url(https://www.regateo.eu/themes/leonardo/images/design/heka_anstrich_rot.gif);
}

.breadcrumbs-xs {
  display: none;
}

a {
  display: inline-block;
  color: black;
  position: relative;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}

.toggle-footer {
  color: white;
  list-style: none;
  padding: 0;
}

a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #9ccc65;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a:hover {
  font-weight: normal;
}
a:hover:after {
  width: 100%;
  left: 0;
}

.header-wrapper {
  display: flex;
}
.header-wrapper .header-icon {
  text-align: center;
  background: #83bf00;
  position: relative;
  border-radius: 3px;
  padding: 5px;
  color: #9E9E9E;
  box-shadow: 0px 1px 1px 0px #333333;
  margin: 0 0 2px 4px;
  width: 90px;
  background: linear-gradient(to bottom, white, #e0e2e1 250px);
}
.header-wrapper .header-icon .cart-items {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 10px;
  width: 25px;
  background: #fff;
  border-radius: 4px;
  color: #333;
  font-weight: 600;
  height: 22px;
  text-align: center;
  padding-top: 4px;
  /* color: #9E9E9E; */
  /* width: 80px; */
  box-shadow: 0px 1px 1px 0px #333333;
  background: linear-gradient(to bottom, white, #e0e2e1 250px);
}
.header-wrapper .header-icon a {
  color: #333;
}
.header-wrapper .header-icon img {
  width: 0;
  height: auto;
  margin: 0;
}

.breadcrumbs-xs {
  display: none;
}

@media (max-width: 767px) {
  header {
    height: auto;
    width: 100%;
  }
  header .logo {
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 18px;
    float: left;
    margin-top: 20px;
    height: 70px;
    margin-left: 0px;
    box-shadow: 0px 2px 10px 0px #333333;
    box-shadow: 0px 1px 1px 0px #333333;
    background: linear-gradient(to bottom, white, #e0e2e1 250px);
  }

  .header-info {
    position: relative;
    display: none;
  }

  .tree-menu {
    display: none;
  }

  html, body {
    background-color: #fff;
  }

  .breadcrumbs-xs {
    display: block;
  }

  .content-area {
    padding: 0 10px;
  }

  .outer-wrapper {
    width: auto;
    margin: 20px 15px 20px 15px;
  }

  .header-additionals {
    margin-top: 15px;
  }

  .orders-list {
    font-size: 12px;
  }
  .orders-list th {
    font-size: 13px;
  }

  .new-products {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .new-products .product-box {
    width: 45%;
    margin: 2.5%;
    border: 1px solid grey;
    height: auto;
    display: inline-block;
  }

  footer section.left {
    margin-left: 25px;
    font-size: 12px;
  }

  .slides {
    height: auto !important;
    margin: 0 !important;
  }

  .specials-container .special-container {
    max-width: 50%;
    margin-bottom: 15px;
    float: left;
  }
  .specials-container .special-container .special-image-container {
    width: 80px;
    height: 80px;
  }
  .specials-container .special-container .special-description {
    max-width: 140px;
    width: 140px;
  }
  .specials-container .special-container .special-description .special-description-text {
    font-size: 13px;
  }

  .navigation-wrapper {
    display: block;
  }
  .navigation-wrapper .icon-wrapper {
    width: 50%;
    padding-right: 20px;
    float: left;
    display: contents;
  }
  .navigation-wrapper .icon-wrapper .navigation-text {
    font-size: 10px;
  }
  .navigation-wrapper .icon-wrapper img {
    width: 40px;
    height: 40px;
    border: 1px solid black;
  }
}
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  top: 130px;
  left: 263px;
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-item:hover {
  background-color: #fafafa;
}

.pac-item-selected, .pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  background-position: -1px -161px;
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}

.pac-placeholder {
  color: gray;
}

.dialog-header {
  background: #444444;
  line-height: 18px;
  padding: 8px;
  color: white;
  display: flex;
}

.dialog-content {
  min-height: 200px;
  margin-top: 30px;
}
.dialog-content .form-control {
  margin-bottom: 4px;
}

.dialog-footer {
  height: 26px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: white !important;
}

.ngdialog-content {
  padding: 0 !important;
  background-color: white;
  border-radius: 0;
  border: 1px solid #444;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* Slider */
.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(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  padding: 20px;
}
.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;
}

.slides {
  height: 330px;
  margin: 20px 0 20px 0;
}

.slides2 {
  margin: 20px 0 20px 0;
}

.slick-slide {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition-duration: 3s;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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