body {
  background-color: #eeeaeb;
}
.background {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.background:before {
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: -1;
}
body {
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M1%203h1v1H1V3zm2-2h1v1H3V1z%22%3E%3C/path%3E%3C/svg%3E');
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tmpl-menuBar {
  width: 100%;
  height: 55px;
  line-height: 55px;
  position: fixed;
  z-index: 1001 !important;
  background-color: #3b5669;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5669), to(#293b48));
  background: -webkit-linear-gradient(top, #3b5669 0%, #293b48 100%);
  background: -moz-linear-gradient(top, #3b5669 0%, #293b48 100%);
  background: -o-linear-gradient(top, #3b5669 0%, #293b48 100%);
  background: linear-gradient(to bottom, #3b5669 0%, #293b48 100%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 0 18px;
  text-align: left;
  font-size: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 900px) {
  .tmpl-menuBar {
    display: block;
  }
}
.tmpl-menuBar a {
  color: #ffffff !important;
}
.tmpl-leftButtons,
.tmpl-rightButtons {
  display: inline;
}
.tmpl-rightButtons {
  float: right;
}
.tmpl-rightButtons i {
  margin-left: 12px;
}
.tmpl-searchBox {
  display: inline-block;
  float: right;
  margin-top: 12px;
}
.tmpl-searchBox input {
  font-size: 16px;
}
.tmpl-menu {
  background-color: #eeeaeb;
  color: #333333;
  overflow: hidden;
  padding-top: 55px;
}
.tmpl-menu .tmpl-moduleHeader,
.tmpl-menu .tmpl-module,
.tmpl-menu .pure-form {
  display: none;
}
.tmpl-menu .tmpl-module.tmpl-mobilemenu {
  display: block;
}
.tmpl-menu h3 {
  margin: 0 0 5px 0;
  padding: 10px 10px 0 15px;
  border-bottom: 1px solid #ddd;
  color: #333333;
}
.tmpl-sheet {
  display: block;
  text-align: left;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  background-color: white;
  width: 1000px;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.hidden {
  display: none !important;
}
.tmpl-navbar {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.tmpl-sidebar {
  width: 200px;
  display: block;
  vertical-align: top;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tmpl-sidebar-left {
  float: left;
}
.tmpl-sidebar-right {
  float: right;
}
@media (max-width: 900px) {
  .tmpl-sidebar {
    display: none;
  }
}
.tmpl-content {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 900px) {
  .tmpl-content {
    width: 100%;
  }
}
.tmpl-sidebar .tmpl-module {
  margin-bottom: 10px;
}
.tmpl-moduleHeader {
  font-family: "Open Sans Bold";
  font-size: 12.5px;
  color: #ffffff;
  padding: 7px 0 7px 7px;
  background-color: #3b5669;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5669), to(#324959));
  background: -webkit-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -moz-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -o-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: linear-gradient(to bottom, #3b5669 0%, #324959 100%);
}
.tmpl-moduleHeader {
  border: 0px solid #d5d5d5;
}
.tmpl-module.tmpl-module-block {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}
.tmpl-module-block .tmpl-moduleBody {
  padding: 7px;
  color: #333333;
}
.tmpl-module.tmpl-module-block {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #eeeaeb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeaeb), to(#e3dcde));
  background: -webkit-linear-gradient(top, #eeeaeb 50%, #e3dcde 100%);
  background: -moz-linear-gradient(top, #eeeaeb 50%, #e3dcde 100%);
  background: -o-linear-gradient(top, #eeeaeb 50%, #e3dcde 100%);
  background: linear-gradient(to bottom, #eeeaeb 50%, #e3dcde 100%);
  border: 1px solid #d5d5d5;
}
.tmpl-moduleHeader {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.tmpl-module-block .tmpl-moduleBody {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.tmpl-moduleBody a {
  color: #2b5973;
  line-height: 1.4em;
}
.tmpl-moduleBody a:hover {
  color: rgba(43, 89, 115, 0.8);
  text-decoration: none;
}
.tmpl-menu-horizontal {
  font-family: "Open Sans Bold";
  background-color: #3b5669;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5669), to(#324959));
  background: -webkit-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -moz-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -o-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: linear-gradient(to bottom, #3b5669 0%, #324959 100%);
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0 10px;
  border-bottom: 0px solid #000000;
}
.tmpl-menu-horizontal li {
  display: inline-block;
  font-size: 13px;
  line-height: 38px;
  padding-left: 3px;
  padding-right: 3px;
}
.tmpl-menu-horizontal li:first-child {
  padding-left: 0;
}
.tmpl-menu-horizontal li:last-child {
  border-right: 0;
  padding-right: 0;
}
.tmpl-menu-horizontal a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.tmpl-menu-horizontal li {
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.tmpl-menu-horizontal a {
  padding: 6px 12px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border-left: 1px solid #eeeaeb;
  border-right: 1px solid #eeeaeb;
}
.tmpl-menu-horizontal a {
  padding: 5px 12px;
  border-top: 1px solid #eeeaeb;
  border-bottom: 1px solid #eeeaeb;
}
.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
  background-color: #414141;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#343434));
  background: -webkit-linear-gradient(top, #414141 0%, #343434 100%);
  background: -moz-linear-gradient(top, #414141 0%, #343434 100%);
  background: -o-linear-gradient(top, #414141 0%, #343434 100%);
  background: linear-gradient(to bottom, #414141 0%, #343434 100%);
  color: #ffffff;
  border-color: #ffffff;
}
.tmpl-menu-horizontal a.active {
  background-color: #eeeaeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeaeb), to(#e3dcde));
  background: -webkit-linear-gradient(top, #eeeaeb 0%, #e3dcde 100%);
  background: -moz-linear-gradient(top, #eeeaeb 0%, #e3dcde 100%);
  background: -o-linear-gradient(top, #eeeaeb 0%, #e3dcde 100%);
  background: linear-gradient(to bottom, #eeeaeb 0%, #e3dcde 100%);
  color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.tmpl-footer {
  text-align: center;
  clear: both;
  background-color: #3b5669;
  background: -webkit-gradient(linear, left top, left bottom, from(#3b5669), to(#324959));
  background: -webkit-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -moz-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: -o-linear-gradient(top, #3b5669 0%, #324959 100%);
  background: linear-gradient(to bottom, #3b5669 0%, #324959 100%);
  color: #eeeaeb;
  padding-bottom: 1px;
  padding-top: 15px;
  font-size: 12px;
}
.tmpl-footer .tmpl-menu-horizontal {
  background: none;
  border: none;
  height: 42px;
}
.tmpl-footer .tmpl-menu-horizontal li,
.tmpl-footer .tmpl-menu-horizontal li:hover {
  background-color: transparent !important;
  border: none;
  margin: 0;
  line-height: 42px;
}
.tmpl-footer .tmpl-menu-horizontal li:last-child {
  border: none;
}
.tmpl-footer .tmpl-menu-horizontal a,
.tmpl-footer .tmpl-menu-horizontal a:focus {
  color: #ffffff !important;
  background: transparent;
  padding: 12px;
  margin-top: 0;
  height: auto;
  border: none;
}
.tmpl-footer .tmpl-menu-horizontal a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent;
}
.tmpl-footer p {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.tmpl-categories div {
  margin-bottom: 10px;
}
.category {
  width: 32%;
}
.product {
  width: 32%;
}
.categoryImage {
  width: 140px;
  height: 140px;
}
.productImage {
  width: 160px;
  height: 160px;
}
.categoryImage img {
  max-width: 140px;
  max-height: 140px;
}
.productImage img {
  max-width: 160px;
  max-height: 160px;
}
.button.primary {
  background-color: #3b5669;
  color: #ffffff !important;
  border: 1px solid #3b5669;
  -webkit-box-shadow: 0 0 5px rgba(22, 33, 40, 0.4);
  -moz-box-shadow: 0 0 5px rgba(22, 33, 40, 0.4);
  box-shadow: 0 0 5px rgba(22, 33, 40, 0.4);
}
.button.primary:hover {
  background-color: #446379;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.secondary {
  background-color: #f1f1f1;
  color: #333333 !important;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(190, 190, 190, 0.4);
  -moz-box-shadow: 0 0 5px rgba(190, 190, 190, 0.4);
  box-shadow: 0 0 5px rgba(190, 190, 190, 0.4);
}
.button.secondary:hover {
  background-color: #fefefe;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tmpl-sidebar .shopAsGuest {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
.tmpl-sidebar .SumoSelect,
.tmpl-sidebar .SumoSelect .SelectBox .code {
  background-color: #eeeaeb;
  color: #333333 !important;
  border-color: #333333 !important;
}
.tmpl-sidebar .SumoSelect.open {
  background-color: #d7ced0;
}
.tmpl-sidebar .SumoSelect .code {
  background-color: transparent;
}
.tmpl-originalView {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .imageBannerDoubleSide {
    display: block;
    width: 100%;
  }
  .listingAddToCartButtonSmall {
    background-color: #3b5669;
    color: #ffffff !important;
    border: 1px solid #3b5669;
  }
}
@media screen and (max-width: 900px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px !important;
  }
  .tmpl-sheet {
    display: inline-block;
    width: 100%;
    margin: 55px 0 0 0;
  }
  .tmpl-navbar {
    display: none;
  }
  .mainContent {
    padding: 0 8px;
  }
  .listElements {
    padding: 0 !important;
  }
  table.brochureCategories div {
    -webkit-background-size: 90% 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
  }
  .kiadvany {
    width: 49% !important;
  }
  .priceRangeDiv {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .brandsDropdown,
  .orderingDropdownDiv {
    width: 49.4% !important;
  }
  .searchInCategory {
    display: none !important;
  }
  .ui-slider-handle {
    width: 2em !important;
    height: 2em !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    top: -0.7em !important;
    margin-left: -1em !important;
  }
  .productImages,
  .productDetails {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  video {
    max-width: 100%;
    height: auto;
  }
  .mainContent table {
    width: 100% !important;
  }
  .listingPlusMinus .button.secondary {
    width: 34px !important;
    height: 34px !important;
    line-height: 30px !important;
    display: inline-block;
  }
  .listingPlusMinus {
    width: 72px !important;
    height: 34px !important;
  }
  .listingAddToCart .button.primary {
    height: 20px !important;
  }
  .listingProductName {
    font-size: 16px;
  }
  .listingPrices,
  .listingPrice {
    font-size: 15px !important;
  }
  .mobileHidden {
    display: none;
  }
  .cleanTable {
    font-size: 13px !important;
  }
  .checkoutTotal td {
    min-width: auto !important;
  }
  .searchResults {
    right: 20px;
    line-height: 10px;
    max-height: 300px;
    overflow: scroll !important;
  }
  .tmpl-searchIcon {
    margin-left: 5px !important;
  }
  .productTitle {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .titleText {
    line-height: 30px !important;
  }
  .largeButton {
    height: auto !important;
  }
  h3 {
    line-height: 24px !important;
  }
  .tmpl-menu-horizontal {
    height: auto !important;
    background-color: transparent;
    background: none;
    padding: 0;
    border-bottom: 0;
  }
  .tmpl-menu-horizontal li {
    font-family: "Open Sans Bold";
    display: block;
    font-size: 14px;
    padding: 3px 0;
    line-height: 32px !important;
    text-align: left;
    border: none;
  }
  .tmpl-menu-horizontal li:hover {
    background-color: #d7ced0 !important;
  }
  .tmpl-menu-horizontal a,
  .tmpl-menu-horizontal a.active {
    text-decoration: none !important;
    color: #2b5973 !important;
    padding: 0 15px !important;
    display: inline-block;
    width: 100%;
    background: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin-top: 0;
    height: auto;
  }
  .tmpl-menu-horizontal a:hover {
    border-bottom: 0;
  }
  .tmpl-categories div {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .tmpl-footer .tmpl-menu-horizontal li {
    text-align: center;
  }
  .tmpl-footer .tmpl-menuitem {
    margin-bottom: 6px;
  }
  .category {
    width: 49.2%;
  }
  .categoryImage {
    width: 115px;
    height: 115px;
  }
  .categoryImage img {
    max-width: 115px;
    max-height: 115px;
  }
  .productImage img {
    max-width: 250px;
    max-height: 250px;
  }
  .product {
    width: 100%;
    margin-right: 0 !important;
  }
  .productImage {
    width: 100%;
  }
  a.externalLink {
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 3px 15px 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  table.brochureCategories div {
    -webkit-background-size: 110px 110px;
    -moz-background-size: 110px;
    -o-background-size: 110px;
    background-size: 110px;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  .kiadvany {
    width: 32% !important;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  .priceRangeDiv {
    width: 60% !important;
  }
  .brandsDropdown,
  .orderingDropdownDiv {
    width: 39% !important;
  }
  .searchInCategory {
    display: inline-block !important;
    width: 60%;
  }
  .searchInCategory input {
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  .productImages,
  .productDetails {
    width: 49% !important;
  }
}
@media screen and (max-width: 900px) and (max-aspect-ratio: 13/9) {
  .socialButtons {
    margin: 20px 0 10px !important;
  }
  .signupInput {
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) and (max-aspect-ratio: 13/9) {
  .orderDone {
    padding: 5px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  .category {
    width: 32.2%;
  }
}
@media screen and (max-width: 900px) and (min-aspect-ratio: 13/9) {
  .product {
    width: 49%;
  }
}
