@charset "UTF-8";
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(Coronet_Web_Fonts.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal; }

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

img {
  display: block; }

ol,
ul {
  list-style: none; }

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

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

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

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

body,
button,
input,
select,
table,
textarea {
  font-family: "futura-pt", sans-serif;
  color: #967779;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px; }

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

a:hover {
  color: black;
  text-decoration: underline;
  opacity: 0.8; }

a:focus {
  outline-color: black;
  color: black; }

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

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #000000;
  font-family: "futura-pt", 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: #967779;
  font-family: "futura-pt", 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: #967779;
  font-family: "futura-pt", 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: #967779;
  font-family: "futura-pt", 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: #967779;
  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: #967779;
  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: 14px;
  text-transform: uppercase; }

.availability .label {
  display: none; }

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

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
  color: #967779;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase; }

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

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

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

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

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

.block-content {
  margin-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; }

/* -------------------------------------------- *
 * 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: "futura-pt", sans-serif;
  margin: 7px 0; }
  .block-account li strong,
  .block-cms-menu li strong {
    font-weight: 400;
    color: #000000; }
  .block-account li a,
  .block-cms-menu li a {
    color: #967779; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #000000; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #967779;
  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: #967779; }
  .cart .buttons-set .button:focus,
  .cart-table .button:focus,
  .sidebar .actions .button:focus,
  .button.button-secondary:focus {
    color: #967779;
    background: #c4c4c4;
    outline: none; }

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

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

a.button {
  text-decoration: none; }

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

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

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

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }
  .button2:hover span, .button2:hover span span {
    text-decoration: underline; }

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #000000;
  font-family: "futura-pt", sans-serif; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: underline;
    color: #246b8f; }

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left; }

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

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

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

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

.paypal-button img {
  display: inline; }

/* -------------------------------------------- *
 * 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, a.back-to-top, .skip-nav .icon, .skip-account .icon, .skip-cart .icon, .catalog-category-view div dd ol > li .checkbox, .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(../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, a.back-to-top, .skip-nav .icon, .skip-account .icon, .skip-cart .icon, .catalog-category-view div dd ol > li .checkbox, .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(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  display: none;
  overflow: hidden;
  margin: -15px 0 15px; }

.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase; }

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

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

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

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

/* -------------------------------------------- *
 * 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: #000000;
    border-color: #000000; }

.btn-remove:after {
  content: 'X';
  color: #000000;
  float: left;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  text-align: center;
  width: 100%; }
.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 #000000;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none; }

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

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

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

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

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

.main-container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 150px;
  padding-bottom: 50px; }
  .main-container .main {
    margin: 0 auto;
    max-width: none;
    padding: 80px 20px;
    width: 100%; }

.footer-container {
  padding-top: 0px; }

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

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

.col-left {
  float: left;
  width: 17%;
  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: 83%; }

.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%; }

/* Content Columns */
.col2-set {
  width: 100%; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
    padding: 20px; }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0; }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
.top-container {
  max-width: none;
  margin: 0 auto;
  padding: 0 30px; }

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 12px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 12px;
    min-height: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 #000000;
  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 #000000;
  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: "futura-pt", sans-serif; }

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

.price-notice {
  color: #A0A0A0; }

.price-box .price {
  font-size: 17px;
  font-family: "futura-pt", sans-serif; }

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap; }

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #000000;
  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: #000000;
  padding-left: 1em; }
  .price-box .special-price .price-label {
    color: #D84D3C; }

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

span.weee {
  display: block; }

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 13px; }
  .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: 15px;
  font-family: "futura-pt", 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 #000000;
  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 #000000;
    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; }

/* -------------------------------------------- *
 * 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; }

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

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

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

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

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

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

.std .note {
  color: #A0A0A0;
  font-size: 14px; }

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px; }
  .toolbar:after {
    content: '';
    display: table;
    clear: both; }

.toolbar-bottom {
  display: none; }

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

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

.toolbar,
.pager {
  font-family: "futura-pt", sans-serif;
  color: #967779;
  line-height: 30px;
  font-size: 12px; }

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

.sorter {
  float: left;
  margin-bottom: 5px;
  display: none; }
  .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;
    white-space: nowrap;
    margin: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px; }
  .pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px; }
    .pager .limiter > label {
      padding-right: 5px; }
      .pager .limiter > label:after {
        content: ':'; }
  .pager .amount,
  .pager .limiter,
  .pager .pages {
    margin-bottom: 5px; }

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

.pages li {
  float: left; }

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

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

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative; }
  .pages .next:hover,
  .pages .previous:hover {
    border: 1px solid #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; }

.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; }

/* ============================================ *
 * 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; }

.image-with-overlay {
  display: inline-block;
  position: relative;
  vertical-align: top; }

/* ============================================ *
 * Image Overlay
 * ============================================ */
.image-with-overlay-wrap {
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0; }

.image-with-overlay > img {
  display: block; }

.image-overlay {
  background: white;
  color: #000;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.image-overlay:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); }

.image-overlay > span {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  display: table-cell; }

.image-overlay span {
  color: #333; }

/* ============================================ *
 * Global Validation
 * ============================================ */
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important; }

/* ============================================ *
 * Animations
 * ============================================ */
button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: all 0.3s ease 0s; }
  button:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75); }

/* ============================================ *
 * Mobile / Desktop Classes
 * ============================================ */
.only-desktop {
  display: block !important; }

.only-mobile {
  display: none !important; }

/* ============================================ *
 * Back to Top
 * ============================================ */
a.back-to-top {
  text-indent: -9999px;
  background-position: 0px -685px;
  bottom: 40%;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  text-indent: -9999px;
  width: 60px;
  z-index: 999;
  display: none !important; }

/* ============================================ *
 * Nosto Styles
 * ============================================ */
.nosto_element > div,
.nosto-default {
  float: left;
  width: 100%;
  margin-top: 10px; }
  .nosto_element > div .nosto-heading,
  .nosto-default .nosto-heading {
    border-top: 0;
    border-bottom: 1px solid #AC888B;
    padding: 10px 0;
    margin-bottom: 40px; }
    .nosto_element > div .nosto-heading h4,
    .nosto-default .nosto-heading h4 {
      color: #000000;
      font-family: "futura-pt", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2;
      margin: 0;
      text-transform: uppercase; }
  .nosto_element > div .nosto-product-list li,
  .nosto-default .nosto-product-list li {
    clear: none;
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 40px;
    padding-left: 15px;
    margin: 10px 0; }
    .nosto_element > div .nosto-product-list li .nosto-product-image,
    .nosto-default .nosto-product-list li .nosto-product-image {
      float: left;
      margin-bottom: 5px;
      min-width: 50px;
      width: 100%;
      height: 180px;
      position: relative;
      height: 160px; }
      .nosto_element > div .nosto-product-list li .nosto-product-image a,
      .nosto-default .nosto-product-list li .nosto-product-image a {
        height: 100%; }
      .nosto_element > div .nosto-product-list li .nosto-product-image img,
      .nosto-default .nosto-product-list li .nosto-product-image img {
        max-width: 100%;
        max-height: 100%;
        float: none;
        height: auto;
        margin: 0 auto;
        width: auto;
        position: absolute;
        bottom: 0; }
    .nosto_element > div .nosto-product-list li .nosto-product-info,
    .nosto-default .nosto-product-list li .nosto-product-info {
      float: left;
      margin-bottom: 20px;
      margin-left: 0;
      margin-top: 20px;
      text-align: left;
      width: 100%; }
      .nosto_element > div .nosto-product-list li .nosto-product-info *,
      .nosto-default .nosto-product-list li .nosto-product-info * {
        float: left;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 0;
        letter-spacing: 3px; }
      .nosto_element > div .nosto-product-list li .nosto-product-info > *,
      .nosto-default .nosto-product-list li .nosto-product-info > * {
        margin: 0 0 10px; }
    .nosto_element > div .nosto-product-list li .nosto-old-price *,
    .nosto-default .nosto-product-list li .nosto-old-price * {
      text-decoration: line-through;
      color: #999; }

.dark-social-links {
  background-color: white;
  border-top: 1px solid #000;
  display: block;
  float: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 100%; }
  .dark-social-links ul {
    display: inline-block;
    float: none;
    margin: 0 auto; }
    .dark-social-links ul li {
      float: left;
      list-style: outside none none;
      margin-bottom: 4px;
      margin-left: 15px; }
      .dark-social-links ul li a {
        width: 15px;
        height: 15px;
        display: block;
        float: left; }
        .dark-social-links ul li a.twitter-btn {
          background-image: url("../images/twitter_icon-1.png"); }
        .dark-social-links ul li a.facebook-btn {
          background-image: url("../images/facebook_icon-1.png"); }
        .dark-social-links ul li a.instagram-btn {
          background-image: url("../images/instagram_icon-1.png"); }
        .dark-social-links ul li a.pinterest-btn {
          background-image: url("../images/pinterest_icon-1.png"); }

/* ============================================ *
 * Referral Extension
 * ============================================ */
#potect-form ul li > * {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  margin-top: 4px;
  padding: 0 20px; }

.wishlist-index-share .validation-advice {
  float: left;
  width: 100%;
  max-width: 450px; }
.wishlist-index-share .validator.validator-email {
  max-width: 100%; }
  .wishlist-index-share .validator.validator-email.validation-no .feedback, .wishlist-index-share .validator.validator-email.validation-yes .feedback {
    height: 66px !important;
    width: 66px !important;
    right: 5px !important; }

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

.registered-users .form-list > li {
  max-width: 360px; }

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

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

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

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

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

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

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: f-size-xs; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * 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: #967779;
    background-color: #F4F4F4;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px; }
    .form-list .control label:hover,
    .sp-methods dt label:hover,
    #checkout-shipping-method-load .sp-methods dd label:hover,
    #co-shipping-method-form .sp-methods dd label:hover,
    .product-options ul.options-list label:hover {
      background-color: #ededed; }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    .sp-methods dt .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
    #co-shipping-method-form .sp-methods dd .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

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

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

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

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  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: "futura-pt", sans-serif;
  line-height: 1.4;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
.linearize-table .linearize-collapse {
  display: none; }

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

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

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

/* ============================================ *
 * Header
 * ============================================ */
.page-header-container {
  max-width: none;
  margin: 0 auto;
  padding: 0 30px;
  position: relative; }

.header-language-container,
.page-header {
  font-family: "futura-pt", sans-serif; }

#header {
  background-color: #FAC6CA;
  position: fixed;
  height: 150px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  font-size: 14px; }
  #header a {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0 none;
    color: black; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #FFF;
  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; }

#newsletter-header-container {
  display: none; }

.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%; }

.header-language-background,
.header-language-background a {
  color: #E6E6E6; }

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: none;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  margin: 10px auto 0;
  padding: 10px; }
  .logo img {
    max-width: 100%; }
  .logo .small {
    display: block;
    max-width: 320px;
    margin: 5px auto 8px;
    width: 100%; }
  .logo .large {
    display: none; }

.logo:hover {
  opacity: 0.8; }

.logo {
  max-width: 155px; }
  .logo .small {
    display: none; }
  .logo .large {
    display: block; }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

.skip-links {
  border: 0; }
  .skip-links .icon {
    display: none; }

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  color: #AC888B;
  line-height: 42px;
  text-align: center; }

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

.skip-link:not(.skip-active):hover {
  opacity: 0.8; }
  .skip-link:not(.skip-active):hover .icon {
    background-position: -46px 4px; }

.skip-link {
  width: 20%; }

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

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

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

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none; }

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

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }

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

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px; }

/* ============================================ *
 * Subscribe Block
 * ============================================ */
.page-header-container .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
  text-transform: uppercase; }
  .page-header-container .block-subscribe .block-title {
    display: none; }
.page-header-container .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0; }
.page-header-container .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.page-header-container .block-subscribe .block-content {
  padding-top: 7px; }
  .page-header-container .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both; }
.page-header-container .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0; }
.page-header-container .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left; }
.page-header-container .block-subscribe {
  clear: both;
  float: none;
  margin: 0 auto 30px auto; }

/* ============================================ *
 * Header - Reward Points
 * ============================================ */
.points-special-header-ee {
  background-color: #EEE;
  color: black;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 6px;
  position: relative;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

/* ============================================ *
 * 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.skip-active .icon {
    background-position: -46px 4px; }

.skip-nav .label {
  display: inline;
  text-transform: uppercase; }

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

.skip-nav {
  width: 40%; }

.skip-nav {
  display: none; }

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
#header-nav {
  display: block;
  /* Force visibility */ }

/* ============================================ *
 * Nav Primary
 * ============================================ */
.nav-primary {
  display: block;
  margin-top: 10px; }

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary {
  text-align: center; }
  .nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #AC888B;
    line-height: 30px;
    font-family: "futura-pt", sans-serif;
    font-size: 14px; }
  .nav-primary li {
    position: relative; }
  .nav-primary li.level1 a {
    border-bottom: 1px solid #000000; }

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

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

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
.nav-primary {
  /* Default styles for 1+ drop-down menus */ }
  .nav-primary > li > a {
    padding: 0 25px; }
  .nav-primary li.level0,
  .nav-primary > li > a {
    display: inline-block; }
  .nav-primary li:last-child > a {
    border-bottom: none; }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #000000; }
  .nav-primary .menu-active {
    z-index: 200; }
  .nav-primary li.level0 ul {
    display: none;
    /* Hide on desktop. */ }

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

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search {
  display: none; }

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px; }

#header-search {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 25%;
  height: 50px;
  padding: 0; }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }

#search_mini_form label {
  display: none; }

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

#search::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

#search_mini_form .search-button:hover::before {
  opacity: 1 !important; }

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

.skip-account {
  float: none;
  width: auto;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase; }

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

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

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

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

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

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

.skip-cart {
  width: auto;
  padding: 0 10px; }

#header-cart.skip-active {
  background: #FBFBFB;
  border: solid 1px #000000;
  display: block;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: 0;
  width: 320px;
  background: white; }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-family: "futura-pt", sans-serif; }

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

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

#header-cart.skip-content.skip-active {
  padding: 20px 15px; }

.header-minicart .truncated_full_value dl > * {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.skip-cart {
  color: #000000;
  text-transform: uppercase; }
  .skip-cart:hover {
    text-decoration: none; }
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 15px;
    width: auto; }
    .skip-cart .count:before {
      content: '('; }
    .skip-cart .count:after {
      content: ')'; }

.skip-cart .count,
.skip-link.skip-active .count {
  color: #000000; }

#header-cart.skip-content.skip-active {
  float: none;
  width: 320px; }

.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: "futura-pt", 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 #000000;
  font-size: 14px;
  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: 13px; }

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  padding: 0;
  z-index: 10000; }

.footer .block-subscribe {
  display: none; }
  .footer .block-subscribe .loading.input-box {
    left: 0;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%; }
    .footer .block-subscribe .loading.input-box > img {
      margin: 0 auto;
      display: block; }

.footer,
.footer button {
  font-family: "futura-pt", sans-serif; }

.footer {
  clear: both;
  width: 100%;
  position: relative;
  color: white;
  /* -------------------------------------------- *
   * Social icons
   */ }
  .footer .block-title {
    display: none; }
  .footer .block-title strong {
    font-weight: normal; }
  .footer .block-title,
  .footer address {
    color: #000000; }
  .footer .links {
    float: none;
    width: 58%;
    padding: 0 30px 0 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10001; }
    .footer .links > ul {
      padding: 12px 0; }
    .footer .links li {
      display: inline-block;
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0;
      float: none;
      margin: 2px 11px 2px; }
      .footer .links li:after {
        content: " \00b7";
        font-size: 16px;
        font-weight: bold;
        padding-left: 23px; }
      .footer .links li:last-child:after {
        content: none; }
    .footer .links a {
      color: white;
      font-size: 14px; }
      .footer .links a:hover {
        color: #A0A0A0; }
  .footer .links,
  .footer .block-subscribe {
    text-transform: uppercase; }
  .footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .footer .links.social-media em {
      background-image: url(../images/social_icons@2x.png);
      background-size: 50px 125px; } }
  .footer .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 .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 {
    color: white;
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 0;
    position: absolute;
    right: 25px;
    text-align: right;
    text-transform: uppercase;
    top: 60px;
    width: 20%;
    z-index: 10000; }

.footer .block-subscribe {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px; }
  .footer .block-subscribe .form-subscribe-header > label {
    float: left;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    letter-spacing: 4px; }
  .footer .block-subscribe .input-box {
    float: left;
    margin-left: 2%;
    width: 70%; }
  .footer .block-subscribe .actions {
    float: right;
    margin-right: 2%;
    margin-top: 0;
    width: 26%; }
  .footer .block-subscribe #newsletter {
    border-radius: 20px 0 0 20px;
    width: 100%;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    padding-top: 0;
    letter-spacing: 2px;
    height: 30px;
    line-height: 30px; }
  .footer .block-subscribe button.button {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    font-size: 11px;
    height: 30px;
    margin-top: 2px;
    padding-top: 5px;
    width: 100%;
    letter-spacing: 0; }

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

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

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #967779;
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "futura-pt", 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: #000000; }
    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: none; }

.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "futura-pt", sans-serif; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: 500;
    outline: 0; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
  float: left;
  width: 100%; }

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

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

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

.products-grid .product-image img {
  margin: 0 auto;
  height: auto;
  padding: 20px; }
  .products-grid .product-image img:hidden {
    display: none; }

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

.products-grid .product-info {
  padding-bottom: 15px;
  position: relative;
  margin-top: 20px; }

.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: 14px;
  margin: 0 0 5px; }

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

.image-overlay * {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  color: white;
  font-size: 12px; }

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

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

/* 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 {
    width: 33.33333%; }

/* 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; }

/* 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; }

/* 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; }

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

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

.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%; }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }
.mini-products-list .product-details {
  margin-left: 60px; }
.mini-products-list .product-details .product-name {
  padding-top: 10px; }
.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
  .mini-products-list li:after {
    content: '';
    display: table;
    clear: both; }

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  position: relative;
  float: left;
  width: 100%; }
  .category-image img {
    width: 100%;
    max-width: 100%; }
    .category-image img:hidden {
      display: none; }

/* ============================================ *
 * Breadcrumbs
 * ============================================ */
.catalog-category-view .breadcrumbs {
  clear: none;
  display: inline-block;
  float: left;
  margin: 10px 0 0; }
  .catalog-category-view .breadcrumbs li {
    font-size: 14px; }
.catalog-category-view .block-layered-nav {
  clear: none;
  display: inline-block;
  float: right; }

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

.block-layered-nav .block-content .toggle-tabs {
  display: none; }
.block-layered-nav .block-content dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #967779;
  font-family: "futura-pt", 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: 10px 5px;
  position: relative;
  display: block;
  border-top: 1px solid #000000; }
  .block-layered-nav .block-content dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -6px; }
.block-layered-nav .block-content dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000000; }
.block-layered-nav .block-content dl > dd:last-child {
  border-width: 0; }

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

.block-layered-nav .block-content {
  padding-top: 0;
  margin-top: 3px; }
  .block-layered-nav .block-content dl > dt {
    cursor: pointer; }
    .block-layered-nav .block-content dl > dt:hover {
      color: #000000; }
    .block-layered-nav .block-content dl > dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #000000;
      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: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    right: 6px;
    top: 50%;
    margin-top: -3px; }
  .block-layered-nav .block-content.accordion-open dl > dd.current {
    display: block; }

.block-layered-nav {
  float: right; }
  .block-layered-nav .block-subtitle--filter {
    display: none; }
  .block-layered-nav .block-title {
    display: none; }
  .block-layered-nav .block-content dl dt {
    padding-left: 10px; }
    .block-layered-nav .block-content dl dt:after {
      display: none; }

#narrow-by-list {
  float: right;
  position: relative; }
  #narrow-by-list dl {
    float: right;
    position: relative;
    margin-left: 25px; }
  #narrow-by-list dt, #narrow-by-list dd {
    background-color: transparent;
    border-width: 0;
    float: right;
    width: auto; }
  #narrow-by-list dt {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-right: 20px; }
    #narrow-by-list dt:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 7px solid #000;
      border-bottom: none;
      top: 50%;
      right: 0px;
      margin-top: -4px;
      left: auto; }
  #narrow-by-list dd {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 8px 8px #BBB;
    font-size: 14px;
    text-transform: uppercase;
    width: 250px;
    right: 0;
    top: 34px;
    position: absolute;
    z-index: 1000; }
    #narrow-by-list dd > ol {
      padding: 3px 0;
      text-align: right; }

.block-layered-nav .block-subtitle--filter {
  font-size: 17px; }

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #967779;
  font-family: "futura-pt", 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; }

.col-main .note-msg {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 15px; }

.catalog-category-view .page .main-container .main {
  padding: 20px 60px; }

.products-grid > li.item {
  clear: none; }
  .products-grid > li.item.breakpoint {
    clear: left !important; }

/* ============================================ *
 * Product Listing Blocks
* ============================================ */
.item.is-block {
  margin: 0 !important; }

.products-grid--max-5-col .item.is-block {
  width: 19%; }

.products-grid--max-3-col .item.is-block {
  width: 30%; }

/* ============================================ *
 * Infinite Scroll
* ============================================ */
.infinite-loader {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px; }
  .infinite-loader img {
    margin: 0 auto;
    clear: both;
    margin-bottom: 10px;
    float: none; }

/* ============================================ *
 * Multi Select - Layered Navigation
* ============================================ */
.catalog-category-view .block-layered-nav {
  clear: none;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  width: auto; }
  .catalog-category-view .block-layered-nav .block-subtitle--filter {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 18px; }
    .catalog-category-view .block-layered-nav .block-subtitle--filter:after {
      display: none; }
  .catalog-category-view .block-layered-nav .block-title {
    text-align: right; }
  .catalog-category-view .block-layered-nav .block-title {
    border: 0 none; }
  .catalog-category-view .block-layered-nav .block-content {
    float: left; }
  .catalog-category-view .block-layered-nav .currently {
    background: #EEE;
    float: left;
    margin-bottom: 10px;
    padding: 15px 20px 10px;
    width: 100%; }
    .catalog-category-view .block-layered-nav .currently .block-subtitle {
      float: left;
      width: 100%;
      margin: 0 0 5px;
      font-size: 12px;
      line-height: 17px; }
    .catalog-category-view .block-layered-nav .currently > ol {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .catalog-category-view .block-layered-nav .currently > ol li {
        display: inline-block;
        float: left;
        margin-bottom: 5px;
        padding-right: 25px;
        margin-right: 10px; }
  .catalog-category-view .block-layered-nav .actions {
    border-bottom: 1px solid #DDD;
    float: right;
    margin-bottom: 7px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%; }
    .catalog-category-view .block-layered-nav .actions a {
      float: right; }
.catalog-category-view div dd ol > li {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%; }
  .catalog-category-view div dd ol > li .checkbox {
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 17px;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 3px;
    width: 17px;
    background-position: 0px -764px; }
  .catalog-category-view div dd ol > li > a .count, .catalog-category-view div dd ol > li > span .count {
    display: none; }
  .catalog-category-view div dd ol > li.m-selected-ln-item .count {
    display: none; }
  .catalog-category-view div dd ol > li.m-selected-ln-item .checkbox {
    background-position: -50px -764px; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-image-container {
  float: left;
  width: 60%;
  padding-right: 50px; }
.product-view .product-essential {
  float: right;
  width: 38%; }
  .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-view .add-to-cart-wrapper {
  float: left;
  margin-top: 15px;
  width: 100%; }
.product-view .box-related {
  float: left !important;
  width: 100%;
  margin-top: 100px; }
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #000000;
  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: 3px;
    font-size: 25px;
    letter-spacing: 5px; }
  .product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
    color: #AC888B;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase; }
  .product-view .product-shop .extra-info,
  .product-view .product-shop .price-info {
    max-width: 70%; }
  .product-view .product-shop .price-info {
    margin-bottom: 10px; }
  .product-view .product-shop .extra-info {
    margin-bottom: 40px; }
  .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: 17px; }
  .product-view .product-shop .price-box {
    margin-top: 2px;
    float: right; }
    .product-view .product-shop .price-box .old-price,
    .product-view .product-shop .price-box .special-price,
    .product-view .product-shop .price-box .regular-price {
      padding-right: 0;
      line-height: 1.2; }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price {
      color: #000000;
      font-size: 24px; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 17px;
      text-transform: uppercase; }
    .product-view .product-shop .price-box .special-price span.weee {
      color: #967779; }
      .product-view .product-shop .price-box .special-price span.weee span.price {
        font-size: 17px; }
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
      display: block;
      line-height: 1.2;
      color: #967779; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 17px;
        font-weight: 300; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px; }
.product-view .price-box.map-info a {
  display: inherit; }
.product-view .old-price .price-label {
  display: none; }
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right; }
.product-view #product-options-wrapper dd {
  padding-bottom: 0; }
.product-view .add-to-cart-wrapper {
  float: left;
  margin-top: 20px; }

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

.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 {
  /* 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; }
  .product-view .add-to-cart .qty-wrapper {
    display: none; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons {
    min-height: 40px; }
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart-buttons .button,
  .product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left; }
  .product-view .add-to-cart .qty-wrapper label {
    line-height: 40px; }
  .product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px; }
  .product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px;
    max-width: 100%; }
    .product-view .add-to-cart-buttons .paypal-logo {
      clear: left;
      text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-button {
        margin: 0 auto;
        display: block;
        width: 170px; }
      .product-view .add-to-cart-buttons .paypal-logo .bml_button {
        display: block;
        width: 174px;
        margin: 0 auto; }
        .product-view .add-to-cart-buttons .paypal-logo .bml_button a {
          text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-or {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        line-height: 1;
        text-align: center; }
  .product-view .add-to-cart-buttons .button {
    float: left;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 40px;
    min-height: 40px;
    min-width: 160px;
    padding: 12px 60px;
    white-space: normal;
    width: 100%; }
  .product-view .alert-price,
  .product-view .alert-stock {
    clear: both; }

.product-view .product-collateral {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AC888B; }
  .product-view .product-collateral dl > dt {
    padding: 10px 0px; }
  .product-view .product-collateral dl > dd {
    border: 0;
    padding: 20px 0px; }
.product-view .more-views {
  float: left;
  padding-right: 50px;
  width: 30%; }
  .product-view .more-views h2 {
    display: none; }

.product-image-thumbs li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  float: left; }
.product-image-thumbs a {
  border: 1px solid #EEE;
  display: block;
  float: left;
  width: 100%; }
  .product-image-thumbs a > img {
    height: auto;
    max-width: 140px;
    width: 100%;
    margin: 0 auto; }

.product-img-box {
  width: 50%;
  float: left; }
  .product-img-box .product-name h1 {
    border: 0; }
  .product-img-box .product-image {
    float: right;
    width: 70%; }
  .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto; }

/* 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: 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  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 #000000;
    text-transform: uppercase; }
  .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; }

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

.box-collateral {
  clear: both; }
  .box-collateral .block-title {
    border-top: 0;
    border-bottom: 1px solid #AC888B;
    padding: 10px 0;
    margin-bottom: 40px; }
  .box-collateral .box-content li {
    clear: none;
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 70px;
    padding-left: 15px; }
    .box-collateral .box-content li.first {
      float: left !important; }
    .box-collateral .box-content li .product {
      margin-left: 0;
      position: relative; }
    .box-collateral .box-content li .product-image {
      float: left;
      margin-bottom: 5px;
      min-width: 50px;
      width: 100%; }
      .box-collateral .box-content li .product-image img {
        width: 100%;
        float: left;
        height: auto; }
    .box-collateral .box-content li .product-details {
      float: left;
      margin-bottom: 20px;
      margin-left: 0;
      margin-top: 20px;
      text-align: left;
      width: 100%; }
      .box-collateral .box-content li .product-details * {
        float: left;
        width: 100%;
        font-size: 12px !important;
        text-transform: uppercase;
        padding: 0 !important;
        letter-spacing: 3px; }
      .box-collateral .box-content li .product-details > * {
        margin: 0 0 10px !important; }

.product-collateral .toggle-tabs {
  display: none; }
.product-collateral dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #967779;
  font-family: "futura-pt", 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: 10px 5px;
  position: relative;
  display: block;
  border-top: 1px solid #000000; }
  .product-collateral dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -6px; }
.product-collateral dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000000; }
.product-collateral dl > dd:last-child {
  border-width: 0; }
.product-collateral dl > dt {
  cursor: pointer; }
  .product-collateral dl > dt:hover {
    color: #000000; }
  .product-collateral dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000000;
    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: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: none;
  right: 6px;
  top: 50%;
  margin-top: -3px; }
.product-collateral.accordion-open dl > dd.current {
  display: block; }

.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; }

.product-view .product-shop .product-name {
  display: block; }

.product-img-box .product-name {
  display: none; }

.product-view p.required, .validation-advice {
  font-size: 12px;
  letter-spacing: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 5px; }

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }

#product-attribute-specs-table {
  max-width: 50em; }
  #product-attribute-specs-table th {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000; }
  #product-attribute-specs-table tr.last th, #product-attribute-specs-table tr.last td {
    border-bottom: 0; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #000000;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; }
  .grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none; }

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

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  clear: both;
  position: relative; }
  .product-options > dl.single-attribute dt label {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-options dd select {
  background-color: #FAC6CA;
  border: 1px solid #AC888B;
  color: #AC888B;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 0 5px;
  max-width: 200px;
  padding: 0 0 0 6px;
  text-transform: uppercase;
  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: 12px; }

.product-options-bottom {
  float: left; }

.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: #967779;
  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: #967779; }

/* "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; }

.product-options-bottom .price-tax {
  float: left; }

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

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

/* -------------------------------------------- *
 * Size not available popup
 */
.size-not-available-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

a.size-not-available-href {
  color: #999;
  font-family: "futura-pt", sans-serif;
  float: left;
  width: 100%; }

div.size-not-available-ui {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 5px #efefef;
  height: auto;
  left: 0;
  margin-top: 10px;
  max-width: 220px;
  padding: 0;
  top: 20px;
  position: absolute;
  width: 100%;
  z-index: 11;
  -moz-box-shadow: 0px 0px 5px #EFEFEF;
  -webkit-box-shadow: 0px 0px 5px #EFEFEF;
  box-shadow: 0px 0px 5px #EFEFEF;
  padding: 5px 10px 10px !important; }

div.size-not-available-ui h2 {
  text-align: center;
  line-height: 23px;
  vertical-align: middle;
  padding-top: 0;
  font-size: 10px; }

div.size-not-available-ui hr {
  width: 100%;
  background-color: #999; }

div.size-not-available-ui p {
  text-align: center;
  color: #999;
  font-family: "futura-pt", sans-serif;
  line-height: 18px;
  font-size: 11px;
  margin: 10px 0; }

div.size-not-available-ui input {
  width: 100%;
  border: 1px solid #CACACA;
  margin-bottom: 8px; }

div.size-not-available-ui select {
  border: 1px solid #cacaca;
  height: 30px;
  margin-bottom: 8px;
  padding-left: 5px;
  width: 100%; }

div.size-not-available-ui button.button {
  text-align: center;
  margin: 0 auto;
  display: block; }
  div.size-not-available-ui button.button > span {
    width: 100%; }
    div.size-not-available-ui button.button > span > span {
      font-family: "futura-pt", sans-serif;
      color: #FFF;
      line-height: 22px; }

div.size-not-available-ui .arrow {
  position: absolute;
  background: url("../images/arrow_up_popup.png") no-repeat;
  width: 20px;
  height: 13px;
  top: -13px;
  left: 16px; }

/* -------------------------------------------- *
 * Rewards social plugin
 */
.product-view .rewardssocial-widget {
  margin-right: 5px !important; }
.product-view .rewardssocial-widgets-points-notification {
  display: none !important; }
.product-view .rewardssocial-container {
  float: left;
  width: 100%; }
  .product-view .rewardssocial-container > p {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    line-height: 20px; }
  .product-view .rewardssocial-container > div {
    float: left;
    margin-right: 10px !important; }

/* -------------------------------------------- *
 * Media queries
 */
/* -------------------------------------------- *
 * Gift Card / Gift Voucher
 */
.product-view.giftcard h3 {
  border-bottom: 1px solid black;
  padding-bottom: 5px; }
.product-view.giftcard .product-image-container,
.product-view.giftcard .product-shop,
.product-view.giftcard #collateral-tabs,
.product-view.giftcard .dark-social-links.only-desktop,
.product-view.giftcard .product-collateral,
.product-view.giftcard .add-to-links-container {
  display: none !important; }
.product-view.giftcard .product-essential {
  width: 100%; }
.product-view.giftcard .product-options-bottom {
  margin-top: 30px;
  text-align: center;
  width: 100%; }
.product-view.giftcard .add-to-cart-buttons {
  float: none;
  margin: 0 auto;
  max-width: 300px; }
  .product-view.giftcard .add-to-cart-buttons button {
    padding: 0; }
.product-view.giftcard .notice {
  font-size: 10px; }

.giftcard-form {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  max-width: 300px;
  width: 100%; }

.product-gift-certificate .product-name {
  display: none; }

.product-gift-certificate .product-essential {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
  padding: none;
  /*background: url("../images/gift_card_bg.png") repeat;*/ }

.product-view-gift-voucher .add-to-links {
  display: none; }

.product-view-gift-voucher .add-to-cart button.button {
  width: 255px; }

.product-view-gift-voucher .add-to-cart button.button span {
  background: none repeat scroll 0 0 #d4d4d4; }

.product-view-gift-voucher .options-container-big {
  display: none; }

.product-view-gift-voucher .giftcard-form .options-container-big {
  display: block; }

.product-view-gift-voucher label {
  margin: auto;
  display: block;
  text-align: center;
  width: 100px; }

.product-view-gift-voucher .fieldset {
  margin: 0px;
  padding: 0px; }

.product-view-gift-voucher .fields, .product-view-gift-voucher li {
  margin: 0px; }

.giftcard-desc {
  margin: 20px 0; }

#product-options-wrapper option[disabled="disabled"] {
  color: #bbb; }

/* ============================================ *
 * 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 #000000;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100; }
  .map-popup.map-popup-right {
    left: 10px !important; }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important; }
  .map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto; }
    .map-popup .map-popup-heading h3 {
      font-size: 15px;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: break-word;
      text-align: left;
      text-overflow: ellipsis; }
  .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; }
  .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; }
    .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; }
    .map-popup .map-popup-price .price-box .minimal-price-link {
      display: inline-block; }
  .map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word; }
  .map-popup .map-popup-text,
  .map-popup .map-popup-only-text {
    border-top: 1px solid #EDEDED; }

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center; }

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

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

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

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

.cart .button {
  white-space: normal; }

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

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

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

.checkout-cart-index #postcode {
  width: 100%; }

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

.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED; }
  .cart .page-title:after {
    content: '';
    display: table;
    clear: both; }
  .cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px; }

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

.checkout-types.bottom .paypal-or {
  text-align: right;
  padding-right: 70px; }

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

.cart-table {
  font-family: "futura-pt", sans-serif; }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    border-bottom: none;
    vertical-align: top; }
  .cart-table h2 {
    color: #967779;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0; }
  .cart-table thead th,
  .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "futura-pt", sans-serif; }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    padding-left: 15px; }
  .cart-table tr {
    border-bottom: 1px solid #000000; }
  .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: "futura-pt", 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: 13px;
    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 #000000;
      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 #000000;
      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: 14px; }
    .cart-table .cart-links > li > a {
      display: block; }
    .cart-table .cart-links > li:last-child {
      margin-bottom: 0; }
  .cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center; }
    .cart-table .product-cart-actions .qty {
      height: 30px;
      border-color: #C0C0C0;
      border-radius: 0;
      margin-bottom: 10px;
      text-align: center;
      width: 3.2em; }
    .cart-table .product-cart-actions .button {
      margin-bottom: 5px; }
  .cart-table .item-options {
    padding-left: 15px; }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px; }
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0; }
.shipping select.validation-failed {
  border-color: #DF280A; }
.shipping .shipping-desc {
  display: none; }
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
.shipping #region {
  width: 100%;
  max-width: 365px; }
.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;
  clear: left;
  width: 37%; }
  .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: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap; }
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
  .shipping .sp-methods dd {
    margin-bottom: 10px; }
  .shipping .sp-methods label {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    min-width: 100px; }
    .shipping .sp-methods label span {
      font-family: "futura-pt", 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 #000000;
  background-color: #ededed;
  min-width: 220px; }
  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: gainsboro; }

.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%; }
    .cart .cart-totals table td {
      padding: 2px 0px; }
    .cart .cart-totals table td:first-child {
      padding-right: 10px;
      min-width: 120px; }
    .cart .cart-totals table tbody tr:last-child td,
    .cart .cart-totals table tbody tr:last-child th {
      padding-bottom: 10px; }
    .cart .cart-totals table tfoot {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      .cart .cart-totals table tfoot td {
        font-size: 24px;
        padding: 2px 5px;
        vertical-align: top; }
      .cart .cart-totals table tfoot strong span,
      .cart .cart-totals table tfoot span.price {
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif; }
      .cart .cart-totals table tfoot strong {
        font-weight: 400; }

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label,
  .cart .giftcard label {
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    text-transform: uppercase;
    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: 11px;
    text-transform: none; }

#shopping-cart-totals-table .btn-remove {
  float: right;
  margin-left: 5px; }

#checkout-review-table .btn-remove {
  float: right;
  margin-left: 5px; }

#giftcard-form > fieldset > * {
  float: left;
  width: 100%;
  text-align: left; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC; }
.crosssell .item a.product-image {
  width: auto;
  float: left; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
#shopping-cart-table thead {
  border-bottom: 1px solid black; }
#shopping-cart-table .a-center.last {
  width: 20px; }
#shopping-cart-table .input-text.qty {
  text-align: center; }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }

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

.checkout-onepage-index .col-main {
  float: left;
  width: 68.75%;
  padding-right: 20px; }
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  width: 31.25%;
  display: block; }
.checkout-onepage-index .col-right {
  padding-left: 0; }

.opc select {
  width: 365px; }

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

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

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

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC; }

.opc .section .step-title a {
  display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px; }

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

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px; }

.opc .section.allow .step-title .number {
  background-color: gray; }

.opc .section.allow .step-title h2 {
  color: #A0A0A0; }

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #000000; }

.opc .section .step-title h2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px; }

.opc .section .step {
  padding: 20px; }
  .opc .section .step:after {
    content: '';
    display: table;
    clear: both; }

.opc select {
  max-width: 365px;
  width: 100%; }

.opc h3 {
  font-weight: 500; }

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

.opc #opc-login .step {
  padding: 0px; }
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px; }

#opc-payment .note {
  padding: 10px; }

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

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

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

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

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

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

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold; }
    .sp-methods dt:first-child {
      margin: 0 0 5px; }
  .sp-methods dd li {
    margin: 5px 0; }
  .sp-methods label img {
    float: left; }
  .sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px; }
  .sp-methods .price {
    font-weight: bold; }
  .sp-methods .form-list {
    padding-left: 20px; }
    .sp-methods .form-list li {
      margin: 0 0 8px; }
  .sp-methods select.month {
    width: 120px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 4em !important; }
  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both; }
  .sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
  .sp-methods .checkmo-list address {
    float: left; }
  .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 #000000;
  padding-left: 20px; }
  .block-progress .block-content {
    font-size: 14px; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #967779;
    font-family: "futura-pt", 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: #967779; }
  .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: #967779;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 14px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 14px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

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

#checkout-review-table-wrapper {
  clear: both; }

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  #review-buttons-container .btn-checkout {
    min-width: 220px; }
  #review-buttons-container .please-wait {
    float: left;
    margin-right: 10px; }
  #review-buttons-container .f-left {
    float: right; }

/* 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%; }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      display: none; }

#checkout-step-review .centinel > p {
  margin-bottom: 10px; }
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

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

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px; }
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }
.gift-message-form .gift-wrapping-form img {
  float: left; }
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC; }
  .gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

.checkout-notice {
  float: left;
  font-size: 12px;
  margin-top: 5px;
  width: 100%; }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center; }
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center; }
  .checkout-onepage-success .buttons-set button {
    float: none; }

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both; }

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  color: #967779;
  text-decoration: none;
  box-sizing: content-box; }

.swatch-link {
  border: 1px solid #000000;
  margin: 0 0 3px; }
  .swatch-link img {
    border-radius: 2px; }
  .swatch-link:hover {
    cursor: pointer;
    text-decoration: none; }
  .swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10; }
  .swatch-link.has-image .swatch-label {
    position: relative; }
  .swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0; }

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

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }
  .configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px; }
  .products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top; }
  .configurable-swatch-list .not-available .x {
    display: block; }
  .configurable-swatch-list .not-available .swatch-link {
    border-color: #EDEDED;
    position: relative; }
    .configurable-swatch-list .not-available .swatch-link.has-image img {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff; }
  .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px; }
  .configurable-swatch-list .not-available a:focus {
    outline: 0; }

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 26px;
  margin-right: 2px;
  text-align: left; }
  #narrow-by-list dd .swatch-link.has-image {
    line-height: inherit; }
  #narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399CC; }
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }
  #narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box; }
#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }

.currently .swatch-current {
  position: relative; }
  .currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .currently .swatch-current span {
    display: block;
    float: left; }
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
  .currently .swatch-link:hover {
    border-color: #000000;
    cursor: default; }

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

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

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

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }
  .product-view .product-options .swatch-attr label,
  .product-view .product-options .swatch-attr .select-label {
    font-size: 13px; }
  .product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3; }
  .product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #000000;
    padding-left: 5px; }
.product-view .product-options dd .input-box {
  width: auto;
  height: auto; }
.product-view .product-options .select-label {
  display: none; }
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default; }

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px; }
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
  .customer-account-login .col2-set .buttons-set button,
  .customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0; }
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }
.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; }
.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; }

.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: 14px;
  color: #A0A0A0; }

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

.remember-me-popup {
  display: none;
  border: 1px solid #000000;
  padding: 10px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: "futura-pt", sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 13px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

.customer-account-create .buttons-set {
  max-width: 455px; }
.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; }
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }
body.customer-account .my-account .addresses-list h3 {
  font-size: 15px;
  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: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px; }
  body.customer-account .data-table span.nobr {
    white-space: normal; }
    body.customer-account .data-table span.nobr a {
      white-space: nowrap; }
  body.customer-account .data-table td.view a {
    display: block; }
  body.customer-account .data-table .separator {
    display: none; }
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0; }

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

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #000000;
  padding-bottom: 7px;
  margin-bottom: 15px; }
  .dashboard .box-head h2 {
    font-size: 16px;
    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: 13px; }
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
  margin-bottom: 45px; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic; }
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px; }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3 {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 0; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      line-height: 21px; }
.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: 14px; }
  .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: "futura-pt", sans-serif;
        font-size: 14px;
        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; }

/* ============================================ *
 * 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: "futura-pt", 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: 15px;
      font-family: "futura-pt", 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: "futura-pt", sans-serif;
      font-weight: normal;
      text-transform: uppercase; }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }
#my-orders-table .option-value {
  margin-left: 20px; }
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

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

.order-additional {
  margin: 40px 0; }

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

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 30px;
  padding-bottom: 0; }

body.customer-account .data-table td.view a {
  white-space: normal; }

.customer-account-create .fieldset.rewards_referral_information {
  margin-top: 20px; }

.registered-users .form-list > li {
  max-width: 360px; }

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account h2 {
  display: none; }
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-bottom: 30px;
  margin-left: 0;
  max-width: 450px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
.contacts-index-index .col2-set .wide {
  max-width: 450px;
  width: 100%; }
.contacts-index-index .content {
  width: 100%; }
  .contacts-index-index .content img {
    max-width: 100%; }

/* ============================================ *
 * PayPal
 * ============================================ */
.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; }

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center; }
  .top-container .bml-ad span {
    display: inline-block; }
    .top-container .bml-ad span a {
      display: block; }

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px; }
  .bml-ad span {
    display: block;
    line-height: 0; }
  .bml-ad a {
    display: inline-block;
    max-width: 100%; }
  .bml-ad a:hover {
    opacity: 0.7; }
  .bml-ad img {
    height: auto !important;
    max-width: 100%; }

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0; }

.bml-ad.large {
  display: block; }

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

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

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

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0; }
  .sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%; }
    .sidebar .paypal-logo > a:hover {
      opacity: 0.8; }
    .sidebar .paypal-logo > a img {
      display: block; }
  .sidebar .paypal-logo .label {
    margin-top: 4px; }
    .sidebar .paypal-logo .label a {
      font-size: 13px;
      line-height: 1.5; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none; }
  #customer-reviews .review-heading {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    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: "futura-pt", sans-serif;
          font-size: 10px;
          text-transform: uppercase; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    color: #3399CC;
    font-size: 13px;
    text-transform: uppercase; }
    #customer-reviews h2 span {
      color: #967779; }
  #customer-reviews h3 {
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    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 #000000;
      font-family: "futura-pt", sans-serif;
      font-size: 13px;
      font-weight: normal;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #customer-reviews .fieldset h4 em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-family: "futura-pt", sans-serif;
      font-size: 13px;
      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: 13px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list textarea {
        border: 1px solid #000000;
        border-radius: 0;
        min-width: 100%;
        -webkit-appearance: none; }
      #customer-reviews .fieldset .form-list input {
        border: 1px solid #000000;
        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: "futura-pt", sans-serif;
    font-size: 13px;
    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: 15px;
      margin: 10px 0; }
      #customer-reviews dl dd .ratings-table {
        font-family: "futura-pt", sans-serif;
        font-size: 13px;
        width: 100%; }
        #customer-reviews dl dd .ratings-table tr {
          margin-right: 15px; }
        #customer-reviews dl dd .ratings-table .review-label {
          width: 300px;
          max-width: 70%; }
      #customer-reviews dl dd table {
        margin: 15px 0; }
      #customer-reviews dl dd .review-meta {
        color: #3399CC;
        font-family: "futura-pt", sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase; }

.review-summary-table {
  border-bottom: 1px solid #000000;
  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: 13px; }
  .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: 15px;
      margin-left: 5px;
      position: relative;
      top: 2px; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  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; }

/* ============================================ *
 * 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%; }

/* ============================================ *
 * 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: black; }
    .slideshow-pager span.cycle-pager-active:before {
      background-color: black; }
  .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 black 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 black; }

.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: "futura-pt", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #000000; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top; }
  #wishlist-table.clean-table thead th {
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    text-transform: uppercase; }
#wishlist-table .product-name {
  font-size: 17px;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }
  #wishlist-table .product-name a {
    color: #000000; }
#wishlist-table .wishlist-sku {
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  margin: 5px 0; }
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-family: "futura-pt", sans-serif; }
  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:focus {
    border: 1px solid #3399CC; }
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button {
    font-size: 12px;
    padding: 3px 5px; }
#wishlist-table .cart-cell {
  text-align: center; }
#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal; }
#wishlist-table .price-box {
  font-family: "futura-pt", sans-serif;
  font-size: 13px; }
  #wishlist-table .price-box .price {
    color: #967779; }
#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #000000;
    margin-bottom: 3px; }
#wishlist-table .truncated .details {
  background: none;
  color: #000000; }
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600; }

#wishlist-table.clean-table td {
  padding-left: 10px;
  padding-right: 10px; }

/* ============================================ *
 * 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: 13px; }
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block; }
  .header-minicart .minicart-message {
    display: block;
    padding: 10px; }
  .header-minicart .empty {
    padding: 10px;
    text-align: center; }
  .header-minicart .minicart-wrapper {
    clear: both;
    position: relative; }
    .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
    .header-minicart .minicart-wrapper:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    .header-minicart .minicart-wrapper:after {
      background-image: url("../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: #000000;
    font-family: "futura-pt", sans-serif;
    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: #967779;
      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: #000000; }
  .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: #000000;
      clear: right; }
    .header-minicart .info-wrapper .qty-wrapper td {
      height: 33px;
      line-height: 33px; }
    .header-minicart .info-wrapper .qty {
      padding-left: 4px;
      padding-right: 4px;
      margin-right: 2px;
      width: 3.2em;
      text-align: center;
      height: 30px; }
    .header-minicart .info-wrapper .quantity-button {
      opacity: 0;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -moz-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      -webkit-transition-duration: 100ms;
      transition-duration: 100ms; }
      .header-minicart .info-wrapper .quantity-button[disabled] {
        cursor: default; }
      .header-minicart .info-wrapper .quantity-button.visible {
        opacity: 1; }
  .header-minicart .subtotal {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em; }
    .header-minicart .subtotal .label {
      color: white;
      text-transform: uppercase; }
    .header-minicart .subtotal .price {
      color: #000000; }
  .header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .header-minicart .minicart-actions .checkout-button {
      min-width: 145px; }
    .header-minicart .minicart-actions .cart-link {
      height: 33px;
      line-height: 39px;
      text-transform: uppercase;
      font-size: 14px; }
    .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; }

.checkout-types.minicart {
  float: none;
  text-align: center; }

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
  .search-autocomplete ul {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid black;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      border-bottom: 1px solid #F4F4F4;
      color: #000000;
      cursor: pointer;
      font-size: 13px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: black; }
      .search-autocomplete ul li.selected {
        background-color: #000000;
        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 #000000;
    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; }

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #000000;
  font-size: 17px;
  font-family: "futura-pt", 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 #000000;
  color: #3399CC;
  font-size: 17px;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  padding-bottom: 10px; }
.product-review .ratings-table {
  font-family: "futura-pt", sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase; }
.product-review .ratings-description dt {
  border-bottom: 1px solid #000000;
  font-size: 17px;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
.product-review .ratings-description dd {
  color: #737373;
  font-family: "futura-pt", sans-serif;
  font-size: 14px; }

.product-review .ratings-table tr {
  float: none; }

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none; }
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }
.cms-page-view .std p,
.cms-no-route .std p {
  color: #967779;
  font-size: 14px;
  line-height: 24px; }
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #000000; }
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #000000; }
.cms-page-view .std li,
.cms-no-route .std li {
  color: #967779;
  font-size: 15px;
  line-height: 24px; }
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

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

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li,
  .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif; }

#accordion .toggle-tabs {
  display: none; }
#accordion dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #967779;
  font-family: "futura-pt", 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: 10px 5px;
  position: relative;
  display: block;
  border-top: 1px solid #000000; }
  #accordion dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -6px; }
#accordion dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000000; }
#accordion dl > dd:last-child {
  border-width: 0; }
#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: 13px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

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

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

#locations-reset {
  cursor: pointer;
  float: right; }

.col1-layout #map {
  width: auto !important; }

#map {
  height: 320px !important;
  font-size: 11px;
  position: static !important; }

#storelocator-container {
  overflow: hidden !important;
  height: auto; }

#tag-container {
  display: none; }

#location-container {
  width: 100%; }

#findstore-container h1 {
  float: left;
  font-size: 13px; }

#findstore-container a {
  float: right;
  font-size: 11px;
  text-decoration: none;
  color: #666; }

.findstore {
  float: left;
  width: 100%;
  border-bottom: 1px solid #666;
  padding-bottom: 15px; }

#selection-container {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666; }

#shop-container {
  overflow: visible;
  float: left;
  width: 100%; }

.shop {
  float: left;
  width: 100%;
  line-height: 1.55;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD; }

.shop-info {
  float: left;
  color: #666;
  width: 100%; }

.shop-info div {
  padding-top: 10px;
  padding-bottom: 10px; }

.shop-name {
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  padding-bottom: 15px; }

.shop img {
  float: left;
  max-width: 100%;
  margin-top: 10px; }

.shop-google-link a {
  text-decoration: none;
  color: #666; }

#sidebar-text {
  padding-left: 10px;
  padding-top: 10px; }

#google-map {
  display: none;
  width: 100%; }

/*
.jspVerticalBar {
	position: absolute;
	left: 780px;
}
.jspTrack {
	padding-left: 0;
}
*/
#selection {
  display: inline-block;
  padding-left: 10px; }

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px; }

.dropdown dd {
  position: relative; }

.dropdown a, .dropdown a:visited {
  color: #666;
  text-decoration: none;
  outline: none; }

.dropdown a:hover {
  color: #000; }

.dropdown dt a:hover {
  color: #000;
  border: 1px solid #ddd; }

.dropdown dt a {
  background: #fff url(../images/ontap-arrow.png) no-repeat scroll right center;
  display: block;
  padding-left: 10px;
  border: 1px solid #ddd;
  width: 180px; }

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding-left: 2px;
  padding-bottom: 2px; }

.dropdown dd ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #ddd;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 190px;
  list-style: none; }

.dropdown span.value {
  display: none; }

.dropdown dd ul li a {
  padding: 5px 5px 5px 15px;
  display: block; }

.dropdown dd ul li a:hover {
  background-color: #EC85E0; }

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px; }

.flagvisibility {
  display: none; }

.ontap-shoplocator-index-index #location-container {
  min-width: auto;
  min-height: 500px; }
.ontap-shoplocator-index-index #selection {
  font-size: 12px; }

.cms-new-arrivals .main-container {
  padding-bottom: 0; }
  .cms-new-arrivals .main-container .main {
    padding: 0;
    max-width: none; }
    .cms-new-arrivals .main-container .main .col-main {
      margin: 0; }
      .cms-new-arrivals .main-container .main .col-main > div > div {
        position: relative;
        float: left;
        width: 100%; }
        .cms-new-arrivals .main-container .main .col-main > div > div img {
          float: left;
          width: 100%; }
        .cms-new-arrivals .main-container .main .col-main > div > div a {
          background-color: black;
          border: 3px solid #f63cbe;
          color: white;
          display: block;
          font-weight: bold;
          left: 55%;
          letter-spacing: 2px;
          padding: 25px 40px;
          position: absolute;
          text-transform: uppercase;
          top: 60%;
          font-size: 12px; }

.cms-legal .std dt,
.cms-faq .std dt {
  border-top: 1px solid #000;
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 40px;
  text-transform: uppercase;
  width: 100%; }

.cms-brands .std > div {
  max-width: 750px; }
  .cms-brands .std > div > div {
    border-top: 1px solid #ddd;
    float: left;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
    width: 100%; }
    .cms-brands .std > div > div img {
      margin: 0 auto; }

/* Cookie message ==========================  */
#cookie-message {
  background: #f4f4f4 none repeat scroll 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 0;
  color: #000000;
  display: block;
  font-size: 11px;
  letter-spacing: 0.75px;
  line-height: 15px;
  opacity: 0.9;
  padding: 10px;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 999999; }

#cookie-message:after,
#cookie-message:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  clear: both;
  content: " ";
  display: block; }

#cookie-message p {
  margin: 0;
  padding: 0 60px 0 0; }

#cookie-message .cookie-policy-link {
  color: #999999; }

#cookie-message .cookie-policy-link:hover {
  color: #000000;
  text-decoration: underline; }

#cookie-message .close {
  margin-right: 00px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #6aa84f; }

/* Cookie message ==========================  */
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

.map-info {
  white-space: nowrap; }

.catalog-product-view .map-info {
  white-space: normal; }
  .catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px; }
  .catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%; }

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

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px; }

#addTagForm .form-add {
  margin-top: 10px; }

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #000000;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%; }

.product-tags li {
  float: left;
  margin-right: 15px; }

.product-tags li.last {
  margin-right: 0px; }

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.tags-list > li {
  float: left;
  margin-right: 10px; }

.block-tags .actions > a {
  font-size: 12px; }

.my-tag-edit .button.btn-remove {
  padding: 0; }
  .my-tag-edit .button.btn-remove:after {
    color: white; }

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%; }

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px; }

.captcha-img {
  border: 20px solid #bbb; }

.captcha-input-container {
  margin-bottom: 10px; }

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both; }
  .control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both; }

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%; }

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal; }
  #recurring_profile_list_view th span {
    white-space: inherit; }

.recurring-profiles-title {
  float: left; }
  .recurring-profiles-title h1 {
    margin-bottom: 7px; }

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px; }
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static; }

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px; }
  .billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both; }
  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%; }
  .billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px; }
  .billing-agreements .info-box .button {
    float: right;
    margin-top: 7px; }
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px; }

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%; }

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px; }

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%; }

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px; }

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
  max-width: 100px; }

.widget {
  clear: both; }

.widget .pager {
  float: none;
  width: 100%; }

.col1-layout .col-main .widget {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */ }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none; }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none; }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none; }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none; }

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #F4F4F4;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-bottom: 10px;
    font-family: "futura-pt", sans-serif; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.active {
      background-color: #DDDDDD; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.last {
      border-right: 0px; }
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: right; }
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px; }
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%; }
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px; }
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 17px;
  font-weight: bold; }
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right; }
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right; }

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px; }

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px; }
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px; }

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #000000;
  padding: 10px;
  font-size: 14px; }
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #000000;
  padding: 10px;
  font-size: 14px; }
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px; }

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%; }

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

/* ============================================ *
 * 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; }

@font-face {
  font-family: FuturaPT-Book;
  src: url("../font/FuturaPT-Book.ttf"); }
@font-face {
  font-family: Aspire-DemiBold;
  src: url("../font/Coronetcom.eot"), url("../font/Coronetcom.svg") format("svg"); }
a:hover {
  color: #FAC6CA;
  text-decoration: none; }

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

:-moz-placeholder {
  color: #AC888B;
  opacity: 1; }

::-moz-placeholder {
  color: #AC888B;
  opacity: 1; }

:-ms-input-placeholder {
  color: #AC888B; }

:placeholder-shown {
  color: #AC888B; }

.button2:hover span,
.button2 span:hover,
.button2 span span:hover,
.breadcrumbs a:hover {
  color: #FAC6CA; }

input {
  outline: none; }

.header-minicart {
  display: none; }
  .header-minicart #header-cart {
    display: none; }

.skip-active
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .summary-collapse:before {
  border-color: #FAC6CA transparent; }
.skip-active
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .summary-collapse:hover:before {
  border-color: #FAC6CA transparent; }
.skip-active
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .show-details .summary-collapse:before {
  border-color: #FAC6CA transparent; }
.skip-active
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .show-details .summary-collapse:hover:before {
  border-color: #FAC6CA transparent; }

.cart-totals .payment_icon {
  clear: both; }
  .cart-totals .payment_icon ul {
    margin: 0 auto;
    display: table;
    text-align: center; }
    .cart-totals .payment_icon ul li {
      display: inline-block;
      padding: 4px 8px; }

.checkout-types {
  float: none;
  margin: 0 auto;
  display: table; }
  .checkout-types .method-checkout-cart-methods-onepage-bottom .btn-proceed-checkout {
    background: #fac6ca;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    padding: 25px 90px;
    border: 1px solid #000;
    padding: 25px 70px; }
    .checkout-types .method-checkout-cart-methods-onepage-bottom .btn-proceed-checkout span span {
      background: url("../images/paymenticon/lock.png") no-repeat right;
      padding-right: 40px; }

.logo .small {
  max-width: 100%;
  width: auto; }

.wrapper {
  background-color: black; }

.main-container,
.main-container .main {
  background-color: white; }

.price-box .price {
  letter-spacing: 2px; }

.pink-friday-new-block .dktop-show {
  display: block; }
.pink-friday-new-block .mobile-show {
  display: none; }
.pink-friday-new-block img {
  width: 100%; }
.pink-friday-new-block a:hover {
  opacity: 1; }

#narrow-by-list dt {
  font-size: 13px; }

.main-container {
  padding-bottom: 110px; }

.nav-primary > li > a {
  padding: 0 22px; }

.skip-cart .count:after, .skip-cart .count:before {
  display: none; }

.desktop-header-links .skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -20px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  right: -2px;
  font-family: "futura-pt", sans-serif; }

a {
  color: #967779; }

.block-title h2, .block-title h3, .block-title strong {
  color: #967779; }

.nosto-price-info * {
  color: black; }

.nosto-old-price * {
  color: #999; }

p.availability-only {
  text-align: right;
  line-height: 21px;
  font-size: 14px;
  text-transform: uppercase; }

.product-view .product-shop .extra-info {
  width: calc(100% - 115px); }

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

/*.customer-account-create{*/
.form-list .customer-birthday label {
  float: left;
  width: auto !important;
  padding: 0 5px 0 0; }
.form-list .customer-birthday .birthday-msg .tooltip-msg {
  display: none; }
.form-list .customer-birthday .birthday-msg .tooltip-icon {
  cursor: pointer;
  position: relative; }
  .form-list .customer-birthday .birthday-msg .tooltip-icon:before {
    background: url("../images/tooltip-icon.png");
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    top: 4px; }
  .form-list .customer-birthday .birthday-msg .tooltip-icon:hover .tooltip-msg {
    display: block;
    padding: 4px 0 0 20px;
    font-size: 14px;
    line-height: 14px;
    float: left; }
    @media only screen and (max-width: 500px) {
      .form-list .customer-birthday .birthday-msg .tooltip-icon:hover .tooltip-msg {
        clear: both;
        padding: 4px 0 0 0; } }
.form-list > li li {
  margin-bottom: 10px; }
.form-list .customer-dob {
  clear: both; }
  .form-list .customer-dob .dob-year,
  .form-list .customer-dob .dob-day,
  .form-list .customer-dob .dob-month {
    width: 80px; }
  .form-list .customer-dob .validation-advice {
    clear: both; }

/*}*/
#header a {
  outline: none; }

.cms-page-view .main-container .main {
  padding: 10px 20px; }

.logo {
  margin: 2px auto;
  max-width: 285px;
  padding: 10px 10px 0; }

.skip-nav.skip-active .icon {
  background-position: -46px 0; }

#header {
  z-index: 100000;
  height: 110px; }
  #header a {
    color: #AC888B; }
  #header .dark-social-links {
    margin-left: 20px;
    margin-top: 20px;
    background-color: transparent;
    border-top: none;
    padding-bottom: 0;
    padding-top: 10px;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    z-index: 99999; }
    #header .dark-social-links ul li a.twitter-btn {
      background-image: url("../images/twitter_icon_header-1.png"); }
    #header .dark-social-links ul li a.facebook-btn {
      background-image: url("../images/facebook_icon_header-1.png"); }
    #header .dark-social-links ul li a.instagram-btn {
      background-image: url("../images/instagram_icon_header-1.png"); }
    #header .dark-social-links ul li a.pinterest-btn {
      background-image: url("../images/pinterest_icon_header-1.png"); }

.dark-social-links ul li a.sharemail-btn {
  background-image: url("../images/share-mail.png"); }

#narrow-by-list .m-filter-item-list .count {
  display: none; }

.cms-index-index .page {
  width: 100%;
  overflow: hidden; }

body.cms-summer20-en .main-container {
  padding-top: 110px;
  padding-bottom: 0px; }
  body.cms-summer20-en .main-container .main {
    padding: 0; }

#header-nav {
  position: absolute;
  bottom: -5px;
  left: 185px; }

.logo {
  margin: 2px auto;
  max-width: 110px;
  padding: 10px 10px 0;
  float: left;
  margin-left: 15px; }

.search-autocomplete {
  top: 8px !important; }
  .search-autocomplete ul {
    width: 210px;
    left: -110px; }
    .search-autocomplete ul li {
      margin-right: 0; }

#search_autocomplete > ul {
  display: block;
  padding: 5px; }
  #search_autocomplete > ul li {
    color: #AC888B;
    width: 100%; }
    #search_autocomplete > ul li.selected {
      background-color: #FAC6CA;
      color: #AC888B; }

#header-search {
  border: 0 none;
  height: auto;
  left: auto;
  padding: 0;
  position: relative;
  top: -9px; }

#search-menu .desktop-search {
  display: block; }

.search_desktop {
  width: 100%;
  position: relative;
  top: 0px;
  background: #fefdfc;
  height: 83px;
  display: none; }
  .search_desktop #search_mini_form {
    width: 800px;
    margin: 0 auto; }
    .search_desktop #search_mini_form #search {
      max-width: 100% !important;
      font-size: 20px;
      color: #010101;
      height: 83px;
      font-family: FuturaPT-Book; }
    .search_desktop #search_mini_form ::-webkit-input-placeholder {
      color: #000; }
    .search_desktop #search_mini_form :-ms-input-placeholde {
      color: #000; }
    .search_desktop #search_mini_form ::-moz-placeholder {
      color: #000; }

#search_mini_form .input-box {
  width: 95px; }

.fr_search #search_mini_form .input-box {
  width: 120px; }

.desktop-header-links > li:before {
  content: "|";
  padding-right: 10px;
  font-size: 9px;
  color: #000;
  position: relative;
  top: -2px; }
.desktop-header-links #search-menu:before, .desktop-header-links .cart-link:before {
  display: none; }

#search_mini_form .search-button {
  background-color: transparent;
  background-image: url("../images/search_icon.png");
  background-position: 8px 5px;
  background-repeat: no-repeat;
  border: 0 none;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 2px;
  width: 25px;
  font-size: 12px; }

#search_mini_form input#search:focus, #search_mini_form .expand {
  width: 230px !important;
  transition: width .35s ease-in-out; }

#search {
  border: 0 none;
  height: 30px;
  line-height: 30px;
  padding-right: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #AC888B;
  transition: width .35s ease-in-out;
  -webkit-transition: width .35s ease-in-out;
  float: right;
  padding-left: 8px;
  padding-right: 0;
  background: transparent;
  border-radius: 0; }

#search_mini_form input:focus::-webkit-input-placeholder {
  color: transparent; }
#search_mini_form input:focus:-moz-placeholder {
  color: transparent; }
#search_mini_form input:focus::-moz-placeholder {
  color: transparent; }
#search_mini_form input:focus:-ms-input-placeholder {
  color: transparent; }

.nav-primary {
  margin-top: 0; }

#newsletter-header-container {
  display: block;
  float: left; }
  #newsletter-header-container .block-content {
    position: relative; }
  #newsletter-header-container .form-subscribe-header {
    display: none; }
  #newsletter-header-container .actions {
    display: none !important; }
  #newsletter-header-container #subscribe-email-box-header {
    border: 0 none;
    float: right;
    margin-right: 20px;
    display: block; }
    #newsletter-header-container #subscribe-email-box-header > input {
      border: 0 none;
      border-radius: 15px;
      font-size: 8px;
      letter-spacing: 1px;
      padding: 0 10px;
      text-align: center;
      height: 26px;
      line-height: 26px;
      text-transform: uppercase; }
    #newsletter-header-container #subscribe-email-box-header .validation-advice {
      font-size: 8px;
      padding: 5px;
      text-align: center; }

.account-cart-wrapper .skip-link .label {
  float: left;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 6px;
  width: 100%;
  display: none; }

.skip-account,
.header-minicart,
.desktop-header-links {
  float: right;
  margin-top: 15px;
  margin-right: 20px; }
  .skip-account li,
  .header-minicart li,
  .desktop-header-links li {
    float: right;
    margin-right: 15px; }
    .skip-account li a,
    .header-minicart li a,
    .desktop-header-links li a {
      font-size: 11px; }
  .skip-account .cart-link .block-subtitle,
  .header-minicart .cart-link .block-subtitle,
  .desktop-header-links .cart-link .block-subtitle {
    font-size: 14px;
    color: #987779;
    font-weight: normal; }
  .skip-account .cart-link .count-item-cart,
  .header-minicart .cart-link .count-item-cart,
  .desktop-header-links .cart-link .count-item-cart {
    color: #838383;
    margin-bottom: 15px;
    letter-spacing: 0; }
  .skip-account .cart-link .mini-products-list .product-details,
  .header-minicart .cart-link .mini-products-list .product-details,
  .desktop-header-links .cart-link .mini-products-list .product-details {
    margin-left: 80px; }
  .skip-account .cart-link #header-cart,
  .header-minicart .cart-link #header-cart,
  .desktop-header-links .cart-link #header-cart {
    position: absolute;
    top: 55px;
    width: 267px;
    right: 38px;
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #e3e3e3;
    z-index: 99; }
    .skip-account .cart-link #header-cart .skip-link-close,
    .header-minicart .cart-link #header-cart .skip-link-close,
    .desktop-header-links .cart-link #header-cart .skip-link-close {
      float: right;
      font-size: 20px;
      line-height: 20px; }
    .skip-account .cart-link #header-cart .block-content,
    .header-minicart .cart-link #header-cart .block-content,
    .desktop-header-links .cart-link #header-cart .block-content {
      margin: 5px; }
      .skip-account .cart-link #header-cart .block-content .subtotal,
      .header-minicart .cart-link #header-cart .block-content .subtotal,
      .desktop-header-links .cart-link #header-cart .block-content .subtotal {
        padding: 15px;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 15px; }
        .skip-account .cart-link #header-cart .block-content .subtotal .label,
        .header-minicart .cart-link #header-cart .block-content .subtotal .label,
        .desktop-header-links .cart-link #header-cart .block-content .subtotal .label {
          padding-right: 45px;
          text-transform: uppercase;
          font-size: 14px; }
    .skip-account .cart-link #header-cart #cart-sidebar li,
    .header-minicart .cart-link #header-cart #cart-sidebar li,
    .desktop-header-links .cart-link #header-cart #cart-sidebar li {
      float: left;
      clear: both;
      width: 100%;
      position: relative; }
      .skip-account .cart-link #header-cart #cart-sidebar li a.remove,
      .header-minicart .cart-link #header-cart #cart-sidebar li a.remove,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li a.remove {
        position: absolute;
        right: 5px;
        color: #a3a3a3;
        top: 5px;
        font-size: 20px; }
      .skip-account .cart-link #header-cart #cart-sidebar li .info-wrapper,
      .header-minicart .cart-link #header-cart #cart-sidebar li .info-wrapper,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .info-wrapper {
        color: #a3a3a3;
        font-size: 14px; }
      .skip-account .cart-link #header-cart #cart-sidebar li .product-name,
      .header-minicart .cart-link #header-cart #cart-sidebar li .product-name,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .product-name {
        margin-right: 20px; }
        .skip-account .cart-link #header-cart #cart-sidebar li .product-name a,
        .header-minicart .cart-link #header-cart #cart-sidebar li .product-name a,
        .desktop-header-links .cart-link #header-cart #cart-sidebar li .product-name a {
          font-size: 14px; }
      .skip-account .cart-link #header-cart #cart-sidebar li .product-image,
      .header-minicart .cart-link #header-cart #cart-sidebar li .product-image,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .product-image {
        position: relative;
        top: 7px; }
      .skip-account .cart-link #header-cart #cart-sidebar li a.btn-edit, .skip-account .cart-link #header-cart #cart-sidebar li a.btn-edit, .skip-account .cart-link #header-cart #cart-sidebar li .details,
      .header-minicart .cart-link #header-cart #cart-sidebar li a.btn-edit,
      .header-minicart .cart-link #header-cart #cart-sidebar li a.btn-edit,
      .header-minicart .cart-link #header-cart #cart-sidebar li .details,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li a.btn-edit,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li a.btn-edit,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .details {
        display: none; }
      .skip-account .cart-link #header-cart #cart-sidebar li .btn-remove,
      .header-minicart .cart-link #header-cart #cart-sidebar li .btn-remove,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .btn-remove {
        color: transparent; }
      .skip-account .cart-link #header-cart #cart-sidebar li .btn-remove:after,
      .header-minicart .cart-link #header-cart #cart-sidebar li .btn-remove:after,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .btn-remove:after {
        content: "×";
        font-size: 20px;
        color: #a3a3a3;
        position: absolute;
        right: 5px;
        top: 10px;
        font-weight: normal; }
      .skip-account .cart-link #header-cart #cart-sidebar li .product-details strong,
      .header-minicart .cart-link #header-cart #cart-sidebar li .product-details strong,
      .desktop-header-links .cart-link #header-cart #cart-sidebar li .product-details strong {
        font-weight: normal; }
    .skip-account .cart-link #header-cart #cart-sidebar p.item-options,
    .header-minicart .cart-link #header-cart #cart-sidebar p.item-options,
    .desktop-header-links .cart-link #header-cart #cart-sidebar p.item-options {
      color: #a3a3a3;
      font-size: 14px; }
    .skip-account .cart-link #header-cart .minicart-actions ul li,
    .header-minicart .cart-link #header-cart .minicart-actions ul li,
    .desktop-header-links .cart-link #header-cart .minicart-actions ul li {
      margin-right: 0; }
      .skip-account .cart-link #header-cart .minicart-actions ul li a,
      .header-minicart .cart-link #header-cart .minicart-actions ul li a,
      .desktop-header-links .cart-link #header-cart .minicart-actions ul li a {
        font-size: 14px;
        padding: 10px 23px;
        background: #fac6ca;
        color: #af888b; }
    .skip-account .cart-link #header-cart #minicart-widgets,
    .header-minicart .cart-link #header-cart #minicart-widgets,
    .desktop-header-links .cart-link #header-cart #minicart-widgets {
      clear: both; }

#header .cart-link > a {
  background-image: url("../images/bag.png");
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  height: 26px;
  padding-right: 0;
  /*text-indent: -5555px;*/
  width: 23px;
  font-size: 0; }

li.checkout-link {
  margin-right: 8px; }

.cart-link {
  margin-right: 5px; }

#header a {
  font-size: 13px; }

#newsletter-validate-detail-header .input-box.loading {
  height: 24px;
  margin: auto;
  position: absolute;
  right: 121px;
  top: 10px;
  width: 24px; }

@media (max-width: 1199px) {
  #newsletter-header-container {
    clear: both;
    height: 45px;
    margin-top: 12px;
    width: 100%; }

  .page-header-container .block-subscribe {
    clear: both;
    float: right;
    padding-right: 10px;
    margin-bottom: 0; }

  .desktop-header-links {
    margin-top: 15px !important; }

  #header-search {
    left: 11px;
    /*top: 42px;*/ }

  #search {
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
    position: relative; }

  /* arrows - :before and :after */
  #search_mini_form {
    position: relative; }

  /*#search_mini_form:after, #search_mini_form:before {
  	bottom: 100%;
  	left: 30px;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  }*/
  #search_mini_form:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 5px;
    margin-left: -5px; }

  #search_mini_form:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 6px;
    margin-left: -6px; } }
DIV.ajaxcartpro_confirm, DIV.ajaxcartpro_error {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.skip-cart:hover .count, .skip-cart.skip-active .count {
  display: inline-block; }

.desktop-header-links .cart-link #header-cart {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e3e3e3;
  padding: 10px 20px;
  position: absolute;
  right: 35px;
  top: 55px;
  width: 267px;
  z-index: 99; }
  .desktop-header-links .cart-link #header-cart .mini-products-list .item {
    float: left;
    width: 100%; }
    .desktop-header-links .cart-link #header-cart .mini-products-list .item .product-details {
      position: relative;
      margin-left: 75px; }
      .desktop-header-links .cart-link #header-cart .mini-products-list .item .product-details a.remove {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 20px;
        color: #9f9f9f; }
      .desktop-header-links .cart-link #header-cart .mini-products-list .item .product-details .item-options {
        height: 32px;
        color: #9f9f9f; }
      .desktop-header-links .cart-link #header-cart .mini-products-list .item .product-details .info-wrapper {
        color: #9f9f9f; }
  .desktop-header-links .cart-link #header-cart li {
    margin-right: 5px; }
  .desktop-header-links .cart-link #header-cart .checkout-button {
    background: #fac6ca;
    padding: 8px 28px;
    margin: 15px 0 10px 0; }
  .desktop-header-links .cart-link #header-cart .block-content {
    clear: both;
    text-transform: uppercase; }
    .desktop-header-links .cart-link #header-cart .block-content .subtotal {
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      padding: 10px;
      margin: 0 5px; }
  .desktop-header-links .cart-link #header-cart p.count-item-cart {
    color: #9f9f9f;
    padding-bottom: 15px; }
  .desktop-header-links .cart-link #header-cart .block-subtitle {
    font-weight: normal; }

.nav-primary li.level0 ul {
  display: none;
  background: white none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 8px 8px #bbb;
  min-width: 250px;
  padding: 7px 18px;
  position: absolute;
  text-align: left; }

.icon-payment ul li {
  float: left; }

.footer .links {
  width: 100%;
  background: #fac6ca;
  padding: 0 0 10px 0;
  color: #ac888b;
  padding: 0; }
  .footer .links ul {
    padding: 8px 0; }
    .footer .links ul a {
      font-size: 12px;
      color: #000; }
    .footer .links ul li:after {
      content: "|";
      font-size: 10px;
      font-weight: normal; }

.footer .top-link {
  padding: 11px 0;
  text-align: center; }
  .footer .top-link ul li {
    display: inline-block;
    padding: 0 30px; }
    .footer .top-link ul li a {
      color: #ac888b;
      font-size: 12px; }
  .footer .top-link ul .find-astore {
    background: url(../images/store_locate.png) no-repeat; }
  .footer .top-link ul .delivery {
    background: url(../images/delievery_icon.png) no-repeat; }
  .footer .top-link ul .return {
    background: url(../images/returns_icon.png) no-repeat; }

.footer-container {
  background-color: #000000;
  bottom: auto;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  z-index: 10000;
  float: left;
  width: 100%; }

.footer address {
  top: 0;
  text-align: center;
  position: relative;
  width: 100%;
  background: #fac6ca;
  color: #ac888b;
  padding: 0 0 10px 0;
  right: 0; }

.form-subscribe-header {
  display: none; }

.footer .block-subscribe #newsletter {
  border: 1px solid #FAC6CA;
  max-width: 100% !important; }
.footer .block-subscribe .block-content {
  margin-top: 2px; }
.footer .block-subscribe button.button {
  border-bottom: 1px solid #FAC6CA;
  border-right: 1px solid #FAC6CA;
  border-top: 1px solid #FAC6CA; }
  .footer .block-subscribe button.button span span {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    line-height: 14px; }
.footer .dark-social-links {
  border-top: none;
  background-color: #fac6ca;
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: auto; }
.footer .currency-switcher {
  display: none; }

@media only screen and (min-width: 771px) and (max-width: 1249px) {
  .footer .block-subscribe {
    width: 30%;
    position: absolute;
    top: -8px;
    right: 0px;
    padding: 0 20px; } }
.carousel .slides li {
  position: relative;
  overflow: hidden; }

.flexslider .slides img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.content-slider {
  position: absolute;
  text-align: center;
  bottom: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%; }
  .content-slider p a {
    background: rgba(255, 255, 255, 0.5);
    color: #333333;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    padding: 0 5px;
    letter-spacing: 4px;
    margin: 0 0 25px; }
  .content-slider .button-slider {
    background: #000000;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 17px 54px;
    letter-spacing: 5px; }
  .content-slider .button-slider:hover {
    opacity: inherit; }

.clear {
  clear: both;
  height: 0; }

.disabled-title {
  display: none;
  height: 0; }

.content-olivia img {
  width: 100%;
  height: 100%; }
.content-olivia .shop-collect {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  .content-olivia .shop-collect a, .content-olivia .shop-collect a:hover {
    color: #1d1d1b;
    font-size: 21px;
    letter-spacing: 1.5px; }
.content-olivia .alessandradeosma .shop-collect a, .content-olivia .alessandradeosma .shop-collect a:hover {
  font-size: 14px;
  letter-spacing: 1.5px;
  border: 1px solid;
  display: block;
  margin: 0 15px;
  line-height: 32px; }
.content-olivia .alessandradeosma #muted {
  position: absolute;
  right: 38px;
  top: 48%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.content-olivia .alessandradeosma.muted-button-height-increase #muted {
  right: 30px;
  top: 87%; }
.content-olivia #muted {
  position: absolute;
  bottom: 10px;
  right: 10px; }
  .content-olivia #muted img {
    width: auto;
    height: auto;
    border-radius: 0px; }
  .content-olivia #muted .unmutevideo {
    display: none; }
.content-olivia .unmute .unmutevideo {
  display: block !important; }
.content-olivia .unmute .mutevideo {
  display: none; }
.content-olivia .button-see {
  text-align: center;
  margin: 39px 0 40px; }
  .content-olivia .button-see a {
    font-size: 40px;
    padding: 5px 20px;
    color: #636363;
    border: 2px solid #ede7e9; }
.content-olivia .capba1 .capba1-left {
  width: 61.1%;
  float: left;
  padding-right: 6px;
  position: relative; }
  .content-olivia .capba1 .capba1-left a:hover span.blur {
    display: block;
    width: 99.5%;
    width: 99%; }
.content-olivia .capba1 .capba1-right {
  width: 38.9%;
  padding-left: 6px;
  float: right; }
  .content-olivia .capba1 .capba1-right .capba1-top {
    margin-bottom: 9px;
    position: relative; }
    .content-olivia .capba1 .capba1-right .capba1-top a:hover span.blur {
      display: block; }
  .content-olivia .capba1 .capba1-right .capba1-bottom {
    position: relative; }
    .content-olivia .capba1 .capba1-right .capba1-bottom a:hover span.blur {
      display: block; }
.content-olivia .capba2, .content-olivia .capba4 {
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  width: 100%; }
  .content-olivia .capba2 a:hover span.blur, .content-olivia .capba4 a:hover span.blur {
    display: block; }
.content-olivia .capba2 .capba2-left {
  float: left;
  width: 40%;
  padding-right: 9px; }
.content-olivia .capba2 .capba2-right {
  float: right;
  width: 60%;
  padding-left: 9px; }
.content-olivia .capba3 {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }
  .content-olivia .capba3 .capba3-left {
    width: 50%;
    padding-right: 9px;
    float: left; }
    .content-olivia .capba3 .capba3-left .capba-top {
      margin-bottom: 18px;
      position: relative; }
      .content-olivia .capba3 .capba3-left .capba-top a:hover span.blur {
        display: block; }
    .content-olivia .capba3 .capba3-left .capba-bottom {
      position: relative; }
      .content-olivia .capba3 .capba3-left .capba-bottom a:hover span.blur {
        display: block; }
  .content-olivia .capba3 .capba3-right {
    width: 50%;
    float: right;
    padding-left: 9px; }
    .content-olivia .capba3 .capba3-right .capba-top {
      margin-bottom: 18px;
      position: relative; }
      .content-olivia .capba3 .capba3-right .capba-top a:hover span.blur {
        display: block; }
    .content-olivia .capba3 .capba3-right .capba-bottom {
      position: relative; }
      .content-olivia .capba3 .capba3-right .capba-bottom a:hover span.blur {
        display: block; }
.content-olivia .capba5 .capba5-left {
  width: 61.1%;
  float: left;
  padding-right: 6px;
  position: relative; }
  .content-olivia .capba5 .capba5-left a:hover span.blur {
    display: block;
    width: 99.5%;
    width: 99%; }
.content-olivia .capba5 .capba5-right {
  width: 38.9%;
  float: right;
  padding-left: 6px; }
  .content-olivia .capba5 .capba5-right .capba-top {
    margin-bottom: 10px;
    position: relative; }
    .content-olivia .capba5 .capba5-right .capba-top a:hover span.blur {
      display: block; }
  .content-olivia .capba5 .capba5-right .capba-bottom {
    position: relative; }
    .content-olivia .capba5 .capba5-right .capba-bottom a:hover span.blur {
      display: block; }
.content-olivia .capba6 {
  margin: 30px 0; }
  .content-olivia .capba6 .capba6-left {
    width: 38.9%;
    float: left;
    padding-right: 6px;
    position: relative; }
    .content-olivia .capba6 .capba6-left a:hover span.blur {
      display: block;
      width: 99%; }
  .content-olivia .capba6 .capba6-right {
    width: 61.1%;
    float: right;
    padding-left: 6px;
    position: relative; }
    .content-olivia .capba6 .capba6-right a:hover span.blur {
      display: block;
      width: 99.5%;
      margin-left: 0.5%;
      width: 99%;
      margin-left: 1%; }
.content-olivia .capba7 {
  margin: 0 0 30px 0;
  float: left;
  width: 100%; }
  .content-olivia .capba7 .capba7-left {
    width: 50%;
    float: left;
    padding-right: 9px;
    position: relative; }
    .content-olivia .capba7 .capba7-left a:hover span.blur {
      display: block;
      width: 99%; }
  .content-olivia .capba7 .capba7-right {
    width: 50%;
    float: right;
    padding-left: 9px; }
    .content-olivia .capba7 .capba7-right .capba-top {
      margin-bottom: 16px;
      position: relative; }
      .content-olivia .capba7 .capba7-right .capba-top a:hover span.blur {
        display: block; }
    .content-olivia .capba7 .capba7-right .capba-bottom {
      position: relative; }
      .content-olivia .capba7 .capba7-right .capba-bottom a:hover span.blur {
        display: block; }
.content-olivia span.blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
  display: none; }
.content-olivia .row-two {
  overflow: hidden; }
  .content-olivia .row-two .col-half {
    width: 50%;
    padding: 0 10px 20px;
    float: left; }
    .content-olivia .row-two .col-half:first-child {
      padding-left: 0; }
    .content-olivia .row-two .col-half:last-child {
      padding-right: 0; }
.content-olivia .full-row {
  padding: 0 0 20px; }
  .content-olivia .full-row:last-of-type {
    padding: 0; }
.content-olivia .margin-bottom-40 {
  margin: 0 0 20px; }

.olivia-home-mobile {
  display: none; }
  .olivia-home-mobile a:hover {
    opacity: 1; }

.content-olivia a:hover {
  opacity: 1; }

.full-row {
  position: relative; }

.shop-it-now {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #010101;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 30px;
  letter-spacing: 4px;
  cursor: pointer; }

body.cms-index-index .footer-container {
  bottom: 0;
  left: 0;
  padding: 0;
  position: inherit;
  right: 0; }
body.cms-index-index .main-container {
  padding-bottom: 0;
  padding-top: 135px; }
  body.cms-index-index .main-container .main {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: inherit; }

.cms-olivia-home .footer-container {
  position: relative !important; }
.cms-olivia-home .main-container .main {
  position: relative !important; }

.ias-spinner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 16px; }

.ias-noneleft {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -30px; }

#narrow-by-list dd {
  width: 350px; }
  #narrow-by-list dd ol li {
    width: 50% !important;
    float: right; }
    #narrow-by-list dd ol li a {
      font-size: 12px; }

.catalogsearch-result-index .page .main-container .main,
.catalog-category-view .page .main-container .main {
  padding: 0; }
.catalogsearch-result-index .breadcrumbs,
.catalog-category-view .breadcrumbs {
  color: #AC888B;
  background-color: white;
  margin: 0;
  padding: 15px;
  position: fixed;
  width: 100%;
  top: 110px;
  left: 0;
  z-index: 9999; }
  .catalogsearch-result-index .breadcrumbs strong,
  .catalog-category-view .breadcrumbs strong {
    color: #AC888B;
    float: left;
    font-size: 25px;
    height: 30px;
    letter-spacing: 5px;
    margin-bottom: 0;
    margin-top: -7px;
    padding: 0;
    margin-left: 40px; }
.catalogsearch-result-index .block-layered-nav,
.catalog-category-view .block-layered-nav {
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 4px;
  position: fixed;
  right: 5px;
  top: 110px;
  z-index: 99999; }
  .catalogsearch-result-index .block-layered-nav .currently,
  .catalog-category-view .block-layered-nav .currently {
    background-color: transparent;
    color: #AC888B;
    padding: 0;
    margin: 10px 0 0 0;
    display: none; }
  .catalogsearch-result-index .block-layered-nav .block-subtitle > span,
  .catalog-category-view .block-layered-nav .block-subtitle > span {
    color: #AC888B; }
  .catalogsearch-result-index .block-layered-nav .btn-remove::after,
  .catalog-category-view .block-layered-nav .btn-remove::after {
    color: white; }
  .catalogsearch-result-index .block-layered-nav p,
  .catalog-category-view .block-layered-nav p {
    color: #AC888B; }
  .catalogsearch-result-index .block-layered-nav .actions,
  .catalog-category-view .block-layered-nav .actions {
    border-bottom: 0 none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    display: none; }
  .catalogsearch-result-index .block-layered-nav .block-content dl > dt,
  .catalog-category-view .block-layered-nav .block-content dl > dt {
    color: #AC888B; }
  .catalogsearch-result-index .block-layered-nav .block-content a:hover,
  .catalog-category-view .block-layered-nav .block-content a:hover {
    color: black; }
.catalogsearch-result-index #narrow-by-list dt::after,
.catalog-category-view #narrow-by-list dt::after {
  border-color: #AC888B transparent; }

.category-products {
  background-color: white;
  padding: 80px 30px 30px 30px; }

.catalogsearch-result-index #narrow-by-list span,
.catalogsearch-result-index #narrow-by-list ol li a,
.catalog-category-view #narrow-by-list span,
.catalog-category-view #narrow-by-list ol li a {
  color: #AC888B; }
  .catalogsearch-result-index #narrow-by-list span:hover,
  .catalogsearch-result-index #narrow-by-list ol li a:hover,
  .catalog-category-view #narrow-by-list span:hover,
  .catalog-category-view #narrow-by-list ol li a:hover {
    color: #AC888B; }

.catalogsearch-result-index .page-title {
  padding: 30px 0 0 0;
  text-align: center; }

.products-grid {
  margin-top: 30px; }
  .products-grid li {
    z-index: 1; }
  .products-grid .product-price * {
    color: #FAC6CA !important; }
  .products-grid .product-price .old-price * {
    color: #a0a0a0 !important; }
  .products-grid .product-image {
    height: 300px;
    margin-bottom: 70px;
    position: relative;
    height: 250px;
    margin-bottom: 60px; }
    .products-grid .product-image.tall-image {
      height: 600px !important;
      height: 500px !important;
      height: 400px !important; }
    .products-grid .product-image img {
      position: absolute;
      bottom: 0;
      left: 0;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      right: 0;
      margin: auto; }

.image-with-overlay-wrap {
  z-index: 9999999; }

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

.promo-product {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }

.product-img-box .product-image img {
  max-height: 100%; }

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

.promo-product {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

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

.product-options-bottom {
  margin-top: 30px; }

.product-options .validation-advice {
  text-align: left; }

.extra-info {
  font-size: 14px;
  margin-top: 10px; }

.MagicToolboxContainer > div {
  height: auto !important;
  width: 100% !important; }

.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 {
  color: #FAC6CA; }

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

.product-view .product-collateral {
  border-bottom: 2px solid #AC888B; }
  .product-view .product-collateral dl > dt {
    border-top: 2px solid #AC888B; }

.product-view .product-collateral dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #AC888B;
  border-right: none; }
.product-view .product-collateral.accordion-open dl > dt.current::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #AC888B;
  border-bottom: none; }

.product-collateral dl > dt:hover {
  color: #AC888B; }

.product-view .MagicToolboxMessage {
  display: none; }
.product-view .pinterest-btn-container span {
  background: url("../images/pinterest_icon-1.png");
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  border: 0;
  box-shadow: none; }
.product-view .add-to-cart-wrapper .dark-social-links {
  border-top: 0;
  float: left;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  padding: 0; }
  .product-view .add-to-cart-wrapper .dark-social-links > p {
    float: left; }
  .product-view .add-to-cart-wrapper .dark-social-links > ul {
    margin-left: 5px;
    margin-top: 4px; }

.page-header-container .store-language-container {
  bottom: -10px;
  clear: both;
  right: 23px;
  position: absolute; }

.language-switcher a, .language-switcher span {
  float: right;
  margin-right: 40px; }
.language-switcher span {
  font-weight: bold;
  text-transform: uppercase; }

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

.customer-account-create #captcha-input-box-user_create label {
  width: 100%; }

.account-create .subscrice-check {
  clear: both; }

#wishlist-table .button.btn-cart {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 2px; }

#newsletter-header-container {
  height: 45px;
  margin-top: 12px; }

.page-header-container .store-language-container {
  clear: both; }
  .page-header-container .store-language-container label {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    color: #AC888B; }
  .page-header-container .store-language-container select {
    max-width: 100%;
    background: white;
    border: 0;
    font-size: 10px;
    float: right;
    text-transform: uppercase;
    padding: 4px;
    border-radius: 3px;
    letter-spacing: 2px; }

.product-gift-certificate-3 .main-container {
  background: transparent url("../images/gift_card_bg.png") repeat scroll left top; }

.giftcard .product-options-bottom {
  background: white;
  max-width: 500px;
  margin: 0 auto;
  float: none;
  padding: 0 0 50px;
  margin: 0 auto !important; }

.giftcard-form {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 500px;
  padding: 0;
  width: 100%;
  padding: 80px; }

.pretty-points {
  text-align: center;
  background: transparent;
  padding-bottom: 50px; }

.cms-pretty-points {
  padding-bottom: 40px; }
  .cms-pretty-points .main-container .main {
    margin: 0 auto;
    max-width: none;
    padding: 0px 20px;
    width: 100%; }
  .cms-pretty-points .std p,
  .cms-pretty-points .std a {
    color: black; }

.pp-content > img {
  margin: 0 auto 20px; }

.pp-logo > img {
  margin: 0 auto; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-header-container .store-language-container {
    display: none !important; }

  .footer .links {
    width: 100%; }

  .footer .form-language {
    display: block !important; }

  .form-language > label {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 15px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

  .form-language select {
    color: black;
    display: block;
    float: none;
    font-size: 9px;
    height: 30px;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 200px;
    width: 97%;
    color: #AC888B;
    text-transform: uppercase;
    color: black; } }
.text-checkout {
  display: none;
  display: none; }

.description_checkout-desktop, .description_checkout-mobile {
  display: none; }

.onestepcheckout-index-index #header-nav, .onestepcheckout-index-index .desktop-header-links {
  display: none; }
.onestepcheckout-index-index #header {
  z-index: 10; }
.onestepcheckout-index-index .text-checkout {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 193px;
  font-size: 24px;
  color: #ac888b; }
.onestepcheckout-index-index .description_checkout-desktop {
  display: block;
  position: absolute;
  right: 15px;
  z-index: 99;
  max-width: 503px;
  top: 10px;
  color: #148c1a;
  background: url("../images/background-des-check.png") no-repeat right;
  padding: 10px 15px 20px 25px;
  background-size: cover;
  right: 10px; }
  .onestepcheckout-index-index .description_checkout-desktop h5 {
    text-transform: inherit;
    font-weight: normal;
    font-family: inherit;
    font-size: 19px;
    color: #148c1a;
    letter-spacing: 0; }
  .onestepcheckout-index-index .description_checkout-desktop p {
    font-size: 15px;
    letter-spacing: 0px; }
.onestepcheckout-index-index .main-container .main {
  padding: 0; }
  .onestepcheckout-index-index .main-container .main .container-checkout {
    max-width: 990px;
    margin: 0 auto; }
    .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-login-link p {
      font-size: 18px;
      letter-spacing: 0;
      color: #606060; }
    .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-login-link .link-checkout {
      margin-top: 14px; }
      .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-login-link .link-checkout a {
        padding: 6px 86px 9px;
        background: #fbc6c9;
        font-size: 18px;
        color: #606060;
        letter-spacing: 0.5px;
        border: 1px solid #bab0b1;
        border-radius: 5px; }
    .onestepcheckout-index-index .main-container .main .container-checkout .checkout-login {
      margin-top: 45px; }
    .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-threecolumns {
      /*.shipp-dress{
      	div:nth-child(2){display:none;}
      }*/ }
      .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-threecolumns select {
        width: 74% !important;
        margin-left: 15px;
        border: 1px solid #548630;
        border-radius: 5px;
        height: 30px;
        color: #606060;
        background: url("../images/icon-select.png") no-repeat; }
      .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-threecolumns .region_re {
        width: 64% !important; }
    .onestepcheckout-index-index .main-container .main .container-checkout .payment-methods p, .onestepcheckout-index-index .main-container .main .container-checkout .payment-methods a {
      font-size: 14px;
      color: #606060;
      letter-spacing: 0; }
    .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load label {
      padding: 7px 0px 40px 67px;
      max-width: 100%;
      margin: 0 !important;
      line-height: 41px !important; }
    .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load .adyen_payment_creditcard_labels {
      padding-left: 10px; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load .adyen_payment_creditcard_labels img {
        display: inline-block;
        padding-left: 5px; }
    .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc {
      border: none;
      background: transparent;
      padding: 0; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc label {
        height: auto;
        padding: 0; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc input {
        position: relative;
        visibility: inherit;
        height: 30px;
        border-radius: 0;
        width: 100% !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc label.required em {
        display: inline-block;
        color: #ff0000; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields label {
        float: left; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix select {
        width: 86% !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(2) {
        width: 22%;
        margin-right: 0; }
        .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(2) select {
          margin-left: 0;
          width: 100% !important; }
        @media only screen and (max-width: 539px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(2) {
            width: 26%; } }
        @media only screen and (max-width: 380px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(2) {
            width: 25%; } }
        @media only screen and (max-width: 325px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(2) {
            width: 23%; } }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(1) {
        width: 44%; }
        @media only screen and (max-width: 480px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(1) {
            width: 47%; } }
        @media only screen and (max-width: 490px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(1) {
            width: 45%; } }
        @media only screen and (max-width: 325px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .v-fix:nth-child(1) {
            width: 40%; } }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc {
        clear: both; }
        @media only screen and (max-width: 535px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc {
            clear: none;
            float: right;
            width: auto;
            text-align: right;
            padding: 4px 0 0 0; } }
        @media only screen and (max-width: 360px) {
          .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc {
            clear: both;
            float: left; } }
        .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc a.cvv-what-is-this {
          color: #898989 !important; }
          @media only screen and (max-width: 535px) {
            .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc a.cvv-what-is-this {
              line-height: 32px; } }
        .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc .v-fix {
          width: 27%; }
          @media only screen and (max-width: 535px) {
            .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields .input-box.adyen_cc .v-fix {
              width: 45%; } }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc li#adyen-cc-remember-these-details .v-fix {
        width: 100%; }
        .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc li#adyen-cc-remember-these-details .v-fix input {
          width: auto !important;
          float: left; }
        .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc li#adyen-cc-remember-these-details .v-fix label {
          line-height: 25px !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc .adyen_payment_input_fields:nth-child(5) .input-box .v-fix .cvv-what-is-this {
        color: #898989; }
    .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load #payment_form_adyen_cc:before {
      display: none; }
    .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load img {
      max-width: 100%; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods label {
      padding: 20px 25px 40px 67px;
      text-transform: capitalize;
      font-size: 14px !important; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress label {
      padding: 5px 25px 20px 67px;
      margin: 0px auto !important; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .check {
      top: 10px !important; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods dt, .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods .input-box, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load dt, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load .input-box, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress dt, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress .input-box {
      position: relative; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods input, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load input, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress input {
      position: absolute;
      visibility: hidden; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods label, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load label, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress label {
      display: block;
      position: relative;
      margin: 10px auto;
      height: 30px;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      line-height: 30px; }
      .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods label .price, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load label .price, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress label .price {
        font-size: 22px;
        color: #ac888b; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods .check, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load .check, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress .check {
      display: block;
      position: absolute;
      border: 2px solid #a5a5a5;
      border-radius: 100%;
      height: 25px;
      width: 25px;
      top: 22px;
      left: 15px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods input[type=radio]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods input[type=checkbox]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load input[type=radio]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load input[type=checkbox]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress input[type=radio]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress input[type=checkbox]:checked ~ .check::before {
      background: #a5a5a5; }
    .onestepcheckout-index-index .main-container .main .container-checkout .shipment-methods .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #checkout-payment-method-load .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 11px;
      width: 11px;
      top: 5px;
      left: 5px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li input#id_create_account {
      position: absolute;
      visibility: hidden; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li label.billing_create_account {
      display: block;
      position: relative;
      padding: 5px 25px 20px 67px;
      margin: 0px auto !important;
      height: 30px;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      line-height: 30px;
      font-weight: normal;
      color: #606060;
      letter-spacing: 0; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .clearfix.create_account_element_class {
      position: relative; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .clearfix.create_account_element_class .check.billing_create_check {
        display: block;
        position: absolute;
        border: 2px solid #a5a5a5;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 22px;
        left: 30px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .clearfix.create_account_element_class .check.billing_create_check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 11px;
        width: 11px;
        top: 5px;
        left: 5px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .clearfix.create_account_element_class input[type=radio]:checked ~ .check::before, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li .clearfix.create_account_element_class input[type=checkbox]:checked ~ .check::before {
        background: #a5a5a5; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address li.shipp-dress .check {
      left: 30px; }
    .onestepcheckout-index-index .main-container .main .container-checkout .onestepcheckout-totals tr td.total_earned {
      display: none; }
    .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address {
      margin-top: 20px; }
    .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout {
      font-size: 12px;
      color: #606060;
      letter-spacing: 0.6px;
      padding-bottom: 5px; }
      .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout input.checkbox {
        display: inline-block;
        width: 8%;
        position: relative;
        top: -10px; }
        @media only screen and (max-width: 800px) {
          .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout input.checkbox {
            top: 0; } }
        @media only screen and (max-width: 767px) {
          .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout input.checkbox {
            top: -10px; } }
      .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout span {
        width: 88%;
        display: inline-block; }
        .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout span a {
          color: #606060; }
        .onestepcheckout-index-index .main-container .main .container-checkout .newletter-checkout span a:hover {
          text-decoration: underline; }
    .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list {
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      /*li:nth-child(9){
      	order:12;
      	-webkit-order:12;
      }
      li:nth-child(10){
      	order:13;
      	-webkit-order:13;
      }*/ }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li {
        display: block;
        width: 100%; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.firstname_element_class, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.firstname_element_class {
          float: left;
          width: 49%;
          margin-right: 1%; }
          .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.firstname_element_class .osc-short.input-box.input-firstname, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.firstname_element_class .osc-short.input-box.input-firstname {
            width: 100% !important; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.lastname_element_class, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.lastname_element_class {
          float: left;
          width: 49%;
          margin-left: 1%; }
          .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.lastname_element_class .osc-short.input-box.input-lastname, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.lastname_element_class .osc-short.input-box.input-lastname {
            width: 100% !important; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.password_element_class .input-password:nth-child(1), .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.password_element_class .input-password:nth-child(1) {
          float: left;
          width: 49%;
          margin-right: 1%; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li.password_element_class .input-password:nth-child(2), .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li.password_element_class .input-password:nth-child(2) {
          float: left;
          width: 49%;
          margin-left: 1%; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li div:first-child:only-child, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li div:first-child:only-child {
          width: 100% !important; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list li div.osc-short, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list li div.osc-short {
          margin-left: 0 !important;
          width: 100% !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list input, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list input {
        width: 100% !important;
        max-width: 100% !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list .validator.validator-email, .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list .validator.validator-phone, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list .validator.validator-email, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list .validator.validator-phone {
        width: 100% !important; }
      .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list .shipp-dress .input-box.input-different-shipping, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list .shipp-dress .input-box.input-different-shipping {
        width: 100% !important;
        margin: 0; }
        .onestepcheckout-index-index .main-container .main .container-checkout #billing_address_list .shipp-dress .input-box.input-different-shipping input, .onestepcheckout-index-index .main-container .main .container-checkout #shipping_address_list .shipp-dress .input-box.input-different-shipping input {
          left: 20px;
          top: 17px; }
@media only screen and (min-width: 771px) {
  .onestepcheckout-index-index .main-container {
    padding-bottom: 60px;
    padding-top: 124px; } }
.onestepcheckout-index-index .footer .copyright {
  top: 0;
  text-align: center;
  position: relative;
  width: 100%;
  background: #fac6ca;
  color: #ac888b;
  padding: 0 0 10px 0;
  right: 0;
  border: 0; }
.onestepcheckout-index-index .footer .links ul li:nth-child(1), .onestepcheckout-index-index .footer .links ul li:nth-child(2), .onestepcheckout-index-index .footer .links ul li:nth-child(3), .onestepcheckout-index-index .footer .links ul li:nth-child(4) {
  display: none; }

.onestepcheckout-column-left .onestepcheckout-column-padright {
  padding: 10px 33px 10px 0px; }

.onestepcheckout-column-middle .onestepcheckout-column-padright {
  padding: 10px 17px 10px 17px; }

.onestepcheckout-column-right .onestepcheckout-column-padleft {
  padding: 10px 0px 10px 33px; }

.onestepcheckout-column-padright label {
  font-weight: normal;
  color: #606060;
  letter-spacing: 0; }
  .onestepcheckout-column-padright label span.required {
    color: #ff0000; }

.category-page-landing > a {
  float: left;
  border-right: 1px solid #FAC6CA;
  border-bottom: 1px solid #FAC6CA; }
  .category-page-landing > a img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

.category-page-landing.four-column > a {
  width: 25%; }

.category-page-landing.three-column > a {
  width: 32.93%;
  float: none;
  display: inline-block; }

.category-page-landing.two-column > a {
  width: 49.73%;
  float: none;
  display: inline-block; }

.category-cms-block .breadcrumbs,
.category-cms-block .block-layered-nav {
  display: none; }
.category-cms-block .main-container {
  padding-top: 110px;
  padding-bottom: 0; }
.category-cms-block .footer-container {
  margin-top: -3px; }

.category-page-landing > a:hover {
  opacity: 1; }

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #967779; }

.cms-legal .std dt,
.cms-faq .std dt {
  border-top: 1px solid #967779;
  margin-top: 20px; }
.cms-legal dd h4,
.cms-faq dd h4 {
  font-size: 18px;
  margin-top: 30px; }

.cms-legal .std dt,
.cms-faq .std dt {
  padding-top: 80px; }

#affiliateplus_payment_request_miniform .affiliateplus_form_request .request-amount-money {
  padding-right: 0;
  text-align: right; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request #request_amount {
  float: right; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance {
  display: inline-block;
  float: none; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance .validation-advice {
    font-size: 12px;
    display: inline-block;
    text-align: left; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request .request-withrawal {
  float: right;
  max-width: 191px;
  padding-right: 0; }
@media (min-width: 992px) and (max-width: 1100px) {
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .my-blance {
    width: 40%; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .request-amount-money {
    width: 60%; } }
@media (min-width: 401px) and (max-width: 430px) {
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance {
    width: 45%; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .request-withrawal {
    width: 55%; } }

.affiliate-page .validation-advice,
.aff-main-content .validation-advice {
  font-size: 12px;
  text-align: left; }

.validation-advice {
  font-size: 12px;
  text-align: left; }

#affiliateplus_payment_request_miniform .affiliateplus_form_request .request-amount-money {
  padding-right: 0;
  text-align: right; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request #request_amount {
  float: right; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance {
  display: inline-block;
  float: none; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance .validation-advice {
    font-size: 12px;
    display: inline-block;
    text-align: left; }
#affiliateplus_payment_request_miniform .affiliateplus_form_request .request-withrawal {
  float: right;
  max-width: 191px;
  padding-right: 0; }
@media (min-width: 992px) and (max-width: 1100px) {
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .my-blance {
    width: 40%; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .request-amount-money {
    width: 60%; } }
@media (min-width: 401px) and (max-width: 430px) {
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .input-blance {
    width: 45%; }
  #affiliateplus_payment_request_miniform .affiliateplus_form_request .request-withrawal {
    width: 55%; } }

.affiliate-page .validation-advice,
.aff-main-content .validation-advice {
  font-size: 12px;
  text-align: left; }

.validation-advice {
  font-size: 12px;
  text-align: left; }

.distri_section {
  color: black;
  float: left;
  margin-top: 20px;
  position: relative; }

.divider {
  background: transparent url("../images/bkg_divider1.gif") repeat-x scroll 0 50%;
  clear: both;
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 10px 0;
  overflow: hidden;
  text-indent: -999em; }

div.pretty-points {
  text-align: center;
  background-color: transparent;
  padding-bottom: 20px; }

div.pretty-points h3 {
  font-size: 30px;
  letter-spacing: 5px;
  text-decoration: underline; }

div.pretty-points h3 {
  letter-spacing: 2px;
  font-size: 20px; }

div.pretty-points p.clear {
  clear: both; }

div.pretty-points p.note {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px; }

div.pretty-points p span.link {
  font-size: 14px;
  margin-right: 25px; }

.cms-page-view .col-main div.pretty-points img {
  max-width: 400px !important;
  width: 100%; }

/*div.pretty-points { width: 100%;}
.cms-page-view .col-main div.pretty-points .pp-logo img { max-width:550px !important; }
div.pretty-points .pp-logo{ float: left; width: 550px; margin-right: 19px; margin-bottom:20px;}
div.pretty-points .pp-content{ float: left; width: 47.28358%; text-align: center; font-size: 14px; line-height: 1.55;}
div.pretty-points .pp-content p{ text-align: left; margin: 0 0 0.5em;}
div.pretty-points .pp-content p.mbt-10{ margin-bottom: 20px; margin-top: 10px;}
div.pretty-points .pp-content ul{ list-style: none; color: #f18af6; text-align: left; padding: 0;}
div.pretty-points .pp-content ul li span{ font-size: 16px;}*/
div.distri_section .image_points span {
  float: left;
  margin: 15px 5px;
  text-transform: uppercase; }

/* Start: PB-245 */
div.distri_section .image_points span.prefix {
  margin: 15px 3px 15px 0px !important; }

div.distri_section .image_points span.postfix {
  margin: 15px 0px 0px 0px; }

/*div.distri_section .image_points span.postfix { margin:15px 0px 0px 5px; }*/
/* End: PB-245 */
div.distri_section .image_points span.postfix span.postfix-smaller {
  font-size: 9px;
  text-transform: lowercase;
  margin: -8px 0 0 !important; }

div.distri_section .image_points img {
  float: left;
  padding: 0 4px; }

/*Start: PB-875*/
.checkout-onepage-index #header {
  /*height: 85px;*/ }
  .checkout-onepage-index #header #newsletter-header-container,
  .checkout-onepage-index #header .dark-social-links,
  .checkout-onepage-index #header #header-nav {
    display: none; }
  .checkout-onepage-index #header .desktop-header-links .checkout-link,
  .checkout-onepage-index #header .desktop-header-links li:nth-child(3) {
    display: none; }
.checkout-onepage-index .footer .links ul li:nth-child(1),
.checkout-onepage-index .footer .links ul li:nth-child(2),
.checkout-onepage-index .footer .links ul li:nth-child(3),
.checkout-onepage-index .footer .links ul li:nth-child(4) {
  display: none; }
.checkout-onepage-index .footer .links.cl-checkout ul li:nth-child(1),
.checkout-onepage-index .footer .links.cl-checkout ul li:nth-child(2),
.checkout-onepage-index .footer .links.cl-checkout ul li:nth-child(3), .checkout-onepage-index .footer .links.br-checkout ul li:nth-child(1),
.checkout-onepage-index .footer .links.br-checkout ul li:nth-child(2),
.checkout-onepage-index .footer .links.br-checkout ul li:nth-child(3) {
  display: none; }
.checkout-onepage-index .footer .links.cl-checkout ul li:nth-child(4), .checkout-onepage-index .footer .links.br-checkout ul li:nth-child(4) {
  display: block; }

#outlet-shop-container .outlet-title {
  color: #FAC6CA !important;
  font-size: 32px;
  text-transform: uppercase !important; }

div.points_guide {
  float: right;
  font-size: 10px;
  margin-top: 10px; }

div.points_description {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 5px #efefef;
  color: black;
  height: auto;
  left: 0;
  margin-left: 0;
  margin-top: 90px;
  max-width: 300px;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 900000; }
  div.points_description * {
    color: black; }

div.points_description > div.arrow {
  position: absolute;
  background: url("../images/arrow_up_popup.png") 50px 0px no-repeat;
  width: 100px;
  height: 13px;
  top: -13px;
  left: 100px; }

div.points_description > h2 {
  text-align: center;
  /*line-height: 23px;*/
  line-height: 19px;
  vertical-align: middle;
  padding-top: 7px;
  font-size: 10px;
  text-transform: none; }

.points_guide > a {
  color: black;
  float: right;
  padding-bottom: 5px;
  text-decoration: underline; }
  .points_guide > a:hover {
    text-decoration: none; }

.flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%; }
  .flex-direction-nav li {
    list-style: none; }

.flex-control-nav {
  bottom: -14px;
  z-index: 99; }

.flex-direction-nav a.flex-next:before {
  content: url("../images/next.png");
  position: relative;
  top: -10px;
  right: 10px; }
.flex-direction-nav a.flex-prev:before {
  content: url("../images/prev.png");
  position: relative;
  top: -10px;
  left: 10px; }
.flex-direction-nav .flex-prev {
  left: 10px; }
.flex-direction-nav .flex-next {
  right: 10px; }
.flex-direction-nav a {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1; }

.flexslider .flex-control-paging li a.flex-active {
  background: #FAC6CA;
  -webkit-box-shadow: inset 0 0 3px #FAC6CA;
  -moz-box-shadow: inset 0 0 3px #FAC6CA;
  -o-box-shadow: inset 0 0 3px #FAC6CA;
  box-shadow: inset 0 0 3px #FAC6CA; }
.flexslider .flex-control-paging li a {
  background: #000; }

#collectplus_block .pickup_locations {
  width: auto; }

/*Start: PB-877*/
#search-menu {
  padding: 5px 0; }
  #search-menu a img {
    position: relative;
    top: 3px; }

/*End: PB-877*/
.scaffold-form .form-list .customer-dob .dob-month, .scaffold-form .form-list .customer-dob .dob-day {
  width: 80px; }

/*PB-942*/
.cms-pretty-points .main-container {
  background: url("../images/background-point.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 45px; }
  .cms-pretty-points .main-container .main {
    background: transparent; }
    .cms-pretty-points .main-container .main .pre-point {
      max-width: 827px;
      margin: 0 auto; }
      .cms-pretty-points .main-container .main .pre-point .pre-point-top {
        max-width: 535px;
        margin: 0 auto;
        text-align: center; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-top .pre-point-logo {
          padding-top: 30px; }
          .cms-pretty-points .main-container .main .pre-point .pre-point-top .pre-point-logo img {
            margin: 0 auto; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-top p {
          font-size: 18px;
          color: #fff;
          margin: 15px 0 30px;
          letter-spacing: 0; }
      .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-top {
        clear: both; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-top .point1 {
          float: left;
          width: 47%;
          margin: 1.5%;
          padding: 35px;
          background: url("../images/pretty-point/image1.jpg") no-repeat;
          background-size: cover; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-top .point2 {
          float: right;
          width: 47%;
          margin: 1.5%;
          padding: 35px;
          background: url("../images/pretty-point/image2.jpg") no-repeat;
          background-size: cover; }
      .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-bottom {
        clear: both; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-bottom .point3 {
          float: left;
          width: 47%;
          margin: 1.5%;
          padding: 35px;
          background: url("../images/pretty-point/image3.jpg") no-repeat;
          background-size: cover; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .repo-bottom .point4 {
          float: right;
          width: 47%;
          margin: 1.5%;
          padding: 35px;
          background: url("../images/pretty-point/image4.jpg") no-repeat;
          background-size: cover; }
      .cms-pretty-points .main-container .main .pre-point .pre-point-content .columns-inner {
        background: #f6f6f6;
        text-align: center;
        padding: 40px 54px;
        height: 320px; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .columns-inner h3 {
          font-size: 26px;
          text-transform: capitalize;
          color: #000;
          letter-spacing: 0.5px; }
        .cms-pretty-points .main-container .main .pre-point .pre-point-content .columns-inner p {
          font-size: 15px;
          letter-spacing: 0px;
          color: #000;
          margin: 30px 0 25px; }
          .cms-pretty-points .main-container .main .pre-point .pre-point-content .columns-inner p a {
            text-decoration: underline; }
          .cms-pretty-points .main-container .main .pre-point .pre-point-content .columns-inner p span {
            color: #959595; }
  @media only screen and (min-width: 771px) {
    .cms-pretty-points .main-container {
      margin-top: 110px;
      padding-top: 0; } }

.popup-signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e; }
.popup-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e; }
.popup-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7e7e; }
.popup-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e; }

/*start: PB-890*/
.mobile-banner {
  display: none; }

@media only screen and (max-width: 770px) {
  .onestepcheckout-index-index .footer .dark-social-links {
    display: block; } }
/*landing page olivia*/
@media only screen and (min-width: 771px) {
  .cms-olivia-landing .main-container {
    padding-top: 110px; } }

.content-landing-olivia {
  padding: 0 40px; }
  .content-landing-olivia .clear {
    clear: both; }
  .content-landing-olivia .banner-post-landing {
    position: relative !important;
    left: 0 !important;
    top: 0px !important; }
  .content-landing-olivia .banner img {
    margin: 20px auto;
    text-align: center; }
  .content-landing-olivia .item {
    position: relative; }
    .content-landing-olivia .item p {
      margin: 0;
      text-align: center;
      padding-top: 10px;
      line-height: 32px;
      color: #000;
      font-family: CoronetCom;
      font-size: 32px;
      letter-spacing: -1px; }
    .content-landing-olivia .item img {
      width: 100%; }
  .content-landing-olivia .row1 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer; }
    .content-landing-olivia .row1 .row1-left {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .content-landing-olivia .row1 .row1-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row1 .row1-right {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      padding: 0 10% 0 2%; }
    .content-landing-olivia .row1 .row1-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row4 {
    display: table;
    vertical-align: middle;
    margin: 42px auto;
    cursor: pointer; }
    .content-landing-olivia .row4 .row4-left {
      display: table-cell;
      vertical-align: middle;
      width: 51%;
      padding: 0 4% 0 10%; }
    .content-landing-olivia .row4 .row4-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row4 .row4-right {
      display: table-cell;
      vertical-align: middle;
      width: 49%; }
    .content-landing-olivia .row4 .row4-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row3 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer; }
    .content-landing-olivia .row3 .row3-left {
      display: table-cell;
      vertical-align: middle;
      width: 49%; }
    .content-landing-olivia .row3 .row3-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row3 .row3-right {
      display: table-cell;
      vertical-align: middle;
      width: 49%;
      padding: 0 10% 0 4%; }
    .content-landing-olivia .row3 .row3-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row2 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    margin: 42px auto;
    cursor: pointer; }
    .content-landing-olivia .row2 .row2-left {
      display: table-cell;
      vertical-align: middle;
      width: 36%;
      padding-right: 1%; }
    .content-landing-olivia .row2 .row2-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row2 .row2-right {
      display: table-cell;
      vertical-align: middle;
      width: 63%; }
    .content-landing-olivia .row2 .row2-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row5 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer; }
    .content-landing-olivia .row5 .row5-left {
      display: table-cell;
      vertical-align: middle;
      width: 63%; }
    .content-landing-olivia .row5 .row5-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row5 .row5-right {
      display: table-cell;
      vertical-align: middle;
      width: 35%;
      padding-left: 2%; }
    .content-landing-olivia .row5 .row5-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row6 {
    margin: 42px auto;
    display: table;
    vertical-align: middle;
    cursor: pointer; }
    .content-landing-olivia .row6 .row6-left {
      display: table-cell;
      vertical-align: middle;
      width: 49%;
      padding: 0 4% 0 10%; }
    .content-landing-olivia .row6 .row6-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row6 .row6-right {
      display: table-cell;
      vertical-align: middle;
      width: 49%; }
    .content-landing-olivia .row6 .row6-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row7 {
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer; }
    .content-landing-olivia .row7 .row7-left {
      display: table-cell;
      vertical-align: middle;
      width: 47%; }
    .content-landing-olivia .row7 .row7-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row7 .row7-right {
      display: table-cell;
      vertical-align: middle;
      width: 53%;
      padding: 0 14% 0 4%; }
    .content-landing-olivia .row7 .row7-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row8 {
    margin: 42px auto 0;
    display: table;
    vertical-align: middle;
    cursor: pointer; }
    .content-landing-olivia .row8 .row8-left {
      display: table-cell;
      vertical-align: middle;
      width: 47%; }
    .content-landing-olivia .row8 .row8-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row8 .row8-right {
      display: table-cell;
      vertical-align: middle;
      width: 53%;
      padding-left: 20px; }
    .content-landing-olivia .row8 .row8-right:hover span.blur {
      display: block; }
  .content-landing-olivia .row9 {
    display: table;
    vertical-align: middle;
    margin: 0 auto; }
    .content-landing-olivia .row9 .row9-left {
      display: table-cell;
      vertical-align: middle;
      width: 43%; }
    .content-landing-olivia .row9 .row9-left:hover span.blur {
      display: block; }
    .content-landing-olivia .row9 .row9-right {
      display: table-cell;
      vertical-align: middle;
      width: 57%;
      padding: 4% 0 0 4%; }
      .content-landing-olivia .row9 .row9-right .left-row {
        float: left;
        width: 50%;
        padding-right: 5%; }
        .content-landing-olivia .row9 .row9-right .left-row img {
          margin-bottom: 17.5%;
          cursor: pointer; }
        .content-landing-olivia .row9 .row9-right .left-row img:nth-child(3) {
          margin-bottom: 0; }
        .content-landing-olivia .row9 .row9-right .left-row .item:hover span.blur {
          display: block; }
      .content-landing-olivia .row9 .row9-right .right-row {
        float: right;
        width: 50%;
        padding-left: 5%; }
        .content-landing-olivia .row9 .row9-right .right-row img {
          margin-bottom: 11.5%;
          cursor: pointer; }
        .content-landing-olivia .row9 .row9-right .right-row img:nth-child(3) {
          margin-bottom: 0; }
        .content-landing-olivia .row9 .row9-right .right-row .item:hover span.blur {
          display: block; }
      .content-landing-olivia .row9 .row9-right .item:hover {
        cursor: pointer; }
  .content-landing-olivia .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.21);
    display: none; }

.oliviapalermo-mobile {
  display: none; }

/** Changes for 'birthdate' link on account page - PB-898 */
.account-birthday-link {
  margin: 10px 0 -37px; }
  .account-birthday-link span {
    background: #FAC6CA;
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    padding: 3px 5px; }
    .account-birthday-link span a {
      text-decoration: underline; }
      .account-birthday-link span a:hover {
        text-decoration: underline;
        color: #967779; }

/* db popup */
.dobPopup {
  background-image: url("../images/db-bg.png");
  width: 745px;
  height: 490px;
  padding: 45px 96px 25px;
  text-align: center;
  box-sizing: border-box;
  overflow: visible; }
  .dobPopup img {
    display: inline-block;
    margin: 0 auto;
    max-width: 265px;
    height: auto; }
  .dobPopup .dob-text {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 30px 0 42px;
    letter-spacing: 0; }
  .dobPopup .btn-no {
    background-color: #fff;
    color: #838383;
    float: left;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    width: 265px;
    height: 63px;
    letter-spacing: 0; }
  .dobPopup .btn-yes {
    background-color: #000;
    color: #fff;
    float: right;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    width: 265px;
    height: 63px;
    letter-spacing: 0; }

.dobPopup.dobes .dob-text, .dobPopup.dobfr .dob-text {
  padding: 20px 0; }

.material-wrapper {
  padding-top: 10px; }

.desc-second-line {
  padding: 0 0 14px 0; }

.fancybox-close-small {
  position: absolute;
  top: -37px;
  right: 0;
  width: 70px;
  height: 17px;
  cursor: pointer;
  display: inline-block; }

.fancybox-close-small::after {
  content: url("../images/dob-close.png");
  position: absolute;
  top: 0;
  right: -20px;
  width: 70px !important;
  height: 17px;
  cursor: pointer; }

.dobPopup.dobes .fancybox-close-small::after {
  content: url("../images/dob-close-es.png"); }

.dobPopup.dobfr .fancybox-close-small::after {
  content: url("../images/dob-close-fr.png"); }

.fancybox-close-small:hover::after {
  color: transparent;
  background: transparent; }

.fancybox-container {
  z-index: 999999; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fancybox-close-small::after {
    right: 0; } }
.catalog-product-view .back_to_category {
  border: 0;
  background: transparent; }

.catalog-product-view .main-container {
  position: relative; }

.catalog-product-view .back_to_category {
  position: absolute;
  top: 125px; }

/* footer google lang translate start */
#google_translate_element {
  position: absolute;
  right: 14px;
  top: 50px; }
  #google_translate_element .skiptranslate {
    width: 200px; }
    #google_translate_element .skiptranslate span {
      float: right;
      width: 100px;
      position: absolute;
      margin-top: 3px;
      margin-left: 5px; }
      #google_translate_element .skiptranslate span a {
        width: 100px;
        float: left;
        text-align: right;
        margin-top: -3px; }
        #google_translate_element .skiptranslate span a img {
          padding-right: 3px;
          margin-top: 3px;
          float: left; }
  #google_translate_element select {
    color: #000; }
    #google_translate_element select option {
      color: #000; }

@media only screen and (max-width: 1024px) {
  #google_translate_element .skiptranslate {
    width: 185px; } }
@media only screen and (max-width: 1023px) {
  #google_translate_element {
    position: absolute;
    right: 14px;
    top: 85px; }

  #google_translate_element .skiptranslate {
    width: 165px; } }
@media only screen and (max-width: 770px) {
  #google_translate_element {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #FAC6CA; }

  #google_translate_element .skiptranslate {
    width: 63px;
    padding: 10px 0;
    margin: 0 auto -5px 39%; }

  .account-birthday-link {
    display: inline-block; } }
@media only screen and (max-width: 670px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 37%; } }
@media only screen and (max-width: 550px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 34%; } }
@media only screen and (max-width: 480px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 32%; } }
@media only screen and (max-width: 420px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 30%; } }
@media only screen and (max-width: 380px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 28%; } }
@media only screen and (max-width: 360px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 26%; } }
@media only screen and (max-width: 340px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 24%; } }
@media only screen and (max-width: 320px) {
  #google_translate_element .skiptranslate {
    margin: 0 auto -5px 23%; } }
/* footer google lang translate end */
@media only screen and (max-width: 770px) {
  .category-page-landing.three-column > a, .category-page-landing.two-column > a {
    width: 50%;
    float: left;
    display: inline-block; } }
@media only screen and (max-width: 599px) {
  .category-page-landing.three-column > a, .category-page-landing.two-column > a {
    width: 100%;
    float: none;
    display: inline-block; } }
/* three column category page */
.category-page-landing.three-column > a, .category-page-landing.two-column > a {
  border: none; }

.category-page-landing.three-column, .category-page-landing.two-column {
  min-height: 750px; }

@media (max-width: 1249px) and (min-width: 771px) {
  .category-page-landing.three-column, .category-page-landing.two-column {
    min-height: 500px; } }
@media screen and (max-width: 1024px) {
  .footer-container.ca-store .footer #google_translate_element {
    top: 140px; } }
@media only screen and (max-width: 1024px) and (max-width: 1020px) {
  .footer-container.ca-store .footer .dark-social-links {
    bottom: 7px; }
  .footer-container.ca-store .footer #google_translate_element {
    top: 172px; } }
@media only screen and (max-width: 1024px) and (max-width: 770px) {
  .footer-container.ca-store .footer .dark-social-links {
    padding: 15px 0 10px;
    bottom: 0; }
    .footer-container.ca-store .footer .dark-social-links ul li {
      margin: 0 10px; }
  .footer-container.ca-store .footer #google_translate_element {
    top: 0; }
  .footer-container.ca-store .footer .currency-switcher {
    text-align: center; } }
@media only screen and (max-width: 1024px) and (max-width: 559px) {
  .footer-container.ca-store .footer .dark-social-links {
    padding: 5px 0 10px; } }

/* footer Ca store google lang translate end */
/* google translation toolbox on header */
@media (min-width: 1024px) {
  .translated-ltr .breadcrumbs {
    top: auto;
    margin-top: -40px; }
  .translated-ltr #header {
    top: auto; } }
body.customer-account .my-account .fieldset {
  margin-bottom: 0; }
body.customer-account .my-account li.customer-user-attributes {
  list-style: none; }

.checkout-purchase-share {
  clear: both;
  margin: 10px 0 0 0;
  float: left;
  width: 100%; }
  .checkout-purchase-share .products-grid .product-image {
    height: 165px; }

/* Onestep checkout page change start */
.onestepcheckout-index-index .container-checkout table.onestepcheckout-summary .editcart a {
  display: block; }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-summary td.total {
  padding-left: 30px; }
.onestepcheckout-index-index .container-checkout .discount-section {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  margin: 0 0 30px 0;
  float: left;
  width: 100%; }
  .onestepcheckout-index-index .container-checkout .discount-section h2 {
    padding: 18px 14px;
    color: #606060;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
    text-transform: none; }
    .onestepcheckout-index-index .container-checkout .discount-section h2:after {
      content: "";
      position: absolute;
      width: 21px;
      height: 12px;
      background-image: url("../images/checkout-tabbing-arw-down.png");
      right: 14px;
      top: 38%; }
    .onestepcheckout-index-index .container-checkout .discount-section h2.opened:after {
      content: "";
      position: absolute;
      width: 21px;
      height: 12px;
      background-image: url("../images/checkout-tabbing-arw-up.png");
      right: 14px;
      top: 38%; }
.onestepcheckout-index-index .container-checkout .checkout-tabbing-section {
  display: none; }
  .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      width: 49.2%;
      text-align: center; }
      @media only screen and (max-width: 959px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.1%; } }
      @media only screen and (max-width: 882px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49%; } }
      @media only screen and (max-width: 850px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.7%; } }
      @media only screen and (max-width: 799px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.655%; } }
      @media only screen and (max-width: 680px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.6%; } }
      @media only screen and (max-width: 608px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.5%; } }
      @media only screen and (max-width: 496px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.2%; } }
      @media only screen and (max-width: 430px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.32%; } }
      @media only screen and (max-width: 413px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49.3%; } }
      @media only screen and (max-width: 329px) {
        .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li {
          width: 49%; } }
      .onestepcheckout-index-index .container-checkout .checkout-tabbing-section ul.tabs li.current {
        color: #222;
        border: 1px solid #999;
        border-bottom: 1px solid #fff;
        margin: 0 0 -1px 0; }
.onestepcheckout-index-index .container-checkout .tab-content {
  display: none;
  background: #fff;
  padding: 18px 0 0 0;
  border-top: 1px solid #888; }
  .onestepcheckout-index-index .container-checkout .tab-content.current {
    display: inherit; }
  .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons {
    float: left;
    width: 100%;
    margin: 0 0 17px 0; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .input-coupon {
      float: left;
      width: 70%;
      margin: 0; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .input-coupon input {
        border: 1px solid #ACACAB;
        height: 30px;
        width: 100% !important;
        float: left;
        max-width: 100% !important; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .input-coupon ::placeholder {
        color: #b9b8b8;
        font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .input-coupon :-ms-input-placeholder {
        color: #b9b8b8;
        font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .input-coupon ::-ms-input-placeholder {
        color: #b9b8b8;
        font-size: 14px; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box {
      float: right;
      width: 30%;
      font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box button {
        width: 100%;
        vertical-align: top;
        padding: 6px 0 5px;
        margin: 2px 0 0 0; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove {
      float: left;
      width: 100%;
      text-align: center;
      margin: 17px 0 0 0; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove .button2 {
        color: #000; }
        .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove .button2 span {
          text-transform: none;
          line-height: initial;
          height: auto; }
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove .button2 span:hover {
            color: #000; }
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove .button2 span span {
            height: auto;
            text-transform: none; }
            .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons .button-box-remove .button2 span span:hover {
              color: #000; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-coupons.successo {
      background: #fff;
      border-radius: 0;
      border: 0;
      padding: 0; }
  .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .input-coupon {
      float: left;
      width: 70%;
      margin: 0; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .input-coupon input {
        border: 1px solid #ACACAB;
        height: 30px;
        width: 100% !important;
        float: left;
        max-width: 100% !important; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .input-coupon ::placeholder {
        color: #b9b8b8;
        font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .input-coupon :-ms-input-placeholder {
        color: #b9b8b8;
        font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .input-coupon ::-ms-input-placeholder {
        color: #b9b8b8;
        font-size: 14px; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box {
      float: right;
      width: 30%;
      font-size: 14px; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box button {
        width: 100%;
        vertical-align: top;
        padding: 6px 0 5px;
        margin: 2px 0 0 0; }
    .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove {
      float: left;
      width: 100%;
      text-align: center;
      margin: 16px 0 0 0;
      position: relative; }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove span.gift-voucher-text {
        float: left;
        color: #ac888b;
        padding: 0 0 0 5px; }
        @media only screen and (max-width: 850px) {
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove span.gift-voucher-text {
            padding: 0 0 0 15px; } }
      .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 {
        color: #000;
        padding: 0;
        text-align: right;
        float: right;
        padding: 0 7px 0 0; }
        @media only screen and (max-width: 850px) {
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 {
            padding: 0 20px 0 0; } }
        .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 span {
          text-transform: none;
          line-height: inherit;
          height: auto; }
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 span:hover {
            color: #000; }
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 span span {
            height: auto;
            text-transform: none;
            line-height: inherit; }
          .onestepcheckout-index-index .container-checkout .tab-content .onestepcheckout-giftcards .button-box-remove .button2 span:hover {
            color: #000; }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr th.gift-card-section {
  word-break: break-all; }
  .onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr th.gift-card-section .gitft-code-remove {
    float: right; }
    @media only screen and (max-width: 850px) {
      .onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr th.gift-card-section .gitft-code-remove {
        float: left;
        margin: 0 0 0 5px; } }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.gift-voucher-code-number th {
  color: #ac888b; }
  .onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.gift-voucher-code-number th span {
    float: left;
    width: 87%; }
    @media only screen and (max-width: 850px) {
      .onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.gift-voucher-code-number th span {
        width: auto; } }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.gift-voucher-code-number td {
  color: #ac888b; }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.discount-code-number th {
  color: #ac888b; }
.onestepcheckout-index-index .container-checkout table.onestepcheckout-totals tr.discount-code-number td {
  color: #ac888b; }

/* Onestep checkout page change end */
.wishlist-index-share .validation-advice {
  float: left;
  width: 100%;
  max-width: 450px; }
.wishlist-index-share .validator.validator-email {
  max-width: 100%; }
  .wishlist-index-share .validator.validator-email.validation-no .feedback, .wishlist-index-share .validator.validator-email.validation-yes .feedback {
    height: 66px !important;
    width: 66px !important;
    right: 5px !important; }

@media only screen and (min-width: 771px) {
  #extole_zone_global_header {
    position: absolute;
    left: 830px;
    top: 72px; }
    #extole_zone_global_header .extole-cta .extole-button {
      padding: 0 !important;
      display: inline-block; } }
@media only screen and (max-width: 979px) and (min-width: 771px) {
  span#extole_zone_global_header {
    position: absolute;
    left: 615px;
    top: 72px; } }
@media only screen and (min-width: 1280px) {
  span#extole_zone_global_footer {
    position: absolute;
    left: 130px;
    top: 46px; } }
@media only screen and (max-width: 1281px) and (min-width: 1024px) {
  span#extole_zone_global_footer {
    position: absolute;
    left: 22px;
    top: 66%;
    z-index: 99999; }
    span#extole_zone_global_footer .extole-cta .extole-button {
      padding: 0 !important;
      display: inline-block; }

  .footer .dark-social-links {
    bottom: 35px; } }
