@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/opensans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../font/opensans-bold.woff) format('woff');
}
body {
  font-family: 'Open Sans', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2E2E2E;
  font-size: 12px;
  height: 100%;
  background: #FFF url(../images/layout/background.png) center top;
  background-repeat: repeat-x;
  position: relative;
}
.container {
  width: 1000px;
  min-width: 1000px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #00558C;
}
a:visited {
  color: #003471;
}
a:hover {
  color: #003471;
}
/* .pages a { text-decoration: underline; } */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.icon-spacer {
  margin-right: 8px;
}
.navbar-custom .icons {
  display: none;
}
.search.collapse,
.cart.collapse,
.menu.collapse {
  display: block;
}
.navbar-custom {
  min-height: 32px;
  margin: 0;
  min-width: 600px;
  border: 0;
}
.navbar-custom .logo {
  width: 234px;
  height: 80px;
  display: block;
  top: 10px;
  left: 40px;
  position: absolute;
}
.navbar-custom .small-logo {
  display: block;
}
.navbar-custom .large-logo {
  display: none;
}
.navbar-nav-custom {
  float: right;
  border: 1px solid #D0D0D0;
  background-color: #EEE;
  border-top: 0;
  padding: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navbar-nav-custom > li {
  float: left;
}
.navbar-nav-custom > li > a:hover {
  background-color: #DDD !important;
}
.navbar-nav-custom > li > a {
  padding: 0 14px;
  line-height: 24px;
  font-size: 11px;
}
.navbar-nav-custom > li > .dropdown-menu {
  font-size: 11px;
  background-color: #EEE;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-nav-custom > li > .dropdown-menu > li > a:hover {
  background-color: #DDD !important;
  color: #666;
}
.navbar-nav-custom i {
  margin-right: 10px;
  color: #999;
}
.navbar-nav-custom a {
  color: #666;
}
.signup {
  background-color: #E2E2E2;
  cursor: pointer;
}
.btn-signup {
  padding: 3px 0px;
  width: 160px;
  font-size: 11px;
  margin: 0px;
  position: absolute;
  top: 7px;
  right: 0px;
}
.btn-signup i {
  margin-right: 15px;
}
.login-dropdown {
  left: auto;
  right: 0px;
  padding: 5px 10px 10px 10px;
  width: 240px;
}
.login-dropdown .more {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.user-dropdown {
  left: auto;
  right: 10px;
}
.user-dropdown i {
  margin-right: 15px;
}
.input-group {
  margin: 5px;
}
.input-group i {
  margin: 0;
  display: block;
  width: 16px;
}
.btn-orange {
  background-color: #BBB1A5;
  border-color: #968E84;
  color: #FFF;
}
.btn-orange:visited,
.btn-orange:active {
  color: #FFF;
}
.btn-orange:hover {
  background-color: #968E84;
  color: #FFF;
}
.btn-blue {
  background-color: #00558C;
  border-color: #003471;
  color: #FFF;
}
.btn-blue:visited,
.btn-blue:active {
  color: #FFF;
}
.btn-blue:hover {
  background-color: #003471;
  color: #FFF;
}
.header {
  height: 68px;
  position: relative;
}
.header .b2b-badge {
  display: none;
}
@media (min-width: 1000px) {
  .header .search {
    width: 460px;
  }
  .header .b2b-wrapper {
    display: flex;
    grid-gap: 1rem;
  }
  .header .b2b-badge {
    display: flex;
    align-items: center;
    flex: 1;
    color: inherit;
  }
  .header .b2b-badge span {
    text-transform: uppercase;
  }
  .header .b2b-badge img {
    max-width: 100%;
    margin-right: 1rem;
    height: 36px;
  }
  .header .b2b-wrapper .search-form {
    display: flex;
  }
  .header .b2b-wrapper .search-form .searchtext {
    width: 100%;
  }
}
.slideshow {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #EEE;
}
.theme-default .nivo-controlNav {
  position: relative;
  top: -42px;
  z-index: 50000;
}
.nivo-directionNav {
  position: absolute;
  z-index: 50;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 50vw);
  width: 100vw;
}
.nivo-directionNav a {
  width: 34px !important;
  height: 34px !important;
  top: 0;
  opacity: 1 !important;
  background-color: #16120C !important;
  border: 2px #FFF solid !important;
  border-radius: 100%;
}
.preload {
  position: absolute;
}
.search {
  width: 400px;
  position: absolute;
  right: 240px;
  top: 11px;
}
.search .inputwrap {
  float: left;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  margin-right: 0px;
  padding: 8px;
  -webkit-border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.searchtext {
  width: 270px;
  border: 0px;
  height: 18px;
  line-height: 18px;
  background-color: transparent;
  color: #333;
}
.btn-search {
  background-color: #968E84;
  border-color: #968E84;
  font-size: 12px;
  line-height: 34px;
  border-left: 0;
  padding: 0 20px;
  color: #FFF;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-search:hover {
  background-color: #000;
  border-color: #AAA;
  color: #FFF;
}
.twitter-typeahead {
  display: block !important;
}
.tt-dropdown-menu {
  z-index: 5500 !important;
  margin-top: 15px;
  padding: 5px 30px 5px 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.tt-dropdown-menu img {
  height: 30px;
  margin: 3px 5px;
}
.cart {
  position: absolute;
  width: 240px;
  height: 50px;
  right: 0px;
  top: 5px;
  text-align: center;
}
.cart table {
  margin: 9px 0px 0px 70px;
}
.cart td {
  text-align: left;
  padding: 0px 5px;
}
.cart {
  color: #424345;
}
.cart i {
  color: #CAC6C1;
  position: absolute;
  left: 30px;
  top: 8px;
  font-size: 32px;
}
.process {
  background-color: #E5E5E5;
  border: 1px solid #CCC;
  width: 100%;
  height: 50px;
  margin: 10px 0 20px 0;
  overflow: hidden;
}
.process > div {
  float: left;
  overflow: hidden;
}
.step {
  width: 129px;
  height: 50px;
  padding: 6px 15px;
  color: #999;
  display: flex;
  align-items: center;
}
.active {
  color: #222;
}
.step span {
  display: block;
  float: left;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: bold;
}
.step strong {
  font-size: 14px;
}
.arrow {
  width: 60px;
  font-size: 90px;
  line-height: 90px;
  margin-top: -20px;
  height: 90px;
  color: #FFF;
}
.menu {
  width: 100%;
  height: 50px;
  margin: 0px 0 0 0;
  padding: 0 5px;
  list-style-type: none;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu > li {
  flex: auto;
  float: left;
  text-align: center;
  padding: 0px 0px;
  font-size: 13px;
  background: url(../images/layout/spacer.png) right top repeat-y;
}
.menu > li > a {
  color: #FFF;
  padding: 4px;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 42px;
}
.menu > li > a:hover {
  background-color: #1D1D1F;
}
.menu > li.configuratorLink > a {
  background-color: #00558c;
  color: #fff;
}
.menu > li.active > a {
  background-color: #1D1D1F;
  padding-bottom: 0;
  border-bottom: 4px solid #00558C;
}
.menu > li.asale > a {
  background-image: url(../images/layout/action.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.ddmenu {
  border-top: 5px solid #00558C;
  display: none;
  overflow: hidden;
  text-align: left;
  background-color: white;
  position: absolute;
  z-index: 500000;
  padding: 10px 20px;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  grid-template-columns: repeat(3, 1fr);
}
.menu > li:hover .ddmenu {
  display: grid;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  /* -webkit-animation-delay: 1s; animation-delay: 1s; */
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ddcat {
  padding: 10px 5px 10px 85px;
  position: relative;
}
.ddimg {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 20px;
}
.ddimg img {
  width: 65px;
  height: 65px;
}
.ddsubcat {
  font-size: 11px;
}
.ddcat > a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}
.ddsubcat > a {
  color: #555 !important;
  text-decoration: none;
}
.ddsubcat > a:hover {
  color: #555 !important;
  text-decoration: underline;
}
.dropdown-menu {
  margin-top: 0px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  color: #333;
  text-align: left;
}
.dropdown-menu > li > a:hover {
  background-color: #333;
}
/*
.menu .first { background: #164e7f url(); -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); }
.menu .first:hover { background: #0d385e; }
*/
.content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px 15px 30px 15px;
  margin: 0;
}
.sidebar {
  float: left;
  width: 220px;
}
.sidebar h2 {
  font-size: 18px;
  margin: 20px 5px;
}
.categories {
  list-style-type: none;
  padding: 5px 0px;
  border: 1px solid #DDD;
}
.categories li {
  padding: 5px 0px;
  border-bottom: 1px solid #DDD;
}
.categories li.configuratorLink {
  background-color: #00558c;
}
.categories li.configuratorLink a {
  color: #fff;
}
.categories li:last-child {
  border: 0;
}
.categories li a {
  margin: 0px 10px;
  color: #222;
  display: inline-block;
}
.categories li ul {
  font-weight: normal;
  list-style-type: square;
  color: #AAA;
  padding: 0 0 0 30px;
  margin: 5px 0;
}
.categories li ul li {
  padding: 5px 0px;
  border: 0px;
}
.categories li ul li a {
  color: #222;
}
.selected {
  font-weight: bold;
}
.filter {
  padding: 10px 10px 5px 10px;
  border: 1px solid #DDD;
  margin-top: 10px;
}
.rangelabel {
  white-space: nowrap;
}
.rangeslider {
  padding-top: 4px;
}
.stockfilter input {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.filterselect {
  margin: 10px 0;
}
.filterhr {
  margin: 10px 0;
}
.topclass {
  border-bottom: 2px solid #00558C;
  font-weight: normal;
  color: #00558C;
  clear: both;
  margin: 20px 5px 0px 5px;
  padding: 3px 0px;
  font-size: 14px;
}
.topclass span {
  background-color: #00558C;
  font-weight: normal;
  color: #FFF;
  clear: both;
  margin: 0px;
  padding: 3px 10px;
  font-size: 14px;
}
.main {
  width: 700px;
  float: left;
  margin: 5px 20px 5px 30px;
}
.hidesidebar {
  width: 970px;
  float: left;
  margin: 0px;
}
.main h1 {
  font-size: 25px;
  margin: 15px 0px;
}
.main h2 {
  font-size: 20px;
  margin: 15px 0px;
}
.main h3 {
  font-size: 15px;
  margin: 15px 0px;
  font-weight: bold;
}
.main .control {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
  margin: 15px 0;
  color: #555;
}
.main .sort {
  float: right;
  font-weight: bold;
}
.main .sort span {
  margin: 3px 10px;
  display: block;
  float: left;
}
.main .sort button {
  font-size: 12px;
}
.main .sort button i {
  margin-right: 3px;
}
.main .pagination {
  display: block;
}
.main .pagination .pag_next,
.main .pagination .pag_buttons {
  display: flex;
  justify-content: center;
}
.main .pagination .pag_next a {
  min-width: 160px;
  text-align: center;
}
.main .pagination .pag_buttons {
  margin-top: 16px;
}
.main .pagination .pag_buttons a + a {
  margin-left: 6px;
}
@media (max-width: 500px) {
  .main .pagination .pag_buttons a[data-index="next"],
  .main .pagination .pag_buttons a[data-index="prev"] {
    display: none;
  }
}
.action {
  border-bottom: 2px solid #00558C;
  font-weight: normal;
  color: #00558C;
  clear: both;
  margin: 20px 5px 0px 5px;
  padding: 3px 0px;
  font-size: 14px;
}
.action span {
  background-color: #00558C;
  font-weight: normal;
  color: #FFF;
  clear: both;
  margin: 0px;
  padding: 3px 10px;
  font-size: 14px;
}
.actionhr {
  border-bottom: 2px solid #00558C;
  margin-top: 15px;
}
.products {
  margin: 15px -5px 0px 0;
}
.homepageproducts {
  width: 100%;
  margin: 15px 12px 0 18px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.homepageproducts .product {
  width: 100%;
}
@media (max-width: 1200px) {
  .homepageproducts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepagetext {
  padding: 10px 15px 5px 15px;
  margin: 20px 5px;
  color: #555;
}
.product {
  width: 230px;
  padding: 5px 9px;
  height: 360px;
  float: left;
  margin: 5px 5px 0 0;
  position: relative;
  border: 1px solid #FFF;
  background-color: #FFF;
  overflow: hidden;
}
.product:hover {
  border: 1px solid #DDD;
}
.product h2 {
  font-size: 15px;
  text-align: center;
  margin: 5px 0;
  color: #164E7F;
}
.product img {
  position: absolute;
  top: 65px;
}
.product .stock {
  position: absolute;
  top: 190px;
  right: 15px;
  z-index: 10;
  font-size: 10px;
}
.product .symbols {
  position: absolute;
  bottom: 140px;
  right: 15px;
  z-index: 1000;
  display: flex;
  justify-items: flex-end;
  flex-flow: column;
  align-items: flex-end;
}
.product .symbols.smaller {
  /*top: 178px;*/
}
.product .symbols.smaller .stock {
  font-size: 11px;
  font-weight: 600;
}
.product .symbols .btn {
  display: block !important;
  margin-bottom: 5px;
  position: relative !important;
  margin-right: 0;
}
.product .symbols.smaller .free-delivery {
  margin-top: 2px;
}
.product .symbols .stock {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
}
.product .symbols .is-sale {
  background: red;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  border-radius: 0;
}
.product .symbols .free-delivery {
  background: #37B0FF;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  border-radius: 0;
}
.product .symbols .purple {
  background: #4F0A63;
  border-color: #4F0A63;
}
.product .symbols .orange {
  background: #EA7003;
  border-color: #EA7003;
}
.salebadge {
  background: #f85032;
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  text-shadow: 1px 1px 0px #940000;
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 10;
  font-size: 15px;
  display: block;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  background-size: auto 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  /*BFRIDAY*/
  /*
background-image: url(../images/BlackFriday_75_2.png);
width: 75px; height: 75px;
  line-height: 90px;
  border-radius:75px;
text-shadow: none ;
  box-shadow:none;
font-size: 25px;;      */
  background-image: url(../images/vanoce.png);
  width: 50px;
  height: 60px;
  line-height: 70px;
  text-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.product .price {
  position: absolute;
  top: 222px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #00558C;
  background-color: #FFF;
  width: 100%;
  text-align: center;
}
.product .salesprice {
  background-color: #E73827 !important;
  /*BFRIDAY*/
  /*background-color: #000 !important;*/
  background-color: #437136 !important;
  color: #FFF !important;
}
.product .addcart {
  position: absolute;
  bottom: 13px;
  right: 0;
  left: 0;
  text-align: center;
}
.product .pcs {
  float: left;
  width: 40px;
  height: 22px;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
  padding: 0px;
}
.product .product-shorttext {
  position: absolute;
  bottom: 50px;
  height: 50px;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  left: 0;
  padding: 2px 5px;
  font-size: 11px;
  cursor: help;
  text-align: center;
}
.product .product-shorttext:hover {
  height: auto;
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.detail {
  padding: 10px 19px;
  margin: 5px 0 20px 0;
  position: relative;
  border: 1px solid #CCC;
  background-color: #FFF;
}
.product-detail {
  display: grid;
  grid-template-columns: 30% 70%;
}
.product-detail .input-group {
  width: 100%;
}
@media (max-width: 991px) {
  .product-detail {
    grid-template-columns: 100%;
  }
}
.detail .image {
  margin-right: 18px;
  padding: 20px 0px;
  position: relative;
}
.detail .image img {
  max-width: 100%;
}
.detail .image iframe {
  width: 266px;
  margin: 10px 5px;
  border: 1px solid #CCC;
}
.detail h2 {
  font-size: 20px;
  text-align: left;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.detail h3 {
  font-size: 15px;
  text-align: left;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.detail p {
  margin: 20px 0;
}
.detail .addcart {
  padding: 5px 9px;
  margin: 10px 0;
  position: relative;
  border: 1px solid #DDD;
  background-color: #EEE;
}
.detail .addcart .buttons {
  width: 165px;
  float: right;
  margin: 2px 0;
}
.detail .pcs {
  width: 45px;
  height: 22px;
  font-size: 11px;
  margin-bottom: 3px;
  text-align: center;
  padding: 0px;
}
.detail .buy {
  margin-top: 10px;
  width: 100%;
}
.detail .price {
  font-size: 16px;
  margin: 4px 5px;
  display: block;
}
.detail .price strong {
  font-weight: bold;
  color: #BE7817;
}
.detail .before {
  color: #999 !important;
}
.detail .salesprice {
  color: #E73827 !important;
}
.detail .pricenotax {
  font-size: 10px;
  margin: 2px 7px;
  display: block;
  color: #888;
}
.detail .info table {
  width: 100%;
  font-size: 11px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
}
.detail .info table tr {
  border-bottom: 1px solid #DDD;
}
.detail .info table td {
  padding: 2px 2px;
}
.detail .empty {
  width: 15px;
  border-bottom: 0px solid #DDD;
}
.detail .icon-ok {
  color: #409440;
}
.detail .icon-remove {
  color: #D43F3A;
}
.detail .icon-time {
  color: #BE7817;
}
.detail .esttime {
  color: #BE7817;
}
.detail .morethan {
  color: #409440;
}
.detail .tabs {
  border-bottom: 1px solid #CCC;
  margin: 10px -19px;
}
.detail .tabs span {
  cursor: pointer;
  float: left;
  display: block;
  border: 1px solid #CCC;
  background-color: #EEE;
  margin-bottom: -1px;
  margin-left: 10px;
  padding: 5px 15px;
}
.detail .tabs span.active {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}
.detail .hidetab {
  display: none;
}
.detail .tablewrapper {
  float: right;
  border: 1px solid #DDD;
  margin: 0 0 10px 20px;
}
.detail .tab table {
  width: 100%;
}
.detail .tab table td {
  padding: 12px 25px;
  border: 1px solid #DDD;
}
.detail .tab table td p {
  margin: 0px;
  padding: 0px;
}
.detail .tab table th {
  padding: 12px 25px;
  border: 1px solid #DDD;
}
.detail .tab table th p {
  margin: 0px;
  padding: 0px;
}
.detail .tab table tr.even {
  background-color: #EEE;
}
.detail .unitbox {
  width: 100%;
}
.detail .unitbox input {
  text-align: right;
}
.detail .whole {
  background-color: #F9F5F0;
}
.detail .wholelabel {
  background-color: #FAF3EA !important;
}
.detail .pricelabel {
  width: 210px;
  font-weight: bold;
  text-align: left;
  background-color: #F4F4F4;
  color: #777;
}
.detail .unit {
  width: 50px;
}
.detail .unitbox .input-group {
  margin: 1px 0;
}
.detail .recount {
  float: right;
  margin-top: 3px;
  margin-bottom: 10px;
  width: 130px;
}
.detail .thumbnail {
  margin: 10px 5px 0px 5px;
  width: 128px;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.detail .stocktable {
  margin-top: -5px !important;
}
.detail .stockname {
  width: 30px;
  height: 40px;
  vertical-align: middle;
}
.detail .stockvalue {
  width: 18px;
  height: 40px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.detail .help {
  padding: 5px 20px;
  margin: 10px 0;
  position: relative;
  border: 1px solid #DDD;
  background-color: #FFF;
}
.detail .help img {
  float: right;
  margin: -5px -20px -5px 10px;
}
.detail .help .question {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.detail .help span.callto {
  font-size: 16px;
}
.detail .help .number {
  font-weight: bold;
  color: #BE7817;
}
.detail .salebadge {
  right: 20px !important;
  top: 20px !important;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  /*BFRIDAY*/
  /*
      background-image: url(../images/BlackFriday_75_2.png);
      width: 75px; height: 75px;
      line-height: 90px;
      border-radius:75px;
      text-shadow: none ;
      box-shadow:none;
      font-size: 25px;;   */
  background-image: url(../images/vanoce.png);
  width: 70px;
  height: 80px;
  line-height: 90px;
  text-shadow: none;
  box-shadow: none;
  font-size: 15px;
}
.detail .settable {
  font-size: 11px;
  margin-top: 20px;
  vertical-align: middle;
}
.detail .settable td {
  padding: 3px 8px;
  vertical-align: middle;
}
.detail .settable img {
  width: 50px;
}
.counts {
  color: #FFF;
  background-color: #BBB1A5;
  padding: 10px 10px;
  font-size: 15px;
  margin-top: 20px;
}
.count {
  font-size: 20px;
  font-weight: bold;
}
.counts i {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 15px;
}
.counts table td {
  padding: 5px;
}
.cartcontent h2 {
  margin-bottom: 20px;
}
.cartcontent td,
.cartcontent th {
  vertical-align: middle !important;
}
.cartcontent .cart-col1 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col2 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col3 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col4 {
  width: 10%;
  text-align: center;
}
.cartcontent .cart-empty {
  padding: 20px !important;
  text-align: center;
  font-weight: bold;
}
.cartcontent .col-radio {
  width: 8%;
  text-align: center;
  background-color: #F5F1EC;
}
.cartcontent .col-title {
  text-align: left;
  font-weight: bold;
}
.cartcontent .col-price {
  width: 15%;
  text-align: right;
  padding-right: 20px;
}
.cartcontent .cartimage {
  height: 40px;
}
.cartcontent .pcs {
  width: 100%;
  height: 22px;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
  padding: 0px;
}
.cartcontent .pcsunit {
  height: 22px;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
  padding: 0 4px;
}
.cartcontent .ttpost {
  width: 80px;
  height: 22px;
  font-size: 11px;
  margin: 0 5px 0 0;
  text-align: center;
  padding: 0px;
  float: left;
}
.cartcontent .ttlabel {
  margin: 0 5px 0 0;
  float: left;
  padding-top: 3px;
}
footer {
  clear: both;
  background-color: #FFF;
  padding: 20px 0px 10px 0px;
  margin-top: 20px;
  min-width: 1000px;
}
footer hr {
  clear: both;
  border: 0;
  height: 1px;
  background: #DDD;
}
.advantages {
  width: 495px;
  height: 210px;
  float: left;
  margin: 0 15px 0 5px;
  color: #333;
}
.advantages img {
  float: left;
  width: 40px;
  margin: 20px 15px 0 0;
}
.advantages h2 {
  font-size: 12px;
  margin: 17px 0 4px 0;
  font-weight: bold;
}
.advantages p {
  font-size: 10px;
  margin: 0;
}
.facebook {
  width: 350px;
  height: 210px;
  float: left;
  margin: 0;
  padding: 0 14px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
.newsletter {
  width: 495px;
  height: 210px;
  float: left;
  margin: 0 5px 0 15px;
  text-align: center;
}
.newsletter h2 {
  font-size: 20px;
  margin: 12px 0 12px 0;
  text-align: left;
}
.newsletter p {
  margin: 10px 0px;
  line-height: 20px;
  text-align: left;
}
.newsmail {
  margin: 15px auto;
}
.newsletter button i {
  margin-right: 5px;
}
.partners {
  text-align: center;
  margin: 0px;
}
.partners img {
  margin: 15px;
  height: 45px;
}
.footermenu,
.contact {
  margin: 0 30px 0 0;
  padding: 5px 10px;
  float: left;
}
.footermenu span,
.contact span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footermenu ul,
.contact ul {
  list-style-type: none;
  padding: 0;
}
.contact {
  float: right;
  margin: 0 0 0 30px;
}
.banner {
  margin-top: -3px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.message {
  width: 500px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 50px;
}
.notfound {
  text-align: center;
  font-weight: bold;
  margin: 50px 0px;
}
.optional {
  font-weight: normal;
}
.confirm th {
  padding: 10px 25px !important;
  width: 20%;
}
.confirm td {
  padding: 10px 25px !important;
  width: 30%;
}
textarea {
  resize: vertical;
}
#wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1030px;
  width: 2060px;
}
#usp {
  display: flex;
  justify-content: center;
}
.hpbox {
  float: left;
  width: 33%;
  text-align: left;
  padding: 15px 20px 15px 95px;
  margin: 10px 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.hpbox1 {
  background-image: url(../images/layout/hpbox1.png);
}
.hpbox2 {
  background-image: url(../images/layout/hpbox2.png);
}
.hpbox3 {
  background-image: url(../images/layout/hpbox3.png);
}
@media (max-width: 680px) {
  .hpbox {
    background-image: none;
    padding-left: 20px;
  }
}
@media screen and (max-width: 425px) {
  .hpbox {
    padding: 10px;
  }
}
.hpbox h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px;
}
.hpbox p {
  font-size: 11px;
  margin: 10px 0px;
}
.categorynav {
  margin-bottom: 15px;
}
.catnav {
  width: 100%;
  height: 85px;
  padding: 5px 9px;
  float: left;
  margin: 5px 5px 0 0;
  position: relative;
  border: 1px solid #DDD;
  overflow: hidden;
}
.catnav:hover {
  background-color: #EEE;
}
.catnav .catimg {
  width: 65px;
  height: 65px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.catnav .catimg img {
  width: 65px;
  height: 65px;
}
.catnav p {
  color: #333;
  font-size: 10px;
}
.catnav span {
  font-weight: bold;
}
.bigcatimg {
  height: 150px !important;
}
.bigcatimg .catimg {
  width: 130px !important;
  height: 130px !important;
}
.bigcatimg .catimg img {
  width: 130px !important;
  height: 130px !important;
}
.panel-info .panel-heading {
  color: #003471;
  background-color: #E8EFF7;
  border-color: #A0BFE3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-info {
  border-color: #A0BFE3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-success .panel-heading {
  color: #534E47;
  background-color: #E4DED7;
  border-color: #968E84;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-success {
  border-color: #968E84;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addcart h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.addcart .form-group {
  padding-bottom: 20px;
}
.addcart label {
  line-height: 30px;
  font-weight: normal;
}
.addcart .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.addcart .required {
  font-weight: bold;
}
.addcart .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.contactform .form-group {
  padding-bottom: 20px;
}
.contactform label {
  line-height: 30px;
  font-weight: normal;
}
.contactform .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contactform .btn {
  width: 100%;
}
.contactform .required {
  font-weight: bold;
}
.contactform .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.reviewform {
  margin-top: 20px;
}
.reviewform .form-group {
  padding-bottom: 20px;
}
.reviewform label {
  line-height: 30px;
  font-weight: normal;
}
.reviewform .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.reviewform .btn {
  width: 40%;
  margin: 0 30%;
}
.reviewform .required {
  font-weight: bold;
}
.reviewform .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.box {
  width: 252px;
  height: 132px;
  border: 1px solid #CCC;
  position: relative;
  display: block;
  float: left;
  margin: 10px 49px;
}
.box span {
  position: absolute;
  width: 250px;
  height: 25px;
  line-height: 15px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-weight: bold;
}
.features {
  margin-top: 5px;
}
.nounderline {
  text-decoration: none !important;
}
.morewrap a {
  cursor: pointer;
}
.morewrap {
  margin: 10px 0 30px 0;
  text-align: right;
}
.moretext {
  display: none;
  margin-top: 10px;
}
.ramecek {
  border: 1px solid #DDD !important;
  padding: 2px !important;
}
.proimages {
  padding: 20px 0;
}
.pageimage-title {
  margin: 10px 20px 10px 5px;
  border: 1px solid #DDD;
  padding: 2px;
  float: left;
}
.pageimage-title-left {
  margin: 10px 20px 10px 5px;
  border: 1px solid #DDD;
  padding: 2px;
  float: left;
}
.pageimage-title-right {
  margin: 10px 5px 10px 20px;
  border: 1px solid #DDD;
  padding: 2px;
  float: right;
}
.pageimage {
  margin: 5px;
  border: 1px solid #DDD;
  padding: 2px;
  float: left;
}
.refbox {
  float: left;
  margin: 1px;
  border: 1px solid #DDD;
  padding: 2px;
  position: relative;
}
.refboxtext {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  background-color: rgba(30, 30, 30, 0.8);
  padding: 10px 20px;
  width: 100%;
  top: 140px;
  font-size: 15px;
  margin: -2px;
}
.refitem {
  border: 1px solid #DDD;
  padding: 5px 15px 0px 15px;
  margin-bottom: 10px;
}
.refitem h2 {
  margin-top: 5px;
}
.refitem p {
  text-align: justify;
}
.refhref {
  text-decoration: none !important;
  color: #2E2E2E !important;
}
.lasttable {
  font-size: 11px;
  margin-top: 20px;
  vertical-align: middle;
}
.lasttable td {
  padding: 3px 8px;
  vertical-align: middle !important;
}
.lasttable img {
  width: 50px;
}
.star {
  float: left;
  margin-right: 1px;
}
.tddate {
  width: 120px;
}
.reviewname {
  line-height: 18px;
  float: left;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
#upsale {
  display: none;
  padding: 5px 10px 0 15px;
}
#upsale .center {
  margin-top: 15px;
}
.fancybox-skin {
  background-color: #FFF !important;
}
.mimage {
  float: left;
  margin: 5px 10px 5px 0;
}
.mobile {
  display: none;
  text-align: center;
  background: #DDD;
  padding: 10px;
  width: 100%;
}
@media (max-width: 999px) {
  .mobile {
    display: block;
  }
}
.mobileonly {
  display: none;
}
.slidernormal {
  display: block;
}
.slidermobile {
  display: none;
}
.selecttext {
  text-align: center;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0px solid #000;
  border-radius: 6px;
  background: #006BB2;
  color: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #FFF;
  background: #006BB2;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #FFF transparent transparent transparent;
}
.select_line {
  position: absolute;
  top: 7px;
  right: 35px;
  width: 1px;
  height: 25px;
  background-color: #3F90C5;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #FFF;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #CCC;
}
/* ------ */
.sharingbuttons {
  margin: 15px;
}
.sharingbuttons a {
  text-decoration: none !important;
}
.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}
.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}
.resp-sharing-button__wrapper {
  display: inline-block;
}
.resp-sharing-button--facebook {
  background-color: #3B5998;
  border-color: #3B5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2D4373;
  border-color: #2D4373;
}
.resp-sharing-button--twitter {
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795E9;
  border-color: #2795E9;
}
.resp-sharing-button--google {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #C23321;
  border-color: #C23321;
}
.resp-sharing-button--email {
  background-color: #444;
  border-color: #444;
}
.resp-sharing-button--email:hover .resp-sharing-button--email:active {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
.resp-sharing-button--pinterest {
  background-color: #CC2127;
  border-color: #CC2127;
}
.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #A01A1F;
  border-color: #A01A1F;
}
.product .stock.green {
  background: #28A314;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 2px 10px;
  font-weight: 500;
}
.product .stock.remaining {
  background: #4a51c3;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 2px 10px;
  font-weight: 500;
}
#showrating {
  float: right;
  margin-top: 12px;
}
div.in-stock-message {
  font-size: 13px;
  float: left;
  padding: 10px 0 0;
  margin: 0;
  position: relative;
}
div.in-stock-message .red {
  color: red;
  text-decoration: none;
}
div.in-stock-message .green {
  color: #28A314;
  border-bottom: 1px solid #28A314;
}
div.in-stock-message .green:hover {
  border-bottom-color: transparent;
}
div.in-stock-button {
  background: #28A314;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  float: right;
  padding: 6px 10px 5px;
  margin: -2px 0 0;
  position: relative;
}
.delivery-bubble {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 100%;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 0 5px 3px #00000029;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 999;
  display: none;
}
div.in-stock-message:hover .delivery-bubble {
  display: block;
}
div.in-stock-button:hover .delivery-bubble {
  display: block;
}
div.in-stock-button .delivery-bubble {
  transform: translate(-50%, -10px);
}
.delivery-bubble:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  clear: both;
}
.delivery-bubble h3 {
  border: 0;
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 800;
  color: #00558C;
  margin: 0 0 10px;
  padding: 0;
}
.delivery-bubble table {
  margin: 0 !important;
}
.delivery-bubble table tr {
  border-bottom: 0 !important;
}
.delivery-bubble table tr td {
  color: #636567;
  font-size: 13px;
  border: 0;
  padding: 3px 0px !important;
}
.delivery-bubble table tr td i.fa {
  color: #000;
  margin-right: 5px;
}
.delivery-bubble table tr td:nth-child(2),
.delivery-bubble table tr td:nth-child(3) {
  text-align: center;
}
.delivery-bubble table tr td span.green {
  color: #2BA417;
}
.delivery-bubble table tr td span.gold {
  color: #A06D2B;
}
.delivery-bubble table tr td:last-child {
  text-align: right;
}
.delivery-bubble table tr td a {
  color: #2B2C2A;
  font-size: 12px;
  text-decoration: underline;
}
.delivery-bubble table tr td a:hover {
  text-decoration: none;
}
.filter {
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 20px 0 0;
}
.filter-title {
  font-size: 13px;
  font-weight: 800;
  color: #ADADAD;
  margin-bottom: 5px;
}
.filter .rangeslider .heading,
.filter .heading {
  width: 100%;
  display: block;
  text-align: center;
  color: #424345;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}
.filter .rangeslider .heading {
  margin-bottom: 10px;
}
.filter .rangeslider {
  padding-top: 0;
}
.filter .rangeslider .slider-price-value {
  position: absolute;
  top: -20px;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 11px;
  color: #A3A3A3;
  font-weight: 500;
}
.filter .rangeslider #slider-range,
.filter .rangeslider .slider-range {
  border-color: #DDD;
}
.filter .rangeslider .ui-slider-horizontal {
  height: 7px;
}
.filter .rangeslider .ui-slider-horizontal .ui-slider-handle {
  margin-top: -2px;
  background: #FFF !important;
  border-color: #ACACAC !important;
  outline: none !important;
}
.filter .rangeslider .ui-slider-horizontal .ui-slider-range {
  background: #F5F5F5;
  height: 5px;
}
.filter .rangelabel input[type="checkbox"] {
  margin-right: 5px;
}
.filter .select select {
  padding: 8px 20px 8px 15px;
  border-radius: 3px;
  z-index: 99999;
  position: relative;
  background: transparent;
}
.filter .select {
  background: #006BB2;
  border-radius: 3px;
}
.filter .select:after {
  position: absolute;
  right: 0;
  top: 3px;
  height: 26px;
  border-left: 1px solid #3F90C5;
  width: 30px;
  content: "\f107";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.filter .mobile-price-value {
  display: none;
}
.filter .mobile-price-value {
  display: block;
  float: left;
  margin: 10px;
  padding: 4px 10px;
  border: 1px solid #DDD;
  background: #FFF;
  border-radius: 4px;
  margin-left: 0;
}
.filter .mobile-price-value.right {
  float: right;
  margin-right: 0;
}
.filter .slider-price-value {
  display: none;
}
.filter .rangeslider {
  padding-right: 25px !important;
}
.filter .select select option {
  color: #222;
}
#cookie_directive_container {
  min-height: auto;
  display: block;
  width: 100%;
  background-color: #A8ADAE;
  color: #FFF;
  padding: 10px;
  z-index: 10000001;
  font-size: 15px;
  position: fixed;
  top: 0;
}
#cookie_directive_container .text-muted,
#cookie_directive_container a {
  color: #FFF;
  display: inline;
}
#cookie_directive_container a {
  text-decoration: underline;
}
#cookie_directive_container #cookie_accept {
  height: auto;
  margin: 0px 30px;
}
#cookie_directive_container #confirm {
  background-color: #EEF3F7;
  border-radius: 0;
  text-decoration: none;
  color: #3D4951;
  border: none;
  margin: 0px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ebf1f5+100 */
  background: #FFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFF 1%, #EBF1F5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFF 1%, #EBF1F5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFF 1%, #EBF1F5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf1f5', GradientType=0);
  /* IE6-9 */
}
#cookie_directive_container .fa {
  font-size: 30px;
  float: left;
  margin-right: 20px;
}
body.withConsent {
  margin-top: 62px;
  background-position-y: 62px;
}
@media (max-width: 999px) {
  #cookie_directive_container {
    position: fixed;
    top: initial;
    bottom: 0;
  }
  body.withConsent {
    margin-top: 0px;
    background-position-y: 0px;
  }
}
.miwo-viewport {
  position: relative;
  z-index: 4900;
}
.miwo-viewport {
  position: relative;
  z-index: 4900;
}
td.col-post,
td.col-radio {
  position: relative;
}
.tooltip-error {
  position: absolute;
  background: #FFF;
  padding: 6px;
  font-size: 11px;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  left: 50px;
  top: 45px;
}
.tooltip-error:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFF;
  border: 1px solid #B5B5B5;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -6px;
  left: 12px;
}
.tooltip-error .fa {
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  background: #FFB600;
  margin-right: 5px;
  color: #FFF;
}
.fancybox-inner .watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
}
.detail .image a[data-watermark] {
  position: relative;
  display: block;
  float: left;
}
.detail .image a[data-watermark]:before {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 80px;
  height: 40px;
  content: '';
  background-size: 80px 40px;
}
.searchtext {
  outline: none;
}
.search {
  padding-bottom: 20px;
}
.search .whisperer .products {
  margin: 0;
}
.search .whisperer {
  position: absolute;
  left: 0;
  top: 40px;
  background: #FFF;
  width: 95%;
  border: 1px solid #DDD;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  max-height: 400px;
  overflow: auto;
}
.search .whisperer:empty {
  display: none;
}
.search .whisperer .heading {
  margin: 0;
  font-size: 11px;
  padding: 10px;
  background: #FDFDFD;
  border-bottom: 1px solid #DDD;
  font-weight: 600;
  color: #565656;
}
.search .whisperer .heading:not(:first-child) {
  border-top: 1px solid #DDD;
}
.search .whisperer .item {
  float: left;
  width: 100%;
  padding: 10px;
}
.search .whisperer a:nth-child(odd) .item {
  background: #FDFDFD;
}
.search .whisperer .item .image {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.search .whisperer .item .image img {
  max-width: 100%;
  max-height: 150px;
}
.search .whisperer .item p {
  float: right;
  width: 80%;
}
.search .whisperer .item p.full {
  width: 100%;
}
.search .whisperer .item p .description {
  display: block;
  font-size: 11px;
  color: #666;
  max-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}
.wide-web-message {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.wide-web-message div {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  font-weight: bold;
  font-size: 14px;
  animation: marquee 30s linear infinite;
}
@media (max-width: 768px) {
  .wide-web-message div {
    animation: marquee 30s linear infinite;
  }
}
.wide-web-message:hover div {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.quick-load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DDD;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.7);
}
.spinner div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0D3349;
  margin: -4px 0 0 -4px;
}
.spinner div:nth-child(1) {
  animation-delay: -0.036s;
}
.spinner div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.spinner div:nth-child(2) {
  animation-delay: -0.072s;
}
.spinner div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.spinner div:nth-child(3) {
  animation-delay: -0.108s;
}
.spinner div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.spinner div:nth-child(4) {
  animation-delay: -0.144s;
}
.spinner div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.spinner div:nth-child(5) {
  animation-delay: -0.18s;
}
.spinner div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.spinner div:nth-child(6) {
  animation-delay: -0.216s;
}
.spinner div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.spinner div:nth-child(7) {
  animation-delay: -0.252s;
}
.spinner div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.spinner div:nth-child(8) {
  animation-delay: -0.288s;
}
.spinner div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.warranty {
  width: 128px;
  height: 94px;
  float: left;
}
.warranty .icon {
  width: 128px;
  height: 94px;
  display: block;
  line-height: 94px;
  text-align: center;
  font-size: 28px;
}
.warranty .icon.limited {
  background-image: url("../images/omezena-zaruka_bez_cisla.png");
  color: #4F0A63;
}
.warranty .icon.extended {
  background-image: url("../images/prodlouzena-zaruka_bez_cisla.png");
  color: #FFD700;
}
.warranty:hover {
  text-decoration: none;
}
.grade {
  border: 4px #A6ACAC solid;
  width: 128px;
  height: 94px;
  text-align: center;
  float: left;
  margin: 10px;
  color: black;
}
.grade:hover,
.grade:active,
.grade:visited {
  color: black;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.grade .t {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.grade .arrow {
  width: 50px;
  height: 15px;
  line-height: 15px;
  background-color: #D4DAD8;
  color: #FFF;
  font-size: 12px;
  display: block;
  float: none;
  margin: 5px auto;
  text-align: left;
  padding: 0px 5px;
  font-weight: bold;
  position: relative;
}
.grade .arrow:after {
  position: absolute;
  left: 100%;
  bottom: 2px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 11px;
  height: 11px;
  background: #D4DAD8;
  content: '';
}
.grade.new .arrow.colored,
.grade.new .arrow.colored:after {
  background-color: #2E9440;
}
.grade.unpacked .arrow.colored,
.grade.unpacked .arrow.colored:after {
  background-color: #4F0A63;
}
.grade.grade2nd .arrow.colored,
.grade.grade2nd .arrow.colored:after {
  background-color: #EA7003;
}
.sale-event-message .button {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 15px;
  margin: 0;
  position: relative;
}
.sale-event-message .button.free-delivery {
  background: #37B0FF;
  border-color: #37B0FF;
}
.sale-event-message .button.free-delivery:after {
  border-color: #37B0FF transparent transparent transparent;
}
.sale-event-message .button.second-grade {
  background: #EA7003;
  border-color: #EA7003;
}
.sale-event-message .button.second-grade:after {
  border-color: #EA7003 transparent transparent transparent;
}
.sale-event-message .button.unpacked {
  background: #4F0A63;
  border-color: #4F0A63;
}
.sale-event-message .button.unpacked:after {
  border-color: #4F0A63 transparent transparent transparent;
}
.sale-event-message .button i {
  margin-left: 5px;
}
.sale-event-message .button:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  content: '';
  position: absolute;
  right: -9px;
  top: -1px;
}
.sale-event-message .button .tooltip {
  position: absolute;
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  width: 380px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  white-space: initial;
  bottom: 32px;
  left: 88%;
  transform: translate(-50%, 0);
  display: none;
}
.sale-event-message .button:hover .tooltip {
  display: block;
  opacity: 1;
}
.sale-event-message .button .tooltip:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #FFF;
  content: '';
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.sale-event-message .button .tooltip p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #444;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}
.sale-event-message .button .tooltip p.heading {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}
.sale-event-message .button.free-delivery .tooltip p.heading {
  color: #026AB2;
}
.sale-event-message .button.second-grade .tooltip p.heading {
  color: #EA7003;
}
.sale-event-message .button.unpacked .tooltip p.heading {
  color: #4F0A63;
}
.sale-event-message .button .tooltip p.heading i {
  width: 15px;
  text-align: center;
  line-height: 17px;
  height: 17px;
  color: #FFF;
  margin: 0 5px 0 0;
}
.sale-event-message .button .tooltip p.heading i {
  background: #026AB2;
}
.sale-event-message .button.second-grade .tooltip p.heading i {
  background: #EA7003;
}
.sale-event-message .button.unpacked .tooltip p.heading i {
  background: #4F0A63;
}
.sale-event-message .remaining {
  background: #4a51c3;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 15px;
  margin: 0;
  border: 0;
  margin-right: 10px;
  position: relative;
}
.sale-event-message .remaining:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: #4a51c3 transparent transparent transparent;
  content: '';
  position: absolute;
  right: -9px;
  top: 0px;
}
#frm-downloadForm #snippet--order-status .fa-check {
  color: green;
}
#frm-downloadForm #snippet--order-status .fa-times {
  color: red;
}
#frm-downloadForm label.required:after {
  content: "*";
  padding-left: 5px;
  color: red;
}
#frm-downloadForm input[type='radio'] ~ label,
#frm-downloadForm input[type='checkbox'] ~ label {
  padding-right: 0;
  padding-left: 5px;
  display: inline-block;
}
#frm-downloadForm input[type='text'] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#frm-downloadForm .error {
  background-color: #D2322D;
  border-color: #AC2925;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
}
#frm-downloadForm .btn {
  margin-right: 5px;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#frm-downloadForm .bg {
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
#frm-downloadForm.busy button[name='s'] {
  cursor: not-allowed;
}
#frm-downloadForm.busy button[name='s']::before {
  margin-right: 25px;
  font-size: 13px;
  content: "\f110";
  font-family: FontAwesome;
  display: inline-block;
  transform-origin: center center;
  animation-name: fa-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#tabfiles td {
  position: relative;
}
.downloadPixel {
  width: 7px;
  height: 7px;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.only-mobile {
  display: none;
}
@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }
}
.free-delivery-banner-homepage {
  width: 100%;
  float: left;
  padding: 9px 9px 9px 30px;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.free-delivery-banner-homepage > p {
  float: left;
  width: 60%;
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #4D4E50;
  margin: 10px 0 0;
}
.free-delivery-banner-homepage .blue {
  float: right;
  width: 40%;
  background: #37B0FF;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.free-delivery-banner-homepage .blue:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #37B0FF transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
.free-delivery-banner-homepage .darkblue {
  float: right;
  width: 40%;
  background: #006BB2;
  padding: 0px 10px 00px 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.free-delivery-banner-homepage .darkblue .icon {
  display: inline-block;
  background-color: white;
}
.free-delivery-banner-homepage .darkblue:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #006BB2 transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
.free-delivery-banner-homepage .blue .icon {
  width: 33%;
  float: right;
}
.free-delivery-banner-homepage .blue .icon img {
  width: 100%;
}
.free-delivery-banner-homepage .blue p {
  width: 60%;
  float: left;
  display: block;
  margin: 0;
  color: #FFF;
  font-weight: 400;
  font-size: 30px;
}
.stockvalue div.remaining {
  background: #4a51c3;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  float: right;
  padding: 6px 10px 5px;
  margin: -2px 0 0;
  margin-right: 6px;
  position: relative;
}
.app-slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 12px;
  opacity: 1;
  background: #4c4c4c;
  border: 2px solid #fff;
}
.app-slider .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #000;
  outline: 1px solid #fff;
}
.app-slider .swiper-button-prev,
.app-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4c4c4c;
  border: 2px solid #fff;
  color: #fff;
}
.app-slider .swiper-button-prev::after,
.app-slider .swiper-button-next::after {
  font-size: 18px;
}
.app-slider .swiper-button-prev:hover,
.app-slider .swiper-button-next:hover {
  background: #fff;
  border-color: #000;
  color: #000;
  outline: 1px solid #fff;
}
.app-slider img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
}
@media (max-width: 999px) {
  .app-slider img {
    height: 100%;
  }
}
.container {
  width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
#main-content {
  display: flex;
  flex-flow: wrap row;
  padding: 2rem 0;
  grid-gap: 3.75rem;
}
#main-content,
#main-content *,
#main-content *::before,
#main-content *::after {
  box-sizing: border-box;
}
#main-content .free-delivery-banner-big {
  float: none;
}
#main-content .sidebar {
  flex: 0 0 220px;
}
#main-content .main {
  flex: 1;
  width: auto;
  margin: 0;
}
#main-content > .clear {
  display: none;
}
#main-content .free-delivery-bordered {
  float: none;
  width: 100%;
  clear: both;
  display: block;
}
#main-content .free-delivery-banner-big {
  display: flex;
}
#main-content .categorynav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 1200px) {
  #main-content .categorynav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  #main-content .categorynav {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main-content .products {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
#main-content .products .product {
  width: 100%;
}
@media (max-width: 1200px) {
  #main-content .products {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (max-width: 860px) {
  #main-content .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  #main-content .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
#main-content .pagination {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: -1;
}
/*# sourceMappingURL=layout.css.map */