#header {
  height: 100px;
  color: #ffffff;
  background: #4a94d9;
  padding: 0;
  border-top: none;
  margin-top: 20px;
}
@media screen and (max-width: 499px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    height: 80px;
    background: #4a94d9;
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #header {
    height: 80px;
    background: #4a94d9;
  }
}
#header #logo {
  max-height: 100px;
  max-width: 500px;
  float: left;
  margin: 0px;
  border: none;
  position: relative;
  padding: 10px 25px;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #logo {
    padding: 30px 10px 22px 10px;
    max-width: 260px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #logo {
    max-height: 80px;
    padding: 15px 10px;
    max-width: 280px;
  }
}
#header .logo {
  display: block;
  height: 80px;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header .logo {
    height: 50px;
    background: none;
    padding: 0;
    margin: 0;
  }
}
#header #header-content {
  height: 100px;
  width: 500px;
  float: right;
}
@media screen and (min-width: 1550px) {
  #header #header-content {
    width: 1000px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #header #header-content {
    width: 750px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content {
    width: 485px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content {
    width: 200px;
    height: 80px;
    margin: 0;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content {
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #header #header-content {
    display: block !important;
    padding-right: 5px;
  }
}
#header #header-content ul.top-buttons {
  display: flex;
  height: 100px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
#header #header-content ul.top-buttons .top-button {
  display: flex;
  border: 1px solid white;
  border-radius: 5px;
  margin: 15px;
  flex-grow: 1;
  align-items: center;
  padding: 5px 10px;
  box-shadow: 2px 2px 5px #00000054;
}
#header #header-content ul.top-buttons .top-button a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
#header #header-content ul.top-buttons .top-button img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
#header #header-content ul.top-buttons .top-button span {
  white-space: nowrap;
}
#header #header-content #search {
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: none;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1050px) and (max-width: 1299px) {
  #header #header-content #search {
    display: list-item;
  }
}
#header #header-content #search .search-input {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 3px;
  font-size: 16px;
  margin-right: -36px;
  height: 27px;
  display: inline-block;
  width: 200px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #header #header-content #search .search-input {
    width: 250px;
  }
}
#header #header-content #search a.button {
  background: #363636;
  /* Old browsers */
  background: -moz-linear-gradient(top, #363636 0%, #363636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #363636 0%, #363636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #363636 0%, #363636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #363636 0%, #363636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #363636 0%, #363636 100%);
  /* W3C */
  border-color: #1c1c1c;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
  font-size: 0;
  height: 33px;
}
#header #header-content #search a.button:active {
  background: #363636;
  /* Old browsers */
  background: -moz-linear-gradient(top, #363636 0%, #363636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #363636 0%, #363636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #363636 0%, #363636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #363636 0%, #363636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #363636 0%, #363636 100%);
  /* W3C */
  border-color: #1c1c1c;
}
#header #header-content #search a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/search.png');
}
#header #header-content #search a.button span {
  width: 25px;
  min-width: 25px;
  margin-left: 5px;
}
#header #header-content #search a.button:active {
  top: 0;
  left: 0;
}
#header #header-content #search input[type=submit] {
  display: none;
}
#header #header-content ul.top-items,
#header #header-content ul.top-nav,
#header #header-content ul.top-submenu-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header #header-content ul.top-nav,
#header #header-content ul.top-submenu-nav {
  margin-top: 10px;
}
#header #header-content ul.top-nav li,
#header #header-content ul.top-submenu-nav li {
  float: left;
  padding: 2px 8px;
  border-left: 1px solid #ffffff;
}
#header #header-content ul.top-items {
  width: 100%;
}
@media screen and (max-width: 499px) {
  #header #header-content ul.top-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content ul.top-nav {
    display: none;
  }
}
#header #header-content ul.top-items > li.top-item {
  float: right;
  position: relative;
}
#header #header-content ul.top-items > li.top-item.search-form,
#header #header-content ul.top-items > li.top-item.contact {
  float: left;
}
#header #header-content ul.top-items > li.top-item:first-of-type p {
  border: none;
}
#header #header-content li.top-item {
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#header #header-content li.top-item.selected {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #4a94d9;
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item.selected {
    -wekbit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
#header #header-content li.top-item.contact {
  float: left;
  background: url(../images/icons/Speech_bubble_neg.png) left center no-repeat;
  padding: 0 10px 0 40px;
  margin: 0 10px 0 30px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #header #header-content li.top-item.contact {
    padding-right: 35px;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item.contact {
    display: none;
  }
}
#header #header-content li.top-item.contact.selected {
  background: url(../images/icons/Speech_bubble_neg.png) left center no-repeat;
}
#header #header-content li.top-item.contact a {
  line-height: 20px;
  margin: 20px 0;
  color: #ffffff;
}
#header #header-content li.top-item.cart {
  position: relative;
}
#header #header-content li.top-item.cart span.count {
  position: absolute;
  top: 25px;
  left: 19px;
  font-size: 15px;
  text-align: center;
  width: 17px;
  color: #4a94d9;
}
#header #header-content li.top-item.cart span.count.many {
  font-size: 12px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #header #header-content li.top-item.cart span.count {
    top: 10px;
  }
}
#header #header-content li.top-item.cart p {
  border: none;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item.cart p {
    padding: 0 20px 0 5px;
  }
}
#header #header-content li.top-item.cart.empty span {
  display: none;
}
#header #header-content li.top-item.cart.empty img.empty {
  display: block;
}
#header #header-content li.top-item.cart.empty img.full {
  display: none;
}
#header #header-content li.top-item.cart.full span {
  display: none;
}
#header #header-content li.top-item.cart.full img.full {
  display: none;
}
#header #header-content li.top-item.cart.full img.empty {
  display: block;
}
#header #header-content li.top-item.cart img {
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  -ms-transition: -ms-transform 500ms;
  -o-transition: -o-transform 500ms;
  transition: transform 500ms;
}
#header #header-content li.top-item.cart img.flip {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item.cart img {
    display: inherit;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item.cart {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content li.top-item.search-form {
    display: none;
  }
}
#header #header-content li.top-item.search-form.selected {
  background: none;
}
#header #header-content li.top-item.search {
  display: block;
}
#header #header-content li.top-item.search a {
  color: #ffffff;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #header #header-content li.top-item.search {
    display: none;
  }
}
#header #header-content li.top-item.articles {
  display: block;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item.articles {
    display: none;
  }
}
#header #header-content li.top-item > a {
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content li.top-item > a {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item > a {
    border: none;
  }
}
#header #header-content li.top-item img {
  width: 30px;
  height: 30px;
  margin: 25px 0px 0px 10px;
  float: left;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item img {
    width: 20px;
    height: 20px;
    margin: 30px 5px 5px 15px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content li.top-item img {
    float: none;
    height: 40px;
    width: 40px;
    margin: 5px;
  }
}
#header #header-content li.top-item p {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 25px 0;
  padding: 0 20px 0 5px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #header-content li.top-item p {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header #header-content li.top-item p {
    padding: 0 15px;
  }
}
#header #header-content li.top-item div.top-item-submenu {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 280px;
  display: none;
  background-color: #4a94d9;
  color: #ffffff;
  padding: 10px 15px;
  border: 1px solid #1c5487;
  border-width: 0 1px 1px 1px;
  -wekbit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-top: -2px;
}
@media screen and (max-width: 499px) {
  #header #header-content li.top-item div.top-item-submenu {
    right: 0;
    position: fixed;
    width: 96%;
    margin: 0 0;
    padding: 10px 2%;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#header #header-content li.top-item div.top-item-submenu.scrollable {
  overflow-y: scroll;
}
#header #header-content li.top-item div.top-item-submenu li {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  border-top: 1px dashed #b3d2ef;
}
#header #header-content li.top-item div.top-item-submenu li:first-of-type {
  border-top: none;
}
#header #header-content li.top-item div.top-item-submenu li a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  width: 80%;
  height: 100%;
}
#header #header-content li.top-item div.top-item-submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
#header #header-content li.top-item div.top-item-submenu span.acc-name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  border-bottom: 1px dashed #b3d2ef;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable {
  width: 100%;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable a {
  display: block;
  float: left;
  position: relative;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable a span {
  position: absolute;
  font-size: 11px;
  background: #FFF;
  color: #393939;
  bottom: 3px;
  right: 3px;
  padding: 1px;
  display: block;
}
#header #header-content li.top-item div.top-item-submenu.cart .productsTable img {
  width: 50px;
  height: 50px;
  border: 1px solid #555555;
  margin: 2px;
}
#header #header-content li.top-item div.top-item-submenu.cart .itemCount,
#header #header-content li.top-item div.top-item-submenu.cart .priceSummary {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  text-indent: 20px;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button {
  background: #363636;
  /* Old browsers */
  background: -moz-linear-gradient(top, #363636 0%, #363636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #363636 0%, #363636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #363636 0%, #363636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #363636 0%, #363636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #363636 0%, #363636 100%);
  /* W3C */
  border-color: #1c1c1c;
  color: white;
  width: 133px;
  left: 50%;
  margin-left: -100px;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button:active {
  background: #363636;
  /* Old browsers */
  background: -moz-linear-gradient(top, #363636 0%, #363636 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363636), color-stop(100%, #363636));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #363636 0%, #363636 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #363636 0%, #363636 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #363636 0%, #363636 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #363636 0%, #363636 100%);
  /* W3C */
  border-color: #1c1c1c;
}
#header #header-content li.top-item div.top-item-submenu.cart a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/template_default_clear/images/icons/Shopcart_neg.png');
}
#header #header-content li.top-item div.top-item-submenu.cart a.button span {
  display: block;
}
#header #mobile-nav-toggler {
  width: 40px;
  height: 40px;
  margin: 5px;
  background-image: url(/includes/templates/alfapumpy_default/images/icons/mobileMenu_neg.png);
  float: right;
  display: none;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #header #mobile-nav-toggler {
    display: block;
  }
}
#header #mobile-nav-toggler a {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 499px) {
  #header #mobile-nav-toggler a {
    display: block;
  }
}
#header #mobile-cart {
  width: 40px;
  height: 40px;
  margin: 5px;
  background: url(../images/icons/top_bar_cart_neg.png) center 2px no-repeat;
  background-size: 80%;
  float: right;
  display: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  position: relative;
  z-index: 100;
}
#header #mobile-cart.flip {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media screen and (max-width: 499px) {
  #header #mobile-cart {
    display: block;
  }
}
#header #mobile-cart a {
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #header #mobile-cart a {
    display: block;
  }
}
#top-categories {
  display: block;
  background: #404040;
  color: white;
  margin-bottom: 14px;
}
#top-categories ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
#top-categories::after {
  content: "";
  clear: both;
}
#top-categories li {
  display: inline-block;
  float: left;
  text-align: center;
  flex-grow: 1;
  height: 100%;
  line-height: 60px;
}
#top-categories li:hover {
  background: #606060;
}
#top-categories li a {
  color: white;
}
#fullWidthHeader {
  display: none;
  width: 100%;
  background: #4a94d9 url(/includes/templates/template_default_clear/images/backgrounds/top-repeat.png) center top repeat-x;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-bottom: 2px solid #2a7bc6;
}
#fullWidthHeader .left-bg,
#fullWidthHeader .right-bg {
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
}
#fullWidthHeader .left-bg {
  background: #4a94d9 url(/includes/templates/template_default_clear/images/backgrounds/top-left.png) right top no-repeat;
  width: 1000px;
  margin-left: -1500px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #fullWidthHeader .left-bg {
    margin-left: -1625px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #fullWidthHeader .left-bg {
    margin-left: -1375px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #fullWidthHeader .left-bg {
    display: none;
  }
}
#fullWidthHeader .right-bg {
  background: #4a94d9 url(/includes/templates/template_default_clear/images/backgrounds/top-right.png) left top no-repeat;
  width: 1000px;
  margin-left: 500px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #fullWidthHeader .right-bg {
    margin-left: 625px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #fullWidthHeader .right-bg {
    margin-left: 375px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #fullWidthHeader .right-bg {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #fullWidthHeader {
    height: 50px;
    background: #4a94d9;
    border: 0;
  }
}
.diff-table {
  overflow-x: auto;
}
table.diffs {
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  min-width: 950px;
}
table.diffs th,
table.diffs td {
  padding: 5px 10px;
}
table.diffs td:first-of-type {
  white-space: nowrap;
}
table.diffs th {
  border-bottom: 1px solid black;
  text-align: right;
}
table.diffs td:first-of-type {
  padding-right: 25px;
  font-weight: bold;
}
table.diffs tr:nth-of-type(odd) td {
  background: #EEEEEE;
}
table.diffs a.button {
  color: white;
  background: #4a94d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a94d9), color-stop(100%, #4a94d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a94d9 0%, #4a94d9 100%);
  /* W3C */
  border-color: #2a7bc6;
  min-width: 45px;
  width: 45px;
  padding: 0;
}
table.diffs a.button:active {
  background: #4a94d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a94d9), color-stop(100%, #4a94d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a94d9 0%, #4a94d9 100%);
  /* W3C */
  border-color: #2a7bc6;
}
table.diffs a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/search.png');
}
table.diffs span.old {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cline x1='0' y1='75' x2='100' y2='25' stroke-width='7' stroke='%23FF0000AA'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  color: #696969;
}
@media screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 800px) and (max-width: 1049px) {
  #header {
    height: 80px;
  }
  #header #header-content {
    width: 680px;
    height: 80px;
  }
  #header #header-content ul.top-buttons {
    height: 80px;
  }
  #header #header-content ul.top-buttons .top-button {
    margin: 5px;
  }
  #header #header-content ul.top-buttons .top-button img {
    width: 30px;
    height: 30px;
  }
  #header #header-content ul.top-buttons .top-button a {
    font-size: 14px;
  }
  #header #logo {
    padding: 5px;
    max-height: 80px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #header {
    height: 80px;
  }
  #header #header-content {
    width: 420px;
  }
  #header #header-content ul.top-buttons .top-button.address {
    display: none;
  }
  #header #logo {
    max-width: 320px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #top-categories {
    display: none;
  }
  #header #header-content ul.top-buttons {
    display: none;
  }
}
#detail .product-rightbox .variants {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 5px;
}
#detail .product-rightbox .variants input {
  height: 16px;
  padding: 4px 20px 4px 4px;
  margin: 2px;
  width: 50px;
  font-size: 15px;
  text-align: right;
}
#detail .product-rightbox .variants .availability.green {
  color: #0c6800;
}
#detail .product-rightbox .variants .availability.orange {
  color: #cf7700;
}
#detail .product-rightbox .variants .availability.red {
  color: #9f0000;
}
#detail .product-rightbox .variants .variants-info {
  font-size: 19px;
  padding: 20px 0;
  text-align: center;
}
#detail .product-rightbox .variants .variants-info h2 {
  padding: 0;
  font-weight: normal;
  margin: 0;
}
#detail .product-rightbox .variants .variants-info span {
  font-weight: bold;
}
#detail .product-rightbox .variants table {
  margin-top: 10px;
  width: 96%;
  margin: 0 2%;
}
#detail .product-rightbox .variants table .button.addCart,
#detail .product-rightbox .variants table .button.fakeAddCart {
  background: #4a94d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a94d9), color-stop(100%, #4a94d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a94d9 0%, #4a94d9 100%);
  /* W3C */
  border-color: #2a7bc6;
  padding-left: 25px;
  color: white;
  height: 35px;
  line-height: 35px;
  padding: 0px 0px;
  text-align: center;
  font-size: 16px;
}
#detail .product-rightbox .variants table .button.addCart:active,
#detail .product-rightbox .variants table .button.fakeAddCart:active {
  background: #4a94d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a94d9), color-stop(100%, #4a94d9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a94d9 0%, #4a94d9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a94d9 0%, #4a94d9 100%);
  /* W3C */
  border-color: #2a7bc6;
}
#detail .product-rightbox .variants table .button.addCart span,
#detail .product-rightbox .variants table .button.fakeAddCart span {
  border-color: #21619c;
  display: none;
}
#detail .product-rightbox .variants table .name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
#detail .product-rightbox .variants table td.button {
  text-align: right;
}
#detail .product-rightbox .variants table .finalPriceTax {
  font-weight: bold;
  font-size: 25px;
  color: #4a94d9;
  vertical-align: baseline;
}
#detail .product-rightbox .variants table .finalPrice {
  font-size: 15px;
  vertical-align: baseline;
}
#detail .product-rightbox .variants table .avail {
  text-align: right;
  padding-bottom: 5px;
}
#detail .product-rightbox .variants table .spacer td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
  margin-bottom: 5px;
}
.downloads {
  text-align: center;
  padding-top: 35px;
}
.downloads a {
  background: #2a7bc6 url(/includes/templates/alfapumpy_default/images/pdf_small_white.png) left 10px top 5px no-repeat;
  background-size: auto 25px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 5px;
  padding-left: 70px;
  color: white;
  padding-right: 15px;
  font-size: 16px;
}
.phe-info {
  font-size: 11px;
}
#detail div.product-rightbox .prices .final-notax {
  font-size: 18px;
}
#listing.table .product-box .buttons .detail {
  display: block;
}
#content.ez-page #breadcrumb {
  margin-left: 290px;
  width: auto;
}
#content.ez-page {
  width: 100% !important;
}
