/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/** Top banner **/
.category-top-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 4px solid #f58426;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  margin-bottom: 15px;
}
.category-top-banner .banner-content {
  padding: 25px 22px;
  color: #5a6870;
  font-size: 16px;
  z-index: 100;
  position: absolute;
  top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  background: white;
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
  zoom: 1;
}
.category-top-banner .banner-content h1 {
  color: #1d2b33;
  font-size: 30px;
  text-transform: none;
}
.category-top-banner .pos-left {
  margin-left: 60px;
}
.category-top-banner .pos-center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.category-top-banner .pos-right {
  margin-left: 480px;
}
.category-top-banner .width-small {
  width: 300px;
}
.category-top-banner .width-medium {
  width: 343px;
}
.category-top-banner .width-large {
  width: 410px;
}
.category-top-banner .banner-content:nth-child(n) {
  filter: none;
}

@media only screen and (max-width: 770px) {
  .category-top-banner div.banner-content {
    margin: 0 auto;
    position: static;
  }
  .category-top-banner div.width-medium {
    left: auto;
  }
  .category-top-banner div.width-large {
    left: -205px;
  }
}
@media only screen and (max-width: 479px) {
  .category-top-banner .banner-content {
    font-size: 12px;
  }
  .category-top-banner .banner-content h1 {
    font-size: 26px;
  }
  .category-top-banner .width-small, .category-top-banner .width-medium, .category-top-banner .width-large {
    width: 300px;
  }
}
/** Subcategories **/
.subcategories {
  margin: 29px 0px 24px 0;
}
.subcategories ul li {
  display: inline-block;
  width: 22.9%;
  height: 210px;
  border: 1px solid #e3e5e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-right: 2.2%;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
.subcategories ul li a:hover h2 {
  text-decoration: underline;
}
.subcategories ul li .subcategory {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.subcategories ul li .subcategory img {
  margin-left: auto;
  margin-right: auto;
  max-height: 160px;
  height: auto;
}
.subcategories ul li .subcategory .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 -7px no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 160px;
  background-position: center 0;
  background-size: 100% 300%;
}
.subcategories ul li .subcategory h2 {
  position: absolute;
  bottom: 0;
  height: 40px;
  padding-top: 15px;
  text-transform: none;
  color: #00abd2;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.subcategories ul li:last-of-type {
  margin-right: 0 !important;
}
.subcategories div.all-links {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  background-size: 100% 7px;
}
.subcategories div.all-links h2 {
  padding: 17px 0px 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
}
.subcategories div.all-links .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 0 no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background-size: 100% 300%;
}

@media only screen and (max-width: 979px) {
  .subcategories ul li {
    width: 22%;
    margin-right: 3.2%;
  }
  .subcategories ul li img {
    height: 75%;
  }
}
@media only screen and (max-width: 770px) {
  .subcategories ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .subcategories ul li img {
    height: 100%;
    max-width: 100%;
  }
  .subcategories ul div.all-links a {
    padding: 0px 0px 20px;
  }
  .subcategories ul li:nth-of-type(2n) {
    margin-right: 0 !important;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .category-top-banner {
    background-size: 100%;
  }

  .subcategories ul li .subcategory h2 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .subcategories {
    margin-top: 20px;
  }

  .subcategories ul li .subcategory h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 770px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 15px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 320px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
/** Buyers guides **/
#buyers-guide {
  margin: 15px 0;
  padding: 20px;
  padding-right: 60px;
  width: 100%;
  border: 1px solid #e3e5e6;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
#buyers-guide .image {
  float: left;
  margin-right: 30px;
  max-width: 100%;
}
#buyers-guide .image img {
  max-width: 100%;
}
#buyers-guide h2 {
  text-transform: none;
  font-size: 22px;
  color: #1d2b33;
}
#buyers-guide .description {
  color: #5a6870;
  font-size: 14px;
  margin-bottom: 15px;
}
#buyers-guide ul li {
  margin-bottom: 2px;
  font-size: 14px;
  color: #00abd2;
}
#buyers-guide ul li h3 {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-transform: none;
  display: inline;
}
#buyers-guide button.buyers-guide {
  line-height: 40px;
  color: #fff;
  padding: 0 21px;
  border: 0;
  margin-top: 20px;
  -webkit-box-shadow: 0 4px 4px -2px #e3e5e6;
  -moz-box-shadow: 0 4px 4px -2px #e3e5e6;
  box-shadow: 0 4px 4px -2px #e3e5e6;
  background: #00abd2;
}
#buyers-guide button.buyers-guide div.arrow-icon {
  width: 6px;
  height: 8px;
  margin-top: 16px;
  display: inline-block;
  background: transparent url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") -240px -7px no-repeat;
}
#buyers-guide button.buyers-guide:hover {
  background-color: #0096b9;
  box-shadow: none;
}

@media only screen and (max-width: 770px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide .image {
    width: 100%;
    margin-bottom: 15px;
  }

  .subcategories ul li .subcategory .separator {
    background-position: center 0;
    background-size: 100% 300%;
  }
}
@media only screen and (max-width: 599px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide button.buyers-guide {
    display: inline-block;
    float: none;
    margin: 20px auto 0 auto;
  }
  #buyers-guide .image {
    width: 100%;
    margin-right: 0;
  }
  #buyers-guide .image img {
    width: 100%;
  }
}
/** Product promo banner **/
.promo-banner {
  width: 100%;
  margin: 30px 0;
  height: 260px;
  position: relative;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.promo-banner .left {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 15;
  margin-top: 35px;
  margin-left: 35px;
}
.promo-banner .left .product-desc {
  margin-top: 20px;
  line-height: 25px;
  font-size: 22px;
  color: #fff;
}
.promo-banner .main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
}
.promo-banner .main img {
  max-height: 100%;
  position: absolute;
  left: 50%;
}
.promo-banner .right {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 15;
  text-align: right;
  margin-top: 35px;
  margin-right: 35px;
  color: #fff;
}
.promo-banner .right div.price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.promo-banner .right div.special-price {
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}
.promo-banner .right button {
  margin: 20px 0;
  background-color: #a4c33c;
  text-transform: none;
  padding: 7px 22px;
}
.promo-banner .right button a, .promo-banner .right button a:hover {
  color: #fff;
  text-decoration: none;
}
.promo-banner .right button:hover {
  background-color: #A4C33C;
}
.promo-banner .right .promo-offer {
  font-size: 11px;
  width: 70%;
  float: right;
}

@media only screen and (max-width: 599px) {
  .promo-banner .left {
    width: 30%;
    margin-left: 15px;
  }
  .promo-banner .right {
    width: 35%;
    margin-right: 15px;
  }
  .promo-banner .right .promo-offer {
    width: 100%;
  }
  .promo-banner .right .promo-offer br {
    display: none;
  }
}
.promo-banner.grey {
  background-color: #8d8d8d;
}

/** Best Sellers **/
.bestsellers {
  margin-bottom: 15px;
}
.bestsellers h2, .bestsellers h3 {
  text-transform: none;
  font-size: 23px;
  font-weight: 500;
  color: #1d2b33;
  border-bottom: 1px solid #e3e5e6;
  width: 100%;
  margin-top: -4px;
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.bestsellers h2 .product-name a, .bestsellers h3 .product-name a {
  margin-right: 0;
}
.bestsellers h2 a, .bestsellers h3 a {
  font-weight: normal;
}
.bestsellers a {
  font-size: 14px;
  text-decoration: none;
}
.bestsellers a:hover {
  text-decoration: underline;
}
.bestsellers .product-list .bestseller-product {
  width: 23%;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.bestsellers .product-list .bestseller-product img {
  width: 100%;
  max-width: 162px;
  display: inline-block;
}
.bestsellers .product-list .bestseller-product a {
  font-weight: 500;
  font-size: 16px;
  touch-action: manipulation;
}
.bestsellers .product-list .bestseller-product a.image {
  border: 1px solid white;
  box-shadow: 0 2px 5px 0px #C0C0C0;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
}
.bestsellers .product-list .bestseller-product a.image:hover, .bestsellers .product-list .bestseller-product a.image:active {
  box-shadow: none;
  border: 1px solid #00abd2;
}
.bestsellers .product-list .bestseller-product .price-box {
  margin-top: -5px;
}
.bestsellers .product-list .bestseller-product .price-box p {
  display: inline-block;
}
.bestsellers .product-list .bestseller-product .price-box .regular-price {
  color: #1d2b33;
  font-size: 18px;
  font-weight: bold;
}
.bestsellers .product-list .bestseller-product .price-box .old-price {
  font-size: 12px;
  color: #727d84;
  display: inline-block;
  text-transform: lowercase;
  height: 27px;
  padding: 0;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price-label {
  display: inline;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.bestsellers .product-list .bestseller-product .rating-product {
  min-height: 10px;
  width: 85px;
  margin: 0 auto;
}
.bestsellers .product-list .bestseller-product h3.product-name {
  border-bottom: none;
  width: 100%;
  max-width: 162px;
  display: inline-block;
  min-height: 90px;
}
.bestsellers .product-list .bestseller-product .bv-cleanslate {
  text-align: center !important;
}
.bestsellers .product-list .bestseller-product button {
  display: inline-block;
  padding: 7px 22px;
  border: 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 #C0C0C0;
}
.bestsellers .product-list .bestseller-product button.btn-cart {
  background-color: #A4C33C;
}
.bestsellers .product-list .bestseller-product button.btn-cart:active, .bestsellers .product-list .bestseller-product button.btn-cart:hover {
  background-color: #94b036;
}
.bestsellers .product-list .bestseller-product .availability.out-of-stock span {
  min-width: 130px;
}
.bestsellers .product-list .bestseller-product button:hover, .bestsellers .product-list .bestseller-product button:active {
  box-shadow: none;
}
.bestsellers .product-carousel .bestseller-product {
  margin-left: 15px;
  margin-right: 15px;
}
.bestsellers .product-carousel .bestseller-product h3.product-name {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
}
.bestsellers .product-carousel .bestseller-product a {
  font-size: 14px;
  font-weight: 400;
}
.bestsellers .product-carousel .bestseller-product a.image {
  margin-bottom: 10px;
}
.bestsellers .product-carousel .slick-prev, .bestsellers .product-carousel .slick-next {
  top: 50%;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.bestsellers .product-carousel .slick-prev:hover, .bestsellers .product-carousel .slick-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bestsellers .product-carousel .slick-prev {
  background-position: 0 -416px;
  left: -25px;
}
.bestsellers .product-carousel .slick-next {
  background-position: -40px -416px;
  right: -25px;
}

@media only screen and (max-width: 770px) {
  .bestsellers .product-list .bestseller-product h2.product-name {
    max-width: 162px;
    height: 120px;
    margin-bottom: -20px;
  }
  .bestsellers .product-carousel .slick-prev {
    left: -15px;
  }
  .bestsellers .product-carousel .slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 599px) {
  .bestsellers h3 {
    padding-bottom: 18px;
    padding-top: 1px;
    border-width: 2px;
    font-weight: 500;
  }
  .bestsellers h3 a {
    display: block;
    margin-left: 0;
  }
  .bestsellers .product-list .bestseller-product {
    width: 46%;
    margin-right: 2.5%;
  }
  .bestsellers .product-list .bestseller-product h2.product-name {
    height: 120px;
  }
  .bestsellers .product-carousel .bestseller-product h2.product-name {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .bestsellers .product-carousel .slick-prev {
    left: 0;
  }
  .bestsellers .product-carousel .slick-next {
    right: 0;
  }
}
/* Vacuum Cleaner Landing Page Bottom Image */
.category-vacuum-cleaners .vacuum-cleaner-bottom-image {
  background-image: url("/media/wysiwyg/uk/category-banners/320/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_320px.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background-position: top left;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 770px) and (min-width: 600px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/600/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_600px.jpg");
  }
}
@media only screen and (min-width: 771px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/980/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_980px.jpg");
  }
}
/* New sub nav image link hovers */
.category-subnav {
  overflow: hidden;
}

#category-banner {
  overflow: hidden;
}

#category-banner p {
  margin-bottom: 3px;
}

.category-subnav .subheading,
#category-banner .subheading {
  margin: 10px 0 0 5px;
  color: #F58426;
  font-weight: bold;
  font-size: 20px;
}

.category-subnav li {
  float: left;
  margin: 0 0 0 10px;
}

.category-subnav li.left {
  margin-left: 0;
}

.category-subnav li a {
  overflow: hidden;
  position: relative;
  width: 335px;
  height: 220px;
  float: left;
  background: top left no-repeat;
}

.category-subnav li a img {
  position: relative;
}

.category-subnav li a img:hover {
  top: -220px;
}

.category-subnav li a img.Multifunction_Floor_Cleaners:hover {
  top: -110px !important;
}

.category-subnav li a img.Handheld_Vacuum___Steam_Cleaners:hover {
  top: -110px !important;
}

.category-steam-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-vacuum-cleaners .category-subnav li a {
  height: 220px;
}

.category-subnav li a:hover {
  background-position: bottom left;
}

.category-products {
  padding: 0 0;
}

.category-products .price-box {
  font-size: 14px;
  line-height: 140%;
}

body.category-spares-and-solutions .col-left {
  padding: 0 0px 0 0px;
}
body.category-spares-and-solutions .category-subnav li {
  margin: 0 6px 10px 0;
}
body.category-spares-and-solutions .spares-sidebar {
  padding: 20px;
  line-height: 16px;
  background: #dcdee0;
  margin-top: 40px;
}
body.category-spares-and-solutions .spares-sidebar p {
  color: #000;
  font-size: 11px;
  margin-bottom: 10px;
}
body.category-spares-and-solutions .category-title {
  border-bottom: none;
  float: right;
  width: 75%;
  margin-bottom: 0;
}
body.category-spares-and-solutions .category-title h1 {
  font-size: 35px;
  height: 40px;
  line-height: 35px;
  color: #727d84;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 3px solid #c8cccf;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-bottom: 0;
}
body.category-spares-and-solutions #banner-support {
  clear: both;
  background: #dcdee0 url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-support.png") no-repeat;
  padding: 25px 50px 50px 25%;
  max-width: 940px;
}
body.category-spares-and-solutions #banner-support p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}
body.category-spares-and-solutions #banner-support .phone {
  color: #F58426;
  font-size: 35px;
  font-weight: bold;
  margin-top: -5px;
}
body.category-spares-and-solutions #banner-support .terms {
  font-size: 11px;
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .category-spares-and-solutions .main .category-title {
    clear: both;
    float: none;
    width: 100%;
  }
  .category-spares-and-solutions .col-left {
    clear: both;
    width: auto;
  }
  .category-spares-and-solutions .col-left .spares-sidebar {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .category-spares-and-solutions .col-main {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  body.category-spares-and-solutions .category-title {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  body.category-spares-and-solutions .category-title h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }
  body.category-spares-and-solutions div.category-subnav {
    text-align: center;
  }
  body.category-spares-and-solutions div.category-subnav ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36, body.category-spares-and-solutions div.category-subnav ul li.category-37 {
    display: block;
    float: none;
    width: 100%;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36 a, body.category-spares-and-solutions div.category-subnav ul li.category-37 a {
    display: block;
    margin: 10px 0;
    margin-right: 10px;
  }
  body.category-spares-and-solutions .spares-sidebar p {
    height: auto;
  }
  body.category-spares-and-solutions .category-subnav {
    overflow: visible;
  }
  body.category-spares-and-solutions div#banner-support {
    background-image: none;
    padding: 25px;
    margin-right: 0;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/skin/frontend/vax_rwd/anz/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/skin/frontend/vax_rwd/anz/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@charset "UTF-8";
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* 940px + 60px padding */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: Verdana, Arial, sans-serif;
  color: #5A6870;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #00ABD2;
  text-decoration: none;
}

a:hover {
  color: #0096b9;
  text-decoration: underline;
}

a:focus {
  outline-color: #00a1c5;
  color: #16191b;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #5A6870;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #636363;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #5A6870;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #5A6870;
}
.block-account li a,
.block-cms-menu li a {
  color: #5A6870;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #5A6870;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #5A6870;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #5A6870;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #5A6870;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #A4C33C;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #94b036;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #839c30;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #839c30;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #5A6870;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #384146;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
.catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
.catalog-product-view .product-view .nav-specifications h2.collapsed:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
.catalog-product-view .product-view .nav-reviews h2.collapsed:after,
.catalog-product-view .product-view .nav-qanda h2.collapsed:after,
.catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
.catalog-product-view .product-view .nav-specifications h2.open:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
.catalog-product-view .product-view .nav-reviews h2.open:after,
.catalog-product-view .product-view .nav-qanda h2.open:after,
.catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
  background-image: url(/skin/frontend/vax_rwd/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
  .catalog-product-view .product-view .nav-specifications h2.collapsed:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
  .catalog-product-view .product-view .nav-reviews h2.collapsed:after,
  .catalog-product-view .product-view .nav-qanda h2.collapsed:after,
  .catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
  .catalog-product-view .product-view .nav-specifications h2.open:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
  .catalog-product-view .product-view .nav-reviews h2.open:after,
  .catalog-product-view .product-view .nav-qanda h2.open:after,
  .catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
    background-image: url(/skin/frontend/vax_rwd/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #5A6870;
}

.breadcrumbs a:hover {
  color: #5A6870;
}

.breadcrumbs strong {
  color: #5A6870;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #5A6870;
  border-color: #5A6870;
}

.btn-remove:after {
  content: 'X';
  color: #5A6870;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #5A6870;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #FFFFFF;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("/skin/frontend/vax_rwd/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #636363;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #1D2B33;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

.messages .notice-msg li {
  color: #1D2B33;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #1D2B33;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #5A6870;
}

.price-box .price {
  color: #636363;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #5A6870;
  white-space: nowrap;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #636363;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #5A6870;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #5A6870;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #636363;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #5A6870;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #5A6870;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #EDEDED;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }
}
.no-touch .product-image:hover {
  border-color: #3399CC;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #5A6870;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: #5A6870;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #5A6870;
  font-family: Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #5A6870;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #5A6870;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #5A6870;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #384146;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #5A6870;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #384146;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #384146;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #384146;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  padding: 10px 15px 15px;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 10px 30px 30px;
  }
}
.footer-container {
  max-width: 100%;
  margin: 0 0px 0 0px;
  background: #727d84;
  padding: 0px 0px;
}

.footer {
  max-width: 1060px;
  margin: 0 auto;
}
.footer:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Replace this with the new sprite
 */
.uk-icon-sprite, #search_mini_form label, .cart-message p:before, .messages li.notice-msg li:before {
  background-image: url("/skin/frontend/vax/default/images/vax-uk-sprite-08-05-14.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Social icon sprite
 */
.social-icon-sprite, #share-icons .share-icon {
  background-image: url(/skin/frontend/vax_rwd/default/images/social_icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Icon sets - set background size to match our icon_sprite
 */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
  .catalog-product-view .product-view .nav-specifications h2.collapsed:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
  .catalog-product-view .product-view .nav-reviews h2.collapsed:after,
  .catalog-product-view .product-view .nav-qanda h2.collapsed:after,
  .catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
  .catalog-product-view .product-view .nav-specifications h2.open:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
  .catalog-product-view .product-view .nav-reviews h2.open:after,
  .catalog-product-view .product-view .nav-qanda h2.open:after,
  .catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
    background-image: url("/skin/frontend/vax_rwd/default/images/icon_sprite@2x.png");
    background-size: 330px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  font-weight: bold;
  margin: 5px 0px 15px 0px;
  display: block;
}

.breadcrumbs .you-are-here {
  color: #F58426;
  float: left;
  margin-right: 7px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.breadcrumbs li {
  text-transform: none;
  font-size: 11px;
}

.breadcrumbs li.home a, .breadcrumbs a:hover {
  color: #888888;
}

.breadcrumbs li strong {
  color: #5A6870;
  font-weight: 900;
}

.breadcrumbs span {
  padding: 0 3px;
}

@media only screen and (min-width: 771px) {
  .breadcrumbs {
    margin-top: -5px;
  }
}
/* Common Button Styles */
.button2 {
  background: #F58426;
  min-width: 66px;
}

.button2:hover {
  background: #f4760e;
}

.btn-cart {
  background: #A4C33C;
  min-width: 66px;
}
.btn-cart:hover {
  background: #94b036;
}

.button2 span, .btn-cart span,
.button2 span span, .btn-cart span span {
  text-decoration: none;
  text-transform: none;
  color: #fff;
}

.btn-cart, .btn-more-details {
  border-radius: 0;
}

.btn-remove2 {
  background-position: -250px -500px;
}

.btn-more-details {
  background: #5A6870;
  text-transform: none;
  min-width: 112px;
}

.availability.out-of-stock span {
  text-transform: none;
  background-color: #E7E7E7;
  min-width: 112px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  padding: 7px 0px;
  border-radius: 0px;
  color: #6F7E85;
}

.btn-more-details:hover {
  background: #4f5b62;
}

@media only screen and (min-width: 600px) {
  .btn-more-details, .availability.out-of-stock span {
    min-width: 140px;
  }
}
/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: none;
  color: #1D2B33;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar, .pager {
  color: #1D2B33;
  font-size: 16px;
}

.toolbar {
  margin-top: 0px;
  border-top: none;
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #E7E8E8;
  background: none;
}
.toolbar .total span {
  display: block;
  float: left;
}
.toolbar .total span.desktop {
  display: none;
}
.toolbar .pager {
  float: none;
}
.toolbar .show-all {
  text-align: center;
}
.toolbar .show-all a {
  text-decoration: underline;
  color: #1D2B33;
}
.toolbar .show-less {
  text-align: center;
}
.toolbar .show-less a {
  text-decoration: underline;
  color: #1D2B33;
}
.toolbar .sorter {
  float: right;
}
.toolbar .sorter label {
  text-transform: none;
  /*display: none;*/
}
.toolbar .sorter select {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ccc;
  -moz-appearance: menulist;
  /* Firefox */
  -webkit-appearance: window;
  /* Safari and Chrome */
  appearance: window;
}
.toolbar .sorter option {
  background-color: white;
}
.toolbar .sorter .sort-by *, .toolbar .sorter .sort-by {
  box-shadow: none;
}
.toolbar .sorter .sort-by {
  margin-right: 0;
}
.toolbar .sorter .sort-by:after {
  /*content: "▼";*/
  font-size: 9pt;
  background-color: transparent;
  cursor: pointer;
  color: #4e4e4e;
  height: 0px;
  margin-left: -22px;
  margin-top: 3px;
  width: 0px;
}

.col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
  width: auto;
}

.col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
  float: left;
}

.col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
  float: right;
}

.toolbar-bottom .toolbar {
  border-bottom: none;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .total {
  display: none;
}
.toolbar-bottom .pager {
  display: block;
}

.col2-left-layout .pager {
  padding-bottom: 40px;
}
.col2-left-layout .pager .count-container {
  float: none;
}
.col2-left-layout .pager .count-container .limiter {
  height: 1px;
  width: 100%;
}
.col2-left-layout .pager .count-container .limiter .show-all {
  margin-top: 50px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 10px 0;
}
.col2-left-layout .pager .count-container .limiter .show-less {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 5px;
}
.col2-left-layout .pager .pages {
  float: none;
  width: 100%;
  margin-top: 0px;
  padding: 0 0 40px 0;
}
.col2-left-layout .pager .pages ol {
  text-align: center;
}
.col2-left-layout .pager .pages li {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .toolbar {
    border: none;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 480px) {
  .toolbar .total span.mobile {
    display: none;
  }
  .toolbar .total span.desktop {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .toolbar .sorter label {
    display: block;
  }

  .col2-left-layout .pager {
    padding-bottom: 0;
  }
  .col2-left-layout .pager .count-container {
    float: left;
  }
  .col2-left-layout .pager .count-container .limiter {
    width: auto;
    height: 30px;
  }
  .col2-left-layout .pager .count-container .limiter .show-all {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border: none;
  }
  .col2-left-layout .pager .count-container .limiter .show-less {
    border: none;
  }
  .col2-left-layout .pager .pages {
    float: right;
    width: auto;
    margin-top: 0;
    padding: 0;
  }
  .col2-left-layout .pager .pages ol {
    text-align: center;
  }
  .col2-left-layout .pager .pages li {
    float: left;
    display: inline-block;
  }
}
@media only screen and (min-width: 771px) {
  .toolbar {
    padding: 10px 0px 0px 0px;
  }
  .toolbar .sorter label {
    font-size: 14px;
    /*margin-right: 10px;*/
  }
  .toolbar .sorter > .sort-by {
    margin-top: -5px;
    padding-bottom: 35px;
    margin-right: -7px;
    width: 160px;
  }
  .toolbar .sorter .sort-by select {
    width: 100px;
    font-size: 13px;
    -moz-appearance: menulist;
    /* Firefox */
    -webkit-appearance: window;
    /* Safari and Chrome */
    appearance: window;
  }
  .toolbar .show-less {
    width: auto;
  }

  .toolbar, .pager {
    font-size: 16px;
  }
}
.pages a {
  color: #1D2B33;
}
.pages .current {
  height: 32px;
  line-height: 34px;
}
.pages .current, .pages .current:hover, .pages li:hover {
  background-color: #E7E8E8;
  border: none;
  border-radius: 4px;
}
.pages li {
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
.pages .next, .pages .previous, .pages .next:hover, .pages .previous:hover {
  border: none;
}

/*.pages .next, .pages .previous {
	font-size: $f-size-s;
	color: #1D2B33;
	width: 35px;
	line-height: 32px;
	text-transform: none;
	text-align: left;
}

.pages .next:hover, .pages .previous:hover {
}
*/
/* firefox only line height on pager */
@-moz-document url-prefix() {
  .pager .pages .current {
    line-height: 33px;
  }
}
/**
 * Display settings
 */
.hide-for-large {
  display: none;
}

.show-for-large {
  display: inherit;
}

@media only screen and (max-width: 770px) {
  .hide-for-small {
    display: none;
  }

  .show-for-small {
    display: inherit;
  }
}
@media only screen and (max-width: 479px) {
  .hide-for-large.show-for-xsmall {
    display: inherit;
  }

  .hide-for-xsmall {
    display: none;
  }

  .show-for-xsmall {
    display: inherit;
  }
}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #5A6870;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399CC;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #5A6870;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #5A6870;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
.data-table th {
  text-transform: none;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #5A6870;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #FFFFFF;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #5A6870;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #5A6870;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 770px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Header - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    padding: 10px 30px;
  }
}
/* ============================================ *
 * Logo - General
 * ============================================ */
a {
  outline: 0;
  outline-color: transparent !important;
}

.logo {
  width: auto;
  padding: 0px;
  float: none;
  cursor: default;
}
.logo .small {
  margin: 7px auto 0;
}
.logo img {
  padding-top: 10px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

/* ============================================ *
 * Logo - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .logo {
    max-width: 141px;
    min-height: 78px;
    position: absolute;
    left: 50%;
    top: 11px;
  }

  .logo img {
    left: -50%;
    position: relative;
  }
}
/* ============================================ *
 * Header message - display only on Large View Port
 * ============================================ */
.header-message {
  display: none;
}

.header-message-small {
  display: block;
}

@media only screen and (min-width: 600px) {
  .header-message {
    display: block;
  }

  .cms-index-index .header-message, .cms-index-index .header-message-small {
    display: none;
  }
}
#header-help, .skip-help {
  display: none;
}

/* ============================================ *
 * Large Viewports - Help
 * ============================================ */
@media only screen and (min-width: 771px) {
  .skip-help {
    display: none;
  }

  #header-help {
    display: block;
    position: absolute;
    right: 90px;
    top: 11px;
  }

  #header-help li {
    float: left;
    margin-right: 1px;
  }

  #header-help .nav-primary {
    margin-top: 0px;
  }

  #header-help .nav-primary li {
    border-left: none;
    height: 24px;
    margin-right: 0px;
  }

  #header-help .nav-primary li.level0 > a {
    background-color: #5A6870;
    height: 30px;
    line-height: 28px;
    margin-right: 3px;
    padding: 0px 8px;
    color: #fff;
    font-size: 12px;
    max-width: 100%;
    min-width: 90px;
    text-transform: uppercase;
    font-weight: bolder;
  }

  #header-help .nav-primary li.level0.register > a {
    background-color: #e5e6e8;
    color: #727d84;
  }

  #header-help .nav-primary li.level0 > a:hover {
    background-color: #e5e6e8;
    color: white;
  }

  #header-help .nav-primary li.level0 > a:hover {
    background-color: #F58426;
  }
}
/* At 814 or less the help now hangs over the Vax Logo */
@media only screen and (max-width: 841px) {
  #header-help ul li.support a span {
    display: none;
  }
  #header-help ul li.support a:after {
    content: 'Support';
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-help {
    right: 80px;
  }

  #header-help .nav-primary li.level0 > a {
    min-width: 80px;
  }
}
/* ============================================ *
 * Help - IE9 specific SCSS
 * ============================================ */
/* ============================================ *
 * Large Viewports - Help
 * ============================================ */
@media only screen and (min-width: 771px) {
  .ie9 #header-help .nav-primary li.level0.register,
  .ie9 #header-help .nav-primary li.level0.support {
    max-width: 90px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .ie9 #header-help .nav-primary li.level0.register,
  .ie9 #header-help .nav-primary li.level0.support {
    max-width: 80px;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #5A6870;
  line-height: 30px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #5A6870;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #5A6870;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Nav Primary - General Navigation Styles
 * ============================================ */
.skip-help .icon {
  background-position: -150px -350px;
  width: 25px;
  height: 25px;
}

/* ============================================ *
 * Small Viewports - Menu
 * ============================================ */
#header-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0;
  background-color: transparent;
}
#header-nav #nav {
  position: relative;
}
#header-nav ol {
  margin: 0;
  border: 1px solid #e5e6e8;
  border-bottom: none;
  background-color: #FFF;
  box-shadow: 0px 10px 12px -12px #555;
}
#header-nav ol li a {
  line-height: 45px;
  border-bottom: 1px solid #e5e6e8;
  text-align: left;
  font-weight: bolder;
  color: #5A6870;
  z-index: 20;
}
#header-nav ol li a:hover {
  background-color: #a4cc38;
  color: white;
}
#header-nav ol li.level0.first::before {
  background-position: -101px -677px;
  width: 17px;
  height: 9px;
  content: " ";
  display: block;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
  z-index: 998;
}
#header-nav ol li.level0.first {
  overflow: hidden;
}

.skip-content.skip-active {
  background: white;
}

.skip-links {
  margin: -44px 0px 0px;
}

.skip-links, .skip-link {
  border: none;
}

.skip-link.skip-nav .icon {
  margin-right: 1px;
}

.skip-nav {
  background-color: #e5e6e8;
  width: 40px;
  height: 40px;
}
.skip-nav .label {
  display: none;
}
.skip-nav .icon {
  background-position: -250px -800px;
  width: 23px;
  height: 18px;
  margin-top: -5px;
}

.skip-nav:hover {
  background-color: #F58426;
  z-index: 9999;
}

.skip-nav:hover:not(.skip-active) .icon, .skip-nav.skip-active:hover .icon {
  background-position: -300px -800px;
  width: 23px;
  height: 18px;
}

/* ============================================ *
* Medium Viewports - Menu
* ============================================ */
@media only screen and (min-width: 480px) {
  .skip-links {
    margin: -44px 30px 0;
  }

  #header-nav #nav {
    margin: 0 30px;
  }

  #header-nav ol {
    margin: 0px;
  }
  #header-nav ol li.level0.first::before {
    margin-left: 10px;
  }
}
/* ============================================ *
 * Large Viewports - Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .mobile-register, .mobile-support {
    display: none !important;
  }

  #header-nav {
    margin: 53px 0 0 0;
    border: none;
    position: static;
  }
  #header-nav #nav {
    border: none;
    margin: 0px;
  }
  #header-nav ol {
    margin: 0 0 0 30px;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  #header-nav ol li a {
    line-height: 15px;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
    color: #5A6870;
  }
  #header-nav ol li a:hover {
    background-color: transparent;
    color: #F58426;
  }
  #header-nav ol li.level0.first::before {
    content: none;
  }
  #header-nav ol li.level0.first {
    overflow: visible;
  }

  #share-icons {
    display: inline;
  }

  #nav, .skip-help {
    position: static;
    text-align: center;
    background-color: transparent;
  }

  .skip-links {
    margin: 0;
  }

  .nav-primary {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
  }
  .nav-primary li {
    margin-right: 36px;
    height: 30px;
    text-align: center;
    float: left;
  }
  .nav-primary li.first a {
    margin-left: -30px;
  }
  .nav-primary li.last {
    float: right;
    margin-right: 32px;
  }
  .nav-primary li.level0 > a {
    padding: 0;
  }
  .nav-primary a {
    /* force on to 2 lines */
    max-width: 90px;
    line-height: 15px;
    font-size: 13.2px;
    height: 30px;
    vertical-align: top;
  }
  .nav-primary li.level0 > a:hover {
    color: #F58426;
  }
  .nav-primary li.cat-77 a {
    color: #F58426;
    text-transform: uppercase;
  }
}
/* the menu is too wide at 1002px to fit */
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-nav ol {
    margin: 0px;
  }

  ol.nav-primary li.level0 {
    width: 13.2%;
    margin-right: 0;
  }

  ol.nav-primary li.last {
    text-align: right;
    width: 4%;
  }

  ol.nav-primary {
    text-align: left;
  }

      /*
      .nav-primary li {
        margin-right: 20px;
      }
      .nav-primary li.level0 > a {
          padding: 0 5px;
      }

      .nav-primary li.cat-253:before {
          display: none;
      }*/
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 *  - General
 * ============================================ */
#search_mini_form .search-button2 {
  float: right;
  line-height: 26px;
  position: absolute;
  font-weight: bolder;
  top: 0;
  right: 0;
  color: #727D84;
  background-color: #E5E6E8;
  width: 40px;
}
#search_mini_form .search-button2:hover {
  background-color: #F58426;
  color: white;
  text-transform: uppercase;
}

.skip-link.skip-search:hover {
  background-color: #F58426;
  z-index: 9999;
}

.skip-link .icon {
  margin-right: 0px;
  margin-top: -3px;
}

.skip-search {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 43px;
  background-color: #e5e6e8;
}
.skip-search .label {
  display: none;
}

#header-search {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0;
  background-color: transparent;
}
#header-search #search {
  border-radius: 0;
}
#header-search #search_mini_form .input-box {
  margin: 0;
  box-shadow: 0px 6px 5px -3px #bbb;
  border-radius: 0;
  border: 1px solid #e5e6e8;
  overflow: hidden;
}
#header-search #search_mini_form .input-text {
  border: none;
}
#header-search .input-box::before {
  background-position: -101px -677px;
  width: 17px;
  height: 9px;
  content: none;
  display: block;
  position: absolute;
  margin-top: -3px;
}

.skip-search .icon, .skip-search.skip-active .icon {
  background-position: -100px -619px;
  width: 22px;
  height: 22px;
}

.skip-search.skip-active {
  background-color: #e5e6e8;
}

.skip-search:hover:not(.skip-active) .icon, .skip-search.skip-active:hover .icon, .skip-search.skip-active:active .icon {
  background-position: -126px -620px;
  width: 22px;
  height: 22px;
}

/* ============================================ *
 *  - Medium View Port - search down arrow
 * ============================================ */
@media only screen and (min-width: 335px) {
  #header-search .input-box::before {
    content: " ";
    right: 52px;
  }
}
/* ============================================ *
 *  - Medium View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  #search_mini_form {
    margin: 0 30px;
  }

  #search_mini_form .input-box {
    margin: 0 30px;
  }

  #header-search .input-box::before {
    margin-right: 0px;
  }
}
/* ============================================ *
 *  - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .skip-link .icon {
    margin-right: 1px;
    margin-top: -15px;
  }

  #search_mini_form {
    display: none;
    margin: 0;
  }

  .skip-active #search_mini_form {
    display: block;
  }

  #search_mini_form .input-box {
    margin: 0;
  }

  .skip-content {
    display: none;
  }

  .skip-search {
    display: block;
  }

  .skip-links {
    padding-bottom: 12px;
  }

  .skip-link.skip-search {
    right: 236px;
    top: 11px;
    width: 30px;
    height: 30px;
  }

  #header-search {
    width: 0;
    border: none;
  }

  #header-search.skip-active {
    top: 40px;
    right: 0;
    width: 309px;
    height: 30px;
  }

  #search_mini_form {
    width: 100%;
  }
  #search_mini_form .input-box {
    line-height: 30px;
    width: 100%;
    height: 30px;
    border-radius: 0;
    border: 1px solid #e5e6e8;
    color: #e5e6e8;
  }

  #search_mini_form label {
    display: inline-block;
    position: absolute;
    left: 7px;
    color: #5A6870;
    font-weight: normal;
    text-indent: 0;
    background-image: none;
  }

  #header-search #search_mini_form .input-text:focus {
    background-color: #fff;
    position: relative;
  }

  #search {
    width: 267px;
    height: 30px;
    float: left;
    color: #727D84;
    font-size: 12px;
    line-height: 14.4px;
    border: none;
  }

  #search_mini_form .search-button2 {
    position: static;
    font-weight: bolder;
    height: 30px;
    padding: 0;
    text-transform: uppercase;
    float: right;
    line-height: 20px;
  }
  #search_mini_form .search-button2:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  #header-search .input-box::before {
    right: auto;
    margin-left: 6px;
  }

  .skip-search:hover:not(.skip-active) .icon, .skip-search.skip-active:hover .icon {
    background-position: -127px -601px;
    width: 17px;
    height: 17px;
  }

  .skip-search .icon, .skip-search.skip-active .icon {
    background-position: -103px -600px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-help .nav-primary li.level0 > a, .skip-cart {
    min-width: 80px;
  }

  .skip-link.skip-search {
    right: 206px;
  }

  #header-search.skip-active {
    width: 279px;
  }

  #search {
    width: 237px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #5A6870;
    line-height: 2;
  }

  #header-account a:hover {
    color: #5A6870;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #5A6870;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(90, 104, 112, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #5A6870;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #5A6870;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #5A6870;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Header - Cart - General
 * ============================================ */
.skip-cart {
  /* TODO: hover over basket image */
}
.skip-cart:not(.skip-active):hover .icon {
  background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -101px -92px;
}
.skip-cart .icon {
  background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -101px -92px;
  height: 17px;
  width: 20px;
}

.skip-link.skip-cart.skip-active {
  background-color: #a4cc38;
}

.skip-cart {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: -83px;
  background-color: #a4cc38;
  color: white;
}
.skip-cart .label {
  display: none;
}

a.skip-cart:focus {
  color: white;
}

.skip-cart:hover, .skip-link.skip-cart.skip-active:hover {
  background-color: #F58426;
}

#header-cart {
  margin: 40px 0px 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-minicart .minicart-wrapper {
  margin: 0;
  box-shadow: 0px 5px 17px -5px #555;
  border: 1px solid #e5e6e8;
  background-color: white;
  text-align: center;
}

.skip-cart:hover:not(.skip-active) .icon, .skip-cart .icon {
  background-position: -100px -649px;
  width: 26px;
  height: 22px;
}

/* ============================================ *
 * Header - Cart - Medium View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  #header-cart {
    margin: 40px 0 0 -30px;
  }

  .header-minicart .minicart-wrapper {
    margin: 0 30px;
  }
}
/* ============================================ *
 * Header - Cart - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .header-minicart .minicart-wrapper {
    margin: 0;
    border: none;
    text-align: left;
  }

  #header-cart {
    box-shadow: none;
    margin-top: -2px;
  }

  .skip-cart {
    background: #a4c33b;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 8px;
    height: 30px;
    line-height: 28px;
    top: 11px;
    font-weight: bolder;
    min-width: 90px;
    text-align: center;
    margin-right: 0;
  }
  .skip-cart .count {
    color: #fff;
    font-size: 11px;
    display: inline;
  }
  .skip-cart .label {
    display: inline;
  }

  #header-cart.skip-active {
    top: 43px;
    width: 309px;
    border: 1px solid #e5e6e8;
  }

  .header-minicart .minicart-wrapper p.empty {
    padding: 0px 30px 10px 10px;
  }

  .header-minicart .skip-link {
    right: 0;
    position: absolute;
  }

  .skip-cart .icon, .skip-cart:hover:not(.skip-active) .icon {
    background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -101px -92px;
    height: 16px;
    width: 19px;
    margin: 0 3px 3px -5px;
  }

  a.skip-cart:hover .label {
    color: #FFF;
  }

  .skip-cart:hover:not(.skip-active) {
    opacity: 1;
  }
}
/*fixing clash between the icons and the logo*/
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .skip-cart {
    min-width: 80px;
  }

  .skip-cart .icon, .skip-cart:hover:not(.skip-active) .icon {
    margin: 0px 0px 3px -5px;
  }

  #header-cart.skip-active {
    width: 279px;
  }
}
#share-icons {
  display: none;
}

#share-icons {
  height: 30px;
  font-size: 11px;
}
#share-icons .connect {
  color: #5a6870;
  float: left;
  font-size: 120%;
  line-height: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#share-icons .share-icon {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  width: 19px;
  height: 19px;
  color: #1d2b33;
}
#share-icons .share-icon:hover {
  opacity: 0.8;
}
#share-icons .share-icon-facebook {
  background-position: -1px -23px;
}
#share-icons .share-icon-twitter {
  background-position: -53px 0;
}
#share-icons .share-icon-youtube {
  background-position: -53px -22px;
}
#share-icons .share-icon-newsletter {
  background-position: -25px 0;
}
#share-icons .share-icon-rss {
  background-position: -26px -23px;
}
#share-icons .share-icon-blog {
  background-position: -2px 0;
}
#share-icons .share-icon-contact {
  background-position: -26px 0;
}

@media only screen and (min-width: 771px) {
  #share-icons {
    display: block;
  }

  #header-social {
    top: 10px;
    left: 0;
    height: 0;
    border: none;
  }
}
#header-social {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 17px -1px #CCC;
  border: 1px solid #CCC;
}

@media only screen and (min-width: 771px) {
  #header-social {
    top: 10px;
    left: 0;
    height: 0;
    border: none;
  }

  #header-social.skip-content {
    display: block;
  }

  #share-icons {
    width: 400px;
  }

  #header-social #newsletter_header {
    max-width: 100%;
    display: inline-block;
    width: 167px;
    float: left;
    margin-right: 3px;
    color: #727D84;
    font-size: 12px;
    border-radius: 0;
  }
  #header-social #newsletter_header.form-signup {
    display: none;
    float: left;
    width: 300px;
  }

  #header-social p.required, #header-social .validation-advice {
    float: left;
    position: absolute;
    margin-top: 30px;
  }

  #newsletter_header .button {
    width: 100px;
    display: inline-block;
    line-height: 0;
    height: 30px;
    font-weight: bolder;
  }

  #newsletter_header .button:hover {
    background-color: #F58426;
  }
}
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #636363;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #5A6870;
}
.footer .links a:hover {
  color: #5A6870;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(/skin/frontend/vax_rwd/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(/skin/frontend/vax_rwd/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ============================================ *
* Already own a Vax - General
* ============================================ */
/*shadow above "Already own"*/
.catalog-category-view .main-container.col2-left-layout, .catalog-category-view .main-container.col1-layout, .catalog-product-view .main-container.col2-left-layout, .catalog-product-view .main-container.col1-layout {
  box-shadow: 0px 13px 22px -19px #CCC;
}

.already-own-container {
  background: #F2F3F4;
  display: block;
}

.already-own-container + .already-own-container {
  display: none;
}

.already-own {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.already-own:after {
  content: '';
  display: table;
  clear: both;
}
.already-own ul.links {
  padding: 5px 30px 20px;
}
.already-own ul.links #already-h {
  margin-top: 20px;
}
.already-own ul.links li, .already-own ul.links li a {
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
.already-own ul.links li {
  float: left;
  color: #727D84;
  width: 100%;
  margin-bottom: 20px;
}
.already-own ul.benefits {
  border-top: 1px solid #d7d8d9;
  padding-top: 25px;
  margin: 140px 20px 40px 20px;
}
.already-own ul.benefits li {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 20px;
  float: left;
  line-height: normal;
}
.already-own ul.benefits li div {
  font-size: 16px;
  color: #1D2B33;
  font-weight: bold;
  margin-bottom: 10px;
}
.already-own ul.benefits li div::before {
  content: " ";
  display: block;
  width: 68px;
  height: 68px;
  float: left;
  margin-right: 15px;
}
.already-own ul.benefits li .h-6-year::before {
  background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -250px -600px;
}
.already-own ul.benefits li .h-next::before {
  background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -150px -600px;
}
.already-own ul.benefits li .h-support::before {
  background: url("/skin/frontend/vax_rwd/uk/images/icon_sprite.png") no-repeat -150px -800px;
}
.already-own ul.benefits li p {
  display: block;
  float: left;
  color: #5A6870;
  width: 180px;
}

.cms-index-index .already-own-container {
  display: none;
}

/* ============================================ *
* Already own a Vax - Medium View Port
* ============================================ */
@media only screen and (min-width: 600px) {
  .already-own ul.links::before {
    padding: 0 150px 0 150px;
    margin: -25px 0;
  }

  .already-own::before {
    margin: 0 30px;
  }

  .already-own ul.links li#already-h {
    margin-top: 0px;
  }
  .already-own ul.links {
    padding: 25px 30px 20px;
  }
  .already-own ul.links li {
    width: 50%;
  }
  .already-own ul.benefits {
    margin: 50px 20px 40px 20px;
  }
  .already-own ul.benefits li {
    width: 50%;
  }
}
/* ============================================ *
* Already own a Vax - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .already-own ul.links li {
    width: 25%;
    text-align: center;
  }
  .already-own ul.links {
    padding: 25px 20px 35px;
  }
  .already-own ul.benefits {
    margin: 0 30px;
  }
  .already-own ul.benefits li {
    width: 33%;
  }
  .already-own ul.benefits div::before {
    margin-left: 30px;
  }
  .already-own ul.benefits li p {
    width: 50%;
  }
}
/* ============================================ *
* Already own a Vax - xLarge View Port
* ============================================ */
@media only screen and (min-width: 980px) {
  .already-own ul.links {
    padding: 25px 30px 35px;
  }
  .already-own ul.links::before {
    margin: -25px -120px 0 -120px;
  }
  .already-own ul.benefits p {
    width: 180px;
  }
}
/* ============================================ *
* Already own a Vax - > 1000px View Port
* ============================================ */
@media only screen and (min-width: 1000px) {
  .already-own ul.links {
    padding: 25px 100px 40px 100px;
  }
}
/* ============================================ *
* Footer - General
* ============================================ */
.footer-container {
  background-color: #1b1d21;
}

.footer {
  border-top: none;
  background-color: #1b1d21;
  color: #e5e6e8;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  padding: 0px 25px;
}
.footer .footer-links:after {
  content: '';
  display: table;
  clear: both;
}
.footer .footer-col {
  margin-right: -1px;
  text-align: left;
  width: 100%;
}
.footer .footer-col a {
  color: #fff;
}
.footer .footer-col:nth-child(4) h4 {
  border-bottom: 1px solid #727D84;
}
.footer .footer-col h4 {
  font-weight: bolder;
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border-top: 1px solid #727D84;
  cursor: pointer;
  line-height: 43px;
}
.footer .footer-col h4:hover {
  background: none;
}
.footer .footer-col h4.active {
  border-bottom: none;
}
.footer .footer-col h4 a {
  line-height: 43px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.footer .footer-col h4:before {
  /* TODO replace image with CX icon */
  content: " ";
  background-position: -100px -20px;
  height: 13px;
  width: 7px;
  position: absolute;
  top: 15px;
  right: 17px;
}
.footer .footer-col h4.active:before {
  /* TODO replace image with CX icon */
  content: " ";
  background-position: -100px 0px;
  height: 7px;
  width: 13px;
  position: absolute;
  top: 18px;
  right: 17px;
}
.footer .footer-col ul {
  display: none;
  padding: 0;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 11px;
  line-height: 1.8;
  padding: 0;
  margin-top: 4px;
  position: relative;
}
.footer .footer-col ul li a {
  font-size: 12px;
  line-height: 2.6em;
}
.footer .footer-links.footer-links-legal .footer-col.last ul {
  display: inline-block;
}
.footer .footer-links-legal .footer-col.last {
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 2em;
}
.footer .footer-links-legal .footer-col.last h4 {
  display: none;
}
.footer .footer-links-legal .footer-col.last ul {
  display: inline-block;
  text-align: left;
  float: left;
}
.footer .footer-links-legal .footer-col.last ul li {
  display: inline;
}
.footer .footer-links-legal .footer-col.last ul li::after {
  content: "l";
  margin-left: 10px;
  margin-right: 10px;
  color: #e5e6e8;
}
.footer .footer-links-legal .footer-col.last ul li:last-child::after {
  content: "";
}
.footer .newsletter {
  float: left;
  margin: 30px 0px 15px 0;
  text-transform: none;
  width: 100%;
  clear: both;
}
.footer .newsletter .block-title {
  display: none;
}
.footer .newsletter .f-name .validation-advice, .footer .newsletter .l-name .validation-advice {
  position: absolute;
  margin-top: 35px;
}
.footer .newsletter .v-fix {
  width: 48%;
  float: left;
  margin-right: 1.9%;
  margin-bottom: 5px;
}
.footer .newsletter .v-fix .input-text {
  width: 100%;
  border-radius: 0;
  color: black;
  background-color: #c5c6c8;
  font-size: 12px;
}
.footer .newsletter .v-fix ::-webkit-input-placeholder {
  color: #000;
}
.footer .newsletter .v-fix :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.footer .newsletter .v-fix ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.footer .newsletter .v-fix :-ms-input-placeholder {
  color: #000;
}
.footer .newsletter .v-fix :-ms-input-placeholder {
  color: #000;
}
.footer .newsletter .buttonwrap {
  width: 48%;
  float: left;
}
.footer .newsletter .buttonwrap button.button {
  padding: 6px 15px 5px 15px;
  width: 100%;
  text-transform: uppercase;
  background: #A4C33C;
  font-weight: bold;
  font-size: 12px;
}
.footer .newsletter .buttonwrap button.button:hover {
  background-color: #F58426;
}
.footer .newsletter .validation-advice {
  min-width: 320px;
  text-align: left;
}
.footer .newsletter label {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .newsletter label h4 {
  border-top: none;
  line-height: 33px;
}
.footer .newsletter label h4:before {
  background-image: none;
}
.footer #share-icons {
  display: inline-block;
  float: left;
  padding-top: 15px;
}
.footer #share-icons .connect {
  display: none;
}
.footer #share-icons .share-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.footer #share-icons .share-icon-facebook {
  background-position: -70px -51px;
}
.footer #share-icons .share-icon-twitter {
  background-position: -34px -85px;
}
.footer #share-icons .share-icon-youtube {
  background-position: -71px -85px;
}
.footer #share-icons .share-icon-newsletter {
  background-position: -34px -51px;
}
.footer #share-icons .share-icon-rss {
  background-position: 0 -85px;
}
.footer #share-icons .share-icon-blog {
  background-position: 0 -51px;
}
.footer #share-icons .share-icon-contact {
  background-position: -34px -51px;
}
.footer address.copyright {
  border-top: none;
  padding: 0px 0px 10px 0;
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  text-align: left;
}

/* ============================================ *
* Footer - Mobile landscape View Port
* ============================================ */
@media only screen and (min-width: 480px) {
  .newsletter {
    max-width: 300px;
    width: 50%;
  }
}
/* ============================================ *
* Footer - Medium View Port
* ============================================ */
@media only screen and (min-width: 600px) {
  .footer {
    padding: 0px 30px;
  }
  .footer .inline-footer {
    display: inline-block;
  }
  .footer .social-footer .validation-advice {
    margin: 30px 0px 0px;
  }
  .footer .footer-col {
    float: left;
  }
  .footer .footer-col ul {
    display: none;
  }
  .footer .copyright {
    width: 120px;
    float: left;
  }
}
/* ============================================ *
* Footer - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .footer {
    padding: 25px 0 0 30px;
    text-align: center;
  }
  .footer .footer-col {
    width: 25%;
  }
  .footer .footer-col:nth-child(4) h4 {
    border-bottom: none;
  }
  .footer .footer-col h4 {
    line-height: 14px;
    padding-top: 20px 8px 0 8px;
    border-top: none;
  }
  .footer .footer-col h4:nth-child(5) {
    border-bottom: none;
  }
  .footer .footer-col h4.active:before, .footer .footer-col h4:before {
    display: none;
  }
  .footer .footer-col ul {
    display: block;
  }
  .footer .footer-col ul li a {
    font-size: 11px;
    line-height: 1.8em;
  }
  .footer .newsletter {
    width: 50%;
    margin: 10px 0px 25px;
  }
  .footer .newsletter .input-text {
    height: 25px;
  }
  .footer .newsletter .buttonwrap button.button {
    padding: 3px 15px 3px;
  }
  .footer .copyright {
    margin: -29px 0 0 0;
  }
  .footer .social-footer #share-icons {
    display: none;
  }
  .footer .footer-links-legal .footer-col.last ul {
    line-height: 1.5em;
  }
}
/* ============================================ *
* Footer - Desktop View Port
* ============================================ */
@media only screen and (min-width: 980px) {
  .footer .footer-links-legal .footer-col.last ul {
    margin-left: 0px;
    float: none;
  }
  .footer .newsletter {
    width: 50%;
  }
  .footer address.copyright {
    margin: -29px 0px 0px 0px;
  }
}
/* ============================================ *
* Home - Generic
* ============================================ */
.cms-index-index .page-header,
.cms-index-index .main-container,
.cms-index-index .footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

.page-header,
.main-container,
.footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

/* ============================================ *
* Home - Small View Port
* ============================================ */
@media only screen and (max-width: 770px) {
  .cms-index-index .main-container {
    padding-top: 10px;
  }
}
/* ============================================ *
* Home - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .cms-index-index .main-container {
    padding-top: 0px;
  }
}
/* ============================================ *
* Unslider - Generic
* ============================================ */
.cms-index-index .main-container.col1-layout {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.cms-index-index .banner-container {
  border: none;
  padding: 0;
}

.cms-index-index .dots {
  display: none;
}

.cms-index-index .main-container {
  padding: 0;
}

.cms-index-index .banner-container {
  margin-top: 10px;
}

div.banner-container div.banner-controls .unslider-arrow.prev, div.banner-container div.banner-controls .unslider-arrow.next {
  display: block;
}

/*Remove slider effects on mobile screen*/
/*commented it out to make it swoosh
@include bp(max-width,$bp-xsmall) {
  .cms-index-index  .banner {
        overflow: visible !important;
        ul {
            width: 100% !important;
            left: 0 !important;
            overflow: visible !important;
        }
    }
  .cms-index-index  .banner-controls .unslider-arrow.prev, .unslider-arrow.next{
        display: none;
    }
}
*/
/* ============================================ *
* Unslider - Medium View Port
* ============================================ */
@media only screen and (min-width: 480px) {
  .cms-index-index .banner {
    margin-top: 0;
  }

  .cms-index-index .banner-controls {
    display: block !important;
  }
}
/* ============================================ *
* Unslider - Medium View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .cms-index-index .banner-container {
    margin-top: 0px;
  }
}
/* ============================================ *
* Unslider - Large View Port
* ============================================ */
@media only screen and (min-width: 980px) {
  .cms-index-index .banner-controls {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .cms-index-index .banner-controls .unslider-arrow.prev, .cms-index-index .banner-controls .unslider-arrow.next {
    top: 180px;
  }

  .cms-index-index .banner ul li img {
    max-width: 100%;
  }
}
/* ============================================ *
* Home Panels - Mobile
* ============================================ */
@media only screen and (max-width: 479px) {
  #home-panel .home-panel-element .panel-header .desktop-two-lines {
    display: none;
  }
}
/* ============================================ *
* Home Panels - tablet and above
* ============================================ */
@media only screen and (min-width: 480px) {
  #home-panel .home-panel-element .panel-header .desktop-two-lines {
    display: block;
  }
}
/* ============================================ *
* Home Panels - Generic
* ============================================ */
#home-panel {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  min-width: 290px;
  text-align: center;
  position: relative;
}
#home-panel:after {
  content: '';
  display: table;
  clear: both;
}

.cms-index-index .main-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cms-index-index .main-container .col-main {
  margin-bottom: 0;
}

#home-panel .home-panel-element {
  color: #727d84;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#home-panel .home-panel-element .panel-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
  height: 83px;
  overflow: hidden;
}
#home-panel .home-panel-element a.more {
  color: #727D84;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 27px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #727D84;
  display: inline-block;
  position: absolute;
  bottom: 18px;
  letter-spacing: 2px;
}
#home-panel .home-panel-element a.more:hover {
  color: white;
  background-color: #F58426;
  border: none;
}
#home-panel .home-panel-element:first-child a:hover {
  background-color: #003656;
}
#home-panel .home-panel-element .panel-header {
  letter-spacing: 2px;
  background-color: #F58426;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  font-size: 14pt;
  padding-left: 20px;
  cursor: default;
}
#home-panel .home-panel-element:first-child .panel-header {
  background-color: #003656;
}
#home-panel .home-panel-element img.small {
  height: 240px;
  float: right;
}
#home-panel .home-panel-element img.large {
  display: none;
}
#home-panel .home-panel-element .panel-content {
  height: 240px;
  float: left;
  width: 50%;
  position: absolute;
  padding: 10px 0 0 20px;
}
#home-panel .home-panel-element .panel-sub {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 1.3;
  width: 90%;
}

#home-panel .home-panel-element p.loading-size {
  width: 220px;
  height: 135px;
}

/* ============================================ *
* Home Panels - Tablet View Port
* ============================================ */
@media only screen and (min-width: 479px) {
  .cms-index-index .main-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
  .cms-index-index .main-container .col-main {
    margin-bottom: 0;
  }

  #home-panel {
    padding: 0 30px;
  }

  #home-panel .home-panel-element {
    border-bottom: 1px solid #e5e6e8;
    padding: 20px 0px;
    position: relative;
  }
  #home-panel .home-panel-element .panel-header, #home-panel .home-panel-element:first-child .panel-header {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bolder;
    padding-left: 10px;
    cursor: default;
    color: #727d84;
    font-size: 13pt;
    width: 150px;
    line-height: normal;
    position: absolute;
    margin-top: 10px;
    text-shadow: 1px 1px 15px white, 1px 1px 1px white, -1px -1px 1px white;
  }
  #home-panel .home-panel-element .panel-content {
    height: auto;
    float: right;
    right: 0;
    padding-top: 0;
    position: static;
  }
  #home-panel .home-panel-element .panel-content .panel-sub {
    font-size: 13pt;
  }
  #home-panel .home-panel-element .panel-content p {
    height: auto;
    padding-bottom: 40px;
    max-width: 340px;
  }
  #home-panel .home-panel-element img.small {
    display: none;
  }
  #home-panel .home-panel-element img.large {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #e5e6e8;
  }
  #home-panel .home-panel-element p {
    height: auto;
    overflow: visible;
  }
  #home-panel .home-panel-element a.more {
    position: absolute;
    bottom: 20px;
  }
  #home-panel .home-panel-element:first-child a:hover {
    background-color: #003656;
  }
}
/* ============================================ *
* Home Panels - xLarge View Port
* ============================================ */
@media only screen and (min-width: 770px) {
  .cms-index-index .main-container {
    padding: 10px 30px 0px;
  }

  #home-panel {
    padding: 20px  0 0 0;
  }

  #home-panel .home-panel-element {
    width: 300px;
    /*
    width: 31.91%;
    margin-right: 2.12%;
    */
    border: none;
    padding: 0 0 20px 0;
  }
  #home-panel .home-panel-element:nth-child(odd) {
    margin-right: 20px;
  }
  #home-panel .home-panel-element a.img {
    position: static;
  }
  #home-panel .home-panel-element.touchscreen .panel-content {
    display: none;
  }
  #home-panel .home-panel-element .panel-header, #home-panel .home-panel-element:first-child .panel-header {
    padding-top: 5px;
    padding-left: 15px;
    font-size: 13pt;
  }
  #home-panel .home-panel-element img.large {
    width: 100%;
  }
  #home-panel .home-panel-element .panel-content {
    height: 232px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    margin-top: -233px;
    padding-left: 15px;
    color: #fff;
    background-color: rgba(245, 132, 38, 0.85);
    display: block;
    opacity: 0;
    /*&:hover{
        opacity: 1;
    }*/
  }
  #home-panel .home-panel-element .panel-content .panel-sub {
    width: 70%;
    font-size: 12pt;
  }
  #home-panel .home-panel-element .panel-content p {
    margin-bottom: 80px;
    padding-bottom: 0;
    padding-right: 10px;
    height: auto;
  }
  #home-panel .home-panel-element .panel-content a.more {
    color: white;
    border: 1px solid white;
  }
  #home-panel .home-panel-element:first-child .panel-content {
    background-color: rgba(0, 54, 86, 0.85);
  }
  #home-panel .home-panel-element:first-child .panel-content a.more:hover {
    background-color: #003656;
  }
  #home-panel .home-panel-element.no-tap:hover .panel-header, #home-panel .home-panel-element.no-tap:hover:first-child:hover .panel-header .panel-header {
    color: transparent;
  }
  #home-panel .home-panel-element:hover .panel-content {
    opacity: 1;
  }
  #home-panel .home-panel-element.no-tap:hover .panel-header, #home-panel .home-panel-element.no-tap:hover:first-child .panel-header {
    color: white;
  }
}
/* ============================================ *
* Home Panels - xLarge View Port
* ============================================ */
@media only screen and (min-width: 940px) {
  #home-panel .home-panel-element.last {
    margin-right: 0;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1014px) {
  #home-panel .home-panel-element {
    width: 300px;
    margin-right: 20px;
    float: left;
  }
  #home-panel .home-panel-element:nth-child(3), #home-panel .home-panel-element:nth-child(6) {
    float: right;
    margin-right: 0;
  }
}
/** Product Banner **/
.ie9 .hide-for-large {
  display: none;
}

.ie9 .show-for-large {
  display: block;
}

.ie9 div.banner-container {
  position: relative;
}
.ie9 div.banner-container div.banner-controls {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow {
  width: 25px;
  height: 41px;
  z-index: 1;
  outline: 0;
  display: block;
  position: absolute;
  top: 200px;
  background-size: 330px 1000px;
  cursor: pointer;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
  left: -30px;
  background-position: -99px -700px;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow.next {
  right: -30px;
  background-position: -100px -752px;
}
.ie9 div.banner-container div.banner {
  margin-top: 0;
  max-height: 565px;
}

.ie9 div.homepage-banner {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background: #fff;
  margin-bottom: 20px;
  min-height: 490px;
}
.ie9 div.homepage-banner div.content-wrapper {
  max-height: 392px;
  height: 392px;
}
.ie9 div.homepage-banner div.content-wrapper div.banner-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.ie9 div.homepage-banner div.right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 392px;
}
.ie9 div.homepage-banner h2 {
  text-transform: none;
  font-size: 30px;
}
.ie9 div.homepage-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
.ie9 div.homepage-banner div.logo img {
  left: 0;
  height: 26px;
  width: auto;
}
.ie9 div.homepage-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 20px;
  margin-top: 0px;
  padding-top: 90px;
  font-size: 16px;
  font-weight: 200;
  z-index: 20;
  max-width: 330px;
}
.ie9 div.homepage-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ie9 div.homepage-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 492px;
}
.ie9 div.homepage-banner div.cta-block {
  position: absolute;
  bottom: 130px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
.ie9 div.homepage-banner div.cta-block div.price {
  display: inline-block;
}
.ie9 div.homepage-banner div.cta-block div.special-price {
  font-weight: 500;
}
.ie9 div.homepage-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 20px;
  padding: 3px 13px;
}
.ie9 div.homepage-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.ie9 div.homepage-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
.ie9 div.homepage-banner div.cta-block .btn-cart:hover {
  background-color: #F58426;
}

.ie9 div.homepage-banner.content-left {
  color: #fff;
}
.ie9 div.homepage-banner.content-left div.content-wrapper {
  background-position: top right;
}
.ie9 div.homepage-banner.content-left h2 {
  color: #fff;
  max-width: 330px;
}
.ie9 div.homepage-banner.content-left .description {
  max-width: 330px;
}

@media only screen and (min-width: 771px) {
  .ie9 div.banner-container .banner ul li {
    margin-top: -50px;
  }

  .ie9 div.banner-container .banner ul li div.cta-block .cta {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    left: -10px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    right: -10px;
  }
}
@media only screen and (max-width: 979px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow {
    width: 20px;
    height: 32px;
    z-index: 1;
    outline: 0;
    display: block;
    position: absolute;
    top: 200px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    left: 5px;
    background-position: -127px -700px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    right: 5px;
    background-position: -128px -751px;
  }

  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 740px;
  }
}
@media only screen and (max-width: 770px) {
  .ie9 div.banner-container div.banner {
    max-height: 343px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    top: 140px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    top: 140px;
  }

  .ie9 .banner-container .mobile-content .banner-content {
    height: 220px;
    margin-top: -60px;
  }

  .ie9 div.homepage-banner {
    height: 343px;
    min-height: 0;
  }
  .ie9 div.homepage-banner div.content-wrapper {
    max-height: 284px;
    height: 284px;
  }
  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  .ie9 div.homepage-banner div.logo img {
    height: 24px;
    z-index: 9;
  }
  .ie9 div.homepage-banner div.description {
    margin-top: 25px;
    top: -30px;
    max-width: 330px;
  }
  .ie9 div.homepage-banner div.description .promo-desc {
    max-width: 260px;
  }
  .ie9 div.homepage-banner div.cta-block {
    bottom: 45px;
  }
  .ie9 div.homepage-banner div.right-bg {
    max-height: 284px;
  }
  .ie9 div.homepage-banner div.product-image {
    margin-left: 50%;
    width: auto;
  }
  .ie9 div.homepage-banner div.product-image img {
    max-height: 343px;
  }

  .ie9 div.homepage-banner.content-left .description {
    max-width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev, .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    top: 70px;
  }

  .ie9 .hide-for-small {
    display: none;
  }

  .ie9 .show-for-small {
    display: block;
  }

  .ie9 div.banner-container div.banner {
    max-height: 10000px;
  }

  .ie9 div.homepage-banner {
    height: 200px !important;
  }
  .ie9 div.homepage-banner div.right-bg {
    display: none;
  }
  .ie9 div.homepage-banner div.content-wrapper {
    max-height: 160px;
    height: 160px;
  }
  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  .ie9 div.homepage-banner div.product-image img {
    max-height: 200px;
    height: 200px;
    width: auto;
  }

  .ie9 div.mobile-content {
    padding: 0 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .ie9 div.mobile-content div.logo img {
    width: auto;
    height: 24px;
    z-index: 10;
  }
  .ie9 div.mobile-content .description {
    color: #727d84;
    margin-bottom: 20px;
  }
  .ie9 div.mobile-content .description .promo-desc {
    max-width: 350px;
  }
  .ie9 div.mobile-content h2 {
    text-transform: none;
    font-size: 26px;
    color: #727d84;
    max-width: 330px;
  }
  .ie9 div.mobile-content .cta-block {
    position: relative;
    font-weight: 400;
    color: #1b1d21;
  }
  .ie9 div.mobile-content .cta-block div.price {
    display: inline-block;
  }
  .ie9 div.mobile-content .cta-block div.price, .ie9 div.mobile-content .cta-block div.special-price {
    font-weight: 400;
  }
  .ie9 div.mobile-content .cta-block .cta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart {
    background: #a4c33b;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 0.5em;
    margin-bottom: 10px;
    padding: 3px 13px;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart a:hover {
    text-decoration: none;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart:hover {
    background-color: #F58426;
  }
}
@media only screen and (max-width: 479px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev, .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    display: none;
  }

  .ie9 .homepage-banner {
    max-height: 180px;
  }
}
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
@media handheld {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* ============================================ *
 * About us - Generic, all views
 * ============================================ */
.cms-about .col-main {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-cms-about.png") no-repeat scroll 0% 0%/cover #FFF;
  width: 100%;
  padding: 0 20px;
  min-height: 550px;
  border: 1px solid #C5C5C5;
}
.cms-about .col-main h1 {
  margin: 5px 0 0 0;
  font-size: 40px;
  font-weight: normal;
  color: #5A6870;
  text-transform: none;
}
.cms-about .col-main .std p {
  display: block;
  max-width: 250px;
  margin: 0 0 12px 10px;
}

/* ============================================ *
 * Cookie Policy - Generic
 * ============================================ */
.cms-page-view.cms-cookie-bestimmungen .std,
.cms-page-view.cms-cookies-terms-and-conditions .std {
  /* Force table not to behave like a table*/
}
.cms-page-view.cms-cookie-bestimmungen .std table, .cms-page-view.cms-cookie-bestimmungen .std thead, .cms-page-view.cms-cookie-bestimmungen .std tbody, .cms-page-view.cms-cookie-bestimmungen .std td, .cms-page-view.cms-cookie-bestimmungen .std tr,
.cms-page-view.cms-cookies-terms-and-conditions .std table,
.cms-page-view.cms-cookies-terms-and-conditions .std thead,
.cms-page-view.cms-cookies-terms-and-conditions .std tbody,
.cms-page-view.cms-cookies-terms-and-conditions .std td,
.cms-page-view.cms-cookies-terms-and-conditions .std tr {
  display: block;
  text-align: center;
}
.cms-page-view.cms-cookie-bestimmungen .std table,
.cms-page-view.cms-cookies-terms-and-conditions .std table {
  margin-bottom: 20px;
}
.cms-page-view.cms-cookie-bestimmungen .std table tr,
.cms-page-view.cms-cookies-terms-and-conditions .std table tr {
  border: 1px solid #F58426;
}
.cms-page-view.cms-cookie-bestimmungen .std table th,
.cms-page-view.cms-cookies-terms-and-conditions .std table th {
  display: none;
}
.cms-page-view.cms-cookie-bestimmungen .std table td,
.cms-page-view.cms-cookies-terms-and-conditions .std table td {
  border: none;
  border-bottom: 1px solid #C0C0C0;
  position: relative;
  padding: 10px 10px 10px 45.5%;
}
.cms-page-view.cms-cookie-bestimmungen .std table td:before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  text-align: left;
  font-weight: bold;
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(1):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(1):before {
  content: "Cookie";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(2):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(2):before {
  content: "Name";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(3):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(3):before {
  content: "Purpose";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(4):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(4):before {
  content: "Info";
}

/* ============================================ *
 * Cookie Policy - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 600px) {
  .cms-page-view.cms-cookie-bestimmungen .std,
  .cms-page-view.cms-cookies-terms-and-conditions .std {
    /*put all table elements back into table mode*/
  }
  .cms-page-view.cms-cookie-bestimmungen .std table,
  .cms-page-view.cms-cookies-terms-and-conditions .std table {
    display: table;
    font-size: 11px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table tr,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr {
    display: table-row;
    border: none;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table th, .cms-page-view.cms-cookie-bestimmungen .std table td,
  .cms-page-view.cms-cookies-terms-and-conditions .std table th,
  .cms-page-view.cms-cookies-terms-and-conditions .std table td {
    display: table-cell;
    text-align: left;
    border: 1px solid #C0C0C0;
    padding: 10px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table th,
  .cms-page-view.cms-cookies-terms-and-conditions .std table th {
    background-color: #EEEDED;
    font-weight: bold;
    padding: 0 10px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table td:before,
  .cms-page-view.cms-cookies-terms-and-conditions .std table td:before {
    display: none;
  }
}
/* ============================================ *
 * Cookie Policy - Small View Port
 * ============================================ */
@media only screen and (max-width: 599px) {
  .cms-page-view.cms-cookie-bestimmungen .std table tr,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr {
    margin-bottom: 20px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table tr:first-child,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr:first-child {
    display: none;
  }
}
/* ============================================ *
 * Environment - Generic
 * ============================================ */
.cms-environment .col-main {
  padding: 0 0 0 15px;
  width: 100%;
  min-height: 410px;
}
.cms-environment .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -22px;
  background: url("/skin/frontend/vax/uk/images/headings/environment.png") no-repeat scroll 0% 0% transparent;
}
.cms-environment .col-main .std {
  padding: 0;
}
.cms-environment .col-main .std * {
  text-transform: none;
}
.cms-environment .col-main .std h2 {
  clear: both;
}
.cms-environment .col-main .std .intro {
  margin-bottom: 30px;
  max-width: 100%;
}
.cms-environment .col-main .std p {
  margin-bottom: 1em;
}
.cms-environment .col-main .std .resource_title {
  margin-bottom: 5px;
}
.cms-environment .col-main .std .resource_title h3, .cms-environment .col-main .std .resource_title h3 a {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.cms-environment .col-main .std .resource_element {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.cms-environment .col-main .std .resource_element a {
  text-decoration: none;
  color: #5A6870;
}
.cms-environment .col-main .std .resource_icon {
  float: left;
  background: url("/skin/frontend/vax/uk/images/icons/pdf.gif") no-repeat scroll 0% 0% transparent;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.cms-environment .col-main .std .resource_name {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}

/* ============================================ *
 * Environment - Medium and Large View Port
 * ============================================*/
@media only screen and (min-width: 771px) {
  .cms-environment .col-main {
    background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-cms-environment.png") no-repeat scroll right 0px transparent;
  }
  .cms-environment .col-main .std {
    padding: 0px 50px;
  }
  .cms-environment .col-main .std .intro {
    max-width: 55%;
  }
  .cms-environment .col-main .std .resource_element {
    width: 50%;
  }
}
/* ============================================ *
 * Newsletter - Generic
 * ============================================ */
.cms-newsletter .col-main {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/bg_newsletter_signup.jpg") no-repeat scroll 0% 0% #FFF;
  background-size: cover;
  width: 100%;
  min-height: 740px;
  border: 1px solid #C5C5C5;
  padding: 13px 20px 0 15px;
  /* message after the form is submitted */
}
.cms-newsletter .col-main ul#admin_messages {
  margin-left: 10px;
  color: #F58426;
}
.cms-newsletter .col-main h1 {
  text-align: left;
  margin: 0 0 10px 10px;
  font-size: 40px;
  font-weight: normal;
  color: #5A6870;
  text-transform: none;
}
.cms-newsletter .col-main .std p {
  display: block;
  max-width: 400px;
  margin: 0 0 1em 10px;
}
.cms-newsletter .col-main .form-signup {
  margin-top: 35px;
  position: relative;
  padding-bottom: 30px;
}
.cms-newsletter .col-main .form-signup h4 {
  margin-left: 10px;
}
.cms-newsletter .col-main .form-signup .validation-advice {
  position: absolute;
  bottom: 0;
}
.cms-newsletter .col-main .form-signup .box input {
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  color: #A0A0A0;
  display: block;
  float: left;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin: 10px 0 0 10px;
  width: 95%;
  border-radius: 0;
}
.cms-newsletter .col-main input, .cms-newsletter .col-main select, .cms-newsletter .col-main textarea, .cms-newsletter .col-main button, .cms-newsletter .col-main .v-fix {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  vertical-align: middle;
}
.cms-newsletter .col-main button {
  margin-left: 10px;
  margin-top: 10px;
  width: 95%;
}
.cms-newsletter .col-main p.required, .cms-newsletter .col-main .validation-advice {
  margin: 0px 0px -10px 10px;
  color: #F00;
  font-size: 13px;
  clear: both;
}
.cms-newsletter .col-main .std p.terms {
  position: absolute;
  bottom: 30px;
  left: 40px;
  margin: 0px 50px 20px 15px;
}
.cms-newsletter .main-container {
  padding: 10px 30px 20px;
}

/* ============================================ *
 * Newsletter - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  .cms-newsletter .col-main {
    min-height: 550px;
  }
  .cms-newsletter .col-main .std p.terms {
    bottom: 20px;
  }
  .cms-newsletter .col-main .form-signup {
    margin-top: 20px;
  }
  .cms-newsletter .col-main .form-signup .box input {
    text-align: left;
    width: 46%;
  }
  .cms-newsletter .col-main .form-signup button {
    margin-top: 10px;
    width: 46%;
  }
}
@media only screen and (min-width: 600px) {
  .cms-newsletter .col-main .form-signup {
    max-width: 400px;
  }
  .cms-newsletter .col-main .form-signup .box input {
    width: 180px;
  }
  .cms-newsletter .col-main .form-signup button {
    width: 180px;
  }
}
/* ============================================================================================ *
 * Terms and Conditions, Website Terms and Conditions and Privacy Policy - Generic all views    *
 * ============================================================================================ */
.cms-page-view.cms-terms-and-conditions .col-main .page-title, .cms-page-view.cms-terms-and-conditions-of-website .col-main .page-title, .cms-page-view.cms-privacy-policy .col-main .page-title {
  margin: 10px 0px;
}
.cms-page-view.cms-terms-and-conditions .col-main h1, .cms-page-view.cms-terms-and-conditions-of-website .col-main h1, .cms-page-view.cms-privacy-policy .col-main h1 {
  text-transform: none;
  font-size: 27px;
  font-weight: normal;
  color: #5A6870;
}
.cms-page-view.cms-terms-and-conditions .col-main h2, .cms-page-view.cms-terms-and-conditions .col-main h2 a, .cms-page-view.cms-terms-and-conditions-of-website .col-main h2, .cms-page-view.cms-terms-and-conditions-of-website .col-main h2 a, .cms-page-view.cms-privacy-policy .col-main h2, .cms-page-view.cms-privacy-policy .col-main h2 a {
  text-transform: none;
}
.cms-page-view.cms-terms-and-conditions .col-main h3, .cms-page-view.cms-terms-and-conditions-of-website .col-main h3, .cms-page-view.cms-privacy-policy .col-main h3 {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}

/* ============================================ *
 * Video Gallery - Generic
 * ============================================ */
.cms-video-gallery .col-main {
  padding: 0;
  margin: 0 10px;
}
.cms-video-gallery .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -22px;
  background: url("/skin/frontend/vax/uk/images/headings/heading-video-gallery.png") no-repeat scroll 0% 0% transparent;
}
.cms-video-gallery .col-main .std {
  margin-left: 0;
  margin-right: 0;
}
.cms-video-gallery .col-main .std h2 {
  text-transform: none;
  margin-left: 10px;
  clear: both;
}
.cms-video-gallery .col-main .std p, .cms-video-gallery .col-main .std a {
  line-height: 1.66667;
}
.cms-video-gallery .col-main .std img {
  float: left;
  padding-right: 10px;
}
.cms-video-gallery .col-main .std img:hover {
  opacity: 0.6;
}
.cms-video-gallery .col-main .video_element {
  height: auto;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #C5C5C5;
  padding: 10px;
}
.cms-video-gallery .col-main .video_element h3 {
  text-transform: none;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
.cms-video-gallery .col-main .video_element h3 a {
  text-decoration: none;
  color: #5A6870;
}

/* ============================================ *
 * Video Gallery - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cms-video-gallery .col-main {
    padding: 13px 20px 0 15px;
  }
  .cms-video-gallery .col-main .std {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cms-video-gallery .col-main .std > p {
    margin-left: 12px;
    margin-right: 10px;
  }
  .cms-video-gallery .col-main .std > ul li {
    margin-left: 30px;
  }
  .cms-video-gallery .col-main .video_element {
    width: 48.5%;
    height: 190px;
    margin: 0 0 10px 10px;
  }
}
/* ============================================ *
 * Video Gallery - Small View Port
 * ============================================ */
@media only screen and (max-width: 770px) {
  .cms-video-gallery .col-main .std h2 {
    margin-left: 0px;
  }
}
/* =========================================== *
 * Guarantee information - Generic all views   *
 * =========================================== */
.cms-registration-guarantee-information .col-main .page-title {
  margin: 10px 0px;
}
.cms-registration-guarantee-information .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -70px;
  background: url("/skin/frontend/vax/uk/images/headings/guarantee.png") no-repeat scroll 0% 0% transparent;
}

@media only screen and (min-width: 771px) {
  .cms-registration-guarantee-information .col-main h1 {
    margin: 0 0 0 -22px;
  }
}
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #5A6870;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #5A6870;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #5A6870;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("/skin/frontend/vax_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ededed;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ededed;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #5A6870;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #5A6870;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #5A6870;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #94b036;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #5A6870;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ededed;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* Category page layout */
.product-primary {
  width: 73%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .product-primary {
    width: 98%;
  }
}

.product-shop2 {
  float: right;
  width: 27%;
  text-align: right;
  margin-top: 7px;
}

.catalog-category-view .main-container.col2-left-layout {
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .cart-icons-secondary {
    width: 33%;
    clear: left;
    float: left;
  }

  .product-shop2 {
    margin-top: 7px;
  }
}
/* -------------------------------------------- *
* Product Name
*/
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  text-transform: none;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #00ABD2;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #00ABD2;
  text-decoration: underline;
}

h2.product-name a {
  margin-right: 5px;
}

.catalogsearch-result-index h2.product-name img.genuine-parts {
  clear: both;
  height: 25px;
  margin-top: 5px;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 7px;
  margin-right: 8px;
  width: 70%;
}

.products-list .product-name a {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.category-title {
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 30px;
}
.category-title h1 {
  float: left;
}
.category-title:after {
  content: '';
  display: table;
  clear: both;
}

.catalog-category-view .category-title h1 {
  font-size: 30px;
}

.products-list .btn-cart:disabled {
  background-color: #A4C33C;
}

/* ============================================ *
* Buyer Guide - General
* ============================================ */
.category-title .buyers-guide {
  float: left;
  line-height: 39px;
  position: relative;
  padding-right: 19px;
}

.category-title .buyers-guide:after {
  position: absolute;
  background-position: -300px -539px;
  width: 11px;
  height: 10px;
  content: " ";
  margin-left: 8px;
  margin-top: 15px;
}

.buyers-guide-bottom {
  border: 1px solid #E7E8E9;
  padding: 0px 20px;
}
.buyers-guide-bottom:after {
  content: '';
  display: table;
  clear: both;
}
.buyers-guide-bottom p {
  color: #1D2B33;
  line-height: 35px;
  float: left;
}
.buyers-guide-bottom a {
  margin: 10px 0px;
  line-height: 40px;
  float: right;
  color: #fff;
  padding: 0px 21px;
  border-radius: 5px;
  /* TODO move to sprite - added to sprite update this CSS once found*/
  background: #00ABD2 url("/skin/frontend/vax_rwd/default/images/move_to_sprite_file/buyers_guide_right_arrow.png") 168px 18px no-repeat;
}
.buyers-guide-bottom a:hover {
  text-decoration: none;
  background: #0096b9 url("/skin/frontend/vax_rwd/default/images/move_to_sprite_file/buyers_guide_right_arrow.png") 168px 18px no-repeat;
}

.catalog-category-view img.genuine-parts {
  display: none;
}

@media only screen and (min-width: 534px) {
  .category-title .buyers-guide {
    float: right;
  }

  .buyers-guide-bottom p {
    line-height: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .buyers-guide-bottom p {
    font-size: 22px;
    line-height: 80px;
  }
  .buyers-guide-bottom a {
    margin-top: 20px;
  }
}
/* ============================================ *
* Product List
* ============================================ */
.products-list li.item {
  position: relative;
}
.products-list li:last-child {
  margin-bottom: -12px;
  padding-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFF;
  box-shadow: 0 12px 20px -17px #CCC;
}
.products-list > li .product-image {
  clear: left;
  box-shadow: 0px 2px 6px -1px #CFCFCF;
  border: 1px solid white;
  padding: 4px;
}
.products-list > li .product-image:hover {
  box-shadow: none;
  border: 1px solid #00abd2;
}
.products-list > li .features li {
  position: relative;
  list-style-type: none;
  line-height: 2;
  font-size: 14px;
}
.products-list > li .features li:before {
  position: absolute;
  background-position: -250px -539px;
  width: 16px;
  height: 11px;
  left: -25px;
  content: " ";
  line-height: 21px;
  margin-top: 6px;
}
.products-list .product-shop .desc .compatible-link {
  text-decoration: underline;
}
.products-list .product-shop .desc.has-energy-rating {
  /*margin-top: 54px; to cover eco movement */
}
.products-list .product-shop button {
  font-weight: bold;
  box-shadow: 0px 1px 3px #bbb;
}
.products-list .product-shop button:hover {
  box-shadow: none;
}
.products-list .price-box {
  position: relative;
  height: 47px;
  margin-top: 2px;
}
.products-list .price-box .price, .products-list .price-box .regular-price {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.products-list .price-box .old-price .price {
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 0;
}
.products-list .discount-label {
  font-weight: bolder;
  font-size: 16px;
  color: #F48326;
  margin-top: -7px;
  display: block;
}
.products-list .btn-cart {
  text-transform: none;
}

/* ============================================ *
* Product List - Medium View Port
* ============================================ */
@media only screen and (max-width: 479px) {
  .products-list .btn-cart, .products-list .btn-more-details, .products-list .availability.out-of-stock span {
    width: 100%;
  }
  .products-list > li .desc {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) {
  .desc.has-energy-rating {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 600px) {
  .products-list > li .product-image {
    width: 23%;
    /*width: 172px;
    max-width: 172px;*/
    box-sizing: content-box;
  }
  .products-list li:last-child {
    margin-bottom: 20px;
  }
  .products-list .product-shop {
    width: 75%;
    padding-left: 15px;
  }
  .products-list .product-shop .desc {
    width: 65%;
    padding-right: 15px;
    position: relative;
  }
  .products-list .product-shop .product-secondary {
    width: 35%;
  }
  .products-list .product-shop .desc.has-energy-rating {
    margin-top: -20px;
  }
  .products-list .discount-label {
    font-size: 14px;
  }
  .products-list .btn-cart {
    min-width: 140px;
  }
}
.product-no {
  background-color: #f0f1f2;
  line-height: 20px;
  padding: 0px 8px;
  color: #727d84;
  font-size: 11px;
  display: inline-block;
  border: 2px solid #f0f1f2;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  right: 0;
}

/* -------------------------------------------- *
* Icons
*/
.cart-icons {
  float: none;
  margin: 11px 0px 0px 0px;
  width: 100%;
}
.cart-icons li {
  float: left;
  clear: left;
  margin: 0px 0px 11px 0px;
  max-width: 40px;
  max-height: 40px;
}
.cart-icons li a img {
  max-width: 100%;
  max-height: 100%;
}
.cart-icons li.even {
  float: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .cart-icons li {
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .cart-icons {
    float: right;
    width: 130px;
  }
  .cart-icons li.odd {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .cart-icons li, .cart-icons li.even {
    float: left;
    clear: none;
    max-width: 100%;
    max-height: 100%;
    width: 45%;
    height: auto;
  }
  .cart-icons li.odd, .cart-icons li.even.odd {
    margin-right: 10%;
  }
  .cart-icons li img, .cart-icons li.even img {
    width: 60px;
    height: auto;
  }

  .products-list .cart-icons li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* -------------------------------------------- *
* Eco Ratings
*/
.energy-rating-container {
  border-bottom: 1px solid #E7E8E8;
  min-height: 20px;
  padding-bottom: 10px;
}

.product-shop2 .energy-rating-container {
  display: none;
}

.energy-rating-label {
  height: 20px;
  width: 130px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/ratings.png") top right no-repeat;
  display: block;
  text-align: left;
  color: #717D83;
  font-size: 12px;
  line-height: 20px;
}

.energy-rating-label div {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/ratings.png") top right no-repeat;
}

.energy-icon-b {
  background-position: 0 -20px;
}

.energy-icon-c {
  background-position: 0 -40px;
}

.energy-icon-d {
  background-position: 0 -60px;
}

.energy-icon-e {
  background-position: 0 -80px;
}

.energy-icon-f {
  background-position: 0 -100px;
}

@media only screen and (min-width: 600px) {
  .product-shop2 .energy-rating-container {
    display: block;
  }

  .product-shop .energy-rating-container {
    display: none;
  }

  .energy-rating-container {
    border-bottom: none;
    margin-top: 14px;
    margin-bottom: 16px;
    padding-bottom: 0;
    position: relative;
  }

  .energy-rating-label {
    float: right;
  }

  .energy-rating-label-b {
    background-position: 100% -20px;
  }

  .energy-rating-label-c {
    background-position: 100% -40px;
  }

  .energy-rating-label-d {
    background-position: 100% -60px;
  }

  .energy-rating-label-e {
    background-position: 100% -80px;
  }

  .energy-rating-label-f {
    background-position: 100% -100px;
  }

  .energy-rating-label-g {
    background-position: 100% -120px;
  }
}
/* ============================================ *
* Prices
* ============================================ */
.price-box .special-price {
  padding-left: 0px;
  clear: both;
}

.price-box .old-price, .price-box .old-price .price {
  color: #717D83;
  font-size: 12px;
  padding-top: 5px;
  font-weight: normal;
}

.price-box .price, .price-box .regular-price, .pricing .price-box {
  color: #1D2B33;
  font-weight: bold;
}

.price-box .old-price, .price-box .special-price {
  display: block;
}

.pricing .price-box {
  font-size: 22px;
}

/* ============================================ *
* Layered Navigation - General
* ============================================ */
body:not(.customer-account) .block-layered-nav--filters.block:first-child .block-title {
  border-top: 4px solid #F58325;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px 10px 7px 10px;
}

.block-layered-nav {
  border-top: 4px solid #F58426;
  margin-bottom: 0;
  box-shadow: 0 6px 10px -5px #BBB;
  border-right: 1px solid #E3E5E6;
  border-left: 1px solid #E3E5E6;
}
.block-layered-nav label {
  padding: 10px 0;
}
.block-layered-nav .block-title {
  display: inline-block;
  padding: 15px 0 20px 20px;
  width: 100%;
  box-shadow: 0px 12px 20px -16px #CCC;
}
.block-layered-nav .block-title strong {
  font-size: 16px;
  font-weight: bold;
}
.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
  margin-top: -4px;
  border-top: none;
  padding: 15px 20px 15px 40px;
}
.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter.active {
  /*box-shadow: 0px 12px 20px -16px #CCC;*/
}
.block-layered-nav .block-content > dl > dt {
  background-color: transparent;
  padding: 15px 15px 15px 20px;
  border: none transparent;
  box-shadow: 0px 12px 20px -16px #CCC;
}
.block-layered-nav .block-content > dl > dt:hover {
  box-shadow: none;
}
.block-layered-nav .block-content.accordion-open > dl > dt.current {
  border-bottom: 0;
  box-shadow: none;
}
.block-layered-nav .block-content > dl > dd {
  border-width: 0;
  border-color: #E3E5E6;
  box-shadow: 0px 12px 20px -16px #CCC;
  padding-left: 20px;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 0 1px 0;
}

body:not(.customer-account) .block:first-child .block-title {
  padding: 15px 0 15px 20px;
}

.block-layered-nav .block-subtitle--filter {
  border: none;
  background: none;
  color: #3399CC;
  text-transform: none;
}

.block-layered-nav--no-filters .block-subtitle--filter {
  border-top: 4px solid #F58325;
}

.block-layered-nav .block-subtitle--filter:hover {
  background: #E5E6E8;
  color: #3399CC;
}

.block-layered-nav #narrow-by-list {
  padding: 0px 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.block-layered-nav .block-content > dl > dt:first-child {
  border-top-width: 0px;
}

.block-layered-nav #narrow-by-list.no-display {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.filter-yardsale_filters {
  display: none !important;
}

.filter-checkbox-wrapper {
  float: left;
}

.filter-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #C9CBCB;
  box-shadow: inset 0px -3px 7px #F0EDED;
  border-radius: 3px;
  display: block;
  margin-right: 9px;
  margin-bottom: 10px;
  position: relative;
}

.filter-checkbox-on:after {
  position: absolute;
  background-position: -250px -539px;
  width: 16px;
  height: 16px;
  content: " ";
  left: 0px;
  top: 1px;
}

.block-layered-nav .block-title strong,
.block-layered-nav .block-content > dl > dt {
  text-transform: none;
}

.block-layered-nav .block-content {
  margin-top: 0px;
}

.block-layered-nav label {
  display: block;
}

.block-layered-nav .label {
  color: #65737B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.block-layered-nav .label.disabled {
  color: #ccc;
}

.block-layered-nav .actions {
  float: right;
  margin: 0px 0px;
}

.block-layered-nav-bottom-bg {
  display: none;
}

.show-all-filters {
  color: #00ABD2;
}

/* active filters */
.block-layered-nav .currently {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.block-layered-nav .currently .block-subtitle {
  text-transform: none;
  padding: 10px 0px 0px 10px;
}

.block-layered-nav .currently ol li {
  background-color: #F1F3F3;
  border-radius: 5px;
}

/*show filters arrow*/
.block-layered-nav .block-subtitle--filter::after {
  border-color: transparent -moz-use-text-color transparent #ffffff;
  border-style: none;
  border-width: 0;
  content: " ";
  display: block;
  height: 12px;
  margin-top: 3px;
  position: absolute;
  right: 0px;
  top: 31%;
  width: 8px;
  left: 20px;
  background-position: -320px -570px;
}

/*
remove the white arrow
.block-layered-nav .block-subtitle--filter:hover::after {
    border-color: transparent -moz-use-text-color transparent #ffffff;
    border-style: none;
    border-width: 0;
    content: " ";
    display: block;
    height: 12px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 31%;
    width: 8px;
    left: 20px;
    @extend .icon-sprite;
    background-position: -100px -20px;
}*/
.block-layered-nav .block-subtitle--filter.active:after {
  border-color: transparent -moz-use-text-color transparent #ffffff;
  border-style: none;
  border-width: 0;
  content: " ";
  display: block;
  height: 8px;
  margin-top: 1px;
  position: absolute;
  right: 0px;
  top: 42%;
  width: 17px;
  left: 17px;
  background-position: -300px -570px;
}

/* remove the white arrow
.block-layered-nav .block-subtitle--filter.active:hover::after {
    border-color: transparent -moz-use-text-color transparent #ffffff;
    border-style: none;
    border-width: 0;
    content: " ";
    display: block;
    height: 8px;
    margin-top: 1px;
    position: absolute;
    right: 0px;
    top: 42%;
    width: 17px;
    left: 17px;
    @extend .icon-sprite;
    background-position: -100px 0px;
}*/
/*.block-layered-nav .block-subtitle--filter.active:after,
.block-layered-nav .block-subtitle--filter:after {
content:none;
}
.block-layered-nav .block-subtitle--filter.active:after {
@extend .icon-sprite;
position: absolute;
background-position: -300px -570px;
width: 7px;
height: 8px;
content: " ";
left: 10px;
top: 50%;
}
.block-layered-nav .block-subtitle--filter:after {
@extend .icon-sprite;
position: absolute;
background-position: -300px -550px;
width: 12px;
height: 8px;
content: " ";
left: 10px;
top: 50%;
}*/
/* Makes top of category page smaller so product can be seen without scrolling */
@media only screen and (max-width: 320px) {
  .category-view .category-title h1 {
    margin-bottom: 10px;
  }

  .category-view .category-title {
    margin-bottom: 20px;
  }

  body:not(.customer-account) .block:first-child .block-title {
    padding: 10px 0 10px 20px;
  }

  .block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
    padding: 10px 20px 10px 40px;
  }

  .category-view ol.products-list {
    margin-top: 0px;
  }

  .col2-left-layout .pager .count-container .limiter .show-all {
    margin-top: 45px;
    padding: 5px 0px;
  }

  .category-view .toolbar {
    margin-bottom: -35px;
  }

  .category-view .sorter {
    margin-bottom: 0px;
  }
}
/* ============================================ *
* Layered Navigation - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .block-layered-nav {
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .block-layered-nav label {
    padding: 0;
  }
  .block-layered-nav .block-title {
    display: inline-block;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }
  .block-layered-nav .block-title strong {
    margin-top: 0px;
    font-size: 13px;
  }
  .block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
    border-top: none;
    padding: 0;
  }
  .block-layered-nav .block-content > dl > dt {
    box-shadow: none;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    background-color: transparent;
  }
  .block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px;
  }
  .block-layered-nav .block-content > dl > dd:hover {
    background-color: transparent;
  }

  .block-layered-nav {
    box-shadow: 0 2px 6px -2px #cfcfcf;
  }

  .block-layered-nav .block-subtitle--filter {
    background: none;
    color: #1D2B33;
    border-top: 4px solid #F58325;
  }

  body:not(.customer-account) .block-layered-nav.block:first-child .block-title {
    border-top: 4px solid #F58325;
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
    margin-bottom: 0px;
    padding: 7px 20px;
    /*display: block;*/
  }

  body:not(.customer-account) .block-layered-nav.block:first-child .block-title strong {
    font-size: 14pt;
  }

  .block-layered-nav .block-content > dl > dt {
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    padding: 15px 20px 0 20px;
    font-weight: 400;
    color: #1b2b33;
  }

  .block-layered-nav .block-content > dl > dd {
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-bottom: none;
    box-shadow: 0px 7px 9px -8px #cfcfcf;
    padding: 10px 20px;
  }

  .products-list .product-name a {
    float: left;
    width: 80%;
  }

  .product-no {
    position: absolute;
    top: 4px;
    right: 0;
  }

  .catalog-category-view img.genuine-parts {
    float: left;
    display: block;
    margin-top: -3px;
    margin-left: 5px;
  }
}
/* Price slider
----------------------------------*/
.price-slider-container {
  max-width: 129px;
}
.price-slider-container:after {
  content: '';
  display: table;
  clear: both;
}
.price-slider-container .price-textbox {
  width: 146px;
}

.price-slider-container input[type=text] {
  font-size: 18px;
  color: #fff;
  background: #F58426;
  /*width: $price-slider-width;*/
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 0px 25px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.price-slider-container .ui-widget-content {
  background: url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_bg.jpg) 50% top repeat-x;
  color: #333333;
  margin-top: 7px;
}

.price-slider-container .ui-widget-header {
  background: url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_bg.jpg) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* Interaction states
----------------------------------*/
.price-slider-container .ui-state-default,
.price-slider-container .ui-widget-content .ui-state-default,
.price-slider-container .ui-widget-header .ui-state-default {
  background: #f6f6f6 url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.price-slider-container .ui-state-default a,
.price-slider-container .ui-state-default a:link,
.price-slider-container .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.price-slider-container .ui-state-hover,
.price-slider-container .ui-widget-content .ui-state-hover,
.price-slider-container .ui-widget-header .ui-state-hover,
.price-slider-container .ui-state-focus,
.price-slider-container .ui-widget-content .ui-state-focus,
.price-slider-container .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.price-slider-container .ui-state-hover a,
.price-slider-container .ui-state-hover a:hover,
.price-slider-container .ui-state-hover a:link,
.price-slider-container .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.price-slider-container .ui-state-active,
.price-slider-container .ui-widget-content .ui-state-active,
.price-slider-container .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.price-slider-container .ui-state-active a,
.price-slider-container .ui-state-active a:link,
.price-slider-container .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/*ol#filter-content-category li,
ol#filter-content-function li { margin-bottom: 5px; }
ol#filter-content-function li.last { margin-bottom: 0px; }
ol#filter-content-function { width: 350px; }
ol#filter-content-function li label { text-align: left; }
ol#filter-content-function li.odd { float: left; }
ol#filter-content-function li.even { float: right; min-width: 177px; }*/
.price-slider {
  clear: both;
}

.price-slider-container .price-textbox {
  /*width: $price-slider-width;*/
}

.price-slider-container .min-price, .price-slider-container .max-price {
  font-size: 16px;
  color: #717D83;
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 0px 0px;
  width: auto;
  font-weight: normal;
}

.price-slider-container .min-price {
  float: left;
}

.price-slider-container .max-price {
  float: right;
}

/* ============================================ *
* Progress Container
* ============================================ */
.progress-container-wrapper {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
}

.progress-bg {
  width: 100%;
  height: 1200px;
  opacity: 0.8;
  background-color: #000000;
}

.progress-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: #FFF;
  background-image: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/spinner.gif");
  background-position: center 80%;
  background-repeat: no-repeat;
  z-index: 200;
  border: 3px solid #f58426;
  border-radius: 8px;
  margin-left: -100px;
  margin-top: -100px;
}

.progress-container .msg {
  text-align: center;
  color: #f58426;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0px 20px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #5A6870;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #5A6870;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #5A6870;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #5A6870;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("/skin/frontend/vax_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #5A6870;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ededed;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #5A6870;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #5A6870;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #5A6870;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Product View - General CSS
 * ============================================ */
.catalog-product-view {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.catalog-product-view .product-view .product-name.product-model {
  padding: 0px 10px;
  margin-top: 30px;
}

.catalog-product-view .product-view .product-name h1 {
  border-bottom: none;
  float: left;
  padding-right: 10px;
  font-size: 30px;
}

.catalog-product-view .product-view .product-model .model {
  float: left;
  color: #65737B;
  background-color: #E7E8E9;
  padding: 2px 4px;
  font-size: 11px;
  margin-top: 9px;
}

.catalog-product-view .product-view .product-model .model h2 {
  font-size: 11px;
  line-height: 16.5px;
  margin: 0;
}

.catalog-product-view .product-view .product-model img.genuine-parts {
  float: left;
  margin-top: 3px;
}

.catalog-product-view .product-view .product-essential {
  padding-top: 20px;
}

.catalog-product-view .product-view .product-info-wrapper,
.catalog-product-view .product-view .product-info-wrapper .price-box {
  clear: both;
}

.catalog-product-view .product-view .product-info-wrapper .price-info {
  float: left;
}

.catalog-product-view .product-view .price-box .special-price {
  float: left;
}

.catalog-product-view .upsell-range .price-box .special-price {
  float: right;
}

.catalog-product-view .product-view .price-box .old-price {
  padding-left: 5px;
  padding-top: 0px;
}

.catalog-product-view .price-box .old-price {
  position: relative;
  display: inline-block;
}

.catalog-product-view .upsell-range .price-box .old-price {
  float: right;
}

.catalog-product-view .product-view .old-price .price-label {
  display: inline;
  font-size: 12px;
  text-transform: lowercase;
}

.catalog-product-view .product-view .product-shop .price-info {
  float: left;
  text-align: left;
  max-width: 100%;
}

.catalog-product-view .price-box .product-shop .special-price .price,
.product-view .product-shop .price-box .regular-price {
  font-size: 22px;
}

.catalog-product-view .price-box .old-price .price {
  font-size: 12px;
  font-weight: normal;
}

.catalog-product-view .product-view .price-info .save-amount {
  color: #F58426;
  font-weight: bold;
  font-size: 14px;
  clear: both;
}

.catalog-product-view .product-name.product-model .save-amount {
  margin-bottom: 25px;
}

.catalog-product-view .product-view .bazaar-voice .rating-product {
  float: right;
}

.catalog-product-view .product-view .product-shop .energy-rating {
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  max-width: 100%;
  clear: both;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.catalog-product-view .product-name.product-model .energy-rating {
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  max-width: 100%;
  clear: both;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
  float: left;
}

.catalog-product-view .product-name.product-model .energy-rating .energy-rating-label {
  float: left;
}

.catalog-product-view .product-view .product-shop .energy-rating a.btn-product-fiche {
  float: right;
  color: #1D2B33;
  text-decoration: underline;
}

.catalog-product-view .product-name.product-model .energy-rating a.btn-product-fiche {
  float: right;
  color: #1D2B33;
  text-decoration: underline;
}

.catalog-product-view .product-view #product-fiche {
  display: none;
}

.catalog-product-view .product-view .price-box .regular-price,
.catalog-product-view .product-shop .price-box .full-product-price .price {
  color: #1D2B33;
}

.catalog-product-view .price-box .price-as-configured .price-label {
  display: none;
}

.catalog-product-view .product-view .product-info-wrapper .price-box .regular-price {
  font-size: 16px;
  font-weight: bold;
}

.catalog-product-view .product-view .product-shop .key-features ul li {
  padding-left: 30px;
  position: relative;
}

.catalog-product-view .product-view .product-shop .key-features ul li:before {
  position: absolute;
  background-position: -250px -539px;
  width: 14px;
  height: 11px;
  content: " ";
  left: 0px;
  top: 4px;
}

.catalog-product-view #product-summary .shop img {
  float: none;
  margin: 0 auto;
  margin-bottom: -30px;
}

.catalog-product-view .product-view .add-to-cart {
  border: none;
  background-color: #E7E8E9;
  padding: 25px;
  margin-bottom: 0px;
}

.catalog-product-view .product-view .product-options-bottom .price-box,
.catalog-product-view .product-view .add-to-cart .qty-wrapper,
.catalog-product-view .product-view .add-to-cart-buttons .button,
.catalog-product-view .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 0px;
}

.catalog-product-view .product-view .add-to-cart-buttons {
  float: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper {
  float: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper label {
  position: relative;
  display: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper .qty {
  height: 30px;
  position: relative;
  top: 5px;
  width: 100%;
}

.catalog-product-view .product-view .add-to-cart-buttons button.btn-cart {
  background-color: #A4C33C;
}

.catalog-product-view .product-view .out-of-stock .add-to-cart-buttons {
  float: none;
}

.catalog-product-view .product-view .out-of-stock .add-to-cart-buttons p.out-of-stock {
  width: 140px;
  margin: 0 auto;
}

.catalog-product-view .product-view .add-to-cart.out-of-stock {
  background-color: #ffffff;
}

.catalog-product-view .product-view .add-to-cart .out-of-stock span {
  background-color: #e7e7e7;
  padding: 7px;
  color: #5a6870;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
}

.catalog-product-view .product-view .add-to-cart .product-stock-alert-limit {
  color: #E63C2C;
  text-align: right;
}

.catalog-product-view .product-options p.required {
  display: none;
}

.catalog-product-view .product-options-bottom .btn-cart {
  text-transform: none;
  font-size: 16px;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
}

.catalog-product-view .product-image {
  border: none;
}

.catalog-product-view .zoomContainer {
  display: none;
}

.catalog-product-view .product-image-gallery {
  margin-top: 3px;
}

.catalog-product-view .product-image-gallery img {
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
  max-width: 97%;
}

.catalog-product-view .banner {
  margin-top: 0px;
}

.catalog-product-view .product-view .banner {
  position: relative;
  overflow: auto;
}

.catalog-product-view .product-view .product-img-box .banner {
  width: 100% !important;
}

.catalog-product-view .product-view .banner-controls {
  position: relative;
  width: 100%;
}

.catalog-product-view .product-view .banner-container {
  border: none;
  left: -10px;
}

.catalog-product-view .product-view .banner li {
  list-style: none;
}

.catalog-product-view .product-view .product-img-box {
  margin-bottom: 35px;
}

.catalog-product-view .product-view .product-img-box .banner ul li {
  float: left;
  min-height: 75px;
  padding: 9px 0px 0px;
}

.catalog-product-view .product-view .product-img-box .banner ul li {
  margin-top: 0px;
}

.catalog-product-view .product-view .product-img-box .banner ul li:first-child {
  padding-left: 1px;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark {
  top: 40px;
  left: 0px;
  background-position: -250px -580px;
  width: 12px;
  height: 17px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light {
  top: 40px;
  left: 0px;
  background-position: -250px -550px;
  width: 12px;
  height: 17px;
  position: absolute;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark {
  top: 40px;
  right: 7px;
  background-position: -287px -580px;
  width: 12px;
  height: 17px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light {
  top: 40px;
  right: 7px;
  background-position: -287px -550px;
  width: 12px;
  height: 17px;
  position: absolute;
}

.catalog-product-view .product-view .product-img-box .banner .dots {
  display: none;
}

.catalog-product-view .product-view .product-image-thumbs a {
  outline: none;
  border: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .product-image-thumbs a.active {
  border: 2px solid #00ABD2;
}

.catalog-product-view .product-view .product-image-thumbs a:not(.active):hover,
.catalog-product-view .nav-spares-and-accessories .mini-products-list li a.product-image img:hover,
.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image img:hover {
  border: 1px solid #00ABD2;
}

.catalog-product-view .product-view .product-shop .short-description {
  font-size: 16px;
}

.catalog-product-view .product-view #cart-icons {
  padding: 40px 60px;
}

.catalog-product-view .product-view #cart-icons .cart-icon {
  float: left;
  padding: 9px;
}

.catalog-product-view .product-view .box-recommended {
  overflow: hidden;
  margin-bottom: 30px;
}

.catalog-product-view .product-view .box-recommended .recommended-titles h3.title {
  float: left;
  width: 50%;
}

.catalog-product-view .product-view .box-recommended ul {
  clear: both;
}

.catalog-product-view .product-view .box-recommended ul li {
  width: 50%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .main-product {
  border: 1px solid #E7E8E9;
  padding: 15px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.catalog-product-view .product-view .box-recommended ul li h3 {
  text-transform: none;
  color: #1d2b33;
}

.catalog-product-view .product-view .box-recommended ul li .product-image {
  width: 30%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-image img {
  width: 100%;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .product-view .box-recommended ul li .product-image img:hover {
  border: 1px solid #00ABD2;
}

.catalog-product-view .product-view .box-recommended ul li .product-info {
  width: 46%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-info h3 {
  margin-left: 20px;
  text-align: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-info .discount-label {
  font-size: 12px;
  color: #F58426;
  margin-left: 20px;
  text-align: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions {
  width: 24%;
  float: right;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .price-box {
  font-weight: bold;
  color: #1d2b33;
  text-align: right;
  font-size: 14px;
  margin: 0;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .btn-more-details {
  display: none;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart {
  padding: 5px 18px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #a4c33c;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 5px 18px;
  color: #333;
  background-color: #e7e7e7;
  border-radius: 5px;
}

.catalog-product-view .product-view .product-feature-nav {
  display: none;
  clear: both;
  left: 0px;
}

.catalog-product-view .product-view .product-feature-nav .nav-last {
  position: relative;
}

.catalog-product-view .product-view .product-feature-nav a.nav-first:after,
.catalog-product-view .product-view .product-feature-nav a.nav-middle:after {
  bottom: 12px;
  right: 0px;
  content: " ";
  background-position: -150px -585px;
  width: 1px;
  height: 13px;
  position: absolute;
}

.catalog-product-view .product-view .product-feature-nav .nav-last::before {
  bottom: 15px;
  left: -2px;
  content: " ";
  background-position: -324px -550px;
  width: 6px;
  height: 4px;
  position: absolute;
}

.catalog-product-view .product-view .product-feature-nav .total-reviews {
  display: none;
  font-size: 11px;
  padding-left: 5px;
  color: #65737B;
}

.catalog-product-view .product-view .nav-features {
  margin-top: 10px;
}

.catalog-product-view .product-view .nav-features img {
  width: 100%;
}

.catalog-product-view .product-view .nav-reviews #BVRRContainer,
.catalog-product-view .product-view .nav-qanda #BVRRContainer {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e8e9;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.feature,
.catalog-product-view .product-view .nav-specifications a.anchor-nav,
.catalog-product-view .product-view .nav-reviews a.anchor-nav,
.catalog-product-view .product-view .nav-qanda a.anchor-nav,
.catalog-product-view .product-view .nav-caveat a.anchor-nav,
.catalog-product-view .product-view .nav-compatible a.anchor-nav {
  display: block;
  visibility: hidden;
  position: relative;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box,
.catalog-product-view .product-view .nav-menu a.anchor-nav.spares {
  clear: both;
  display: block;
  visibility: hidden;
  position: relative;
}

.catalog-product-view .product-view .nav-specifications a.anchor-nav,
.catalog-product-view .product-view .nav-reviews a.anchor-nav,
.catalog-product-view .product-view .nav-menu a.anchor-nav.spares,
.catalog-product-view .product-view .nav-menu a.anchor-nav.feature,
.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box,
.catalog-product-view .product-view .nav-compatible a.compatible {
  top: -20px;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.feature {
  top: -40px;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box {
  top: -30px;
}

.catalog-product-view .product-view .nav-caveat a.anchor-nav.caveat {
  top: -18px;
}

.catalog-product-view .product-view .nav-spares-and-accessories img.genuine-parts {
  display: none;
}

.catalog-product-view .product-view .nav-features,
.catalog-product-view .product-view .nav-whats-in-the-box,
.catalog-product-view .product-view .nav-specifications,
.catalog-product-view .product-view .nav-spares-and-accessories,
.catalog-product-view .product-view .nav-reviews,
.catalog-product-view .product-view .nav-qanda,
.catalog-product-view .product-view .nav-caveat,
.catalog-product-view .product-view .nav-compatible {
  margin-bottom: 10px;
}

.catalog-product-view .product-view .nav-caveat {
  margin-top: 20px;
}

.catalog-product-view .product-view .nav-caveat p {
  font-size: 11px;
}

.catalog-product-view .product-view .nav-features h2,
.catalog-product-view .product-view .nav-whats-in-the-box h2,
.catalog-product-view .product-view .nav-specifications h2,
.catalog-product-view .product-view .nav-spares-and-accessories h2,
.catalog-product-view .product-view .nav-reviews h2,
.catalog-product-view .product-view .nav-qanda h2,
.catalog-product-view .product-view .nav-caveat h2,
.catalog-product-view .product-view .nav-compatible h2 {
  text-transform: none;
  color: #1D2B33;
  padding-bottom: 29px;
  padding-top: 29px;
  border-top: 2px solid #E7E8E9;
  border-bottom: 2px solid #E7E8E9;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.catalog-product-view .product-view .nav-caveat h2 {
  display: none;
}

.catalog-product-view .product-view .nav-features h2.collapsed:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
.catalog-product-view .product-view .nav-specifications h2.collapsed:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
.catalog-product-view .product-view .nav-reviews h2.collapsed:after,
.catalog-product-view .product-view .nav-qanda h2.collapsed:after,
.catalog-product-view .product-view .nav-compatible h2.collapsed:after {
  position: absolute;
  background-position: -150px -450px;
  width: 22px;
  height: 15px;
  content: " ";
  right: 15px;
  bottom: 35px;
}

.catalog-product-view .product-view .nav-features h2.open:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
.catalog-product-view .product-view .nav-specifications h2.open:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
.catalog-product-view .product-view .nav-reviews h2.open:after,
.catalog-product-view .product-view .nav-qanda h2.open:after,
.catalog-product-view .product-view .nav-compatible h2.open:after {
  position: absolute;
  background-position: -150px -479px;
  width: 22px;
  height: 15px;
  content: " ";
  right: 15px;
  bottom: 35px;
}

.catalog-product-view .product-view .nav-features a:hover,
.catalog-product-view .product-view .nav-whats-in-the-box a:hover,
.catalog-product-view .product-view .nav-specifications a:hover,
.catalog-product-view .product-view .nav-spares-and-accessories a:hover,
.catalog-product-view .product-view .nav-reviews a:hover,
.catalog-product-view .product-view .nav-qanda a:hover,
.catalog-product-view .product-view .nav-caveat a:hover,
.catalog-product-view .product-view .nav-compatible a:hover {
  text-decoration: none;
}

.catalog-product-view .product-view .nav-menu .content-wrapper {
  display: none;
}

.catalog-product-view .product-view .nav-menu .nav-caveat .content-wrapper {
  display: block;
}

.catalog-product-view .product-view .nav-menu .content-wrapper .banner {
  height: 360px !important;
  width: 96% !important;
}

.catalog-product-view .product-view .nav-menu .mini-products-list {
  height: 360px !important;
}

.catalog-product-view .product-view .nav-features img {
  width: 100%;
}

.catalog-product-view .product-view .nav-features .content-wrapper {
  margin-top: 40px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .content-wrapper {
  margin-top: 40px;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box {
  margin-left: 20px;
  margin-top: 10px;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box li {
  margin-bottom: 16px;
  list-style-type: disc;
  font-size: 14px;
  word-wrap: break-word;
  white-space: nowrap;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.manual {
  margin-left: 20px;
  clear: both;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual {
  position: relative;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual a {
  text-decoration: underline;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before {
  bottom: 5px;
  left: -17px;
  content: " ";
  background-position: -300px -550px;
  width: 7px;
  height: 8px;
  position: absolute;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .regular-price {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price {
  position: relative;
  top: -25px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price span.price {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .old-price {
  top: 15px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table {
  width: 95%;
}

.catalog-product-view .product-view .nav-specifications table.spec-middle-table,
.catalog-product-view .product-view .nav-specifications .spec-right table {
  font-size: 12px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr,
.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr {
  padding-bottom: 5px;
  border-bottom: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.right-col,
.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td.right-col,
.catalog-product-view .product-view .nav-specifications .spec-right tr.values {
  color: #1D2B33;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
  width: 50%;
  font-size: 12px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.right-col {
  font-weight: bold;
}

.catalog-product-view .product-view .nav-specifications .spec-right table td {
  padding-right: 10px;
}

.catalog-product-view .product-view .nav-specifications .spec-right table tr.labels td {
  padding-left: 6px;
}

.catalog-product-view .product-view .nav-spares-and-accessories,
.catalog-product-view .product-view .nav-reviews,
.catalog-product-view .product-view .nav-qanda {
  clear: both;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range h3.also-available {
  padding-top: 55px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range h3 {
  color: #1D2B33;
  text-transform: none;
  font-size: 18px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range .box-up-sell {
  margin-top: 0px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid {
  width: 100%;
  margin-bottom: 10px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li {
  width: 100%;
  margin: 0px;
  padding: 30px;
  border: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li:first-child {
  border-bottom: 0px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  border: none;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image {
  width: 30%;
  float: left;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image img {
  width: 100%;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info {
  width: 46%;
  float: left;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3,
.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info .rating-product {
  text-align: left;
  margin-left: 20px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3 {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box {
  float: right;
  font-weight: bold;
  color: #1D2B33;
  width: 24%;
  text-align: right;
  font-size: 16px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box .old-price {
  margin-top: 5px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box .old-price span {
  color: #5A6870;
  font-weight: normal;
}

.catalog-product-view .product-view .nav-specifications .spec-middle .spec-middle-table {
  width: 100%;
}

.catalog-product-view .product-view .nav-spares-and-accessories .block-related {
  float: left;
  width: 100%;
}

.product-img-box .more-views {
  width: 90%;
  margin: auto;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls {
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light {
  top: 175px;
  left: 0px;
  background-position: -101px -400px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark {
  top: 175px;
  left: 0px;
  background-position: -101px -450px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light {
  top: 175px;
  right: 0px;
  background-position: -150px -400px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark {
  top: 175px;
  right: 0px;
  background-position: -101px -500px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .nav-spares-and-accessories .banner {
  position: relative;
  overflow: auto;
  height: 300px;
}

.catalog-product-view .nav-spares-and-accessories .banner li {
  list-style: none;
}

.catalog-product-view .nav-spares-and-accessories .banner ul li {
  float: left;
  min-height: 300px;
  padding: 9px 0px 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li {
  clear: none;
}

.catalog-product-view .nav-spares-and-accessories .banner ul li img {
  margin-top: 0px;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box {
  margin-bottom: -24px;
  text-align: center;
  border: 2px solid #A4C33C;
  border-radius: 3px;
  position: relative;
  top: -24px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before {
  position: absolute;
  background-position: -250px -539px;
  width: 14px;
  height: 11px;
  content: " ";
  bottom: 5px;
  left: 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-image {
  width: 90px;
  margin: 30px auto 0;
  float: none;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details {
  clear: both;
  margin: 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name,
.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box {
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  max-width: 125px;
  margin: 0 auto 20px auto;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .related-discount-label {
  text-align: center;
  color: #F58426;
  margin-top: -19px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box {
  width: 75px;
  margin: 0 auto;
  color: #5A6870;
  min-height: 68px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .regular-price {
  font-weight: bold;
  color: #1D2B33;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .special-price .price {
  font-size: 16px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price {
  font-size: 14px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price {
  width: 110px;
  position: relative;
  top: 25px;
  left: -15px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price {
  text-decoration: none;
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price-label {
  position: relative;
  top: 5.1px;
  padding-right: 3px;
  font-size: 14px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .special-price {
  position: relative;
  top: -20px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions {
  width: 109px;
  margin: 0 auto;
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions a.btn-add-cart {
  color: #FFFFFF;
  background-color: #A4C33C;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions .out-of-stock {
  color: #333;
  background-color: #E7E7E7;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  top: -5px;
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .banner ol.dots {
  display: none;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev {
  top: 70px;
  left: 0px;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next {
  top: 70px;
  right: 0px;
}

.catalog-product-view .nav-spares-and-accessories .banner .dots {
  display: none;
}

.catalog-product-view .nav-spares-and-accessories .btn-more-details {
  display: none;
}

.catalog-product-view .nav-reviews .bv-action-bar-header {
  display: none !important;
}

.catalog-product-view .nav-reviews .bv-cleanslate .bv-action-bar {
  border: none !important;
}

.catalog-product-view .product-view .product-shop a.compatible-link {
  text-decoration: underline;
}

.catalog-product-view .nav-compatible ul li {
  width: 100%;
  clear: both;
  height: 80px;
  line-height: 30px;
  border-bottom: 1px solid #E7E8E9;
  padding: 10px 0px;
}

.catalog-product-view .nav-compatible ul li p.model {
  font-weight: bold;
  color: #1d2b33;
}

/* Product Fiche */
.catalog-product-view .product-view #product-fiche {
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #fff;
  height: 610px;
  width: 858px;
  z-index: 500;
  -webkit-box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 40px;
  display: none;
}

.catalog-product-view .product-view #product-fiche h2.energy-header {
  font-weight: bold;
  color: #a3c631;
  border-bottom: 1px solid #a3c631;
  width: 200px;
  font-size: 22px;
}

.catalog-product-view .product-view #product-fiche h2 {
  color: #000;
  font-size: 14px;
}

.catalog-product-view .product-view #product-fiche h3 {
  color: #000;
  font-size: 12px;
}

.catalog-product-view .product-view #product-fiche h2.energy-header span {
  font-weight: normal;
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.catalog-product-view .product-view #product-fiche .info {
  position: absolute;
  font-size: 12px;
  width: 120px;
  top: 100px;
}

.catalog-product-view .product-view product-fiche .info a {
  text-decoration: none;
  width: 130px;
  height: 30px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/arrows.png") no-repeat 75px -30px;
  display: block;
  margin-top: 5px;
  color: #5a6870;
}

.catalog-product-view .product-view #product-fiche .image {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -130px;
}

.catalog-product-view .product-view #product-fiche .scale {
  margin-top: 5px;
}

.catalog-product-view .product-view #product-fiche .fiche-section {
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-lr.jpg") repeat-y;
  width: 290px;
  position: absolute;
}

.catalog-product-view .product-view #fiche-emissions,
.catalog-product-view .product-view #fiche-carpet-pickup {
  left: 0;
  padding: 10px 0;
  text-align: right;
}

.catalog-product-view .product-view #fiche-emissions {
  bottom: 155px;
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-rl.jpg") repeat-y !important;
}

.catalog-product-view .product-view #fiche-carpet-pickup {
  bottom: 40px;
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-rl.jpg") repeat-y !important;
  height: 80px;
}

.catalog-product-view .product-view #fiche-rating,
.catalog-product-view .product-view #fiche-year,
.catalog-product-view .product-view #fiche-noise,
.catalog-product-view .product-view #fiche-hard-pickup {
  right: 0;
  height: 20px;
}

.catalog-product-view .product-view #fiche-rating {
  bottom: 425px;
  height: 60px;
  line-height: 60px;
}

.catalog-product-view .product-view #fiche-year {
  bottom: 228px;
  height: 60px;
  line-height: 60px;
}

.catalog-product-view .product-view #fiche-noise {
  bottom: 160px;
  height: 60px;
  line-height: 60px;
}

#fiche-hard-pickup {
  bottom: 120px;
  padding: 10px 0;
  height: 80px;
}

.catalog-product-view .product-view #fiche-power-rating {
  border: 1px solid #a3c631;
  position: absolute;
  bottom: 10px;
  padding: 3px 10px;
  width: 236px;
  margin-left: -130px;
  left: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}

.catalog-product-view .product-view .btn-close {
  background: transparent url("http://920ca5512d1f49addf9c-b38a724279f0ca25f574a87fac624f82.r62.cf3.rackcdn.com/video-close.png");
  width: 29px;
  height: 29px;
  border: none;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
}

/* ============================================ *
 * Product View - Mobile(smallest)
 * ============================================ */
@media only screen and (max-width: 320px) {
  .catalog-product-view .product-view .product-img-box .banner ul li {
    min-width: 70px !important;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-info .discount-label {
    position: absolute;
  }
}
/* ============================================ *
 * Product View - Mobile(medium)
 * ============================================ */
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-view #cart-icons {
    padding: 30px 0px;
  }
}
/* ============================================ *
 * Product View - Mobile
 * ============================================ */
@media only screen and (max-width: 770px) {
  .catalog-product-view .product-view .product-name h1 {
    width: 100%;
    margin-bottom: 0px;
  }

  .catalog-product-view .product-view .product-model .model {
    float: left;
  }

  .catalog-product-view .product-info-wrapper {
    min-height: 75px;
  }

  .catalog-product-view .product-view .product-info-wrapper .price-box {
    min-width: 165px;
  }

  .catalog-product-view .product-view .price-box .old-price {
    top: -1px;
  }

  .catalog-product-view .product-view .product-info-wrapper .energy-rating a.btn-product-fiche {
    display: none;
  }

  .catalog-product-view .product-img-box .product-image img {
    max-height: 386px;
  }

  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark {
    left: -7px;
  }

  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light {
    left: -7px;
  }
}
@media only screen and (max-width: 770px) and (min-width: 530px) {
  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark,
  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light {
    right: 6%;
  }
}
@media only screen and (max-width: 770px) {
  .catalog-product-view #product-summary .shop.easypay-cordless {
    padding-top: 25px;
    background-color: #E7E8E9;
    margin-bottom: 5px;
  }

  .catalog-product-view .product-view #cart-icons .cart-icon {
    padding: 5px;
  }

  .catalog-product-view .product-view .box-recommended {
    margin-top: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .catalog-product-view .product-view .box-recommended ul li .main-product {
    min-height: 200px;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart,
  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
    padding: 5px;
    font-size: 12px;
  }

  .catalog-product-view .product-view .nav-features h2.collapsed,
  .catalog-product-view .product-view .nav-features h2.open,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open,
  .catalog-product-view .product-view .nav-specifications h2.collapsed,
  .catalog-product-view .product-view .nav-specifications h2.open,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open,
  .catalog-product-view .product-view .nav-reviews h2.collapsed,
  .catalog-product-view .product-view .nav-reviews h2.open,
  .catalog-product-view .product-view .nav-qanda h2.collapsed,
  .catalog-product-view .product-view .nav-qanda h2.open {
    margin-bottom: -33px;
  }

  .catalog-product-view .product-view .nav-specifications .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3,
  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info .rating-product {
    margin-left: 5px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price {
    top: -50px;
  }
}
/* ============================================ *
 * Product View - Tablet(and above)
 * ============================================ */
@media only screen and (min-width: 771px) {
  .catalog-product-view .product-view .product-model .model {
    float: left;
  }

  .catalog-product-view .product-view .product-essential {
    clear: both;
  }

  .catalog-product-view .product-view .product-shop .price-info {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .catalog-product-view .product-view .product-shop {
    padding-left: 30px;
  }

  .catalog-product-view .product-view .product-shop .price-box {
    margin: 0px 0px 12px 0px;
  }

  .catalog-product-view .price-box .old-price,
  .catalog-product-view .price-box .special-price {
    display: inline;
  }

  .catalog-product-view .price-box .old-price {
    padding-left: 5px;
    float: none;
    top: 5px;
  }

  .catalog-product-view .price-box .old-price .price {
    text-decoration: none;
    font-weight: normal;
  }

  .catalog-product-view .price-box .special-price {
    float: left;
  }

  .catalog-product-view .product-view .price-box .special-price .price,
  .catalog-product-view .product-view .price-box .regular-price {
    color: #1D2B33;
  }

  .catalog-product-view .product-view .product-info-wrapper .price-box .regular-price {
    font-size: 24px;
  }

  .catalog-product-view .product-view .media-shop-container {
    position: relative;
    overflow: hidden;
  }

  .catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
    clear: both;
    float: left;
    width: 120px;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .catalog-product-view .product-view .product-info-wrapper .energy-rating a.btn-product-fiche {
    display: block;
  }

  .catalog-product-view .product-view .product-shop a {
    font-size: 11px;
  }

  .catalog-product-view .product-view .product-shop .short-description {
    margin-top: 25px;
  }

  .catalog-product-view .product-view .product-shop .key-features {
    margin-left: 45px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li {
    padding-left: 0px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li:before {
    left: -25px;
  }

  .catalog-product-view .product-view .block-related .block-title {
    border: none;
  }

  .catalog-product-view .product-view .add-to-cart-buttons {
    float: left;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper {
    float: left;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper label {
    display: inline-block;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper .qty {
    width: 115px;
  }

  .catalog-product-view .product-options {
    width: 50%;
    float: right;
  }

  .catalog-product-view .product-options-bottom {
    clear: both;
    width: 50%;
    float: right;
  }

  .catalog-product-view .product-view #cart-icons {
    clear: both;
    width: 50%;
    float: right;
    padding: 30px 60px;
  }

  .catalog-product-view .product-view .add-to-cart {
    padding: 30px 20px;
  }

  .catalog-product-view .product-view .product-img-box {
    margin-bottom: 10px;
  }

  .catalog-product-view .product-view .box-recommended ul li .main-product {
    padding: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul .main-product:nth-of-type(2) {
    border-left: 0px;
  }

  .catalog-product-view .product-view .box-recommended ul li h3.title {
    padding-left: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart,
  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
    bottom: 30px;
    right: 30px;
  }

  /*Turns off display label for tablets, just not enough room*/
}
@media only screen and (min-width: 771px) and (max-width: 979px) {
  .catalog-product-view .product-view .box-recommended .product-info .discount-label {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .catalog-product-view .product-view #nav-wrap {
    height: 39px;
    background-color: #F6F7F7;
    margin-top: 15px;
    clear: both;
  }

  .catalog-product-view .product-view .product-feature-nav {
    display: block;
  }

  .catalog-product-view .product-view .product-feature-nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #E7E8E9;
    min-width: 698px;
  }

  .catalog-product-view .product-view .product-feature-nav a {
    float: left;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
  }

  .catalog-product-view .product-view .product-feature-nav a.active,
  .catalog-product-view .product-view .product-feature-nav a.nav-last {
    color: #1D2B33;
  }

  .catalog-product-view .product-view .product-feature-nav a.nav-first,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle {
    position: relative;
  }

  .catalog-product-view .product-view .product-feature-nav a.nav-last {
    text-transform: uppercase;
    float: right;
    font-size: 11px;
    top: 3px;
  }

  .catalog-product-view .product-view .product-feature-nav ul li {
    display: inline;
  }

  .catalog-product-view .product-view .nav-features h2,
  .catalog-product-view .product-view .nav-whats-in-the-box h2,
  .catalog-product-view .product-view .nav-specifications h2,
  .catalog-product-view .product-view .nav-spares-and-accessories h2,
  .catalog-product-view .product-view .nav-reviews h2,
  .catalog-product-view .product-view .nav-qanda h2,
  .catalog-product-view .product-view .nav-caveat h2,
  .catalog-product-view .product-view .nav-compatible h2 {
    border-top: 0;
    cursor: auto;
  }

  .catalog-product-view .product-view .nav-caveat {
    margin-top: 0px;
  }

  .catalog-product-view .product-view .nav-features h2:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2:after,
  .catalog-product-view .product-view .nav-specifications h2:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2:after,
  .catalog-product-view .product-view .nav-reviews h2:after,
  .catalog-product-view .product-view .nav-compatible h2:after {
    display: none;
  }

  .catalog-product-view .product-view a.nav-top-hidden {
    text-indent: -9999px;
  }

  .catalog-product-view .product-view .nav-menu .content-wrapper {
    display: block;
  }

  .catalog-product-view .product-view .nav-features h3 {
    text-transform: none;
    color: #1D2B33;
    font-size: 22px;
    font-weight: normal;
  }

  .catalog-product-view .product-view .nav-features p {
    font-size: 16px;
  }

  .catalog-product-view .product-view .nav-features .top img,
  .catalog-product-view .product-view .nav-features .bottom img {
    float: left;
    width: 60%;
    padding-top: 30px;
  }

  .catalog-product-view .product-view .nav-features .bottom h3,
  .catalog-product-view .product-view .nav-features .top h3,
  .catalog-product-view .product-view .nav-features .middle h3 {
    padding-top: 60px;
    margin-bottom: 25px;
  }

  .catalog-product-view .product-view .nav-features .bottom h3,
  .catalog-product-view .product-view .nav-features .bottom p,
  .catalog-product-view .product-view .nav-features .top h3,
  .catalog-product-view .product-view .nav-features .top p {
    padding-left: 40px;
    width: 40%;
    float: left;
  }

  .catalog-product-view .product-view .nav-features .middle img {
    float: right;
    width: 60%;
    padding-top: 30px;
  }

  .catalog-product-view .product-view .nav-features .middle h3,
  .catalog-product-view .product-view .nav-features .middle p {
    padding-left: 20px;
    width: 40%;
    float: right;
  }

  .catalog-product-view .product-view .nav-features .middle p {
    padding-right: 70px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text ~ .top.plain-text {
    clear: both;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text ~ .top.plain-text,
  .catalog-product-view .product-view .nav-features .middle.plain-text ~ .middle.plain-text,
  .catalog-product-view .product-view .nav-features .bottom.plain-text ~ .bottom.plain-text {
    margin-top: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text,
  .catalog-product-view .product-view .nav-features .middle.plain-text,
  .catalog-product-view .product-view .nav-features .bottom.plain-text {
    float: left;
    width: 33%;
    clear: none;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text h3,
  .catalog-product-view .product-view .nav-features .middle.plain-text h3,
  .catalog-product-view .product-view .nav-features .bottom.plain-text h3 {
    width: 100%;
    padding-top: 0px;
    text-align: left;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text h3,
  .catalog-product-view .product-view .nav-features .bottom.plain-text h3 {
    padding-left: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text p,
  .catalog-product-view .product-view .nav-features .middle.plain-text p,
  .catalog-product-view .product-view .nav-features .bottom.plain-text p {
    width: 100%;
    text-align: left;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text p,
  .catalog-product-view .product-view .nav-features .bottom.plain-text p {
    padding-left: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text h3,
  .catalog-product-view .product-view .nav-features .top.plain-text p {
    padding-left: 0px;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text p {
    padding-right: 0px;
  }

  .catalog-product-view .product-view .nav-specifications .spec-left,
  .catalog-product-view .product-view .nav-specifications .spec-middle,
  .catalog-product-view .product-view .nav-specifications .spec-right {
    float: left;
    width: 33%;
  }

  .catalog-product-view .product-view .nav-features .middle,
  .catalog-product-view .product-view .nav-features .bottom,
  .catalog-product-view .product-view .nav-whats-in-the-box,
  .catalog-product-view .product-view .nav-specifications,
  .catalog-product-view .product-view .nav-whats-in-the-box .upsell-range {
    clear: both;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box img {
    float: left;
    margin-right: 30px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box ul {
    margin-top: 10px;
  }
  .catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box {
    float: left;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual {
    float: left;
    padding-top: 9px;
    list-style-type: none;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li {
    width: 50%;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li:first-child {
    border-bottom: 1px solid #E7E8E9;
    border-right: 0px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
    width: 150px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.left {
    padding-left: 20px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td {
    padding-left: 20px;
  }

  .catalog-product-view .product-view .nav-specifications .spec-right img.dimensions-image {
    margin: 0px auto 10px auto;
  }

  .catalog-product-view .product-view .nav-specifications .spec-right table {
    margin: 0px auto;
  }

  .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light {
    right: 8px;
  }

  .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark {
    right: 8px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
    max-width: 150px;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories {
    position: relative;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories img.genuine-parts {
    display: block;
    position: absolute;
    top: 49px;
    left: 225px;
    height: 25px;
  }
}
/* ============================================ *
 * Product View - Large(desktop views)
 * ============================================ */
@media only screen and (min-width: 979px) {
  .catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
    width: 140px;
    font-size: 12px;
  }

  .catalog-product-view .product-view .product-shop a {
    font-size: 12px;
  }

  .catalog-product-view .product-view .add-to-cart {
    padding: 20px 80px;
  }

  .catalog-product-view .product-view .product-feature-nav a {
    padding: 10px 20px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box {
    margin-bottom: -24px;
    top: 0px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before {
    left: 16px;
    top: 4px;
  }

  .catalog-product-view #product-summary .shop img {
    float: right;
    padding-top: 20px;
    padding-left: 5px;
  }

  .catalog-product-view .product-view .banner-container {
    left: 0px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
    min-height: 110px;
    max-height: 110px;
    overflow: auto;
    margin: 0 auto 10px auto;
  }

  .catalog-product-view .product-view .product-shop a.compatible-link {
    font-size: 14px;
  }

  .catalog-product-view .nav-compatible ul {
    overflow: hidden;
  }

  .catalog-product-view .nav-compatible ul li {
    padding: 0px;
    width: 50%;
    float: left;
    display: inline;
    clear: none;
    line-height: 60px;
    height: 60px;
  }

  .catalog-product-view .nav-compatible ul li a.link-left {
    float: left;
  }

  .catalog-product-view .nav-compatible ul li p.model {
    float: right;
  }

  .catalog-product-view .nav-compatible ul li:nth-of-type(odd) {
    padding-right: 10px;
  }

  .catalog-product-view .nav-compatible ul li:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .catalog-product-view .product-view .product-img-box .product-image-gallery #youtube_video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

  .catalog-product-view .product-view .product-img-box .product-image-gallery #youtube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ============================================ *
 * Product View - General CSS - IE9 Specific
 * ============================================ */
/* ============================================ *
 * Product View - Large(desktop views)
 * ============================================ */
@media only screen and (min-width: 771px) {
  .ie9 .catalog-product-view .product-view .add-to-cart-buttons .button {
    min-width: 100px;
  }

  .ie9 .catalog-product-view #product-summary {
    overflow: hidden;
    padding: 10px;
  }

  .ie9 .catalog-product-view #product-summary .shop img {
    margin-bottom: -10px;
    float: none;
    z-index: 100;
  }
}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #636363;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #636363;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
.shipping select.validation-failed {
  border-color: #DF280A;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Cart - General
 * ============================================ */
.cart .page-title {
  border-bottom: 0px;
  margin-bottom: 10px;
}
.cart .page-title h1 {
  color: #1D2B33;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0px;
}

.cart-table {
  float: none;
  width: 100%;
}
.cart-table .cart-links > li > a {
  display: inline-block;
}
.cart-table a {
  color: #5A6870;
}
.cart-table tr {
  border-bottom: 1px solid #E3E5E5;
  margin-bottom: 0px;
}
.cart-table thead th {
  padding: 0px 5px 10px 5px;
}
.cart-table tbody td {
  padding: 20px 5px 8px 5px;
}
.cart-table .product-name a {
  color: #1D2B33;
  font-weight: normal;
}
.cart-table .product-cart-image {
  padding-right: 5px;
}
.cart-table .product-cart-image .product-image {
  padding: 3px 3px;
  max-width: 74px;
  max-height: 74px;
  -moz-box-shadow: 0px 3px 5px 3px #CFCFCF;
  -webkit-box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-sizing: content-box;
}
.cart-table .product-cart-image .product-image img {
  max-height: 74px;
  max-width: 74px;
}
.cart-table .product-cart-info {
  position: relative;
}
.cart-table tr.title, .cart-table tr.last-crosssell {
  border-bottom: 0;
}
.cart-table .discount-label {
  background-color: #00abd2;
  color: white;
  float: left;
  font-weight: bold;
  height: 15px;
  margin-top: 5px;
  padding: 5px 40px 5px 10px;
  position: relative;
  line-height: 15px;
  font-size: 11px;
  box-sizing: content-box;
  z-index: 1;
}
.cart-table .discount-label:after {
  background-color: #00abd2;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  width: 100%;
  content: "";
  position: absolute;
  left: 50px;
  height: 25px;
  top: 0px;
  z-index: -1;
}
.cart-table .discount-label:before {
  content: "";
  position: absolute;
  left: 50px;
  width: 100%;
  height: 25px;
  top: 0px;
  background-color: #00abd2;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}
.cart-table .guarantee {
  position: absolute;
  top: 110px;
  padding: 0px 0px 0px 0px;
  min-width: 71px;
  max-width: 74px;
}
.cart-table .guarantee_icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.cart-table .guarantee_6 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/6yearguarantee.png") no-repeat center center;
}
.cart-table .guarantee_2 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/2yearguarantee.png") no-repeat center center;
}
.cart-table #guarantee_1 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/1yearguarantee.png") no-repeat center center;
}

/* ============================================ *
 * Cart - Medium View Port
 * ============================================ */
@media only screen and (min-width: 600px) {
  .cart-table .guarantee {
    position: relative;
    top: 0px;
    float: left;
  }
  .cart-table .guarantee_icon {
    width: 74px;
    padding: 100px 0px 0px 0px;
  }
}
/* ============================================ *
 * Cart - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart .page-title h1 {
    font-size: 30px;
  }

  .cart-table .product-cart-image {
    width: 86px;
    height: 86px;
    padding-right: 15px;
  }
  .cart-table .product-cart-image .product-image img {
    height: 74px;
    width: 74px;
  }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions, .cart-table .product-cart-total, .cart-table .product-cart-price {
    padding-top: 30px;
  }
  .cart-table .product-name a {
    font-size: 22px;
  }
  .cart-table .product-cart-info {
    padding-left: 0px;
  }
  .cart-table .product-cart-actions select {
    margin-top: 7px;
  }
  .cart-table .cart-price {
    font-size: 22px;
  }
}
/* ============================================ *
 * Checkout Messages - General
 * ============================================ */
.promo-area {
  float: left;
  width: 55%;
}
.promo-area img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  div.promo-area {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  div.promo-area {
    width: 100%;
  }
}
/* ============================================ *
 * Cart Messages - General
 * ============================================ */
.cart-message {
  /*border: 1px solid #E3E5E5;*/
}
.cart-message p {
  padding: 5px 15px 5px 32px;
  color: #E63C2C;
  position: relative;
}
.cart-message p:before {
  content: " ";
  height: 18px;
  width: 18px;
  background-position: -131px -250px;
  position: absolute;
  left: 10px;
  top: 25%;
}
.cart-message:after {
  content: '';
  display: table;
  clear: both;
}

li.notice-msg span {
  color: #E63C2C;
}

.messages li.notice-msg li:before {
  border-style: none;
  content: " ";
  height: 18px;
  width: 18px;
  background-position: -131px -250px;
  position: absolute;
  top: 40%;
  left: 10px;
}

.messages li.notice-msg li {
  border-left: none;
  border: 1px solid #CCCCCC;
  background: none;
  padding-left: 32px;
}

.item-msg.notice {
  margin-top: 10px;
  color: #E63C2C;
}

/* ============================================ *
 * Cart Sub total - General
 * ============================================ */
.cart-totals-wrapper .subtotal {
  padding: 15px 5px 15px 5px;
  margin: 0px 10px;
  border-bottom: 1px solid #e3e5e5;
}
.cart-totals-wrapper .subtotal:after {
  content: '';
  display: table;
  clear: both;
}
.cart-totals-wrapper .subtotal .label {
  font-size: 14px;
  float: left;
  min-width: 120px;
}
.cart-totals-wrapper .subtotal .cart-price {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

/* ============================================ *
 * Cart Sub total - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart-totals-wrapper .subtotal .cart-price {
    font-size: 18px;
    padding-right: 10px;
  }
}
/* ============================================ *
 * Cart Totals - General
 * ============================================ */
.cart-totals {
  border: none;
}

.cart .cart-totals table {
  text-transform: none;
  font-size: 14px;
}

.cart .cart-totals table .cart-value, .cart .cart-price {
  color: #000;
  font-weight: bold;
}

.cart-table .product-cart-price .old-price {
  color: #717D83;
  font-size: 12px;
}

.cart .cross-sell-product .cart-price {
  font-weight: normal;
}

.cart .cart-totals table td,
.cart .cart-totals table tfoot td,
.cart .cart-totals table td:first-child {
  padding: 15px 5px 15px 0px;
}

.cart .cart-totals table .subtotal {
  border-bottom: 1px solid #e3e5e5;
}

.cart .cart-totals table tfoot {
  border-bottom-width: 4px;
  border-top: none;
}

.cart .cart-totals table tfoot td {
  font-size: 14px;
}

.cart .cart-totals td.a-left {
  text-align: left;
}

.cart .with {
  text-align: center;
  color: #717D83;
}
.cart .with img {
  margin: auto;
  margin-top: 10px;
}

/* ============================================ *
 * Cart Totals - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart .cart-totals table .cart-value {
    font-size: 18px;
  }
  .cart .cart-totals table tfoot strong {
    font-size: 18px;
    line-height: 30px;
    vertical-align: bottom;
  }
  .cart .cart-totals table tfoot .cart-value strong {
    font-size: 30px;
    color: #1D2B33;
    font-weight: bold;
  }
}
/* ============================================ *
 * Shipping - General
 * ============================================ */
.cart-totals-wrapper .shipping {
  margin: 0 10px;
  padding: 15px 5px;
}
.cart-totals-wrapper .shipping .methods li div {
  display: inline-block;
  vertical-align: top;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-input {
  width: 30px;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-label {
  max-width: 210px;
}
.cart-totals-wrapper .shipping #shipping-methods ul li .method-description {
  min-height: 20px;
  max-width: 210px;
  font-size: 11px;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-price {
  color: #1d2b33;
  font-weight: bold;
}
.cart-totals-wrapper .shipping:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Shipping - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart-totals-wrapper .shipping #shipping-methods .delivery-method-price {
    font-size: 18px;
  }
}
/* ============================================ *
 * Checkout Buttons - General
 * ============================================ */
.cart-totals .checkout-types {
  float: left;
}

.cart-payment-options .checkout-types {
  text-align: center;
}
.cart-payment-options .checkout-types #payButtonWidgetDiv {
  margin-bottom: 5px;
}

.cart-totals .checkout-types .btn-checkout {
  background: #A4C33C;
  min-width: 240px;
  position: relative;
  text-align: left;
  height: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-transform: none;
}

.cart-totals .checkout-types .btn-checkout:hover {
  background: #94b036;
}

.cart-totals .checkout-types .btn-checkout:before {
  background-position: -200px -500px;
  width: 22px;
  height: 22px;
  position: absolute;
  content: " ";
  right: 20px;
  top: 14px;
}

.btn-empty,
.btn-update {
  background: #5A6870;
}

.btn-empty:hover,
.btn-update:hover {
  background: #4f5b62;
}

/* remove buttons */
@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions .cart-links {
    display: block;
    float: right;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .cart-links {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .display-single-price .cart-forms {
    float: right;
  }
}
/* ============================================ *
 * Cross Sells
 * ============================================ */
.checkout-cart-index .cross-sell-product {
  background-color: #EEEFF0;
}
.checkout-cart-index .cross-sell-product h3 {
  text-transform: none;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
}
.checkout-cart-index .cross-sell-product td.title {
  padding: 15px 15px;
}
.checkout-cart-index .cross-sell-product .product-cart-image {
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cross-sell-product .product-cart-info {
  padding-top: 9px;
}
.checkout-cart-index .cross-sell-product .product-cart-image .product-crosssell-image {
  padding: 3px 3px;
  max-width: 56px;
  max-height: 56px;
  -moz-box-shadow: 0px 3px 5px 3px #CFCFCF;
  -webkit-box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-sizing: content-box;
  display: block;
}
.checkout-cart-index .cross-sell-product .product-cart-image .product-crosssell-image img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.checkout-cart-index .cross-sell-product .product-cart-info p {
  font-size: 12px;
}
.checkout-cart-index .cross-sell-product .product-cart-info b {
  color: #00abd2;
}
.checkout-cart-index .cross-sell-product .product-cart-price {
  padding-top: 4px;
}
.checkout-cart-index .cross-sell-product .product-cart-actions {
  padding-top: 9px;
}
.checkout-cart-index .cross-sell-product .btn-cart-crosssell {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.checkout-cart-index .cross-sell-arrow td {
  padding: 8px 0px 0px 28px;
}

.checkout-cart-index .cross-sell-arrow td span {
  background-position: -300px -500px;
  width: 25px;
  height: 14px;
  display: block;
}

.checkout-cart-index .cross-sell-arrow {
  border-bottom: 0;
}

.checkout-cart-index .cross-sell-end {
  border-bottom: 1px solid #e5e5e5;
}

.checkout-cart-index .cart-product {
  border-bottom: 0;
}

.btn-cart-crosssell {
  min-width: 118px;
}

/* ============================================ *
 *  - Small screen
 * ============================================ */
@media only screen and (max-width: 770px) {
  .checkout-cart-index .cross-sell-product {
    background-color: #EEEFF0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .cross-sell-product h3 {
    text-transform: none;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
  }
  .checkout-cart-index .cross-sell-product .product-cart-image {
    padding: 10px 0px 10px 15px;
  }
  .checkout-cart-index .cross-sell-product .product-cart-total {
    display: inherit;
  }

  .checkout-cart-index .cross-sell-arrow td {
    background-position: -68px -222px;
    width: 100%;
  }

  .checkout-cart-index .cross-sell-arrow {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cart-table {
    padding-right: 15px;
  }

  .last-crosssell .product-cart-actions {
    padding-bottom: 10px;
  }

  .cart-table .product-cart-image .product-image img {
    margin: 0 auto;
  }

  .checkout-cart-index .cross-sell-product td.title {
    padding: 5px;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: right;
  }

  .cart-totals-wrapper .shipping #shipping-methods ul li .method-description {
    max-width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table td[data-rwd-label]:before {
    text-transform: none;
  }
}
/* ============================================ *
 *  Crossell - Large screen
 * ============================================ */
@media only screen and (min-width: 771px) {
  .checkout-cart-index .cross-sell-product .product-name {
    font-size: 18px;
  }
}
/* Discount Total */
#discount-total {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #00aad3;
  text-align: center;
  height: 46px;
  line-height: 42px;
  color: #00aad3;
  font-weight: bold;
}

@media only screen and (max-width: 400px) {
  .cart-table .cart-footer-actions #empty_cart_button {
    min-width: 110px;
  }

  .cart-table .cart-footer-actions .btn-continue {
    min-width: 130px;
  }
}
.cart .cart-totals table tfoot td.discount {
  padding: 0px 0px;
}

/* Coupon code */
#coupon-code .header {
  background-color: #f0f1f2;
  border-radius: 6px;
  padding: 13px;
}

#coupon-code .header a {
  text-decoration: underline;
  color: #1D2B33;
}

.cart-forms .discount {
  border: none;
}

#discount-coupon-form label {
  text-transform: none;
}

#coupon-code .desc {
  padding: 10px 0px 10px 10px;
}

/* ============================================ *
 *  Instalments
 * ============================================ */
#instalments {
  float: right;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #1d2b33;
}
#instalments p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#instalments input.payment-type-full {
  float: left;
  margin-top: 19px;
}
#instalments input.payment-type {
  float: left;
  margin-top: 12px;
}
#instalments .payment-wrapper {
  border-top: 1px solid #1d2b33;
}
#instalments img.four-easy {
  margin-top: 13px;
  margin-left: 10px;
  float: left;
}
#instalments p.pay-in-full {
  border-bottom: 1px solid #1d2b33;
  padding-top: 5px;
  padding-bottom: 15px;
}
#instalments p.pay-in-full,
#instalments p.pay-in-inst {
  font-size: 16px;
  color: #1d2b33;
  font-weight: bold;
  margin-left: 20px;
}
#instalments .easy-payment-explan {
  max-width: 120px;
  color: #f58426;
  font-size: 16px;
  margin-left: 20px;
  float: left;
  font-weight: bold;
}
#instalments p.pay-in-inst {
  float: left;
  margin-left: 5px;
}
#instalments .full-cost,
#instalments .install-cost {
  font-weight: bold;
  font-size: 16px;
  float: right;
  color: #1d2b33;
}
#instalments a {
  width: 100%;
  height: 34px;
  background: #F58426;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.078);
  color: #fff;
  border: 0;
  overflow: visible;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}
#instalments a.btn-cancel {
  background: #E63C2C;
}
#instalments table {
  width: 100%;
}
#instalments table td {
  height: 34px;
  padding: 5px;
  width: 50%;
  font-size: 16px;
  color: #5a6870;
}
#instalments table td.left {
  text-align: left;
  padding-left: 20px;
}
#instalments table td.right {
  text-align: right;
  padding-right: 10px;
}
#instalments table thead td {
  background: #F58426;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 480px) {
  #instalments p.pay-in-full,
  #instalments p.pay-in-inst {
    margin-left: 40px;
  }
  #instalments .easy-payment-explan {
    margin-left: 40px;
  }
  #instalments p.pay-in-inst {
    margin-left: 25px;
  }
  #instalments table td.left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 771px) {
  #instalments {
    float: right;
    width: 43%;
  }
}
.stock-take {
  width: 100%;
  height: 100%;
  max-width: 580px;
  max-height: 152px;
}

/* ============================================ *
 * Cart - General - IE9
 * ============================================ */
.ie9 .checkout-cart-index #coupon-code input {
  height: 30px;
  padding-bottom: 0px;
  padding-top: 3px;
}

/* ============================================ *
 * Header Message - General
 * ============================================ */
#header-message {
  padding: 5px 0;
  margin: 10px 0 0px 0;
  font-size: 13px;
  color: #65737B;
  background: #E7E8E9;
  font-weight: bold;
  text-align: center;
}
#header-message b {
  color: #285EAC;
}

/* ============================================ *
 * Cart Advert - General
 * ============================================ */
#cart-advert {
  border: 1px solid #dcdee0;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  width: 580px;
  height: 150px;
  clear: both;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/voucher-mega-weekend.jpg") no-repeat;
}

#cart-advert p {
  margin: 0px;
}

.cart_advert_box_image, .cart_advert_box_block {
  height: 164px;
}

#cart-advert .header {
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  margin-top: 0px;
}

#cart_advert_text {
  overflow: hidden;
  font-size: 148.57%;
}

#cart_advert_text .orange_text {
  color: #F58426;
  font-weight: bold;
}

#cart_advert_text .bold_text {
  font-weight: bold;
}

#cart-advert button {
  height: 26px;
  line-height: 22px;
  padding: 0 20px;
  position: absolute;
  bottom: 0px;
  vertical-align: middle;
}

#cart-advert button.btn-viewbasket {
  right: 0px;
  width: 200px;
  background: #A4C33C url("/skin/frontend/vax_rwd/default/images/icons/right_arrow.png") no-repeat 170px 4px;
  padding: 0 20px;
}

/* image */
.cart_advert_header_image {
  background-color: #F58426;
  padding: 5px 16px 5px 16px;
  font-size: 130%;
}

.cart_advert_box_image {
  width: 480px;
  background: #f0f0f0 no-repeat right 30px;
}

.cart_advert_box_image button {
  width: 300px;
}

.cart_advert_box_image button.btn-continue {
  left: 0px;
}

.cart_advert_box_image button {
  background: #bababa url("/skin/frontend/vax_rwd/default/images/icons/right_arrow.png") no-repeat 16px 4px;
}

.cart_advert_text_image {
  padding: 8px 16px;
  width: 260px;
}

#cart-advert p.subtext {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 6px;
}

/* static block */
.cart_advert_box_block {
  width: 450px;
}

/* ============================================ *
 * Voucher Cart Advert - General
 * ============================================ */
.cart-advert-voucher {
  width: 580px;
  background: #eee;
}

#cart-advert .header-voucher {
  background-color: #737D83;
  min-height: 33px;
  position: relative;
  padding-left: 65px;
  line-height: 33px;
  font-size: 140%;
}

#cart-advert .icon-exclamation {
  background: url("/skin/frontend/vax_rwd/default/images/checkout/exclamation_mark.png") no-repeat left top;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#cart-advert .desc {
  padding: 10px;
  font-size: 12px;
  line-height: 1.75;
}

.checkoutadvert h2 {
  color: #717E7C;
  font-size: 20.9px;
  font-weight: bold;
  margin-bottom: 7px;
}

.checkoutadvert h3, .widget-grid-checkoutadverts h3 {
  color: #F58426;
  font-size: 20.9px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
}

.widget-inner-checkoutadvert-product-box .price-box {
  margin: 202px 0px 0px 356px;
  float: left;
}

.widget-grid-checkoutadverts .box-product {
  float: left;
  position: relative;
}

.widget-grid-checkoutadverts .box-product .additional-container {
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.widget-grid-checkoutadverts .price-box {
  /*float: right;*/
  text-align: right;
}

.widget-grid-checkoutadverts .price {
  font-size: 41px;
  color: #68777B;
}

.widget-grid-checkoutadverts .btn-cart {
  background: url("/skin/frontend/vax_rwd/default/images/icons/right_arrow.png") no-repeat 85px 8px #A4C33C;
  padding: 0 40px 0 10px;
  -moz-box-sizing: border-box;
  text-transform: uppercase;
}

.widget-grid-checkoutadverts .btn-cart span {
  display: block;
}

.checkoutadvert .icart-additional {
  margin-top: 10px;
}

#voucher-advert {
  position: relative;
  float: left;
}

#voucher-advert p {
  margin-top: 15px;
}

#voucher-advert img {
  width: 100%;
  height: auto;
}

.cashback_voucher_cart_message {
  border: 1px solid #dcdee0;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 20px 0px 0px 0px;
  width: 480px;
  height: 150px;
  clear: both;
  padding: 20px 20px;
}

.cashback_voucher_cart_message p {
  margin: 0;
  padding: 0;
}

.cashback_voucher_cart_message img {
  height: 100%;
  width: 100%;
}

/* ============================================ *
 * Threshold Advert - General
 * ============================================ */
#threshold-advert {
  background: #eee;
  min-height: 132px;
  margin-bottom: 20px;
}
#threshold-advert:after {
  content: '';
  display: table;
  clear: both;
}
#threshold-advert .header {
  background-color: #F58426;
  min-height: 30px;
  padding: 0px 10px;
  font-weight: bold;
  color: #fff;
}
#threshold-advert .content {
  padding: 10px;
}
#threshold-advert .content:after {
  content: '';
  display: table;
  clear: both;
}
#threshold-advert .image {
  width: 25%;
  float: left;
  margin-top: 5px;
}
#threshold-advert .description {
  float: right;
  width: 73%;
  font-size: 14px;
  line-height: 1.583333333;
}
#threshold-advert .bold {
  font-weight: bold;
}
#threshold-advert .orange {
  color: #F58426;
  font-weight: bold;
}
#threshold-advert .button {
  width: 100%;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  clear: both;
  background: url("/skin/frontend/vax_rwd/default/images/icons/right_arrow.png") no-repeat #F58426 545px 3px;
  text-decoration: underline;
}
#threshold-advert .button-add-product {
  background: url("/skin/frontend/vax_rwd/default/images/icons/right_arrow.png") no-repeat #A4C33C 525px 3px;
}

/* ============================================ *
 * Threshold Advert - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  #threshold-advert .header {
    line-height: 30px;
    font-size: 120%;
  }

  #threshold-advert .image {
    width: 180px;
    height: 80px;
  }

  .description {
    line-height: 1.583333333;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #5A6870;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #adb4b8;
}

.opc .section.allow .step-title h2 {
  color: #5A6870;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #636363;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5A6870;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/skin/frontend/vax_rwd/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #5A6870;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #636363;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #5A6870;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

#sb-container, #sb-wrapper {
  text-align: left;
}

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}

body > #sb-container {
  position: fixed;
}

#sb-overlay {
  height: expression(document.documentElement.clientHeight+'px');
}

#sb-container > #sb-overlay {
  height: 100%;
}

#sb-wrapper {
  position: relative;
}

#sb-wrapper img {
  border: none;
}

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}

#sb-body-inner {
  position: relative;
  height: 100%;
}

#sb-content.html {
  height: 100%;
  overflow: auto;
}

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}

#sb-body, #sb-loading {
  background-color: #fff;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande',Tahoma,sans-serif;
  line-height: 16px;
}

#sb-title, #sb-title-inner {
  height: 26px;
}

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}

#sb-info, #sb-info-inner {
  height: 20px;
}

#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(/skin/frontend/vax_rwd/default/images/shadowbox/close.png);
  background-repeat: no-repeat;
}

#sb-nav-next {
  background-image: url(/skin/frontend/vax_rwd/default/images/shadowbox/next.png);
  background-repeat: no-repeat;
}

#sb-nav-previous {
  background-image: url(/skin/frontend/vax_rwd/default/images/shadowbox/previous.png);
  background-repeat: no-repeat;
}

#sb-nav-play {
  background-image: url(/skin/frontend/vax_rwd/default/images/shadowbox/play.png);
  background-repeat: no-repeat;
}

#sb-nav-pause {
  background-image: url(/skin/frontend/vax_rwd/default/images/shadowbox/pause.png);
  background-repeat: no-repeat;
}

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-family: 'Lucida Grande',Tahoma,sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

div.header-name {
  border-bottom: solid 1px #f58426;
  width: 100%;
  margin-bottom: 25px;
  font-family: Arial,Helvetica,sans-serif;
}
div.header-name h1 {
  color: #5a6870;
  font: 11px/1.35 Arial,Helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: none;
}

/** Contact Us Accordion **/
div.contact-us-page {
  padding-right: 53px;
  min-height: 683px;
  position: relative;
}
div.contact-us-page .gradient-right {
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  height: 100%;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
div.contact-us-page p {
  margin-bottom: 8px;
}
div.contact-us-page button.button {
  font-family: Arial,Helvetica,sans-serif;
  text-transform: capitalize;
}
div.contact-us-page h4 {
  text-transform: none;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.35;
}
div.contact-us-page .col-right {
  width: 205px !important;
}
div.contact-us-page div.main {
  background: transparent !important;
  position: relative !important;
}
div.contact-us-page div.header-name {
  border-bottom: solid 1px #F58426;
  width: 100%;
  margin-bottom: 25px;
}
div.contact-us-page div.header-name h1 {
  color: #5A6870;
  font-size: 26px;
  font-weight: bold;
}
div.contact-us-page div.contact-us-social {
  position: absolute;
  bottom: 110px;
}
div.contact-us-page div#contacts_accordion {
  margin-bottom: 45px;
}
div.contact-us-page div#contacts_accordion div.accordion-step {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-50.jpg") repeat-x;
  border-bottom: 1px solid #5A6870;
  position: relative;
}
div.contact-us-page div#contacts_accordion div.accordion-step h5 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
}
div.contact-us-page div#contacts_accordion div.accordion-step ul li h5 {
  background: none;
  padding-left: 20px;
  line-height: 43px;
  height: 43px;
  font-size: 16px;
  margin-bottom: 0;
}
div.contact-us-page div#contacts_accordion div.accordion-step ul li {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-43.jpg") repeat-x;
  border-bottom: 1px solid #5A6870;
  position: relative;
}
div.contact-us-page div#contacts_accordion div.accordion-step span.opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -16px;
  width: 24px;
  height: 15px;
}
div.contact-us-page div#contacts_accordion div.accordion-step.active span.opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px 0px;
  width: 24px;
  height: 15px;
}
div.contact-us-page div#contacts_accordion h5 {
  text-transform: none;
}
div.contact-us-page div#contacts_accordion h5 div.icon {
  display: block;
  float: left;
  margin-left: 20px;
}
div.contact-us-page div#contacts_accordion div.email_us_step h5 div.icon {
  margin-top: 14px;
  width: 50px;
  height: 22px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -32px;
}
div.contact-us-page div#contacts_accordion div.call_us_step h5 div.icon {
  width: 50px;
  height: 32px;
  margin-top: 9px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -56px;
}
div.contact-us-page div#contacts_accordion div.write_us_step h5 div.icon {
  width: 50px;
  height: 30px;
  margin-top: 10px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -88px;
}
div.contact-us-page div#contacts_accordion div.tweet_us_step h5 div.icon {
  width: 50px;
  height: 30px;
  margin-top: 10px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -118px;
}
div.contact-us-page div.main-content {
  font-size: 14px;
  line-height: 1.714285714;
}
div.contact-us-page div.main-content h4.title {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
div.contact-us-page div.main-content h4.regular {
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #5A6870;
  margin-top: 35px;
  margin-bottom: 10px;
}
div.contact-us-page div.main-content div.visit-support {
  height: 40px;
  line-height: 40px;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-40.png") repeat-x;
  width: 280px;
  position: relative;
}
div.contact-us-page div.main-content div.visit-support a {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  height: 40px;
  display: block;
  margin-left: 20px;
  position: relative;
}
div.contact-us-page div.main-content div.visit-support a:after {
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -100px 0;
  width: 25px;
  height: 25px;
  content: " ";
  position: absolute;
  top: 7px;
  right: 30px;
}
div.contact-us-page div.accordion-content {
  margin: 20px 10px;
  font-size: 14px;
}
div.contact-us-page div.accordion-content a {
  color: #F58426;
}
div.contact-us-page div.accordion-content strong {
  color: #F58426;
}
div.contact-us-page div.accordion-content div.greybox {
  background: #eef0f0;
  padding: 10px 20px;
}
div.contact-us-page div.accordion-content div.greybox ul li {
  font-weight: bold;
  padding-left: 15px;
}
div.contact-us-page div.accordion-content div.greybox ul li:before {
  content: "-";
  margin-right: 8px;
  color: #F58426;
  line-height: 1.5em;
}

/** Quicklinks - right sidebar **/
div.quicklinks-right h2 {
  font-size: 20px;
  color: #5A6870;
  font-weight: normal;
  text-transform: none;
  min-height: 26px;
  position: relative;
  padding-left: 33px;
}
div.quicklinks-right h2:before {
  content: " ";
  position: absolute;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -100px -50px;
  width: 26px;
  height: 26px;
  left: 0px;
}
div.quicklinks-right ul.links {
  display: block;
  margin-top: 25px;
  margin-left: 16px;
}
div.quicklinks-right ul.links li {
  display: block;
  line-height: 25px;
}
div.quicklinks-right ul.links li:before {
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -140px 0;
  width: 9px;
  height: 12px;
  display: block;
  float: left;
  content: " ";
  margin-top: 4px;
  margin-right: -10px;
}
div.quicklinks-right ul.links div.icon {
  display: none;
}
div.quicklinks-right ul.links a {
  text-decoration: none;
  padding-left: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #1d2b33;
}

div#contact-wrap form ul.form-list label {
  text-align: left;
  width: 135px;
  padding-left: 25px;
  white-space: nowrap;
}
div#contact-wrap form ul.form-list label.required em {
  position: relative;
  margin-left: 0.2em;
}
div#contact-wrap form#contactFormGeneral .buttons-set div.comment {
  float: right;
}
div#contact-wrap form#contactFormGeneral .buttons-set button.button {
  float: right;
  padding: 3px 30px 3px 20px;
  clear: right;
  margin-right: 65px;
  background-color: #F58426;
}
div#contact-wrap form#contactFormGeneral .buttons-set button.button:after {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  background-position: -23px -171px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  float: right;
}
div#contact-wrap form#contactFormGeneral .buttons-set textarea {
  width: 50%;
}
div#contact-wrap form#contactFormGeneral .buttons-set div.help {
  width: 50%;
  float: right;
  margin-right: 9%;
  margin-top: -5px;
  margin-bottom: 5px;
}
div#contact-wrap form#contactFormOwner .buttons-set div.comment {
  float: right;
}
div#contact-wrap form#contactFormOwner .buttons-set button.button {
  float: right;
  padding: 3px 30px 3px 20px;
  clear: right;
  background-color: #F58426;
  margin-right: 65px;
}
div#contact-wrap form#contactFormOwner .buttons-set button.button:after {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  background-position: -23px -171px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  float: right;
}
div#contact-wrap form#contactFormOwner .buttons-set textarea {
  width: 50%;
}
div#contact-wrap form#contactFormOwner .buttons-set div.help {
  width: 50%;
  float: right;
  margin-right: 9%;
  margin-top: -5px;
  margin-bottom: 5px;
}
div#contact-wrap div.serial-number div.icon {
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -179px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  padding-right: 65px;
}
div#contact-wrap div.serial-number a {
  color: #5A6870;
}

div.contact-us-social h4 {
  font-size: 20px;
  line-height: 27px;
  border-bottom: 1px solid #F58426;
  margin-bottom: 5px;
  margin-right: 20px;
}
div.contact-us-social p {
  margin: 10px 10px;
}
div.contact-us-social div.content {
  margin: 10px 20px 20px 7px;
  width: 194px;
}

#contact-message {
  margin-top: -20px;
  font-size: 14px;
  line-height: 1.714285714;
  color: #E63C2C;
}

@media only screen and (max-width: 770px) {
  div.contact-us-page {
    background: none;
    padding-right: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
  div.contact-us-page div#contacts_accordion {
    margin-bottom: 0;
  }
  div.contact-us-page div#contacts_accordion div.accordion-step h5 {
    padding-left: 55px;
  }
  div.contact-us-page div#contact-wrap form#contactFormGeneral .buttons-set button.button,
  div.contact-us-page div#contact-wrap form#contactFormOwner .buttons-set button.button {
    margin-right: 0;
    width: auto;
  }
  div.contact-us-page div#contact-wrap form#contactFormGeneral .buttons-set button.button:hover,
  div.contact-us-page div#contact-wrap form#contactFormOwner .buttons-set button.button:hover {
    background-color: #f4760e;
  }
  div.contact-us-page div#contact-wrap div.serial-number a {
    color: #F58426;
  }
  div.contact-us-page div#contact-wrap div.serial-number a:hover {
    text-decoration: underline;
  }
  div.contact-us-page div#contact-wrap div.serial-number .icon {
    display: none;
  }
  div.contact-us-page div#contact-wrap form ul.form-list label {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  div.contact-us-page div#contact-wrap form ul.form-list label br {
    display: none;
  }
  div.contact-us-page .buttons-set {
    border-top: none;
  }
  div.contact-us-page .buttons-set .required {
    display: inline;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion p.p1 {
    display: none;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion div.clearer ~ p:not(.p3) {
    margin-bottom: 0;
    height: 0;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion > div {
    min-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.contact-us-page div#contacts_accordion div.accordion-content div.accordion-step h5 {
    padding-left: 20px;
    font-size: 16px;
  }
}
.startChat {
  height: 50px;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-50.jpg") repeat-x;
  border-bottom: 1px solid #636363;
  position: relative;
}
.startChat h5 {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/live-chat.png") 15px 5px no-repeat;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: none;
  text-indent: 68px;
}
.startChat .opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/default/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -16px;
  width: 24px;
  height: 15px;
}

/* Form lists */
.form-list li {
  margin: 0 0 9px;
  vertical-align: top;
}

.form-list label {
  float: left;
  width: 225px;
  padding: 2px 15px 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}

.form-list .value {
  float: left;
  padding: 2px 0 0;
}

.form-list .note {
  clear: both;
  font-size: 11px;
  width: 380px;
  margin: 0;
  padding: 3px 0 0 240px;
}

.form-list span.label {
  font-weight: normal;
}

.form-list .input-box {
  overflow: hidden;
}

.form-list .input-box a {
  font-size: 11px;
  margin-top: 4px;
}

.form-list input.input-text,
.form-list textarea {
  float: left;
  width: 374px;
  vertical-align: top;
}

.form-list textarea {
  width: 374px;
  height: 13em;
}

.form-list select {
  float: left;
  width: 380px;
  vertical-align: top;
}

.form-list p {
  margin: 0;
  padding: 0 0 0 240px;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #5A6870;
}
#customer-reviews h3 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Product Rating
 * ============================================ */
.rating-product {
  min-height: 40px;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #94b036;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #839c30;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #94b036 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #94b036;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #00ABD2;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #5A6870;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #5A6870;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #5A6870;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("/skin/frontend/vax_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #5A6870;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #5A6870;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #636363;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #636363;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #5A6870;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
.header-minicart {
  /*overriding inline cart image positions*/
}
.header-minicart p.empty {
  padding: 10px 10px;
}
.header-minicart .product-image {
  border: 1px solid #DCDEE0;
}
.header-minicart .product-details .product-name a:hover {
  text-decoration: underline;
}
.header-minicart .mini-products-list {
  padding: 10px 10px 10px;
}
.header-minicart .mini-products-list li {
  padding: 0px 5px 0px 0px;
}
.header-minicart .mini-products-list li.last {
  padding-bottom: 0;
  margin-bottom: -10px;
}
.header-minicart .info-wrapper {
  float: left;
}
.header-minicart .info-wrapper th {
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
}
.header-minicart .info-wrapper td {
  font-size: 12px;
  line-height: 12px;
}
.header-minicart a.remove {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  float: right;
  margin-top: 20px;
}
.header-minicart a.remove:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  background-position: -250px -500px;
  width: 20px;
  height: 20px;
}
.header-minicart .subtotal {
  font-size: 14px;
}
.header-minicart .subtotal .label {
  color: #5A6870;
}
.header-minicart .minicart-wrapper a.product-image {
  margin-left: 0 !important;
  left: 0px !important;
  margin-top: 4px;
}
.header-minicart .minicart-actions .checkout-types li {
  margin-bottom: 0;
}
.header-minicart .minicart-actions .cart-link {
  background-color: #F58426;
  color: #FFF;
  text-align: center;
  line-height: 16px;
  padding: 7px 15px;
  font-size: 13px;
  display: inline-block;
  float: left;
  width: 135px;
  height: 30px;
  text-transform: uppercase;
  font-weight: bolder;
  bottom: 15px;
}
.header-minicart .minicart-actions .cart-link:hover {
  text-decoration: none;
  background-color: #f4760e;
}
.header-minicart .minicart-actions .checkout-button {
  position: relative;
  height: 30px;
  font-weight: bolder;
  float: right;
  line-height: 16px;
  width: 145px;
}
.header-minicart .minicart-actions .checkout-button:hover {
  background-color: #F58426;
}
.header-minicart .minicart-actions .checkout-button:before {
  background-position: -124px -171px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  right: 17px;
  top: 9px;
}
.header-minicart .minicart-actions #payButtonWidgetSidebar {
  clear: both;
  margin: auto;
  width: 126px;
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {
  .header-minicart .product-details .product-name {
    text-align: left;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 10px;
  }
  .header-minicart .minicart-actions .cart-link {
    top: 10px;
    left: 10px;
    right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 135px;
  }

  .header-minicart .minicart-actions .cart-link {
    width: 135px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .header-minicart .minicart-actions .cart-link {
    min-width: 115px;
    width: 115px;
  }

  .header-minicart .minicart-actions .checkout-button {
    min-width: 135px;
    width: 135px;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #00ABD2;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #0096b9;
}
.search-autocomplete ul li.selected {
  background-color: #5A6870;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #5A6870;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #636363;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #636363;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ededed;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
.cms-page-view .std p, .cms-page-view .std li {
  font-style: normal;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.cms-page-view .std a:hover {
  text-decoration: none;
}
.cms-page-view .std a {
  color: #00abd2;
  text-decoration: underline;
}
.cms-page-view .std h2, .cms-page-view .std h2 a {
  font-size: 18px;
  font-weight: bold;
}
.cms-page-view .std h2 {
  color: #F58426;
}
.cms-page-view .std h2 a {
  color: #00abd2;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #E63C2C;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Cookies Notice
 * ============================================ */
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice div.notice-inner {
  background-image: none;
}

#notice-cookie-block {
  position: fixed;
  width: 100%;
  min-height: 90px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
#notice-cookie-block .notice-inner {
  overflow: hidden;
  max-width: 980px;
  position: relative;
  padding: 27px 20px;
  font-size: 13px;
  line-height: 17px;
}
#notice-cookie-block .notice-inner .notice-text {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0;
  margin: 0;
}
#notice-cookie-block .notice-inner .notice-text p {
  padding: 0;
}
#notice-cookie-block .notice-inner .actions {
  right: 20px;
  max-width: 29%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
}
#notice-cookie-block .notice-inner .actions .button {
  font-weight: bold;
  background-color: #F58426;
  padding: 7px 40px;
}
#notice-cookie-block .notice-inner .actions .button:hover {
  background-color: #ec710b;
}
#notice-cookie-block .top-x {
  position: absolute;
  top: 0px;
  right: 0px;
}

/** Product Banner **/
div.product-banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
div.product-banner h2 {
  text-transform: none;
  font-size: 30px;
}
div.product-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
div.product-banner div.logo img {
  left: 0;
}
div.product-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 55px;
  margin-top: 55px;
  font-size: 16px;
  font-weight: 200;
}
div.product-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
div.product-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
}
div.product-banner div.cta-block {
  position: absolute;
  bottom: 70px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
div.product-banner div.cta-block div.price {
  display: inline-block;
}
div.product-banner div.cta-block div.special-price {
  font-weight: 500;
}
div.product-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 0.5em;
  padding: 3px 0;
}
div.product-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
div.product-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
div.product-banner div.cta-block .btn-cart:hover {
  background-color: #94af35;
}

div.product-banner.content-left {
  color: #fff;
}
div.product-banner.content-left h2 {
  color: #fff;
}

@media only screen and (max-width: 770px) {
  div.product-banner div.product-image {
    right: 0;
    left: auto;
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  div.product-banner div.product-image {
    display: none;
  }

  div.product-banner.content-left {
    background-repeat: repeat-x !important;
  }
}
/** Product Banner Carousel **/
div.product-banner-carousel .slick-prev, div.product-banner-carousel .slick-next {
  top: 50%;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  height: 18px;
  width: 12px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
div.product-banner-carousel .slick-prev:hover, div.product-banner-carousel .slick-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
div.product-banner-carousel .slick-prev {
  left: 20px;
  background-position: -41px -353px;
}
div.product-banner-carousel .slick-next {
  right: 20px;
  background-position: -30px -353px;
}

/** Product Banner **/
.hide-for-large {
  display: none;
}

.show-for-large {
  display: block;
}

div.banner-container {
  position: relative;
}
div.banner-container div.banner-controls {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.banner-container div.banner-controls .unslider-arrow {
  width: 25px;
  height: 41px;
  z-index: 1;
  outline: 0;
  display: block;
  position: absolute;
  top: 200px;
  cursor: pointer;
  background-size: 330px 1000px;
}
div.banner-container div.banner-controls .unslider-arrow.prev {
  left: -30px;
  background-position: -99px -700px;
}
div.banner-container div.banner-controls .unslider-arrow.next {
  right: -30px;
  background-position: -100px -752px;
}
div.banner-container div.banner {
  margin-top: 0;
  max-height: 492px;
  overflow: hidden;
}

div.homepage-banner {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background: #fff;
  margin-bottom: 30px;
  min-height: 490px;
}
div.homepage-banner div.content-wrapper {
  max-height: 392px;
  height: 392px;
}
div.homepage-banner div.content-wrapper div.banner-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
div.homepage-banner div.right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 392px;
}
div.homepage-banner h2 {
  text-transform: none;
  font-size: 30px;
}
div.homepage-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
div.homepage-banner div.logo img {
  left: 0;
  height: 26px;
  width: auto;
}
div.homepage-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 20px;
  padding-top: 55px;
  font-size: 16px;
  font-weight: 200;
  z-index: 20;
  max-width: 330px;
  margin-top: 0px;
}
div.homepage-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
div.homepage-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 492px;
}
div.homepage-banner div.custom-price {
  font-weight: 500;
  font-size: 16px;
}
div.homepage-banner div.cta-block {
  position: absolute;
  bottom: 130px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
div.homepage-banner div.cta-block div.price {
  display: inline-block;
}
div.homepage-banner div.cta-block div.special-price {
  font-weight: 500;
}
div.homepage-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 20px;
  padding: 10px 18px;
  display: block;
  max-width: 120px;
  text-align: center;
}
div.homepage-banner div.cta-block .btn-cart.clicked {
  background-color: #cae961;
  pointer-events: none;
  cursor: default;
}
div.homepage-banner div.cta-block .btn-cart.clicked:hover {
  background-color: #ffaa4c;
}
div.homepage-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
div.homepage-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
div.homepage-banner div.cta-block .btn-cart:hover {
  background-color: #F58426;
  text-underline: none;
}

div.homepage-banner.content-left {
  color: #fff;
}
div.homepage-banner.content-left div.content-wrapper {
  background-position: top right;
}
div.homepage-banner.content-left h2 {
  color: #fff;
  max-width: 330px;
}

@media only screen and (max-width: 1199px) {
  div.banner-container div.banner-controls .unslider-arrow.prev {
    left: -10px;
  }
  div.banner-container div.banner-controls .unslider-arrow.next {
    right: -10px;
  }
}
@media only screen and (max-width: 979px) {
  div.banner-container div.banner-controls .unslider-arrow {
    width: 20px;
    height: 32px;
    z-index: 1;
    outline: 0;
    display: block;
    position: absolute;
    top: 200px;
    background-size: 330px 1000px;
  }
  div.banner-container div.banner-controls .unslider-arrow.prev {
    left: 5px;
    background-position: -127px -700px;
  }
  div.banner-container div.banner-controls .unslider-arrow.next {
    right: 5px;
    background-position: -128px -751px;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 740px;
  }
  div.homepage-banner .cta-block .special-price {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-index-index div.banner-container {
    min-height: 500px;
  }
  .cms-index-index div.banner-container div.banner {
    max-height: 500px;
    min-height: 370px;
  }
  .cms-index-index div.banner-container div.banner li {
    max-height: 500px;
    min-height: 370px;
  }
  .cms-index-index div.banner-container div.banner-controls .unslider-arrow.prev {
    top: 110px;
  }
  .cms-index-index div.banner-container div.banner-controls .unslider-arrow.next {
    top: 110px;
  }

  .banner-container .mobile-content .banner-content {
    margin-top: -60px;
  }

  div.homepage-banner {
    height: 343px;
    min-height: 0;
  }
  div.homepage-banner div.content-wrapper {
    max-height: 284px;
    height: 284px;
  }
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  div.homepage-banner div.logo img {
    height: 24px;
    z-index: 9;
  }
  div.homepage-banner div.description {
    margin-top: 25px;
    top: -30px;
    max-width: 330px;
  }
  div.homepage-banner div.description .promo-desc {
    max-width: 260px;
  }
  div.homepage-banner div.cta-block {
    bottom: 40px;
  }
  div.homepage-banner .cta {
    display: block;
  }
  div.homepage-banner div.right-bg {
    max-height: 284px;
  }
  div.homepage-banner div.product-image {
    margin-left: 50%;
    width: auto;
  }
  div.homepage-banner div.product-image img {
    max-height: 343px;
    min-height: 343px;
  }

  div.homepage-banner.content-left h2 {
    max-width: 330px;
  }
  div.homepage-banner.content-left .description {
    max-width: 330px;
  }

  div.mobile-content .cta-block .btn-cart {
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 599px) {
  div.banner-container {
    min-height: none;
  }
  div.banner-container div.banner {
    max-height: none;
    min-height: none;
  }
  div.banner-container div.banner li {
    max-height: none;
    min-height: none;
  }
  div.banner-container div.banner-controls .unslider-arrow.prev, div.banner-container div.banner-controls .unslider-arrow.next {
    top: 70px;
  }

  .hide-for-small {
    display: none;
  }

  .show-for-small {
    display: block;
  }

  div.homepage-banner {
    height: 200px !important;
  }
  div.homepage-banner div.right-bg {
    display: none;
  }
  div.homepage-banner div.content-wrapper {
    max-height: 160px;
    height: 160px;
  }
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  div.homepage-banner div.product-image img {
    min-height: 0;
    max-height: 200px;
    height: 200px;
    width: auto;
  }

  div.mobile-content {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }
  div.mobile-content div.no-logo {
    margin-top: 35px;
  }
  div.mobile-content div.logo {
    margin-top: 35px;
  }
  div.mobile-content div.logo img {
    width: auto;
    height: 24px;
    z-index: 10;
  }
  div.mobile-content .description {
    color: #727d84;
    margin-bottom: 20px;
  }
  div.mobile-content .description .promo-desc {
    max-width: 350px;
  }
  div.mobile-content h2 {
    text-transform: none;
    font-size: 26px;
    color: #727d84;
    max-width: 330px;
  }
  div.mobile-content .cta-block {
    position: relative;
    font-weight: 400;
    color: #1b1d21;
    width: 100%;
    height: 45px;
  }
  div.mobile-content .cta-block .custom-price {
    line-height: 44px;
  }
  div.mobile-content .cta-block div.price {
    display: inline-block;
  }
  div.mobile-content .cta-block div.price, div.mobile-content .cta-block div.special-price {
    font-weight: 400;
  }
  div.mobile-content .cta-block .cta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  div.mobile-content .cta-block .cta .btn-cart {
    background: #a4c33b;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 0.5em;
    display: block;
  }
  div.mobile-content .cta-block .cta .btn-cart a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  div.mobile-content .cta-block .cta .btn-cart a:hover {
    text-decoration: none;
  }
  div.mobile-content .cta-block .cta .btn-cart:hover {
    background-color: #F58426;
    text-decoration: none;
  }
}
/** commented out in order to enable the banner slider on mobile.
@media only screen and (max-width: $bp-xsmall) {
    div.banner-container div.banner-controls .unslider-arrow.prev, div.banner-container div.banner-controls .unslider-arrow.next {
        display: none;
    }
    .homepage-banner {
        max-height: 180px;
    }
}
*/
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
@media handheld {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/** Top banner **/
.category-top-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 4px solid #f58426;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  margin-bottom: 15px;
}
.category-top-banner .banner-content {
  padding: 25px 22px;
  color: #5a6870;
  font-size: 16px;
  z-index: 100;
  position: absolute;
  top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  background: white;
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
  zoom: 1;
}
.category-top-banner .banner-content h1 {
  color: #1d2b33;
  font-size: 30px;
  text-transform: none;
}
.category-top-banner .pos-left {
  margin-left: 60px;
}
.category-top-banner .pos-center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.category-top-banner .pos-right {
  margin-left: 480px;
}
.category-top-banner .width-small {
  width: 300px;
}
.category-top-banner .width-medium {
  width: 343px;
}
.category-top-banner .width-large {
  width: 410px;
}
.category-top-banner .banner-content:nth-child(n) {
  filter: none;
}

@media only screen and (max-width: 770px) {
  .category-top-banner div.banner-content {
    margin: 0 auto;
    position: static;
  }
  .category-top-banner div.width-medium {
    left: auto;
  }
  .category-top-banner div.width-large {
    left: -205px;
  }
}
@media only screen and (max-width: 479px) {
  .category-top-banner .banner-content {
    font-size: 12px;
  }
  .category-top-banner .banner-content h1 {
    font-size: 26px;
  }
  .category-top-banner .width-small, .category-top-banner .width-medium, .category-top-banner .width-large {
    width: 300px;
  }
}
/** Subcategories **/
.subcategories {
  margin: 29px 0px 24px 0;
}
.subcategories ul li {
  display: inline-block;
  width: 22.9%;
  height: 210px;
  border: 1px solid #e3e5e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-right: 2.2%;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
.subcategories ul li a:hover h2 {
  text-decoration: underline;
}
.subcategories ul li .subcategory {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.subcategories ul li .subcategory img {
  margin-left: auto;
  margin-right: auto;
  max-height: 160px;
  height: auto;
}
.subcategories ul li .subcategory .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 -7px no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 160px;
  background-position: center 0;
  background-size: 100% 300%;
}
.subcategories ul li .subcategory h2 {
  position: absolute;
  bottom: 0;
  height: 40px;
  padding-top: 15px;
  text-transform: none;
  color: #00abd2;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.subcategories ul li:last-of-type {
  margin-right: 0 !important;
}
.subcategories div.all-links {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  background-size: 100% 7px;
}
.subcategories div.all-links h2 {
  padding: 17px 0px 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
}
.subcategories div.all-links .separator {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") 0 0 no-repeat;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background-size: 100% 300%;
}

@media only screen and (max-width: 979px) {
  .subcategories ul li {
    width: 22%;
    margin-right: 3.2%;
  }
  .subcategories ul li img {
    height: 75%;
  }
}
@media only screen and (max-width: 770px) {
  .subcategories ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  .subcategories ul li img {
    height: 100%;
    max-width: 100%;
  }
  .subcategories ul div.all-links a {
    padding: 0px 0px 20px;
  }
  .subcategories ul li:nth-of-type(2n) {
    margin-right: 0 !important;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .category-top-banner {
    background-size: 100%;
  }

  .subcategories ul li .subcategory h2 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .subcategories {
    margin-top: 20px;
  }

  .subcategories ul li .subcategory h2 {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 770px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 15px;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 320px) {
  .subcategories ul li .subcategory.category-281 h2 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
/** Buyers guides **/
#buyers-guide {
  margin: 15px 0;
  padding: 20px;
  padding-right: 60px;
  width: 100%;
  border: 1px solid #e3e5e6;
  -webkit-box-shadow: 0 3px 3px -2px #e3e5e6;
  -moz-box-shadow: 0 3px 3px -2px #e3e5e6;
  box-shadow: 0 3px 3px -2px #e3e5e6;
}
#buyers-guide .image {
  float: left;
  margin-right: 30px;
  max-width: 100%;
}
#buyers-guide .image img {
  max-width: 100%;
}
#buyers-guide h2 {
  text-transform: none;
  font-size: 22px;
  color: #1d2b33;
}
#buyers-guide .description {
  color: #5a6870;
  font-size: 14px;
  margin-bottom: 15px;
}
#buyers-guide ul li {
  margin-bottom: 2px;
  font-size: 14px;
  color: #00abd2;
}
#buyers-guide ul li h3 {
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-transform: none;
  display: inline;
}
#buyers-guide button.buyers-guide {
  line-height: 40px;
  color: #fff;
  padding: 0 21px;
  border: 0;
  margin-top: 20px;
  -webkit-box-shadow: 0 4px 4px -2px #e3e5e6;
  -moz-box-shadow: 0 4px 4px -2px #e3e5e6;
  box-shadow: 0 4px 4px -2px #e3e5e6;
  background: #00abd2;
}
#buyers-guide button.buyers-guide div.arrow-icon {
  width: 6px;
  height: 8px;
  margin-top: 16px;
  display: inline-block;
  background: transparent url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/category-landing-sprite.png") -240px -7px no-repeat;
}
#buyers-guide button.buyers-guide:hover {
  background-color: #0096b9;
  box-shadow: none;
}

@media only screen and (max-width: 770px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide .image {
    width: 100%;
    margin-bottom: 15px;
  }

  .subcategories ul li .subcategory .separator {
    background-position: center 0;
    background-size: 100% 300%;
  }
}
@media only screen and (max-width: 599px) {
  #buyers-guide {
    padding-right: 20px;
  }
  #buyers-guide button.buyers-guide {
    display: inline-block;
    float: none;
    margin: 20px auto 0 auto;
  }
  #buyers-guide .image {
    width: 100%;
    margin-right: 0;
  }
  #buyers-guide .image img {
    width: 100%;
  }
}
/** Product promo banner **/
.promo-banner {
  width: 100%;
  margin: 30px 0;
  height: 260px;
  position: relative;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.promo-banner .left {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 15;
  margin-top: 35px;
  margin-left: 35px;
}
.promo-banner .left .product-desc {
  margin-top: 20px;
  line-height: 25px;
  font-size: 22px;
  color: #fff;
}
.promo-banner .main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
}
.promo-banner .main img {
  max-height: 100%;
  position: absolute;
  left: 50%;
}
.promo-banner .right {
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 15;
  text-align: right;
  margin-top: 35px;
  margin-right: 35px;
  color: #fff;
}
.promo-banner .right div.price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.promo-banner .right div.special-price {
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
}
.promo-banner .right button {
  margin: 20px 0;
  background-color: #a4c33c;
  text-transform: none;
  padding: 7px 22px;
}
.promo-banner .right button a, .promo-banner .right button a:hover {
  color: #fff;
  text-decoration: none;
}
.promo-banner .right button:hover {
  background-color: #A4C33C;
}
.promo-banner .right .promo-offer {
  font-size: 11px;
  width: 70%;
  float: right;
}

@media only screen and (max-width: 599px) {
  .promo-banner .left {
    width: 30%;
    margin-left: 15px;
  }
  .promo-banner .right {
    width: 35%;
    margin-right: 15px;
  }
  .promo-banner .right .promo-offer {
    width: 100%;
  }
  .promo-banner .right .promo-offer br {
    display: none;
  }
}
.promo-banner.grey {
  background-color: #8d8d8d;
}

/** Best Sellers **/
.bestsellers {
  margin-bottom: 15px;
}
.bestsellers h2, .bestsellers h3 {
  text-transform: none;
  font-size: 23px;
  font-weight: 500;
  color: #1d2b33;
  border-bottom: 1px solid #e3e5e6;
  width: 100%;
  margin-top: -4px;
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.bestsellers h2 .product-name a, .bestsellers h3 .product-name a {
  margin-right: 0;
}
.bestsellers h2 a, .bestsellers h3 a {
  font-weight: normal;
}
.bestsellers a {
  font-size: 14px;
  text-decoration: none;
}
.bestsellers a:hover {
  text-decoration: underline;
}
.bestsellers .product-list .bestseller-product {
  width: 23%;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.bestsellers .product-list .bestseller-product img {
  width: 100%;
  max-width: 162px;
  display: inline-block;
}
.bestsellers .product-list .bestseller-product a {
  font-weight: 500;
  font-size: 16px;
  touch-action: manipulation;
}
.bestsellers .product-list .bestseller-product a.image {
  border: 1px solid white;
  box-shadow: 0 2px 5px 0px #C0C0C0;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
}
.bestsellers .product-list .bestseller-product a.image:hover, .bestsellers .product-list .bestseller-product a.image:active {
  box-shadow: none;
  border: 1px solid #00abd2;
}
.bestsellers .product-list .bestseller-product .price-box {
  margin-top: -5px;
}
.bestsellers .product-list .bestseller-product .price-box p {
  display: inline-block;
}
.bestsellers .product-list .bestseller-product .price-box .regular-price {
  color: #1d2b33;
  font-size: 18px;
  font-weight: bold;
}
.bestsellers .product-list .bestseller-product .price-box .old-price {
  font-size: 12px;
  color: #727d84;
  display: inline-block;
  text-transform: lowercase;
  height: 27px;
  padding: 0;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price-label {
  display: inline;
}
.bestsellers .product-list .bestseller-product .price-box .old-price .price {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.bestsellers .product-list .bestseller-product .rating-product {
  min-height: 10px;
  width: 85px;
  margin: 0 auto;
}
.bestsellers .product-list .bestseller-product h3.product-name {
  border-bottom: none;
  width: 100%;
  max-width: 162px;
  display: inline-block;
  min-height: 90px;
}
.bestsellers .product-list .bestseller-product .bv-cleanslate {
  text-align: center !important;
}
.bestsellers .product-list .bestseller-product button {
  display: inline-block;
  padding: 7px 22px;
  border: 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 1px 2px 0 #C0C0C0;
}
.bestsellers .product-list .bestseller-product button.btn-cart {
  background-color: #A4C33C;
}
.bestsellers .product-list .bestseller-product button.btn-cart:active, .bestsellers .product-list .bestseller-product button.btn-cart:hover {
  background-color: #94b036;
}
.bestsellers .product-list .bestseller-product .availability.out-of-stock span {
  min-width: 130px;
}
.bestsellers .product-list .bestseller-product button:hover, .bestsellers .product-list .bestseller-product button:active {
  box-shadow: none;
}
.bestsellers .product-carousel .bestseller-product {
  margin-left: 15px;
  margin-right: 15px;
}
.bestsellers .product-carousel .bestseller-product h3.product-name {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
}
.bestsellers .product-carousel .bestseller-product a {
  font-size: 14px;
  font-weight: 400;
}
.bestsellers .product-carousel .bestseller-product a.image {
  margin-bottom: 10px;
}
.bestsellers .product-carousel .slick-prev, .bestsellers .product-carousel .slick-next {
  top: 50%;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.bestsellers .product-carousel .slick-prev:hover, .bestsellers .product-carousel .slick-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bestsellers .product-carousel .slick-prev {
  background-position: 0 -416px;
  left: -25px;
}
.bestsellers .product-carousel .slick-next {
  background-position: -40px -416px;
  right: -25px;
}

@media only screen and (max-width: 770px) {
  .bestsellers .product-list .bestseller-product h2.product-name {
    max-width: 162px;
    height: 120px;
    margin-bottom: -20px;
  }
  .bestsellers .product-carousel .slick-prev {
    left: -15px;
  }
  .bestsellers .product-carousel .slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 599px) {
  .bestsellers h3 {
    padding-bottom: 18px;
    padding-top: 1px;
    border-width: 2px;
    font-weight: 500;
  }
  .bestsellers h3 a {
    display: block;
    margin-left: 0;
  }
  .bestsellers .product-list .bestseller-product {
    width: 46%;
    margin-right: 2.5%;
  }
  .bestsellers .product-list .bestseller-product h2.product-name {
    height: 120px;
  }
  .bestsellers .product-carousel .bestseller-product h2.product-name {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .bestsellers .product-carousel .slick-prev {
    left: 0;
  }
  .bestsellers .product-carousel .slick-next {
    right: 0;
  }
}
/* Vacuum Cleaner Landing Page Bottom Image */
.category-vacuum-cleaners .vacuum-cleaner-bottom-image {
  background-image: url("/media/wysiwyg/uk/category-banners/320/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_320px.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background-position: top left;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 770px) and (min-width: 600px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/600/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_600px.jpg");
  }
}
@media only screen and (min-width: 771px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/media/wysiwyg/uk/category-banners/980/VAX001777-Category-Level-Banner-Blocks-February-2015-_02.02.14__Cordless_980px.jpg");
  }
}
/* New sub nav image link hovers */
.category-subnav {
  overflow: hidden;
}

#category-banner {
  overflow: hidden;
}

#category-banner p {
  margin-bottom: 3px;
}

.category-subnav .subheading,
#category-banner .subheading {
  margin: 10px 0 0 5px;
  color: #F58426;
  font-weight: bold;
  font-size: 20px;
}

.category-subnav li {
  float: left;
  margin: 0 0 0 10px;
}

.category-subnav li.left {
  margin-left: 0;
}

.category-subnav li a {
  overflow: hidden;
  position: relative;
  width: 335px;
  height: 220px;
  float: left;
  background: top left no-repeat;
}

.category-subnav li a img {
  position: relative;
}

.category-subnav li a img:hover {
  top: -220px;
}

.category-subnav li a img.Multifunction_Floor_Cleaners:hover {
  top: -110px !important;
}

.category-subnav li a img.Handheld_Vacuum___Steam_Cleaners:hover {
  top: -110px !important;
}

.category-steam-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility .category-subnav li a {
  height: 110px;
}

.category-handheld-and-utility-cleaners .category-subnav li a {
  height: 110px;
}

.category-vacuum-cleaners .category-subnav li a {
  height: 220px;
}

.category-subnav li a:hover {
  background-position: bottom left;
}

.category-products {
  padding: 0 0;
}

.category-products .price-box {
  font-size: 14px;
  line-height: 140%;
}

body.category-spares-and-solutions .col-left {
  padding: 0 0px 0 0px;
}
body.category-spares-and-solutions .category-subnav li {
  margin: 0 6px 10px 0;
}
body.category-spares-and-solutions .spares-sidebar {
  padding: 20px;
  line-height: 16px;
  background: #dcdee0;
  margin-top: 40px;
}
body.category-spares-and-solutions .spares-sidebar p {
  color: #000;
  font-size: 11px;
  margin-bottom: 10px;
}
body.category-spares-and-solutions .category-title {
  border-bottom: none;
  float: right;
  width: 75%;
  margin-bottom: 0;
}
body.category-spares-and-solutions .category-title h1 {
  font-size: 35px;
  height: 40px;
  line-height: 35px;
  color: #727d84;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 3px solid #c8cccf;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-bottom: 0;
}
body.category-spares-and-solutions #banner-support {
  clear: both;
  background: #dcdee0 url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-support.png") no-repeat;
  padding: 25px 50px 50px 25%;
  max-width: 940px;
}
body.category-spares-and-solutions #banner-support p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}
body.category-spares-and-solutions #banner-support .phone {
  color: #F58426;
  font-size: 35px;
  font-weight: bold;
  margin-top: -5px;
}
body.category-spares-and-solutions #banner-support .terms {
  font-size: 11px;
  margin-top: 10px;
}

@media only screen and (max-width: 979px) {
  .category-spares-and-solutions .main .category-title {
    clear: both;
    float: none;
    width: 100%;
  }
  .category-spares-and-solutions .col-left {
    clear: both;
    width: auto;
  }
  .category-spares-and-solutions .col-left .spares-sidebar {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .category-spares-and-solutions .col-main {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  body.category-spares-and-solutions .category-title {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  body.category-spares-and-solutions .category-title h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }
  body.category-spares-and-solutions div.category-subnav {
    text-align: center;
  }
  body.category-spares-and-solutions div.category-subnav ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36, body.category-spares-and-solutions div.category-subnav ul li.category-37 {
    display: block;
    float: none;
    width: 100%;
  }
  body.category-spares-and-solutions div.category-subnav ul li.category-36 a, body.category-spares-and-solutions div.category-subnav ul li.category-37 a {
    display: block;
    margin: 10px 0;
    margin-right: 10px;
  }
  body.category-spares-and-solutions .spares-sidebar p {
    height: auto;
  }
  body.category-spares-and-solutions .category-subnav {
    overflow: visible;
  }
  body.category-spares-and-solutions div#banner-support {
    background-image: none;
    padding: 25px;
    margin-right: 0;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

@charset "UTF-8";
/* 940px + 60px padding */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: Verdana, Arial, sans-serif;
  color: #5A6870;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #00ABD2;
  text-decoration: none;
}

a:hover {
  color: #0096b9;
  text-decoration: underline;
}

a:focus {
  outline-color: #00a1c5;
  color: #16191b;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #5A6870;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #636363;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #5A6870;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #5A6870;
}
.block-account li a,
.block-cms-menu li a {
  color: #5A6870;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #5A6870;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #5A6870;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #5A6870;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #5A6870;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #A4C33C;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #94b036;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #839c30;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #839c30;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #5A6870;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #384146;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
.catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
.catalog-product-view .product-view .nav-specifications h2.collapsed:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
.catalog-product-view .product-view .nav-reviews h2.collapsed:after,
.catalog-product-view .product-view .nav-qanda h2.collapsed:after,
.catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
.catalog-product-view .product-view .nav-specifications h2.open:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
.catalog-product-view .product-view .nav-reviews h2.open:after,
.catalog-product-view .product-view .nav-qanda h2.open:after,
.catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
  background-image: url(/skin/frontend/vax_rwd/anz/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
  .catalog-product-view .product-view .nav-specifications h2.collapsed:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
  .catalog-product-view .product-view .nav-reviews h2.collapsed:after,
  .catalog-product-view .product-view .nav-qanda h2.collapsed:after,
  .catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
  .catalog-product-view .product-view .nav-specifications h2.open:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
  .catalog-product-view .product-view .nav-reviews h2.open:after,
  .catalog-product-view .product-view .nav-qanda h2.open:after,
  .catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
    background-image: url(/skin/frontend/vax_rwd/anz/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #5A6870;
}

.breadcrumbs a:hover {
  color: #5A6870;
}

.breadcrumbs strong {
  color: #5A6870;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #5A6870;
  border-color: #5A6870;
}

.btn-remove:after {
  content: 'X';
  color: #5A6870;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #5A6870;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #FFFFFF;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("/skin/frontend/vax_rwd/anz/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #636363;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 18px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #1D2B33;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

.messages .notice-msg li {
  color: #1D2B33;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #1D2B33;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #5A6870;
}

.price-box .price {
  color: #636363;
  font-size: 20px;
}

.price-box .price,
.price {
  font-family: Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #5A6870;
  white-space: nowrap;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #636363;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #5A6870;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #5A6870;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #636363;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #5A6870;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #5A6870;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #EDEDED;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }
}
.no-touch .product-image:hover {
  border-color: #3399CC;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #5A6870;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  color: #5A6870;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #5A6870;
  font-family: Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #5A6870;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #5A6870;
}

.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #5A6870;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #384146;
  border-right: none;
}

.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #5A6870;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #384146;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #384146;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #384146;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  padding: 10px 15px 15px;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 10px 30px 30px;
  }
}
.footer-container {
  max-width: 100%;
  margin: 0 0px 0 0px;
  background: #727d84;
  padding: 0px 0px;
}

.footer {
  max-width: 1060px;
  margin: 0 auto;
}
.footer:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Replace this with the new sprite
 */
.uk-icon-sprite, #search_mini_form label, .cart-message p:before, .messages li.notice-msg li:before {
  background-image: url("/skin/frontend/vax/default/images/vax-uk-sprite-08-05-14.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Social icon sprite
 */
.social-icon-sprite, #share-icons .share-icon {
  background-image: url(/skin/frontend/vax_rwd/anz/images/social_icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Icon sets - set background size to match our icon_sprite
 */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-help .icon, #header-nav ol li.level0.first::before, .skip-search .icon, #search_mini_form .search-button:before, #header-search .input-box::before, .skip-account .icon, .skip-cart .icon, .footer .footer-col h4:before, .footer .footer-col h4.active:before, .ie9 div.banner-container div.banner-controls .unslider-arrow, .category-title .buyers-guide:after, .products-list > li .features li:before, .filter-checkbox-on:after, .block-layered-nav .block-subtitle--filter::after, .block-layered-nav .block-subtitle--filter.active:after, .product-view .sharing-links a, .catalog-product-view .product-view .product-shop .key-features ul li:before, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark, .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light, .catalog-product-view .product-view .product-feature-nav a.nav-first:after,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle:after, .catalog-product-view .product-view .product-feature-nav .nav-last::before, .catalog-product-view .product-view .nav-features h2.collapsed:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
  .catalog-product-view .product-view .nav-specifications h2.collapsed:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
  .catalog-product-view .product-view .nav-reviews h2.collapsed:after,
  .catalog-product-view .product-view .nav-qanda h2.collapsed:after,
  .catalog-product-view .product-view .nav-compatible h2.collapsed:after, .catalog-product-view .product-view .nav-features h2.open:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
  .catalog-product-view .product-view .nav-specifications h2.open:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
  .catalog-product-view .product-view .nav-reviews h2.open:after,
  .catalog-product-view .product-view .nav-qanda h2.open:after,
  .catalog-product-view .product-view .nav-compatible h2.open:after, .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light, .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark, .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before, .cart-totals .checkout-types .btn-checkout:before, .checkout-cart-index .cross-sell-arrow td span, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .header-minicart a.remove:before, .header-minicart .minicart-actions .checkout-button:before, div.banner-container div.banner-controls .unslider-arrow {
    background-image: url("/skin/frontend/vax_rwd/anz/images/icon_sprite@2x.png");
    background-size: 330px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  font-weight: bold;
  margin: 5px 0px 15px 0px;
  display: block;
}

.breadcrumbs .you-are-here {
  color: #F58426;
  float: left;
  margin-right: 7px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.breadcrumbs li {
  text-transform: none;
  font-size: 11px;
}

.breadcrumbs li.home a, .breadcrumbs a:hover {
  color: #888888;
}

.breadcrumbs li strong {
  color: #5A6870;
  font-weight: 900;
}

.breadcrumbs span {
  padding: 0 3px;
}

@media only screen and (min-width: 771px) {
  .breadcrumbs {
    margin-top: -5px;
  }
}
/* Common Button Styles */
.button2 {
  background: #F58426;
  min-width: 66px;
}

.button2:hover {
  background: #f4760e;
}

.btn-cart {
  background: #A4C33C;
  min-width: 66px;
}
.btn-cart:hover {
  background: #94b036;
}

.button2 span, .btn-cart span,
.button2 span span, .btn-cart span span {
  text-decoration: none;
  text-transform: none;
  color: #fff;
}

.btn-cart, .btn-more-details {
  border-radius: 0;
}

.btn-remove2 {
  background-position: -250px -500px;
}

.btn-more-details {
  background: #5A6870;
  text-transform: none;
  min-width: 112px;
}

.availability.out-of-stock span {
  text-transform: none;
  background-color: #E7E7E7;
  min-width: 112px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  padding: 7px 0px;
  border-radius: 0px;
  color: #6F7E85;
}

.btn-more-details:hover {
  background: #4f5b62;
}

@media only screen and (min-width: 600px) {
  .btn-more-details, .availability.out-of-stock span {
    min-width: 140px;
  }
}
/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: none;
  color: #1D2B33;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar, .pager {
  color: #1D2B33;
  font-size: 20px;
}

.toolbar {
  margin-top: 0px;
  border-top: none;
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #E7E8E8;
  background: none;
}
.toolbar .total span {
  display: block;
  float: left;
}
.toolbar .total span.desktop {
  display: none;
}
.toolbar .pager {
  float: none;
}
.toolbar .show-all {
  text-align: center;
}
.toolbar .show-all a {
  text-decoration: underline;
  color: #1D2B33;
}
.toolbar .show-less {
  text-align: center;
}
.toolbar .show-less a {
  text-decoration: underline;
  color: #1D2B33;
}
.toolbar .sorter {
  float: right;
}
.toolbar .sorter label {
  text-transform: none;
  /*display: none;*/
}
.toolbar .sorter select {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ccc;
  -moz-appearance: menulist;
  /* Firefox */
  -webkit-appearance: window;
  /* Safari and Chrome */
  appearance: window;
}
.toolbar .sorter option {
  background-color: white;
}
.toolbar .sorter .sort-by *, .toolbar .sorter .sort-by {
  box-shadow: none;
}
.toolbar .sorter .sort-by {
  margin-right: 0;
}
.toolbar .sorter .sort-by:after {
  /*content: "▼";*/
  font-size: 9pt;
  background-color: transparent;
  cursor: pointer;
  color: #4e4e4e;
  height: 0px;
  margin-left: -22px;
  margin-top: 3px;
  width: 0px;
}

.col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
  width: auto;
}

.col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
  float: left;
}

.col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
  float: right;
}

.toolbar-bottom .toolbar {
  border-bottom: none;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar-bottom .total {
  display: none;
}
.toolbar-bottom .pager {
  display: block;
}

.col2-left-layout .pager {
  padding-bottom: 40px;
}
.col2-left-layout .pager .count-container {
  float: none;
}
.col2-left-layout .pager .count-container .limiter {
  height: 1px;
  width: 100%;
}
.col2-left-layout .pager .count-container .limiter .show-all {
  margin-top: 50px;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 10px 0;
}
.col2-left-layout .pager .count-container .limiter .show-less {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 5px;
}
.col2-left-layout .pager .pages {
  float: none;
  width: 100%;
  margin-top: 0px;
  padding: 0 0 40px 0;
}
.col2-left-layout .pager .pages ol {
  text-align: center;
}
.col2-left-layout .pager .pages li {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .toolbar {
    border: none;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 480px) {
  .toolbar .total span.mobile {
    display: none;
  }
  .toolbar .total span.desktop {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .toolbar .sorter label {
    display: block;
  }

  .col2-left-layout .pager {
    padding-bottom: 0;
  }
  .col2-left-layout .pager .count-container {
    float: left;
  }
  .col2-left-layout .pager .count-container .limiter {
    width: auto;
    height: 30px;
  }
  .col2-left-layout .pager .count-container .limiter .show-all {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border: none;
  }
  .col2-left-layout .pager .count-container .limiter .show-less {
    border: none;
  }
  .col2-left-layout .pager .pages {
    float: right;
    width: auto;
    margin-top: 0;
    padding: 0;
  }
  .col2-left-layout .pager .pages ol {
    text-align: center;
  }
  .col2-left-layout .pager .pages li {
    float: left;
    display: inline-block;
  }
}
@media only screen and (min-width: 771px) {
  .toolbar {
    padding: 10px 0px 0px 0px;
  }
  .toolbar .sorter label {
    font-size: 14px;
    /*margin-right: 10px;*/
  }
  .toolbar .sorter > .sort-by {
    margin-top: -5px;
    padding-bottom: 35px;
    margin-right: -7px;
    width: 160px;
  }
  .toolbar .sorter .sort-by select {
    width: 100px;
    font-size: 13px;
    -moz-appearance: menulist;
    /* Firefox */
    -webkit-appearance: window;
    /* Safari and Chrome */
    appearance: window;
  }
  .toolbar .show-less {
    width: auto;
  }

  .toolbar, .pager {
    font-size: 20px;
  }
}
.pages a {
  color: #1D2B33;
}
.pages .current {
  height: 32px;
  line-height: 34px;
}
.pages .current, .pages .current:hover, .pages li:hover {
  background-color: #E7E8E8;
  border: none;
  border-radius: 4px;
}
.pages li {
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
.pages .next, .pages .previous, .pages .next:hover, .pages .previous:hover {
  border: none;
}

/*.pages .next, .pages .previous {
	font-size: $f-size-s;
	color: #1D2B33;
	width: 35px;
	line-height: 32px;
	text-transform: none;
	text-align: left;
}

.pages .next:hover, .pages .previous:hover {
}
*/
/* firefox only line height on pager */
@-moz-document url-prefix() {
  .pager .pages .current {
    line-height: 33px;
  }
}
/**
 * Display settings
 */
.hide-for-large {
  display: none;
}

.show-for-large {
  display: inherit;
}

@media only screen and (max-width: 770px) {
  .hide-for-small {
    display: none;
  }

  .show-for-small {
    display: inherit;
  }
}
@media only screen and (max-width: 479px) {
  .hide-for-large.show-for-xsmall {
    display: inherit;
  }

  .hide-for-xsmall {
    display: none;
  }

  .show-for-xsmall {
    display: inherit;
  }
}
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #5A6870;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 18px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 18px;
}
.input-text:focus {
  border: 1px solid #3399CC;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #5A6870;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #5A6870;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
.data-table th {
  text-transform: none;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

#header .page-header-container {
  height: 100px;
}
#header .page-header-container .logo img {
  padding-top: 0;
}
#header .page-header-container #header-help {
  right: 0;
}
#header .page-header-container .skip-link.skip-search {
  right: 146px;
}
#header .page-header-container .skip-link.skip-search.no-registration {
  right: 60px;
}
#header .page-header-container #header-search #search_mini_form {
  margin-top: 4px;
}
#header .page-header-container #header-search #search_mini_form .input-box::before {
  right: 11px;
  z-index: 10;
}
#header #header-nav {
  margin: 38px 0 0;
}
#header #header-nav ol.nav-primary {
  margin: 0;
}
#header #header-nav ol.nav-primary li {
  width: 15.8%;
  margin: 0;
}
#header #header-nav ol.nav-primary li.first a {
  margin-left: 0;
  text-align: left;
}
#header #header-nav ol.nav-primary li.first {
  width: 17.5%;
  text-align: left;
}
#header #header-nav ol.nav-primary li.last {
  width: 17.5%;
  text-align: right;
}
#header #header-nav ol.nav-primary li a {
  max-width: 100%;
  width: 100%;
}
#header #header-nav ol.store-33 li {
  width: 20.8%;
}
#header .skip-active #nav {
  margin: 0 !important;
}
#header .skip-active #nav li {
  width: 100% !important;
}

.stickybar {
  display: block;
  height: 30px;
  position: absolute;
  top: 114px;
  background: #F58426;
  width: 100%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.stickybar a {
  color: blue;
}

@media only screen and (max-width: 770px) {
  .stickybar {
    top: 48px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .stickybar {
    height: 35px;
    padding: 5px 20px;
    line-height: inherit;
  }
}
#dvFastForms .ff-label,
#dvFastForms .ff-btn-submit {
  font-size: 16px;
}

.breadcrumbs {
  height: 30px;
  background: #e5e6e8;
  line-height: 30px;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 15px;
}
.breadcrumbs .Home a,
.breadcrumbs .home a {
  color: #F58426;
}
.breadcrumbs li {
  line-height: 32px;
}
.breadcrumbs li.home a {
  color: #F58426;
}

@media only screen and (max-width: 1002px) {
  #header .page-header-container .skip-link.skip-search {
    right: 126px;
  }
  #header .page-header-container .skip-link.skip-search.no-registration {
    right: 50px;
  }
}
@media only screen and (min-width: 800px) {
  #header #header-nav ol.store-33 li {
    width: 18.5%;
  }
  #header #header-nav ol.store-33 li.first a {
    margin-left: 0;
    text-align: left;
  }
  #header #header-nav ol.store-33 li.first {
    text-align: left;
  }
  #header #header-nav ol.store-33 li.last {
    text-align: right;
  }
}
@media only screen and (min-width: 771px) {
  #header .page-header-container {
    height: 125px;
  }

  .cms-index-index #header .page-header-container {
    height: 136px;
  }
}
@media only screen and (max-width: 770px) {
  #header .page-header-container {
    height: 62px;
  }
  #header .page-header-container #header-help {
    right: 0;
  }
  #header .page-header-container .skip-link.skip-search, #header .page-header-container .skip-link.skip-search.no-registration {
    right: 0;
    margin-right: 0;
  }
  #header .skip-active #nav {
    margin: 0 8px !important;
  }
  #header .skip-active #nav li {
    width: 100% !important;
  }
  #header .skip-links {
    margin: -44px 8px 0 !important;
  }
  #header .skip-links .header-minicart {
    display: none;
  }
  #header .logo .small {
    padding-top: 5px;
  }
  #header #header-search #search_mini_form {
    margin: 0 7px !important;
  }
  #header #header-search #search_mini_form .input-box::before {
    right: 11px;
    z-index: 10;
  }
  #header #header-search #search_mini_form .input-box button.search-button2 {
    padding: 7px 12px;
  }
  #header #header-nav {
    margin: 0;
  }
  #header #header-nav ol.nav-primary li {
    width: 20%;
  }
  #header #header-nav ol.nav-primary li.first {
    width: 18%;
    text-align: center;
  }
  #header #header-nav ol.nav-primary li.last {
    width: 22%;
    text-align: center;
  }
  #header #header-nav ol.nav-primary li a {
    text-align: center;
  }

  .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #header .page-header-container {
    height: 67px;
  }
  #header .skip-links {
    margin: -44px 0 0 !important;
  }
  #header .skip-active #nav {
    margin: 0 !important;
  }
  #header .skip-active #nav li {
    width: 100% !important;
  }
  #header .page-header-container .logo .small {
    padding-top: 8px;
    width: 90px;
  }
  #header #header-search #search_mini_form {
    margin: 0 !important;
  }
  #header #header-search #search_mini_form .input-box button.search-button2 {
    width: 39px;
  }
}
@media only screen and (min-width: 771px) {
  #header #header-nav .nav-primary li {
    text-align: left;
  }
}
/* ============================================ *
 * Header - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    padding: 10px 30px;
  }
}
/* ============================================ *
 * Logo - General
 * ============================================ */
a {
  outline: 0;
  outline-color: transparent !important;
}

.logo {
  width: auto;
  padding: 0px;
  float: none;
  cursor: default;
}
.logo .small {
  margin: 7px auto 0;
}
.logo img {
  padding-top: 10px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

/* ============================================ *
 * Logo - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .logo {
    max-width: 141px;
    min-height: 78px;
    position: absolute;
    left: 50%;
    top: 11px;
  }

  .logo img {
    left: -50%;
    position: relative;
  }
}
/* ============================================ *
 * Header message - display only on Large View Port
 * ============================================ */
.header-message {
  display: none;
}

.header-message-small {
  display: block;
}

@media only screen and (min-width: 600px) {
  .header-message {
    display: block;
  }

  .cms-index-index .header-message, .cms-index-index .header-message-small {
    display: none;
  }
}
#header-help, .skip-help {
  display: none;
}

/* ============================================ *
 * Large Viewports - Help
 * ============================================ */
@media only screen and (min-width: 771px) {
  .skip-help {
    display: none;
  }

  #header-help {
    display: block;
    position: absolute;
    right: 90px;
    top: 11px;
  }

  #header-help li {
    float: left;
    margin-right: 1px;
  }

  #header-help .nav-primary {
    margin-top: 0px;
  }

  #header-help .nav-primary li {
    border-left: none;
    height: 24px;
    margin-right: 0px;
  }

  #header-help .nav-primary li.level0 > a {
    background-color: #5A6870;
    height: 30px;
    line-height: 28px;
    margin-right: 3px;
    padding: 0px 8px;
    color: #fff;
    font-size: 12px;
    max-width: 100%;
    min-width: 90px;
    text-transform: uppercase;
    font-weight: bolder;
  }

  #header-help .nav-primary li.level0.register > a {
    background-color: #e5e6e8;
    color: #727d84;
  }

  #header-help .nav-primary li.level0 > a:hover {
    background-color: #e5e6e8;
    color: white;
  }

  #header-help .nav-primary li.level0 > a:hover {
    background-color: #F58426;
  }
}
/* At 814 or less the help now hangs over the Vax Logo */
@media only screen and (max-width: 841px) {
  #header-help ul li.support a span {
    display: none;
  }
  #header-help ul li.support a:after {
    content: 'Support';
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-help {
    right: 80px;
  }

  #header-help .nav-primary li.level0 > a {
    min-width: 80px;
  }
}
/* ============================================ *
 * Help - IE9 specific SCSS
 * ============================================ */
/* ============================================ *
 * Large Viewports - Help
 * ============================================ */
@media only screen and (min-width: 771px) {
  .ie9 #header-help .nav-primary li.level0.register,
  .ie9 #header-help .nav-primary li.level0.support {
    max-width: 90px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .ie9 #header-help .nav-primary li.level0.register,
  .ie9 #header-help .nav-primary li.level0.support {
    max-width: 80px;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #5A6870;
  line-height: 30px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #5A6870;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #5A6870;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Nav Primary - General Navigation Styles
 * ============================================ */
.skip-help .icon {
  background-position: -150px -350px;
  width: 25px;
  height: 25px;
}

/* ============================================ *
 * Small Viewports - Menu
 * ============================================ */
#header-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0;
  background-color: transparent;
}
#header-nav #nav {
  position: relative;
}
#header-nav ol {
  margin: 0;
  border: 1px solid #e5e6e8;
  border-bottom: none;
  background-color: #FFF;
  box-shadow: 0px 10px 12px -12px #555;
}
#header-nav ol li a {
  line-height: 45px;
  border-bottom: 1px solid #e5e6e8;
  text-align: left;
  font-weight: bolder;
  color: #5A6870;
  z-index: 20;
}
#header-nav ol li a:hover {
  background-color: #a4cc38;
  color: white;
}
#header-nav ol li.level0.first::before {
  background-position: -101px -677px;
  width: 17px;
  height: 9px;
  content: " ";
  display: block;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
  z-index: 998;
}
#header-nav ol li.level0.first {
  overflow: hidden;
}

.skip-content.skip-active {
  background: white;
}

.skip-links {
  margin: -44px 0px 0px;
}

.skip-links, .skip-link {
  border: none;
}

.skip-link.skip-nav .icon {
  margin-right: 1px;
}

.skip-nav {
  background-color: #e5e6e8;
  width: 40px;
  height: 40px;
}
.skip-nav .label {
  display: none;
}
.skip-nav .icon {
  background-position: -250px -800px;
  width: 23px;
  height: 18px;
  margin-top: -5px;
}

.skip-nav:hover {
  background-color: #F58426;
  z-index: 9999;
}

.skip-nav:hover:not(.skip-active) .icon, .skip-nav.skip-active:hover .icon {
  background-position: -300px -800px;
  width: 23px;
  height: 18px;
}

/* ============================================ *
* Medium Viewports - Menu
* ============================================ */
@media only screen and (min-width: 480px) {
  .skip-links {
    margin: -44px 30px 0;
  }

  #header-nav #nav {
    margin: 0 30px;
  }

  #header-nav ol {
    margin: 0px;
  }
  #header-nav ol li.level0.first::before {
    margin-left: 10px;
  }
}
/* ============================================ *
 * Large Viewports - Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .mobile-register, .mobile-support {
    display: none !important;
  }

  #header-nav {
    margin: 53px 0 0 0;
    border: none;
    position: static;
  }
  #header-nav #nav {
    border: none;
    margin: 0px;
  }
  #header-nav ol {
    margin: 0 0 0 30px;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  #header-nav ol li a {
    line-height: 15px;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
    color: #5A6870;
  }
  #header-nav ol li a:hover {
    background-color: transparent;
    color: #F58426;
  }
  #header-nav ol li.level0.first::before {
    content: none;
  }
  #header-nav ol li.level0.first {
    overflow: visible;
  }

  #share-icons {
    display: inline;
  }

  #nav, .skip-help {
    position: static;
    text-align: center;
    background-color: transparent;
  }

  .skip-links {
    margin: 0;
  }

  .nav-primary {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
  }
  .nav-primary li {
    margin-right: 36px;
    height: 30px;
    text-align: center;
    float: left;
  }
  .nav-primary li.first a {
    margin-left: -30px;
  }
  .nav-primary li.last {
    float: right;
    margin-right: 32px;
  }
  .nav-primary li.level0 > a {
    padding: 0;
  }
  .nav-primary a {
    /* force on to 2 lines */
    max-width: 90px;
    line-height: 15px;
    font-size: 13.2px;
    height: 30px;
    vertical-align: top;
  }
  .nav-primary li.level0 > a:hover {
    color: #F58426;
  }
  .nav-primary li.cat-77 a {
    color: #F58426;
    text-transform: uppercase;
  }
}
/* the menu is too wide at 1002px to fit */
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-nav ol {
    margin: 0px;
  }

  ol.nav-primary li.level0 {
    width: 13.2%;
    margin-right: 0;
  }

  ol.nav-primary li.last {
    text-align: right;
    width: 4%;
  }

  ol.nav-primary {
    text-align: left;
  }

      /*
      .nav-primary li {
        margin-right: 20px;
      }
      .nav-primary li.level0 > a {
          padding: 0 5px;
      }

      .nav-primary li.cat-253:before {
          display: none;
      }*/
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 *  - General
 * ============================================ */
#search_mini_form .search-button2 {
  float: right;
  line-height: 26px;
  position: absolute;
  font-weight: bolder;
  top: 0;
  right: 0;
  color: #727D84;
  background-color: #E5E6E8;
  width: 40px;
}
#search_mini_form .search-button2:hover {
  background-color: #F58426;
  color: white;
  text-transform: uppercase;
}

.skip-link.skip-search:hover {
  background-color: #F58426;
  z-index: 9999;
}

.skip-link .icon {
  margin-right: 0px;
  margin-top: -3px;
}

.skip-search {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 43px;
  background-color: #e5e6e8;
}
.skip-search .label {
  display: none;
}

#header-search {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0;
  background-color: transparent;
}
#header-search #search {
  border-radius: 0;
}
#header-search #search_mini_form .input-box {
  margin: 0;
  box-shadow: 0px 6px 5px -3px #bbb;
  border-radius: 0;
  border: 1px solid #e5e6e8;
  overflow: hidden;
}
#header-search #search_mini_form .input-text {
  border: none;
}
#header-search .input-box::before {
  background-position: -101px -677px;
  width: 17px;
  height: 9px;
  content: none;
  display: block;
  position: absolute;
  margin-top: -3px;
}

.skip-search .icon, .skip-search.skip-active .icon {
  background-position: -100px -619px;
  width: 22px;
  height: 22px;
}

.skip-search.skip-active {
  background-color: #e5e6e8;
}

.skip-search:hover:not(.skip-active) .icon, .skip-search.skip-active:hover .icon, .skip-search.skip-active:active .icon {
  background-position: -126px -620px;
  width: 22px;
  height: 22px;
}

/* ============================================ *
 *  - Medium View Port - search down arrow
 * ============================================ */
@media only screen and (min-width: 335px) {
  #header-search .input-box::before {
    content: " ";
    right: 52px;
  }
}
/* ============================================ *
 *  - Medium View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  #search_mini_form {
    margin: 0 30px;
  }

  #search_mini_form .input-box {
    margin: 0 30px;
  }

  #header-search .input-box::before {
    margin-right: 0px;
  }
}
/* ============================================ *
 *  - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .skip-link .icon {
    margin-right: 1px;
    margin-top: -15px;
  }

  #search_mini_form {
    display: none;
    margin: 0;
  }

  .skip-active #search_mini_form {
    display: block;
  }

  #search_mini_form .input-box {
    margin: 0;
  }

  .skip-content {
    display: none;
  }

  .skip-search {
    display: block;
  }

  .skip-links {
    padding-bottom: 12px;
  }

  .skip-link.skip-search {
    right: 236px;
    top: 11px;
    width: 30px;
    height: 30px;
  }

  #header-search {
    width: 0;
    border: none;
  }

  #header-search.skip-active {
    top: 40px;
    right: 0;
    width: 309px;
    height: 30px;
  }

  #search_mini_form {
    width: 100%;
  }
  #search_mini_form .input-box {
    line-height: 30px;
    width: 100%;
    height: 30px;
    border-radius: 0;
    border: 1px solid #e5e6e8;
    color: #e5e6e8;
  }

  #search_mini_form label {
    display: inline-block;
    position: absolute;
    left: 7px;
    color: #5A6870;
    font-weight: normal;
    text-indent: 0;
    background-image: none;
  }

  #header-search #search_mini_form .input-text:focus {
    background-color: #fff;
    position: relative;
  }

  #search {
    width: 267px;
    height: 30px;
    float: left;
    color: #727D84;
    font-size: 12px;
    line-height: 14.4px;
    border: none;
  }

  #search_mini_form .search-button2 {
    position: static;
    font-weight: bolder;
    height: 30px;
    padding: 0;
    text-transform: uppercase;
    float: right;
    line-height: 20px;
  }
  #search_mini_form .search-button2:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  #header-search .input-box::before {
    right: auto;
    margin-left: 6px;
  }

  .skip-search:hover:not(.skip-active) .icon, .skip-search.skip-active:hover .icon {
    background-position: -127px -601px;
    width: 17px;
    height: 17px;
  }

  .skip-search .icon, .skip-search.skip-active .icon {
    background-position: -103px -600px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  #header-help .nav-primary li.level0 > a, .skip-cart {
    min-width: 80px;
  }

  .skip-link.skip-search {
    right: 206px;
  }

  #header-search.skip-active {
    width: 279px;
  }

  #search {
    width: 237px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #5A6870;
    line-height: 2;
  }

  #header-account a:hover {
    color: #5A6870;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #5A6870;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(90, 104, 112, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #5A6870;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #5A6870;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #5A6870;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Header - Cart - General
 * ============================================ */
.skip-cart {
  /* TODO: hover over basket image */
}
.skip-cart:not(.skip-active):hover .icon {
  background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -101px -92px;
}
.skip-cart .icon {
  background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -101px -92px;
  height: 17px;
  width: 20px;
}

.skip-link.skip-cart.skip-active {
  background-color: #a4cc38;
}

.skip-cart {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: -83px;
  background-color: #a4cc38;
  color: white;
}
.skip-cart .label {
  display: none;
}

a.skip-cart:focus {
  color: white;
}

.skip-cart:hover, .skip-link.skip-cart.skip-active:hover {
  background-color: #F58426;
}

#header-cart {
  margin: 40px 0px 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-minicart .minicart-wrapper {
  margin: 0;
  box-shadow: 0px 5px 17px -5px #555;
  border: 1px solid #e5e6e8;
  background-color: white;
  text-align: center;
}

.skip-cart:hover:not(.skip-active) .icon, .skip-cart .icon {
  background-position: -100px -649px;
  width: 26px;
  height: 22px;
}

/* ============================================ *
 * Header - Cart - Medium View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  #header-cart {
    margin: 40px 0 0 -30px;
  }

  .header-minicart .minicart-wrapper {
    margin: 0 30px;
  }
}
/* ============================================ *
 * Header - Cart - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .header-minicart .minicart-wrapper {
    margin: 0;
    border: none;
    text-align: left;
  }

  #header-cart {
    box-shadow: none;
    margin-top: -2px;
  }

  .skip-cart {
    background: #a4c33b;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 8px;
    height: 30px;
    line-height: 28px;
    top: 11px;
    font-weight: bolder;
    min-width: 90px;
    text-align: center;
    margin-right: 0;
  }
  .skip-cart .count {
    color: #fff;
    font-size: 11px;
    display: inline;
  }
  .skip-cart .label {
    display: inline;
  }

  #header-cart.skip-active {
    top: 43px;
    width: 309px;
    border: 1px solid #e5e6e8;
  }

  .header-minicart .minicart-wrapper p.empty {
    padding: 0px 30px 10px 10px;
  }

  .header-minicart .skip-link {
    right: 0;
    position: absolute;
  }

  .skip-cart .icon, .skip-cart:hover:not(.skip-active) .icon {
    background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -101px -92px;
    height: 16px;
    width: 19px;
    margin: 0 3px 3px -5px;
  }

  a.skip-cart:hover .label {
    color: #FFF;
  }

  .skip-cart:hover:not(.skip-active) {
    opacity: 1;
  }
}
/*fixing clash between the icons and the logo*/
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .skip-cart {
    min-width: 80px;
  }

  .skip-cart .icon, .skip-cart:hover:not(.skip-active) .icon {
    margin: 0px 0px 3px -5px;
  }

  #header-cart.skip-active {
    width: 279px;
  }
}
#share-icons {
  display: none;
}

#share-icons {
  height: 30px;
  font-size: 11px;
}
#share-icons .connect {
  color: #5a6870;
  float: left;
  font-size: 120%;
  line-height: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#share-icons .share-icon {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  width: 19px;
  height: 19px;
  color: #1d2b33;
}
#share-icons .share-icon:hover {
  opacity: 0.8;
}
#share-icons .share-icon-facebook {
  background-position: -1px -23px;
}
#share-icons .share-icon-twitter {
  background-position: -53px 0;
}
#share-icons .share-icon-youtube {
  background-position: -53px -22px;
}
#share-icons .share-icon-newsletter {
  background-position: -25px 0;
}
#share-icons .share-icon-rss {
  background-position: -26px -23px;
}
#share-icons .share-icon-blog {
  background-position: -2px 0;
}
#share-icons .share-icon-contact {
  background-position: -26px 0;
}

@media only screen and (min-width: 771px) {
  #share-icons {
    display: block;
  }

  #header-social {
    top: 10px;
    left: 0;
    height: 0;
    border: none;
  }
}
#header-social {
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 17px -1px #CCC;
  border: 1px solid #CCC;
}

@media only screen and (min-width: 771px) {
  #header-social {
    top: 10px;
    left: 0;
    height: 0;
    border: none;
  }

  #header-social.skip-content {
    display: block;
  }

  #share-icons {
    width: 400px;
  }

  #header-social #newsletter_header {
    max-width: 100%;
    display: inline-block;
    width: 167px;
    float: left;
    margin-right: 3px;
    color: #727D84;
    font-size: 12px;
    border-radius: 0;
  }
  #header-social #newsletter_header.form-signup {
    display: none;
    float: left;
    width: 300px;
  }

  #header-social p.required, #header-social .validation-advice {
    float: left;
    position: absolute;
    margin-top: 30px;
  }

  #newsletter_header .button {
    width: 100px;
    display: inline-block;
    line-height: 0;
    height: 30px;
    font-weight: bolder;
  }

  #newsletter_header .button:hover {
    background-color: #F58426;
  }
}
@media only screen and (max-width: 770px) {
  .footer .footer-col:first-child h4 {
    border-top: 0;
  }
}
@media only screen and (max-width: 770px) {
  .footer-container {
    padding-bottom: 10px !important;
  }

  /* homepage only */
  .cms-index-index .footer-container {
    margin-top: -8px;
  }
}
/* ============================================ *
* Already own a Vax - General
* ============================================ */
/*shadow above "Already own"*/
.catalog-category-view .main-container.col2-left-layout, .catalog-category-view .main-container.col1-layout, .catalog-product-view .main-container.col2-left-layout, .catalog-product-view .main-container.col1-layout {
  box-shadow: 0px 13px 22px -19px #CCC;
}

.already-own-container {
  background: #F2F3F4;
  display: block;
}

.already-own-container + .already-own-container {
  display: none;
}

.already-own {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.already-own:after {
  content: '';
  display: table;
  clear: both;
}
.already-own ul.links {
  padding: 5px 30px 20px;
}
.already-own ul.links #already-h {
  margin-top: 20px;
}
.already-own ul.links li, .already-own ul.links li a {
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
.already-own ul.links li {
  float: left;
  color: #727D84;
  width: 100%;
  margin-bottom: 20px;
}
.already-own ul.benefits {
  border-top: 1px solid #d7d8d9;
  padding-top: 25px;
  margin: 140px 20px 40px 20px;
}
.already-own ul.benefits li {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 20px;
  float: left;
  line-height: normal;
}
.already-own ul.benefits li div {
  font-size: 20px;
  color: #1D2B33;
  font-weight: bold;
  margin-bottom: 10px;
}
.already-own ul.benefits li div::before {
  content: " ";
  display: block;
  width: 68px;
  height: 68px;
  float: left;
  margin-right: 15px;
}
.already-own ul.benefits li .h-6-year::before {
  background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -250px -600px;
}
.already-own ul.benefits li .h-next::before {
  background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -150px -600px;
}
.already-own ul.benefits li .h-support::before {
  background: url("/skin/frontend/vax_rwd/default/images/icon_sprite.png") no-repeat -150px -800px;
}
.already-own ul.benefits li p {
  display: block;
  float: left;
  color: #5A6870;
  width: 180px;
}

.cms-index-index .already-own-container {
  display: none;
}

/* ============================================ *
* Already own a Vax - Medium View Port
* ============================================ */
@media only screen and (min-width: 600px) {
  .already-own ul.links::before {
    padding: 0 150px 0 150px;
    margin: -25px 0;
  }

  .already-own::before {
    margin: 0 30px;
  }

  .already-own ul.links li#already-h {
    margin-top: 0px;
  }
  .already-own ul.links {
    padding: 25px 30px 20px;
  }
  .already-own ul.links li {
    width: 50%;
  }
  .already-own ul.benefits {
    margin: 50px 20px 40px 20px;
  }
  .already-own ul.benefits li {
    width: 50%;
  }
}
/* ============================================ *
* Already own a Vax - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .already-own ul.links li {
    width: 25%;
    text-align: center;
  }
  .already-own ul.links {
    padding: 25px 20px 35px;
  }
  .already-own ul.benefits {
    margin: 0 30px;
  }
  .already-own ul.benefits li {
    width: 33%;
  }
  .already-own ul.benefits div::before {
    margin-left: 30px;
  }
  .already-own ul.benefits li p {
    width: 50%;
  }
}
/* ============================================ *
* Already own a Vax - xLarge View Port
* ============================================ */
@media only screen and (min-width: 980px) {
  .already-own ul.links {
    padding: 25px 30px 35px;
  }
  .already-own ul.links::before {
    margin: -25px -120px 0 -120px;
  }
  .already-own ul.benefits p {
    width: 180px;
  }
}
/* ============================================ *
* Already own a Vax - > 1000px View Port
* ============================================ */
@media only screen and (min-width: 1000px) {
  .already-own ul.links {
    padding: 25px 100px 40px 100px;
  }
}
/* ============================================ *
* Footer - General
* ============================================ */
.footer-container {
  background-color: #1b1d21;
}

.footer {
  border-top: none;
  background-color: #1b1d21;
  color: #e5e6e8;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  padding: 0px 25px;
}
.footer .footer-links:after {
  content: '';
  display: table;
  clear: both;
}
.footer .footer-col {
  margin-right: -1px;
  text-align: left;
  width: 100%;
}
.footer .footer-col a {
  color: #fff;
}
.footer .footer-col:nth-child(4) h4 {
  border-bottom: 1px solid #727D84;
}
.footer .footer-col h4 {
  font-weight: bolder;
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border-top: 1px solid #727D84;
  cursor: pointer;
  line-height: 43px;
}
.footer .footer-col h4:hover {
  background: none;
}
.footer .footer-col h4.active {
  border-bottom: none;
}
.footer .footer-col h4 a {
  line-height: 43px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.footer .footer-col h4:before {
  /* TODO replace image with CX icon */
  content: " ";
  background-position: -100px -20px;
  height: 13px;
  width: 7px;
  position: absolute;
  top: 15px;
  right: 17px;
}
.footer .footer-col h4.active:before {
  /* TODO replace image with CX icon */
  content: " ";
  background-position: -100px 0px;
  height: 7px;
  width: 13px;
  position: absolute;
  top: 18px;
  right: 17px;
}
.footer .footer-col ul {
  display: none;
  padding: 0;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 11px;
  line-height: 1.8;
  padding: 0;
  margin-top: 4px;
  position: relative;
}
.footer .footer-col ul li a {
  font-size: 12px;
  line-height: 2.6em;
}
.footer .footer-links.footer-links-legal .footer-col.last ul {
  display: inline-block;
}
.footer .footer-links-legal .footer-col.last {
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 2em;
}
.footer .footer-links-legal .footer-col.last h4 {
  display: none;
}
.footer .footer-links-legal .footer-col.last ul {
  display: inline-block;
  text-align: left;
  float: left;
}
.footer .footer-links-legal .footer-col.last ul li {
  display: inline;
}
.footer .footer-links-legal .footer-col.last ul li::after {
  content: "l";
  margin-left: 10px;
  margin-right: 10px;
  color: #e5e6e8;
}
.footer .footer-links-legal .footer-col.last ul li:last-child::after {
  content: "";
}
.footer .newsletter {
  float: left;
  margin: 30px 0px 15px 0;
  text-transform: none;
  width: 100%;
  clear: both;
}
.footer .newsletter .block-title {
  display: none;
}
.footer .newsletter .f-name .validation-advice, .footer .newsletter .l-name .validation-advice {
  position: absolute;
  margin-top: 35px;
}
.footer .newsletter .v-fix {
  width: 48%;
  float: left;
  margin-right: 1.9%;
  margin-bottom: 5px;
}
.footer .newsletter .v-fix .input-text {
  width: 100%;
  border-radius: 0;
  color: black;
  background-color: #c5c6c8;
  font-size: 12px;
}
.footer .newsletter .v-fix ::-webkit-input-placeholder {
  color: #000;
}
.footer .newsletter .v-fix :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.footer .newsletter .v-fix ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.footer .newsletter .v-fix :-ms-input-placeholder {
  color: #000;
}
.footer .newsletter .v-fix :-ms-input-placeholder {
  color: #000;
}
.footer .newsletter .buttonwrap {
  width: 48%;
  float: left;
}
.footer .newsletter .buttonwrap button.button {
  padding: 6px 15px 5px 15px;
  width: 100%;
  text-transform: uppercase;
  background: #A4C33C;
  font-weight: bold;
  font-size: 12px;
}
.footer .newsletter .buttonwrap button.button:hover {
  background-color: #F58426;
}
.footer .newsletter .validation-advice {
  min-width: 320px;
  text-align: left;
}
.footer .newsletter label {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .newsletter label h4 {
  border-top: none;
  line-height: 33px;
}
.footer .newsletter label h4:before {
  background-image: none;
}
.footer #share-icons {
  display: inline-block;
  float: left;
  padding-top: 15px;
}
.footer #share-icons .connect {
  display: none;
}
.footer #share-icons .share-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.footer #share-icons .share-icon-facebook {
  background-position: -70px -51px;
}
.footer #share-icons .share-icon-twitter {
  background-position: -34px -85px;
}
.footer #share-icons .share-icon-youtube {
  background-position: -71px -85px;
}
.footer #share-icons .share-icon-newsletter {
  background-position: -34px -51px;
}
.footer #share-icons .share-icon-rss {
  background-position: 0 -85px;
}
.footer #share-icons .share-icon-blog {
  background-position: 0 -51px;
}
.footer #share-icons .share-icon-contact {
  background-position: -34px -51px;
}
.footer address.copyright {
  border-top: none;
  padding: 0px 0px 10px 0;
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  text-align: left;
}

/* ============================================ *
* Footer - Mobile landscape View Port
* ============================================ */
@media only screen and (min-width: 480px) {
  .newsletter {
    max-width: 300px;
    width: 50%;
  }
}
/* ============================================ *
* Footer - Medium View Port
* ============================================ */
@media only screen and (min-width: 600px) {
  .footer {
    padding: 0px 30px;
  }
  .footer .inline-footer {
    display: inline-block;
  }
  .footer .social-footer .validation-advice {
    margin: 30px 0px 0px;
  }
  .footer .footer-col {
    float: left;
  }
  .footer .footer-col ul {
    display: none;
  }
  .footer .copyright {
    width: 120px;
    float: left;
  }
}
/* ============================================ *
* Footer - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .footer {
    padding: 25px 0 0 30px;
    text-align: center;
  }
  .footer .footer-col {
    width: 25%;
  }
  .footer .footer-col:nth-child(4) h4 {
    border-bottom: none;
  }
  .footer .footer-col h4 {
    line-height: 14px;
    padding-top: 20px 8px 0 8px;
    border-top: none;
  }
  .footer .footer-col h4:nth-child(5) {
    border-bottom: none;
  }
  .footer .footer-col h4.active:before, .footer .footer-col h4:before {
    display: none;
  }
  .footer .footer-col ul {
    display: block;
  }
  .footer .footer-col ul li a {
    font-size: 11px;
    line-height: 1.8em;
  }
  .footer .newsletter {
    width: 50%;
    margin: 10px 0px 25px;
  }
  .footer .newsletter .input-text {
    height: 25px;
  }
  .footer .newsletter .buttonwrap button.button {
    padding: 3px 15px 3px;
  }
  .footer .copyright {
    margin: -29px 0 0 0;
  }
  .footer .social-footer #share-icons {
    display: none;
  }
  .footer .footer-links-legal .footer-col.last ul {
    line-height: 1.5em;
  }
}
/* ============================================ *
* Footer - Desktop View Port
* ============================================ */
@media only screen and (min-width: 980px) {
  .footer .footer-links-legal .footer-col.last ul {
    margin-left: 0px;
    float: none;
  }
  .footer .newsletter {
    width: 50%;
  }
  .footer address.copyright {
    margin: -29px 0px 0px 0px;
  }
}
/* ============================================ *
* Home - Generic
* ============================================ */
.cms-index-index .page-header,
.cms-index-index .main-container,
.cms-index-index .footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

.page-header,
.main-container,
.footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

/* homepage banner updates */
.cms-index-index .main-container {
  padding: 0;
  max-width: none;
  width: 100%;
}
.cms-index-index .footer-container {
  padding: 0;
  margin-top: -1px;
}

.homepage-banner {
  display: none;
}

div.homepage-banner div.content-wrapper div.banner-content {
  padding: 0;
}

div.homepage-banner, div.content-wrapper {
  height: auto;
  min-height: 700px;
}
div.homepage-banner div.right-bg, div.content-wrapper div.right-bg {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}
div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
  padding-top: 200px;
  max-width: 380px;
}
div.homepage-banner .banner-content .description h2, div.content-wrapper .banner-content .description h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 50px;
}
div.homepage-banner .banner-content .description h2 strong, div.content-wrapper .banner-content .description h2 strong {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
div.homepage-banner .banner-content .description .promo-desc, div.content-wrapper .banner-content .description .promo-desc {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2em;
  max-width: 75%;
}
div.homepage-banner .banner-content .cta-block, div.content-wrapper .banner-content .cta-block {
  bottom: 200px;
}
div.homepage-banner .banner-content .cta-block .btn-cart, div.content-wrapper .banner-content .cta-block .btn-cart {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 8px 16px;
}
div.homepage-banner .banner-content .cta-block .btn-cart:last-child, div.content-wrapper .banner-content .cta-block .btn-cart:last-child {
  margin-right: 0;
  background-color: #737e84;
}
div.homepage-banner .banner-content .cta-block .btn-cart:hover, div.content-wrapper .banner-content .cta-block .btn-cart:hover {
  background-color: #f58426;
  text-decoration: none;
}

div.homepage-banner div.product-image img {
  max-height: 700px;
}

div.banner-container div.banner {
  max-height: 700px;
}

div.banner-container div.banner-controls {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 100;
}
div.banner-container div.banner-controls a.unslider-arrow {
  width: 50px;
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}
div.banner-container div.banner-controls a.unslider-arrow.prev {
  background: url("/skin/frontend/vax_rwd/anz/images/homepage/prev-arrow.png") center center no-repeat transparent;
  top: auto;
  left: 5px;
}
div.banner-container div.banner-controls a.unslider-arrow.next {
  background: url("/skin/frontend/vax_rwd/anz/images/homepage/next-arrow.png") center center no-repeat transparent;
  top: auto;
  float: right;
  right: 5px;
}

.cms-index-index .banner-controls {
  width: 90%;
}
.cms-index-index .banner-controls .unslider-arrow.prev, .cms-index-index .banner-controls .unslider-arrow.next {
  top: 330px;
}

div.banner-container .dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 940px;
}
div.banner-container .dots li {
  float: left;
  display: block;
  background: url("/skin/frontend/vax_rwd/anz/images/dot.png") center center no-repeat transparent;
  padding-right: 6px;
  color: transparent;
}
div.banner-container .dots li.active {
  background: url("/skin/frontend/vax_rwd/anz/images/dot-active.png") center center no-repeat transparent;
}

div.banner-container .mobile-banner {
  display: none;
}

@media only screen and (max-width: 980px) {
  div.banner-container div.banner-controls {
    display: none;
  }

  div.banner-container .dots {
    width: 100%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 2600px) {
  div.homepage-banner {
    margin-bottom: 0px;
  }

  div.homepage-banner, div.content-wrapper {
    min-height: 100%;
  }

  .cms-index-index div.banner-container {
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner {
    max-height: none;
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner li {
    max-height: none;
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner li .clearfix {
    height: 0px;
  }

  div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
    padding-top: 20px;
  }
  div.homepage-banner .banner-content .promo-desc, div.content-wrapper .banner-content .promo-desc {
    width: 80%;
  }

  div.homepage-banner div.product-image img {
    color: white;
  }

  div.homepage-banner div.cta-block {
    position: absolute;
  }

  div.homepage-banner .banner-content .cta-block, div.content-wrapper .banner-content .cta-block {
    bottom: 80px;
  }

  div.homepage-banner div.right-bg, div.content-wrapper div.right-bg {
    background-size: cover;
    background-position: center center;
    max-height: none;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 770px;
    width: 100%;
  }

  div.banner-container .dots {
    padding-left: 20px;
    width: 100%;
  }
  div.banner-container .dots li {
    max-height: 8px !important;
    min-height: 8px !important;
  }
}
@media only screen and (max-width: 850px) {
  div.banner-container div.banner-controls {
    display: none !important;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 48px 0 0;
  }

  div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
    margin: 0;
    padding-top: 0px;
  }
  div.homepage-banner .banner-content .description h2, div.content-wrapper .banner-content .description h2 {
    font-size: 24px;
    margin-bottom: 0.75em;
  }
  div.homepage-banner .banner-content .description h2 strong, div.content-wrapper .banner-content .description h2 strong {
    font-size: 48px;
  }
  div.homepage-banner .banner-content .description .promo-desc, div.content-wrapper .banner-content .description .promo-desc {
    font-size: 16px !important;
    margin-bottom: 2em;
    max-width: none;
  }
}
@media only screen and (max-width: 770px) {
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 48px 20px 0;
  }
}
@media only screen and (max-width: 599px) {
  div.homepage-banner div.product-image {
    height: 610px;
  }
}
@media only screen and (max-width: 599px) {
  div.homepage-banner, div.content-wrapper {
    height: 180px;
    min-height: 180px;
  }

  div.homepage-banner div.product-image {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 40px;
    width: 100% !important;
    top: -410px;
  }
  div.homepage-banner div.product-image img {
    display: block;
    height: 610px;
    max-height: 100%;
    max-width: 100%;
  }

  .banner-container .banner ul li .hp-banner .bans .bg-image-container.hide-mobile {
    display: none;
  }

  .banner-container .banner ul li .hp-banner .bans .mobile-banner {
    display: block;
    margin-bottom: 30px;
  }
  .banner-container .banner ul li .hp-banner .bans .mobile-banner .bg-image {
    display: block;
  }

  div.mobile-content .description {
    text-align: center;
    color: #003656;
  }
  div.mobile-content .description h2 {
    color: #003656;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  div.mobile-content .description h2 strong {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
  }
  div.mobile-content .description .promo-desc {
    color: #222222;
    font-size: 16px;
    max-width: 100%;
  }

  div.mobile-content .cta-block {
    padding: 0 20px;
  }
  div.mobile-content .cta-block .cta {
    position: relative;
  }
  div.mobile-content .cta-block .cta .btn-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 5%;
    width: 47.5%;
    text-align: center;
  }
  div.mobile-content .cta-block .cta .btn-cart:hover {
    text-decoration: none;
  }
  div.mobile-content .cta-block .cta .btn-cart:last-child {
    margin-right: 0;
    background-color: #003656;
  }

  div.banner-container .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: auto;
  }
  div.banner-container .dots li {
    background: url("/skin/frontend/vax_rwd/anz/images/dot-mobile.png") center center no-repeat transparent;
  }
  div.banner-container .dots li.active {
    background: url("/skin/frontend/vax_rwd/anz/images/dot-mobile-active.png") center center no-repeat transparent;
  }

  .catalog-product-view div.content-wrapper {
    min-height: initial !important;
    height: auto !important;
  }
}
.catalog-product-view div.content-wrapper {
  min-height: initial !important;
  margin-top: 35px !important;
}

/* new banner styling */
.banner-container .banner ul li .hp-banner .bans {
  display: block;
  position: relative;
}
.banner-container .banner ul li .hp-banner .bans .bg-image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-container .banner ul li .hp-banner .bans .container {
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 100;
  width: 80%;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 50px;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content h2 strong {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2em;
  max-width: 75%;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  clear: left;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #FFFFFF;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart:last-child {
  margin-right: 0;
  background-color: #737e84;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart:hover {
  background-color: #f58426;
  text-decoration: none;
}
.banner-container .banner ul li .hp-banner .bans .product-image {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner ul li .hp-banner .bans .container {
    top: 15%;
    left: 7%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 strong {
    font-size: 48px;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
    font-size: 16px !important;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 770px) {
  .banner-container .banner ul li .hp-banner .bans .container {
    top: 40px;
    left: 20px;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content {
    width: 50%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
    max-width: none;
  }
}
@media only screen and (max-width: 599px) {
  .banner-container .banner ul li .hp-banner .bans .bg-image-container {
    max-height: 360px;
    min-height: 180px;
    width: 100%;
    display: block;
    margin-bottom: 44px;
  }
  .banner-container .banner ul li .hp-banner .bans .bg-image-container .bg-image {
    display: none;
  }
  .banner-container .banner ul li .hp-banner .bans .container {
    display: block;
    position: relative;
    clear: both;
    z-index: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content {
    position: relative;
    width: 100%;
    float: none;
    color: #222222;
    padding: 0 4%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
    color: #263746 !important;
  }
  .banner-container .banner ul li .hp-banner .bans .container .cta-block {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto 60px;
  }
  .banner-container .banner ul li .hp-banner .bans .product-image {
    display: block;
    position: absolute;
    top: -410px;
    border: 0;
    left: 0;
    right: 0;
  }
  .banner-container .banner ul li .hp-banner .bans .product-image img {
    height: 620px;
    margin: 0 auto;
  }
  .banner-container .banner ol.dots {
    padding-left: 0;
  }
}

/** Product Banner **/
.ie9 .hide-for-large {
  display: none;
}

.ie9 .show-for-large {
  display: block;
}

.ie9 div.banner-container {
  position: relative;
}
.ie9 div.banner-container div.banner-controls {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow {
  width: 25px;
  height: 41px;
  z-index: 1;
  outline: 0;
  display: block;
  position: absolute;
  top: 200px;
  background-size: 330px 1000px;
  cursor: pointer;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
  left: -30px;
  background-position: -99px -700px;
}
.ie9 div.banner-container div.banner-controls .unslider-arrow.next {
  right: -30px;
  background-position: -100px -752px;
}
.ie9 div.banner-container div.banner {
  margin-top: 0;
  max-height: 565px;
}

.ie9 div.homepage-banner {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background: #fff;
  margin-bottom: 20px;
  min-height: 490px;
}
.ie9 div.homepage-banner div.content-wrapper {
  max-height: 392px;
  height: 392px;
}
.ie9 div.homepage-banner div.content-wrapper div.banner-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.ie9 div.homepage-banner div.right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 392px;
}
.ie9 div.homepage-banner h2 {
  text-transform: none;
  font-size: 30px;
}
.ie9 div.homepage-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
.ie9 div.homepage-banner div.logo img {
  left: 0;
  height: 26px;
  width: auto;
}
.ie9 div.homepage-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 20px;
  margin-top: 0px;
  padding-top: 90px;
  font-size: 16px;
  font-weight: 200;
  z-index: 20;
  max-width: 330px;
}
.ie9 div.homepage-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ie9 div.homepage-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 492px;
}
.ie9 div.homepage-banner div.cta-block {
  position: absolute;
  bottom: 130px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
.ie9 div.homepage-banner div.cta-block div.price {
  display: inline-block;
}
.ie9 div.homepage-banner div.cta-block div.special-price {
  font-weight: 500;
}
.ie9 div.homepage-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 20px;
  padding: 3px 13px;
}
.ie9 div.homepage-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.ie9 div.homepage-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
.ie9 div.homepage-banner div.cta-block .btn-cart:hover {
  background-color: #F58426;
}

.ie9 div.homepage-banner.content-left {
  color: #fff;
}
.ie9 div.homepage-banner.content-left div.content-wrapper {
  background-position: top right;
}
.ie9 div.homepage-banner.content-left h2 {
  color: #fff;
  max-width: 330px;
}
.ie9 div.homepage-banner.content-left .description {
  max-width: 330px;
}

@media only screen and (min-width: 771px) {
  .ie9 div.banner-container .banner ul li {
    margin-top: -50px;
  }

  .ie9 div.banner-container .banner ul li div.cta-block .cta {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    left: -10px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    right: -10px;
  }
}
@media only screen and (max-width: 979px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow {
    width: 20px;
    height: 32px;
    z-index: 1;
    outline: 0;
    display: block;
    position: absolute;
    top: 200px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    left: 5px;
    background-position: -127px -700px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    right: 5px;
    background-position: -128px -751px;
  }

  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 740px;
  }
}
@media only screen and (max-width: 770px) {
  .ie9 div.banner-container div.banner {
    max-height: 343px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev {
    top: 140px;
  }
  .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    top: 140px;
  }

  .ie9 .banner-container .mobile-content .banner-content {
    height: 220px;
    margin-top: -60px;
  }

  .ie9 div.homepage-banner {
    height: 343px;
    min-height: 0;
  }
  .ie9 div.homepage-banner div.content-wrapper {
    max-height: 284px;
    height: 284px;
  }
  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  .ie9 div.homepage-banner div.logo img {
    height: 24px;
    z-index: 9;
  }
  .ie9 div.homepage-banner div.description {
    margin-top: 25px;
    top: -30px;
    max-width: 330px;
  }
  .ie9 div.homepage-banner div.description .promo-desc {
    max-width: 260px;
  }
  .ie9 div.homepage-banner div.cta-block {
    bottom: 45px;
  }
  .ie9 div.homepage-banner div.right-bg {
    max-height: 284px;
  }
  .ie9 div.homepage-banner div.product-image {
    margin-left: 50%;
    width: auto;
  }
  .ie9 div.homepage-banner div.product-image img {
    max-height: 343px;
  }

  .ie9 div.homepage-banner.content-left .description {
    max-width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev, .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    top: 70px;
  }

  .ie9 .hide-for-small {
    display: none;
  }

  .ie9 .show-for-small {
    display: block;
  }

  .ie9 div.banner-container div.banner {
    max-height: 10000px;
  }

  .ie9 div.homepage-banner {
    height: 200px !important;
  }
  .ie9 div.homepage-banner div.right-bg {
    display: none;
  }
  .ie9 div.homepage-banner div.content-wrapper {
    max-height: 160px;
    height: 160px;
  }
  .ie9 div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  .ie9 div.homepage-banner div.product-image img {
    max-height: 200px;
    height: 200px;
    width: auto;
  }

  .ie9 div.mobile-content {
    padding: 0 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .ie9 div.mobile-content div.logo img {
    width: auto;
    height: 24px;
    z-index: 10;
  }
  .ie9 div.mobile-content .description {
    color: #727d84;
    margin-bottom: 20px;
  }
  .ie9 div.mobile-content .description .promo-desc {
    max-width: 350px;
  }
  .ie9 div.mobile-content h2 {
    text-transform: none;
    font-size: 26px;
    color: #727d84;
    max-width: 330px;
  }
  .ie9 div.mobile-content .cta-block {
    position: relative;
    font-weight: 400;
    color: #1b1d21;
  }
  .ie9 div.mobile-content .cta-block div.price {
    display: inline-block;
  }
  .ie9 div.mobile-content .cta-block div.price, .ie9 div.mobile-content .cta-block div.special-price {
    font-weight: 400;
  }
  .ie9 div.mobile-content .cta-block .cta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart {
    background: #a4c33b;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 0.5em;
    margin-bottom: 10px;
    padding: 3px 13px;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart a:hover {
    text-decoration: none;
  }
  .ie9 div.mobile-content .cta-block .cta .btn-cart:hover {
    background-color: #F58426;
  }
}
@media only screen and (max-width: 479px) {
  .ie9 div.banner-container div.banner-controls .unslider-arrow.prev, .ie9 div.banner-container div.banner-controls .unslider-arrow.next {
    display: none;
  }

  .ie9 .homepage-banner {
    max-height: 180px;
  }
}
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
@media handheld {
  .ie9 div.banner-container div.banner-controls {
    display: block;
  }
}
/* ============================================ *
 * About us - Generic, all views
 * ============================================ */
.cms-about .col-main {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-cms-about.png") no-repeat scroll 0% 0%/cover #FFF;
  width: 100%;
  padding: 0 20px;
  min-height: 550px;
  border: 1px solid #C5C5C5;
}
.cms-about .col-main h1 {
  margin: 5px 0 0 0;
  font-size: 40px;
  font-weight: normal;
  color: #5A6870;
  text-transform: none;
}
.cms-about .col-main .std p {
  display: block;
  max-width: 250px;
  margin: 0 0 12px 10px;
}

/* ============================================ *
 * Cookie Policy - Generic
 * ============================================ */
.cms-page-view.cms-cookie-bestimmungen .std,
.cms-page-view.cms-cookies-terms-and-conditions .std {
  /* Force table not to behave like a table*/
}
.cms-page-view.cms-cookie-bestimmungen .std table, .cms-page-view.cms-cookie-bestimmungen .std thead, .cms-page-view.cms-cookie-bestimmungen .std tbody, .cms-page-view.cms-cookie-bestimmungen .std td, .cms-page-view.cms-cookie-bestimmungen .std tr,
.cms-page-view.cms-cookies-terms-and-conditions .std table,
.cms-page-view.cms-cookies-terms-and-conditions .std thead,
.cms-page-view.cms-cookies-terms-and-conditions .std tbody,
.cms-page-view.cms-cookies-terms-and-conditions .std td,
.cms-page-view.cms-cookies-terms-and-conditions .std tr {
  display: block;
  text-align: center;
}
.cms-page-view.cms-cookie-bestimmungen .std table,
.cms-page-view.cms-cookies-terms-and-conditions .std table {
  margin-bottom: 20px;
}
.cms-page-view.cms-cookie-bestimmungen .std table tr,
.cms-page-view.cms-cookies-terms-and-conditions .std table tr {
  border: 1px solid #F58426;
}
.cms-page-view.cms-cookie-bestimmungen .std table th,
.cms-page-view.cms-cookies-terms-and-conditions .std table th {
  display: none;
}
.cms-page-view.cms-cookie-bestimmungen .std table td,
.cms-page-view.cms-cookies-terms-and-conditions .std table td {
  border: none;
  border-bottom: 1px solid #C0C0C0;
  position: relative;
  padding: 10px 10px 10px 45.5%;
}
.cms-page-view.cms-cookie-bestimmungen .std table td:before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  text-align: left;
  font-weight: bold;
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(1):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(1):before {
  content: "Cookie";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(2):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(2):before {
  content: "Name";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(3):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(3):before {
  content: "Purpose";
}
.cms-page-view.cms-cookie-bestimmungen .std table td:nth-of-type(4):before,
.cms-page-view.cms-cookies-terms-and-conditions .std table td:nth-of-type(4):before {
  content: "Info";
}

/* ============================================ *
 * Cookie Policy - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 600px) {
  .cms-page-view.cms-cookie-bestimmungen .std,
  .cms-page-view.cms-cookies-terms-and-conditions .std {
    /*put all table elements back into table mode*/
  }
  .cms-page-view.cms-cookie-bestimmungen .std table,
  .cms-page-view.cms-cookies-terms-and-conditions .std table {
    display: table;
    font-size: 11px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table tr,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr {
    display: table-row;
    border: none;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table th, .cms-page-view.cms-cookie-bestimmungen .std table td,
  .cms-page-view.cms-cookies-terms-and-conditions .std table th,
  .cms-page-view.cms-cookies-terms-and-conditions .std table td {
    display: table-cell;
    text-align: left;
    border: 1px solid #C0C0C0;
    padding: 10px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table th,
  .cms-page-view.cms-cookies-terms-and-conditions .std table th {
    background-color: #EEEDED;
    font-weight: bold;
    padding: 0 10px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table td:before,
  .cms-page-view.cms-cookies-terms-and-conditions .std table td:before {
    display: none;
  }
}
/* ============================================ *
 * Cookie Policy - Small View Port
 * ============================================ */
@media only screen and (max-width: 599px) {
  .cms-page-view.cms-cookie-bestimmungen .std table tr,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr {
    margin-bottom: 20px;
  }
  .cms-page-view.cms-cookie-bestimmungen .std table tr:first-child,
  .cms-page-view.cms-cookies-terms-and-conditions .std table tr:first-child {
    display: none;
  }
}
/* ============================================ *
 * Environment - Generic
 * ============================================ */
.cms-environment .col-main {
  padding: 0 0 0 15px;
  width: 100%;
  min-height: 410px;
}
.cms-environment .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -22px;
  background: url("/skin/frontend/vax/uk/images/headings/environment.png") no-repeat scroll 0% 0% transparent;
}
.cms-environment .col-main .std {
  padding: 0;
}
.cms-environment .col-main .std * {
  text-transform: none;
}
.cms-environment .col-main .std h2 {
  clear: both;
}
.cms-environment .col-main .std .intro {
  margin-bottom: 30px;
  max-width: 100%;
}
.cms-environment .col-main .std p {
  margin-bottom: 1em;
}
.cms-environment .col-main .std .resource_title {
  margin-bottom: 5px;
}
.cms-environment .col-main .std .resource_title h3, .cms-environment .col-main .std .resource_title h3 a {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.cms-environment .col-main .std .resource_element {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.cms-environment .col-main .std .resource_element a {
  text-decoration: none;
  color: #5A6870;
}
.cms-environment .col-main .std .resource_icon {
  float: left;
  background: url("/skin/frontend/vax/uk/images/icons/pdf.gif") no-repeat scroll 0% 0% transparent;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.cms-environment .col-main .std .resource_name {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}

/* ============================================ *
 * Environment - Medium and Large View Port
 * ============================================*/
@media only screen and (min-width: 771px) {
  .cms-environment .col-main {
    background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/banner-cms-environment.png") no-repeat scroll right 0px transparent;
  }
  .cms-environment .col-main .std {
    padding: 0px 50px;
  }
  .cms-environment .col-main .std .intro {
    max-width: 55%;
  }
  .cms-environment .col-main .std .resource_element {
    width: 50%;
  }
}
/* ============================================ *
 * Newsletter - Generic
 * ============================================ */
.cms-newsletter .col-main {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/bg_newsletter_signup.jpg") no-repeat scroll 0% 0% #FFF;
  background-size: cover;
  width: 100%;
  min-height: 740px;
  border: 1px solid #C5C5C5;
  padding: 13px 20px 0 15px;
  /* message after the form is submitted */
}
.cms-newsletter .col-main ul#admin_messages {
  margin-left: 10px;
  color: #F58426;
}
.cms-newsletter .col-main h1 {
  text-align: left;
  margin: 0 0 10px 10px;
  font-size: 40px;
  font-weight: normal;
  color: #5A6870;
  text-transform: none;
}
.cms-newsletter .col-main .std p {
  display: block;
  max-width: 400px;
  margin: 0 0 1em 10px;
}
.cms-newsletter .col-main .form-signup {
  margin-top: 35px;
  position: relative;
  padding-bottom: 30px;
}
.cms-newsletter .col-main .form-signup h4 {
  margin-left: 10px;
}
.cms-newsletter .col-main .form-signup .validation-advice {
  position: absolute;
  bottom: 0;
}
.cms-newsletter .col-main .form-signup .box input {
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  color: #A0A0A0;
  display: block;
  float: left;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin: 10px 0 0 10px;
  width: 95%;
  border-radius: 0;
}
.cms-newsletter .col-main input, .cms-newsletter .col-main select, .cms-newsletter .col-main textarea, .cms-newsletter .col-main button, .cms-newsletter .col-main .v-fix {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  vertical-align: middle;
}
.cms-newsletter .col-main button {
  margin-left: 10px;
  margin-top: 10px;
  width: 95%;
}
.cms-newsletter .col-main p.required, .cms-newsletter .col-main .validation-advice {
  margin: 0px 0px -10px 10px;
  color: #F00;
  font-size: 13px;
  clear: both;
}
.cms-newsletter .col-main .std p.terms {
  position: absolute;
  bottom: 30px;
  left: 40px;
  margin: 0px 50px 20px 15px;
}
.cms-newsletter .main-container {
  padding: 10px 30px 20px;
}

/* ============================================ *
 * Newsletter - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 480px) {
  .cms-newsletter .col-main {
    min-height: 550px;
  }
  .cms-newsletter .col-main .std p.terms {
    bottom: 20px;
  }
  .cms-newsletter .col-main .form-signup {
    margin-top: 20px;
  }
  .cms-newsletter .col-main .form-signup .box input {
    text-align: left;
    width: 46%;
  }
  .cms-newsletter .col-main .form-signup button {
    margin-top: 10px;
    width: 46%;
  }
}
@media only screen and (min-width: 600px) {
  .cms-newsletter .col-main .form-signup {
    max-width: 400px;
  }
  .cms-newsletter .col-main .form-signup .box input {
    width: 180px;
  }
  .cms-newsletter .col-main .form-signup button {
    width: 180px;
  }
}
/* ============================================================================================ *
 * Terms and Conditions, Website Terms and Conditions and Privacy Policy - Generic all views    *
 * ============================================================================================ */
.cms-page-view.cms-terms-and-conditions .col-main .page-title, .cms-page-view.cms-terms-and-conditions-of-website .col-main .page-title, .cms-page-view.cms-privacy-policy .col-main .page-title {
  margin: 10px 0px;
}
.cms-page-view.cms-terms-and-conditions .col-main h1, .cms-page-view.cms-terms-and-conditions-of-website .col-main h1, .cms-page-view.cms-privacy-policy .col-main h1 {
  text-transform: none;
  font-size: 27px;
  font-weight: normal;
  color: #5A6870;
}
.cms-page-view.cms-terms-and-conditions .col-main h2, .cms-page-view.cms-terms-and-conditions .col-main h2 a, .cms-page-view.cms-terms-and-conditions-of-website .col-main h2, .cms-page-view.cms-terms-and-conditions-of-website .col-main h2 a, .cms-page-view.cms-privacy-policy .col-main h2, .cms-page-view.cms-privacy-policy .col-main h2 a {
  text-transform: none;
}
.cms-page-view.cms-terms-and-conditions .col-main h3, .cms-page-view.cms-terms-and-conditions-of-website .col-main h3, .cms-page-view.cms-privacy-policy .col-main h3 {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}

/* ============================================ *
 * Video Gallery - Generic
 * ============================================ */
.cms-video-gallery .col-main {
  padding: 0;
  margin: 0 10px;
}
.cms-video-gallery .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -22px;
  background: url("/skin/frontend/vax/uk/images/headings/heading-video-gallery.png") no-repeat scroll 0% 0% transparent;
}
.cms-video-gallery .col-main .std {
  margin-left: 0;
  margin-right: 0;
}
.cms-video-gallery .col-main .std h2 {
  text-transform: none;
  margin-left: 10px;
  clear: both;
}
.cms-video-gallery .col-main .std p, .cms-video-gallery .col-main .std a {
  line-height: 1.66667;
}
.cms-video-gallery .col-main .std img {
  float: left;
  padding-right: 10px;
}
.cms-video-gallery .col-main .std img:hover {
  opacity: 0.6;
}
.cms-video-gallery .col-main .video_element {
  height: auto;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #C5C5C5;
  padding: 10px;
}
.cms-video-gallery .col-main .video_element h3 {
  text-transform: none;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
.cms-video-gallery .col-main .video_element h3 a {
  text-decoration: none;
  color: #5A6870;
}

/* ============================================ *
 * Video Gallery - Medium and Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cms-video-gallery .col-main {
    padding: 13px 20px 0 15px;
  }
  .cms-video-gallery .col-main .std {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cms-video-gallery .col-main .std > p {
    margin-left: 12px;
    margin-right: 10px;
  }
  .cms-video-gallery .col-main .std > ul li {
    margin-left: 30px;
  }
  .cms-video-gallery .col-main .video_element {
    width: 48.5%;
    height: 190px;
    margin: 0 0 10px 10px;
  }
}
/* ============================================ *
 * Video Gallery - Small View Port
 * ============================================ */
@media only screen and (max-width: 770px) {
  .cms-video-gallery .col-main .std h2 {
    margin-left: 0px;
  }
}
/* =========================================== *
 * Guarantee information - Generic all views   *
 * =========================================== */
.cms-registration-guarantee-information .col-main .page-title {
  margin: 10px 0px;
}
.cms-registration-guarantee-information .col-main h1 {
  height: 80px;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 -70px;
  background: url("/skin/frontend/vax/uk/images/headings/guarantee.png") no-repeat scroll 0% 0% transparent;
}

@media only screen and (min-width: 771px) {
  .cms-registration-guarantee-information .col-main h1 {
    margin: 0 0 0 -22px;
  }
}
.cms-landing-page .main-container {
  width: 100%;
  max-width: 100%;
  padding: 10px 0 0;
}
.cms-landing-page .main-container .breadcrumbs {
  width: 100%;
  margin: 0;
}
.cms-landing-page .main-container .breadcrumbs ul {
  max-width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .breadcrumbs {
    display: none;
  }
}
.cms-landing-page .main-container .col-main {
  /* landing page content styling */
}
.cms-landing-page .main-container .col-main .std {
  display: none;
}
.cms-landing-page .main-container .col-main .landing-page {
  display: block;
  position: relative;
  /* first the header */
  /* panels */
  /* why buy */
  /* shop */
}
.cms-landing-page .main-container .col-main .landing-page .lp-header {
  display: block;
  overflow: hidden;
  position: relative;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header img.bg {
  position: relative;
  width: 100%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header img.product {
  margin: 0 40px 40px 40px;
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .mobile-bg {
    position: relative;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .mobile-bg img.product {
    position: absolute;
    width: 70%;
    bottom: -20%;
    left: 15%;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
  width: 50%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h1, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h2, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents p, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a {
  color: #FFFFFF;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h1 {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  line-height: 0.8em;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h2 {
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin-bottom: 1em;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2em;
  margin-bottom: 2em;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a {
  font-size: 18px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.oos, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.shop-now {
  margin-bottom: 4em;
  float: left;
  clear: left;
  padding: 0 25px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.view-range {
  text-transform: uppercase;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-top: 4em;
  background: url("/skin/frontend/vax_rwd/anz/images/landingpages/arrow-circle.png") left center no-repeat transparent;
  display: block;
  height: 43px;
  width: 100%;
  line-height: 43px;
  padding-left: 53px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.view-range:hover {
  text-decoration: none;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac h1 {
  letter-spacing: 10px;
  line-height: 1em;
  margin-bottom: 25px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac h1 span {
  font-weight: 300;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac p:first-child {
  margin-bottom: 10px;
  color: #1ab7ea;
  font-size: 30px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac p:first-child span {
  text-transform: uppercase;
  font-weight: bold;
}
.cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac p:last-of-type {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 1199px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents {
    bottom: 20%;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac {
    bottom: 12%;
  }
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header img.product {
    margin: 0 40px 10px;
    float: right;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents {
    padding: 20px 40px;
    width: 64%;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h1 {
    font-size: 58px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h2 {
    font-size: 26px;
    margin-bottom: 0.75em;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents p {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a {
    font-size: 14px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.oos, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.shop-now {
    margin-bottom: 3em;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.view-range {
    left: 40px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents.slim-vac {
    width: 70%;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header img.bg {
    display: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header img.product {
    margin: 0 auto;
    float: none;
    width: 40%;
    margin-bottom: 10px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents {
    padding: 60px 40px 5px;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h1 {
    font-size: 34px;
    color: #003656;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents h2 {
    font-size: 18px;
    margin-bottom: 0.75em;
    color: #003656;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents p {
    font-size: 16px;
    margin-bottom: 1em;
    color: #222222;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a {
    font-size: 14px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.oos, .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.shop-now {
    margin-bottom: 1em;
    float: none;
    padding: 5px 25px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header .text-contents a.view-range {
    left: auto;
    position: relative;
    margin: 0.5em 0 0;
    color: #263746;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 5px;
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/mobile-down-arrow.png") bottom center no-repeat transparent;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels {
  display: block;
  overflow: hidden;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block {
  height: 240px;
}
@media only screen and (max-width: 1499px) and (min-width: 1280px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block {
    height: 202px;
  }
}

.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay {
  background-color: #c19257;
  opacity: 0.75;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-slim {
  background-color: #00A9D4;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-pet {
  background-color: #D21F29;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-petplus {
  background-color: #7C30A4;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-total {
  background-color: #B9A477;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block .overlay {
  background-color: #000;
  opacity: 0.5;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block:hover .overlay, .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay {
  background-color: #c19257;
  opacity: 0.75 !important;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block:hover .overlay-slim, .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-slim {
  background-color: #00A9D4;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block:hover .overlay-pet, .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-pet {
  background-color: #D21F29;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block:hover .overlay-petplus, .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-petplus {
  background-color: #7C30A4;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block:hover .overlay-total, .cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block.active .overlay-total {
  background-color: #B9A477;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block .text {
  bottom: 115px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block .text p {
  position: relative;
  padding-top: 25px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels.slim-vac .block .text p:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  display: block;
  background-color: #fff;
  top: 0;
  left: calc(50% - 20px);
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-panels {
    display: none;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.45;
  transition: all 0.75s;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block a {
  z-index: 102;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block .text {
  position: absolute;
  z-index: 101;
  right: 35px;
  left: 35px;
  bottom: 95px;
  -webkit-transform: translate3d(0, 78%, 0);
  transform: translate3d(0, 78%, 0);
  -webkit-transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block h5 {
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block h5::after {
  content: normal;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block h5 span {
  font-weight: 300;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block p {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 18px;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block:hover .text {
  -webkit-transform: translate3d(0, 52%, 0);
  transform: translate3d(0, 52%, 0);
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block:hover .overlay {
  opacity: 0.65;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block:hover p {
  opacity: 1;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block {
  position: relative;
  width: 25%;
  height: 202px;
  text-align: center;
  background-size: cover;
  float: left;
  margin-bottom: 0;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block img {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block.active .text {
  -webkit-transform: translate3d(0, 52%, 0) !important;
  transform: translate3d(0, 52%, 0) !important;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block.active .overlay {
  opacity: 0.65 !important;
}
.cms-landing-page .main-container .col-main .landing-page .lp-panels .block.active p {
  opacity: 1 !important;
}
@media only screen and (max-width: 1279px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-panels .block img {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-panels .block .text {
    left: 10%;
    right: 10%;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-panels .block h5 {
    font-size: 20px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-panels .block p {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy.slim-vac h3.mobile {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy.slim-vac h3 {
    display: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy.slim-vac h3.mobile {
    font-size: 19px;
    display: block;
    background-color: #003656;
    color: #FFFFFF;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banner-controls {
  display: none;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li .banner-content p {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 20px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li .banner-content h4 {
  font-size: 26px;
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li .banner-content {
    padding-bottom: 3em !important;
    z-index: 0;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(1) .banner-content.top {
  top: 40px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(2) .banner-content.top {
  top: 60px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(2) .banner-content > div {
  width: 42.33%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(4) .banner-content.top {
  top: 100px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(4) .banner-content > div {
  width: 38.33%;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li {
  position: relative;
  display: block;
  overflow: hidden;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li img {
  width: 100%;
  height: auto;
  position: relative;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content {
  position: absolute;
  z-index: 100;
  max-width: 940px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content.top {
  top: 58px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content.bottom {
  bottom: 58px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div {
  width: 33.33%;
  display: block;
  overflow: hidden;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div.left {
  float: left;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div.right {
  float: right;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content span.number {
  background: transparent url("/skin/frontend/vax_rwd/anz/images/landingpages/43px-circle.png") no-repeat scroll center center;
  color: #003656;
  display: block;
  font-size: 24px;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 43px;
  margin-bottom: 5px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content .white span.number {
  background: transparent url("/skin/frontend/vax_rwd/anz/images/landingpages/43px-circle-white.png") no-repeat scroll center center;
  color: #FFFFFF;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content .white h4 {
  color: #FFFFFF;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content .white p {
  color: #FFFFFF;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content h4 {
  font-size: 24px;
  font-weight: bold;
  color: #003656;
  text-transform: uppercase;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content p {
  font-size: 18px;
  color: #222222;
  line-height: 1.2em;
}
.cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ol {
  display: none;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content {
    position: relative;
    text-align: center;
    padding: 1.5em 1em 0.75em;
    margin-top: -12px;
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/arrow-up.png") no-repeat scroll top center;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content.top {
    top: auto;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content.bottom {
    bottom: auto;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div {
    width: 100%;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div.left {
    float: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content div.right {
    float: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content span.number {
    display: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content h4 {
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banner-controls {
    bottom: 18px;
    display: block;
    height: 18px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banner-controls .unslider-arrow {
    display: block;
    height: 18px;
    width: 18px;
    margin: 0 40px;
    cursor: pointer;
    position: absolute;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banner-controls .unslider-arrow.prev {
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/left-arrow.png") left center no-repeat transparent;
    float: left;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banner-controls .unslider-arrow.next {
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/right-arrow.png") right center no-repeat transparent;
    float: right;
    right: 0;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners {
    position: relative;
    min-height: 400px;
    text-align: center;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content h4 {
    font-size: 20px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ul li .banner-content p {
    font-size: 14px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ol {
    display: block;
    bottom: 10px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ol li {
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/dot-mobile.png") center center no-repeat transparent;
    text-indent: -9999px;
    height: 8px;
    width: 8px;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    z-index: 999;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners ol li.active {
    background: url("/skin/frontend/vax_rwd/anz/images/landingpages/dot-mobile-active.png") center center no-repeat transparent;
  }
}
@media only screen and (max-width: 500px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners {
    min-height: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners {
    min-height: 300px;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop {
  display: block;
  overflow: hidden;
  background-color: #ebebeb;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-shop.slim-vac h3 {
    background-color: #003656;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-shop.slim-vac h3 {
    font-size: 19px;
  }
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop.slim-vac ul li h5 span {
  font-weight: normal;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0 20px 0 25px;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 25px 0 50px 0;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul li:hover {
  background-color: #cccccc;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul li h5 {
  color: #003656;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: bold;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul li h5 span {
  font-weight: 200;
}
.cms-landing-page .main-container .col-main .landing-page .lp-shop ul li img {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-shop h3 {
    background-color: #263746;
    color: #FFFFFF;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-shop ul {
    padding: 0;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-shop ul li {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 545px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-shop ul li {
    width: 50%;
  }
}
.cms-landing-page .main-container .col-main .landing-page .container {
  max-width: 940px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  bottom: 0;
}
.cms-landing-page .main-container .col-main .landing-page .container .half {
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
}
.cms-landing-page .main-container .col-main .landing-page .container .half:last-child {
  float: right;
  overflow: visible;
}
.cms-landing-page .main-container .col-main .landing-page .container .half:last-child .text-contents {
  display: none;
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .container .half:last-child .text-contents {
    display: inline-block;
  }
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .container {
    position: relative;
  }
  .cms-landing-page .main-container .col-main .landing-page .container .half {
    width: 100%;
  }
  .cms-landing-page .main-container .col-main .landing-page .container .half:first-child {
    display: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .container .half:last-child {
    float: none;
  }
}
.cms-landing-page .main-container .col-main .landing-page h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 1em 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 24px;
  color: #003656;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page h3 {
    padding: 0.5em 0;
  }
}
.cms-landing-page .main-container .col-main .landing-page h3 > span {
  font-weight: 400;
}
.cms-landing-page .main-container .col-main .landing-page h5 {
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-landing-page .main-container .col-main .landing-page h5::after {
  content: normal;
}
.cms-landing-page .main-container .col-main .landing-page h5 span {
  font-weight: 300;
}
.cms-landing-page .main-container .col-main .landing-page a.shop-now {
  text-transform: uppercase;
  background-color: #A4C33C;
  color: #FFFFFF;
  height: 35px;
  line-height: 35px;
  padding: 5px 25px;
}
.cms-landing-page .main-container .col-main .landing-page a.shop-now:hover {
  text-decoration: none;
  background-color: #F58426;
}
.cms-landing-page .main-container .col-main .landing-page a.oos {
  text-transform: uppercase;
  background-color: transparent;
  color: #003656;
  height: 35px;
  line-height: 35px;
  padding: 5px 25px;
  border: 1px solid #003656;
}
.cms-landing-page .main-container .col-main .landing-page a.oos:hover {
  text-decoration: none;
}
.cms-landing-page.cms-steam-cleaners .block:hover .overlay {
  background-color: #00a9d4;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page.cms-steam-cleaners .lp-shop h3 {
    background-color: #00a9d4 !important;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page.cms-steam-cleaners h3 {
    background-color: #00a9d4 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
  }
  .cms-landing-page.cms-steam-cleaners .mobile-bg {
    background-color: #00a9d4;
  }
}
.cms-landing-page.cms-cordless .block:hover .overlay {
  background-color: #003656;
}
@media only screen and (max-width: 770px) {
  .cms-landing-page.cms-cordless .lp-shop h3 {
    background-color: #003656 !important;
  }
}
@media only screen and (max-width: 599px) {
  .cms-landing-page.cms-cordless h3 {
    background-color: #003656 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
  }
  .cms-landing-page.cms-cordless .mobile-bg {
    background-color: #003656;
  }
}

@media only screen and (min-width: 771px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .bg {
    display: block;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .bg.tablet {
    display: none;
  }
}
@media only screen and (max-width: 770px) and (min-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .bg {
    display: none;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .bg.tablet {
    display: block;
  }
}
@media only screen and (max-width: 770px) and (max-width: 599px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .mobile-bg {
    background-color: #003656;
    background-image: url("/skin/frontend/vax_rwd/anz/images/landingpages/cordless-slim-vac/tablet/bg-text-tablet.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents p:first-child {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content.top {
    top: auto;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content.bottom {
    bottom: auto;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content > div {
    width: auto;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content .white h4 {
    color: #003656;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content .white p {
    color: #222222;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content h4 {
    font-size: 24px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-why-buy .banners.slim-vac ul li:nth-child(n) .banner-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 771px) {
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents.slim-vac {
    width: 70%;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents.slim-vac p:first-of-type {
    font-size: 25px;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents.slim-vac p:last-of-type {
    margin-bottom: 1em;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents.slim-vac h1 {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 0.9em;
  }
  .cms-landing-page .main-container .col-main .landing-page .lp-header.slim-vac .text-contents.slim-vac a.shop-now {
    margin-bottom: 2em;
  }
}
.cms-page-view .page-title,
.category-title, .page-title {
  border-bottom: 0 !important;
  margin: 0 !important;
}
.cms-page-view .page-title h1,
.category-title h1, .page-title h1 {
  font-size: 30px !important;
  margin: 10px 0 0.7em !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
  text-rendering: optimizelegibility;
  color: #1d2b33 !important;
}

.cms-page-view .col-main,
.cms-page-view.cms-terms-and-conditions .col-main,
.cms-page-view.cms-terms-and-conditions-of-website .col-main,
.cms-page-view.cms-privacy-policy
.cms-page-view.cms-support-centre .col-main {
  border-bottom: 0 !important;
  margin: 0 !important;
}
.cms-page-view .col-main h1,
.cms-page-view.cms-terms-and-conditions .col-main h1,
.cms-page-view.cms-terms-and-conditions-of-website .col-main h1,
.cms-page-view.cms-privacy-policy
.cms-page-view.cms-support-centre .col-main h1 {
  font-size: 30px;
  margin: 25px 0 0.7em;
  font-weight: 400;
  line-height: 1.2em;
  text-rendering: optimizelegibility;
  color: #1d2b33;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #5A6870;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #5A6870;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 95px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #5A6870;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("/skin/frontend/vax_rwd/anz/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 30px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ededed;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ededed;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #5A6870;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #5A6870;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #5A6870;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #94b036;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #5A6870;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ededed;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* Category page layout */
.product-primary {
  width: 73%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .product-primary {
    width: 98%;
  }
}

.product-shop2 {
  float: right;
  width: 27%;
  text-align: right;
  margin-top: 7px;
}

.catalog-category-view .main-container.col2-left-layout {
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .cart-icons-secondary {
    width: 33%;
    clear: left;
    float: left;
  }

  .product-shop2 {
    margin-top: 7px;
  }
}
/* -------------------------------------------- *
* Product Name
*/
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  text-transform: none;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #00ABD2;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #00ABD2;
  text-decoration: underline;
}

h2.product-name a {
  margin-right: 5px;
}

.catalogsearch-result-index h2.product-name img.genuine-parts {
  clear: both;
  height: 25px;
  margin-top: 5px;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 7px;
  margin-right: 8px;
  width: 70%;
}

.products-list .product-name a {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.category-title {
  border-bottom: 1px solid #E7E8E8;
  margin-bottom: 30px;
}
.category-title h1 {
  float: left;
}
.category-title:after {
  content: '';
  display: table;
  clear: both;
}

.catalog-category-view .category-title h1 {
  font-size: 30px;
}

.products-list .btn-cart:disabled {
  background-color: #A4C33C;
}

/* ============================================ *
* Buyer Guide - General
* ============================================ */
.category-title .buyers-guide {
  float: left;
  line-height: 39px;
  position: relative;
  padding-right: 19px;
}

.category-title .buyers-guide:after {
  position: absolute;
  background-position: -300px -539px;
  width: 11px;
  height: 10px;
  content: " ";
  margin-left: 8px;
  margin-top: 15px;
}

.buyers-guide-bottom {
  border: 1px solid #E7E8E9;
  padding: 0px 20px;
}
.buyers-guide-bottom:after {
  content: '';
  display: table;
  clear: both;
}
.buyers-guide-bottom p {
  color: #1D2B33;
  line-height: 35px;
  float: left;
}
.buyers-guide-bottom a {
  margin: 10px 0px;
  line-height: 40px;
  float: right;
  color: #fff;
  padding: 0px 21px;
  border-radius: 5px;
  /* TODO move to sprite - added to sprite update this CSS once found*/
  background: #00ABD2 url("/skin/frontend/vax_rwd/anz/images/move_to_sprite_file/buyers_guide_right_arrow.png") 168px 18px no-repeat;
}
.buyers-guide-bottom a:hover {
  text-decoration: none;
  background: #0096b9 url("/skin/frontend/vax_rwd/anz/images/move_to_sprite_file/buyers_guide_right_arrow.png") 168px 18px no-repeat;
}

.catalog-category-view img.genuine-parts {
  display: none;
}

@media only screen and (min-width: 534px) {
  .category-title .buyers-guide {
    float: right;
  }

  .buyers-guide-bottom p {
    line-height: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .buyers-guide-bottom p {
    font-size: 22px;
    line-height: 80px;
  }
  .buyers-guide-bottom a {
    margin-top: 20px;
  }
}
/* ============================================ *
* Product List
* ============================================ */
.products-list li.item {
  position: relative;
}
.products-list li:last-child {
  margin-bottom: -12px;
  padding-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFF;
  box-shadow: 0 12px 20px -17px #CCC;
}
.products-list > li .product-image {
  clear: left;
  box-shadow: 0px 2px 6px -1px #CFCFCF;
  border: 1px solid white;
  padding: 4px;
}
.products-list > li .product-image:hover {
  box-shadow: none;
  border: 1px solid #00abd2;
}
.products-list > li .features li {
  position: relative;
  list-style-type: none;
  line-height: 2;
  font-size: 14px;
}
.products-list > li .features li:before {
  position: absolute;
  background-position: -250px -539px;
  width: 16px;
  height: 11px;
  left: -25px;
  content: " ";
  line-height: 21px;
  margin-top: 6px;
}
.products-list .product-shop .desc .compatible-link {
  text-decoration: underline;
}
.products-list .product-shop .desc.has-energy-rating {
  /*margin-top: 54px; to cover eco movement */
}
.products-list .product-shop button {
  font-weight: bold;
  box-shadow: 0px 1px 3px #bbb;
}
.products-list .product-shop button:hover {
  box-shadow: none;
}
.products-list .price-box {
  position: relative;
  height: 47px;
  margin-top: 2px;
}
.products-list .price-box .price, .products-list .price-box .regular-price {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.products-list .price-box .old-price .price {
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 0;
}
.products-list .discount-label {
  font-weight: bolder;
  font-size: 16px;
  color: #F48326;
  margin-top: -7px;
  display: block;
}
.products-list .btn-cart {
  text-transform: none;
}

/* ============================================ *
* Product List - Medium View Port
* ============================================ */
@media only screen and (max-width: 479px) {
  .products-list .btn-cart, .products-list .btn-more-details, .products-list .availability.out-of-stock span {
    width: 100%;
  }
  .products-list > li .desc {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) {
  .desc.has-energy-rating {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 600px) {
  .products-list > li .product-image {
    width: 23%;
    /*width: 172px;
    max-width: 172px;*/
    box-sizing: content-box;
  }
  .products-list li:last-child {
    margin-bottom: 20px;
  }
  .products-list .product-shop {
    width: 75%;
    padding-left: 15px;
  }
  .products-list .product-shop .desc {
    width: 65%;
    padding-right: 15px;
    position: relative;
  }
  .products-list .product-shop .product-secondary {
    width: 35%;
  }
  .products-list .product-shop .desc.has-energy-rating {
    margin-top: -20px;
  }
  .products-list .discount-label {
    font-size: 14px;
  }
  .products-list .btn-cart {
    min-width: 140px;
  }
}
.product-no {
  background-color: #f0f1f2;
  line-height: 20px;
  padding: 0px 8px;
  color: #727d84;
  font-size: 11px;
  display: inline-block;
  border: 2px solid #f0f1f2;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  right: 0;
}

/* -------------------------------------------- *
* Icons
*/
.cart-icons {
  float: none;
  margin: 11px 0px 0px 0px;
  width: 100%;
}
.cart-icons li {
  float: left;
  clear: left;
  margin: 0px 0px 11px 0px;
  max-width: 40px;
  max-height: 40px;
}
.cart-icons li a img {
  max-width: 100%;
  max-height: 100%;
}
.cart-icons li.even {
  float: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .cart-icons li {
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 600px) {
  .cart-icons {
    float: right;
    width: 130px;
  }
  .cart-icons li.odd {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .cart-icons li, .cart-icons li.even {
    float: left;
    clear: none;
    max-width: 100%;
    max-height: 100%;
    width: 45%;
    height: auto;
  }
  .cart-icons li.odd, .cart-icons li.even.odd {
    margin-right: 10%;
  }
  .cart-icons li img, .cart-icons li.even img {
    width: 60px;
    height: auto;
  }

  .products-list .cart-icons li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* -------------------------------------------- *
* Eco Ratings
*/
.energy-rating-container {
  border-bottom: 1px solid #E7E8E8;
  min-height: 20px;
  padding-bottom: 10px;
}

.product-shop2 .energy-rating-container {
  display: none;
}

.energy-rating-label {
  height: 20px;
  width: 130px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/ratings.png") top right no-repeat;
  display: block;
  text-align: left;
  color: #717D83;
  font-size: 12px;
  line-height: 20px;
}

.energy-rating-label div {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/ratings.png") top right no-repeat;
}

.energy-icon-b {
  background-position: 0 -20px;
}

.energy-icon-c {
  background-position: 0 -40px;
}

.energy-icon-d {
  background-position: 0 -60px;
}

.energy-icon-e {
  background-position: 0 -80px;
}

.energy-icon-f {
  background-position: 0 -100px;
}

@media only screen and (min-width: 600px) {
  .product-shop2 .energy-rating-container {
    display: block;
  }

  .product-shop .energy-rating-container {
    display: none;
  }

  .energy-rating-container {
    border-bottom: none;
    margin-top: 14px;
    margin-bottom: 16px;
    padding-bottom: 0;
    position: relative;
  }

  .energy-rating-label {
    float: right;
  }

  .energy-rating-label-b {
    background-position: 100% -20px;
  }

  .energy-rating-label-c {
    background-position: 100% -40px;
  }

  .energy-rating-label-d {
    background-position: 100% -60px;
  }

  .energy-rating-label-e {
    background-position: 100% -80px;
  }

  .energy-rating-label-f {
    background-position: 100% -100px;
  }

  .energy-rating-label-g {
    background-position: 100% -120px;
  }
}
/* ============================================ *
* Prices
* ============================================ */
.price-box .special-price {
  padding-left: 0px;
  clear: both;
}

.price-box .old-price, .price-box .old-price .price {
  color: #717D83;
  font-size: 12px;
  padding-top: 5px;
  font-weight: normal;
}

.price-box .price, .price-box .regular-price, .pricing .price-box {
  color: #1D2B33;
  font-weight: bold;
}

.price-box .old-price, .price-box .special-price {
  display: block;
}

.pricing .price-box {
  font-size: 22px;
}

/* ============================================ *
* Layered Navigation - General
* ============================================ */
body:not(.customer-account) .block-layered-nav--filters.block:first-child .block-title {
  border-top: 4px solid #F58325;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px 10px 7px 10px;
}

.block-layered-nav {
  border-top: 4px solid #F58426;
  margin-bottom: 0;
  box-shadow: 0 6px 10px -5px #BBB;
  border-right: 1px solid #E3E5E6;
  border-left: 1px solid #E3E5E6;
}
.block-layered-nav label {
  padding: 10px 0;
}
.block-layered-nav .block-title {
  display: inline-block;
  padding: 15px 0 20px 20px;
  width: 100%;
  box-shadow: 0px 12px 20px -16px #CCC;
}
.block-layered-nav .block-title strong {
  font-size: 20px;
  font-weight: bold;
}
.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
  margin-top: -4px;
  border-top: none;
  padding: 15px 20px 15px 40px;
}
.block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter.active {
  /*box-shadow: 0px 12px 20px -16px #CCC;*/
}
.block-layered-nav .block-content > dl > dt {
  background-color: transparent;
  padding: 15px 15px 15px 20px;
  border: none transparent;
  box-shadow: 0px 12px 20px -16px #CCC;
}
.block-layered-nav .block-content > dl > dt:hover {
  box-shadow: none;
}
.block-layered-nav .block-content.accordion-open > dl > dt.current {
  border-bottom: 0;
  box-shadow: none;
}
.block-layered-nav .block-content > dl > dd {
  border-width: 0;
  border-color: #E3E5E6;
  box-shadow: 0px 12px 20px -16px #CCC;
  padding-left: 20px;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 0 1px 0;
}

body:not(.customer-account) .block:first-child .block-title {
  padding: 15px 0 15px 20px;
}

.block-layered-nav .block-subtitle--filter {
  border: none;
  background: none;
  color: #3399CC;
  text-transform: none;
}

.block-layered-nav--no-filters .block-subtitle--filter {
  border-top: 4px solid #F58325;
}

.block-layered-nav .block-subtitle--filter:hover {
  background: #E5E6E8;
  color: #3399CC;
}

.block-layered-nav #narrow-by-list {
  padding: 0px 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.block-layered-nav .block-content > dl > dt:first-child {
  border-top-width: 0px;
}

.block-layered-nav #narrow-by-list.no-display {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.filter-yardsale_filters {
  display: none !important;
}

.filter-checkbox-wrapper {
  float: left;
}

.filter-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #C9CBCB;
  box-shadow: inset 0px -3px 7px #F0EDED;
  border-radius: 3px;
  display: block;
  margin-right: 9px;
  margin-bottom: 10px;
  position: relative;
}

.filter-checkbox-on:after {
  position: absolute;
  background-position: -250px -539px;
  width: 16px;
  height: 16px;
  content: " ";
  left: 0px;
  top: 1px;
}

.block-layered-nav .block-title strong,
.block-layered-nav .block-content > dl > dt {
  text-transform: none;
}

.block-layered-nav .block-content {
  margin-top: 0px;
}

.block-layered-nav label {
  display: block;
}

.block-layered-nav .label {
  color: #65737B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.block-layered-nav .label.disabled {
  color: #ccc;
}

.block-layered-nav .actions {
  float: right;
  margin: 0px 0px;
}

.block-layered-nav-bottom-bg {
  display: none;
}

.show-all-filters {
  color: #00ABD2;
}

/* active filters */
.block-layered-nav .currently {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.block-layered-nav .currently .block-subtitle {
  text-transform: none;
  padding: 10px 0px 0px 10px;
}

.block-layered-nav .currently ol li {
  background-color: #F1F3F3;
  border-radius: 5px;
}

/*show filters arrow*/
.block-layered-nav .block-subtitle--filter::after {
  border-color: transparent -moz-use-text-color transparent #ffffff;
  border-style: none;
  border-width: 0;
  content: " ";
  display: block;
  height: 12px;
  margin-top: 3px;
  position: absolute;
  right: 0px;
  top: 31%;
  width: 8px;
  left: 20px;
  background-position: -320px -570px;
}

/*
remove the white arrow
.block-layered-nav .block-subtitle--filter:hover::after {
    border-color: transparent -moz-use-text-color transparent #ffffff;
    border-style: none;
    border-width: 0;
    content: " ";
    display: block;
    height: 12px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 31%;
    width: 8px;
    left: 20px;
    @extend .icon-sprite;
    background-position: -100px -20px;
}*/
.block-layered-nav .block-subtitle--filter.active:after {
  border-color: transparent -moz-use-text-color transparent #ffffff;
  border-style: none;
  border-width: 0;
  content: " ";
  display: block;
  height: 8px;
  margin-top: 1px;
  position: absolute;
  right: 0px;
  top: 42%;
  width: 17px;
  left: 17px;
  background-position: -300px -570px;
}

/* remove the white arrow
.block-layered-nav .block-subtitle--filter.active:hover::after {
    border-color: transparent -moz-use-text-color transparent #ffffff;
    border-style: none;
    border-width: 0;
    content: " ";
    display: block;
    height: 8px;
    margin-top: 1px;
    position: absolute;
    right: 0px;
    top: 42%;
    width: 17px;
    left: 17px;
    @extend .icon-sprite;
    background-position: -100px 0px;
}*/
/*.block-layered-nav .block-subtitle--filter.active:after,
.block-layered-nav .block-subtitle--filter:after {
content:none;
}
.block-layered-nav .block-subtitle--filter.active:after {
@extend .icon-sprite;
position: absolute;
background-position: -300px -570px;
width: 7px;
height: 8px;
content: " ";
left: 10px;
top: 50%;
}
.block-layered-nav .block-subtitle--filter:after {
@extend .icon-sprite;
position: absolute;
background-position: -300px -550px;
width: 12px;
height: 8px;
content: " ";
left: 10px;
top: 50%;
}*/
/* Makes top of category page smaller so product can be seen without scrolling */
@media only screen and (max-width: 320px) {
  .category-view .category-title h1 {
    margin-bottom: 10px;
  }

  .category-view .category-title {
    margin-bottom: 20px;
  }

  body:not(.customer-account) .block:first-child .block-title {
    padding: 10px 0 10px 20px;
  }

  .block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
    padding: 10px 20px 10px 40px;
  }

  .category-view ol.products-list {
    margin-top: 0px;
  }

  .col2-left-layout .pager .count-container .limiter .show-all {
    margin-top: 45px;
    padding: 5px 0px;
  }

  .category-view .toolbar {
    margin-bottom: -35px;
  }

  .category-view .sorter {
    margin-bottom: 0px;
  }
}
/* ============================================ *
* Layered Navigation - Large View Port
* ============================================ */
@media only screen and (min-width: 771px) {
  .block-layered-nav {
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .block-layered-nav label {
    padding: 0;
  }
  .block-layered-nav .block-title {
    display: inline-block;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }
  .block-layered-nav .block-title strong {
    margin-top: 0px;
    font-size: 13px;
  }
  .block-layered-nav.block-layered-nav--no-filters .block-subtitle--filter {
    border-top: none;
    padding: 0;
  }
  .block-layered-nav .block-content > dl > dt {
    box-shadow: none;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    background-color: transparent;
  }
  .block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px;
  }
  .block-layered-nav .block-content > dl > dd:hover {
    background-color: transparent;
  }

  .block-layered-nav {
    box-shadow: 0 2px 6px -2px #cfcfcf;
  }

  .block-layered-nav .block-subtitle--filter {
    background: none;
    color: #1D2B33;
    border-top: 4px solid #F58325;
  }

  body:not(.customer-account) .block-layered-nav.block:first-child .block-title {
    border-top: 4px solid #F58325;
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
    margin-bottom: 0px;
    padding: 7px 20px;
    /*display: block;*/
  }

  body:not(.customer-account) .block-layered-nav.block:first-child .block-title strong {
    font-size: 14pt;
  }

  .block-layered-nav .block-content > dl > dt {
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    padding: 15px 20px 0 20px;
    font-weight: 400;
    color: #1b2b33;
  }

  .block-layered-nav .block-content > dl > dd {
    border-left: 1px solid #E3E5E6;
    border-right: 1px solid #E3E5E6;
    border-bottom: none;
    box-shadow: 0px 7px 9px -8px #cfcfcf;
    padding: 10px 20px;
  }

  .products-list .product-name a {
    float: left;
    width: 80%;
  }

  .product-no {
    position: absolute;
    top: 4px;
    right: 0;
  }

  .catalog-category-view img.genuine-parts {
    float: left;
    display: block;
    margin-top: -3px;
    margin-left: 5px;
  }
}
/* Price slider
----------------------------------*/
.price-slider-container {
  max-width: 129px;
}
.price-slider-container:after {
  content: '';
  display: table;
  clear: both;
}
.price-slider-container .price-textbox {
  width: 146px;
}

.price-slider-container input[type=text] {
  font-size: 18px;
  color: #fff;
  background: #F58426;
  /*width: $price-slider-width;*/
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 0px 25px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.price-slider-container .ui-widget-content {
  background: url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_bg.jpg) 50% top repeat-x;
  color: #333333;
  margin-top: 7px;
}

.price-slider-container .ui-widget-header {
  background: url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_bg.jpg) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* Interaction states
----------------------------------*/
.price-slider-container .ui-state-default,
.price-slider-container .ui-widget-content .ui-state-default,
.price-slider-container .ui-widget-header .ui-state-default {
  background: #f6f6f6 url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.price-slider-container .ui-state-default a,
.price-slider-container .ui-state-default a:link,
.price-slider-container .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.price-slider-container .ui-state-hover,
.price-slider-container .ui-widget-content .ui-state-hover,
.price-slider-container .ui-widget-header .ui-state-hover,
.price-slider-container .ui-state-focus,
.price-slider-container .ui-widget-content .ui-state-focus,
.price-slider-container .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.price-slider-container .ui-state-hover a,
.price-slider-container .ui-state-hover a:hover,
.price-slider-container .ui-state-hover a:link,
.price-slider-container .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.price-slider-container .ui-state-active,
.price-slider-container .ui-widget-content .ui-state-active,
.price-slider-container .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(/skin/frontend/vax/uk/images/category/layered-nav/price_slider_btn.jpg) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.price-slider-container .ui-state-active a,
.price-slider-container .ui-state-active a:link,
.price-slider-container .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/*ol#filter-content-category li,
ol#filter-content-function li { margin-bottom: 5px; }
ol#filter-content-function li.last { margin-bottom: 0px; }
ol#filter-content-function { width: 350px; }
ol#filter-content-function li label { text-align: left; }
ol#filter-content-function li.odd { float: left; }
ol#filter-content-function li.even { float: right; min-width: 177px; }*/
.price-slider {
  clear: both;
}

.price-slider-container .price-textbox {
  /*width: $price-slider-width;*/
}

.price-slider-container .min-price, .price-slider-container .max-price {
  font-size: 16px;
  color: #717D83;
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 0px 0px;
  width: auto;
  font-weight: normal;
}

.price-slider-container .min-price {
  float: left;
}

.price-slider-container .max-price {
  float: right;
}

/* ============================================ *
* Progress Container
* ============================================ */
.progress-container-wrapper {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
}

.progress-bg {
  width: 100%;
  height: 1200px;
  opacity: 0.8;
  background-color: #000000;
}

.progress-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: #FFF;
  background-image: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/spinner.gif");
  background-position: center 80%;
  background-repeat: no-repeat;
  z-index: 200;
  border: 3px solid #f58426;
  border-radius: 8px;
  margin-left: -100px;
  margin-top: -100px;
}

.progress-container .msg {
  text-align: center;
  color: #f58426;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0px 20px;
}

.catalog-category-view .availability.out-of-stock span {
  display: none;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
  min-height: 40px;
  max-height: 40px;
}

.products-list .action .button:hover, .products-grid .actions .button:hover {
  background-color: #F58426;
}

.price-box {
  display: none;
}

.cart-icons {
  float: none;
  position: absolute;
  top: 40px;
  right: 10px;
}

@media only screen and (min-width: 771px) {
  .products-list .product-shop .action {
    position: absolute;
    top: -2px;
    right: 0;
  }
}
@media only screen and (max-width: 770px) {
  .cart-icons {
    float: none;
    position: absolute;
    top: 85px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-icons {
    float: none;
    position: relative;
    top: initial;
    right: initial;
  }
}
/* Product View */
.catalog-product-view .product-view .product-shop .short-description {
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .plain-text {
    margin-top: 20px;
  }
  .plain-text.top {
    margin-top: 50px;
  }

  .catalog-product-view .product-view .product-name h1 {
    text-align: center;
  }
  .catalog-product-view .product-view .product-name.product-model {
    overflow: hidden;
  }
  .catalog-product-view .product-view .product-model .model {
    float: none !important;
    width: 100px;
    margin: auto;
    text-align: center;
    clear: both;
    margin: auto;
  }

  .spec-left table {
    width: 100% !important;
  }
  .spec-left td {
    width: 50%;
  }
}
@media only screen and (max-width: 510px) {
  .catalog-product-view .product-view .product-name h1 {
    text-align: center;
  }
  .catalog-product-view .product-view .product-model .model {
    text-align: center;
  }
}
/* Responsive popup on Category pages */
@media only screen and (max-width: 771px) {
  .fancybox-overlay .fancybox-wrap {
    left: 50% !important;
    margin-left: -45.5% !important;
    width: 91% !important;
  }
  .fancybox-overlay .fancybox-skin {
    padding: 15px 0 !important;
  }
  .fancybox-overlay .fancybox-inner {
    width: auto !important;
  }
}
.fancybox {
  text-decoration: none;
  background: #A4C33C;
  display: block;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  width: 140px;
  margin-top: 10px;
  clear: both;
  box-shadow: 0px 1px 3px #bbb;
}
.fancybox:hover {
  background: #F58325;
  color: #fff !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  .fancybox {
    float: right;
  }
}
@media only screen and (max-width: 610px) {
  .fancybox {
    float: none;
    margin-top: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .fancybox {
    margin-top: 10px;
    width: 100%;
  }
}

.cart-icons {
  top: 100px;
}
@media only screen and (max-width: 768px) {
  .cart-icons {
    position: relative;
    float: right;
    top: inherit;
    left: inherit;
  }
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #5A6870;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 20px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #5A6870;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 20px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #5A6870;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 20px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #5A6870;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 20px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 18px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 20px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("/skin/frontend/vax_rwd/anz/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #5A6870;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ededed;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #5A6870;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5A6870;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #5A6870;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #CCCCCC;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #F4F4F4;
  padding: 15px 20px;
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #5A6870;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #5A6870;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 20px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Product View - General CSS
 * ============================================ */
.catalog-product-view {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}

.catalog-product-view .product-view .product-name.product-model {
  padding: 0px 10px;
  margin-top: 30px;
}

.catalog-product-view .product-view .product-name h1 {
  border-bottom: none;
  float: left;
  padding-right: 10px;
  font-size: 30px;
}

.catalog-product-view .product-view .product-model .model {
  float: left;
  color: #65737B;
  background-color: #E7E8E9;
  padding: 2px 4px;
  font-size: 11px;
  margin-top: 9px;
}

.catalog-product-view .product-view .product-model .model h2 {
  font-size: 11px;
  line-height: 16.5px;
  margin: 0;
}

.catalog-product-view .product-view .product-model img.genuine-parts {
  float: left;
  margin-top: 3px;
}

.catalog-product-view .product-view .product-essential {
  padding-top: 20px;
}

.catalog-product-view .product-view .product-info-wrapper,
.catalog-product-view .product-view .product-info-wrapper .price-box {
  clear: both;
}

.catalog-product-view .product-view .product-info-wrapper .price-info {
  float: left;
}

.catalog-product-view .product-view .price-box .special-price {
  float: left;
}

.catalog-product-view .upsell-range .price-box .special-price {
  float: right;
}

.catalog-product-view .product-view .price-box .old-price {
  padding-left: 5px;
  padding-top: 0px;
}

.catalog-product-view .price-box .old-price {
  position: relative;
  display: inline-block;
}

.catalog-product-view .upsell-range .price-box .old-price {
  float: right;
}

.catalog-product-view .product-view .old-price .price-label {
  display: inline;
  font-size: 12px;
  text-transform: lowercase;
}

.catalog-product-view .product-view .product-shop .price-info {
  float: left;
  text-align: left;
  max-width: 100%;
}

.catalog-product-view .price-box .product-shop .special-price .price,
.product-view .product-shop .price-box .regular-price {
  font-size: 22px;
}

.catalog-product-view .price-box .old-price .price {
  font-size: 12px;
  font-weight: normal;
}

.catalog-product-view .product-view .price-info .save-amount {
  color: #F58426;
  font-weight: bold;
  font-size: 14px;
  clear: both;
}

.catalog-product-view .product-name.product-model .save-amount {
  margin-bottom: 25px;
}

.catalog-product-view .product-view .bazaar-voice .rating-product {
  float: right;
}

.catalog-product-view .product-view .product-shop .energy-rating {
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  max-width: 100%;
  clear: both;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.catalog-product-view .product-name.product-model .energy-rating {
  border-top: 1px solid #E7E8E9;
  border-bottom: 1px solid #E7E8E9;
  max-width: 100%;
  clear: both;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
  float: left;
}

.catalog-product-view .product-name.product-model .energy-rating .energy-rating-label {
  float: left;
}

.catalog-product-view .product-view .product-shop .energy-rating a.btn-product-fiche {
  float: right;
  color: #1D2B33;
  text-decoration: underline;
}

.catalog-product-view .product-name.product-model .energy-rating a.btn-product-fiche {
  float: right;
  color: #1D2B33;
  text-decoration: underline;
}

.catalog-product-view .product-view #product-fiche {
  display: none;
}

.catalog-product-view .product-view .price-box .regular-price,
.catalog-product-view .product-shop .price-box .full-product-price .price {
  color: #1D2B33;
}

.catalog-product-view .price-box .price-as-configured .price-label {
  display: none;
}

.catalog-product-view .product-view .product-info-wrapper .price-box .regular-price {
  font-size: 16px;
  font-weight: bold;
}

.catalog-product-view .product-view .product-shop .key-features ul li {
  padding-left: 30px;
  position: relative;
}

.catalog-product-view .product-view .product-shop .key-features ul li:before {
  position: absolute;
  background-position: -250px -539px;
  width: 14px;
  height: 11px;
  content: " ";
  left: 0px;
  top: 4px;
}

.catalog-product-view #product-summary .shop img {
  float: none;
  margin: 0 auto;
  margin-bottom: -30px;
}

.catalog-product-view .product-view .add-to-cart {
  border: none;
  background-color: #E7E8E9;
  padding: 25px;
  margin-bottom: 0px;
}

.catalog-product-view .product-view .product-options-bottom .price-box,
.catalog-product-view .product-view .add-to-cart .qty-wrapper,
.catalog-product-view .product-view .add-to-cart-buttons .button,
.catalog-product-view .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 0px;
}

.catalog-product-view .product-view .add-to-cart-buttons {
  float: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper {
  float: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper label {
  position: relative;
  display: none;
}

.catalog-product-view .product-view .add-to-cart .qty-wrapper .qty {
  height: 30px;
  position: relative;
  top: 5px;
  width: 100%;
}

.catalog-product-view .product-view .add-to-cart-buttons button.btn-cart {
  background-color: #A4C33C;
}

.catalog-product-view .product-view .out-of-stock .add-to-cart-buttons {
  float: none;
}

.catalog-product-view .product-view .out-of-stock .add-to-cart-buttons p.out-of-stock {
  width: 140px;
  margin: 0 auto;
}

.catalog-product-view .product-view .add-to-cart.out-of-stock {
  background-color: #ffffff;
}

.catalog-product-view .product-view .add-to-cart .out-of-stock span {
  background-color: #e7e7e7;
  padding: 7px;
  color: #5a6870;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
}

.catalog-product-view .product-view .add-to-cart .product-stock-alert-limit {
  color: #cf102d;
  text-align: right;
}

.catalog-product-view .product-options p.required {
  display: none;
}

.catalog-product-view .product-options-bottom .btn-cart {
  text-transform: none;
  font-size: 16px;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
}

.catalog-product-view .product-image {
  border: none;
}

.catalog-product-view .zoomContainer {
  display: none;
}

.catalog-product-view .product-image-gallery {
  margin-top: 3px;
}

.catalog-product-view .product-image-gallery img {
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
  max-width: 97%;
}

.catalog-product-view .banner {
  margin-top: 0px;
}

.catalog-product-view .product-view .banner {
  position: relative;
  overflow: auto;
}

.catalog-product-view .product-view .product-img-box .banner {
  width: 100% !important;
}

.catalog-product-view .product-view .banner-controls {
  position: relative;
  width: 100%;
}

.catalog-product-view .product-view .banner-container {
  border: none;
  left: -10px;
}

.catalog-product-view .product-view .banner li {
  list-style: none;
}

.catalog-product-view .product-view .product-img-box {
  margin-bottom: 35px;
}

.catalog-product-view .product-view .product-img-box .banner ul li {
  float: left;
  min-height: 75px;
  padding: 9px 0px 0px;
}

.catalog-product-view .product-view .product-img-box .banner ul li {
  margin-top: 0px;
}

.catalog-product-view .product-view .product-img-box .banner ul li:first-child {
  padding-left: 1px;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark {
  top: 40px;
  left: 0px;
  background-position: -250px -580px;
  width: 12px;
  height: 17px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light {
  top: 40px;
  left: 0px;
  background-position: -250px -550px;
  width: 12px;
  height: 17px;
  position: absolute;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark {
  top: 40px;
  right: 7px;
  background-position: -287px -580px;
  width: 12px;
  height: 17px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light {
  top: 40px;
  right: 7px;
  background-position: -287px -550px;
  width: 12px;
  height: 17px;
  position: absolute;
}

.catalog-product-view .product-view .product-img-box .banner .dots {
  display: none;
}

.catalog-product-view .product-view .product-image-thumbs a {
  outline: none;
  border: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .product-image-thumbs a.active {
  border: 2px solid #00ABD2;
}

.catalog-product-view .product-view .product-image-thumbs a:not(.active):hover,
.catalog-product-view .nav-spares-and-accessories .mini-products-list li a.product-image img:hover,
.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image img:hover {
  border: 1px solid #00ABD2;
}

.catalog-product-view .product-view .product-shop .short-description {
  font-size: 16px;
}

.catalog-product-view .product-view #cart-icons {
  padding: 40px 60px;
}

.catalog-product-view .product-view #cart-icons .cart-icon {
  float: left;
  padding: 9px;
}

.catalog-product-view .product-view .box-recommended {
  overflow: hidden;
  margin-bottom: 30px;
}

.catalog-product-view .product-view .box-recommended .recommended-titles h3.title {
  float: left;
  width: 50%;
}

.catalog-product-view .product-view .box-recommended ul {
  clear: both;
}

.catalog-product-view .product-view .box-recommended ul li {
  width: 50%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .main-product {
  border: 1px solid #E7E8E9;
  padding: 15px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.catalog-product-view .product-view .box-recommended ul li h3 {
  text-transform: none;
  color: #1d2b33;
}

.catalog-product-view .product-view .box-recommended ul li .product-image {
  width: 30%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-image img {
  width: 100%;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .product-view .box-recommended ul li .product-image img:hover {
  border: 1px solid #00ABD2;
}

.catalog-product-view .product-view .box-recommended ul li .product-info {
  width: 46%;
  float: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-info h3 {
  margin-left: 20px;
  text-align: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-info .discount-label {
  font-size: 12px;
  color: #F58426;
  margin-left: 20px;
  text-align: left;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions {
  width: 24%;
  float: right;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .price-box {
  font-weight: bold;
  color: #1d2b33;
  text-align: right;
  font-size: 14px;
  margin: 0;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .btn-more-details {
  display: none;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart {
  padding: 5px 18px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #a4c33c;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  padding: 5px 18px;
  color: #333;
  background-color: #e7e7e7;
  border-radius: 5px;
}

.catalog-product-view .product-view .product-feature-nav {
  display: none;
  clear: both;
  left: 0px;
}

.catalog-product-view .product-view .product-feature-nav .nav-last {
  position: relative;
}

.catalog-product-view .product-view .product-feature-nav a.nav-first:after,
.catalog-product-view .product-view .product-feature-nav a.nav-middle:after {
  bottom: 12px;
  right: 0px;
  content: " ";
  background-position: -150px -585px;
  width: 1px;
  height: 13px;
  position: absolute;
}

.catalog-product-view .product-view .product-feature-nav .nav-last::before {
  bottom: 15px;
  left: -2px;
  content: " ";
  background-position: -324px -550px;
  width: 6px;
  height: 4px;
  position: absolute;
}

.catalog-product-view .product-view .product-feature-nav .total-reviews {
  display: none;
  font-size: 11px;
  padding-left: 5px;
  color: #65737B;
}

.catalog-product-view .product-view .nav-features {
  margin-top: 10px;
}

.catalog-product-view .product-view .nav-features img {
  width: 100%;
}

.catalog-product-view .product-view .nav-reviews #BVRRContainer,
.catalog-product-view .product-view .nav-qanda #BVRRContainer {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e8e9;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.feature,
.catalog-product-view .product-view .nav-specifications a.anchor-nav,
.catalog-product-view .product-view .nav-reviews a.anchor-nav,
.catalog-product-view .product-view .nav-qanda a.anchor-nav,
.catalog-product-view .product-view .nav-caveat a.anchor-nav,
.catalog-product-view .product-view .nav-compatible a.anchor-nav {
  display: block;
  visibility: hidden;
  position: relative;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box,
.catalog-product-view .product-view .nav-menu a.anchor-nav.spares {
  clear: both;
  display: block;
  visibility: hidden;
  position: relative;
}

.catalog-product-view .product-view .nav-specifications a.anchor-nav,
.catalog-product-view .product-view .nav-reviews a.anchor-nav,
.catalog-product-view .product-view .nav-menu a.anchor-nav.spares,
.catalog-product-view .product-view .nav-menu a.anchor-nav.feature,
.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box,
.catalog-product-view .product-view .nav-compatible a.compatible {
  top: -20px;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.feature {
  top: -40px;
}

.catalog-product-view .product-view .nav-menu a.anchor-nav.nav-box {
  top: -30px;
}

.catalog-product-view .product-view .nav-caveat a.anchor-nav.caveat {
  top: -18px;
}

.catalog-product-view .product-view .nav-spares-and-accessories img.genuine-parts {
  display: none;
}

.catalog-product-view .product-view .nav-features,
.catalog-product-view .product-view .nav-whats-in-the-box,
.catalog-product-view .product-view .nav-specifications,
.catalog-product-view .product-view .nav-spares-and-accessories,
.catalog-product-view .product-view .nav-reviews,
.catalog-product-view .product-view .nav-qanda,
.catalog-product-view .product-view .nav-caveat,
.catalog-product-view .product-view .nav-compatible {
  margin-bottom: 10px;
}

.catalog-product-view .product-view .nav-caveat {
  margin-top: 20px;
}

.catalog-product-view .product-view .nav-caveat p {
  font-size: 11px;
}

.catalog-product-view .product-view .nav-features h2,
.catalog-product-view .product-view .nav-whats-in-the-box h2,
.catalog-product-view .product-view .nav-specifications h2,
.catalog-product-view .product-view .nav-spares-and-accessories h2,
.catalog-product-view .product-view .nav-reviews h2,
.catalog-product-view .product-view .nav-qanda h2,
.catalog-product-view .product-view .nav-caveat h2,
.catalog-product-view .product-view .nav-compatible h2 {
  text-transform: none;
  color: #1D2B33;
  padding-bottom: 29px;
  padding-top: 29px;
  border-top: 2px solid #E7E8E9;
  border-bottom: 2px solid #E7E8E9;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.catalog-product-view .product-view .nav-caveat h2 {
  display: none;
}

.catalog-product-view .product-view .nav-features h2.collapsed:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed:after,
.catalog-product-view .product-view .nav-specifications h2.collapsed:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed:after,
.catalog-product-view .product-view .nav-reviews h2.collapsed:after,
.catalog-product-view .product-view .nav-qanda h2.collapsed:after,
.catalog-product-view .product-view .nav-compatible h2.collapsed:after {
  position: absolute;
  background-position: -150px -450px;
  width: 22px;
  height: 15px;
  content: " ";
  right: 15px;
  bottom: 35px;
}

.catalog-product-view .product-view .nav-features h2.open:after,
.catalog-product-view .product-view .nav-whats-in-the-box h2.open:after,
.catalog-product-view .product-view .nav-specifications h2.open:after,
.catalog-product-view .product-view .nav-spares-and-accessories h2.open:after,
.catalog-product-view .product-view .nav-reviews h2.open:after,
.catalog-product-view .product-view .nav-qanda h2.open:after,
.catalog-product-view .product-view .nav-compatible h2.open:after {
  position: absolute;
  background-position: -150px -479px;
  width: 22px;
  height: 15px;
  content: " ";
  right: 15px;
  bottom: 35px;
}

.catalog-product-view .product-view .nav-features a:hover,
.catalog-product-view .product-view .nav-whats-in-the-box a:hover,
.catalog-product-view .product-view .nav-specifications a:hover,
.catalog-product-view .product-view .nav-spares-and-accessories a:hover,
.catalog-product-view .product-view .nav-reviews a:hover,
.catalog-product-view .product-view .nav-qanda a:hover,
.catalog-product-view .product-view .nav-caveat a:hover,
.catalog-product-view .product-view .nav-compatible a:hover {
  text-decoration: none;
}

.catalog-product-view .product-view .nav-menu .content-wrapper {
  display: none;
}

.catalog-product-view .product-view .nav-menu .nav-caveat .content-wrapper {
  display: block;
}

.catalog-product-view .product-view .nav-menu .content-wrapper .banner {
  height: 360px !important;
  width: 96% !important;
}

.catalog-product-view .product-view .nav-menu .mini-products-list {
  height: 360px !important;
}

.catalog-product-view .product-view .nav-features img {
  width: 100%;
}

.catalog-product-view .product-view .nav-features .content-wrapper {
  margin-top: 40px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .content-wrapper {
  margin-top: 40px;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box {
  margin-left: 20px;
  margin-top: 10px;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box li {
  margin-bottom: 16px;
  list-style-type: disc;
  font-size: 14px;
  word-wrap: break-word;
  white-space: nowrap;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul.manual {
  margin-left: 20px;
  clear: both;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual {
  position: relative;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual a {
  text-decoration: underline;
}

.catalog-product-view .product-view .nav-whats-in-the-box ul li.manual::before {
  bottom: 5px;
  left: -17px;
  content: " ";
  background-position: -300px -550px;
  width: 7px;
  height: 8px;
  position: absolute;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .regular-price {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price {
  position: relative;
  top: -25px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price span.price {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .price-box .old-price {
  top: 15px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table {
  width: 95%;
}

.catalog-product-view .product-view .nav-specifications table.spec-middle-table,
.catalog-product-view .product-view .nav-specifications .spec-right table {
  font-size: 12px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr,
.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr {
  padding-bottom: 5px;
  border-bottom: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.right-col,
.catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td.right-col,
.catalog-product-view .product-view .nav-specifications .spec-right tr.values {
  color: #1D2B33;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
  width: 50%;
  font-size: 12px;
}

.catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.right-col {
  font-weight: bold;
}

.catalog-product-view .product-view .nav-specifications .spec-right table td {
  padding-right: 10px;
}

.catalog-product-view .product-view .nav-specifications .spec-right table tr.labels td {
  padding-left: 6px;
}

.catalog-product-view .product-view .nav-spares-and-accessories,
.catalog-product-view .product-view .nav-reviews,
.catalog-product-view .product-view .nav-qanda {
  clear: both;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range h3.also-available {
  padding-top: 55px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range h3 {
  color: #1D2B33;
  text-transform: none;
  font-size: 18px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .upsell-range .box-up-sell {
  margin-top: 0px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid {
  width: 100%;
  margin-bottom: 10px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li {
  width: 100%;
  margin: 0px;
  padding: 30px;
  border: 1px solid #E7E8E9;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li:first-child {
  border-bottom: 0px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  border: none;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image {
  width: 30%;
  float: left;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-image img {
  width: 100%;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info {
  width: 46%;
  float: left;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3,
.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info .rating-product {
  text-align: left;
  margin-left: 20px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3 {
  font-size: 14px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box {
  float: right;
  font-weight: bold;
  color: #1D2B33;
  width: 24%;
  text-align: right;
  font-size: 16px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box .old-price {
  margin-top: 5px;
}

.catalog-product-view .product-view .nav-whats-in-the-box .products-grid .price-box .old-price span {
  color: #5A6870;
  font-weight: normal;
}

.catalog-product-view .product-view .nav-specifications .spec-middle .spec-middle-table {
  width: 100%;
}

.catalog-product-view .product-view .nav-spares-and-accessories .block-related {
  float: left;
  width: 100%;
}

.product-img-box .more-views {
  width: 90%;
  margin: auto;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls {
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.light {
  top: 175px;
  left: 0px;
  background-position: -101px -400px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev.dark {
  top: 175px;
  left: 0px;
  background-position: -101px -450px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light {
  top: 175px;
  right: 0px;
  background-position: -150px -400px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark {
  top: 175px;
  right: 0px;
  background-position: -101px -500px;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
}

.catalog-product-view .nav-spares-and-accessories .banner {
  position: relative;
  overflow: auto;
  height: 300px;
}

.catalog-product-view .nav-spares-and-accessories .banner li {
  list-style: none;
}

.catalog-product-view .nav-spares-and-accessories .banner ul li {
  float: left;
  min-height: 300px;
  padding: 9px 0px 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li {
  clear: none;
}

.catalog-product-view .nav-spares-and-accessories .banner ul li img {
  margin-top: 0px;
  box-shadow: #CFCFCF 0 3px 5px 3px;
  -webkit-box-shadow: #CFCFCF 0 3px 5px 3px;
  -moz-box-shadow: #CFCFCF 0 3px 5px 3px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box {
  margin-bottom: -24px;
  text-align: center;
  border: 2px solid #A4C33C;
  border-radius: 3px;
  position: relative;
  top: -24px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before {
  position: absolute;
  background-position: -250px -539px;
  width: 14px;
  height: 11px;
  content: " ";
  bottom: 5px;
  left: 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-image {
  width: 90px;
  margin: 30px auto 0;
  float: none;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details {
  clear: both;
  margin: 0px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name,
.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box {
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  max-width: 125px;
  margin: 0 auto 20px auto;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .related-discount-label {
  text-align: center;
  color: #F58426;
  margin-top: -19px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box {
  width: 75px;
  margin: 0 auto;
  color: #5A6870;
  min-height: 68px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .regular-price {
  font-weight: bold;
  color: #1D2B33;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .special-price .price {
  font-size: 16px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price {
  font-size: 14px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price {
  width: 110px;
  position: relative;
  top: 25px;
  left: -15px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price {
  text-decoration: none;
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .old-price .price-label {
  position: relative;
  top: 5.1px;
  padding-right: 3px;
  font-size: 14px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .price-box .special-price {
  position: relative;
  top: -20px;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions {
  width: 109px;
  margin: 0 auto;
  position: relative;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions a.btn-add-cart {
  color: #FFFFFF;
  background-color: #A4C33C;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-actions .out-of-stock {
  color: #333;
  background-color: #E7E7E7;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  top: -5px;
  text-align: center;
}

.catalog-product-view .nav-spares-and-accessories .banner ol.dots {
  display: none;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.prev {
  top: 70px;
  left: 0px;
}

.catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next {
  top: 70px;
  right: 0px;
}

.catalog-product-view .nav-spares-and-accessories .banner .dots {
  display: none;
}

.catalog-product-view .nav-spares-and-accessories .btn-more-details {
  display: none;
}

.catalog-product-view .nav-reviews .bv-action-bar-header {
  display: none !important;
}

.catalog-product-view .nav-reviews .bv-cleanslate .bv-action-bar {
  border: none !important;
}

.catalog-product-view .product-view .product-shop a.compatible-link {
  text-decoration: underline;
}

.catalog-product-view .nav-compatible ul li {
  width: 100%;
  clear: both;
  height: 80px;
  line-height: 30px;
  border-bottom: 1px solid #E7E8E9;
  padding: 10px 0px;
}

.catalog-product-view .nav-compatible ul li p.model {
  font-weight: bold;
  color: #1d2b33;
}

/* Product Fiche */
.catalog-product-view .product-view #product-fiche {
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #fff;
  height: 610px;
  width: 858px;
  z-index: 500;
  -webkit-box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 23px 0 rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 40px;
  display: none;
}

.catalog-product-view .product-view #product-fiche h2.energy-header {
  font-weight: bold;
  color: #a3c631;
  border-bottom: 1px solid #a3c631;
  width: 200px;
  font-size: 22px;
}

.catalog-product-view .product-view #product-fiche h2 {
  color: #000;
  font-size: 14px;
}

.catalog-product-view .product-view #product-fiche h3 {
  color: #000;
  font-size: 12px;
}

.catalog-product-view .product-view #product-fiche h2.energy-header span {
  font-weight: normal;
  clear: both;
  display: block;
  margin-bottom: 5px;
}

.catalog-product-view .product-view #product-fiche .info {
  position: absolute;
  font-size: 12px;
  width: 120px;
  top: 100px;
}

.catalog-product-view .product-view product-fiche .info a {
  text-decoration: none;
  width: 130px;
  height: 30px;
  background: url("/skin/frontend/vax/uk/images/eco/sprites/arrows.png") no-repeat 75px -30px;
  display: block;
  margin-top: 5px;
  color: #5a6870;
}

.catalog-product-view .product-view #product-fiche .image {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -130px;
}

.catalog-product-view .product-view #product-fiche .scale {
  margin-top: 5px;
}

.catalog-product-view .product-view #product-fiche .fiche-section {
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-lr.jpg") repeat-y;
  width: 290px;
  position: absolute;
}

.catalog-product-view .product-view #fiche-emissions,
.catalog-product-view .product-view #fiche-carpet-pickup {
  left: 0;
  padding: 10px 0;
  text-align: right;
}

.catalog-product-view .product-view #fiche-emissions {
  bottom: 155px;
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-rl.jpg") repeat-y !important;
}

.catalog-product-view .product-view #fiche-carpet-pickup {
  bottom: 40px;
  background: url("/skin/frontend/vax/uk/images/eco/fiche/bg-rl.jpg") repeat-y !important;
  height: 80px;
}

.catalog-product-view .product-view #fiche-rating,
.catalog-product-view .product-view #fiche-year,
.catalog-product-view .product-view #fiche-noise,
.catalog-product-view .product-view #fiche-hard-pickup {
  right: 0;
  height: 20px;
}

.catalog-product-view .product-view #fiche-rating {
  bottom: 425px;
  height: 60px;
  line-height: 60px;
}

.catalog-product-view .product-view #fiche-year {
  bottom: 228px;
  height: 60px;
  line-height: 60px;
}

.catalog-product-view .product-view #fiche-noise {
  bottom: 160px;
  height: 60px;
  line-height: 60px;
}

#fiche-hard-pickup {
  bottom: 120px;
  padding: 10px 0;
  height: 80px;
}

.catalog-product-view .product-view #fiche-power-rating {
  border: 1px solid #a3c631;
  position: absolute;
  bottom: 10px;
  padding: 3px 10px;
  width: 236px;
  margin-left: -130px;
  left: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}

.catalog-product-view .product-view .btn-close {
  background: transparent url("http://920ca5512d1f49addf9c-b38a724279f0ca25f574a87fac624f82.r62.cf3.rackcdn.com/video-close.png");
  width: 29px;
  height: 29px;
  border: none;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
}

/* ============================================ *
 * Product View - Mobile(smallest)
 * ============================================ */
@media only screen and (max-width: 320px) {
  .catalog-product-view .product-view .product-img-box .banner ul li {
    min-width: 70px !important;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-info .discount-label {
    position: absolute;
  }
}
/* ============================================ *
 * Product View - Mobile(medium)
 * ============================================ */
@media only screen and (max-width: 450px) {
  .catalog-product-view .product-view #cart-icons {
    padding: 30px 0px;
  }
}
/* ============================================ *
 * Product View - Mobile
 * ============================================ */
@media only screen and (max-width: 770px) {
  .catalog-product-view .product-view .product-name h1 {
    width: 100%;
    margin-bottom: 0px;
  }

  .catalog-product-view .product-view .product-model .model {
    float: left;
  }

  .catalog-product-view .product-info-wrapper {
    min-height: 75px;
  }

  .catalog-product-view .product-view .product-info-wrapper .price-box {
    min-width: 165px;
  }

  .catalog-product-view .product-view .price-box .old-price {
    top: -1px;
  }

  .catalog-product-view .product-view .product-info-wrapper .energy-rating a.btn-product-fiche {
    display: none;
  }

  .catalog-product-view .product-img-box .product-image img {
    max-height: 386px;
  }

  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.dark {
    left: -7px;
  }

  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.prev.light {
    left: -7px;
  }
}
@media only screen and (max-width: 770px) and (min-width: 530px) {
  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.dark,
  .catalog-product-view .product-view .product-img-box .banner-controls .unslider-arrow.next.light {
    right: 6%;
  }
}
@media only screen and (max-width: 770px) {
  .catalog-product-view #product-summary .shop.easypay-cordless {
    padding-top: 25px;
    background-color: #E7E8E9;
    margin-bottom: 5px;
  }

  .catalog-product-view .product-view #cart-icons .cart-icon {
    padding: 5px;
  }

  .catalog-product-view .product-view .box-recommended {
    margin-top: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .catalog-product-view .product-view .box-recommended ul li .main-product {
    min-height: 200px;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart,
  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
    padding: 5px;
    font-size: 12px;
  }

  .catalog-product-view .product-view .nav-features h2.collapsed,
  .catalog-product-view .product-view .nav-features h2.open,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.collapsed,
  .catalog-product-view .product-view .nav-whats-in-the-box h2.open,
  .catalog-product-view .product-view .nav-specifications h2.collapsed,
  .catalog-product-view .product-view .nav-specifications h2.open,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.collapsed,
  .catalog-product-view .product-view .nav-spares-and-accessories h2.open,
  .catalog-product-view .product-view .nav-reviews h2.collapsed,
  .catalog-product-view .product-view .nav-reviews h2.open,
  .catalog-product-view .product-view .nav-qanda h2.collapsed,
  .catalog-product-view .product-view .nav-qanda h2.open {
    margin-bottom: -33px;
  }

  .catalog-product-view .product-view .nav-specifications .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info h3,
  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid .product-info .rating-product {
    margin-left: 5px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .price-box .special-price {
    top: -50px;
  }
}
/* ============================================ *
 * Product View - Tablet(and above)
 * ============================================ */
@media only screen and (min-width: 771px) {
  .catalog-product-view .product-view .product-model .model {
    float: left;
  }

  .catalog-product-view .product-view .product-essential {
    clear: both;
  }

  .catalog-product-view .product-view .product-shop .price-info {
    padding-left: 0px;
    margin-bottom: 20px;
  }

  .catalog-product-view .product-view .product-shop {
    padding-left: 30px;
  }

  .catalog-product-view .product-view .product-shop .price-box {
    margin: 0px 0px 12px 0px;
  }

  .catalog-product-view .price-box .old-price,
  .catalog-product-view .price-box .special-price {
    display: inline;
  }

  .catalog-product-view .price-box .old-price {
    padding-left: 5px;
    float: none;
    top: 5px;
  }

  .catalog-product-view .price-box .old-price .price {
    text-decoration: none;
    font-weight: normal;
  }

  .catalog-product-view .price-box .special-price {
    float: left;
  }

  .catalog-product-view .product-view .price-box .special-price .price,
  .catalog-product-view .product-view .price-box .regular-price {
    color: #1D2B33;
  }

  .catalog-product-view .product-view .product-info-wrapper .price-box .regular-price {
    font-size: 24px;
  }

  .catalog-product-view .product-view .media-shop-container {
    position: relative;
    overflow: hidden;
  }

  .catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
    clear: both;
    float: left;
    width: 120px;
    margin-bottom: 0px;
    font-size: 11px;
  }

  .catalog-product-view .product-view .product-info-wrapper .energy-rating a.btn-product-fiche {
    display: block;
  }

  .catalog-product-view .product-view .product-shop a {
    font-size: 11px;
  }

  .catalog-product-view .product-view .product-shop .short-description {
    margin-top: 25px;
  }

  .catalog-product-view .product-view .product-shop .key-features {
    margin-left: 45px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li {
    padding-left: 0px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .catalog-product-view .product-view .product-shop .key-features ul li:before {
    left: -25px;
  }

  .catalog-product-view .product-view .block-related .block-title {
    border: none;
  }

  .catalog-product-view .product-view .add-to-cart-buttons {
    float: left;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper {
    float: left;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper label {
    display: inline-block;
  }

  .catalog-product-view .product-view .add-to-cart .qty-wrapper .qty {
    width: 115px;
  }

  .catalog-product-view .product-options {
    width: 50%;
    float: right;
  }

  .catalog-product-view .product-options-bottom {
    clear: both;
    width: 50%;
    float: right;
  }

  .catalog-product-view .product-view #cart-icons {
    clear: both;
    width: 50%;
    float: right;
    padding: 30px 60px;
  }

  .catalog-product-view .product-view .add-to-cart {
    padding: 30px 20px;
  }

  .catalog-product-view .product-view .product-img-box {
    margin-bottom: 10px;
  }

  .catalog-product-view .product-view .box-recommended ul li .main-product {
    padding: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul .main-product:nth-of-type(2) {
    border-left: 0px;
  }

  .catalog-product-view .product-view .box-recommended ul li h3.title {
    padding-left: 30px;
  }

  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions a.btn-add-cart,
  .catalog-product-view .product-view .box-recommended ul li .product-main-actions .product-actions .out-of-stock {
    bottom: 30px;
    right: 30px;
  }

  /*Turns off display label for tablets, just not enough room*/
}
@media only screen and (min-width: 771px) and (max-width: 979px) {
  .catalog-product-view .product-view .box-recommended .product-info .discount-label {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .catalog-product-view .product-view #nav-wrap {
    height: 39px;
    background-color: #F6F7F7;
    margin-top: 15px;
    clear: both;
  }

  .catalog-product-view .product-view .product-feature-nav {
    display: block;
  }

  .catalog-product-view .product-view .product-feature-nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #E7E8E9;
    min-width: 698px;
  }

  .catalog-product-view .product-view .product-feature-nav a {
    float: left;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
  }

  .catalog-product-view .product-view .product-feature-nav a.active,
  .catalog-product-view .product-view .product-feature-nav a.nav-last {
    color: #1D2B33;
  }

  .catalog-product-view .product-view .product-feature-nav a.nav-first,
  .catalog-product-view .product-view .product-feature-nav a.nav-middle {
    position: relative;
  }

  .catalog-product-view .product-view .product-feature-nav a.nav-last {
    text-transform: uppercase;
    float: right;
    font-size: 11px;
    top: 3px;
  }

  .catalog-product-view .product-view .product-feature-nav ul li {
    display: inline;
  }

  .catalog-product-view .product-view .nav-features h2,
  .catalog-product-view .product-view .nav-whats-in-the-box h2,
  .catalog-product-view .product-view .nav-specifications h2,
  .catalog-product-view .product-view .nav-spares-and-accessories h2,
  .catalog-product-view .product-view .nav-reviews h2,
  .catalog-product-view .product-view .nav-qanda h2,
  .catalog-product-view .product-view .nav-caveat h2,
  .catalog-product-view .product-view .nav-compatible h2 {
    border-top: 0;
    cursor: auto;
  }

  .catalog-product-view .product-view .nav-caveat {
    margin-top: 0px;
  }

  .catalog-product-view .product-view .nav-features h2:after,
  .catalog-product-view .product-view .nav-whats-in-the-box h2:after,
  .catalog-product-view .product-view .nav-specifications h2:after,
  .catalog-product-view .product-view .nav-spares-and-accessories h2:after,
  .catalog-product-view .product-view .nav-reviews h2:after,
  .catalog-product-view .product-view .nav-compatible h2:after {
    display: none;
  }

  .catalog-product-view .product-view a.nav-top-hidden {
    text-indent: -9999px;
  }

  .catalog-product-view .product-view .nav-menu .content-wrapper {
    display: block;
  }

  .catalog-product-view .product-view .nav-features h3 {
    text-transform: none;
    color: #1D2B33;
    font-size: 22px;
    font-weight: normal;
  }

  .catalog-product-view .product-view .nav-features p {
    font-size: 16px;
  }

  .catalog-product-view .product-view .nav-features .top img,
  .catalog-product-view .product-view .nav-features .bottom img {
    float: left;
    width: 60%;
    padding-top: 30px;
  }

  .catalog-product-view .product-view .nav-features .bottom h3,
  .catalog-product-view .product-view .nav-features .top h3,
  .catalog-product-view .product-view .nav-features .middle h3 {
    padding-top: 60px;
    margin-bottom: 25px;
  }

  .catalog-product-view .product-view .nav-features .bottom h3,
  .catalog-product-view .product-view .nav-features .bottom p,
  .catalog-product-view .product-view .nav-features .top h3,
  .catalog-product-view .product-view .nav-features .top p {
    padding-left: 40px;
    width: 40%;
    float: left;
  }

  .catalog-product-view .product-view .nav-features .middle img {
    float: right;
    width: 60%;
    padding-top: 30px;
  }

  .catalog-product-view .product-view .nav-features .middle h3,
  .catalog-product-view .product-view .nav-features .middle p {
    padding-left: 20px;
    width: 40%;
    float: right;
  }

  .catalog-product-view .product-view .nav-features .middle p {
    padding-right: 70px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text ~ .top.plain-text {
    clear: both;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text ~ .top.plain-text,
  .catalog-product-view .product-view .nav-features .middle.plain-text ~ .middle.plain-text,
  .catalog-product-view .product-view .nav-features .bottom.plain-text ~ .bottom.plain-text {
    margin-top: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text,
  .catalog-product-view .product-view .nav-features .middle.plain-text,
  .catalog-product-view .product-view .nav-features .bottom.plain-text {
    float: left;
    width: 33%;
    clear: none;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text h3,
  .catalog-product-view .product-view .nav-features .middle.plain-text h3,
  .catalog-product-view .product-view .nav-features .bottom.plain-text h3 {
    width: 100%;
    padding-top: 0px;
    text-align: left;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text h3,
  .catalog-product-view .product-view .nav-features .bottom.plain-text h3 {
    padding-left: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text p,
  .catalog-product-view .product-view .nav-features .middle.plain-text p,
  .catalog-product-view .product-view .nav-features .bottom.plain-text p {
    width: 100%;
    text-align: left;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text p,
  .catalog-product-view .product-view .nav-features .bottom.plain-text p {
    padding-left: 10px;
  }

  .catalog-product-view .product-view .nav-features .top.plain-text h3,
  .catalog-product-view .product-view .nav-features .top.plain-text p {
    padding-left: 0px;
  }

  .catalog-product-view .product-view .nav-features .middle.plain-text p {
    padding-right: 0px;
  }

  .catalog-product-view .product-view .nav-specifications .spec-left,
  .catalog-product-view .product-view .nav-specifications .spec-middle,
  .catalog-product-view .product-view .nav-specifications .spec-right {
    float: left;
    width: 33%;
  }

  .catalog-product-view .product-view .nav-features .middle,
  .catalog-product-view .product-view .nav-features .bottom,
  .catalog-product-view .product-view .nav-whats-in-the-box,
  .catalog-product-view .product-view .nav-specifications,
  .catalog-product-view .product-view .nav-whats-in-the-box .upsell-range {
    clear: both;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .content-wrapper {
    margin-top: 20px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box img {
    float: left;
    margin-right: 30px;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box ul {
    margin-top: 10px;
  }
  .catalog-product-view .product-view .nav-whats-in-the-box ul.whats-in-the-box {
    float: left;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box ul li.manual {
    float: left;
    padding-top: 9px;
    list-style-type: none;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li {
    width: 50%;
  }

  .catalog-product-view .product-view .nav-whats-in-the-box .products-grid > li:first-child {
    border-bottom: 1px solid #E7E8E9;
    border-right: 0px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-left-table tr td {
    width: 150px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-left-table tr td.left {
    padding-left: 20px;
  }

  .catalog-product-view .product-view .nav-specifications table.spec-middle-table tr td {
    padding-left: 20px;
  }

  .catalog-product-view .product-view .nav-specifications .spec-right img.dimensions-image {
    margin: 0px auto 10px auto;
  }

  .catalog-product-view .product-view .nav-specifications .spec-right table {
    margin: 0px auto;
  }

  .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.light {
    right: 8px;
  }

  .catalog-product-view .nav-spares-and-accessories .banner-controls .unslider-arrow.next.dark {
    right: 8px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
    max-width: 150px;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories {
    position: relative;
  }

  .catalog-product-view .product-view .nav-spares-and-accessories img.genuine-parts {
    display: block;
    position: absolute;
    top: 49px;
    left: 225px;
    height: 25px;
  }
}
/* ============================================ *
 * Product View - Large(desktop views)
 * ============================================ */
@media only screen and (min-width: 979px) {
  .catalog-product-view .product-view .product-shop .energy-rating .energy-rating-label {
    width: 140px;
    font-size: 12px;
  }

  .catalog-product-view .product-view .product-shop a {
    font-size: 12px;
  }

  .catalog-product-view .product-view .add-to-cart {
    padding: 20px 80px;
  }

  .catalog-product-view .product-view .product-feature-nav a {
    padding: 10px 20px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box {
    margin-bottom: -24px;
    top: 0px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .in-box::before {
    left: 16px;
    top: 4px;
  }

  .catalog-product-view #product-summary .shop img {
    float: right;
    padding-top: 20px;
    padding-left: 5px;
  }

  .catalog-product-view .product-view .banner-container {
    left: 0px;
  }

  .catalog-product-view .nav-spares-and-accessories .mini-products-list li .product-details .product-name {
    min-height: 110px;
    max-height: 110px;
    overflow: auto;
    margin: 0 auto 10px auto;
  }

  .catalog-product-view .product-view .product-shop a.compatible-link {
    font-size: 14px;
  }

  .catalog-product-view .nav-compatible ul {
    overflow: hidden;
  }

  .catalog-product-view .nav-compatible ul li {
    padding: 0px;
    width: 50%;
    float: left;
    display: inline;
    clear: none;
    line-height: 60px;
    height: 60px;
  }

  .catalog-product-view .nav-compatible ul li a.link-left {
    float: left;
  }

  .catalog-product-view .nav-compatible ul li p.model {
    float: right;
  }

  .catalog-product-view .nav-compatible ul li:nth-of-type(odd) {
    padding-right: 10px;
  }

  .catalog-product-view .nav-compatible ul li:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .catalog-product-view .product-view .product-img-box .product-image-gallery #youtube_video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }

  .catalog-product-view .product-view .product-img-box .product-image-gallery #youtube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ============================================ *
 * Product View - General CSS - IE9 Specific
 * ============================================ */
/* ============================================ *
 * Product View - Large(desktop views)
 * ============================================ */
@media only screen and (min-width: 771px) {
  .ie9 .catalog-product-view .product-view .add-to-cart-buttons .button {
    min-width: 100px;
  }

  .ie9 .catalog-product-view #product-summary {
    overflow: hidden;
    padding: 10px;
  }

  .ie9 .catalog-product-view #product-summary .shop img {
    margin-bottom: -10px;
    float: none;
    z-index: 100;
  }
}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #636363;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #636363;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #C0C0C0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 18px;
    font-family: Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
.shipping select.validation-failed {
  border-color: #DF280A;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 30px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Cart - General
 * ============================================ */
.cart .page-title {
  border-bottom: 0px;
  margin-bottom: 10px;
}
.cart .page-title h1 {
  color: #1D2B33;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0px;
}

.cart-table {
  float: none;
  width: 100%;
}
.cart-table .cart-links > li > a {
  display: inline-block;
}
.cart-table a {
  color: #5A6870;
}
.cart-table tr {
  border-bottom: 1px solid #E3E5E5;
  margin-bottom: 0px;
}
.cart-table thead th {
  padding: 0px 5px 10px 5px;
}
.cart-table tbody td {
  padding: 20px 5px 8px 5px;
}
.cart-table .product-name a {
  color: #1D2B33;
  font-weight: normal;
}
.cart-table .product-cart-image {
  padding-right: 5px;
}
.cart-table .product-cart-image .product-image {
  padding: 3px 3px;
  max-width: 74px;
  max-height: 74px;
  -moz-box-shadow: 0px 3px 5px 3px #CFCFCF;
  -webkit-box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-sizing: content-box;
}
.cart-table .product-cart-image .product-image img {
  max-height: 74px;
  max-width: 74px;
}
.cart-table .product-cart-info {
  position: relative;
}
.cart-table tr.title, .cart-table tr.last-crosssell {
  border-bottom: 0;
}
.cart-table .discount-label {
  background-color: #00abd2;
  color: white;
  float: left;
  font-weight: bold;
  height: 15px;
  margin-top: 5px;
  padding: 5px 40px 5px 10px;
  position: relative;
  line-height: 15px;
  font-size: 11px;
  box-sizing: content-box;
  z-index: 1;
}
.cart-table .discount-label:after {
  background-color: #00abd2;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  width: 100%;
  content: "";
  position: absolute;
  left: 50px;
  height: 25px;
  top: 0px;
  z-index: -1;
}
.cart-table .discount-label:before {
  content: "";
  position: absolute;
  left: 50px;
  width: 100%;
  height: 25px;
  top: 0px;
  background-color: #00abd2;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}
.cart-table .guarantee {
  position: absolute;
  top: 110px;
  padding: 0px 0px 0px 0px;
  min-width: 71px;
  max-width: 74px;
}
.cart-table .guarantee_icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.cart-table .guarantee_6 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/6yearguarantee.png") no-repeat center center;
}
.cart-table .guarantee_2 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/2yearguarantee.png") no-repeat center center;
}
.cart-table #guarantee_1 {
  /* TODO: add to sprite file */
  background: url("/skin/frontend/vax_rwd/uk/images/guarantee/1yearguarantee.png") no-repeat center center;
}

/* ============================================ *
 * Cart - Medium View Port
 * ============================================ */
@media only screen and (min-width: 600px) {
  .cart-table .guarantee {
    position: relative;
    top: 0px;
    float: left;
  }
  .cart-table .guarantee_icon {
    width: 74px;
    padding: 100px 0px 0px 0px;
  }
}
/* ============================================ *
 * Cart - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart .page-title h1 {
    font-size: 30px;
  }

  .cart-table .product-cart-image {
    width: 86px;
    height: 86px;
    padding-right: 15px;
  }
  .cart-table .product-cart-image .product-image img {
    height: 74px;
    width: 74px;
  }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions, .cart-table .product-cart-total, .cart-table .product-cart-price {
    padding-top: 30px;
  }
  .cart-table .product-name a {
    font-size: 22px;
  }
  .cart-table .product-cart-info {
    padding-left: 0px;
  }
  .cart-table .product-cart-actions select {
    margin-top: 7px;
  }
  .cart-table .cart-price {
    font-size: 22px;
  }
}
/* ============================================ *
 * Checkout Messages - General
 * ============================================ */
.promo-area {
  float: left;
  width: 55%;
}
.promo-area img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  div.promo-area {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  div.promo-area {
    width: 100%;
  }
}
/* ============================================ *
 * Cart Messages - General
 * ============================================ */
.cart-message {
  /*border: 1px solid #E3E5E5;*/
}
.cart-message p {
  padding: 5px 15px 5px 32px;
  color: #cf102d;
  position: relative;
}
.cart-message p:before {
  content: " ";
  height: 18px;
  width: 18px;
  background-position: -131px -250px;
  position: absolute;
  left: 10px;
  top: 25%;
}
.cart-message:after {
  content: '';
  display: table;
  clear: both;
}

li.notice-msg span {
  color: #cf102d;
}

.messages li.notice-msg li:before {
  border-style: none;
  content: " ";
  height: 18px;
  width: 18px;
  background-position: -131px -250px;
  position: absolute;
  top: 40%;
  left: 10px;
}

.messages li.notice-msg li {
  border-left: none;
  border: 1px solid #CCCCCC;
  background: none;
  padding-left: 32px;
}

.item-msg.notice {
  margin-top: 10px;
  color: #cf102d;
}

/* ============================================ *
 * Cart Sub total - General
 * ============================================ */
.cart-totals-wrapper .subtotal {
  padding: 15px 5px 15px 5px;
  margin: 0px 10px;
  border-bottom: 1px solid #e3e5e5;
}
.cart-totals-wrapper .subtotal:after {
  content: '';
  display: table;
  clear: both;
}
.cart-totals-wrapper .subtotal .label {
  font-size: 14px;
  float: left;
  min-width: 120px;
}
.cart-totals-wrapper .subtotal .cart-price {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

/* ============================================ *
 * Cart Sub total - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart-totals-wrapper .subtotal .cart-price {
    font-size: 18px;
    padding-right: 10px;
  }
}
/* ============================================ *
 * Cart Totals - General
 * ============================================ */
.cart-totals {
  border: none;
}

.cart .cart-totals table {
  text-transform: none;
  font-size: 14px;
}

.cart .cart-totals table .cart-value, .cart .cart-price {
  color: #000;
  font-weight: bold;
}

.cart-table .product-cart-price .old-price {
  color: #717D83;
  font-size: 12px;
}

.cart .cross-sell-product .cart-price {
  font-weight: normal;
}

.cart .cart-totals table td,
.cart .cart-totals table tfoot td,
.cart .cart-totals table td:first-child {
  padding: 15px 5px 15px 0px;
}

.cart .cart-totals table .subtotal {
  border-bottom: 1px solid #e3e5e5;
}

.cart .cart-totals table tfoot {
  border-bottom-width: 4px;
  border-top: none;
}

.cart .cart-totals table tfoot td {
  font-size: 14px;
}

.cart .cart-totals td.a-left {
  text-align: left;
}

.cart .with {
  text-align: center;
  color: #717D83;
}
.cart .with img {
  margin: auto;
  margin-top: 10px;
}

/* ============================================ *
 * Cart Totals - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart .cart-totals table .cart-value {
    font-size: 30px;
  }
  .cart .cart-totals table tfoot strong {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
  }
  .cart .cart-totals table tfoot .cart-value strong {
    font-size: 30px;
    color: #1D2B33;
    font-weight: bold;
  }
}
/* ============================================ *
 * Shipping - General
 * ============================================ */
.cart-totals-wrapper .shipping {
  margin: 0 10px;
  padding: 15px 5px;
}
.cart-totals-wrapper .shipping .methods li div {
  display: inline-block;
  vertical-align: top;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-input {
  width: 30px;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-label {
  max-width: 210px;
}
.cart-totals-wrapper .shipping #shipping-methods ul li .method-description {
  min-height: 20px;
  max-width: 210px;
  font-size: 11px;
}
.cart-totals-wrapper .shipping #shipping-methods .delivery-method-price {
  color: #1d2b33;
  font-weight: bold;
}
.cart-totals-wrapper .shipping:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Shipping - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  .cart-totals-wrapper .shipping #shipping-methods .delivery-method-price {
    font-size: 18px;
  }
}
/* ============================================ *
 * Checkout Buttons - General
 * ============================================ */
.cart-totals .checkout-types {
  float: left;
}

.cart-payment-options .checkout-types {
  text-align: center;
}
.cart-payment-options .checkout-types #payButtonWidgetDiv {
  margin-bottom: 5px;
}

.cart-totals .checkout-types .btn-checkout {
  background: #A4C33C;
  min-width: 240px;
  position: relative;
  text-align: left;
  height: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-transform: none;
}

.cart-totals .checkout-types .btn-checkout:hover {
  background: #94b036;
}

.cart-totals .checkout-types .btn-checkout:before {
  background-position: -200px -500px;
  width: 22px;
  height: 22px;
  position: absolute;
  content: " ";
  right: 20px;
  top: 14px;
}

.btn-empty,
.btn-update {
  background: #5A6870;
}

.btn-empty:hover,
.btn-update:hover {
  background: #4f5b62;
}

/* remove buttons */
@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions .cart-links {
    display: block;
    float: right;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .cart-links {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .display-single-price .cart-forms {
    float: right;
  }
}
/* ============================================ *
 * Cross Sells
 * ============================================ */
.checkout-cart-index .cross-sell-product {
  background-color: #EEEFF0;
}
.checkout-cart-index .cross-sell-product h3 {
  text-transform: none;
  font-weight: bold;
  margin: 0;
  font-size: 16px;
}
.checkout-cart-index .cross-sell-product td.title {
  padding: 15px 15px;
}
.checkout-cart-index .cross-sell-product .product-cart-image {
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cross-sell-product .product-cart-info {
  padding-top: 9px;
}
.checkout-cart-index .cross-sell-product .product-cart-image .product-crosssell-image {
  padding: 3px 3px;
  max-width: 56px;
  max-height: 56px;
  -moz-box-shadow: 0px 3px 5px 3px #CFCFCF;
  -webkit-box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-shadow: 0px 3px 5px 3px #CFCFCF;
  box-sizing: content-box;
  display: block;
}
.checkout-cart-index .cross-sell-product .product-cart-image .product-crosssell-image img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.checkout-cart-index .cross-sell-product .product-cart-info p {
  font-size: 12px;
}
.checkout-cart-index .cross-sell-product .product-cart-info b {
  color: #00abd2;
}
.checkout-cart-index .cross-sell-product .product-cart-price {
  padding-top: 4px;
}
.checkout-cart-index .cross-sell-product .product-cart-actions {
  padding-top: 9px;
}
.checkout-cart-index .cross-sell-product .btn-cart-crosssell {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.checkout-cart-index .cross-sell-arrow td {
  padding: 8px 0px 0px 28px;
}

.checkout-cart-index .cross-sell-arrow td span {
  background-position: -300px -500px;
  width: 25px;
  height: 14px;
  display: block;
}

.checkout-cart-index .cross-sell-arrow {
  border-bottom: 0;
}

.checkout-cart-index .cross-sell-end {
  border-bottom: 1px solid #e5e5e5;
}

.checkout-cart-index .cart-product {
  border-bottom: 0;
}

.btn-cart-crosssell {
  min-width: 118px;
}

/* ============================================ *
 *  - Small screen
 * ============================================ */
@media only screen and (max-width: 770px) {
  .checkout-cart-index .cross-sell-product {
    background-color: #EEEFF0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .cross-sell-product h3 {
    text-transform: none;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
  }
  .checkout-cart-index .cross-sell-product .product-cart-image {
    padding: 10px 0px 10px 15px;
  }
  .checkout-cart-index .cross-sell-product .product-cart-total {
    display: inherit;
  }

  .checkout-cart-index .cross-sell-arrow td {
    background-position: -68px -222px;
    width: 100%;
  }

  .checkout-cart-index .cross-sell-arrow {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cart-table {
    padding-right: 15px;
  }

  .last-crosssell .product-cart-actions {
    padding-bottom: 10px;
  }

  .cart-table .product-cart-image .product-image img {
    margin: 0 auto;
  }

  .checkout-cart-index .cross-sell-product td.title {
    padding: 5px;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: right;
  }

  .cart-totals-wrapper .shipping #shipping-methods ul li .method-description {
    max-width: 180px;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table td[data-rwd-label]:before {
    text-transform: none;
  }
}
/* ============================================ *
 *  Crossell - Large screen
 * ============================================ */
@media only screen and (min-width: 771px) {
  .checkout-cart-index .cross-sell-product .product-name {
    font-size: 18px;
  }
}
/* Discount Total */
#discount-total {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #00aad3;
  text-align: center;
  height: 46px;
  line-height: 42px;
  color: #00aad3;
  font-weight: bold;
}

@media only screen and (max-width: 400px) {
  .cart-table .cart-footer-actions #empty_cart_button {
    min-width: 110px;
  }

  .cart-table .cart-footer-actions .btn-continue {
    min-width: 130px;
  }
}
.cart .cart-totals table tfoot td.discount {
  padding: 0px 0px;
}

/* Coupon code */
#coupon-code .header {
  background-color: #f0f1f2;
  border-radius: 6px;
  padding: 13px;
}

#coupon-code .header a {
  text-decoration: underline;
  color: #1D2B33;
}

.cart-forms .discount {
  border: none;
}

#discount-coupon-form label {
  text-transform: none;
}

#coupon-code .desc {
  padding: 10px 0px 10px 10px;
}

/* ============================================ *
 *  Instalments
 * ============================================ */
#instalments {
  float: right;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #1d2b33;
}
#instalments p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#instalments input.payment-type-full {
  float: left;
  margin-top: 19px;
}
#instalments input.payment-type {
  float: left;
  margin-top: 12px;
}
#instalments .payment-wrapper {
  border-top: 1px solid #1d2b33;
}
#instalments img.four-easy {
  margin-top: 13px;
  margin-left: 10px;
  float: left;
}
#instalments p.pay-in-full {
  border-bottom: 1px solid #1d2b33;
  padding-top: 5px;
  padding-bottom: 15px;
}
#instalments p.pay-in-full,
#instalments p.pay-in-inst {
  font-size: 16px;
  color: #1d2b33;
  font-weight: bold;
  margin-left: 20px;
}
#instalments .easy-payment-explan {
  max-width: 120px;
  color: #f58426;
  font-size: 16px;
  margin-left: 20px;
  float: left;
  font-weight: bold;
}
#instalments p.pay-in-inst {
  float: left;
  margin-left: 5px;
}
#instalments .full-cost,
#instalments .install-cost {
  font-weight: bold;
  font-size: 16px;
  float: right;
  color: #1d2b33;
}
#instalments a {
  width: 100%;
  height: 34px;
  background: #F58426;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.078);
  color: #fff;
  border: 0;
  overflow: visible;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}
#instalments a.btn-cancel {
  background: #cf102d;
}
#instalments table {
  width: 100%;
}
#instalments table td {
  height: 34px;
  padding: 5px;
  width: 50%;
  font-size: 16px;
  color: #5a6870;
}
#instalments table td.left {
  text-align: left;
  padding-left: 20px;
}
#instalments table td.right {
  text-align: right;
  padding-right: 10px;
}
#instalments table thead td {
  background: #F58426;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 480px) {
  #instalments p.pay-in-full,
  #instalments p.pay-in-inst {
    margin-left: 40px;
  }
  #instalments .easy-payment-explan {
    margin-left: 40px;
  }
  #instalments p.pay-in-inst {
    margin-left: 25px;
  }
  #instalments table td.left {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 771px) {
  #instalments {
    float: right;
    width: 43%;
  }
}
.stock-take {
  width: 100%;
  height: 100%;
  max-width: 580px;
  max-height: 152px;
}

/* ============================================ *
 * Cart - General - IE9
 * ============================================ */
.ie9 .checkout-cart-index #coupon-code input {
  height: 30px;
  padding-bottom: 0px;
  padding-top: 3px;
}

/* ============================================ *
 * Header Message - General
 * ============================================ */
#header-message {
  padding: 5px 0;
  margin: 10px 0 0px 0;
  font-size: 13px;
  color: #65737B;
  background: #E7E8E9;
  font-weight: bold;
  text-align: center;
}
#header-message b {
  color: #285EAC;
}

/* ============================================ *
 * Cart Advert - General
 * ============================================ */
#cart-advert {
  border: 1px solid #dcdee0;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  width: 580px;
  height: 150px;
  clear: both;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/voucher-mega-weekend.jpg") no-repeat;
}

#cart-advert p {
  margin: 0px;
}

.cart_advert_box_image, .cart_advert_box_block {
  height: 164px;
}

#cart-advert .header {
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  margin-top: 0px;
}

#cart_advert_text {
  overflow: hidden;
  font-size: 148.57%;
}

#cart_advert_text .orange_text {
  color: #F58426;
  font-weight: bold;
}

#cart_advert_text .bold_text {
  font-weight: bold;
}

#cart-advert button {
  height: 26px;
  line-height: 22px;
  padding: 0 20px;
  position: absolute;
  bottom: 0px;
  vertical-align: middle;
}

#cart-advert button.btn-viewbasket {
  right: 0px;
  width: 200px;
  background: #A4C33C url("/skin/frontend/vax_rwd/anz/images/icons/right_arrow.png") no-repeat 170px 4px;
  padding: 0 20px;
}

/* image */
.cart_advert_header_image {
  background-color: #F58426;
  padding: 5px 16px 5px 16px;
  font-size: 130%;
}

.cart_advert_box_image {
  width: 480px;
  background: #f0f0f0 no-repeat right 30px;
}

.cart_advert_box_image button {
  width: 300px;
}

.cart_advert_box_image button.btn-continue {
  left: 0px;
}

.cart_advert_box_image button {
  background: #bababa url("/skin/frontend/vax_rwd/anz/images/icons/right_arrow.png") no-repeat 16px 4px;
}

.cart_advert_text_image {
  padding: 8px 16px;
  width: 260px;
}

#cart-advert p.subtext {
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 6px;
}

/* static block */
.cart_advert_box_block {
  width: 450px;
}

/* ============================================ *
 * Voucher Cart Advert - General
 * ============================================ */
.cart-advert-voucher {
  width: 580px;
  background: #eee;
}

#cart-advert .header-voucher {
  background-color: #737D83;
  min-height: 33px;
  position: relative;
  padding-left: 65px;
  line-height: 33px;
  font-size: 140%;
}

#cart-advert .icon-exclamation {
  background: url("/skin/frontend/vax_rwd/anz/images/checkout/exclamation_mark.png") no-repeat left top;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#cart-advert .desc {
  padding: 10px;
  font-size: 12px;
  line-height: 1.75;
}

.checkoutadvert h2 {
  color: #717E7C;
  font-size: 20.9px;
  font-weight: bold;
  margin-bottom: 7px;
}

.checkoutadvert h3, .widget-grid-checkoutadverts h3 {
  color: #F58426;
  font-size: 20.9px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: center;
}

.widget-inner-checkoutadvert-product-box .price-box {
  margin: 202px 0px 0px 356px;
  float: left;
}

.widget-grid-checkoutadverts .box-product {
  float: left;
  position: relative;
}

.widget-grid-checkoutadverts .box-product .additional-container {
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.widget-grid-checkoutadverts .price-box {
  /*float: right;*/
  text-align: right;
}

.widget-grid-checkoutadverts .price {
  font-size: 41px;
  color: #68777B;
}

.widget-grid-checkoutadverts .btn-cart {
  background: url("/skin/frontend/vax_rwd/anz/images/icons/right_arrow.png") no-repeat 85px 8px #A4C33C;
  padding: 0 40px 0 10px;
  -moz-box-sizing: border-box;
  text-transform: uppercase;
}

.widget-grid-checkoutadverts .btn-cart span {
  display: block;
}

.checkoutadvert .icart-additional {
  margin-top: 10px;
}

#voucher-advert {
  position: relative;
  float: left;
}

#voucher-advert p {
  margin-top: 15px;
}

#voucher-advert img {
  width: 100%;
  height: auto;
}

.cashback_voucher_cart_message {
  border: 1px solid #dcdee0;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 20px 0px 0px 0px;
  width: 480px;
  height: 150px;
  clear: both;
  padding: 20px 20px;
}

.cashback_voucher_cart_message p {
  margin: 0;
  padding: 0;
}

.cashback_voucher_cart_message img {
  height: 100%;
  width: 100%;
}

/* ============================================ *
 * Threshold Advert - General
 * ============================================ */
#threshold-advert {
  background: #eee;
  min-height: 132px;
  margin-bottom: 20px;
}
#threshold-advert:after {
  content: '';
  display: table;
  clear: both;
}
#threshold-advert .header {
  background-color: #F58426;
  min-height: 30px;
  padding: 0px 10px;
  font-weight: bold;
  color: #fff;
}
#threshold-advert .content {
  padding: 10px;
}
#threshold-advert .content:after {
  content: '';
  display: table;
  clear: both;
}
#threshold-advert .image {
  width: 25%;
  float: left;
  margin-top: 5px;
}
#threshold-advert .description {
  float: right;
  width: 73%;
  font-size: 14px;
  line-height: 1.583333333;
}
#threshold-advert .bold {
  font-weight: bold;
}
#threshold-advert .orange {
  color: #F58426;
  font-weight: bold;
}
#threshold-advert .button {
  width: 100%;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  clear: both;
  background: url("/skin/frontend/vax_rwd/anz/images/icons/right_arrow.png") no-repeat #F58426 545px 3px;
  text-decoration: underline;
}
#threshold-advert .button-add-product {
  background: url("/skin/frontend/vax_rwd/anz/images/icons/right_arrow.png") no-repeat #A4C33C 525px 3px;
}

/* ============================================ *
 * Threshold Advert - Large View Port
 * ============================================ */
@media only screen and (min-width: 771px) {
  #threshold-advert .header {
    line-height: 30px;
    font-size: 120%;
  }

  #threshold-advert .image {
    width: 180px;
    height: 80px;
  }

  .description {
    line-height: 1.583333333;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #5A6870;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #adb4b8;
}

.opc .section.allow .step-title h2 {
  color: #5A6870;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #636363;
}

.opc .section .step-title h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5A6870;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/skin/frontend/vax_rwd/anz/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #5A6870;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #636363;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #5A6870;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

#sb-container, #sb-wrapper {
  text-align: left;
}

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}

body > #sb-container {
  position: fixed;
}

#sb-overlay {
  height: expression(document.documentElement.clientHeight+'px');
}

#sb-container > #sb-overlay {
  height: 100%;
}

#sb-wrapper {
  position: relative;
}

#sb-wrapper img {
  border: none;
}

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}

#sb-body-inner {
  position: relative;
  height: 100%;
}

#sb-content.html {
  height: 100%;
  overflow: auto;
}

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}

#sb-body, #sb-loading {
  background-color: #fff;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande',Tahoma,sans-serif;
  line-height: 16px;
}

#sb-title, #sb-title-inner {
  height: 26px;
}

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}

#sb-info, #sb-info-inner {
  height: 20px;
}

#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(/skin/frontend/vax_rwd/anz/images/shadowbox/close.png);
  background-repeat: no-repeat;
}

#sb-nav-next {
  background-image: url(/skin/frontend/vax_rwd/anz/images/shadowbox/next.png);
  background-repeat: no-repeat;
}

#sb-nav-previous {
  background-image: url(/skin/frontend/vax_rwd/anz/images/shadowbox/previous.png);
  background-repeat: no-repeat;
}

#sb-nav-play {
  background-image: url(/skin/frontend/vax_rwd/anz/images/shadowbox/play.png);
  background-repeat: no-repeat;
}

#sb-nav-pause {
  background-image: url(/skin/frontend/vax_rwd/anz/images/shadowbox/pause.png);
  background-repeat: no-repeat;
}

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-family: 'Lucida Grande',Tahoma,sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

div.header-name {
  border-bottom: solid 1px #f58426;
  width: 100%;
  margin-bottom: 25px;
  font-family: Arial,Helvetica,sans-serif;
}
div.header-name h1 {
  color: #5a6870;
  font: 11px/1.35 Arial,Helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: none;
}

/** Contact Us Accordion **/
div.contact-us-page {
  padding-right: 53px;
  min-height: 683px;
  position: relative;
}
div.contact-us-page .gradient-right {
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  height: 100%;
  width: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
div.contact-us-page p {
  margin-bottom: 8px;
}
div.contact-us-page button.button {
  font-family: Arial,Helvetica,sans-serif;
  text-transform: capitalize;
}
div.contact-us-page h4 {
  text-transform: none;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.35;
}
div.contact-us-page .col-right {
  width: 205px !important;
}
div.contact-us-page div.main {
  background: transparent !important;
  position: relative !important;
}
div.contact-us-page div.header-name {
  border-bottom: solid 1px #F58426;
  width: 100%;
  margin-bottom: 25px;
}
div.contact-us-page div.header-name h1 {
  color: #5A6870;
  font-size: 26px;
  font-weight: bold;
}
div.contact-us-page div.contact-us-social {
  position: absolute;
  bottom: 110px;
}
div.contact-us-page div#contacts_accordion {
  margin-bottom: 45px;
}
div.contact-us-page div#contacts_accordion div.accordion-step {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-50.jpg") repeat-x;
  border-bottom: 1px solid #5A6870;
  position: relative;
}
div.contact-us-page div#contacts_accordion div.accordion-step h5 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
}
div.contact-us-page div#contacts_accordion div.accordion-step ul li h5 {
  background: none;
  padding-left: 20px;
  line-height: 43px;
  height: 43px;
  font-size: 16px;
  margin-bottom: 0;
}
div.contact-us-page div#contacts_accordion div.accordion-step ul li {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-43.jpg") repeat-x;
  border-bottom: 1px solid #5A6870;
  position: relative;
}
div.contact-us-page div#contacts_accordion div.accordion-step span.opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -16px;
  width: 24px;
  height: 15px;
}
div.contact-us-page div#contacts_accordion div.accordion-step.active span.opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px 0px;
  width: 24px;
  height: 15px;
}
div.contact-us-page div#contacts_accordion h5 {
  text-transform: none;
}
div.contact-us-page div#contacts_accordion h5 div.icon {
  display: block;
  float: left;
  margin-left: 20px;
}
div.contact-us-page div#contacts_accordion div.email_us_step h5 div.icon {
  margin-top: 14px;
  width: 50px;
  height: 22px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -32px;
}
div.contact-us-page div#contacts_accordion div.call_us_step h5 div.icon {
  width: 50px;
  height: 32px;
  margin-top: 9px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -56px;
}
div.contact-us-page div#contacts_accordion div.write_us_step h5 div.icon {
  width: 50px;
  height: 30px;
  margin-top: 10px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -88px;
}
div.contact-us-page div#contacts_accordion div.tweet_us_step h5 div.icon {
  width: 50px;
  height: 30px;
  margin-top: 10px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -118px;
}
div.contact-us-page div.main-content {
  font-size: 14px;
  line-height: 1.714285714;
}
div.contact-us-page div.main-content h4.title {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
div.contact-us-page div.main-content h4.regular {
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #5A6870;
  margin-top: 35px;
  margin-bottom: 10px;
}
div.contact-us-page div.main-content div.visit-support {
  height: 40px;
  line-height: 40px;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-40.png") repeat-x;
  width: 280px;
  position: relative;
}
div.contact-us-page div.main-content div.visit-support a {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  width: 100%;
  height: 40px;
  display: block;
  margin-left: 20px;
  position: relative;
}
div.contact-us-page div.main-content div.visit-support a:after {
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -100px 0;
  width: 25px;
  height: 25px;
  content: " ";
  position: absolute;
  top: 7px;
  right: 30px;
}
div.contact-us-page div.accordion-content {
  margin: 20px 10px;
  font-size: 14px;
}
div.contact-us-page div.accordion-content a {
  color: #F58426;
}
div.contact-us-page div.accordion-content strong {
  color: #F58426;
}
div.contact-us-page div.accordion-content div.greybox {
  background: #eef0f0;
  padding: 10px 20px;
}
div.contact-us-page div.accordion-content div.greybox ul li {
  font-weight: bold;
  padding-left: 15px;
}
div.contact-us-page div.accordion-content div.greybox ul li:before {
  content: "-";
  margin-right: 8px;
  color: #F58426;
  line-height: 1.5em;
}

/** Quicklinks - right sidebar **/
div.quicklinks-right h2 {
  font-size: 20px;
  color: #5A6870;
  font-weight: normal;
  text-transform: none;
  min-height: 26px;
  position: relative;
  padding-left: 33px;
}
div.quicklinks-right h2:before {
  content: " ";
  position: absolute;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -100px -50px;
  width: 26px;
  height: 26px;
  left: 0px;
}
div.quicklinks-right ul.links {
  display: block;
  margin-top: 25px;
  margin-left: 16px;
}
div.quicklinks-right ul.links li {
  display: block;
  line-height: 25px;
}
div.quicklinks-right ul.links li:before {
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -140px 0;
  width: 9px;
  height: 12px;
  display: block;
  float: left;
  content: " ";
  margin-top: 4px;
  margin-right: -10px;
}
div.quicklinks-right ul.links div.icon {
  display: none;
}
div.quicklinks-right ul.links a {
  text-decoration: none;
  padding-left: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #1d2b33;
}

div#contact-wrap form ul.form-list label {
  text-align: left;
  width: 135px;
  padding-left: 25px;
  white-space: nowrap;
}
div#contact-wrap form ul.form-list label.required em {
  position: relative;
  margin-left: 0.2em;
}
div#contact-wrap form#contactFormGeneral .buttons-set div.comment {
  float: right;
}
div#contact-wrap form#contactFormGeneral .buttons-set button.button {
  float: right;
  padding: 3px 30px 3px 20px;
  clear: right;
  margin-right: 65px;
  background-color: #F58426;
}
div#contact-wrap form#contactFormGeneral .buttons-set button.button:after {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  background-position: -23px -171px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  float: right;
}
div#contact-wrap form#contactFormGeneral .buttons-set textarea {
  width: 50%;
}
div#contact-wrap form#contactFormGeneral .buttons-set div.help {
  width: 50%;
  float: right;
  margin-right: 9%;
  margin-top: -5px;
  margin-bottom: 5px;
}
div#contact-wrap form#contactFormOwner .buttons-set div.comment {
  float: right;
}
div#contact-wrap form#contactFormOwner .buttons-set button.button {
  float: right;
  padding: 3px 30px 3px 20px;
  clear: right;
  background-color: #F58426;
  margin-right: 65px;
}
div#contact-wrap form#contactFormOwner .buttons-set button.button:after {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  background-position: -23px -171px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  float: right;
}
div#contact-wrap form#contactFormOwner .buttons-set textarea {
  width: 50%;
}
div#contact-wrap form#contactFormOwner .buttons-set div.help {
  width: 50%;
  float: right;
  margin-right: 9%;
  margin-top: -5px;
  margin-bottom: 5px;
}
div#contact-wrap div.serial-number div.icon {
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -179px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  padding-right: 65px;
}
div#contact-wrap div.serial-number a {
  color: #5A6870;
}

div.contact-us-social h4 {
  font-size: 20px;
  line-height: 27px;
  border-bottom: 1px solid #F58426;
  margin-bottom: 5px;
  margin-right: 20px;
}
div.contact-us-social p {
  margin: 10px 10px;
}
div.contact-us-social div.content {
  margin: 10px 20px 20px 7px;
  width: 194px;
}

#contact-message {
  margin-top: -20px;
  font-size: 14px;
  line-height: 1.714285714;
  color: #E63C2C;
}

@media only screen and (max-width: 770px) {
  div.contact-us-page {
    background: none;
    padding-right: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
  div.contact-us-page div#contacts_accordion {
    margin-bottom: 0;
  }
  div.contact-us-page div#contacts_accordion div.accordion-step h5 {
    padding-left: 55px;
  }
  div.contact-us-page div#contact-wrap form#contactFormGeneral .buttons-set button.button,
  div.contact-us-page div#contact-wrap form#contactFormOwner .buttons-set button.button {
    margin-right: 0;
    width: auto;
  }
  div.contact-us-page div#contact-wrap form#contactFormGeneral .buttons-set button.button:hover,
  div.contact-us-page div#contact-wrap form#contactFormOwner .buttons-set button.button:hover {
    background-color: #f4760e;
  }
  div.contact-us-page div#contact-wrap div.serial-number a {
    color: #F58426;
  }
  div.contact-us-page div#contact-wrap div.serial-number a:hover {
    text-decoration: underline;
  }
  div.contact-us-page div#contact-wrap div.serial-number .icon {
    display: none;
  }
  div.contact-us-page div#contact-wrap form ul.form-list label {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  div.contact-us-page div#contact-wrap form ul.form-list label br {
    display: none;
  }
  div.contact-us-page .buttons-set {
    border-top: none;
  }
  div.contact-us-page .buttons-set .required {
    display: inline;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion p.p1 {
    display: none;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion div.clearer ~ p:not(.p3) {
    margin-bottom: 0;
    height: 0;
  }
  div.contact-us-page div.accordion-contentcontacts_accordion > div {
    min-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  div.contact-us-page div#contacts_accordion div.accordion-content div.accordion-step h5 {
    padding-left: 20px;
    font-size: 16px;
  }
}
.startChat {
  height: 50px;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/contactform/grey-gradient-50.jpg") repeat-x;
  border-bottom: 1px solid #636363;
  position: relative;
}
.startChat h5 {
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/live-chat.png") 15px 5px no-repeat;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: none;
  text-indent: 68px;
}
.startChat .opener {
  display: block;
  position: absolute;
  right: 12px;
  top: 22px;
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/contact_icon_sprite.png") no-repeat;
  background-position: -33px -16px;
  width: 24px;
  height: 15px;
}

/* Form lists */
.form-list li {
  margin: 0 0 9px;
  vertical-align: top;
}

.form-list label {
  float: left;
  width: 225px;
  padding: 2px 15px 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}

.form-list .value {
  float: left;
  padding: 2px 0 0;
}

.form-list .note {
  clear: both;
  font-size: 11px;
  width: 380px;
  margin: 0;
  padding: 3px 0 0 240px;
}

.form-list span.label {
  font-weight: normal;
}

.form-list .input-box {
  overflow: hidden;
}

.form-list .input-box a {
  font-size: 11px;
  margin-top: 4px;
}

.form-list input.input-text,
.form-list textarea {
  float: left;
  width: 374px;
  vertical-align: top;
}

.form-list textarea {
  width: 374px;
  height: 13em;
}

.form-list select {
  float: left;
  width: 380px;
  vertical-align: top;
}

.form-list p {
  margin: 0;
  padding: 0 0 0 240px;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #5A6870;
}
#customer-reviews h3 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Product Rating
 * ============================================ */
.rating-product {
  min-height: 40px;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #94b036;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #839c30;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #94b036 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #94b036;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 20px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #00ABD2;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #5A6870;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #5A6870;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #5A6870;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 20px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("/skin/frontend/vax_rwd/anz/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #5A6870;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #5A6870;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #636363;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #636363;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #5A6870;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
.header-minicart {
  /*overriding inline cart image positions*/
}
.header-minicart p.empty {
  padding: 10px 10px;
}
.header-minicart .product-image {
  border: 1px solid #DCDEE0;
}
.header-minicart .product-details .product-name a:hover {
  text-decoration: underline;
}
.header-minicart .mini-products-list {
  padding: 10px 10px 10px;
}
.header-minicart .mini-products-list li {
  padding: 0px 5px 0px 0px;
}
.header-minicart .mini-products-list li.last {
  padding-bottom: 0;
  margin-bottom: -10px;
}
.header-minicart .info-wrapper {
  float: left;
}
.header-minicart .info-wrapper th {
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
}
.header-minicart .info-wrapper td {
  font-size: 12px;
  line-height: 12px;
}
.header-minicart a.remove {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  float: right;
  margin-top: 20px;
}
.header-minicart a.remove:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  background-position: -250px -500px;
  width: 20px;
  height: 20px;
}
.header-minicart .subtotal {
  font-size: 14px;
}
.header-minicart .subtotal .label {
  color: #5A6870;
}
.header-minicart .minicart-wrapper a.product-image {
  margin-left: 0 !important;
  left: 0px !important;
  margin-top: 4px;
}
.header-minicart .minicart-actions .checkout-types li {
  margin-bottom: 0;
}
.header-minicart .minicart-actions .cart-link {
  background-color: #F58426;
  color: #FFF;
  text-align: center;
  line-height: 16px;
  padding: 7px 15px;
  font-size: 13px;
  display: inline-block;
  float: left;
  width: 135px;
  height: 30px;
  text-transform: uppercase;
  font-weight: bolder;
  bottom: 15px;
}
.header-minicart .minicart-actions .cart-link:hover {
  text-decoration: none;
  background-color: #f4760e;
}
.header-minicart .minicart-actions .checkout-button {
  position: relative;
  height: 30px;
  font-weight: bolder;
  float: right;
  line-height: 16px;
  width: 145px;
}
.header-minicart .minicart-actions .checkout-button:hover {
  background-color: #F58426;
}
.header-minicart .minicart-actions .checkout-button:before {
  background-position: -124px -171px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: " ";
  right: 17px;
  top: 9px;
}
.header-minicart .minicart-actions #payButtonWidgetSidebar {
  clear: both;
  margin: auto;
  width: 126px;
  margin-top: 10px;
}

@media only screen and (max-width: 770px) {
  .header-minicart .product-details .product-name {
    text-align: left;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 10px;
  }
  .header-minicart .minicart-actions .cart-link {
    top: 10px;
    left: 10px;
    right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 135px;
  }

  .header-minicart .minicart-actions .cart-link {
    width: 135px;
  }
}
@media only screen and (max-width: 1002px) and (min-width: 771px) {
  .header-minicart .minicart-actions .cart-link {
    min-width: 115px;
    width: 115px;
  }

  .header-minicart .minicart-actions .checkout-button {
    min-width: 135px;
    width: 135px;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #00ABD2;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #0096b9;
}
.search-autocomplete ul li.selected {
  background-color: #5A6870;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #5A6870;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #636363;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #636363;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #5A6870;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #5A6870;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ededed;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
.cms-page-view .std p, .cms-page-view .std li {
  font-style: normal;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.cms-page-view .std a:hover {
  text-decoration: none;
}
.cms-page-view .std a {
  color: #00abd2;
  text-decoration: underline;
}
.cms-page-view .std h2, .cms-page-view .std h2 a {
  font-size: 30px;
  font-weight: bold;
}
.cms-page-view .std h2 {
  color: #F58426;
}
.cms-page-view .std h2 a {
  color: #00abd2;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf102d;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Cookies Notice
 * ============================================ */
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice div.notice-inner {
  background-image: none;
}

#notice-cookie-block {
  position: fixed;
  width: 100%;
  min-height: 90px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
#notice-cookie-block .notice-inner {
  overflow: hidden;
  max-width: 980px;
  position: relative;
  padding: 27px 20px;
  font-size: 13px;
  line-height: 17px;
}
#notice-cookie-block .notice-inner .notice-text {
  float: left;
  display: inline-block;
  width: 70%;
  padding: 0;
  margin: 0;
}
#notice-cookie-block .notice-inner .notice-text p {
  padding: 0;
}
#notice-cookie-block .notice-inner .actions {
  right: 20px;
  max-width: 29%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
}
#notice-cookie-block .notice-inner .actions .button {
  font-weight: bold;
  background-color: #F58426;
  padding: 7px 40px;
}
#notice-cookie-block .notice-inner .actions .button:hover {
  background-color: #ec710b;
}
#notice-cookie-block .top-x {
  position: absolute;
  top: 0px;
  right: 0px;
}

/** Product Banner **/
div.product-banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
div.product-banner h2 {
  text-transform: none;
  font-size: 30px;
}
div.product-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
div.product-banner div.logo img {
  left: 0;
}
div.product-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 55px;
  margin-top: 55px;
  font-size: 16px;
  font-weight: 200;
}
div.product-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
div.product-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
}
div.product-banner div.cta-block {
  position: absolute;
  bottom: 70px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
div.product-banner div.cta-block div.price {
  display: inline-block;
}
div.product-banner div.cta-block div.special-price {
  font-weight: 500;
}
div.product-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 0.5em;
  padding: 3px 0;
}
div.product-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
div.product-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
div.product-banner div.cta-block .btn-cart:hover {
  background-color: #94af35;
}

div.product-banner.content-left {
  color: #fff;
}
div.product-banner.content-left h2 {
  color: #fff;
}

@media only screen and (max-width: 770px) {
  div.product-banner div.product-image {
    right: 0;
    left: auto;
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  div.product-banner div.product-image {
    display: none;
  }

  div.product-banner.content-left {
    background-repeat: repeat-x !important;
  }
}
/** Product Banner Carousel **/
div.product-banner-carousel .slick-prev, div.product-banner-carousel .slick-next {
  top: 50%;
  background: url("https://65473b912f7c3414e030-154cb8496c4b04c4f4c6d0e55429ca1b.ssl.cf3.rackcdn.com/vax_uk/vax-uk-sprite-29-12-14.png") no-repeat;
  height: 18px;
  width: 12px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
div.product-banner-carousel .slick-prev:hover, div.product-banner-carousel .slick-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
div.product-banner-carousel .slick-prev {
  left: 20px;
  background-position: -41px -353px;
}
div.product-banner-carousel .slick-next {
  right: 20px;
  background-position: -30px -353px;
}

/** Product Banner **/
.hide-for-large {
  display: none;
}

.show-for-large {
  display: block;
}

div.banner-container {
  position: relative;
}
div.banner-container div.banner-controls {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.banner-container div.banner-controls .unslider-arrow {
  width: 25px;
  height: 41px;
  z-index: 1;
  outline: 0;
  display: block;
  position: absolute;
  top: 200px;
  cursor: pointer;
  background-size: 330px 1000px;
}
div.banner-container div.banner-controls .unslider-arrow.prev {
  left: -30px;
  background-position: -99px -700px;
}
div.banner-container div.banner-controls .unslider-arrow.next {
  right: -30px;
  background-position: -100px -752px;
}
div.banner-container div.banner {
  margin-top: 0;
  max-height: 492px;
  overflow: hidden;
}

div.homepage-banner {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  background: #fff;
  margin-bottom: 30px;
  min-height: 490px;
}
div.homepage-banner div.content-wrapper {
  max-height: 392px;
  height: 392px;
}
div.homepage-banner div.content-wrapper div.banner-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
div.homepage-banner div.right-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 392px;
}
div.homepage-banner h2 {
  text-transform: none;
  font-size: 30px;
}
div.homepage-banner div.logo {
  max-width: 100%;
  min-height: 0;
  top: 45px;
  left: 0;
  position: relative;
}
div.homepage-banner div.logo img {
  left: 0;
  height: 26px;
  width: auto;
}
div.homepage-banner div.description {
  position: relative;
  line-height: 1.2;
  top: 20px;
  padding-top: 55px;
  font-size: 16px;
  font-weight: 200;
  z-index: 20;
  max-width: 330px;
  margin-top: 0px;
}
div.homepage-banner div.product-image {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
div.homepage-banner div.product-image img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 492px;
}
div.homepage-banner div.custom-price {
  font-weight: 500;
  font-size: 16px;
}
div.homepage-banner div.cta-block {
  position: absolute;
  bottom: 130px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  z-index: 200;
  cursor: pointer;
}
div.homepage-banner div.cta-block div.price {
  display: inline-block;
}
div.homepage-banner div.cta-block div.special-price {
  font-weight: 500;
}
div.homepage-banner div.cta-block .btn-cart {
  background: #a4c33b;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 20px;
  padding: 10px 18px;
  display: block;
  max-width: 120px;
  text-align: center;
}
div.homepage-banner div.cta-block .btn-cart.clicked {
  background-color: #cae961;
  pointer-events: none;
  cursor: default;
}
div.homepage-banner div.cta-block .btn-cart.clicked:hover {
  background-color: #ffaa4c;
}
div.homepage-banner div.cta-block .btn-cart a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
div.homepage-banner div.cta-block .btn-cart a:hover {
  text-decoration: none;
}
div.homepage-banner div.cta-block .btn-cart:hover {
  background-color: #F58426;
  text-underline: none;
}

div.homepage-banner.content-left {
  color: #fff;
}
div.homepage-banner.content-left div.content-wrapper {
  background-position: top right;
}
div.homepage-banner.content-left h2 {
  color: #fff;
  max-width: 330px;
}

@media only screen and (max-width: 1199px) {
  div.banner-container div.banner-controls .unslider-arrow.prev {
    left: -10px;
  }
  div.banner-container div.banner-controls .unslider-arrow.next {
    right: -10px;
  }
}
@media only screen and (max-width: 979px) {
  div.banner-container div.banner-controls .unslider-arrow {
    width: 20px;
    height: 32px;
    z-index: 1;
    outline: 0;
    display: block;
    position: absolute;
    top: 200px;
    background-size: 330px 1000px;
  }
  div.banner-container div.banner-controls .unslider-arrow.prev {
    left: 5px;
    background-position: -127px -700px;
  }
  div.banner-container div.banner-controls .unslider-arrow.next {
    right: 5px;
    background-position: -128px -751px;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 740px;
  }
  div.homepage-banner .cta-block .special-price {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-index-index div.banner-container {
    min-height: 500px;
  }
  .cms-index-index div.banner-container div.banner {
    max-height: 500px;
    min-height: 370px;
  }
  .cms-index-index div.banner-container div.banner li {
    max-height: 500px;
    min-height: 370px;
  }
  .cms-index-index div.banner-container div.banner-controls .unslider-arrow.prev {
    top: 110px;
  }
  .cms-index-index div.banner-container div.banner-controls .unslider-arrow.next {
    top: 110px;
  }

  .banner-container .mobile-content .banner-content {
    margin-top: -60px;
  }

  div.homepage-banner {
    height: 343px;
    min-height: 0;
  }
  div.homepage-banner div.content-wrapper {
    max-height: 284px;
    height: 284px;
  }
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  div.homepage-banner div.logo img {
    height: 24px;
    z-index: 9;
  }
  div.homepage-banner div.description {
    margin-top: 25px;
    top: -30px;
    max-width: 330px;
  }
  div.homepage-banner div.description .promo-desc {
    max-width: 260px;
  }
  div.homepage-banner div.cta-block {
    bottom: 40px;
  }
  div.homepage-banner .cta {
    display: block;
  }
  div.homepage-banner div.right-bg {
    max-height: 284px;
  }
  div.homepage-banner div.product-image {
    margin-left: 50%;
    width: auto;
  }
  div.homepage-banner div.product-image img {
    max-height: 343px;
    min-height: 343px;
  }

  div.homepage-banner.content-left h2 {
    max-width: 330px;
  }
  div.homepage-banner.content-left .description {
    max-width: 330px;
  }

  div.mobile-content .cta-block .btn-cart {
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 599px) {
  div.banner-container {
    min-height: none;
  }
  div.banner-container div.banner {
    max-height: none;
    min-height: none;
  }
  div.banner-container div.banner li {
    max-height: none;
    min-height: none;
  }
  div.banner-container div.banner-controls .unslider-arrow.prev, div.banner-container div.banner-controls .unslider-arrow.next {
    top: 70px;
  }

  .hide-for-small {
    display: none;
  }

  .show-for-small {
    display: block;
  }

  div.homepage-banner {
    height: 200px !important;
  }
  div.homepage-banner div.right-bg {
    display: none;
  }
  div.homepage-banner div.content-wrapper {
    max-height: 160px;
    height: 160px;
  }
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 0 30px;
  }
  div.homepage-banner div.product-image img {
    min-height: 0;
    max-height: 200px;
    height: 200px;
    width: auto;
  }

  div.mobile-content {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }
  div.mobile-content div.no-logo {
    margin-top: 35px;
  }
  div.mobile-content div.logo {
    margin-top: 35px;
  }
  div.mobile-content div.logo img {
    width: auto;
    height: 24px;
    z-index: 10;
  }
  div.mobile-content .description {
    color: #727d84;
    margin-bottom: 20px;
  }
  div.mobile-content .description .promo-desc {
    max-width: 350px;
  }
  div.mobile-content h2 {
    text-transform: none;
    font-size: 26px;
    color: #727d84;
    max-width: 330px;
  }
  div.mobile-content .cta-block {
    position: relative;
    font-weight: 400;
    color: #1b1d21;
    width: 100%;
    height: 45px;
  }
  div.mobile-content .cta-block .custom-price {
    line-height: 44px;
  }
  div.mobile-content .cta-block div.price {
    display: inline-block;
  }
  div.mobile-content .cta-block div.price, div.mobile-content .cta-block div.special-price {
    font-weight: 400;
  }
  div.mobile-content .cta-block .cta {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  div.mobile-content .cta-block .cta .btn-cart {
    background: #a4c33b;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 0.5em;
    display: block;
  }
  div.mobile-content .cta-block .cta .btn-cart a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  div.mobile-content .cta-block .cta .btn-cart a:hover {
    text-decoration: none;
  }
  div.mobile-content .cta-block .cta .btn-cart:hover {
    background-color: #F58426;
    text-decoration: none;
  }
}
/** commented out in order to enable the banner slider on mobile.
@media only screen and (max-width: $bp-xsmall) {
    div.banner-container div.banner-controls .unslider-arrow.prev, div.banner-container div.banner-controls .unslider-arrow.next {
        display: none;
    }
    .homepage-banner {
        max-height: 180px;
    }
}
*/
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  div.banner-container div.banner-controls {
    display: block;
  }
}
@media handheld {
  div.banner-container div.banner-controls {
    display: block;
  }
}
.storelocator-index-index, .servicelocator-index-index {
  /* 768px and below */
  /* 700px and below */
  /* 545px and below go to mobile view */
}
.storelocator-index-index .main-container, .servicelocator-index-index .main-container {
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 770px) {
  .storelocator-index-index .main-container .main .col-main, .servicelocator-index-index .main-container .main .col-main {
    margin-bottom: 0;
  }
}
.storelocator-index-index .main-container .breadcrumbs, .servicelocator-index-index .main-container .breadcrumbs {
  max-width: 940px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 970px) {
  .storelocator-index-index .main-container .breadcrumbs, .servicelocator-index-index .main-container .breadcrumbs {
    margin: 10px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .storelocator-index-index .main-container .breadcrumbs, .servicelocator-index-index .main-container .breadcrumbs {
    margin: 10px 15px 30px;
  }
}
.storelocator-index-index #map-search-form, .servicelocator-index-index #map-search-form {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  padding: 14px 20px;
  background-color: #f5f5f5;
}
.storelocator-index-index #map-search-form h2, .servicelocator-index-index #map-search-form h2 {
  float: left;
  text-transform: capitalize;
  font-weight: bold;
  color: #003656;
  margin-right: 1.5%;
  line-height: 30px;
}
.storelocator-index-index #map-search-form label, .servicelocator-index-index #map-search-form label {
  margin-left: 1.5%;
  line-height: 30px;
}
.storelocator-index-index #map-search-form input, .storelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form input, .servicelocator-index-index #map-search-form select {
  float: none;
  height: 30px;
  border: 1px solid #9f9f9f;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 15px;
}
.storelocator-index-index #map-search-form div.search-container, .servicelocator-index-index #map-search-form div.search-container {
  position: relative;
  display: inline;
  overflow: hidden;
}
.storelocator-index-index #map-search-form div.search-container input#search, .servicelocator-index-index #map-search-form div.search-container input#search {
  width: 200px;
  padding-right: 10px;
}
.storelocator-index-index #map-search-form div.search-container #locator, .servicelocator-index-index #map-search-form div.search-container #locator {
  display: block;
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 1000;
  cursor: pointer;
}
.storelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form select {
  padding-left: 5px;
}
.storelocator-index-index #map-search-form input#search-button, .servicelocator-index-index #map-search-form input#search-button {
  background-color: #A4C33C;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  border: 1px solid #A4C33C;
}
.storelocator-index-index #map-search-form input#search-button:hover, .servicelocator-index-index #map-search-form input#search-button:hover {
  background-color: #F58426;
  border: 1px solid #F58426;
}
.storelocator-index-index .results-map-container, .servicelocator-index-index .results-map-container {
  width: 100%;
  min-height: 700px;
  clear: both;
}
.storelocator-index-index .results-map-container #search-results, .servicelocator-index-index .results-map-container #search-results {
  float: left;
  width: 290px;
  height: 700px;
  overflow: auto;
  display: none;
}
.storelocator-index-index .results-map-container #search-results .found, .servicelocator-index-index .results-map-container #search-results .found {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.storelocator-index-index .results-map-container #search-results .found span, .servicelocator-index-index .results-map-container #search-results .found span {
  font-weight: bold;
  color: #222222;
  font-size: 18px;
  line-height: 18px;
}
.storelocator-index-index .results-map-container #search-results .found .close-results, .servicelocator-index-index .results-map-container #search-results .found .close-results {
  float: right;
  display: block;
  padding: 5px 0;
}
.storelocator-index-index .results-map-container #search-results .store-holder, .servicelocator-index-index .results-map-container #search-results .store-holder {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  overflow: hidden;
}
.storelocator-index-index .results-map-container #search-results .store-holder a, .servicelocator-index-index .results-map-container #search-results .store-holder a {
  color: #222222;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
}
.storelocator-index-index .results-map-container #search-results .store-holder a:hover, .servicelocator-index-index .results-map-container #search-results .store-holder a:hover {
  text-decoration: none;
}
.storelocator-index-index .results-map-container #search-results .store-holder a.selected, .servicelocator-index-index .results-map-container #search-results .store-holder a.selected {
  background-color: #f0f0f0;
}
.storelocator-index-index .results-map-container #search-results .store-holder .position, .servicelocator-index-index .results-map-container #search-results .store-holder .position {
  float: left;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: url("/skin/frontend/vax_rwd/anz/images/storelocator/circle-bg.png") top center no-repeat transparent;
  color: #FFFFFF;
  text-align: center;
  margin-right: 19px;
}
.storelocator-index-index .results-map-container #search-results .store-holder .store-details, .servicelocator-index-index .results-map-container #search-results .store-holder .store-details {
  float: left;
  display: block;
  width: 188px;
  text-align: left;
  font-size: 14px;
}
.storelocator-index-index .results-map-container #search-results .store-holder .store-details .store-title, .servicelocator-index-index .results-map-container #search-results .store-holder .store-details .store-title {
  display: none;
}
.storelocator-index-index .results-map-container #search-results .store-holder .store-details span, .servicelocator-index-index .results-map-container #search-results .store-holder .store-details span {
  display: block;
  text-transform: capitalize;
}
.storelocator-index-index .results-map-container #search-results .store-holder .store-details span.title, .servicelocator-index-index .results-map-container #search-results .store-holder .store-details span.title {
  font-weight: bold;
  text-transform: uppercase;
}
.storelocator-index-index .results-map-container #search-results .store-holder .website-container, .servicelocator-index-index .results-map-container #search-results .store-holder .website-container {
  display: none;
}
.storelocator-index-index .results-map-container #map-canvas, .servicelocator-index-index .results-map-container #map-canvas {
  max-width: 100%;
  height: 700px;
  /* InfoPop styling */
}
.storelocator-index-index .results-map-container #map-canvas:empty, .servicelocator-index-index .results-map-container #map-canvas:empty {
  height: auto;
}
.storelocator-index-index .results-map-container #map-canvas .store-title, .servicelocator-index-index .results-map-container #map-canvas .store-title {
  display: none;
}
.storelocator-index-index .results-map-container #map-canvas span, .servicelocator-index-index .results-map-container #map-canvas span {
  display: block;
  color: #222222;
  text-transform: capitalize;
}
.storelocator-index-index .results-map-container #map-canvas span.title, .servicelocator-index-index .results-map-container #map-canvas span.title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 10px;
}
.storelocator-index-index .results-map-container #map-canvas .website, .storelocator-index-index .results-map-container #map-canvas .phonelink, .servicelocator-index-index .results-map-container #map-canvas .website, .servicelocator-index-index .results-map-container #map-canvas .phonelink {
  color: #F58426;
  padding: 10px 0 0;
  display: block;
}
.storelocator-index-index .results-map-container .marker-label, .servicelocator-index-index .results-map-container .marker-label {
  font-weight: bold;
  color: #F58426;
  width: 35px;
  text-align: center;
  font-size: 14px;
}
.storelocator-index-index .results-map-container.mobile-view, .servicelocator-index-index .results-map-container.mobile-view {
  min-height: 400px;
}
.storelocator-index-index .results-map-container.mobile-view #search-results, .servicelocator-index-index .results-map-container.mobile-view #search-results {
  width: 100%;
  height: auto;
}
.storelocator-index-index .results-map-container.mobile-view #map-canvas, .servicelocator-index-index .results-map-container.mobile-view #map-canvas {
  display: block;
  clear: left;
  height: 400px;
}
@media only screen and (max-width: 770px) {
  .storelocator-index-index #map-search-form, .servicelocator-index-index #map-search-form {
    margin-top: 10px;
  }
  .storelocator-index-index #map-search-form h2, .servicelocator-index-index #map-search-form h2 {
    font-size: 20px;
  }
  .storelocator-index-index #map-search-form input#search, .servicelocator-index-index #map-search-form input#search {
    width: 150px;
    margin-left: 8px;
  }
  .storelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form select {
    margin-left: 8px;
  }
  .storelocator-index-index #map-search-form input#search-button, .servicelocator-index-index #map-search-form input#search-button {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 700px) {
  .storelocator-index-index #map-search-form label, .servicelocator-index-index #map-search-form label {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .storelocator-index-index #map-search-form, .servicelocator-index-index #map-search-form {
    height: auto;
  }
  .storelocator-index-index #map-search-form h2, .storelocator-index-index #map-search-form input#search, .storelocator-index-index #map-search-form select, .storelocator-index-index #map-search-form input#search-button, .servicelocator-index-index #map-search-form h2, .servicelocator-index-index #map-search-form input#search, .servicelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form input#search-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .storelocator-index-index #map-search-form h2, .servicelocator-index-index #map-search-form h2 {
    font-size: 20px;
  }
  .storelocator-index-index #map-search-form input#search, .storelocator-index-index #map-search-form select, .storelocator-index-index #map-search-form input#search-button, .servicelocator-index-index #map-search-form input#search, .servicelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form input#search-button {
    height: 35px;
    line-height: 35px;
  }
  .storelocator-index-index #map-search-form div.search-container, .servicelocator-index-index #map-search-form div.search-container {
    display: block;
    clear: both;
  }
  .storelocator-index-index #map-search-form div.search-container input#search, .servicelocator-index-index #map-search-form div.search-container input#search {
    text-align: left;
    width: 100%;
  }
  .storelocator-index-index #map-search-form div.search-container #locator, .servicelocator-index-index #map-search-form div.search-container #locator {
    top: 8px;
  }
  .storelocator-index-index #map-search-form select, .servicelocator-index-index #map-search-form select {
    margin: 10px 0 20px;
    text-align: left;
    padding: 0 5px;
  }
  .storelocator-index-index #map-search-form input#search-button, .servicelocator-index-index #map-search-form input#search-button {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.storelocator-index-index #map-search-form #search.validation-error, .servicelocator-index-index #map-search-form #search.validation-error {
  border: 1px solid red !important;
  background-color: #ffeeee !important;
}

.cms-announcement {
  clear: both;
  margin: 50px auto;
  max-width: 90%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, sans-serif;
}
.cms-announcement:empty {
  margin: 0;
}
.cms-announcement h1, .cms-announcement h2, .cms-announcement h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #1D2B33;
  text-align: center;
}

.cms-survey iframe {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* ============================================ *
* Home - Generic
* ============================================ */
.cms-index-index .page-header,
.cms-index-index .main-container,
.cms-index-index .footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

.page-header,
.main-container,
.footer {
  /* this needs setting when $max-container-width > 1000px as banners are not wide enough */
  max-width: 1000px;
}

/* homepage banner updates */
.cms-index-index .main-container {
  padding: 0;
  max-width: none;
  width: 100%;
}
.cms-index-index .footer-container {
  padding: 0;
  margin-top: -1px;
}

.homepage-banner {
  display: none;
}

div.homepage-banner div.content-wrapper div.banner-content {
  padding: 0;
}

div.homepage-banner, div.content-wrapper {
  height: auto;
  min-height: 700px;
}
div.homepage-banner div.right-bg, div.content-wrapper div.right-bg {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}
div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
  padding-top: 200px;
  max-width: 380px;
}
div.homepage-banner .banner-content .description h2, div.content-wrapper .banner-content .description h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 50px;
}
div.homepage-banner .banner-content .description h2 strong, div.content-wrapper .banner-content .description h2 strong {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
div.homepage-banner .banner-content .description .promo-desc, div.content-wrapper .banner-content .description .promo-desc {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2em;
  max-width: 75%;
}
div.homepage-banner .banner-content .cta-block, div.content-wrapper .banner-content .cta-block {
  bottom: 200px;
}
div.homepage-banner .banner-content .cta-block .btn-cart, div.content-wrapper .banner-content .cta-block .btn-cart {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 8px 16px;
}
div.homepage-banner .banner-content .cta-block .btn-cart:last-child, div.content-wrapper .banner-content .cta-block .btn-cart:last-child {
  margin-right: 0;
  background-color: #737e84;
}
div.homepage-banner .banner-content .cta-block .btn-cart:hover, div.content-wrapper .banner-content .cta-block .btn-cart:hover {
  background-color: #f58426;
  text-decoration: none;
}

div.homepage-banner div.product-image img {
  max-height: 700px;
}

div.banner-container div.banner {
  max-height: 700px;
}

div.banner-container div.banner-controls {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 100;
}
div.banner-container div.banner-controls a.unslider-arrow {
  width: 50px;
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}
div.banner-container div.banner-controls a.unslider-arrow.prev {
  background: url("/skin/frontend/vax_rwd/anz/images/homepage/prev-arrow.png") center center no-repeat transparent;
  top: auto;
  left: 5px;
}
div.banner-container div.banner-controls a.unslider-arrow.next {
  background: url("/skin/frontend/vax_rwd/anz/images/homepage/next-arrow.png") center center no-repeat transparent;
  top: auto;
  float: right;
  right: 5px;
}

.cms-index-index .banner-controls {
  width: 90%;
}
.cms-index-index .banner-controls .unslider-arrow.prev, .cms-index-index .banner-controls .unslider-arrow.next {
  top: 330px;
}

div.banner-container .dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 940px;
}
div.banner-container .dots li {
  float: left;
  display: block;
  background: url("/skin/frontend/vax_rwd/anz/images/dot.png") center center no-repeat transparent;
  padding-right: 6px;
  color: transparent;
}
div.banner-container .dots li.active {
  background: url("/skin/frontend/vax_rwd/anz/images/dot-active.png") center center no-repeat transparent;
}

div.banner-container .mobile-banner {
  display: none;
}

@media only screen and (max-width: 980px) {
  div.banner-container div.banner-controls {
    display: none;
  }

  div.banner-container .dots {
    width: 100%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 2600px) {
  div.homepage-banner {
    margin-bottom: 0px;
  }

  div.homepage-banner, div.content-wrapper {
    min-height: 100%;
  }

  .cms-index-index div.banner-container {
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner {
    max-height: none;
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner li {
    max-height: none;
    min-height: 1px;
  }
  .cms-index-index div.banner-container div.banner li .clearfix {
    height: 0px;
  }

  div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
    padding-top: 20px;
  }
  div.homepage-banner .banner-content .promo-desc, div.content-wrapper .banner-content .promo-desc {
    width: 80%;
  }

  div.homepage-banner div.product-image img {
    color: white;
  }

  div.homepage-banner div.cta-block {
    position: absolute;
  }

  div.homepage-banner .banner-content .cta-block, div.content-wrapper .banner-content .cta-block {
    bottom: 80px;
  }

  div.homepage-banner div.right-bg, div.content-wrapper div.right-bg {
    background-size: cover;
    background-position: center center;
    max-height: none;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    max-width: 770px;
    width: 100%;
  }

  div.banner-container .dots {
    padding-left: 20px;
    width: 100%;
  }
  div.banner-container .dots li {
    max-height: 8px !important;
    min-height: 8px !important;
  }
}
@media only screen and (max-width: 850px) {
  div.banner-container div.banner-controls {
    display: none !important;
  }

  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 48px 0 0;
  }

  div.homepage-banner .banner-content .description, div.content-wrapper .banner-content .description {
    margin: 0;
    padding-top: 0px;
  }
  div.homepage-banner .banner-content .description h2, div.content-wrapper .banner-content .description h2 {
    font-size: 24px;
    margin-bottom: 0.75em;
  }
  div.homepage-banner .banner-content .description h2 strong, div.content-wrapper .banner-content .description h2 strong {
    font-size: 48px;
  }
  div.homepage-banner .banner-content .description .promo-desc, div.content-wrapper .banner-content .description .promo-desc {
    font-size: 16px !important;
    margin-bottom: 2em;
    max-width: none;
  }
}
@media only screen and (max-width: 770px) {
  div.homepage-banner div.content-wrapper div.banner-content {
    padding: 48px 20px 0;
  }
}
@media only screen and (max-width: 599px) {
  div.homepage-banner div.product-image {
    height: 610px;
  }
}
@media only screen and (max-width: 599px) {
  div.homepage-banner, div.content-wrapper {
    height: 180px;
    min-height: 180px;
  }

  div.homepage-banner div.product-image {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 40px;
    width: 100% !important;
    top: -410px;
  }
  div.homepage-banner div.product-image img {
    display: block;
    height: 610px;
    max-height: 100%;
    max-width: 100%;
  }

  .banner-container .banner ul li .hp-banner .bans .bg-image-container.hide-mobile {
    display: none;
  }

  .banner-container .banner ul li .hp-banner .bans .mobile-banner {
    display: block;
    margin-bottom: 30px;
  }
  .banner-container .banner ul li .hp-banner .bans .mobile-banner .bg-image {
    display: block;
  }

  div.mobile-content .description {
    text-align: center;
    color: #003656;
  }
  div.mobile-content .description h2 {
    color: #003656;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  div.mobile-content .description h2 strong {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
  }
  div.mobile-content .description .promo-desc {
    color: #222222;
    font-size: 16px;
    max-width: 100%;
  }

  div.mobile-content .cta-block {
    padding: 0 20px;
  }
  div.mobile-content .cta-block .cta {
    position: relative;
  }
  div.mobile-content .cta-block .cta .btn-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 5%;
    width: 47.5%;
    text-align: center;
  }
  div.mobile-content .cta-block .cta .btn-cart:hover {
    text-decoration: none;
  }
  div.mobile-content .cta-block .cta .btn-cart:last-child {
    margin-right: 0;
    background-color: #003656;
  }

  div.banner-container .dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: auto;
  }
  div.banner-container .dots li {
    background: url("/skin/frontend/vax_rwd/anz/images/dot-mobile.png") center center no-repeat transparent;
  }
  div.banner-container .dots li.active {
    background: url("/skin/frontend/vax_rwd/anz/images/dot-mobile-active.png") center center no-repeat transparent;
  }

  .catalog-product-view div.content-wrapper {
    min-height: initial !important;
    height: auto !important;
  }
}
.catalog-product-view div.content-wrapper {
  min-height: initial !important;
  margin-top: 35px !important;
}

/* new banner styling */
.banner-container .banner ul li .hp-banner .bans {
  display: block;
  position: relative;
}
.banner-container .banner ul li .hp-banner .bans .bg-image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-container .banner ul li .hp-banner .bans .container {
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 100;
  width: 80%;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 50px;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content h2 strong {
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}
.banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.2em;
  max-width: 75%;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  clear: left;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #FFFFFF;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart:last-child {
  margin-right: 0;
  background-color: #737e84;
}
.banner-container .banner ul li .hp-banner .bans .container .cta-block .btn-cart:hover {
  background-color: #f58426;
  text-decoration: none;
}
.banner-container .banner ul li .hp-banner .bans .product-image {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner ul li .hp-banner .bans .container {
    top: 15%;
    left: 7%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 strong {
    font-size: 48px;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
    font-size: 16px !important;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 770px) {
  .banner-container .banner ul li .hp-banner .bans .container {
    top: 40px;
    left: 20px;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content {
    width: 50%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content .promo-desc {
    max-width: none;
  }
}
@media only screen and (max-width: 599px) {
  .banner-container .banner ul li .hp-banner .bans .bg-image-container {
    max-height: 360px;
    min-height: 180px;
    width: 100%;
    display: block;
    margin-bottom: 44px;
  }
  .banner-container .banner ul li .hp-banner .bans .bg-image-container .bg-image {
    display: none;
  }
  .banner-container .banner ul li .hp-banner .bans .container {
    display: block;
    position: relative;
    clear: both;
    z-index: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content {
    position: relative;
    width: 100%;
    float: none;
    color: #222222;
    padding: 0 4%;
  }
  .banner-container .banner ul li .hp-banner .bans .container .banner-content h2 {
    color: #263746 !important;
  }
  .banner-container .banner ul li .hp-banner .bans .container .cta-block {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto 60px;
  }
  .banner-container .banner ul li .hp-banner .bans .product-image {
    display: block;
    position: absolute;
    top: -410px;
    border: 0;
    left: 0;
    right: 0;
  }
  .banner-container .banner ul li .hp-banner .bans .product-image img {
    height: 620px;
    margin: 0 auto;
  }
  .banner-container .banner ol.dots {
    padding-left: 0;
  }
}

.contacts-contacts-index .contact-us-page {
  padding-right: 0;
}
.contacts-contacts-index .contact-us-page p.p3 {
  margin-bottom: 35px;
}
.contacts-contacts-index .contact-us-page .accordion div.accordion-step {
  background: none !important;
  border-bottom: 0px !important;
}
.contacts-contacts-index .contact-us-page .accordion div.accordion-step span.opener {
  background: url("/skin/frontend/vax_rwd/anz/images/contactform/accordion-open.png") no-repeat !important;
  top: 20px;
}
.contacts-contacts-index .contact-us-page .accordion div.accordion-step h5.accordion-title {
  background-color: #e5e6e8;
  color: #5A6870;
  padding-left: 20px;
  margin-left: 0;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
}
.contacts-contacts-index .contact-us-page .accordion div.accordion-step h5.accordion-title div.icon {
  display: none !important;
}
.contacts-contacts-index .contact-us-page .accordion div.accordion-step.active h5.accordion-title {
  background-color: #F58426;
  color: white;
}
.contacts-contacts-index .contact-us-page .accordion .accordion-content p.p3 {
  margin-bottom: 8px;
}
.contacts-contacts-index .contact-us-page .accordion .accordion-content p.p3.text {
  margin-bottom: 0;
}
.contacts-contacts-index .contact-us-page .accordion .accordion-content p.p3.text strong {
  color: #1D2B33;
  font-size: 14px;
}
.contacts-contacts-index .contact-us-page .accordion .accordion-content p.p3.number {
  line-height: 1.25em;
}
.contacts-contacts-index .contact-us-page .accordion .accordion-content p.p3.number strong {
  color: #cf102d;
  font-size: 18px;
}
.contacts-contacts-index div#contact-wrap .fields .field.purchase-date-hidden-field {
  display: none;
}
.contacts-contacts-index div#contact-wrap .fields .field.purchase-date-hidden-field label {
  padding-right: 32px;
}
.contacts-contacts-index div#contact-wrap form ul.form-list label {
  width: 240px;
  text-align: right;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: normal;
}
.contacts-contacts-index div#contact-wrap form ul.form-list label::after {
  color: #F58426;
  font-size: 18px;
}
.contacts-contacts-index .form-list select {
  width: 375px;
  padding: 0 8px;
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 18px;
  margin-top: 0;
}
.contacts-contacts-index .form-list select#phone_type {
  float: left;
  width: 118px;
}
.contacts-contacts-index .form-list input#telephone {
  float: left;
  width: 252px;
  margin-left: 5px;
}
.contacts-contacts-index .form-list #err-telephone {
  display: none;
  margin-top: 15px;
}
.contacts-contacts-index .form-list select,
.contacts-contacts-index .form-list input.input-text {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.contacts-contacts-index .form-list .validation-failed {
  border: 1px solid #F58426;
}
.contacts-contacts-index .form-list .validation-advice {
  color: #F58426;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 12px;
  display: block;
  overflow: hidden;
}
.contacts-contacts-index .newsletter-area {
  margin: 20px 0;
}
.contacts-contacts-index .newsletter-area label {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.contacts-contacts-index .buttons-set {
  border: 0;
}
.contacts-contacts-index .buttons-set #hideit {
  display: none;
}
.contacts-contacts-index div#contact-wrap form#contactFormGeneral .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #A4C33C;
  text-transform: uppercase;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0;
}
.contacts-contacts-index div#contact-wrap form#contactFormGeneral .buttons-set button.button:hover {
  background-color: #F58426;
}
.contacts-contacts-index div#contact-wrap form#contactFormGeneral .buttons-set button.button::after {
  background-image: none;
}
@media only screen and (max-width: 770px) {
  .contacts-contacts-index div.contact-us-page div#contact-wrap form ul.form-list label {
    text-align: left;
  }
  .contacts-contacts-index div#contact-wrap form label.newsletter-label {
    float: right;
    width: 90%;
  }
  .contacts-contacts-index .form-list textarea {
    width: 100%;
  }
}

#call_us_step {
  margin-top: 20px;
}

#email_us_general:hover,
#call_us_step:hover {
  cursor: pointer;
}

.accordion-contentcall_us_step {
  display: none;
}

#contact-wrap #dvFastForms .ff-section-header {
  display: none;
}

/* Vacuum Cleaner Landing Page Bottom Image */
.category-vacuum-cleaners .vacuum-cleaner-bottom-image {
  background-image: url("/skin/frontend/vax_rwd/anz/images/landingpages/vacuum/vax-Category-Level-Banner-Blocks-SlimVac-630.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  background-position: top left;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 770px) and (min-width: 600px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/skin/frontend/vax_rwd/anz/images/landingpages/vacuum/vax-Category-Level-Banner-Blocks-SlimVac-630.jpg");
  }
}
@media only screen and (min-width: 771px) {
  .category-vacuum-cleaners .vacuum-cleaner-bottom-image {
    background-image: url("/skin/frontend/vax_rwd/anz/images/landingpages/vacuum/vax-Category-Level-Banner-Blocks-SlimVac-980.jpg");
  }
}

/* 940px + 60px padding */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
.info {
  font-style: italic;
  color: #000000;
  margin-bottom: 30px;
}

.unavailable {
  margin-bottom: 380px;
}

.footer-container {
  margin-top: -10px;
}

.products {
  display: none;
}

.category-title {
  border-bottom: 0px;
  margin-bottom: 0 !important;
}

.note-msg,
.products {
  display: none;
}

.support-header {
  color: #1D2B33;
  height: 76px;
  line-height: 76px;
  display: block;
  width: 100%;
  font-size: 18px;
  background: #e5e6e8;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px 20px;
  position: relative;
}
.support-header .name {
  float: left;
  line-height: 20px;
  text-align: left;
  width: 75%;
  margin-top: 10px;
  font-weight: bold;
}
.support-header .model {
  line-height: 20px;
  font-size: 12px;
  text-align: left;
  float: left;
  clear: right;
  font-weight: normal;
}
.support-header .learn-more {
  float: right;
  background: #a4c33b;
  height: 35px;
  width: 100px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  margin-top: 10.5px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
s
.support-header .learn-more:hover {
  background-color: #F58426;
}

@media only screen and (max-width: 770px) {
  .page-title h1 {
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
  }

  .info {
    border-bottom: 0;
    padding-left: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .main-container .main .breadcrumbs {
    margin-bottom: 25px;
  }

  .support-header {
    height: auto;
    min-height: 76px;
  }
  .support-header .name {
    width: 100%;
    float: none;
    min-height: 40px;
  }
  .support-header .learn-more {
    margin-top: 10px;
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  .main-container {
    padding-bottom: 0;
  }

  .info {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 24px;
  }

  .page-title h1 {
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .main .breadcrumbs {
    margin-bottom: 20px;
  }

  .support-header {
    margin-bottom: 10px;
  }
}
/* ============================================ *
 * Support Product
 * ============================================ */
.support-product .category-products {
  display: none;
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
  .toolbar {
    padding-top: 10px;
  }
  .toolbar .page {
    display: none;
  }

  .support-product .category-products .sorter {
    float: right;
    width: 50%;
  }
  .support-product .category-products .sorter .sort-by {
    float: right;
  }
}
/* ============================================ *
 * Support Product Tabs
 * ============================================ */
#support-tabs {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
#support-tabs .tab-mobile {
  display: none;
}
#support-tabs .tabs {
  overflow: hidden;
}
#support-tabs .tabs .tab {
  height: 40px;
  width: 33.33%;
  float: left;
  line-height: 40px;
  text-align: center;
}
#support-tabs .tabs .tab:first-child {
  border-left: none;
}
#support-tabs .tabs .tab a {
  color: #5A6870;
  height: 38px;
  line-height: 38px;
  display: block;
  width: 100%;
  font-size: 16px;
  background: #e5e6e8;
  font-weight: bold;
}
#support-tabs .tabs .tab a:hover {
  background: #5A6870;
  color: #fff;
  text-decoration: none;
}
#support-tabs .tabs .tab.active a {
  background: #5A6870;
  color: #fff;
}
#support-tabs .tabs-content .tab-content {
  width: 100%;
  padding: 20px 0 0 0;
  clear: both;
  display: none;
}
#support-tabs .tabs-content .tab-content .unavailable {
  margin-bottom: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
#support-tabs .tabs-content .tab-content.active {
  display: block;
}

@media only screen and (max-width: 750px) {
  .support-product .category-products {
    display: block;
  }

  #support-tabs .tabs-desktop {
    display: none;
  }
  #support-tabs .tab-mobile {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    display: block;
  }
  #support-tabs .tab-mobile:first-child {
    border-left: none;
  }
  #support-tabs .tab-mobile a {
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    font-size: 25px;
    padding-left: 20px;
    font-family: "Raleway", Verdana, Arial, sans-serif;
    background: #5A6870;
    color: #fff;
  }
  #support-tabs .tab-mobile a:hover {
    background: #5A6870;
    color: #fff;
    text-decoration: none;
  }
  #support-tabs .tab-mobile.active a {
    background: #5A6870;
    color: #fff;
  }
  #support-tabs .tabs-content .tab-content {
    display: block;
  }
  #support-tabs .tab-content-container {
    padding: 0 10px;
  }
}
/* ============================================ *
 * Support Product FAQs
 * ============================================ */
#product-faqs .topic {
  margin-bottom: 1px;
}
#product-faqs .topic .topic-header {
  background: #e5e6e8;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
}
#product-faqs .topic .topic-header h3,
#product-faqs .topic .topic-header h2 {
  background: #e5e6e8;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
}
#product-faqs .topic .topic-header a {
  display: block;
  height: 45px;
  width: 100%;
  color: #5A6870;
  background: url("/skin/frontend/vax_rwd/anz/images/support/icon-arrow-right.png") no-repeat center right;
}
#product-faqs .topic .topic-header a:focus {
  outline: none;
}
#product-faqs .topic .topic-header a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
#product-faqs .topic .topic-content {
  padding: 20px;
  display: none;
}
#product-faqs .topic .topic-content .faqs .topic-faq {
  padding: 0 10px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e5e6e8;
}
#product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-header,
#product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-content {
  position: relative;
  padding-left: 35px;
}
#product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-header {
  height: 25px;
  margin-bottom: 10px;
}
#product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-header h3 {
  text-transform: none;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.8;
}
#product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-content p {
  margin-bottom: 10px;
}
#product-faqs .topic .topic-content .faqs .topic-faq .icon-question,
#product-faqs .topic .topic-content .faqs .topic-faq .icon-answer {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
#product-faqs .topic .topic-content .faqs .topic-faq .icon-question {
  background: #5A6870;
}
#product-faqs .topic .topic-content .faqs .topic-faq .icon-answer {
  background: #F58426;
}
#product-faqs .topic .topic-content .faqs .topic-faq:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#product-faqs .topic.active .topic-header {
  background-color: #F58426;
}
#product-faqs .topic.active .topic-header a {
  background: url("/skin/frontend/vax_rwd/anz/images/support/icon-arrow-down.png") no-repeat center right;
  background-color: #F58426;
  color: #fff;
}
#product-faqs .topic.active .topic-header h3 {
  background-color: #F58426;
}
#product-faqs .topic.active .topic-content {
  display: block;
}
#product-faqs .topic::last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
  #product-faqs .topic .topic-header {
    height: auto;
    line-height: 1.2;
  }
  #product-faqs .topic .topic-header h3 {
    height: auto;
    line-height: 1.2;
    margin-bottom: 0;
  }
  #product-faqs .topic .topic-header a {
    height: auto;
    display: block;
    min-height: 45px;
    line-height: 1.5;
    padding: 15px 30px 15px 0;
  }
  #product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-header {
    height: auto;
  }
  #product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-header h3 {
    line-height: 1.3;
  }
  #product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-content {
    line-height: 1.3;
  }
  #product-faqs .topic .topic-content .faqs .topic-faq .topic-faq-content p {
    margin-bottom: 20px;
  }
}
/* ============================================ *
 * Support Product Manuals
 * ============================================ */
#product-manuals .product-manual {
  margin-bottom: 1px;
  background: #e5e6e8;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
}
#product-manuals .product-manual a {
  display: block;
  height: 45px;
  width: 100%;
  color: #5A6870;
  background: url("/skin/frontend/vax_rwd/anz/images/support/icon-arrow-right.png") no-repeat center right;
}
#product-manuals .product-manual a:focus {
  outline: none;
}
#product-manuals .product-manual a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* ============================================ *
 * Support CMS Styling
 * ============================================ */
@media only screen and (max-width: 770px) {
  .std {
    padding: 0 15px;
  }
}
/* ============================================ *
 * Quick Links Footer
 * ============================================ */
.footer-before-container {
  background: #dbd9d6;
  height: 300px;
  clear: both;
}

.quicklinks-container {
  padding: 40px 0;
  max-width: 940px;
  margin: auto;
}
.quicklinks-container h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 35px;
}
.quicklinks-container .quicklinks-menu {
  overflow: hiddesdfsadf;
}
.quicklinks-container .links li {
  float: left;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 45%;
  margin-right: 10%;
}
.quicklinks-container .links li:nth-child(even) {
  margin-right: 0;
}
.quicklinks-container .links li a {
  color: #263746;
  font-family: Verdana, Arial, sans-serif;
  width: 100%;
  height: 35px;
  background: url("/skin/frontend/vax_rwd/anz/images/buttons/arrow-left.png") no-repeat 90% center;
  display: block;
}

@media only screen and (max-width: 770px) {
  .quicklinks-container {
    padding: 40px 15px;
  }
  .quicklinks-container .links li a {
    background: url("/skin/frontend/vax_rwd/anz/images/buttons/arrow-left.png") no-repeat 100% center;
  }
}
@media only screen and (max-width: 479px) {
  .footer-before-container {
    height: auto;
    padding-top: 20px;
  }

  .quicklinks-container {
    padding: 0 20px;
  }
  .quicklinks-container h2 {
    margin-bottom: 15px;
  }
  .quicklinks-container .links li {
    width: 100%;
    margin-right: 0;
  }
}
/* ============================================ *
 * Quick Links Userguides
 * ============================================ */
#userguide-selector {
  margin-bottom: 30px;
  overflow: hidden;
}
#userguide-selector .categories,
#userguide-selector .products,
#userguide-selector .manuals {
  display: block;
  float: left;
  width: 32%;
  padding: 0 5px;
}
#userguide-selector .categories.active,
#userguide-selector .products.active,
#userguide-selector .manuals.active {
  display: block;
}
#userguide-selector .categories,
#userguide-selector .products {
  margin-right: 2%;
}
#userguide-selector .manuals,
#userguide-selector .products {
  display: none;
}
#userguide-selector .btn-error,
#userguide-selector .manual,
#userguide-selector .btn-reset,
#userguide-selector .category,
#userguide-selector .product {
  min-height: 40px;
  width: 100%;
  background: #dbd9d6;
  margin-bottom: 5px;
  padding: 10px;
  display: block;
  color: #000;
}
#userguide-selector .btn-error.inactive,
#userguide-selector .manual.inactive,
#userguide-selector .btn-reset.inactive,
#userguide-selector .category.inactive,
#userguide-selector .product.inactive {
  display: none;
}
#userguide-selector .btn-error.active, #userguide-selector .btn-error:hover,
#userguide-selector .manual.active,
#userguide-selector .manual:hover,
#userguide-selector .btn-reset.active,
#userguide-selector .btn-reset:hover,
#userguide-selector .category.active,
#userguide-selector .category:hover,
#userguide-selector .product.active,
#userguide-selector .product:hover {
  background: #a7dad0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#userguide-selector .btn-error,
#userguide-selector .btn-reset {
  background: #263746;
  color: #fff;
  display: none;
}
#userguide-selector .btn-error.active,
#userguide-selector .btn-reset.active {
  display: block;
  background: #263746;
}
#userguide-selector .btn-error:hover,
#userguide-selector .btn-reset:hover {
  background: #385167;
  text-decoration: none;
  font-weight: bold;
}
#userguide-selector .btn-error {
  background: #CF5050;
  color: #fff;
  display: none;
}
#userguide-selector .btn-error.active {
  display: block;
  background: #CF5050;
}
#userguide-selector .btn-error:hover {
  background: #da7878;
}

@media only screen and (max-width: 620px) {
  #userguide-selector h3 {
    margin-bottom: 10px;
  }
  #userguide-selector .categories,
  #userguide-selector .products,
  #userguide-selector .manuals {
    float: none;
    width: 98%;
    margin: auto;
  }
}
.support-quicklink .page-title h2 {
  margin-bottom: 35px;
}
.support-quicklink h3 {
  margin-bottom: 30px;
}

.qa {
  padding: 0;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.qa .q,
.qa .a {
  position: relative;
  padding-left: 35px;
  line-height: 25px;
}
.qa .q .icon-q,
.qa .q .icon-a,
.qa .a .icon-q,
.qa .a .icon-a {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
.qa .q .icon-q,
.qa .a .icon-q {
  background: #F58426;
}
.qa .q .icon-a,
.qa .a .icon-a {
  background: #F58426;
}
.qa .q {
  height: 25px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 25px;
}
.qa .a {
  margin-bottom: 30px;
}
.qa .a ul {
  margin: 20px 0;
}

@media only screen and (max-width: 770px) {
  .qa {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .qa .a {
    line-height: 1.6;
  }
}
.grid .grid-item {
  width: 32%;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 0.666666667%;
  margin-left: 0.666666667%;
  margin-bottom: 20px;
  padding: 20px 20px 10px 20px;
  position: relative;
}
.grid .grid-item img {
  height: 250px;
  width: 250px;
  margin: auto;
}
.grid .grid-item .name {
  min-height: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "Oswald", Verdana, Arial, sans-serif;
  margin-top: 10px;
}
.grid .grid-item .name h2 {
  width: 90%;
  font-size: 16px;
  margin: auto;
}
.grid .grid-item:hover {
  border-color: #F58426;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  .grid {
    padding: 0;
  }
  .grid .grid-item img {
    height: 200px;
    width: 200px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .grid {
    padding: 0;
  }
  .grid .grid-item {
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 560px) {
  .grid .grid-item {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .grid .grid-item img {
    height: 280px;
    width: 280px;
    margin: auto;
  }
}
.services .service {
  position: relative;
  height: 265px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  padding-top: 220px;
  position: relative;
  text-align: center;
  color: #636363;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.services .service .icon {
  position: absolute;
  left: 50%;
  top: 50px;
  height: 110px;
  width: 110px;
  margin-left: -55px;
}
.services .service .icon-store-locator {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-location.png") no-repeat 0 0;
}
.services .service .icon-service-locator {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-service.png") no-repeat 0 0;
}
.services .service .icon-product-support {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-product.png") no-repeat 0 0;
}
.services .service .icon-warranty {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-warranty.png") no-repeat 0 0;
}
.services .service .icon-registration {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-registration.png") no-repeat 0 0;
}
.services .service .icon-contact {
  background: url("/skin/frontend/vax_rwd/anz/images/support/support-contact.png") no-repeat 0 0;
}
.services .service:hover {
  text-decoration: none;
}
.services .service:hover .icon {
  background-position: -110px 0;
}

@media only screen and (max-width: 768px) {
  .services {
    padding: 0;
  }
  .services .service {
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 640px) {
  .services .service {
    height: 235px;
    padding-top: 190px;
  }
}
@media only screen and (max-width: 555px) {
  .services .service {
    height: 255px;
  }
}
@media only screen and (max-width: 460px) {
  .services .service {
    font-size: 22px;
    padding-top: 225px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 290px;
  }
}

