/* line 1 */
body {
  background-color: #eee;
  color: #333;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 9 */
#shopContainer {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
/*
 * Catalog sidebar
 */
/* line 17 */
.catalog-toggle-wrapper {
  width: 35px;
}
/* line 21 */
.item-blur {
  display: inline-block;
  width: 0;
  top: 0;
  background: #fff;
}
/* line 28 */
.item-blur.item-level-1 {
  width: 8px;
}
/* line 32 */
.item-blur.item-level-2 {
  width: 16px;
}
/* line 36 */
.item-blur.item-level-3 {
  width: 24px;
}
/* line 40 */
.item-blur.item-level-4 {
  width: 32px;
}
/* line 44 */
.list-group-item {
  padding: 0 10px 0 15px;
}
/* line 48 */
.list-group-item-description {
  padding: 10px 0 10px 5px;
  max-width: 240px;
  display: inline-block !important;
}
/* line 54 */
.dia-label-info {
  font-size: 85%;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
/* line 65 */
.catalog-toggle-icon {
  border-left: 1px solid #fff;
  padding: 13px 15px 10px 15px;
}
/* boostrap dropdown hover fix */
/* line 71 */
li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* helper */
/* line 77 */
.separator {
  margin-bottom: 20px;
}
/* line 81 */
.separator10 {
  margin-bottom: 10px;
}
/* line 85 */
.pointer-cursor {
  cursor: pointer;
}
/* line 89 */
.articleQuantity {
  height: 44px;
}
/* bootstrap */
/* line 94 */
.btn {
  margin-top: 10px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0;
}
/* line 101 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* line 109 */
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* line 114 */
.btn-group a {
  text-decoration: none;
}
/* line 118 */
.input-group-btn {
  font-size: 14px;
}
/* price colors */
/* line 123 */
.productPrice {
  margin: 12px 0 0;
  font-size: 3rem;
  color: #008000;
  padding: 4px;
}
/* line 130 */
.mobile-product-price {
  margin: 12px 0 0;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #008000;
  padding: 4px 0 4px 0;
}
/* line 140 */
.price {
  color: #008000;
}
/* line 144 */
.product-price-manual {
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 12px 0 0;
  padding: 4px;
  text-align: center;
  width: 100%;
}
/* line 154 */
.productPrice.loading, .mobile-product-price.loading, .productPrice .price.loading, .mobile-product-price .price.loading {
  color: #aaa;
}
/* end price colors */
/* product numbers */
/* line 164 */
.productNumberCustomer, .product-number-customer {
  color: #00ff00;
}
/* line 168 */
.productNumberSupplier, .product-number-supplier {
  color: #ff0000;
}
/* line 172 */
.productNumberManufacturer, .product-number-manufacturer {
  color: #0000ff;
}
/* end product numbers */
/* multilang icons */
/* line 179 */
.module-multilang {
  margin: 0 auto;
  width: 100%;
  text-align: right;
}
/* line 185 */
.module-multilang a {
  text-decoration: none;
}
/* line 189 */
.module-multilang .btn-icon {
  display: inline-block;
  padding: 7px;
  background: #f4f4f4;
  border-radius: 2px;
  text-decoration: none;
}
/* action buttons (watchlist/basket/comparing) */
/* line 198 */
.module-action-buttons {
  margin: 50px auto 0;
  width: 100%;
  text-align: right;
}
/* line 204 */
.module-action-buttons ul.action-items {
  list-style: none;
  display: block;
  margin: 0;
}
/* line 210 */
.module-action-buttons .action-items li {
  display: inline-block;
  background: #f0f0f0;
  padding: 4px 10px;
  margin: 0 -2px;
  transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
}
/* line 220 */
.module-action-buttons .action-items li:first-child {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 228 */
.module-action-buttons .action-items li:last-child {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 236 */
.module-action-buttons .action-items li:hover {
  background: #ddd;
  cursor: pointer;
}
/* line 241 */
.tdWidthComparelist {
  width: 200px;
}
/* line 245 */
.cms-checkout-box {
  margin: 5px 0 20px 0;
}
/* scroll up button */
/* line 250 */
.beamMeUpContainer {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
}
/* close preview button for cms pages */
/* line 259 */
.previewButton {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-right: 20px;
}
/* contact page */
/* line 268 */
.contactCompany {
  margin-top: 10px;
}
/* display stock */
/* line 273 */
.stock-box-color {
  border-radius: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin: 5px;
}
/* line 282 */
/* line 284 */
.stock-box-digits .stock-text {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 5px;
  margin: 5px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #777;
}
/* line 298 */
.stock-box-combined {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 5px;
  margin: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 309 */
.stock-box-combined .loader-icon-box {
  margin-top: -12px !important;
  margin-left: -12px !important;
}
/* line 315 */
.stock-success {
  display: inline-block;
  color: #fff;
  border: 1px solid #666;
  background-color: #5cb85c;
}
/* line 322 */
.stock-warning {
  display: inline-block;
  color: #fff;
  border: 1px solid #666;
  background-color: #f0ad4e;
}
/* line 329 */
.stock-danger {
  display: inline-block;
  color: #fff;
  border: 1px solid #666;
  background-color: #d9534f;
}
/* line 336 */
.stockText {
  font-size: 0.8em;
}
/* line 340 */
.stock-switch {
  text-align: center;
  min-height: 40px;
}
/* line 345 */
.stock-color-help {
  font-size: 0.8em;
  padding: 6px;
}
/* line 350 */
#sliderArticles {
  height: auto;
  max-height: 255px;
  margin-top: 20px;
}
/* line 355 */
#sliderArticles .carousel-inner {
  height: 200px;
  padding: 0 30px;
}
/* line 359 */
#sliderArticles .carousel-inner .item {
  height: 200px;
}
/* line 362 */
#sliderArticles .carousel-inner .item .panel {
  height: 200px;
}
/* line 365 */
#sliderArticles .carousel-inner .item .panel .panel-body {
  height: 200px;
}
/* line 368 */
#sliderArticles .carousel-inner .item .panel .panel-body .photo {
  height: 70px;
}
/* line 371 */
#sliderArticles .carousel-inner .item .panel .panel-body .photo .img-responsive {
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
}
/* line 378 */
#sliderArticles .carousel-inner .item .panel .panel-body .info {
  margin-top: 20px;
  max-height: 110px;
}
/* line 387 */
#sliderArticles .right.carousel-control {
  background: none;
  width: 25px;
}
/* line 391 */
#sliderArticles .right.carousel-control i {
  color: #000000;
  float: right;
  padding-right: 10px;
  padding-top: 85px;
}
/* line 399 */
#sliderArticles .left.carousel-control {
  background: none;
  width: 25px;
}
/* line 403 */
#sliderArticles .left.carousel-control i {
  color: #000000;
  float: left;
  padding-left: 10px;
  padding-top: 85px;
}
/* Prices, Stock design */
/* line 413 */
.product-price-box, .product-stock-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 420 */
.product-price-box {
  /* main product price */
}
/* line 423 */
.product-price-box .productPrice {
  margin: 0;
}
/* price, stock, price-info positioning */
/* line 429 */
.product-price-info-row {
  display: inline-block;
  /* product list price */
}
/* line 433 */
.product-price-info-row .product-list-price {
  text-decoration: line-through;
  /* product price per unit */
}
/* line 438 */
.product-price-info-row .product-list-price, .product-price-info-row .product-price-per-unit {
  color: #333;
  /* price labels */
}
/* line 444 */
.product-price-info-row label.price-label {
  font-size: 11px;
  vertical-align: middle;
  margin-bottom: 2px;
  color: #333;
}
/* line 452 */
.showPriceDetails {
  margin: 5px;
  cursor: pointer;
}
/* price block start */
/* line 458 */
.productPrice, .productPrice span {
  font-size: 3rem !important;
}
/* line 466 */
.price-cart-listview-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
/* line 472 */
.price-cart-listview-wrapper .priceblock-listview, .price-cart-listview-wrapper .stockblock-listview {
  white-space: nowrap;
  padding-right: 5px;
}
/* line 477 */
/* line 479 */
.price-cart-listview-wrapper .priceblock-listview .productPrice, .price-cart-listview-wrapper .priceblock-listview .productPrice span {
  font-size: 2rem !important;
  /* priceblock listview */
}
/* line 485 */
.price-cart-listview-wrapper .price-input {
  width: 50px !important;
}
/* line 489 */
.price-cart-listview-wrapper .stock-listview {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* price block end */
/* Burger navigation overlay  */
/* line 498 */
.dia-burger-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: -1200px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 1%;
  text-align: center;
  color: #ddd;
  background-color: #999;
  overflow-y: auto;
}
/* line 513 */
.dia-burger-nav-overlay-show {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 1%;
  text-align: center;
  color: #ddd;
  background-color: #999;
  transition: right 0.5s;
  overflow-y: auto;
}
/* line 528 */
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 534 */
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
/* line 541 */
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show li div {
  padding: 0.2em;
  width: 100%;
}
/* line 546 */
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show a {
  font-size: 1.5em;
  color: #fff;
}
/* line 551 */
.dia-burger-nav-username {
  font-size: 2rem;
}
/* close button overlays */
/* line 556 */
.dia-close-box {
  text-align: right;
}
/* line 560 */
.dia-close {
  color: #fff;
  border: none;
  padding: 5px 14px;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #999;
}
/* line 569 */
.carousel-sliderArticles {
  width: 100%;
}
/* Loader icon */
/* line 574 */
.loader-icon-box {
  display: none;
  text-align: center;
  margin-top: -15px;
  margin-left: -15px;
}
/* line 580 */
.loader-icon-box .loader-icon {
  font-size: 2.5rem;
  color: #aaa;
}
/* line 585 */
.loader-icon-box.overlay-loader {
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 590 */
.loader-icon-box.overlay-loader .loader-icon {
  position: relative;
  top: 50%;
  z-index: 10;
}
/* line 597 */
.blur-element {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 605 */
.modal-dialog.search-modal {
  width: 90%;
  max-width: 1200px;
  height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 616 */
.modal-dialog.search-modal .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 621 */
.modal-dialog.search-modal .modal-content .search-modal-body {
  overflow-y: auto;
}
/* line 627 */
.modal-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
/* Pictogram search */
/* line 633 */
.pictogram-search-content {
  width: 90%;
}
/* line 637 */
#pictogram-content {
  min-height: 200px;
}
/* line 641 */
#pictogram-content .row {
  max-height: 70%;
}
/* line 645 */
.pictograms-selected-box {
  border-left: 1px solid #ddd;
}
/* line 649 */
.pictograms-available, .pictograms-selected {
  flex-direction: inherit !important;
  overflow-y: auto;
  padding: 10px;
}
/* line 655 */
.pictograms-available-title {
  text-align: center;
}
/* line 659 */
.pictograms-selected-title {
  text-align: center;
}
/* line 662 */
.picto-search-img {
  float: left;
  width: auto;
  height: auto;
  min-width: 50px;
  min-height: 50px;
  margin: 5px;
  cursor: pointer;
}
/* line 672 */
#pictograms-search-btn {
  display: none;
}
/* Product numbers in last seen products */
/* line 677 */
.product-last .product-number-row {
  display: block;
}
/* line 680 */
.product-last .product-number {
  padding-right: 10px;
}
/* margin-center: buttons on List view */
/* line 685 */
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
/* powered by DIA */
/* line 690 */
.dia-powered {
  float: right;
  padding: 3px 10px 3px 0;
  font-size: 0.8em;
  color: #666;
}
/* line 696 */
.dia-powered a {
  color: #666;
  text-decoration: underline;
}
/* General bootstrap Safari error - col-x-y displaying */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 703 */
  .row:before, .row:after {
    content: none;
  }
}
/* line 708 */
.price-loader-icon {
  font-size: 25px;
  color: #aaa !important;
}
/* Newsletter Block  */
/* line 714 */
.dia-btn-dark {
  color: #fff;
  background-color: #333;
  border-radius: 0;
}
/* line 718 */
.dia-btn-dark i {
  font-size: 32px;
}
/* line 722 */
#newsletter-form {
  color: #333;
  background: linear-gradient(#5BC0E4, #4BB0D4);
  border-color: #46b8da;
  padding: 25px 20px 10px 20px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
/* line 730 */
#newsletter-form .form-title {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 735 */
#newsletter-form p {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 740 */
/* line 742 */
#newsletter-form .row #newsletter-email {
  border-radius: 0;
  border: 1px solid #333;
  padding-right: 34px;
}
/* line 748 */
#newsletter-form .row .dia-btn-dark {
  height: 34px;
  width: 34px;
  border: 1px solid #333;
  padding: 0;
  position: absolute;
  margin-top: 0;
  margin-right: 15px;
  right: 0;
}
/* line 759 */
#newsletter-form .row .form-group {
  margin-bottom: 0;
}
/* line 762 */
#newsletter-form .row .form-group .checkbox {
  font-size: 11px;
}
/* Badge buttons (watchlist, comparelist, cart) */
/* line 770 */
/* line 772 */
.badge-buttons-wrapper li.btn {
  padding: 0;
}
/* line 775 */
.badge-buttons-wrapper li.btn .text-wrapper {
  padding: 5px 10px;
  height: 50px;
}
/* Categories Menu */
/* line 783 */
.col-padding-to-right {
  padding-left: 30px;
  padding-right: 0;
}
/* line 787 */
.col-padding-to-left {
  padding-left: 0;
  padding-right: 30px;
}
/* line 791 */
.margin-left-25 {
  margin-left: 25px;
}
/* line 794 */
.one-line-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap !important;
  width: 100%;
}
/* line 801 */
.one-line-text span {
  white-space: nowrap !important;
}
/* General Styling (for all layouts) */
/* line 807 */
#categories-menu-wrapper {
  position: relative;
}
/* line 810 */
#categories-menu-wrapper #categories-menu-btn {
  outline: 0;
}
/* line 813 */
#categories-menu-wrapper #categories-menu-btn i.fa {
  height: 25px;
  width: 22px;
}
/* line 819 */
#categories-menu-wrapper #categories-menu {
  -webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: absolute;
  right: 0;
  overflow: scroll;
  z-index: 1000;
  padding-bottom: 10px;
}
/* line 830 */
#categories-menu-wrapper #categories-menu .row {
  width: 100%;
}
/* line 834 */
#categories-menu-wrapper #categories-menu .category-block {
  text-align: left;
}
/* line 837 */
/* line 839 */
#categories-menu-wrapper #categories-menu .category-block .image-block-wrapper img {
  max-width: 100%;
  margin-top: 26px;
}
/* line 845 */
/* line 847 */
#categories-menu-wrapper #categories-menu .category-block .info-block-wrapper .title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 26px 0 14px 0;
}
/* line 853 */
/* line 855 */
/* line 857 */
#categories-menu-wrapper #categories-menu .category-block .info-block-wrapper .subcategories .subcategory .name {
  margin: 8px 0;
}
/* line 862 */
#categories-menu-wrapper #categories-menu .category-block .info-block-wrapper .subcategories .load-all-subcategories {
  cursor: pointer;
  text-transform: uppercase;
  color: #ccc;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 8px;
}
/* Core specific styling */
/* line 878 */
/* line 880 */
#core-navigation #navbar-collapse-top {
  padding: 0;
  max-width: 80%;
}
/* line 884 */
#core-navigation #navbar-collapse-top.full-width {
  max-width: 100%;
}
/* line 889 */
/* line 891 */
#core-navigation #categories-menu-wrapper #categories-menu-btn {
  border: 0;
  padding: 15px;
  color: #777;
  background-color: transparent;
}
/* line 897 */
#core-navigation #categories-menu-wrapper #categories-menu-btn:active, #core-navigation #categories-menu-wrapper #categories-menu-btn:hover, #core-navigation #categories-menu-wrapper #categories-menu-btn:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 902 */
#core-navigation #categories-menu-wrapper #categories-menu-btn i {
  height: 16px;
}
/* line 905 */
#core-navigation #categories-menu-wrapper #categories-menu-btn .dia-menu-text {
  display: inline !important;
}
/* line 911 */
#core-navigation #categories-menu-wrapper #categories-menu {
  right: -7px;
}
/* line 916 */
#core-navigation #header-burger {
  margin-left: 15px;
}
@media (min-width: 1px) and (max-width: 767px) {
  /* line 922 */
  /* line 924 */
  /* line 926 */
  #core-navigation #categories-menu-wrapper #categories-menu-btn .dia-menu-text {
    display: inline;
  }
  /* line 931 */
  #core-navigation #categories-menu-wrapper #categories-menu {
    right: 0;
  }
}
/* Bigger then the tablets (burger menu hidden) */
@media (min-width: 1px) and (max-width: 991px) {
  /* line 939 */
  /* Hide the categories menu button on mobile devices */
  /* line 942 */
  /* line 944 */
  /* line 946 */
  #categories-menu-wrapper #categories-menu-btn .dia-menu-text {
    display: none;
  }
}
/* Small devices */
@media (min-width: 1px) and (max-width: 430px) {
  /* line 954 */
  /* Categories menu needs to start more from the right */
  /* line 957 */
  #categories-menu-wrapper {
    position: static;
  }
}
/* IE 11 Fixes  */
@media (-ms-high-contrast: none) {
  /* line 963 */
  /* fix newsletter submit button over the input field */
  /* line 965 */
  /* line 966 */
  #newsletter-form .dia-btn-dark {
    margin-top: -34px !important;
    /* fix categories menu blocks height */
  }
  /* line 972 */
  /* line 974 */
  /* line 976 */
  #categories-menu-wrapper #categories-menu .row > [class*='col-'] {
    display: block;
  }
}
/* line 984 */
.lightbox-curtain {
  position: fixed;
  background: rgba(238, 238, 238, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  cursor: zoom-out;
}
/* line 994 */
.lightbox {
  cursor: zoom-in;
}
/* line 998 */
.lightbox-curtain img {
  position: relative;
}
