@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  .no-mobile-devices {
    display: none;
  }
}
html.noscroll {
  height: 100%;
  overflow: hidden;
}
html.noscroll body {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #debug {
    display: none;
  }
}
html {
  background: #c8dff3;
  color: #393939;
  background: url(/includes/templates/alfapumpy_default/images/alfaback2.jpg) top left repeat;
}
noscript p {
  z-index: 1000;
  padding: 50px;
  position: relative;
  background: white;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.no-wrap {
  white-space: nowrap;
}
div.scroll-top {
  float: right;
  height: 28px;
  margin: 4px 5px;
  padding: 0 5px;
  border: 1px solid #cccccc;
  color: #4a94d9;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
div.scroll-top:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
div.scroll-top a {
  padding: 0px 15px;
  height: 23px;
  display: block;
  line-height: 23px;
  margin: 3px;
  cursor: pointer;
  z-index: 5;
  background: url(../images/up-arrow.png) left center no-repeat, url(../images/up-arrow.png) right center no-repeat;
}
html.spotlight #fullWidthFooter {
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  html.spotlight #wrapper {
    display: none;
  }
  html.spotlight #spotlight-container {
    display: none !important;
  }
  html.spotlight #spotlight {
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: auto auto !important;
    position: relative !important;
    max-height: none !important;
    max-width: none !important;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  html.spotlight #spotlight #spotlight-content {
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
.clear {
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
img {
  border: none;
}
a {
  color: #4a94d9;
  text-decoration: none;
}
a.ajax-loader {
  cursor: pointer;
}
a:visited {
  color: #4a94d9;
  text-decoration: none;
}
#wrapper {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}
@media screen and (min-width: 1550px) {
  #wrapper {
    width: 1500px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #wrapper {
    width: 1250px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #wrapper {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #wrapper {
    width: 100%;
    max-width: 500px;
    min-width: 280px;
    border: none;
  }
}
#header {
  height: 100px;
  color: white;
  background: #404040;
  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;
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #header {
    height: 80px;
  }
}
#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: 20px 10px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #header #logo {
    max-height: 80px;
    padding: 10px;
  }
}
#header .logo {
  display: block;
  height: 100px;
  float: left;
}
@media screen and (max-width: 499px) {
  #header .logo {
    height: 80px;
  }
}
#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: 230px;
    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: 100px;
}
@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 {
  width: 280px;
  height: 45px;
  padding: 8px 10px;
  font-size: 16px;
  margin-right: -45px;
  padding-right: 50px;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #header #header-content #search .search-input {
    width: 250px;
  }
}
#header #header-content #search div.wrap {
  width: 280px;
  height: 45px;
  display: block;
  position: relative;
  margin-top: 27px;
}
#header #header-content #search a.button {
  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;
  padding: 0;
  color: white;
  font-size: 0;
  height: 45px;
  border-radius: 0;
  border: 0;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}
#header #header-content #search 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;
}
#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: 45px;
  min-width: 45px;
  background-size: 50%;
}
#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 white;
}
#header #header-content ul.top-items {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 499px) {
  #header #header-content ul.top-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    height: 50px;
  }
}
@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: #1779d4;
}
@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/hires/bubble.png) left center no-repeat;
  background-size: 30px;
  padding: 0 10px 0 40px;
  margin: 10px 10px 0 30px;
  margin-left: 100px;
  display: none;
}
@media screen and (min-width: 1550px) {
  #header #header-content li.top-item.contact {
    display: block;
  }
}
#header #header-content li.top-item.contact a {
  line-height: 20px;
  margin: 20px 0;
  color: white;
}
#header #header-content li.top-item.cart {
  position: relative;
}
#header #header-content li.top-item.cart span.count {
  position: absolute;
  top: 34px;
  left: 24px;
  font-size: 13px;
  text-align: center;
  width: 18px;
  color: black;
  background: #4a94d9;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
}
#header #header-content li.top-item.cart span.count.many {
  font-size: 11px;
}
@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: block;
}
#header #header-content li.top-item.cart.full img.full {
  display: block;
}
#header #header-content li.top-item.cart.full img.empty {
  display: none;
}
#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), screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 800px) and (max-width: 1049px) {
  #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: white;
}
@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: 40px;
  height: 40px;
  margin: 30px 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), screen and (min-width: 500px) and (max-width: 799px) {
  #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: 35px 0;
  padding: 0 20px 0 5px;
  border-right: 1px solid white;
  color: white;
}
@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: #1779d4;
  color: white;
  padding: 10px 15px;
  border: 1px solid #1c5487;
  border-width: 0 1px 1px 1px;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: 0px;
}
@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: white;
  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: 37.5px;
  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/alfapumpy_default/images/icons/hires/cart.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: 20px 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) {
  #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: 20px 5px;
  background: url(../images/icons/hires/cart.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: #4a94d9;
  color: white;
  margin-bottom: 14px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #top-categories {
    display: none;
  }
}
#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;
  width: 100%;
  height: 100%;
  display: block;
}
#fullWidthHeader {
  display: none;
  width: 100%;
  background: #4a94d9 url(/includes/templates/alfapumpy_default/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/alfapumpy_default/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/alfapumpy_default/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;
  }
}
#footer {
  height: 240px;
  width: 98%;
  margin: 0 0;
  padding: 0 1%;
  position: relative;
  z-index: 200;
  background: #404040;
  margin-bottom: 20px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer {
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    height: auto;
    background: #404040;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #footer {
    -wekbit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
#footer .break {
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .break {
    display: inherit;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer br {
    display: none;
  }
}
#footer .left,
#footer .center,
#footer .right,
#footer .social {
  display: inline-block;
  height: 240px;
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #footer .left,
  #footer .center,
  #footer .right,
  #footer .social {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .left,
  #footer .center,
  #footer .right,
  #footer .social {
    float: none;
    height: auto;
    width: auto;
  }
}
#footer .title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: #4a94d9;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  margin-left: -5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .title {
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 5px;
  }
}
#footer .left {
  width: 20%;
  padding-left: 3%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #footer .left {
    width: 33%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .left {
    float: none;
    height: auto;
    width: 100%;
  }
}
#footer .left a {
  color: white;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #footer .social {
    display: none;
  }
}
#footer .center,
#footer .social {
  float: left;
  width: 25%;
  padding-left: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .center,
  #footer .social {
    float: none;
    height: auto;
    width: 100%;
  }
}
#footer .center a,
#footer .social a {
  color: white;
}
#footer .center a:hover,
#footer .social a:hover {
  text-decoration: underline;
}
#footer .center ul,
#footer .social ul,
#footer .center li,
#footer .social li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .center li,
#footer .social li {
  padding: 3px 0;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .center li,
  #footer .social li {
    float: left;
    height: auto;
    width: auto;
    display: inline-block;
    border: 0;
    margin-right: 10px;
  }
}
#footer .center li:last-of-type,
#footer .social li:last-of-type {
  border-bottom: none;
}
#footer .right {
  width: 30%;
  float: right;
  text-align: right;
  color: white;
  position: relative;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #footer .right {
    width: 25%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #footer .right {
    width: 25%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #footer .right {
    display: none;
  }
}
#footer .right img {
  padding: 20px;
  height: 240px;
  box-sizing: border-box;
  display: inline-block;
}
#footer .logo {
  height: 200px;
  width: 47%;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #footer .logo {
    width: 42%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #footer .logo {
    display: none;
  }
}
#footer .logo img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 80%;
  margin: 45px 10%;
  max-height: 120px;
}
#fullWidthFooter {
  display: none;
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #404040 url(/includes/templates/alfapumpy_default/images/backgrounds/bottom-repeat.png) center center repeat-x;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #fullWidthFooter {
    display: none;
  }
}
#fullWidthFooter .left,
#fullWidthFooter .right {
  bottom: 0;
  width: 183px;
  height: 250px;
  display: block;
}
#fullWidthFooter .left {
  background: #404040 url(/includes/templates/alfapumpy_default/images/backgrounds/bottom-left.png) center left no-repeat;
  position: absolute;
  left: 0;
}
#fullWidthFooter .right {
  background: #404040 url(/includes/templates/alfapumpy_default/images/backgrounds/bottom-right.png) center right no-repeat;
  position: absolute;
  right: 0;
}
.side-banner {
  width: 150px;
  height: 400px;
  display: none;
  position: absolute;
  top: 200px;
}
@media screen and (min-width: 1350px) {
  .side-banner {
    display: block;
  }
}
.side-banner.left {
  left: 10px;
}
.side-banner.right {
  right: 10px;
}
.side-banner a {
  display: block;
  margin-bottom: 15px;
}
div.top-item-submenu.account input {
  width: 270px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 1px 3px;
  margin: 4px 2px;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.account input {
    width: 96%;
    margin: 1%;
    padding: 1%;
  }
}
div.top-item-submenu.account a {
  color: white;
}
div.top-item-submenu.account input[type=text],
div.top-item-submenu.account input[type=password] {
  margin-bottom: 6px;
}
div.top-item-submenu.account input[type=submit] {
  display: none;
}
div.top-item-submenu.account a.button.login {
  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;
  margin: 4px auto;
  margin-left: 55px;
}
div.top-item-submenu.account a.button.login: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;
}
div.top-item-submenu.account a.button.login span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/lock.png');
}
div.top-item-submenu.search .search-input {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 5px;
  font-size: 18px;
  margin-right: -36px;
  height: 25px;
  margin-top: 2px;
  display: inline-block;
  width: 265px;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.search .search-input {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
div.top-item-submenu.search a.button {
  background: #505050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #1c1c1c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
  /* W3C */
  border-color: #030303;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
  margin-top: -2px;
  font-size: 0;
}
div.top-item-submenu.search a.button:active {
  background: #1c1c1c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c1c1c 0%, #505050 100%);
  /* W3C */
  border-color: #030303;
}
div.top-item-submenu.search a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search.png');
}
div.top-item-submenu.search a.button:active {
  top: 0;
  left: 0;
}
@media screen and (max-width: 499px) {
  div.top-item-submenu.search a.button {
    background: #505050;
    /* Old browsers */
    background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #1c1c1c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #505050 0%, #1c1c1c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
    /* W3C */
    border-color: #030303;
    color: white;
    width: 78%;
    margin: 2px 1%;
    padding: 0 10%;
    color: #393939;
    font-size: 18px;
    text-align: center;
  }
  div.top-item-submenu.search a.button:active {
    background: #1c1c1c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1c1c1c 0%, #505050 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #505050));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1c1c1c 0%, #505050 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1c1c1c 0%, #505050 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1c1c1c 0%, #505050 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1c1c1c 0%, #505050 100%);
    /* W3C */
    border-color: #030303;
  }
  div.top-item-submenu.search a.button span {
    border-color: #000000;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/Search.png');
  }
}
div.top-item-submenu.search input[type=submit] {
  display: none;
}
#body {
  min-height: 500px;
  padding-bottom: 15px;
}
@media screen and (max-width: 499px) {
  #body {
    padding-top: 85px;
  }
}
#option-menu {
  width: 96%;
  margin: 2% 0;
  padding: 2%;
  background: #ffffff;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #4a94d9;
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #option-menu {
    display: block;
  }
}
#option-menu select {
  display: none;
  margin: 5px 15px;
  width: 458px;
  padding: 8px 5px;
  font-size: 20px;
  box-sizing: content-box;
  background: #FBFBFB;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #option-menu select {
    display: block;
    width: 92%;
    margin: 2% 2%;
    padding: 5px 2%;
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  #option-menu select {
    display: block;
    width: 92%;
    margin: 2% 2%;
    padding: 5px 2%;
    font-size: 20px;
  }
}
#categories-container {
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #categories-container {
    float: none;
  }
}
#categories-container #categories li:first-of-type {
  border-top: 0;
}
#categories,
#left-boxes {
  display: block;
  color: #d5d5d5;
  height: 100%;
  padding-top: 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #categories,
  #left-boxes {
    display: none;
  }
}
#categories ul,
#left-boxes ul,
#categories li,
#left-boxes li {
  display: block;
  margin: 0;
  padding: 0;
}
#categories ul,
#left-boxes ul {
  display: block;
  color: #d5d5d5;
  height: 100%;
  width: 247px;
  padding: 0;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
#categories li,
#left-boxes li {
  border-top: 1px solid #404040;
  background: #4a94d9;
}
#categories li.title,
#left-boxes li.title {
  text-align: center;
  border: none;
  background: #404040;
}
#categories li.title a,
#left-boxes li.title a {
  background: #404040;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  padding: 7px 0;
}
#categories li a,
#left-boxes li a {
  display: block;
  padding: 9px 5px 9px 15px;
  font-size: 16px;
  color: white;
}
#categories li a.sub,
#left-boxes li a.sub {
  color: #404040;
  font-weight: normal;
}
#categories li a.selected.last,
#left-boxes li a.selected.last {
  text-decoration: underline;
  color: #404040;
}
#categories li a.cats:before,
#left-boxes li a.cats:before {
  content: "\00A0";
  width: 14px;
  display: inline-block;
  margin-left: -14px;
  background: url(/includes/templates/icerpadla-new/images/cat-bullet.png) center center no-repeat;
}
#categories li a.cats.selected:before,
#left-boxes li a.cats.selected:before {
  background: url(/includes/templates/icerpadla-new/images/cat-bullet-active.png) center center no-repeat;
}
#categories li a.cats.action.selected:before,
#left-boxes li a.cats.action.selected:before {
  background: url(/includes/templates/icerpadla-new/images/cat-bullet.png) center center no-repeat;
}
#categories li.level1,
#left-boxes li.level1 {
  padding-left: 15px;
}
#categories li.level2,
#left-boxes li.level2 {
  padding-left: 30px;
}
#categories li.level3,
#left-boxes li.level3 {
  padding-left: 45px;
}
#breadcrumb {
  font-size: 14px;
  display: block;
  background: #ffffff;
  border-radius: 0;
}
#breadcrumb ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  min-height: 25px;
  margin-left: 5px;
}
#breadcrumb ul li {
  padding: 3px 0 3px 3px;
  line-height: 20px;
  color: #404040;
  display: inline-block;
}
#breadcrumb ul li a,
#breadcrumb ul li a:visited {
  color: #404040;
}
#breadcrumb ul li a:hover {
  color: #4a94d9;
}
#breadcrumb ul li:before {
  content: "▶";
  padding: 0 5px;
  display: inline-block;
  color: #808080;
}
#breadcrumb ul li.last {
  color: #4a94d9;
}
#content.product #breadcrumb {
  margin-bottom: 20px;
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 499px) {
  #content.product #breadcrumb {
    margin-left: 0;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.product #breadcrumb {
    margin-right: 0;
  }
}
#content.search #breadcrumb {
  margin: 5px 0 10px 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.search #breadcrumb {
    margin: 5px 2px 10px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #content.search #breadcrumb {
    margin: 5px 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content.search #breadcrumb {
    width: 92%;
    margin: 10px 3%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.search #breadcrumb {
    display: none;
  }
}
#content.listing.product #breadcrumb {
  margin: 5px 0 10px 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.listing.product #breadcrumb {
    margin: 5px 2px 10px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #content.listing.product #breadcrumb {
    margin: 5px 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content.listing.product #breadcrumb {
    width: 92%;
    margin: 10px 3%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.listing.product #breadcrumb {
    display: none;
  }
}
#content.listing.categories #breadcrumb {
  margin: 5px 0 0 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.listing.categories #breadcrumb {
    margin: 5px 0 0 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #content.listing.categories #breadcrumb {
    margin: 5px 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content.listing.categories #breadcrumb {
    width: 92%;
    margin: 10px 3%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.listing.categories #breadcrumb {
    display: none;
  }
}
#content.ez-page #breadcrumb {
  width: 96%;
  margin: 0 0;
  padding: 0 2%;
  margin-top: 5px;
}
#content.ez-crossroad #breadcrumb {
  width: 96%;
  margin: 0 0;
  padding: 0 2%;
  margin-top: 5px;
}
#content.ez-listing #breadcrumb {
  width: 96%;
  margin: 0 0;
  padding: 0 2%;
  margin-top: 5px;
}
#content {
  float: right;
  display: block;
  width: 750px;
}
@media screen and (min-width: 1550px) {
  #content {
    width: 1250px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content {
    width: 1000px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #content {
    width: 100%;
  }
}
#content.product:not(.listing) {
  width: 100% !important;
}
#content h1.category-name {
  background-color: #4a94d9;
  color: white;
  clear: both;
  padding: 10px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  #content h1.category-name {
    width: 96%;
    margin: 0 0;
    padding: 10px 2%;
    font-size: 20px;
  }
}
#content.listing.categories .top-info {
  margin: 0 0 10px 20px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #content.listing.categories .top-info {
    width: 94%;
    margin: 0 2%;
    padding: 0 1%;
  }
}
#content.listing.product .top-info {
  margin: 0 0 10px 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.listing.product .top-info {
    margin: 0 2px 10px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #content.listing.product .top-info {
    width: 100%;
    margin: 5px 0;
    padding: 0 0;
  }
}
#content div.category-description {
  font-size: 14px;
  text-align: justify;
  width: 98%;
  margin: 10px 0;
  padding: 1% 1%;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (max-width: 499px) {
  #content div.category-description {
    width: 96%;
    margin: 10px 0;
    padding: 5px 2%;
  }
}
#content #params {
  padding: 10px;
  background: #ffffff;
  margin: 0 0 10px 20px;
}
@media screen and (max-width: 499px) {
  #content #params td.label,
  #content #params td.inputs {
    display: block;
  }
  #content #params tr.checkbox,
  #content #params tr.slider {
    margin-bottom: 5px;
    display: block;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content #params {
    margin: 0 2px 10px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #content #params {
    margin: 0 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content #params {
    width: 96%;
    margin: 10px 0;
    padding: 5px 2%;
  }
}
#content #params .toggler {
  cursor: pointer;
  color: #4a94d9;
  padding-left: 42px;
  background: url(../images/icons/hires/filter.png) left center no-repeat;
  background-size: auto 100%;
  line-height: 30px;
}
#content #params td.label {
  padding-right: 25px;
  white-space: nowrap;
}
#content #params td.inputs {
  width: 80%;
  max-width: 500px;
}
#content #params label {
  margin-right: 10px;
}
#content #params tr.checkbox {
  line-height: 30px;
}
#content #params tr.checkbox div {
  display: inline-block;
}
#content #params label {
  background: url('../../alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  padding-left: 30px;
  line-height: 25px;
}
#content #params input[type=checkbox] {
  display: none;
}
#content #params input[type=checkbox]:checked + label {
  background: url('../../alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#content #params a.loadbutton {
  cursor: pointer;
  padding-left: 30px;
  line-height: 25px;
  background: url('/includes/templates/etescoma-clear/images/forms/checkbox_full.png') center left no-repeat;
}
#content #price-filter {
  padding: 10px;
  background: #ffffff;
  margin: 0 0 10px 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content #price-filter {
    margin: 0 2px 10px 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #content #price-filter {
    margin: 0 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #content #price-filter {
    width: 96%;
    margin: 10px 0;
    padding: 5px 2%;
  }
}
@media screen and (max-width: 499px) {
  #content #price-filter td.label,
  #content #price-filter td.inputs {
    display: block;
  }
  #content #price-filter tr.checkbox,
  #content #price-filter tr.slider {
    margin-bottom: 5px;
    display: block;
  }
}
#content #price-filter td.label {
  padding-right: 10px;
}
#content #price-filter tr.checkbox div {
  display: inline-block;
}
#content .listing-nav {
  margin-left: 35px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #content .listing-nav {
    margin-left: 5px;
  }
}
#content .listing-nav.top {
  border-bottom: 2px solid white;
  border: none;
  position: relative;
}
#content .listing-nav.bottom {
  border-top: 2px solid white;
  border: none;
  text-align: center;
}
#content .listing-nav a.next-page,
#content .listing-nav a.prev-page {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding: 3px 5px;
  display: inline-block;
  text-align: center;
  margin: 4px 2px;
  border: 1px solid #cccccc;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #4a94d9;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #content .listing-nav a.next-page,
  #content .listing-nav a.prev-page {
    display: none;
  }
}
#content .listing-nav a.next-page.small,
#content .listing-nav a.prev-page.small {
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #content .listing-nav a.next-page.small,
  #content .listing-nav a.prev-page.small {
    display: inline-block;
  }
}
#content .listing-nav a.next-page:hover,
#content .listing-nav a.prev-page:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#content .listing-nav .pagination {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media screen and (max-width: 499px) {
  #content .listing-nav .pagination {
    margin-left: 0;
  }
}
#content .listing-nav .pagination li {
  margin: 4px 2px;
  float: left;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid #cccccc;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #4a94d9;
}
#content .listing-nav .pagination li:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#content .listing-nav .pagination li a,
#content .listing-nav .pagination li a:visited {
  color: #444444;
  padding: 3px 0;
  display: block;
  width: 28px;
  text-align: center;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#content .listing-nav .pagination li a.current,
#content .listing-nav .pagination li a:visited.current {
  font-weight: bold;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  cursor: default;
}
#content .listing-nav .pagination li.dots {
  border: none;
  background: none;
  margin: 6px 0 2px 0;
  padding: 3px 0;
}
#content .listing-nav .listing-sort-tabs {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab {
  display: block;
  float: left;
  padding: 0 5px;
  margin: 4px 2px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
  text-transform: uppercase;
  font-size: 12px;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #4a94d9;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab a {
  cursor: pointer;
  padding: 3px 0;
  display: block;
  line-height: 22px;
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
}
#content .listing-nav .listing-sort-tabs .listing-sort-tab.selected {
  font-weight: bold;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
}
#content .category-list {
  width: 730px;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1550px) {
  #content .category-list {
    width: 1230px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content .category-list {
    width: 980px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content .category-list {
    width: 480px;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#content .category-list a {
  display: block;
}
@media screen and (max-width: 499px) {
  #content .category-list a {
    height: auto;
  }
}
#content .category-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .category-list ul,
#content .category-list li {
  list-style-type: none;
}
#content .category-list li {
  float: left;
  display: block;
  padding: 0;
  margin: 8px;
  min-width: 300px;
  background: white;
  flex-grow: 1;
  flex-basis: 0;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content .category-list li {
    width: 222px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content .category-list li {
    width: 210px;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list li {
    width: 98%;
    margin: 3px 1%;
    padding: 1px 0;
  }
}
#content .category-list a {
  display: flex;
  align-items: center;
  background: #4a94d9;
}
@media screen and (max-width: 499px) {
  #content .category-list a {
    background: white;
  }
}
#content .category-list div.image {
  float: left;
  border-right: 3px solid #404040;
  box-shadow: -2px 0px 0 2px #404040 inset;
}
#content .category-list div.image img {
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #content .category-list div.image img {
    float: none;
    height: 150px;
    padding: 0;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #content .category-list div.image img {
    width: 162px;
    height: 162px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content .category-list div.image img {
    padding: 0 23px 5px 23px;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list div.image img {
    height: 60px !important;
    width: auto;
  }
}
#content .category-list div.name {
  padding: 10px;
  font-size: 20px;
  color: white;
  box-sizing: border-box;
  flex-grow: 1;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 1300px) and (max-width: 1549px) {
  #content .category-list div.name {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-right: 0;
    line-height: 18px;
    font-size: 16px;
    color: #4a94d9;
    text-align: center;
    width: 200px;
    margin: 0;
    padding: 0 13px;
    font-weight: 600;
    background: #404040;
    color: #ffffff;
  }
}
@media screen and (max-width: 499px) {
  #content .category-list div.name {
    color: #404040;
    background: #ffffff;
  }
}
#content.ez-page {
  width: 730px;
}
@media screen and (min-width: 1550px) {
  #content.ez-page {
    width: 1230px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.ez-page {
    width: 980px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.ez-page {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #content.ez-page {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#content.ez-crossroad {
  width: 730px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.ez-crossroad {
    width: 980px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.ez-crossroad {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #content.ez-crossroad {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#content.ez-listing {
  width: 730px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #content.ez-listing {
    width: 980px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #content.ez-listing {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #content.ez-listing {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#listing {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  clear: both;
  margin-left: 0px;
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #listing {
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  #listing {
    width: 100%;
    margin: 0;
  }
}
#listing div.no-items {
  padding: 50px 0;
  text-align: center;
}
#listing.table .product-box {
  display: block;
  width: 220px;
  float: left;
  background-color: #ffffff;
  margin: 25px 0px 0px 20px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
}
@media screen and (min-width: 1550px) {
  #listing.table .product-box {
    margin: 25px 0px 0px 17px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #listing.table .product-box {
    width: 218px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1299px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #listing.table .product-box {
    margin: 25px 0px 0px 17px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #listing.table .product-box {
    width: 220px;
    margin: 25px 0px 0px 15px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #listing.table .product-box {
    width: 210px;
  }
}
#listing.table .product-box:hover {
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box {
    width: 96%;
    margin: 5px 2%;
    padding: 0 0;
  }
}
#listing.table .product-box div.description {
  display: none;
}
#listing.table .product-box .name-wrapper {
  display: block;
  min-height: 64px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .name-wrapper {
    background: #4a94d9;
    color: white;
    min-height: 0;
    width: 96%;
    margin: 0 0;
    padding: 10px 2%;
  }
  #listing.table .product-box .name-wrapper a {
    color: white;
  }
}
#listing.table .product-box .name {
  width: 225px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 10px;
  height: 54px;
  overflow: hidden;
  line-height: 18px;
  color: #404040;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .name {
    padding-bottom: 0;
    height: auto;
    display: block;
    width: 100%;
  }
}
#listing.table .product-box a {
  position: relative;
  display: block;
}
#listing.table .product-box a.image {
  height: auto;
  border: 1px solid #D5D5D5;
  margin: 0 5px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box a.image {
    min-height: 0;
    height: auto;
    width: 100%;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
  }
  #listing.table .product-box a.image img {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    max-height: 100%;
  }
}
#listing.table .product-box div.stickers {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  overflow: hidden;
  max-height: 100px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.stickers {
    display: none;
  }
}
#listing.table .product-box div.stickers img {
  max-width: 44px;
  max-height: 44px;
  margin: 3px 0;
}
#listing.table .product-box div.pictograms {
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.pictograms {
    display: none;
  }
}
#listing.table .product-box div.discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("/includes/templates/alfapumpy_default/images/stickers/discount_pct.png");
}
@media screen and (max-width: 499px) {
  #listing.table .product-box div.discount-box {
    display: none;
  }
}
#listing.table .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 155px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box img.productImage-func {
    margin: 5px 0 5px 5px;
    float: left;
    height: 100px;
  }
}
#listing.table .product-box .bottom {
  width: 170px;
  height: 62px;
  float: left;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .bottom {
    width: 96%;
    margin: 0 0;
    padding: 5px 2%;
    height: auto;
  }
}
#listing.table .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#listing.table .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #4a94d9;
  font-weight: 600;
}
#listing.table .product-box .bottom.action .final-price {
  color: #BE0F00;
  line-height: normal;
  text-shadow: 0px 0px 3px #FC0;
  font-weight: 700;
}
#listing.table .product-box .bottom.club .final-price {
  color: #005BE7;
  line-height: normal;
  font-weight: 700;
}
#listing.table .product-box br.hide {
  display: none;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box br.hide {
    display: inherit;
  }
}
#listing.table .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
  padding: 11px 0;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .buttons {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
  }
}
#listing.table .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
  display: none;
}
#listing.table .product-box .buttons .detail 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;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#listing.table .product-box .buttons .detail 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;
}
#listing.table .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/search.png');
}
#listing.table .product-box .buttons .detail a.button span {
  background-size: 75%;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#listing.table .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#listing.table .product-box .buttons .add-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;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#listing.table .product-box .buttons .add-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;
}
#listing.table .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#listing.table .product-box .buttons .add-cart a.button span {
  background-size: 65%;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#listing.table .product-box .buttons.variant .add-cart {
  display: none;
}
#listing.table .product-box .buttons.variant .detail {
  display: block;
}
#listing.table .product-box .availability {
  width: 100%;
  font-size: 12px;
}
#listing.table .product-box .availability.tooltip {
  cursor: help;
}
#listing.table .product-box .availability.green {
  color: #0c6800;
}
#listing.table .product-box .availability.orange {
  color: #cf7700;
}
#listing.table .product-box .availability.red {
  color: #9f0000;
}
@media screen and (max-width: 499px) {
  #listing.table .product-box .availability {
    display: none;
  }
}
@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), screen and (min-width: 500px) and (max-width: 799px) {
  #listing.table .product-box .bottom-wrapper {
    margin: -5px;
    margin-top: 0;
    padding: 5px;
    background: #ffffff;
    -wekbit-border-radius: 0 0 -1 -1;
    -moz-border-radius: 0 0 -1 -1;
    -o-border-radius: 0 0 -1 -1;
    border-radius: 0 0 -1 -1;
    border-top: 1px solid #E5E5E5;
  }
}
#listing.row .product-box {
  display: block;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  transition: all 0.5s;
  transition: width 0;
  width: 92%;
  margin: 5px 2%;
  padding: 3px 2%;
}
#listing.row .product-box:hover {
  border: 1px solid #bfbfbf;
  box-shadow: 0px 0px 10px #999999;
}
#listing.row .product-box div.description {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  text-indent: 30px;
  padding-left: 15px;
  text-align: justify;
  line-height: 19px;
  max-height: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.description {
    line-height: 18px;
    font-size: 13px;
    padding-left: 10px;
    max-height: 108px;
  }
}
#listing.row .product-box .name {
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 5px 0 5px 10px;
  overflow: hidden;
  color: #404040;
}
#listing.row .product-box a {
  position: relative;
  display: block;
}
#listing.row .product-box a.image {
  height: 146px;
  float: left;
}
#listing.row .product-box div.stickers {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  overflow: hidden;
  max-height: 100px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.stickers {
    display: none;
  }
}
#listing.row .product-box div.stickers img {
  max-width: 44px;
  max-height: 44px;
  margin: 3px 0;
}
#listing.row .product-box div.pictograms {
  position: absolute;
  right: 5px;
  bottom: 0px;
  display: inline-block;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box div.pictograms {
    display: none;
  }
}
#listing.row .product-box div.discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("/includes/templates/alfapumpy_default/images/stickers/discount_pct.png");
}
#listing.row .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #listing.row .product-box img.productImage-func {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
#listing.row .product-box .bottom {
  width: 95px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
}
#listing.row .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#listing.row .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  line-height: 40px;
}
#listing.row .product-box .bottom.action .final-price {
  color: #BE0F00;
  line-height: normal;
  text-shadow: 0px 0px 3px #FC0;
  font-weight: 600;
}
#listing.row .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
}
#listing.row .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#listing.row .product-box .buttons .detail a.button {
  background: #b5acff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5acff), color-stop(100%, #928ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b5acff 0%, #928ed2 100%);
  /* W3C */
  border-color: #6f6ac3;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
}
#listing.row .product-box .buttons .detail a.button:active {
  background: #928ed2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928ed2), color-stop(100%, #b5acff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #928ed2 0%, #b5acff 100%);
  /* W3C */
  border-color: #6f6ac3;
}
#listing.row .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search.png');
}
#listing.row .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#listing.row .product-box .buttons .add-cart a.button {
  background: #ff7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f7f), color-stop(100%, #ff6452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7f7f 0%, #ff6452 100%);
  /* W3C */
  border-color: #ff361f;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
}
#listing.row .product-box .buttons .add-cart a.button:active {
  background: #ff6452;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6452), color-stop(100%, #ff7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6452 0%, #ff7f7f 100%);
  /* W3C */
  border-color: #ff361f;
}
#listing.row .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Shopcart.png');
}
#listing.row .product-box .availability {
  text-align: left;
  font-weight: 600;
  float: left;
  line-height: 40px;
  height: 40px;
}
#listing.row .product-box .availability.green {
  color: #0c6800;
}
#listing.row .product-box .availability.orange {
  color: #cf7700;
}
#listing.row .product-box .availability.red {
  color: #9f0000;
}
#listing.row .product-box .bottom-wrapper {
  display: block;
  text-align: center;
  width: 100%;
  clear: both;
}
#detail table.parameters {
  width: 100%;
  border-spacing: 0;
}
#detail table.parameters td {
  padding: 3px 5px;
}
#detail table.parameters .key {
  width: 70%;
}
#detail table.parameters .value {
  text-align: right;
  width: 25%;
}
#detail table.parameters .unit {
  text-align: left;
  width: 5%;
}
#detail table.parameters .cell:nth-of-type(odd) {
  background: #EEEEEE;
}
#detail.currencies {
  margin-left: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 499px) {
}
#detail h1.product-name {
  font-size: 22px;
  padding: 10px 15px;
  background-color: #4a94d9;
  color: white;
  clear: both;
  margin-top: 0;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  #detail h1.product-name {
    width: 96%;
    margin: 0;
    padding: 2%;
  }
}
#detail div.referer {
  width: 96%;
  margin: 2%;
  padding: 0;
  clear: both;
  display: inline-block;
}
#detail div.referer a {
  display: inline-block;
  text-indent: 40px;
  line-height: 32px;
  font-size: 16px;
  background: url('/includes/templates/alfapumpy_default/images/icons/Back.png') left top no-repeat;
  color: #404040;
}
#detail #product-gallery-slider {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #detail #product-gallery-slider {
    height: 117px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider {
    margin: 0 auto;
  }
}
#detail #product-gallery-slider a {
  margin: 2px;
  float: left;
  font-size: 12px;
  color: #3c3c3c;
  line-height: 54px;
  text-align: center;
}
#detail #product-gallery-slider a.show-wide,
#detail #product-gallery-slider a.show-desktop,
#detail #product-gallery-slider a.show-netbook,
#detail #product-gallery-slider a.show-tablet,
#detail #product-gallery-slider a.show-mobile {
  border: 1px solid #D3D3D3;
  -wekbit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: white;
}
#detail #product-gallery-slider img {
  display: block;
  border: 1px solid #D3D3D3;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100px;
  height: 75px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #detail #product-gallery-slider img {
    width: 150px;
    height: 112px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px) {
  #detail #product-gallery-slider img {
    width: 100px;
    height: 75px;
  }
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider img {
    width: 75px;
    height: 50px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail #product-gallery-slider .hide-wide {
    display: none;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #detail #product-gallery-slider .hide-desktop {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail #product-gallery-slider .hide-netbook {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail #product-gallery-slider .hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider .hide-mobile {
    display: none;
  }
}
#detail #product-gallery-slider .show-wide {
  display: none;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail #product-gallery-slider .show-wide {
    display: block;
    width: 74px;
    height: 74px;
  }
}
#detail #product-gallery-slider .show-desktop {
  display: none;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #detail #product-gallery-slider .show-desktop {
    display: block;
    width: 69px;
    height: 69px;
  }
}
#detail #product-gallery-slider .show-netbook {
  display: none;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail #product-gallery-slider .show-netbook {
    display: block;
    width: 67px;
    height: 67px;
  }
}
#detail #product-gallery-slider .show-tablet {
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail #product-gallery-slider .show-tablet {
    display: block;
    width: 67px;
    height: 67px;
  }
}
#detail #product-gallery-slider .show-mobile {
  display: none;
}
@media screen and (max-width: 499px) {
  #detail #product-gallery-slider .show-mobile {
    display: block;
    width: 59px;
    height: 59px;
  }
}
#detail div.product-image {
  margin-left: 15px;
  float: left;
  position: relative;
}
@media screen and (max-width: 499px) {
  #detail div.product-image {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
    margin-top: 5px;
  }
}
#detail div.product-image #product-image-zoom {
  border: 1px solid #D5D5D5;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: white;
}
#detail div.product-image .stickers {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  max-width: 60px;
  max-height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-image .stickers {
    max-height: 170px;
  }
}
#detail div.product-image .stickers img {
  float: left;
  margin: 3px;
  border: none;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-image .stickers img {
    max-height: 50px;
    max-width: 50px;
  }
}
#detail div.product-image .discount-box {
  width: 60px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-image: url("/includes/templates/alfapumpy_default/images/stickers/discount_pct.png");
}
#detail div.product-image a {
  display: block;
}
#detail div.product-image img {
  max-height: 375px;
  max-width: 500px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #detail div.product-image img {
    max-height: 900px;
    max-width: 980px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail div.product-image img {
    max-height: 700px;
    max-width: 700px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail div.product-image img {
    max-height: 538px;
    max-width: 717px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-image img {
    max-height: 349px;
    max-width: 465px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-image img {
    max-height: 100%;
    max-width: 100%;
  }
}
#detail div.product-image.small img {
  max-height: 375px;
  max-width: 500px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 1550px) {
  #detail div.product-image.small img {
    max-height: 900px;
    max-width: 830px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail div.product-image.small img {
    max-height: 700px;
    max-width: 550px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail div.product-image.small img {
    max-height: 538px;
    max-width: 567px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-image.small img {
    max-height: 349px;
    max-width: 315px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-image.small img {
    max-height: 100%;
    max-width: 100%;
  }
}
#detail div.top {
  background: #ffffff;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.top {
    margin-right: 0;
  }
}
#detail div.product-rightbox {
  float: right;
  width: 450px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1550px) {
  #detail div.product-rightbox {
    width: 450px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail div.product-rightbox {
    width: 450px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail div.product-rightbox {
    width: 717px;
    margin: 0 17px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox {
    width: 465px;
    margin: 0 17px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
@media screen and (min-width: 1550px) {
  #detail div.product-rightbox.small {
    width: 600px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail div.product-rightbox.small {
    width: 600px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #detail div.product-rightbox.small {
    width: 717px;
    margin: 0 17px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox.small {
    width: 600px;
    margin: 0 17px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.small {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#detail div.product-rightbox.small table.small td {
  padding: 0px 5px !important;
  vertical-align: inherit !important;
}
#detail div.product-rightbox.small table.small td.finalPrice,
#detail div.product-rightbox.small table.small td.finalPriceTax {
  text-align: right;
}
#detail div.product-rightbox > div:last-of-type {
  border-bottom: none;
}
#detail div.product-rightbox h2 {
  text-align: center;
  font-size: 19px;
}
#detail div.product-rightbox .inactive-product {
  text-align: center;
  padding-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #be0000;
}
#detail div.product-rightbox .other {
  text-align: center;
  display: none;
}
#detail div.product-rightbox .other a.print {
  display: inline-block;
  width: 87px;
  height: 21px;
  margin: 0 8px;
  background: url(/includes/templates/alfapumpy_default/images/icons/print-bubble.png);
  cursor: pointer;
}
#detail div.product-rightbox .info table,
#detail div.product-rightbox .prices table,
#detail div.product-rightbox .currency-changer table {
  width: 100%;
  border-spacing: 0;
}
#detail div.product-rightbox .currency-changer {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox .currency-changer table td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox .currency-changer a {
  padding: 0 0 0 35px;
  color: #323232;
  height: 25px;
  line-height: 26px;
  display: inline-block;
  background: url(/includes/templates/alfapumpy_default/images/forms/radio_empty.png) 8px center no-repeat;
}
#detail div.product-rightbox .currency-changer a.selected {
  background: url(/includes/templates/alfapumpy_default/images/forms/radio_full.png) 8px center no-repeat;
}
#detail div.product-rightbox .info {
  font-size: 15px;
  padding-top: 0;
}
#detail div.product-rightbox .info td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
}
#detail div.product-rightbox .info td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox .info td:last-of-type a {
  color: #404040;
}
#detail div.product-rightbox .prices {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox .prices .price-title {
  float: left;
}
#detail div.product-rightbox .prices .price-value {
  float: right;
}
#detail div.product-rightbox .prices .old {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox .prices .final {
  font-size: 25px;
  color: #404040;
  font-weight: bold;
}
#detail div.product-rightbox .prices .final-notax {
  font-size: 13px;
  color: #3c3c3c;
}
#detail div.product-rightbox .prices .availability {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox .prices .availability.green {
  color: #0c6800;
}
#detail div.product-rightbox .prices .availability.orange {
  color: #cf7700;
}
#detail div.product-rightbox .prices .availability.red {
  color: #9f0000;
}
#detail div.product-rightbox .buttons {
  padding: 8px 5px;
  border-bottom: 1px solid #D5D5D5;
  text-align: center;
}
#detail div.product-rightbox .buttons .cart,
#detail div.product-rightbox .buttons .wishlist {
  display: inline-block;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons br {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .cart {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
  }
}
#detail div.product-rightbox .buttons .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;
  float: left;
  background-size: 75%;
}
#detail div.product-rightbox .buttons .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;
}
#detail div.product-rightbox .buttons .cart a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox .buttons .cart a.button {
    padding-right: 50px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .cart a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .wishlist {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
    margin-top: 5px;
    height: 37px;
  }
}
#detail div.product-rightbox .buttons .wishlist a.button {
  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;
  float: right;
  color: white;
}
#detail div.product-rightbox .buttons .wishlist 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;
}
#detail div.product-rightbox .buttons .wishlist a.button span {
  border-color: #21619c;
  display: none;
}
#detail div.product-rightbox .buttons .wishlist a.button.inactive {
  font-size: 15px;
  background: #5a9757;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a9757), color-stop(100%, #5a9757));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a9757 0%, #5a9757 100%);
  /* W3C */
  border-color: #477744;
  padding-left: 25px;
  color: white;
}
#detail div.product-rightbox .buttons .wishlist a.button.inactive:active {
  background: #5a9757;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a9757), color-stop(100%, #5a9757));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a9757 0%, #5a9757 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a9757 0%, #5a9757 100%);
  /* W3C */
  border-color: #477744;
}
#detail div.product-rightbox .buttons .wishlist a.button.inactive span {
  border-color: #335632;
  display: none;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox .buttons .wishlist a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
#detail div.product-rightbox .attributes {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox .attributes div.attribute {
  display: inline-block;
  margin: 3px;
}
#detail div.product-rightbox .attributes div.attribute input {
  height: 24px;
  padding: 4px 20px 4px 40px;
  margin: 2px;
  width: 16px;
  font-size: 15px;
}
#detail div.product-rightbox .attributes table {
  width: 100%;
}
#detail div.product-rightbox .attributes table td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox .attributes div.attributeDefault {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
#detail div.product-rightbox .variants {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#detail div.product-rightbox .variants input {
  height: 16px;
  padding: 4px 20px 4px 4px;
  margin: 2px;
  width: 50px;
  font-size: 15px;
  text-align: right;
}
#detail div.product-rightbox .variants .availability {
  font-size: 20px;
  float: right;
}
#detail div.product-rightbox .variants .availability.green {
  color: #0c6800;
}
#detail div.product-rightbox .variants .availability.orange {
  color: #cf7700;
}
#detail div.product-rightbox .variants .availability.red {
  color: #9f0000;
}
#detail div.product-rightbox .variants .variants-info {
  font-size: 19px;
  padding: 5px 0;
  text-align: center;
}
#detail div.product-rightbox .variants .variants-info h2 {
  padding: 0;
  font-weight: normal;
  margin: 0;
}
#detail div.product-rightbox .variants .variants-info span {
  font-weight: bold;
}
#detail div.product-rightbox .variants table {
  margin-top: 10px;
  width: 96%;
  margin: 0 2%;
}
#detail div.product-rightbox .variants table .button.addCart {
  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;
  padding: 0 5px;
}
#detail div.product-rightbox .variants table .button.addCart: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 div.product-rightbox .variants table .button.addCart span {
  border-color: #21619c;
  display: none;
}
#detail div.product-rightbox .variants table .button.configure {
  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;
  padding: 0 5px;
}
#detail div.product-rightbox .variants table .button.configure: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 div.product-rightbox .variants table .button.configure span {
  border-color: #21619c;
  display: none;
}
#detail div.product-rightbox .variants table .name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
#detail div.product-rightbox .variants table td.button {
  text-align: right;
}
#detail div.product-rightbox .variants table .finalPriceTax {
  font-weight: bold;
  font-size: 25px;
  color: #4a94d9;
  vertical-align: baseline;
}
#detail div.product-rightbox .variants table .finalPrice {
  font-size: 15px;
  vertical-align: baseline;
}
#detail div.product-rightbox .variants table .avail {
  text-align: right;
  padding-bottom: 5px;
}
#detail div.product-rightbox .variants table .spacer td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
  margin-bottom: 5px;
}
#detail div.product-rightbox.b2b {
  float: right;
  width: 350px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1550px) {
  #detail div.product-rightbox.b2b {
    width: 450px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #detail div.product-rightbox.b2b {
    width: 450px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox.b2b {
    width: 436px;
    margin: 0 17px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#detail div.product-rightbox.b2b > div {
  padding: 5px;
}
#detail div.product-rightbox.b2b > div:last-of-type {
  border-bottom: none;
}
#detail div.product-rightbox.b2b .inactive-product {
  text-align: center;
  padding-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #be0000;
}
#detail div.product-rightbox.b2b .other {
  text-align: center;
}
#detail div.product-rightbox.b2b .other a.print {
  display: inline-block;
  width: 87px;
  height: 21px;
  margin: 0 8px;
  background: url(/includes/templates/alfapumpy_default/images/icons/print-bubble.png);
  cursor: pointer;
}
#detail div.product-rightbox.b2b .info table,
#detail div.product-rightbox.b2b .prices table,
#detail div.product-rightbox.b2b .currency-changer table {
  width: 100%;
  border-spacing: 0;
}
#detail div.product-rightbox.b2b .currency-changer {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox.b2b .currency-changer table td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox.b2b .currency-changer a {
  padding: 0 0 0 35px;
  color: #323232;
  height: 25px;
  line-height: 26px;
  display: inline-block;
  background: url(/includes/templates/alfapumpy_default/images/forms/radio_empty.png) 8px center no-repeat;
}
#detail div.product-rightbox.b2b .currency-changer a.selected {
  background: url(/includes/templates/alfapumpy_default/images/forms/radio_full.png) 8px center no-repeat;
}
#detail div.product-rightbox.b2b .info {
  font-size: 15px;
  padding-top: 0;
}
#detail div.product-rightbox.b2b .info td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
}
#detail div.product-rightbox.b2b .info td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox.b2b .info td:last-of-type a {
  color: #404040;
}
#detail div.product-rightbox.b2b .prices {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox.b2b .prices .price-title {
  float: left;
}
#detail div.product-rightbox.b2b .prices .price-value {
  float: right;
}
#detail div.product-rightbox.b2b .prices .old {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox.b2b .prices .final {
  font-size: 22px;
  color: #4a94d9;
  font-weight: bold;
}
#detail div.product-rightbox.b2b .prices .final.price-value {
  color: #4a94d9;
}
#detail div.product-rightbox.b2b .prices .final-notax {
  font-size: 13px;
  color: #3c3c3c;
}
#detail div.product-rightbox.b2b .prices .availability {
  font-size: 20px;
  color: #323232;
}
#detail div.product-rightbox.b2b .prices .availability.green {
  color: #0c6800;
}
#detail div.product-rightbox.b2b .prices .availability.orange {
  color: #cf7700;
}
#detail div.product-rightbox.b2b .prices .availability.red {
  color: #9f0000;
}
#detail div.product-rightbox.b2b .buttons {
  padding: 8px 5px;
  border-bottom: 1px solid #D5D5D5;
  text-align: center;
}
#detail div.product-rightbox.b2b .buttons .cart,
#detail div.product-rightbox.b2b .buttons .wishlist {
  display: inline-block;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .buttons br {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .buttons .cart {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
  }
}
#detail div.product-rightbox.b2b .buttons .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;
  float: left;
}
#detail div.product-rightbox.b2b .buttons .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;
}
#detail div.product-rightbox.b2b .buttons .cart a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox.b2b .buttons .cart a.button {
    padding-right: 50px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .buttons .cart a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .buttons .wishlist {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
    margin-top: 5px;
    height: 37px;
  }
}
#detail div.product-rightbox.b2b .buttons .wishlist a.button {
  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;
  float: right;
}
#detail div.product-rightbox.b2b .buttons .wishlist 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;
}
#detail div.product-rightbox.b2b .buttons .wishlist a.button span {
  border-color: #21619c;
  display: none;
}
#detail div.product-rightbox.b2b .buttons .wishlist a.button.inactive {
  font-size: 15px;
  background: #256718;
  /* Old browsers */
  background: -moz-linear-gradient(top, #256718 0%, #256718 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #256718), color-stop(100%, #256718));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #256718 0%, #256718 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #256718 0%, #256718 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #256718 0%, #256718 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #256718 0%, #256718 100%);
  /* W3C */
  border-color: #163e0e;
  padding-left: 25px;
  color: white;
}
#detail div.product-rightbox.b2b .buttons .wishlist a.button.inactive:active {
  background: #256718;
  /* Old browsers */
  background: -moz-linear-gradient(top, #256718 0%, #256718 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #256718), color-stop(100%, #256718));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #256718 0%, #256718 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #256718 0%, #256718 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #256718 0%, #256718 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #256718 0%, #256718 100%);
  /* W3C */
  border-color: #163e0e;
}
#detail div.product-rightbox.b2b .buttons .wishlist a.button.inactive span {
  border-color: #071405;
  display: none;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .buttons .wishlist a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
#detail div.product-rightbox.b2b .attributes {
  border-bottom: 1px solid #D5D5D5;
}
#detail div.product-rightbox.b2b .attributes div.attribute {
  display: inline-block;
  margin: 3px;
}
#detail div.product-rightbox.b2b .attributes div.attribute input {
  height: 24px;
  padding: 4px 20px 4px 40px;
  margin: 2px;
  width: 16px;
  font-size: 15px;
}
#detail div.product-rightbox.b2b .attributes table {
  width: 100%;
}
#detail div.product-rightbox.b2b .attributes table td:last-of-type {
  text-align: right;
}
#detail div.product-rightbox.b2b .attributes div.attributeDefault {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
#detail div.product-rightbox.b2b .variants {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 5px;
}
#detail div.product-rightbox.b2b .variants input {
  height: 16px;
  padding: 4px 20px 4px 4px;
  margin: 2px;
  width: 50px;
  font-size: 15px;
  text-align: right;
}
#detail div.product-rightbox.b2b .variants div.spacer {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background: #D5D5D5;
}
#detail div.product-rightbox.b2b .variants .varName {
  font-weight: bold;
  font-size: 20px;
}
#detail div.product-rightbox.b2b .variants .availability.green {
  color: #0c6800;
}
#detail div.product-rightbox.b2b .variants .availability.orange {
  color: #cf7700;
}
#detail div.product-rightbox.b2b .variants .availability.red {
  color: #9f0000;
}
#detail div.product-rightbox.b2b .variants .variants-info {
  font-size: 19px;
  text-align: center;
}
#detail div.product-rightbox.b2b .variants .variants-info h2 {
  padding: 0;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
}
#detail div.product-rightbox.b2b .variants .variants-info span {
  font-weight: bold;
}
#detail div.product-rightbox.b2b .variants table {
  margin: 0;
  width: 100%;
}
#detail div.product-rightbox.b2b .variants table .price-title {
  float: left;
}
#detail div.product-rightbox.b2b .variants table .price-value {
  float: right;
}
#detail div.product-rightbox.b2b .variants table .old {
  font-size: 16px;
  color: #323232;
}
#detail div.product-rightbox.b2b .variants table .final {
  font-size: 20px;
  color: #4a94d9;
  font-weight: bold;
}
#detail div.product-rightbox.b2b .variants table .price-value.final {
  color: #4a94d9;
}
#detail div.product-rightbox.b2b .variants table .final-notax {
  font-size: 13px;
  color: #3c3c3c;
}
#detail div.product-rightbox.b2b .variants table .spacer td {
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 0;
  margin-bottom: 5px;
}
#detail div.product-rightbox.b2b .variants .buttons {
  padding: 8px 5px;
  padding-bottom: 0;
  border-bottom: none;
  text-align: center;
}
#detail div.product-rightbox.b2b .variants .buttons .cart,
#detail div.product-rightbox.b2b .variants .buttons .wishlist {
  display: inline-block;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .variants .buttons br {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .variants .buttons .cart {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
  }
}
#detail div.product-rightbox.b2b .variants .buttons .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;
  float: left;
}
#detail div.product-rightbox.b2b .variants .buttons .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;
}
#detail div.product-rightbox.b2b .variants .buttons .cart a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
@media screen and (min-width: 1300px) and (max-width: 1549px), screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-rightbox.b2b .variants .buttons .cart a.button {
    padding-right: 50px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .variants .buttons .cart a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .variants .buttons .wishlist {
    width: 98%;
    display: block;
    float: none;
    margin: 0 1%;
    font-size: 16px;
    margin-top: 5px;
    height: 37px;
  }
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist a.button {
  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;
  float: right;
  color: white;
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist 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;
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist a.button span {
  border-color: #21619c;
  display: none;
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist a.button.inactive {
  font-size: 15px;
  background: #256718;
  /* Old browsers */
  background: -moz-linear-gradient(top, #256718 0%, #256718 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #256718), color-stop(100%, #256718));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #256718 0%, #256718 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #256718 0%, #256718 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #256718 0%, #256718 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #256718 0%, #256718 100%);
  /* W3C */
  border-color: #163e0e;
  padding-left: 25px;
  color: white;
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist a.button.inactive:active {
  background: #256718;
  /* Old browsers */
  background: -moz-linear-gradient(top, #256718 0%, #256718 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #256718), color-stop(100%, #256718));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #256718 0%, #256718 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #256718 0%, #256718 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #256718 0%, #256718 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #256718 0%, #256718 100%);
  /* W3C */
  border-color: #163e0e;
}
#detail div.product-rightbox.b2b .variants .buttons .wishlist a.button.inactive span {
  border-color: #071405;
  display: none;
}
@media screen and (max-width: 499px) {
  #detail div.product-rightbox.b2b .variants .buttons .wishlist a.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 96%;
    margin: 0 0;
    padding: 0 2%;
    float: none;
  }
}
#detail div.product-bottom {
  width: 100%;
  clear: both;
}
#detail div.product-bottom .tabs {
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #detail div.product-bottom .tabs {
    width: 480px;
  }
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs {
    width: 100%;
  }
}
#detail div.product-bottom #pumps2controls {
  background: white;
  margin-top: 25px;
  padding: 10px 2%;
  padding-bottom: 25px;
}
#detail div.product-bottom #pumps2controls .boxes {
  display: flex;
}
#detail div.product-bottom #pumps2controls .boxes .product-box {
  display: block;
  flex-grow: 1;
  color: #393939;
}
#detail div.product-bottom #pumps2controls .boxes .product-box .img {
  width: 33%;
  float: left;
  margin-right: 20px;
}
#detail div.product-bottom #pumps2controls .boxes .product-box .img img {
  width: 100%;
  border: 1px solid dimgray;
}
#detail div.product-bottom #pumps2controls .boxes .product-box .name {
  font-size: 22px;
}
#detail div.product-bottom #pumps2controls .boxes .product-box span {
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
}
#detail div.product-bottom #pumps2controls .boxes .product-box span.yes {
  color: darkgreen;
}
#detail div.product-bottom #pumps2controls .boxes .product-box span.no {
  color: darkred;
}
#detail div.product-bottom .tabs-content {
  width: 100%;
  text-align: justify;
  overflow: auto;
  box-sizing: border-box;
  border: none;
  background: white;
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content {
    width: 100%;
    margin: 0 0;
    padding: 5px 0;
    margin-top: -1px;
  }
}
#detail div.product-bottom .tabs-content .tab-content {
  width: 96%;
  margin: 0 0;
  padding: 0 2%;
}
#detail div.product-bottom .tabs-content .tab-content img {
  max-width: 100%;
}
#detail div.product-bottom .tabs-content .tab-content h2 {
  font-size: 16px;
  margin: 5px 0 15px 0;
}
#detail div.product-bottom .tabs-content #tab-description a {
  color: #404040;
  font-weight: 600;
}
#detail div.product-bottom .tabs-content #tab-direction embed {
  width: 100%;
}
#detail div.product-bottom .tabs-content #bottom-banners {
  float: right;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #bottom-banners {
    display: none;
  }
}
#detail div.product-bottom .tabs-content #bottom-banners div {
  width: 185px;
  height: 320px;
  border: 1px solid #808080;
  margin: 5px 0 5px 5px;
}
#detail div.product-bottom .tabs-content #products-discussion div.no-entry {
  padding: 2%;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box {
  margin-top: 10px;
  padding: 1px;
  border: 1px solid #808080;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title {
  background-color: #E6E6E6;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-bottom: 10px;
  text-indent: 5px;
  line-height: 30px;
  font-weight: 600;
  float: left;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title.admin {
  background-color: #FFB75C;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .title span {
  float: right;
  font-weight: normal;
  margin-right: 5px;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .text {
  line-height: 18px;
  font-size: 16px;
  padding: 10px;
}
#detail div.product-bottom .tabs-content #products-discussion .discussion-box .buttons {
  padding: 3px;
  text-align: right;
}
#detail div.product-bottom .tabs-content #products-discussion 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;
  float: right;
  margin: 10px;
}
#detail div.product-bottom .tabs-content #products-discussion 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;
}
#detail div.product-bottom .tabs-content #products-discussion a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Pencil_neg.png');
}
#detail div.product-bottom .tabs-content #user-reviews {
  width: 100%;
  display: block;
}
#detail div.product-bottom .tabs-content #user-reviews .stars {
  height: 30px;
  margin-top: 3px;
  float: right;
  margin-right: 2px;
}
#detail div.product-bottom .tabs-content #user-reviews .stars img {
  width: 30px;
}
#detail div.product-bottom .tabs-content #user-reviews .summary {
  background-color: #E6E6E6;
}
#detail div.product-bottom .tabs-content #user-reviews .summary .info,
#detail div.product-bottom .tabs-content #user-reviews .summary .right {
  float: left;
  display: block;
  padding: 2%;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .info,
  #detail div.product-bottom .tabs-content #user-reviews .summary .right {
    float: none;
    width: 96%;
    margin: 0;
    padding: 2%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .summary .avg-title {
  font-size: 20px;
}
#detail div.product-bottom .tabs-content #user-reviews .summary .info {
  width: 40%;
  padding: 2%;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .info {
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .summary .right {
  float: right;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .summary .right {
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box {
  margin-top: 10px;
  padding: 1px;
  border: 1px solid #808080;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .title {
  background-color: #E6E6E6;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-bottom: 15px;
  text-indent: 15px;
  line-height: 30px;
  font-weight: bold;
  float: left;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .stars {
  height: 30px;
  margin-top: 3px;
  float: right;
  margin-right: 2px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .stars img {
  width: 24px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .review-body {
  padding: 2px 8px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.positives-list {
  float: left;
  width: 50%;
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.positives-list {
    float: none;
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.negatives-list {
  float: right;
  width: 50%;
}
@media screen and (max-width: 499px) {
  #detail div.product-bottom .tabs-content #user-reviews .review-box .lists div.negatives-list {
    float: none;
    width: 100%;
  }
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.positives-list {
  list-style-image: url('/includes/templates/alfapumpy_default/images/bullet-plus.png');
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.positives-list li {
  color: #03980B;
  margin-left: 30px;
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.negatives-list {
  list-style-image: url('/includes/templates/alfapumpy_default/images/bullet-minus.png');
}
#detail div.product-bottom .tabs-content #user-reviews .review-box .lists ul.negatives-list li {
  color: #7D0005;
  margin-left: 30px;
}
#detail #cross-sell-content .tab-content {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
#detail #cross-sell-content .tab-content:not(:first-of-type) {
  display: none;
}
#detail #cross-sell-content .product-box {
  display: block;
  min-width: 200px;
  flex-grow: 1;
  flex-basis: 0;
  background-color: #ffffff;
  margin: 3px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  max-width: 364px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box {
    width: 92%;
    margin: 5px 2%;
    padding: 2% 2%;
  }
}
#detail #cross-sell-content .product-box .namebox {
  width: 100%;
  height: 46px;
  padding: 5px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail #cross-sell-content .product-box .name {
  line-height: 18px;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .name {
    margin-bottom: 0;
    height: auto;
    display: block;
    width: 100%;
  }
}
#detail #cross-sell-content .product-box a {
  position: relative;
  display: block;
}
#detail #cross-sell-content .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box img.productImage-func {
    margin: 5px 0 5px 5px;
    float: left;
    width: 100px;
    height: 100px;
  }
}
#detail #cross-sell-content .product-box .bottom {
  width: 95px;
  height: 40px;
  float: left;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .bottom {
    margin-right: 45px;
    margin-top: 15px;
    width: 110px;
    float: right;
    text-align: right;
  }
}
#detail #cross-sell-content .product-box .bottom .old-price {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#detail #cross-sell-content .product-box .bottom .final-price {
  display: block;
  font-size: 20px;
  color: #4a94d9;
  font-weight: 600;
  line-height: 45px;
}
#detail #cross-sell-content .product-box br.hide {
  display: none;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box br.hide {
    display: inherit;
  }
}
#detail #cross-sell-content .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 499px) {
  #detail #cross-sell-content .product-box .buttons {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}
#detail #cross-sell-content .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#detail #cross-sell-content .product-box .buttons .detail span {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#detail #cross-sell-content .product-box .buttons .detail a.button {
  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;
  color: white;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#detail #cross-sell-content .product-box .buttons .detail 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;
}
#detail #cross-sell-content .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/info.png');
}
#detail #cross-sell-content .product-box .buttons .detail a.button span {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-position: center center;
  background-size: 70%;
}
#detail #cross-sell-content .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#detail #cross-sell-content .product-box .buttons .add-cart span {
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button {
  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;
  color: white;
  height: 40px;
  width: 40px;
  min-width: 40px;
}
#detail #cross-sell-content .product-box .buttons .add-cart 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;
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#detail #cross-sell-content .product-box .buttons .add-cart a.button span {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-position: center center;
  background-size: 70%;
}
#detail #cross-sell-side {
  float: right;
  width: 185px;
  border: 1px solid #808080;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #detail #cross-sell-side {
    display: none;
  }
}
#detail #cross-sell-side .title {
  line-height: 22px;
  text-align: center;
  color: #444;
  text-transform: uppercase;
  font-size: 13px;
}
#detail #cross-sell-side .product-box {
  display: block;
  width: 175px;
  float: left;
  background-color: #FFF;
  margin: 0;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  padding: 5px;
  position: relative;
}
#detail #cross-sell-side .product-box .name {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  max-height: 48px;
  overflow: hidden;
  line-height: 16px;
  font-size: 15px;
  color: #404040;
}
#detail #cross-sell-side .product-box a {
  position: relative;
  display: block;
}
#detail #cross-sell-side .product-box img.productImage-func {
  margin: auto;
  display: block;
  max-width: 145px;
  max-height: 145px;
  margin: 3px 15px;
}
#detail #cross-sell-side .product-box .bottom {
  width: 95px;
  height: 40px;
  float: left;
  display: block;
  font-size: 18px;
}
#detail #cross-sell-side .product-box .bottom .final-price {
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#detail #cross-sell-side .product-box .buttons {
  display: block;
  float: right;
  height: 40px;
  width: 80px;
}
#detail #cross-sell-side .product-box .buttons .detail {
  height: 40px;
  width: 40px;
  float: right;
}
#detail #cross-sell-side .product-box .buttons .detail a.button {
  background: #b5acff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5acff), color-stop(100%, #928ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b5acff 0%, #928ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b5acff 0%, #928ed2 100%);
  /* W3C */
  border-color: #6f6ac3;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
}
#detail #cross-sell-side .product-box .buttons .detail a.button:active {
  background: #928ed2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #928ed2), color-stop(100%, #b5acff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #928ed2 0%, #b5acff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #928ed2 0%, #b5acff 100%);
  /* W3C */
  border-color: #6f6ac3;
}
#detail #cross-sell-side .product-box .buttons .detail a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search.png');
}
#detail #cross-sell-side .product-box .buttons .add-cart {
  height: 40px;
  width: 40px;
  float: left;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button {
  background: #ff7f7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f7f), color-stop(100%, #ff6452));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7f7f 0%, #ff6452 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7f7f 0%, #ff6452 100%);
  /* W3C */
  border-color: #ff361f;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button:active {
  background: #ff6452;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6452), color-stop(100%, #ff7f7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6452 0%, #ff7f7f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6452 0%, #ff7f7f 100%);
  /* W3C */
  border-color: #ff361f;
}
#detail #cross-sell-side .product-box .buttons .add-cart a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Shopcart.png');
}
#detail #bottom-info {
  background: white;
  margin-top: 25px;
  padding: 10px 2%;
}
#detail #bottom-info div.description div.imageBoxOuter {
  width: 100%;
  text-align: center;
}
#detail #bottom-info div.description div.imageBoxOuter div.imageBoxInner {
  border: 1px solid #404040;
  display: inline-block;
  max-width: 60%;
  margin: 0 auto;
}
#detail #bottom-info div.description div.imageBoxOuter div.imageBoxInner span {
  display: block;
  width: 100%;
  padding: 4px 15px;
  font-size: 12px;
  background: #404040;
  color: #ffffff;
  box-sizing: border-box;
}
#detail #bottom-info div.description div.imageBoxOuter div.imageBoxInner img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0;
  padding: 0;
}
#homepage {
  width: 750px;
  margin-left: 10px;
}
@media screen and (min-width: 1550px) {
  #homepage {
    width: 1250px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage {
    width: 1000px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage {
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  #homepage {
    margin-left: 0;
    width: 100%;
  }
}
#homepage > div {
  text-align: justify;
  background: #ffffff;
  display: block;
  float: left;
  margin: 15px 0 10px 10px;
  padding: 5px;
  border: 1px solid #c1c1c1;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #homepage > div {
    font-size: 14px;
    margin: 10px 0 5px 0px;
  }
}
#homepage .full {
  width: 718px;
}
@media screen and (min-width: 1550px) {
  #homepage .full {
    width: 1218px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .full {
    width: 968px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .full {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .full {
    width: 92%;
    margin: 2%;
    padding: 2%;
  }
}
#homepage .full.slider {
  margin-top: 5px;
  padding: 0;
  border: 0;
  width: 728px;
}
@media screen and (min-width: 1550px) {
  #homepage .full.slider {
    width: 1228px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .full.slider {
    width: 978px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .full.slider {
    width: 478px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .full.slider {
    width: 96%;
    margin: 2%;
    padding: 0;
  }
}
#homepage .full.shop-title {
  min-height: 0;
  margin-top: 5px;
  background-color: #404040;
  border: 0;
}
#homepage .full.shop-title h1 {
  margin: 1px 5px;
  color: white;
  font-size: 22px;
  line-height: 33px;
  clear: both;
  font-weight: normal;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .full.shop-title h1 {
    font-size: 20px;
  }
}
#homepage .half {
  width: 348px;
  height: 238px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .half {
    width: 473px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .half {
    width: 223px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .half {
    width: 92%;
    margin: 2%;
    padding: 2%;
    height: auto;
  }
}
#homepage .third {
  width: 223px;
  height: 338px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .third {
    width: 306px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .third {
    width: 138px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third {
    width: 92%;
    margin: 2%;
    padding: 2%;
    height: auto;
  }
}
#homepage .third.center {
  width: 228px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .third.center {
    width: 312px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .third.center {
    width: 148px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third.center {
    width: 92%;
    margin: 2%;
    padding: 2%;
    height: auto;
  }
}
#homepage .third-double {
  width: 473px;
  height: 338px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage .third-double {
    width: 640px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage .third-double {
    width: 308px;
  }
}
@media screen and (max-width: 499px) {
  #homepage .third-double {
    width: 92%;
    margin: 2%;
    padding: 2%;
    height: auto;
  }
}
#homepage div.title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  color: #4a94d9;
  font-weight: 600;
}
#homepage div.title a,
#homepage div.title a:visited {
  color: #4a94d9;
}
#homepage div.about,
#homepage div.account,
#homepage div.banner {
  height: 100%;
  overflow: hidden;
  font-size: 15px;
}
#homepage div.about p,
#homepage div.account p,
#homepage div.banner p {
  margin: 0;
}
#homepage div.about img,
#homepage div.account img,
#homepage div.banner img {
  width: 100%;
  max-width: 450px;
  float: left;
}
#homepage div.video-slider {
  position: relative;
}
#homepage div.video-slider .slider-items {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 238px;
  height: 181px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.video-slider .slider-items {
    width: 220px;
  }
}
#homepage div.video-slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 238px;
  display: block;
  max-height: 178px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.video-slider .slider-item {
    width: 220px;
    height: 165px;
  }
}
#homepage div.video-slider .slider-item * {
  margin: 0 auto;
  width: 238px;
  display: block;
  max-height: 178px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.video-slider .slider-item * {
    width: 220px;
    height: 165px;
  }
}
#homepage div.video-slider .control {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  left: 50%;
}
#homepage div.video-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.video-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.video-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 5px;
  }
}
#homepage div.video-slider .control a.active {
  border: 3px solid #4a94d9;
}
#homepage div.clanky span {
  display: inline-block;
  bottom: 0;
  float: right;
  padding: 5px;
}
#homepage div.clanky p {
  padding-right: 10px;
}
#homepage div.clanky img {
  float: left;
  margin: 15px;
}
#homepage div.tips-slider .slider-items {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 96%;
  margin: 3px 1%;
  padding: 3px 1%;
  height: 172px;
}
#homepage div.tips-slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 176px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  text-align: justify;
}
#homepage div.tips-slider .slider-item img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  float: left;
  margin: 20px;
}
#homepage div.tips-slider .control {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
  left: 50%;
}
#homepage div.tips-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.tips-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.tips-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 5px;
  }
}
#homepage div.tips-slider .control a.active {
  border: 3px solid #4a94d9;
}
#homepage div.main-slider {
  position: relative;
}
#homepage div.main-slider .slider-items {
  display: block;
  position: relative;
  text-align: center;
  height: 243px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1550px) {
  #homepage div.main-slider .slider-items {
    height: 409px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage div.main-slider .slider-items {
    height: 326px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #homepage div.main-slider .slider-items {
    margin: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.main-slider .slider-items {
    height: 210px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .slider-items {
    height: 210px;
  }
}
#homepage div.main-slider .slider-item {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 243px;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.main-slider .slider-item {
    height: 134px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .slider-item {
    height: 130px;
  }
}
#homepage div.main-slider .slider-item img {
  max-height: 410px;
  max-width: 100%;
}
#homepage div.main-slider .control {
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -wekbit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none;
  opacity: 50/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 50/100;
  -khtml-opacity: 50/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#homepage div.main-slider .control:hover {
  background-color: #FFFFFF;
  opacity: 95/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -moz-opacity: 95/100;
  -khtml-opacity: 95/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#homepage div.main-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#homepage div.main-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #homepage div.main-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 5px;
  }
}
#homepage div.main-slider .control a.active {
  border: 3px solid #4a94d9;
}
#homepage div.product-slider {
  position: relative;
}
#homepage div.product-slider .left-arrow,
#homepage div.product-slider .right-arrow {
  width: 44px;
  font-size: 25px;
  height: 210px;
  display: block;
  cursor: pointer;
  opacity: 25/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: alpha(opacity=25);
  -moz-opacity: 25/100;
  -khtml-opacity: 25/100;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.product-slider .left-arrow,
  #homepage div.product-slider .right-arrow {
    width: 24px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.product-slider .left-arrow,
  #homepage div.product-slider .right-arrow {
    width: 9%;
  }
}
#homepage div.product-slider .left-arrow.inactive,
#homepage div.product-slider .right-arrow.inactive {
  cursor: not-allowed;
}
#homepage div.product-slider .left-arrow {
  float: left;
  background: url(/includes/templates/alfapumpy_default/images/slider-left.png) center center no-repeat;
}
#homepage div.product-slider .left-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-left-inactive.png) center center no-repeat;
}
#homepage div.product-slider .right-arrow {
  float: right;
  background: url(/includes/templates/alfapumpy_default/images/slider-right.png) center center no-repeat;
}
#homepage div.product-slider .right-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-right-inactive.png) center center no-repeat;
}
#homepage div.product-slider .slider-items {
  width: 630px;
  overflow: hidden;
  float: left;
  height: 220px;
}
@media screen and (min-width: 1550px) {
  #homepage div.product-slider .slider-items {
    width: 1050px;
    margin: 0px 40px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #homepage div.product-slider .slider-items {
    width: 830px;
    margin: 0 25px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #homepage div.product-slider .slider-items {
    width: 420px;
  }
}
@media screen and (max-width: 499px) {
  #homepage div.product-slider .slider-items {
    width: 210px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
  }
}
#homepage div.product-slider .slider-items .name {
  font-size: 14px;
  line-height: 15px;
  height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #404040;
}
#homepage div.product-slider .slider-items .name a {
  color: #404040;
}
#homepage div.product-slider .slider-items .image {
  display: block;
  width: 100%;
}
#homepage div.product-slider .slider-items .image img {
  margin: 5px auto;
  display: block;
  border: 1px solid #B8B8B8;
}
#homepage div.product-slider .slider-items span {
  width: 100%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
#homepage div.product-slider .slider-container {
  width: 3000px;
  height: 210px;
}
#homepage div.product-slider .slider-item {
  float: left;
  width: 200px;
  margin: 5px 5px;
  height: 205px;
}
#homepage div.main p {
  padding: 5px;
  margin: 0;
  font-size: 15px;
}
#homepage div.main img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 100%;
}
/* DETAIL SET-A CONTENT */
#set-a-content {
  width: 718px;
  margin: 10px 0;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-bottom: 5px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #set-a-content {
    width: 968px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #set-a-content {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #set-a-content {
    width: 100%;
    margin: 10px 0;
    padding: 0 0;
    padding-bottom: 5px;
  }
}
#set-a-content .product-box .mobile-name {
  display: none;
  text-align: center;
  width: 98%;
  margin: 0;
  padding: 1%;
}
@media screen and (max-width: 499px) {
  #set-a-content .product-box .mobile-name {
    display: block;
  }
}
#set-a-content .product-box .mobile-name a {
  line-height: 20px;
  color: #4a94d9;
  font-weight: bold;
  font-size: 15px;
  margin-top: 3px;
  max-width: 100%;
}
#set-a-content ul,
#set-a-content li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#set-a-content li {
  border-bottom: 1px solid #cecece;
}
#set-a-content li:last-of-type {
  border-bottom: none;
}
#set-a-content .title {
  width: 98%;
  height: 30px;
  margin: 0 1%;
  color: #4a94d9;
  font-size: 16px;
  text-indent: 10px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 5px;
}
#set-a-content .image {
  margin-right: 12px;
  width: 76px;
  float: left;
}
#set-a-content .image img {
  height: 64px;
  margin: 2px 2px 2px 15px;
  display: block;
  border: 1px solid #c1c1c1;
  -wekbit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#set-a-content .text {
  width: 430px;
  float: left;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #set-a-content .text {
    width: 680px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #set-a-content .text {
    width: 275px;
  }
}
@media screen and (max-width: 499px) {
  #set-a-content .text {
    display: none;
  }
}
#set-a-content .text .name a {
  line-height: 27px;
  color: #4a94d9;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#set-a-content .text .description {
  max-height: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 499px) {
  #set-a-content .text .description {
    display: none;
  }
}
#set-a-content .right {
  width: 200px;
  float: right;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #set-a-content .right {
    width: 100px;
  }
}
#set-a-content .right .quantity {
  display: inline-block;
  float: left;
  width: 60px;
  height: 70px;
  text-align: right;
  line-height: 70px;
  font-size: 16px;
}
#set-a-content .right .price {
  display: inline-block;
  width: 135px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  float: right;
  margin: 15px 0;
  color: #828282;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #set-a-content .right .price {
    display: none;
  }
}
#set-a-content .right .price span {
  color: #393939;
  text-decoration: line-through;
  font-size: 18px;
  margin-top: 2px;
  display: block;
}
#set-b-slider {
  position: relative;
  margin: 0 0px;
}
#set-b-slider .title {
  width: 100%;
  font-size: 15px;
  color: #404040;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#set-b-slider .left-arrow,
#set-b-slider .right-arrow {
  width: 35px;
  font-size: 25px;
  height: 108px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #set-b-slider .left-arrow,
  #set-b-slider .right-arrow {
    width: 24px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #set-b-slider .left-arrow,
  #set-b-slider .right-arrow {
    width: 20px;
  }
}
@media screen and (max-width: 499px) {
  #set-b-slider .left-arrow,
  #set-b-slider .right-arrow {
    width: 9%;
  }
}
#set-b-slider .left-arrow.inactive,
#set-b-slider .right-arrow.inactive {
  cursor: not-allowed;
}
#set-b-slider .left-arrow {
  float: left;
  background: url(/includes/templates/alfapumpy_default/images/slider-left.png) center center no-repeat;
}
#set-b-slider .left-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-left-inactive.png) center center no-repeat;
}
#set-b-slider .right-arrow {
  float: right;
  background: url(/includes/templates/alfapumpy_default/images/slider-right.png) center center no-repeat;
}
#set-b-slider .right-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-right-inactive.png) center center no-repeat;
}
#set-b-slider .slider-items {
  width: 660px;
  overflow: hidden;
  float: left;
  height: 108px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #set-b-slider .slider-items {
    width: 825px;
    margin-left: 42px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #set-b-slider .slider-items {
    width: 430px;
  }
}
@media screen and (max-width: 499px) {
  #set-b-slider .slider-items {
    width: 215px;
    position: absolute;
    left: 50%;
    margin-left: -108px;
  }
}
#set-b-slider .slider-items .slider-item {
  width: 155px;
  margin: 3px;
  padding: 1px;
  border: 1px solid #E5E5E5;
  background: #f2f2f2;
  height: 100px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #set-b-slider .slider-items .slider-item {
    width: 205px;
  }
}
#set-b-slider .slider-items .name {
  font-size: 13px;
  line-height: 18px;
  height: 55px;
  display: block;
  float: left;
  text-align: left;
  overflow: hidden;
  padding-left: 5px;
  text-overflow: ellipsis;
  width: 95px;
  color: #404040;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #set-b-slider .slider-items .name {
    width: 145px;
  }
}
#set-b-slider .slider-items .name a {
  color: #404040;
}
#set-b-slider .slider-items .image {
  display: block;
  float: left;
}
#set-b-slider .slider-items .image img {
  display: block;
  border: 1px solid #E5E5E5;
}
#set-b-slider .slider-items .originalPrice {
  float: left;
  width: 50%;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 0.5);
  text-indent: 5px;
}
#set-b-slider .slider-items .originalPrice span {
  color: #383838;
}
#set-b-slider .slider-items .price {
  float: right;
  width: 50%;
  text-align: right;
  font-weight: 600;
}
#set-b-slider .slider-items label {
  font-size: 15px;
}
#set-b-slider .slider-items .set-b-checkbox {
  margin-left: 10px;
}
#set-b-slider .slider-container {
  height: 108px;
}
#set-b-slider .slider-item {
  float: left;
  width: 200px;
  margin: 5px 5px;
  height: 195px;
}
.prettyRadio label {
  background: url('../../alfapumpy_default/images/forms/radio_empty.png') left center no-repeat;
  padding-left: 30px;
  line-height: 25px;
}
.prettyRadio input[type=radio] {
  display: none;
}
.prettyRadio input[type=radio]:checked + label {
  background: url('../../alfapumpy_default/images/forms/radio_full.png') left center no-repeat;
}
#giftbox {
  width: 718px;
  font-size: 20px;
  background-color: #FBFBFB;
  margin: 30px 0 30px 0;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 10px 0;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #giftbox {
    width: 968px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #giftbox {
    width: 468px;
  }
}
@media screen and (max-width: 499px) {
  #giftbox {
    width: 100%;
    margin: 25px 0;
    padding: 10px 0;
  }
}
#giftbox img {
  width: 70px;
  height: 70px;
  border: 0;
}
#giftbox span {
  font-weight: 600;
}
#giftbox span.text {
  color: #404040;
}
#giftbox span.product-name {
  color: #4a94d9;
}
#giftbox .giftimg {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  margin-left: 0;
  margin-right: 5px;
  border: 1px solid #D5D5D5;
  position: relative;
  top: -20px;
  float: left;
}
#giftbox .giftimg:last-of-type {
  margin-right: 15px;
}
#giftbox .giftimg:first-of-type {
  margin-left: 30px;
}
a.button {
  width: auto;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 25px 0 60px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  display: inline-block;
  min-width: 100px;
  top: 0;
  left: 0;
  border: 0;
}
a.button:active {
  top: 1px;
  left: 1px;
}
a.button span {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 45px;
  left: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  font-size: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}
a.button.reviews {
  background: #505050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #1c1c1c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
  /* W3C */
  border-color: #030303;
  color: white;
  font-size: 13px;
}
a.button.reviews:active {
  background: #1c1c1c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c1c1c 0%, #505050 100%);
  /* W3C */
  border-color: #030303;
}
a.button.reviews span {
  border-color: #000000;
  background-image: url('/includes/templates/alfapumpy_default/images/review-bubble.png');
}
ul.tabs {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
ul.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #FBFBFB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #DDDDDD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FBFBFB 0%, #DDDDDD 100%);
  /* W3C */
  font-size: 14px;
  -wekbit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: 1px solid #D5D5D5;
  height: 25px;
  line-height: 25px;
  color: #4a94d9;
  text-align: center;
  margin-top: 1px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
ul.tabs li a {
  padding: 3px 10px;
}
ul.tabs li.selected {
  background: #DDDDDD;
  /* Old browsers */
  background: -moz-linear-gradient(top, #DDDDDD 0%, #FBFBFB 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDDDDD), color-stop(100%, #FBFBFB));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #DDDDDD 0%, #FBFBFB 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #DDDDDD 0%, #FBFBFB 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #DDDDDD 0%, #FBFBFB 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #DDDDDD 0%, #FBFBFB 100%);
  /* W3C */
  border-bottom: 1px solid #ffffff;
}
ul.tabs li.selected:hover {
  background-color: #FFF;
}
ul.tabs li.spacer {
  height: 26px;
  border: none;
  border-bottom: 1px solid #D5D5D5;
  background: none;
  width: 2px;
  padding: 0;
}
ul.tabs li:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  /* W3C */
}
div.tabs-content {
  display: block;
  padding: 5px 10px;
  border: 1px solid #D5D5D5;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}
div.tabs-content .tab-content {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  font-size: 14px;
  float: left;
}
div.tabs-content .tab-content:first-of-type {
  display: block;
}
#user-video div {
  display: block;
  padding: 5px 0;
  margin: 5px;
  float: left;
}
@media screen and (max-width: 499px) {
  #user-video div {
    width: 96%;
    margin: 0 0;
    padding: 2% 2%;
  }
}
#user-video a {
  background-size: 160px 120px;
  display: block;
  width: 160px;
  height: 120px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #user-video a {
    background-size: 210px 160px;
    width: 210px;
    height: 160px;
  }
}
@media screen and (max-width: 499px) {
  #user-video a {
    width: 100%;
    height: auto;
    background-size: 100%;
  }
}
#user-video img {
  width: 160px;
  height: 120px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #user-video img {
    width: 210px;
    height: 160px;
  }
}
@media screen and (max-width: 499px) {
  #user-video img {
    width: 100%;
    height: auto;
  }
}
#ez-page {
  width: 96%;
  margin: 0 0;
  padding: 10px 2%;
  margin-top: 10px;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
}
#ez-page h1 {
  color: #4a94d9;
  font-size: 30px;
}
#ez-page h2 {
  color: #404040;
  font-size: 25px;
}
#ez-page h3 {
  font-size: 20px;
}
#ez-page a,
#ez-page a:visited {
  color: #4a94d9;
}
#ez-page.manufacturer h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
#ez-page.manufacturer img.logo {
  float: right;
  max-width: 300px;
  margin: 20px 0 10px 10px;
}
#ez-listing h1 {
  background-color: #4a94d9;
  color: white;
  clear: both;
  padding: 10px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  #ez-listing h1 {
    width: 92%;
    margin: 10px 2%;
    padding: 5px 2%;
    font-size: 20px;
  }
}
#ez-listing h2 {
  color: #404040;
  font-size: 25px;
  margin-top: 0;
}
#ez-listing h3 {
  font-size: 20px;
}
#ez-listing a,
#ez-listing a:visited {
  color: #404040;
}
#ez-listing article {
  display: block;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  padding: 5px;
  margin: 15px 0;
  -wekbit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#ez-listing article img {
  float: left;
  margin: 0 10px 5px 0;
}
#ez-listing article span.time {
  float: right;
  color: #444444;
  font-size: 15px;
}
#ez-listing article a.read-more {
  display: block;
  float: right;
}
#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 666;
}
#ui_notifIt p {
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
#ui_notifIt.success {
  background-color: #0F5C00;
  border: 3px solid #0B3800;
  color: #FFFFFF;
}
#ui_notifIt.error {
  background-color: #E00000;
  color: #FFFFFF;
  font-weight: bold;
  border: 3px solid #000000;
}
#ui_notifIt.warning {
  background-color: #FFA500;
  color: #393939;
  border: 3px solid #B47500;
}
#ui_notifIt.info {
  background-color: #B09DFF;
  color: #393939;
  border: 3px solid #9F25FF;
}
#ui_notifIt.default {
  background-color: #EEE;
  color: #444;
}
#search-page {
  padding: 10px;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  margin: 0 0 10px 20px;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #search-page {
    margin: 0 2px 10px 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #search-page {
    margin: 0 0px 10px 8px;
  }
}
@media screen and (max-width: 499px) {
  #search-page {
    width: 92%;
    margin: 10px 3%;
    padding: 0 1%;
  }
}
#search-page > span {
  display: inline-block;
  width: 96%;
  margin: 10px 1%;
  padding: 2px 1%;
  font-size: 18px;
}
#search-page input[type=text] {
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  font-size: 18px;
  height: 25px;
  margin-top: 2px;
  display: inline-block;
  width: 400px;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #search-page input[type=text] {
    width: 275px;
  }
}
@media screen and (max-width: 499px) {
  #search-page input[type=text] {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#search-page a.button {
  background: #505050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #1c1c1c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
  /* W3C */
  border-color: #030303;
  color: white;
  margin-top: -2px;
}
#search-page a.button:active {
  background: #1c1c1c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c1c1c 0%, #505050 100%);
  /* W3C */
  border-color: #030303;
}
#search-page a.button span {
  border-color: #000000;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search.png');
}
@media screen and (max-width: 499px) {
  #search-page a.button {
    width: 78%;
    margin: 2px 1%;
    padding: 0 10%;
  }
}
#search-page input[type=submit] {
  display: none;
}
#content.listing div.main-slider {
  position: relative;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #content.listing div.main-slider {
    display: none;
  }
}
#content.listing div.main-slider .slider-items {
  display: block;
  position: relative;
  text-align: center;
  height: 200px;
  width: 700px;
  margin: 15px auto;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #content.listing div.main-slider .slider-items {
    height: 137px;
    width: 480px;
  }
}
#content.listing div.main-slider .slider-item {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 200px;
  left: 0;
  top: 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #content.listing div.main-slider .slider-item {
    height: 134px;
  }
}
#content.listing div.main-slider .slider-item img {
  width: 100%;
}
#content.listing div.main-slider .control {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -wekbit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none;
  opacity: 50/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 50/100;
  -khtml-opacity: 50/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#content.listing div.main-slider .control:hover {
  background-color: #FFFFFF;
  opacity: 95/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -moz-opacity: 95/100;
  -khtml-opacity: 95/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#content.listing div.main-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#content.listing div.main-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
#content.listing div.main-slider .control a.active {
  border: 3px solid red;
}
.flow_player {
  display: block;
  width: 420px;
  height: 300px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  .flow_player {
    display: none;
  }
}
a.button.flow_pl_enable {
  display: none;
  background: #505050;
  /* Old browsers */
  background: -moz-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #1c1c1c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #505050 0%, #1c1c1c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #505050 0%, #1c1c1c 100%);
  /* W3C */
  border-color: #030303;
  padding-left: 25px;
  color: white;
  width: 200px;
  margin-bottom: 10px;
}
a.button.flow_pl_enable:active {
  background: #1c1c1c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c1c1c 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c1c1c 0%, #505050 100%);
  /* W3C */
  border-color: #030303;
}
a.button.flow_pl_enable span {
  border-color: #000000;
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  a.button.flow_pl_enable {
    display: block;
  }
}
.ui-effects-transfer {
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  border: 1px solid #555555;
}
.ui-widget-content {
  background: #FFF;
}
.ui-autocomplete {
  z-index: 900 !important;
}
.ui-tooltip {
  white-space: pre-line;
}
#busy-box {
  display: none;
  z-index: 700;
  width: 128px;
  height: 128px;
  margin-left: -64px;
  margin-top: -64px;
  left: 50%;
  top: 50%;
  position: fixed;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: rgba(230, 230, 230, 0.85);
}
#busy-box img {
  width: 64px;
  height: 64px;
  margin: 32px;
}
#categories li a.ajax-cat {
  padding: 6px 0 6px 0px;
  width: 10px;
  float: left;
  color: #393939;
}
@media print {
  #header,
  #fullWidthHeader,
  #fullWidthFooter,
  #categories-container,
  #footer,
  #live-chat,
  #product-gallery-slider,
  #cross-sell-tabs,
  #cross-sell-content,
  .side-banner {
    display: none;
  }
  #breadcrumb,
  h1,
  #product-image-zoom,
  div.top,
  div.main-image {
    border: none !important;
  }
  body,
  html {
    width: 100%;
    background: white;
  }
  * {
    border: none;
  }
  #wrapper {
    width: 100%;
    border: none;
  }
  #content {
    width: 100%;
    float: none;
  }
  .tab-content {
    display: none;
    width: 100%;
  }
  #tab-description {
    display: block;
    width: 100%;
  }
  .scroll-top {
    display: none;
  }
  #detail div.product-image {
    width: 35%;
    margin: 0;
    padding: 0;
  }
  #detail div.product-image #product-image-zoom {
    width: 100%;
  }
  #detail .stickers {
    display: none;
  }
  #detail div.referer {
    display: none;
  }
  #detail div.product-rightbox {
    width: 60%;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }
  #detail div.product-rightbox .buttons {
    display: none;
  }
  #detail div.product-rightbox .other {
    display: none;
  }
  #detail div.product-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #detail div.product-bottom #bottom-banners {
    display: none;
  }
  #detail div.product-bottom .tabs-content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
  }
  #detail div.product-bottom .tabs-content .tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
}
#live-chat {
  width: 220px;
  height: 350px;
  position: fixed;
  z-index: 700;
  bottom: 0;
  right: 5px;
  border: 1px solid black;
  background: white;
  max-height: 100%;
}
#live-chat .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  background: #4a94d9;
  color: white;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: 0;
}
#live-chat .title:after {
  font-size: 20px;
  content: "▼";
  padding-right: 5px;
  float: right;
}
#live-chat .wrapper {
  padding-top: 30px;
  padding-bottom: 66px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#live-chat .messages {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
#live-chat .messages .message {
  padding: 5px;
  border-bottom: 1px dashed gray;
}
#live-chat .messages .message span {
  display: block;
  font-size: 14px;
}
#live-chat .messages .message span > span {
  display: inline-block;
  float: right;
  font-size: 12px;
}
#live-chat .messages .message.closed span {
  font-size: 12px;
  font-style: italic;
}
#live-chat .messages .message:nth-child(even) {
  background: #ebe8ff;
}
#live-chat textarea {
  width: 201px;
  height: 50px;
  margin: 5px;
  padding: 2px;
  resize: none;
  overflow: auto;
  display: block;
}
#live-chat form {
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
#live-chat.min {
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  opacity: 75/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
  -moz-opacity: 75/100;
  -khtml-opacity: 75/100;
}
#live-chat.min .title:after {
  content: "▲";
}
#live-chat.min form,
#live-chat.min .wrapper {
  display: none;
}
#main-big-slider {
  position: relative;
  margin: 15px 0;
  width: 100%;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #main-big-slider {
    display: none;
  }
}
#main-big-slider .main-slider {
  width: 760px;
  background: white;
  float: left;
  position: relative;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #main-big-slider .main-slider {
    width: 735px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  #main-big-slider .main-slider {
    width: 750px;
    margin-bottom: 15px;
  }
}
#main-big-slider .slider-items {
  display: block;
  position: relative;
  text-align: center;
  height: 340px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #main-big-slider .slider-items {
    height: 340px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #main-big-slider .slider-items {
    height: 329px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #main-big-slider .slider-items {
    margin: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #main-big-slider .slider-items {
    height: 335px;
  }
}
@media screen and (max-width: 499px) {
  #main-big-slider .slider-items {
    height: 210px;
  }
}
#main-big-slider .slider-item {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 340px;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #main-big-slider .slider-item {
    height: 335px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #main-big-slider .slider-item {
    height: 329px;
  }
}
@media screen and (max-width: 499px) {
  #main-big-slider .slider-item {
    height: 130px;
  }
}
#main-big-slider .slider-item img {
  max-height: 340px;
  max-width: 100%;
}
#main-big-slider .control {
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -wekbit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: none;
  opacity: 50/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 50/100;
  -khtml-opacity: 50/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#main-big-slider .control:hover {
  background-color: #FFFFFF;
  opacity: 95/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  -moz-opacity: 95/100;
  -khtml-opacity: 95/100;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#main-big-slider .control li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#main-big-slider .control a {
  display: block;
  width: 8px;
  height: 8px;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 9px;
  padding: 0;
  background-color: #FFFFFF;
  border: 3px solid #696969;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  #main-big-slider .control a {
    width: 16px;
    height: 16px;
    -wekbit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 5px;
  }
}
#main-big-slider .control a.active {
  border: 3px solid #4a94d9;
}
#custom-slider {
  float: right;
  position: relative;
  background: white;
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (min-width: 800px) and (max-width: 1049px), screen and (max-width: 499px) {
  #custom-slider {
    display: none;
  }
}
#custom-slider .title {
  width: 92%;
  margin: 0 0;
  padding: 8px 4%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 29px;
  background-color: #404040;
  color: white;
  font-weight: 600;
}
#custom-slider .title a,
#custom-slider .title a:visited {
  color: white;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #custom-slider .title {
    margin-bottom: 19px;
  }
}
#custom-slider .left-arrow,
#custom-slider .right-arrow {
  width: 35px;
  font-size: 25px;
  height: 210px;
  display: block;
  cursor: pointer;
  opacity: 25/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: alpha(opacity=25);
  -moz-opacity: 25/100;
  -khtml-opacity: 25/100;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  #custom-slider .left-arrow,
  #custom-slider .right-arrow {
    width: 25px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #custom-slider .left-arrow,
  #custom-slider .right-arrow {
    width: 24px;
  }
}
@media screen and (max-width: 499px) {
  #custom-slider .left-arrow,
  #custom-slider .right-arrow {
    width: 9%;
  }
}
#custom-slider .left-arrow.inactive,
#custom-slider .right-arrow.inactive {
  cursor: not-allowed;
}
#custom-slider .left-arrow {
  float: left;
  background: url(/includes/templates/alfapumpy_default/images/slider-left.png) center center no-repeat;
}
#custom-slider .left-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-left-inactive.png) center center no-repeat;
}
#custom-slider .right-arrow {
  float: right;
  background: url(/includes/templates/alfapumpy_default/images/slider-right.png) center center no-repeat;
}
#custom-slider .right-arrow.inactive {
  background: url(/includes/templates/alfapumpy_default/images/slider-right-inactive.png) center center no-repeat;
}
#custom-slider .slider-items {
  width: 200px;
  overflow: hidden;
  float: left;
  height: 272px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  #custom-slider .slider-items {
    width: 400px;
    margin: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px), screen and (min-width: 500px) and (max-width: 799px) {
  #custom-slider .slider-items {
    width: 420px;
  }
}
@media screen and (max-width: 499px) {
  #custom-slider .slider-items {
    width: 210px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
  }
}
#custom-slider .slider-items .name {
  font-size: 14px;
  line-height: 15px;
  height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #404040;
}
#custom-slider .slider-items .name a {
  color: #404040;
}
#custom-slider .slider-items .image {
  display: block;
  width: 100%;
}
#custom-slider .slider-items .image img {
  margin: 5px auto;
  display: block;
  border: 1px solid #B8B8B8;
}
#custom-slider .slider-items span {
  width: 100%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
#custom-slider .slider-container {
  width: 10000px;
  height: 210px;
}
#custom-slider .slider-item {
  float: left;
  width: 200px;
  margin: 5px 0;
  height: 205px;
}
#custom-slider .slider-item:hover .name {
  color: #4a94d9;
}
#custom-slider .slider-item:hover span {
  font-weight: 600;
}
.productTooltip {
  max-width: 200px;
  display: block;
  border: 1px solid #aeaeae;
  border-radius: 0;
  background: white;
  text-align: center;
  padding: 10px;
}
.productTooltip img {
  width: 96%;
  margin: 10px 2%;
  display: block;
  border: 1px solid #aeaeae;
}
.productTooltip span.name {
  font-size: 16px;
}
.productTooltip span.price {
  color: #4a94d9;
  font-size: 20px;
}
.description-warning {
  padding: 5px 15px;
  padding-left: 60px;
  display: inline-block;
  background: #ffa347 url(/includes/templates/alfapumpy_default/images/warning.png) center left 7px no-repeat;
  background-size: 50px;
}
.description-info {
  padding: 5px 15px;
  padding-left: 60px;
  display: inline-block;
  background: #b3d2ef url(/includes/templates/alfapumpy_default/images/info.png) center left 7px no-repeat;
  background-size: 50px;
}
.cross-sell-strip {
  background: white;
  margin: 20px 0;
  padding: 15px;
}
.cross-sell-strip .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cross-sell-strip .items {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.cross-sell-strip .items .item {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #adadad;
  flex-grow: 1;
  flex-basis: 0;
  display: block;
  min-width: 200px;
}
.cross-sell-strip .items .item .name {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 7px;
  color: black;
}
.cross-sell-strip .items .item .image {
  max-width: 250px;
  display: inline-block;
}
.cross-sell-strip .items .item .image img {
  max-width: 100%;
  border: 1px solid #bdbdbd;
}
.cross-sell-strip .items .item span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #4a94d9;
  font-weight: 600;
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  .cross-sell-strip .items[data-count="6"] .item {
    min-width: 250px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  .cross-sell-strip .items[data-count="6"] .item {
    min-width: 350px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1299px) {
  .cross-sell-strip .items[data-count="4"] .item {
    min-width: 200px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  .cross-sell-strip .items[data-count="4"] .item {
    min-width: 265px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1049px) {
  .cross-sell-strip .items[data-count="4"] .item {
    min-width: 230px;
  }
}
#toggle-categories {
  float: left;
  width: 269px;
  height: 36px;
  margin-top: 5px;
  position: relative;
}
#toggle-categories .toggler {
  display: block;
  background: #404040;
  color: white;
  width: 269px;
  height: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
#toggle-categories #hidden-categories-container {
  display: none;
  position: absolute;
  background: white;
  z-index: 1000;
  padding: 10px;
  border: 1px solid gray;
  top: 35px;
  padding-bottom: 0;
}
@media screen and (max-width: 499px) {
  #toggle-categories {
    width: 98%;
    margin: 0 1%;
    float: none;
    height: auto;
  }
  #toggle-categories .toggler {
    width: 100%;
  }
  #toggle-categories #hidden-categories-container {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    position: static;
    padding: 0;
  }
  #toggle-categories #hidden-categories-container #option-menu {
    margin: 0;
  }
  #toggle-categories #hidden-categories-container #option-menu span {
    display: none;
  }
}
#content.product #breadcrumb {
  margin-left: 290px;
}
@media screen and (max-width: 499px) {
  #content.product #breadcrumb {
    margin: 1%;
  }
}
.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;
}
.product-bottom #bottom-info .description .background-box {
  aspect-ratio: 4/1;
  width: 100%;
  display: block;
  color: white;
  background-size: 100%;
  font-size: 20px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  .product-bottom #bottom-info .description .background-box {
    font-size: 18px;
  }
}
.product-bottom #bottom-info .description .background-box.right {
  text-align: right;
}
.product-bottom #bottom-info .description .background-box.right div {
  padding: 50px 50px 0 0;
}
.product-bottom #bottom-info .description .background-box.left {
  text-align: left;
}
.product-bottom #bottom-info .description .background-box.left div {
  padding: 50px 0 0 50px;
}
.product-bottom #bottom-info .description .background-box h3 {
  font-size: 25px;
}
@media screen and (min-width: 1300px) and (max-width: 1549px) {
  .product-bottom #bottom-info .description .background-box h3 {
    font-size: 18px;
  }
}
.product-bottom #bottom-info .description .background-box div {
  max-width: 50%;
  display: inline-block;
}
#spotlight {
  position: fixed;
  display: none;
  background: transparent;
  z-index: 666;
  max-width: 99%;
  max-height: 99%;
  margin: 0 auto;
  opacity: 100/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 100/100;
  -khtml-opacity: 100/100;
  border: 15px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight {
    top: 0 !important;
    left: 0 !important;
    border: 1px solid #808080;
    width: 94% !important;
    height: auto !important;
    margin: 5px 2% !important;
    position: absolute;
  }
}
#spotlight #spotlight-header {
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: white;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
  background: #4d4d4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d4d4d 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d4d4d 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d4d4d 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d4d4d 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d4d4d 0%, #333333 100%);
  /* W3C */
  background: #404040;
  overflow: hidden;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight #spotlight-header {
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#spotlight #spotlight-header span {
  color: white;
}
#spotlight #spotlight-header .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  background-image: url('/includes/templates/alfapumpy_default/images/spotlight-close.png');
  cursor: pointer;
}
#spotlight #spotlight-content {
  padding: 0 3px;
  overflow: auto;
  background: white;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight #spotlight-buttons {
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  position: relative;
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #4d4d4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #4d4d4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%, #4d4d4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%, #4d4d4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%, #4d4d4d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  /* W3C */
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight #spotlight-buttons {
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#spotlight #spotlight-buttons a.button {
  margin: 0 3px;
}
#spotlight-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/includes/templates/alfapumpy_default/images/overlay.png) 0 0 repeat;
  display: none;
  left: 0;
  top: 0;
  opacity: 90/100;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 90/100;
  -khtml-opacity: 90/100;
  z-index: 665;
}
#spotlight .breadcrumb {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-spacing: 0;
  border-bottom: 1px solid #d5d5d5;
}
#spotlight .breadcrumb td {
  width: 33%;
  height: 75px;
  text-align: center;
  font-size: 25px;
  color: #8c8c8c;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 499px) {
  #spotlight .breadcrumb td {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight .breadcrumb td {
    font-size: 20px;
    height: 50px;
    line-height: 20px;
  }
}
#spotlight .breadcrumb td span {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  #spotlight .breadcrumb td span {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight .breadcrumb td span {
    font-size: 15px;
  }
}
#spotlight .breadcrumb td.active {
  color: #980707;
}
#spotlight .breadcrumb td.active span {
  color: #740606;
}
#spotlight.account-delivery-details 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;
}
#spotlight.account-delivery-details 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;
}
#spotlight.account-delivery-details a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.messageDialog a.button {
  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;
}
#spotlight.messageDialog 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;
}
#spotlight.messageDialog a.button span {
  border-color: #21619c;
  display: none;
}
#spotlight.messageDialog #spotlight-content {
  padding: 20px;
}
#spotlight.messageDialog #spotlight-buttons {
  padding: 5px 0;
}
#spotlight.account-logoff a.button.yes {
  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;
}
#spotlight.account-logoff a.button.yes: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;
}
#spotlight.account-logoff a.button.yes span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.account-logoff a.button.no {
  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;
}
#spotlight.account-logoff a.button.no: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;
}
#spotlight.account-logoff a.button.no span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
}
@media screen and (max-width: 499px) {
  #spotlight.account-logoff a.button.no {
    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;
  }
  #spotlight.account-logoff a.button.no: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;
  }
  #spotlight.account-logoff a.button.no span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
  }
}
#spotlight.account-logoff #spotlight-content div {
  padding: 35px;
  font-size: 25px;
}
#spotlight.confirmDialog a.button.yes {
  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;
}
#spotlight.confirmDialog a.button.yes: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;
}
#spotlight.confirmDialog a.button.yes span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.confirmDialog a.button.no {
  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;
}
#spotlight.confirmDialog a.button.no: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;
}
#spotlight.confirmDialog a.button.no span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
}
@media screen and (max-width: 499px) {
  #spotlight.confirmDialog a.button.no {
    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;
  }
  #spotlight.confirmDialog a.button.no: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;
  }
  #spotlight.confirmDialog a.button.no span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
  }
}
#spotlight.confirmDialog #spotlight-content div {
  padding: 35px;
  font-size: 25px;
}
#spotlight.account-change-password form {
  padding: 15px 5px;
}
#spotlight.account-change-password label {
  float: left;
  display: inline-block;
  width: 175px;
  height: 20px;
  font-size: 15px;
  padding: 6px 3px 1px 3px;
  margin: 4px 2px;
  vertical-align: bottom;
}
#spotlight.account-change-password input {
  width: 250px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
}
#spotlight.account-change-password 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;
}
#spotlight.account-change-password 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;
}
#spotlight.account-change-password a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.account-details #spotlight-content {
  overflow: auto;
}
#spotlight.account-details form {
  padding: 15px 5px;
}
#spotlight.account-details fieldset {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details fieldset {
    float: none;
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
  }
}
#spotlight.account-details input[type=text] {
  width: 250px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details input[type=text] {
    float: none;
    width: 94%;
    margin: 2px 2%;
    padding: 2px 1%;
  }
}
#spotlight.account-details input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.account-details input[type=checkbox]:checked + label {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details label {
  float: left;
  display: inline-block;
  width: 115px;
  height: 20px;
  font-size: 15px;
  padding: 6px 3px 1px 3px;
  margin: 4px 2px;
  vertical-align: bottom;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details label {
    float: none;
    width: 96%;
    margin: 3px 1%;
    padding: 0 1%;
  }
}
#spotlight.account-details label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
}
#spotlight.account-details label.checkbox.checked {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details 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;
}
#spotlight.account-details 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;
}
#spotlight.account-details a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.account-addresses #spotlight-content {
  padding: 10px;
  overflow: auto;
  width: 710px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.account-addresses .addAddress {
  margin: 5px;
  padding: 10px;
  width: 310px;
  float: left;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  background: #FAFAFA;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses .addAddress {
    float: none;
    width: 98%;
    margin: 5px 0;
    padding: 10px 1%;
  }
}
#spotlight.account-addresses .addAddress input,
#spotlight.account-addresses .addAddress select {
  width: 170px;
  float: right;
  color: #545454;
  -wekbit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-style: normal;
  border: 1px solid #BBB;
  background: #FFFFFF;
  padding: 3px 0 3px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses .addAddress input,
  #spotlight.account-addresses .addAddress select {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses .addAddress select {
  width: 177px;
  font-size: 13px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses .addAddress select {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses .addAddress label {
  display: inline-block;
  padding: 5px 0 0 0;
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses .addAddress label {
    float: none;
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.account-addresses .addAddress a.add {
  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;
}
#spotlight.account-addresses .addAddress a.add: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;
}
#spotlight.account-addresses .addAddress a.add span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.account-addresses .addAddress a.save {
  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;
}
#spotlight.account-addresses .addAddress a.save: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;
}
#spotlight.account-addresses .addAddress a.save span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Pencil_neg.png');
}
#spotlight.account-addresses article {
  margin: 5px;
  padding: 5px;
  width: 325px;
  float: right;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FAFAFA;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses article {
    float: none;
    width: 98%;
    margin: 0 0;
    padding: 3px 1%;
  }
}
#spotlight.account-addresses article div {
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-addresses article div {
    float: none;
    width: 96%;
    margin: 0 0;
    padding: 3px 2%;
  }
}
#spotlight.account-addresses article a.button {
  float: right;
  margin: 2px;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  background: #dadeff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadeff), color-stop(100%, #c0c9ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dadeff 0%, #c0c9ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dadeff 0%, #c0c9ff 100%);
  /* W3C */
  border-color: #8d9dff;
  padding-left: 25px;
  color: white;
  width: 136px;
  text-align: center;
  padding: 0 10px;
}
#spotlight.account-addresses article a.button:active {
  background: #c0c9ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0c9ff), color-stop(100%, #dadeff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c0c9ff 0%, #dadeff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c0c9ff 0%, #dadeff 100%);
  /* W3C */
  border-color: #8d9dff;
}
#spotlight.account-addresses article a.button span {
  border-color: #5a72ff;
  display: none;
}
#spotlight.account-addresses article a.button.half {
  min-width: 55px;
  width: 55px;
}
#spotlight.account-addresses article a.button.active {
  background: #91d299;
  /* Old browsers */
  background: -moz-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91d299), color-stop(100%, #7bc371));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #91d299 0%, #7bc371 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #91d299 0%, #7bc371 100%);
  /* W3C */
  border-color: #5ab44d;
  padding-left: 25px;
  color: white;
  width: 136px;
  text-align: center;
  padding: 0 10px;
}
#spotlight.account-addresses article a.button.active:active {
  background: #7bc371;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bc371), color-stop(100%, #91d299));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7bc371 0%, #91d299 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7bc371 0%, #91d299 100%);
  /* W3C */
  border-color: #5ab44d;
}
#spotlight.account-addresses article a.button.active span {
  border-color: #47913d;
  display: none;
}
#spotlight.account-orders-history table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
#spotlight.account-orders-history .tabs {
  padding-top: 10px;
  padding-left: 1px;
  margin-bottom: -11px;
}
#spotlight.account-orders-history .tabs .tab {
  width: 120px;
  display: inline-block;
  height: 28px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid dimgray;
  border-bottom: 0;
  font-size: 19px;
  cursor: pointer;
}
#spotlight.account-orders-history .tabs .tab.active {
  background: #4a94d9;
  color: white;
  font-weight: bold;
}
#spotlight.account-orders-history td.overdue {
  color: #d23900;
  font-weight: bold;
}
#spotlight.account-orders-history tr:nth-of-type(odd) {
  background: #F7F7F7;
}
#spotlight.account-orders-history th {
  background: #757575;
  color: #FFFFFF;
  font-weight: bold;
}
#spotlight.account-orders-history td,
#spotlight.account-orders-history th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-orders-history table,
  #spotlight.account-orders-history thead,
  #spotlight.account-orders-history tbody,
  #spotlight.account-orders-history th,
  #spotlight.account-orders-history td,
  #spotlight.account-orders-history tr {
    display: block;
  }
  #spotlight.account-orders-history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #spotlight.account-orders-history tr {
    border: 1px solid #ccc;
  }
  #spotlight.account-orders-history td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #spotlight.account-orders-history td.button {
    padding-left: 0;
    text-align: center;
  }
  #spotlight.account-orders-history td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #spotlight.account-orders-history td:nth-of-type(1):before {
    content: "Číslo obj.";
  }
  #spotlight.account-orders-history td:nth-of-type(2):before {
    content: "Objednáno";
  }
  #spotlight.account-orders-history td:nth-of-type(3):before {
    content: "Odesláno";
  }
  #spotlight.account-orders-history td:nth-of-type(4):before {
    content: "Stav";
  }
  #spotlight.account-orders-history td:nth-of-type(5):before {
    content: "Cena";
  }
}
#spotlight.account-orders-history 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;
  height: 30px;
  line-height: 30px;
  min-width: 50px;
}
#spotlight.account-orders-history 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;
}
#spotlight.account-orders-history a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/search.png');
}
#spotlight.account-orders-history a.button span {
  background-size: 60%;
  min-width: 32px;
  border-color: white;
}
#spotlight.order-review #spotlight-content {
  padding: 0 10px;
}
#spotlight.order-review .summary {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .summary {
    float: none;
    display: block;
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
  }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .summary table {
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
  }
}
#spotlight.order-review .summary td:first-of-type {
  width: 160px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .summary td:first-of-type {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    max-width: 160px;
    display: block;
    float: left;
  }
}
#spotlight.order-review .summary td:last-of-type {
  width: 200px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .summary td:last-of-type {
    text-align: right;
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    max-width: 220px;
    display: block;
    float: right;
  }
}
#spotlight.order-review .delivery-data {
  float: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .delivery-data {
    float: none;
    width: 100%;
  }
}
#spotlight.order-review .delivery-data .address {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
  min-width: 315px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-review .delivery-data .address {
    width: 98%;
    margin: 5px 0;
    padding: 5px 1%;
    min-width: 0;
  }
}
#spotlight.order-review .order-items {
  overflow-y: auto;
  margin: 5px;
  padding: 5px 10px;
}
#spotlight.order-review .order-items table {
  width: 100%;
  margin-bottom: 10px;
}
#spotlight.order-review .order-items table td:nth-of-type(1) {
  color: #555555;
  width: 50px;
}
#spotlight.order-review .order-items table td:nth-of-type(4) {
  text-align: right;
  width: 100px;
}
#spotlight.order-review .order-items table td:nth-of-type(5) {
  text-align: right;
  width: 100px;
}
#spotlight.order-review 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;
}
#spotlight.order-review 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;
}
#spotlight.order-review a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
#spotlight.shopping_cart #spotlight-content {
  width: 740px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    min-width: 0;
  }
}
#spotlight.shopping_cart #spotlight-buttons .recount {
  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;
}
#spotlight.shopping_cart #spotlight-buttons .recount: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;
}
#spotlight.shopping_cart #spotlight-buttons .recount span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Refresh_neg.png');
}
#spotlight.shopping_cart #spotlight-buttons .cart {
  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;
}
#spotlight.shopping_cart #spotlight-buttons .cart: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;
}
#spotlight.shopping_cart #spotlight-buttons .cart span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/package.png');
}
#spotlight.shopping_cart div.bottom {
  max-width: 715px;
  width: 100%;
}
#spotlight.shopping_cart #order-gifts {
  padding: 10px;
  margin-top: 5px;
  color: #444444;
  border-top: 1px solid #a5a5a5;
}
#spotlight.shopping_cart #order-gifts div.description {
  font-size: 14px;
  padding-bottom: 10px;
}
#spotlight.shopping_cart #order-gifts div.description span.title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#spotlight.shopping_cart div.priceSum {
  padding: 10px;
  float: right;
  font-size: 25px;
}
#spotlight.shopping_cart div.priceSum span {
  font-weight: bold;
  color: #4a94d9;
}
#spotlight.shopping_cart div.coupon-box {
  padding: 10px;
  float: left;
  font-size: 20px;
}
#spotlight.shopping_cart div.coupon-box span {
  font-weight: bold;
}
#spotlight.shopping_cart div.coupon-box input {
  height: 31px;
  padding: 2px 15px 2px 5px;
  border: 1px solid gray;
  margin: 0;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: -15px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  font-size: 18px;
  outline: none;
}
#spotlight.shopping_cart div.coupon-box input:focus {
  outline: none;
}
#spotlight.shopping_cart div.coupon-box 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;
  padding-left: 25px;
  color: white;
  width: auto;
  min-width: 0;
}
#spotlight.shopping_cart div.coupon-box 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;
}
#spotlight.shopping_cart div.coupon-box a.button span {
  border-color: #030303;
  display: none;
}
#spotlight.shopping_cart .shippings {
  font-size: 12px;
  width: 250px;
  float: left;
  margin-left: 10px;
}
#spotlight.shopping_cart .shippings .free {
  color: #004900;
}
#spotlight.shopping_cart .shippings td.name {
  width: 100px;
}
#spotlight.shopping_cart .row {
  display: block;
  padding: 3px 0;
  border-top: 1px solid #b2b2b2;
  max-width: 715px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row {
    border-top: 3px double #b2b2b2;
  }
}
#spotlight.shopping_cart .row:first-of-type {
  border-top: none;
}
#spotlight.shopping_cart .row.master-product:nth-of-type(even) {
  background: #eef2ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eef2ff 0%, #FFFFFF 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eef2ff), color-stop(100%, #FFFFFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eef2ff 0%, #FFFFFF 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eef2ff 0%, #FFFFFF 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eef2ff 0%, #FFFFFF 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eef2ff 0%, #FFFFFF 100%);
  /* W3C */
}
#spotlight.shopping_cart .row div {
  float: left;
}
#spotlight.shopping_cart .row div.image {
  width: 66px;
  padding: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.image {
    width: 15%;
    height: 50px;
    max-width: 50px;
    margin: 0;
    padding: 0;
  }
}
#spotlight.shopping_cart .row div.image a {
  display: block;
  width: 66px;
  height: 66px;
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.image a {
    width: auto;
    height: auto;
  }
}
#spotlight.shopping_cart .row div.image a img {
  display: block;
  width: 64px;
  height: 48px;
  border: 1px solid #8a8a8a;
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 0;
  background: #ededed;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.image a img {
    width: 100%;
    height: auto;
  }
}
#spotlight.shopping_cart .row div.image img.group-type {
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.image img.group-type {
    display: none;
  }
}
#spotlight.shopping_cart .row div.name {
  display: block;
  height: 70px;
  width: 300px;
  font-size: 14px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.name {
    margin: 0 2%;
    width: 75%;
    height: 50px;
  }
}
#spotlight.shopping_cart .row div.name a {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  color: #4a94d9;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.name a {
    height: 50px;
  }
}
#spotlight.shopping_cart .row div.quantity {
  padding: 18px 5px;
  width: 75px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.quantity {
    width: 33%;
    padding: 10px 0;
    height: 30px;
    text-align: center;
  }
}
#spotlight.shopping_cart .row div.quantity.no-input {
  padding: 0 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.quantity.no-input {
    height: 30px;
    line-height: 50px;
    padding: 0;
    width: 33%;
  }
}
#spotlight.shopping_cart .row div.quantity input {
  text-align: right;
  width: 50px;
  padding-right: 5px;
  height: 18px;
  margin: 9px 20px 5px 0px;
  padding: 0;
}
#spotlight.shopping_cart .row div.quantity input:focus {
  outline: none;
}
#spotlight.shopping_cart .row div.price {
  display: table-cell;
  height: 70px;
  position: relative;
  vertical-align: middle;
  width: 220px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.price {
    width: 50%;
    padding: 0;
    height: 50px;
  }
}
#spotlight.shopping_cart .row div.price .priceZoom {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 220px;
  line-height: 15px;
  display: none;
}
#spotlight.shopping_cart .row div.price .priceZoom span {
  display: inline-block;
  height: 17px;
}
#spotlight.shopping_cart .row div.price .priceZoom span.label {
  width: 100px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
}
#spotlight.shopping_cart .row div.price .priceZoom span.value {
  width: 65px;
  text-align: right;
  font-size: 14px;
}
#spotlight.shopping_cart .row div.price .normal {
  line-height: 70px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.price .normal {
    height: auto;
    line-height: 50px;
    width: 100%;
  }
}
#spotlight.shopping_cart .row div.price .normal span {
  display: inline-block;
  text-align: right;
}
#spotlight.shopping_cart .row div.price .normal span.price {
  width: 95px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.price .normal span.price {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.price .normal span.price {
    width: 50%;
    text-align: center;
  }
}
#spotlight.shopping_cart .row div.price .normal span.priceEach {
  width: 85px;
  color: #585858;
  font-size: 16px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row div.price .normal span.priceEach {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.price .normal span.priceEach {
    width: 50%;
    text-align: center;
  }
}
#spotlight.shopping_cart .row div.delete {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: 35px;
  text-align: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.delete {
    height: 50px;
    width: 16%;
    text-align: center;
  }
}
#spotlight.shopping_cart .row div.delete a {
  padding: 22px 10px;
  height: 25px;
  width: 25px;
  display: inline-block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row div.delete a {
    padding: 0;
    height: 50px;
    padding: 12px 0;
  }
}
#spotlight.shopping_cart .row.child-product {
  border-top: 1px solid #c2c2c2;
  width: 100%;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.shopping_cart .row.child-product.set-a {
    display: none;
  }
}
#spotlight.shopping_cart .row.child-product .image {
  width: 132px;
}
#spotlight.shopping_cart .row.child-product .name {
  width: 234px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.child-product .name {
    margin: 0 2%;
    width: 70%;
    height: 50px;
  }
}
#spotlight.shopping_cart .row.child-product.set-pump {
  border-top: 1px solid #c2c2c2;
  width: 100%;
}
#spotlight.shopping_cart .row.child-product.set-pump .image {
  width: 66px;
}
#spotlight.shopping_cart .row.child-product.set-pump .quantity,
#spotlight.shopping_cart .row.child-product.set-pump .price,
#spotlight.shopping_cart .row.child-product.set-pump .delete,
#spotlight.shopping_cart .row.child-product.set-pump div.price .normal {
  height: 30px;
  line-height: 30px;
}
#spotlight.shopping_cart .row.child-product.set-pump .name {
  width: 300px;
  height: 30px;
}
#spotlight.shopping_cart .row.child-product.set-pump .name a {
  height: 30px;
  line-height: 30px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.child-product.set-pump .name {
    margin: 0 2%;
    width: 70%;
    height: 50px;
  }
}
#spotlight.shopping_cart .row.order-gift .info {
  text-align: right;
  height: 50px;
  padding: 10px 0;
  float: right;
}
#spotlight.shopping_cart .row.order-gift .info span.active {
  line-height: 50px;
  color: darkgreen;
}
#spotlight.shopping_cart .row.order-gift .info span.inactive {
  line-height: 25px;
  color: darkorange;
}
#spotlight.shopping_cart .row.variant {
  width: 100%;
}
#spotlight.shopping_cart .row.variant .name {
  height: 40px;
}
#spotlight.shopping_cart .row.variant .name span {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.variant .name {
    width: 50%;
  }
}
#spotlight.shopping_cart .row.variant .quantity {
  padding: 5px 5px;
}
@media screen and (max-width: 499px) {
  #spotlight.shopping_cart .row.variant .quantity {
    width: auto;
  }
}
#spotlight.shopping_cart .row.variant .price,
#spotlight.shopping_cart .row.variant .delete,
#spotlight.shopping_cart .row.variant .image {
  height: 40px;
}
#spotlight.shopping_cart .row.variant .price,
#spotlight.shopping_cart .row.variant .delete {
  width: 0;
}
#spotlight.buy-later #spotlight-content {
  padding: 0 5px;
  min-width: 730px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.buy-later #spotlight-content {
    min-width: 100%;
  }
}
#spotlight.buy-later #spotlight-buttons a.button.close {
  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;
}
#spotlight.buy-later #spotlight-buttons a.button.close: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;
}
#spotlight.buy-later #spotlight-buttons a.button.close span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later #spotlight-buttons a.button.close {
    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;
    font-size: 0;
  }
  #spotlight.buy-later #spotlight-buttons a.button.close: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;
  }
  #spotlight.buy-later #spotlight-buttons a.button.close span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.buy-later #spotlight-buttons a.button.addall {
  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;
  padding: 0 60px 0 15px;
}
#spotlight.buy-later #spotlight-buttons a.button.addall: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;
}
#spotlight.buy-later #spotlight-buttons a.button.addall span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#spotlight.buy-later #spotlight-buttons a.button.addall span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.buy-later .row {
  display: block;
  padding: 3px 0;
  border-top: 1px solid #b2b2b2;
  max-width: 750px;
}
#spotlight.buy-later .row:first-of-type {
  border-top: none;
}
#spotlight.buy-later .row div {
  float: left;
}
#spotlight.buy-later .row div.image {
  width: 65px;
  padding: 2px;
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.buy-later .row div.image {
    padding: 0;
    width: 12%;
    max-width: 50px;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.image {
    display: block;
    width: 43px;
  }
}
#spotlight.buy-later .row div.image a {
  display: block;
  width: 62px;
  height: 47px;
  float: left;
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.image a {
    display: none;
  }
}
#spotlight.buy-later .row div.image a img {
  display: block;
  width: 60px;
  height: 45px;
  border: 1px solid #8a8a8a;
}
#spotlight.buy-later .row div.name {
  display: block;
  height: 46px;
  width: 450px;
  font-size: 14px;
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.buy-later .row div.name {
    width: 88%;
  }
}
@media screen and (max-width: 499px) {
  #spotlight.buy-later .row div.name {
    width: 96%;
    margin: 0 2%;
    padding: 0 0;
  }
}
#spotlight.buy-later .row div.name a {
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  color: #404040;
}
#spotlight.buy-later .row div.price {
  display: block;
  height: 46px;
  padding: 0 10px;
  width: 100px;
  text-align: center;
  font-weight: 600;
  line-height: 46px;
}
#spotlight.buy-later .row div.add,
#spotlight.buy-later .row div.delete {
  display: table-cell;
  vertical-align: middle;
  line-height: 46px;
  padding: 0 5px;
}
#spotlight.buy-later .row div.add 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;
}
#spotlight.buy-later .row div.add 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;
}
#spotlight.buy-later .row div.add a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#spotlight.buy-later .row div.delete a.button {
  background: #C50D04;
  /* Old browsers */
  background: -moz-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C50D04), color-stop(100%, #C50D04));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #C50D04 0%, #C50D04 100%);
  /* W3C */
  border-color: #930a03;
  min-width: 45px;
  width: 45px;
  padding: 0;
  color: white;
}
#spotlight.buy-later .row div.delete a.button:active {
  background: #C50D04;
  /* Old browsers */
  background: -moz-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C50D04), color-stop(100%, #C50D04));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #C50D04 0%, #C50D04 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #C50D04 0%, #C50D04 100%);
  /* W3C */
  border-color: #930a03;
}
#spotlight.buy-later .row div.delete a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/trashcan.png');
}
#spotlight.first-step-order #spotlight-content {
  width: 730px;
  padding: 0px 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.first-step-order #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.first-step-order .content .title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  display: block;
  clear: both;
  font-size: 20px;
  text-align: center;
  color: #404040;
}
#spotlight.first-step-order .container {
  width: 440px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
#spotlight.first-step-order .container.checkbox {
  padding-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order .container {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.first-step-order input[type=text],
#spotlight.first-step-order select {
  width: 240px;
  height: 20px;
  border: 1px solid #a5a5a5;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 2px 5px;
  margin: 3px 2px;
  float: right;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order input[type=text],
  #spotlight.first-step-order select {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.first-step-order .companySwitch {
  float: none;
}
#spotlight.first-step-order .companySwitchContainer {
  padding: 10px 0 15px 0;
}
#spotlight.first-step-order input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.first-step-order select {
  box-sizing: content-box;
}
#spotlight.first-step-order label {
  float: left;
  padding-top: 5px;
  width: 160px;
  line-height: 20px;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order label {
    width: 100%;
    float: none;
  }
}
#spotlight.first-step-order label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.first-step-order label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 70px;
  cursor: pointer;
  height: auto;
}
#spotlight.first-step-order label.checkbox.checked {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order label.checkbox {
    margin-left: 0px;
  }
}
#spotlight.first-step-order div.companySwitch {
  width: 185px;
  float: left;
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order div.companySwitch {
    width: 100%;
  }
}
#spotlight.first-step-order .prettyRadio label {
  padding-top: 0;
}
#spotlight.first-step-order label.companySwitch {
  margin-right: 10px;
}
#spotlight.first-step-order form {
  margin: 8px 0;
}
#spotlight.first-step-order a.button.back {
  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;
}
#spotlight.first-step-order a.button.back: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;
}
#spotlight.first-step-order a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.first-step-order a.button.back {
    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;
  }
  #spotlight.first-step-order a.button.back: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;
  }
  #spotlight.first-step-order a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.first-step-order a.button.next {
  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;
  padding: 0 50px 0 15px;
}
#spotlight.first-step-order a.button.next: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;
}
#spotlight.first-step-order a.button.next span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/next.png');
}
#spotlight.first-step-order a.button.next span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.second-step-order #spotlight-content {
  width: 730px;
  padding: 0px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.second-step-order #spotlight-content {
    width: auto;
  }
}
#spotlight.second-step-order .leftbox {
  width: 50%;
  float: left;
  padding-bottom: 25px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.second-step-order .leftbox {
    width: 100%;
    float: none;
  }
}
#spotlight.second-step-order .rightbox {
  width: 50%;
  float: right;
  padding-bottom: 25px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.second-step-order .rightbox {
    width: 100%;
    float: none;
  }
}
#spotlight.second-step-order #payment-list,
#spotlight.second-step-order #shipping-list {
  width: auto;
  display: block;
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.second-step-order #payment-list,
  #spotlight.second-step-order #shipping-list {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    border: none;
  }
}
#spotlight.second-step-order #bill-summary {
  width: 345px;
  display: block;
  float: right;
  position: relative;
  display: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.second-step-order #bill-summary {
    float: none;
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
  }
}
#spotlight.second-step-order #bill-summary .shipping-info {
  font-size: 15px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.second-step-order #bill-summary .shipping-info {
    display: none;
  }
}
#spotlight.second-step-order #bill-summary .footer-summary {
  margin-top: 10px;
  border-top: 3px double #808080;
  padding-right: 10px;
  position: relative;
  bottom: 0;
}
#spotlight.second-step-order #bill-summary .footer-summary table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: 0;
}
#spotlight.second-step-order #bill-summary .footer-summary table td {
  width: 50%;
}
#spotlight.second-step-order #bill-summary .footer-summary table td:last-of-type {
  font-weight: bold;
  text-align: right;
}
#spotlight.second-step-order #bill-summary .footer-summary table td.final {
  font-weight: bold;
  line-height: 25px;
  font-size: 20px;
}
#spotlight.second-step-order div.title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  display: block;
  clear: both;
  font-size: 20px;
  color: #4a94d9;
  font-weight: 600;
  font-family: 'Open Sans';
  text-align: center;
}
#spotlight.second-step-order div.shipping-group {
  position: relative;
  font-size: 14px;
  color: #393939;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #f6f6f6;
}
#spotlight.second-step-order div.shipping-group span.description {
  position: absolute;
  color: #393939;
  top: 0;
  right: 0;
  float: right;
  height: 28px;
  width: 28px;
  font-size: 0;
  background: url(/includes/templates/alfapumpy_default/images/icons/help_neg.png) right 4px no-repeat;
  border: 1px solid transparent;
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.second-step-order div.shipping-group span.description {
    display: block;
  }
}
#spotlight.second-step-order div.shipping-group span.description.visible {
  width: auto;
  height: auto;
  font-size: 13px;
  border: 1px solid gold;
  padding: 10px;
  padding-right: 20px;
  line-height: 15px;
  max-width: 100%;
  background: url(/includes/templates/alfapumpy_default/images/icons/hires/cross.png) right 4px no-repeat;
  background-color: #FFFFFF;
  z-index: 20;
  margin-top: 5px;
}
#spotlight.second-step-order ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#spotlight.second-step-order ul.shipping-list {
  padding: 10px;
}
#spotlight.second-step-order ul li.shippings-row label {
  font-size: 15px;
}
#spotlight.second-step-order ul li.shippings-row span.price {
  float: right;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}
#spotlight.second-step-order ul li.shippings-row span.price.free {
  color: #005100;
}
#spotlight.second-step-order ul li.shippings-row div.description {
  font-size: 13px;
  padding: 5px 5px 15px 50px;
  display: none;
}
#spotlight.second-step-order ul li.payments-row {
  border: 1px solid #ccc;
  background: #f6f6f6 url(/includes/templates/alfapumpy_default/images/ui-bg_glass_100_f6f6f6_1x400_neg.png) 50% 50% repeat-x;
  margin-bottom: 2px;
  -wekbit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#spotlight.second-step-order ul li.payments-row .head {
  padding: 3px 5px;
  min-height: 22px;
  line-height: 22px;
  font-weight: 600;
}
#spotlight.second-step-order ul li.payments-row label {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
#spotlight.second-step-order ul li.payments-row span.price {
  float: right;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}
#spotlight.second-step-order ul li.payments-row span.price.free {
  color: #005100;
}
#spotlight.second-step-order ul li.payments-row div.description {
  font-size: 13px;
  padding: 5px 5px 5px 30px;
  display: none;
}
#spotlight.second-step-order a.button.back {
  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;
}
#spotlight.second-step-order a.button.back: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;
}
#spotlight.second-step-order a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.second-step-order a.button.back {
    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;
  }
  #spotlight.second-step-order a.button.back: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;
  }
  #spotlight.second-step-order a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.second-step-order a.button.next {
  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;
  padding: 0 50px 0 15px;
}
#spotlight.second-step-order a.button.next: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;
}
#spotlight.second-step-order a.button.next span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/next.png');
}
#spotlight.second-step-order a.button.next span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.third-step-order #spotlight-content {
  width: 800px;
  padding: 0px 5px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.third-step-order #spotlight-content {
    width: 96%;
    margin: 5px 1%;
    padding: 2px 1%;
  }
}
#spotlight.third-step-order .leftbox {
  float: left;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.third-step-order .leftbox {
    float: none;
  }
}
#spotlight.third-step-order #bill-summary {
  width: 375px;
  display: block;
  float: right;
  color: #434343;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.third-step-order #bill-summary {
    float: none;
    width: 96%;
    margin: 5px 1%;
    padding: 2px 1%;
  }
}
#spotlight.third-step-order #bill-summary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 96%;
  margin: 0 1%;
  padding: 0 1%;
  display: block;
  font-size: 15px;
}
#spotlight.third-step-order #bill-summary ul li {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #D3D3D3;
  clear: both;
}
#spotlight.third-step-order #bill-summary ul li:first-of-type {
  border: 0;
}
#spotlight.third-step-order #bill-summary ul li span {
  float: right;
  font-weight: bold;
}
#spotlight.third-step-order #bill-summary table.products {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
#spotlight.third-step-order #bill-summary table.products td.qty {
  padding-right: 10px;
}
#spotlight.third-step-order #bill-summary table.products td.price {
  min-width: 70px;
  text-align: right;
  font-weight: 600;
}
#spotlight.third-step-order #bill-summary table.products td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}
#spotlight.third-step-order #bill-summary table.products tr:last-of-type td {
  border-bottom: none;
}
#spotlight.third-step-order #bill-summary table.prices {
  margin-top: 10px;
  width: 100%;
  border-top: 3px double #808080;
  padding-top: 10px;
}
#spotlight.third-step-order #bill-summary table.prices tr.separator td {
  height: 5px;
}
#spotlight.third-step-order #bill-summary table.prices td {
  font-size: 15px;
  text-align: left;
}
#spotlight.third-step-order #bill-summary table.prices td:last-of-type {
  font-weight: bold;
  text-align: right;
}
#spotlight.third-step-order #bill-summary table.prices td.final {
  font-size: 20px;
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order #bill-summary table.prices td.final {
    font-size: 18px;
  }
}
#spotlight.third-step-order #bill-summary table.prices td.final-price {
  font-size: 20px;
  font-weight: 700;
  color: #4a94d9;
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order #bill-summary table.prices td.final-price {
    font-size: 20px;
  }
}
#spotlight.third-step-order .shipping-payment-summary,
#spotlight.third-step-order .addresses,
#spotlight.third-step-order .order-comment,
#spotlight.third-step-order .terms {
  width: 395px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-right: 1px solid #D5D5D5;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.third-step-order .shipping-payment-summary,
  #spotlight.third-step-order .addresses,
  #spotlight.third-step-order .order-comment,
  #spotlight.third-step-order .terms {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    border: 0;
  }
}
#spotlight.third-step-order .shipping-payment-summary table {
  width: 95%;
  color: #434343;
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order .shipping-payment-summary table {
    width: 100%;
  }
}
#spotlight.third-step-order .shipping-payment-summary table td {
  font-size: 15px;
  text-align: left;
  width: 52%;
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order .shipping-payment-summary table td {
    display: block;
    width: 100%;
  }
}
#spotlight.third-step-order .shipping-payment-summary table td:last-of-type {
  font-weight: bold;
  text-align: right;
}
#spotlight.third-step-order .address {
  font-size: 15px;
  width: 100%;
  float: left;
  color: #434343;
  padding-bottom: 5px;
}
#spotlight.third-step-order #spotlight-content .title {
  width: 100%;
  font-size: 20px;
  margin: 0;
  margin-left: -5px;
  color: #4a94d9;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.third-step-order #spotlight-content .title {
    margin: 10px 0 5px 0;
  }
}
#spotlight.third-step-order .order-comment label {
  width: 100%;
  font-size: 20px;
  margin: 0;
  margin-left: -5px;
  color: #4a94d9;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.third-step-order .order-comment label {
    margin: 10px 0 5px 0;
    text-indent: 0;
  }
}
#spotlight.third-step-order .order-comment textarea {
  margin-top: 5px;
  width: 95%;
  height: 80px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.third-step-order .order-comment textarea {
    width: 100%;
  }
}
#spotlight.third-step-order .terms {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#spotlight.third-step-order .terms input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.third-step-order .terms input[type=checkbox]:checked + label {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.third-step-order .terms label {
  padding-left: 32px;
  min-height: 25px;
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 3px;
  cursor: pointer;
  height: auto;
  display: block;
}
#spotlight.third-step-order .terms label.checked {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.third-step-order a.button.back {
  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;
}
#spotlight.third-step-order a.button.back: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;
}
#spotlight.third-step-order a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.third-step-order a.button.back {
    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;
  }
  #spotlight.third-step-order a.button.back: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;
  }
  #spotlight.third-step-order a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.third-step-order a.button.complete {
  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;
  padding: 0 60px 0 15px;
}
#spotlight.third-step-order a.button.complete: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;
}
#spotlight.third-step-order a.button.complete span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.third-step-order a.button.complete span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.order-contact-fill #spotlight-content {
  width: 730px;
  padding: 0px 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-contact-fill #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.order-contact-fill .content .title {
  width: 96%;
  margin: 0 0;
  padding: 5px 2%;
  display: block;
  clear: both;
  font-size: 20px;
  text-align: center;
  color: #404040;
}
#spotlight.order-contact-fill .container {
  width: 440px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  #spotlight.order-contact-fill .container {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
  }
}
#spotlight.order-contact-fill input[type=text] {
  width: 240px;
  height: 20px;
  border: 1px solid #a5a5a5;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 2px 5px;
  margin: 3px 2px;
  float: right;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px) {
  #spotlight.order-contact-fill input[type=text] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.order-contact-fill label {
  float: left;
  padding-top: 5px;
  width: 160px;
  line-height: 20px;
}
@media screen and (max-width: 499px) {
  #spotlight.order-contact-fill label {
    width: 100%;
    float: none;
  }
}
#spotlight.order-contact-fill label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.order-contact-fill form {
  margin: 8px 0;
}
#spotlight.order-contact-fill a.button.back {
  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;
}
#spotlight.order-contact-fill a.button.back: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;
}
#spotlight.order-contact-fill a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.order-contact-fill a.button.back {
    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;
  }
  #spotlight.order-contact-fill a.button.back: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;
  }
  #spotlight.order-contact-fill a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.order-contact-fill a.button.next {
  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;
  padding: 0 50px 0 15px;
}
#spotlight.order-contact-fill a.button.next: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;
}
#spotlight.order-contact-fill a.button.next span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/next.png');
}
#spotlight.order-contact-fill a.button.next span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.gallery #spotlight-header {
  display: none;
}
#spotlight.gallery span.close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 666;
  display: block;
  width: 40px;
  height: 40px;
  -wekbit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #FFFFFF url('/includes/templates/alfapumpy_default/images/spotlight-close-black.png');
  cursor: pointer;
}
#spotlight.gallery #spotlight-content {
  text-align: center;
  position: relative;
  background: #ededed;
}
#spotlight.gallery img {
  display: block;
  max-height: 90vh;
  max-width: 100%;
}
#spotlight.gallery.thumbs img {
  max-height: 80vh;
}
#spotlight.gallery div.main-image {
  display: block;
  max-width: 90vw;
  overflow: hidden;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.gallery div.main-image {
    width: auto;
    height: auto;
    max-width: 100vw;
  }
}
#spotlight.gallery div.main-image .zoomable {
  cursor: url("/includes/templates/alfapumpy_default/images/WheelZoom.png"), zoom-in;
}
#spotlight.gallery div.thumbails {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 100%;
  height: 10vh;
  background: #ededed;
}
#spotlight.gallery div.preload {
  display: none;
}
#spotlight.gallery img.thumbail {
  cursor: pointer;
  margin: 0 10px;
  padding: 5px;
  border: 1px solid #808080;
  height: 9vh;
  margin-bottom: 1vh;
  display: inline-block;
  box-sizing: border-box;
}
#spotlight.gallery img.thumbail.current {
  border: 1px solid red;
}
#spotlight.gallery br {
  display: none;
}
#spotlight.video #spotlight-header span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#spotlight.video #spotlight-content {
  text-align: center;
  position: relative;
  padding: 0;
}
#spotlight.video #spotlight-content a {
  margin: 5px auto;
  display: inline-block;
}
#spotlight.video .video-container iframe {
  width: 100%;
  min-width: 640px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.video .video-container iframe {
    min-width: 0;
  }
}
#spotlight.video 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: #393939;
}
#spotlight.video 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;
}
#spotlight.video a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search_neg.png');
}
#spotlight.order-crossroad .crossroad > div {
  width: 300px;
  display: block;
  margin: 5px;
  border: 1px solid #808080;
  padding-bottom: 10px;
  float: left;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-crossroad .crossroad > div {
    width: 96%;
    margin: 2px 1%;
    padding: 10px 1%;
  }
}
#spotlight.order-crossroad div.title {
  font-size: 22px;
  width: 280px;
  text-align: center;
  padding: 0 10px;
  color: #4a94d9;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-crossroad div.title {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.order-crossroad div.description {
  width: 280px;
  padding: 10px;
  height: 120px;
  text-align: justify;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-crossroad div.description {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    height: auto;
  }
}
#spotlight.order-crossroad 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: 200px;
  text-align: center;
  display: inline-block;
}
#spotlight.order-crossroad 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;
}
#spotlight.order-crossroad a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-crossroad a.button {
    margin: 10px auto;
    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;
    padding-left: 25px;
    color: white;
  }
  #spotlight.order-crossroad 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;
  }
  #spotlight.order-crossroad a.button span {
    border-color: #030303;
    display: none;
  }
}
#spotlight.order-login form,
#spotlight.login form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-login form,
  #spotlight.login form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.order-login label,
#spotlight.login label {
  float: left;
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-login label,
  #spotlight.login label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.order-login label.required,
#spotlight.login label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.order-login input[type=text],
#spotlight.login input[type=text],
#spotlight.order-login input[type=password],
#spotlight.login input[type=password] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-login input[type=text],
  #spotlight.login input[type=text],
  #spotlight.order-login input[type=password],
  #spotlight.login input[type=password] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.order-login input[type=submit],
#spotlight.login input[type=submit] {
  display: none;
}
#spotlight.order-login a.button.login,
#spotlight.login a.button.login {
  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;
  padding: 0 50px 0 15px;
}
#spotlight.order-login a.button.login:active,
#spotlight.login a.button.login: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;
}
#spotlight.order-login a.button.login span,
#spotlight.login a.button.login span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Key_neg.png');
}
#spotlight.order-login a.button.login span,
#spotlight.login a.button.login span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
#spotlight.order-login a.forgotten,
#spotlight.login a.forgotten {
  float: right;
  color: #808080;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
}
#spotlight.order-login a.button.back,
#spotlight.login a.button.back {
  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;
}
#spotlight.order-login a.button.back:active,
#spotlight.login a.button.back: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;
}
#spotlight.order-login a.button.back span,
#spotlight.login a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.order-login a.button.back,
  #spotlight.login a.button.back {
    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;
  }
  #spotlight.order-login a.button.back:active,
  #spotlight.login a.button.back: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;
  }
  #spotlight.order-login a.button.back span,
  #spotlight.login a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.registration form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.registration form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.registration label {
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.registration label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.registration label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.registration label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
  width: 300px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.registration label.checkbox {
    width: 78%;
    margin: 2px 1%;
    padding: 2px 10%;
    padding-left: 32px;
  }
}
#spotlight.registration label.checkbox.checked {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.registration input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.registration input[type=checkbox]:checked + label {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.registration input[type=text],
#spotlight.registration input[type=password] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.registration input[type=text],
  #spotlight.registration input[type=password] {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.registration input[type=submit] {
  display: none;
}
#spotlight.registration a.button.registration {
  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;
}
#spotlight.registration a.button.registration: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;
}
#spotlight.registration a.button.registration span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.registration a.button.back {
  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;
}
#spotlight.registration a.button.back: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;
}
#spotlight.registration a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
@media screen and (max-width: 499px) {
  #spotlight.registration a.button.back {
    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;
  }
  #spotlight.registration a.button.back: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;
  }
  #spotlight.registration a.button.back span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.password_forgotten form {
  border: 0;
  padding: 20px 50px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.password_forgotten form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.password_forgotten label {
  float: left;
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.password_forgotten label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.password_forgotten label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.password_forgotten input[type=text] {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.password_forgotten input[type=text] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.password_forgotten input[type=submit] {
  display: none;
}
#spotlight.password_forgotten 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;
}
#spotlight.password_forgotten 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;
}
#spotlight.password_forgotten a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.user-review strong {
  color: #4a94d9;
  display: block;
}
#spotlight.user-review table {
  width: 100%;
}
#spotlight.user-review #positive,
#spotlight.user-review #negative {
  width: 250px;
  height: 75px;
  resize: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.user-review #positive,
  #spotlight.user-review #negative {
    width: 100%;
  }
}
#spotlight.user-review #review {
  width: 512px;
  height: 150px;
  resize: none;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.user-review #review {
    width: 100%;
  }
}
#spotlight.user-review table tr td {
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.user-review table tr td {
    display: block;
  }
}
#spotlight.user-review .rating-title {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 499px) {
  #spotlight.user-review .rating-title {
    display: block;
    float: none;
  }
}
#spotlight.user-review 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;
}
#spotlight.user-review 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;
}
#spotlight.user-review a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.upload-photo #spotlight-content {
  width: 500px;
}
#spotlight.upload-photo .info {
  color: #424242;
  font-size: 14px;
}
#spotlight.upload-photo #fileselect {
  max-width: 150px;
  max-height: 150px;
  border: none;
  display: block;
  margin: auto;
}
#spotlight.upload-photo #message {
  float: left;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#spotlight.upload-photo #progress {
  position: relative;
  width: 485px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  float: left;
}
#spotlight.upload-photo #bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#spotlight.upload-photo #percent {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 45%;
}
#spotlight.upload-photo #fileselectwrapper {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
  /*float: left*/
  clear: both;
}
#spotlight.upload-photo #inputs {
  float: right;
  height: 115px;
  vertical-align: middle;
  display: block;
  width: 300px;
  padding: 20px;
}
#spotlight.upload-photo #image-title {
  width: 300px;
}
#spotlight.upload-photo 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;
  float: right;
  margin-top: 20px;
}
#spotlight.upload-photo 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;
}
#spotlight.upload-photo a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.upload-video #spotlight-content {
  width: 500px;
}
#spotlight.upload-video .info {
  color: #424242;
  font-size: 14px;
}
#spotlight.upload-video #fileselect {
  max-width: 150px;
  max-height: 150px;
  border: none;
  display: block;
  margin: auto;
}
#spotlight.upload-video #message {
  float: left;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
#spotlight.upload-video #progress {
  position: relative;
  width: 485px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  float: left;
}
#spotlight.upload-video #bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
#spotlight.upload-video #percent {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 45%;
}
#spotlight.upload-video #fileselectwrapper {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
  /*float: left*/
  clear: both;
}
#spotlight.upload-video #inputs {
  float: right;
  height: 115px;
  vertical-align: middle;
  display: block;
  width: 300px;
  padding: 20px;
}
#spotlight.upload-video #video-title {
  width: 300px;
}
#spotlight.upload-video 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;
  float: right;
  margin-top: 20px;
}
#spotlight.upload-video 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;
}
#spotlight.upload-video a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.user-nickname 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;
  float: right;
  margin-top: 20px;
}
#spotlight.user-nickname 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;
}
#spotlight.user-nickname a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.products-discussion .reply-text {
  padding: 10px;
  max-width: 350px;
}
#spotlight.products-discussion .reply-text span {
  margin-left: -10px;
}
#spotlight.products-discussion label {
  padding-top: 5px;
  width: 350px;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.products-discussion label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.products-discussion label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.products-discussion input[type=text],
#spotlight.products-discussion textarea {
  width: 350px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #808080;
  -moz-box-shadow: 1px 1px 3px #808080;
  -o-box-shadow: 1px 1px 3px #808080;
  box-shadow: 1px 1px 3px #808080;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.products-discussion input[type=text],
  #spotlight.products-discussion textarea {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.products-discussion textarea {
  height: 150px;
  resize: none;
}
#spotlight.products-discussion 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;
}
#spotlight.products-discussion 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;
}
#spotlight.products-discussion a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.fidelity-club #spotlight-content {
  width: 700px;
  padding: 0;
  overflow-y: scroll;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.fidelity-club #spotlight-content {
    width: 98%;
    margin: 0 0;
    padding: 0 1%;
    overflow-y: auto;
  }
}
#spotlight.fidelity-club div.tabs {
  display: block;
  clear: both;
  height: auto;
  width: auto;
  margin: 5px;
}
#spotlight.fidelity-club div.tabs div.tab {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  color: #4a94d9;
  background: #ffffff;
  margin: 0 2px 5px 0;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#spotlight.fidelity-club div.tabs div.tab.selected {
  background: white;
  font-weight: 600;
}
#spotlight.fidelity-club div.tabs div.tab:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #ffffff;
}
#spotlight.fidelity-club .message-box {
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  padding-right: 15px;
  margin: 5px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .message-box {
    width: 98%;
    margin: 3px 1%;
    padding: 3px 0;
  }
}
#spotlight.fidelity-club .message-box.small {
  max-width: 400px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .message-box.small {
    max-width: none;
  }
}
#spotlight.fidelity-club .message-box img {
  width: 64px;
  height: 64px;
  border: 1px solid #A8A8A8;
  margin: 1px;
  margin-right: 10px;
  float: left;
  background: white;
}
#spotlight.fidelity-club .message-box div.text {
  height: 60px;
  padding: 4px 10px 4px 0;
  vertical-align: middle;
  display: table-cell;
  font-size: 13px;
}
#spotlight.fidelity-club .rightbox {
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  height: 283px;
  width: 240px;
  float: right;
  padding: 5px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.fidelity-club .rightbox {
    float: none;
    width: 94%;
    margin: 3px 1%;
    padding: 3px 2%;
  }
}
#spotlight.fidelity-club .rightbox img {
  margin: 5px;
}
#spotlight.fidelity-club .rightbox strong {
  font-size: 15px;
}
#spotlight.fidelity-club .rightbox table {
  width: 100%;
  margin: 5px auto;
  max-width: 450px;
}
#spotlight.fidelity-club .rightbox table td {
  text-align: left;
}
#spotlight.fidelity-club .rightbox table td.right {
  text-align: right;
}
#spotlight.fidelity-club .coupon-box {
  width: 300px;
  height: auto;
  padding: 10px;
  margin: 5px;
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.fidelity-club .coupon-box {
    width: 96%;
    margin: 5px 1%;
    padding: 5px 1%;
  }
}
#spotlight.fidelity-club .coupon-box .title {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 17px;
}
#spotlight.fidelity-club .coupon-box .message {
  color: #025E00;
}
#spotlight.fidelity-club .coupon-box 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;
}
#spotlight.fidelity-club .coupon-box 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;
}
#spotlight.fidelity-club .coupon-box a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.fidelity-club .coupon-gens {
  float: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.fidelity-club .coupon-gens {
    float: none;
  }
}
#spotlight.fidelity-club .coupon-list {
  padding: 5px;
  margin: 5px;
  border: 1px solid #A8A8A8;
  background: #E6E6E6;
  float: right;
  margin-left: 0;
  width: 335px;
  font-size: 15px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.fidelity-club .coupon-list {
    float: none;
    font-size: 14px;
    width: 96%;
    margin: 5px 1%;
    padding: 5px 1%;
  }
}
#spotlight.fidelity-club .coupon-list 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;
}
#spotlight.fidelity-club .coupon-list 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;
}
#spotlight.fidelity-club .coupon-list a.button span {
  border: none;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#spotlight.fidelity-club .coupon-list table {
  width: 100%;
  text-align: left;
}
#spotlight.fidelity-club .coupon-list table th {
  font-weight: 600;
}
#spotlight.order-post-office-select #spotlight-content,
#spotlight.order-dpd-pickup-select #spotlight-content {
  max-width: 730px;
  width: 730px;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-post-office-select #spotlight-content,
  #spotlight.order-dpd-pickup-select #spotlight-content {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
  }
}
#spotlight.order-post-office-select form,
#spotlight.order-dpd-pickup-select form {
  border: 0;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.order-post-office-select form,
  #spotlight.order-dpd-pickup-select form {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
  }
}
#spotlight.order-post-office-select .form,
#spotlight.order-dpd-pickup-select .form {
  max-width: 500px;
  margin: 0 auto;
}
#spotlight.order-post-office-select label,
#spotlight.order-dpd-pickup-select label {
  float: left;
  padding-top: 5px;
  width: 150px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-post-office-select label,
  #spotlight.order-dpd-pickup-select label {
    width: 96%;
    margin: 2px 1%;
    padding: 2px 1%;
    float: none;
  }
}
#spotlight.order-post-office-select label.required,
#spotlight.order-dpd-pickup-select label.required {
  font-weight: bold;
  color: #9b1615;
}
#spotlight.order-post-office-select input[type=text],
#spotlight.order-dpd-pickup-select input[type=text] {
  width: 200px;
  height: 20px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  background-color: #FFFFFF;
  float: right;
  text-align: left;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-post-office-select input[type=text],
  #spotlight.order-dpd-pickup-select input[type=text] {
    width: 96%;
    margin: 4px 1%;
    padding: 1px 1%;
    float: none;
  }
}
#spotlight.order-post-office-select table,
#spotlight.order-dpd-pickup-select table {
  width: 98%;
  margin: 0 1%;
  padding: 0 0;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.order-post-office-select table,
  #spotlight.order-dpd-pickup-select table,
  #spotlight.order-post-office-select thead,
  #spotlight.order-dpd-pickup-select thead,
  #spotlight.order-post-office-select tbody,
  #spotlight.order-dpd-pickup-select tbody,
  #spotlight.order-post-office-select th,
  #spotlight.order-dpd-pickup-select th,
  #spotlight.order-post-office-select td,
  #spotlight.order-dpd-pickup-select td,
  #spotlight.order-post-office-select tr,
  #spotlight.order-dpd-pickup-select tr {
    display: block;
  }
  #spotlight.order-post-office-select thead tr,
  #spotlight.order-dpd-pickup-select thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #spotlight.order-post-office-select tr,
  #spotlight.order-dpd-pickup-select tr {
    border: 1px solid #ccc;
  }
  #spotlight.order-post-office-select td,
  #spotlight.order-dpd-pickup-select td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #spotlight.order-post-office-select td.button,
  #spotlight.order-dpd-pickup-select td.button {
    padding-left: 0;
    text-align: center;
  }
  #spotlight.order-post-office-select td:before,
  #spotlight.order-dpd-pickup-select td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #spotlight.order-post-office-select td:nth-of-type(1):before,
  #spotlight.order-dpd-pickup-select td:nth-of-type(1):before {
    content: "Pošta";
  }
  #spotlight.order-post-office-select td:nth-of-type(2):before,
  #spotlight.order-dpd-pickup-select td:nth-of-type(2):before {
    content: "Ulice";
  }
  #spotlight.order-post-office-select td:nth-of-type(3):before,
  #spotlight.order-dpd-pickup-select td:nth-of-type(3):before {
    content: "PSČ";
  }
  #spotlight.order-post-office-select td:nth-of-type(4):before,
  #spotlight.order-dpd-pickup-select td:nth-of-type(4):before {
    content: "Informace";
  }
}
#spotlight.order-post-office-select input[type=submit],
#spotlight.order-dpd-pickup-select input[type=submit] {
  display: none;
}
#spotlight.order-post-office-select a.button.search,
#spotlight.order-dpd-pickup-select a.button.search {
  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;
}
#spotlight.order-post-office-select a.button.search:active,
#spotlight.order-dpd-pickup-select a.button.search: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;
}
#spotlight.order-post-office-select a.button.search span,
#spotlight.order-dpd-pickup-select a.button.search span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/Search_neg.png');
}
#spotlight.order-post-office-select a.button.postSelect,
#spotlight.order-dpd-pickup-select a.button.postSelect {
  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;
  padding-left: 25px;
  color: white;
  text-align: center;
}
#spotlight.order-post-office-select a.button.postSelect:active,
#spotlight.order-dpd-pickup-select a.button.postSelect: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;
}
#spotlight.order-post-office-select a.button.postSelect span,
#spotlight.order-dpd-pickup-select a.button.postSelect span {
  border-color: #030303;
  display: none;
}
#spotlight.order-post-office-select a.button.back,
#spotlight.order-dpd-pickup-select a.button.back {
  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;
}
#spotlight.order-post-office-select a.button.back:active,
#spotlight.order-dpd-pickup-select a.button.back: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;
}
#spotlight.order-post-office-select a.button.back span,
#spotlight.order-dpd-pickup-select a.button.back span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
}
#spotlight.account-details-b2b #spotlight-content {
  overflow: auto;
}
#spotlight.account-details-b2b form {
  padding: 15px 5px;
}
#spotlight.account-details-b2b fieldset {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #BBB;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details-b2b fieldset {
    float: none;
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
  }
}
#spotlight.account-details-b2b input[type=text] {
  width: 250px;
  height: 25px;
  border: 1px solid #414141;
  -wekbit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  padding: 1px 5px;
  margin: 4px 2px;
  float: right;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details-b2b input[type=text] {
    float: none;
    width: 94%;
    margin: 2px 2%;
    padding: 2px 1%;
  }
}
#spotlight.account-details-b2b input[type=checkbox] {
  float: none;
  margin-left: 35px;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -500px;
  left: -500px;
}
#spotlight.account-details-b2b input[type=checkbox]:checked + label {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details-b2b label {
  float: left;
  display: inline-block;
  width: 115px;
  height: 20px;
  font-size: 15px;
  padding: 6px 3px 1px 3px;
  margin: 4px 2px;
  vertical-align: bottom;
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 799px) {
  #spotlight.account-details-b2b label {
    float: none;
    width: 96%;
    margin: 3px 1%;
    padding: 0 1%;
  }
}
#spotlight.account-details-b2b label.checkbox {
  padding-left: 32px;
  min-height: 25px;
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_empty.png') left center no-repeat;
  width: auto;
  padding-top: 8px;
  margin-left: 10px;
  cursor: pointer;
  height: auto;
}
#spotlight.account-details-b2b label.checkbox.checked {
  background: url('/includes/templates/alfapumpy_default/images/forms/checkbox_full.png') left center no-repeat;
}
#spotlight.account-details-b2b 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;
}
#spotlight.account-details-b2b 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;
}
#spotlight.account-details-b2b a.button span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/check.png');
}
#spotlight.pump-configurator #spotlight-content {
  padding: 5px 10px;
  padding-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 500px) and (max-width: 799px), screen and (max-width: 499px) {
  #spotlight.pump-configurator #spotlight-content {
    min-width: 100%;
  }
}
#spotlight.pump-configurator #spotlight-content h1 {
  margin-top: 0;
}
#spotlight.pump-configurator #spotlight-content table.info {
  border-collapse: collapse;
}
#spotlight.pump-configurator #spotlight-content table.info th {
  background: #4a94d9;
  color: white;
}
#spotlight.pump-configurator #spotlight-content table.info td,
#spotlight.pump-configurator #spotlight-content table.info th {
  border: 1px solid black;
  padding: 4px 8px;
  text-align: center;
  font-size: 20px;
}
#spotlight.pump-configurator #spotlight-content table.info tr td:first-of-type {
  font-weight: bold;
  background: #4a94d9;
  color: white;
}
#spotlight.pump-configurator #spotlight-content div.info {
  margin: 0 auto;
  font-size: 15px;
  max-width: 675px;
  margin-top: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #565656;
}
#spotlight.pump-configurator #spotlight-content div.info ul {
  padding-left: 0;
}
#spotlight.pump-configurator #spotlight-content div.info li {
  display: grid;
  grid-template-columns: 0 1fr;
  grid-gap: 1.75em;
  align-items: start;
  line-height: 1.25;
}
#spotlight.pump-configurator #spotlight-content div.info ul li::before {
  content: attr(data-icon);
}
#spotlight.pump-configurator #spotlight-content table.inputs {
  margin: 0 auto;
}
#spotlight.pump-configurator #spotlight-content table.inputs td,
#spotlight.pump-configurator #spotlight-content table.price td {
  padding: 3px 10px;
}
#spotlight.pump-configurator #spotlight-content table.price {
  margin: 0 auto;
}
#spotlight.pump-configurator #spotlight-content table.price td:last-of-type {
  text-align: right;
}
#spotlight.pump-configurator #spotlight-content table.price tr:last-of-type td {
  font-weight: bold;
}
#spotlight.pump-configurator #spotlight-content .warning td {
  color: red;
  font-weight: bold;
  text-align: center;
}
#spotlight.pump-configurator #spotlight-content select,
#spotlight.pump-configurator #spotlight-content input {
  width: 300px;
  height: 35px;
  padding: 3px 8px;
  border: 1px solid #696969;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
}
#spotlight.pump-configurator #spotlight-buttons a.button.close {
  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;
}
#spotlight.pump-configurator #spotlight-buttons a.button.close: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;
}
#spotlight.pump-configurator #spotlight-buttons a.button.close span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cross.png');
}
@media screen and (max-width: 499px) {
  #spotlight.pump-configurator #spotlight-buttons a.button.close {
    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;
    font-size: 0;
  }
  #spotlight.pump-configurator #spotlight-buttons a.button.close: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;
  }
  #spotlight.pump-configurator #spotlight-buttons a.button.close span {
    border: none;
    background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/back.png');
  }
}
#spotlight.pump-configurator #spotlight-buttons a.button.add {
  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;
  padding: 0 60px 0 15px;
}
#spotlight.pump-configurator #spotlight-buttons a.button.add: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;
}
#spotlight.pump-configurator #spotlight-buttons a.button.add span {
  border-color: #030303;
  background-image: url('/includes/templates/alfapumpy_default/images/icons/hires/cart.png');
}
#spotlight.pump-configurator #spotlight-buttons a.button.add span {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
/*# sourceMappingURL=style.css.map */