@charset "UTF-8";
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
body {
  background-color: #fff;
  background-color: #eee;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font--webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #444;
  font-weight: 500;
  line-height: 1.1;
  font-family: "alternate-gothic-no-3-d";
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #EF4124;
  font-weight: 500;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border: 1px solid #ddd;
  height: 40px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #bbb;
}

input,
textarea,
select {
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #777;
}

textarea {
  min-height: 150px;
}

select {
  min-width: 50px;
  padding: 6px 8px;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.page-wrap.group {
  margin-left: 20px;
  margin-right: 20px;
}

.master-wrapper-page {
  background: url(../images/bg.png) top repeat-x #000;
}

.master-wrapper-content {
  position: relative;
  z-index: 0;
}

.master-wrapper-content.container {
  padding-top: 1px;
}

.master-column-wrapper {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding-top: 1px;
  overflow: auto;
}

.center-1,
.center-2,
.side-2 {
  padding-left: 20px;
  padding-right: 20px;
  /*    margin: 30px 0 40px; */
  margin: 30px 0 40px;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
}

.page-title {
  margin-bottom: 40px;
}

.page-title a + h1 {
  float: left;
}

.page-title h1 {
  font-size: 36px;
  margin: 0;
}

.no-data {
  margin: 30px 0;
}

/* todo: find a better place for these */
.center-2 .page-title h1 {
  margin-top: 0;
}

.side-2 .block .title {
  margin-top: 15px;
}

/* clearfix */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

/* todo: remove awful nop clearfixing, extend or replace with .group class */
.page:after,
.page-title:after,
.page-body:after,
.header-upper:after,
.header-lower:after,
.search-box form:after,
.master-column-wrapper:after,
.gallery .picture-thumbs:after,
.row:after,
.inputs:after,
.login-page .customer-blocks:after,
.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.buttons {
  margin: 30px 0;
}

.button, .button-2 {
  background: #EF4124;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  cursor: auto;
}

.button:hover, .button-2:hover {
  background: #B23823;
}

.button:disabled, .button-2:disabled {
  background: #DDD;
  cursor: not-allowed;
}

.button.small {
  font-size: 14px;
  min-height: 40px;
  padding: 13px 20px;
}

.button.large {
  min-height: 50px;
  min-width: 140px;
  padding: 18px 30px;
}

.button.back,
.button.grey {
  background: #aaa;
}

.button.back:hover,
.button.grey:hover {
  background: #999;
}

.icon-button {
  background: transparent;
  border: none;
  color: #727272;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 18px;
  position: relative;
  margin: 0;
}

.icon-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  /*background:#C00;
        height:16px;
        width:16px;
        margin-top:-8px;*/
}

.backgroundsize.svg .icon-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url("../images/rss.png") center no-repeat;
  font-size: 0 !important;
}

/* todo: nop doing this arse-about-face. remove global list-style:none. use better reset? */
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

.flyout-cart {
  display: none;
}

/* auto complete */
.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete.ui-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  border-top: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 400px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  border-top: 1px solid #ddd;
}

.ui-autocomplete.ui-menu .ui-menu-item:first-child {
  border-top: none;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  background: none;
  border: none;
  border-radius: 0;
  color: #777;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 15px;
}

.ui-autocomplete.ui-menu .ui-menu-item a:hover,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
  background-color: #f6f6f6;
}

.ui-autocomplete img {
  display: none;
  margin: 0 10px 0 0;
  min-width: 20px;
  vertical-align: middle;
}

.order-info {
  line-height: 1.5;
  overflow: hidden;
}

.billing-info,
.shipping-info {
  margin-bottom: 40px;
}

.info-block .title {
  font-size: 18px;
  margin: 0 0 10px;
}

.info-block + .info-block {
  margin-top: 20px;
}

.info-block .email {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (min-width: 769px) {
  .billing-info,
  .shipping-info {
    width: 50%;
  }
  .billing-info {
    float: left;
    padding-right: 20px;
  }
  .shipping-info {
    float: right;
    padding-left: 20px;
  }
}

@media (min-width: 1001px) {
  .master-wrapper-content {
    width: 980px;
  }
  .center-1,
  .center-2,
  .side-2 {
    margin: 50px 0 60px;
  }
  .center-2 {
    float: right;
    width: 75%;
  }
  .side-2 {
    float: left;
    width: 25%;
    padding-right: 30px;
  }
  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
  }
}

@media (min-width: 1367px) {
  .master-wrapper-content {
    width: 1200px;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.container {
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1200px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1001px) {
  .container {
    width: 980px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1200px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.fieldset, .section {
  position: relative;
}

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

.fieldset .title,
.section .title {
  color: #444;
  font-size: 24px;
  margin: 0 0 20px;
}

.fieldset .title strong,
.section .title strong {
  font-weight: normal;
}

.inputs {
  margin: 0 0 20px;
}

.inputs label {
  color: #444;
  display: inline-block;
  margin-bottom: 5px;
}

.inputs input,
.inputs select,
.inputs textarea {
  display: block;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
  width: 576px;
  max-width: 100%;
  background-color: #fff;
}

.input-validation-error {
  border-color: #EC1C24;
}

.radio,
.checkbox {
  display: block;
  position: relative;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 5px;
}

.radio input,
.checkbox input {
  position: absolute;
  top: 3px;
}

.radio label,
.checkbox label {
  color: #666;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
}

.help-text {
  color: #EF4124;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  color: #EC1C24;
  font-weight: bold;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  color: #EC1C24;
  display: block;
}

.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  color: #36A547;
}

.message-error {
  font-weight: bold;
  margin-bottom: 30px;
}

.result {
  color: #444;
  font-weight: bold;
  margin: 30px 0;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.table-wrapper {
  clear: both;
}

.cart,
.data-table {
  display: block;
  border-top: 1px solid #ddd;
}

.cart thead,
.data-table thead {
  display: none;
}

@media (min-width: 769px) {
  .cart thead,
  .data-table thead {
    display: table-row-group;
  }
}

.cart tbody,
.data-table tbody {
  display: block;
}

@media (min-width: 769px) {
  .cart tbody,
  .data-table tbody {
    display: table-row-group;
  }
}

.cart th,
.data-table th {
  color: #999;
  display: block;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 769px) {
  .cart th,
  .data-table th {
    background: #f6f6f6;
    display: table-cell;
    padding: 10px;
    white-space: nowrap;
  }
  .cart th.quantity,
  .data-table th.quantity {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  .cart th,
  .data-table th {
    padding: 10px 20px;
  }
}

.cart tr,
.data-table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 769px) {
  .cart tr,
  .data-table tr {
    display: table-row;
  }
}

.cart td,
.data-table td {
  display: block;
  text-align: left;
}

.cart td.product .product-sku,
.data-table td.product .product-sku {
  color: #999;
  font-size: 11px;
}

.cart td.product .product-name,
.data-table td.product .product-name {
  color: #EF4124;
}

@media (min-width: 769px) {
  .cart td.product .product-name,
  .data-table td.product .product-name {
    font-size: 18px;
  }
}

.cart td .message-error,
.data-table td .message-error {
  margin: 0;
  font-weight: normal;
}

@media (min-width: 769px) {
  .cart td,
  .data-table td {
    display: table-cell;
    padding: 20px 10px;
  }
  .cart td.quantity,
  .data-table td.quantity {
    text-align: center;
  }
  .cart td.unit-price, .cart td.subtotal,
  .data-table td.unit-price,
  .data-table td.subtotal {
    white-space: nowrap;
  }
  .cart td label,
  .data-table td label {
    display: none;
  }
}

@media (min-width: 1001px) {
  .cart td,
  .data-table td {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  .cart,
  .data-table {
    display: table;
  }
}

.cart td.product-picture {
  float: left;
}

.cart td.product-picture a {
  border: 1px solid #ddd;
  display: block;
  height: 80px;
  margin: auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}

.cart td.product-picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.cart td.product-picture a:hover img {
  opacity: 0.9;
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

@media (min-width: 769px) {
  .cart td.product-picture {
    float: none;
    padding-right: 0;
  }
}

.cart td.product, .cart td.unit-price, .cart td.quantity, .cart td.subtotal, .cart td.remove-from-cart, .cart td.add-to-cart {
  margin: 0 0 10px 100px;
}

.cart td.product {
  margin-top: 0;
}

.cart td.product .product-sku {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .cart td.product .product-sku {
    margin-bottom: 0;
  }
}

.cart td.quantity .qty-input {
  text-align: center;
  width: 62px;
}

.cart td.remove-from-cart input, .cart td.add-to-cart input {
  float: left;
  margin: 3px 5px 0 0;
}

@media (min-width: 769px) {
  .cart td.remove-from-cart input, .cart td.add-to-cart input {
    float: none;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .cart td.remove-from-cart, .cart td.add-to-cart {
    text-align: center;
  }
}

.cart-total tr.order-total {
  color: #444;
  font-size: 24px;
}

.cart-total td {
  padding: 5px 0;
}

.cart-total td.cart-total-right {
  text-align: right;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.bar-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 25px 15px 10px;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #36A547;
}

.bar-notification.error {
  background-color: #EC1C24;
}

.bar-notification .content {
  float: left;
  margin: 0 10px 0 0;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 9px -551px;
  cursor: pointer;
  height: 32px;
  margin: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.backgroundsize.svg .bar-notification .close {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/loading.gif") center no-repeat;
}

.please-wait {
  background: url("../images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  width: 350px !important;
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("../images/close.png") center no-repeat !important;
  padding: 0 !important;
}

.ui-dialog-titlebar button span {
  display: none !important;
}

.ui-dialog-content {
  height: auto !important;
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px !important;
  color: #777;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.eu-cookie-bar-notification .text {
  margin-bottom: 20px;
  line-height: 20px;
}

.eu-cookie-bar-notification button {
  min-width: 60px;
  margin: 5px 0 10px;
  border: none;
  background-color: #EF4124;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}

.eu-cookie-bar-notification button:hover {
  background-color: #B23823;
}

.eu-cookie-bar-notification a {
  display: block;
  color: #EF4124;
}

.eu-cookie-bar-notification a:hover {
  text-decoration: underline;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}

.admin-header-links a {
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

.header {
  position: relative;
  z-index: 10;
  text-align: center;
}

.header-upper {
  background-color: #fff;
}

.header-selectors-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.header-selectors-wrapper > div {
  display: block;
  width: 50%;
  margin: 10px auto;
  vertical-align: middle;
}

.header-selectors-wrapper select {
  width: 100%;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

.language-list li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}

.language-list a {
  display: block;
  position: relative;
  width: 24px;
  height: 32px;
  line-height: 0;
}

.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-links-wrapper {
  position: relative;
  padding: 10px 0;
}

.header-links {
  font-size: 0;
}

.header-links > li {
  display: inline-block;
  margin: 0 10px;
}

.header-links > li > a,
.header-links > li > span {
  color: #727272;
  display: inline-block;
  font-size: 12px;
  line-height: 36px;
  opacity: 0.8;
}

.header-links > li > a:hover,
.header-links > li.shopping-cart-link:hover > a {
  opacity: 1;
}

.shopping-cart-link .ico-cart,
.wishlist-link .ico-wishlist {
  padding: 0 0 0 25px;
  position: relative;
}

.shopping-cart-link .ico-cart:before,
.wishlist-link .ico-wishlist:before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.backgroundsize.svg .shopping-cart-link .ico-cart:before, .backgroundsize.svg
.wishlist-link .ico-wishlist:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.shopping-cart-link .ico-cart:before {
  height: 20px;
  margin-top: -10px;
  width: 20px;
  background-position: 0 -80px;
}

.wishlist-link .ico-wishlist:before {
  height: 19px;
  margin-top: -10px;
  width: 20px;
  background-position: 0 0;
}

.wishlist-link .wishlist-qty,
.shopping-cart-link .cart-subtotal,
.shopping-cart-link .cart-qty {
  font-weight: bold;
}

.header-lower {
  position: relative;
  z-index: 0;
}

.header-logo {
  background: #fff;
}

.header-logo a {
  background-image: url(../images/logo-small.png);
  /*background-position: left top;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  /*display: inline-block;*/
  display: block;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 276px;
  width: 100%;
}

.search-box {
  padding: 20px 0;
}

.search-box form {
  display: block;
  padding-right: 90px;
  position: relative;
}

.search-box-text-wrap {
  position: relative;
}

.search-box .search-box-button {
  background-color: #000;
  border: none;
  color: #fff;
  float: left;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  width: 90px;
  right: 0;
  top: 0;
}

.search-box .search-box-button:hover {
  background-color: #2D2D2F;
}

.search-box .search-box-indicator {
  background: url("../images/ajax-loader-small.gif") right center no-repeat;
  display: none;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 20px;
}

.search-box .ui-autocomplete {
  max-width: none;
  width: auto !important;
  right: 20px;
}

.search-box .ui-autocomplete-loading + .search-box-indicator {
  display: block;
}

.header-menu {
  position: relative;
  z-index: 1;
  font-family: "alternate-gothic-no-3-d";
}

.menu-toggle-mobile {
  background-color: #EF4124;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.menu-toggle-mobile:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -160px;
  content: '';
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
}

.backgroundsize.svg .menu-toggle-mobile:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.menu-toggle-mobile:before,
.sub-menu-toggle-mobile:before {
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

.menu-toggle-mobile.is-expanded:before,
.sub-menu-toggle-mobile.is-expanded:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color:   #EF4124;
  /* padding-left:25px; */
}

.main-menu .menu-item {
  position: relative;
}

.main-menu .menu-link {
  border-bottom: 1px solid #fff;
  min-height: 56px;
}

.main-menu > .menu-item {
  line-height: 1.2;
  background-color: #f6f6f6;
}

.main-menu > .menu-item > .menu-link {
  color: #555;
  display: block;
  font-weight: 500;
  font-size: 22px;
  padding: 18px;
}

.sub-menu-indicator {
  display: none;
}

.sub-menu-wrap {
  display: none;
  font-size: 14px;
}

.sub-menu .menu-link {
  color: #666;
  display: block;
  padding: 19px 20px 19px 40px;
}

.sub-menu .sub-menu .menu-link {
  padding-left: 60px;
}

.sub-menu .sub-menu .sub-menu .menu-link {
  padding-left: 80px;
}

.sub-menu-toggle-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  border-left: 1px solid #fff;
  padding: 15px;
  cursor: pointer;
  background-color: #eaeaea;
}

.sub-menu-toggle-mobile:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -280px;
  content: '';
  display: block;
  height: 10px;
  margin-left: -8px;
  margin-top: -5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
}

.backgroundsize.svg .sub-menu-toggle-mobile:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.nationwide-delivery {
  display: block;
  height: 70px;
  width: 70px;
  margin: 10px auto 0;
  opacity: 0.75;
  display: none;
}

.nationwide-delivery img {
  max-width: 100%;
}

@media (min-width: 481px) {
  .header-logo {
    background: #EF4124;
  }
  .header-logo a {
    width: 276px;
  }
  .header-selectors-wrapper > div {
    display: inline-block;
    width: 30%;
    margin: 10px auto;
  }
  .search-box .ui-autocomplete img {
    display: inline;
  }
}

@media (min-width: 1001px) {
  .header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0;
  }
  .header-selectors-wrapper > div {
    width: auto;
    min-width: 100px;
    margin: 0 12px 0 0;
    line-height: 43px;
  }
  .header-selectors-wrapper select {
    height: 25px;
    padding: 4px;
    font-size: 12px;
  }
  .language-list {
    text-align: left;
  }
  .header-links-wrapper {
    float: right;
    padding: 0;
  }
  .header-links > li {
    margin: 0;
  }
  .header-links > li > a,
  .header-links > li > span {
    color: #727272;
    font-weight: normal;
    padding: 0 10px;
    line-height: 45px;
  }
  .header-links .shopping-cart-link .ico-cart,
  .header-links .wishlist-link .ico-wishlist {
    padding: 0 10px 0 34px;
  }
  .shopping-cart-link .ico-cart:before,
  .wishlist-link .ico-wishlist:before {
    left: 10px;
  }
  .flyout-cart {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
    width: 300px;
    padding-top: 11px;
  }
  .shopping-cart-link:hover .flyout-cart {
    display: block;
  }
  .mini-shopping-cart {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    text-align: left;
  }
  .mini-shopping-cart:before,
  .mini-shopping-cart:after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: -10px;
    width: 0;
  }
  .mini-shopping-cart:before {
    border-color: transparent transparent #ccc transparent;
  }
  .mini-shopping-cart:after {
    border-color: transparent transparent #f5f5f5 transparent;
    top: -9px;
  }
  .mini-shopping-cart .count {
    background: #f5f5f5;
    color: #444;
    padding: 15px 20px;
  }
  .mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
  }
  .mini-shopping-cart .items {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
  }
  .mini-shopping-cart .item {
    overflow: hidden;
    margin-top: 10px;
  }
  .mini-shopping-cart .item.first {
    margin-top: 0;
  }
  .mini-shopping-cart .picture {
    border: 1px solid #ddd;
    float: left;
    width: 70px;
    text-align: center;
  }
  .mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .mini-shopping-cart .picture img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  }
  .mini-shopping-cart .picture:hover img {
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 0.9;
  }
  .mini-shopping-cart .picture + .product {
    margin: 0 0 0 80px;
  }
  .mini-shopping-cart .name {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
  }
  .mini-shopping-cart .name a {
    color: #444;
    display: inline-block;
  }
  .mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
  }
  .mini-shopping-cart .totals {
    background: #f5f5f5;
    font-size: 14px;
    padding: 15px 20px 10px;
  }
  .mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
  }
  .mini-shopping-cart .buttons {
    margin: 0;
    background: #f5f5f5;
    padding: 0 20px 20px;
  }
  .mini-shopping-cart input[type="button"] {
    background-color: #EF4124;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
  }
  .mini-shopping-cart input[type="button"]:hover {
    background-color: #B23823;
  }
  .header-lower {
    background:   #EF4124;
  }
  .header-lower .container {
    position: relative;
    background: #EF4124;
    /* TODO: Matching with main site 
                padding-top: 5px; */
  }
  .header-menu .container {
    position: relative;
    background: #EF4124;
    border-bottom: 1px solid #B23823;
  }
  .header-logo {
    float: left;
    margin: 0;
  }
  .header-logo a {
    background-image: url(../images/logo.png);
    display: block;
    height: 109px;
    width: 150px;
    background-color: #FFF;
  }
  .backgroundsize.svg .header-logo a {
    background-size: 150px 109px;
  }
  .search-box {
    padding: 34px 0;
    float: right;
  }
  .search-box form {
    display: block;
  }
  .search-box input.search-box-text {
    width: 280px;
  }
  .search-box .ui-autocomplete {
    right: auto;
    width: 280px !important;
  }
  /* menu */
  .header-menu {
    background: #EF4124;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-toggle-mobile,
  .sub-menu-toggle-mobile {
    display: none;
  }
  .main-menu {
    border: 0;
    display: block !important;
    font-size: 0;
  }
  .main-menu .menu-item {
    position: relative;
  }
  .main-menu .menu-link {
    border: none;
  }
  .main-menu > .menu-item {
    background: transparent;
    border: 0;
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .main-menu > .menu-item > .menu-link {
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    min-height: 0;
    padding: 17px 12px 17px 0;
    text-transform: uppercase;
  }
  .main-menu > .menu-item > .menu-link:hover {
    color: #000;
  }
  .menu-item:hover > .sub-menu-indicator {
    opacity: 1;
  }
  .sub-menu-indicator {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    display: block;
    height: 0;
    margin-top: -2px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
  }
  .sub-menu .sub-menu-indicator {
    border-color: transparent transparent transparent #AAA;
    border-width: 4px 0 4px 4px;
    margin-top: -4px;
    right: 18px;
  }
  .sub-menu .menu-item:hover > .sub-menu-indicator {
    border-color: transparent transparent transparent #fff;
  }
  .sub-menu-wrap {
    color: #727272;
    display: none !important;
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    text-align: left;
    width: 220px;
  }
  .sub-menu {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  .sub-menu .menu-item {
    margin: 0;
  }
  .sub-menu .menu-item:hover {
    background-color: #EF4124;
  }
  .sub-menu .menu-item:hover > .menu-link {
    color: #fff;
  }
  .sub-menu .menu-item .menu-link {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    min-height: 0;
    padding: 8px 28px 8px 20px;
  }
  .main-menu > .menu-item > .sub-menu {
    padding-top: 10px;
    top: 50px;
  }
  .main-menu > .menu-item > .sub-menu-wrap > .sub-menu:before,
  .main-menu > .menu-item > .sub-menu-wrap > .sub-menu:after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: '';
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
  }
  .main-menu > .menu-item > .sub-menu-wrap > .sub-menu:before {
    border-color: transparent transparent #CCC transparent;
    top: -10px;
  }
  .main-menu > .menu-item > .sub-menu-wrap > .sub-menu:after {
    border-color: transparent transparent #FFF transparent;
    top: -9px;
  }
  .sub-menu-wrap .sub-menu-wrap {
    left: 218px;
    padding: 0 0 0 12px;
    top: -16px;
    width: 232px;
  }
  .sub-menu-wrap .sub-menu-wrap > .sub-menu > .menu-item:first-child:before,
  .sub-menu-wrap .sub-menu-wrap > .sub-menu > .menu-item:first-child:after {
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: '';
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .sub-menu-wrap .sub-menu-wrap > .sub-menu > .menu-item:first-child:before {
    border-color: transparent #ccc transparent transparent;
    left: -11px;
  }
  .sub-menu-wrap .sub-menu-wrap > .sub-menu > .menu-item:first-child:after {
    border-color: transparent #fff transparent transparent;
    left: -10px;
  }
  .sub-menu-wrap .sub-menu-wrap > .sub-menu > .menu-item:first-child:hover:after {
    border-color: transparent #EF4124 transparent transparent;
  }
  .main-menu .menu-item:hover > .sub-menu-wrap {
    display: block !important;
  }
  .sub-menu .sub-menu .sub-menu .menu-link {
    padding-left: 20px;
  }
  .sub-menu .menu-item.view-all-manufacturers {
    margin-top: 20px;
  }
  .nationwide-delivery {
    left: 398px;
    margin: 0;
    position: absolute;
    top: 15px;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.footer {
  background-color: #000;
  text-align: center;
}

.footer-upper {
  padding: 40px 0;
  background: #2D2D2F;
}

.footer-block {
  margin: 1px auto;
  text-align: left;
  font-family: "alternate-gothic-no-3-d";
  font-size: 22px;
  font-weight: 500;
  /*padding:0 20px;*/
}

.footer-block .title {
  background-color: #EF4124;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  margin: 0 0 1px;
  padding: 10px 15px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.footer-block.information .title:before,
.footer-block.my-account .title:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -40px -280px;
  content: '';
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.backgroundsize.svg .footer-block.information .title:before, .backgroundsize.svg
.footer-block.my-account .title:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.footer-block .title strong {
  font-weight: normal;
}

.footer-block .list {
  display: none;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 10px 0;
}

.footer-block .list a {
  color: #777;
  display: block;
  font-weight: normal;
  padding: 8px 15px;
  line-height: 1;
}

.footer-block .list a:hover {
  color: #EF4124;
}

.follow-us {
  margin: 30px auto 0;
  text-align: center;
}

.follow-us .title {
  margin: 0 0 10px;
  background: none;
  color: #AAA;
  cursor: auto;
}

.newsletter-email {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 100px;
  position: relative;
}

.newsletter-email .newsletter-subscribe-text {
  float: left;
  height: 40px;
  margin: 0 -1px 0 0;
}

.newsletter-email .newsletter-subscribe-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.newsletter-subscribe-button:hover {
  background-color: #B23823;
}

.newsletter-valudation {
  line-height: 28px;
}

.newsletter-result.error {
  color: #EC1C24;
}

.footer-lower {
  overflow: hidden;
  padding: 25px 0;
  font-size: 12px;
}

.footer-lower-inner {
  padding: 0 20px;
}

.footer-lower a:hover {
  color: #B23823;
}

.footer-disclaimer,
.footer-website-by,
.footer-powered-by,
.footer-parent-site,
.footer-tax-shipping {
  display: block;
  margin-bottom: 5px;
}

.footer-rule {
  /*border-top:1px solid #ddd;*/
}

@media (min-width: 481px) {
  .footer-info {
    margin-bottom: 10px;
  }
  .footer-disclaimer,
  .footer-website-by,
  .footer-parent-site,
  .footer-powered-by {
    margin: 0;
    display: inline;
  }
  .footer-parent-site {
    border-left: 1px solid #999;
    margin-left: 7px;
    padding-left: 10px;
  }
  .footer-tax-shipping {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .footer-block {
    display: inline-block;
    width: 25.33333%;
    margin: 0 4%;
    vertical-align: top;
  }
  .footer-block .title {
    margin: 0 0 15px;
    background: none;
    padding: 0;
    color: #AAA;
    cursor: auto;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
  }
  .footer-block.information .title:before,
  .footer-block.my-account .title:before {
    display: none;
  }
  .footer-block .list {
    display: block !important;
    /* prevents toggle display:none on resize */
    background: none;
    padding: 0;
  }
  .footer-block .list li {
    padding: 5px 0;
  }
  .footer-block .list a {
    display: inline;
    padding: 0;
  }
  .follow-us {
    width: 98%;
    margin: 25px auto 0;
  }
}

@media (min-width: 1001px) {
  .footer-upper {
    padding: 35px 0;
  }
  .footer-block {
    padding: 0 20px;
    float: left;
    margin: 0;
    width: 25%;
  }
  .footer-block .list {
    margin: 0;
  }
  .follow-us {
    float: right;
    margin: 0;
    text-align: left;
    width: 33%;
  }
  .follow-us .social li {
    margin: 0 10px 0 0;
  }
  .newsletter-email {
    display: block;
  }
  .newsletter-validation .field-validation-valid {
    text-align: left;
  }
  .footer-lower {
    padding: 25px 0;
    position: relative;
  }
  .footer-powered-by {
    display: inline;
  }
  .footer-attr {
    float: left;
    width: 50%;
    text-align: left;
  }
  .footer-info {
    float: right;
    margin: 0;
    text-align: right;
    width: 50%;
  }
}

@media (min-width: 1367px) {
  .follow-us {
    width: 33.3333%;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
/* wrappers */
.block {
  min-height: 50px;
  margin: auto;
  text-align: left;
}

.block .title {
  background-color: #f6f6f6;
  /*border-bottom: 1px solid #ddd;*/
  color: #444;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 10px;
  padding: 15px 30px 15px 15px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.block .title:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -280px;
  content: '';
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

.backgroundsize.svg .block .title:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.block .title.is-expanded:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block .title strong {
  font-weight: normal;
}

.block .listbox {
  display: none;
  margin-bottom: 50px;
  padding: 0 20px;
}

/* list */
.block .list,
.block .sublist {
  margin: 12px 0 30px 0;
}

.listbox > .list {
  margin-top: 0;
  padding-top: 10px;
}

.block .list > li {
  margin-bottom: 20px;
}

.block .list > li > a {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

.block .list .active > a {
  color: #444;
  position: relative;
}

.block .list .active > a:before {
  background: #444;
  content: '';
  display: block;
  height: 1px;
  left: -20px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

/* sublist */
.block .sublist li {
  margin-bottom: 12px;
}

/* view all link */
.block .view-all a {
  color: #EF4124;
}

.block .view-all a:after {
  content: '→';
  padding-left: 5px;
}

/* recently viewed */
.block-recently-viewed-products .product-picture {
  display: none;
}

@media (min-width: 1001px) {
  /* wrappers*/
  .block {
    float: none;
    width: auto;
    margin: 0 0 50px;
  }
  .block .title {
    background: none;
    border-bottom: 1px solid #ddd;
    cursor: auto;
    margin: 10px 0;
    padding: 0;
    padding: 0 0 10px;
  }
  .block .title:before {
    display: none;
  }
  .block .listbox {
    display: block !important;
    padding: 0;
  }
  /* recently viewed */
  .block-recently-viewed-products .listbox .list {
    font-size: 0;
    margin: 0;
  }
  .block-recently-viewed-products li {
    overflow: auto;
  }
  .block-recently-viewed-products a {
    vertical-align: middle;
  }
  .block-recently-viewed-products .product-picture {
    display: inline-block;
    border: 1px solid #ddd;
    width: 64px;
    height: 64px;
    position: relative;
  }
  .block-recently-viewed-products img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 5px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  }
  .block-recently-viewed-products .product-picture:hover img {
    opacity: 0.8;
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  .block-recently-viewed-products .product-name {
    display: inline-block;
    width: 141px;
    padding-left: 10px;
  }
  /* view all link */
  .block .view-all a {
    margin-left: 0;
  }
}

@media (min-width: 1367px) {
  /* recently viewed */
  .block-recently-viewed-products .product-name {
    width: 196px;
  }
}

/*@import 'partials/polls';*/
/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.breadcrumb {
  background: #000;
  padding-top: 30px;
  margin: auto;
  padding: 15px;
  padding-left: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
}

.breadcrumb li a {
  color: #FFF;
  font-weight: 500;
}

.breadcrumb ul > li:first-child a {
  padding-left: 32px;
  position: relative;
}

.breadcrumb ul > li:first-child a:before {
  content: '';
  display: block;
  height: 17px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 20px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -120px;
}

.backgroundsize.svg .breadcrumb ul > li:first-child a:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.breadcrumb .delimiter {
  margin-left: 7px;
}

.breadcrumb strong {
  font-weight: normal;
}

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 25px;
}

.contact-vendor {
  margin: 0 0 30px;
}

.contact-vendor .button-2 {
  border: none;
  background-color: #EF4124;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.contact-vendor .button-2:hover {
  background-color: #B23823;
}

.search-page .page-title,
.vendor-page .page-title {
  margin-bottom: 20px;
}

.product-selectors {
  margin: 0 0 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.product-selectors:after {
  content: "";
  display: block;
  clear: both;
}

.product-selectors > div {
  display: inline-block;
  margin: 5px;
}

.product-selectors span {
  vertical-align: middle;
  font-size: 16px;
}

.product-selectors select {
  margin: 0 8px;
  width: auto;
}

.product-selectors .product-viewmode {
  display: none;
  font-size: 0;
}

.product-filters {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.product-filter {
  margin: 0 0 10px;
}

.product-filter .filter-title {
  margin: 0 0 10px;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 17px;
  color: #444;
}

.product-filter .filter-title strong {
  font-weight: normal;
}

.product-filter .filter-content {
  padding: 10px;
  color: #444;
}

.product-filter .available-items:after {
  content: "";
  display: block;
  clear: both;
}

.product-filter .group {
  margin: 0 0 10px;
}

.product-filter .group li {
  font-size: 15px;
}

.product-filter .group li a,
.product-filter .group li strong {
  display: inline-block;
  padding: 5px 0;
}

.product-filter .group li a:hover {
  color: #EF4124;
}

.product-filter .group li.item {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
}

.product-filter .group li.item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.filtered-items .title {
  margin: 0 0 5px;
  font-style: italic;
}

.filtered-items .item {
  color: #EF4124;
}

.remove-filter {
  margin: 15px 0;
}

.remove-filter a {
  display: inline-block;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.remove-filter a:hover {
  background-color: #999;
}

.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  float: left;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}

.item-box .product-item {
  position: relative;
}

.item-box .picture {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0 20px;
  overflow: hidden;
  z-index: 1;
}

.item-box .picture a {
  display: block;
  position: relative;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 20px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.item-box .picture:hover a img {
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  opacity: 0.9;
}

.item-box .product-number {
  color: #999;
  margin-bottom: 10px;
}

.item-box .product-title {
  color: #EF4124;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

.item-box .product-title a:hover {
  color: #B23823;
}

.item-box .product-for {
  color: #999;
  margin-bottom: 20px;
  overflow: hidden;
}

.item-box .product-for ul,
.item-box .product-for ul li {
  display: inline;
}

.item-box .product-for ul li:after {
  content: ',';
}

.item-box .product-for ul li:last-child:after {
  content: '';
}

.item-box .product-rating-box {
  display: inline-block;
  margin: 0 0 10px;
}

.item-box .rating {
  background: url("../images/rating1.png") repeat-x;
  width: 95px;
  height: 14px;
}

.item-box .rating div {
  background: url("../images/rating2.png") repeat-x;
  height: 14px;
}

.item-box .description {
  display: none;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .prices {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
  overflow: hidden;
}

.item-box .price {
  display: block;
  white-space: nowrap;
}

.item-box .old-price {
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.item-box .actual-price {
  color: #666;
  font-weight: 500;
}

.item-box .tax-shipping-info a {
  color: #EF4124;
}

.item-box .tax-shipping-info a:hover {
  text-decoration: underline;
}

.item-box .buttons {
  margin: 0;
  font-size: 0;
}

.item-box .product-box-quantity-input {
  height: 40px;
  width: 20%;
  text-align: center;
}

.item-box .product-box-add-to-cart-button,
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  display: inline-block;
  height: 40px;
  border: none;
  vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
  background-color: #EF4124;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  /*text-transform: uppercase;*/
  width: 60%;
}

.item-box .product-box-add-to-cart-button:hover {
  background-color: #B23823;
}

/*.item-box .add-to-compare-list-button,*/
.item-box .add-to-wishlist-button {
  width: 20%;
  background-color: #eaeaea;
  font-size: 0;
  position: relative;
}

.item-box .add-to-wishlist-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -40px;
  content: '';
  display: block;
  height: 19px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.backgroundsize.svg .item-box .add-to-wishlist-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.item-box .add-to-wishlist-button:hover {
  background-color: #ddd;
}

.home-page-product-grid > .title,
.related-products-grid > .title {
  margin: 40px 0 20px;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
  margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
  display: block;
  padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
  margin: 0;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
  padding-top: 65%;
}

.manufacturer-grid .picture {
  margin-bottom: 10px;
}

.manufacturer-grid .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.manufacturer-grid .title a:hover {
  color: #EF4124;
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-list li {
  display: inline-block;
  margin: 0 25px 0 0;
}

.vendor-list li a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  color: #EF4124;
}

.vendor-list li a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.vendor-list li a:hover {
  text-decoration: underline;
}

.pager {
  /*margin: 0 0 20px;*/
}

.pager ul {
  /*text-align: right;*/
  font-size: 0;
}

.pager li {
  display: inline-block;
  /*margin: 0 5px;*/
  margin-right: 10px;
  vertical-align: top;
}

.pager li a,
.pager li span {
  background-color: #eee;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  min-width: 35px;
  text-align: center;
}

.pager li span {
  background-color: #EF4124;
  color: #fff;
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}

.pager li.previous-page a:before,
.pager li.next-page a:before,
.pager li.first-page a:before,
.pager li.last-page a:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
}

.backgroundsize.svg .pager li.previous-page a:before, .backgroundsize.svg
.pager li.next-page a:before, .backgroundsize.svg
.pager li.first-page a:before, .backgroundsize.svg
.pager li.last-page a:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.pager li.previous-page a:before {
  background-position: 0 -520px;
  margin-left: -3px;
  width: 7px;
}

.pager li.next-page a:before {
  background-position: 0 -480px;
  margin-left: -2px;
  width: 7px;
}

.pager li.first-page a:before {
  background-position: 0 -440px;
  margin-left: -5px;
  width: 11px;
}

.pager li.last-page a:before {
  background-position: 0 -400px;
  margin-left: -4px;
  width: 11px;
}

.pager li a:hover {
  border-color: transparent;
  background-color: #ddd;
}

@media (min-width: 481px) {
  .product-filter {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .product-filter.price-range-filter {
    width: 200px;
  }
  .product-filter .product-spec-group {
    float: left;
    margin: 0 25px 10px 0;
  }
  .product-filter .group li.item {
    display: block;
    margin: 0;
  }
  .item-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item-box {
    padding: 0 20px;
    width: 50%;
  }
  .item-box:nth-child(2n+1) {
    clear: both;
  }
  .product-grid .item-box .product-item,
  .product-list .item-box .product-item {
    padding-bottom: 100px;
  }
  .product-grid .item-box .add-info,
  .product-list .item-box .add-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .product-grid .item-box .actual-price,
  .product-list .item-box .actual-price {
    padding-top: 23px;
  }
  .product-grid .item-box .old-price + .actual-price,
  .product-list .item-box .old-price + .actual-price {
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  .product-selectors {
    text-align: left;
  }
  .product-selectors .product-viewmode {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .product-selectors .product-viewmode span {
    display: none;
  }
  .product-selectors .product-viewmode a {
    display: inline-block;
    width: 23px;
    height: 32px;
    margin: 0 0 0 12px;
    opacity: 0.5;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
  }
  .backgroundsize.svg .product-selectors .product-viewmode a {
    background-image: url(../images/sprite.svg);
    background-size: 1000px 1000px;
  }
  .product-selectors .product-viewmode a.grid {
    background-position: 1px -315px;
  }
  .product-selectors .product-viewmode a.list {
    background-position: 0 -355px;
  }
  .product-selectors .product-viewmode a.selected {
    opacity: 1;
  }
  .item-box {
    width: 33.3333%;
  }
  .item-box:nth-child(2n + 1) {
    clear: none;
  }
  .item-box:nth-child(3n + 1) {
    clear: both;
  }
  .product-list .item-box {
    float: none;
    margin: 0 0 40px;
    text-align: left;
    width: auto;
  }
  .product-list .item-box .product-item {
    height: auto !important;
    padding-bottom: 0;
  }
  .product-list .item-box .product-item:after {
    content: "";
    display: block;
    clear: both;
  }
  .product-list .item-box .picture {
    float: left;
    width: 220px;
    margin: 0;
  }
  .product-list .item-box .picture + .details {
    margin: 0 0 0 240px;
  }
  .product-list .item-box .product-title {
    height: auto;
    font-size: 18px;
  }
  .product-list .item-box .add-info {
    position: static;
  }
  .product-list .item-box .prices {
    height: auto;
    margin: 0 0 20px;
  }
  .product-list .item-box .price {
    display: inline-block;
    white-space: nowrap;
  }
  .product-list .item-box .old-price {
    margin: 0;
  }
  .product-list .item-box .actual-price {
    padding: 0;
  }
  .product-list .item-box .product-box-add-to-cart-button {
    width: auto;
    min-width: 150px;
    padding: 0 20px;
  }
  .product-list .item-box .product-box-quantity-input,
  .product-list .item-box .add-to-compare-list-button,
  .product-list .item-box .add-to-wishlist-button {
    width: 42px;
  }
  .home-page .product-grid .item-box {
    width: 50%;
  }
  .home-page .product-grid .item-box:nth-child(3n+1) {
    clear: none;
  }
  .home-page .product-grid .item-box:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 1001px) {
  .breadcrumb {
    background: #000;
    margin: 0;
    padding: 15px;
    text-align: left;
    width: 100%;
  }
  .home-page .product-grid .item-box,
  .product-details-page .product-grid .item-box,
  .shopping-cart-page .product-grid .item-box,
  .vendor-page .product-grid .item-box,
  .manufacturer-list-page .manufacturer-grid .item-box {
    width: 25%;
  }
  .home-page .product-grid .item-box:nth-child(2n+1),
  .product-details-page .product-grid .item-box:nth-child(3n+1),
  .shopping-cart-page .product-grid .item-box:nth-child(3n+1),
  .vendor-page .product-grid .item-box:nth-child(3n+1),
  .manufacturer-list-page .manufacturer-grid .item-box:nth-child(3n+1) {
    clear: none;
  }
  .home-page .product-grid .item-box:nth-child(4n+1),
  .product-details-page .product-grid .item-box:nth-child(4n+1),
  .shopping-cart-page .product-grid .item-box:nth-child(4n+1),
  .vendor-page .product-grid .item-box:nth-child(4n+1),
  .manufacturer-list-page .manufacturer-grid .item-box:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 1367px) {
  .manufacturer-list-page .manufacturer-grid .item-box {
    width: 20%;
  }
  .manufacturer-list-page .manufacturer-grid .item-box:nth-child(4n+1) {
    clear: none;
  }
  .manufacturer-list-page .manufacturer-grid .item-box:nth-child(5n+1) {
    clear: both;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.product-essential:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  margin: 0 auto 30px;
}

.gallery .picture-wrapper {
  margin: 0 0 10px;
}

.gallery .picture {
  border: 1px solid #ddd;
  margin: 0 auto 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.gallery .thumb-popup-link:hover img {
  opacity: 0.9;
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.gallery .picture img {
  padding: 20px;
}

.gallery .picture-thumbs img {
  padding: 5px;
}

.gallery .picture-thumbs {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.gallery .picture-thumb {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 25%;
}

.gallery .picture-thumbs a {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
}

.gallery .picture-thumbs a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture-thumbs a:after {
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position: 0 -600px;
  content: "";
  display: block;
  height: 18px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.gallery .picture-thumbs a:hover:after {
  opacity: 1;
}

.overview {
  position: relative;
  margin: 0 0 30px;
}

.overview .product-name h1 {
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.overview .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #666;
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0 0 25px;
  color: #444;
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 8px;
}

.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-box .rating div {
  height: 14px;
  background: url("../images/rating2.png") repeat-x;
}

.overview-buttons .add-to-wishlist,
.overview-buttons .email-a-friend {
  display: inline-block;
  margin-top: 5px;
}

.overview-buttons .add-to-wishlist-button,
.overview-buttons .email-a-friend-button {
  background: #eaeaea;
  border: none;
  color: #727272;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 12px 15px 12px 40px;
  position: relative;
  margin: 0;
  text-align: left;
  width: 100%;
}

.overview-buttons .add-to-wishlist-button:before,
.overview-buttons .email-a-friend-button:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  left: 15px;
  position: absolute;
  top: 50%;
}

.backgroundsize.svg .overview-buttons .add-to-wishlist-button:before, .backgroundsize.svg
.overview-buttons .email-a-friend-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.overview-buttons .add-to-wishlist-button:hover,
.overview-buttons .email-a-friend-button:hover {
  background-color: #ddd;
}

.overview-buttons .add-to-wishlist-button:before {
  background-position: 0 -40px;
  height: 19px;
  margin-top: -10px;
  width: 20px;
}

.overview-buttons .email-a-friend-button {
  padding-left: 46px;
}

.overview-buttons .email-a-friend-button:before {
  background-position: 0 -200px;
  height: 18px;
  margin-top: -9px;
  width: 26px;
}

.overview .manufacturers {
  margin: 0 0 10px;
}

.overview .availability,
.variant-overview .availability {
  margin: 0 0 20px;
  overflow: hidden;
}

.overview .availability .stock,
.variant-overview .availability .stock {
  margin: 0 0 10px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
}

.back-in-stock-subscription-page .notify-me-button {
  margin: 15px 0 0;
  border: none;
  background-color: #EF4124;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.back-in-stock-subscription-page .notify-me-button:hover {
  background-color: #B23823;
}

.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 20px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
  margin: 0 0 8px;
}

.overview .delivery,
.variant-overview .delivery {
  margin: 25px 0;
  overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 0 0 10px;
  background: url("../images/shipping.png") left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: bold;
  color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
  margin: 30px 0;
}

.overview .prices > div,
.variant-overview .prices > div {
  margin: 0 0 10px;
}

.overview .prices > div > span,
.variant-overview .prices > div > span {
  vertical-align: middle;
}

.overview .prices label {
  display: none;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 24px;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #444;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #EF4124;
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
  text-decoration: underline;
}

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
}

.customer-entered-price .price-input label {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  color: #444;
}

.customer-entered-price .price-input input {
  width: 170px;
  text-align: center;
}

.customer-entered-price .price-range {
  margin: 5px 0 0;
  color: #777;
}

.tier-prices {
  margin: 0 0 30px;
  text-align: left;
}

.tier-prices .title {
  display: none;
}

.tier-prices tr:first-child > td {
  background: #f5f5f5;
}

.tier-prices table td {
  padding: 10px;
  color: #444;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tier-prices .field-header {
  color: #999;
}

.tier-prices .item-price {
  font-weight: bold;
}

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative;
}

.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
  float: left;
}

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
  color: #444;
  font-size: 15px;
  height: 50px;
  padding: 0 12px;
  text-align: center;
  width: 55px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  background-color: #EF4124;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin-left: 2px;
  padding: 0 30px;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
  background-color: #B23823;
}

.product-share-button {
  display: inline-block;
  overflow: hidden;
}

.full-description {
  clear: both;
  text-align: left;
}

.full-description h2 {
  font-size: 24px;
}

.full-description h3 {
  font-size: 18px;
}

.full-description a {
  color: #EF4124;
  font-weight: bold;
}

.full-description a:hover {
  color: #B23823;
}

.product-collateral {
  margin: 0 0 75px;
}

.product-collateral .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #444;
}

.product-collateral .title strong {
  font-weight: normal;
}

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
}

.product-variant-line:after {
  content: "";
  display: block;
  clear: both;
}

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

.variant-overview .variant-name {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #EF4124;
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 22px;
}

.variant-overview .add-to-wishlist {
  margin: 0 0 25px;
}

.variant-overview .add-to-wishlist-button {
  display: inline-block;
  width: auto;
}

.variant-overview .add-to-cart {
  margin: 0 0 10px;
}

.product-specs-box {
  margin: 0 0 40px;
}

.product-specs-box td {
  border: 1px solid #ddd;
  padding: 10px;
}

.product-tags-list {
  font-size: 0;
}

.product-tags-list li {
  display: inline-block;
  font-size: 14px;
}

.product-tags-list li.separator {
  margin: 0 5px 0 3px;
}

.product-tags-list a {
  display: inline-block;
  line-height: 24px;
}

.product-tags-list a:hover {
  color: #444;
}

.attributes {
  margin: 20px 0;
}

.attributes dl {
  overflow: hidden;
  padding: 0 2px;
}

.attributes dt,
.attribute-label {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: bold;
  color: #444;
}

.attributes dd,
.attribute-data {
  margin: 0 0 10px;
}

.attributes li {
  margin: 8px 0 12px;
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

.attributes .option-list label {
  margin: 0 5px;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
  color: #444;
}

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #EF4124;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("../images/calendar-prev.png") center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("../images/calendar-next.png") center no-repeat;
}

.ui-datepicker-header a span {
  /*override jQuery UI styles, do not delete doubled properties*/
  display: none !important;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ddd;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: #444;
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid #EF4124;
  font-weight: bold;
  color: #EF4124;
  /*override jQuery UI styles, do not delete doubled properties*/
  color: #EF4124 !important;
}

.color-squares {
  font-size: 0;
}

.color-squares li {
  display: inline-block;
  margin: 0 5px 5px;
  text-align: center;
}

.color-squares .color-container {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1px;
}

.color-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.color-squares .color {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #444 !important;
  cursor: pointer;
}

.color-squares .selected-value .color-container {
  background-color: #EF4124;
}

.color-squares li input {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
}

.giftcard div {
  margin: 0 0 10px;
}

.giftcard label {
  display: block;
  margin: 0 auto 5px;
  font-weight: bold;
  color: #444;
}

.giftcard input,
.giftcard textarea {
  width: 350px;
  max-width: 100%;
}

.giftcard textarea {
  height: 150px;
}

@media (min-width: 769px) {
  .gallery {
    width: 550px;
  }
  .overview {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .variant-picture {
    float: left;
  }
  .variant-picture + .variant-overview {
    width: auto;
    margin: 0 0 0 240px;
  }
  .variant-overview {
    text-align: left;
  }
}

@media (min-width: 1001px) {
  .gallery {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .gallery .picture {
    width: auto;
  }
  .overview {
    float: right;
    width: 50%;
    padding-left: 20px;
    margin: 0;
  }
  .rental-attributes {
    overflow: hidden;
  }
  .rental-attributes .attribute-item {
    float: left;
    margin: 0 20px 0 0;
  }
  .rental-attributes .datepicker {
    width: 160px;
    text-align: left;
  }
  .color-squares li {
    margin: 0 10px 10px 0;
  }
  .product-details-page .title {
    text-align: left;
  }
}

/*@import 'partials/reviews';*/
/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: #EF4124;
}

.wishlist-content .tax-shipping-info a:hover {
  text-decoration: underline;
}

.wishlist-content .button {
  width: 100%;
}

.wishlist-content .button + .button {
  margin-top: 10px;
}

@media (min-width: 481px) {
  .wishlist-content .button + .button {
    margin: 0;
  }
}

@media (min-width: 481px) {
  .wishlist-content .button {
    width: auto;
  }
}

/*.wishlist-content .button-2 {
    display: block;
    width: 250px;
    margin: 0 auto 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}*/
/*.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
    background-color: $kioti-red;
    text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: $kioti-red-subdued;
}

.wishlist-content .email-a-friend-wishlist-button {
    background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
    background-color: #999;
}*/
.wishlist-page .share-info {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
  color: #444;
}

.wishlist-page .share-info a:hover {
  color: #EF4124;
}

.wishlist-page .no-data {
  margin: 25px 0 0;
}

@media (min-width: 481px) {
  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 5px;
  }
}

/*@import 'partials/comparelist';*/
/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.topic-block img,
.topic-page img {
  max-width: 100%;
}

/* homepage support row */
.support-section {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.support-section .support-block {
  margin-bottom: 40px;
}

.support-section .support-block:nth-child(2n + 1) {
  clear: left;
}

@media (min-width: 1001px) {
  .support-section .support-block:nth-child(2n + 1) {
    clear: none;
  }
}

.support-section .support-block .image {
  margin-bottom: 10px;
}

.support-section .support-block .title {
  color: #999;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d";
  font-weight: 500;
}

.support-section .support-block .description {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

/* home page banner */
.site-banner img {
  display: block;
}

.site-banner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.site-banner .row [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.site-banner .row .site-banner-main {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .site-banner .row .site-banner-main {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .site-banner .row .site-banner-side .col-sm-12 + .col-sm-12 {
    margin-top: 20px;
  }
}

/* sectioned legal list */
.sectioned-list-wrap ol {
  list-style: none;
}

.sectioned-list-wrap ol li {
  position: relative;
}

.sectioned-list-wrap ol li .section-id {
  position: absolute;
  left: -40px;
  width: 31px;
  text-align: right;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.contact-page .page-title,
.email-a-friend-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #EF4124;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
  background-color: #B23823;
}

.contact-page .topic-block,
.email-a-friend-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
  color: #EF4124;
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
/* registration page */
.registration-page .fieldset {
  margin: 0;
}

.registration-page .fieldset .title {
  display: none;
}

.date-of-birth select {
  width: 31%;
  max-width: 126px;
  float: left;
}

.date-of-birth select + select {
  margin: 0 0 0 9px;
}

.check-username-availability-button {
  margin-top: 5px;
}

.legal-agreement a {
  color: #EF4124;
}

.legal-agreement a:hover {
  color: #B23823;
}

/* log in page */
.login-page .page-title {
  margin-bottom: 40px;
}

.login-page .section .title,
.login-page .new-wrapper .title,
.login-page .returning-wrapper .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.new-wrapper .text {
  line-height: 1.6;
  margin-bottom: 30px;
}

.login-options {
  margin-bottom: 30px;
  max-width: 100%;
  width: 576px;
}

.login-options .checkbox {
  float: left;
}

.forgot-password {
  float: right;
  color: #EF4124;
}

.forgot-password:hover {
  color: #B23823;
}

/* password recovery page */
.password-recovery-page .tooltip {
  margin: 0 0 30px;
}

.password-recovery-page a {
  color: #EF4124;
}

.password-recovery-page a:hover {
  color: #B23823;
}

/* account pages */
.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px;
}

/* customer info */
.customer-info-page .fieldset {
  margin: 0;
}

.customer-info-page .title {
  display: none;
}

/* change password */
.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

/* address list */
.address-list-page .address-item .address-inner {
  border: 1px solid #ddd;
  padding: 20px 30px 65px 20px;
  position: relative;
}

.address-list-page .address-item .buttons {
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: right;
}

.edit-address-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -720px;
  height: 14px;
  width: 14px;
  margin-top: -7px;
}

.backgroundsize.svg .edit-address-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.delete-address-button {
  color: #EC1C24;
}

.delete-address-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -40px -560px;
  height: 14px;
  width: 14px;
  margin-top: -7px;
}

.backgroundsize.svg .delete-address-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.icon-button + .icon-button {
  margin-left: 10px;
}

/* orders */
.page-actions .button {
  width: 100%;
}

@media (min-width: 481px) {
  .page-actions .button {
    width: auto;
  }
}

.page-actions .button + .button {
  margin-top: 10px;
}

@media (min-width: 481px) {
  .page-actions .button + .button {
    margin: 0;
  }
}

.order-list {
  margin-left: -10px;
  margin-right: -10px;
}

.order-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.order-inner {
  border: 1px solid #ddd;
  padding: 20px;
}

.order-item .title {
  margin-bottom: 5px;
}

.order-item .buttons {
  text-align: right;
  margin: 30px 0 0;
}

.order-item .order-details-button {
  padding-left: 20px;
}

.order-item .order-details-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -680px;
  height: 14px;
  width: 16px;
  margin-top: -7px;
}

.backgroundsize.svg .order-item .order-details-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.order-item .return-items-button {
  color: #EC1C24;
}

.order-item .return-items-button:before {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -640px;
  height: 14px;
  width: 14px;
  margin-top: -7px;
}

.backgroundsize.svg .order-item .return-items-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

/* order details */
@media (min-width: 769px) {
  .order-item {
    width: 50%;
    float: left;
  }
}

/* edit address */
.address-edit-page .message-error {
  margin: 30px 0;
}

/* returns */
.request-item {
  margin: 0 0 40px;
  line-height: 1.5;
}

.request-item .title {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.request-item .title strong {
  font-weight: normal;
}

.request-item label {
  float: left;
}

.request-item .value {
  margin: 2px 0 0 120px;
}

.return-request-list-page a {
  color: #EF4124;
}

.return-request-page .table-wrapper {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .login-page .new-wrapper {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .login-page .returning-wrapper {
    float: right;
    padding-left: 20px;
    width: 50%;
  }
}

@media (min-width: 1001px) {
  .login-page .new-wrapper {
    padding-right: 30px;
  }
  .login-page .returning-wrapper {
    padding-left: 30px;
  }
  .address-list-page .address-list .address-item {
    width: 50%;
  }
  .address-list-page .address-list .address-item:nth-child(2n + 1) {
    clear: left;
  }
  .address-list-page .address-list .address-item:nth-child(3n + 1) {
    clear: none;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
/* update/continue shopping */
.shopping-cart-page .common-buttons {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  text-align: right;
}

@media (min-width: 769px) {
  .shopping-cart-page .common-buttons {
    background: #f6f6f6;
    padding: 20px;
  }
}

/* collaterals/totals container */
.cart-footer {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
}

/* collaterals (discounts etc) */
.cart-collaterals {
  border-bottom: 1px solid #ddd;
}

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
}

.cart-collaterals .title strong {
  font-weight: normal;
}

.cart-collaterals .hint {
  margin: 0 0 5px;
}

.cart-collaterals .coupon-box {
  padding: 30px 0;
}

.cart-collaterals .coupon-box .coupon-code {
  overflow: hidden;
  padding-right: 120px;
  position: relative;
}

.cart-collaterals .coupon-box .coupon-code .discount-coupon-code {
  float: left;
}

.cart-collaterals .coupon-box .coupon-code .apply-discount-coupon-code-button {
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #EC1C24;
}

.cart-collaterals .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: #36A547;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  color: #36A547;
}

@media (min-width: 769px) {
  .cart-collaterals {
    border: none;
    float: left;
    width: 40%;
  }
}

@media (min-width: 1001px) {
  .cart-collaterals {
    width: 33.3333%;
  }
}

.remove-discount-button,
.remove-gift-card-button {
  background: transparent;
  border: none;
  color: #999;
  margin: 0;
  padding: 0;
}

/* totals */
.shopping-cart-page .totals {
  padding: 30px 0;
}

@media (min-width: 769px) {
  .shopping-cart-page .totals {
    border: none;
    float: right;
    width: 40%;
  }
}

@media (min-width: 1001px) {
  .shopping-cart-page .totals {
    width: 33.3333%;
  }
}

/* checkout buttons */
.terms-of-service {
  text-align: right;
}

.terms-of-service .checkbox {
  display: inline-block;
}

.checkout-buttons {
  text-align: right;
}

/* buttons */
.shopping-cart-page .button {
  width: 100%;
}

@media (min-width: 481px) {
  .shopping-cart-page .button {
    width: auto;
  }
}

.shopping-cart-page .button + .button {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .shopping-cart-page .button + .button {
    margin: 0;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.checkout-page .button {
  width: 100%;
}

@media (min-width: 481px) {
  .checkout-page .button {
    width: auto;
  }
}

.checkout-page .button + .button {
  margin-top: 10px;
}

@media (min-width: 481px) {
  .checkout-page .button + .button {
    margin: 0;
  }
}

.checkout-page .section {
  margin: 0 0 30px;
}

.checkout-page .section.order-summary {
  margin: 100px 0 30px;
}

.checkout-page .confirm-order-buttons {
  text-align: right;
}

.checkout-page .pickup-in-store {
  padding: 30px 0;
  text-align: center;
}

.checkout-page .pickup-in-store .selector {
  margin: 0 0 5px;
  font-weight: bold;
  color: #444;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 20px 0;
  font-size: 14px;
  /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 13px;
  font-weight: bold;
  color: #444;
}

.shipping-method .method-description {
  margin: 5px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: #444;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.payment-info .info {
  padding: 30px 15px;
  color: #444;
}

.payment-info .info tr {
  display: block;
  margin: 0 0 15px;
  font-size: 0;
}

.payment-info .info td {
  display: inline-block;
  width: 100% !important;
  max-width: 400px !important;
  font-size: 14px;
  /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
  width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: #444;
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  font-weight: normal;
  text-transform: uppercase;
}

.order-completed .details a {
  color: #EF4124;
}

.order-completed .details a:hover {
  text-decoration: underline;
}

.opc .step-title {
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 50px;
  position: relative;
}

.opc .step-title .title {
  color: #ccc;
  font-size: 24px;
  margin: 0;
}

.opc .allow .step-title {
  cursor: pointer;
}

.opc .allow .step-title .title {
  color: #444;
}

.opc .number {
  background: #ddd;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.opc .allow .number {
  background: #EF4124;
}

.opc .step {
  padding: 30px 0 60px;
}

.opc .step .intro {
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
}

.opc .section {
  margin: 0 0 30px;
}

.opc .buttons {
  margin: 0;
}

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

/* address list */
.address-list {
  overflow: hidden;
  margin: 0 -10px;
  text-align: left;
}

.address-list .address-item {
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 10px;
}

.address-list .address-label {
  position: relative;
}

.address-list .address-text {
  border: 1px solid #ddd;
  cursor: pointer;
  display: block;
  padding: 20px 20px 20px 40px;
  position: relative;
}

.address-list .address-input:checked + .address-text {
  border: 2px solid #EF4124;
  padding: 19px 19px 19px 39px;
}

.address-list .new-address .address-input:checked + .address-text:before,
.address-list .new-address .address-input:checked + .address-text:after {
  border-style: solid;
  border-width: 15px 15px 0 15px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 0;
}

.address-list .new-address .address-input:checked + .address-text:before {
  border-color: #EF4124 transparent transparent transparent;
  bottom: -15px;
}

.address-list .new-address .address-input:checked + .address-text:after {
  border-color: #fff transparent transparent transparent;
  bottom: -12px;
}

.address-list .address-input {
  left: 20px;
  position: absolute;
  top: 24px;
  z-index: 3;
}

.address-list .address-line {
  display: block;
}

.address-list .address-line.name {
  font-weight: bold;
  margin-bottom: 5px;
}

.address-list .address-line.email {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.checkout-page .totals {
  padding: 30px 0;
  overflow: hidden;
}

.info-block .title {
  font-size: 18px;
  margin: 0 0 10px;
}

.shipping-dealership .search-box {
  float: none;
  margin: 0 90px 20px 0;
  padding: 0;
}

.shipping-dealership .search-box-button {
  float: right;
  position: relative;
  top: -40px;
  left: 90px;
}

.shipping-dealership .show-more {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 769px) {
  .checkout-page .total-info {
    width: 40%;
    float: right;
  }
  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right;
  }
  /*.checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }*/
  .shipping-method .method-list li,
  .payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top;
  }
  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
  }
  .payment-method .payment-logo {
    display: block;
    background-color: #f6f6f6;
    padding: 10px;
  }
  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: center;
  }
  .payment-info .info {
    padding: 30px 75px;
  }
  /* address list */
  .address-list .address-item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .address-list .address-item:nth-child(2n + 1) {
    clear: left;
  }
  .address-list .address-text {
    height: 215px;
  }
  .address-list .address-text .address-text-inner {
    display: block;
    max-height: 133px;
    overflow: hidden;
  }
  .shipping-dealership .search-box {
    width: 200px;
  }
}

@media (min-width: 1001px) {
  .checkout-page .total-info {
    width: 33%;
    float: right;
  }
  .order-progress {
    margin: -30px 0 50px;
  }
  .checkout-page .terms-of-service {
    text-align: center;
  }
  .payment-info .info {
    padding: 30px 15px;
  }
  .payment-info .info td:first-child {
    width: 265px !important;
    margin: 0 10px 0 0;
    text-align: right;
  }
  .payment-info .info td:only-child {
    width: 100% !important;
  }
  .order-review-data .title,
  .order-details-area .title,
  .shipment-details-area .title {
    text-align: left;
  }
  /*.opc .order-review-data ul {
        text-align: left;
    }*/
  .address-list .address-item {
    width: 33.3333%;
  }
  .address-list .address-item:nth-child(2n + 1) {
    clear: none;
  }
  .address-list .address-item:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 1367px) {
  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 20px 1%;
  }
  .payment-info .info td:first-child {
    width: 375px !important;
  }
  .payment-info .info td:only-child {
    width: 100% !important;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.page-actions {
  margin: 40px 0;
}

.order-overview {
  margin: 30px 0;
}

.order-details-page .totals,
.order-details-page .shipments,
.order-details-page .order-notes {
  margin-bottom: 40px;
}

.order-details-page .section a,
.shipment-details-page .section a {
  color: #EF4124;
}

.order-details-page .section .tracking-number,
.shipment-details-page .section .tracking-number {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.shipping-details,
.shipping-address {
  margin-bottom: 30px;
}

.shipping-details .title,
.shipping-address .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.order-details-page .totals {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.order-details-page .total-info {
  padding: 30px 0;
}

@media (min-width: 769px) {
  .order-details-page .total-info {
    float: right;
    width: 40%;
  }
}

@media (min-width: 1001px) {
  .order-details-page .total-info {
    width: 33.3333%;
  }
}

/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.search-input .form-fields {
  border-top: 0;
  padding: 0;
}

.filter-group {
  margin-bottom: 30px;
}

.filter-group .inputs {
  text-align: left;
  margin-bottom: 10px;
}

.filter-group .inputs.is-active {
  background: #EF4124;
  padding: 3px;
  margin-left: -3px;
  margin-right: -3px;
}

.filter-group .inputs select {
  width: 100%;
}

.filter-group .inputs.is-active select {
  border-color: #fff;
}

.filter-title {
  font-size: 16px;
  margin-bottom: 5px;
}

/*@import 'partials/sitemap';*/
/*@import 'partials/blognews';*/
/*@import 'partials/forumprofile';*/
/*@import 'partials/development';*/
/* current */
/* blue */
/* red */
/* green */
/* grey */
/* new */
.header-menu .container  {
  background:   #EF4124;
}

.site-tiles {
  padding-bottom: 40px;
  text-align: center;
}

.site-tiles .title {
  color: #999;
  display: block;
  font-size: 26px;
  margin: 0 0 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "alternate-gothic-no-3-d";
  font-weight: 500;
}

/* ADDITIONAL KIOTI TWEAKS */
/* Temporarily hide these, as we don't need them atm */
.side-2.prod {
  visibility: hidden;
  display: none;
}

.side-2.customer-account {
  visibility: inherit;
  display: inherit;
}

/* Hide ends */
.center-2.prod {
  float: right;
  width: 100%;
}

.repost {
  padding-top: 10px;
  padding-bottom: 10px;
}

.repost .button-2 {
  margin-bottom: 10px;
}

#shipping-dealership-select {
  width: 100%;
}

/* subnote on pages to remind about delivery cost being includede*/
.totals p.subnote,
.product-essential p.subnote {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

.note .subnote {
  margin-top: 20px;
}

.subnote a {
  color: #666;
  font-style: italic;
  font-weight: bold;
  cursor: auto;
}

a.shipping-note {
  font-size: 16px;
  padding-bottom: 3px;
}

/* Temporarily hide specs as is creating additional space */
.product-collateral.empty {
  margin: 0px;
  visibility: hidden;
  display: none;
}

.product-essential {
  padding-bottom: 0px !important;
}

.gallery.single {
  /*margin: 0px;*/
  margin: auto;
}

.product-details-page .related-products-grid .title {
  margin: 0px;
}

/* Temporarily hide shipping cost on dealer selector, is visible later on in checkout anyway */
span.address-line.shipping-cost {
  display: none;
}

/* Tweaks to breaks */
/* Tighten up margins and padding for phone */
@media (max-width: 481px) {
  .container {
    padding: 0px;
  }
  .breadcrumb {
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-wrap.group {
    margin-left: 10px;
    margin-right: 10px;
  }
  .item-box {
    margin: 0 0 20px;
  }
}

@media (min-width: 769px) {
  .full-description {
    width: 550px;
  }
  .footer-block {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
}

@media (min-width: 1001px) {
  .header-menu .container {
    border-top: 1px solid #B23823;
  }
  .breadcrumb {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .shipping-dealership .search-box input.search-box-text {
    width: 100%;
  }
}

@media (min-width: 1367px) {
  .breadcrumb {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-menu {
    width: 1200px;
  }
}

.product-essential {
  padding-bottom: 20px;
}

.hidden {
  visibility: hidden;
  display: none;
}

/* Spec sheets */
.overview-buttons .documents, .overview-buttons .add-to-wishlist, .overview-buttons .email-a-friend {
  vertical-align: top;
}

.overview-buttons .documents {
  display: inline-block;
  margin-top: 5px;
}

.overview-buttons .documents-button {
  background: #eaeaea;
  border: none;
  color: #727272;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 12px 15px 12px 40px;
  position: relative;
  margin: 0;
  text-align: left;
  width: 100%;
}

.overview-buttons .documents-button:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  left: 15px;
  position: absolute;
  top: 50%;
}

.backgroundsize.svg .overview-buttons .documents-button:before {
  background-image: url(../images/sprite.svg);
  background-size: 1000px 1000px;
}

.overview-buttons .documents-button:hover {
  background-color: #ddd;
}

.overview-buttons .documents-button:before {
  background-position: 0 -360px;
  height: 19px;
  margin-top: -10px;
  width: 20px;
}

.legal ol,
.legal2 ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.legal ol > li,
.legal2 ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.legal li ol > li,
.legal2 li ol > li {
  margin: 0;
}

/* For the top level LIs */
/* TODO: Could use li.head:has(h4) however no browser support */
.legal > ol > li.head:before,
.legal2 > ol > li.head:before {
  font-size: 24px;
  font-weight: 500;
  font-family: "alternate-gothic-no-3-d";
}

.legal ol > li:before,
.legal2 ol > li:before {
  /*content: counters(item, ".") ". ";*/
  display: table-cell;
  padding-right: 0.6em;
}

/* LEGAL 1 */
/* first level */
.legal > ol li:before {
  content: counters(item, ".") ". ";
}

/* second level */
.legal > ol li > ol li:before {
  content: counters(item, ".") ". ";
}

/* third level */
.legal > ol li > ol li > ol li:before {
  content: counter(item, lower-alpha);
}

/* LEGAL 2 */
/* first level */
.legal2 > ol li.head:before {
  content: counters(item, ".") ". ";
}

/* second level */
.legal2 > ol li > ol li:before {
  content: counter(item, lower-alpha);
}

/* third level */
.legal2 > ol li > ol li > ol li:before {
  content: counter(item, lower-roman);
}
