@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #546670;
  font-size: 14px;
  line-height: 1.5;
}

input[type="checkbox"].custom.small + label {
  background: 0;
  line-height: normal;
  padding: 0;
  text-transform: none;
  padding-left: 25px;
}

input[type="checkbox"].custom.small + label span {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

input[type="checkbox"].custom.small + label a {
  color: #008fb2;
  display: none;
  padding: 0;
  vertical-align: middle;
}

input[type="checkbox"].custom.small:checked + label span {
  display: none;
}

input[type="checkbox"].custom.small:checked + label a {
  display: inline-block;
}

input[type="checkbox"].custom.small + label:before {
  height: 20px;
  width: 20px;
  margin-top: -10px;
}

input[type="checkbox"].custom.small:checked + label:after {
  height: 10px;
  left: 5px;
  margin-top: -5px;
  width: 10px;
}

input[type="radio"].custom + label,
input[type="checkbox"].custom + label {
  color: #546670;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 46px;
}

input[type="radio"].custom + label:before,
input[type="checkbox"].custom + label:before {
  content: "";
  cursor: pointer;
  display: block;
  background: #ffffff;
  border: 1px solid #546670;
  width: 36px;
  height: 36px;
  left: 0;
  margin-top: -18px;
  position: absolute;
  top: 50%;
}

input[type="radio"].custom + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"].custom:checked + label:before,
input[type="checkbox"].custom:checked + label:before {
  background-color: #546670;
}

input[type="radio"].custom:checked + label:after,
input[type="checkbox"].custom:checked + label:after {
  background: #aab3b8;
  content: '';
  height: 16px;
  left: 10px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

input[type="radio"].custom:checked + label:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a {
  color: #e10e0d;
  text-decoration: none;
}

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

a:focus {
  outline: none;
  color: #753506;
}

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

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

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

.address-list address {
  margin-bottom: 1em;
}

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

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #8dc63f;
}

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

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}

.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #546670;
  margin-bottom: 0;
  font-weight: 600;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

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

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

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

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

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

.block .actions a {
  float: left;
}

.block .actions .button {
  float: right;
}

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

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #546670;
    font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #e10e0d;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #546670;
    font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #e10e0d;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }

  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
}

.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}

.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 0 0 15px 0;
}

.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #e10e0d;
}

.block-account li a,
.block-cms-menu li a {
  color: #546670;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #e10e0d;
}

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

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #8dc63f;
  display: inline-block;
  padding: 12px 15px 10px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #80b636;
  cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #72a230;
  color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #72a230;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

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

.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

.button + .button {
  margin-left: 5px;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #e10e0d;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #005266;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }

}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
}

.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
}

@media only screen and (min-width: 768px) {
}

.breadcrumbs li {
  display: inline;
  font-size: 12px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  vertical-align: text-bottom;
}

.breadcrumbs a {
  float: left;
  color: #546670;
}

.breadcrumbs a:hover {
  color: #e10e0d;
}

.breadcrumbs strong {
  color: #546670;
  float: left;
  font-weight: normal;
}

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

.checkout-agreements li {
  margin-bottom: 20px;
}

.main-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 15px;
}

.main-container:after {
  content: '';
  display: table;
  clear: both;
}

.col-left img {
  max-width: 100%;
}

.col-right img {
  max-width: 100%;
}

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

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .block-account li, .col2-left-layout .block-cms-menu li {
  line-height: 1;
  margin-bottom: 25px;
}

.col2-left-layout .block-account li a, .col2-left-layout .block-cms-menu li a {
  font-size: 1.3em;
}

.col2-left-layout .col-main {
  background: #ffffff;
  float: none;
  min-height: 340px;
  padding: 0;
  overflow-x: hidden;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .col2-left-layout .col-main {
    padding: 0;
  }

  .col2-left-layout .block {
    margin: 32px 20px;
  }

  .col2-left-layout .block .block-title,
  .col2-left-layout .block-layered-nav .block-title {
    display: none;
  }
}

.col2-right-layout .col-main {
  padding-left: 0;
}

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

@media only screen and (max-width: 1000px) {
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }

}

@media only screen and (max-width: 767px) {
  .col-main {
    float: none;
    width: auto;
  }

}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.global-site-notice.demo-notice .notice-inner p {
  font-size: 18px;
  text-align: center;
}

.global-site-notice p {
  margin-bottom: 0;
}

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

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

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

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

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #e10e0d;
  background-color: #F9EBE6;
}

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

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #8dc63f;
  background-color: #EFF5EA;
}

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

@media only screen and (min-width: 915px) {
}

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

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

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

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

.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

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

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

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

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

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

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

.price-box .old-price .price {
  color: #bababa;
  position: relative;
}

.price-box .old-price .price:after {
  background: #e10e0d;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.price-box .special-price {
  color: #546670;
  padding-left: 1em;
}

.price-box .special-price .price-label {
  color: #D84D3C;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}

.item-options dt:after {
  content: ': ';
}

.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

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

@media only screen and (max-width: 479px) {
  .truncated .truncated_full_value .item-options p {
    float: none;
  }

}

.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

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

.no-touch .product-image:hover {
  border-color: #008fb2;
}

.std p {
  margin: 0 0 1.5em;
}

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

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

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

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

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

.toolbar label,
.pager-no-toolbar label {
  font-size: 16px;
  font-weight: normal;
}

.sorter label {
  float: left;
  margin-right: 5px;
}

.sorter label:after {
  content: ':';
}

.sorter > .view-mode .list {
  background-position: 7px -517px;
}

.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -43px -517px;
}

.pager .limiter > label {
  padding-right: 5px;
}

.pager .limiter > label:after {
  content: ':';
}

.pages strong {
  display: none;
}

.pages li {
  float: left;
}

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

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

@media only screen and (max-width: 479px) {
  .limiter label {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .toolbar .sorter label {
    font-size: 14px;
    display: none;
  }

  .toolbar .sorter select {
    border: none;
    font-size: 14px;
    width: auto;
  }

}

.a-center {
  text-align: center;
}

.hidden {
  display: none;
}

.fieldset p {
  margin-bottom: 7px;
}

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

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

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

select {
  font-size: 14px;
}

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

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

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

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

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

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
  }
}

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

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

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

.form-list > li {
  margin-bottom: 10px;
}

.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #546670;
  background-color: #F4F4F4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ededed;
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

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

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

.form-list .control label {
  float: none;
}

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

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

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

.data-table tbody td,
.data-table tfoot td {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

.data-table tbody td .item-options dt:after {
  content: ':';
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

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

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

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

.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}

.zebra-table tr {
  background-color: #EEEDED;
}

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

@media only screen and (max-width: 479px) {
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

}

@media only screen and (max-width: 599px) {
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

}

@media only screen and (min-width: 600px) {
}

html,
body {
  background: #f0f0f0;
  height: 100%;
}

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

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

.logo img {
  max-width: 100%;
}

.logo .small {
  display: block;
}

@media only screen and (min-width: 768px) {
  .logo .small {
    display: none;
  }

}

@media only screen and (min-width: 768px) {
}

.skip-link .label {
  display: none;
}

@media only screen and (max-width: 767px) {
  .skip-links .skip-link .label {
    display: block;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
  }

}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 768px) {
  .skip-link .label {
    display: block;
    color: #546670;
    font-size: 12px;
    line-height: 12px;
    padding: 0.5em 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .no-touch #header-account a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }

  #mobile-nav .megamenu-category-content .title {
    color: #e10e0d;
    font-size: 16px;
    padding: 0 10px;
  }

  #mobile-nav .megamenu-category-content .prod-list li {
    float: left;
    margin: 0 2% 4%;
    width: 46%;
  }

  #mobile-nav .megamenu-category-content .prod-list a {
    padding: 0;
  }

  #mobile-nav .megamenu-category-content .prod-list img {
    max-width: 100%;
  }

  #mobile-nav .megamenu-category-content .deals .prod-info .price-box {
    display: none;
  }
}

.call-us-block .title {
  color: #e10e0d;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.call-us-block a {
  color: #546670;
}

.call-us-block a:hover {
  color: #e10e0d;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
}

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

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 768px) {
  .nav-primary a:not(.button) {
    text-decoration: none;
    position: relative;
    display: block;
    color: #546670;
    font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  }

  .nav-primary li.level1 a:not(.button) {
    line-height: 28px;
    text-transform: uppercase;
  }

  .nav-primary li.level1 .deals .prod-info a {
    line-height: normal;
  }

  .nav-primary li.level0 > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
  }

  .nav-primary li.level0.menu-active > a:after {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e10e0d;
    border-top: none;
  }

  .nav-primary .sub-megamenu .promo-block .button {
    width: 10em;
  }

  .nav-primary li:last-child > a {
    border-bottom: none;
  }

  .nav-primary a:not(.button):hover {
    color: #e10e0d;
  }

  .nav-primary li.level0 > ul {
    color: #546670;
    display: none;
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    border-top: 0;
    margin-left: -20px;
    padding: 0 20px;
    position: absolute;
    top: 50px;
    width: 280px;
    z-index: 10;
  }

  .nav-primary li.level0 > ul.full-width.offers-menu li {
    display: table-cell;
    border-right: 1px solid #CCCCCC;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 4px 0 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17.1875%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav-primary li.level0 > ul.full-width.offers-menu li:last-child {
    border: 0;
  }

  .nav-primary li.level0 > ul.full-width.offers-menu li:last-child:after {
    display: none;
  }

  .nav-primary li.level0 > ul.full-width.offers-menu li:first-child:before {
    height: 0;
  }

  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }

  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }

  .nav-primary li.level0 li.parent > a {
    position: relative;
  }

  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }

  .megamenu-category-wrap a {
    line-height: normal;
  }

  .megamenu-category-wrap .prod-list > .column-1 {
    float: left;
    margin-right: 1%;
    width: 19.2%;
  }

  .megamenu-category-wrap .prod-list > .column-1:last-child {
    margin-right: 0;
  }

  .megamenu-category-wrap .prod-list > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .megamenu-category-wrap .prod-list > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

  .megamenu-category-wrap .prod-list > .column-3 img {
    max-width: 100%;
    width: 100%;
  }

  .megamenu-category-wrap .prod-list > .column-4 img {
    max-width: 100%;
    width: 100%;
  }

  .megamenu-category-wrap .prod-list > .column-5 img {
    max-width: 100%;
    width: 100%;
  }

  .megamenu-category-wrap .prod-list li {
    text-align: center;
  }

  .megamenu-category-wrap .deals .prod-info .price-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

}

#mobile-nav .mm-navbar-top a {
  color: #546670;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
}

#search_mini_form label {
  display: none;
}

#search {
  background: #546670;
  border: 0;
  color: #ffffff;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  height: 40px;
  outline: none;
  padding-right: 40px;
  text-align: left;
  width: 100%;
}

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

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

#search:-ms-input-placeholder {
  color: #A0A0A0;
}

#search::-webkit-input-placeholder {
  color: #A0A0A0;
}

@media only screen and (min-width: 768px) {
  #search {
    background: transparent;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
  }

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

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

  #search:-ms-input-placeholder {
    color: #A0A0A0;
  }

  #search::-webkit-input-placeholder {
    color: #A0A0A0;
  }
}

@media only screen and (min-width: 768px) {
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #546670;
    line-height: 2;
  }

  #header-account a:hover {
    color: #e10e0d;
  }
}

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

#header-account a:hover {
  color: #e10e0d;
}

@media only screen and (min-width: 768px) {
}

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

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

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

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

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

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

.footer-before-container {
  background: #e6e6e6;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  overflow: hidden;
}

.above-footer {
  clear: both;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px;
}

.above-footer .grid-wrapper {
  width: inherit;
}

.above-footer .callus-block.block a {
  color: #546670;
  font-size: 16px;
}

.above-footer .block-subscribe .block-title,
.above-footer .block-subscribe .block-title strong,
.above-footer .block-subscribe label {
  color: #e10e0d;
}

.above-footer .block-subscribe .actions button {
  background: #e10e0d;
  float: left;
}

.above-footer .block .block-title {
  border: 0;
}

.above-footer .block a {
  color: #008fb2;
  display: block;
}

@media only screen and (min-width: 768px) {
  .above-footer {
    padding: 20px;
  }

  .above-footer .block a {
    display: inline-block;
  }

  .above-footer .grid-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }

  .above-footer .grid-wrapper > .column-1 {
    float: left;
    margin-right: 5%;
    width: 40%;
  }

  .above-footer .grid-wrapper > .column-1:last-child {
    margin-right: 0;
  }

  .above-footer .grid-wrapper > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .grid-wrapper > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .grid-wrapper > .column-3 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .grid-wrapper > .column-4 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .in-press-list > .column-1,
  .above-footer .blog-posts-list > .column-1 {
    float: left;
    margin-right: 4%;
    width: 30.66667%;
  }

  .above-footer .in-press-list > .column-1:last-child,
  .above-footer .blog-posts-list > .column-1:last-child {
    margin-right: 0;
  }

  .above-footer .in-press-list > .column-1 img,
  .above-footer .blog-posts-list > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .in-press-list > .column-2 img,
  .above-footer .blog-posts-list > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

  .above-footer .in-press-list > .column-3 img,
  .above-footer .blog-posts-list > .column-3 img {
    max-width: 100%;
    width: 100%;
  }
}

.footer-container .copyright-container .data-block {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-container .available-services img {
  display: inline-block;
  max-width: 680px;
  width: initial;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
}

.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}

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

.footer .block-title,
.footer .block-title span {
  border: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}

.footer .links a {
  color: #ffffff;
  font-size: 14px;
}

.footer .links a:hover {
  color: #e10e0d;
}

.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}

.footer .block-subscribe .block-content {
  padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}

.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}

@media only screen and (max-width: 979px) {
  .footer .copyright-container .data-block {
    padding: 0;
  }

  .footer .copyright-container address {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .links li {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 599px) {
}

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

.homepage-content img {
  max-width: 100%;
}

.homepage-mobile-bestsellers ul, .homepage-mobile-bestsellers ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.homepage-mobile-bestsellers .title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .cms-index-index .main-container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-3col-promo-container > .column-1 {
    float: left;
    margin-right: 0.5%;
    width: 33%;
  }

  .homepage-3col-promo-container > .column-1:last-child {
    margin-right: 0;
  }

  .homepage-3col-promo-container > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .homepage-3col-promo-container > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

  .homepage-3col-promo-container > .column-3 img {
    max-width: 100%;
    width: 100%;
  }

  .homepage-2col-promo-container > .column-1 {
    float: left;
    margin-right: 0.5%;
    width: 49.75%;
  }

  .homepage-2col-promo-container > .column-1:last-child {
    margin-right: 0;
  }

  .homepage-2col-promo-container > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .homepage-2col-promo-container > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

}

@media only screen and (max-width: 767px) {
  .homepage-1col-promo1-container .image-wrapper > img,
  .homepage-1col-promo2-container .image-wrapper > img {
    display: inline;
    height: inherit;
    max-width: none;
  }

  .homepage-hero-container .promo-container > .image-wrapper > img {
    height: 100%;
    margin-left: -31em;
    max-width: none;
    position: relative;
    width: auto;
  }

}

.info-block .data-sec .title {
  font-weight: bold;
}

.social-media {
  overflow: hidden;
}

.social-media li {
  background-repeat: no-repeat;
  float: left;
  margin-right: 0;
  vertical-align: middle;
}

.social-media li:last-child {
  margin-right: 0;
}

.social-media li a {
  display: block;
  height: 32px;
  font-size: 1.6em;
  position: relative;
  width: 32px;
}

.social-media li a i {
  color: #546670;
  vertical-align: middle;
}

@media only screen and (min-width: 980px) {
  .social-media li {
    margin-right: 0.7em;
  }
}

.category-title h1 .page-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

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

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #546670;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #e10e0d;
  text-decoration: none;
}

.products-grid .product-name {
  min-height: 60px;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

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

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

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

.products-grid .product-image img:hidden {
  display: none;
}

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

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

@media only screen and (max-width: 767px) {
}

.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

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

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

.products-grid .product-image {
  margin-bottom: 5px;
}

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

@media only screen and (min-width: 480px) {
  .products-grid > li:nth-child(odd) {
    clear: none;
  }

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

  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }

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

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

@media only screen and (min-width: 960px) {
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

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

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

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

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

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

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

  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

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

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

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

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

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

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

  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

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

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

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

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

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

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

.products-list > li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}

.products-list > li:hover {
  background: none !important;
}

.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-list > li .product-image {
  float: left;
  width: 25%;
}

.products-list > li .product-image img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.products-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop .product-name {
  margin-bottom: 10px;
  max-width: 200px;
}

.products-list .product-shop .price-box {
  margin-top: 0;
}

.products-list .product-shop .price-box .price {
  font-size: 18px;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1279px) {
}

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

}

.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

.mini-products-list .product-details {
  margin-left: 60px;
}

.mini-products-list .product-details .product-name {
  padding-top: 10px;
}

.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}

.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

.category-view .subcategories-wrapper ul {
  overflow: hidden;
}

.category-view .subcategories-wrapper ul li {
  float: left;
  margin: 0 1% 2%;
  text-align: center;
  width: 31.3%;
}

.category-view .subcategories-wrapper ul li:nth-child(3n + 1) {
  clear: left;
}

.category-view .subcategories-wrapper ul li img {
  width: 100%;
}

.category-view .subcategories-wrapper ul li .title {
  font-size: 18px;
  line-height: 18px;
  padding-top: 10px;
}

.category-view .subcategories-wrapper ul li a {
  color: #008fb2;
}

@media only screen and (max-width: 767px) {
  .category-view .subcategories-wrapper ul {
    padding-bottom: 40px;
  }

  .category-view .subcategories-wrapper ul li {
    float: none;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }
}

.category-view .category-promo .promo-container img {
  max-width: 100%;
}

.category-view .category-top-items-wrap .title-block {
  margin: 0 auto 30px;
  text-align: left;
  width: 100%;
}

.category-view .category-top-items-wrap .title-block a {
  color: #008fb2;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
}

.category-view .category-top-items-wrap .title {
  color: #e10e0d;
  display: inline-block;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .category-view .category-promo > .column-1 {
    float: left;
    margin-right: 1%;
    width: 49.5%;
  }

  .category-view .category-promo > .column-1:last-child {
    margin-right: 0;
  }

  .category-view .category-promo > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .category-view .category-promo > .column-2 img {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .category-top-items-wrap .title {
    margin: 0 auto;
    width: 90%;
  }

  .catalogsearch-result-index .noresult-message > p {
    display: inline;
  }
}

.category-image img {
  width: 100%;
  max-width: 100%;
}

.category-image img:hidden {
  display: none;
}

.block-layered-nav .block-content {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}

.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #e10e0d;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ededed;
}

.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #EDEDED;
}

.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  color: #546670;
  display: block;
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  margin: 0 0 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content > dl > dt {
    display: none;
    padding-left: 10px;
  }

  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }

  .block-layered-nav .block-content > dl > dd {
    border: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    background: #fff;
    margin: 0;
    padding: 10px;
  }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content > dl > dt:hover {
    color: #e10e0d;
  }

  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #e10e0d;
    border-right: none;
  }

  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content > dl > dd {
    display: none;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #e10e0d;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    margin: 15px 0;
    background: none;
  }

  #narrow-by-list dt,
  #narrow-by-list2 dt {
    border-color: #EDEDED;
  }

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

  .block-layered-nav dl ol > li > a {
    color: #546670;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }

  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ededed;
  }
}

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
  font-weight: bold;
}

.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.catalog-product-view .main-container {
  padding: 40px 20px 20px 20px;
}

.catalog-product-view .positec-surcharge-text i {
  color: #e10e0d;
  font-size: 20px;
}

.catalog-product-view .positec-surcharge-text span {
  color: #e10e0d;
  font-size: 20px;
}

.catalog-product-view .positec-surcharge-text p {
  font-size: 18px;
  padding-top: 10px;
}

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  margin-bottom: 10px;
  border: 0;
}

.product-view .product-shop .product-name .h1 {
  margin-bottom: 5px;
}

.product-view .product-shop .availability {
  font-size: 16px;
}

.product-view .block-related .price-box .old-price .price,
.product-view .block-related .price-box .regular-price .price,
.product-view .block-related .price-box .special-price .price,
.product-view .block-related .price-box .full-product-price .price,
.product-view .block-related .price-box .minimal-price .price {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.product-view .price-box {
  margin: 0 0 20px;
}

.product-view .price-box .old-price .price,
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  color: #e10e0d;
}

.product-view .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view .price-box .special-price span.weee span.price {
  font-size: 16px;
}

.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
  font-size: 20px;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .old-price .price-label {
  display: none;
}

.product-view .product-img-box {
  float: left;
  margin-left: 2%;
  width: 58.5%;
}

.product-view .product-img-box .product-name h1 {
  border: 0;
}

.product-view .product-img-box .product-image {
  border: 0;
  margin-bottom: 10px;
}

.product-view .product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

.product-view .product-img-box .more-views h2 {
  display: none;
}

.product-view .product-img-box .product-image-thumbs {
  padding: 0 40px;
}

.product-view .product-img-box .product-image-thumbs .owl-nav .owl-prev,
.product-view .product-img-box .product-image-thumbs .owl-nav .owl-next {
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  top: 50%;
  width: 32px;
}

@media only screen and (max-width: 979px) {
}

.product-view .addthis_toolbox a {
  border: 1px solid #546670;
  color: #546670;
  display: block;
  float: left;
  height: 37px !important;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 37px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 979px) {
  .product-view .product-img-box {
    margin: 0 0 30px;
    width: 53%;
  }

}

@media only screen and (max-width: 767px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }

  .product-view .product-img-box {
    margin: 0 0 30px;
    width: 100%;
  }

  .product-view .product-img-box .big-images-wrap .owl-dots .owl-dot.active span {
    background: #D6D6D6;
  }

  .product-view .product-img-box .big-images-wrap .owl-dots .owl-dot span {
    background: #ffffff;
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .product-view .product-video,
  .product-view .key-features-wrapper,
  .product-view .seen-on {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-thumbs.owl-carousel div {
  display: block;
}

.product-image-thumbs > div {
  display: none;
}

.product-image-thumbs a {
  display: block;
}

.product-image-thumbs a img {
  height: auto;
}

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

.product-view .block-related .mini-products-list {
  padding: 0 70px;
}

.product-img-box {
  padding-right: 2%;
}

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

.product-view {
}

.product-view .add-to-cart-partial-payment .block-title {
  border: none;
  font-size: 14px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  padding-top: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-view .product-options-bottom .price-box {
  margin: 0;
}

.product-view .add-to-cart .qty-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}

.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  white-space: normal;
}

.product-view .additional-info > div {
  float: left;
  font-size: 14px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 0 10px 20px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-partial-payment label {
    font-size: 12px !important;
  }
}

.add-to-box .or {
  display: none;
}

.product-view .add-to-links li {
  float: left;
}

.product-view .add-to-links a {
  color: #008fb2;
  border-right: 1px solid #008fb2;
  line-height: 12px;
  margin-left: 7px;
  padding: 0 7px 0 0;
}

.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}

.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}

.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}

.product-view .sharing-links a:hover {
  opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}

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

.product-collateral {
  clear: both;
}

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

.box-collateral {
  clear: both;
  padding: 0 20px;
}

.product-collateral .toggle-tabs li {
  display: inline-block;
  margin: 0 2px;
}

.product-collateral .toggle-tabs li > span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #546670;
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: -1px;
}

.product-collateral .toggle-tabs li.current > span {
  background-color: #e6e6e6;
  z-index: 5;
}

.product-collateral .toggle-tabs li.current span {
  color: #53656f;
}

.product-collateral .toggle-tabs li:hover:not(.current) span {
  color: #d7d7d7;
}

.product-collateral .toggle-tabs li:first-child {
  border-left: none;
}

.product-collateral > dl {
  background: #e6e6e6;
  width: 100%;
}

.product-collateral > dl > dt {
  display: none;
}

.product-collateral > dl > dd {
  width: 100%;
  display: none;
  padding: 15px;
}

.product-collateral > dl > dd img {
  max-width: 100%;
}

.product-collateral > dl > dd.current {
  display: block;
}

@media only screen and (max-width: 767px) {
  .product-collateral .toggle-tabs li {
    float: left;
    margin: 0 1% 0 0;
    width: 32.65%;
  }

  .product-collateral .toggle-tabs li:last-child {
    margin-right: 0;
  }

  .product-collateral .toggle-tabs li span {
    display: table-cell;
    line-height: normal;
    font-size: 1.2em;
    padding: 0 1%;
    vertical-align: middle;
    width: inherit;
  }

  .product-collateral {
  }
}

@media only screen and (max-width: 767px) {
  .product-view .block-related {
    padding: 0 20px;
  }

  .product-view .block-related .mini-products-list {
    padding: 0;
  }

  .product-view .add-to-cart-buttons button {
    float: none;
    width: 100%;
  }

  .product-view .additional-info > div {
    display: inline-block;
    float: none;
    margin: 0 1% 20px;
  }

  .product-view .add-to-links li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 479px) {
}

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

.grouped-items-table-wrapper tbody td {
  border-color: #EDEDED;
}

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
}

.grouped-items-table td {
  padding: 10px 4px;
}

.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

.grouped-items-table .price-box {
  text-align: right;
}

.grouped-items-table .price-box .price {
  font-size: 22px !important;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1279px) {
}

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

.product-options-bottom > .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

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

.product-video {
  padding-bottom: 20px;
  width: 100%;
}

.product-video .video-wrapper {
  clear: both;
  margin: 0 0 0.5%;
  padding: 0;
  position: relative;
}

.product-video .video-wrapper #video-player {
  position: relative;
  z-index: 10000000;
  height: 0;
  min-height: 100%;
  overflow: hidden;
  top: 0;
  padding-bottom: 56.25%;
  *padding-top: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-video .video-wrapper #video-player {
    position: fixed;
  }
}

.product-video .video-wrapper img {
  max-width: 100%;
}

.product-video .video-wrapper iframe,
.product-video .video-wrapper object,
.product-video .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-video .thumbs-list {
  width: 100%;
}

.product-video .thumbs-list > div {
  position: relative;
}

.product-video .thumbs-list > div img {
  max-width: 100%;
}

.product-video .thumbs-list > div.playing .button-block {
  left: 0;
  margin: -15px 0 0;
  text-align: center;
  width: 100%;
}

.product-video .thumbs-list > div.playing .button-block i {
  display: none;
}

.product-video .thumbs-list > div.playing .button-block span {
  display: block;
  font-weight: 600;
}

.product-video .thumbs-list .block-title {
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .product-video .thumbs-list {
    margin: 0;
    padding: 0;
    border: 0;
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }

  .product-video .thumbs-list > .column-1 {
    float: left;
    margin-right: 0.5%;
    width: 33%;
  }

  .product-video .thumbs-list > .column-1:last-child {
    margin-right: 0;
  }

  .product-video .thumbs-list > .column-1 img {
    max-width: 100%;
    width: 100%;
  }

  .product-video .thumbs-list > .column-2 img {
    max-width: 100%;
    width: 100%;
  }

  .product-video .thumbs-list > .column-3 img {
    max-width: 100%;
    width: 100%;
  }

  .product-video .thumbs-list .block-title {
    padding-top: 10px;
  }
}

.product-video .image-block {
  position: relative;
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.product-video .image-block:before, .product-video .image-block:after {
  content: "";
  display: table;
}

.product-video .image-block:after {
  clear: both;
}

.product-video .button-block {
  color: rgba(255, 255, 255, 0.9);
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  position: absolute;
  top: 50%;
}

.product-video .button-block i {
  cursor: pointer;
  font-size: 62px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.product-video .button-block span {
  display: none;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 599px) {
  .product-video .button-block span {
    font-size: 4vw;
  }
}

.key-features-wrapper {
  margin-top: 20px;
}

.key-features-wrapper .feature-block.dark .data {
  max-width: 44%;
}

.key-features-wrapper .feature-block.dark .data h2 {
  color: #ffffff;
  font-weight: bold;
}

.key-features-wrapper .feature-block.dark .image-block {
  max-width: 55%;
}

.key-features-wrapper .feature-block img {
  max-width: 100%;
}

.key-features-wrapper .feature-block .image-block {
  display: inline-block;
  max-width: 35%;
  vertical-align: middle;
}

.key-features-wrapper .feature-block .data {
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  overflow: hidden;
  max-width: 64.49%;
  padding: 0 3em;
  vertical-align: middle;
}

.key-features-wrapper .feature-block .data h2 {
  color: #e10e0d;
}

@media only screen and (max-width: 479px) {
  .key-features-wrapper .feature-block .image-block,
  .key-features-wrapper .feature-block .data {
    max-width: 100%;
    width: 100%;
  }

  .key-features-wrapper .feature-block .data {
    padding: 1em;
  }
}

@media only screen and (max-width: 979px) {
  .key-features-wrapper .feature-block.dark .data {
    font-size: 16px;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  .key-features-wrapper .feature-block .data {
    font-size: 16px;
    padding: 0 1em;
  }

  .key-features-wrapper .feature-block.dark .image-block,
  .key-features-wrapper .feature-block.dark .data {
    max-width: 100%;
    width: 100%;
  }

  .key-features-wrapper .feature-block.dark .data {
    padding: 2em;
  }

  .key-features-wrapper .feature-block.dark img {
    width: 100%;
  }
}

.seen-on {
  font-size: 18px;
  padding: 0 110px;
}

.seen-on .block-title {
  border: 0;
  text-align: center;
}

.seen-on .data, .seen-on .image-block {
  display: inline-block;
  vertical-align: middle;
}

.seen-on .data {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  padding: 0 3% 0 0;
  width: 60%;
}

.seen-on .data h2 {
  color: #e10e0d;
  text-transform: none !important;
}

.seen-on .image-block {
  width: 39%;
}

.seen-on .image-block img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .seen-on {
    font-size: 16px;
    padding: 0;
  }

  .seen-on .image-block,
  .seen-on .data {
    width: 100%;
  }

  .seen-on .data {
    font-size: 16px;
    padding: 0 0 10px;
  }

  .seen-on .data h2 {
    font-size: 28px;
  }
}

.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border: none;
  margin-bottom: 20px;
  text-align: center;
}

.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}

.block-related .block-subtitle {
  display: none;
  margin-bottom: 7px;
}

.block-related .product {
  margin-left: 0px;
  position: relative;
}

.block-related .checkbox {
  display: none;
  float: left;
  margin-top: 36px;
}

.block-related .product-image {
  float: none;
}

.block-related .product-image img {
  height: auto;
}

.block-related .product-details {
  margin-left: 0px;
}

.block-related .product-name {
  margin-bottom: 3px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  padding-right: 5px;
}

.block-related .product-details .price-box .old-price .price,
.block-related .product-details .price-box .special-price .price {
  font-size: 14px;
}

.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.block-related .link-wishlist {
  display: none;
}

@media only screen and (max-width: 767px) {
  .block-related .block-title h2 {
    font-size: 22px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .box-up-sell .box-title h2 {
    font-weight: bold;
  }
}

.in-popup.box-up-sell .box-title h2 {
  line-height: 36px;
  margin: 0 auto;
  max-width: 80%;
}

.in-popup.box-up-sell .products-grid > li {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: left;
  margin: 0 0 1em;
  width: 100%;
}

.in-popup.box-up-sell .products-grid > li .product-name {
  font-size: 1.2em;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 1.2em;
}

.in-popup.box-up-sell .products-grid > li .includes h4 {
  margin-bottom: .2em;
}

.in-popup.box-up-sell .products-grid > li .includes ul {
  line-height: 1.2em;
  margin: 0 0 1.5em;
}

.in-popup.box-up-sell .products-grid > li .add-to-cart-buttons .button {
  min-width: 80%;
}

.in-popup.box-up-sell .products-grid > li .price {
  color: #e10e0d;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
}

.in-popup.box-up-sell .products-grid.products-grid--max-1-col > li {
  margin: inherit;
  text-align: center;
  width: 100%;
}

.in-popup.box-up-sell .products-grid.products-grid--max-1-col > li .product-image {
  max-width: 70%;
  margin: 0 auto;
}

.in-popup.box-up-sell > .add-to-cart-buttons .or {
  margin-bottom: .5em;
}

.in-popup.box-up-sell > .add-to-cart-buttons .button {
  max-width: 100%;
  width: 320px;
}

@media only screen and (min-width: 480px) {
  .in-popup.box-up-sell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
    margin-bottom: 1em;
  }

  .in-popup.box-up-sell .products-grid > li:nth-child(odd) {
    clear: left;
  }

  .in-popup.box-up-sell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .in-popup.box-up-sell .products-grid.products-grid--max-2-col .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
    margin-bottom: 1em;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-2-col .products-grid > li:nth-child(odd) {
    clear: left;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-2-col .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-3-col > li:nth-child(odd) {
    clear: none;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-3-col > li:nth-child(even) {
    margin-right: 3.7037%;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-3-col > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-3-col > li:nth-child(3n+1) {
    clear: left;
  }

  .in-popup.box-up-sell .products-grid.products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 479px) {
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.availability.out-of-stock span {
  color: #A0A0A0;
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 767px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 767px) {
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0;
}

.remember-me-popup p {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

@media only screen and (max-width: 479px) {
}

.customer-account-create .fieldset .hidden {
  display: none;
}

@media only screen and (max-width: 479px) {
}

.dashboard .box-head h2 {
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 0;
}

.dashboard .box-head a {
  padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
  color: #008fb2;
  font-size: 12px;
  text-transform: uppercase;
}

.dashboard .attr-list .row {
  margin-bottom: 1.5em;
}

.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Open Sans", sans-serif;
}

.dashboard .box-account .label {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  float: left;
  min-width: 100px;
  text-transform: uppercase;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}

.dashboard .col2-set .col-1 a,
.dashboard .col2-set .col-2 a {
  color: #008fb2;
}

.dashboard .col2-set > .controls a {
  color: #008fb2;
  font-size: 16px;
}

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.my-account .addresses-list .item {
  padding: 0 5% 30px 0;
  float: left;
  width: 50%;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

.my-account .addresses-list ol {
  overflow: hidden;
}

.my-account .addresses-list a {
  color: #008fb2;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  margin-right: 20px;
}

.order-info li {
  margin: 0 0 0 20px;
}

.order-info li.current {
  font-weight: 600;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.order-info-box .box-title h2:after {
  content: ':';
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

.order-info-box .box-content strong {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1279px) {
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}

.contacts-index-index .col-main,
.contact_wrapp .col-main {
  padding: 30px 20px;
}

.contacts-index-index select,
.contact_wrapp select {
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  margin-top: 0;
  padding-left: 4px;
  font-size: 15px;
}

.contacts-index-index #contactForm h2,
.contact_wrapp #contactForm h2 {
  display: none;
}

.contacts-index-index textarea,
.contact_wrapp textarea {
  width: 365px;
}

.contacts-index-index .buttons-set button.button,
.contact_wrapp .buttons-set button.button {
  float: none;
  margin-left: 0;
}

@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set button,
  .contact_wrapp .buttons-set button {
    float: left;
    margin-left: 0px;
  }

}

.std .contact_wrapp ul li {
  margin-left: 0;
  list-style: none;
}

.std .contact_wrapp h1 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
}

.top-container .bml-ad span {
  display: inline-block;
}

.top-container .bml-ad span a {
  display: block;
}

.bml-ad span {
  display: block;
  line-height: 0;
}

.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

.bml-ad a:hover {
  opacity: 0.7;
}

.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
}

div.paypal-logo span {
  display: block;
  width: 100%;
}

div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

div.paypal-logo span a img {
  max-width: 100%;
}

div.paypal-logo span > img {
  display: none;
}

.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}

.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}

.sidebar .paypal-logo > a img {
  display: block;
}

.sidebar .paypal-logo .label {
  margin-top: 4px;
}

.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

#customer-reviews h2 {
  color: #008fb2;
  font-size: 12px;
  text-transform: uppercase;
}

#customer-reviews h2 span {
  color: #546670;
}

#customer-reviews h3 {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#customer-reviews h3 span {
  color: #008fb2;
}

#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#customer-reviews .fieldset h4 em {
  display: none;
}

#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}

#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews dl {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}

#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}

#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}

#customer-reviews dl dd table {
  margin: 15px 0;
}

.review-summary-table thead {
  background: transparent;
}

.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}

.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}

.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}

.ratings-table th {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }

}

@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}

.review-product-view .product-review .product-img-box > a {
  width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}

.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

.slideshow-pager span:hover:before {
  background-color: #80b636;
}

.slideshow-pager > * {
  cursor: pointer;
}

#wishlist-table th {
  display: none;
  text-align: center;
}

#wishlist-table tr {
  border-top: 1px solid #EDEDED;
}

#wishlist-table tr:last-child {
  border-bottom: 1px solid #EDEDED;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}

#wishlist-table.clean-table td {
  padding: 30px 20px;
  vertical-align: top;
}

#wishlist-table.clean-table td:first-child {
  padding-left: 0;
}

#wishlist-table.clean-table td:last-child {
  padding-right: 0;
}

#wishlist-table.clean-table thead th {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .product-name a {
  color: #546670;
  font-size: 22px;
  text-transform: none;
}

#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #008fb2;
}

#wishlist-table .add-to-cart-alt .item-manage .button,
#wishlist-table .add-to-cart-alt .item-manage button {
  background: none;
  border: 0;
  color: #008fb2;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  white-space: normal;
}

#wishlist-table .add-to-cart-alt .item-manage .button:hover,
#wishlist-table .add-to-cart-alt .item-manage button:hover {
  text-decoration: underline;
}

#wishlist-table .add-to-cart-alt .item-manage .button:active,
#wishlist-table .add-to-cart-alt .item-manage button:active {
  outline: 0;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .item-manage a {
  color: #008fb2;
  font-size: 14px;
  text-transform: uppercase;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .price-box {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 0;
}

#wishlist-table .price-box .price {
  color: #e10e0d;
  font-size: 18px;
}

#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #e10e0d;
  margin-bottom: 3px;
}

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1279px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  #wishlist-table .product-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  #wishlist-table .product-name {
    font-size: 16px;
  }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }

  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }

  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }

  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }

}

.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

@media only screen and (max-width: 767px) {
}

.header-minicart .block-subtitle {
  color: #008fb2;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-minicart .products-mc li {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.header-minicart .products-mc li.last {
  border: none;
}

.header-minicart .products-mc li .product-image {
  float: left;
  margin-right: 10px;
}

.header-minicart .products-mc li .product-details {
  overflow: hidden;
}

.header-minicart .products-mc li .product-details .price {
  font-size: 14px;
  color: #e10e0d;
  font-weight: 700;
}

.header-minicart .products-mc li .product-details .qty-mc input {
  display: inline-block;
  width: 3.2em;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
}

.header-minicart .products-mc li .product-details .qty-mc button {
  padding: 8px 15px 6px;
  vertical-align: top;
}

.header-minicart .products-mc li .product-details .action_links a {
  color: #008fb2;
  font-size: 12px;
  text-transform: uppercase;
}

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
}

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}

.header-minicart .info-wrapper td {
  color: #546670;
  clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .subtotal .label {
  color: #546670;
  text-transform: uppercase;
  padding-right: 20px;
}

.header-minicart .subtotal .price {
  color: #e10e0d;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 767px) {
  .header-minicart .subtotal .label {
    color: #546670;
  }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }

}

@media only screen and (max-width: 740px) {
}

@media only screen and (max-width: 599px) {
}

.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #008fb2;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #e10e0d;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: #ef6b0c;
}

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
}

.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}

.product-review .ratings-table th {
  padding-right: 10px;
}

.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.product-review .ratings-description dd {
  color: #737373;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

.cms-page-view .std p,
.cms-no-route .std p {
  color: #546670;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 24px;
}

.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #546670;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #546670;
}

.cms-page-view .std li,
.cms-no-route .std li {
  color: #546670;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 24px;
}

.cms-page-view .main-container,
.cms-no-route .main-container {
  padding: 0;
}

.cms-page-view .main-container .col-main,
.cms-no-route .main-container .col-main {
  float: none;
  width: auto;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .cms-page-view .main-container .col-main,
  .cms-no-route .main-container .col-main {
    padding: 20px;
  }
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}

#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #e10e0d;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

#accordion > dl > dt:hover {
  background-color: #ededed;
}

#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #EDEDED;
}

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

#accordion li {
  position: relative;
  overflow: hidden;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links a {
  position: relative;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.am-sitemap-section ul {
  list-style: none;
  padding: 0 5px;
}

.am-sitemap-section .am-sitemap-wrap a, .am-sitemap-section .am-sitemap-wrap a:visited {
  color: #546670;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

@media only screen and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 620px) {
}

#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

@media only screen and (max-width: 479px) {
}

#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view a {
    font-size: inherit;
  }

  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

@media only screen and (max-width: 479px) {
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 479px) {
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1279px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }

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

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }

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

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 767px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }

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

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

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

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

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

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

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

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

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

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

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

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

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

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-navbar > * {
  display: block;
  padding: 15px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li > a,
.mm-listview > li > span,
.mm-listview > li > .prod-info > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 15px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background: #546670;
  color: #ffffff;
  height: 44px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 34%;
  width: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.compare-product-popup .page-title h1 {
  border: 0;
  font-size: 2.5em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.compare-product-popup .compare-table thead {
  display: none;
}

.compare-product-popup .compare-table thead th {
  border: 0;
}

.compare-product-popup .compare-table th {
  background: #ffffff;
  border-bottom: 1px solid #EDEDED;
  font-size: 1.3em;
  font-weight: 600;
  vertical-align: middle;
}

.compare-product-popup .compare-table tbody.first tr:first-child td {
  border-top: 0;
}

.compare-product-popup .compare-table tfoot th {
  border-bottom: 0;
}

.compare-product-popup .compare-table tfoot tr:last-child td {
  border-bottom: 0;
  vertical-align: bottom;
}

.compare-product-popup .compare-table tfoot tr:last-child td .button {
  max-width: 170px;
  width: 100%;
  min-width: 130px;
}

.compare-product-popup .compare-table td {
  background: #ffffff;
  border: 1px solid #EDEDED;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  height: 60px;
  padding: 0 2em;
  vertical-align: middle;
}

.compare-product-popup .compare-table td:last-child {
  border-right: 0;
}

.compare-product-popup .compare-table h2, .compare-product-popup .compare-table a, .compare-product-popup .compare-table p {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.compare-product-popup .product-name {
  color: #546670;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.storelocator-page * {
  box-sizing: border-box;
}

.back-page a {
  text-decoration: none;
}

.back-page a small {
  line-height: 1.35;
  font-size: 10px;
  letter-spacing: -3px;
  margin-right: 5px;
}

.back-page a:hover {
  color: #A7A7A7;
  text-decoration: none;
}

.storelocator-page h1 {
  color: #646678;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.search-button a.search {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #636363;
  background-color: #E4E3E3;
  font-size: 12px;
}

.search-button a.search.active {
  color: #fff;
  background-color: #428BCB;
}

.search-button a.search:hover {
  text-decoration: none;
  opacity: 0.85;
}

.search-button a.search.active:hover {
  opacity: 0.85;
}

.input-radius label {
  float: left;
  text-align: center;
  position: relative;
  top: 8px;
}

.input-location label {
  float: left;
  margin-top: 7px;
}

.search-filter ul li label {
  background: url("../../images/storelocator/storelocator-img.png") no-repeat 0 -165px;
  padding-left: 30px;
  font-weight: 500;
}

.search-filter ul li label button {
  border-radius: 0;
  color: #fff;
  background-color: #428bca;
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  outline: 0;
}

.search-filter ul li label button:hover,
.custom-popup .box-input button:hover {
  border-radius: 0;
  border: none;
  color: #fff;
  opacity: 0.85;
  box-shadow: none;
}

.custom-popup .box-input button:hover {
  border-radius: 4px;
}

.search-filter ul li label:first-child {
  background: transparent;
  font-weight: 700;
  padding-left: 0;
}

.input-location input[type=text] {
  width: 100%;
}

.search-content input[type="text"] {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
}

.search-type .search {
  margin-top: 0;
  margin-left: 10px;
}

.form-information h2 {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: #428BCA;
  padding: 7px 15px;
}

.magestore-map-image img {
  width: 100%;
  max-height: 350px;
  outline: 0;
}

.more-views p {
  margin-top: 10px;
  float: left;
}

.form-information .more-views ul li {
  float: left;
  padding: 3px;
  margin: 1px;
  border: 1px solid #e6e6e6;
}

.tag-store a {
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
}

.tag-store a:hover {
  text-decoration: underline;
}

.info-locator .tag-store span {
  color: #545454;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  width: 100%;
  float: left;
  position: absolute;
  left: -4px;
  bottom: -8px;
}

.info-locator .tag-store img, .gm-style img {
  margin: 0 auto;
  display: block;
  max-width: none;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.info-locator .title-list h2 {
  font-size: 14px;
  color: #fff;
  background: url("../../images/storelocator/list.png") no-repeat 10px center;
  background-color: #428BCB;
  padding: 10px 10px 10px 43px;
  text-transform: none;
  background-size: 25px;
}

.info-locator .title-list h2 p {
  float: right;
}

.info-locator .title-list h2 p span {
  vertical-align: middle;
}

.tag-content h4 {
  font-size: 12px;
  color: #24549d;
  text-transform: capitalize;
  min-height: 15px;
}

.tag-content p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.tag-content a {
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 5px;
  white-space: pre;
}

.tag-content a:hover {
  text-decoration: none;
}

.info-locator .box {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #ececec;
}

.info-locator ul li:hover {
  background: #EAEAEA;
}

.tag-store-xs ul {
  padding: 10px;
}

.tag-store-xs ul li {
  padding: 0 10px;
}

.info-detail h4 {
  color: #24549d;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: 600;
}

.info-detail p {
  color: #464646;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 23px;
  float: left;
  width: 100%;
  padding-left: 15px;
}

.info-detail p strong {
  color: #000;
  float: left;
}

.time-open a {
  padding: 7px 10px;
  background: #12b483;
  color: #fff;
  border-radius: 3px;
}

.time-open a:hover {
  background: #1aca95;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.time-open span {
  color: #464646;
  font-size: 11px;
  font-style: italic;
}

.tab_wrap h2 {
  color: #fff;
  font-size: 14px;
  padding: 8px 0 8px;
  background-color: #428BCA;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: none;
  float: left;
  width: 100%;
}

.tab_wrap h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#open_hour .table {
  margin-bottom: 0;
}

#open_hour .table > tbody > tr > td {
  text-align: center;
}

.tab_content .tabs {
  padding: 0;
}

.tab_content li {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}

.tab_content .tabs li {
  width: 50%;
  padding: 8px 0;
  background: #E4E3E3;
  text-align: center;
  cursor: pointer;
}

.tab_content .tabs li.active {
  background: #428BCA;
  color: #fff;
}

ul#travel-modes li input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

ul#travel-modes li label {
  cursor: pointer;
  display: block;
  height: 28px;
  width: 40px;
  background-color: #d0d0d0;
  color: #fff;
  text-indent: -9999px;
  margin-right: 10px;
}

ul#travel-modes li input[type="radio"]:checked + label {
  background-color: #12b483;
}

ul#travel-modes li.transit label {
  background-position: -40px top;
}

ul#travel-modes li.walking label {
  background-position: -80px top;
}

#directions-tool .form-inputs input,
#directions-el .form-inputs input {
  height: 34px;
  width: 95%;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
}

.widget-directions-right-overlay button {
  text-indent: -10000px;
  background: transparent url("../../images/storelocator/omnibox-sprite.png") no-repeat center -64px;
  width: 20px;
  border: none;
  box-shadow: none;
  margin-top: 20px;
  outline: 0;
  opacity: 0.5;
}

.widget-directions-right-overlay button:hover {
  opacity: 1;
}

.description span {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 860px;
  }

}

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

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
  .info-locator .tag-store img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .magestore-map-image img {
    max-width: 550px;
    display: block;
    margin: 0 auto;
  }

}

@media (max-width: 580px) {
}

@media (max-width: 450px) {
  .magestore-map-image img {
    max-width: 100%;
  }

  .storelocator-page h1 {
    font-size: 20px;
  }
}

.search-content input[type="checkbox"],
.search-content input[type="radio"] {
  vertical-align: text-bottom;
  outline: 0;
  margin-right: 5px;
}

.fb_iframe_widget iframe {
  width: 100% !important;
}

.gm-style .gm-style-iw .tag-store span {
  color: #545454;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  width: 100%;
  float: left;
  position: absolute;
  left: -4px;
  bottom: -8px;
}

.killer-statement {
  text-align: center;
  margin-bottom: 20px;
}

.killer-statement h1 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 5px;
  text-transform: unset;
  color: #e20f0f;
}

#killer-statement-sub {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  color: #535353;
}

#killer-statement-quote {
  font-size: 17px;
  width: 425px;
  margin: 0 auto;
}

.product-includes {
  border-top: 1px solid #EDEDED;
  width: 34%;
  float: right;
  clear: right;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 15px;
}

.product-includes .title {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.product-includes span.small {
  color: #919191;
  font-size: .8em;
}

.product-includes .title.total {
  color: #e10e0d;
  font-size: 16px;
}

#topbar {
  width: 100%;
  height: 10px;
  background-color: #e10e0d;
}

#header {
  margin-bottom: 20px;
}

#header .title {
  text-align: center;
  border-bottom: 1px solid #808080;
  font-style: italic;
  font-size: 24px;
  width: 600px;
  margin: 17px auto 10px auto;
  padding-bottom: 9px;
  font-weight: 500;
  color: #3f3f3f;
}

.button.btn-cart {
  border-radius: 4px;
}

.owl-item.active a {
  border-top: 3px solid #e10e0d;
}

#reviews a:hover {
  text-decoration: none;
}

#reviews .datum {
  margin-left: 5px;
}

#reviews .datum a {
  font-size: 12px !important;
  color: #4a5b65 !important;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  margin-bottom: 10px;
  border: 0;
}

.product-view .product-shop {
  width: 34%;
  float: right;
}

.product-view .product-shop .product-name .h1 {
  margin-bottom: 5px;
}

.product-view .product-shop .product-name .sku {
  font-size: 12px;
  display: inline-block;
}

.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}

.product-view .product-shop .free-ship-block {
  border: 1px solid #EDEDED;
  border-width: 1px 0px;
  clear: both;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 20px;
  padding: 15px 0;
  text-transform: uppercase;
}

.product-view .product-shop .free-ship-block .details-link {
  font-size: 12px;
  line-height: 24px;
  padding-left: 20px;
}

.product-view .product-shop .price-info {
  display: none;
  clear: both;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 20px;
}

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}

.product-view .product-shop .ratings {
  margin-bottom: 8px;
}

.product-view .product-shop .availability {
  font-size: 16px;
}

.product-view .product-shop span.next-line {
  display: block;
  margin: 0.5em 0;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 979px) {
  .product-view .add-to-cart-wrapper {
    width: 47%;
  }

  .product-view .product-shop {
    width: 47%;
  }

  .product-view .product-img-box {
    margin: 0 0 30px;
    width: 53%;
  }

  .product-view .product-description-box {
    padding: 0;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-view .block-related .price-box .old-price .price,
.product-view .block-related .price-box .regular-price .price,
.product-view .block-related .price-box .special-price .price,
.product-view .block-related .price-box .full-product-price .price,
.product-view .block-related .price-box .minimal-price .price {
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.product-view .price-box {
  margin: 0 0 20px;
}

.product-view .price-box .old-price,
.product-view .price-box .special-price,
.product-view .price-box .regular-price,
.product-view .price-box .minimal-price {
  padding-right: 0;
  line-height: 1.2;
}

.product-view .price-box .old-price .price,
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  color: #e10e0d;
}

.product-view .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view .price-box .special-price span.weee {
  color: #546670;
}

.product-view .price-box .special-price span.weee span.price {
  font-size: 16px;
}

.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #546670;
}

.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
  font-size: 20px;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .old-price .price-label {
  display: none;
}

.product-view .add-to-cart-wrapper {
  width: 34%;
  float: right;
  clear: right;
}

.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
  min-height: 40px;
}

.product-view .additional-info {
  overflow: hidden;
}

.product-view .additional-info > div {
  float: left;
  font-size: 14px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 0 10px 20px 0;
  text-transform: uppercase;
}

.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  white-space: normal;
}

.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 30px;
}

.product-view .pdp-top-part {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

.key-features-wrapper {
  margin-top: 20px;
}

.product-collateral {
  clear: both;
}

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

.product-collateral .toggle-tabs li:first-child {
  border-left: none;
}

.product-collateral .toggle-tabs li {
  display: inline-block;
  margin: 0 2px;
}

.product-collateral .toggle-tabs li.current span {
  color: #53656f;
}

.product-collateral .toggle-tabs li.current > span {
  background-color: #e6e6e6;
  z-index: 5;
}

.product-collateral .toggle-tabs li > span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #546670;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: -1px;
}

.product-collateral .toggle-tabs {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.product-collateral > dl {
  background: #e6e6e6;
  width: 100%;
}

#specs_content .specifications .block_ttl {
  min-width: 185px;
}

#specs_content .block_ttl, #specs_content .block_ttl {
  float: left;
  width: 30%;
  padding-right: 10px;
  text-align: right;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#specs_content .specs_list, #specs_content .manuals_list {
  overflow: hidden;
  font-size: 15px;
  color: #546670;
  line-height: 22px;
}

#specs_content .specs_list li:nth-child(odd) {
  background-color: #c8d0d4;
}

#specs_content .specs_list li {
  padding: 0 50px 0 40px;
  line-height: 43px;
}

#specs_content .specs_list .spec_name {
  width: 150px;
  float: left;
  text-transform: uppercase;
}

#specs_content .specs_list .spec_value {
  overflow: hidden;
  text-align: right;
}

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

.rma-view h3 {
  font-weight: 600;
}

#my-returns-items-table th,
#my-returns-items-table td {
  font-size: 13px;
}

@media only screen and (max-width: 480px) {

  .rma-view.col-1 h3, .rma-view.col-2 h3 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 420px) {
  .storecredit th,
  .storecredit td {
    font-size: 12px;
    padding: 5px;
  }

  body.customer-account .storecredit .data-table td.last {
    padding: 5px;
  }
}

.btn-gift-registry select {
  width: 100%;
}

.gift-registry-edit textarea,
.gift-registry-edit input {
  max-width: 100%;
  width: 365px;
}

.gift-registry-edit label[for=type_id] {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
}

.gift-registry-edit .add-row > p {
  float: right;
}

.block-gr-search .form-alt > li {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}

.block-gr-search button {
  margin-top: 7px;
}

.block-gr-search .input-box > select {
  width: 100%;
}

.gift-registry-items textarea {
  min-width: 80px;
}

#gr_search_form select,
#gr_search_email_form select,
#gr_search_id_form select {
  margin-bottom: 5px;
}

@media only screen and (max-width: 979px) {

  .gift-image img {
    width: 68px;
  }

  .gift-registry-actions a {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 770px) {

  .gift-registry-items td, .gift-registry-items th {
    padding: 7px 3.5px;
  }

}

@media only screen and (max-width: 599px) {
  .gift-registry-actions a {
    font-size: 11px !important;
    white-space: normal !important;
  }

  .gr-manage-items input,
  .gr-manage-items dt,
  .gr-manage-items dl,
  .gr-manage-items a {
    font-size: inherit;
  }

}

@media only screen and (max-width: 479px) {

  .giftregistry-search-results td,
  .giftregistry-search-results th {
    padding: 7px 3.5px;
    vertical-align: top;
  }

  .gr-manage-items td,
  .gr-manage-items th,
  .gift-registry-items td,
  .gift-registry-items th {
    padding: 7px 3.5px;
    vertical-align: top;
  }

  .giftregistry-table td,
  .giftregistry-table th {
    font-size: 11px;
  }

}

.reward-message p {
  display: inline;
  font-size: 13px;
}

.reward-message a {
  color: #E6E6E6;
  text-decoration: underline;
}

.my-rewards h2 {
  position: relative;
  line-height: 1.7;
}

.my-rewards h2 a {
  white-space: nowrap;
  float: right;
  margin: 0 0 5px 10px;
}

.my-rewards .box {
  margin-bottom: 20px;
}

.my-rewards .box.info-box dt {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: none;
}

@media only screen and (max-width: 979px) {
}

@media only screen and (max-width: 599px) {
  .my-rewards #reward-history small {
    display: none;
  }

}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-item .product-img-box > * {
  float: left;
  clear: both;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
}

.products-grid .split-button .list-container li span,
.products-grid .split-button .list-container li a {
  font-size: 12px;
}

.product-view .split-button .list-container li {
  float: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 480px) {
  .widget-addbysku input[type="text"] {
    float: left;
    width: 100%;
  }

}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

@media screen and (max-width: 1040px) {
}

@media screen and (max-width: 848px) {
}

#search {
  font-weight: bold;
  background: white !important;
  padding-right: 50px !important;
}

#search_mini_form > div.input-box > button {
}

#search {
  font-weight: bold;
  background: white !important;
  padding-right: 50px !important;
}

#search_mini_form > div.input-box > button {
}

#mm-0 > div.wrapper > div > div.main-container.col1-layout > div > div > div.std > div > div.homepage-1col-promo1-container > div {
  margin-top: -50px;
  margin-bottom: 14px;
}

#mm-0 > div.wrapper > div > div.main-container.col1-layout > div > div > div.std > div > div.homepage-1col-promo1-container > div > div.info-wrapper.mobile-relative.transparent.left-7.right-60.top-12.bottom-12 > div > div.top {
  display: none;
}

div.info-wrapper:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  display: none;
}

.homepage-1col-promo1-container > div:nth-child(3) {
  margin-top: -50px;
  margin-bottom: 14px;
}

span.price {
  font-size: 22px !important;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none;
  }

  .key-features-wrapper {
    display: block !important;
  }

  .switch-driver-video-wrapper .video img {
    width: 90%;
    margin: 0 auto;
  }

  .switch-driver-first-wrapper img {
    margin: 0;
    max-width: 100%;
  }

  .switch-driver-first-wrapper .title {
    font-weight: bold;
    font-size: 30px;
  }

  .switch-driver-ideas-wrapper .title-compare, .switch-driver-ideas-wrapper .subtitle-compare {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: relative !important;
  }

  .switch-driver-ideas-wrapper .title-compare {
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: -20px;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }

  .switch-driver-ideas-wrapper .subtitle-compare {
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 0.5em;
    padding-bottom: 10px;
    line-height: 1em;
  }

  .switch-driver-ideas-wrapper .idea-container img {
    max-width: 100%;
    display: block;
  }

  .switch-driver-pricing-wrapper img {
    width: 100%;
    display: block;
  }

  .switch-driver-pricing-wrapper p {
    display: block;
    width: 90%;
    position: absolute;
    top: 10%;
    left: 5%;
  }

}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .product-video .thumb {
    width: 90% !important;
    margin: 0 0 2em 5%;
  }

  .product-video .thumb .block-title {
    display: none;
  }
}

.sd-top-block-wrapper {
  width: 100%;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.sd-top-block-wrapper img {
  max-width: 100%;
}

.sd-top-text-wrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  bottom: 0;
  top: 24%;
  left: 50%;
  right: 0;
  padding: 3% 4%;
}

.sd-top-title {
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 4em;
  line-height: 1;
  text-transform: uppercase;
}

.sd-top-subtitle {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.25;
  padding-top: 5%;
}

.sd-top-button {
  padding-top: 7%;
}

.sd-top-button a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 1.5% 6%;
  letter-spacing: 0.5px;
}

.sd-top-button a:hover {
  background: #80b636;
}

.sd-video-1 img {
  max-width: 100%;
}

.sd-video-2 img {
  max-width: 100%;
}

.sd-compare-top {
  width: 100%;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 5%;
}

.sd-compare-top img {
  max-width: 100%;
}

.sd-compare-title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 600;
}

.sd-compare-subtitle {
  font-size: 2.5em;
  text-align: center;
}

.sd-compare-chart-wrapper {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #546670;
  margin-bottom: 8%;
}

.sd-compare-top-row {
  width: 75%;
  display: flex;
  text-transform: uppercase;
  font-size: 2em;
  margin: auto;
  padding-bottom: 1.5%;
  letter-spacing: 0.2px;
}

.sd-compare-top-ai {
  width: 25%;
  font-weight: 600;
  text-align: left;
}

.sd-compare-top-innovations {
  width: 50%;
  font-weight: 100;
  text-align: center;
}

.sd-compare-top-ordinary {
  width: 25%;
  font-weight: 600;
  text-align: right;
}

.sd-compare-blue {
  width: 75%;
  background: #dee2e3;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  margin: auto;
  letter-spacing: 0.3px;
}

.sd-compare-blue-1 img {
  max-width: 100%;
  padding: 6% 0;
}

.sd-compare-blue-1 {
  text-align: left;
  width: 15%;
  padding-left: 4%;
}

.sd-compare-blue-2 {
  width: 70%;
  text-align: center;
  margin: auto;
}

.sd-compare-blue-3 {
  text-align: right;
  width: 15%;
  padding-right: 4%;
}

.sd-compare-blue-3 img {
  max-width: 100%;
  float: right;
  padding: 6% 0;
}

.sd-compare-grey {
  width: 75%;
  display: flex;
  background: #f0f0f0;
  margin: auto;
}

.sd-compare-grey-icon {
  width: 30%;
  text-align: right;
  padding-left: 10%;
}

.sd-compare-grey-icon img {
  float: right;
  max-width: 100%;
  padding: 2% 0;
}

.sd-compare-grey-text {
  width: 70%;
  margin: auto;
  text-align: left;
  font-size: 1.25em;
  font-weight: 100;
  padding: 0 12% 0 2%;
}

.sd-compare-button {
  padding-top: 4%;
  text-align: center;
}

.sd-compare-button a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 1% 3%;
  letter-spacing: 0.5px;
}

.sd-compare-button a:hover {
  background: #80b636;
}

.sd-ideas-wrapper {
  margin: 3% 0;
}

.sd-ideas-container {
  width: 100%;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
}

.sd-ideas-block {
  width: 49.5%;
  display: block;
  margin-bottom: 2%;
}

.sd-ideas-image {
  width: 100%;
}

.sd-ideas-image img {
  max-width: 100%;
}

.sd-ideas-orange {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  padding: 1% 5%;
  text-align: center;
}

.sd-ideas-text {
  width: 100%;
  color: #546670;
  font-size: 1.2em;
  padding: 4% 11%;
  font-weight: 100;
}

.sd-ideas-spacer {
  width: 1%;
}

.sd-power-share-container {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
  font-family: 'Roboto Condensed', sans-serif;
}

.sd-power-share-container img {
  max-width: 100%;
}

.sd-power-share-subtitle {
  position: absolute;
  color: #546670;
  font-size: 1.55em;
  font-weight: 100;
  line-height: 1.25;
  top: 29%;
  bottom: 0;
  left: 18%;
  right: 5%;
}

.sd-power-share-button-group {
  position: absolute;
  top: 93%;
  left: 35%;
  width: 100%;
}

.sd-power-share-button {
  position: relative;
}

.sd-power-share-button a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.5% 1.5%;
  letter-spacing: 0.5px;
}

.sd-power-share-button a:hover {
  background: #80b636;
}

.sd-power-share-button-2 {
  position: relative;
  margin-left: 2%;
}

.sd-power-share-button-2 a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.6% 1.5%;
  letter-spacing: 0.5px;
}

.sd-power-share-button-2 a:hover {
  background: #80b636;
}

.sd-specs-wrapper {
  width: 100%;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

.sd-specs-wrapper img {
  max-width: 100%;
}

.sd-specs-header {
  position: absolute;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: uppercase;
  top: 2.5%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.sd-specs-subheader {
  position: absolute;
  font-size: 2.5em;
  text-transform: uppercase;
  top: 6%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.sd-specs-title-1 {
  position: absolute;
  font-size: 3.7em;
  text-transform: uppercase;
  font-weight: 600;
  top: 18%;
  left: 4%;
}

.sd-specs-subtitle-1 {
  color: #546670;
  position: absolute;
  font-size: 1.55em;
  font-weight: 100;
  line-height: 1.25;
  top: 22%;
  left: 4%;
  width: 40%;
}

.sd-specs-title-2 {
  position: absolute;
  font-size: 3.7em;
  text-transform: uppercase;
  font-weight: 600;
  top: 50%;
  left: 49%;
}

.sd-specs-subtitle-2 {
  color: #546670;
  position: absolute;
  font-size: 1.55em;
  font-weight: 100;
  line-height: 1.25;
  top: 54%;
  left: 49%;
  width: 43%;
}

.sd-specs-title-3 {
  position: absolute;
  font-size: 3.7em;
  text-transform: uppercase;
  font-weight: 600;
  top: 73%;
  left: 4%;
}

.sd-specs-subtitle-3 {
  color: #546670;
  position: absolute;
  font-size: 1.55em;
  font-weight: 100;
  line-height: 1.25;
  top: 77%;
  left: 4%;
  width: 48%;
}

.sd-specs-button-group {
  position: absolute;
  top: 83.5%;
  left: 4%;
  display: block;
  width: 100%;
}

.sd-specs-button {
  position: relative;;
}

.sd-specs-button a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.5% 1.5%;
  letter-spacing: 0.5px;
}

.sd-specs-button a:hover {
  background: #80b636;
}

.sd-specs-button-2 {
  position: relative;
  margin-left: 2%;
}

.sd-specs-button-2 a {
  cursor: pointer;
  background: #8dc63f;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.6% 1.5%;
  letter-spacing: 0.5px;
}

.sd-specs-button-2 a:hover {
  background: #80b636;
}

@media screen and (max-width: 1270px) {
  .sd-top-title {
    font-size: 4.4vw;
  }

  .sd-top-subtitle {
    font-size: 1.65vw;
  }

  .sd-top-button a {
    font-size: 1.6vw;
  }

  .sd-compare-title {
    font-size: 4vw;
  }

  .sd-compare-subtitle {
    font-size: 2.9vw;
  }

  .sd-compare-top-row {
    font-size: 2.2vw;
  }

  .sd-compare-blue {
    font-size: 1.9vw;
  }

  .sd-compare-grey-text {
    font-size: 1.45vw;
    padding: 0 10% 0 2% !important;
  }

  .sd-compare-button a {
    font-size: 1.6vw;
  }

  .sd-ideas-orange {
    font-size: 2.2vw;
  }

  .sd-ideas-text {
    font-size: 1.33vw;
  }

  .sd-power-share-subtitle {
    font-size: 1.6vw;
  }

  .sd-specs-title-1 {
    font-size: 4.1vw;
  }

  .sd-specs-title-2 {
    font-size: 4.1vw;
  }

  .sd-specs-title-3 {
    font-size: 4.1vw;
  }

  .sd-specs-subtitle-1 {
    font-size: 1.7vw;
  }

  .sd-specs-subtitle-2 {
    font-size: 1.7vw;
  }

  .sd-specs-subtitle-3 {
    font-size: 1.7vw;
  }

  .sd-specs-header {
    font-size: 4vw;
  }

  .sd-specs-subheader {
    font-size: 2.9vw;
  }

  .sd-specs-button a {
    font-size: 1.6vw;
  }

  .sd-specs-button-2 a {
    font-size: 1.6vw;
  }

  .sd-power-share-button a {
    font-size: 1.6vw;
  }

  .sd-power-share-button-2 a {
    font-size: 1.6vw;
  }
}

#specs_content {
  padding: 55px 50px 55px 30px;
  overflow: hidden;
}

#specs_content .specifications {
  width: 860px;
}

#specs_content .block_ttl,
#specs_content .block_ttl {
  float: left;
  width: 30%;
  padding-right: 10px;
  text-align: right;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#specs_content .specifications .block_ttl {
  min-width: 185px;
}

#specs_content .manuals .block_ttl {
  min-width: 120px;
}

#specs_content .specs_list li {
  padding: 0 50px 0 40px;
  line-height: 43px;
}

#specs_content .specs_list .spec_name {
  width: 150px;
  float: left;
  text-transform: uppercase;
}

#specs_content .specs_list .spec_value {
  overflow: hidden;
  text-align: right;
}

#specs_content .specs_list li:nth-child(odd) {
  background-color: #c8d0d4;
}

#specs_content .manuals a:hover {
  text-decoration: none;
}

#specs_content .manuals_list li {
  display: table;
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #9da9b0;
  padding: 30px 0 0 10px;
}

#specs_content .manuals_list li:first-child {
  border: 0;
  padding-top: 5px;
  margin: 0;
}

#specs_content .manuals_list li .img-container {
  display: table-cell;
  min-width: 45px;
  vertical-align: middle;
}

#specs_content .manuals_list li a {
  display: table-cell;
  color: #546670;
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  #specs_content {
    padding: 40px 20px;
  }

  #specs_content .block_ttl,
  #specs_content .block_ttl {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #specs_content {
    padding: 0;
  }

  #specs_content .specs_list li {
    padding: 0 20px;
  }

  #specs_content .specifications {
    margin-bottom: 20px;
  }
}

#included_content .included_list li {
  padding: 0 50px 0 10px;
  line-height: 43px;
}

#included_content .included_list li:nth-child(odd) {
  background-color: #c8d0d4;
}

@media screen and (max-width: 1024px) {

  #included_content .included_list li {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 767px) {

  #included_content .included_list li {
    padding: 0 15px;
  }

}

#faq_content {
  padding: 55px 50px 55px 30px;
  overflow: hidden;
}

#faq_content .faq_title {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#faq_content .faq_data {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

#faq_content .faq_data h3 {
  font-size: 18px;
  font-weight: lighter;
  color: #546670;
  text-transform: uppercase;
  line-height: 18px;
}

#faq_content .faq_table table {
  border-collapse: collapse;
}

#faq_content .faq_table tr:nth-child(odd) {
  background-color: #c8d0d4;
}

#faq_content .faq_table td {
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #faq_content {
    padding: 10px;
  }

  #faq_content .faq_title {
    float: none;
    width: 100%;
    text-align: center;
  }

  #faq_content .faq_data {
    font-size: 15px;
  }
}

#at3win #at3winheader h3 {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .sd-specs-header {
    font-size: 7vw !important;
  }

  .sd-specs-subheader {
    font-size: 5vw !important;
  }

  .sd-specs-subtitle-1, .sd-specs-subtitle-2, .sd-specs-subtitle-3 {
    font-size: 3.5vw !important;
  }

  .sd-specs-title-1, .sd-specs-title-2, .sd-specs-title-3 {
    font-size: 5vw !important;
  }

  .sd-specs-title-2 {
    top: 49% !important;
  }

  .sd-specs-subtitle-2 {
    top: 53% !important;
  }

  .sd-specs-title-3 {
    top: 72% !important;
  }

  .sd-specs-subtitle-3 {
    top: 75% !important;
  }

  .sd-specs-button-group {
    top: 90% !important;
    width: auto !important;
  }

  .sd-specs-button {
    float: left;
    margin-bottom: 4%;
    margin-top: 3%;
  }

  .sd-specs-button-2 {
    margin-left: 0 !important;
  }

  .sd-specs-button, .sd-specs-button-2 {
    width: 100%;
  }

  .sd-specs-button a, .sd-specs-button-2 a {
    font-size: 4vw !important;
  }
}

.title-compare {
  font-size: 3.5em;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 2.5%;
  width: 100%;
}

.in-the-box {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 41%;
  width: 100%;
}

.subtitle-compare {
  font-size: 2.5em;
  top: 7.5%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 0.5em;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -0.5em;
}

@media screen and (max-width: 1280px) {
  #gtk .title-compare {
    font-size: 2em;
    font-size: 4vw;
  }

  #gtk .subtitle-compare {
    font-size: 1.2em;
    font-size: 3vw;
  }
}

.info {
  color: #546670;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.5em;
  position: absolute;
  z-index: 10;
  width: 23%;
}

@media screen and (max-width: 1280px) {
  .info {
    font-size: 1.2em;
    font-size: 1.6vw;
  }

  .info.in-the-box {
    font-size: 0.8em !important;
    font-size: 1.2vw !important;
  }
}

.info.right {
  text-align: right;
}

.info.left {
  text-align: left;
}

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

.info.in-the-box {
  width: 12%;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .sd-compare-title {
    font-size: 7vw !important;
  }

  .sd-compare-subtitle {
    font-size: 5vw !important;
  }

  .sd-ideas-container {
    display: block !important;
  }

  .sd-ideas-block {
    width: 100% !important;
  }

  .sd-ideas-orange, .sd-ideas-text {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 767px) {
  .sd-power-share-subtitle {
    top: 9.5% !important;
    left: 6% !important;
    font-size: 4vw !important;
    line-height: 1.5 !important;
    padding: 4%;
  }

  .sd-power-share-button-group {
    text-align: center;
    top: inherit !important;
    left: inherit !important;
    bottom: 2%;
  }

  .sd-power-share-button a, .sd-power-share-button-2 a {
    font-size: 4vw !important;
  }
}
