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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

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

@viewport {
  width: device-width;
}

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

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

a {
  text-decoration: none;
}

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

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "Raleway", "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: #636363;
  font-family: "Raleway", "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;
}

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

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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;
}

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

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

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

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

.availability .label {
  display: none;
}

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

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

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

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

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

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

.block-title 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-top: 5px;
}

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "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 #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "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 #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

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

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
.footer .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

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

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

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

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

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

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

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

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

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

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

.paypal-button img {
  display: inline;
}

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

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

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(2016/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(2016/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

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

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

.breadcrumbs a:hover {
  color: #3399cc;
}

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Container
 */

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

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

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

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

.col-main {
  float: left;
  width: 75%;
  min-height: 400px;
}

@media only screen and (max-width: 770px) {
   .col-main {
      min-height: 100px;
   }
}

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

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

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

/* -------------------------------------------- *
 * Messages
 */
.success, .success a {
  color: #11b400;
}

.error, .error a {
  color: red;
  font-weight: bold;
}

.notice, .notice a {
  color: #e26703;
  font-weight: bold;
}

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

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

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

.messages .error-msg li {
  border-left: 5px solid red;
}

.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 red;
  border-right: none;
}

.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

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

.messages .success-msg li {
  border-left: 5px solid #11b400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-notice {
  color: #a0a0a0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-touch .product-image:hover {
  border-color: #3399cc;
}

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

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

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

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

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

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

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

.toolbar,
.pager {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

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

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

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

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

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

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

.pages li {
  float: left;
}

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

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

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

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

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

  .pages {
    float: left;
  }

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

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

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

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

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

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

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

.width-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "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:after,
span.required:after {
/*  content: ' *';
  color: red;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  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: #e7e7e7;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

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

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

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

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

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

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

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

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Raleway", "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 silver;
}

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

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "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.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "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.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
  }

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

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

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

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

#header-account a:hover {
  color: #3399cc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(2016/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(2016/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 770px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "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-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
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: #3399cc;
  text-decoration: none;
}

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

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

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

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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 #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

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

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

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

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .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 #3399cc;
    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 #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

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

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

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

  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e7e7e7;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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;
}

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

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-collateral {
  clear: both;
}

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

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

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

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

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "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;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

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

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

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

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

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 770px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #e7e7e7;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

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

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

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

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

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

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

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

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

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

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

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

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

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

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

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

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

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
}
.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 {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "Raleway", "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 {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 699px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: "Raleway", "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 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Raleway", "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 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "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 #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  padding-top: 5px;
  display: none;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 90%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding: 10px 10px 10px 0;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding: 5px 0;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell button {
     width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell a {
     width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("2016/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-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-no-route .std img {
  max-width: 100%;
}
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-no-route .std h1 {
  color: #3399cc;
}
.cms-no-route .std h2 {
  color: #3399cc;
}
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.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 .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "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 #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
/* Header Navigation */
.subnav-container {vertical-align: middle;}
.subnav-container li.level-top > a {display: inline-block; position: relative;}
.subnav-container li.level-top > a span {font-size: 1em; line-height: 1.5em; font-weight: 800; color: #222; text-transform: uppercase; display: inline-block; padding: 1.5em 20px;}
.subnav-container li.level-top.active > a,
.subnav-container li.level-top.over > a,
.subnav-container li.level-top > a:hover{
	color: #fff;
	background-color: #222;
	margin: -4px 0;
	padding: 4px 0;
	z-index:999;
}
.subnav-container li.level-top > a,
.subnav-container li.level-top.active > a,
.subnav-container li.level-top > a:hover{
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}

.subnav-container li.level-top.active > a span,
.subnav-container li.level-top > a:hover span {color: #fff;}
#nav-sub { 
    position: relative;
    z-index:999;
    clear:both;
    width:100%;
}

/* All Levels */
#nav-sub li {
    text-align:left; 
    position:relative; 
}
#nav-sub li.over { 
    z-index:998; 
}
#nav-sub li.level-top{ margin-left: 2px;}
#nav-sub li a {display:block;text-decoration:none;}
#nav-sub li a:hover { text-decoration:none; }

#nav-sub li ul a span { white-space:normal; }

/* 1st Level */
#nav-sub li { display:inline-block; }
/* 2nd Level */
/*#nav-sub ul {list-style-type:decimal-leading-zero;padding-left:37px!important;color:#bbb;font-size:11px;}*/
#nav-sub ul,
#nav-sub div {position: absolute; width:15em; top: 100%; left: -10000px; border: 1px solid #ddd; background: #fff; padding: 10px 0; z-index: 99999;}
#nav-sub div ul { position:static; width:auto; border:none; }
#nav-sub li,
#nav-sub ul li,
#nav-sub div li {
	padding: 0 19px;
	transition: background-color .8s ease;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
}
#nav-sub li.over .menu-wrapper { 
   display: block!important;
   left: 0;
}
#nav-sub li ul li:hover,
#nav-sub li div li:hover {background-color: #f5f5f5;}
#nav-sub ul li.parent,
#nav-sub div li.parent {}
#nav-sub ul li.parent:after {
	content: "";
	border-left: solid 3px transparent;
	position: absolute;
	border-right: solid 3px transparent;
	top: 45%;
	right: 19px;
	border-top: solid 4px #aaa;
}
#nav-sub ul a,
#nav-sub div a {font-size: .91em; color: #585858;}

/* 3rd+ leven */
#nav-sub ul ul,
#nav-sub ul div { top:7px; }

#nav-sub ul li {float:none; clear:both;display:block;}
#nav-sub ul li.last { border-bottom:0; }
#nav-sub ul li a { float:none; padding:0; font-weight:normal; color:#585858!important;line-height:40px; display: block;}
#nav-sub ul li a span{font-size:11px; text-transform:none; font-family:Arial;}
#nav-sub ul li a span em {color:#bbb;padding-right:0.3em;}
/* Show menu */
#nav-sub li ul.shown-sub,
#nav-sub li div.shown-sub { left:0; z-index:99999; }
#nav-sub li .shown-sub ul.shown-sub,
#nav-sub li .shown-sub li div.shown-sub { left:165px; }

#nav-sub li.homepage{
	margin-right: -3px;
}



/********** Wide Navigation > */
.nav-wide#nav-sub-wide { position: static; text-align: left;}
.nav-wide#nav-sub-wide li.level-top { display:inline-block; }
.nav-wide#nav-sub-wide li.level-top{ margin-left: 2px;}
.nav-wide#nav-sub-wide > li { position: static;}
.nav-wide#nav-sub-wide li.level1 > a span {}
.nav-wide#nav-sub-wide li a:hover { color:#909090; }
.nav-wide#nav-sub-wide li.active a { color:#909090; }
.nav-wide#nav-sub-wide li a span {}
.nav-wide#nav-sub-wide .menu-wrapper {
    display: none;
    position: absolute;
    left:0;
    top: 100%;
    width: 100%;
    text-align: left;
    background-color: #f5f5f5;
    border-top: none;
	z-index: 9999;
    padding: 18px 0 18px 0;
	background-repeat: no-repeat;
}
   .nav-wide#nav-sub-wide .menu-wrapper {
   }
.nav-wide#nav-sub-wide .menu-wrapper .meigee-widget .products-grid{
	margin-left: 0;
	margin-right: 0;
}
.nav-wide#nav-sub-wide .menu-wrapper > div.first,
.nav-wide#nav-sub-wide .menu-wrapper .sub-content{padding-left: 18px;}
.nav-wide#nav-sub-wide .menu-wrapper .sub-content{padding-right: 18px;}
.nav-wide#nav-sub-wide .menu-wrapper > ul.level0 {padding-left: 18px; padding-right: 8px;}
.nav-wide#nav-sub-wide ul.level0 li.level1 { display: inline-block; float: none; padding: 0 0 1.5em 0;}
.nav-wide#nav-sub-wide ul.level0 li.level1 > a { margin-bottom: 5px; display: block;}
.nav-wide#nav-sub-wide ul.level0 li.level1 > a,
.nav-wide#nav-sub-wide ul.level0 li.level1 > ul{
	margin-right: 10px;
}
.nav-wide#nav-sub-wide ul.level0 li.level1 span.subtitle {
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	font-size: 1em; 
	line-height: 1.5em;
	display: block;
	background-color: #dcdcdc;
	padding: .5em 15px;
}
.nav-wide#nav-sub-wide ul.level1 a {
	position: relative;
    text-transform: none;
    font-size: 1em;
	color: #585858;
	line-height: 1.5em;
	display: block;
	padding: .5em 0;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.nav-wide#nav-sub-wide ul.level1 a:hover {background-color: #e7e7e7; padding-left: 10px;}
.nav-wide#nav-sub-wide ul.level1 a span:before {content: "\00B7"; font-size: 2em; margin: 0 7px 0 3px; line-height: 0; vertical-align: middle;}
.nav-wide#nav-sub-wide ul.level1 ul{margin-left: 20px;}
.nav-wide#nav-sub-wide .top-content {margin-bottom: 1em;}
.nav-wide#nav-sub-wide .top-content,
.nav-wide#nav-sub-wide .bottom-content {padding: 0 18px 0 18px; overflow: hidden; font-size: 1em;}
.nav-wide#nav-sub-wide ul .top-content,
.nav-wide#nav-sub-wide ul .bottom-content {padding:0;}
.nav-wide#nav-sub-wide .bottom-content {margin:1.5em 18px 0; background-color: #dcdcdc; font-size: 1em; color: #585858; line-height: 1.5em; padding: 1em 20px;}
.nav-wide#nav-sub-wide .right-content { display: inline-block; float: none; font-size: 1em;}
.nav-wide#nav-sub-wide .right-content .menu-banner {float: left;}
.nav-wide#nav-sub-wide .right-content .menu-banner img{width: 100%;}
.nav-wide#nav-sub-wide .inline-links {margin-bottom: 9px;}
.nav-wide#nav-sub-wide .inline-links li {display: inline; padding: 0 10px 0 0;}
.nav-wide#nav-sub-wide .inline-links li a {display: inline-block; padding: 5px 10px;}
.nav-wide#nav-sub-wide .inline-links li a:hover{background-color:#f5f5f5;}
.nav-wide#nav-sub-wide hr { 
    clear: both; 
    font-size: 1px; 
    line-height: 1px;
    height: 1px;
    border: 0; 
    border-top: 1px solid #f3f3f3;
    margin-bottom: 18px;
}
.nav-wide#nav-sub-wide p { margin-bottom: 9px;}
.nav-wide#nav-sub-wide .awesome-content-top,
.nav-wide#nav-sub-wide .awesome-content-left { background: #f5f5f5; color: #444; text-align: center;  font-size: 1.24em; line-height: 1.01em; padding: 18px 18px 18px 18px; margin: 0 0 18px 0; overflow: hidden;}
.nav-wide#nav-sub-wide .awesome-content-top i,
.nav-wide#nav-sub-wide .awesome-content-left i { font-size: 1.18em; display: block; margin-bottom: 5px;}

.nav-wide#nav-sub-wide .awesome-content-left { text-align: left; padding-top: 30px; padding-bottom: 19px;}
.nav-wide#nav-sub-wide .awesome-content-left i { float: left; margin: 0 10px 5px 0;}
.nav-wide#nav-sub-wide .top-content .top-menu-links {border-bottom: solid 1px #dfdfdf; padding-bottom: 2em; margin-bottom: 1.5em;}
.nav-wide#nav-sub-wide .top-content .top-menu-links li {display: inline-block; margin-left: 33px;}
.nav-wide#nav-sub-wide .top-content .top-menu-links li:first-child {margin-left: 0;}
.nav-wide#nav-sub-wide .top-content .top-menu-links li a {font-size: 1em; line-height: 1.5em;}
.nav-wide#nav-sub-wide .top-content .top-menu-features li {display: inline-block; margin-left: 28px; width: 23%;}
.nav-wide#nav-sub-wide .top-content .top-menu-features li i {
	font-size: 1.16em;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	border: solid 1px;
	display: inline-block;
	margin-right: 15px;
}
.nav-wide#nav-sub-wide .top-content .top-menu-features li span {display: inline-block; width: 80%;}
.nav-wide#nav-sub-wide .top-content .top-menu-features li span h3 {font-size: 1.333em; font-weight: 400; line-height: 1.5em; margin-bottom: 5px;}
.nav-wide#nav-sub-wide .top-content .top-menu-features li:first-child {margin-left: 0;}

/* Mobile Devices Styles */
#nav-sub li.touched > ul{left:100px;}
#nav-sub > li.touched > ul{left:0;}
#nav-sub.nav-wide li.touched > ul{left:0;}
.subnav-container.mobile {position: absolute; top: 100%; left: 0; z-index:999;}
.subnav-container.mobile > ul {background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.08); position: static;}
.subnav-container.mobile > ul > li {float: none; display: block!important; position: relative!important;}
.subnav-container.mobile li.level-top.active > a,
.subnav-container.mobile li.level-top > a:hover {margin: 0; padding: 0;}
.subnav-container.mobile li.level-top.active > a span, 
.subnav-container.mobile li.level-top > a:hover span {color: #222;}
.subnav-container.mobile li.level-top > a {display: block!important; float: none!important; color: #444!important;}
.subnav-container.mobile li.level-top > a  span {border: none!important; padding: 0 30px 0 0!important;}
.subnav-container.mobile li.level-top > a  span em {display: none!important;}
.subnav-container.mobile .menu-item-button {position: absolute; top: 1.375em; right: 0;}
.subnav-container.mobile ul ul .menu-item-button {top: 1.25em;} 
.subnav-container.mobile .menu-item-button i {font-size: 1.16em; color: #585858; cursor: pointer;}
.subnav-container.mobile .menu-item-button i.fa-minus,
.subnav-container.mobile .menu-item-button.active i.fa-plus {display: none;}
.subnav-container.mobile .menu-item-button.active i.fa-minus {display: inline-block;}
.subnav-container.mobile li.level-top.active > a,
.subnav-container.mobile li.level-top > a:hover {background: none!important;}
.subnav-container.mobile ul  {
    border: none;
    box-shadow: none;
    padding: .75em!important;
    position: static;
    width: auto !important;
	display: none;
	text-align: left;
}
.subnav-container.mobile .menu-wrapper {position: static; padding: 0;}
.subnav-container.mobile .menu-wrapper ul.level0 {display: block;}
.subnav-container.mobile .menu-wrapper .grid_2 {min-height: 0; width: auto; margin: 0; padding: 0!important;}
.subnav-container.mobile ul.level2 span.menu-item-button {right: -15px; top: 5px;}
.subnav-container.mobile .nav-wide#nav-sub-wide ul.level0 li.level1 > a {font-size: .91em; background: none; margin: 0;}
.subnav-container.mobile .nav-wide#nav-sub-wide ul.level0 li.level1 > a span {text-transform: none; color: #585858;}
.subnav-container.mobile #nav-sub-wide.nav-wide ul.level0 li.level1 a > span {font-weight: normal; background: none; padding: 0; font-family: Arial, sans-serif;}
.subnav-container.mobile #nav-sub-wide.nav-wide ul.level0 li {float: none; display: block;}
.subnav-container.mobile #nav-sub-wide.nav-wide ul.level0 li.level1 a > i {display: none;}
.subnav-container.mobile .nav-wide#nav-sub-wide ul.level0 li {position: relative; margin: 0; padding:0;}
.subnav-container.mobile #nav-sub-wide.nav-wide .menu-wrapper.default-menu ul li a:hover,
.subnav-container.mobile #nav-sub-wide.nav-wide ul a:hover{
    background: none!important;
}
.subnav-container.mobile #nav-sub-wide.nav-wide ul.level0 li.level1{
	width: auto!important;
}
.subnav-container.mobile #nav-sub-wide.nav-wide .menu-wrapper > .grid_6.alpha{width: 100%;}


#nav-sub-wide.nav-wide .menu-wrapper >.alpha ul.level0{
	padding-left: 18px;
}


.subnav-container.mobile .nav-wide#nav-sub-wide ul.level0 ul {margin: 0;}
.subnav-container.mobile li.level-top > a span {line-height: 1;}
.subnav-container.mobile a {padding: 1em 20px!important; line-height: normal}
.subnav-container.mobile ul li.parent:after {content: none!important;}
.subnav-container.mobile > ul .menu-item-button {
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 5px;
    width: 30px;
	z-index: 9999;
}
.subnav-container.mobile > ul .menu-item-button i {line-height: 30px;}
.subnav-container.mobile #nav-sub-wide.nav-wide .menu-wrapper > div.first {padding: 0; width: auto; float: none;}
.subnav-container.mobile  a.level-top a {font-size: .91em;}
.subnav-container.mobile #nav-sub ul li, .subnav-container.mobile #nav-sub div li {padding: 0;}
.subnav-container.mobile #nav-sub  .menu-item-button {top: 6px;}

/* For Top Menu */
@media only screen and (min-width: 978px) {
	/* Default Menu in Wide Mode */
	#nav-sub .menu-wrapper.default-menu{
		margin: 0 0 0 2px;
		padding: 10px 0;
		width: 15em;
		box-shadow: none;
	}
	#nav-sub .menu-wrapper.default-menu ul{}
	#nav-sub .menu-wrapper.default-menu ul.level0{margin-left: 0; margin-right: 0; padding:0;}
	#nav-sub .menu-wrapper.default-menu ul.level0 li.level1{
		clear: both;
		display: block;
		float: none;
		padding:0 10px;
		margin:0;
		position: relative;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 li{
		-moz-transition:background-color 400ms ease;
		-webkit-transition:background-color 400ms ease;
		-o-transition:background-color 400ms ease; 
		transition:background-color 400ms ease;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 li:hover{
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 li.parent:after{
		border-left: 3px solid rgba(0, 0, 0, 0);
		border-right: 3px solid rgba(0, 0, 0, 0);
		border-top: 4px solid #aaaaaa;
		content: "";
		position: absolute;
		right: 19px;
		top: 45%;
	}
	
	#nav-sub .menu-wrapper.default-menu ul.level0 a{padding:0 9px;}
	#nav-sub .menu-wrapper.default-menu ul.level0 li.level1 a{
		margin:0;
		background: none;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 li.level1 a:hover span{background: none!important;}
	#nav-sub .menu-wrapper.default-menu ul.level0 li.level1 a span{
		margin:0;
		padding:0;
		background: none;
		text-transform: none;
		font-size: 1em;
		line-height: 3.4em;
		font-weight: normal;
		-moz-transition:color 300ms ease;
		-webkit-transition:color 300ms ease;
		-o-transition:color 300ms ease; 
		transition:color 300ms ease;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 ul{
		margin: 0;
		padding: 10px 0;
		border: none;
		display: none;
		width:15em;
		position: absolute;
		top: 10px;
		left: 14em;
		z-index:999;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 ul li{
		border: none;
		padding:0 19px;
		position: relative;
	}
	#nav-sub .menu-wrapper.default-menu ul.level0 ul li a{padding-left: 0;}
	#nav-sub .menu-wrapper.default-menu ul.level0 ul a span:before{display: none;}
}


/* product detail view lightbox */
a#mgkviewlightbox { display: block; width:92px;  height:45px;  background: url(2016/images/magikview/quick_view_btn.png) 0 0 no-repeat; }
.product-image img {}
.product-image img:hover {  opacity: 0.5; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.products-grid li.item .product-image { overflow:hidden}
.products-grid li.item .product-image img{}
.products-grid li.item { overflow:hidden; position:relative;}
.products-grid li.item #mgkviewlightbox{position:absolute; left: 60px; top: 100%; display: none;}
.col1-layout .products-grid li.item:hover #mgkviewlightbox{top: -100%;left:80px;} 
.col3-layout .products-grid li.item:hover #mgkviewlightbox{top: -60%;left:30px;}
.products-list li.item .product-image { overflow:hidden}
.products-list li.item .product-image img{}
.products-list li.item { overflow:hidden; position:relative;}
.products-list li.item #mgkviewlightbox{position:absolute; left: 25px; top: 100%; }
.products-list li.item:hover #mgkviewlightbox{top: 25%;}
#mgknext { display: block; width:24px;  height:23px;  background: url(2016/images/magikview/n-arrow.png) 0 0 no-repeat;float:right;margin-top:6px;margin-right:0px;}
#mgkprev { display: block; width:24px;  height:23px;  background: url(2016/images/magikview/p-arrow.png) 0 0 no-repeat; float:left;margin-top:6px;}
#mc_quickview #mcquickview #mcquickview-prevnext{overflow:hidden; padding-top:5px}
#mc_quickview .mgkoptions .mgkpriceavail{margin-bottom:0px;overflow:hidden;}
/* */
#mc_quickview  {
    width: 850px;
    height: 630px;
    background-color: #fff;
    border-radius: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -425px;
    box-shadow: none;
    max-height: none;
    z-index: 1200;
}

a#mcquickview-close{	background: url("2016/images/magikview/mc-close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	padding: 15px;
	position: absolute;
	right: -15px;
	top: -15px;}
#mc_quickview #mcquickview #mcquickview-footer{overflow:hidden; padding-top:15px}	
#mc_quickview #mcquickview #mcquickview-footer .add-to-links{float:left}
#mc_quickview #mcquickview #mcquickview-footer .detail-link{float:right}
#mc_quickview #mcquickview #mcquickview-footer ul{overflow:hidden; padding:0px; margin:0px}
#mc_quickview #mcquickview #mcquickview-footer ul li{display:inline; float:left; padding:0px; margin:0px}
#mc_quickview #mcquickview #mcquickview-footer span { color: #999999; display: inline-block; margin-left: 3px;margin-right: 3px;}
#mc_quickview #mcquickview .product-quickview { padding:20px; overflow: hidden; min-height: 200px}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner { overflow: hidden; }

#mc_quickview #mcquickview .product-quickview .product-quickviewinner p{margin:0px}

#mc_quickview #mcquickview .product-quickview .product-quickviewinner .separator {color:#999; display:inline-block; margin-left:3px; margin-right:3px}


#mc_quickview #mcquickview .product-quickview .product-img-box .product-image { }

#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views { clear:both; margin:10px 60px 0 25px }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li { float:left; }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li a { display:block; text-align:center; }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .jcarousel-next { background: url(2016/images/magikview/icon_arrow_next.png) no-repeat 8px 6px #F2F2F2; width:22px; height:22px; position:absolute; right: -42px; top: 17px; cursor:pointer; border:1px #ddd solid; margin:0}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .jcarousel-prev { background: url(2016/images/magikview/icon_arrow_prev.png) no-repeat 8px 6px #F2F2F2; width: 22px; height: 22px; position:absolute; left: 0px; top: 17px; cursor:pointer; border:1px #ddd solid; margin:0 }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .jcarousel-clip { overflow:hidden; margin-left:37px }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-images {
    width: 92px;
    float: left;
    overflow: hidden;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px; 
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-images .normal-list {
    margin-top: -6px;
}

/* Product Shop */

#mc_quickview #mcquickview .product-quickview .product-name { margin:0 !important;}
#mc_quickview #mcquickview .product-quickview .product-name h1{ font-size:18px; margin:0 0 15px; text-align:left; color:#333333; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight:bold; padding:0px}
#mc_quickview #mcquickview .product-quickview .short-description { margin-top:15px;color:#333; line-height:1.5em}
#mc_quickview #mcquickview .product-quickview .short-description h2{font-size:16px; padding:0px; margin:0px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight:bold; color:#E26703; padding-bottom:3px}
#mc_quickview #mcquickview .product-quickview .product-shop .ratings{ border-top:1px #ddd solid; border-bottom:1px #ddd solid; padding:10px 0; margin:2px 0; overflow:hidden}
#mc_quickview #mcquickview .product-quickview .product-shop .ratings .rating-links{ padding-left:6px; float:left}
#mc_quickview #mcquickview .product-quickview .product-shop .ratings .rating-box { width:69px; height:14px; font-size:0; line-height:0; background:url(2016/images/magikview/view_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; float:left; }
#mc_quickview #mcquickview .product-quickview .product-shop .ratings .rating-box .rating { float:left; height:16px; background:url(2016/images/magikview/view_rating.png) 0 100% repeat-x; }
#mc_quickview #mcquickview .product-quickview .product-shop .ratings .ratings .rating-box { margin-right:8px; display:inline-block }
#mc_quickview #mcquickview .product-quickview .product-shop .ratings .ratings .amount {}
#mc_quickview #mcquickview .product-quickview .product-shop .price-box { display:block;
    padding:0;float:left
}
#mc_quickview #mcquickview .product-quickview .product-shop .price-box .old-price {
    margin-right: 5px;
    margin-top: 0; display:inline-block
}
#mc_quickview #mcquickview .product-quickview .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#mc_quickview #mcquickview .product-quickview .product-shop .old-price .price {font-size: 18px;text-decoration:line-through;}
#mc_quickview #mcquickview .product-quickview .old-price .price {
    color: #999999;
    line-height: 28px;
}
.add-to-cart .qty, .qty-holder .qty {background-color: #FFFFFF;border: 1px solid #ddd;}
.product-shop .button-up, .product-shop .button-down {height: 28px;}
.add-to-cart .button-up, .add-to-cart .button-down {left: 94px;position: absolute;}
#mc_quickview #mcquickview .product-quickview .product-shop

/* Product Collatera ========================================= */
/* Block: Description */
#mc_quickview #mcquickview .product-quickview .box-description {}

/* Block: Additional */
#mc_quickview #mcquickview .product-quickview .additional h2 {
    color: #E26703;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 3px;
}
#mc_quickview #mcquickview .product-quickview .additional .short-description{ margin-top:0px; border-bottom:1px #ddd solid; padding-bottom:10px; margin-bottom:15px}
#mc_quickview #mcquickview .product-quickview .additional .data-table { margin: 0; width: 100%; font-size:11px; line-height:18px;border:none;}
#mc_quickview #mcquickview .product-quickview .additional  .data-table td.label, .data-table th.label { font-weight: bold; text-align:left;border-right:none;}
#mc_quickview #mcquickview .product-quickview .additional  .data-table th { border-bottom: 1px solid #EAEAEA;font-weight: bold;padding: 5px;white-space: nowrap; }
#mc_quickview #mcquickview .product-quickview .additional .data-table td { padding: 5px; border-bottom: 1px solid #EAEAEA;border-right:none;}
/* Block: Tags */
#mc_quickview #mcquickview .product-quickview .box-tags {}
#mc_quickview #mcquickview .product-quickview .box-tags .form-add label { float:left; line-height:33px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif  }
#mc_quickview #mcquickview .product-quickview .box-tags .form-add .input-box { float:left; margin:0 0 0 10px; }
#mc_quickview #mcquickview .product-quickview .box-tags .form-add input.input-text { width:320px; }
#mc_quickview #mcquickview .product-quickview .box-tags .form-add p { clear:both; }
/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* ======================================================================================= */
/* Availability, Brand */
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .availability{ float:right;margin:10px 10px 2px 0px; font-weight:bold; font-size:11px }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .availability span { font-weight:normal; }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .availability.in-stock span { color:#4F8100}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .availability.out-of-stock span { color:#d83820; }
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(2016/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}
.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}
/* Add to Links + Add to Cart */
#mc_quickview #mcquickview .product-quickview .add-to-box { padding:10px; background:#F9F9F9; border:1px solid #DDDDDD; border-radius:3px }
#mc_quickview #mcquickview .product-quickview .add-to-box .add-to-cart,
#mc_quickview #mcquickview .product-quickview .product-options-bottom .add-to-cart { margin:0 0 25px; position:relative; margin-right:15px}
#mc_quickview #mcquickview .product-quickview .product-options-bottom .add-to-cart { margin-bottom:0; }
#mc_quickview #mcquickview .product-quickview .add-to-box .or { float:left; margin:0 10px; }
#mc_quickview #mcquickview .product-quickview .add-to-box .add-to-links { padding:0; margin:0 0 10px; list-style:none; }
#mc_quickview #mcquickview .product-quickview .add-to-box .add-to-links li { display:inline; }
#mc_quickview #mcquickview .product-quickview .add-to-links span { margin:0 4px 0 8px  }
    .add-to-cart .qty { float: left;margin-top: 0;padding: 10px 10px 10px 5px;font-size: 14px;color: #333;background: #fff;}
#mc_quickview #mcquickview .product-quickview .add-to-cart .quantity-decrease, .add-to-cart .quantity-increase {
float: left;
width: 20px;
height: 20px;
border: none;
padding: 0px;
margin: 9px 5px;
text-indent: 100%;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
background: url(2016/images/small_arr.png) left top no-repeat;
background-repeat: no-repeat;
background-color: #DEDEDE;
-moz-transition: background-color 300ms ease;
-webkit-transition: background-color 300ms ease;
-o-transition: background-color 300ms ease;
transition: background-color 300ms ease;
}
#mc_quickview #mcquickview .product-quickview .add-to-cart .quantity-decrease {
background-position: 7px 6px;
margin-left: 0;
margin-right: 0;
}
#mc_quickview #mcquickview .product-quickview .add-to-cart .quantity-increase {
background-position: -38px 6px;
margin-left: 0;
}
#mc_quickview #mcquickview .product-quickview .add-to-cart input.qty {
text-align: center;
}
#mc_quickview #mcquickview .product-quickview .add-to-box .add-to-cart {
	margin: 0px;
}

#mc_quickview #mcquickview .product-quickview .add-to-cart {
	display: block;
}
#mc_quickview #mcquickview .product-quickview .add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
	margin-top: 4px;
	font-size: 12px;
	padding-top:8px;
}
#mc_quickview #mcquickview .product-quickview input.reduced {background: url("2016/images/magikview/reduced.png") no-repeat scroll 0 0 transparent;border: 0 none;float: left;height: 39px; margin: 0px 0px 0 5px; padding: 0;width: 20px !important;}
#mc_quickview #mcquickview .product-quickview input.increase {background: url("2016/images/magikview/increase.png") no-repeat scroll 0 0 transparent;border: 0 none;float: left; height: 39px;margin: 0px 15px 0 0; padding: 0; width: 20px !important;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box {font: bold 12px Arial,sans-serif;padding: 7px 0;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box a.activeLink {
    background-color: #333;
    border-radius:3px;
    color: #FFFFFF !important;
    font-weight: bold;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box a {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius:3px;
    color: #666 !important;
    font-weight:bold;
    margin-right: 0px;
    padding: 8px 12px 8px;
    text-decoration: none; text-transform:uppercase; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif
                
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box a:hover {text-decoration: none;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabLink {color: #ccc; font-weight:normal;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabcontent {background-color: #FFFFFF;padding-top: 15px; overflow:hidden;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabcontent:hover {overflow-y:auto}
#mc_quickview #mcquickview .product-quickview .hide {display: none;}
#mc_quickview #mcquickview .product-quickview .product-options{margin: 1px 0 0;overflow: hidden;padding: 10px 0;text-align: left;margin-bottom:5px;border-radius:3px;}
#mc_quickview #mcquickview .product-quickview .product-options dl	{margin:0px; text-align: center;}
#mc_quickview #mcquickview .product-quickview .product-options dt{ width:17%; display:inline-block}	
#mc_quickview #mcquickview .product-quickview .product-options dt label { font-size: 12px;font-weight: bold;}
#mc_quickview #mcquickview .product-quickview .product-options dt label .required {color: #FF0000;}
#mc_quickview #mcquickview .product-quickview .review-tab .rating-box {
    background: url("2016/images/magikview/view_rating.png") repeat-x scroll 0 0 transparent;
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}

#mc_quickview #mcquickview .product-quickview .review-tab .rating-box .rating {
    background: url("2016/images/magikview/view_rating.png") repeat-x scroll 0 100% transparent;
    float: left;
    height: 13px;
}
#mc_quickview #mcquickview .product-quickview .review-tab {font-size:11px}
#mc_quickview #mcquickview .product-quickview .review-tab dl {margin:0px;}
#mc_quickview #mcquickview .product-quickview .review-tab dd{margin:0px;  border-bottom:1px #eaeaea solid; padding-bottom:10px; margin-bottom:10px}
#mc_quickview #mcquickview .product-quickview .review-tab dt{margin:0px; padding-bottom:5px}

#mc_quickview #mcquickview .product-quickview .review-tab .ratings-table{width:100%; padding-bottom:10px; line-height:18px}
#mc_quickview #mcquickview .product-quickview .review-tab .ratings-table th{text-align:left}
#mc_quickview .mgkoptions{overflow:hidden;}
#mc_quickview #mcquickview .product-quickview .add-to-cart img { vertical-align: middle;}
#mc_quickview #mcquickview .product-quickviewinner .mgkoptions p.required{display:none;}
#mc_quickview #mcquickview .product-quickview .product-options-bottom{display:none;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box-bundle{padding:0px;display:none;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box-bundle .price-box{padding:0px;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box-bundle .price-from{float:left;width:120px;}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner #super-product-table{border:1px solid #ddd; }
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views img{width:60px; margin:0px 5px;float:left;}
#mc_quickview #magikloading{text-align:center;position:absolute;top:50%;left:50%;width:66px;height:66px;margin-top:-33px;margin-left:-33px;}
#mc_quickview .mgkoptions .grouped-items-table-wrapper { border: 0 solid #C0C0C0;
    margin-bottom: 15px;
    padding: 10px 5px 10px 0px;
    width: 100%;}
.zoomWindowContainer .zoomWindow{z-index:10000 !important;}
@media only screen and (max-width: 479px) {
    #mc_quickview{
        position: absolute !important;
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        margin-top: 0;
    }
    #mc_quickview #mcquickview {
    }
    #mc_quickview #mcquickview .product-quickview{padding:10px;}
    #mc_quickview #mcquickview .product-quickview .product-img-box{width:250px !important}
    #mc_quickview #mcquickview .product-quickview .product-shop{width:245px !important; float:left !important; margin-top: 8px;}
    #mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box a{display: inline-block; width: 100% !important;}
    #mc_quickview #mcquickview .product-quickview .product-quickviewinner .tab-box a.activeLink{display: inline-block; width: 100% !important;}
    #mc_quickview #mcquickview .product-quickview .product-shop button.button{margin-top: 6px;}
    #super-product-table.data-table thead th, .data-table tbody td{display: block;}
}
@media only screen and (min-width: 480px) and (max-width: 567px) {
    #mc_quickview{
        position: absolute !important;
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 5%;
        margin-top: 0;
    }
    #mc_quickview #mcquickview {
    }
    #mc_quickview #mcquickview .product-quickview{padding:20px;}
    #mc_quickview #mcquickview .product-quickview .product-img-box{width:380px !important}
    #mc_quickview #mcquickview .product-quickview .product-shop{width:375px !important; float:left !important; margin-top: 8px;}
    #mc_quickview #mcquickview .product-quickview .product-shop button.button{margin-top: 6px;}
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
#mc_quickview{
     position: absolute !important;
     width: 90%;
     left: 5%;
     margin-left: 0;
     top: 5%;
     margin-top: 0;
}
#mc_quickview #mcquickview {
}
#mc_quickview #mcquickview .product-quickview{padding:20px;}
#mc_quickview #mcquickview .product-quickview .product-img-box{width:455px !important}
#mc_quickview #mcquickview .product-quickview .product-shop{width:458px !important; float:left !important; margin-top: 8px;   margin-left: 0 !important;}
#mc_quickview #mcquickview .product-quickview .product-shop button.button{margin-top: 6px;}
}

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

#mc_quickview #mcquickview {
}
#mc_quickview #mcquickview .product-quickview{padding:20px;}
#mc_quickview #mcquickview .product-quickview .product-img-box{width:280px !important}
#mc_quickview #mcquickview .product-quickview .product-shop{width:360px !important; float:right !important; margin-top: 8px;   margin-left: 0 !important;}
#mc_quickview #mcquickview .product-quickview .product-shop button.button{margin-top: 6px;}
}.vertnav-container {
	margin-top:10px;
}

#vertnav li .vertnav-cat {
	display:block;
	border-bottom:1px dotted gray;
	padding:3px;
	width:189px;
}

#vertnav li a {
}

#vertnav .inactive .vertnav-cat {
	background-color:#C0C0C0;
}

#vertnav .next .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .prev .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .first .vertnav-cat {
}

#vertnav .last .vertnav-cat {
}

#vertnav .only .vertnav-cat {
}

#vertnav li.parent .vertnav-cat {
	background-color:#E0E0E0;
	font-weight:bold;
}

#vertnav li.active .vertnav-cat {
	background-color:#FFFFFF;
	font-weight:bold;
}

#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
}

#vertnav .level0 .vertnav-cat {
}

#vertnav .level1 .vertnav-cat {
	padding-left:10px;
	width:182px;
}

#vertnav .level2 .vertnav-cat {
	padding-left:20px;
	width:172px;
}

#vertnav .level3 .vertnav-cat {
	padding-left:30px;
	width:162px;
}@charset "UTF-8";
/**
 * 2016.scss
 *
 * This is the global scss styles for Popcherry-2016
 *
 * @author      Dallas Clarke
 * @since       2016
 * @version   
 * @param
 * @see
 * @category    source css
 * @package     popcherry_2016
 * @copyright   Copyright (c) 2016 Ekky Software (http://www.ekkysoftware.com)
 * 
 *
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@font-face {
  font-family: "baskerville-pro";
  src: url("2016/fonts/BaskervilleOriginalPro.eot");
  src: url("2016/fonts/BaskervilleOriginalPro.eot?#iefix") format("embedded-opentype"), url("2016/fonts/BaskervilleOriginalPro.woff") format("woff"), url("2016/fonts/BaskervilleOriginalPro.ttf") format("truetype"), url("2016/fonts/BaskervilleOriginalPro.svg#baskerville-pro") format("svg");
}
@font-face {
  font-family: "baskerville-pro-bold";
  src: url("2016/fonts/BaskervilleOriginalPro-Medium.eot");
  src: url("2016/fonts/BaskervilleOriginalPro-Medium.eot?#iefix") format("embedded-opentype"), url("2016/fonts/BaskervilleOriginalPro-Medium.woff") format("woff"), url("2016/fonts/BaskervilleOriginalPro-Medium.ttf") format("truetype"), url("2016/fonts/BaskervilleOriginalPro-Medium.svg#baskerville-pro-bold") format("svg");
}
@font-face {
  font-family: "baskerville-pro-italic";
  src: url("2016/fonts/BaskervilleOriginalPro-Italic.eot");
  src: url("2016/fonts/BaskervilleOriginalPro-Italic.eot?#iefix") format("embedded-opentype"), url("2016/fonts/BaskervilleOriginalPro-Italic.woff") format("woff"), url("2016/fonts/BaskervilleOriginalPro-Italic.ttf") format("truetype"), url("2016/fonts/BaskervilleOriginalPro-Italic.svg#baskerville-pro-italic") format("svg");
}
@font-face {
  font-family: "SuperGroteskWeb";
  src: url("2016/fonts/supergroteskweb.eot");
  src: url("2016/fonts/supergroteskweb.eot?#iefix") format("embedded-opentype"), url("2016/fonts/supergroteskweb.woff") format("woff"), url("2016/fonts/supergroteskweb.ttf") format("truetype"), url("2016/fonts/supergroteskweb.svg#SuperGroteskWeb") format("svg");
}
@font-face {
  font-family: "ff-super-grotesk-web";
  src: url("2016/fonts/supergroteskweb.eot");
  src: url("2016/fonts/supergroteskweb.eot?#iefix") format("embedded-opentype"), url("2016/fonts/supergroteskweb.woff") format("woff"), url("2016/fonts/supergroteskweb.ttf") format("truetype"), url("2016/fonts/supergroteskweb.svg#ff-super-grotesk-web") format("svg");
}
@font-face {
  font-family: "ff-super-grotesk-web-bold";
  src: url("2016/fonts/SuperGroteskWeb-Medium.eot");
  src: url("2016/fonts/SuperGroteskWeb-Medium.eot?#iefix") format("embedded-opentype"), url("2016/fonts/SuperGroteskWeb-Medium.woff") format("woff"), url("2016/fonts/SuperGroteskWeb-Medium.ttf") format("truetype"), url("2016/fonts/SuperGroteskWeb-Medium.svg#ff-super-grotesk-web-bold") format("svg");
}
@font-face {
  font-family: "BarcodeFont";
  src: url('2016/fonts/IDAutomationHC39M.ttf?1428369269') format('truetype');
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

// ----------------------------------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("2016/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('2016/fonts/slick.eot?1455163518');
  src: url('2016/fonts/slick.eot?&1455163518#iefix') format("embedded-opentype"), url('2016/fonts/slick.woff?1455163518') format("woff"), url('2016/fonts/slick.ttf?1455163518') format("truetype"), url('2016/fonts/slick.svg?1455163518#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#mc_quickview_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1000;
}

#mc_quickview #mcquickview {
  display: block;
}
#mc_quickview #mcquickview a#mcquickview-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  background-position: -98px -66px;
  width: 0px;
  height: 0px;
  padding: 0;
  z-index: 40;
}
#mc_quickview #mcquickview .product-quickview {
  padding: 45px 40px 30px 40px;
}
#mc_quickview #mcquickview .product-quickview .product-img-box {
  position: relative;
  padding-right: 9%;
  border-right: 1px solid #ddd;
}
#mc_quickview #mcquickview #mcquickview-prevnext {
  overflow: hidden;
  padding-top: 5px;
  margin: -32px -20px 0;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 20;
  /* Retina display */
}
#mc_quickview #mcquickview #mcquickview-prevnext .mgkviewlightbox {
  width: 20px;
  height: 65px;
  background-image: url(2016/images/pc-source.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #mc_quickview #mcquickview #mcquickview-prevnext .mgkviewlightbox {
    background-image: url(2016/images/pc-source@2x.png);
    background-size: 250px 325px;
  }
}
#mc_quickview #mcquickview #mcquickview-prevnext #mgknext {
  background-position: -55px -59px;
  margin-right: 8px;
}
#mc_quickview #mcquickview #mcquickview-prevnext #mgknext:hover {
  background-position: -73px -59px;
}
#mc_quickview #mcquickview #mcquickview-prevnext #mgkprev {
  background-position: -21px -59px;
  margin-left: 8px;
}
#mc_quickview #mcquickview #mcquickview-prevnext #mgkprev:hover {
  background-position: -38px -59px;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner {
  position: relative;
  z-index: 30;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views {
  overflow: hidden;
  margin: 0;
  width: 24%;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .product-image-thumbs {
  overflow: hidden;
  position: absolute;
  width: 18%;
  top: 0;
  right: 0;
  padding: 0 0 0 15px;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .product-image-thumbs a:hover {
  border: none;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li {
  margin: 0 0 5px 0;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li a {
  display: table-cell;
  margin: 0;
  width: 100%;
  border: none;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li a img {
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-shop {
  width: 50%;
  float: right;
  padding: 0 5% 0 8.333333333%;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-shop .add-to-box {
  background: none;
  border: none;
  padding: 0;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-shop .product-rating {
  text-align: center;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-shop .add-to-cart .add-to-cart-buttons .button {
  width: 280px;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabcontent {
  padding-top: 0;
  height: auto;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabcontent h1.product-name {
  padding-top: .5em;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.4em;
  border-bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box {
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 2em;
  font-size: 20px;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box .price {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .product-style {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner .mgkoptions {
  height: auto;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner #mcquickview-footer {
  text-align: center;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner #mcquickview-footer .detail-link {
  text-decoration: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  border-bottom: 1px solid #000;
  color: #000;
  float: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#mc_quickview #mcquickview .product-quickview .product-quickviewinner #mcquickview-footer .detail-link:hover {
  border-bottom: none;
}
#mc_quickview #mcquickview .social-media-icons {
  padding: 20px 0;
  display: none;
  /* Retina display */
}
#mc_quickview #mcquickview .social-media-icons a {
  text-indent: -1000000px;
  background-image: url(2016/images/pc-source.png);
  background-repeat: no-repeat;
  display: block;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #mc_quickview #mcquickview .social-media-icons a {
    background-image: url(2016/images/pc-source@2x.png);
    background-size: 250px 325px;
  }
}
#mc_quickview #mcquickview .social-media-icons .share-list {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#mc_quickview #mcquickview .social-media-icons .share-list-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}

@media only screen and (max-width: 770px) {
  .product-view .sharing-links {
    display: table;
    margin: 0 auto;
    float: none;
  }
}
.product-view .sharing-links li.share-list-item a {
  background: url(2016/images/pc-source.png);
  /* Retina display */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .product-view .sharing-links li.share-list-item a {
    background: url(2016/images/pc-source@2x.png);
    background-size: 250px 325px;
  }
}

.social-media-icons .sprite-social-email,
.social-media-icons a.link-email-friend,
.product-view .sharing-links .share-list-item .sprite-social-email,
.product-view .sharing-links .share-list-item a.link-email-friend {
  background-position: -131px -78px;
  width: 25px;
  height: 19px;
  vertical-align: middle;
}
.social-media-icons .sprite-social-email:hover,
.social-media-icons a.link-email-friend:hover,
.product-view .sharing-links .share-list-item .sprite-social-email:hover,
.product-view .sharing-links .share-list-item a.link-email-friend:hover {
  background-position: -131px -60px;
}
.social-media-icons .sprite-social-twitter,
.social-media-icons a.link-twitter,
.product-view .sharing-links .share-list-item .sprite-social-twitter,
.product-view .sharing-links .share-list-item a.link-twitter {
  background-position: -75px -178px;
  width: 20px;
  height: 20px;
}
.social-media-icons .sprite-social-twitter:hover,
.social-media-icons a.link-twitter:hover,
.product-view .sharing-links .share-list-item .sprite-social-twitter:hover,
.product-view .sharing-links .share-list-item a.link-twitter:hover {
  background-position: -50px -177px;
}
.social-media-icons .sprite-social-facebook,
.social-media-icons a.link-facebook,
.product-view .sharing-links .share-list-item .sprite-social-facebook,
.product-view .sharing-links .share-list-item a.link-facebook {
  background-position: -13px -174px;
  width: 14px;
  height: 24px;
}
.social-media-icons .sprite-social-facebook:hover,
.social-media-icons a.link-facebook:hover,
.product-view .sharing-links .share-list-item .sprite-social-facebook:hover,
.product-view .sharing-links .share-list-item a.link-facebook:hover {
  background-position: -29px -175px;
}
.social-media-icons .sprite-social-pinterest,
.product-view .sharing-links .share-list-item .sprite-social-pinterest {
  background-position: -162px -173px;
  width: 24px;
  height: 24px;
}
.social-media-icons .sprite-social-pinterest:hover,
.product-view .sharing-links .share-list-item .sprite-social-pinterest:hover {
  background-position: -139px -173px;
}
.social-media-icons .sprite-social-tumblr,
.product-view .sharing-links .share-list-item .sprite-social-tumblr {
  background-position: -118px -173px;
  width: 16px;
  height: 24px;
}
.social-media-icons .sprite-social-tumblr:hover,
.product-view .sharing-links .share-list-item .sprite-social-tumblr:hover {
  background-position: -100px -173px;
}

body,
label,
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6,
.price-box .price, .price, .price-box,
button, input, select, table, textarea,
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button,
.footer, .footer button,
.cart-table thead th, .cart-table tbody td {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

h4, .h4 {
  color: #000;
}

h6, .h6 {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  text-transform: none;
}

body, button, input, select, table, textarea {
  color: #000;
}

body,
label,
.checkbox + label, .radio + label,
body, button, input, select, table, textarea {
  font-size: 15px;
  line-height: 18px;
}

p {
  margin-bottom: 9px;
}

.page-title h1, .page-title h2, .product-name h1, .product-name .h1,
h1, .h1 {
  font-size: 28px;
  text-transform: none;
  color: #000;
  font-weight: normal;
  border-bottom: 0;
  margin: 18px 0;
}

h2, .h2 {
  color: #000;
  text-transform: none;
  margin-bottom: 18px;
}

a, h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
  color: #000;
}
a:hover, 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: #000;
  text-decoration: underline;
}
a:focus, h2.product-name a:focus, h3.product-name a:focus, h4.product-name a:focus, h5.product-name a:focus, p.product-name a:focus {
  outline: none;
}

form .form-instructions {
  color: #aaa;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
}
form .legend {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: none;
  color: #000;
}
form h2.legend {
  font-size: 28px;
}

hr {
  border: 0;
  border-bottom: 1px solid lightgrey;
  margin: 36px 0;
}

.buttons-set {
  border: 0;
}
.buttons-set .button {
  font-size: 18px;
  padding: 7px 20px;
  letter-spacing: 0.15em;
  line-height: 18px;
}

.button:hover {
  text-decoration: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

.input-text:focus {
  border: 1px solid #000;
}

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

.page-navi, .main-container, .footer-container, .footer, .container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

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

@media only screen and (max-width: 1280px) {
  .page-navi, .main-container, .footer-container, .footer, .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px -1) {
  .main-container,
  .footer-container {
    padding: 20px;
  }
}
.footer-container {
  padding-top: 0px;
}

.col2-left-layout .col-main {
  width: 80%;
}
.col2-left-layout .col-left {
  width: 20%;
}

@media only screen and (max-width: 770px) {
  .col2-left-layout .col-main {
    width: auto;
  }
  .col2-left-layout .col-left {
    width: auto;
  }
}
.pages li {
  display: inline-block;
  font-style: italic;
  font-family: "baskerville-pro-italic", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #000000;
}
.pages li .i-previous:before {
  border-width: 6px 6px 5px medium;
  border-style: solid solid solid none;
  border-color: transparent black transparent white;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
}
.pages li .i-previous {
  border: 2px solid #EBEBEB;
  width: 34px;
  height: 31px;
  margin-right: 0px;
}
.pages li .i-previous:hover:before {
  border-width: 6px 6px 5px  medium;
  border-style: solid solid solid none;
  border-color: transparent white transparent #EBEBEB;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
}
.pages li .i-previous:hover {
  background-color: #000;
  border: 0px solid white;
  width: 34px;
  height: 31px;
}
.pages li .previous-disabled {
  border-color: #EBEBEB;
}
.pages li .previous-disabled:before {
  border-width: 6px 6px 5px  medium;
  border-style: solid solid solid none;
  border-color: transparent #EBEBEB transparent white;
}
.pages li .previous-disabled:hover {
  background-color: white;
  border: 2px solid #EBEBEB;
  width: 34px;
  height: 31px;
}
.pages li .previous-disabled:hover:before {
  border-width: 6px 6px 5px  medium;
  border-style: solid solid solid none;
  border-color: transparent #EBEBEB transparent white;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
}
.pages li .i-next:before {
  border-width: 6px medium 6px 5px;
  border-style: solid none solid solid;
  border-color: transparent #EBEBEB transparent black;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -2px;
}
.pages li .i-next {
  border: 2px solid #EBEBEB;
  width: 34px;
  height: 31px;
  margin-left: 3px;
}
.pages li .i-next:hover:before {
  border-width: 6px medium 6px 5px;
  border-style: solid none solid solid;
  border-color: transparent white transparent white;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -2px;
}
.pages li .i-next:hover {
  background-color: #000;
  border: 0px solid white;
  width: 34px;
  height: 31px;
}
.pages li .next-disabled {
  border-color: #EBEBEB;
}
.pages li .next-disabled:before {
  border-width: 6px medium 6px 5px;
  border-style: solid none solid solid;
  border-color: transparent white transparent #EBEBEB;
}
.pages li .next-disabled:hover {
  background-color: white;
  border: 2px solid #EBEBEB;
  width: 34px;
  height: 31px;
}
.pages li .next-disabled:hover:before {
  border-width: 6px medium 6px 5px;
  border-style: solid none solid solid;
  border-color: transparent white transparent #EBEBEB;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -2px;
}

.pages a,
.pages span.border {
  display: inline-block;
  border: 2px solid #EBEBEB;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 25px;
  width: 31px;
  height: 32px;
  padding: 0;
  margin-left: 3px;
  color: #A0A0A0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages span.border {
  background-color: #f0f0f0;
}

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

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

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

.breadcrumbs li {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0.2em 0px;
  color: #ccc;
}
.breadcrumbs li a {
  color: #ccc;
}
.breadcrumbs li a:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumbs li strong {
  color: #000;
}

.cart-table tr {
  border-bottom: 1px solid #ccc;
}

.data-table th {
  background: none;
  text-transform: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  padding-left: 0;
}
.data-table thead th {
  font-size: 18px;
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ccc;
}
.data-table tbody td {
  padding: 10px 10px 10px 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  border-bottom: 1px solid #ccc;
}
.data-table tfoot tr {
  background: none;
}
.data-table tfoot tr td {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

.item-options dt {
  font-style: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

.clear {
  clear: both;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 5px 1px 0px 10px;
}

.toolbar {
  background: #fff;
  border: 0;
}
.toolbar label {
  text-transform: capitalize;
}

.sorter {
  float: left;
}
.sorter > .sort-by label {
  color: #000;
  font-size: 13px;
  margin-top: 7px;
}
.sorter > .sort-by select {
  background-color: white;
  padding: 6px 5px;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  color: #000;
  font-family: "SuperGroteskWeb";
  font-size: 13px;
}
.sorter > .view-mode {
  display: none;
}

.pager .amount {
  display: none;
}
.pager .count-container .limiter label {
  display: none;
}
.pager .count-container .limiter select {
  display: none;
}
.pager .view-all {
  color: #000;
  font-size: 12px;
  font-family: "baskerville-pro-italic", Verdana, Arial, sans-serif;
  font-style: italic;
  margin-right: 5px;
  float: left;
  display: none;
}

/* -------------------------------------------- *
 * Select
 */
.form-list .control input.checkbox {
  margin-left: 0;
}
.form-list .control label {
  background: none;
  color: #000;
  padding-left: 20px;
}
.form-list .control label:hover {
  background: none;
}
.form-list select {
  height: 30px;
}

.hidden-select {
  overflow: hidden;
  height: 0;
  border: 0;
  padding: 0;
  display: none;
}
.hidden-select.validation-failed {
  overflow: hidden;
  height: 0;
  border: 0 !important;
  padding: 0;
}

/* -------------------------------------------- *
 * Button
 */
.button,
a.button,
.cart-table .product-cart-actions .button,
.footer .button,
.sidebar .actions .button,
.button.button-secondary {
  color: white;
  background: #ff6955;
  border: 2px solid #ff6955;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.10em;
}
.button:hover,
a.button:hover,
.cart-table .product-cart-actions .button:hover,
.footer .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: white;
  color: #ff6955;
  cursor: pointer;
}

.button2 {
  color: #aaa;
  text-decoration: none;
}
.button2:hover {
  color: #000;
  text-decoration: underline;
}

.buttons-set button.highlight-button {
  background-color: #ff6955;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  border: 2px solid #ff6955;
  margin-bottom: 10px;
}
.buttons-set button.highlight-button span span::after {
  border-left: 7px solid #FFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  content: '';
  margin: 0 0 0 5px;
}
.buttons-set button.highlight-button:hover span span::after {
  border-left: 7px solid #ff6955;
}
.buttons-set button.highlight-button:hover {
  background-color: white;
  color: #ff6955;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.product-img-box .price-info {
  display: none;
}

.price-box .price {
  color: #000;
  font-style: normal;
}

.price-box .special-price {
  padding-left: 0;
}

.price-box .price,
.price {
  white-space: nowrap;
  /*font-family: $f-stack-baskerville-italic;*/
}

.block-title {
  position: relative;
  padding: 0px;
  margin-bottom: 18px;
  border-top: 0px;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin-bottom: 0;
}

.accordion {
  margin-bottom: 36px;
}
.accordion .question {
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 20px 9px 0;
  position: relative;
}
.accordion .question:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.accordion .question.active:after {
  content: '-';
}
.accordion .answer {
  display: none;
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
.accordion .answer ul {
  list-style-type: disc;
  padding-left: 18px;
  margin: 18px 0;
}
.accordion .answer ul li {
  margin-bottom: 9px;
}
.accordion .answer a {
  text-decoration: underline;
}
.accordion .answer.active {
  display: block;
}

@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: auto;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: right;
    clear: none;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 770px) {
  .toolbar .sorter,
  .toolbar .view-all {
    display: none;
  }

  .toolbar-bottom .toolbar {
    display: block;
  }
  .toolbar-bottom .sorter,
  .toolbar-bottom .view-all {
    display: none;
  }

  .block-title h2:after {
    content: "+";
    display: block;
    text-align: center;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 18px;
  }

  .dashboard .welcome-msg {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: normal;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar {
    padding-left: 0;
  }
  .toolbar .pager .pages ol li .first, .toolbar .pager .pages ol li .last {
    display: none;
  }
  .toolbar .pager .pages ol li .i-previous {
    margin-right: 5px;
  }
  .toolbar .pager .pages ol li .i-next {
    margin-left: 5px;
  }
  .toolbar .pager .pages ol li .current {
    display: inline-block;
  }
}
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Sweet";
  padding-left: 10px;
  background-color: #ff6955;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/**
 * PopCherry
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * DISCLAIMER
 *
 *
 * @category    design
 * @package     popcherry_pc142
 * @copyright   Copyright (c) 2014 Popcherry (http://www.popcherry.com.au)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Page Header
 * ============================================ */
/*
 * variables
 */
/*
 * reset rwd styles
 */
.skip-link {
  border: none;
}

/* 
 * page with sticky header when in no-touch
 */
.no-touch .product-image {
  border-color: #ccc;
}
.no-touch .product-image:hover {
  border-color: #ccc;
}

/*
 * page header 
 */
.page-header {
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  top: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  border-bottom: 1px solid #999;
  background-color: #fff;
}
.page-header .container {
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0 0 3px;
  width: 100%;
  text-align: center;
}
.page-header .container .logo img {
  width: auto;
  height: 30px;
}
.page-header .logo .large {
  display: inline-block;
}
.page-header .logo .small {
  display: none;
}
@media only screen and (max-width: 979px) {
  .page-header {
    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
  }
  .page-header .container {
    margin-top: 0;
    padding: 10px 0;
  }
  .page-header .container .logo img {
    height: 36px;
  }
}
@media only screen and (max-width: 979px) {
  .page-header .logo .large {
    display: none;
  }
  .page-header .logo .small {
    display: inline-block;
  }
  .page-header .container.open {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 599px) {
  .page-header .container {
    padding: 13px 0 10px;
  }
  .page-header .container .logo img {
    height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .page-header .container {
    padding: 13px 0 12px;
  }
  .page-header .container .logo img {
    height: auto;
    max-width: 33%;
  }
  .page-header .container.open {
    padding: 13px 0 10px;
  }
}

@media only screen and (max-width: 979px) {
  .header-message {
    margin-top: 56px;
  }
}
/*
 * page navi 
 */
.page-navi {
  box-sizing: border-box;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  top: 0;
}

.page-navi > .page-navi-container {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin-top: 2em;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*
 * page primary navi 
 */
.page-navi .nav-primary {
  border-left: none;
  margin: 0;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 0;
}
.page-navi .nav-primary li {
  list-style: none;
}
.page-navi .nav-primary li a {
  box-sizing: border-box;
}
.page-navi .nav-primary li a:hover {
  text-decoration: none;
}

/*
 * page primary navi -> 0 level
 */
.nav-primary li.level0:hover > a span {
  padding-bottom: 2px;
  vertical-align: baseline !important;
}
.nav-primary li.level0:hover .dropdown .dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
}
.nav-primary li.level0:hover .dropdown .dropdown-menu ul {
  display: block;
}

.nav-primary li.level0.nav-primary-click-down > a span {
  padding-bottom: 2px;
  vertical-align: baseline !important;
}
.nav-primary li.level0.nav-primary-click-down .dropdown .dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
}
.nav-primary li.level0.nav-primary-click-down .dropdown .dropdown-menu ul {
  display: block;
}

.nav-primary a {
  color: #000;
  display: block;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

.nav-primary li.level0 > a {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 40px 0 0;
  border-bottom: none;
}
.nav-primary li.level0 > a:after {
  border: none;
}
.nav-primary li.level0 .dropdown {
  position: static;
}
.nav-primary li.level0 .dropdown .dropdown-menu {
  width: 230px;
  background: #fff;
  position: absolute;
  display: none;
  padding: 10px 10px 30px 10px;
}
.nav-primary li.level0 .dropdown .dropdown-menu li.parent > a:after {
  border: none;
}
.nav-primary li.level0 .dropdown ul {
  padding: 0;
  width: 100%;
  display: block;
  position: static;
  border: none;
  display: none;
}
@media only screen and (min-width: 770px) {
  .nav-primary li.level0 .dropdown.wide .dropdown-menu ul li.level1 {
    float: left;
  }
  .nav-primary li.level0 .dropdown.wide.children-1 .dropdown-menu {
    width: 200px;
  }
  .nav-primary li.level0 .dropdown.wide.children-1 .dropdown-menu ul li.level1 {
    width: 100%;
  }
  .nav-primary li.level0 .dropdown.wide.children-2 .dropdown-menu {
    width: 400px;
  }
  .nav-primary li.level0 .dropdown.wide.children-2 .dropdown-menu ul li.level1 {
    width: 50%;
  }
  .nav-primary li.level0 .dropdown.wide.children-3 .dropdown-menu {
    width: 600px;
  }
  .nav-primary li.level0 .dropdown.wide.children-3 .dropdown-menu ul li.level1 {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 979px) {
  .nav-primary li.level0 .dropdown.wide.children-3 {
    position: relative;
    left: -200px;
  }
}
@media only screen and (min-width: 770px) {
  .nav-primary li.level0 .dropdown.wide.children-4 .dropdown-menu {
    width: 800px;
  }
  .nav-primary li.level0 .dropdown.wide.children-4 .dropdown-menu ul li.level1 {
    width: 25%;
  }
}

/*
 * Search on Navi
 */
.navi-search .nav-search .input-box {
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.navi-search .nav-search .input-box input {
  display: none;
}
.navi-search .nav-search .input-box label i {
  text-indent: 9999px;
  background-position: -82px -300px;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .navi-search .nav-search .input-box {
    padding: 0 0 0 10px;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .navi-search .nav-search .input-box {
    padding: 0;
  }
}

@media only screen and (max-width: 979px) {
  #header .container.open .navi-mobile-menu, #header .container.open .second-navi.right, #header .container.open .logo {
    display: none;
  }
  #header .container.open .second-navi.left {
    position: relative;
    text-align: left;
    left: 0;
  }
  #header .container.open .second-navi.left .navi-search {
    display: block;
  }
  #header .container.open .second-navi.left .navi-search label {
    float: left;
    margin: 10px 0 0 5px;
  }
  #header .container.open .second-navi.left .navi-search .input-box input {
    float: right;
    display: block;
    margin: 8px 0 0 0;
    width: calc(100% - 50px);
    border: none;
    font-size: 20px;
  }
}
@media only screen and (max-width: 979px) and (max-width: 479px) {
  #header .container.open .second-navi.left {
    height: 30px;
  }
  #header .container.open .second-navi.left .navi-search label {
    margin: 2px 0 0 5px;
  }
  #header .container.open .second-navi.left .navi-search .input-box input {
    margin: 0;
  }
}

/*
 *	Second Navi: Multiple Currency, My Account, Shopping Bag
 */
.second-navi {
  border-left: medium none;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 99;
}
@media only screen and (max-width: 1280px) {
  .second-navi {
    right: 20px;
  }
}

.second-navi.left {
  display: none;
  right: auto;
  left: 20px;
  height: 36px;
}
.second-navi.left .sprite-mobile-menu {
  margin-right: 15px;
}
.second-navi.left .navi-item {
  line-height: 36px;
}
@media only screen and (max-width: 979px) {
  .second-navi.left {
    display: block;
  }
  .second-navi.left .navi-item {
    line-height: 18px;
  }
}

/*
 *  navi item common styles
 */
.navi-item {
  display: inline-block;
  line-height: 42px;
  padding: 0;
  position: relative;
  border-right: 1px solid #ccc;
}
.navi-item:hover .dropdown .dropdown-menu {
  display: block;
}
.navi-item:hover .dropdown > a > span {
  border-bottom: 3px solid #ffac9c;
}
.navi-item > .dropdown > a {
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  margin: 0 15px;
  height: 42px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.navi-item > .dropdown > a > span {
  border-bottom: 3px solid transparent;
  padding-bottom: 2px;
  vertical-align: baseline !important;
}
.navi-item > .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 9px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.navi-item > .dropdown .dropdown-menu ul {
  background-color: #fff;
}
.navi-item > .dropdown .dropdown-menu ul li {
  padding: 0;
}
.navi-item > .dropdown .dropdown-menu ul li a {
  display: block;
  line-height: 18px;
  font-size: 15px;
  margin: .5em 0;
  padding: 0 30px 0 10px;
  text-decoration: none;
  text-align: left;
  color: #000;
}
.navi-item > .dropdown .dropdown-menu ul li a:hover span {
  border-bottom: 1px solid #000;
}
.navi-item > .dropdown .dropdown-menu ul li a.top-link-raf, .navi-item > .dropdown .dropdown-menu ul li a.top-link-gyf {
  color: #ff6955;
}
.navi-item > .dropdown .dropdown-menu ul li a.top-link-raf:hover span, .navi-item > .dropdown .dropdown-menu ul li a.top-link-gyf:hover span {
  border-bottom: 1px solid #ff6955;
}
.navi-item > .dropdown .dropdown-menu .dropdown-currency .sprite {
  display: block;
  float: left;
  margin-right: 4px;
  width: 20px;
  height: 12px;
  margin-top: 3px;
}
.navi-item > .dropdown .flag-wrapper .sprite {
  height: 12px;
}
.navi-item:last-child {
  border-right: none;
}
.navi-item:last-child > .dropdown > a {
  margin-right: 0;
  /* keep right margin between bag and right top border */
}
@media only screen and (max-width: 979px) {
  .navi-item {
    border: none;
    line-height: 18px;
  }
  .navi-item .dropdown > a {
    height: 38px;
  }
}

#mobile-nav-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  left: -20px;
  position: absolute;
  top: 36px;
  z-index: 59;
}

#mobile-nav {
  background-color: white;
  box-sizing: border-box;
  overflow: auto;
  display: block;
  height: 100%;
  left: -310px;
  position: fixed;
  text-align: left;
  width: 310px;
  white-space: normal;
  padding: 10px;
}
#mobile-nav ul {
  text-transform: uppercase;
}
#mobile-nav .navi-account, #mobile-nav .navi-refer-friend, #mobile-nav .navi-gift-friend, #mobile-nav .navi-wishlist, #mobile-nav .navi-logout {
  display: block;
  width: 100%;
  padding: 5px;
}
#mobile-nav .navi-account i, #mobile-nav .navi-refer-friend i, #mobile-nav .navi-gift-friend i, #mobile-nav .navi-wishlist i, #mobile-nav .navi-logout i {
  margin: 0 15px 0 0;
}
#mobile-nav .navi-account i.sprite-account, #mobile-nav .navi-refer-friend i.sprite-account, #mobile-nav .navi-gift-friend i.sprite-account, #mobile-nav .navi-wishlist i.sprite-account, #mobile-nav .navi-logout i.sprite-account {
  margin: 0 16px 0 2px;
}
#mobile-nav .navi-account i.sprite-logout, #mobile-nav .navi-refer-friend i.sprite-logout, #mobile-nav .navi-gift-friend i.sprite-logout, #mobile-nav .navi-wishlist i.sprite-logout, #mobile-nav .navi-logout i.sprite-logout {
  margin: 0 12px 0 3px;
}
#mobile-nav .navi-account i.sprite-refer-friend, #mobile-nav .navi-refer-friend i.sprite-refer-friend, #mobile-nav .navi-gift-friend i.sprite-refer-friend, #mobile-nav .navi-wishlist i.sprite-refer-friend, #mobile-nav .navi-logout i.sprite-refer-friend {
  margin: 0 10px 0 0;
}
#mobile-nav .navi-account i.sprite-gift-friend, #mobile-nav .navi-refer-friend i.sprite-gift-friend, #mobile-nav .navi-gift-friend i.sprite-gift-friend, #mobile-nav .navi-wishlist i.sprite-gift-friend, #mobile-nav .navi-logout i.sprite-gift-friend {
  margin: 0 12px 0 0;
}
#mobile-nav .vip-membership-hello {
  display: block;
  position: initial;
  line-height: 20px;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#mobile-nav .vip-membership-hello .credit {
  display: block;
}
#mobile-nav .nav-mobile {
  width: 100%;
  margin: 10px 0;
}
#mobile-nav .nav-mobile div.opener {
  padding: 10px 0;
}
#mobile-nav .nav-mobile a:hover {
  text-decoration: none;
}
#mobile-nav .nav-mobile li.parent > div.opener::after {
  display: block;
  content: ' ';
  float: right;
  height: 8px;
  width: 12px;
  margin: 5px 20px 0 0;
  background: url("2016/images/pc-source.png") -50px -211px no-repeat;
  cursor: pointer;
}
#mobile-nav .nav-mobile li.parent.open > div.opener::after {
  background-position: -50px -201px;
}
#mobile-nav .nav-mobile li.parent ul {
  padding-left: 10px;
}
#mobile-nav .nav-mobile li.child a {
  display: block;
}
#mobile-nav div.links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
#mobile-nav div.links .block-title {
  margin: 20px 0 5px;
}
#mobile-nav div.links a {
  display: block;
  padding: 10px 0;
}
#mobile-nav div.links button {
  margin: 10px 0;
}
#mobile-nav address.copyright {
  margin: 20px 20px 20px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #ccc;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #mobile-nav .nav-mobile li.parent > div.opener::after {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav-overlay {
  display: block;
}

/*
 *  Multiple Currency on Navi
 */
.navi-currency .dropdown .flag-wrapper > i {
  padding: 0 10px;
}
.navi-currency .dropdown .flag-wrapper .arrow {
  display: inline-block;
  background: url("2016/images/pc-source.png") -50px -211px no-repeat;
  width: 12px;
  height: 8px;
}

@media only screen and (max-width: 770px) {
  .navi-currency {
    display: none;
  }
}
.sprite-tote {
  background-position: -4px -196px;
  width: 21px;
  height: 26px;
}

.sprite-account {
  background-position: -36px -298px;
  width: 18px;
  height: 20px;
}

.sprite-logout {
  background-position: -7px -228px;
  height: 20px;
  width: 21px;
}

.sprite-refer-friend {
  background-position: -32px -228px;
  height: 20px;
  width: 25px;
}

.sprite-gift-friend {
  background-position: -63px -228px;
  height: 20px;
  width: 23px;
}

.sprite-mobile-menu {
  background-position: -4px -300px;
  width: 23px;
  height: 21px;
}

.sprite-search {
  background-position: -129px -34px;
  width: 22px;
  height: 21px;
}

.sprite-close {
  background-position: -96px -63px;
  height: 27px;
  width: 27px;
}

.sprite-wishlist-full {
  background-position: -162px -282px;
  width: 21px;
  height: 21px;
}

.sprite-wishlist-empty {
  background-position: -162px -236px;
  width: 21px;
  height: 21px;
}

.sprite-quickveiw {
  background-position: -107px -301px;
  width: 21px;
  height: 21px;
}

.sprite-padlock {
  background-position: -109px -6px;
  width: 21px;
  height: 21px;
}

.sprite-visa {
  background-position: -6px -7px;
  width: 30px;
  height: 20px;
}

.sprite-mastercard {
  background-position: -73px -7px;
  width: 30px;
  height: 20px;
}

.sprite-americanexpress {
  background-position: -40px -7px;
  width: 30px;
  height: 20px;
}

.navi-wishlist .sprite-wishlist-full, .navi-wishlist .sprite-wishlist-empty {
  margin: 0 15px 0 13px;
}
@media only screen and (max-width: 479px) {
  .navi-wishlist .sprite-wishlist-full, .navi-wishlist .sprite-wishlist-empty {
    margin: 0 2px;
  }
}

/*
 *	My Account on Navi
 */
@media only screen and (min-width: 979px) {
  .second-navi .navi-account .sign-link i.sprite {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .second-navi .navi-account span.label {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .second-navi .navi-account {
    display: none;
  }
}

/*
 * mini Shopping Bag on Navi
 */
.navi-minicart:after {
  border-right: none;
}
.navi-minicart .dropdown > a.pc-skip-link {
  background: none repeat scroll 0 0 transparent;
  float: none;
}
@media only screen and (max-width: 979px) {
  .navi-minicart .dropdown > a.pc-skip-link span.label {
    display: none;
  }
}
.navi-minicart .dropdown > a.pc-skip-link .sprite-tote {
  font-size: 1em;
  font-style: normal;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: -6px;
  text-align: center;
  font-weight: 400;
}
.navi-minicart .dropdown #header-cart.skip-active.block-cart {
  display: block;
  position: absolute;
  top: 56px;
  right: 5px;
  width: 350px;
}
.navi-minicart .dropdown #header-cart.skip-active.block-cart .product-details {
  text-align: left;
}
.navi-minicart .dropdown #header-cart.skip-active.block-cart .product-details .product-name {
  white-space: pre-wrap;
  /* fix no wrap product-name bugs */
}
@media only screen and (min-width: 770px) {
  .navi-minicart .dropdown:hover #header-cart.hover-content {
    /*display: block !important;*/
    					/*   transition: background .025s ease-in-out;
                   -moz-transition: background .025s ease-in-out;
                   -webkit-transition: background .025s ease-in-out;*/
  }
  .navi-minicart .dropdown #header-cart {
    display: none;
    opacity: 1;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    width: 350px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #ccc;
    text-align: left;
    padding-bottom: 10px;
  }
  .navi-minicart .dropdown #header-cart.drop-down {
    display: block;
    -webkit-transition: opacity 1s linear 0s;
    -moz-transition: opacity 1s linear 0s;
    -o-transition: opacity 1s linear 0s;
    transition: opacity 1s linear 0s;
  }
  .navi-minicart .dropdown #header-cart.fadeIn {
    opacity: 1;
  }
  .navi-minicart .dropdown #header-cart.fadeOut {
    opacity: 0;
  }
  .navi-minicart .dropdown #header-cart .minicart-wrapper {
    margin-bottom: 0;
  }
}

.page-navi {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .page-navi {
    padding: 0 20px;
  }
}
.page-navi .nav-search {
  float: right;
  width: 225px;
}
.page-navi .nav-search .input-box {
  text-align: right;
}
.page-navi .nav-search .input-box label i {
  text-indent: 9999px;
  background-position: -82px -300px;
}
.page-navi .nav-search .input-box input {
  width: 175px;
  height: 28px;
}
.page-navi .nav-primary {
  clear: none;
  max-width: calc(100% - 200px);
  width: 85%;
  margin: 10px 0;
  text-transform: uppercase;
}
.page-navi .nav-primary > li {
  padding: 0;
}
.page-navi .nav-primary li.cols-1 {
  width: 100%;
}
.page-navi .nav-primary li.cols-1 a {
  padding: 0;
}
.page-navi .nav-primary li.cols-2 {
  width: 50%;
}
.page-navi .nav-primary li.cols-2 a {
  padding: 0;
}
.page-navi .nav-primary li.cols-3 {
  width: 33.3333%;
}
.page-navi .nav-primary li.cols-3 a {
  padding: 0;
}
.page-navi .nav-primary li.cols-4 {
  width: 25%;
}
.page-navi .nav-primary li.cols-4 a {
  padding: 0;
}
.page-navi .nav-primary li.cols-5 {
  width: 20%;
}
.page-navi .nav-primary li.cols-5 a {
  padding: 0;
}
.page-navi .nav-primary li.cols-6 {
  width: 16.6666%;
}
.page-navi .nav-primary li.cols-6 a {
  padding: 0;
}
.page-navi .nav-primary li ul a span, .page-navi .nav-primary li div a span {
  font-size: 15px;
  text-transform: uppercase;
}
.page-navi .nav-primary .level0.nav-3 a {
  color: #ff6955;
}
.page-navi .nav-primary li.active a, .page-navi .nav-primary li:hover a {
  color: #999;
}
@media only screen and (max-width: 979px) {
  .page-navi {
    display: none;
  }
}

.page-sub-navi {
  padding-bottom: 0;
}
.page-sub-navi .nav-primary {
  margin: 0;
}
.page-sub-navi .nav-primary .level0 > a {
  font-weight: bold;
}
.page-sub-navi .nav-primary li.active > a, .page-sub-navi .nav-primary li:hover > a {
  color: #999;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .page-sub-navi {
    display: none;
  }
}

span.action-arrow {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}

.vip-membership-banner .container {
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3em;
  z-index: 1;
}
.vip-membership-banner .container .content {
  margin: 0 20px 10px;
  background: #000;
  color: #FFF;
}
.vip-membership-banner .container .content #vip-member-perks-link {
  float: left;
  width: 20%;
}
.vip-membership-banner .container .content #vip-member-perks-link a {
  color: #FFF;
  display: block;
  border: 1px solid #FFF;
  text-align: center;
  padding: 20px 5px;
  margin: 35px 0 0 20px;
  width: 150px;
}
.vip-membership-banner .container .content #vip-member-signup-link {
  float: right;
  width: 20%;
}
.vip-membership-banner .container .content #vip-member-signup-link a {
  color: #FFF;
  background: #ff6955;
  float: right;
  display: block;
  border: 1px solid #ff6955;
  text-align: center;
  padding: 20px 5px;
  margin: 35px 20px 0 0;
  width: 150px;
}
.vip-membership-banner .container .content #vip-member-discount {
  width: 30%;
  float: left;
  text-align: center;
}
.vip-membership-banner .container .content #vip-member-discount .top {
  padding: 10px 0;
}
.vip-membership-banner .container .content #vip-member-discount .top span {
  color: #ff6955;
}
.vip-membership-banner .container .content #vip-member-discount .middle {
  display: inline-block;
}
.vip-membership-banner .container .content #vip-member-discount .middle .left {
  display: inline-block;
  text-align: right;
  font-size: 80px;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 0;
}
.vip-membership-banner .container .content #vip-member-discount .middle .right {
  display: inline-block;
  text-align: left;
}
.vip-membership-banner .container .content #vip-member-discount .middle .right .type {
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
  display: inline;
}
.vip-membership-banner .container .content #vip-member-discount .middle .right .off {
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
}
.vip-membership-banner .container .content #vip-member-style-deal {
  width: 30%;
  float: right;
  text-align: center;
}
.vip-membership-banner .container .content #vip-member-style-deal .top {
  padding: 10px 0;
}
.vip-membership-banner .container .content #vip-member-style-deal .top span {
  color: #ff6955;
}
.vip-membership-banner .container .content #vip-member-style-deal .middle {
  display: inline-block;
}
.vip-membership-banner .container .content #vip-member-style-deal .middle .left {
  display: inline-block;
  text-align: right;
}
.vip-membership-banner .container .content #vip-member-style-deal .middle .left .currency {
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
  display: inline;
}
.vip-membership-banner .container .content #vip-member-style-deal .middle .left .from {
  font-size: 14px;
  line-height: 24px;
}
.vip-membership-banner .container .content #vip-member-style-deal .middle .right {
  display: inline-block;
  text-align: left;
  font-size: 80px;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 0;
}
.vip-membership-banner .container .content .bottom {
  padding: 10px 0;
  text-align: center;
}
.vip-membership-banner .container .content .bottom a {
  color: #ff6955;
}
@media only screen and (max-width: 979px) {
  .vip-membership-banner .container .content #vip-member-perks-link, .vip-membership-banner .container .content #vip-member-signup-link {
    display: none;
  }
  .vip-membership-banner .container .content #vip-member-discount, .vip-membership-banner .container .content #vip-member-style-deal {
    margin: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .vip-membership-banner .container .content #vip-member-discount, .vip-membership-banner .container .content #vip-member-style-deal {
    float: none;
    width: 100%;
  }
  .vip-membership-banner .container .content #vip-member-style-deal .top {
    margin-top: 5px;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 599px) {
  .vip-membership-banner .container .content {
    margin: 15px 0 0;
  }
}

.vip-membership-hello {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
}
.vip-membership-hello .name {
  padding-right: 8px;
  margin-right: 5px;
  border-right: 1px solid #000000;
}
.vip-membership-hello .member {
  color: #ff6955;
  padding-right: 8px;
  margin-right: 5px;
  border-right: 1px solid #000000;
}
.vip-membership-hello .get-started a {
  text-decoration: underline;
}
@media only screen and (max-width: 1280px) {
  .vip-membership-hello {
    left: 20px;
  }
}
@media only screen and (max-width: 1260px) {
  .vip-membership-hello {
    font-size: 14px;
  }
}
@media only screen and (max-width: 979px) {
  .vip-membership-hello {
    display: none;
  }
}

.search-autocomplete::before {
  border-bottom: 7px solid #ff6955;
}
.search-autocomplete ul {
  border: 1px solid #cccccc;
}
.search-autocomplete ul .suggest a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
}
.search-autocomplete ul .suggest a img {
  width: 40px;
  height: 40px;
  display: inline;
  padding-right: 5px;
}
.search-autocomplete ul .suggest a span {
  line-height: 40px;
  vertical-align: top;
  text-decoration: none;
}
.search-autocomplete ul li.selected {
  background-color: #ff6955;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Header - Cart
 * ============================================ */
#header-cart {
  line-height: 1;
  background-color: #fbfbfb;
}
#header-cart .block-subtitle {
  color: #aaa;
  font-weight: normal;
}
#header-cart #cart-sidebar .item {
  margin-bottom: 0px;
}
#header-cart #cart-sidebar .item {
  margin-bottom: 0px;
}
#header-cart #cart-sidebar .item .product-details {
  /* Retina display */
}
#header-cart #cart-sidebar .item .product-details .product-name {
  color: #000;
  font-weight: normal;
  font-size: 15px;
  white-space: pre-wrap;
  margin-bottom: 10px;
}
#header-cart #cart-sidebar .item .product-details .product-name a {
  color: #000;
}
#header-cart #cart-sidebar .item .product-details .info-wrapper {
  font-size: 13px;
  width: 100%;
}
#header-cart #cart-sidebar .item .product-details .info-wrapper tr {
  line-height: 18px;
}
#header-cart #cart-sidebar .item .product-details .info-wrapper tr th {
  text-transform: capitalize;
}
#header-cart #cart-sidebar .item .product-details .info-wrapper tr.qty-wrapper td {
  height: 0;
  line-height: 0;
}
#header-cart #cart-sidebar .item .product-details .info-wrapper tr td {
  color: #000;
}
#header-cart #cart-sidebar .item .product-details .btn-edit, #header-cart #cart-sidebar .item .product-details .divider, #header-cart #cart-sidebar .item .product-details .remove {
  color: #aaa;
}
#header-cart #cart-sidebar .item .product-details .btn-remove {
  background-image: url("2016/images/pc-source.png");
  background-position: -160px -120px;
  border: none;
}
#header-cart #cart-sidebar .item .product-details .btn-remove:after {
  content: "";
}
#header-cart #cart-sidebar .item .product-details .btn-remove:hover {
  background-color: transparent;
  opacity: 0.8;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header-cart #cart-sidebar .item .product-details .btn-remove {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
#header-cart .block-content {
  margin: 0 10px;
  border-top: 1px solid #aaa;
}
#header-cart .block-content .subtotal {
  background: none;
  margin-right: 10px;
  text-align: right;
}
#header-cart .block-content .subtotal .label {
  margin-right: 10px;
}
#header-cart .block-content .subtotal .price {
  color: #000;
  font-weight: bold;
}
#header-cart .minicart-wrapper {
  margin: 10px;
}
#header-cart .minicart-wrapper .block-subtitle {
  display: none;
}
#header-cart .minicart-wrapper .minicart-actions {
  margin: 0;
  padding: 10px;
}
#header-cart .minicart-wrapper .minicart-actions .button {
  float: left;
  width: 45%;
  margin-right: 5%;
  background-color: #bbb;
}
#header-cart .minicart-wrapper .minicart-actions .button:hover {
  background-color: #ccc;
}
#header-cart .minicart-wrapper .minicart-actions .checkout-types > li {
  margin: 0;
}
#header-cart .minicart-wrapper .minicart-actions .checkout-types > li .paypal-logo {
  display: none;
}
#header-cart .minicart-wrapper .minicart-actions .checkout-types > li .button {
  width: 50%;
  margin-right: 0;
  background-color: #ffb14d;
}
#header-cart .minicart-wrapper .minicart-actions .checkout-types > li .button:hover {
  background-color: #ffc74d;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Footer
 * ============================================ */
.footer-container {
  padding: 0;
  width: 100%;
  max-width: none;
  text-align: center;
}
.footer-container .footer-links {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.footer-container .footer-links .item {
  display: flex;
}
.footer-container .footer-links .item img {
  height: 25px;
  width: 25px;
}
.footer-container .footer-links .item span {
  margin-left: 5px;
  line-height: 25px;
}
@media only screen and (max-width: 340px) {
  .footer-container .footer-links .item span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 890px) {
  .footer-container .footer-links {
    flex-wrap: wrap;
  }
  .footer-container .footer-links .item {
    margin-bottom: 10px;
    width: 50%;
  }
  .footer-container .footer-links .item:first-child {
    order: 1;
  }
  .footer-container .footer-links .item:nth-child(2) {
    order: 3;
  }
  .footer-container .footer-links .item:nth-child(3) {
    order: 2;
  }
  .footer-container .footer-links .item:nth-child(4) {
    order: 4;
  }
}
@media only screen and (max-width: 650px) {
  .footer-container .footer-links .item {
    margin-bottom: 5px !important;
    width: 40%;
  }
  .footer-container .footer-links .item:first-child, .footer-container .footer-links .item:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (max-width: 540px) {
  .footer-container .footer-links .item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .footer-container .footer-links {
    padding: 20px 10px;
  }
  .footer-container .footer-links .item img {
    width: 15px;
    height: 15px;
    margin: 5px 0;
  }
  .footer-container .footer-links .item:nth-child(3), .footer-container .footer-links .item:nth-child(4) {
    width: 35%;
  }
}
@media only screen and (max-width: 410px) {
  .footer-container .footer-links {
    justify-content: space-between;
  }
  .footer-container .footer-links .item {
    width: auto !important;
  }
}
@media only screen and (max-width: 350px) {
  .footer-container .footer-links .item span {
    font-size: 10px;
  }
}
.footer-container .footer-signup {
  padding: 40px 20%;
  background-color: #333333;
  color: white;
}
.footer-container .footer-signup .footer-signup-content h2, .footer-container .footer-signup .footer-signup-content h4 {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-container .footer-signup .footer-signup-content h4 {
  text-transform: lowercase;
}
.footer-container .footer-signup .block-content {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
.footer-container .footer-signup .block-content .actions {
  max-width: 303px;
  margin: 0 auto;
}
.footer-container .footer-signup .block-content .actions label {
  display: block;
}
.footer-container .footer-signup .block-content .actions .signup input {
  width: 100%;
  padding: 20px;
  color: black;
  display: inline;
  border-radius: 3px;
}
.footer-container .footer-signup .block-content .actions .buttons button {
  width: 100%;
  background-color: #fc3159;
  border-color: #fc3159;
  display: inline;
  vertical-align: top;
  margin-top: 5px;
  border-radius: 3px;
}
.footer-container .footer-signup .block-content .actions .buttons button span {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media only screen and (max-width: 330px) {
  .footer-container .footer-signup .block-content .actions .buttons button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .footer-container .footer-signup {
    padding: 40px 10%;
  }
}
@media only screen and (max-width: 380px) {
  .footer-container .footer-signup {
    padding: 40px 10px;
  }
}
.footer-container .footer-info {
  padding: 20px 30px;
}
@media only screen and (max-width: 900px) {
  .footer-container .footer-info {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-container .footer-info .col-1, .footer-container .footer-info .col-2, .footer-container .footer-info .col-3 {
  padding-top: 30px;
}
.footer-container .footer-info .col-1 img, .footer-container .footer-info .col-2 img, .footer-container .footer-info .col-3 img {
  height: 25px;
  width: 25px;
  display: inline;
  vertical-align: bottom;
}
.footer-container .footer-info .col-1 span, .footer-container .footer-info .col-2 span, .footer-container .footer-info .col-3 span {
  margin-left: 5px;
}
.footer-container .footer-info .footer-info-content {
  overflow: auto;
}
.footer-container .footer-info .safe-payments-content, .footer-container .footer-info .shipping-methods-content, .footer-container .footer-info .currency-content {
  text-align: left;
  margin-bottom: 20px;
}
.footer-container .footer-info .safe-payments-gallery div, .footer-container .footer-info .shipping-methods-gallery div {
  border: solid 1px gainsboro;
  height: 70px;
  width: 32%;
}
@media only screen and (max-width: 900px) {
  .footer-container .footer-info .safe-payments-gallery div, .footer-container .footer-info .shipping-methods-gallery div {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-container .footer-info .safe-payments-gallery div, .footer-container .footer-info .shipping-methods-gallery div {
    height: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .footer-info .safe-payments-gallery div, .footer-container .footer-info .shipping-methods-gallery div {
    height: 70px;
  }
}
.footer-container .footer-info .safe-payments-gallery {
  width: 66%;
  display: flex;
  justify-content: space-between;
}
.footer-container .footer-info .safe-payments-gallery div {
  width: 48.48%;
  background-size: 160% !important;
}
.footer-container .footer-info .shipping-methods-gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-container .footer-info .shipping-methods-gallery .aus-post {
  background-size: 90%;
}
.footer-container .footer-info .shipping-methods-gallery .dhl-express, .footer-container .footer-info .shipping-methods-gallery .dhl-global {
  background-size: 100% 75%;
}
.footer-container .footer-info .currency {
  text-align: left;
}
.footer-container .footer-info .currency .currency-content {
  height: 25px;
  vertical-align: bottom;
}
.footer-container .footer-info .currency .currency-content span {
  line-height: 25px;
}
.footer-container .footer-info .currency .currency-select {
  margin-left: 5px;
  padding: 0 10px 0 0;
  position: relative;
}
.footer-container .footer-info .currency .currency-select .currency-logo {
  position: absolute;
  text-align: left;
  display: none;
  left: 25px;
  top: 25px;
}
.footer-container .footer-info .currency .currency-select .currency-logo i {
  width: 20px;
  height: 12px;
}
.footer-container .footer-info .currency .currency-select.AUD .currency-logo.AUD {
  display: block;
}
.footer-container .footer-info .currency .currency-select.GBP .currency-logo.GBP {
  display: block;
}
.footer-container .footer-info .currency .currency-select.CAD .currency-logo.CAD {
  display: block;
}
.footer-container .footer-info .currency .currency-select.NZD .currency-logo.NZD {
  display: block;
}
.footer-container .footer-info .currency .currency-select.USD .currency-logo.USD {
  display: block;
}
.footer-container .footer-info .currency .currency-select select {
  background-image: url("2016/images/select-arrow-down.png");
  background-position-x: 90%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-left: 50px;
  height: 70px;
  border: 1px solid gainsboro;
  background-size: 5%;
}
.footer-container .footer-info::after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 900px) {
  .footer-container .footer-info .safe-payments, .footer-container .footer-info .shipping-methods {
    width: 50% !important;
    padding: 30px 30px 20px 30px;
    border-bottom: 2px solid gainsboro;
  }
  .footer-container .footer-info .safe-payments {
    border-right: 2px solid gainsboro;
  }
  .footer-container .footer-info .currency {
    width: 100% !important;
    padding: 40px 20%;
  }
  .footer-container .footer-info .currency .currency-content {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .footer-container .footer-info .currency {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .footer-info .safe-payments, .footer-container .footer-info .shipping-methods {
    width: 100% !important;
  }
  .footer-container .footer-info .currency {
    width: 100% !important;
    padding: 40px 5% 0px 5%;
  }
}
.footer-container .footer-company {
  padding: 20px 30px;
  text-align: left;
  overflow: auto;
}
.footer-container .footer-company .shipping-rate h3, .footer-container .footer-company .contact-us h3, .footer-container .footer-company .connect-help h3 {
  font-size: 12px;
}
.footer-container .footer-company .shipping-rate {
  width: 33%;
}
.footer-container .footer-company .shipping-rate .aus table {
  margin: 20px 0;
  font-size: 12px;
  color: #8f8f8f;
}
.footer-container .footer-company .shipping-rate .aus table tr th:first-child {
  width: 45px;
}
.footer-container .footer-company .shipping-rate .aus table tr th:nth-child(2) {
  width: 75px;
}
.footer-container .footer-company .shipping-rate .aus table tr th:nth-child(3) {
  width: 60px;
}
.footer-container .footer-company .shipping-rate .aus table tr th:nth-child(4) {
  width: 45px;
}
.footer-container .footer-company .shipping-rate .aus table tr th:nth-child(5) {
  width: 95px;
}
.footer-container .footer-company .shipping-rate .int table {
  margin: 20px 0;
  font-size: 12px;
  color: #8f8f8f;
}
.footer-container .footer-company .shipping-rate .aus span a, .footer-container .footer-company .shipping-rate .int span a {
  font-size: 12px;
  text-decoration: underline;
  margin: 5px 0;
}
@media only screen and (max-width: 440px) {
  .footer-container .footer-company .accordion-body table {
    font-size: 12px;
  }
}
@media only screen and (max-width: 340px) {
  .footer-container .footer-company .accordion-body table {
    font-size: 10px;
  }
}
.footer-container .footer-company .contact-us P {
  padding-top: 10px;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 18px;
}
.footer-container .footer-company .connect-help {
  width: 29.746%;
}
.footer-container .footer-company .connect-help .connect, .footer-container .footer-company .connect-help .help {
  padding: 0;
}
.footer-container .footer-company .connect-help .connect {
  float: left;
  width: 48.805475%;
  margin: 0 2.38095% 20px 0;
}
.footer-container .footer-company .connect-help .connect a {
  padding-right: 40px;
  padding-top: 15px;
  display: inline-block;
}
.footer-container .footer-company .connect-help .connect a img {
  max-width: 25px;
  max-height: 25px;
}
.footer-container .footer-company .connect-help .help {
  float: left;
  width: 48.805475%;
  margin: 0 0 20px 0;
}
.footer-container .footer-company .connect-help .help p {
  padding-top: 10px;
}
.footer-container .footer-company .connect-help .help p a {
  display: block;
  font-size: 12px;
  color: #8f8f8f;
  line-height: 18px;
}
.footer-container .footer-company .connect-help .help p a img {
  max-width: 25px;
  max-height: 25px;
}
.footer-container .footer-company #connect div {
  display: inline-block;
}
.footer-container .footer-company #connect div a {
  display: inline-block;
  padding-right: 30px;
}
.footer-container .footer-company:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 979px) {
  .footer-container .footer-company .col-1 {
    padding-bottom: 20px;
    width: 100% !important;
  }
  .footer-container .footer-company .col-1 table {
    width: 100%;
  }
  .footer-container .footer-company .col-2, .footer-container .footer-company .col-3 {
    width: 50% !important;
    height: 180px;
  }
  .footer-container .footer-company .col-1, .footer-container .footer-company .col-2, .footer-container .footer-company .col-3 {
    padding-top: 20px;
    border-top: 1px solid gainsboro;
  }
}
.footer-container .footer-company.mobile .accordion-body.in.collapse a {
  color: black;
}
.footer-container .footer-company.mobile p, .footer-container .footer-company.mobile #help p a {
  color: #8f8f8f;
}
.footer-container .footer-company.mobile .accordion-group:first-child .accordion-body .aus table, .footer-container .footer-company.mobile .accordion-group:first-child .accordion-body .int table {
  color: #b2b2b2;
}
.footer-container .footer-company.mobile .accordion-group:first-child .accordion-body .aus p, .footer-container .footer-company.mobile .accordion-group:first-child .accordion-body .int p {
  margin-top: 10px;
}
.footer-container .accordion {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-container .accordion .accordion-group {
  border-top: 1px solid gainsboro;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-container .accordion .accordion-group h3 {
  font-size: 12px;
}
.footer-container .accordion .accordion-group:last-child {
  border-bottom: 1px solid gainsboro;
}
.footer-container .accordion .accordion-group a {
  margin-top: 10px;
  padding: 5px 0;
}
.footer-container .accordion .accordion-group .accordion-body#connect img {
  max-width: 25px;
  max-height: 25px;
}
.footer-container .accordion .accordion-group .accordion-body#help p a {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-container .col3-set {
  width: 100%;
}
.footer-container .col3-set > .col-1, .footer-container .col3-set > .col-2, .footer-container .col3-set > .col-3 {
  width: 33.33%;
  float: left;
}
.footer-container .small-print {
  padding-bottom: 20px;
}
.footer-container .small-print .logo {
  display: inline-block;
  float: left;
}
.footer-container .small-print .logo img {
  height: 20px;
}
.footer-container .small-print .col-1 {
  text-align: left;
}
.footer-container .small-print .col-1 .sprite-padlock {
  margin: -3px 5px 0 0;
}
.footer-container .small-print .col-1 .sprite-visa {
  margin: 0 0 0 5px;
}
.footer-container .small-print .col-1 .sprite-mastercard {
  margin: 0 0 0 5px;
}
.footer-container .small-print .col-1 .sprite-americanexpress {
  margin: 0 0 0 5px;
}
.footer-container .small-print address {
  display: inline-block;
  float: left;
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
  clear: none;
}
@media only screen and (max-width: 770px) {
  .footer-container .small-print address {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 600px) {
  .footer-container .small-print {
    border-top: 1px solid gainsboro;
  }
}
@media only screen and (max-width: 700px) {
  .footer-container .small-print .logo {
    display: block;
    float: none;
    margin: 20px 0;
  }
  .footer-container .small-print .logo img {
    height: 40px;
    margin: 0 auto;
  }
  .footer-container .small-print address {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .small-print .logo img {
    height: 30px;
  }
  .footer-container .small-print address span {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .footer-container {
    border-bottom: none;
  }
}

/* -------------------------------------------- *
 * Footer
 */
.navi-footer {
  border-top: 1px solid #999;
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}
.navi-footer .navi-item {
  margin: 15px auto 0;
  display: block;
}

@media only screen and (max-width: 770px) {
  .navi-footer {
    display: block;
  }
  .navi-footer .navi-item > .dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    z-index: 120;
  }

  .navi-item:after {
    border: none;
  }

  .navi-item > .dropdown-menu.active {
    display: block;
  }

  .navi-item > .dropdown .flag-wrapper .sprite {
    height: 12px;
    padding: 0 10px;
  }
}
.footer {
  max-width: none;
  padding: 0;
  border-top: 1px solid gainsboro;
}
.footer .footer-wrapper {
  margin: 0 0 0 25%;
}
.footer .footer-wrapper > div {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-wrapper .block-title.sign-up {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.footer .footer-wrapper .links-subscribe {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
.footer .footer-wrapper .links-subscribe .block-title, .footer .footer-wrapper .links-subscribe .form-fine-print {
  display: none;
}
.footer .footer-wrapper .links-subscribe form .actions {
  margin: 5px 0;
}
.footer .footer-wrapper .links-subscribe form .actions .input-text {
  font-size: 16px;
  letter-spacing: 0.15em;
  max-width: 80%;
  height: 33px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.footer .footer-wrapper .links-subscribe form .actions .input-text ::-webkit-input-placeholder {
  color: #ccc;
}
.footer .footer-wrapper .links-subscribe form .actions .input-text ::-moz-placeholder {
  color: #ccc;
}
.footer .footer-wrapper .links-subscribe form .actions .input-text :-moz-placeholder {
  color: #ccc;
}
.footer .footer-wrapper .links-subscribe form .actions .input-text :-ms-input-placeholder {
  color: #ccc;
}
.footer .footer-wrapper .links-subscribe form .actions .button {
  margin-top: -3px;
  padding: 5px 20px;
  font-size: 18px;
  letter-spacing: 0.1m;
}
.footer .footer-wrapper .affiliate {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.footer .footer-wrapper .affiliate p {
  margin-bottom: 15px;
}
.footer .footer-wrapper .affiliate a {
  color: #ff6955;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
.footer .footer-wrapper .affiliate a:hover {
  text-decoration: none;
}
.footer .footer-wrapper .follow-us {
  margin: 10px auto;
  width: 333px;
}
.footer .footer-wrapper .follow-us span {
  display: block;
  float: left;
  margin: 5px 5px 0 0;
}
.footer .footer-wrapper .follow-us .snapchat-text {
  float: left;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 5px;
}
.footer .footer-wrapper .follow-us a {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin-left: 5px;
}
.footer .footer-wrapper .follow-us a.instagram-icon {
  background-position: -44px -265px;
}
.footer .footer-wrapper .follow-us a.facebook-icon {
  background-position: -9px -265px;
}
.footer .footer-wrapper .follow-us a.pinterest-icon {
  background-position: -76px -265px;
}
.footer .footer-wrapper .follow-us a.snapchat-icon {
  background-position: -110px -265px;
}
@media only screen and (max-width: 770px) {
  .footer .footer-wrapper {
    margin: 0;
  }
  .footer .footer-wrapper > div {
    width: 100%;
    margin: 0;
  }
  .footer .footer-wrapper .sign-up, .footer .footer-wrapper .affiliate {
    display: none;
  }
  .footer .footer-wrapper .links-subscribe .block-title, .footer .footer-wrapper .links-subscribe .form-subscribe-header, .footer .footer-wrapper .links-subscribe .form-fine-print {
    display: block;
  }
  .footer .footer-wrapper .links-subscribe span.break {
    display: block;
    padding: 10px 0 5px;
  }
}
.footer ul.unstyled {
  display: inline-block;
  list-style: none outside none;
}
.footer ul.unstyled li {
  display: inline-block;
}
.footer .block-subscribe .block-content {
  padding-top: 0;
}
.footer .links {
  margin-right: 2%;
  padding-right: 0;
  width: 23%;
  clear: none;
  border-right: 1px solid #ccc;
}
.footer .links a:hover {
  color: #636363;
}
.footer .links.links-wide {
  width: 34%;
}
.footer .links.links-wide .label {
  width: 75%;
  display: inline-block;
  word-break: normal;
}
.footer .links.links-wide .value {
  float: right;
  padding-left: 5%;
  width: 25%;
}
.footer .links:nth-child(5) {
  margin-right: 0;
  float: right;
  width: 12%;
}
.footer .links .block-title {
  border-top: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-right: 20%;
}
.footer .links .button {
  font-size: 18px;
}
.footer .links ul {
  margin-bottom: 30px;
}
.footer .links li a {
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  .footer .links, .footer .copyright {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .footer .block-subscribe form {
    width: 100%;
  }
  .footer .links {
    width: 46% !important;
    margin-right: 2% !important;
    float: left !important;
  }
  .footer .links:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
  .footer .links {
    width: 100% !important;
  }
  .footer .links.links-wide .label {
    width: 50%;
  }
  .footer .links.links-wide .value {
    width: 45%;
  }
}
/* ==== footer newsletter ==== */
.footer {
  /* ==== join popup mask layer ==== */
  /* ==== join popup ==== */
}
.footer .footer-newsletter {
  padding: 20px;
  background-color: #e5e5e5;
  letter-spacing: 0;
  font-size: 11px;
}
.footer .footer-newsletter button {
  border: none;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  margin: 4px 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.footer .footer-newsletter button.button-footer-newsletter-join {
  background-color: #FFCC00;
}
.footer .footer-newsletter button.button-footer-newsletter-refer-friend {
  background-color: #7EA4D2;
  color: white;
}
.footer #footer-join-newsletter-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1000;
}
.footer #footer-join-newsletter-popup {
  background-color: white;
  border-radius: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  max-height: none;
  z-index: 1200;
  padding: 30px;
  width: 550px;
}
@media only screen and (max-width: 770px) {
  .footer #footer-join-newsletter-popup {
    width: 589px;
    top: 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .footer #footer-join-newsletter-popup {
    width: 90%;
    left: 5%;
    transform: none;
    top: 5%;
    padding: 5px;
  }
}
.footer #footer-join-newsletter-popup .close {
  float: right;
  clear: both;
  width: 100%;
  text-align: right;
}
.footer #footer-join-newsletter-popup .popup-login-loading img {
  display: inline-block;
}
.footer #footer-join-newsletter-popup .block-content {
  color: grey;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog .dialog-footer {
  margin: 20px;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-join .dialog-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 770px) {
  .footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-join .dialog-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-exist-customer .dialog-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 770px) {
  .footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-exist-customer .dialog-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-reset-password .dialog-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 770px) {
  .footer #footer-join-newsletter-popup .block-content .newsletter-dialog.newsletter-reset-password .dialog-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog .text-up {
  text-align: center;
  line-height: 200%;
  font-size: large;
}
@media only screen and (max-width: 770px) {
  .footer #footer-join-newsletter-popup .block-content .newsletter-dialog .text-up {
    line-height: inherit;
    font-size: medium;
  }
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog .newsletter-popup-hr {
  text-align: center;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog .newsletter-popup-hr hr {
  display: inline-block;
  height: 2px;
  font-size: 1px;
  line-height: 0;
  clear: both;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form {
  text-align: left;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form select {
  background-color: white;
  height: 2em;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .input-text.validate-email {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form #register-email {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form #register-password {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form #login-email {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form #login-password {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .name .first-name {
  float: left;
  width: 50%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .name #register-firstname {
  width: 90%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .name .last-name {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .name #register-lastname {
  width: 50%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday-text {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday-text {
    font-size: small;
  }
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday .day {
  float: left;
  width: 50%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday #register-birth-day {
  width: 90%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday .month {
  width: 100%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form .birthday #register-birth-month {
  width: 50%;
}
.footer #footer-join-newsletter-popup .block-content .newsletter-dialog form button {
  width: 100%;
  color: white;
  font-weight: bolder;
  background: #7F7F7F;
  border: #7F7F7F;
}

.notification {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  top: -135px;
  z-index: 1000;
  padding: 10px;
  background-color: white;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.notification .text {
  line-height: 40px;
}
.notification .buttons {
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
}
.notification .buttons button {
  width: 48%;
  border: 1px solid white;
  background-color: white;
  color: black;
  font-size: 18px;
  width: 45%;
  padding: 10px;
}
.notification .buttons button:first-child {
  margin-right: 5px;
  background-color: #fc3159;
  color: white;
}
.notification .buttons button:last-child {
  margin-left: 5px;
  border: 1px solid #8f8f8f;
  padding: 9px 10px;
}

@media only screen and (max-width: 599px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .landscape {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .portrait {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .widescreen {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .tablet {
    display: none;
  }
}
.colset-1 img {
  width: 100%;
  height: auto;
}
.colset-1 > .col-1 {
  margin-bottom: 20px;
}

.colset-2 img {
  width: 100%;
  height: auto;
}
.colset-2 > .col-1 {
  float: left;
  width: 48.805475%;
  margin: 0 2.38095% 20px 0;
}
.colset-2 > .col-2 {
  float: left;
  width: 48.805475%;
  margin: 0 0 20px 0;
}
.colset-2:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-2 > .col-1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-2 > .col-2 {
    float: none;
    width: 100%;
  }
}

.colset-2rev img {
  width: 100%;
  height: auto;
}
.colset-2rev > .col-1 {
  float: right;
  width: 48.805475%;
  margin: 0 0 20px 2.38095%;
}
.colset-2rev > .col-2 {
  float: right;
  width: 48.805475%;
  margin: 0 0 20px 0;
}
.colset-2rev:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-2rev > .col-1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-2rev > .col-2 {
    float: none;
    width: 100%;
  }
}

.colset-2left img {
  width: 100%;
  height: auto;
}
.colset-2left > .col-1 {
  float: left;
  width: 65.87302%;
  margin: 0 2.38095% 20px 0;
}
.colset-2left > .col-2 {
  float: left;
  width: 31.74603%;
  margin: 0 0 20px 0;
}
.colset-2left:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-2left > .col-1 {
    width: 48.805475%;
  }
  .colset-2left > .col-2 {
    width: 48.805475%;
  }
}
@media only screen and (max-width: 599px) {
  .colset-2left > .col-1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-2left > .col-2 {
    float: none;
    width: 100%;
  }
}

.colset-2right img {
  width: 100%;
  height: auto;
}
.colset-2right .col-1 {
  float: left;
  width: 31.74603%;
  margin: 0 2.38095% 20px 0;
}
.colset-2right .col-2 {
  float: left;
  width: 65.87302%;
  margin: 0 0 20px 0;
}
.colset-2right:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-2right .col-1 {
    width: 48.805475%;
  }
  .colset-2right .col-2 {
    width: 48.805475%;
  }
}
@media only screen and (max-width: 599px) {
  .colset-2right .col-1 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-2right .col-2 {
    float: none;
    width: 100%;
  }
}

.colset-3 img {
  width: 100%;
  height: auto;
}
.colset-3 .col-1, .colset-3 .col-2 {
  float: left;
  width: 31.74603%;
  margin: 0 2.38095% 20px 0;
}
.colset-3 .col-3 {
  float: left;
  width: 31.74603%;
  margin: 0 0 20px 0;
}
.colset-3:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-3 .col-1, .colset-3 .col-2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-3 .col-3 {
    float: none;
    width: 100%;
  }
}

.colset-3large img {
  width: 100%;
  height: auto;
}
.colset-3large .col-1, .colset-3large .col-2 {
  float: left;
  width: 31.74603%;
  margin: 0 2.38095% 20px 0;
}
.colset-3large .col-3 {
  float: left;
  width: 31.74603%;
  margin: 0 0 20px 0;
}
.colset-3large:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 979px) {
  .colset-3large .col-1, .colset-3large .col-2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-3large .col-3 {
    float: none;
    width: 100%;
  }
}

.colset-3rev img {
  width: 100%;
  height: auto;
}
.colset-3rev .col-1, .colset-3rev .col-2 {
  float: right;
  width: 31.74603%;
  margin: 0 0 20px 2.38095%;
}
.colset-3rev .col-3 {
  float: right;
  width: 31.74603%;
  margin: 0 0 20px 0;
}
.colset-3rev:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 770px) {
  .colset-3rev .col-1, .colset-3rev .col-2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-3rev .col-3 {
    float: none;
    width: 100%;
  }
}

.colset-4 img {
  width: 100%;
  height: auto;
}
.colset-4 .col-1, .colset-4 .col-2, .colset-4 .col-3 {
  float: left;
  width: 23.2142875%;
  margin: 0 2.38095% 20px 0;
}
.colset-4 .col-4 {
  float: left;
  width: 23.2142875%;
  margin: 0 0 20px 0;
}
.colset-4:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 979px) {
  .colset-4 .col-1, .colset-4 .col-3 {
    width: 48.805475%;
  }
  .colset-4 .col-2, .colset-4 .col-4 {
    width: 48.805475%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 599px) {
  .colset-4 .col-1, .colset-4 .col-2, .colset-4 .col-3 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .colset-4 .col-4 {
    float: none;
    width: 100%;
  }
}

.colset-6 img {
  width: 100%;
  height: auto;
}
.colset-6 .col-1, .colset-6 .col-2, .colset-6 .col-4, .colset-6 .col-5 {
  float: left;
  width: 31.74603%;
  margin: 0 2.38095% 20px 0;
}
.colset-6 .col-3, .colset-6 .col-6 {
  float: left;
  width: 31.74603%;
  margin: 0 0 20px 0;
}
.colset-6:after {
  content: ' ';
  clear: both;
  display: table;
}
@media only screen and (max-width: 979px) {
  .colset-6 .col-1, .colset-6 .col-3, .colset-6 .col-5 {
    width: 48.805475%;
    margin: 0 2.38095% 20px 0;
  }
  .colset-6 .col-2, .colset-6 .col-4, .colset-6 .col-6 {
    width: 48.805475%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 599px) {
  .colset-6 .col-1, .colset-6 .col-2, .colset-6 .col-3, .colset-6 .col-4, .colset-6 .col-5, .colset-6 .col-6 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* instagram */
.instagram-posts .post-block {
  float: left;
  width: 400px;
  height: 400px;
  margin: 10px;
}
.instagram-posts .post-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
#pop-newsletter-content .popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1000;
}
#pop-newsletter-content .popup-content {
  width: 560px;
  height: 560px;
  background: 50% 50% no-repeat url(2016/images/popupbg.jpg);
  background-size: auto 100%;
  border-radius: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  max-height: none;
  z-index: 1200;
  padding: 30px;
}
@media only screen and (max-width: 770px) {
  #pop-newsletter-content .popup-content {
    width: 589px;
    top: 50%;
  }
}
@media only screen and (max-width: 599px) {
  #pop-newsletter-content .popup-content {
    width: 90%;
    left: 5%;
    transform: none;
    top: 5%;
    padding: 5px;
  }
}
@media only screen and (max-width: 479px) {
  #pop-newsletter-content .popup-content {
    width: 98%;
    left: 1%;
    transform: none;
    top: 5%;
    padding: 5px;
  }
}
#pop-newsletter-content .popup-content .close {
  float: right;
  clear: both;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#pop-newsletter-content .popup-content .close .sprite.sprite-close {
  background: none;
  width: auto;
  color: white;
  text-decoration: underline;
}
#pop-newsletter-content .popup-content .static_block .block-content {
  color: grey;
}
#pop-newsletter-content .popup-content .static_block .block-content.newsletter-join .dialog-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 770px) {
  #pop-newsletter-content .popup-content .static_block .block-content.newsletter-join .dialog-content {
    margin-top: auto;
    margin-bottom: auto;
  }
}
#pop-newsletter-content .popup-content .static_block .block-content .text-up {
  text-align: left;
  line-height: 200%;
  font-size: large;
  color: black;
}
#pop-newsletter-content .popup-content .static_block .block-content .text-up .bold {
  font-weight: 700;
}
#pop-newsletter-content .popup-content .static_block .block-content .text-up h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  #pop-newsletter-content .popup-content .static_block .block-content .text-up {
    line-height: inherit;
    font-size: medium;
  }
}
#pop-newsletter-content .popup-content .static_block .block-content .text-group {
  width: 50%;
  text-align: left;
  color: black;
  margin: 30px 0;
}
#pop-newsletter-content .popup-content .static_block .block-content .text-group p {
  margin-bottom: 0px;
}
#pop-newsletter-content .popup-content form {
  text-align: left;
}
#pop-newsletter-content .popup-content form .form-group {
  width: 302px;
  margin: 2px 0;
  background: rgba(255, 255, 255, 0.9);
}
#pop-newsletter-content .popup-content form input.email {
  background: none;
  width: 100%;
  border: none;
  text-align: center;
  line-height: 40px;
  height: 60px;
  margin: 0;
}
#pop-newsletter-content .popup-content form .my-code {
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  height: 60px;
}
@media only screen and (max-width: 599px) {
  #pop-newsletter-content .popup-content form .my-code {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#pop-newsletter-content .popup-content form .my-code h2 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  #pop-newsletter-content .popup-content form .my-code h2 {
    font-size: 18px;
  }
}
#pop-newsletter-content .popup-content form button {
  width: 100%;
  color: white;
  font-weight: bolder;
  background: #7F7F7F;
  border: #7F7F7F;
  margin-bottom: 10px;
}
#pop-newsletter-content .popup-content .second label {
  width: 50%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  height: 60px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#pop-newsletter-content .popup-content .second label span {
  line-height: 60px;
}
#pop-newsletter-content .popup-content .second a {
  display: block;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  height: 60px;
}
#pop-newsletter-content .popup-content .second a .button {
  background: none;
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#pop-newsletter-content .popup-content .second a .button span {
  padding: 10px 0;
  line-height: 50px;
  color: black;
}
#pop-newsletter-content .popup-content .error-msg {
  width: 50%;
  text-align: center;
}

/**
 * PopCherry
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * DISCLAIMER
 *
 *
 * @category    design
 * @package     popcherry_pc142
 * @copyright   Copyright (c) 2014 Popcherry (http://www.popcherry.com.au)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

div > ul,
ul > li {
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Homepage
 * ============================================ */
.cms-home .col-main .colset-2 img, .cms-home .col-main .colset-3 img {
  width: 100%;
}

/* ============================================ *
 * home page main ad
 * ============================================ */
.main-container .slideshow-container {
  border: none;
}
.main-container .slideshow-container .slideshow {
  border: none;
  list-style: none;
}
@media only screen and (max-width: 599px) {
  .main-container .slideshow-container .slideshow {
    margin: 0 0 10px 0;
  }
}
.main-container .slideshow-container .slideshow li {
  margin-left: 0;
}
.main-container .slideshow-container .slideshow li img {
  width: 100%;
}
.main-container .slideshow-container .handle {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  height: 30px;
}
.main-container .slideshow-container .handle li {
  margin: 0;
  padding: 0;
  float: left;
  width: 33.3333333%;
  background-color: #f3f3f3;
  padding: 10px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
.main-container .slideshow-container .handle li.active, .main-container .slideshow-container .handle li:hover {
  background-color: #000;
  color: #fff;
}
.main-container .slideshow-container .handle li span {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
}
.main-container .slideshow-container .handle li.active span, .main-container .slideshow-container .handle li:hover span {
  border-left: 7px solid #fff;
}
.main-container .slideshow-container .mobile-container {
  display: none;
}
.main-container .slideshow-container .mobile-container img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 599px) {
  .main-container .slideshow-container .slideshow {
    display: none;
  }
  .main-container .slideshow-container .handle {
    display: none;
  }
  .main-container .slideshow-container .mobile-container {
    display: block;
  }
}
.main-container .promos {
  clear: both;
}
.main-container .promos li {
  border: none;
}
.main-container #best-seller ul.products-grid li {
  margin-left: 0;
}

/* ============================================ *
 * home page Carousel banner on main page
 * ============================================ */
.main-carousel .slick-arrow {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
}
.main-carousel .slick-arrow::before {
  content: '';
}
.main-carousel .slick-prev {
  background-position: -39px -67px;
  left: 3%;
}
.main-carousel .slick-prev:hover {
  background-position: -22px -67px;
}
.main-carousel .slick-next {
  background-position: -73px -66px;
  right: 3%;
}
.main-carousel .slick-next:hover {
  background-position: -55px -66px;
}
.main-carousel .slick-track a {
  height: 540px;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

@media only screen and (max-width: 770px) {
  .col-left.sidebar {
    margin-bottom: 30px;
  }
}

.vertnav-container {
  margin: 37px 0 40px;
  padding-bottom: 30px;
  border: 1px solid #999;
}
.vertnav-container h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 18px;
}
.vertnav-container h1 span.label {
  background-color: #fff;
  padding: 0 5px;
}
.vertnav-container #vertnav {
  margin: 20px 0 0 10px;
  /* Retina display */
}
.vertnav-container #vertnav li .vertnav-cat {
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 3px 0;
}
.vertnav-container #vertnav li.has-children > ul {
  padding-left: 10px;
}
.vertnav-container #vertnav li.active > span a {
  font-weight: bold;
}
.vertnav-container #vertnav li.inactive .vertnav-cat {
  background-color: #fff;
}
.vertnav-container #vertnav li.parent .vertnav-cat {
  background-color: #fff;
  font-weight: normal;
}
.vertnav-container #vertnav li.has-children > span::after {
  display: block;
  content: ' ';
  float: right;
  height: 8px;
  width: 12px;
  margin: 5px 20px 0 0;
  background: url("2016/images/pc-source.png") -50px -201px no-repeat;
  cursor: pointer;
}
.vertnav-container #vertnav li.has-children.inactive > span::after {
  background-position: -50px -211px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vertnav-container #vertnav li.has-children::after {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
@media only screen and (max-width: 770px) {
  .vertnav-container {
    display: none;
  }
}

.category-navigation h5 {
  font-family: "baskerville-pro-italic", Verdana, Arial, sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.4em;
  text-rendering: optimizelegibility;
  color: #000;
  text-transform: none;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 0;
  position: relative;
}
.category-navigation h5.heading {
  position: relative;
}
.category-navigation h5.heading .toggle-category {
  display: none;
}
@media only screen and (max-width: 770px) {
  .category-navigation h5.heading {
    cursor: pointer;
  }
  .category-navigation h5.heading .toggle-category {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 770px) {
  .category-navigation h5:after {
    margin-top: -5px;
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 55%;
  }
}

/*
 *	Left navigation
 */
.block-layered-nav {
  margin: 37px 0 40px;
  padding: 0 10px 10px;
  border: 1px solid #999;
}
.block-layered-nav h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 18px;
}
.block-layered-nav h1 span.label {
  background-color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 770px) {
  .block-layered-nav {
    border: none;
  }
  .block-layered-nav h1 {
    display: none;
  }
}

.grid li a:hover {
  text-decoration: none;
}
.grid li i {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  float: left;
  margin: 0 9px 15px;
  width: 29px;
  height: 29px;
  text-indent: -10000px;
  box-sizing: content-box;
  border: 1px solid transparent;
  border-radius: 19px;
}
.grid li i.m-selected-filter-item {
  border: 1px solid #ccc;
}
.grid li .color-grey {
  background-position: -219px -8px;
}
.grid li .color-blue {
  background-position: -189px -8px;
}
.grid li .color-navy {
  background-position: -189px -40px;
}
.grid li .color-pink {
  background-position: -219px -40px;
}
.grid li .color-red {
  background-position: -190px -72px;
}
.grid li .color-yellow {
  background-position: -219px -72px;
}
.grid li .color-black {
  background-position: -189px -102px;
}
.grid li .color-cream {
  background-position: -219px -102px;
}
.grid li .color-green {
  background-position: -189px -134px;
}
.grid li .color-orange {
  background-position: -219px -134px;
}
.grid li .color-purple {
  background-position: -189px -166px;
}
.grid li .color-white {
  background-position: -219px -166px;
}
.grid li .color-beige {
  background-position: -188px -195px;
}
.grid li .color-tan {
  background-position: -219px -195px;
}
.grid li .color-silver {
  background-position: -189px -230px;
}
.grid li .color-gold {
  background-position: -218px -226px;
}
.grid li .color-multi {
  background-position: -5px -31px;
}
.grid li .color-brown {
  background-position: -35px -31px;
}
.grid li .color-silver {
  background-position: -66px -31px;
}
.grid li .color-lightpurple {
  background-position: -155px -141px;
}
.grid li .color-stripe {
  background-position: -96px -92px;
}
.grid li .color-aqua {
  background-position: -218px -256px;
}
.grid li .color-mocha {
  background-position: -188px -256px;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .grid li i {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
.block-layered-nav .block-content > dl > dt {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #000;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #ccc;
  background-color: inherit;
  /* margin-bottom: 12px; */
  /* fix toggle block jumping */
  cursor: pointer;
}
.block-layered-nav .block-content > dl > dd {
  padding: 0px;
  margin: 0px;
  border: 0px;
  /* margin-bottom: 10px; */
  /* fix toggle block jumping */
}
.block-layered-nav .block-content > dl > dd > ol {
  margin: 10px 0;
}

#narrow-by-list {
  /* Retina display */
}
#narrow-by-list dt:before {
  display: block;
  content: ' ';
  float: right;
  height: 8px;
  width: 12px;
  margin: 5px 0 0;
  background: url("2016/images/pc-source.png") -50px -211px no-repeat;
}
#narrow-by-list dt.pointer:before {
  background-position: -50px -201px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #narrow-by-list dt:before {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
@media only screen and (min-width: 771px) {
  #narrow-by-list.no-display {
    display: block !important;
  }
}

.breadcrumbs {
  color: #000;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 18px;
  list-style: none outside none;
  margin: 9px 0 18px;
  padding: 0;
  text-transform: uppercase;
  display: block;
}

.page-container .customer-care-nav {
  width: 23%;
  float: left;
}
.page-container .customer-care-nav h1 {
  color: #000;
  font-family: "baskerville-pro-italic", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.4em;
  border-bottom: 2px solid #ebebeb;
  text-transform: none;
}
.page-container .customer-care-nav .sidebar-nav h5 {
  color: #000;
  font-family: "ff-super-grotesk-web-bold",helvetica,arial;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.4em;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}
.page-container .customer-care-nav .sidebar-nav ul {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
}
.page-container .customer-care-nav .sidebar-nav ul li {
  font-family: "baskerville-pro", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  text-rendering: optimizelegibility;
  text-transform: capitalize;
  font-style: normal;
}
.page-container .customer-care-nav .sidebar-nav ul li a {
  text-decoration: none;
  color: #000;
}
.page-container .customer-care-nav .sidebar-nav ul li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.page-container .page-content {
  width: 73%;
  float: left;
  margin-left: 4%;
  color: #111;
  font-family: "ff-super-grotesk-web",helvetica,arial;
  font-size: 15px;
  line-height: 1.4em;
}
.page-container .page-content h3 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  text-rendering: optimizelegibility;
  text-transform: capitalize;
  margin: 16px 0;
}
.page-container .page-content ul li, .page-container .page-content ol li {
  color: #111;
  font-size: 15px;
  font-style: inherit;
  font-family: inherit;
}
.page-container .page-content ul li a, .page-container .page-content ol li a {
  color: #111;
  text-decoration: underline;
}
.page-container .page-content p {
  color: #111;
  font-size: 15px;
  font-style: inherit;
  font-family: inherit;
}

.std p {
  margin: 0 0 18px;
}
.std ul {
  margin-bottom: 18px;
}

.cms-no-route .std {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.cms-no-route .std h1, .cms-no-route .std h2 {
  color: #000;
  font-size: 28px;
  line-height: 36px;
}
.cms-no-route .std p {
  color: #000;
  font-style: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.cms-no-route .std ul li, .cms-no-route .std ol li {
  font-style: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 18px;
}
.cms-no-route .std table.sizes td {
  padding: 9px 20px;
  border: 1px solid #ccc;
  text-align: center;
}
.cms-no-route dl dt {
  margin-bottom: 9px;
  font-weight: bold;
}
.cms-no-route dl dd {
  margin-bottom: 18px;
}

.cms-no-route .std {
  text-align: center;
}
.cms-no-route .buttons-set {
  text-align: center;
}

.block-cms-menu li {
  text-transform: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  margin: 0;
}

.faq-container {
  margin-top: 18px;
}
.faq-container div.question {
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 18px;
}

.cms-shipping-table {
  width: 100%;
  margin-bottom: 18px;
}
.cms-shipping-table tr th {
  font-weight: bold;
}
.cms-shipping-table tr td, .cms-shipping-table tr th {
  padding: 9px 0;
  border-bottom: 1px solid #ccc;
}
.cms-shipping-table tr td p, .cms-shipping-table tr th p {
  margin-bottom: 9px;
}

.cms-menu-block h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
}

.easy-returns-container {
  margin-top: 18px;
}
.easy-returns-container p.title {
  font-weight: bold;
  font-size: 18px;
}
.easy-returns-container .easy-returns-policy-container {
  text-align: center;
}
.easy-returns-container .easy-returns-policy-container h1 {
  background-color: #ecdcdc;
  padding: 9px 10px;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.easy-returns-container .easy-returns-policy-container .easy-returns-policy {
  background-color: #ecdcdc;
  padding: 18px 10px 9px;
}
.easy-returns-container .easy-returns-policy-container .easy-returns-policy p {
  font-size: 18px;
}
.easy-returns-container .easy-returns-options h1 {
  background-color: #c8f8e8;
}
.easy-returns-container .easy-returns-options > p {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
  clear: left;
  letter-spacing: 2px;
  font-size: 15px;
}
.easy-returns-container .easy-returns-options > p strong {
  text-transform: uppercase;
}
.easy-returns-container .easy-returns-options p.first-heading {
  text-transform: uppercase;
}
.easy-returns-container .easy-returns-options ol {
  padding-bottom: 30px;
}
.easy-returns-container .easy-returns-options ol li {
  float: left;
  width: 30%;
  margin-left: 20px;
  text-align: left;
}
.easy-returns-container .easy-returns-options ol li span {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
}
.easy-returns-container .easy-returns-options ol li h3 {
  margin: 0 0 0 115px;
  font-size: 14px;
}
.easy-returns-container .easy-returns-options ol li p {
  margin: 0 0 0 115px;
}
.easy-returns-container .easy-returns-options ol li:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 175px;
}
.easy-returns-container .easy-returns-options #easy-returns-get-started {
  border-bottom: 1px solid #ccc;
}
.easy-returns-container .easy-returns-options #easy-returns-get-started a {
  display: inline-block;
  margin: 15px 0;
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.easy-returns-container .easy-returns-options #easy-returns-get-started a span {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  display: block;
  float: right;
  height: 0;
  margin-left: 5px;
  top: 0;
  width: 0;
}
.easy-returns-container .returns-options {
  margin: 36px 0;
  overflow: hidden;
}
.easy-returns-container .returns-options .item {
  width: 48%;
  float: left;
  margin-right: 4%;
  text-align: center;
}
.easy-returns-container .returns-options .item:last-child {
  margin-right: 0;
}
.easy-returns-container .returns-options .item > a {
  display: block;
  border: 1px solid #ccc;
  padding: 18px 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.easy-returns-container .returns-options .item > a:after {
  content: "+";
  display: block;
  margin-top: 9px;
}
.easy-returns-container .returns-options .item > a.active:after {
  content: "-";
}
.easy-returns-container .returns-options .item .item-container {
  display: none;
  padding: 18px 10px;
}
.easy-returns-container .returns-options .item .item-container .content {
  min-height: 126px;
}
.easy-returns-container .returns-options .item .item-container.active {
  display: block;
}
.easy-returns-container .returns-options .item .item-container .button {
  width: 100%;
}

.size-guide-image {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 979px) {
  .easy-returns-container .easy-returns-options ol li {
    width: 45%;
  }
}
@media only screen and (max-width: 770px) {
  .easy-returns-container .returns-options .item {
    width: 100%;
    margin-right: 0;
    margin-top: 18px;
  }
  .easy-returns-container .easy-returns-options ol li {
    float: none;
    width: 80%;
    clear: both;
  }
}
@media only screen and (max-width: 599px) {
  .cms-page-view .std table.sizes td,
  .cms-no-route .std table.sizes td {
    padding: 5px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .size-guide-image {
    float: none;
    overflow: hidden;
  }
}
.how-it-works h1 {
  text-transform: uppercase;
}
.how-it-works .vip-member {
  float: left;
  width: 48.805475%;
  margin-right: 2.38095%;
  background-color: #e5e5e5;
  padding: 2em 4em 2em 2em;
}
.how-it-works .vip-member ul {
  list-style-type: disc;
  color: #ff6955;
  font-size: 20px;
}
.how-it-works .vip-member ul li {
  margin-left: 20px;
}
.how-it-works .vip-member ul li span {
  color: #000;
  font-size: 15px;
}
.how-it-works .vip-member-body {
  float: left;
  width: 100%;
  background-color: #e5e5e5;
  padding: 2em;
}
.how-it-works .vip-member-body .colset-2 {
  position: relative;
  margin-bottom: 2em;
}
.how-it-works .vip-member-body .colset-2 .float-or {
  text-align: center;
  color: #FFF;
  background-color: #000;
  position: absolute;
  height: 74px;
  width: 74px;
  left: 50%;
  margin-left: -37px;
  top: 50%;
  margin-top: -37px;
  font-size: 30px;
  font-weight: bold;
  line-height: 75px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}
.how-it-works .vip-member-body .get-started h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  width: 170px;
  padding: 5px;
  text-align: center;
  background-color: #ff6955;
}
.how-it-works .vip-member-body .get-started h3 a {
  color: #fff;
}
.how-it-works .vip-member-body .get-started h3 span {
  display: block;
  float: right;
  margin: 4px 0 0 8px;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  height: 0px;
  width: 0px;
}
.how-it-works .non-vip-member {
  float: right;
  width: 48.805475%;
  padding: 2em 4em 0em 2em;
  border: 2px solid #e5e5e5;
}
.how-it-works .non-vip-member ul {
  list-style-type: disc;
  font-size: 20px;
}
.how-it-works .non-vip-member ul li {
  margin-left: 20px;
  font-size: 15px;
}
@media only screen and (max-width: 979px) {
  .how-it-works .vip-member-body .colset-2 .float-or {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 20px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 770px) {
  .how-it-works .vip-member-body .get-started h3 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .how-it-works .vip-member, .how-it-works .vip-member-body, .how-it-works .non-vip-member {
    float: none;
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .how-it-works .non-vip-member {
    margin-bottom: 15px;
  }
}

.vip-perks .title {
  text-align: center;
  background-color: #000;
  padding: 45px 0 35px;
  margin-bottom: 20px;
}
.vip-perks .title h1 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0;
}
.vip-perks .title h2 {
  color: #fff;
  text-transform: uppercase;
}
.vip-perks li {
  display: inline-block;
}
.vip-perks li .image {
  float: left;
  height: 110px;
  width: 100px;
  background: url(/media/wysiwyg/cms/vip-perks.png) 4px 1px;
}
.vip-perks li h3 {
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-left: 110px;
}
.vip-perks li p {
  text-align: left;
  margin-left: 110px;
}
.vip-perks ul.row-1 li.col-2 .image {
  background-position: -92px 1px;
}
.vip-perks ul.row-1 li.col-3 .image {
  background-position: -182px 1px;
}
.vip-perks ul.row-2 li.col-1 .image {
  background-position: 0 -108px;
}
.vip-perks ul.row-2 li.col-2 .image {
  background-position: -95px -108px;
}
.vip-perks ul.row-2 li.col-3 .image {
  background-position: -186px -108px;
}
.vip-perks #get-started {
  text-align: center;
  margin-bottom: 20px;
}
.vip-perks #get-started h1 {
  margin: 10px 0;
}
.vip-perks #get-started h2 {
  text-transform: uppercase;
  margin: 0 0 5px;
}
.vip-perks #how-it-works h1 {
  float: left;
  width: 25%;
  text-transform: uppercase;
  margin: 100px 0;
  font-weight: bold;
}
.vip-perks #how-it-works h1 span {
  display: block;
}
.vip-perks #how-it-works ol {
  margin-left: 30%;
}
.vip-perks #how-it-works ol li {
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  padding-left: 10px;
  list-style: decimal;
  display: list-item;
}
.vip-perks #how-it-works ol h3 {
  margin-left: 0;
}
.vip-perks #how-it-works ol p {
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 770px) {
  .vip-perks #how-it-works h1 {
    float: none;
    width: 100%;
    margin: 20px 0 30px;
  }
  .vip-perks #how-it-works h1 span {
    display: inline;
  }
  .vip-perks #how-it-works ol {
    margin-left: 0;
  }
}

.cms-page-view .faq-questions {
  padding: 50px 15% 20px;
  background-color: #dfe2f1;
}
.cms-page-view .faq-questions h1 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
}
.cms-page-view .faq-questions .question {
  cursor: pointer;
  padding: 20px 30px;
  background-color: #fff;
  margin: 0 8% 15px;
}
.cms-page-view .faq-questions .question .open, .cms-page-view .faq-questions .question .close {
  font-weight: bold;
  float: right;
  font-size: 20px;
}
.cms-page-view .faq-questions .question .open {
  margin-top: 2px;
}
.cms-page-view .faq-questions .question .close {
  margin-right: 2px;
}
.cms-page-view .faq-questions .question .answer {
  margin-top: 15px;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .faq-questions {
    padding: 40px 10px 20px;
  }
  .cms-page-view .faq-questions .question {
    margin: 0 10px 15px;
  }
}

.checkout-onepage-index {
  max-width: 960px;
  margin: 0 auto;
}
.checkout-onepage-index .step-title .bg, .checkout-onepage-index .step-title h2 {
  float: left;
}
.checkout-onepage-index .step-title .bg {
  background-image: url(2016/images/pc-source@2x.png);
  background-repeat: no-repeat;
  background-size: 400px 520px;
  height: 40px;
  width: 40px;
}
.checkout-onepage-index .step-title h2 {
  margin-left: 5px !important;
}
.checkout-onepage-index .step-title::after {
  content: '';
  clear: both;
  display: table;
}
.checkout-onepage-index #opc-head-bag .bg {
  background-position: -70px -236px;
}
.checkout-onepage-index #opc-head-login .bg {
  background-position: -107px -237px;
}
.checkout-onepage-index #opc-head-billing .bg {
  background-position: -110px -235px;
}
.checkout-onepage-index #opc-head-shipping_method .bg {
  background-position: -38px -232px;
}
.checkout-onepage-index #opc-head-payment .bg {
  background-size: 300px 390px;
  background-position: -106px -173px;
  width: 37px;
  margin-left: 4px;
}
.checkout-onepage-index #opc-head-review .bg {
  display: none;
}
.checkout-onepage-index .header-message {
  display: none;
}
.checkout-onepage-index a {
  text-decoration: none;
}
.checkout-onepage-index .margin-left {
  margin-left: 20px;
}
.checkout-onepage-index .no_display {
  display: none;
}
.checkout-onepage-index .logo {
  border: none;
}
.checkout-onepage-index .nav-search,
.checkout-onepage-index .navi-footer {
  display: none;
}
.checkout-onepage-index .opc .section .step {
  padding: 0;
}
.checkout-onepage-index .col1-layout .col-main {
  float: none;
  width: 100%;
  padding: 0;
}
.checkout-onepage-index .col1-layout .col-main ol {
  margin: 0 auto;
  width: 75%;
}
@media only screen and (max-width: 979px) {
  .checkout-onepage-index .col1-layout .col-main ol {
    width: 100%;
  }
}
.checkout-onepage-index fieldset {
  padding: 20px 10px;
  max-width: 1260px;
  margin: 0 auto;
  border: none !important;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index fieldset {
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
}
.checkout-onepage-index .page-header {
  border: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 979px) {
  .checkout-onepage-index .page-header {
    position: static;
  }
}
.checkout-onepage-index .page-header .container {
  text-align: left;
}
.checkout-onepage-index .page-header .container .logo, .checkout-onepage-index .page-header .container .checkout, .checkout-onepage-index .page-header .container .continue {
  float: left;
  padding: 10px 20px;
}
.checkout-onepage-index .page-header .container .logo {
  border-right: 1px solid black;
}
.checkout-onepage-index .page-header .container .checkout h1 {
  margin: 0 0;
}
.checkout-onepage-index .page-header .container .continue {
  float: right;
}
.checkout-onepage-index .page-header .container .continue a {
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid black;
  line-height: 33px;
}
.checkout-onepage-index .page-header .container::after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width: 979px) {
  .checkout-onepage-index .page-header .container {
    width: 525px;
  }
  .checkout-onepage-index .page-header .container .continue {
    display: none;
  }
}
@media only screen and (max-width: 524px) {
  .checkout-onepage-index .page-header .container {
    width: 100% !important;
    text-align: center;
  }
  .checkout-onepage-index .page-header .container .logo {
    width: 100%;
    border: none;
  }
  .checkout-onepage-index .page-header .container .checkout {
    display: none;
  }
}
.checkout-onepage-index #login-form button.button,
.checkout-onepage-index #checkout-register button.button {
  border: 2px solid #ff6955;
}
.checkout-onepage-index .buttons-set button.button {
  float: right;
  margin-right: 0;
  background-color: #ff6955;
  border: 2px solid #ff6955;
}
.checkout-onepage-index .buttons-set button.button:hover {
  background-color: #fff;
  color: #ff6955;
}
.checkout-onepage-index .buttons-set div {
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index .buttons-set div {
    max-width: 365px;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index .buttons-set div {
    width: 100%;
  }
}
.checkout-onepage-index #checkoutHeaders {
  display: flex;
  flex-direction: column;
}
.checkout-onepage-index #checkoutHeaders li .step-title {
  border: none;
  background-color: #000;
  cursor: default;
}
.checkout-onepage-index #checkoutHeaders li .step-title h2 {
  margin: 0 20px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  background-color: transparent !important;
}
.checkout-onepage-index #checkoutHeaders li h2 {
  color: #ccc;
}
.checkout-onepage-index #checkoutHeaders li.current h2 {
  background-color: #ffa499;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index #checkoutHeaders {
    margin-bottom: 20px;
  }
}
.checkout-onepage-index #checkout-step-bag {
  width: 100%;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket, .checkout-onepage-index #checkout-step-bag .suggested-items {
  width: 100%;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin: 20px 1%;
  width: 48%;
  float: left;
  min-height: 255px;
  position: relative;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .remove, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .remove {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .remove:hover, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .remove:hover {
  background-color: #ddd;
  border: 1px solid grey;
  line-height: 18px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-image,
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-image,
.checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details {
  display: inline;
  float: left;
  border: none;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-image img, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-image img {
  width: 140px;
  height: 180px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details {
  width: 59%;
  padding-top: 20px;
  padding-left: 10%;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details h4, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details h4 {
  min-height: 55px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options {
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options dt, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options dt {
  width: 3rem;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options .qty, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options .qty {
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options .item_qty, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options .item_qty {
  margin-top: 8px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options .item_qty a, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options .item_qty a {
  display: inline-block;
  border: 1px solid black;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options .item_qty p, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options .item_qty p {
  display: inline-block;
  margin: 0 5px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options input, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .product-details .item-options input {
  width: 100px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .rowtotal {
  position: absolute;
  text-align: right;
  right: 10px;
  bottom: 20px;
  line-height: normal;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal .normal-price, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .rowtotal .normal-price {
  display: inline-block;
  text-decoration: line-through;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal .cart-price, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .rowtotal .cart-price {
  display: inline-block;
  min-width: 4rem;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal .cart-price .price, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .rowtotal .cart-price .price {
  font-weight: bold;
  color: #666;
}
@media only screen and (max-width: 580px) {
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item .rowtotal {
    bottom: 0;
  }
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message > div, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message > div, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message > div, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message > div {
  height: 234px;
  padding: 16px;
  position: relative;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message h3, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message h3, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message h3, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message h3 {
  margin-bottom: 0px;
  font-size: 17px;
  color: #FF2D55;
  font-weight: bold;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message p, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message p, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message p, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message {
  height: 160px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom {
  position: absolute;
  bottom: 20px;
  width: 90%;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom > span, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom > span, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom > span, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom > span {
  display: inline;
  line-height: 42px;
  color: #33c57d;
  font-size: 16px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom a, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom a, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom a, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom a {
  float: right;
  line-height: 42px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom a:hover, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom a:hover, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom a:hover, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom a:hover {
  text-decoration: underline;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom button, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom button, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom button, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom button {
  padding: 10px 10px;
  background-color: #3cc47f;
  float: right;
  border: solid #19b12c 2px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom button span, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom button span, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message .message-bottom button span, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message .message-bottom button span {
  font-size: 15px;
  color: white;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message > div, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message > div {
  background-color: #f0fbf6;
  border: 2px solid #27c77b;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message > div .message-bottom a span, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.vip-message > div .message-bottom a span {
  color: gray;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message > div, .checkout-onepage-index #checkout-step-bag .suggested-items .cart-item.non-vip-message > div {
  background-color: #ededed;
  cursor: pointer;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .alignleft, .checkout-onepage-index #checkout-step-bag .suggested-items .alignleft {
  float: left;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .alignright, .checkout-onepage-index #checkout-step-bag .suggested-items .alignright {
  float: right;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher, .checkout-onepage-index #checkout-step-bag .suggested-items .voucher {
  padding-bottom: 20px;
  margin: 20px 3% 0px;
  width: 44%;
  float: left;
  min-height: 50px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher input, .checkout-onepage-index #checkout-step-bag .suggested-items .voucher input {
  width: 60%;
  padding: 10px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher button, .checkout-onepage-index #checkout-step-bag .suggested-items .voucher button {
  width: 38%;
  border: none;
  padding: 10px;
  background-color: #f1f1f1;
  font-weight: bold;
  color: gray;
  line-height: 23px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher p.alignleft, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher p.alignright, .checkout-onepage-index #checkout-step-bag .suggested-items .voucher p.alignleft, .checkout-onepage-index #checkout-step-bag .suggested-items .voucher p.alignright {
  font-size: 18px;
  font-weight: bold;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount, .checkout-onepage-index #checkout-step-bag .suggested-items .subtotal, .checkout-onepage-index #checkout-step-bag .suggested-items .discount {
  float: left;
  margin: 20px 3% 0px;
  width: 44%;
  font-size: 18px;
  font-weight: bold;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount, .checkout-onepage-index #checkout-step-bag .suggested-items .discount {
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-bag #checkout-review-basket::after, .checkout-onepage-index #checkout-step-bag .suggested-items::after {
  content: "";
  display: table;
  clear: both;
  height: 20px;
}
.checkout-onepage-index #checkout-step-bag .suggested-items p {
  font-size: 18px;
  font-weight: bold;
  margin-left: 1%;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index .vip-message > div, .checkout-onepage-index .non-vip-message > div {
    min-height: auto;
  }
  .checkout-onepage-index #checkout-step-login {
    border: none;
  }
  .checkout-onepage-index #checkout-step-login > .col2-set {
    border: solid 1px #e4e4e4;
  }
  .checkout-onepage-index #checkout-step-login > .col2-set > div {
    padding: 10px 20px;
  }
  .checkout-onepage-index #checkout-step-login > .col2-set > .col-1 {
    border-right: none;
    border-bottom: solid 1px #e4e4e4;
  }
  .checkout-onepage-index #checkout-step-login .col2-set {
    padding-top: 0;
  }
  .checkout-onepage-index #checkout-step-login .col2-set .col-1, .checkout-onepage-index #checkout-step-login .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .checkout-onepage-index #checkout-step-login .col2-set li .col-1, .checkout-onepage-index #checkout-step-login .col2-set li .col-2 {
    padding: 10px 0;
  }
  .checkout-onepage-index #checkout-step-login .login_title {
    min-height: auto !important;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount {
    clear: both;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 420px;
    min-height: initial;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
    right: 10px;
    position: initial;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount {
    padding: 1rem 0;
    max-width: 420px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .no-discount {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index .page-header .container .logo img {
    max-width: 80%;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details {
    padding: 5% 15px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .product-details .item-options {
    margin-top: 10px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item .rowtotal {
    bottom: initial;
    top: 170px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount {
    clear: both;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .voucher, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .discount {
    padding: 1rem 0;
  }
}
.checkout-onepage-index #checkout-step-login {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.checkout-onepage-index #checkout-step-login input {
  border: 1px solid black;
}
.checkout-onepage-index #checkout-step-login .col2-set {
  padding-top: 20px;
}
.checkout-onepage-index #checkout-step-login .col2-set .login_title {
  min-height: 90px;
}
.checkout-onepage-index #checkout-step-login .col2-set input {
  width: 100%;
  background-color: transparent !important;
}
.checkout-onepage-index #checkout-step-login .col2-set li {
  display: block;
  width: 100%;
}
.checkout-onepage-index #checkout-step-login .col2-set li input {
  height: 43px;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-1 {
  padding-left: 0;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-1 input {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-2 {
  padding-right: 0;
  border: none;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-2 input {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-2 button.button {
  min-width: 100%;
  background-color: black;
  border-color: black;
}
.checkout-onepage-index #checkout-step-login .col2-set li .col-2 button.button:hover {
  background-color: transparent;
  color: black;
}
.checkout-onepage-index #checkout-step-login .col2-set .signin {
  margin-top: 18px;
}
.checkout-onepage-index #checkout-step-login .col2-set .password_button .input-box,
.checkout-onepage-index #checkout-step-login .col2-set .password_button .buttons-set {
  display: inline-block;
}
.checkout-onepage-index #checkout-step-login .col2-set .password_button .input-box {
  float: left;
  width: 60%;
}
.checkout-onepage-index #checkout-step-login .col2-set .password_button .buttons-set {
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
}
.checkout-onepage-index #checkout-step-login .col2-set .password_button .buttons-set button {
  margin: 6px 0;
  border: none;
  padding: 6px 20px;
  background-color: black;
  float: right;
  min-width: 100px;
}
.checkout-onepage-index #checkout-step-login .col2-set .fieldset::after {
  display: table;
  content: "";
  clear: both;
}
.checkout-onepage-index #checkout-step-login > .col2-set > .col-1 {
  border-right: 1px solid #e4e4e4;
}
.checkout-onepage-index #checkout-step-login .col-1 {
  padding: 10px 2%;
}
.checkout-onepage-index #checkout-step-login .col-2 {
  padding: 10px 2%;
}
.checkout-onepage-index #checkout-step-billing li {
  float: none;
}
.checkout-onepage-index #checkout-step-billing p.required {
  display: none;
}
.checkout-onepage-index #checkout-step-billing input, .checkout-onepage-index #checkout-step-billing select {
  width: 100%;
  height: 45px;
  border-color: black;
  border: 1px solid #aaa;
}
.checkout-onepage-index #checkout-step-billing select {
  background-color: #e5e5e5;
  border: none;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form .colset-2 .col-1, .checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form .colset-2 .col-2 {
  margin-bottom: 10px;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form .name-middlename {
  display: none;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form > .colset-2:first-child > .col-1:first-child .name-firstname, .checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form > .colset-2:first-child > .col-1:first-child .name-lastname {
  float: left;
  width: 48.805475%;
  margin: 0 2.38095% 10px 0;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form > .colset-2:first-child > .col-1:first-child .name-lastname {
  margin: 0 0 10px 0;
}
.checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form > .colset-2:first-child > .col-1, .checkout-onepage-index #checkout-step-billing #billing-new-address-form .new_billing_form > .colset-2:first-child > .col-2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index #checkout-step-billing {
    padding: 20px 10px;
  }
  .checkout-onepage-index #checkout-step-billing .col2-set .col-1, .checkout-onepage-index #checkout-step-billing .col2-set .col-2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form input, .checkout-onepage-index #checkout-step-billing .new_billing_form select {
    height: 35px;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form input {
    margin: 2px 0;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form select {
    margin-top: 2px;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-1 .customer-name-middlename {
    overflow: auto;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-1 .customer-name-middlename > div {
    width: 48%;
    float: left;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-1 .customer-name-middlename > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-1 .customer-name-middlename div:first-child {
    margin-right: 4%;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-2 .fields.colset-2 {
    overflow: auto;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-2 .fields.colset-2 > div {
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-2 .fields.colset-2 > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2 .col-2 .fields.colset-2 div:first-child {
    margin-right: 4%;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2rev {
    overflow: auto;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2rev > div {
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2rev > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #checkout-step-billing .new_billing_form .colset-2rev .col-1 {
    margin-right: 4%;
  }
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods {
  width: 100%;
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods::after {
  content: "";
  display: table;
  clear: both;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data {
  border: solid 2px #f1f1f1;
  margin: 1vw 1%;
  width: 48%;
  float: left;
  height: 165px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data_img {
  background-image: url(2016/images/post_logo.png);
  background-repeat: no-repeat;
  background-size: 215px 750px;
  width: 100%;
  height: 53px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .delivery-price {
  margin-top: 15px;
  float: right;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data {
  width: 100%;
  padding: 10px;
  height: 165px;
  position: relative;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row {
  margin: 5px 5px;
  height: 80px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping-method {
  color: black;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.5em;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping-method-description, .checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping-method-details {
  font-weight: 400;
  line-height: 1.2em;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .img {
  float: left;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .img img {
  height: 60px;
  width: auto;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .price {
  float: right;
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping_info {
  width: 80%;
  float: left;
  text-transform: capitalize;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping_info .shipping-method-details,
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .shipping_info .shipping-method-description {
  display: block;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .check-position {
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .check-position .checkbox {
  position: relative;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .check-position .checkbox input {
  visibility: hidden;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .check-position .checkbox img {
  display: inline-block;
  padding: 0px;
  height: 30px;
  width: 30px;
  background-position: 100px 100px;
  border: 1px solid #aaa;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row .check-position .checkbox input:checked + img {
  background-position: -154px -173px;
  background-color: #33c57d;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data .shipping-data .shipping-data_row::after {
  content: "";
  display: table;
  clear: both;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data.selected {
  background-color: #d5f3e5;
  border-color: #33c57d;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data.US {
  height: 220px !important;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .data.US .shipping-data {
  height: 220px !important;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .tablerate.AU .shipping-data_img {
  background-position: 0 -517px;
  height: 53px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .dhlint .shipping-data_img {
  background-position: 0 -111px;
  height: 75px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .tablerate .shipping-data_img {
  background-position: 0 -191px;
  height: 75px;
}
.checkout-onepage-index #checkout-step-shipping_method .sp-methods .flatrate.AU .shipping-data_img {
  background-position: 0 -50px;
  height: 53px;
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index #checkout-step-shipping_method .sp-methods
  .data .shipping-method {
    font-size: 20px !important;
    line-height: 1.3em !important;
  }
  .checkout-onepage-index #checkout-step-shipping_method .sp-methods
  .data .shipping-method-description, .checkout-onepage-index #checkout-step-shipping_method .sp-methods
  .data .shipping-method-details {
    font-size: 12px !important;
  }
  .checkout-onepage-index #checkout-step-shipping_method .sp-methods
  .data .shipping-data .shipping-data_img {
    background-size: 150px 523px;
    height: 36px;
  }
  .checkout-onepage-index #checkout-step-shipping_method .data.flatrate.AU .shipping-data_img {
    background-position: 0 -33px;
  }
  .checkout-onepage-index #checkout-step-shipping_method .data.tablerate.AU .shipping-data_img {
    background-position: 0 -359px;
  }
  .checkout-onepage-index #checkout-step-shipping_method .data.tablerate.US .shipping-data_img {
    background-position: 0px -131px;
    height: 50px;
  }
  .checkout-onepage-index #checkout-step-shipping_method .data.dhlint.US .shipping-data_img {
    background-position: 0px -75px;
    height: 50px;
  }
}
.checkout-onepage-index #checkout-step-shipping_method .checkout-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1000;
}
.checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content {
  position: fixed;
  background-color: white;
  z-index: 10000;
  width: 60%;
  top: 25%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, 0);
  max-width: 600px;
}
@media only screen and (max-width: 800px) {
  .checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content {
    width: 70%;
  }
}
@media only screen and (max-width: 450px) {
  .checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content {
    width: 80%;
  }
}
.checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content .static-block {
  padding-bottom: 20px;
}
.checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content .static-block .warning span {
  display: block;
}
.checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content .exit {
  text-align: right;
  text-decoration: underline;
}
@media only screen and (max-width: 400px) {
  .checkout-onepage-index #checkout-step-shipping_method .checkout-popup-content .exit {
    font-size: 12px;
  }
}
.checkout-onepage-index #checkout-step-payment p.required {
  display: none;
}
.checkout-onepage-index #checkout-step-payment fieldset {
  padding: 10px 0;
}
.checkout-onepage-index #checkout-step-payment div.center {
  margin: 0 auto;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load label.payment-method-title {
  width: 48%;
  float: left;
  height: 165px;
  margin: 1vw 1%;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .ewayrapid_saved, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .md_stripe_cards, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .customercredit, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .paypal_express {
  height: 80px;
  width: 120px;
  background: 0 0 url(2016/images/post_logo.png) no-repeat;
  background-position: 0px -275px;
  background-size: 215px 750px;
  margin: 30px 0 0 20px;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .customercredit {
  background-position: 0px -370px;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .paypal_express {
  background-position: -140px -370px;
  margin-top: 10px;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title {
  margin-right: 2%;
  width: 210px;
  height: 180px;
  border: solid 2px #f1f1f1;
  display: block;
  float: left;
  position: relative;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title .payment_title {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 30px;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title .details {
  position: absolute;
  right: 15px;
  top: 60px;
  font-size: 15px;
  font-weight: 400;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title input {
  visibility: hidden;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  background-position: 100px 100px;
  border: 1px solid #aaa;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title input:checked + img {
  background-position: -153px -172px;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load::after {
  content: "";
  display: table;
  clear: both;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .selected {
  background-color: #d5f3e5;
  border-color: #33c57d;
}
.checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .selected input:checked + img {
  background-position: -153px -172px;
  background-color: #33c57d;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail {
  width: 98%;
  margin: 0 auto;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list .help-disabled-cc {
  width: 100%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list {
  /* stripe */
  background-color: transparent;
  border: 0;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list::before, .checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list::after {
  display: none;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list input {
  border: solid 1px #333;
  height: 45px;
  padding: 0 8px;
  width: 100%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list select {
  border: none;
  background-color: #e5e5e5;
  height: 45px;
  padding: 0 8px;
  width: 100%;
  margin: 5px 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.number {
  float: left;
  width: 75%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.cvv {
  float: right;
  width: 20%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.cvv .v-fix {
  margin: 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.exp_month, .checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.exp_year {
  float: left;
  width: 47.5%;
  margin: 0 5% 20px 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .form-list div.exp_year {
  margin-right: 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards {
  /* eway */
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards input {
  border: solid 1px #333;
  height: 45px;
  padding: 0 8px;
  width: 100%;
  margin: 5px 0;
  box-shadow: inset 0 0 0 0 #333;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards select {
  border: none;
  background-color: #e5e5e5;
  height: 45px;
  padding: 0 8px;
  width: 100%;
  margin: 5px 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.card_number {
  float: left;
  width: 75%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.card_cvv {
  float: right;
  width: 20%;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.card_cvv .v-fix {
  margin: 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.exp_month, .checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.exp_year {
  float: left;
  width: 47.5%;
  margin: 0 5% 0 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards div.exp_year {
  margin-right: 0;
}
.checkout-onepage-index #checkout-step-payment div.center .payment-method-detail .cards .selected_card a.ewayrapid_saved_edit {
  line-height: 55px;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index #checkout-step-payment div.center {
    width: 100%;
    margin: 0 auto;
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .ewayrapid_saved, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .md_stripe_cards, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .customercredit {
    height: 60px;
    width: 90px;
    background: 0 0 url(2016/images/post_logo.png) no-repeat;
    background-position: 0px -180px;
    background-size: 145px 500px;
    margin: 20px 0 0 20px;
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .customercredit {
    background-position: 0px -240px;
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title .details {
    width: 105px;
    text-align: right;
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .cards, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .form-list {
    /* eway & stripe */
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .cards input, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .form-list input {
    height: 35px;
  }
  .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .cards select, .checkout-onepage-index #checkout-step-payment div.center #checkout-payment-method-load .payment-method-detail .form-list select {
    height: 35px;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index #checkout-step-payment p.required {
    display: none;
  }
}
.checkout-onepage-index li#opc-head-review .step-title {
  border-top: 2px solid #f1f1f1;
  height: 0;
}
.checkout-onepage-index li#opc-head-review .step-title h2 {
  display: none;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .left {
  float: left;
  width: 48%;
  clear: left;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .left.desktop {
  margin-bottom: 40px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .right {
  float: right;
  width: 48%;
  margin-bottom: 40px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .right .btn-checkout {
  width: 100%;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review h3 {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-weight: bold;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review h3 a {
  display: block;
  float: right;
  font-weight: normal;
  font-size: 13px;
  color: #ccc;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .opc-block-progress {
  padding-bottom: 10px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .opc-block-progress div.content {
  padding-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index li#opc-head-review #checkout-step-review .opc-block-progress div.content {
    padding-left: 0;
  }
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #membership-progress-opcheckout h3 {
  color: #ff6955;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-table-wrapper h4 {
  text-align: center;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-table-wrapper table {
  width: 95%;
  margin: 10px auto 5px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-table-wrapper tr td:first-child {
  text-align: left;
  font-size: 700;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-table-wrapper td {
  padding: 20px 0;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-submit {
  margin-top: 15px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-submit button.button {
  border: 2px solid #33c57d;
  background: #33c57d;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-submit button.button:hover {
  background-color: white;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review #checkout-review-submit button.button:hover span {
  color: #33c57d;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket {
  clear: left;
  float: left;
  width: 50%;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-name {
  position: absolute;
  margin-left: 140px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-image {
  float: left;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-details {
  float: left;
  margin: 40px 0 0 20px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-details .price {
  text-align: right;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .purchase_points {
  margin-top: 20px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .purchase_points li {
  margin-top: 10px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .purchase_points li img {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m {
  margin: 30px auto;
  text-align: center;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment {
  margin-bottom: 30px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment img, .checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment span {
  display: inline-block;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment img {
  margin-right: 5px;
  height: 25px;
  width: 25px;
  vertical-align: bottom;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment span {
  line-height: 25px;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment-logo {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
  margin: 0 auto;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment-logo div {
  width: 48%;
  border: 1px solid gray;
}
.checkout-onepage-index li#opc-head-review #checkout-step-review .check-out-footer-m .safe-payment-logo div img {
  width: auto;
  max-height: 25px;
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-index li#opc-head-review #checkout-step-review .left {
    float: none;
    width: 100%;
  }
  .checkout-onepage-index li#opc-head-review #checkout-step-review .right {
    float: none;
    width: 100%;
  }
  .checkout-onepage-index li#opc-head-review #checkout-step-review .basket {
    width: 100%;
    margin-top: 20px;
  }
  .checkout-onepage-index li#opc-head-review #checkout-step-review #review-buttons-container {
    height: 3em;
  }
  .checkout-onepage-index li#opc-head-review #checkout-step-review #review-buttons-container .btn-checkout {
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    height: 3em;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-name {
    position: relative;
    margin: 5px 0 15px;
  }
  .checkout-onepage-index li#opc-head-review #checkout-step-review .basket .cart-item .product-details {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index header .second-navi {
    display: none;
  }
  .checkout-onepage-index header > .container, .checkout-onepage-index header.container > .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-onepage-index .main-container {
    padding-top: 0;
  }
  .checkout-onepage-index .step-title .bg {
    background-size: 300px 390px;
    width: 30px;
  }
  .checkout-onepage-index #opc-head-bag .bg {
    background-position: -53px -172px;
  }
  .checkout-onepage-index #opc-head-login .bg {
    background-position: -80px -172px;
    height: 35px;
  }
  .checkout-onepage-index #opc-head-billing .bg {
    background-position: -78px -173px;
    height: 35px;
  }
  .checkout-onepage-index #opc-head-shipping_method .bg {
    background-position: -27px -170px;
    height: 35px;
  }
  .checkout-onepage-index #opc-head-payment .bg {
    background-size: 200px 260px;
    background-position: -72px -108px;
    width: 24px;
    margin-left: 5px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag {
    margin-bottom: 10px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .remove {
    top: 9px;
    text-align: right;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-image {
    margin-right: 20px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-image img {
    width: 90px;
    height: auto;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details {
    float: left;
    width: calc(90% - 100px);
    padding: 0;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details h4 {
    height: auto;
    font-size: 14px;
    font-weight: 700;
    min-height: 35px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options dd {
    padding-left: 5px;
    width: auto;
    margin: 0 0 3px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options dt {
    width: auto;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options .qty {
    margin-top: 0;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options .item_qty {
    margin-top: 0;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options .item_qty a {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 350px) {
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options .item_qty a {
    width: 15px;
    height: 15px;
    line-height: 12px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .cart-item .product-details dl.item-options .item_qty p {
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .voucher {
    margin-top: 0;
    padding: 20px 0;
    overflow: auto;
    width: 100%;
    font-size: 12px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .voucher > div input, .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .voucher > div button {
    font-size: 15px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .voucher > div input {
    width: 50%;
    line-height: 20px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .voucher > div button {
    width: 45%;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .subtotal, .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .discount {
    overflow: auto;
    width: 99%;
    max-width: 99%;
    margin: 0px;
    padding: 5px 0;
    font-size: 15px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .subtotal p, .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket .discount p {
    margin-bottom: 5px;
  }
  .checkout-onepage-index #opc-head-bag #checkout-step-bag #checkout-review-basket::after {
    height: 0;
  }
  .checkout-onepage-index #opc-head-login #checkout-register .fieldset .form-list li:nth-child(2) .col-1, .checkout-onepage-index #opc-head-login #checkout-register .fieldset .form-list li:nth-child(2) .col-2 {
    width: 48%;
    float: left;
  }
  .checkout-onepage-index #opc-head-login #checkout-register .fieldset .form-list li:nth-child(2) .col-1 {
    margin-right: 4%;
  }
  .checkout-onepage-index #opc-head-login #checkout-register .fieldset .form-list li:nth-child(2)::after {
    content: '';
    clear: both;
    display: table;
  }
  .checkout-onepage-index #opc-head-login #checkout-register .form-list > li {
    margin-bottom: 0px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing {
    padding: 10px 0;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list .wide #billing-address-select {
    height: 35px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form input, .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form select {
    height: 35px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form input {
    margin: 2px 0;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form select {
    margin-top: 2px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-1 .customer-name-middlename {
    overflow: auto;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-1 .customer-name-middlename > div {
    width: 48%;
    float: left;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-1 .customer-name-middlename > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-1 .customer-name-middlename div:first-child {
    margin-right: 4%;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-2 .fields.colset-2 {
    overflow: auto;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-2 .fields.colset-2 > div {
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-2 .fields.colset-2 > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2 .col-2 .fields.colset-2 div:first-child {
    margin-right: 4%;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2rev {
    overflow: auto;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2rev > div {
    width: 48%;
    float: left;
    margin-bottom: 10px;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2rev > div::after {
    display: table;
    content: '';
    clear: both;
  }
  .checkout-onepage-index #opc-head-billing #checkout-step-billing #co-billing-form .form-list #billing-new-address-form .new_billing_form .colset-2rev .col-1 {
    margin-right: 4%;
  }
  .checkout-onepage-index #opc-head-shipping_method {
    margin-bottom: 10px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .US, .checkout-onepage-index #opc-head-shipping_method .sp-methods .US .shipping-data {
    max-height: 160px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div {
    margin: 10px 0 0 !important;
    width: 49% !important;
    float: left !important;
    height: 140px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div > label {
    padding: 5px !important;
    height: auto !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_img .delivery-price {
    margin-top: 3px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_img .delivery-price span.price {
    font-size: 10px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_row .check-position {
    right: 5px !important;
    bottom: 9px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_row .check-position .checkbox input {
    display: none;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_row .check-position .checkbox img {
    height: 15px !important;
    width: 15px !important;
    background-size: 125px 162px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div .shipping-data_row .check-position .checkbox input:checked + img {
    background-position: -77px -86px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div div.label span {
    font-size: 10px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div div.label .shipping-method {
    font-size: 14px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods > div:nth-child(odd) {
    margin-right: 2% !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .AU {
    height: 120px !important;
  }
}
@media only screen and (max-width: 599px) and (max-width: 350px) {
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .AU {
    height: 135px !important;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .AU > label {
    height: 139px !important;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data .shipping-data .shipping-data_img {
    background-size: 93px 324px;
    height: 24px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data.auspost.AU .shipping-data_img {
    background-position: 0px 4px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .flatrate.AU div.label, .checkout-onepage-index #opc-head-shipping_method .sp-methods .tablerate.AU div.label, .checkout-onepage-index #opc-head-shipping_method .sp-methods .tablerate.US div.label, .checkout-onepage-index #opc-head-shipping_method .sp-methods .dhlint.US div.label {
    font-size: 12px;
    line-height: 16px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data.flatrate.AU .shipping-data_img {
    background-position: 0 -20px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data.tablerate.AU .shipping-data_img {
    background-position: 0 -223px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data.tablerate.US .shipping-data_img {
    background-position: 0 -83px;
    height: 28px;
  }
  .checkout-onepage-index #opc-head-shipping_method .sp-methods .data.dhlint.US .shipping-data_img {
    background-position: 0 -48px;
    height: 28px;
  }
  .checkout-onepage-index #opc-head-payment {
    margin-bottom: 10px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center {
    padding: 10px 0;
    margin: 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods {
    margin-bottom: 0px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods label.payment-method-title {
    width: 49%;
    height: 110px;
    margin: 1vw 1% 1vw 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods label.payment-method-title:nth-child(2n) {
    margin: 1vw 0 1vw 1%;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail {
    width: 100%;
    margin: 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail input, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail select {
    height: 35px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail input {
    margin: 2px 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail select {
    margin-top: 2px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .selected_card {
    margin-bottom: 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .selected_card a {
    line-height: 45px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .selected_card .v-fix:nth-child(2) a {
    line-height: 35px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .colset-2:nth-child(2) .col-1, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .colset-2:nth-child(2) .col-2 {
    margin-bottom: 0;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .colset-2:nth-child(3) .col-1, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail #payment_form_ewayrapid_saved .colset-2:nth-child(3) .col-2 {
    margin-bottom: 0px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail ul.form-list {
    margin-top: 0px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail ul.form-list .colset-2 {
    margin-bottom: 0px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail ul.form-list .colset-2 .input-box.col-1 {
    margin-bottom: 0px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center .payment-methods .payment-method-detail ul.form-list#payment_form_paypal_express {
    margin-top: 20px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load .payment-method-title .details {
    font-size: 11px;
    width: auto;
    text-align: left;
    left: 10px;
    right: auto;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load > label input {
    display: none;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load > label .payment_title {
    font-size: 15px;
    left: 10px;
    right: auto;
    bottom: 6px;
    top: auto;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load > label img {
    height: 15px !important;
    width: 15px !important;
    bottom: 5px !important;
    right: 5px !important;
    background-size: 125px 162px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load > label input:checked + img {
    background-position: -77px -86px !important;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .ewayrapid_saved, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .md_stripe_cards, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .customercredit, .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .paypal_express {
    height: 43px;
    width: 70px;
    background-position: 0 -135px;
    background-size: 107px 373px;
    margin: 10px 0 0 10px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .customercredit {
    background-position: 0 -183px;
  }
  .checkout-onepage-index #opc-head-payment #checkout-step-payment div.center #checkout-payment-method-load label .paypal_express {
    background-position: -65px -183px;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .right td {
    padding: 5px 0 !important;
    font-size: 12px;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .right #checkout-review-submit {
    margin-top: 0px;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .right #checkout-review-submit button span {
    font-size: 12px;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points, .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points li {
    margin-top: 5px !important;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points img, .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points li img {
    height: 14px;
  }
  .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points span, .checkout-onepage-index #opc-head-review #checkout-review-load .purchase_points li span {
    font-size: 12px;
  }
  .checkout-onepage-index #opc-head-review .terms-and-conditions .blurb {
    padding: 10px 0 !important;
    font-size: 12px;
  }
  .checkout-onepage-index #opc-head-review .terms-and-conditions .blurb p {
    margin-bottom: 5px !important;
  }
  .checkout-onepage-index #opc-head-review .terms-and-conditions label {
    padding: 10px !important;
  }
  .checkout-onepage-index #opc-head-review .terms-and-conditions label span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 440px) {
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message > div, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message > div {
    height: auto;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message h3, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message h3 {
    font-size: 15px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message p, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message p {
    font-size: 12px;
    margin-top: 10px !important;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom {
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: right;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom button, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom button {
    float: none;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.non-vip-message .message-bottom .VIP-price, .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom .VIP-price {
    display: block;
    text-align: right;
    line-height: 22px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom {
    margin-top: 30px;
  }
  .checkout-onepage-index #checkout-step-bag #checkout-review-basket .cart-item.vip-message .message-bottom a {
    line-height: initial;
    float: none;
  }
}

.paypal-express-review .cart-item .product-image {
  float: left;
}
.paypal-express-review .cart-item .product-details {
  float: left;
  margin-left: 10px;
}
.paypal-express-review #order-summary {
  text-align: center;
}
.paypal-express-review #order-summary table {
  width: 80%;
}
.paypal-express-review #order-summary table td {
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
  .checkout-onepage-index #mc_quickview {
    width: 80%;
    margin-left: -40%;
  }
}
@media only screen and (max-width: 900px) {
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-shop {
    width: 47% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .more-views {
    display: inline-block;
  }

  .checkout-onepage-index #mc_quickview {
    width: 80%;
    margin-left: 0;
    left: 10%;
    position: fixed !important;
    height: auto;
  }
  .checkout-onepage-index #mc_quickview .product-quickview .product-img-box {
    width: 100% !important;
    padding-right: 29%;
  }
  .checkout-onepage-index #mc_quickview .product-quickview .product-img-box #quickview-image-browser {
    width: 70%;
  }
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views .product-image-thumbs {
    width: 20%;
    padding: 0;
  }

  .checkout-onepage-index #mcquickview .product-quickview .product-shop {
    width: 100% !important;
  }
  .checkout-onepage-index #mcquickview .product-quickview .product-shop .tabcontent h1.product-name {
    font-size: 20px;
    padding-top: 0;
  }
  .checkout-onepage-index #mcquickview .product-quickview .product-shop .mgkoptions #product_addtocart_form .product-options {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-img-box {
    width: 70% !important;
    margin-left: 15%;
  }
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-shop {
    width: 100% !important;
  }
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-quickviewinner .tabcontent h1.product-name {
    padding-top: 0;
    font-size: 20px;
    line-height: 1.2em;
  }
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-quickviewinner .price-box {
    line-height: 1.4em;
    font-size: 16px;
  }
  .checkout-onepage-index .product-options dd {
    padding: 0;
    margin: 0;
  }
  .checkout-onepage-index .mgkoptions dd.last .size {
    font-size: 14px;
    line-height: 14px;
  }
  .checkout-onepage-index .mgkoptions dd.last .size .stock, .checkout-onepage-index .mgkoptions dd.last .size .stock-sub {
    height: 25px;
    padding: 5px 0;
  }
  .checkout-onepage-index .product-shop .add-to-cart .add-to-cart-buttons .button {
    line-height: 20px;
    font-size: 14px;
  }
  .checkout-onepage-index #mc_quickview #mcquickview .product-quickview .product-quickviewinner .more-views li a img {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .checkout-onepage-index .mgkoptions dd.last .size {
    width: 35px;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .main-container {
  min-height: 770px;
  margin-bottom: 80px;
}

.cart .page-title {
  margin-bottom: 0;
  border-bottom: none;
}
.cart .page-title ul.checkout-types {
  float: right;
}
@media only screen and (max-width: 770px) {
  .cart .page-title ul.checkout-types {
    display: none;
  }
}
.cart .title-buttons h1 {
  float: left;
  margin-top: 5px;
}
.cart .title-buttons .checkout-types button {
  background-color: #ff6955;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  border: 2px solid #ff6955;
  margin-bottom: 10px;
}
.cart .title-buttons .checkout-types button:hover {
  background-color: white;
  color: #ff6955;
}
.cart .title-buttons .checkout-types button:hover {
  background-color: #FFF;
  color: #ff6955;
}
.cart .cart-table {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 15px;
  border-top: 1px solid #ccc;
}
.cart .cart-table thead th {
  padding: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding-bottom: 5px;
}
.cart .cart-table tfoot {
  display: none;
}
.cart .cart-table tbody td {
  padding: 20px 0;
  border-bottom: none;
}
.cart .cart-table tbody .product-cart-image {
  padding: 20px 0;
}
.cart .cart-table tbody .product-cart-image .product-image {
  border: none;
}
.cart .cart-table tbody .product-cart-image .product-image img {
  width: 80%;
}
.cart .cart-table tbody .product-cart-info {
  position: relative;
}
.cart .cart-table tbody .product-cart-info .product-name {
  font-weight: 100;
  line-height: 18px;
  font-size: 18px;
}
.cart .cart-table tbody .product-cart-info .item-options {
  font-size: 15px;
  margin: 10px 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  padding-left: 0;
}
.cart .cart-table tbody .product-cart-info .item-options dt {
  font-weight: 100;
  font-style: normal;
}
.cart .cart-table tbody .product-cart-info .item-msg {
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.cart .cart-table tbody .product-cart-info .style-deal-item {
  position: absolute;
  bottom: 20px;
  margin-top: 10px;
  padding: 10px 20px;
  color: #FFF;
  background-color: #ff6955;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cart .cart-table tbody .product-cart-info .style-deal-item:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .cart .cart-table tbody .product-cart-info .style-deal-item {
    float: left;
    position: relative;
  }
}
.cart .cart-table tbody .product-cart-actions {
  padding: 10px 0;
}
.cart .cart-table tbody .product-cart-actions .cart-links a {
  color: #A0A0A0;
  display: none;
}
.cart .cart-table tbody .product-cart-info .btn-remove2,
.cart .cart-table tbody .product-cart-remove .btn-remove2 {
  color: #ccc;
  background: none;
  text-indent: 0;
  font: 15px/20px "Open Sans", Verdana, Arial, sans-serif;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
}
.cart .cart-table tbody .product-cart-info .btn-remove2:hover,
.cart .cart-table tbody .product-cart-remove .btn-remove2:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
  opacity: 1;
}
.cart .cart-table tbody .product-cart-price,
.cart .cart-table tbody .product-cart-total {
  line-height: 16px;
}
.cart .cart-table td[data-rwd-label]:before {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.cart .cart-table .price {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.cart .pc-cart-main-wrapper {
  width: 100%;
}
.cart .pc-cart-main-wrapper .pc-cart-body-wrapper {
  margin: 0;
  float: left;
  width: 70%;
}
@media only screen and (max-width: 770px) {
  .cart .pc-cart-main-wrapper .pc-cart-body-wrapper {
    padding-right: 0;
  }
}
.cart .pc-cart-main-wrapper .pc-cart-body-wrapper .signup {
  text-align: right;
  font-weight: bold;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper {
  width: 28%;
  float: right;
  clear: none;
  padding: 0;
  background-color: #f2f2f2;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper h4 {
  text-align: center;
  text-transform: none;
  font-size: 18px;
  margin: 25px 0 20px;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question {
  padding: 0 15px;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label {
  display: block;
  float: left;
  width: 50%;
  border: 1px solid #ff6955;
  background-color: #ff6955;
  padding: 10px;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label div.text {
  float: right;
  text-align: left;
  width: calc( 100% - 30px );
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label input {
  margin: 25px 0 0 3px;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label h5 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 0;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label.yes {
  color: #fff;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label.yes h5 {
  color: #fff;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label.no {
  background-color: #fff;
  color: #aaa;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .membership-question label.no h5 {
  color: #000;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .message {
  font-size: 13px;
  color: #A0A0A0;
  display: inline-block;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals {
  margin: 0;
  padding: 0 15px;
  border: none;
  background: none;
  clear: both;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals .cart-totals-container {
  margin: 15px 0;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals #shopping-cart-totals-table {
  margin-bottom: 0px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: none;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals #shopping-cart-totals-table tr {
  border-top: 1px solid #999;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals #shopping-cart-totals-table tfoot td, .cart .pc-cart-main-wrapper .cart-totals-wrapper .cart-totals #shopping-cart-totals-table tbody td {
  font-weight: bold;
  color: #000;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .checkout-types {
  float: none;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .checkout-types li {
  margin: 0;
  text-align: center;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .checkout-types li button {
  background-color: #ff6955;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  border: 2px solid #ff6955;
  margin-bottom: 10px;
  width: 100%;
  margin: 0;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .checkout-types li button:hover {
  background-color: white;
  color: #ff6955;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .checkout-types li .method-checkout-cart-methods-multishipping {
  display: none;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon {
  text-align: center;
  margin: 0 10px 20px;
  clear: both;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon h4 {
  text-align: left;
  margin: 0;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon .coupon-link {
  font-size: 18px;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #aaa;
  text-transform: uppercase;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form.hidden {
  display: none;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form label {
  display: none;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper {
  width: 100%;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper .input-wrapper {
  width: 63%;
  float: left;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper input {
  margin: auto 0;
  height: 45px;
  border: 0;
  width: 100%;
  color: #ccc;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper {
  margin-left: 2%;
  width: 35%;
  float: left;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper .button {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 18px;
  height: 45px;
  border: 1px solid #000000;
  color: #000000;
  background-color: white;
}
.cart .pc-cart-main-wrapper .cart-totals-wrapper .pc-coupon #discount-coupon-form .discount .discount-form .field-wrapper .button-wrapper .button:hover {
  color: white;
  background-color: #000000;
}
@media only screen and (max-width: 770px) {
  .cart .pc-cart-main-wrapper .pc-cart-body-wrapper {
    float: none;
    width: 100%;
  }
  .cart .pc-cart-main-wrapper .cart-totals-wrapper {
    width: 100%;
    float: none;
  }
  .cart .pc-cart-main-wrapper .signup {
    display: none;
  }
  .cart .pc-cart-main-wrapper .membership {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
}
.cart .cart-forms {
  display: none;
}
.cart .trust-icons-wrapper {
  width: 100%;
}
.cart .trust-icons-wrapper .pc-trust-icons {
  margin: 5px auto;
  width: 250px;
}

.cart .pc-cart-main-wrapper #checkout-review-table-wrapper h3, .opc #checkout-step-review .order-review #checkout-review-table-wrapper h3 {
  border-top: none;
  padding-bottom: 10px;
  margin: 0 0 10px;
  text-align: center;
}
.cart .pc-cart-main-wrapper #checkout-review-table-wrapper h3.top, .opc #checkout-step-review .order-review #checkout-review-table-wrapper h3.top {
  padding: 0;
  margin: 0;
}
.cart .pc-cart-main-wrapper #checkout-review-table-wrapper h3 span.vip, .opc #checkout-step-review .order-review #checkout-review-table-wrapper h3 span.vip {
  color: #ff6955;
}
.cart .pc-cart-main-wrapper #checkout-review-table-wrapper h3 span.regular, .opc #checkout-step-review .order-review #checkout-review-table-wrapper h3 span.regular {
  color: #999;
}
.cart .pc-cart-main-wrapper #checkout-review-submit, .opc #checkout-step-review .order-review #checkout-review-submit {
  margin-top: 0;
}
.cart .pc-cart-main-wrapper #checkout-review-submit #review-buttons-container-info, .opc #checkout-step-review .order-review #checkout-review-submit #review-buttons-container-info {
  margin-top: 0;
  padding-top: 0;
}
.cart .pc-cart-main-wrapper .membership-points, .opc #checkout-step-review .order-review .membership-points {
  border-top: 30px solid #fff;
  padding: 20px;
  background-color: #f7f7f7;
}
.cart .pc-cart-main-wrapper .membership-points h3, .opc #checkout-step-review .order-review .membership-points h3 {
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding-bottom: 10px;
  margin: 0 0 10px;
  text-align: center;
}
.cart .pc-cart-main-wrapper .membership-points li, .opc #checkout-step-review .order-review .membership-points li {
  margin: 30px 0;
}
.cart .pc-cart-main-wrapper .membership-points li .image, .opc #checkout-step-review .order-review .membership-points li .image {
  display: block;
  height: 25px;
  width: 25px;
  float: left;
  background: url(2016/images/membership-points.png) -10px -7px;
  background-size: 150px 195px;
  background-repeat: no-repeat;
}
.cart .pc-cart-main-wrapper .membership-points li p, .opc #checkout-step-review .order-review .membership-points li p {
  padding: 0 0 0 30px;
}
.cart .pc-cart-main-wrapper .membership-points li p.fine-print, .opc #checkout-step-review .order-review .membership-points li p.fine-print {
  font-size: 14px;
  color: #ccc;
}
.cart .pc-cart-main-wrapper .membership-points li.fifty-per-month .image, .opc #checkout-step-review .order-review .membership-points li.fifty-per-month .image {
  background-position: -40px -9px;
}
.cart .pc-cart-main-wrapper .membership-points li.ten-style .image, .opc #checkout-step-review .order-review .membership-points li.ten-style .image {
  background-position: -67px -13px;
}
.cart .pc-cart-main-wrapper .membership-points li.style-deals .image, .opc #checkout-step-review .order-review .membership-points li.style-deals .image {
  background-position: -94px -8px;
}
.cart .pc-cart-main-wrapper .membership-points li.forty-off .image, .opc #checkout-step-review .order-review .membership-points li.forty-off .image {
  background-position: -10px -37px;
}
.cart .pc-cart-main-wrapper .membership-points li.never-expire .image, .opc #checkout-step-review .order-review .membership-points li.never-expire .image {
  background-position: -39px -43px;
}
.cart .pc-cart-main-wrapper .membership-points li.free-returns .image, .opc #checkout-step-review .order-review .membership-points li.free-returns .image {
  background-position: -65px -43px;
}
.cart .pc-cart-main-wrapper .terms-and-conditions .blurb, .opc #checkout-step-review .order-review .terms-and-conditions .blurb {
  padding: 20px 0;
  color: #007300;
}
.cart .pc-cart-main-wrapper .terms-and-conditions label, .opc #checkout-step-review .order-review .terms-and-conditions label {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
}
.cart .pc-cart-main-wrapper .terms-and-conditions label .error-label, .opc #checkout-step-review .order-review .terms-and-conditions label .error-label {
  display: none;
}
.cart .pc-cart-main-wrapper .terms-and-conditions label.error-block, .opc #checkout-step-review .order-review .terms-and-conditions label.error-block {
  border: 1px solid #f00;
}
.cart .pc-cart-main-wrapper .terms-and-conditions label.error-block .error-label, .opc #checkout-step-review .order-review .terms-and-conditions label.error-block .error-label {
  display: block;
  color: #f00;
  padding-bottom: 20px;
}

.membership-points-checkout .checkout-types {
  margin: 20px 30px;
}

@media only screen and (max-width: 770px) {
  .membership-points-checkout .checkout-types {
    display: none;
  }

  .cart .pc-cart-main-wrapper .membership-blurb, .opc .order-review .membership-blurb {
    width: 100%;
    clear: both;
  }
}
.opc .order-review .membership-blurb {
  width: 100%;
}

body.is-vip-member .cart .pc-cart-main-wrapper .membership-blurb {
  display: none;
}
body.is-vip-member .none-vip-price {
  color: #A2A2A2;
}
body.is-vip-member .none-vip-price.price-box .price, body.is-vip-member .none-vip-price.price-box .special-price .price {
  color: #A2A2A2;
  text-decoration: line-through;
}
body.is-vip-member .saving-price {
  color: #A2A2A2;
}

table.is-vip-member .none-vip-price {
  text-decoration: line-through;
}

.cart-empty-container h1 {
  border-bottom: 1px solid #ccc;
}
.cart-empty-container .cart-empty {
  text-align: center;
  padding-top: 40px;
}
.cart-empty-container .cart-empty .icon {
  display: inline-block;
  width: 91px;
  height: 91px;
  background: url(2016/images/cart-empty-icon.jpg) 0 0 no-repeat;
  background-size: 91px 91px;
  margin-bottom: 20px;
}
.cart-empty-container .cart-empty .button {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
.cart-empty-container .cart-empty .button:hover {
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  .data-table tbody td {
    border-bottom: 0;
  }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart #header-cart .header-cart-container {
  padding: 20px 25px 0;
  border-top: none;
}
.header-minicart #header-cart .header-cart-container .header-cart-content {
  /*max-height: 435px;*/
  min-height: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-minicart #header-cart .header-cart-container .section-header {
  text-align: center;
}
.header-minicart #header-cart .header-cart-container .section-header h2 {
  color: #000;
  background: none;
  font-size: 16px;
  margin-top: 20px;
  line-height: 18px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: none;
}
.header-minicart #header-cart .header-cart-container .section-header .price {
  color: #000;
}
.header-minicart #header-cart .header-cart-container .site-top-banner {
  white-space: normal;
  font-size: 10px;
  padding: 8px 0 0;
  margin-top: 15px;
  letter-spacing: 0.15em;
  border-top: 1px solid #ccc;
}
.header-minicart #header-cart .header-cart-container .site-top-banner p.free-shipping {
  background-color: transparent;
}
.header-minicart #header-cart .header-cart-container .site-top-banner p.free-returns {
  width: 100%;
  text-align: center;
  padding-left: 15px;
}
.header-minicart #header-cart .header-cart-container .cart-link {
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.header-minicart #header-cart .header-cart-container .cart-link:hover {
  text-decoration: underline;
}
.header-minicart #header-cart .header-cart-container .empty {
  text-align: center;
}
.header-minicart #header-cart .header-cart-container .mini-products-list {
  border-top: 1px solid #ccc;
  padding: 0;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li .product-image {
  width: 70px;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li .product-image img {
  width: 100%;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li .product-details {
  padding: 10px 0 0;
  width: 205px;
  margin: 0;
  float: right;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li .product-details .product-name {
  margin-bottom: 0;
  line-height: 18px;
}
.header-minicart #header-cart .header-cart-container .mini-products-list li a, .header-minicart #header-cart .header-cart-container .mini-products-list li .product-details, .header-minicart #header-cart .header-cart-container .mini-products-list li table, .header-minicart #header-cart .header-cart-container .mini-products-list li th, .header-minicart #header-cart .header-cart-container .mini-products-list li td {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.header-minicart #header-cart .header-cart-container .button {
  width: 100%;
  padding: 6px 12px;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: #000;
  border: 2px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
}
.header-minicart #header-cart .header-cart-container .button:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.header-minicart #header-cart .header-cart-container #process-message {
  display: none;
}
.header-minicart #header-cart .header-cart-container .minicart-message {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 1em;
  text-align: center;
}
.header-minicart #header-cart .header-cart-container #process-deleting-message {
  display: none;
}
.header-minicart #header-cart .header-cart-container #minicart-success-delete-message {
  display: none;
}
.header-minicart #header-cart .header-cart-container #minicart-result-message {
  white-space: normal;
}

#mobile-cart-button {
  margin: 0;
  display: none;
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.05em;
}

#mobile-cart-button:hover {
  color: #000;
}

/*@include bp(max-width, $bp-small){
   .catalog-category-view #mobile-cart-button,
   .catalogsearch-result-index #mobile-cart-button{
      display: block;
      left: 0;
      bottom: 0;
      overflow: hidden;
      position: fixed;
      height: 2.5em;
      width: 100%;
   }
}
@include bp(max-width, $bp-xsmall){
   .catalog-category-view #mobile-cart-button,
   .catalogsearch-result-index #mobile-cart-button{
      height: 2em;
      line-height: 1.5em;
   }
}*/
.alert {
  position: fixed;
  z-index: 1000;
  display: block;
  right: 0;
  top: 0;
  color: #000;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  padding: .7em .5em;
  font-size: 1em;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  background-color: #fff;
}
.alert a {
  color: #000;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}

.no-touch .alert {
  top: 56px;
}

.alert-success {
  background-color: #eef99d;
}

/* ===== minicart popup ===== */
#mc_quickview.mc_popup {
  margin-top: -215px;
}
@media only screen and (max-width: 770px) {
  #mc_quickview.mc_popup {
    top: 50%;
    margin-top: -50px;
  }
}
#mc_quickview.mc_popup #mcquickview .product-quickview {
  padding: 1%;
}

#mincart-popup {
  min-height: 300px;
  /* medium screen */
  /* small screen */
}
#mincart-popup #mc_popup-close-div {
  float: right;
}
#mincart-popup #mc_popup-close-div a:hover {
  text-decoration: none;
}
#mincart-popup #mc_popup-close-div .sprite-close {
  background-position: -127px -63px;
}
#mincart-popup #mincart-popup-img {
  float: left;
  width: 35%;
  max-width: 200px;
  padding: 5px;
}
#mincart-popup #mincart-popup-img img {
  width: 100%;
  height: 100%;
}
#mincart-popup #minicart-popup-msg {
  min-height: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow-wrap: break-word;
  word-break: normal;
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 15%;
  width: 16.666%;
}
#mincart-popup #minicart-popup-button-area .buttons-set {
  display: inline-block;
  margin-left: 5px;
}
#mincart-popup #minicart-popup-button-area button {
  background: #FE8982;
  border: 2px solid #FE8982;
  float: left;
  padding: 10px 50px;
  margin-left: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
#mincart-popup #minicart-popup-button-area button span {
  color: black;
  font-weight: 900;
}
#mincart-popup #minicart-popup-button-area .button:hover {
  color: #FE8982;
  background: white;
}
@media only screen and (max-width: 770px) {
  #mincart-popup {
    min-height: inherit;
  }
  #mincart-popup #mincart-popup-img {
    height: auto;
  }
  #mincart-popup #minicart-popup-msg {
    min-height: 200px;
  }
  #mincart-popup #minicart-popup-button-area {
    padding: 5px;
    text-align: left;
  }
  #mincart-popup #minicart-popup-button-area .buttons-set {
    margin: 0;
  }
  #mincart-popup #minicart-popup-button-area button {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #mincart-popup {
    min-height: inherit;
  }
  #mincart-popup #mincart-popup-img {
    height: auto;
  }
  #mincart-popup #mincart-popup-img img {
    width: 100%;
    height: auto;
  }
  #mincart-popup #minicart-popup-msg {
    height: auto;
    font-size: 18px;
  }
  #mincart-popup #minicart-popup-button-area {
    padding: 5px;
    text-align: left;
  }
  #mincart-popup #minicart-popup-button-area .buttons-set {
    margin: 0;
  }
  #mincart-popup #minicart-popup-button-area button {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}

p.onestepcheckout-numbers {
  padding-left: 8px;
  font-weight: 400;
  background-color: #d1d1d1;
  line-height: 38px;
}
p.onestepcheckout-numbers .number {
  font-weight: 400;
  margin-top: 1px;
  margin-right: 5px;
}

div.checkoutcontainer {
  border: 0;
}

#onestepcheckout-form {
  position: relative;
}
#onestepcheckout-form > fieldset {
  border: 0;
}
#onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
#onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-middle,
#onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
  background: none;
  width: 31%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
}
#onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
  margin: 0 3% !important;
  width: 32%;
  padding: 15px 0 !important;
}
#onestepcheckout-form #onestepcheckout-place-order-loading {
  background-color: white;
  position: absolute;
  text-align: center;
  padding-top: 80px;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}
#onestepcheckout-form #onestepcheckout-place-order-loading.active {
  display: block;
}
#onestepcheckout-form #onestepcheckout-place-order-loading img {
  margin: 18px auto;
}
#onestepcheckout-form #onestepcheckout-place-order {
  background: #000;
  border-radius: 2px;
  font-size: 18px;
  height: 45px;
  letter-spacing: 0.15em;
  border: 2px solid #000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
#onestepcheckout-form #onestepcheckout-place-order:hover {
  background-color: #FFF;
  color: #000;
}
#onestepcheckout-form .validation-advice {
  position: static;
}
#onestepcheckout-form input[type="radio"] {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #000;
  top: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#onestepcheckout-form input[type="radio"]:checked {
  background-color: #000;
}
#onestepcheckout-form dl.shipment-methods {
  margin: 10px 0;
}
#onestepcheckout-form .payment-methods {
  margin-top: 10px;
}
#onestepcheckout-form .payment-methods dd {
  padding: 0;
}
#onestepcheckout-form .onestepcheckout-coupons input#id_couponcode {
  margin-bottom: 5px;
  width: 49% !important;
}
#onestepcheckout-form #id_couponcode.default {
  color: #999;
  padding-left: 5px;
}
#onestepcheckout-form .onestepcheckout-coupons button {
  width: 49%;
  padding: 4px 0 6px;
  font-size: 18px;
  font-family: "SuperGroteskWeb",Verdana,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.onestepcheckout-place-order-loading {
  text-align: left;
  line-height: 48px;
  padding-left: 0;
  background: none;
  display: block;
}
.onestepcheckout-place-order-loading img {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#onestepcheckout-login-popup .onestepcheckout-popup-wrapper {
  background: #fff;
  padding: 20px 10px;
}
#onestepcheckout-login-popup .onestepcheckout-popup-wrapper .form-list {
  margin-top: 10px;
}
#onestepcheckout-login-popup .onestepcheckout-popup-wrapper .buttons-set {
  text-align: left;
  border: 0;
}
#onestepcheckout-login-popup .onestepcheckout-popup-wrapper .buttons-set button {
  float: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-left: 0;
  line-height: 18px;
  padding: 7px 15px;
}

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

@media only screen and (max-width: 650px) {
  #onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    margin: 0 !important;
  }
}
.checkout-onepage-success button {
  background: #ff6955;
  border: 2px solid #ff6955;
}
.checkout-onepage-success .button:hover {
  color: #ff6955;
}
.checkout-onepage-success .notification-success-msg {
  color: #ff6955;
}
.checkout-onepage-success .main-container {
  padding-top: 0;
  margin: 0;
  max-width: none;
}
.checkout-onepage-success .page-title {
  background-color: #ff6955;
  padding-top: 8%;
  padding-bottom: 10%;
  height: 400px;
}
.checkout-onepage-success .page-title h1 {
  border: 0;
  font-size: 45px;
  font-weight: bolder;
  text-shadow: 1px 0;
  letter-spacing: 1px;
  color: white;
}
.checkout-onepage-success .page-title h2.sub-title {
  font-size: 35px;
  font-weight: bold;
  text-shadow: 1px 0;
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: white;
}
.checkout-onepage-success .checkout-reminder {
  padding: 10px;
  font-size: 24px;
}
.checkout-onepage-success .link-with-underline {
  text-decoration: underline;
}
.checkout-onepage-success .buttons-set {
  border: 0;
}
.checkout-onepage-success .buttons-set .button {
  font-size: 18px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
}

#login-form a.button,
#login-form button.button, #register-form a.button,
#register-form button.button, #checkout-register a.button,
#checkout-register button.button {
  border: 2px solid #ff6955;
  background-color: #ff6955;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  min-width: 265px;
}
#login-form a.button:hover,
#login-form button.button:hover, #register-form a.button:hover,
#register-form button.button:hover, #checkout-register a.button:hover,
#checkout-register button.button:hover {
  background-color: #fff;
  color: #ff6955;
}
@media only screen and (max-width: 680px) {
  #login-form a.button,
  #login-form button.button, #register-form a.button,
  #register-form button.button, #checkout-register a.button,
  #checkout-register button.button {
    min-width: auto;
    width: 100%;
  }
}
#login-form h1, #register-form h1, #checkout-register h1 {
  margin-top: 0;
}
#login-form .col-1, #login-form .col-2, #register-form .col-1, #register-form .col-2, #checkout-register .col-1, #checkout-register .col-2 {
  padding: 0 10%;
}
@media only screen and (max-width: 770px) {
  #login-form .col-1, #login-form .col-2, #register-form .col-1, #register-form .col-2, #checkout-register .col-1, #checkout-register .col-2 {
    padding: 0 2%;
    width: auto;
    float: none;
    border: 0;
  }
  #login-form .col-1 h1, #login-form .col-2 h1, #register-form .col-1 h1, #register-form .col-2 h1, #checkout-register .col-1 h1, #checkout-register .col-2 h1 {
    margin-top: 18px;
  }
}
#login-form .form-list, #register-form .form-list, #checkout-register .form-list {
  padding: 0;
}
#login-form .form-list > li, #register-form .form-list > li, #checkout-register .form-list > li {
  list-style-type: none;
}
#login-form ul.benefits, #register-form ul.benefits, #checkout-register ul.benefits {
  padding-left: 20px;
  margin-bottom: 45px;
}
#login-form ul.benefits li, #register-form ul.benefits li, #checkout-register ul.benefits li {
  list-style-type: disc;
}
#login-form .new-users p, #register-form .new-users p, #checkout-register .new-users p {
  margin-bottom: 18px;
}
#login-form .new-users .buttons-set, #register-form .new-users .buttons-set, #checkout-register .new-users .buttons-set {
  margin-top: 10px;
}

#register-form .buttons-set {
  margin-top: 20px;
}

.account-login {
  max-width: 979px;
  padding: 20px;
  margin: 0 auto;
}

.block-account h2 {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  text-transform: none;
  font-weight: normal;
  line-height: 36px;
}
.block-account li {
  text-transform: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  margin: 0;
  padding: 4px 0;
}
.block-account li a {
  color: #000;
}
.block-account li a:hover {
  color: #000;
}
.block-account li strong {
  color: #000;
  text-decoration: underline;
}

.customer-account-create .account-create {
  max-width: 400px;
  margin: 0 auto;
}
.customer-account-create .account-create .page-title h1 {
  border: 0;
  text-align: center;
}
.customer-account-create .account-create .fieldset {
  margin: 0;
}
.customer-account-create .account-create input[type="text"], .customer-account-create .account-create input[type="email"], .customer-account-create .account-create input[type="password"] {
  width: 100%;
}
.customer-account-create .account-create label {
  font-size: 18px;
}
.customer-account-create .buttons-set {
  margin-left: 0;
  text-align: center;
  border: 0;
}
.customer-account-create .buttons-set .button {
  font-size: 18px;
  letter-spacing: 0.15em;
  float: none;
  margin: 0 auto;
}

.customer-account-logoutsuccess .col-main {
  text-align: center;
}

body.customer-account {
    /*.my-credits-wrapper {
        margin-top: 71px;

        .credits-title {
            h2 {
                font-size: 28px;
                line-height: 1.4;
                border-bottom: $border-thickness solid $c-lightgrey;
            }
        }

        .view-all {
            color: $c-lightgrey;
        }
    }*/
}
body.customer-account .my-account {
  margin-top: 20px;
}
body.customer-account .my-account .fieldset {
  margin-top: 0;
}
body.customer-account .my-account h1 {
  line-height: 28px;
}
body.customer-account .my-account h2.legend {
  padding: 0;
}
body.customer-account .my-account p {
  margin-bottom: 18px;
  line-height: 21px;
}
body.customer-account .my-account .button {
  font-size: 18px;
  letter-spacing: 0.15em;
}
body.customer-account .my-account .return-address {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
body.customer-account .my-account .addresses-list {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 18px;
}
body.customer-account .my-account .addresses-list ol {
  margin-top: 18px;
}
body.customer-account .my-account .addresses-list .item {
  position: relative;
}
body.customer-account .my-account .addresses-list .item .edit-link {
  position: absolute;
  right: 0;
  top: 4px;
}
body.customer-account .my-account .easy-returns-options h2 {
  text-transform: uppercase;
  font-weight: bold;
}
body.customer-account .my-account .easy-returns-options h2 span {
  font-weight: normal;
}
@media print {
  body.customer-account .my-account {
    margin: 0;
  }
  body.customer-account .my-account .page-title {
    padding: 0;
    backgournd: transparent;
    color: #000;
  }
}
body.customer-account .data-table {
  width: 100%;
}
body.customer-account .data-table td a {
  text-transform: none;
}
body.customer-account h3 {
  font-weight: bold;
}
body.customer-account .box-account {
  border-color: #ccc;
}
body.customer-account .box-head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}
body.customer-account .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .box-title a {
  font-size: 15px;
}
body.customer-account .box-content p, body.customer-account .box-content address {
  font-style: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 15px;
}
body.customer-account .cards-list {
  margin-bottom: 9px;
}
body.customer-account .tracking-table th {
  border-top: 1px solid #ccc;
}
body.customer-account .fieldset.actions {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
body.customer-account .fieldset.actions .col-2 {
  text-align: right;
}
body.customer-account input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 0;
}
body.customer-account input[type="checkbox"]:before {
  content: ' ';
  width: 15px;
  display: block;
  margin-top: -2px;
  font-size: 15px;
  margin-left: -1px;
  height: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
}
body.customer-account input[type="checkbox"]:checked:before {
  background-color: #000;
}

#my-orders-table thead th,
.my-shipment-table thead th,
.customer-invoice-items thead th,
.rma-items thead th {
  border-top: 1px solid #ccc;
}
#my-orders-table .product-name,
.my-shipment-table .product-name,
.customer-invoice-items .product-name,
.rma-items .product-name {
  font-size: 18px;
}
#my-orders-table .product-image,
.my-shipment-table .product-image,
.customer-invoice-items .product-image,
.rma-items .product-image {
  width: 70px;
  float: left;
}
#my-orders-table .product-image img,
.my-shipment-table .product-image img,
.customer-invoice-items .product-image img,
.rma-items .product-image img {
  width: 100%;
}
#my-orders-table .product-details,
.my-shipment-table .product-details,
.customer-invoice-items .product-details,
.rma-items .product-details {
  float: left;
  margin-left: 20px;
}
#my-orders-table .product-details .item-options,
.my-shipment-table .product-details .item-options,
.customer-invoice-items .product-details .item-options,
.rma-items .product-details .item-options {
  margin-top: 0;
  margin-left: 0;
  font-size: 15px;
}
#my-orders-table .product-details .item-options dt, #my-orders-table .product-details .item-options dd,
.my-shipment-table .product-details .item-options dt,
.my-shipment-table .product-details .item-options dd,
.customer-invoice-items .product-details .item-options dt,
.customer-invoice-items .product-details .item-options dd,
.rma-items .product-details .item-options dt,
.rma-items .product-details .item-options dd {
  font-weight: normal;
}

.rma-items {
  width: 100%;
}
.rma-items table {
  width: 100%;
}
.rma-items table td {
  padding: 4px 0;
  vertical-align: top;
}
.rma-items table td select, .rma-items table td textarea {
  width: 60%;
}
.rma-items > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.rma-items > tbody > tr > td {
  padding: 18px 0;
}

.rma-contact-details select, .rma-contact-details input {
  width: 60%;
}

/* hide customer contact details on New ProductReturn request */
.my-account .contact-details {
  display: none;
}

.order-info li {
  font-size: 18px;
  margin-left: 40px;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-info-box .box-title h2 {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.order-info-box .box-content {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
}
.order-info-box .box-content address {
  font-size: 18px !important;
}
.order-info-box .box {
  overflow: hidden;
}

.product-returns-wrapper ol {
  padding-left: 45px;
}
.product-returns-wrapper ol li {
  list-style-type: decimal;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.product-returns-wrapper .button {
  float: right;
  font-size: 18px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 599px) {
  #my-creditcards-table tr,
  #my-credit-log-table tr,
  #my-return-orders-table tr,
  .customer-invoice-items tr,
  .my-shipment-table tr {
    border-bottom: 1px solid silver;
  }
  #my-creditcards-table tr td,
  #my-credit-log-table tr td,
  #my-return-orders-table tr td,
  .customer-invoice-items tr td,
  .my-shipment-table tr td {
    text-align: left;
    display: block;
    border-bottom: 0;
    padding: 0 0 10px 10px;
  }
  #my-creditcards-table tr td:first-child,
  #my-credit-log-table tr td:first-child,
  #my-return-orders-table tr td:first-child,
  .customer-invoice-items tr td:first-child,
  .my-shipment-table tr td:first-child {
    padding-top: 10px;
    font-weight: bold;
  }
  #my-creditcards-table tr td[data-rwd-label]:before,
  #my-credit-log-table tr td[data-rwd-label]:before,
  #my-return-orders-table tr td[data-rwd-label]:before,
  .customer-invoice-items tr td[data-rwd-label]:before,
  .my-shipment-table tr td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
    text-transform: uppercase;
  }

  #my-orders-table tr,
  .customer-invoice-items tr,
  .my-shipment-table tr {
    display: block;
    border-bottom: 0;
  }
  #my-orders-table tr td,
  .customer-invoice-items tr td,
  .my-shipment-table tr td {
    display: block;
    width: 100%;
    padding: 3px 0 !important;
    overflow: hidden;
  }
  #my-orders-table tr td span,
  .customer-invoice-items tr td span,
  .my-shipment-table tr td span {
    float: right;
  }
  #my-orders-table tr td:first-child,
  .customer-invoice-items tr td:first-child,
  .my-shipment-table tr td:first-child {
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  #my-orders-table tr td:before,
  .customer-invoice-items tr td:before,
  .my-shipment-table tr td:before {
    text-transform: none;
  }
  #my-orders-table tr td[data-rwd-label=Qty] .nobr strong,
  .customer-invoice-items tr td[data-rwd-label=Qty] .nobr strong,
  .my-shipment-table tr td[data-rwd-label=Qty] .nobr strong {
    margin-right: 0;
  }
  #my-orders-table .total-label,
  .customer-invoice-items .total-label,
  .my-shipment-table .total-label {
    width: 50%;
    float: left;
  }
  #my-orders-table .total-value,
  .customer-invoice-items .total-value,
  .my-shipment-table .total-value {
    width: 50%;
    clear: none;
  }
  #my-orders-table thead,
  .customer-invoice-items thead,
  .my-shipment-table thead {
    display: none;
  }
  #my-orders-table tbody tr:first-child,
  .customer-invoice-items tbody tr:first-child,
  .my-shipment-table tbody tr:first-child {
    padding-top: 9px;
  }
  #my-orders-table tbody tr:last-child,
  .customer-invoice-items tbody tr:last-child,
  .my-shipment-table tbody tr:last-child {
    padding-bottom: 9px;
  }
  #my-orders-table tfoot tr:first-child,
  .customer-invoice-items tfoot tr:first-child,
  .my-shipment-table tfoot tr:first-child {
    padding-top: 9px;
  }
  #my-orders-table tfoot tr.grand_total,
  .customer-invoice-items tfoot tr.grand_total,
  .my-shipment-table tfoot tr.grand_total {
    border-top: 1px solid #ccc;
    padding-top: 9px;
    margin-top: 9px;
  }

  .hidden-small {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .order-info li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 770px) {
  .rma-items td,
  .rma-contact-details td {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .rma-items td textarea,
  .rma-items td input,
  .rma-items td select,
  .rma-contact-details td textarea,
  .rma-contact-details td input,
  .rma-contact-details td select {
    width: 100% !important;
  }
}
#contactForm {
  padding-left: 0;
}
#contactForm .form-list label {
  width: 150px;
  float: left;
  line-height: 40px;
}
#contactForm .form-list textarea {
  width: 365px;
}
#contactForm .form-list select {
  margin-top: 9px;
}
#contactForm .buttons-set {
  max-width: 514px;
  margin-left: 0;
}
#contactForm .buttons-set .button {
  float: left;
  margin-left: 0;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
.category-image img {
  width: 100%;
  height: auto;
}

.note-msg {
  margin-top: 80px;
  text-align: center;
}

/* -------------------------------------------- *
 * Product Name
 */
.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 12px;
  min-height: 32px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
  color: #000;
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid black;
}

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  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: #000;
}
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: #000000;
  text-decoration: underline;
}
.success h2.product-name a, .success
h3.product-name a, .success
h4.product-name a, .success
h5.product-name a, .success
p.product-name a {
  color: #11b400;
}
.error h2.product-name a, .error
h3.product-name a, .error
h4.product-name a, .error
h5.product-name a, .error
p.product-name a {
  color: red;
}
.notice h2.product-name a, .notice
h3.product-name a, .notice
h4.product-name a, .notice
h5.product-name a, .notice
p.product-name a {
  color: #e26703;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid .price-box {
  color: #000;
  margin: 0;
  letter-spacing: 1px;
  font-size: 12px;
  /* highlight text */
}
.products-grid .price-box .old-price {
  text-decoration: line-through;
}
.products-grid .price-box .price {
  font-weight: bold;
  color: #666;
}
.products-grid .price-box.highlight {
  font-weight: bold;
}
.products-grid .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .vip-box {
  font-size: 12px;
}
.products-grid .vip-box .label {
  display: inline-block;
  width: 45%;
}
@media only screen and (max-width: 356px) {
  .products-grid .vip-box .label {
    width: auto;
  }
}
.products-grid .non-vip-price {
  font-size: 12px;
}
@media only screen and (max-width: 479px) {
  .products-grid .non-vip-price .special-price, .products-grid .non-vip-price .old-price {
    float: right;
  }
}
.products-grid .non-vip-price .label {
  display: inline-block;
  width: 45%;
}
@media only screen and (max-width: 356px) {
  .products-grid .non-vip-price .label {
    width: auto;
  }
}
.products-grid .more-colours.colours-4, .products-grid .more-colours.colours-5 {
  display: none;
}
@media only screen and (max-width: 979px) {
  .products-grid .available-colors i.color-attribute:nth-child(4) {
    display: none;
  }
  .products-grid .more-colours.colours-4 {
    display: block;
  }
}
@media only screen and (max-width: 1260px) {
  .products-grid .available-colors i.color-attribute:nth-child(5) {
    display: none;
  }
  .products-grid .more-colours.colours-5 {
    display: block;
  }
}
.products-grid .more-colours {
  font-size: 12px;
}
.products-grid .validation-advice {
  margin: 0;
}
@media only screen and (max-width: 356px) {
  .products-grid .vip-price, .products-grid .regular-price {
    float: right;
  }
}

.products-grid > li {
  position: relative;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li .product-image {
  border: 1px solid #ccc;
}
.products-grid > li .product-image:hover {
  border-color: #ccc;
}

.products-grid li.item .image-wrapper {
  position: relative;
}
.products-grid li.item .image-wrapper .product-character {
  float: right;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 20px;
}
@media only screen and (max-width: 400px) {
  .products-grid li.item .image-wrapper .product-character {
    width: 30px;
    height: 30px;
    font-size: 12px;
    top: 5px;
    right: 5px;
    padding-top: 5px;
    font-size: 8px;
  }
}
.products-grid li.item .image-wrapper .quick-action-bar {
  display: none;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
.products-grid li.item .image-wrapper .quick-action-bar a {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
}
.products-grid li.item .image-wrapper .quick-action-bar a i {
  height: 22px;
  width: 22px;
  margin: 15px 0 5px;
}
.products-grid li.item .image-wrapper .quick-action-bar a span {
  display: block;
}
.products-grid li.item .image-wrapper .quick-action-bar a.wishlist {
  float: right;
}
@media only screen and (min-width: 979px) {
  .products-grid li.item .image-wrapper:hover .quick-action-bar {
    display: block;
  }
}
.products-grid li.item .image-wrapper .product-image img:hover {
  opacity: 1;
}

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

.products-grid .clothing-size-attribute-150 {
  height: 38px;
  overflow: hidden;
}
.products-grid .clothing-size-attribute-150 a {
  display: inline-block;
  width: auto;
  margin: 5px 0 0 0;
  background-color: #ffb1aa;
  text-align: center;
  color: #fff;
  padding: 4px 6px;
  font-size: 13px;
}
.products-grid .clothing-size-attribute-150 a:hover {
  text-decoration: none;
}
.products-grid .clothing-size-attribute-150 a.active {
  background-color: #f26957;
}
.products-grid .clothing-size-attribute-150 a.disabled {
  background-color: #bdbec0;
}

@media only screen and (max-width: 599px) {
  .products-grid .clothing-size-attribute-150 {
    height: 92px;
  }
  .products-grid .clothing-size-attribute-150 a {
    margin-top: 4px;
    padding: 10px 15px;
    font-size: 15px;
    min-width: 46px;
  }
}
/* ============================================ *
 * Product Grid
 * - on search result page
 * - on list page
 * ============================================ */
.products-grid .product-options {
  padding: 0;
  margin: 0;
}
.products-grid .product-options.active {
  display: block;
}
.products-grid .product-options dd {
  padding: 0;
  margin: 0;
}
.products-grid .product-options .swatch_container .advise_swatch {
  line-height: 34px;
  color: #a5a1a2;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  margin: 0 3px;
}
.products-grid .product-options .swatch_container .swatch-option {
  margin: 0 0 0 2px;
}
.products-grid .product-options .swatch_container .swatch-option i.color-attribute.selected {
  border-width: 2px;
  margin: -2px 0 0 -2px;
}
.products-grid .actions {
  position: static;
  padding: 0;
  min-height: 0;
}
.products-grid .actions button.button {
  width: 100%;
  height: 40px;
}
.products-grid .actions button.button.active {
  display: block;
}
.products-grid .actions button.button .btn-wrapper {
  padding: 1px;
}

.image-wrapper {
  position: relative;
}

.product-shop #image-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  height: 100%;
  opacity: .5;
  background: #fff url(default/images/imageloader.gif) 50% 50% no-repeat;
}
.product-shop .swatch-text {
  min-width: 27px;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .clear-all a {
  position: relative;
  margin-left: 18px;
  color: #000000;
  font-family: "baskerville-pro", Verdana, Arial, sans-serif;
  font-size: 13px;
}
@media only screen and (max-width: 770px) {
  .block-layered-nav .clear-all a {
    font-size: 15px;
    line-height: 2.2em;
  }
}
.block-layered-nav .clear-all a:before {
  position: absolute;
  left: -18px;
  content: "×";
  font-size: 21px;
  top: -7px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 0px 0px;
  display: block;
  color: #000000;
  font-size: 13px;
}
@media only screen and (max-width: 770px) {
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    font-size: 16px;
    line-height: 1.45em;
  }
}
.block-layered-nav dl dd .grid > li > a {
  /*padding: 0px 15px!important;*/
}
.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}
.block-layered-nav dl dd.filter-size > ol > li, .block-layered-nav dl dd.filter-category > ol > li {
  position: relative;
  margin-left: 20px;
  line-height: 20px;
}
.block-layered-nav dl dd.filter-size > ol > li a:before, .block-layered-nav dl dd.filter-category > ol > li a:before {
  font-size: 24px;
  position: absolute;
  content: '\25cb';
  left: -20px;
  top: -2px;
}
.block-layered-nav dl dd.filter-size > ol > li .m-selected-filter-item:before, .block-layered-nav dl dd.filter-category > ol > li .m-selected-filter-item:before {
  font-size: 35px;
  position: absolute;
  content: "•";
  left: -19px;
  top: -2px;
}

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

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  color: #000;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-style: normal;
  line-height: 18px;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #000000;
  letter-spacing: 2px;
}
.block-layered-nav .currently ol {
  padding-left: 0px;
}
.block-layered-nav .currently ol li {
  line-height: 20px;
  font-size: 13px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .currently ol li .layered-remove-item {
  font-family: "baskerville-pro", Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}
@media only screen and (max-width: 770px) {
  .block-layered-nav .currently ol li .layered-remove-item {
    font-size: 15px;
    line-height: 1.9em;
  }
}
.block-layered-nav .currently ol li .layered-remove-item {
  position: relative;
  margin-left: 18px;
}
.block-layered-nav .currently ol li .layered-remove-item:before {
  position: absolute;
  left: -18px;
  content: "×";
  font-size: 21px;
}

@media only screen and (max-width: 770px) {
  .catalog-category-view .breadcrumbs {
    display: block;
  }

  .block-layered-nav .block-title {
    display: none;
  }
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .block-layered-nav .block-content .currently {
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .block-layered-nav .block-content .block-subtitle--filter {
    overflow: hidden;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .block-layered-nav .block-content #narrow-by-list {
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .block-layered-nav .block-content > dl > dt:after {
    border: 0px;
    border-width: 0px 0px 0px 0px;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #000;
  }
  .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 {
    border: 0px;
    border-width: 0px 0px 0px 0px;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 770px) {
  .block-layered-nav .block-subtitle--filter {
    background-color: white;
    border: 2px solid black;
    margin-bottom: 0;
    display: block;
    color: #000000;
    text-align: center;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    border: 0px;
  }
  .block-layered-nav .block-subtitle--filter:after {
    border: 0px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
  }
  .block-layered-nav .block-subtitle--filter span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid black;
    border-bottom: none;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
  }

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

  .block-layered-nav dl ol > li > a {
    border: 0;
    background-color: white;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: white;
  }

  .block-layered-nav dl dd ol > li {
    background-color: transparent;
    padding: 0px;
  }

  .block-layered-nav dl dd .grid > li > a {
    margin: 0px 9px 15px;
  }
}
@media only screen and (max-width: 357px) {
  .products-grid .available-colors .slick-slider .slick-list {
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* Config: Two columns + flexible gutter */
  .products-grid {
    /* Undo three-column config */
    /* Set two-column config */
  }
  .products-grid > li,
  .products-grid li:nth-child(3n) {
    width: 49.07407%;
    margin-right: 1.85185%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid > li {
    width: 49.07407%;
    margin-right: 1.85185%;
  }
  .products-grid > li:nth-child(2n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 771px) and (max-width: 979px) {
  .products-grid {
    /* Set three-column config */
  }
  .products-grid > li:nth-child(2n),
  .products-grid > li:nth-child(2n+1) {
    width: 31.86275%;
    margin-right: 2.20588%;
  }
  .products-grid > li:nth-child(2n+1) {
    clear: none;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
    width: 31.86275%;
    margin-right: 2.20588%;
  }
  .products-grid > li:nth-child(3n+2) {
    width: 31.86275%;
    margin-right: 2.20588%;
  }
  .products-grid > li:nth-child(3n) {
    width: 31.86275%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Config: Four columns + flexible gutter */
  .products-grid {
    /* Undo three-column config */
    /* Set 4-column config */
  }
  .products-grid > li,
  .products-grid li:nth-child(2n),
  .products-grid li:nth-child(3n) {
    width: 23.19277%;
    margin-right: 2.40964%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid > li {
    width: 23.19277%;
    margin-right: 2.40964%;
  }
  .products-grid > li:nth-child(4n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
/* ============================================ *
 * InfiniteScroll
 * ============================================ */
div.ias-noneleft {
  margin-top: 20px;
}
div.ias-noneleft em {
  font-family: "SuperGroteskWeb",​Verdana,​Arial,​sans-serif;
  font-size: 18px;
  height: 40px;
  border: solid 3px #ddd;
  padding: 10px 30px;
}

div.ias-spinner {
  margin-top: 20px;
}
div.ias-spinner span {
  font-family: "SuperGroteskWeb",​Verdana,​Arial,​sans-serif;
  font-size: 18px;
  height: 40px;
  border: solid 3px #ddd;
  padding: 10px 30px;
}

div.ias-trigger {
  margin-top: 20px;
}
div.ias-trigger a {
  font-family: "SuperGroteskWeb",​Verdana,​Arial,​sans-serif;
  font-size: 18px;
  height: 40px;
  border: solid 3px #ddd;
  padding: 10px 30px;
}

.col2-right.sidebar {
  position: relative;
}

.products-grid .product-options,
.products-grid .actions,
.product-options .product-options,
.product-options .actions {
  display: none;
}
.products-grid .available-colors,
.products-grid .swatch-color,
.product-options .available-colors,
.product-options .swatch-color {
  /* Retina display */
}
.products-grid .available-colors .slick-slider,
.products-grid .swatch-color .slick-slider,
.product-options .available-colors .slick-slider,
.product-options .swatch-color .slick-slider {
  margin: 10px 0 0;
  /* Retina display */
}
.products-grid .available-colors .slick-slider .slick-list,
.products-grid .swatch-color .slick-slider .slick-list,
.product-options .available-colors .slick-slider .slick-list,
.product-options .swatch-color .slick-slider .slick-list {
  margin: 0 13px;
}
.products-grid .available-colors .slick-slider .slick-arrow,
.products-grid .swatch-color .slick-slider .slick-arrow,
.product-options .available-colors .slick-slider .slick-arrow,
.product-options .swatch-color .slick-slider .slick-arrow {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  margin-top: -8px;
}
.products-grid .available-colors .slick-slider .slick-prev,
.products-grid .swatch-color .slick-slider .slick-prev,
.product-options .available-colors .slick-slider .slick-prev,
.product-options .swatch-color .slick-slider .slick-prev {
  left: 0;
  background-position: -28px -202px;
}
.products-grid .available-colors .slick-slider .slick-prev::before,
.products-grid .swatch-color .slick-slider .slick-prev::before,
.product-options .available-colors .slick-slider .slick-prev::before,
.product-options .swatch-color .slick-slider .slick-prev::before {
  content: "";
}
.products-grid .available-colors .slick-slider .slick-next,
.products-grid .swatch-color .slick-slider .slick-next,
.product-options .available-colors .slick-slider .slick-next,
.product-options .swatch-color .slick-slider .slick-next {
  right: 0;
  background-position: -40px -202px;
}
.products-grid .available-colors .slick-slider .slick-next::before,
.products-grid .swatch-color .slick-slider .slick-next::before,
.product-options .available-colors .slick-slider .slick-next::before,
.product-options .swatch-color .slick-slider .slick-next::before {
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .products-grid .available-colors .slick-slider .slick-arrow,
  .products-grid .swatch-color .slick-slider .slick-arrow,
  .product-options .available-colors .slick-slider .slick-arrow,
  .product-options .swatch-color .slick-slider .slick-arrow {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
.products-grid .available-colors i.color-attribute,
.products-grid .swatch-color i.color-attribute,
.product-options .available-colors i.color-attribute,
.product-options .swatch-color i.color-attribute {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -10000px;
  cursor: pointer;
  margin: 10px 5px 5px 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  padding: 4px;
  box-sizing: content-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .products-grid .available-colors i.color-attribute,
  .products-grid .swatch-color i.color-attribute,
  .product-options .available-colors i.color-attribute,
  .product-options .swatch-color i.color-attribute {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
.products-grid .available-colors .color-grey,
.products-grid .swatch-color .color-grey,
.product-options .available-colors .color-grey,
.product-options .swatch-color .color-grey {
  background-position: -217px -6px;
  /*background-color: #808080;*/
}
.products-grid .available-colors .color-blue,
.products-grid .swatch-color .color-blue,
.product-options .available-colors .color-blue,
.product-options .swatch-color .color-blue {
  background-position: -187px -6px;
  /*background-color: #386ce0;*/
}
.products-grid .available-colors .color-navy,
.products-grid .swatch-color .color-navy,
.product-options .available-colors .color-navy,
.product-options .swatch-color .color-navy {
  background-position: -186.5px -38px;
  /*background-color: #000080;*/
}
.products-grid .available-colors .color-pink,
.products-grid .swatch-color .color-pink,
.product-options .available-colors .color-pink,
.product-options .swatch-color .color-pink {
  background-position: -217px -38px;
  /*background-color: #ffc0cb;*/
}
.products-grid .available-colors .color-red,
.products-grid .swatch-color .color-red,
.product-options .available-colors .color-red,
.product-options .swatch-color .color-red {
  background-position: -187.5px -70px;
  /*background-color: #df0f19;*/
}
.products-grid .available-colors .color-yellow,
.products-grid .swatch-color .color-yellow,
.product-options .available-colors .color-yellow,
.product-options .swatch-color .color-yellow {
  background-position: -217px -70px;
  /*background-color: #fff200;*/
}
.products-grid .available-colors .color-black,
.products-grid .swatch-color .color-black,
.product-options .available-colors .color-black,
.product-options .swatch-color .color-black {
  background-position: -187px -100px;
  /*background-color: #000000;*/
}
.products-grid .available-colors .color-cream,
.products-grid .swatch-color .color-cream,
.product-options .available-colors .color-cream,
.product-options .swatch-color .color-cream {
  background-position: -216px -100px;
  /*background-color: #fef7f0;*/
}
.products-grid .available-colors .color-green,
.products-grid .swatch-color .color-green,
.product-options .available-colors .color-green,
.product-options .swatch-color .color-green {
  background-position: -187px -132px;
  /*background-color: #00a651;*/
}
.products-grid .available-colors .color-orange,
.products-grid .swatch-color .color-orange,
.product-options .available-colors .color-orange,
.product-options .swatch-color .color-orange {
  background-position: -216.5px -132px;
  /*background-color: #ffa500;*/
}
.products-grid .available-colors .color-purple,
.products-grid .swatch-color .color-purple,
.product-options .available-colors .color-purple,
.product-options .swatch-color .color-purple {
  background-position: -186.5px -164px;
  /*background-color: #8560a8;*/
}
.products-grid .available-colors .color-white,
.products-grid .swatch-color .color-white,
.product-options .available-colors .color-white,
.product-options .swatch-color .color-white {
  background-position: -217px -164px;
  /*background-color: #ffffff;*/
}
.products-grid .available-colors .color-beige,
.products-grid .swatch-color .color-beige,
.product-options .available-colors .color-beige,
.product-options .swatch-color .color-beige {
  background-position: -186px -193px;
  /*background-color: #f9e2cc;*/
}
.products-grid .available-colors .color-tan,
.products-grid .swatch-color .color-tan,
.product-options .available-colors .color-tan,
.product-options .swatch-color .color-tan {
  background-position: -217px -193px;
  /*background-color: #9f6e43;*/
}
.products-grid .available-colors .color-silver,
.products-grid .swatch-color .color-silver,
.product-options .available-colors .color-silver,
.product-options .swatch-color .color-silver {
  /* background-position: -67px -32px; old silver */
  background-position: -186px -223px;
  /*background-color: #d5d5d5;*/
}
.products-grid .available-colors .color-gold,
.products-grid .swatch-color .color-gold,
.product-options .available-colors .color-gold,
.product-options .swatch-color .color-gold {
  background-position: -216px -223px;
  /*background-color: #ffe89b;*/
}
.products-grid .available-colors .color-multi,
.products-grid .swatch-color .color-multi,
.product-options .available-colors .color-multi,
.product-options .swatch-color .color-multi {
  background-position: -2.5px -29px;
  /*background-position: -6px -40px;*/
}
.products-grid .available-colors .color-brown,
.products-grid .swatch-color .color-brown,
.product-options .available-colors .color-brown,
.product-options .swatch-color .color-brown {
  background-position: -33px -29px;
  /*background-color: #a52b2b;*/
}
.products-grid .available-colors .color-lightpurple,
.products-grid .swatch-color .color-lightpurple,
.product-options .available-colors .color-lightpurple,
.product-options .swatch-color .color-lightpurple {
  background-position: -157px -143px;
  /*background-color: #e6e6fa;*/
}
.products-grid .available-colors .color-stripe,
.products-grid .swatch-color .color-stripe,
.product-options .available-colors .color-stripe,
.product-options .swatch-color .color-stripe {
  background-position: -97px -93px;
  /*background-position: -97px -101px;*/
}
.products-grid .available-colors .color-aqua,
.products-grid .swatch-color .color-aqua,
.product-options .available-colors .color-aqua,
.product-options .swatch-color .color-aqua {
  background-position: -216px -254px;
  /*background-color: #129793;*/
}
.products-grid .available-colors .color-mocha,
.products-grid .swatch-color .color-mocha,
.product-options .available-colors .color-mocha,
.product-options .swatch-color .color-mocha {
  background-position: -186.5px -254px;
  /*background-color: #cea198;*/
}
@media only screen and (max-width: 599px) {
  .products-grid .available-colors i.color-attribute.slick-slide,
  .products-grid .swatch-color i.color-attribute.slick-slide,
  .product-options .available-colors i.color-attribute.slick-slide,
  .product-options .swatch-color i.color-attribute.slick-slide {
    display: none;
  }
  .products-grid .available-colors i.color-attribute.slick-slide:first-child, .products-grid .available-colors i.color-attribute.slick-slide:nth-child(2), .products-grid .available-colors i.color-attribute.slick-slide:nth-child(3),
  .products-grid .swatch-color i.color-attribute.slick-slide:first-child,
  .products-grid .swatch-color i.color-attribute.slick-slide:nth-child(2),
  .products-grid .swatch-color i.color-attribute.slick-slide:nth-child(3),
  .product-options .available-colors i.color-attribute.slick-slide:first-child,
  .product-options .available-colors i.color-attribute.slick-slide:nth-child(2),
  .product-options .available-colors i.color-attribute.slick-slide:nth-child(3),
  .product-options .swatch-color i.color-attribute.slick-slide:first-child,
  .product-options .swatch-color i.color-attribute.slick-slide:nth-child(2),
  .product-options .swatch-color i.color-attribute.slick-slide:nth-child(3) {
    display: inline-block;
  }
}
.products-grid .available-colors .full-width .color-grey.slick-slide,
.products-grid .swatch-color .full-width .color-grey.slick-slide,
.product-options .available-colors .full-width .color-grey.slick-slide,
.product-options .swatch-color .full-width .color-grey.slick-slide {
  background-position: -219px -8px;
}
.products-grid .available-colors .full-width .color-blue.slick-slide,
.products-grid .swatch-color .full-width .color-blue.slick-slide,
.product-options .available-colors .full-width .color-blue.slick-slide,
.product-options .swatch-color .full-width .color-blue.slick-slide {
  background-position: -189px -7px;
}
.products-grid .available-colors .full-width .color-navy.slick-slide,
.products-grid .swatch-color .full-width .color-navy.slick-slide,
.product-options .available-colors .full-width .color-navy.slick-slide,
.product-options .swatch-color .full-width .color-navy.slick-slide {
  background-position: -188.5px -39px;
}
.products-grid .available-colors .full-width .color-pink.slick-slide,
.products-grid .swatch-color .full-width .color-pink.slick-slide,
.product-options .available-colors .full-width .color-pink.slick-slide,
.product-options .swatch-color .full-width .color-pink.slick-slide {
  background-position: -219px -39px;
}
.products-grid .available-colors .full-width .color-red.slick-slide,
.products-grid .swatch-color .full-width .color-red.slick-slide,
.product-options .available-colors .full-width .color-red.slick-slide,
.product-options .swatch-color .full-width .color-red.slick-slide {
  background-position: -190.5px -71px;
}
.products-grid .available-colors .full-width .color-yellow.slick-slide,
.products-grid .swatch-color .full-width .color-yellow.slick-slide,
.product-options .available-colors .full-width .color-yellow.slick-slide,
.product-options .swatch-color .full-width .color-yellow.slick-slide {
  background-position: -219px -71px;
}
.products-grid .available-colors .full-width .color-black.slick-slide,
.products-grid .swatch-color .full-width .color-black.slick-slide,
.product-options .available-colors .full-width .color-black.slick-slide,
.product-options .swatch-color .full-width .color-black.slick-slide {
  background-position: -189px -101px;
}
.products-grid .available-colors .full-width .color-cream.slick-slide,
.products-grid .swatch-color .full-width .color-cream.slick-slide,
.product-options .available-colors .full-width .color-cream.slick-slide,
.product-options .swatch-color .full-width .color-cream.slick-slide {
  background-position: -218px -101px;
}
.products-grid .available-colors .full-width .color-green.slick-slide,
.products-grid .swatch-color .full-width .color-green.slick-slide,
.product-options .available-colors .full-width .color-green.slick-slide,
.product-options .swatch-color .full-width .color-green.slick-slide {
  background-position: -189px -133px;
}
.products-grid .available-colors .full-width .color-orange.slick-slide,
.products-grid .swatch-color .full-width .color-orange.slick-slide,
.product-options .available-colors .full-width .color-orange.slick-slide,
.product-options .swatch-color .full-width .color-orange.slick-slide {
  background-position: -218.5px -133px;
}
.products-grid .available-colors .full-width .color-purple.slick-slide,
.products-grid .swatch-color .full-width .color-purple.slick-slide,
.product-options .available-colors .full-width .color-purple.slick-slide,
.product-options .swatch-color .full-width .color-purple.slick-slide {
  background-position: -189px -165px;
}
.products-grid .available-colors .full-width .color-white.slick-slide,
.products-grid .swatch-color .full-width .color-white.slick-slide,
.product-options .available-colors .full-width .color-white.slick-slide,
.product-options .swatch-color .full-width .color-white.slick-slide {
  background-position: -219.5px -165px;
}
.products-grid .available-colors .full-width .color-beige.slick-slide,
.products-grid .swatch-color .full-width .color-beige.slick-slide,
.product-options .available-colors .full-width .color-beige.slick-slide,
.product-options .swatch-color .full-width .color-beige.slick-slide {
  background-position: -188px -194px;
}
.products-grid .available-colors .full-width .color-tan.slick-slide,
.products-grid .swatch-color .full-width .color-tan.slick-slide,
.product-options .available-colors .full-width .color-tan.slick-slide,
.product-options .swatch-color .full-width .color-tan.slick-slide {
  background-position: -219px -194px;
}
.products-grid .available-colors .full-width .color-silver.slick-slide,
.products-grid .swatch-color .full-width .color-silver.slick-slide,
.product-options .available-colors .full-width .color-silver.slick-slide,
.product-options .swatch-color .full-width .color-silver.slick-slide {
  background-position: -188px -224px;
}
.products-grid .available-colors .full-width .color-gold.slick-slide,
.products-grid .swatch-color .full-width .color-gold.slick-slide,
.product-options .available-colors .full-width .color-gold.slick-slide,
.product-options .swatch-color .full-width .color-gold.slick-slide {
  background-position: -218px -225px;
}
.products-grid .available-colors .full-width .color-multi.slick-slide,
.products-grid .swatch-color .full-width .color-multi.slick-slide,
.product-options .available-colors .full-width .color-multi.slick-slide,
.product-options .swatch-color .full-width .color-multi.slick-slide {
  background-position: -5.5px -30px;
}
.products-grid .available-colors .full-width .color-brown.slick-slide,
.products-grid .swatch-color .full-width .color-brown.slick-slide,
.product-options .available-colors .full-width .color-brown.slick-slide,
.product-options .swatch-color .full-width .color-brown.slick-slide {
  background-position: -35px -30px;
}
.products-grid .available-colors .full-width .color-lightpurple.slick-slide,
.products-grid .swatch-color .full-width .color-lightpurple.slick-slide,
.product-options .available-colors .full-width .color-lightpurple.slick-slide,
.product-options .swatch-color .full-width .color-lightpurple.slick-slide {
  background-position: -155px -140px;
}
.products-grid .available-colors .full-width .color-stripe.slick-slide,
.products-grid .swatch-color .full-width .color-stripe.slick-slide,
.product-options .available-colors .full-width .color-stripe.slick-slide,
.product-options .swatch-color .full-width .color-stripe.slick-slide {
  background-position: -97px -93px;
}
.products-grid .available-colors .full-width .color-aqua.slick-slide,
.products-grid .swatch-color .full-width .color-aqua.slick-slide,
.product-options .available-colors .full-width .color-aqua.slick-slide,
.product-options .swatch-color .full-width .color-aqua.slick-slide {
  background-position: -219px -255px;
}
.products-grid .available-colors .full-width .color-mocha.slick-slide,
.products-grid .swatch-color .full-width .color-mocha.slick-slide,
.product-options .available-colors .full-width .color-mocha.slick-slide,
.product-options .swatch-color .full-width .color-mocha.slick-slide {
  background-position: -188.5px -255px;
}
.products-grid .available-colors h2.product-name,
.products-grid .swatch-color h2.product-name,
.product-options .available-colors h2.product-name,
.product-options .swatch-color h2.product-name {
  height: auto;
  margin-top: 5px;
}
.products-grid .sprite-dots,
.products-grid .owl-prev,
.products-grid .owl-prev:hover,
.products-grid .owl-next,
.products-grid .owl-next:hover,
.product-options .sprite-dots,
.product-options .owl-prev,
.product-options .owl-prev:hover,
.product-options .owl-next,
.product-options .owl-next:hover {
  background: url("2016/images/pc-source.png") no-repeat;
}
.products-grid .icon-sprite-second,
.product-options .icon-sprite-second {
  background: url("2016/images/pc-source.png") no-repeat;
}

@media only screen and (max-width: 770px) {
  .products-grid .touch .product-view .product-img-box #prod-gal .imgwrap:hover .inimg .zoomer-icon,
  .product-options .touch .product-view .product-img-box #prod-gal .imgwrap:hover .inimg .zoomer-icon {
    display: none;
  }
}
.product-view {
  position: relative;
}
.product-view .soldout-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 20;
  padding-top: 20%;
}
.product-view .soldout-overlay .box {
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px;
  line-height: normal;
}
.product-view .soldout-overlay .box .heading {
  font-size: 48px;
  font-weight: bold;
}
.product-view .price-match {
  padding-bottom: 0;
}
.product-view .add-to-cart-wrapper,
.product-view .product-shop,
.product-view .info-box {
  padding-left: 0;
  max-width: 100%;
  width: 100%;
}
.product-view .product-options-bottom {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.product-view .product-options-bottom .add-to-cart {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-view .product-shop .product-style {
  position: relative;
}
.product-view .product-shop .social-media {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-view .product-shop .social-media .sharing-links {
  float: none;
}
.product-view .product-shop .social-media .sharing-links li {
  display: inline-block;
  padding: 3px;
  float: none;
}
.product-view .product-shop .social-media .sharing-links li a {
  background-size: 317px 35px;
  width: 35px;
  height: 35px;
  background-image: url(2016/images/social-media-icons_2x.png);
}
.product-view .product-shop .social-media .sharing-links a.link-facebook {
  width: 35px;
  height: 35px;
  background-position: 0px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-facebook:hover {
  background-position: 0px 0px;
}
.product-view .product-shop .social-media .sharing-links a.sprite-social-pinterest {
  width: 35px;
  height: 35px;
  background-position: -40px 0px;
}
.product-view .product-shop .social-media .sharing-links a.sprite-social-pinterest:hover {
  background-position: -40px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-sms {
  background-position: -80px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-imessage {
  background-position: -121px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-whatup {
  background-position: -161px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-wechat {
  background-position: -201px 0px;
}
.product-view .product-shop .social-media .sharing-links a.link-instagram {
  background-position: -242px 0px;
}
.product-view .product-shop .social-media .sharing-links a.close {
  width: 25px;
  height: 35px;
  background-image: url("2016/images/pc-source@2x.png");
  background-size: 500px 650px;
  background-repeat: no-repeat;
  background-position: -73px -405px;
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop .social-media {
    position: fixed;
    display: block;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: white;
    z-index: 100;
  }
  .product-view .product-shop .social-media .sharing-links {
    display: inline-block;
  }
}
.product-view .product-shop .share-like {
  float: right;
}
.product-view .product-shop .share-like .share, .product-view .product-shop .share-like .like {
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: url(2016/images/pc-source@2x.png);
  background-size: 250px 325px;
  background-repeat: no-repeat;
  display: inline-block;
}
.product-view .product-shop .share-like .share {
  background-position: -72px -192px;
}
.product-view .product-shop .share-like .like {
  background-position: -112px -192px;
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop .share-like {
    position: fixed;
    display: block;
    left: 0;
    width: 100%;
    background-color: white;
    bottom: 0px;
    text-align: center;
    z-index: 99;
    padding: 15px;
    top: auto;
    right: auto;
  }
  .product-view .product-shop .share-like .share {
    position: relative;
  }
}
@media only screen and (max-width: 400px) {
  .product-view .product-shop .share-like {
    text-align: left;
  }
}
.product-view .product-shop .product-sku {
  font-family: SuperGroteskWeb, monospace, arial;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 15.3999996185303px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #000;
  text-rendering: optimizelegibility;
}
.product-view .product-shop .product-name {
  display: block;
  width: auto;
  text-align: left;
  margin-top: 0;
  float: none;
}
.product-view .product-shop .product-name .h1 {
  float: none;
  font-family: SuperGroteskWeb, monospace, arial;
  font-size: 20px;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  padding-top: 32px;
}
.product-view .product-shop .price-info {
  display: block;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-size: 16px;
  margin: 13px 0;
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop .price-info {
    /*display: none;*/
  }
}
.product-view .product-shop .price-info .price-box .price {
  font-weight: bold;
  color: #666;
}
.product-view .product-shop .price-info .price-box .old-price {
  text-decoration: line-through;
}
.product-view .product-shop .price-info .price-box.none-vip-price {
  line-height: 26px;
}
.product-view .product-shop .price-info .price-box.vip-box.not-vip-member {
  color: #A2A2A2;
}
.product-view .product-shop .price-info .price-box .special-price .price {
  color: RED;
}
.product-view .product-shop .price-info .price-box .label {
  display: inline-block;
  width: 50%;
}
.product-view .product-shop .extra-info {
  display: none;
}
.product-view .product-shop .product-options {
  padding: 0;
}
.product-view .product-shop .product-options h6 {
  margin-top: 15px;
  text-transform: none;
}
.product-view .product-shop .product-options .attribute-wrapper {
  margin: 20px 0;
}
.product-view .product-shop .product-options .required {
  position: static;
  margin: 5px 0;
}
.product-view .product-shop .product-options dd {
  border: none;
  margin: 0 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #b2b2b2;
}
.product-view .product-shop .product-options dd select {
  background: #fff url("2016/images/select-arrow.png") no-repeat right 18px;
  padding: 10px 10px;
  border: 2px solid #000;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-view .product-shop .product-options dd select#attribute142 {
  padding-left: 40px;
  display: none;
}
.product-view .product-shop .product-options dd select#attribute150 {
  display: none;
}
.product-view .product-shop .product-options dd .validation-advice {
  position: relative;
  display: block;
}
.product-view .product-shop .product-options dd .size-selection .size {
  display: none;
}
.product-view .product-shop .product-options dd.last {
  text-align: left;
  padding: 20px 0;
}
.product-view .product-shop .product-options dd.last .size {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
.product-view .product-shop .product-options dd.last .size:last-child {
  margin-right: 0px;
}
.product-view .product-shop .product-options dd.last .size .stock, .product-view .product-shop .product-options dd.last .size .stock-sub {
  width: 210px;
  padding-bottom: 20px;
}
.product-view .product-shop .product-options dd.last .size .stock {
  display: none;
}
.product-view .product-shop .product-options dd.last .size .stock-sub {
  width: 80px;
  height: 38px;
}
.product-view .product-shop .product-options dd.last .size a {
  padding: 5px 10px;
  border: 1px solid black;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.product-view .product-shop .product-options dd.last .size.selected .stock-sub {
  display: none;
}
.product-view .product-shop .product-options dd.last .size.selected .stock {
  display: block;
}
.product-view .product-shop .product-options dd.last .size.selected .stock span {
  color: #fc3159;
}
.product-view .product-shop .product-options dd.last .size.selected a {
  color: white;
  background-color: black;
}
.product-view .product-shop .product-options label {
  color: #000;
  display: block;
  text-align: center;
}
.product-view .product-shop .product-options .swatch_container {
  text-align: left;
  margin: 20px 0;
}
.product-view .product-shop .product-options .swatch_container .swatch-option {
  position: relative;
  display: none;
  float: none;
  margin-right: 10px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.product-view .product-shop .product-options .swatch_container .swatch-option .color {
  margin-bottom: 10px;
}
.product-view .product-shop .product-options .swatch_container .swatch-option img {
  border: 1px solid #ebebeb;
}
.product-view .product-shop .product-options .swatch_container .swatch-option img.selected {
  border: 1px solid #000000;
}
.product-view .product-shop .product-options .swatch_container .swatch-option .swatch-text {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 18px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  margin: 2px 0;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal;
}
.product-view .product-shop .product-options .swatch_container .swatch-option .swatch-text.selected, .product-view .product-shop .product-options .swatch_container .swatch-option .swatch-text:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.product-view .product-shop .product-options .swatch_container .swatch-option .title {
  position: absolute;
  top: -25px;
  left: -5px;
}
.product-view .product-shop .product-options .swatch_container .swatch-option i {
  border: 1px solid white;
}
.product-view .product-shop .product-options .swatch_container .swatch-option i.selected {
  border: 1px solid black;
}
.product-view .product-shop .product-options .swatch_container .selected-parent {
  height: 37px !important;
  width: 37px !important;
  display: inline-block;
  padding: 4px;
  border: 2px solid black;
  border-radius: 50%;
}
.product-view .product-shop .product-rating {
  text-align: center;
}
.product-view .price-match {
  padding-bottom: 20px;
}
.product-view .price-match .left, .product-view .price-match .right {
  display: inline-block;
}
.product-view .price-match .left img, .product-view .price-match .left span, .product-view .price-match .right img, .product-view .price-match .right span {
  display: inline;
}
.product-view .price-match .left img, .product-view .price-match .right img {
  margin-right: 5px;
}
.product-view .price-match .left span, .product-view .price-match .right span {
  vertical-align: top;
}
.product-view .price-match .right {
  float: right;
}
.product-view .price-match .right::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 360px) {
  .product-view .price-match .left, .product-view .price-match .right {
    display: block;
  }
  .product-view .price-match .right {
    float: none;
  }
}
.product-view .info-box #details-body, .product-view .info-box .size-table {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b2b2b2;
}
.product-view .info-box #details-body p, .product-view .info-box .size-table p {
  color: #b2b2b2;
  margin-bottom: 0;
}
.product-view .info-box #details-body .text p, .product-view .info-box .size-table .text p {
  color: #000;
}
.product-view .info-box #details-body ul li, .product-view .info-box .size-table ul li {
  margin: 10px 0 0 30px;
  color: black;
  clear: both;
}
.product-view .info-box #details-body ul li a, .product-view .info-box .size-table ul li a {
  color: #b2b2b2;
}
.product-view .info-box #details-body ul li p, .product-view .info-box .size-table ul li p {
  margin-bottom: 5px;
}
.product-view .info-box #details-body ul li.promise > p, .product-view .info-box .size-table ul li.promise > p {
  display: none;
}
.product-view .info-box #details-body ul li.promise > p.msg, .product-view .info-box .size-table ul li.promise > p.msg {
  display: inline;
}
.product-view .info-box #details-body ul li::before, .product-view .info-box .size-table ul li::before {
  min-width: 21px;
  height: 21px;
  background-image: url(2016/images/pc-source@2x.png);
  background-size: 250px 325px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 0 0 0 -30px;
  float: left;
  display: block;
}
.product-view .info-box #details-body ul li.model::before, .product-view .info-box .size-table ul li.model::before {
  content: ' ';
  background-position: -7px -251px;
}
.product-view .info-box #details-body ul li.features::before, .product-view .info-box .size-table ul li.features::before {
  content: ' ';
  background-position: -54px -250px;
}
.product-view .info-box #details-body ul li.size::before, .product-view .info-box .size-table ul li.size::before {
  content: ' ';
  background-position: -28px -250px;
}
.product-view .info-box #details-body ul li.question::before, .product-view .info-box .size-table ul li.question::before {
  content: ' ';
  background-position: -79px -250px;
}
.product-view .info-box #details-body ul li.promise::before, .product-view .info-box .size-table ul li.promise::before {
  content: ' ';
  background-position: -102px -251px;
}
.product-view .info-box #details-body .description-title, .product-view .info-box .size-table .description-title {
  margin-top: 20px;
}
.product-view .info-box #details-body #body-description, .product-view .info-box .size-table #body-description {
  padding: 0;
}
.product-view .info-box #details-body #body-description p, .product-view .info-box .size-table #body-description p {
  margin-bottom: 5px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: black;
}
.product-view .info-box .size-table {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.product-view .info-box .size-table table {
  width: 100%;
  text-align: center;
  margin: 13px 0;
}
.product-view .info-box .size-table table th {
  text-align: center;
}
.product-view .info-box .size-table table tr {
  line-height: 30px;
}
.product-view .info-box .size-table table tr:nth-child(2n) {
  background-color: #e6e6e6;
}
.product-view .info-box .size-table a {
  color: #b2b2b2;
  text-decoration: underline;
}
.product-view .col2-right.sidebar {
  float: right;
  max-width: 40%;
  width: 100%;
}
.product-view .col2-right.sidebar .accordion {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1040px) {
  .product-view .col2-right.sidebar {
    max-width: 40%;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .col2-right.sidebar {
    max-width: 100%;
    float: none;
    clear: both;
  }
}
.product-view .col2-right.sidebar .right-col-msg-box {
  text-align: center;
  margin-bottom: 20px;
  border: solid 1px black;
  padding: 10px 5px;
}
.product-view .col2-right.sidebar .right-col-msg-box span.txt1 {
  font-weight: bold;
}
.product-view .col2-right.sidebar .right-col-msg-box span.txt2 {
  font-size: small;
}
.product-view .product-img-box {
  padding-right: 0;
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 1040px) {
  .product-view .product-img-box {
    max-width: 57%;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-img-box {
    max-width: 100%;
    float: none;
    clear: both;
  }
}
.product-view .product-img-box .product-name h1 {
  font-style: normal;
  font-family: "SuperGroteskWeb", helvetica, arial;
  font-size: 33px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-weight: 200;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-view .product-img-box .product-name .price-box {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-view .product-img-box .product-name .price-box span {
  font-style: italic;
  color: #000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-family: "baskerville-pro", georgia, times, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 2em;
}
.product-view .product-img-box #prod-gal-wrap,
.product-view .product-img-box #mobile-gal-wrap {
  max-width: 85%;
  width: 100%;
  float: right;
  position: relative;
}
.product-view .product-img-box #prod-gal-wrap .loader,
.product-view .product-img-box #mobile-gal-wrap .loader {
  display: block;
  background: url(default/images/imageloader.gif) 50% 50% no-repeat;
  width: 253px;
  height: 324px;
  margin: 50px auto 50px;
}
@media only screen and (max-width: 1040px) {
  .product-view .product-img-box #prod-gal-wrap,
  .product-view .product-img-box #mobile-gal-wrap {
    max-width: 100%;
    float: none;
  }
}
.product-view .product-img-box #prod-gal {
  width: 100%;
}
.product-view .product-img-box #prod-gal .imgwrap {
  padding-left: 6px;
  margin-bottom: 15px;
}
.product-view .product-img-box #prod-gal .imgwrap:hover .inimg .zoomer-icon {
  display: block;
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  background-position: -0px -68px;
  width: 22px;
  height: 22px;
}
.product-view .product-img-box #prod-gal .imgwrap .inimg {
  width: 100%;
  float: leflt;
  overflow: hidden !important;
  position: relative;
}
.product-view .product-img-box #prod-gal .imgwrap .inimg .zoomer-icon {
  display: none;
}
.product-view .product-img-box #prod-gal .imgwrap .invideo {
  width: 100%;
}
.product-view .product-img-box #prod-gal .imgwrap .invideo video {
  width: 100%;
}
.product-view .product-img-box #prod-gal .lightbox-res {
  width: 100%;
  display: block;
  float: left;
}
.product-view .product-img-box #prod-gal .lightbox-res img,
.product-view .product-img-box #prod-gal .lightbox-res video {
  width: 100%;
}
.product-view .product-img-box #prod-gal .lightbox-res .zoomImg {
  cursor: zoom-in;
}
.product-view .product-img-box .product-image {
  border: 0px;
  /*display: inline-block!important;*/
}
.product-view .product-img-box .product-image:hover {
  border: 0px !important;
  position: static !important;
}
.product-view .product-img-box .product-image .owl-item.synced {
  opacity: 0.4;
}
.product-view .product-img-box .product-image .owl-item .item {
  margin-right: 10px;
}
.product-view .product-img-box .product-image .owl-prev {
  z-index: 99999;
  background-position: -21px -65px;
  height: 105px;
  width: 34px;
  text-indent: 43px;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 0px;
}
.product-view .product-img-box .product-image .owl-prev:hover {
  background-position: -39px -65px;
  height: 105px;
  width: 34px;
  text-indent: 43px;
  overflow: hidden;
}
.product-view .product-img-box .product-image .owl-next {
  z-index: 99999;
  position: absolute;
  right: 12px;
  top: 40%;
  background-position: -56px -65px;
  height: 105px;
  width: 34px;
  text-indent: 43px;
  overflow: hidden;
}
.product-view .product-img-box .product-image .owl-next:hover {
  position: absolute;
  right: 12px;
  background-position: -74px -65px;
  height: 105px;
  width: 34px;
  text-indent: 43px;
  overflow: hidden;
}
.product-view .product-img-box #next-prev-here button {
  position: absolute;
  background: none;
  border: none;
  background-image: url("2016/images/pc-source@2x.png");
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -60px;
  width: 35px;
  height: 110px;
}
@media only screen and (max-width: 1040px) {
  .product-view .product-img-box #next-prev-here button {
    top: 50%;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-img-box #next-prev-here button {
    top: 50%;
  }
}
.product-view .product-img-box #next-prev-here button:before {
  display: none;
}
.product-view .product-img-box #next-prev-here .prod-gal-prev {
  left: 6px;
  background-position: -79px -134px;
}
@media only screen and (max-width: 1040px) {
  .product-view .product-img-box #next-prev-here .prod-gal-prev {
    left: 6px;
  }
}
.product-view .product-img-box #next-prev-here .prod-gal-prev:hover {
  background-position: -44px -134px;
}
.product-view .product-img-box #next-prev-here .prod-gal-next {
  right: 0px;
  background-position: -149px -134px;
}
.product-view .product-img-box #next-prev-here .prod-gal-next:hover {
  background-position: -114px -134px;
}
.product-view .product-img-box #mobile-gal-wrap {
  display: none;
  /* Retina display */
}
.product-view .product-img-box #mobile-gal-wrap .slick-slide img {
  width: 100%;
  height: auto;
}
.product-view .product-img-box #mobile-gal-wrap button {
  z-index: 100;
  height: 50px;
  width: 15px;
  margin-top: -25px;
  background-image: url("2016/images/pc-source.png");
}
.product-view .product-img-box #mobile-gal-wrap button:before {
  content: '';
}
.product-view .product-img-box #mobile-gal-wrap button.slick-prev {
  left: 0;
  background-position: -40px -66px;
}
.product-view .product-img-box #mobile-gal-wrap button.slick-prev:hover {
  background-position: -21px -66px;
}
.product-view .product-img-box #mobile-gal-wrap button.slick-next {
  right: 0;
  background-position: -75px -66px;
}
.product-view .product-img-box #mobile-gal-wrap button.slick-next:hover {
  background-position: -57px -66px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .product-view .product-img-box #mobile-gal-wrap button.slick-prev {
    background-position: -40px -66px;
  }
  .product-view .product-img-box #mobile-gal-wrap button.slick-prev:hover {
    background-position: -21px -66px;
  }
  .product-view .product-img-box #mobile-gal-wrap button.slick-next {
    background-position: -75px -66px;
  }
  .product-view .product-img-box #mobile-gal-wrap button.slick-next:hover {
    background-position: -57px -66px;
  }
}
.product-view .product-img-box #sync2 .owl-item {
  margin-bottom: 5px;
}
.product-view .product-img-box #sync2 .owl-item.synced {
  opacity: 0.4;
}
.product-view .product-img-box .thumbnail-images {
  float: left;
  max-width: 15%;
  width: 15%;
}
.product-view .product-img-box .thumbnail-images div {
  margin: 0;
  cursor: pointer;
}
.product-view .product-img-box .thumbnail-images div .img-wrap {
  display: block;
  margin: 0 0 5px;
  width: 100%;
}
.product-view .product-img-box .thumbnail-images div.selected img {
  opacity: 1;
}
.product-view .product-img-box .thumbnail-images img {
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
}
@media only screen and (max-width: 1040px) {
  .product-view .product-img-box .thumbnail-images {
    float: none;
    max-width: 100%;
    clear: both;
    padding: 0 20%;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-img-box .thumbnail-images {
    display: none;
  }
}
.product-view .left-container {
  float: left;
  max-width: 58%;
  padding-right: 0;
  position: relative;
  width: 100%;
}
.product-view .left-container .product-img-box .product-name {
  display: none !important;
}
.product-view .block-related, .product-view .box-up-sell,
.product-view .recently-viewed-products, .product-view .suggested-items,
.product-view .block-more-cute, .product-view .block-the-look {
  float: left;
  clear: none;
}
@media only screen and (max-width: 1040px) {
  .product-view .block-related, .product-view .box-up-sell,
  .product-view .recently-viewed-products, .product-view .suggested-items,
  .product-view .block-more-cute, .product-view .block-the-look {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .block-related, .product-view .box-up-sell,
  .product-view .recently-viewed-products, .product-view .suggested-items,
  .product-view .block-more-cute, .product-view .block-the-look {
    max-width: 100%;
    float: none;
    clear: both;
    margin-top: 40px;
  }
}
.product-view .block-related .block-title h2, .product-view .box-up-sell .block-title h2,
.product-view .recently-viewed-products .block-title h2, .product-view .suggested-items .block-title h2,
.product-view .block-more-cute .block-title h2, .product-view .block-the-look .block-title h2 {
  text-align: center;
  font-family: "SuperGroteskWeb", helvetica, arial;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4em;
}
.product-view .block-related .title-border, .product-view .box-up-sell .title-border,
.product-view .recently-viewed-products .title-border, .product-view .suggested-items .title-border,
.product-view .block-more-cute .title-border, .product-view .block-the-look .title-border {
  background-position: -13px -241px;
  width: 107px;
  height: 11px;
  display: block;
  margin: 0 auto;
}
.product-view .block-related .mini-products-grid, .product-view .box-up-sell .mini-products-grid,
.product-view .recently-viewed-products .mini-products-grid, .product-view .suggested-items .mini-products-grid,
.product-view .block-more-cute .mini-products-grid, .product-view .block-the-look .mini-products-grid {
  margin-left: -1%;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  .product-view .block-related .mini-products-grid, .product-view .box-up-sell .mini-products-grid,
  .product-view .recently-viewed-products .mini-products-grid, .product-view .suggested-items .mini-products-grid,
  .product-view .block-more-cute .mini-products-grid, .product-view .block-the-look .mini-products-grid {
    margin-left: 0;
  }
}
.product-view .block-related .mini-products-grid .item, .product-view .box-up-sell .mini-products-grid .item,
.product-view .recently-viewed-products .mini-products-grid .item, .product-view .suggested-items .mini-products-grid .item,
.product-view .block-more-cute .mini-products-grid .item, .product-view .block-the-look .mini-products-grid .item {
  max-width: 23%;
  width: 100%;
  float: left;
  clear: none;
  margin: 0 1% 20px 1%;
}
@media only screen and (max-width: 770px) {
  .product-view .block-related .mini-products-grid .item, .product-view .box-up-sell .mini-products-grid .item,
  .product-view .recently-viewed-products .mini-products-grid .item, .product-view .suggested-items .mini-products-grid .item,
  .product-view .block-more-cute .mini-products-grid .item, .product-view .block-the-look .mini-products-grid .item {
    max-width: 47.5%;
    margin: 0;
  }
  .product-view .block-related .mini-products-grid .item:nth-child(2n+1), .product-view .box-up-sell .mini-products-grid .item:nth-child(2n+1),
  .product-view .recently-viewed-products .mini-products-grid .item:nth-child(2n+1), .product-view .suggested-items .mini-products-grid .item:nth-child(2n+1),
  .product-view .block-more-cute .mini-products-grid .item:nth-child(2n+1), .product-view .block-the-look .mini-products-grid .item:nth-child(2n+1) {
    clear: left;
  }
  .product-view .block-related .mini-products-grid .item:nth-child(2n), .product-view .box-up-sell .mini-products-grid .item:nth-child(2n),
  .product-view .recently-viewed-products .mini-products-grid .item:nth-child(2n), .product-view .suggested-items .mini-products-grid .item:nth-child(2n),
  .product-view .block-more-cute .mini-products-grid .item:nth-child(2n), .product-view .block-the-look .mini-products-grid .item:nth-child(2n) {
    margin-right: 0;
  }
}
.product-view .block-related .mini-products-grid .item:nth-child(4n+1), .product-view .box-up-sell .mini-products-grid .item:nth-child(4n+1),
.product-view .recently-viewed-products .mini-products-grid .item:nth-child(4n+1), .product-view .suggested-items .mini-products-grid .item:nth-child(4n+1),
.product-view .block-more-cute .mini-products-grid .item:nth-child(4n+1), .product-view .block-the-look .mini-products-grid .item:nth-child(4n+1) {
  clear: left;
}
.product-view .block-related .mini-products-grid .item:nth-child(4n+1), .product-view .box-up-sell .mini-products-grid .item:nth-child(4n+1),
.product-view .recently-viewed-products .mini-products-grid .item:nth-child(4n+1), .product-view .suggested-items .mini-products-grid .item:nth-child(4n+1),
.product-view .block-more-cute .mini-products-grid .item:nth-child(4n+1), .product-view .block-the-look .mini-products-grid .item:nth-child(4n+1), .product-view .block-related .mini-products-grid .item:nth-child(4n+2), .product-view .box-up-sell .mini-products-grid .item:nth-child(4n+2),
.product-view .recently-viewed-products .mini-products-grid .item:nth-child(4n+2), .product-view .suggested-items .mini-products-grid .item:nth-child(4n+2),
.product-view .block-more-cute .mini-products-grid .item:nth-child(4n+2), .product-view .block-the-look .mini-products-grid .item:nth-child(4n+2), .product-view .block-related .mini-products-grid .item:nth-child(4n+3), .product-view .box-up-sell .mini-products-grid .item:nth-child(4n+3),
.product-view .recently-viewed-products .mini-products-grid .item:nth-child(4n+3), .product-view .suggested-items .mini-products-grid .item:nth-child(4n+3),
.product-view .block-more-cute .mini-products-grid .item:nth-child(4n+3), .product-view .block-the-look .mini-products-grid .item:nth-child(4n+3) {
  margin-right: 1%;
}
.product-view .block-related .mini-products-grid .item:nth-child(4n), .product-view .box-up-sell .mini-products-grid .item:nth-child(4n),
.product-view .recently-viewed-products .mini-products-grid .item:nth-child(4n), .product-view .suggested-items .mini-products-grid .item:nth-child(4n),
.product-view .block-more-cute .mini-products-grid .item:nth-child(4n), .product-view .block-the-look .mini-products-grid .item:nth-child(4n) {
  margin-right: 0;
}
.product-view .block-related .mini-products-grid .product, .product-view .box-up-sell .mini-products-grid .product,
.product-view .recently-viewed-products .mini-products-grid .product, .product-view .suggested-items .mini-products-grid .product,
.product-view .block-more-cute .mini-products-grid .product, .product-view .block-the-look .mini-products-grid .product {
  margin: 0;
}
.product-view .block-related .mini-products-grid .product-image, .product-view .box-up-sell .mini-products-grid .product-image,
.product-view .recently-viewed-products .mini-products-grid .product-image, .product-view .suggested-items .mini-products-grid .product-image,
.product-view .block-more-cute .mini-products-grid .product-image, .product-view .block-the-look .mini-products-grid .product-image {
  float: none;
  border: none;
}
.product-view .block-related .mini-products-grid img, .product-view .box-up-sell .mini-products-grid img,
.product-view .recently-viewed-products .mini-products-grid img, .product-view .suggested-items .mini-products-grid img,
.product-view .block-more-cute .mini-products-grid img, .product-view .block-the-look .mini-products-grid img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.product-view .box-up-sell,
.product-view .recently-viewed-products, .product-view .suggested-items,
.product-view .block-more-cute {
  margin-top: 10px;
  width: 100%;
}
.product-view .box-up-sell .block-title,
.product-view .recently-viewed-products .block-title, .product-view .suggested-items .block-title,
.product-view .block-more-cute .block-title {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.product-view .box-up-sell .block-title:after,
.product-view .recently-viewed-products .block-title:after, .product-view .suggested-items .block-title:after,
.product-view .block-more-cute .block-title:after {
  position: absolute;
  top: 11px;
  display: block;
  content: ' ';
  width: 100%;
  border-top: 1px solid #b2b2b2;
}
.product-view .box-up-sell .block-title h2,
.product-view .recently-viewed-products .block-title h2, .product-view .suggested-items .block-title h2,
.product-view .block-more-cute .block-title h2 {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  background: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 260px;
  color: #b2b2b2;
}
.product-view .box-up-sell .product-details,
.product-view .recently-viewed-products .product-details, .product-view .suggested-items .product-details,
.product-view .block-more-cute .product-details {
  max-width: 100%;
  width: 100%;
  margin: 10px 0 0 0;
  min-height: 75px;
  text-align: left;
}
.product-view .box-up-sell .product-details .product-name,
.product-view .recently-viewed-products .product-details .product-name, .product-view .suggested-items .product-details .product-name,
.product-view .block-more-cute .product-details .product-name {
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  height: 40px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell .product-details .product-name,
  .product-view .recently-viewed-products .product-details .product-name, .product-view .suggested-items .product-details .product-name,
  .product-view .block-more-cute .product-details .product-name {
    font-size: 10px;
  }
}
@media only screen and (max-width: 356px) {
  .product-view .box-up-sell .product-details .product-name,
  .product-view .recently-viewed-products .product-details .product-name, .product-view .suggested-items .product-details .product-name,
  .product-view .block-more-cute .product-details .product-name {
    font-size: 12px;
  }
}
.product-view .box-up-sell .product-details .product-name a,
.product-view .recently-viewed-products .product-details .product-name a, .product-view .suggested-items .product-details .product-name a,
.product-view .block-more-cute .product-details .product-name a {
  font-weight: 500;
  color: #000;
}
.product-view .box-up-sell .product-details .product-name a:hover,
.product-view .recently-viewed-products .product-details .product-name a:hover, .product-view .suggested-items .product-details .product-name a:hover,
.product-view .block-more-cute .product-details .product-name a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid black;
}
.product-view .box-up-sell .product-details .price-box,
.product-view .recently-viewed-products .product-details .price-box, .product-view .suggested-items .product-details .price-box,
.product-view .block-more-cute .product-details .price-box {
  margin: 0;
  letter-spacing: 0;
  /* highlight text */
}
.product-view .box-up-sell .product-details .price-box .old-price,
.product-view .recently-viewed-products .product-details .price-box .old-price, .product-view .suggested-items .product-details .price-box .old-price,
.product-view .block-more-cute .product-details .price-box .old-price {
  text-decoration: line-through;
}
.product-view .box-up-sell .product-details .price-box.highlight,
.product-view .recently-viewed-products .product-details .price-box.highlight, .product-view .suggested-items .product-details .price-box.highlight,
.product-view .block-more-cute .product-details .price-box.highlight {
  font-weight: bold;
}
.product-view .box-up-sell .product-details .vip-box,
.product-view .recently-viewed-products .product-details .vip-box, .product-view .suggested-items .product-details .vip-box,
.product-view .block-more-cute .product-details .vip-box {
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell .product-details .vip-box,
  .product-view .recently-viewed-products .product-details .vip-box, .product-view .suggested-items .product-details .vip-box,
  .product-view .block-more-cute .product-details .vip-box {
    font-size: 10px;
  }
}
.product-view .box-up-sell .product-details .vip-box .label,
.product-view .recently-viewed-products .product-details .vip-box .label, .product-view .suggested-items .product-details .vip-box .label,
.product-view .block-more-cute .product-details .vip-box .label {
  display: inline-block;
  width: 45%;
}
.product-view .box-up-sell .product-details .price-box.vip-box.not-vip-member,
.product-view .recently-viewed-products .product-details .price-box.vip-box.not-vip-member, .product-view .suggested-items .product-details .price-box.vip-box.not-vip-member,
.product-view .block-more-cute .product-details .price-box.vip-box.not-vip-member {
  color: #A2A2A2;
}
.product-view .box-up-sell .product-details .none-vip-price,
.product-view .recently-viewed-products .product-details .none-vip-price, .product-view .suggested-items .product-details .none-vip-price,
.product-view .block-more-cute .product-details .none-vip-price {
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell .product-details .none-vip-price,
  .product-view .recently-viewed-products .product-details .none-vip-price, .product-view .suggested-items .product-details .none-vip-price,
  .product-view .block-more-cute .product-details .none-vip-price {
    font-size: 10px;
  }
}
.product-view .box-up-sell .product-details .none-vip-price .label,
.product-view .recently-viewed-products .product-details .none-vip-price .label, .product-view .suggested-items .product-details .none-vip-price .label,
.product-view .block-more-cute .product-details .none-vip-price .label {
  display: inline-block;
  width: 45%;
}
.product-view .box-up-sell .product-details .saving-price,
.product-view .recently-viewed-products .product-details .saving-price, .product-view .suggested-items .product-details .saving-price,
.product-view .block-more-cute .product-details .saving-price {
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  .product-view .box-up-sell .product-details .saving-price,
  .product-view .recently-viewed-products .product-details .saving-price, .product-view .suggested-items .product-details .saving-price,
  .product-view .block-more-cute .product-details .saving-price {
    font-size: 10px;
  }
}
.product-view .block-the-look {
  padding: 0;
  margin-top: 10px;
}
.product-view .block-the-look ul {
  text-align: center;
}
.product-view .block-the-look ul.mini-products-grid li.item {
  max-width: 69%;
  display: inline-block;
  float: none;
}
.product-view .block-the-look ul.mini-products-grid li.item:nth-child(2n+0) {
  float: none;
}

.product-quickviewinner .product-options .swatch_container .swatch-option i.selected {
  border: 1px solid black;
}

.price-match.msg-box {
  background-color: #cccccc;
  text-align: center;
  padding-top: 20px;
}
.price-match.msg-box .txt1, .price-match.msg-box .txt2, .price-match.msg-box a {
  display: block;
  text-align: center;
  color: white;
}
.price-match.msg-box .txt1 {
  font-weight: 700;
}
.price-match.msg-box .txt2 {
  margin-top: 20px;
}
.price-match.msg-box a {
  display: inline-block;
  color: #cccccc;
  padding: 10px 20px;
  background-color: white;
  margin: 30px 0 20px;
}

@media only screen and (max-width: 479px) {
  .product-view .soldout-overlay .box {
    padding: 30px 10px;
  }
  .product-view .soldout-overlay .box .heading {
    font-size: 42px;
  }
}
.product-shop .add-to-cart {
  border: none;
}
.product-shop .add-to-cart .add-to-cart-buttons {
  width: 100%;
  max-width: 100%;
}
.product-shop .add-to-cart .add-to-cart-buttons .button {
  line-height: 40px;
  font-size: 16px;
  float: left;
  min-width: 160px;
  width: 100%;
}
.product-shop .add-to-cart .add-to-cart-buttons #add-to-cart-button {
  background-color: #fc3159;
  border-color: #fc3159;
  margin-bottom: 0;
}
.product-shop .add-to-cart .add-to-cart-buttons #add-to-wishlist-button {
  display: none;
  margin-top: 10px;
  background-color: #ff7f6e;
  border-color: #ff7f6e;
}
.product-shop .add-to-cart .add-to-cart-buttons #add-to-wishlist-button:hover {
  background-color: #ff6955;
  color: #fff;
}
.product-shop button.button.btn-buy-now {
  padding: 0;
  height: 50px;
  margin: 0;
  background: #000;
  border: 2px solid #000;
  border-radius: 2px;
}
.product-shop button.button.btn-buy-now:hover {
  background: #fff;
}
.product-shop button.button.btn-buy-now:hover .icon-basket {
  background-position: -139px 1px;
}
.product-shop button.button.btn-buy-now:hover span {
  color: #000;
}
.product-shop button.button.btn-buy-now .btn-wrapper {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
  letter-spacing: 4px;
}
.product-shop button.button.btn-buy-now span {
  display: table-cell;
  padding-left: 3px;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 4px;
  font-family: SuperGroteskWeb, monospace, arial;
}
.product-shop button.button.btn-buy-now .icon-basket {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  background-position: -104px 1px;
  width: 33px;
  height: 21px;
  overflow: hidden;
  margin: 0;
  display: table-cell;
}
.product-shop .canBePreorder {
  clear: both;
  display: block;
  margin: 20px auto;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .product-shop .wishlist,
  .product-shop button.button.btn-cart .icon-basket,
  .product-shop button.button.btn-buy-now .icon-basket {
    background-image: url(2016/images/pc-source@2x.png);
    background-size: 250px 325px;
  }
}
.zoomContainer {
  overflow: hidden;
}
.zoomContainer .zoomWindow {
  float: none !important;
  position: static !important;
}

#asdas {
  color: red;
}

#prod-gal .lightbox-res {
  overflow: hidden !important;
}

.wrapper {
  overflow: hidden;
}

.product-essential .products-container {
  float: left;
  padding-right: 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1040px) {
  .product-essential .products-container {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .product-essential .products-container {
    width: 100%;
  }
}

.product-shop .site-top-banner {
  text-align: center;
  background: none;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 1px;
  float: right;
  width: 100%;
}
.product-shop .site-top-banner p.free-shipping.col-1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 8px 0;
  display: block;
  line-height: 1.4em;
  background: none;
  width: 100%;
  text-align: left;
}
.product-shop .site-top-banner p.free-shipping.col-1 a {
  color: #000;
  display: inline-block;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #999;
}
.product-shop .site-top-banner p.free-shipping.col-1 a:hover {
  text-decoration: none;
}

.product-essential .info-box {
  overflow: hidden;
}
.product-essential .info-box #details-tabs {
  margin-bottom: 10px;
}
.product-essential .info-box #details-tabs li {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.product-essential .info-box #details-tabs:after {
  content: ' ';
  clear: both;
  display: block;
}
.product-essential .info-box #details-tabs li.current {
  border: 1px solid #999;
  border-bottom: none;
}
.product-essential .info-box #details-body > div {
  display: none;
}
.product-essential .info-box #details-body > div.current {
  display: block;
}
.product-essential .info-box .description,
.product-essential .info-box .short-description,
.product-essential .info-box .size-description {
  line-height: 1.3em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 15px;
  color: #000;
}

.accordion-body table {
  width: 100%;
  max-width: 100%;
}
.accordion-body p,
.accordion-body a {
  background: #fff;
  color: #111;
  font-size: 15px;
  font-family: "SuperGroteskWeb", helvetica, arial;
  line-height: 1.4em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 15px;
}

.accordion-toggle {
  padding: 10px 0;
  border-bottom: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "SuperGroteskWeb", helvetica, arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  text-decoration: none;
}
.accordion-toggle:hover {
  text-decoration: none;
  color: #000;
}

.accordion-body.in.collapse ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  /*-webkit-padding-start: 40px;*/
}
.accordion-body.in.collapse a {
  color: #b2b2b2;
  text-decoration: underline;
}

#product-details-accordion {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
#product-details-accordion p {
  margin-bottom: 0;
  color: #b2b2b2;
}
@media only screen and (max-width: 770px) {
  #product-details-accordion {
    border-bottom: none;
  }
}

#product-size-chart .table {
  font-size: .8em;
  margin-bottom: 15px;
}
#product-size-chart .table th,
#product-size-chart .table td {
  padding: 8px 4px;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
  font-family: "SuperGroteskWeb", helvetica, arial;
  color: #000;
}
#product-size-chart .table tbody tr:nth-child(1) th {
  font-weight: bold;
}
#product-size-chart .table tbody tr:last-child {
  border-bottom: 1px solid #ebebeb;
}
#product-size-chart .table tbody tr:nth-child(odd) td,
#product-size-chart .table tbody tr:nth-child(odd) th {
  background-color: #f2f2f2 !important;
}

#product-socials-slider {
  /* Retina display */
}
#product-socials-slider .slick-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  height: 100%;
  width: 35px;
  margin-top: 0;
  z-index: 100;
}
#product-socials-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
#product-socials-slider .slick-prev {
  left: 0;
}
#product-socials-slider .slick-next {
  right: 0;
}
#product-socials-slider .slick-arrow::before {
  content: '';
}
#product-socials-slider .slick-arrow::after {
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 50px;
  margin: -25px 0 0 9px;
  content: '';
  display: block;
}
#product-socials-slider .slick-prev::after {
  background-position: -39px -67px;
}
#product-socials-slider .slick-prev:hover::after {
  background-position: -22px -67px;
}
#product-socials-slider .slick-next::after {
  background-position: -73px -66px;
}
#product-socials-slider .slick-next:hover::after {
  background-position: -55px -66px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #product-socials-slider .slick-arrow::after {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}

.js-width {
  display: none;
  color: #FFF;
}

body.showit {
  overflow: hidden;
}

#prod-gal-popup {
  position: fixed;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background: white;
  z-index: 9000;
  visibility: hidden;
  cursor: zoom-out;
}
#prod-gal-popup.showit {
  visibility: visible;
}
#prod-gal-popup .prod-gal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
}
#prod-gal-popup .prod-gal-close .close {
  line-height: 48px;
  font-size: 14px;
  font-style: italic;
  color: #a5a1a2;
}
#prod-gal-popup .prod-gal-close .close span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(2016/images/pc-source@2x.png) no-repeat;
  background-position: -196px -130px;
  margin: 0 0 0 10px;
}
#prod-gal-popup .prod-gal-popup-img {
  margin: 0 auto;
  max-width: 1005px;
  width: 100%;
}
#prod-gal-popup .prod-gal-popup-img img {
  width: 1005px;
}
#prod-gal-popup .prod-gal-popup-img .thumb-navigation-popup {
  left: 10px;
  position: fixed;
  top: 10px;
  z-index: 9001;
}
#prod-gal-popup .prod-gal-popup-img .thumb-navigation-popup div {
  margin: 0 0 6px 0;
  cursor: pointer;
}
#prod-gal-popup .prod-gal-popup-img .thumb-navigation-popup div.selected img {
  opacity: 1;
}
#prod-gal-popup .prod-gal-popup-img .thumb-navigation-popup img {
  width: auto;
  max-width: 100%;
  opacity: 0.4;
}

.validation-advice {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  .products-grid .product-shop button.button.btn-cart .icon-basket,
  .products-list .product-shop button.button.btn-cart .icon-basket {
    display: none;
  }

  .catalog-category-view .products-grid .product-options .swatch_container .swatch-option,
  .catalog-category-view .products-list .product-options .swatch_container .swatch-option {
    margin: 0;
  }
  .catalog-category-view .products-grid .product-options .swatch_container .swatch-option .swatch-text,
  .catalog-category-view .products-list .product-options .swatch_container .swatch-option .swatch-text {
    font-size: 12px;
    padding: 0 5px;
    margin: 2px 0;
  }
  .catalog-category-view .products-grid .product-options .swatch_container .advise_swatch,
  .catalog-category-view .products-list .product-options .swatch_container .advise_swatch {
    line-height: 16px;
    font-size: 12px;
  }
}
.mgkoptions .swatch_container {
  text-align: left;
}
.mgkoptions select#attribute142, .mgkoptions select#attribute150 {
  display: none;
}
.mgkoptions dd.last {
  text-align: left;
}
.mgkoptions dd.last .size {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
.mgkoptions dd.last .size:last-child {
  margin-right: 0px;
}
.mgkoptions dd.last .size .stock, .mgkoptions dd.last .size .stock-sub {
  display: block;
  width: auto;
  height: 40px;
  padding: 10px 0;
}
.mgkoptions dd.last .size .stock {
  display: none;
}
.mgkoptions dd.last .size .stock span {
  color: #fc3159;
}
.mgkoptions dd.last .size .stock-sub {
  width: 80px;
}
.mgkoptions dd.last .size a {
  padding: 5px 10px;
  border: 1px solid black;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.mgkoptions dd.last .size.selected {
  white-space: nowrap;
}
.mgkoptions dd.last .size.selected .stock {
  display: block;
}
.mgkoptions dd.last .size.selected .stock-sub {
  display: none;
}
.mgkoptions dd.last .size.selected a {
  color: white;
  background-color: black;
}

.price-match-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1000;
}

.price-match-popup-content {
  max-width: 800px;
  min-width: 300px;
  width: 60%;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  padding: 10px;
  min-height: 400px;
  text-align: left;
}
.price-match-popup-content .price-match-popup-content-header, .price-match-popup-content .price-match-popup-content-footer {
  width: 100%;
  height: 40px;
}
.price-match-popup-content .price-match-popup-content-header {
  border-bottom: solid 1px lightgrey;
  line-height: 40px;
}
.price-match-popup-content .price-match-popup-content-body {
  font-size: 12px;
  max-height: 400px;
  overflow-y: scroll;
}
.price-match-popup-content .price-match-popup-content-body a {
  margin: 0;
  padding-left: 0;
}
.price-match-popup-content .price-match-popup-content-footer {
  border-top: solid 1px lightgrey;
  text-align: right;
}
.price-match-popup-content .price-match-popup-content-footer button {
  padding: 5px 20px;
  margin-top: 5px;
}

.attribute-wrapper {
  text-align: center;
}
.attribute-wrapper .attribute-size {
  display: inline-block;
}
.attribute-wrapper .attribute-size li {
  display: inline-block;
  float: left;
  border: 2px solid #EBEBEB;
  margin: 2px 4px;
  padding: 0px 10px;
  white-space: nowrap;
  cursor: pointer;
}
.attribute-wrapper .attribute-size li:hover {
  border-color: #000;
  background-color: #000;
}
.attribute-wrapper .attribute-size li:hover span {
  color: #FFF;
}
.attribute-wrapper .attribute-size li.active {
  border-color: #000;
}
.attribute-wrapper .attribute-size li span {
  display: inline-block;
  color: #000;
  font-family: SuperGroteskWeb,helvetica,arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  height: 17px;
}

.attribute-select {
  display: none;
}

.gift-your-friend .heading-blurb {
  background-color: #fde7e3;
  padding-bottom: 10px;
}
.gift-your-friend .heading-blurb img {
  margin-bottom: 20px;
}
.gift-your-friend .heading-blurb p {
  font-size: 18px;
  margin: 0;
  padding: 0 120px 30px;
  text-align: center;
}
.gift-your-friend .heading-blurb p .bar {
  padding: 0 60px;
  border-bottom: 4px solid #000;
}
@media only screen and (max-width: 770px) {
  .gift-your-friend .heading-blurb p {
    padding: 0 20px 20px;
  }
}
.gift-your-friend label {
  text-align: center;
  width: 100%;
}
.gift-your-friend label h2 {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 20px;
}
.gift-your-friend .heading-large {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  line-height: normal;
  margin: 20px 0 40px;
  font-family: sans-serif;
}
.gift-your-friend .heading-large.value {
  color: #ff6955;
}
.gift-your-friend .balance {
  border: 2px solid #fde7e3;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
}
.gift-your-friend .details {
  background-color: #fde7e3;
  padding: 3em;
}
.gift-your-friend .details .label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.gift-your-friend .details input {
  width: 100%;
}
.gift-your-friend .details textarea {
  width: 100%;
  height: 150px;
}
.gift-your-friend .action {
  padding: 2em 0;
}
.gift-your-friend .action input {
  width: 100%;
  padding: 8px;
  color: #fff;
  background-color: #00b4a6;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
}

.gift-friend-signup .signup-blurb {
  background: url(2016/images/signup-landingpage.jpg);
  background-size: cover;
}
.gift-friend-signup .signup-blurb .signup-content {
  width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 8% 0;
}
.gift-friend-signup .signup-blurb .signup-content .name, .gift-friend-signup .signup-blurb .signup-content .claim {
  padding: 0 0 7%;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 36px;
}
.gift-friend-signup .signup-blurb .signup-content .gift {
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
}
.gift-friend-signup .signup-blurb .signup-content .claim {
  padding: 8% 0;
}
.gift-friend-signup .signup-blurb .signup-content form {
  width: 400px;
  margin: 0 auto;
}
.gift-friend-signup .signup-blurb .signup-content form input, .gift-friend-signup .signup-blurb .signup-content form button {
  text-align: center;
  height: 10%;
  padding: 3% 0;
  width: 100%;
}
.gift-friend-signup .signup-blurb .signup-content form .input input {
  border-width: 2px;
}
.gift-friend-signup .signup-blurb .signup-content form .button {
  font-size: 20px;
}
@media only screen and (max-width: 979px) {
  .gift-friend-signup .signup-blurb {
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .gift-friend-signup .signup-blurb .signup-content, .gift-friend-signup .signup-blurb .signup-content form {
    width: auto;
  }
}
.gift-friend-signup .heading-newest {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
}
.gift-friend-signup .heading-newest .text {
  margin: -50px auto 0;
  width: 50%;
  background-color: #fff;
  top: -10px;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .gift-friend-signup .heading-newest .text {
    width: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .gift-friend-signup .heading-newest .text {
    width: auto;
  }
}

/*leave this widhardcoded as it doesn't fit with the rest of the layout */
@media all and (max-width: 1040px) {
  .product-view .left-container {
    max-width: 60%;
  }
  .product-view .product-img-box {
    max-width: 95%;
  }
  .product-view .product-img-box #prod-gal-wrap {
    float: left;
    width: 100%;
  }
  .product-view #thumbs-img {
    display: none !important;
  }
}
@media all and (max-width: 770px) {
  .product-view .left-container {
    max-width: 100%;
  }
  .product-view .product-img-box {
    max-width: 100%;
  }
  .product-view .product-img-box #prod-gal-wrap {
    margin: 0 0 20px 0;
    display: none;
  }
  .product-view .product-img-box #mobile-gal-wrap {
    display: block;
  }
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  overflow: hidden;
  width: 95px;
  height: 36px;
  border: none;
  text-indent: 100%;
  background: url(2016/images/ui.totop.3.png) no-repeat left top;
}

#toTopHover {
  background: url(2016/images/ui.totop.3.png) no-repeat left -36px;
  width: 95px;
  height: 36px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (min-width: 1460px) {
  #toTop {
    right: 50%;
    margin-right: -715px;
  }
}
#toTop:active, #toTop:focus {
  outline: none;
}

.customer-account .col-main button {
  background-color: #ff6955;
  color: white;
  letter-spacing: 0.05em;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  border: 2px solid #ff6955;
  padding: 7px 25px;
}
.customer-account .col-main button span span::after {
  border-left: 7px solid #FFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  content: '';
  margin: 0 0 0 5px;
}
.customer-account .col-main button:hover span span::after {
  border-left: 7px solid #ff6955;
}
.customer-account .col-main button:hover {
  background-color: white;
  color: #ff6955;
}
.customer-account .col-main button:disabled {
  border-color: #A0A0A0;
  background-color: #A0A0A0;
  padding: 7px 15px;
}
.customer-account .col-main button:disabled span span::after {
  border: 0;
}
.customer-account .col-main button:disabled:hover span span::after {
  border: 0;
}
.customer-account .col-main button:disabled:hover {
  background-color: white;
  color: #A0A0A0;
}
.customer-account .col-main .box-account {
  border: none;
  padding: 0;
}
.customer-account .col-main .title-buttons h1 {
  float: left;
  margin: 5px 0;
}
.customer-account .col-main .title-buttons button {
  margin-right: 20px;
  margin-bottom: 5px;
  float: right;
}
.customer-account .col-main .title-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.col1-tab-layout .tab-navigation {
  text-transform: uppercase;
}
.col1-tab-layout .tab-navigation .tab-title {
  font-size: 1.5em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.col1-tab-layout .tab-navigation .tab-headers {
  font-size: 16px;
  line-height: 20px;
}
.col1-tab-layout .tab-navigation .tab-headers ul {
  border: 1px solid #ccc;
  border-right: none;
  display: flex;
}
.col1-tab-layout .tab-navigation .tab-headers li {
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  text-align: center;
}
.col1-tab-layout .tab-navigation .tab-headers li a {
  padding: 10px 0;
  width: 100%;
  display: inline-block;
}
.col1-tab-layout .tab-navigation .tab-headers li a:hover {
  text-decoration: none;
}
.col1-tab-layout .tab-navigation .tab-headers li:hover {
  background-color: #f4f4f4;
}
.col1-tab-layout .tab-navigation .tab-headers li.current {
  background-color: #ccc;
}
.col1-tab-layout .tab-navigation .tab-headers .columns-4 li {
  width: 25%;
}
.col1-tab-layout .tab-navigation .tab-headers .columns-5 li {
  width: 20%;
}
.col1-tab-layout .tab-navigation .tab-select {
  display: none;
}
.col1-tab-layout .tab-navigation .tab-select select {
  width: 100%;
  margin-bottom: 10px;
}
.col1-tab-layout .col-main {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
}
.col1-tab-layout .col-main .messages {
  margin: 1em 0;
}
.col1-tab-layout .col-main .page-title {
  background-color: #a0a0a0;
  padding: 7px 0 0 20px;
}
.col1-tab-layout .col-main .page-title h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
.col1-tab-layout .col-main:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 699px) {
  .col1-tab-layout .tab-navigation .tab-headers {
    display: none;
  }
  .col1-tab-layout .tab-navigation .tab-select {
    display: block;
  }
  .col1-tab-layout .col-main {
    border: none;
    padding: 0;
  }
}
.col1-tab-layout .col-main .dashboard .box-title {
  padding: 0;
}
.col1-tab-layout .col-main .dashboard .box-title h3 {
  padding: 8px 0 8px 20px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #A0A0A0;
  letter-spacing: 0.05em;
}
.col1-tab-layout .col-main .dashboard .box-content {
  padding: 10px 20px;
  min-height: 150px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.col1-tab-layout .col-main .dashboard .box-content p {
  margin: 5px 0 15px;
}
.col1-tab-layout .col-main .dashboard .box-content h3 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.col1-tab-layout .col-main .dashboard .box-content h3 div {
  font-weight: normal;
}
.col1-tab-layout .col-main .dashboard .box-content table {
  width: 100%;
}
.col1-tab-layout .col-main .dashboard .box-content td {
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
.col1-tab-layout .col-main .dashboard .box-content .onoffswitch {
  float: right;
  margin-top: -6px;
}
.col1-tab-layout .col-main .dashboard .box-content .push-notification {
  margin-top: 6px;
}
.col1-tab-layout .col-main .dashboard .box-action {
  padding: 0 20px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.col1-tab-layout .col-main .dashboard .box-action a {
  color: #ff6955;
  line-height: 35px;
  cursor: pointer;
}
.col1-tab-layout .col-main .dashboard .box-action a.sub {
  float: right;
  color: #000;
  font-size: small;
}
.col1-tab-layout .col-main .dashboard .reward-points table {
  width: 100%;
}
.col1-tab-layout .col-main .dashboard .reward-points div.colset-2 {
  border: 1px solid #000;
}
.col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .col-1, .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .col-2 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.col1-tab-layout .col-main .dashboard .reward-points td {
  text-align: center;
  padding: 10px 0;
  font-size: small;
}
.col1-tab-layout .col-main .dashboard .reward-points span.popcherries img {
  background: #fff;
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 5px;
}
.col1-tab-layout .col-main .dashboard .reward-points span.popcherries {
  background: #000;
  border: 5px solid #000;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  padding: 0 5px 0 0;
  display: inline-block;
  position: relative;
}
.col1-tab-layout .col-main .dashboard .reward-points span.popcherries span {
  margin-left: 45px;
}
.col1-tab-layout .col-main .dashboard .reward-points .cherry-voucher-table {
  border-left: 1px solid #000;
}
.col1-tab-layout .col-main .dashboard .reward-points .cherry-earned-table, .col1-tab-layout .col-main .dashboard .reward-points .cherry-voucher-table {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  white-space: nowrap;
}
.col1-tab-layout .col-main .dashboard .reward-points .cherry-earned-table td, .col1-tab-layout .col-main .dashboard .reward-points .cherry-voucher-table td {
  padding: 0;
}
.col1-tab-layout .col-main .dashboard .reward-points .cherry-earned-table td, .col1-tab-layout .col-main .dashboard .reward-points .cherry-voucher-table td {
  vertical-align: middle;
}
.col1-tab-layout .col-main .dashboard .reward-points .cherry-earned-table .text, .col1-tab-layout .col-main .dashboard .reward-points .cherry-voucher-table .text {
  font-size: 25px;
  line-height: 29px;
  height: 65px;
}
@media only screen and (max-width: 770px) {
  .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .col-1, .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .col-2 {
    float: none;
    width: 100%;
  }
  .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .cherry-voucher-table {
    border-left: none;
    border-top: 1px solid #000;
  }
  .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .cherry-earned-table .text, .col1-tab-layout .col-main .dashboard .reward-points div.colset-2 .cherry-voucher-table .text {
    height: auto;
    padding: 10px;
  }
}
.col1-tab-layout .col-main .monkey-additional-lists label {
  width: 50%;
}
.col1-tab-layout .col-main .my-credits-wrapper a {
  color: #ff6955;
}
.col1-tab-layout .col-main .addresses-list .item {
  margin-top: 10px;
  position: relative;
}
.col1-tab-layout .col-main .addresses-list .item h3 {
  font-weight: bold;
}
.col1-tab-layout .col-main .addresses-list .item p {
  margin-top: 5px;
}
.col1-tab-layout .col-main .addresses-list .item .edit-link {
  position: absolute;
  right: 0;
  top: 4px;
}
.col1-tab-layout .col-main .scaffold-form {
  position: relative;
}
.col1-tab-layout .col-main .scaffold-form .fieldset {
  float: left;
  width: 50%;
  margin: 0;
}
.col1-tab-layout .col-main .scaffold-form .fieldset .form-list select {
  margin-bottom: 7px;
}
.col1-tab-layout .col-main .scaffold-form p.required {
  position: absolute;
  right: 0;
  top: 4px;
}
.col1-tab-layout .col-main .scaffold-form:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 770px) {
  .col1-tab-layout .col-main .scaffold-form .fieldset {
    float: none;
    width: 100%;
  }
}
.col1-tab-layout .col-main .customer-edit .fieldset h2.legend {
  display: none;
}
.col1-tab-layout .col-main .view-order .title-buttons {
  background-color: #fff;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
.col1-tab-layout .col-main .view-order .title-buttons h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
}
.col1-tab-layout .col-main .view-order .title-buttons a {
  float: right;
  margin-left: 10px;
}
.col1-tab-layout .col-main .product-returns-wrapper ol {
  background-color: transparent;
}
.col1-tab-layout .col-main .my-wishlist .page-title {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.col1-tab-layout .col-main .my-wishlist .page-title h1 {
  text-align: center;
  color: #000000;
  float: none;
  letter-spacing: 5px;
}
.col1-tab-layout .col-main .my-wishlist button {
  font-size: 14px;
  line-height: 18px;
  padding: 3px 10px;
}
.col1-tab-layout .col-main .my-wishlist button span span::after {
  border: none;
}
.col1-tab-layout .col-main .my-wishlist .wishlist-empty {
  margin-top: 50px;
  text-align: center;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table tr {
  border-bottom: 1px solid #ccc;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .product-configuration {
  text-align: left;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .product-configuration dt {
  float: left;
  width: 60px;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .product-configuration dd {
  margin-left: 65px;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .out-of-stock {
  font-weight: bold;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .customer-wishlist-item-cart a {
  color: #ccc;
  border-color: #ccc;
  background: none;
  margin-left: 0;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .customer-wishlist-item-cart a:hover {
  color: #ff6955;
  border-color: #ff6955;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .customer-wishlist-item-remove .btn-remove2 {
  color: #ccc;
  background: none;
  text-indent: 0;
  font: 15px/20px "Open Sans", Verdana, Arial, sans-serif;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
}
.col1-tab-layout .col-main .my-wishlist #wishlist-table .customer-wishlist-item-remove .btn-remove2:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
  opacity: 1;
}
.col1-tab-layout .col-main .refer-friend h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin: 18px 0 28px;
  text-transform: uppercase;
}
.col1-tab-layout .col-main .refer-friend .page-title {
  background-color: #fff;
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics {
  max-width: 800px;
  margin: 0 auto;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .blurb {
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .fieldset {
  max-width: 600px;
  margin: 0 auto;
  border: none;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .fieldset h2 {
  display: none;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .broadcastlink {
  border: 1px solid #b3b3b3;
  padding: 16px 0 10px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .broadcastlink textarea {
  height: 36px;
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite {
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite .awraf-social-invite a {
  height: 120px;
  width: 120px;
  margin: 10px;
  text-indent: -9999px;
  display: inline-block;
  border: 2px #a0a0a0 solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* future proofing */
  -khtml-border-radius: 50%;
  /* for old Konqueror browsers */
  background: url(2016/images/social_logo.png) no-repeat;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite .awraf-social-invite a.raf-google-invite {
  background-position: -13px 32px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite .awraf-social-invite a.raf-yahoo-invite {
  background-position: -165px 33px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite .awraf-social-invite a.raf-msn-invite {
  background-position: -320px 33px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-share {
  padding: 20px 0 0;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-share a {
  width: 100%;
  height: 50px;
  background: none;
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-share a {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  color: white;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 13px 25px;
  text-transform: uppercase;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-share a:hover {
  background-color: #fff;
  color: #3b5998;
  text-decoration: none;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .invite {
  padding: 20px 0 0;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .invite button {
  width: 100%;
  height: 50px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .balance {
  margin: 40px 0;
  padding: 40px 0;
  max-width: 100%;
  border: 2px solid #b3b3b3;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  text-align: center;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .credit-earned {
  text-align: right;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper {
  background-color: #e6e6e6;
  padding: 20px 40px;
  margin-bottom: 10px;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper tbody tr {
  border-top: 1px solid #f3f3f3;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper th {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper th.right {
  text-align: right;
}
.col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper th, .col1-tab-layout .col-main .refer-friend .aw-raf-statistics .aw-raf-table-wrapper td {
  border-bottom: none;
  padding: 8px 4px;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .col1-tab-layout .col-main .refer-friend .aw-raf-statistics .social-invite .awraf-social-invite a {
    background: url(2016/images/social_logo@1.5x.png) no-repeat;
    background-size: 450px 45px;
  }
}
#referafriend h3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
}
#referafriend .awraf-email-heading {
  font-weight: normal;
}
#referafriend input {
  width: 100%;
}
#referafriend textarea {
  padding: 5px 5px;
  width: 100%;
  height: 150px;
}
#referafriend #raf-invite .group-select {
  background-color: #fff;
}
#referafriend #raf-invite .button-set {
  margin: 0 0 15px;
  border: none;
}
#referafriend #raf-invite .button {
  width: 100%;
}

#referafriend-form .invite-list-wrapper {
  border: 1px solid #333;
  background-color: #f0f0f0;
  padding: 10px;
}
#referafriend-form .contact-list {
  margin: 10px 0 0;
  max-height: 160px;
  overflow-y: scroll;
}
#referafriend-form .contact-list .email {
  padding: 2px 0;
}
#referafriend-form .contact-list .email input {
  margin: 2px 10px 0 0;
  vertical-align: top;
}
#referafriend-form textarea {
  width: 100%;
  min-height: 150px;
}
#referafriend-form button {
  width: 100%;
}
#referafriend-form .validation-advice {
  display: block;
}

#popup-newsletter .small {
  display: none;
}
#popup-newsletter .large {
  display: block;
}
#popup-newsletter .newletter-email {
  border: 2px solid #ccc;
  margin: 0 7%;
  width: 86%;
}
#popup-newsletter .newletter-email.empty {
  background: url(2016/images/placeholders.png) no-repeat 10px -5px;
}
#popup-newsletter .newletter-submit {
  border: 2px solid #ff6955;
  margin: 10px 7%;
  width: 86%;
  background-color: #ff6955;
  color: #FFF;
}
#popup-newsletter .newletter-submit:hover {
  background-color: #FFF;
  color: #ff6955;
}
#popup-newsletter .newsletter-legal {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #999;
}

#popup-newsletter.small-mobile .small {
  display: block;
}
#popup-newsletter.small-mobile .large {
  display: none;
}
#popup-newsletter.small-mobile .newletter-email {
  border: 1px solid #ccc;
  margin: 0;
  width: 100%;
}
#popup-newsletter.small-mobile .newletter-submit {
  border: 2px solid #ff6955;
  margin: 0;
  width: 100%;
}
#popup-newsletter.small-mobile .newsletter-legal {
  display: none;
}

#popup-newsletter-customer .small {
  display: none;
}
#popup-newsletter-customer .large {
  display: block;
}

#popup-newsletter-customer.small-mobile .small {
  display: block;
}
#popup-newsletter-customer.small-mobile .large {
  display: none;
}

#popup-compare {
  background-color: #ccc;
}
#popup-compare h1 {
  color: #FFF;
  padding: 10px 10px 5px;
  margin: 0;
  text-transform: uppercase;
  overflow: auto;
}
#popup-compare h1 span {
  display: block;
  float: right;
}
#popup-compare h3 {
  color: #ff6955;
}
#popup-compare ul {
  list-style-type: disc;
}
#popup-compare li {
  margin-left: 20px;
}
#popup-compare .col-1 {
  padding: 25px 20px 0 0;
}
#popup-compare .col-1 h1 {
  background-color: #ff6955;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding: 16px 16px 8px 16px;
  letter-spacing: 1px;
}
#popup-compare .col-1 .compare-footer {
  background-color: #ff6955;
  text-align: center;
  padding: 8px 16px 8px 16px;
}
#popup-compare .col-1 a {
  color: #FF6955;
  background: #fff;
  display: block;
  padding: 12px;
  font-size: 20px;
}
#popup-compare .col-1 a .label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#popup-compare .col-1 .compare-disclaimer {
  color: #fff;
  background-color: #ff6955;
  text-align: center;
  font-size: 12px;
  padding: 8px 16px 16px 16px;
}
#popup-compare .col-2 {
  padding: 25px 0 0 20px;
}
#popup-compare .col-2 .border {
  border: solid 1px #fff;
  padding-bottom: 40px;
}
#popup-compare .col-2 .border h1 {
  background-color: #ccc;
  font-family: 'Open Sans', sans-serif;
  padding: 16px 16px 8px 16px;
  letter-spacing: 1px;
}
#popup-compare .col-2 .border .compare-footer {
  padding: 8px 16px 8px 16px;
  text-align: center;
}
#popup-compare .col-2 .border a {
  color: #d9d9d9;
  background: #bfbfbf;
  display: block;
  padding: 12px;
  font-size: 20px;
}
#popup-compare .col-2 .border a .label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#popup-compare .vip-member-cart,
#popup-compare .regular-cart {
  padding: 20px 20px 0;
  height: 215px;
}
#popup-compare .regular-cart {
  padding-top: 80px;
}
@media only screen and (max-width: 770px) {
  #popup-compare .col-1,
  #popup-compare .col-2 {
    padding: 25px 20px;
  }
  #popup-compare .col-1 .border,
  #popup-compare .col-2 .border {
    border: none;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  #popup-compare h1 {
    font-size: 1.2rem;
  }
  #popup-compare h3 {
    font-size: 1rem;
  }
  #popup-compare li {
    font-size: 0.8rem;
  }
}

#popup-login-from .popup-login {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
#popup-login-from .popup-login .close {
  float: left;
  margin: 10px 0 0 15px;
}
#popup-login-from .popup-login .close a:hover {
  text-decoration: none;
}
#popup-login-from .popup-login .head-banner {
  text-align: center;
  color: #fff;
  background-color: #43cd80;
  padding: 10px;
}
#popup-login-from .popup-login .error-message {
  position: absolute;
  text-align: center;
  color: #ff0000;
  top: 42px;
  width: 100%;
  font-size: 12px;
}
#popup-login-from .popup-login h1, #popup-login-from .popup-login h3, #popup-login-from .popup-login .wrapper {
  padding: 0 15px;
  position: relative;
}
#popup-login-from .popup-login h1 {
  text-transform: uppercase;
  font-size: 37px;
  color: #000;
  margin-bottom: 10px;
}
#popup-login-from .popup-login h3 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#popup-login-from .popup-login .wrapper {
  margin-top: 5px;
  min-width: auto;
}
#popup-login-from .popup-login label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
}
#popup-login-from .popup-login button {
  width: 100%;
  margin-top: 10px;
}
#popup-login-from .popup-login .validation-advice {
  position: absolute;
  top: -5px;
  right: 30px;
  text-align: right;
}
#popup-login-from .popup-login .legal, #popup-login-from .popup-login .back {
  margin: 10px 30px 0;
  font-size: 12px;
}
#popup-login-from .popup-login .existcustomer .legal {
  text-align: center;
}
#popup-login-from .popup-login .createpassword h3 {
  margin: 20px 0;
}
#popup-login-from .popup-login .resetpassword center {
  margin: 80px 30px;
}
#popup-login-from .popup-login .resetpassword .paragraph {
  margin: 40px 0;
}
#popup-login-from .popup-login .memberconfirm .membership-question {
  padding: 0 15px;
  position: relative;
}
#popup-login-from .popup-login .memberconfirm .membership-question .yes, #popup-login-from .popup-login .memberconfirm .membership-question .no {
  float: left;
  width: 50%;
}
#popup-login-from .popup-login .memberconfirm .membership-question label {
  display: block;
  float: left;
  width: 50%;
  border: 1px solid #ff6955;
  background-color: #ff6955;
  padding: 6px 10px;
}
#popup-login-from .popup-login .memberconfirm .membership-question label input {
  margin: 25px 0 0 3px;
}
#popup-login-from .popup-login .memberconfirm .membership-question label .text {
  float: right;
  text-align: left;
  width: calc( 100% - 30px );
  font-size: 11px;
  letter-spacing: normal;
}
#popup-login-from .popup-login .memberconfirm .membership-question label .h5 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 0;
  display: block;
}
#popup-login-from .popup-login .memberconfirm .membership-question label.yes {
  color: #fff;
}
#popup-login-from .popup-login .memberconfirm .membership-question label.yes .h5 {
  color: #fff;
}
#popup-login-from .popup-login .memberconfirm .membership-question label.no {
  background-color: #fff;
  color: #000;
}
#popup-login-from .popup-login .memberconfirm .membership-question label.no .h5 {
  color: #000;
}
#popup-login-from .popup-login .memberconfirm .membership-question:after {
  content: "";
  display: table;
  clear: both;
}
#popup-login-from .popup-login .memberconfirm .membership-question .validation-advice {
  position: absolute;
  right: 0;
  text-align: right;
  top: 67px;
  text-transform: none;
  text-align: center;
  width: 100%;
}
#popup-login-from .popup-login .memberconfirm .membership-points {
  padding: 10px 15px 0;
  font-size: 13px;
  color: #000;
}
#popup-login-from .popup-login .memberconfirm .membership-points .default, #popup-login-from .popup-login .memberconfirm .membership-points .yes, #popup-login-from .popup-login .memberconfirm .membership-points .no {
  height: 205px;
}
#popup-login-from .popup-login .memberconfirm .membership-points strong {
  color: #000;
}
#popup-login-from .popup-login .memberconfirm .membership-points .default {
  text-align: center;
}
#popup-login-from .popup-login .memberconfirm .membership-points h5 {
  color: #ff6955;
  margin-bottom: 5px;
}
#popup-login-from .popup-login .memberconfirm .membership-points .no h5 {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #000;
}
#popup-login-from .popup-login .memberconfirm .membership-points ul {
  list-style-type: initial;
}
#popup-login-from .popup-login .memberconfirm .membership-points ul li {
  padding: 3px 0;
  margin-left: 20px;
  font-size: 13px;
  line-height: 15px;
}
#popup-login-from .popup-login .memberconfirm .membership-points:after {
  content: "";
  display: table;
  clear: both;
}
#popup-login-from .popup-login .memberconfirm .fine-print {
  font-size: 10px;
  color: #aaa;
  text-align: center;
}
#popup-login-from .popup-login .memberconfirm #memberconfirm-submit {
  margin-top: 0;
}
#popup-login-from .popup-login-loading {
  margin: 136px auto;
  width: 128px;
}

@media print {
  .no-print {
    display: none;
  }

  .page .main-container {
    padding: 0;
  }
  .page .main-container .main .col-main {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.page-print {
  width: 75%;
  margin: 20px auto;
}
.page-print .print-head .logo {
  border: 0;
  margin: 0 auto;
}
.page-print .print-head address {
  float: right;
}
.page-print .barcode {
  float: left;
  font-family: 'BarcodeFont';
  position: relative;
  top: -59px;
  font-size: 18px;
}
.page-print .addresses, .page-print .methods {
  width: 40%;
  float: left;
  border: 1px solid #ccc;
  padding: 18px 20px;
}
.page-print .addresses h2, .page-print .methods h2 {
  font-size: 15px;
  float: left;
  margin-right: 20px;
  min-width: 110px;
}
.page-print .addresses address, .page-print .methods address {
  float: left;
  margin-bottom: 9px;
}
.page-print .methods {
  float: right;
}
.page-print div.fieldset {
  margin-bottom: 18px;
}

@media print {
  .page-print {
    width: 100%;
  }

  .buttons-set {
    display: none;
  }
}
/*
 * reset
 */
ul ul {
  list-style: none outside none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #aaa;
  border-collapse: collapse;
  color: inherit;
  margin: 5px 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

/* remove border around all input elements */
input:focus {
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: none;
}

/* turn off iPhone/Safari form element rounding */
input,
input[type="search"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #aaa;
}

input[type="search"] {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.sprite {
  display: inline-block;
  vertical-align: middle;
  background-image: url("2016/images/pc-source.png");
  background-repeat: no-repeat;
}

/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite {
    background-image: url("2016/images/pc-source@2x.png");
    background-size: 250px 325px;
  }
}
/*
 *	Multiple Currency Flags
 */
.sprite-AUD {
  background-position: -160px -39px;
}

.sprite-NZD {
  background-position: -160px -86px;
}

.sprite-GBP {
  background-position: -160px -56px;
}

.sprite-USD {
  background-position: -160px -105px;
}

.sprite-FR {
  background-position: -461px -380px;
}

.sprite-CAD {
  background-position: -160px -72px;
}

/*
 *	Banner
 */
.site-top-banner {
  box-sizing: border-box;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  z-index: 1;
}
.site-top-banner a {
  color: #828282;
}
.site-top-banner p {
  margin-bottom: 0;
  float: left;
  display: inline-block;
  padding: 12px 15px;
}
.site-top-banner p.col-1 {
  width: 100%;
}
.site-top-banner p.col-2 {
  width: 50%;
}
.site-top-banner p.free-shipping {
  background: none repeat scroll 0 0 #ecdcdc;
}
.site-top-banner p.free-returns {
  background: none repeat scroll 0 0 #c8f8e8;
}
@media only screen and (max-width: 770px) {
  .site-top-banner p.col-2 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1260px) {
  .site-top-banner p.free-shipping {
    text-align: right;
    padding-right: 110px;
  }
  .site-top-banner p.free-returns {
    text-align: left;
    padding-left: 110px;
  }
  .site-top-banner p.free-shipping.col-1 {
    text-align: center;
    padding: 12px 15px;
  }
}

@media only screen and (min-width: 771px) {
  .hidden-desktop {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .hidden-mobile {
    display: none;
  }

  .mobile-full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .product-cart-info {
    width: 68%;
    float: left;
    padding-right: 2%;
  }
  .cart-table .product-cart-remove {
    display: block;
    float: left;
  }
}
/**
 * @category    Mana
 * @package     Mana_Filters
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/*.m-filter-item-list .m-selected-filter-item { color: red; }*/
.m-filter-popup .m-selected-ln-item > a { font-weight: bold; text-decoration: none; }
.block-layered-nav .btn-remove { margin-top: 3px; }
.block-layered-nav .currently .btn-remove { margin-top: 0; position: absolute; right: 4px; top: 9px; margin-left: 0; }
.block-layered-nav dt { position: relative; zoom: 1; left: 0; top: 0; }