@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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #9b9a9a;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #0f0000;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:focus {
  color: black;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0f0000;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #0f0000;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #9b9a9a;
  font-family: "Circular-book", "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: #9b9a9a;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #9b9a9a;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 0;
  margin-bottom: 5px;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #0f0000;
  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;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f0f0f0;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #9b9a9a;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -2px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    color: #0f0000;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 45px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #f0f0f0;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #9b9a9a;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -2px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    color: #0f0000;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #0f0000;
}
.block-account li a,
.block-cms-menu li a {
  color: #9b9a9a;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #0f0000;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #9b9a9a;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 2px;
}
.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: #9b9a9a;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #9b9a9a;
  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: #f1636e;
  display: inline-block;
  padding: 0 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #ef4c58;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #ed3443;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #ed3443;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 11px;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: black;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #9b9a9a;
}

.breadcrumbs a:hover {
  color: #0f0000;
}

.breadcrumbs strong {
  color: #9b9a9a;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #0f0000;
  border-color: #0f0000;
}

.btn-remove:after {
  content: '\00d7';
  color: #0f0000;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  border: none;
  vertical-align: top;
}
.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 #0f0000;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 40px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left {
  float: left;
  width: 23.33333%;
  padding-left: 6.66667%;
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 30%;
  padding: 0 6.66667%;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 70%;
  padding: 0 6.66667%;
}

.col1-layout .col-main {
  float: none;
  width: 86.66667%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .col1-layout .col-main {
    width: 93.33333%;
  }
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #0f0000;
  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("https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #0f0000;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f6f6f6;
  font-size: 12px;
  text-transform: none;
  text-align: center;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #f1636e;
}

.messages .error-msg li:before {
  content: "x";
  color: #f1636e;
  margin-right: 5px;
  padding: 0 4px;
  border: 1px solid red;
  border-radius: 50%;
  text-transform: uppercase;
}

.messages .notice-msg li {
  color: #9b9a9a;
}

.messages .success-msg li {
  color: #000000;
  color: #00967d;
}

.messages .success-msg li:before {
  content: "\2713";
  color: #00967d;
  margin-right: 5px;
  padding: 2px 4px;
  border: 1px solid #00967d;
  border-radius: 50%;
  font-size: 12px;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  color: #0f0000;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
}

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #0f0000;
  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: #0f0000;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
.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 #0f0000;
  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 #0f0000;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * 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: 13px;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #9b9a9a;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.sorter > .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;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages-wrap {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
@media only screen and (max-width: 770px) {
  .pages-wrap {
    margin-bottom: 20px;
  }
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 0;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #0f0000;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
  color: #9b9a9a;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #0f0000;
}

.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 #0f0000;
  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 black;
  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 #0f0000;
  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 black;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid black;
  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 black;
  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;
}

.home-instagram {
  position: relative;
  padding: 60px 0 30px;
}

.home-instagram:before {
  color: #dadada;
  content: "Shop Our Instagram";
  font-family: "Lyon Display Web",Georgia,Times,"Times New Roman",serif;
  font-size: 28px;
  font-weight: 600;
  height: 1px;
  line-height: 30px;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  transform: rotate(-90deg);
  left: 3.33333%;
  top: 350px;
}

.home-instagram:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .home-instagram:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 3.33333%;
    top: 30px;
  }
}
@media only screen and (max-width: 770px) {
  .home-instagram:before {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 0;
    height: 25px;
    width: 100%;
    text-align: center;
  }
}
.home-instagram:after {
  content: '';
  display: table;
  clear: both;
}

.instashop-view-more a:after {
  content: "→";
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
}

.instashop-view-more a {
  color: #9b9a9a;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.instashop-view-more {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.instashop-view-more a:hover {
  color: #0f0000;
  text-decoration: none;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .home-instagram {
    padding: 90px 3.33333% 30px;
  }
}
@media only screen and (min-width: 1199px) {
  .home-instagram {
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }
}
.rma-partner-notice {
  padding-left: 20px !important;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}

.rma-mobile-wrap-notice {
  background-color: #d3d3d3;
}

.rma-one-item .item-description .brand-name {
  margin-left: 0;
  font-size: 11.5px;
}

.item-description .brand-name {
  font-size: 12.5px;
  text-transform: uppercase;
  color: #9b9a9a;
  margin-left: 20px;
  margin-top: 10px;
}

/* ============================================ *
 * Banners
 * ============================================ */
.leaderboards img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.top-banner {
  background-color: #0f0000;
  text-align: center;
  position: relative;
  display: none;
}
.top-banner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.top-banner.desk {
  display: none;
}
.top-banner.desk.active {
  display: block;
}
.top-banner.desk img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.top-banner.desk a {
  color: #fff;
  font-size: 30px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  width: 100%;
  max-width: 670px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-decoration: none;
  font-weight: 600;
}
.top-banner.desk a span {
  background-color: #0f0000;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .top-banner.desk.active {
    display: none;
  }
}
.top-banner.mob {
  padding: 16px;
  font-size: 14px;
  display: none;
}
.top-banner.mob.active {
  display: none;
}
.top-banner.mob a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .top-banner.mob.active {
    display: block;
  }
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #C0C0C0;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #C0C0C0;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399CC;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #f1636e;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #9b9a9a;
  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: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  color: #A0A0A0;
}
#header-login-holder form .form-instructions {
  margin-top: -12px;
  margin-bottom: 2px;
}

#header-login-holder #advice-validate-password-password + .form-instructions {
  display: none;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px 0;
  vertical-align: top;
}

.data-table th {
  text-transform: uppercase;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 22px;
  white-space: nowrap;
  font-size: 10px;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #e0e0e0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #e0e0e0;
  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 #e0e0e0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #e0e0e0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 10px;
    font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 10px;
    font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.page {
  background-color: #f0f0f0;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  padding-top: 62px;
}
@media only screen and (max-width: 979px) {
  .wrapper {
    padding-top: 47px;
  }
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  z-index: 1000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header .checkout-title {
  font-size: 28px;
  line-height: 54px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  display: block;
  width: 66.66667%;
  text-align: center;
  color: #d1d1d1;
  float: left;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header .comodo {
  display: block;
  float: right;
  width: 10%;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  height: 61px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header .comodo img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.page-header .help {
  display: block;
  float: right;
  line-height: 61px;
  width: 6.66667%;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  font-size: 12px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header .help:hover {
  background-color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 980px) {
  .page-header.fixed-head {
    height: 50px;
  }
  .page-header.fixed-head .checkout-title {
    line-height: 42px;
  }
  .page-header.fixed-head .comodo {
    height: 49px;
  }
  .page-header.fixed-head .help {
    line-height: 49px;
  }
}
@media only screen and (max-width: 979px) {
  .page-header {
    height: 47px;
    background-color: rgba(240, 240, 240, 0.95);
  }
  .page-header .checkout-title {
    display: none;
  }
  .page-header .help {
    width: 66px;
    font-size: 11px;
    line-height: 46px;
  }
  .page-header .comodo {
    position: absolute;
    height: 46px;
    left: 0;
    top: 0;
    width: 66px;
    border-left: 0;
    border-right: 1px solid #e0e0e0;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 16.66667%;
  height: 61px;
  line-height: 61px;
  font-size: 36px;
  text-align: center;
  color: #231F20;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo .icon-wmc-logo-small {
  display: none;
}
.logo .icon-wmc-logo {
  display: block;
}
@media only screen and (min-width: 980px) {
  .fixed-head .logo {
    height: 49px;
    line-height: 44px;
    font-size: 38px;
  }
  .fixed-head .logo .icon-wmc-logo-small {
    display: block;
  }
  .fixed-head .logo .icon-wmc-logo {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .logo {
    font-size: 28px;
    line-height: 46px;
    height: 46px;
    background-color: transparent;
    float: none;
    width: 86px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -43px;
  }
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links-left {
  float: left;
}

.skip-links {
  float: right;
}
@media only screen and (max-width: 979px) {
  .skip-links .skip-search {
    display: none;
  }
}

@media only screen and (min-width: 980px) {
  .skip-links-left {
    display: none;
  }

  .skip-links {
    float: left;
    width: 30%;
    display: flex;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link,
.skip-wishlist {
  position: relative;
  float: left;
  height: 61px;
  color: #231815;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #e0e0e0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.skip-link span,
.skip-wishlist span {
  display: inline-block;
  pointer-events: none;
}
.skip-link span:before,
.skip-wishlist span:before {
  display: inline-block;
  line-height: 61px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.skip-link:not(.skip-active):hover,
.skip-wishlist:not(.skip-active):hover {
  opacity: 0.8;
}
.skip-link.skip-active,
.skip-wishlist.skip-active {
  background-color: #fff;
}
.skip-link.skip-active:after,
.skip-wishlist.skip-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 979px) {
  .skip-link,
  .skip-wishlist {
    height: 46px;
    font-size: 19px;
    padding: 13px 10px 14px;
    border-right: 0;
  }
  .skip-link span,
  .skip-wishlist span {
    height: 19px;
  }
  .skip-link span:before,
  .skip-wishlist span:before {
    line-height: 19px;
  }
}
@media only screen and (min-width: 980px) {
  .skip-link,
  .skip-wishlist {
    flex-grow: 1;
  }
  .fixed-head .skip-link, .fixed-head
  .skip-wishlist {
    height: 49px;
    line-height: 49px;
    padding: 0;
  }
  .fixed-head .skip-link span:before, .fixed-head
  .skip-wishlist span:before {
    line-height: 49px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.skip-wishlist {
  font-size: 16px;
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 41px;
  height: 46px;
  position: relative;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.skip-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 21px;
  background-color: #0f0000;
  opacity: 1;
  left: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
.skip-nav span:nth-child(1) {
  top: 15px;
}
.skip-nav span:nth-child(2), .skip-nav span:nth-child(3) {
  top: 22px;
}
.skip-nav span:nth-child(4) {
  top: 29px;
}
.skip-nav.skip-active span:nth-child(1), .skip-nav.skip-active span:nth-child(4) {
  top: 22px;
  width: 0%;
  left: 50%;
}
.skip-nav.skip-active span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.skip-nav.skip-active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (min-width: 980px) {
  #header-nav {
    display: block;
    /* Force visibility */
    float: left;
    width: 53.33333%;
  }
  #header-nav .nav-back {
    display: none;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
.nav-primary a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #header-nav {
    padding: 0;
    position: fixed;
    width: 375px;
    max-width: 100%;
    left: -100%;
    top: 47px;
    height: calc(100% - 82px);
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-nav.skip-active {
    left: 0;
    display: block;
  }
  #header-nav .nav-back {
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background-color: #d8d8d8;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
  }
  #header-nav .nav-back:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 50%;
    margin-right: -30px;
    width: 5px;
    height: 5px;
    border: 1px solid #9b9a9a;
    border-width: 1px 0 0 1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-primary .parent > a {
    position: relative;
  }
  .nav-primary .parent > a:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid #9b9a9a;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary .mobile {
    display: none;
  }
  .nav-primary a.level0 {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .nav-primary .menu-wrapper {
    display: block !important;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 2;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    overflow-y: auto;
  }
  .nav-primary .menu-wrapper.active {
    left: 0;
  }
  .nav-primary .menu-wrapper .back-wrap {
    display: block;
    line-height: 48px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    font-size: 11px;
    font-weight: 500;
    color: #0f0000;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0;
  }
  .nav-primary .menu-wrapper .back-wrap .back {
    position: absolute;
    top: 11px;
    right: 10px;
    height: 26px;
    line-height: 26px;
    background-color: #d8d8d8;
    color: #666;
    width: 60px;
    text-align: center;
    font-weight: normal;
    border-radius: 0 2px 2px 0;
    font-size: 11px;
  }
  .nav-primary .menu-wrapper .back-wrap .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 8px 13px 0;
    border-color: transparent #d8d8d8 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .nav-primary .menu-wrapper .back-wrap:after {
    display: none;
  }
  .nav-primary .menu-wrapper ul.level0 {
    height: 100%;
  }
  .nav-primary .menu-wrapper ul.level0 li.level1 .back-wrap {
    display: none;
  }
  .nav-primary .menu-wrapper ul.level0 li.level1.nav-1-1 {
    height: 100%;
  }
  .nav-primary .menu-wrapper ul.level0 li.level1.nav-1-1 .back-wrap {
    display: block;
  }
  .nav-primary .menu-wrapper ul.level0 li.level1.nav-1-1 #asc-list {
    height: calc(100% - 49px);
    overflow-y: auto;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span,
  .nav-primary .menu-wrapper .mobile-second-wrap > a {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span:after,
  .nav-primary .menu-wrapper .mobile-second-wrap > a:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 12px;
    width: 7px;
    height: 7px;
    border: 1px solid #9b9a9a;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.level1:after,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.level1:after {
    display: none;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.back-wrap,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.back-wrap {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap.design .back-wrap {
    border-bottom: 0;
  }
  .nav-primary ul li a {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    color: #666;
    padding: 0 10px;
  }
  .nav-primary .search-wrap {
    position: absolute;
    left: 0;
    top: 48;
    width: 100%;
    height: calc(100% - 48px);
  }
  .nav-primary .search-wrap h3 {
    display: none;
  }
  .nav-primary .search-wrap #search-size {
    width: calc(100% - 20px);
    background-color: #fff;
    border: 1px solid #e0e0e0;
    height: 39px;
    line-height: 37px;
    padding: 0 40px 0 10px;
    font-size: 12px;
    margin: 0 10px 10px;
    color: #666;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  }
  .nav-primary .search-wrap .icon-search {
    position: absolute;
    color: #0f0000;
    font-size: 15px;
    top: 8px;
    right: 18px;
  }
  .nav-primary .search-wrap .slimScrollDiv {
    position: relative;
  }
  .nav-primary .search-wrap .slimScrollDiv .slimScrollBar,
  .nav-primary .search-wrap .slimScrollDiv .slimScrollRail {
    display: none !important;
  }
  .nav-primary .search-wrap .search-list {
    position: relative;
    height: calc(100% - 84px);
    border-top: 1px solid #efefef;
  }
  .nav-primary .search-wrap .search-list a {
    display: block;
    font-size: 11px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 10px;
    color: #666;
    font-weight: 500px;
    border-bottom: 1px solid #efefef;
  }
  .nav-primary .search-wrap .search-list a:hover {
    text-decoration: none;
  }
  .nav-primary .search-wrap .brands-link {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    color: #666;
  }
  .nav-primary .value-wrap,
  .nav-primary .value-learn-wrap {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .nav-primary .value-wrap.active,
  .nav-primary .value-learn-wrap.active {
    left: 0;
  }
  .nav-primary .value-learn-wrap .value-learn-title a {
    display: none;
  }
  .nav-primary .value-learn-wrap .learn {
    height: calc(100% - 49px);
    overflow-y: auto;
  }
  .nav-primary .value-learn-wrap .learn li {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
  }
  .nav-primary .value-learn-wrap .learn li:before {
    color: #d1c29a;
    font-size: 25px;
    position: absolute;
    left: 10px;
    display: block;
    line-height: 48px;
  }
  .nav-primary .value-learn-wrap .learn li a {
    color: #666;
    display: block;
    padding: 0 10px 0 50px;
  }
  .nav-primary .value-wrap .value-list {
    height: calc(100% - 97px);
    overflow-y: auto;
  }
  .nav-primary .value-wrap .value-list a {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    color: #666;
    padding: 0 25px 0 50px;
  }
  .nav-primary .value-wrap .value-list a:before {
    color: #d1c29a;
    font-size: 25px;
    position: absolute;
    left: 10px;
    display: block;
    line-height: 48px;
  }
  .nav-primary .value-wrap .value-list a:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    top: 18px;
    right: 10px;
  }
  .nav-primary .value-wrap .value-list a.active {
    background-color: #f6f6f6;
  }
  .nav-primary .value-wrap .value-list a.active:after {
    background-color: #d8d8d8;
  }
  .nav-primary .value-wrap .button {
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    font-size: 11px;
    width: 100%;
  }
  .nav-primary .featured-wrap {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary {
    display: block;
  }
  .nav-primary:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-primary li.level0 {
    width: 20%;
    float: left;
    border-left: 1px solid #e0e0e0;
  }
  .nav-primary a.level0 {
    display: block;
    height: 61px;
    line-height: 61px;
    font-size: 13px;
    color: #0f0000;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
    position: relative;
  }
  .fixed-head .nav-primary a.level0 {
    height: 49px;
    line-height: 49px;
  }
  .nav-primary a.level0:hover {
    background-color: #fff;
  }
  .nav-primary a.level0.selected {
    background-color: #fff;
  }
  .nav-primary a.level0.selected:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .nav-primary .menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    background-color: #fff;
    padding: 30px 3.33333%;
    border-bottom: 1px solid #e0e0e0;
  }
  .fixed-head .nav-primary .menu-wrapper {
    top: 50px;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap {
    display: none;
  }
  .nav-primary .menu-wrapper .back-wrap .back {
    display: none;
  }
  .nav-primary .menu-wrapper .show-backwrap {
    display: none;
  }
  .nav-primary .menu-wrapper h3 {
    font-size: 15px;
    line-height: 1;
    color: #0f0000;
    margin: 0 0 20px;
    text-transform: none;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  }
  .nav-primary .menu-wrapper li.level1 {
    float: left;
    width: 14.28571%;
    margin-right: 3.21429%;
  }
  .nav-primary .menu-wrapper li.level1:last-child {
    margin-right: 0;
  }
  .nav-primary .menu-wrapper li.level1.double {
    width: 28.57143%;
  }
  .nav-primary .menu-wrapper li.level1.double:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-primary .menu-wrapper li.level1.double ul.level1 {
    float: left;
    width: 50%;
  }
  .nav-primary .menu-wrapper li.level1 .back-wrap {
    display: block;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
    color: #0f0000;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
  }
  .nav-primary .menu-wrapper li.level1 .back-wrap .back {
    display: none;
  }
  .nav-primary .menu-wrapper li.level1 a {
    font-size: 11px;
    line-height: 1.5;
    margin: 17px 0;
    text-transform: uppercase;
    display: block;
    color: #9b9a9a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary .menu-wrapper li.level1 a:hover {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper li.level1 .nav-1-1-5 a {
    color: #f1636e;
  }
  .nav-primary .menu-wrapper .search-wrap {
    width: 28.57143%;
    float: left;
    position: relative;
  }
  .nav-primary .menu-wrapper .search-wrap .icon-search {
    position: absolute;
    color: #0f0000;
    font-size: 17px;
    right: 20px;
    margin-top: 7px;
  }
  .nav-primary .menu-wrapper .search-wrap #search-size {
    width: 100%;
    height: 42px;
    border: 1px solid #e0e0e0;
    line-height: 40px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    color: #0f0000;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list {
    width: 100%;
    height: 245px;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list .slimScrollRail {
    border-radius: 0 !important;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 32px;
    color: #9b9a9a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 18px;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list a:hover {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list a:first-child {
    margin-top: 10px;
  }
  .nav-primary .menu-wrapper .search-wrap .search-list a:last-child {
    margin-bottom: 10px;
  }
  .nav-primary .menu-wrapper .search-wrap .brands-link {
    display: none;
  }
  .nav-primary .menu-wrapper .featured-wrap {
    float: right;
    width: 67.85714%;
  }
  .nav-primary .menu-wrapper .featured-wrap #featured-title {
    position: relative;
  }
  .nav-primary .menu-wrapper .featured-wrap #featured-title a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 18px;
    color: #9b9a9a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary .menu-wrapper .featured-wrap #featured-title a:hover {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured {
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 1px;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured li {
    display: block;
    float: left;
    width: 33.33333%;
    height: 96px;
    line-height: 40px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 28px 15px;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured li a:hover {
    opacity: 0.7;
  }
  .nav-primary .menu-wrapper .featured-wrap .featured li a img {
    max-width: 60%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-primary .menu-wrapper .value-wrap {
    width: 28.57143%;
    float: left;
    position: relative;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a {
    display: block;
    font-size: 11px;
    line-height: 33px;
    padding: 0 18px;
    position: relative;
    color: #9b9a9a;
    text-transform: uppercase;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a:before {
    display: none;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    right: 15px;
    top: 11px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    background-color: #fff;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a:last-child {
    border-bottom: 0;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a:hover {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a.active {
    background-color: #f6f6f6;
  }
  .nav-primary .menu-wrapper .value-wrap .value-list a.active:after {
    background-color: #e0e0e0;
  }
  .nav-primary .menu-wrapper .value-wrap #shop-multiple {
    width: 100%;
    font-size: 11px;
  }
  .nav-primary .menu-wrapper .value-learn-wrap {
    float: right;
    width: 67.85714%;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .value-learn-title {
    position: relative;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .value-learn-title a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 18px;
    color: #9b9a9a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .value-learn-title a:hover {
    color: #0f0000;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn {
    border: 1px solid #e0e0e0;
    border-width: 1px 0 0 1px;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn li {
    display: block;
    float: left;
    width: 50%;
    height: 71px;
    line-height: 70px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 65px;
    text-align: center;
    font-size: 29px;
    color: #d1c29a;
    line-height: 70px;
    z-index: 2;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn li a {
    font-size: 13px;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
    position: relative;
    display: block;
    padding: 0 0 0 65px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn li a:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    height: 8px;
    width: 8px;
    border: 2px solid #c3c2c2;
    border-width: 0 2px 2px 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-primary .menu-wrapper .value-learn-wrap .learn li a:hover {
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-primary .menu-wrapper {
    padding: 45px 6.66667%;
  }
  .nav-primary .menu-wrapper li.level1 {
    width: 13.84615%;
    margin-right: 3.84615%;
  }
  .nav-primary .menu-wrapper li.level1.double {
    width: 27.69231%;
  }
  .nav-primary .menu-wrapper .search-wrap,
  .nav-primary .menu-wrapper .value-wrap {
    width: 26.92308%;
  }
  .nav-primary .menu-wrapper .featured-wrap,
  .nav-primary .menu-wrapper .value-learn-wrap {
    width: 65.38462%;
  }
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search {
  font-size: 17px;
  border-left: 1px solid #e0e0e0;
}
.skip-search .close-search {
  display: none;
}
@media only screen and (max-width: 979px) {
  .skip-search {
    font-size: 16px;
    border-left: 0;
    position: relative;
  }
  .skip-search .icon-search {
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
  }
  .skip-search .close-search {
    display: block;
    opacity: 0;
    width: 21px;
    height: 1px;
    background-color: #0f0000;
    position: absolute;
    top: 22px;
    left: 8px;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .skip-search .close-search:after {
    content: "";
    height: 1px;
    width: 21px;
    background-color: #0f0000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .skip-search.skip-active .close-search {
    opacity: 1;
  }
  .skip-search.skip-active .icon-search {
    opacity: 0;
  }
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  position: absolute;
  top: 62px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
@media only screen and (min-width: 980px) {
  .fixed-head #header-search {
    top: 50px;
  }
}
@media only screen and (max-width: 979px) {
  #header-search {
    padding: 0;
    position: fixed;
    width: 375px;
    max-width: 100%;
    left: -100%;
    top: 47px;
    height: calc(100% - 47px);
    border: 0;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-search.skip-active {
    left: 0;
    display: block;
  }
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search {
  width: 100%;
  height: 59px;
  padding: 0;
  line-height: 59px;
  font-size: 22px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  border: 0;
  color: #0f0000;
}
@media only screen and (max-width: 979px) {
  #search {
    border: 1px solid #e0e0e0;
    height: 39px;
    line-height: 37px;
    padding: 0 37px 0 10px;
    font-size: 13px;
    width: calc(100% - 20px);
    margin: 10px;
  }
}

#search_mini_form {
  padding: 0 10%;
}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}
#search_mini_form label {
  display: none;
}
#search_mini_form .search-button {
  position: absolute;
  top: 21px;
  left: -3.84615%;
  width: 20px;
  height: 20px;
  border: 0;
  background: none;
  color: #0f0000;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}
#search_mini_form .close {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 59px;
  right: -3.84615%;
  top: 0;
  display: block;
  cursor: pointer;
}
#search_mini_form .close:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  #search_mini_form {
    padding: 0;
  }
  #search_mini_form .input-box {
    position: static;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
  }
  #search_mini_form .search-button {
    width: 37px;
    height: 37px;
    top: 11px;
    right: 11px;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    left: auto;
  }
  #search_mini_form .close {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #d8d8d8;
    font-size: 11px;
    text-decoration: none;
    color: #666;
    text-align: center;
  }
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
@media only screen and (max-width: 979px) {
  .skip-account {
    font-size: 18px;
  }
}
@media only screen and (min-width: 771px) {
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #9b9a9a;
    line-height: 2;
  }

  #header-account a:hover {
    color: #0f0000;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #0f0000;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart {
  width: 100%;
  background-color: #fff;
  border: 0;
  position: relative;
}
.skip-cart .count {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  top: 50%;
  right: 50%;
  margin: -19px -22px 0 0;
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  background: #f1636e;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.skip-cart.no-count .count {
  display: none;
}
@media only screen and (max-width: 979px) {
  .skip-cart {
    background-color: transparent;
  }
  .skip-cart .count {
    margin: 0;
    top: 2px;
    left: 2px;
    right: auto;
  }
  .skip-cart.skip-active {
    background-color: #fff;
  }
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
#header-cart {
  position: absolute;
  z-index: 200;
  top: 62px;
  right: 0;
  width: calc(23.33333% + 1px);
  background: white;
  border: 1px solid #e0e0e0;
  border-width: 0 0 1px 1px;
}
#header-cart .skip-link-close {
  display: none;
}
@media only screen and (min-width: 980px) {
  .fixed-head #header-cart {
    top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  #header-cart {
    width: calc(30% + 1px);
  }
}
@media only screen and (max-width: 979px) {
  #header-cart {
    position: fixed;
    top: 46px;
    right: -100%;
    width: 375px;
    max-width: 100%;
    max-height: calc(100% - 46px);
    padding-bottom: 35px;
    margin: 0;
    border: 0;
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-cart.skip-active {
    right: 0;
    display: block;
  }
  #header-cart .skip-link-close {
    display: block;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #efefef;
    line-height: 34px;
  }
  #header-cart .skip-link-close:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 50%;
    margin-right: -30px;
    width: 5px;
    height: 5px;
    border: 1px solid #9b9a9a;
    border-width: 1px 0 0 1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 599px) {
  #header-cart {
    overflow-y: scroll;
    height: calc(100% - 46px);
    padding-bottom: 0;
  }
  #header-cart .skip-link-close {
    position: fixed;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    left: auto;
    right: -100%;
  }
  #header-cart .minicart-actions {
    padding-bottom: 35px;
  }
  #header-cart.skip-active .skip-link-close {
    right: 0;
  }
}

/* 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: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer-before-container .block-subscribe {
  padding: 75px 15px;
  text-align: center;
  background-color: #fff;
}
.footer-before-container .block-subscribe .block-title {
  margin-bottom: 30px;
}
.footer-before-container .block-subscribe .block-title h2 {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  color: #e0e0e0;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1;
}
.footer-before-container .block-subscribe .block-title span {
  font-size: 13px;
  line-height: 1.2;
  display: block;
}
.footer-before-container .block-subscribe .block-content {
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer-before-container .block-subscribe .block-content .input-text {
  float: left;
  width: 70%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  background-color: #f1f2f3;
  font-size: 11px;
}
.footer-before-container .block-subscribe .block-content .button {
  float: right;
  width: 29%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 11px;
  border-radius: 0;
}
.footer-before-container .block-subscribe .block-content .validation-advice {
  position: absolute;
  top: 45px;
  font-size: 10px;
}
.footer-before-container .block-subscribe .block-content .ajax-status {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 14px;
  height: 20px;
  margin-left: -7px;
  display: none;
  text-align: left;
}
.footer-before-container .block-subscribe .block-content .ajax-status.loading {
  display: block;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.footer-before-container .block-subscribe .block-content .ajax-status.error {
  display: block;
  color: #f1636e;
}
@-moz-keyframes bouncedelay {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bouncedelay {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bouncedelay {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.footer-before-container .footer-hero p {
  margin: 0;
}
.footer-before-container .footer-hero img {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .footer-before-container .block-subscribe {
    padding: 30px 10px;
  }
  .footer-before-container .block-subscribe .block-title {
    margin-bottom: 25px;
  }
  .footer-before-container .block-subscribe .block-title h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .footer-before-container .block-subscribe .block-content .input-text {
    font-size: 10px;
    padding: 0 10px;
  }
  .footer-before-container .block-subscribe .block-content .button {
    font-size: 10px;
  }
  .footer-before-container .footer-hero {
    display: none;
  }
}

.footer,
.footer button {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  padding: 35px 6.66667%;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
}
.footer:after {
  content: '';
  display: table;
  clear: both;
}
.footer .icon-wmc-logo-small {
  float: left;
  font-size: 74px;
  color: #0f0000;
  width: 15.38462%;
  margin-top: 3px;
}
.footer .footer-links-wrap {
  float: left;
  width: 61.53846%;
}
.footer .block-title {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 5px;
  color: #0f0000;
  font-weight: 500;
}
.footer ul {
  margin-bottom: 0;
}
.footer .links {
  float: left;
  width: 33.33333%;
  padding: 0 10px 0 0;
}
.footer .links li {
  word-break: break-all;
  line-height: 28px;
  list-style: none;
  margin-left: 0;
}
.footer .links a {
  color: #9b9a9a;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links a:hover {
  color: #0f0000;
  text-decoration: none;
}
.footer .footer-social-icons {
  float: right;
  width: 11.53846%;
}
.footer .footer-social-icons li {
  float: left;
  margin-right: 9px;
  list-style: none;
  margin-left: 0;
}
.footer .footer-social-icons li:last-child {
  margin-right: 0;
}
.footer .footer-social-icons li a {
  display: block;
  height: 31px;
  width: 31px;
  border: 1px solid #0f0000;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}
.footer .footer-social-icons li a:before {
  width: auto;
  display: block;
  line-height: 31px;
}
@media only screen and (max-width: 770px) {
  .footer .footer-social-icons li a:before {
    display: inline-block;
  }
}
.footer .footer-social-icons li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding: 35px 3.33333%;
  }
  .footer .icon-wmc-logo-small {
    width: 17.85714%;
  }
  .footer .footer-links-wrap {
    width: 64.28571%;
  }
  .footer .footer-social-icons {
    width: 17.85714%;
  }
}
@media only screen and (max-width: 979px) {
  .footer .icon-wmc-logo-small {
    display: none;
  }
  .footer .footer-links-wrap {
    width: 78.57143%;
  }
  .footer .footer-social-icons {
    width: 21.42857%;
  }
}
@media only screen and (max-width: 770px) {
  .footer {
    padding: 25px 0 0;
  }
  .footer .footer-links-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .footer .links {
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer .block-title {
    margin: 0;
  }
  .footer .footer-social-icons {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: 43px;
  }
  .footer .footer-social-icons .block-title {
    display: none;
  }
  .footer .footer-social-icons li {
    width: 33.33333%;
    margin: 0;
    border-right: 1px solid #e0e0e0;
  }
  .footer .footer-social-icons li:last-child {
    border-right: 0;
  }
  .footer .footer-social-icons li a {
    border: 0;
    border-radius: 0;
    height: 42px;
    line-height: 42px;
    width: 100%;
    font-size: 15px;
  }
  .footer .footer-social-icons li a:before {
    line-height: 42px;
  }
}

.abs-footer {
  clear: both;
  padding: 12px 6.66667% 0;
  border-top: 1px solid #e1e1e1;
  height: 41px;
  text-transform: uppercase;
  font-size: 10px;
}
.abs-footer .copyright {
  float: left;
}
.abs-footer .ecom {
  text-align: center;
  margin-right: 80px;
}
.abs-footer .ecom a {
  color: #9b9a9a;
}
.abs-footer .ecom a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .abs-footer {
    padding: 14px 3.33333% 0;
  }
}
@media only screen and (max-width: 770px) {
  .abs-footer {
    display: none;
  }
}

#fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.loader-spin:before,
.loader-spin:after,
.loader-spin {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader-spin {
  font-size: 10px;
  margin: -1em 0 0 -1em;
  position: fixed;
  top: 49%;
  left: 50%;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-spin:before {
  left: -3em;
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-spin:after {
  left: 3em;
}
.loader-spin:before, .loader-spin:after {
  content: '';
  position: absolute;
  top: 0;
}

@-moz-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #0f0000;
  }
  40% {
    box-shadow: 0 2em 0 0 #0f0000;
  }
}
@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #0f0000;
  }
  40% {
    box-shadow: 0 2em 0 0 #0f0000;
  }
}
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #0f0000;
  }
  40% {
    box-shadow: 0 2em 0 0 #0f0000;
  }
}
.values-popup {
  display: none;
  position: fixed;
  width: 66.66667%;
  background-color: #fff;
  left: 16.66667%;
  top: 50%;
  margin-top: 30px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  max-height: calc(100% - 60px);
  overflow: hidden;
}
.values-popup.active {
  display: block;
}
.values-popup .value {
  display: none;
}
.values-popup .value:after {
  content: '';
  display: table;
  clear: both;
}
.values-popup .value.active {
  display: block;
}
.values-popup .value .img {
  float: left;
  width: 50%;
}
.values-popup .value .img img {
  width: 100%;
}
.values-popup .value .info {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  padding: 0 5%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.values-popup .value .info h2 {
  color: #0f0000;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
}
.values-popup .value .info h2 span {
  color: #d1c29a;
  font-size: 25px;
  margin-left: 5px;
}
.values-popup .value .info p {
  font-size: 11px;
  line-height: 20px;
}
.values-popup .val-nav {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
  line-height: 42px;
  height: 43px;
  border-top: 1px solid #efefef;
  background-color: #fff;
  text-align: center;
}
.values-popup .val-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #efefef;
}
.values-popup .val-nav > span {
  width: 50%;
  cursor: pointer;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
}
.values-popup .val-nav > span span {
  display: none;
}
.values-popup .val-nav .prev {
  float: left;
}
.values-popup .val-nav .prev:before {
  content: '\2190';
  margin-right: 7px;
  font-size: 8px;
}
.values-popup .val-nav .next {
  float: right;
}
.values-popup .val-nav .next:after {
  content: '\2192';
  margin-left: 7px;
  font-size: 8px;
}
.values-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  height: 15px;
  width: 15px;
}
.values-popup .close:before {
  content: '\00d7';
  position: absolute;
  text-indent: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 20px;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .values-popup {
    width: 80%;
    left: 10%;
  }
}
@media only screen and (max-width: 979px) {
  .values-popup {
    width: 93.33333%;
    left: 3.33333%;
    margin-top: 23px;
    max-height: calc(100% - 46px);
  }
}
@media only screen and (max-width: 770px) {
  .values-popup {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    max-height: calc(100% - 47px);
    height: calc(100% - 47px);
    margin-top: 0;
    left: 0;
    top: 47px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .values-popup .inner {
    height: calc(100% - 70px);
    overflow-y: auto;
  }
  .values-popup .value .info {
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    left: auto;
    top: auto;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 10px;
  }
  .values-popup .value .info h2 {
    font-size: 17px;
    line-height: 1;
    padding-top: 27px;
    position: relative;
  }
  .values-popup .value .info h2 span {
    position: absolute;
    font-size: 22px;
    top: 0;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .values-popup .value .info p {
    font-size: 10px;
    line-height: 18px;
  }
  .values-popup .value .img {
    float: none;
    width: 100%;
  }
  .values-popup .val-nav {
    width: 100%;
    left: 0;
    height: 35px;
    line-height: 34px;
    bottom: 35px;
  }
  .values-popup .val-nav .prev:before {
    position: absolute;
    left: 10px;
  }
  .values-popup .val-nav .next:after {
    position: absolute;
    right: 10px;
  }
  .values-popup .close {
    text-indent: 0;
    text-align: center;
    background-color: #d8d8d8;
    height: 35px;
    line-height: 35px;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 9px;
    color: #666;
    text-transform: uppercase;
    cursor: pointer;
  }
  .values-popup .close:before {
    display: none;
  }
}

#header-login-holder {
  position: absolute;
  top: 62px;
  right: 16.66667%;
  width: 26.66667%;
  background: #fff;
  padding: 14px;
  z-index: 200;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px;
  border-radius: 0 0 1px 1px;
}
@media only screen and (min-width: 980px) {
  .fixed-head #header-login-holder {
    top: 50px;
  }
}
#header-login-holder .skip-logged {
  display: block;
  width: 100%;
  margin: 0 0 14px;
}
#header-login-holder .skip-logged .icon-rt_wishlist {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
}
#header-login-holder .skip-logout {
  position: relative;
  margin: 14px 0 0;
  width: 100%;
}
#header-login-holder .skip-logout:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  border-top: 1px solid #ebeae6;
}
#header-login-holder .mini-error-login {
  background: #f0d2d2;
  border: none;
  float: left;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: none;
  width: 100%;
  text-align: center;
}
#header-login-holder .validation-advice {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 10px;
}
.not-empty #header-login-holder {
  right: 223px;
}
#header-login-holder .block {
  border: none;
}
#header-login-holder .block .block-content {
  margin: 0;
}
#header-login-holder .input-text {
  margin-bottom: 13px;
  color: #666;
  font-size: 12px;
  padding: 0 10px 0 150px;
  height: 40px;
  line-height: 40px;
  border: 0;
  outline: 0;
  outline-offset: 0;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 2px;
  box-shadow: none;
}
#header-login-holder .input-text.validation-failed {
  border: 1px solid #df280a;
}
#header-login-holder .block .actions {
  margin: 0;
  text-align: center;
}
#header-login-holder .block .actions a {
  display: inline-block;
  color: #9b9a9a;
  font-size: 12px;
  margin-top: 9px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
}
#header-login-holder .block .actions a:hover {
  border-bottom: 1px solid white;
}
#header-login-holder .block .actions .button {
  width: 100%;
  position: relative;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  padding: 0 10px;
}
#header-login-holder .block .actions .button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#header-login-holder .block .actions .button span.success {
  color: #fff;
}
#header-login-holder .block .actions .button span.success span:before {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#header-login-holder .delim {
  text-align: center;
  font-size: 12px;
  padding: 11px 0;
}
#header-login-holder .login-bottom {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#header-login-holder .login-bottom:last-child {
  overflow: visible;
  position: relative;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 5px;
}
#header-login-holder .login-bottom:last-child:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: calc(100% + 28px);
  height: 1px;
  background-color: #e0e0e0;
}
#header-login-holder .login-bottom p {
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7d7e82;
}
#header-login-holder .login-bottom .button-holder {
  text-align: center;
}
#header-login-holder .login-bottom .button-holder a.button {
  background: white;
  color: #0f0000;
  padding: 0;
  border: 1px solid #000;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 2px;
}
#header-login-holder .login-bottom .button-holder a.button:hover {
  background: #f0f0f0;
}
#header-login-holder .login-bottom .button-holder a.button.facebook {
  border: none;
  background: #3c5a9a;
  color: white;
  line-height: 40px;
  position: relative;
  padding: 0 40px;
  margin-left: 0;
}
#header-login-holder .login-bottom .button-holder a.button.facebook:hover {
  background-color: #354f88;
}
#header-login-holder .login-bottom .button-holder a.button.facebook:active {
  background-color: #2e4575;
}
#header-login-holder .login-bottom .button-holder a.button.facebook .icon-facebook {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  width: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
}
#header-login-holder .login-bottom .button-holder a.button.google {
  border: none;
  background: #e0492e;
  color: white;
  line-height: 40px;
  position: relative;
  padding: 0 40px;
  margin-left: 0;
  overflow: hidden;
}
#header-login-holder .login-bottom .button-holder a.button.google:hover {
  background-color: #d53b20;
}
#header-login-holder .login-bottom .button-holder a.button.google:active {
  background-color: #bf351c;
}
#header-login-holder .login-bottom .button-holder a.button.google .icon-google {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  width: 42px;
  background-color: #c93921;
  text-align: center;
  line-height: 40px;
}
#header-login-holder .block-login {
  margin-bottom: 2px;
}
#header-login-holder .form-list > li, #header-login-holder .form-list .field, #header-login-holder .form-list .wide, #header-login-holder .form-list .control {
  margin: 0;
}
#header-login-holder .input-box {
  padding: 0;
  position: relative;
}
#header-login-holder .input-box label {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 12px;
}
#header-login-holder .input-box label:after {
  font-size: 12px;
}
#header-login-holder .input-box label em {
  color: #f1636e;
  font-size: 12px;
}
#header-login-holder .buttons-set {
  border: none;
  padding: 0;
  margin: 5px 0;
}
#header-login-holder .buttons-set button.button {
  float: left;
  margin: 0;
  min-width: 48%;
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
}
#header-login-holder .buttons-set button.button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#header-login-holder .buttons-set button.button span.success {
  color: #fff;
}
#header-login-holder .buttons-set button.button span.success span:before {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#header-login-holder .account-create, #header-login-holder .forgot-password {
  display: none;
}
#header-login-holder .account-create .mini-error-register, #header-login-holder .account-create .mini-error-forgot, #header-login-holder .forgot-password .mini-error-register, #header-login-holder .forgot-password .mini-error-forgot {
  background: #f0d2d2;
  border: none;
  float: left;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: none;
  width: 100%;
  text-align: center;
}
#header-login-holder .account-create .mini-error-forgot, #header-login-holder .forgot-password .mini-error-forgot {
  background: #E3F0DE;
}
#header-login-holder .account-create h3, #header-login-holder .forgot-password h3 {
  text-transform: none;
  color: #7d7e82;
  font-size: 12px;
  text-align: center;
}
#header-login-holder .account-create .buttons-set a.button, #header-login-holder .forgot-password .buttons-set a.button {
  float: right;
  width: 48%;
  background: white;
  color: #0f0000;
  padding: 0;
  border: 1px solid #000;
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
}
#header-login-holder .account-create .buttons-set a.button:hover, #header-login-holder .forgot-password .buttons-set a.button:hover {
  background: #f0f0f0;
}
#header-login-holder .account-create .form-list .control, #header-login-holder .forgot-password .form-list .control {
  padding: 0 0 10px;
}
#header-login-holder .account-create .form-list .control label, #header-login-holder .forgot-password .form-list .control label {
  background: #fff;
  font-weight: normal;
  font-size: 12px;
  margin-top: 1px;
  position: relative;
  color: #666;
  text-transform: uppercase;
  padding-left: 29px;
}
#header-login-holder .account-create .form-list .control label:before, #header-login-holder .forgot-password .form-list .control label:before {
  content: "";
  position: absolute;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #bababa;
  border-radius: 100%;
}
#header-login-holder .account-create .form-list .control input[type="checkbox"]:checked + label:before, #header-login-holder .forgot-password .form-list .control input[type="checkbox"]:checked + label:before {
  background-color: #bababa;
}
#header-login-holder .close-login {
  display: none;
}

@media only screen and (max-width: 979px) {
  #header-login-holder {
    position: fixed;
    right: -100%;
    width: 375px;
    max-width: 100%;
    height: calc(100% - 47px);
    top: 47px;
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 0;
  }
  #header-login-holder.skip-active {
    right: 0;
  }
  #header-login-holder .login-bottom .button-holder a.button {
    background: transparent;
    width: 100%;
  }
  #header-login-holder .close-login {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background-color: #d8d8d8;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    display: block;
  }
  #header-login-holder .close-login:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 50%;
    margin-right: -30px;
    width: 5px;
    height: 5px;
    border: 1px solid #9b9a9a;
    border-width: 1px 0 0 1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header-login-holder h3 {
    display: none;
  }
  #header-login-holder .account-create .buttons-set button.button, #header-login-holder .forgot-password .buttons-set button.button {
    width: 100%;
  }
  #header-login-holder .account-create .buttons-set a.button, #header-login-holder .forgot-password .buttons-set a.button {
    float: none;
    width: 100%;
    margin: 8px 0 0;
    background: transparent;
  }
}
/* on oneste checkout page */
#to_login .login-bottom {
  display: inline-block;
}
#to_login .login-bottom .button-holder > div {
  display: inline-block;
  margin-right: 10px;
  line-height: 40px;
  font-size: 12px;
}
#to_login .login-bottom .button-holder a {
  margin-right: 10px;
}
#to_login .login-bottom .button-holder a.facebook {
  background: #3c5a9a;
  position: relative;
  padding: 0 15px 0 55px;
}
#to_login .login-bottom .button-holder a.facebook:hover {
  background-color: #354f88;
}
#to_login .login-bottom .button-holder a.facebook:active {
  background-color: #2e4575;
}
#to_login .login-bottom .button-holder a.facebook .icon-facebook {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  width: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
}
#to_login .login-bottom .button-holder a.google {
  background: #e0492e;
  position: relative;
  padding: 0 15px 0 55px;
  overflow: hidden;
}
#to_login .login-bottom .button-holder a.google:hover {
  background-color: #d53b20;
}
#to_login .login-bottom .button-holder a.google:active {
  background-color: #bf351c;
}
#to_login .login-bottom .button-holder a.google .icon-google {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  width: 42px;
  background-color: #c93921;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 979px) {
  #to_login .login-bottom {
    display: block;
    padding: 0 10px;
  }
  #to_login .login-bottom .button-holder a.facebook, #to_login .login-bottom .button-holder a.google {
    padding: 0 45px;
  }
}

.catalog-category-view .col1-layout .col-main,
.catalogsearch-result-index .col1-layout .col-main {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .catalog-category-view div.zopim:first-child,
  .catalogsearch-result-index div.zopim:first-child {
    bottom: 45px !important;
    right: auto !important;
    left: 10px !important;
  }
}
@media only screen and (max-width: 979px) {
  .catalog-category-view div.zopim[data-test-id='ChatWidgetMobileButton'],
  .catalogsearch-result-index div.zopim[data-test-id='ChatWidgetMobileButton'] {
    bottom: 45px !important;
    right: auto !important;
    left: 15px !important;
  }
}

.catalogsearch-result-index .page-title {
  padding: 30px 6.66667% 0;
}
.catalogsearch-result-index .page-title h1 {
  padding: 0;
  margin: 0;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  text-transform: none;
  color: #dadada;
}
@media only screen and (max-width: 1199px) {
  .catalogsearch-result-index .page-title {
    padding: 30px 3.33333% 0;
  }
}
@media only screen and (max-width: 770px) {
  .catalogsearch-result-index .page-title {
    padding: 20px 3.33333% 0;
  }
  .catalogsearch-result-index .page-title h1 {
    font-size: 20px;
    text-align: center;
  }
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.category-products {
  padding: 40px 6.66667% 35px;
}
@media only screen and (max-width: 1199px) {
  .category-products {
    padding: 40px 3.33333% 35px;
  }
}
@media only screen and (max-width: 770px) {
  .category-products {
    padding: 20px 5px;
  }
}

.break-attribute {
  position: absolute;
  left: 3.33333%;
  font-size: 35px;
  font-weight: 600;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  line-height: 1;
  color: #dadada;
  width: 1px;
  height: 1px;
  margin-top: 170px;
  white-space: nowrap;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1199px) {
  .break-attribute {
    position: relative;
    left: auto;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media only screen and (max-width: 770px) {
  .break-attribute {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px;
  }
}

.products-grid {
  position: relative;
  margin: 0 -10px;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid .item:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .item .product-image {
  padding: 4px;
  background-color: #fff;
  border: 0;
  position: relative;
}
.products-grid .item .product-image .no-stock {
  background-image: url(https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/no-stock.png);
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0.2;
  position: absolute;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
}
.products-grid .item .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .item .product-image img:hidden {
  display: none;
}
.products-grid .item .product-info {
  background-color: #fff;
  padding: 10px 0 31px;
  position: relative;
  overflow: hidden;
}
.products-grid .item .product-info .product-name {
  font-size: 14px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  margin: 0 0 7px;
}
.products-grid .item .product-info .product-name a {
  text-decoration: none;
}
.products-grid .item .product-info .price-brand {
  color: #9b9a9a;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.products-grid .item .product-info .price-brand .price-box {
  margin: 0;
  display: inline;
}
.products-grid .item .product-info .price-brand .price-box .old-price .price {
  color: #c4c4c4;
}
.products-grid .item .product-info .price-brand .price-box .special-price {
  padding-left: 5px;
}
.products-grid .item .product-info .price-brand .price-box .special-price .price {
  color: #f1636e;
}
.products-grid .item .product-info .price-brand .price-box .price {
  color: #9b9a9a;
  font-size: 11px;
  line-height: 1;
}
.products-grid .item .sizes {
  height: 31px;
  border-top: 1px solid #f6f6f6;
  line-height: 30px;
  color: #b6b6b6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
}
.products-grid .item .sizes span {
  display: inline-block;
  margin: 0 4px;
}
.products-grid .item .sizes span.no-stock {
  color: #dddcdc;
  text-decoration: line-through;
}
.products-grid .item .values {
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  color: #d1c29a;
  font-size: 19px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products-grid .item .values span {
  display: inline-block;
  margin: 0 10px;
  cursor: default;
}
.products-grid .item:hover .values {
  bottom: 0;
}
.products-grid .item .article-title {
  background-color: #fff;
  line-height: 20px;
  font-size: 11px;
  color: #0f0000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 25px;
  letter-spacing: 0.1em;
  text-align: left;
}
.products-grid .item .article-items {
  text-align: left;
  background-color: #fff;
}
.products-grid .item .article-items li {
  padding: 15px 25px;
  border-top: 1px solid #efefef;
}
.products-grid .item .article-items li:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .item .article-items li .article-image {
  float: left;
  width: 30%;
}
.products-grid .item .article-items li .article-image img {
  width: 100%;
}
.products-grid .item .article-items li .article-content {
  float: right;
  width: 65%;
}
.products-grid .item .article-items li .article-content .blog-category {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.products-grid .item .article-items li .article-content .blog-category a {
  display: inline-block;
  color: #9b9a9a;
  margin-right: 6px;
}
.products-grid .item .article-items li .article-content .blog-title {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  .products-grid .item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 770px) {
  .products-grid {
    margin: 0;
  }
  .products-grid .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .products-grid .item .product-image {
    padding: 2px;
  }
  .products-grid .item .product-info {
    padding: 10px 0 23px;
  }
  .products-grid .item .product-info .product-name {
    font-size: 12px;
    margin: 0 5px 5px;
  }
  .products-grid .item .product-info .price-brand {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .products-grid .item .product-info .price-brand .partner span {
    display: none;
  }
  .products-grid .item .product-info .price-brand .price-box {
    display: block;
    margin-top: 10px;
  }
  .products-grid .item .product-info .price-brand .price-box .price {
    font-size: 10px;
  }
  .products-grid .item .product-info .sizes {
    height: 23px;
    line-height: 22px;
    font-size: 10px;
  }
  .products-grid .item .product-info .sizes span {
    margin: 0 3px;
  }
  .products-grid .item .product-info .values {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin: 0 5px;
  }
  .products-grid .item .article-title {
    padding: 10px;
  }
  .products-grid .item .article-items li {
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .products-grid .item {
    width: 50%;
  }
  .products-grid .item.article-item {
    width: calc(100% + 10px);
    margin: 10px -5px;
    padding: 0;
  }
  .products-grid .item .article-title {
    background-color: transparent;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    width: 100%;
    padding: 20px 10px 10px;
  }
  .products-grid .item .article-items {
    padding: 0 10px 20px;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
  }
  .products-grid .item .article-items li {
    padding: 0;
    margin-bottom: 10px;
    border: 0;
    background-color: #fff;
  }
  .products-grid .item .article-items li .article-image {
    width: 50%;
  }
  .products-grid .item .article-items li .article-content {
    padding: 40px 10px 20px;
    width: 50%;
  }
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* ============================================ *
 * 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-title {
  position: relative;
  background-color: #fff;
}
.category-designer .category-title .category-image {
  float: right;
}
.category-designer .category-title .category-info {
  left: 0;
}
.category-designer .category-title .category-info .designer-image {
  height: 80px;
}
.category-designer .category-title .category-info .designer-image img {
  max-height: 100%;
}
.category-designer .category-title .category-info p {
  margin-top: 10px;
}
.category-designer .category-title .category-info .read-more {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  color: #9b9a9a;
  text-transform: uppercase;
}
.category-value .category-title .category-image {
  float: right;
}
.category-value .category-title .category-info {
  left: 0;
}
.category-value .category-title .category-info h1 {
  font-weight: normal;
}
.category-value .category-title .category-info h1 span {
  margin-left: 10px;
  font-size: 33px;
  color: #d1c29a;
}
.category-title:after {
  content: '';
  display: table;
  clear: both;
}
.category-title .category-image {
  width: 50%;
  float: left;
}
.category-title .category-image img {
  width: 100%;
  max-width: 100%;
}
.category-title .category-image img:hidden {
  display: none;
}
.category-title .category-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 20px 6.66667%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-title .category-info h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
}
.category-title .category-info p {
  position: relative;
  font-size: 13px;
  line-height: 21px;
  margin-top: 30px;
  padding-top: 30px;
}
.category-title .category-info p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9.09091%;
  height: 1px;
  background-color: #0f0000;
}
.category-title.no-img .category-info {
  position: relative;
  top: auto;
  left: auto;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .category-title .category-info {
    padding: 20px 3.33333%;
  }
}
@media only screen and (max-width: 979px) {
  .category-value .category-title .category-image {
    display: block;
    width: 100%;
  }
  .category-title .category-image {
    display: none;
  }
  .category-title .category-info {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .category-title .category-info p:before {
    width: 3.57143%;
  }
}
@media only screen and (max-width: 770px) {
  .category-designer .category-title .category-info .designer-image {
    height: 48px;
  }
  .category-designer .category-title .category-info .designer-image img {
    display: inline-block;
  }
  .category-value .category-title .category-info h1 {
    position: relative;
    padding-top: 30px;
  }
  .category-value .category-title .category-info h1 span {
    position: absolute;
    font-size: 22px;
    width: 20px;
    top: 4px;
    left: 50%;
    margin-left: -10px;
    text-align: center;
  }
  .category-title .category-info {
    padding: 20px 10px;
    text-align: center;
  }
  .category-title .category-info h1 {
    font-size: 20px;
  }
  .category-title .category-info p {
    padding-top: 20px;
    margin-top: 20px;
  }
  .category-title .category-info p:before {
    left: 50%;
    margin-left: -1.78571%;
  }
}
@media only screen and (max-width: 599px) {
  .category-title {
    background-color: transparent;
  }
  .category-designer .category-title {
    background-color: #fff;
  }
  .category-designer .category-title .category-info {
    padding: 10px 10px 20px;
  }
  .category-designer .category-title .category-info p {
    display: block;
    font-size: 12px;
    line-height: 18px;
  }
  .category-designer .category-title .category-info .read-more {
    font-size: 11px;
    margin-top: 16px;
  }
  .category-value .category-title {
    background-color: #fff;
  }
  .category-value .category-title .category-info {
    padding: 20px 10px;
  }
  .category-value .category-title .category-info h1 {
    color: #0f0000;
  }
  .category-value .category-title .category-info p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
  }
  .category-value .category-title .category-info p:before {
    display: none;
  }
  .category-title .category-info {
    padding: 20px 10px 5px;
  }
  .category-title .category-info h1 {
    color: #c9c9c9;
  }
  .category-title .category-info p {
    display: none;
  }
}

.values-wrap {
  border-bottom: 1px solid #e0e0e0;
}
.values-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.values-wrap .values-image {
  float: left;
  width: 50%;
}
.values-wrap .values-image img {
  width: 100%;
}
.values-wrap .values-list {
  float: left;
  width: 50%;
  padding: 40px 6.66667% 20px;
}
.values-wrap .values-list .category-value-name {
  color: #0f0000;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 15px;
}
.values-wrap .values-list .category-value-name span {
  display: none;
  color: #9b9a9a;
}
.values-wrap .values-list .category-values {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0 1px;
}
.values-wrap .values-list .category-values:after {
  content: '';
  display: table;
  clear: both;
}
.values-wrap .values-list .category-values li {
  float: left;
  width: 50%;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px 0;
  line-height: 51px;
  padding: 0 30px 0 20px;
  position: relative;
}
.values-wrap .values-list .category-values li:before {
  color: #d1c29a;
  font-size: 27px;
  float: left;
  line-height: 51px;
  margin-right: 20px;
  opacity: 0.4;
}
.values-wrap .values-list .category-values li .name {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  display: block;
  opacity: 0.4;
  color: #0f0000;
}
.values-wrap .values-list .category-values li .value-info {
  position: absolute;
  height: 17px;
  width: 17px;
  top: 18px;
  right: 12px;
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  line-height: 12px;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.values-wrap .values-list .category-values li.active {
  background-color: rgba(255, 255, 255, 0.4);
}
.values-wrap .values-list .category-values li.active:before {
  opacity: 1;
}
.values-wrap .values-list .category-values li.active .name {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .values-wrap .values-list {
    padding: 20px 3.33333%;
  }
}
@media only screen and (max-width: 979px) {
  .values-wrap {
    border-bottom: 0;
  }
  .values-wrap .values-image {
    width: 100%;
  }
  .values-wrap .values-list {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .values-wrap .values-list {
    padding: 20px 10px 10px;
  }
  .values-wrap .values-list .category-value-name {
    text-align: center;
  }
  .values-wrap .values-list .category-value-name span {
    display: block;
  }
  .values-wrap .values-list .category-values li {
    padding: 0 8px;
  }
  .values-wrap .values-list .category-values li:before {
    font-size: 23px;
  }
  .values-wrap .values-list .category-values li .name {
    font-size: 12px;
  }
  .values-wrap .values-list .category-values li .value-info {
    border: 0;
    font-size: 0;
    border-radius: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.facts {
  position: relative;
}
.facts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.facts:after {
  content: '';
  display: table;
  clear: both;
}
.facts .row {
  border-bottom: 1px solid #e0e0e0;
}
.facts .row:after {
  content: '';
  display: table;
  clear: both;
}
.facts .row .fact {
  float: left;
  width: 50%;
  padding: 75px 6.66667% 60px;
}
.facts .row .fact h2 {
  margin: 0;
  font-size: 20px;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #0f0000;
  font-weight: normal;
}
.facts .row .fact p {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.facts .row .fact p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 1px;
  background-color: #cfcfcf;
}
@media only screen and (max-width: 1199px) {
  .facts .row .fact {
    padding: 75px 3.33333% 60px;
  }
}
@media only screen and (max-width: 979px) {
  .facts .row .fact {
    padding: 30px 3.33333%;
  }
}
@media only screen and (max-width: 770px) {
  .facts:before {
    display: none;
  }
  .facts .row {
    border: 0;
  }
  .facts .row .fact {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .facts .row .fact h2 {
    font-size: 16px;
  }
  .facts .row .fact p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .facts .row .fact p:before {
    left: 50%;
    margin-left: -12px;
    width: 24px;
  }
}

.note-msg {
  padding: 20px 6.66667%;
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (max-width: 1199px) {
  .note-msg {
    padding: 20px 3.33333%;
  }
}
@media only screen and (max-width: 770px) {
  .note-msg {
    padding: 20px 10px;
  }
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav {
  height: 45px;
  border-top: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  line-height: 44px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #0f0000;
  font-weight: bold;
}
.block-layered-nav .refine {
  display: none;
}
.block-layered-nav .block-content {
  margin: 0;
  float: right;
  width: 70%;
}
.block-layered-nav .block-content.col-0 {
  width: 11.66667%;
}
.block-layered-nav .block-content.col-0 .refine-by {
  width: 100%;
}
.block-layered-nav .block-content.col-0 .filters {
  width: 100%;
}
.block-layered-nav .block-content.col-1 {
  width: 23.33333%;
}
.block-layered-nav .block-content.col-1 .refine-by {
  width: 50%;
}
.block-layered-nav .block-content.col-1 .filters {
  width: 50%;
}
.block-layered-nav .block-content.col-2 {
  width: 35%;
}
.block-layered-nav .block-content.col-2 .refine-by {
  width: 33.33333%;
}
.block-layered-nav .block-content.col-2 .filters {
  width: 33.33333%;
}
.block-layered-nav .block-content.col-3 {
  width: 46.66667%;
}
.block-layered-nav .block-content.col-3 .refine-by {
  width: 25%;
}
.block-layered-nav .block-content.col-3 .filters {
  width: 25%;
}
.block-layered-nav .block-content.col-4 {
  width: 58.33333%;
}
.block-layered-nav .block-content.col-4 .refine-by {
  width: 20%;
}
.block-layered-nav .block-content.col-4 .filters {
  width: 20%;
}
.block-layered-nav .refine-by {
  float: left;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  width: 16.66667%;
}
.block-layered-nav .filters {
  float: left;
  width: 16.66667%;
  position: relative;
}
.block-layered-nav .filters .filter-title {
  width: 100%;
  line-height: 44px;
  border-left: 1px solid #e0e0e0;
  display: block;
}
.block-layered-nav .filters .filter-title a {
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
  color: #0f0000;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.block-layered-nav .filters .filter-title a span.arrow {
  display: inline-block;
  height: 6px;
  width: 6px;
  border: 1px solid #9b9a9a;
  margin: 0 0 0 5px;
  border-width: 0 0 1px 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  position: relative;
  top: 1px;
}
.block-layered-nav .filters .filter-title a.active {
  background-color: #fff;
  color: #666;
}
.block-layered-nav .filters .filter-title a.active span {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
}
.block-layered-nav .filters .filter-items {
  display: none;
  position: absolute;
  right: -1px;
  bottom: 45px;
  width: calc(200% + 1px);
  padding: 0;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  max-height: 351px;
  overflow-y: scroll;
}
.block-layered-nav .filters .filter-items .filter-subtitle {
  display: none;
}
.block-layered-nav .filters .filter-items li {
  display: block;
  line-height: 41px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.block-layered-nav .filters .filter-items li:last-of-type {
  border-bottom: 0;
}
.block-layered-nav .filters .filter-items li a {
  color: #666;
  padding: 0 18px;
  display: block;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
}
.block-layered-nav .filters .filter-items li a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.block-layered-nav .filters .filter-items li a .filter-box {
  display: block;
}
.block-layered-nav .filters .filter-items li a .filter-box:before {
  font-size: 22px;
  display: block;
  line-height: 41px;
  float: left;
  color: #d1c29a;
  margin-right: 16px;
}
.block-layered-nav .filters .filter-items li a.selected {
  background-color: #fff;
}
.block-layered-nav .filters .filter-items li a.selected:after {
  content: "\00d7";
  position: absolute;
  top: 0px;
  right: 18px;
}
.block-layered-nav .filters .filter-items li:hover .value-info {
  opacity: 1;
}
.block-layered-nav .filters .filter-items li.selected .value-info {
  right: 36px;
}
.block-layered-nav .filters .filter-items li .value-info {
  position: absolute;
  height: 17px;
  width: 17px;
  top: 12px;
  right: 13px;
  border: 2px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  line-height: 12px;
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

@media only screen and (min-width: 980px) {
  .block-layered-nav .refined {
    height: auto !important;
    display: block !important;
  }
  .block-layered-nav .refined .close {
    display: none;
  }
  .block-layered-nav .refined .reset.all {
    color: #9b9a9a;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: 13.33333%;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .block-layered-nav .refined .reset.all .icon-rt_clearfilter {
    position: absolute;
    left: 10px;
  }
  .block-layered-nav .refined .reset.all:hover {
    background-color: #fff;
    text-decoration: none;
    color: #666;
  }
}
@media only screen and (max-width: 979px) {
  .block-layered-nav {
    height: 35px;
    padding: 0 15px;
  }
  .block-layered-nav .block-content {
    width: 100% !important;
  }
  .block-layered-nav .refine {
    display: block;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
  }
  .block-layered-nav .refine .arrow {
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 1px solid #d1d1d1;
    margin: 0 0 0 5px;
    border-width: 0 0 1px 1px;
    position: relative;
    top: 1px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .block-layered-nav .refined {
    display: none;
    position: fixed;
    bottom: 0px;
    height: calc(100% - 47px);
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    width: 100%;
  }
  .block-layered-nav .refined .close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    background-color: #d8d8d8;
  }
  .block-layered-nav .refined .close span {
    height: 6px;
    width: 6px;
    position: absolute;
    top: 13px;
    border: 1px solid #9b9a9a;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
  }
  .block-layered-nav .refined .reset.all {
    bottom: 35px;
    font-size: 11px;
    height: 48px;
    line-height: 48px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-color: #f1636e;
    color: #fff;
  }
  .block-layered-nav .refine-by {
    display: none;
  }
  .block-layered-nav .filters {
    width: 100% !important;
    position: static;
  }
  .block-layered-nav .filters .filter-title {
    width: 100%;
    border-bottom: 1px solid #efefef;
    line-height: 48px;
  }
  .block-layered-nav .filters .filter-title a {
    text-transform: uppercase;
    text-align: left;
    color: #666;
  }
  .block-layered-nav .filters .filter-title a.active {
    background-color: transparent;
  }
  .block-layered-nav .filters .filter-title a.active span.arrow {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 18px 2px 0 0;
  }
  .block-layered-nav .filters .filter-title a span.arrow {
    border-color: #8f8f8f;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 18px 2px 0 0;
    float: right;
  }
  .block-layered-nav .filters .filter-items {
    display: block !important;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    padding: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    height: 100%;
    max-height: 100%;
    z-index: 2;
  }
  .block-layered-nav .filters .filter-items.active {
    left: 0;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle {
    display: block;
    border-bottom: 1px solid #efefef;
    line-height: 48px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    color: #0f0000;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle .back {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    line-height: 26px;
    background-color: #d8d8d8;
    color: #666;
    width: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 13px 0;
    border-color: transparent #d8d8d8 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .block-layered-nav .filters .filter-items ol {
    max-height: calc(100% - 84px);
    overflow-y: auto;
  }
  .block-layered-nav .filters .filter-items li {
    line-height: 48px;
  }
  .block-layered-nav .filters .filter-items li a {
    padding: 0 10px;
  }
  .block-layered-nav .filters .filter-items li a:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 100%;
    top: 18px;
    right: 10px;
    border: 1px solid #d8d8d8;
  }
  .block-layered-nav .filters .filter-items li a.selected {
    background-color: #f6f6f6;
  }
  .block-layered-nav .filters .filter-items li a.selected:after {
    background-color: #d8d8d8;
    content: "";
    top: 18px;
    right: 10px;
  }
  .block-layered-nav .filters .filter-items li.selected .value-info {
    opacity: 1;
    display: block;
    right: 43px;
  }
  .block-layered-nav .filters .filter-items li .value-info {
    opacity: 1;
    right: 43px;
    height: 13px;
    width: 13px;
    border-width: 1px;
    line-height: 12px;
    top: 18px;
    font-size: 11px;
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.catalog-product-view .col1-layout .col-main {
  width: 100%;
}

.product-breadcrumb {
  line-height: 47px;
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid #e0e0e0;
}
.product-breadcrumb .back-link {
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  width: calc(16.6667% + 1px);
  color: #8a8a8a;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .product-breadcrumb {
    line-height: 34px;
  }
  .product-breadcrumb .back-link {
    width: 100%;
    border-right: 0;
    color: #9b9a9a;
  }
}

.product-view {
  padding: 26px 6.66667% 0;
}
.product-view .product-shop {
  width: 57.69231%;
  float: right;
}
.product-view .product-shop .product-name {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.product-view .product-shop .product-name span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-view .product-shop .product-name h1 {
  margin: 0;
  font-size: 33px;
  text-transform: none;
  color: #0f0000;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .price-box {
  margin: 0 0 20px;
}
.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: 20px;
  line-height: 1;
}
.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: #0f0000;
  font-size: 17px;
  font-weight: 500;
}
.product-view .product-shop .values-list {
  padding: 25px 0;
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  margin: 25px 0;
  clear: both;
}
.product-view .product-shop .values-list .category-value-name {
  color: #0f0000;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
}
.product-view .product-shop .values-list .category-value-name span {
  display: none;
  color: #9b9a9a;
}
.product-view .product-shop .values-list .category-values {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0 1px;
}
.product-view .product-shop .values-list .category-values:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .values-list .category-values li {
  float: left;
  width: 25%;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px 0;
  line-height: 51px;
  padding: 0 25px 0 8px;
  position: relative;
}
.product-view .product-shop .values-list .category-values li:before {
  color: #d1c29a;
  font-size: 27px;
  float: left;
  line-height: 51px;
  margin-right: 10px;
  opacity: 0.4;
}
.product-view .product-shop .values-list .category-values li .name {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  display: block;
  opacity: 0.4;
  color: #0f0000;
}
.product-view .product-shop .values-list .category-values li .value-info {
  position: absolute;
  height: 17px;
  width: 17px;
  top: 18px;
  right: 8px;
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  line-height: 12px;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 0;
}
.product-view .product-shop .values-list .category-values li.active {
  background-color: rgba(255, 255, 255, 0.4);
}
.product-view .product-shop .values-list .category-values li.active:before {
  opacity: 1;
}
.product-view .product-shop .values-list .category-values li.active .name {
  opacity: 1;
}
.product-view .product-shop .values-list .category-values li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.product-view .product-shop .values-list .category-values li:hover:before {
  opacity: 1;
}
.product-view .product-shop .values-list .category-values li:hover .name {
  opacity: 1;
}
.product-view .product-shop .values-list .category-values li:hover .value-info {
  opacity: 1;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-box:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart .qty-wrapper {
  float: left;
  margin-right: 10px;
  position: relative;
  width: 105px;
}
.product-view .add-to-cart .qty-wrapper label {
  font-size: 10px;
  font-weight: normal;
  left: 15px;
  line-height: 52px;
  position: absolute;
  text-transform: uppercase;
}
.product-view .add-to-cart .qty-wrapper .qty {
  height: 52px;
  line-height: 52px;
  border: 0;
  font-size: 10px;
  padding: 0 10px 0 45px;
  width: 100%;
}
.product-view .add-to-cart-buttons {
  float: left;
  width: calc(100% - 115px);
}
.product-view .add-to-cart-buttons .button {
  min-height: 52px;
  line-height: 52px;
  font-size: 11px;
  padding: 0px 10px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
  font-weight: 500;
}
.product-view .add-to-cart-buttons .button .icon-cart {
  font-size: 15px;
  margin-right: 7px;
}
.product-view .wishlist-toggle {
  font-size: 14px;
  text-decoration: none;
  float: right;
  text-align: center;
  margin-bottom: 15px;
  width: calc(66.66667% - 125px);
}
.product-view .wishlist-toggle.active {
  color: #f1636e;
}
.product-view .wishlist-toggle.waiting {
  -moz-animation: wishfade 1.5s infinite;
  -webkit-animation: wishfade 1.5s infinite;
  animation: wishfade 1.5s infinite;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-moz-keyframes wishfade {
  0%, 100% {
    color: #0f0000;
  }
  50% {
    color: #f1636e;
  }
}
@-webkit-keyframes wishfade {
  0%, 100% {
    color: #0f0000;
  }
  50% {
    color: #f1636e;
  }
}
@keyframes wishfade {
  0%, 100% {
    color: #0f0000;
  }
  50% {
    color: #f1636e;
  }
}
@media only screen and (max-width: 1199px) {
  .product-view {
    padding: 26px 3.33333% 0;
  }
  .product-view .product-shop {
    width: 57.14286%;
  }
  .product-view .product-shop .values-list .category-values li {
    width: 50%;
  }
  .product-view .add-to-cart .qty-wrapper label {
    left: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .product-view .product-shop .product-name h1 {
    font-size: 24px;
  }
  .product-view .product-shop .values-list .category-value-name span {
    display: block;
  }
  .product-view .product-shop .values-list .category-values li {
    padding: 0 6px;
  }
  .product-view .product-shop .values-list .category-values li .value-info {
    opacity: 0;
    border: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .product-view .add-to-cart .qty-wrapper {
    margin: 0 0 10px 10px;
    width: calc(35% - 10px);
  }
  .product-view .add-to-cart .qty-wrapper label {
    line-height: 42px;
  }
  .product-view .add-to-cart .qty-wrapper .qty {
    height: 42px;
    line-height: 42px;
  }
  .product-view .add-to-cart-buttons {
    float: left;
    width: 100%;
  }
  .product-view .add-to-cart-buttons .button {
    min-height: 41px;
    line-height: 41px;
    font-size: 10px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
    font-weight: 500;
    border-radius: 0;
  }
  .product-view .add-to-cart-buttons .button .icon-cart {
    display: none;
  }
  .product-view .wishlist-toggle {
    font-size: 13px;
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 770px) {
  .product-view {
    padding: 10px 10px 0;
  }
  .product-view .product-shop {
    width: 100%;
  }
  .product-view .product-shop .product-name {
    text-align: center;
    padding: 10px 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .product-view .product-shop .product-name span {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .product-view .product-shop .product-name h1 {
    font-size: 20px;
  }
  .product-view .product-shop .price-box {
    text-align: center;
  }
  .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: 10px;
    padding-left: 10px;
  }
  .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 {
    font-size: 12px;
  }
  .product-view .product-shop .values-list {
    margin: 15px -10px 0;
    padding: 25px 10px 35px;
  }
  .product-view .product-shop .values-list .category-value-name {
    line-height: 22px;
    text-align: center;
  }
  .product-view .product-shop .values-list .category-values li:before {
    font-size: 23px;
  }
  .product-view .product-shop .values-list .category-values li .name {
    font-size: 12px;
  }
}

.product-img-box {
  width: 38.46154%;
  float: left;
}
.product-img-box .product-image {
  margin-bottom: 15px;
}
.product-img-box .product-image img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .product-img-box {
    width: 39.28571%;
  }
}
@media only screen and (max-width: 770px) {
  .product-img-box {
    width: 100%;
  }
  .product-img-box .product-image {
    margin-bottom: 28px;
  }
}

.product-image-gallery {
  position: relative;
  border: 7px solid #fff;
}
.product-image-gallery .image-wrap {
  position: relative;
}
.product-image-gallery .image-wrap .caption {
  display: none;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
@media only screen and (max-width: 979px) {
  .product-image-gallery {
    border-width: 3px;
  }
}
@media only screen and (max-width: 770px) {
  .product-image-gallery:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-image-gallery .image-wrap .caption {
    display: inline-block;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    color: #9b9a9a;
  }
  .product-image-gallery .gallery-image {
    display: block;
  }
  .product-image-gallery .owl-wrapper-outer {
    float: left;
  }
  .product-image-gallery .owl-controls {
    margin: 0;
  }
  .product-image-gallery .owl-controls .owl-buttons div {
    position: absolute;
    background-color: transparent;
    border: 2px solid #c3c2c3;
    border-radius: 0;
    width: 12px;
    height: 12px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    padding: 0;
  }
  .product-image-gallery .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
    border-width: 0 0 2px 2px;
  }
  .product-image-gallery .owl-controls .owl-buttons div.owl-next {
    right: 5px;
    border-width: 2px 2px 0 0;
  }
  .product-image-gallery .owl-pagination {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -32px;
  }
  .product-image-gallery .owl-pagination .owl-page span {
    height: 9px;
    width: 9px;
    margin: 3px;
    background-color: transparent;
    border: 1px solid #afafaf;
    opacity: 1;
  }
  .product-image-gallery .owl-pagination .owl-page.active span {
    background-color: #afafaf;
  }
}

.product-image-thumbs {
  margin-bottom: 90px;
}
.product-image-thumbs:after {
  content: '';
  display: table;
  clear: both;
}
.product-image-thumbs a {
  display: block;
  border: 1px solid #fff;
}
.product-image-thumbs a img {
  max-width: 100%;
}
.product-image-thumbs a:hover p.caption {
  text-decoration: underline;
}
.product-image-thumbs .caption {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  width: 100%;
  text-transform: uppercase;
}
.product-image-thumbs .owl-wrapper-outer {
  float: left;
  border: 1px solid #fff;
}
.product-image-thumbs .owl-buttons {
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -50px;
  line-height: 25px;
  width: 100px;
}
.product-image-thumbs .owl-buttons .owl-prev {
  float: left;
  font-size: 25px;
}
.product-image-thumbs .owl-buttons .owl-next {
  float: right;
  font-size: 25px;
}
.product-image-thumbs .owl-buttons .counter {
  text-align: center;
  margin: 0 25px;
  font-size: 10px;
  color: #0f0000;
}
@media only screen and (max-width: 770px) {
  .product-image-thumbs {
    display: none !important;
  }
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
  }
  .product-collateral .toggle-tabs li {
    float: left;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0;
    margin-right: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #0f0000;
    text-decoration: underline;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 10px 0;
    font-size: 12px;
    line-height: 19px;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd p:last-child {
    margin-bottom: 0;
  }
  .product-collateral > dl > dd ul {
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd a {
    font-size: 10px;
    color: #9b9a9a;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .product-collateral > dl > dd a:hover {
    text-decoration: none;
  }
  .product-collateral > dl > dd table {
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 41px;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd table thead th, .product-collateral > dl > dd table thead td {
    border-bottom: 1px solid #e0e0e0;
    font-size: 10px;
    color: #666;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
  }
  .product-collateral > dl > dd table tbody tr:nth-child(even) td {
    background-color: #f6f6f6;
  }
  .product-collateral > dl > dd table tbody tr td {
    font-size: 11px;
    padding: 0 20px;
  }
  .product-collateral > dl > dd table tbody tr td:first-child {
    color: #666;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
  .product-collateral > dl > dd {
    font-size: 13px;
    line-height: 20px;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral {
    margin: 0 -10px 35px;
  }
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 10px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 45px;
    display: block;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #f0f0f0;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #9b9a9a;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -2px;
  }
  .product-collateral > dl > dt:hover {
    color: #0f0000;
  }
  .product-collateral > dl > dd {
    padding: 10px 10px 25px;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 18px;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 18px;
  }
  .product-collateral > dl > dd p:last-child {
    margin-bottom: 0;
  }
  .product-collateral > dl > dd a {
    color: #9b9a9a;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .product-collateral > dl > dd a:hover {
    text-decoration: none;
  }
  .product-collateral > dl > dd table {
    border: 1px solid #efefef;
    text-align: center;
    line-height: 13px;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd table thead th, .product-collateral > dl > dd table thead td {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-size: 9px;
    color: #666;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
  }
  .product-collateral > dl > dd table tbody tr:nth-child(even) td {
    background-color: #f6f6f6;
  }
  .product-collateral > dl > dd table tbody tr td {
    font-size: 10px;
    padding: 10px 20px;
    border-right: 1px solid #efefef;
  }
  .product-collateral > dl > dd table tbody tr td:first-child {
    color: #666;
  }
  .product-collateral > dl > dd table tbody tr td:last-child {
    border-right: 0;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
  }
  .product-collateral > dl > dt:hover {
    color: #0f0000;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #f0f0f0;
    border-bottom: none;
  }
  .product-collateral > dl > dt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #9b9a9a;
    border-bottom: 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: 0;
    background-color: #fff;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #fff;
    border-top: none;
  }
  .product-collateral.accordion-open > dl > dt.current:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #9b9a9a;
    border-top: none;
    margin-top: -4px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
    background-color: #fff;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 0;
  }
}
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #e0e0e0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #0f0000;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.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: 33.33333%;
  float: left;
  padding: 0;
  position: relative;
}
.product-options p.required {
  display: none;
}
.product-options dt {
  display: none;
}
.product-options dd {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
.product-options dd .input-text {
  width: 98%;
}
.product-options dd .input-box {
  padding-top: 0;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd label {
  position: absolute;
  line-height: 52px;
  font-size: 10px;
  text-transform: uppercase;
  left: 15px;
  font-weight: normal;
}
.product-options dd label:after {
  content: ":";
  color: #9b9a9a;
}
.product-options dd select {
  width: 100%;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  border: 0;
  padding: 0 10px 0 57px;
  font-size: 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/dropdownarrow.png") no-repeat 95% center;
}
@media only screen and (max-width: 1199px) {
  .product-options dd label {
    left: 10px;
  }
  .product-options dd select {
    padding: 0 10px 0 45px;
  }
}
@media only screen and (max-width: 979px) {
  .product-options {
    position: relative;
    width: 65%;
    z-index: 2;
  }
  .product-options dd label {
    line-height: 42px;
  }
  .product-options dd select {
    height: 42px;
    line-height: 42px;
  }
}

.product-options-bottom {
  float: left;
  width: 66.66667%;
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
}
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
.product-options-bottom .ajaxcart-error {
  position: absolute;
  left: 10px;
  bottom: -20px;
  color: #f1636e;
  font-size: 10px;
}
.product-options-bottom .sold-wrapper {
  margin-bottom: 15px;
}
@media only screen and (min-width: 979px) {
  .product-options-bottom .sold-wrapper {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 770px) {
  .product-options-bottom .sold-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 979px) {
  .product-options-bottom {
    float: none;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
}

.add-to-cart-wrapper .add-to-box {
  position: relative;
}
.add-to-cart-wrapper .add-to-box .sold-wrapper {
  margin-bottom: 15px;
}
@media only screen and (max-width: 979px) {
  .add-to-cart-wrapper {
    text-align: center;
  }
}

.product-view .afterpay-installments-amount:last-of-type {
  display: block;
}
@media only screen and (max-width: 770px) {
  .product-view .afterpay-installments-amount:last-of-type {
    text-align: center;
  }
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related {
  padding: 80px 6.66667% 40px;
  position: relative;
  clear: both;
}
.block-related > h2 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  font-size: 12px;
  line-height: 20px;
  color: #0f0000;
  text-transform: uppercase;
  left: 0;
  top: 0;
  margin: 0;
  text-align: center;
}
.block-related .products-grid li {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .block-related {
    padding: 80px 3.33333% 20px;
  }
}
@media only screen and (max-width: 979px) {
  .block-related .products-grid li {
    width: 33.33333%;
  }
  .block-related .products-grid li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .block-related {
    padding: 57px 5px 10px;
  }
  .block-related > h2 {
    height: 14px 0;
    font-size: 11px;
  }
}
@media only screen and (max-width: 599px) {
  .block-related .products-grid {
    padding-top: 54px;
  }
  .block-related .products-grid li {
    width: 100%;
  }
  .block-related .products-grid .owl-buttons {
    width: 96px;
    top: 15px;
    right: 50%;
    margin-right: -48px;
    line-height: 22px;
    position: absolute;
  }
  .block-related .products-grid .owl-buttons .owl-prev {
    font-size: 22px;
    float: left;
  }
  .block-related .products-grid .owl-buttons .owl-next {
    font-size: 22px;
    float: right;
  }
  .block-related .products-grid .owl-buttons .counter {
    font-size: 10px;
    color: #0f0000;
    text-align: center;
    margin: 0 22px;
  }
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
@media only screen and (min-width: 980px) {
  .cart-content {
    float: left;
    width: 65.38462%;
  }
  .cart-content form {
    position: relative;
  }
  .cart-content form .button2.btn-update {
    position: absolute;
    right: 0;
    bottom: -35px;
  }
}
.cart-cms {
  margin-bottom: 50px;
}
@media only screen and (min-width: 980px) {
  .cart-cms {
    width: 65.38462%;
  }
}
.cart-cms .cart-block {
  width: 50%;
  float: left;
  padding: 0 3.84615%;
}
.cart-cms .cart-block h2 {
  font-size: 10px;
  color: #9b9a9a;
}
.cart-cms .cart-block p {
  font-size: 11px;
}
.cart-cms .cart-block:first-child {
  padding-left: 0;
}
.cart-cms:after {
  content: '';
  display: table;
  clear: both;
}

.cart .button {
  white-space: normal;
}

@media only screen and (min-width: 980px) {
  .cart-forms,
  .cart-totals-wrapper,
  .crosssell {
    float: right;
    clear: right;
    width: 26.92308%;
    margin-top: 42px;
    margin-right: 3.84615%;
  }
}
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
}

.cart-table,
.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: 100%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-cart-index .page-title {
  padding: 40px 0 30px;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 770px) {
  .checkout-cart-index .page-title {
    padding: 25px 0;
  }
}
.checkout-cart-index .page-title h1 {
  float: none;
  border-bottom: none;
  margin: 0;
  color: #d2d2d2;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-size: 38px;
  line-height: 1;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 770px) {
  .checkout-cart-index .page-title h1 {
    font-size: 20px;
    text-align: center;
    float: none;
  }
}
.checkout-cart-index .cart-empty {
  padding-bottom: 35px;
}

.cart .page-title {
  padding: 40px 0 30px;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 770px) {
  .cart .page-title {
    padding: 25px 0;
  }
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin: 0;
  color: #d2d2d2;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-size: 38px;
  line-height: 1;
  padding: 0;
}
@media only screen and (max-width: 770px) {
  .cart .page-title h1 {
    font-size: 20px;
    text-align: center;
    float: none;
  }
}

.checkout-types {
  text-align: center;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
  width: 100%;
  max-height: 50px;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: center;
    padding-right: 0;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
}
.cart-totals .checkout-types .btn-checkout span > span:before {
  font-size: 17px;
  margin-right: 5px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
    margin-bottom: 5px;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}
.cart-table h2 {
  color: #0f0000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 0;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table tbody td .item-options {
  margin-top: 10px;
  color: #666;
  font-size: 11px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table .product-cart-info {
  vertical-align: top;
  padding-top: 30px;
  color: #666;
  text-transform: uppercase;
}
.cart-table .product-cart-info .brand {
  color: #bbb;
  font-size: 12.5px;
}
.cart-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr td {
  padding: 0;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table .btn-remove:after {
  font-size: 20px;
  color: #9b9a9a;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image {
  padding: 2px;
  background-color: #fff;
  max-width: 100px;
}
.cart-table .product-cart-image .product-image img {
  width: 100%;
  max-width: 100px;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  margin: 5px 0 12px;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  color: #666;
}
.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 #0f0000;
  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 #0f0000;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
  width: 2.5em;
  color: #000;
}
.cart-table .product-cart-actions .button {
  background: transparent none repeat scroll 0 0;
  color: #9b9a9a;
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  text-decoration: underline;
  font-size: 10px;
}
.cart-table .product-cart-actions .button:hover {
  background: none;
  color: #9b9a9a;
}
.cart-table .item-msg.error {
  font-size: 10px;
  color: #f1636e;
}

.cart-totals-wrapper a.giftcard-btn-remove {
  vertical-align: unset;
}
.cart-totals-wrapper tr.gift-card {
  border-bottom: 1px solid #efefef;
}
.cart-totals-wrapper tr.gift-card th {
  padding: 0 15px;
}
.cart-totals-wrapper tr.gift-card th a.giftcard-btn-remove {
  margin-right: 5px;
  vertical-align: unset;
}
.cart-totals-wrapper tr.gift-card td {
  border: 0 none;
}

.cart-footer-actions {
  border-bottom: 1px solid #e0e0e0;
  line-height: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 979px) {
  .cart-footer-actions {
    border-top: 1px solid #e0e0e0;
  }
}
@media only screen and (max-width: 770px) {
  .cart-footer-actions {
    border-top: none;
    margin-bottom: 20px;
  }
}
.cart-footer-actions:after {
  content: '';
  display: table;
  clear: both;
}

.discount.aw_giftcard {
  float: left;
  display: block;
  height: 45px;
  text-align: left;
  width: 265px;
  position: relative;
  z-index: 5;
}
.discount.aw_giftcard:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.discount.aw_giftcard.active {
  background: #f6f6f6;
}
.discount.aw_giftcard.active:after {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.discount.aw_giftcard:hover {
  cursor: pointer;
}
.discount.aw_giftcard h2 {
  line-height: 45px;
  padding: 0 10px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #9b9a9a;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.discount.aw_giftcard .cart-promo {
  margin-top: 5px;
  width: 143%;
}
.discount.aw_giftcard .cart-promo .input-box {
  width: 70%;
  float: left;
  padding-top: 0;
}
.discount.aw_giftcard .cart-promo .input-box input {
  width: 100%;
  height: 45px;
  background: #f0f0f0;
  border-color: #e0e0e0;
  color: #9b9a9a;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 10px;
}
.discount.aw_giftcard .cart-promo #aw_giftcard-form button.button {
  width: 29%;
  line-height: 45px;
  background: #dddddd;
  margin: 0;
  margin-left: 1%;
}

@media only screen and (max-width: 770px) {
  .cart-content form .button2 {
    float: right;
    line-height: 45px;
    padding-right: 20px;
  }

  .cart-table {
    margin-bottom: 0;
  }
  .cart-table tr {
    padding: 0 10px;
  }
  .cart-table tr.first {
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
  }
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
    color: #666;
    font-size: 10px;
  }
  .cart-table tfoot {
    display: none;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
  .cart-table .product-cart-actions .qty {
    line-height: 1;
    margin: 0;
    background: #fff;
    height: 15px;
    font-size: 10px;
    color: #666;
    float: right;
    text-align: center;
    padding: 0;
  }
  .cart-table .product-cart-info {
    padding-top: 10px;
  }
  .cart-table .product-cart-info h2 {
    font-size: 13px;
  }
  .cart-table .product-cart-info .brand {
    font-size: 10px;
  }
  .cart-table .product-cart-image {
    padding-top: 0;
  }
  .cart-table .product-cart-image .cart-links {
    display: none;
  }
  .cart-table .product-cart-info .item-options {
    display: none;
  }
  .cart-table .product-cart-total {
    display: block;
    text-align: left;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .cart-table .product-cart-total:before {
    font-size: 10px;
  }
  .cart-table .product-cart-total .cart-price {
    float: right;
  }
  .cart-table .product-cart-total .cart-price .price {
    font-size: 10px;
  }
  .cart-table .size-option {
    float: left;
    width: 80%;
    text-transform: uppercase;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .cart-table .size-option .item-options {
    font-size: 10px;
    margin: 0;
  }
  .cart-table .size-option .item-options dd {
    margin: 0;
    float: right;
  }

  .cart-totals-wrapper {
    padding: 0 10px;
  }
  .cart-totals-wrapper #shopping-cart-totals-table {
    font-size: 10px;
  }
  .cart-totals-wrapper #shopping-cart-totals-table td {
    line-height: 50px;
  }
  .cart-totals-wrapper #shopping-cart-totals-table tfoot td {
    font-size: 10px;
  }

  .cart-cms {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .cart-cms h2 {
    font-size: 10px;
    color: #9b9a9a;
    line-height: 50px;
    margin: 0;
    padding: 0;
  }
  .cart-cms > div {
    height: auto;
    padding: 0 10px;
  }
  .cart-cms .discount.aw_giftcard {
    width: 100%;
    border-top: 1px solid  #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: auto;
    float: none;
  }
  .cart-cms .discount.aw_giftcard.active {
    background: none;
  }
  .cart-cms .discount.aw_giftcard h2 {
    border: none;
    padding: 0;
  }
  .cart-cms .discount.aw_giftcard .cart-promo {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-cms .cart-block {
    width: 100%;
    float: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
  }
  .cart-cms .cart-block h2 {
    position: relative;
    padding: 0 10px;
  }
  .cart-cms .cart-block h2:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cart-cms .cart-block h2.active:after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cart-cms .cart-block p {
    display: none;
    padding: 10px;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 10px;
    font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
    max-width: 100px;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: left;
    width: 80%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-actions .button {
    display: none;
    vertical-align: unset;
    float: right;
    margin-top: 2px;
    margin-right: 10px;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #C0C0C0;
}
.shipping select.validation-failed {
  border-color: #DF280A;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}
.cart .cart-totals table td {
  padding: 0 15px;
  line-height: 60px;
  border-bottom: 1px solid #efefef;
  color: #666;
}
.cart .cart-totals table td:first-child {
  text-align: left;
}
.cart .cart-totals table tfoot td {
  border-bottom: 0;
  color: #0f0000;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
  .cart-table .size-option,
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
.aw-onestepcheckout-wmh-shipping-info {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 12px;
  padding: 15px;
}

.aw-onestepcheckout-index-index .col1-layout .col-main {
  width: 100%;
}

#aw-onestepcheckout-container {
  margin: 0 auto;
}
#aw-onestepcheckout-container label {
  font-weight: normal;
  font-size: 12px;
  display: none;
}
#aw-onestepcheckout-container div.validation-passed,
#aw-onestepcheckout-container div.validation-error {
  background: none;
  padding-right: 0;
}
#aw-onestepcheckout-container .input-box {
  padding: 0;
}
#aw-onestepcheckout-container .input-box input {
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 40px;
  line-height: 38px;
  background-color: transparent;
  font-size: 11px;
  color: #666;
  padding: 0 10px;
  border-radius: 2px;
}
#aw-onestepcheckout-container .input-box select {
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 40px;
  line-height: 38px;
  background-color: transparent;
  font-size: 11px;
  color: #666;
  padding-left: 10px;
  border-radius: 2px;
  margin: 0;
}
#aw-onestepcheckout-container .input-box .validation-advice {
  width: 100%;
}
#aw-onestepcheckout-container .input-box .v-fix {
  width: calc(50% - 4px);
  margin: 0;
}
#aw-onestepcheckout-container .input-box .v-fix:nth-child(odd) {
  margin-right: 8px;
}
#aw-onestepcheckout-container .input-box.cc-box .v-fix {
  width: 32%;
  margin-right: 2%;
}
#aw-onestepcheckout-container .input-box.cc-box .v-fix:last-child {
  margin: 0;
}

.aw-onestepcheckout-error-msg,
.aw-onestepcheckout-success-msg {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}
.aw-onestepcheckout-error-msg li,
.aw-onestepcheckout-success-msg li {
  padding-left: 10px;
  padding-right: 10px;
}

.aw-onestepcheckout-error-msg {
  color: #df280a;
  border: 1px solid #f16048;
  background-color: #faebe7;
}

.aw-onestepcheckout-success-msg {
  color: #3d6611;
  border: 1px solid #446423;
  background-color: #eff5ea;
}

.aw-onestepcheckout-overlay,
.aw-onestepcheckout-timer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 995;
  /*for compatibility with menu*/
  background-color: rgba(240, 240, 240, 0.8);
}

#acp-overlay {
  z-index: 995;
}

.aw-onestepcheckout-overlay-48 {
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-overlay-24 {
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-overlay-16 {
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-timer {
  display: none;
  overflow: hidden;
}

.aw-onestepcheckout-timer-title {
  text-align: center;
  padding-top: 20px;
}
.aw-onestepcheckout-timer-title h1 span {
  font-weight: bold;
}

.aw-onestepcheckout-timer-description {
  text-align: center;
}

.aw-onestepcheckout-timer-actions a {
  font-weight: bold;
  font-size: 17px;
}

.aw-onestepcheckout-timer-actions-left,
.aw-onestepcheckout-timer-actions-right {
  width: 50%;
  float: left;
}

.aw-onestepcheckout-timer-actions-left {
  text-align: right;
}
.aw-onestepcheckout-timer-actions-left a {
  margin-right: 15px;
}

.aw-onestepcheckout-timer-actions-right {
  text-align: left;
}
.aw-onestepcheckout-timer-actions-right a {
  margin-left: 15px;
}

#aw-onestepcheckout-general-container {
  padding: 40px 0 100px;
  width: 86.66667%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  #aw-onestepcheckout-general-container {
    width: 93.33333%;
  }
}
@media only screen and (max-width: 979px) {
  #aw-onestepcheckout-general-container {
    width: 100%;
    padding: 20px 0 40px;
  }
}

/* NUMBERS */
.aw-onestepcheckout-number {
  font-size: 11px;
  color: #0f0000;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-number {
    margin: 0 -10px 10px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
  }
}

.aw-onestepcheckout-add-loader-into-this-block,
#aw-onestepcheckout-order-review-cart-wrapper,
#aw-onestepcheckout-order-review-coupon-wrapper,
#aw-onestepcheckout-order-review-enterprise-giftcard-wrapper,
#aw-onestepcheckout-order-review-aw-giftcard-wrapper,
#aw-onestepcheckout-order-review-enterprise-storecredit-wrapper,
#aw-onestepcheckout-order-review-enterprise-points-wrapper,
#aw-onestepcheckout-order-review-points-wrapper,
#aw-onestepcheckout-order-review-referafriend-wrapper,
#aw-onestepcheckout-order-review-storecredit-wrapper {
  position: relative;
}

#aw-onestepcheckout-related-wrapper {
  position: relative;
}

/*TITLE*/
#aw-onestepcheckout-title {
  text-align: center;
  display: none;
}
#aw-onestepcheckout-title h1 {
  font-size: 20px;
  line-height: 1;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-align: center;
  color: #d1d1d1;
  margin: 0;
  padding-top: 20px;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  #aw-onestepcheckout-title {
    display: block;
  }
}

#aw-onestepcheckout-title-description {
  font-size: 18px;
  display: none;
}

/* LOGIN FORM*/
#aw-onestepcheckout-authentification {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg {
  margin: 0px 0px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg ul li {
  list-style: none;
  font-weight: normal;
}

#aw-onestepcheckout-authentification-container {
  height: 64px;
  position: relative;
  top: 0px;
}

#aw-onestepcheckout-login-form,
#aw-onestepcheckout-forgot-password-form,
#aw-onestepcheckout-forgot-password-success {
  display: block;
  padding: 25px 0px !important;
}
#aw-onestepcheckout-login-form .form-message,
#aw-onestepcheckout-forgot-password-form .form-message,
#aw-onestepcheckout-forgot-password-success .form-message {
  width: 100%;
  text-align: center;
  margin: 10px 0px 10px;
}
#aw-onestepcheckout-login-form .form-message > span,
#aw-onestepcheckout-forgot-password-form .form-message > span,
#aw-onestepcheckout-forgot-password-success .form-message > span {
  font-size: 10px;
  color: #777;
}
#aw-onestepcheckout-login-form .form-message > span.email-message,
#aw-onestepcheckout-forgot-password-form .form-message > span.email-message,
#aw-onestepcheckout-forgot-password-success .form-message > span.email-message {
  display: block;
}
#aw-onestepcheckout-login-form .form-message > span.login-message,
#aw-onestepcheckout-forgot-password-form .form-message > span.login-message,
#aw-onestepcheckout-forgot-password-success .form-message > span.login-message {
  display: none;
}
#aw-onestepcheckout-login-form .form-list,
#aw-onestepcheckout-forgot-password-form .form-list,
#aw-onestepcheckout-forgot-password-success .form-list {
  padding-bottom: 5px;
  text-align: center;
}
#aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-login-form .form-list > div,
#aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-forgot-password-form .form-list > div,
#aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-forgot-password-success .form-list > div {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 770px) {
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-login-form .form-list > div,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-forgot-password-form .form-list > div,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-forgot-password-success .form-list > div {
    display: block;
  }
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-login-form .form-list > div .input-box,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-forgot-password-form .form-list > div .input-box,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-forgot-password-success .form-list > div .input-box {
    width: 100%;
  }
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-login-form .form-list > div button.button,
  #aw-onestepcheckout-login-form .form-list > div a.button,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-forgot-password-form .form-list > div button.button,
  #aw-onestepcheckout-forgot-password-form .form-list > div a.button,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-forgot-password-success .form-list > div button.button,
  #aw-onestepcheckout-forgot-password-success .form-list > div a.button {
    width: 100%;
  }
}
#aw-onestepcheckout-login-form .form-list > p,
#aw-onestepcheckout-forgot-password-form .form-list > p,
#aw-onestepcheckout-forgot-password-success .form-list > p {
  display: none;
}

#aw-onestepcheckout-forgot-password-form {
  padding: 25px 0 !important;
}

#aw-onestepcheckout-forgot-password-success {
  padding-bottom: 5px;
}

.aw-onestepcheckout-auth-form-block {
  display: inline-block;
  padding-right: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 770px) {
  .aw-onestepcheckout-auth-form-block {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.aw-onestepcheckout-auth-form-block .input-box {
  width: 240px;
}
.aw-onestepcheckout-auth-form-block input.input-text {
  width: 100%;
}

#aw-onestepcheckout-login-forgot-link {
  cursor: pointer;
}

#aw-onestepcheckout-login-form-block-fbi {
  position: absolute;
  right: 0;
  padding-top: 17px;
}

#aw-onestepcheckout-forgot-password-form p,
#aw-onestepcheckout-forgot-password-success p {
  margin: 0;
  padding: 0;
}

#aw-onestepcheckout-authentification label {
  width: auto;
  text-align: left;
  padding: 0;
}
#aw-onestepcheckout-authentification label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}
#aw-onestepcheckout-authentification .form-list .input-box {
  float: none;
  padding: 0;
}
#aw-onestepcheckout-authentification .form-list .input-box input {
  float: none;
}

#advice-validate-email-login-email {
  white-space: nowrap;
}
@media only screen and (max-width: 770px) {
  #advice-validate-email-login-email {
    white-space: normal;
  }
}

#ecom-general-overlay {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}

/* GENERAL CONTAINER */
#aw-onestepcheckout-general-container {
  position: relative;
}

.aw-onestepcheckout-row .aw-onestepchekocut-column {
  display: inline-block;
  -moz-box-flex: 1;
  vertical-align: top;
}
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left {
  width: 30.76923%;
  margin-right: 3.84615%;
}
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle {
  width: 30.76923%;
  margin-right: 3.84615%;
}
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
  width: 26.92308%;
}
@media only screen and (max-width: 1199px) {
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle {
    width: 32.14286%;
    margin-right: 3.57143%;
  }
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    width: 28.57143%;
  }
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

.aw-onestepcheckout-general-form-field {
  margin-top: 8px;
}
.aw-onestepcheckout-general-form-field label {
  width: auto;
  padding: 0;
}
.aw-onestepcheckout-general-form-field select[name=billing\[gender\]],
.aw-onestepcheckout-general-form-field select[name=billing\[country_id\]],
.aw-onestepcheckout-general-form-field select[name=shipping\[country_id\]] {
  width: 100%;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide {
  width: 100%;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input {
  width: 100%;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left {
  margin-right: 8px;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
  width: calc(50% - 4px);
  float: left;
}

/* BILLING/SHIPPING FORM */
#aw-onestepcheckout-address-billing .aw-onestepcheckout-number {
  margin-top: 25px;
}

#aw-onestepcheckout-address-billing .form-list > .aw-onestepcheckout-general-form-field {
  margin: 0 0 8px;
}

#aw-onestepcheckout-address-billing #billing-address-select,
#aw-onestepcheckout-address-shipping #shipping-address-select {
  width: 100%;
}

#aw-onestepcheckout-address label[for=billing-address-select],
#aw-onestepcheckout-address label[for=shipping-address-select] {
  width: 100%;
}

#aw-onestepcheckout-address .customer-name .field {
  width: calc(50% - 4px);
}
#aw-onestepcheckout-address .customer-name .field:nth-child(odd) {
  margin-right: 8px;
}
#aw-onestepcheckout-address .customer-name .field .input-box input {
  width: 100%;
}
#aw-onestepcheckout-address .customer-name .field .input-box select {
  width: 100%;
}

#aw-onestepcheckout-address .form-list .control label {
  float: none;
}

#aw-onestepcheckout-container .form-list .field {
  float: left;
  margin-bottom: 0;
}
#aw-onestepcheckout-container .form-list .field label {
  width: auto;
  text-align: left;
}
#aw-onestepcheckout-container .form-list .aw-onestepcheckout-general-form-field label {
  width: auto;
  text-align: left;
}
#aw-onestepcheckout-container .form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}
#aw-onestepcheckout-container .sp-methods label,
#aw-onestepcheckout-container .control label {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 40px;
  background-color: #efefef;
  padding: 0 0 0 30px;
  position: relative;
  color: #666;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  cursor: pointer;
}
#aw-onestepcheckout-container .sp-methods label:before,
#aw-onestepcheckout-container .control label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  border: 1px solid #bebebe;
  border-radius: 100%;
}
#aw-onestepcheckout-container .sp-methods label.required em,
#aw-onestepcheckout-container .control label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}
#aw-onestepcheckout-container .sp-methods label a,
#aw-onestepcheckout-container .control label a {
  float: right;
}
#aw-onestepcheckout-container .sp-methods label a img,
#aw-onestepcheckout-container .control label a img {
  display: inline-block;
  vertical-align: middle;
}
#aw-onestepcheckout-container .sp-methods #payment_form_paypal_express,
#aw-onestepcheckout-container .control #payment_form_paypal_express {
  font-size: 12px;
}
#aw-onestepcheckout-container .sp-methods input[type=radio]:checked + label:before,
#aw-onestepcheckout-container .sp-methods input[type=checkbox]:checked + label:before,
#aw-onestepcheckout-container .control input[type=radio]:checked + label:before,
#aw-onestepcheckout-container .control input[type=checkbox]:checked + label:before {
  background-color: #bebebe;
}

#aw-onestepcheckout-address .input-box.customer-dob {
  display: block;
  clear: both;
  width: 260px;
}

#aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-month,
#aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-day {
  width: 60px;
  margin-right: 0 !important;
}

#aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-year {
  width: 140px;
  margin-right: 0 !important;
}

#aw-onestepcheckout-address .form-list .customer-dob .dob-month input.input-text,
#aw-onestepcheckout-address .form-list .customer-dob .dob-day input.input-text {
  width: 46px !important;
}

#aw-onestepcheckout-address .form-list .customer-dob .dob-year input.input-text {
  width: 134px !important;
}

/* SHIPPING/PAYMENT METHOD */
#aw-onestepcheckout-shipping-method .sp-methods .input-box,
#aw-onestepcheckout-payment-method .sp-methods .input-box {
  width: 100%;
}
#aw-onestepcheckout-shipping-method .sp-methods dt,
#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
#aw-onestepcheckout-shipping-method .sp-methods dd,
#aw-onestepcheckout-payment-method .sp-methods dd {
  margin-left: 0;
  margin-bottom: 0;
}
#aw-onestepcheckout-shipping-method p,
#aw-onestepcheckout-payment-method p {
  font-size: 12px;
}

#aw-onestepcheckout-shipping-method .sp-methods dt {
  display: none;
}

#aw-onestepcheckout-shipping-method .sp-methods dd li,
#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-top: 0;
  margin-bottom: 3px;
}

#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-left: 0;
  margin-bottom: 0;
}
#aw-onestepcheckout-payment-method .sp-methods dt > span + label {
  margin-left: -8px;
}
#aw-onestepcheckout-payment-method .form-list select {
  width: 100%;
}
#aw-onestepcheckout-payment-method .form-list input.input-text {
  width: 100%;
}
#aw-onestepcheckout-payment-method label .cc-image {
  float: right;
  margin-top: 10px;
}

#payment_form_ewayrapid_saved,
#payment_form_ewayrapid_notsaved {
  margin-bottom: 8px;
}
#payment_form_ewayrapid_saved li,
#payment_form_ewayrapid_notsaved li {
  margin-bottom: 8px;
}
#payment_form_ewayrapid_saved li label,
#payment_form_ewayrapid_notsaved li label {
  display: none !important;
}
#payment_form_ewayrapid_saved select,
#payment_form_ewayrapid_notsaved select {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #666;
  font-size: 11px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding-left: 10px;
}

#aw-onestepcheckout-shipping-method-wrapper {
  margin: 25px 0;
}

#aw-onestepcheckout-shipping-method .gift-messages h3 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-messages-form h4 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .input-box,
#aw-onestepcheckout-shipping-method .gift-messages-form .field {
  width: 260px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form textarea {
  width: 254px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .input-box,
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container textarea,
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .input-text {
  width: 166px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .item .input-box,
#aw-onestepcheckout-shipping-method .gift-messages-form .item .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .item textarea,
#aw-onestepcheckout-shipping-method .gift-messages-form .item .input-text {
  width: 166px;
}

/* Gift options for EE theme */
#aw-onestepcheckout-shipping-method .gift-message-form .inner-box {
  height: auto;
  overflow: visible;
}
#aw-onestepcheckout-shipping-method .gift-message-form h4 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-options-for-order-container {
  padding: 0 10px;
}
#aw-onestepcheckout-shipping-method .gift-message-form .input-box,
#aw-onestepcheckout-shipping-method .gift-message-form .field {
  width: 242px;
}
#aw-onestepcheckout-shipping-method .gift-message-form textarea,
#aw-onestepcheckout-shipping-method .gift-message-form .input-text {
  width: 240px;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .input-box,
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container textarea,
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .input-text {
  width: 166px;
}
#aw-onestepcheckout-shipping-method .gift-message-form .gift-options-for-order .fieldset label,
#aw-onestepcheckout-shipping-method .gift-message-form .gift-message-form .gift-item .fieldset label {
  width: 50px;
}

.aw-giftcard-message-container {
  margin-bottom: 5px;
  font-size: 11px;
}
.aw-giftcard-message-container .aw-onestepcheckout-success-msg {
  border: 0 none;
  background: #f6f6f6;
  color: #00967d;
  font-weight: normal;
}
.aw-giftcard-message-container .aw-onestepcheckout-error-msg {
  border: 0 none;
  background: #f6f6f6;
  color: #f1636e;
  font-weight: normal;
}

#aw-onestepcheckout-review-aw-giftcard .input-box input {
  width: 65%;
}
#aw-onestepcheckout-review-aw-giftcard .input-box .button {
  width: calc(35% - 8px);
  background-color: #d9d9d9;
  color: #666;
  float: right;
}

/* REVIEW CART */
#aw-onestepcheckout-order-review-cart-wrapper {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 12px;
}

.aw-onestepcheckout-cart-table {
  width: 100%;
  font-size: 12px;
}
.aw-onestepcheckout-cart-table thead th {
  border-bottom: thin solid #BEBCB7;
  font-weight: bold;
  padding: 2px 8px;
  color: #0a263c;
  vertical-align: middle;
}
.aw-onestepcheckout-cart-table thead th.qty {
  text-align: center;
}
.aw-onestepcheckout-cart-table thead th.total {
  text-align: right;
}
.aw-onestepcheckout-cart-table thead td {
  border-bottom: 1px solid #efefef;
  padding: 4px 15px 4px 4px;
}
.aw-onestepcheckout-cart-table tbody td {
  border-bottom: 1px solid #efefef;
  padding: 4px 15px 4px 4px;
}
.aw-onestepcheckout-cart-table tbody .btn-remove {
  display: none;
}
.aw-onestepcheckout-cart-table tbody .btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.aw-onestepcheckout-cart-table .product-name {
  color: #0f0000;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  margin: 5px 0 1px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
}
.aw-onestepcheckout-cart-table .partner {
  display: block;
  font-size: 10px;
  color: #666;
  line-height: 15px;
  text-transform: uppercase;
}
.aw-onestepcheckout-cart-table .item-options {
  font-size: 10px;
  line-height: 19px;
  color: #666;
  text-transform: uppercase;
  margin-top: 19px;
}
.aw-onestepcheckout-cart-table .item-options dt {
  padding: 0;
  width: 50%;
}
.aw-onestepcheckout-cart-table .item-options dd {
  padding: 0;
  width: 50%;
  text-align: right;
  margin: 0;
}

.aw-onestepcheckout-cart-table-foot {
  line-height: 53px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.aw-onestepcheckout-cart-table-foot strong {
  color: #0f0000;
}
.aw-onestepcheckout-cart-table-foot tr:last-child td {
  border-bottom: 0;
}
.aw-onestepcheckout-cart-table-foot tr.gift-card {
  border-bottom: 1px solid #efefef;
}
.aw-onestepcheckout-cart-table-foot tr.gift-card th {
  padding: 0 15px;
}
.aw-onestepcheckout-cart-table-foot tr.gift-card th a.giftcard-btn-remove {
  margin-right: 5px;
}
.aw-onestepcheckout-cart-table-foot tr.gift-card td {
  border: 0 none;
}
.aw-onestepcheckout-cart-table-foot td {
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
}
.aw-onestepcheckout-cart-table-foot td:first-child {
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-cart-table-foot {
    line-height: 47px;
    font-size: 10px;
  }
}

#aw-onestepcheckout-review-table-cart-wrapper {
  position: relative;
}

#aw-onestepcheckout-review-cart-redirect-timer-block {
  border: 1px solid #D8D2C7;
}
#aw-onestepcheckout-review-cart-redirect-timer-block.aw-onestepcheckout-overlay {
  background-position-x: 50%;
  background-position-y: 90%;
}
#aw-onestepcheckout-review-cart-redirect-timer-block .aw-onestepcheckout-timer-title {
  padding: 20px 20px 0px;
}
#aw-onestepcheckout-review-cart-redirect-timer-block h1 {
  font-size: 14px;
}
#aw-onestepcheckout-review-cart-redirect-timer-block .aw-onestepcheckout-timer-actions a {
  font-size: 12px;
}

/* REVIEW COUPON */
#aw-onestepcheckout-review-coupon {
  margin-top: 5px;
}
#aw-onestepcheckout-review-coupon .input-box {
  width: 266px;
}
#aw-onestepcheckout-review-coupon .input-box input {
  width: 260px;
}
#aw-onestepcheckout-review-coupon .input-box input.with-buttons {
  width: 110px;
}

/* REVIEW ENTERPRISE STORE CREDIT */
#aw-onestepcheckout-review-enterprise-storecredit {
  margin-top: 5px;
}
#aw-onestepcheckout-review-enterprise-storecredit input[type=checkbox],
#aw-onestepcheckout-review-enterprise-storecredit label {
  cursor: pointer;
}

/* REVIEW ENTERPRISE POINTS */
#aw-onestepcheckout-review-enterprise-points {
  margin-top: 5px;
}
#aw-onestepcheckout-review-enterprise-points input[type=checkbox],
#aw-onestepcheckout-review-enterprise-points label {
  cursor: pointer;
}

/* REVIEW ENTERPRISE GIFTCARD */
#aw-onestepcheckout-review-enterprise-giftcard {
  margin-top: 5px;
}

/* REVIEW AW STORE CREDIT */
#aw-onestepcheckout-review-storecredit {
  margin-top: 5px;
}

/* REVIEW POINTS */
#aw-onestepcheckout-review-points {
  margin-top: 5px;
}
#aw-onestepcheckout-review-points .field-row input {
  width: 100px;
  text-align: right;
}
#aw-onestepcheckout-review-points .field-row .raf-details {
  display: inline;
}

/* REVIEW REFER A FRIEND */
#aw-onestepcheckout-review-referafriend {
  margin-top: 5px;
}
#aw-onestepcheckout-review-referafriend .field-row input {
  width: 100px;
  text-align: right;
}
#aw-onestepcheckout-review-referafriend .field-row .raf-details {
  display: inline;
}

/* COMMENTS/DDAN */
#aw-onestepcheckout-review-comments .input-box {
  width: 260px;
}
#aw-onestepcheckout-review-comments textarea {
  width: 100% !important;
  height: 5em;
}
#aw-onestepcheckout-review-comments .field-row {
  margin-top: 5px;
}

.calendar {
  z-index: 7;
}

#id-aw_deliverydate_date {
  width: 133px;
}

#aw-onestepcheckout-review-comments-ddan img {
  display: inline;
}

/* NEWSLETTER/ADVANCED NEWSLETTER from AW */
#aw-onestepcheckout-review-newsletter {
  margin-top: 5px;
}
#aw-onestepcheckout-review-newsletter input[type=checkbox],
#aw-onestepcheckout-review-newsletter label {
  cursor: pointer;
}

#aw-onestepcheckout-review-newsletter-advancednewsletter-segments {
  padding-left: 20px;
  height: 0px;
  overflow: hidden;
}
#aw-onestepcheckout-review-newsletter-advancednewsletter-segments span {
  font-size: 11px;
}
#aw-onestepcheckout-review-newsletter-advancednewsletter-segments .aw-an-already-subscribed {
  cursor: default;
  padding-left: 17px;
}

/* TERMS & CONDITIONS */
#aw-onestepcheckout-review-terms ol li {
  margin-top: 5px;
}

.aw-onestepcheckout-review-terms-description-container {
  display: none;
}

/* RELATED PRODUCTS BLOCK */
#aw-onestepcheckout-related {
  position: relative;
  padding-top: 10px;
}
#aw-onestepcheckout-related .link-compare {
  font-weight: normal;
}
#aw-onestepcheckout-related .product-name {
  font-weight: bold;
}
#aw-onestepcheckout-related .product-image img {
  border: 1px solid #d0cdc9;
}
#aw-onestepcheckout-related .aw-onestepcheckout-overlay {
  border: 1px solid #D8D2C7;
}

#aw-onestepcheckout-related-block {
  border-top: 1px solid #D8D2C7;
  padding-top: 10px;
}

#aw-onestepcheckout-related-block-products-list {
  text-align: center;
}

.aw-onestepcheckout-related-block-item {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

#aw-onestepcheckout-related-redirect-timer-block {
  border: 1px solid #D8D2C7;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-title {
  padding-top: 50px;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-actions-left a {
  margin-right: 30px;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-actions-right a {
  margin-left: 30px;
}

/* PLACE ORDER BUTTON */
#aw-onestepcheckout-place-order {
  margin-top: 15px;
}

#aw-onestepcheckout-place-order-button,
#aw-onestepcheckout-place-order-button:visited {
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  z-index: 6;
  font-size: 13px;
  height: 52px;
  line-height: 52px;
}
#aw-onestepcheckout-place-order-button:disabled,
#aw-onestepcheckout-place-order-button:visited:disabled {
  opacity: 1;
}

#aw-onestepcheckout-place-order-button:active {
  top: 1px;
}

#aw-onestepcheckout-place-order-button span {
  display: inline-block;
}
#aw-onestepcheckout-place-order-button span.icon-cart-padlock {
  margin-right: 10px;
}
#aw-onestepcheckout-place-order-button span.aw-onestepcheckout-place-order-amount, #aw-onestepcheckout-place-order-button span.aw-onestepcheckout-place-order-process {
  display: none !important;
}

#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled,
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:visited,
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:hover {
  background-color: #cccccc;
  color: #f8f8ff;
}

#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled span {
  background-color: transparent !important;
}

#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:hover {
  top: 0px;
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {
  float: none;
  color: #555;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  z-index: 5;
  top: -40px;
  position: relative;
  display: block;
  height: 15px;
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait .loader-spin {
  font-size: 4px;
  position: absolute;
  top: 0;
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  display: inline-block;
}

#aw-onestepcheckout-place-order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE fix */
  background-color: white;
  -moz-opacity: 0.01;
  opacity: 0.01;
  filter: alpha(opacity=1);
}

/* #compatibility with Paypal Hosted Pro */
#iframe-warning {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

#hss-iframe {
  margin: auto;
  display: block;
}

/* UI - POPUP */
.aw-onestepcheckout-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 100;
  cursor: pointer;
}

.aw-onestepcheckout-popup {
  position: fixed;
  min-height: 40%;
  width: 70%;
  background-color: white;
  z-index: 200;
  overflow: hidden;
  padding: 10px;
}

.aw-onestepcheckout-popup-content {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 0;
}

.aw-onestepcheckout-popup-accept {
  padding: 10px 10px 0px 10px;
  text-align: center;
}

.aw-onestepcheckout-popup-accept button {
  background: #eee;
  height: 30px;
  width: 150px;
  border: 1px solid #aaa;
  color: #555;
  font-size: 16px;
  cursor: pointer;
}

.aw-onestepcheckout-popup-accept button:hover {
  background: #ddd;
  border: 1px solid #999;
}

.aw-onestepcheckout-popup-accept a {
  float: right;
  margin-right: 16px;
  font-size: 20px;
  margin-top: 5px;
}

#aw_giftcard_code, #coupon_code {
  margin-bottom: 7px;
}

#enterprise_giftcard_code {
  margin-bottom: 5px;
}

#aw-onestepcheckout-enterprise-giftcard-apply-btn {
  margin-bottom: 5px;
}

@media only screen and (min-width: 980px) {
  #aw-onestepcheckout-general-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.paypal-express-review .page-title {
  padding: 40px 0 35px;
}
.paypal-express-review .page-title h1 {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  color: #cecece;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
  border: 0;
}
.paypal-express-review .page-title p {
  font-size: 12px;
  color: #666;
}
.paypal-express-review h2 {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.paypal-express-review .info-wrap {
  width: 46.15385%;
  float: left;
}
.paypal-express-review .info-wrap .box {
  border: 1px solid #d8d8d8;
  line-height: 25px;
  font-size: 10px;
  margin-bottom: 40px;
  position: relative;
}
.paypal-express-review .info-wrap .box.half:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #d8d8d8;
}
.paypal-express-review .info-wrap .box.half .box-title h3 {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.paypal-express-review .info-wrap .box.half .box-title h3:nth-child(2) {
  padding-left: 20px;
  padding-right: 0;
}
.paypal-express-review .info-wrap .box.half .box-content div {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.paypal-express-review .info-wrap .box.half .box-content div:nth-child(2) {
  padding-left: 20px;
  padding-right: 0;
}
.paypal-express-review .info-wrap .box.half .box-content div.validation-advice {
  width: 100%;
  font-size: 10px;
  line-height: 20px !important;
}
.paypal-express-review .info-wrap .box .box-title {
  padding: 6px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}
.paypal-express-review .info-wrap .box .box-title:after {
  content: '';
  display: table;
  clear: both;
}
.paypal-express-review .info-wrap .box .box-title h3 {
  margin: 0;
  font-size: 10px;
  line-height: 25px;
}
.paypal-express-review .info-wrap .box .box-content {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #666;
  position: relative;
}
.paypal-express-review .info-wrap .box .box-content.paypal {
  padding: 0 20px;
}
.paypal-express-review .info-wrap .box .box-content.paypal .paypal-logo {
  margin: 0 20px 0 0;
  padding: 40px 20px 40px 0;
  border-right: 1px solid #d8d8d8;
  display: inline-block;
  float: left;
}
.paypal-express-review .info-wrap .box .box-content.paypal .paypal-logo img {
  max-width: 100%;
}
.paypal-express-review .info-wrap .box .box-content.paypal .paypal-info {
  margin: 40px 0 20px;
  text-transform: none;
  display: inline-block;
  max-width: calc(100% - 166px);
}
.paypal-express-review .info-wrap .box .box-content.paypal:after {
  content: '';
  display: table;
  clear: both;
}
.paypal-express-review .info-wrap .box .box-content select {
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  text-transform: uppercase;
}
.paypal-express-review .items-wrap {
  width: 46.15385%;
  float: right;
}
.paypal-express-review .items-wrap .box {
  border: 1px solid #d8d8d8;
  line-height: 25px;
  font-size: 10px;
  margin-bottom: 40px;
  margin-top: 20px;
  position: relative;
}
.paypal-express-review .items-wrap .box-content {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #666;
  position: relative;
}
.paypal-express-review .items-wrap .box-content select {
  font-size: 10px;
  height: 30px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #f0f0f0;
  color: #666;
  border: 1px solid #d8d8d8;
}
.paypal-express-review .items-wrap .box-title {
  padding: 6px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
}
.paypal-express-review .items-wrap .box-title:after {
  content: '';
  display: table;
  clear: both;
}
.paypal-express-review .items-wrap .box-title h3 {
  margin: 0;
  font-size: 10px;
  line-height: 25px;
}
.paypal-express-review .items-wrap #details-reload {
  background-color: #fff;
  border-radius: 2px;
}
.paypal-express-review .items-wrap .data-table tbody td {
  border-bottom: 1px solid #efefef;
  padding: 9px 12px;
}
.paypal-express-review .items-wrap .data-table tbody td .product-name {
  font-size: 15px;
  text-transform: none;
  color: #0f0000;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
}
.paypal-express-review .items-wrap .data-table tbody td .brand {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  display: block;
}
.paypal-express-review .items-wrap .data-table tbody td .item-options {
  font-size: 11px;
  line-height: 23px;
  color: #666;
  text-transform: uppercase;
  margin-top: 14px;
}
.paypal-express-review .items-wrap .data-table tbody td .item-options dt {
  min-width: 50px;
}
.paypal-express-review .items-wrap .data-table tbody td .item-options dd {
  margin-bottom: 0;
}
.paypal-express-review .items-wrap .data-table tfoot tr {
  background-color: transparent;
}
.paypal-express-review .items-wrap .data-table tfoot tr td {
  border-bottom: 1px solid #efefef;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 47px;
  padding: 0 14px;
}
.paypal-express-review .items-wrap .data-table tfoot tr td strong {
  color: #0f0000;
}
.paypal-express-review .items-wrap .data-table tfoot tr td:first-child {
  text-align: left;
}
.paypal-express-review .items-wrap .buttons-set {
  padding: 0;
  border: 0;
  margin: 13px 0;
}
.paypal-express-review .items-wrap .buttons-set .button {
  width: 100%;
  font-size: 13px;
  height: 52px;
  line-height: 52px;
}
.paypal-express-review .items-wrap .buttons-set .button .icon-cart-padlock {
  margin-right: 10px;
  font-size: 17px;
}
.paypal-express-review .items-wrap .buttons-set .email {
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
  line-height: 24px;
  float: left;
}
.paypal-express-review .items-wrap .buttons-set .please-wait {
  font-size: 11px;
}
@media only screen and (max-width: 1199px) {
  .paypal-express-review .info-wrap {
    width: 48.21429%;
  }
  .paypal-express-review .items-wrap {
    width: 48.21429%;
  }
}
@media only screen and (max-width: 979px) {
  .paypal-express-review .page-title {
    padding: 20px 0;
  }
  .paypal-express-review .page-title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 979px) {
  .paypal-express-review .page-title {
    text-align: center;
  }
  .paypal-express-review .page-title h1 {
    font-size: 20px;
  }
  .paypal-express-review .page-title p {
    font-size: 10px;
  }
  .paypal-express-review h2 {
    line-height: 39px;
    background-color: #fff;
    font-size: 10px;
  }
  .paypal-express-review .info-wrap {
    width: 100%;
    text-align: center;
  }
  .paypal-express-review .info-wrap .box {
    margin: 0 10px 25px;
  }
  .paypal-express-review .info-wrap .box.half .box-title {
    padding: 6px 10px;
  }
  .paypal-express-review .info-wrap .box.half .box-title h3 {
    padding-right: 10px;
  }
  .paypal-express-review .info-wrap .box.half .box-title h3:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
  }
  .paypal-express-review .info-wrap .box.half .box-content {
    padding: 10px;
  }
  .paypal-express-review .info-wrap .box.half .box-content div {
    padding-right: 10px;
  }
  .paypal-express-review .info-wrap .box.half .box-content div:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
  }
  .paypal-express-review .info-wrap .box .box-content.paypal {
    padding: 0;
  }
  .paypal-express-review .info-wrap .box .box-content.paypal .paypal-logo {
    margin: 0;
    padding: 17px 0 10px;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .paypal-express-review .info-wrap .box .box-content.paypal .paypal-logo img {
    display: inline-block;
  }
  .paypal-express-review .info-wrap .box .box-content.paypal .paypal-info {
    margin: 16px 15px;
    max-width: 100%;
  }
  .paypal-express-review .items-wrap {
    width: 100%;
  }
  .paypal-express-review .items-wrap .legend {
    text-align: center;
  }
  .paypal-express-review .items-wrap #details-reload {
    margin: 0 10px;
  }
  .paypal-express-review .items-wrap #order_review_form {
    margin: 0 10px;
  }
  .paypal-express-review .items-wrap .data-table tbody td {
    padding: 7px;
  }
  .paypal-express-review .items-wrap .data-table tbody td .product-image img {
    max-width: 88px;
  }
  .paypal-express-review .items-wrap .data-table tbody td .product-name {
    font-size: 13px;
  }
  .paypal-express-review .items-wrap .data-table tbody td .brand {
    font-size: 10px;
  }
  .paypal-express-review .items-wrap .data-table tbody td .item-options {
    font-size: 10px;
    line-height: 19px;
  }
  .paypal-express-review .items-wrap .data-table tfoot tr td {
    font-size: 10px;
  }
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .col-main {
    text-align: center;
  }
}
.checkout-onepage-success .col-main .wrapper-success {
  padding: 120px 6.66667%;
  background: #fff;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .col-main .wrapper-success {
    font-size: 20px;
    padding: 75px 10px;
  }
}
.checkout-onepage-success .col-main .wrapper-success .order-num {
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 45px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .col-main .wrapper-success .order-num {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.checkout-onepage-success .col-main .wrapper-success p {
  color: #666;
  font-size: 12px;
  line-height: 2;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .col-main .wrapper-success p {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.checkout-onepage-success .col-main .wrapper-success p.required {
  float: none;
}
.checkout-onepage-success .col-main .wrapper-success p.required em {
  color: #DF280A;
}
.checkout-onepage-success .col-main input {
  background-color: #f1f2f3;
  border: none;
}
.checkout-onepage-success .col-main input:focus {
  outline: none;
}
.checkout-onepage-success .bottom-divs {
  width: 86.66667%;
  margin: 0 auto;
  padding: 70px 0;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .bottom-divs {
    width: 100%;
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-success .bottom-divs {
    padding: 20px 0 0;
  }
  .checkout-onepage-success .bottom-divs .third:last-child {
    margin: 0;
  }
}
.checkout-onepage-success .page-title h1 {
  font-size: 38px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  color: #d6d6d6;
  border: 0 none;
  margin-bottom: 20px;
  padding: 0;
}
@media only screen and (max-width: 770px) {
  .checkout-onepage-success .page-title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .checkout-onepage-success .buttons-set {
    text-align: left;
  }
}
.checkout-onepage-success .buttons-set button {
  float: none;
  margin-left: 0;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #9b9a9a;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #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: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #0f0000;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .col-main {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  body.customer-account .col-main {
    margin-bottom: 0;
  }
}
body.customer-account .validation-advice {
  font-size: 10px;
  padding: 0;
  line-height: 1;
}
body.customer-account .container {
  width: 86.66667%;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  body.customer-account .container {
    width: 100%;
  }
}
body.customer-account .my-account .page-title {
  padding-top: 40px;
}
@media only screen and (max-width: 770px) {
  body.customer-account .my-account .page-title {
    padding-top: 25px;
  }
}
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #c5c5c5;
  text-transform: none;
}
@media only screen and (max-width: 770px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
body.customer-account .my-account .welcome-msg {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  font-size: 12px;
  color: #9b9a9a;
}
@media only screen and (max-width: 770px) {
  body.customer-account .my-account .welcome-msg {
    text-align: center;
    font-size: 10px;
    padding-bottom: 25px;
  }
}
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-weight: 600;
  font-size: 13px;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .my-account .my-wishlist .fieldset {
  margin: 50px 0;
}
@media only screen and (max-width: 770px) {
  body.customer-account .my-account .my-wishlist .fieldset {
    margin: 40px 0 20px;
    padding: 0 10px;
  }
}
body.customer-account .my-account .return-item {
  float: right;
  background: 0 none;
  border: 1px solid #d9d9d9;
}
body.customer-account .my-account .return-item:hover {
  color: #9b9a9a;
}
body.customer-account .order-details .data-table thead th,
body.customer-account .order-details .data-table tbody td {
  width: auto;
  vertical-align: sub;
}
@media only screen and (max-width: 770px) {
  body.customer-account .order-details .data-table thead th,
  body.customer-account .order-details .data-table tbody td {
    border: none;
  }
}
body.customer-account .order-details .data-table thead th:not(:first-child),
body.customer-account .order-details .data-table tbody td:not(:first-child) {
  width: 16.7%;
}
@media only screen and (max-width: 770px) {
  body.customer-account .order-details .data-table thead th:not(:first-child),
  body.customer-account .order-details .data-table tbody td:not(:first-child) {
    width: auto;
  }
}
body.customer-account .order-details .linearize-table-large tbody tr {
  border: 0 none;
}
body.customer-account .data-table {
  margin-bottom: 15px;
}
body.customer-account .data-table thead th, body.customer-account .data-table tbody td {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  font-size: 10px;
  width: 16.6666%;
  padding: 10px;
}
body.customer-account .data-table tr.odd {
  background: #f9f9f9;
}
body.customer-account .data-table th {
  background: #f0f0f0;
  color: #9b9a9a;
}
body.customer-account .data-table td {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
body.customer-account .data-table td a {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
  color: #666;
  text-decoration: underline;
}
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;
}
body.customer-account .dashboard-navigation {
  height: 45px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  font-size: 10px;
}
@media only screen and (max-width: 770px) {
  body.customer-account .dashboard-navigation {
    display: none;
  }
}
body.customer-account .dashboard-navigation .back-button {
  width: 16.66667%;
  border-right: 1px solid #e0e0e0;
  float: left;
  height: 44px;
}
body.customer-account .dashboard-navigation .back-button span {
  display: block;
  background: #f9f9f9;
}
body.customer-account .dashboard-navigation .back-button a {
  color: #8a8a8a;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
body.customer-account .dashboard-navigation .back-button a:before {
  content: '\2190';
  position: absolute;
  left: 0;
  top: -1px;
}
body.customer-account .dashboard-navigation .logout-button {
  float: right;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  background: #f9f9f9;
  width: 16.66667%;
}
body.customer-account .dashboard-navigation .logout-button a {
  color: #8a8a8a;
  display: block;
}
body.customer-account .bottom-navigation {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 770px) {
  body.customer-account .bottom-navigation {
    padding: 15px 10px;
  }
}
body.customer-account .bottom-navigation .logout {
  float: right;
}
body.customer-account .bottom-navigation:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .bottom-navigation .button.button-secondary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  width: 240px;
}
@media only screen and (max-width: 770px) {
  body.customer-account .bottom-navigation {
    text-align: center;
  }
  body.customer-account .bottom-navigation .button:not(.logout) {
    display: none;
  }
  body.customer-account .bottom-navigation .logout {
    float: none;
    width: 100% !important;
  }
  body.customer-account .bottom-navigation .button + .button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .bottom-navigation .container {
    margin: 0;
  }
}
body.customer-account .order-history {
  margin-bottom: 50px;
}
body.customer-account .order-history .page-title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  body.customer-account .order-history .page-title {
    padding-bottom: 20px;
  }
}
body.customer-account .order-history .page-title p {
  font-size: 12px;
}
@media only screen and (max-width: 770px) {
  body.customer-account .order-history .page-title p {
    text-align: center;
    font-size: 10px;
  }
}
body.customer-account .order-history .return-item {
  float: right;
}
body.customer-account .order-history:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .order-history .mobile {
  padding: 0 10px;
}
body.customer-account .order-history .mobile .button {
  width: 48%;
  margin: 0;
  float: left;
}
body.customer-account .order-history .mobile .button.track-button {
  float: right;
  background: none;
  color: #9b9a9a;
  border: 1px solid #9b9a9a;
}
body.customer-account .order-history .mobile .button-clear:after {
  content: '';
  display: table;
  clear: both;
}
body.customer-account .order-history .order-number {
  margin: 25px -10px 10px;
  background: #fff;
  padding: 10px 0;
  color: #0f0000;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}
body.customer-account .order-history .order-number:first-of-type {
  margin-top: 0;
}
body.customer-account .order-history .mobile-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
}
body.customer-account .order-history .mobile-table th, body.customer-account .order-history .mobile-table td {
  padding: 5px 20px;
  font-size: 10px;
  text-transform: uppercase;
  width: 50%;
}
body.customer-account .order-history .mobile-table th {
  border-right: 1px solid #e0e0e0;
}
body.customer-account .order-history .mobile-table td {
  color: #666;
}
body.customer-account .order-history .mobile-table tr:first-child th,
body.customer-account .order-history .mobile-table tr:first-child td {
  padding-top: 15px;
}
body.customer-account .order-history .mobile-table tr:last-child th,
body.customer-account .order-history .mobile-table tr:last-child td {
  padding-bottom: 15px;
}
body.customer-account .back-wrapper {
  padding: 0 10px;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 45px;
  width: 100%;
  background: rgba(240, 240, 240, 0.95);
  z-index: 9;
}
body.customer-account .back-wrapper p {
  float: left;
  line-height: 50px;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
body.customer-account .back-wrapper a {
  background-color: #d8d8d8;
  border-radius: 0 2px 2px 0;
  color: #666;
  font-size: 9px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 11px;
  width: 60px;
  text-transform: uppercase;
}
body.customer-account .back-wrapper a:after {
  border-color: transparent #d8d8d8 transparent transparent;
  border-style: solid;
  border-width: 13px 8px 13px 0;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 0;
  width: 0;
}
body.customer-account .back-wrapper a:hover {
  text-decoration: none;
}

.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;
}

@media only screen and (max-width: 770px) {
  body.customer-account-index .bottom-navigation {
    border: 0 none;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
body.customer-account-index .box-saved-cc .back-wrapper {
  display: none !important;
}
body.customer-account-index .box-saved-cc .page-title {
  display: none !important;
}
body.customer-account-index .box-saved-cc .mobile-cards {
  display: none;
}
body.customer-account-index .messages li li {
  width: 86.66667%;
  margin: 0 auto;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 45px;
}
.dashboard .box-head h2 {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 25px;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-head.mobile {
  margin: 0;
}
.dashboard .box-head.mobile a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
.dashboard .box-head.mobile a:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-color: #9b9a9a;
  border-style: solid;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
  width: 8px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.dashboard .box-head.mobile h2 {
  color: #666;
  font-size: 10px;
  margin: 0;
  font-weight: 500;
}
.dashboard .box-head.mobile.account {
  border-bottom: 1px solid #e0e0e0;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.dashboard .box-account .customer-info {
  border: 1px solid #e0e0e0;
}
.dashboard .box-account .customer-info li {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 10px;
  text-transform: uppercase;
}
.dashboard .box-account .customer-info li:last-child {
  border: none;
}
.dashboard .box-account .customer-info .label {
  width: 40%;
  color: #9b9a9a;
  display: inline-block;
}
.dashboard .box-account .customer-info .info {
  color: #666;
}
.dashboard .box-account .customer-info a {
  color: #666;
  text-decoration: underline;
  font-size: 10px;
}
.dashboard .box-account .box-content {
  margin-bottom: 15px;
}
.dashboard .box-account .address-col .box-title {
  border: 1px solid #e0e0e0;
}
.dashboard .box-account .address-col .box-content {
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px;
  padding: 15px;
  color: #666;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  min-height: 184px;
}
.dashboard .box-account .address-col .col-2 .box-title {
  border-left: 0;
}
.dashboard .box-account .address-col .col-2 .box-content {
  border-left: 0;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding: 15px;
}
.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: 500;
  font-size: 10px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .col2-set .col-1 {
  padding-right: 3.84615%;
}
.dashboard .col2-set .col-2 {
  padding-left: 3.84615%;
}
.dashboard .col2-set .col2-set .col-1,
.dashboard .col2-set .col2-set .col-2 {
  padding: 0;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}
.dashboard .newsletter-account {
  padding-bottom: 50px;
}
.dashboard .newsletter-account input {
  display: none;
}
.dashboard .newsletter-account input[type="checkbox"] + label {
  float: left;
  width: 15px;
  height: 15px;
  border: 1px solid #bababa;
  border-radius: 50%;
  margin: 3px 10px 0 0;
}
.dashboard .newsletter-account input[type="checkbox"]:checked + label {
  background: #bababa;
}
.dashboard .newsletter-account .box-head.mobile {
  border-bottom: 1px solid #e0e0e0;
}
.dashboard .wishlist-account {
  margin-bottom: 15px;
}
.dashboard .wishlist-account .item {
  width: 18%;
  background: #fff;
  margin-right: 2%;
  float: left;
}
.dashboard .wishlist-account .item img {
  width: 100%;
  border: 5px solid #fff;
}
.dashboard .wishlist-account .item .product-info {
  padding: 10px 10px 0;
  text-align: center;
}
.dashboard .wishlist-account .item .product-name {
  font-size: 12px;
  text-transform: none;
  color: #0f0000;
  margin-bottom: 2px;
}
.dashboard .wishlist-account .item .details span {
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
}
.dashboard .wishlist-account .item .remove-stock {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
}
.dashboard .wishlist-account .item .remove-stock:after {
  content: '';
  display: table;
  clear: both;
}
.dashboard .wishlist-account .item .remove,
.dashboard .wishlist-account .item .stock-status {
  font-size: 8px;
  text-transform: uppercase;
  color: #9b9a9a;
}
.dashboard .wishlist-account .item .remove {
  float: left;
}
.dashboard .wishlist-account .item .stock-status {
  float: right;
}
.dashboard .wishlist-account .item .stock-status.stock-in:before {
  content: "\2713";
  color: #00967d;
  margin-right: 5px;
  padding: 0 2px;
  border: 1px solid #00967d;
  border-radius: 50%;
}
.dashboard .wishlist-account .item .stock-status.stock-out:before {
  content: "x";
  color: #f1636e;
  margin-right: 5px;
  padding: 0 2px;
  border: 1px solid red;
  border-radius: 50%;
}
.dashboard .wishlist-account .item .btn-remove-wishlist {
  text-decoration: underline;
  color: #9b9a9a;
}
.dashboard .wishlist-account:after {
  content: '';
  display: table;
  clear: both;
}

/** Wishlist **/
.my-wishlist {
  position: relative;
}
.my-wishlist > p {
  font-size: 12px;
}
@media only screen and (max-width: 770px) {
  .my-wishlist > p {
    text-align: center;
    font-size: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
  }
}
.my-wishlist .fieldset:after {
  content: '';
  display: table;
  clear: both;
}
.my-wishlist .owl-item .item {
  max-width: 100%;
  width: auto;
  margin: 0 10px;
}
.my-wishlist .item {
  width: 18%;
  background: #fff;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 770px) {
  .my-wishlist .item {
    width: 46%;
    margin: 0 2% 10px;
    position: relative;
  }
}
.my-wishlist .item .absolute {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.my-wishlist .item img {
  width: 100%;
  border: 5px solid #fff;
}
.my-wishlist .item .product-info {
  padding: 10px 10px 0;
  text-align: center;
}
.my-wishlist .item .product-name {
  font-size: 12px;
  text-transform: none;
  color: #0f0000;
  margin-bottom: 2px;
}
.my-wishlist .item .details span {
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
}
.my-wishlist .item .remove-stock {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
}
.my-wishlist .item .remove-stock:after {
  content: '';
  display: table;
  clear: both;
}
.my-wishlist .item .remove,
.my-wishlist .item .stock-status {
  font-size: 8px;
  text-transform: uppercase;
  color: #9b9a9a;
}
@media only screen and (max-width: 330px) {
  .my-wishlist .item .remove,
  .my-wishlist .item .stock-status {
    font-size: 6px;
  }
}
.my-wishlist .item .remove {
  float: left;
}
.my-wishlist .item .stock-status {
  float: right;
}
.my-wishlist .item .stock-status.stock-in:before {
  content: "\2713";
  color: #00967d;
  margin-right: 5px;
  padding: 0 2px;
  border: 1px solid #00967d;
  border-radius: 50%;
}
.my-wishlist .item .stock-status.stock-out:before {
  content: "x";
  color: #f1636e;
  margin-right: 5px;
  padding: 0 2px;
  border: 1px solid red;
  border-radius: 50%;
}
.my-wishlist .item .btn-remove-wishlist {
  text-decoration: underline;
  color: #9b9a9a;
}
.my-wishlist:after {
  content: '';
  display: table;
  clear: both;
}
.my-wishlist .next, .my-wishlist .prev {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #b2aeae;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 770px) {
  .my-wishlist .next, .my-wishlist .prev {
    top: 105px;
  }
}
@media only screen and (max-width: 321px) {
  .my-wishlist .next, .my-wishlist .prev {
    top: 120px;
  }
}
.my-wishlist .next {
  right: -3%;
}
.my-wishlist .next:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 8px;
  height: 6px;
  width: 6px;
  border: 2px solid #b2aeae;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 771px) {
  .my-wishlist .next {
    right: 35%;
  }
}
.my-wishlist .prev {
  left: -3%;
}
.my-wishlist .prev:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 6px;
  height: 6px;
  width: 6px;
  border: 2px solid #b2aeae;
  border-width: 2px 0px 0 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 771px) {
  .my-wishlist .prev {
    left: 35%;
  }
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  text-transform: uppercase;
}
.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;
}
.my-account .addresses-list address {
  font-size: 10px;
  color: #666;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.my-account .addresses-list h3 {
  color: #000;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

.customer-address-index .mobile-edit {
  margin-bottom: 50px;
}
.customer-address-index .mobile-edit li {
  border-bottom: 1px solid #e0e0e0;
}
.customer-address-index .mobile-edit a {
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  position: relative;
  padding: 15px 10px;
  font-weight: 500;
}
.customer-address-index .mobile-edit a:after {
  content: "";
  border-width: 0 1px 1px 0;
  border-color: #9b9a9a;
  border-style: solid;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
  width: 8px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.customer-address-index .mobile-edit a:hover {
  text-decoration: none;
}

.customer-address-form p {
  font-size: 12px;
}
@media only screen and (max-width: 770px) {
  .customer-address-form p {
    font-size: 10px;
    text-align: center;
  }
}
.customer-address-form .field {
  position: relative;
}
.customer-address-form .field:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-form .legend {
  color: #000;
  font-size: 11px;
  border: 0 none;
  padding-bottom: 0;
  font-weight: 500;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .legend {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .customer-address-form .form-list {
    padding: 0 10px;
  }
}
.customer-address-form .form-list label {
  line-height: 33px;
  font-size: 10px;
  color: #9b9a9a;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  left: 12px;
}
.customer-address-form .styled-select {
  border: 1px solid #e0e0e0;
  height: 31px;
}
.customer-address-form .styled-select select {
  width: 100%;
  padding-left: 40%;
  background-position: 98% center;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .styled-select select {
    padding-left: 50%;
  }
}
.customer-address-form .input-text {
  border: none;
  background: #f0f0f0;
  width: 100%;
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
  outline: none;
  padding-left: 40%;
  border: 1px solid #e0e0e0;
  height: 31px;
}
.customer-address-form .input-text:focus {
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .input-text {
    width: 100%;
    padding-left: 50%;
  }
}
.customer-address-form .input-text.validation-failed {
  border-color: #f1636e;
}
.customer-address-form .col-1 {
  padding-right: 11.53846%;
  padding-bottom: 0;
}
.customer-address-form .col-2 {
  padding-left: 0;
  padding-right: 11.53846%;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .col-1, .customer-address-form .col-2 {
    padding: 0;
  }
  .customer-address-form button.button {
    width: 100%;
  }
}
.customer-address-form .wide {
  width: 100%;
}
.customer-address-form .form-list .control label {
  float: none;
  padding: 6px 10px 6px 40px;
  line-height: 1;
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .form-list .control label {
    display: inline;
  }
}
.customer-address-form .form-list .control .checkbox {
  margin-top: 5px;
}
@media only screen and (max-width: 770px) {
  .customer-address-form .form-list .control .checkbox {
    margin: 0 -40px 0 0;
  }
}
.customer-address-form .form-list .control:after {
  content: '';
  display: table;
  clear: both;
}
.customer-address-form li strong {
  font-size: 10px;
  color: #9b9a9a;
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-view .sub-title {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .order-view .sub-title {
    text-align: center;
    margin: 25px 0;
  }
}
.order-view .sub-title h3 {
  color: #333;
  font-size: 15px;
}
@media only screen and (max-width: 770px) {
  .order-view .sub-title h3 {
    font-weight: 600;
    margin-bottom: 15px;
  }
}
.order-view .sub-title p {
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 770px) {
  .order-view .sub-title p {
    margin-bottom: 15px;
  }
}
.order-view .sub-title .return-item {
  position: absolute;
  bottom: -11px;
  right: 0;
  background: 0 none;
  border: 1px solid #d9d9d9;
}
.order-view .sub-title .return-item:hover {
  color: #9b9a9a;
}
@media only screen and (max-width: 770px) {
  .order-view .sub-title .return-item {
    display: none;
  }
}
.order-view .page-title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  .order-view .page-title {
    display: none;
  }
}
.order-view .page-title h1 {
  padding: 0;
  margin: 0;
}

body.sales-order-view .return-item {
  background: 0 none;
  border: 1px solid #d9d9d9;
}
body.sales-order-view .return-item:hover {
  color: #9b9a9a;
  background: 0 none;
}
@media only screen and (max-width: 770px) {
  body.sales-order-view .return-item {
    width: 100%;
  }
}
body.sales-order-view .button-wrapper {
  margin: 15px 0;
}
@media only screen and (max-width: 771px) {
  body.sales-order-view .button-wrapper .return-item {
    float: none;
  }
}

.order-details .data-table tfoot tr {
  background: none;
  font-size: 10px;
}
.order-details .data-table tfoot td:nth-child(4) {
  border-left: 1px solid #e0e0e0;
}
.order-details .data-table tfoot tr.last td:nth-child(4),
.order-details .data-table tfoot tr.last td:nth-child(5) {
  border-bottom: 1px solid #e0e0e0;
}
.order-details .data-table tfoot td.last {
  border-right: 1px solid #e0e0e0;
  text-align: right;
}
.order-details .data-table {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 770px) {
  .order-details .data-table {
    margin-bottom: 15px !important;
  }
}
.order-details .data-table .odd {
  background: #f6f6f6;
}

.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: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 0;
  border: 1px solid #e0e0e0;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .order-info-box {
    border: 0 none;
    padding: 0 10px;
  }
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 33.3333%;
  border-right: 1px solid #e0e0e0;
}
.order-info-box .col-2 {
  width: 33.3333%;
  border-right: 1px solid #e0e0e0;
}
.order-info-box .col-3 {
  width: 33.3333%;
}
.order-info-box .col-1,
.order-info-box .col-2,
.order-info-box .col-3 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
}
@media only screen and (max-width: 770px) {
  .order-info-box .col-1,
  .order-info-box .col-2,
  .order-info-box .col-3 {
    float: none;
    border: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.order-info-box .box-title {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.order-info-box .box-title h2 {
  font-size: 10px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1;
  color: #9b9a9a;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .order-info-box .box-title h2 {
    font-weight: 500;
  }
}
.order-info-box .box-title h2:after {
  content: ':';
}
@media only screen and (max-width: 770px) {
  .order-info-box .box-title h2:after {
    display: none;
  }
}
.order-info-box .box-content {
  float: left;
  padding: 15px 20px;
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 2;
}
@media only screen and (max-width: 770px) {
  .order-info-box .box-content {
    float: none;
    font-weight: 500;
  }
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-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: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.order-info-box .box-content .show-tracking {
  position: absolute;
  bottom: 15px;
}
.order-info-box .box-content .show-tracking:disabled {
  cursor: not-allowed !important;
}
@media only screen and (max-width: 770px) {
  .order-info-box .box-content .show-tracking {
    position: static;
    width: 100%;
    margin: 15px 0 0;
  }
}
.order-info-box:after {
  content: '';
  display: table;
  clear: both;
}

#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;
}
#my-orders-table .grand_total td {
  color: #0f0000;
}
#my-orders-table .product-image {
  max-width: 70px;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 770px) {
  #my-orders-table .product-image {
    max-width: 100%;
  }
}
#my-orders-table .product-image img {
  width: 100%;
}
#my-orders-table .product-info {
  padding-top: 5px;
}
#my-orders-table .product-info h4 {
  font-size: 11px;
  color: #666;
  font-family: "Circular-medium";
}
#my-orders-table .product-name {
  color: #0f0000;
  font-size: 15px;
  text-transform: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 770px) {
  #my-orders-table thead {
    display: none;
  }
  #my-orders-table tbody {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
  }
  #my-orders-table tbody tr {
    padding: 0 10px;
  }
  #my-orders-table tbody tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #my-orders-table tbody tr td {
    float: left;
    width: 50%;
    padding: 5px 0;
  }
  #my-orders-table tbody tr td.mobile {
    padding-top: 10px;
  }
  #my-orders-table tbody tr td.mobile h3 {
    margin: 0;
  }
  #my-orders-table tbody tr td.last {
    display: none;
  }
  #my-orders-table tbody tr .product-info {
    display: none;
  }
  #my-orders-table tfoot td:nth-child(-n+3) {
    display: none;
  }
  #my-orders-table tfoot td:nth-child(2n+1),
  #my-orders-table tfoot td:nth-child(2n) {
    float: left;
    width: 50%;
    clear: none;
  }
  #my-orders-table tfoot td {
    border: none;
  }
  #my-orders-table tfoot tr {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px;
    background: #fff;
  }
  #my-orders-table tfoot tr:first-child {
    margin-top: 15px;
  }
  #my-orders-table tfoot td, #my-orders-table tfoot th {
    padding: 15px 10px;
  }
}

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;
}

/** Edit Information **/
body.customer-account-edit .my-account {
  margin-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .my-account {
    margin-bottom: 20px;
  }
}
body.customer-account-edit .col-1 {
  padding-right: 11.53846%;
  padding-bottom: 0;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .col-1 {
    padding: 0;
  }
}
body.customer-account-edit p {
  font-size: 12px;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit p {
    font-size: 10px;
    text-align: center;
  }
}
body.customer-account-edit .legend {
  color: #000;
  font-size: 11px;
  border: 0 none;
  padding-bottom: 0;
  font-weight: 500;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .legend {
    text-align: center;
    background: #fff;
    padding: 10px 0;
    font-size: 10px;
  }
}
body.customer-account-edit .col-2 {
  padding-left: 0;
  padding-right: 11.53846%;
}
@media only screen and (max-width: 1199px) {
  body.customer-account-edit .col-2 {
    padding-right: 7.69231%;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .col-2 {
    padding: 0;
  }
}
body.customer-account-edit .my-account .fieldset {
  margin-bottom: 15px;
}
body.customer-account-edit .field:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .form-list {
    padding: 0 10px;
  }
}
body.customer-account-edit .form-list label {
  line-height: 33px;
  padding-left: 10px;
  font-size: 10px;
  color: #9b9a9a;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .form-list label {
    width: 50%;
    font-size: 9px;
  }
}
body.customer-account-edit .input-text {
  border: none;
  background: #f0f0f0;
  width: 100%;
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #e0e0e0;
  padding-left: 40%;
  height: 31px;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .input-text {
    width: 100%;
    font-size: 9px;
    padding-left: 50%;
  }
}
body.customer-account-edit .input-text:focus {
  border: 1px solid #e0e0e0;
}
body.customer-account-edit .input-text:validation-failed {
  border-color: #f1636e;
}
body.customer-account-edit button.button {
  width: 200px;
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit button.button {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account-edit .col2-set .col-1,
  body.customer-account-edit .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 5px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/** Saved CC **/
body.ewayrapid-mycards-index .box-head.mobile {
  display: none !important;
}
body.ewayrapid-mycards-index .data-table thead th,
body.ewayrapid-mycards-index .data-table tbody td {
  width: auto;
  border: 0 none;
  font-size: 10px;
}
body.ewayrapid-mycards-index .data-table tr {
  border: 1px solid #e0e0e0;
  font-size: 10px;
}
body.ewayrapid-mycards-index .button {
  width: 100%;
}
body.ewayrapid-mycards-index .page-title {
  text-trasnform: none;
  padding-bottom: 25px;
}
body.ewayrapid-mycards-index .page-title h1 {
  padding: 0;
  margin-bottom: 5px;
}
body.ewayrapid-mycards-index .page-title p {
  font-size: 10px;
  text-align: center;
}
body.ewayrapid-mycards-index .mobile-cards {
  padding: 0 10px 50px;
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }
  body.customer-account .button-wrapper {
    padding: 0 10px;
  }

  body.customer-account:not(.customer-account-index) .page {
    padding-top: 50px;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 0;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
    padding-bottom: 25px;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account #form-validate {
  padding: 0 10px;
}
body.newsletter-manage-index .my-account #form-validate .button {
  width: 100%;
  margin: 25px 0;
  padding: 0;
  float: 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 {
  padding-top: 10px;
}
body.newsletter-manage-index .my-account .form-list input {
  display: none;
}
body.newsletter-manage-index .my-account .form-list input[type="checkbox"] + label {
  float: left;
  width: 15px;
  height: 15px;
  border: 1px solid #bababa;
  border-radius: 50%;
  margin: 3px 10px 0 0;
}
body.newsletter-manage-index .my-account .form-list input[type="checkbox"]:checked + label {
  background: #bababa;
}
body.newsletter-manage-index .my-account label {
  padding: 0;
  min-width: 15px;
}

/** Logout Page **/
.customer-account-logoutsuccess .col1-layout .col-main {
  padding: 50px 0;
}
.customer-account-logoutsuccess .col1-layout .col-main h1 {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  border: 0 none;
  color: #e0e0e0;
  font-size: 32px;
  text-transform: none;
}

/*** styled select ***/
.styled-select select {
  width: 60%;
  border: none;
  background: #f0f0f0 url("https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/dropdownarrow.png") no-repeat scroll 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 770px) {
  .styled-select select {
    width: 100%;
  }
}

/** RMA Pages **/
.rma-new-step1 .styled-select select {
  border: 1px solid #e0e0e0;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
}
.rma-new-step1 .button.button-secondary {
  margin: 25px 0 50px;
}

.rma-new-step1 .page-title,
.rma-new-step2 .page-title {
  padding-top: 40px;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .page-title,
  .rma-new-step2 .page-title {
    padding-top: 25px;
  }
}
.rma-new-step1 .page-title h1,
.rma-new-step2 .page-title h1 {
  border: 0;
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #c5c5c5;
  text-transform: none;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .page-title h1,
  .rma-new-step2 .page-title h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .mobile-wrap,
  .rma-new-step2 .mobile-wrap {
    padding: 0 10px;
  }
}
.rma-new-step1 .legend,
.rma-new-step2 .legend {
  color: #000;
  font-size: 11px;
  border: 0 none;
  padding-bottom: 0;
  font-weight: 500;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .legend,
  .rma-new-step2 .legend {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
}
.rma-new-step1 .rma-info th,
.rma-new-step1 .rma-info td,
.rma-new-step2 .rma-info th,
.rma-new-step2 .rma-info td {
  padding: 15px;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .rma-info th,
  .rma-new-step1 .rma-info td,
  .rma-new-step2 .rma-info th,
  .rma-new-step2 .rma-info td {
    font-size: 9px;
  }
}
.rma-new-step1 .rma-info th p,
.rma-new-step1 .rma-info td p,
.rma-new-step2 .rma-info th p,
.rma-new-step2 .rma-info td p {
  margin: 0;
}
.rma-new-step1 .rma-info th,
.rma-new-step2 .rma-info th {
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.rma-new-step1 .rma-info td,
.rma-new-step2 .rma-info td {
  color: #666;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.rma-new-step1 .rma-items .rma-one-item,
.rma-new-step2 .rma-items .rma-one-item {
  border: 1px solid #e0e0e0;
}
.rma-new-step1 .rma-items .rma-one-item .item-description,
.rma-new-step2 .rma-items .rma-one-item .item-description {
  border-right: 0 none;
  padding: 15px;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .rma-items .rma-one-item .item-description,
  .rma-new-step2 .rma-items .rma-one-item .item-description {
    padding: 10px;
  }
  .rma-new-step1 .rma-items .rma-one-item .item-description img,
  .rma-new-step2 .rma-items .rma-one-item .item-description img {
    max-width: 80px;
  }
  .rma-new-step1 .rma-items .rma-one-item .item-description b,
  .rma-new-step2 .rma-items .rma-one-item .item-description b {
    margin: 5px 0 0;
    font-size: 12px;
  }
}
.rma-new-step1 .rma-items .rma-one-item .item-options,
.rma-new-step2 .rma-items .rma-one-item .item-options {
  border-left: 1px solid #e0e0e0;
  min-height: 180px;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .rma-items .rma-one-item .item-options,
  .rma-new-step2 .rma-items .rma-one-item .item-options {
    padding: 10px;
    font-size: 9px;
  }
}
.rma-new-step1 .item-description input[type="checkbox"],
.rma-new-step2 .item-description input[type="checkbox"] {
  display: none;
}
.rma-new-step1 .item-description input[type="checkbox"] + label,
.rma-new-step2 .item-description input[type="checkbox"] + label {
  float: left;
  width: 15px;
  height: 15px;
  border: 1px solid #bababa;
  border-radius: 50%;
  margin: 3px 10px 0 0;
}
.rma-new-step1 .item-description input[type="checkbox"]:checked + label,
.rma-new-step2 .item-description input[type="checkbox"]:checked + label {
  background: #bababa;
}
.rma-new-step1 .item-description > b,
.rma-new-step2 .item-description > b {
  color: #0f0000;
  font-size: 15px;
  font-weight: 400;
}
.rma-new-step1 .item-options,
.rma-new-step2 .item-options {
  padding: 15px;
  font-size: 10px;
  text-transform: uppercase;
}
.rma-new-step1 .item-options label,
.rma-new-step2 .item-options label {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.rma-new-step1 .item-options select,
.rma-new-step2 .item-options select {
  border: 1px solid #e0e0e0;
  height: 40px;
  font-size: 10px;
  padding: 0 15px;
}
.rma-new-step1 #comment,
.rma-new-step2 #comment {
  width: 50%;
  max-width: 100%;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 #comment,
  .rma-new-step2 #comment {
    width: 100%;
  }
}
.rma-new-step1 .buttons-bottom,
.rma-new-step2 .buttons-bottom {
  margin: 50px 0;
}
@media only screen and (max-width: 770px) {
  .rma-new-step1 .buttons-bottom,
  .rma-new-step2 .buttons-bottom {
    padding: 0 10px;
  }
  .rma-new-step1 .buttons-bottom button.button,
  .rma-new-step2 .buttons-bottom button.button {
    width: 100%;
  }
}

.rma-view .page-title {
  padding-top: 40px;
}
@media only screen and (max-width: 770px) {
  .rma-view .page-title {
    padding-top: 25px;
  }
}
.rma-view .page-title h1 {
  border: 0;
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #c5c5c5;
  text-transform: none;
}
@media only screen and (max-width: 770px) {
  .rma-view .page-title h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.rma-view .legend {
  color: #000;
  font-size: 11px;
  border: 0 none;
  padding-bottom: 0;
  font-weight: 500;
  font-family: "Circular-medium","Helvetica Neue",Verdana,Arial,sans-serif;
}
@media only screen and (max-width: 770px) {
  .rma-view .legend {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .rma-view #rma-table.data-table td,
  .rma-view #rma-table.data-table th {
    width: 100%;
    border: 0 none;
  }
  .rma-view #rma-table.data-table tbody tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .rma-view #rma-table.data-table tbody tr td:first-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
.rma-view .rma-view-table th,
.rma-view .rma-view-table td {
  padding: 15px;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
}
.rma-view .rma-view-table th p,
.rma-view .rma-view-table td p {
  margin: 0;
}
.rma-view .rma-view-table th {
  color: #9b9a9a;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.rma-view .rma-view-table td {
  color: #666;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.rma-view .rma-history div.fieldset {
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 0;
}
.rma-view .rma-history div.fieldset.user {
  border: 0 none;
  background: #fff;
}
@media only screen and (max-width: 770px) {
  .rma-view .rma-history div.fieldset.user {
    background: none;
  }
  .rma-view .rma-history div.fieldset.user .legend {
    background: none;
    text-align: left;
  }
}
.rma-view .rma-history div.fieldset h2.legend {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.rma-list .page-title {
  padding-top: 40px;
}
@media only screen and (max-width: 770px) {
  .rma-list .page-title {
    padding-top: 25px;
  }
}
.rma-list .page-title h1 {
  border: 0;
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #c5c5c5;
  text-transform: none;
}
@media only screen and (max-width: 770px) {
  .rma-list .page-title h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.rma-list .button.return {
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  margin: 25px 0 30px;
}
@media only screen and (max-width: 770px) {
  .rma-list .button.return {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .rma-list .mobile-wrap {
    padding: 0 10px;
  }
}
.rma-list .mobile {
  padding: 10px;
}
.rma-list .mobile .rma-number {
  background: #fff none repeat scroll 0 0;
  color: #0f0000;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 20px -10px;
}
.rma-list .mobile .mobile-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
}
.rma-list .mobile .mobile-table th, .rma-list .mobile .mobile-table td {
  padding: 5px 20px;
  font-size: 10px;
  text-transform: uppercase;
  width: 50%;
}
.rma-list .mobile .mobile-table th {
  border-right: 1px solid #e0e0e0;
}
.rma-list .mobile .mobile-table td {
  color: #666;
}
.rma-list .mobile .mobile-table tr:first-child th,
.rma-list .mobile .mobile-table tr:first-child td {
  padding-top: 15px;
}
.rma-list .mobile .mobile-table tr:last-child th,
.rma-list .mobile .mobile-table tr:last-child td {
  padding-bottom: 15px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #9b9a9a;
}
#customer-reviews h3 {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * 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: #ef4c58;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #ed3443;
}
.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 #ef4c58 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 #ef4c58;
}

.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: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #e0e0e0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #0f0000;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #9b9a9a;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #0f0000;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #0f0000;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
@media only screen and (max-width: 979px) {
  .header-minicart {
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .header-minicart {
    flex-grow: 1.6;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 20px;
  font-size: 11px;
  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("https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
@media only screen and (max-width: 979px) {
  .header-minicart .minicart-wrapper {
    max-height: 100%;
    overflow-y: auto;
  }
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #9b9a9a;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list li {
  padding: 12px;
  border-bottom: 1px solid #eaeae7;
  position: relative;
}
.header-minicart .mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}
.header-minicart .mini-products-list li .product-image {
  float: left;
  border: 0;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin-left: 78px;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-size: 13px;
  color: #0f0000;
  margin-bottom: 2px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
}
.header-minicart .product-details .product-name a {
  color: #0f0000;
}
.header-minicart .product-details .partner {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
.header-minicart .info-wrapper {
  margin-top: 15px;
  font-size: 10px;
  line-height: 18px;
}
.header-minicart .info-wrapper th {
  font-weight: 300;
  padding-right: 10px;
  min-width: 70px;
  text-transform: uppercase;
}
.header-minicart .info-wrapper th:after {
  content: ":";
}
.header-minicart .info-wrapper td {
  clear: right;
  text-transform: uppercase;
}
.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 {
  text-align: left;
  font-size: 11px;
  line-height: 25px;
  padding: 5px 12px 0;
  color: #0f0000;
}
.header-minicart .subtotal .label {
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  float: right;
}
@media only screen and (max-width: 979px) {
  .header-minicart .subtotal {
    font-size: 10px;
  }
}
.header-minicart .minicart-actions {
  padding: 12px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-types {
  width: 100%;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
  width: 100%;
  font-size: 13px;
  height: 52px;
  line-height: 52px;
}
.header-minicart .minicart-actions .checkout-button .icon-cart-padlock {
  font-size: 17px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
@media only screen and (max-width: 979px) {
  .header-minicart .minicart-actions {
    padding: 15px 10px 20px;
  }
  .header-minicart .minicart-actions .checkout-button {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
  .header-minicart .minicart-actions .checkout-button .icon-cart-padlock {
    font-size: 16px;
  }
}
.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.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  position: absolute !important;
  top: 60px !important;
  width: 100% !important;
  z-index: 200;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: block !important;
  opacity: 1 !important;
}
.search-autocomplete > p {
  color: #666;
  font-size: 10px;
  line-height: 35px;
  text-transform: uppercase;
  margin-left: 10%;
  background-color: #fff;
  position: relative;
}
.search-autocomplete > p#fancy-minisearch-loader {
  position: relative;
}
.search-autocomplete > p .loader-spin {
  font-size: 4px;
  left: auto;
  margin: 1.2em 0 0 5em;
  position: absolute;
  top: 0;
}
.search-autocomplete ul {
  float: left;
  padding: 45px 0 25px;
  position: relative;
}
.search-autocomplete ul:before {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  top: 23px;
  line-height: 1;
}
.search-autocomplete ul.suggest {
  margin-left: 30%;
  width: 16.66667%;
}
.search-autocomplete ul.suggest:before {
  content: "Suggested links";
}
.search-autocomplete ul.suggest li {
  color: #666;
  cursor: pointer;
  font-size: 12px;
  line-height: 35px;
  text-transform: uppercase;
}
.search-autocomplete ul.suggest li:hover {
  color: black;
}
.search-autocomplete ul.suggest-product {
  padding-top: 60px;
  float: right;
  width: 43.33333%;
  margin-left: 6.66667%;
}
.search-autocomplete ul.suggest-product:before {
  content: "Product search";
}
.search-autocomplete ul.suggest-product li {
  margin-bottom: 10px;
}
.search-autocomplete ul.suggest-product li:last-child {
  margin-bottom: 0;
}
.search-autocomplete ul.suggest-product li:after {
  content: '';
  display: table;
  clear: both;
}
.search-autocomplete ul.suggest-product li > a {
  display: block;
  float: left;
}
.search-autocomplete ul.suggest-product li .info {
  margin-left: 73px;
  padding-top: 7px;
}
.search-autocomplete ul.suggest-product li .info a {
  display: block;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 15px;
  text-transform: none;
}
.search-autocomplete ul.suggest-product li .info span {
  display: inline-block;
  color: #9b9a9a;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.search-autocomplete ul.suggest-product li .info .partner {
  padding-right: 7px;
  border-right: 1px solid #9b9a9a;
  margin-right: 2px;
}
.search-autocomplete ul li {
  padding: 0;
  text-align: left;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete:after {
  content: '';
  display: table;
  clear: both;
}
.search-autocomplete:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 979px) {
  .search-autocomplete {
    border-bottom: 0;
    background-color: transparent;
    height: calc(100% - 95px);
    overflow-y: auto;
    display: flex !important;
    flex-direction: column;
  }
  .search-autocomplete > p {
    margin: 10px;
    line-height: 18px;
  }
  .search-autocomplete > p .loader-spin {
    margin: -0.8em 0 0 5em;
  }
  .search-autocomplete ul {
    float: none;
    padding: 0;
  }
  .search-autocomplete ul:before {
    display: none;
  }
  .search-autocomplete ul.suggest {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #efefef;
    order: 2;
  }
  .search-autocomplete ul.suggest li {
    line-height: 49px;
    padding: 0 10px;
    border-bottom: 1px solid #efefef;
  }
  .search-autocomplete ul.suggest-product {
    float: none;
    padding: 15px 10px;
    width: 100%;
    margin-left: 0;
  }
  .search-autocomplete ul.suggest-product .button {
    width: 100%;
  }
  .search-autocomplete:before {
    display: none;
  }
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-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: #9b9a9a;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cms-page-view .std li,
.cms-no-route .std li {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
  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: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 45px;
  display: block;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #f0f0f0;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #9b9a9a;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
#accordion > dl > dt:hover {
  color: #0f0000;
}
#accordion > dl > dd {
  padding: 10px 10px 25px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 18px;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#accordion > dl > dd p {
  margin-bottom: 18px;
}
#accordion > dl > dd p:last-child {
  margin-bottom: 0;
}
#accordion > dl > dd a {
  color: #9b9a9a;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: underline;
}
#accordion > dl > dd a:hover {
  text-decoration: none;
}
#accordion > dl > dd table {
  border: 1px solid #efefef;
  text-align: center;
  line-height: 13px;
  text-transform: uppercase;
  max-width: 100%;
  margin-bottom: 19px;
}
#accordion > dl > dd table thead th, #accordion > dl > dd table thead td {
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  font-size: 9px;
  color: #666;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
}
#accordion > dl > dd table tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}
#accordion > dl > dd table tbody tr td {
  font-size: 10px;
  padding: 10px 20px;
  border-right: 1px solid #efefef;
}
#accordion > dl > dd table tbody tr td:first-child {
  color: #666;
}
#accordion > dl > dd table tbody tr td:last-child {
  border-right: 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: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col2-set, .cms-brand-enquiries .col2-set {
    padding: 0 0 100px;
  }
}
.cms-contact-us .col2-set .wide, .cms-brand-enquiries .col2-set .wide {
  width: 100%;
}
.cms-contact-us .col2-set ul, .cms-brand-enquiries .col2-set ul {
  list-style: none;
}
.cms-contact-us .col2-set ul li, .cms-brand-enquiries .col2-set ul li {
  margin-left: 0;
}
.cms-contact-us .page-title, .cms-brand-enquiries .page-title {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .page-title, .cms-brand-enquiries .page-title {
    padding: 50px 0;
  }
}
.cms-contact-us .page-title h1, .cms-brand-enquiries .page-title h1 {
  font-size: 20px;
  color: #bbbbbb;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  margin-bottom: 5px;
  padding: 0;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .page-title h1, .cms-brand-enquiries .page-title h1 {
    font-size: 38px;
  }
}
.cms-contact-us .page-title p, .cms-brand-enquiries .page-title p {
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #9b9a9a;
  margin-bottom: 0;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .page-title p, .cms-brand-enquiries .page-title p {
    font-size: 14px;
  }
}
.cms-contact-us .col-1, .cms-brand-enquiries .col-1 {
  padding: 0 10px;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col-1, .cms-brand-enquiries .col-1 {
    padding: 0;
    padding-right: 7.69231%;
  }
  .cms-contact-us .col-1 .buttons-set button.button, .cms-brand-enquiries .col-1 .buttons-set button.button {
    float: left;
  }
  .cms-contact-us .col-1 .buttons-set p.required, .cms-brand-enquiries .col-1 .buttons-set p.required {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 11px;
  }
}
.cms-contact-us .col-1 .form-list label, .cms-brand-enquiries .col-1 .form-list label {
  display: none;
}
.cms-contact-us .col-1 .form-list select, .cms-brand-enquiries .col-1 .form-list select {
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("https://static.wellmadeclothes.com/skin/frontend/wellmade/default/images/dropdownarrow.png") no-repeat scroll 98% center;
}
.cms-contact-us .col-1 .form-list input,
.cms-contact-us .col-1 .form-list textarea,
.cms-contact-us .col-1 .form-list select, .cms-brand-enquiries .col-1 .form-list input,
.cms-brand-enquiries .col-1 .form-list textarea,
.cms-brand-enquiries .col-1 .form-list select {
  border: 1px solid #e0e0e0;
  color: #9b9a9a;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
}
.cms-contact-us .col-1 .buttons-set, .cms-brand-enquiries .col-1 .buttons-set {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.cms-contact-us .col-2, .cms-brand-enquiries .col-2 {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col-2, .cms-brand-enquiries .col-2 {
    padding: 0;
    padding-left: 7.69231%;
    border: none;
    margin: 0;
    transform: translateY(40%);
  }
  .cms-contact-us .col-2 ul, .cms-brand-enquiries .col-2 ul {
    margin-bottom: 50px;
  }
}
.cms-contact-us .col-2 h3, .cms-brand-enquiries .col-2 h3 {
  font-size: 12px;
  color: #000;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col-2 h3, .cms-brand-enquiries .col-2 h3 {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
  }
}
.cms-contact-us .col-2 li, .cms-brand-enquiries .col-2 li {
  color: 666;
  font-size: 12px;
  padding-top: 25px;
  position: relative;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col-2 li, .cms-brand-enquiries .col-2 li {
    font-size: 14px;
    text-align: left;
    padding-top: 0;
  }
  .cms-contact-us .col-2 li br, .cms-brand-enquiries .col-2 li br {
    display: none;
  }
}
.cms-contact-us .col-2 li:before, .cms-brand-enquiries .col-2 li:before {
  color: #d1c29a;
  font-size: 17px;
  position: absolute;
  top: 5px;
  left: 48%;
}
@media only screen and (min-width: 771px) {
  .cms-contact-us .col-2 li:before, .cms-brand-enquiries .col-2 li:before {
    position: static;
    margin-right: 20px;
    vertical-align: middle;
  }
}

/*** Brand Enquiries ***/
.cms-brand-enquiries .page-title {
  max-width: 920px;
  margin: 0 auto;
}
.cms-brand-enquiries .page-title p {
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cms-brand-enquiries .page-title h1 {
  padding-bottom: 15px;
}
.cms-brand-enquiries .col-1 {
  padding: 0 10px;
}
.cms-brand-enquiries .col-1 #brandInquiryForm {
  max-width: 550px;
  margin: 0 auto;
  padding-right: 0;
}
.cms-brand-enquiries .col-1 #brandInquiryForm .form-list {
  list-style: none;
}
.cms-brand-enquiries .col-1 #brandInquiryForm .form-list li {
  margin-left: 0;
}
.cms-brand-enquiries .col-1 #brandInquiryForm .form-list li input, .cms-brand-enquiries .col-1 #brandInquiryForm .form-list li textarea {
  font-size: 13px;
}
.cms-brand-enquiries .col-1 #brandInquiryForm .buttons-set {
  margin-bottom: 25px;
}
.cms-brand-enquiries .col-1 #brandInquiryForm .buttons-set .button {
  margin-left: 0;
}
.cms-brand-enquiries .std .messages .success-msg li, .cms-brand-enquiries .std .messages .error-msg li {
  font-size: 12px;
}
.cms-brand-enquiries p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
}

.cms-pages {
  padding-bottom: 50px;
}
.cms-pages .cms-heading {
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
.cms-pages .cms-heading h1 {
  font-size: 38px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #d2d2d2;
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 770px) {
  .cms-pages .cms-heading h1 {
    font-size: 20px;
  }
}
.cms-pages > h2 {
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  text-transform: none;
  color: #d2d2d2;
  width: 60%;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 770px) {
  .cms-pages > h2 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
.cms-pages > h3 {
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  text-transform: none;
  color: #d2d2d2;
  width: 60%;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 770px) {
  .cms-pages > h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
.cms-pages > h4 {
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  text-transform: none;
  color: #d2d2d2;
  width: 60%;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 770px) {
  .cms-pages > h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
.cms-pages > p {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 500;
  width: 60%;
  margin: 10px auto;
}
@media only screen and (max-width: 770px) {
  .cms-pages > p {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}
.cms-pages > ul,
.cms-pages ol {
  width: 60%;
  margin: 0 auto 10px;
}
.cms-pages > ul li,
.cms-pages ol li {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
}

.anchor-position {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

.cms-faq .col-main, .cms-shipping-returns .col-main {
  width: 100%;
}

.cms-page-view .shipping p {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 500;
  width: 60%;
  margin: 10px auto;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .shipping p {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}

.cms-page-view .faq-question {
  text-transform: uppercase;
  position: relative;
}
.cms-page-view .faq-question p {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: 500;
  cursor: pointer;
}
.cms-page-view .faq-question.selected {
  background: #fff;
}
.cms-page-view .faq-question.selected p {
  color: #666;
}
.cms-page-view .faq-question.selected .faq-answer p {
  color: #9b9a9a;
}
.cms-page-view .faq-question:last-of-type:after {
  border-top: 1px solid #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 60%;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .faq-question:last-of-type:after {
    width: 100%;
  }
}
.cms-page-view .faq-question .question {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .faq-question .question {
    width: 100%;
    padding: 15px 10px;
  }
}
.cms-page-view .faq-question .faq-answer {
  width: 60%;
  margin: 0 auto;
  padding: 5px 20px 20px;
  font-size: 13px;
  text-transform: none;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .faq-question .faq-answer {
    width: 100%;
    padding: 5px 10px 20px;
  }
}
.cms-page-view .faq-question .question:after {
  content: "";
  height: 5px;
  width: 5px;
  border: 2px solid #b2aeae;
  margin-left: 5px;
  display: inline-block;
  border-width: 0px 1px 1px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
}
.cms-page-view .faq-question.selected .question:after {
  content: "";
  height: 5px;
  width: 5px;
  border: 2px solid #b2aeae;
  margin-left: 5px;
  display: inline-block;
  border-width: 0px 1px 1px 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
}

.faq-nav {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  height: 45px;
  position: fixed;
  top: 62px;
  background: #f0f0f0;
  z-index: 9;
}
@media only screen and (max-width: 770px) {
  .faq-nav {
    display: none;
  }
}
.faq-nav ul {
  width: 50%;
  margin: 0 auto;
}
.faq-nav ul li {
  display: block;
  width: 33.3333%;
  float: left;
  text-align: center;
}
.faq-nav ul li a {
  line-height: 45px;
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 12px;
}

.faq .faq-title {
  text-align: center;
  margin: 0 auto 45px;
  padding-top: 106px;
}
@media only screen and (max-width: 770px) {
  .faq .faq-title {
    padding-top: 25px;
  }
}
.faq .faq-title h1 {
  font-size: 38px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #d2d2d2;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  .faq .faq-title h1 {
    font-size: 20px;
  }
}
.faq .faq-title p {
  font-size: 14px;
  color: #9b9a9a;
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .faq .faq-title p {
    font-size: 12px;
  }
}
.faq h2 {
  font-weight: bold;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 25px;
  text-transform: none;
  color: #d2d2d2;
  width: 60%;
  margin: 10px auto;
}
@media only screen and (max-width: 770px) {
  .faq h2 {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
.faq > div {
  margin-bottom: 50px;
}

.cms-index-noroute .top-info {
  position: relative;
}
.cms-index-noroute .large-text {
  font-size: 40px;
  text-align: center;
  margin: 0;
  padding: 50px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 599px) {
  .cms-index-noroute .large-text {
    font-size: 30px;
  }
}
.cms-index-noroute .text-div {
  font-size: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .cms-index-noroute .text-div {
    font-size: 22px;
  }
}
.cms-index-noroute .text-div p {
  margin: 0;
  line-height: 1;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-style: bold;
}
.cms-index-noroute .text-div .colored-text {
  color: #d1c29a;
  padding-left: 24.5%;
}

.bottom-divs {
  padding-bottom: 70px;
}
@media only screen and (max-width: 770px) {
  .bottom-divs {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 599px) {
  .bottom-divs {
    padding: 0;
  }
}
.bottom-divs .third {
  width: 32.6%;
  margin-right: 1%;
  float: left;
}
@media only screen and (max-width: 599px) {
  .bottom-divs .third {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bottom-divs .third:last-child {
  margin-right: 0;
}
.bottom-divs .third img {
  width: 100%;
  height: 338px;
}
@media only screen and (max-width: 599px) {
  .bottom-divs .third img {
    height: auto;
  }
}
.bottom-divs .desc {
  background: #fff;
  text-align: center;
  padding: 35px;
}
.bottom-divs .desc a {
  font-size: 17px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: none;
  color: #0f0000;
  line-height: 1;
}
@media only screen and (max-width: 599px) {
  .bottom-divs .desc a {
    font-size: 13px;
  }
}
.bottom-divs:after {
  content: '';
  display: table;
  clear: both;
}

.social-success {
  border-top: 1px solid #e0e0e0;
}
.social-success .thirds {
  width: 33.33333%;
  float: left;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 35px;
}
@media only screen and (max-width: 599px) {
  .social-success .thirds {
    float: none;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.social-success p.icon-pi,
.social-success p.icon-fb,
.social-success p.icon-in {
  font-size: 31px;
  color: #d1c29a;
  margin-bottom: 20px;
}
.social-success p {
  font-size: 12px;
}
.social-success .button.button-secondary {
  background: #9b9a9a;
  color: #fff;
  line-height: 25px;
  font-size: 12px;
  text-transform: none;
  margin-top: 23px;
  padding: 0 10px 0 5px;
}
.social-success .button.button-secondary:before {
  margin-right: 7px;
}
.social-success .button.button-secondary.icon-fb:before {
  background: #fff;
  color: #9b9a9a;
  padding: 1px 2px 0 6px;
  border-radius: 1px;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.social-success .button.button-secondary.icon-in:before, .social-success .button.button-secondary.icon-pi:before {
  font-size: 15px;
  line-height: 25px;
  vertical-align: top;
}
.social-success:after {
  content: '';
  display: table;
  clear: both;
}

.brands-title {
  font-size: 38px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  color: #c5c5c5;
  text-transform: none;
  padding: 50px 0 45px;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .brands-title {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 770px) {
  #brands-navigation {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    height: 325px;
  }
}
#brands-navigation ul {
  list-style: none;
}
#brands-navigation ul:after {
  content: '';
  display: table;
  clear: both;
}
#brands-navigation li {
  float: left;
  margin-left: 3.3%;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#brands-navigation li:first-child {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  #brands-navigation li {
    float: left;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 770px) {
  #brands-navigation li {
    float: none;
    margin: 0;
  }
}
#brands-navigation a {
  color: #9b9a9a;
  font-size: 12px;
  font-weight: 500;
}
#brands-navigation.fixed-brand-nav {
  position: fixed;
  border-bottom: 1px solid #e0e0e0;
  top: 50px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f0f0f0;
  z-index: 9;
}
#brands-navigation.fixed-brand-nav ul {
  width: 86.66667%;
  margin: 0 auto;
}

.brand-nav-wrapper {
  height: 45px;
}
@media only screen and (max-width: 770px) {
  .brand-nav-wrapper {
    height: auto;
    position: fixed;
    top: 65px;
    right: 10px;
    z-index: 9;
  }
}

#brands-listing {
  margin-bottom: 65px;
}
@media only screen and (max-width: 770px) {
  #brands-listing {
    padding: 0 65px 0 10px;
  }
}
#brands-listing .letter-wrapper {
  line-height: 46px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 770px) {
  #brands-listing .letter-wrapper {
    padding: 10px 0;
  }
}
#brands-listing .letter-wrapper:last-child {
  border-bottom: 1px solid #e0e0e0;
}
#brands-listing .letter-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#brands-listing .letter-wrapper .big-letter {
  font-size: 60px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  float: left;
  color: #c5c5c5;
  width: 3.84615%;
}
@media only screen and (max-width: 770px) {
  #brands-listing .letter-wrapper .big-letter {
    font-size: 18px;
    float: none;
    width: auto;
    line-height: 1;
    margin-bottom: 5px;
  }
}
#brands-listing .letter-wrapper .brand-names {
  list-style: none;
  float: left;
  padding-left: 8%;
}
@media only screen and (max-width: 770px) {
  #brands-listing .letter-wrapper .brand-names {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
#brands-listing .letter-wrapper .brand-names li {
  line-height: 1;
}
@media only screen and (max-width: 770px) {
  #brands-listing .letter-wrapper .brand-names li {
    margin: 0;
  }
}
#brands-listing .letter-wrapper .brand-names a {
  color: #9b9a9a;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  #brands-listing .letter-wrapper .brand-names a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 770px) {
  #brands-listing .anchor-position {
    height: 50px;
    margin-top: -50px;
  }
}

.ecommistry_popup.bottom {
  left: auto !important;
  top: auto !important;
  right: 0;
  bottom: 0;
  width: 26.66667%;
  position: fixed;
  z-index: 3;
}
.ecommistry_popup.bottom .popup_title {
  display: none;
}
.ecommistry_popup.bottom .close {
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 2px;
  cursor: pointer;
}
.ecommistry_popup.bottom .popup_content {
  padding: 25px;
}
.ecommistry_popup.bottom .popup_content #fb-root h3 {
  color: #0f0000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .ecommistry_popup.bottom {
    width: 40%;
  }
}
@media only screen and (max-width: 770px) {
  .ecommistry_popup.bottom {
    width: 60%;
  }
  .ecommistry_popup.bottom .popup_content {
    padding: 15px;
  }
  .ecommistry_popup.bottom .popup_content #fb-root h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .ecommistry_popup.bottom {
    width: 100%;
  }
}

/*** All Values Page ***/
.values-all {
  padding-top: 3.84615%;
  width: 86.66667%;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  .values-all {
    padding-top: 0;
    width: 100%;
  }
}
.values-all .value {
  float: left;
  width: 48.07692%;
  margin: 0 3.84615% 3.84615% 0;
}
@media only screen and (max-width: 770px) {
  .values-all .value {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
.values-all .value:nth-child(2n) {
  margin-right: 0;
}
.values-all .value-image img {
  width: 100%;
  height: 100%;
}
.values-all .value-content {
  background: #fff;
  padding: 8% 8% 12%;
}
@media only screen and (max-width: 770px) {
  .values-all .value-content {
    padding: 15px 10px;
    text-align: center;
  }
}
.values-all .value-content h2 {
  font-size: 24px;
  text-transform: none;
  color: #0f0000;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.values-all .value-content h2[class^="icon-"]:before,
.values-all .value-content h2 [class*=" icon-"]:before {
  position: absolute;
  right: 0;
  color: #d1c29a;
}
@media only screen and (max-width: 770px) {
  .values-all .value-content h2[class^="icon-"]:before,
  .values-all .value-content h2 [class*=" icon-"]:before {
    right: 47%;
    top: 0;
  }
}
@media only screen and (max-width: 770px) {
  .values-all .value-content h2 {
    text-align: center;
    padding-right: 0;
    padding-top: 30px;
    width: 100%;
  }
}
.values-all .value-content p {
  font-size: 12px;
}
.values-all .bottom-links {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}
.values-all .bottom-links a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 11px;
  padding: 10px;
}
.values-all .bottom-links a:first-child {
  border-right: 1px solid #e0e0e0;
}
.values-all .bottom-links a:hover {
  text-decoration: none;
}
.values-all .bottom-links:after {
  content: '';
  display: table;
  clear: both;
}
.values-all:after {
  content: '';
  display: table;
  clear: both;
}

/*** Intenational Size Chart ***/
#size-chart {
  width: 100%;
  height: auto;
  position: fixed;
  background: #fff;
  padding: 0 10px;
  overflow-y: auto;
  top: 45px;
  left: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
}
@media only screen and (min-width: 771px) {
  #size-chart {
    width: 66.66667%;
    left: 16.666%;
    padding: 0 3.33333%;
    top: 95px;
    bottom: 20px;
  }
}
#size-chart .size-wrapper {
  padding-bottom: 50px;
}
#size-chart .page-title {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (min-width: 771px) {
  #size-chart .page-title {
    padding: 50px 0;
  }
}
#size-chart .page-title h1 {
  font-size: 20px;
  color: #c5c5c5;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  border: 0 none;
  padding: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 771px) {
  #size-chart .page-title h1 {
    font-size: 38px;
  }
}
#size-chart .page-title p {
  font-size: 13px;
  color: #9b9a9a;
  font-family: "Circular-book", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#size-chart .table-title {
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 771px) {
  #size-chart .table-title {
    text-align: left;
  }
}
#size-chart .table-title h2 {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  color: #c1c1c0;
  margin-bottom: 5px;
  text-transform: none;
}
@media only screen and (min-width: 771px) {
  #size-chart .table-title h2 {
    font-size: 25px;
  }
}
#size-chart .table-title p {
  font-size: 11px;
  color: #9b9a9a;
}
@media only screen and (min-width: 771px) {
  #size-chart .table-title p {
    font-size: 13px;
  }
}
#size-chart table {
  table-layout: fixed;
  width: 100%;
  font-size: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 771px) {
  #size-chart table {
    font-size: 12px;
  }
}
#size-chart table tr.odd {
  background: #f9f9f9;
}
#size-chart table td,
#size-chart table th {
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
#size-chart table td:first-child {
  color: #666;
  font-weight: 600;
}
#size-chart table th {
  height: 110px;
  color: #666;
  font-weight: 600;
  -web-kit-transform: rotate(-90deg) translateX(-10%);
  -moz-transform: rotate(-90deg) translateX(-10%);
  -ms-transform: rotate(-90deg) translateX(-10%);
  transform: rotate(-90deg) translateX(-10%);
}
@media only screen and (min-width: 479px) {
  #size-chart table th {
    -web-kit-transform: rotate(-90deg) translateX(10%);
    -moz-transform: rotate(-90deg) translateX(10%);
    -ms-transform: rotate(-90deg) translateX(10%);
    transform: rotate(-90deg) translateX(10%);
  }
}
@media only screen and (min-width: 771px) {
  #size-chart table th {
    height: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
}
#size-chart table tbody {
  text-align: center;
}
#size-chart .close {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  background: #d8d8d8;
  color: #666;
  height: 35px;
  line-height: 35px;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 771px) {
  #size-chart .close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    color: #9b9a9a;
    width: 20px;
  }
}
#size-chart .close:hover {
  cursor: pointer;
}
#size-chart .close:after {
  border-color: #9b9a9a;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 0 1px;
  content: "";
  height: 5px;
  margin-right: -30px;
  position: absolute;
  right: 50%;
  top: 17px;
  transform: rotate(45deg);
  width: 5px;
}
@media only screen and (min-width: 771px) {
  #size-chart .close:after {
    display: none;
  }
}

/*** Newsletter popup ***/
.newsletter-popup {
  width: 53.33333%;
}
.newsletter-popup .popup_content {
  text-align: center;
  padding: 40px 75px 100px;
}
.newsletter-popup .popup_content .icon-wmc-logo-small {
  font-size: 45px;
  color: #000;
  line-height: 1;
}
.newsletter-popup .popup_content .block-title h2 {
  font-size: 22px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #000;
  text-transform: none;
  position: relative;
  padding-bottom: 40px;
}
.newsletter-popup .popup_content .block-title h2:after {
  border: 1px solid #e0e0e0;
  bottom: 30%;
  content: "";
  left: 50%;
  position: absolute;
  text-align: center;
  width: 40px;
  margin-left: -20px;
}
.newsletter-popup .popup_content .block-subscribe {
  margin-top: 35px;
}
.newsletter-popup .popup_content .input-box {
  margin-top: 40px;
  position: relative;
}
.newsletter-popup .popup_content input.input-text {
  background-color: #f1f2f3;
  border: 0 none;
  float: left;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 70%;
}
.newsletter-popup .popup_content .button {
  border-radius: 0;
  float: right;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 29%;
}
.newsletter-popup .popup_content .validation-advice {
  top: 45px;
  left: 0;
  position: absolute;
  text-align: left;
  font-size: 10px;
}
.newsletter-popup .popup_content .ajax-status {
  bottom: -25px;
  display: none;
  height: 20px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  text-align: left;
  width: 14px;
}
.newsletter-popup .popup_content .popup-close.bottom {
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 9px;
  cursor: pointer;
}
.newsletter-popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
}
@media only screen and (max-width: 1199px) {
  .newsletter-popup {
    width: 80%;
  }
}
@media only screen and (max-width: 979px) {
  .newsletter-popup {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .newsletter-popup .popup_content {
    padding: 20px 15px 60px;
  }
}

.masonry-subscribe {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.masonry-subscribe img {
  max-width: 100%;
}
.masonry-subscribe .block-subscribe {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 390px;
  height: calc(100% - 100px);
}
.masonry-subscribe .icon-wmc-logo-small {
  height: 90px;
  font-size: 90px;
  display: block;
  margin-bottom: 25px;
  color: #0f0000;
  line-height: 90px;
}
.masonry-subscribe .block-title {
  width: 380px;
  font-size: 50px;
  line-height: 55px;
  color: #0f0000;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 25px;
  font-weight: bold;
}
.masonry-subscribe .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.masonry-subscribe .desc p {
  margin-bottom: 10px;
  color: #646464;
}
.masonry-subscribe .desc p span {
  text-decoration: underline;
}
.masonry-subscribe .desc p:last-child {
  margin-bottom: 0;
}
.masonry-subscribe .block-content {
  margin: 0;
  position: relative;
}
.masonry-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.masonry-subscribe .block-content input {
  height: 41px;
  line-height: 40px;
  border: 0;
  background-color: #ececec;
  font-size: 11px;
  color: #818181;
  width: 270px;
  float: left;
  margin-right: 5px;
  padding: 0 13px;
}
.masonry-subscribe .block-content button {
  height: 41px;
  line-height: 40px;
  width: 110px;
  float: left;
}
.masonry-subscribe .block-content .validation-advice {
  position: absolute;
  bottom: -25px;
  font-size: 10px;
}
.masonry-subscribe .block-content .ajax-status {
  position: absolute;
  bottom: -25px;
  left: 130px;
  display: none;
}
.masonry-subscribe .block-content .ajax-status.loading {
  display: block;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.masonry-subscribe .block-content .ajax-status.error {
  display: block;
  color: #f1636e;
}
.masonry-subscribe .copyright {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #646464;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  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;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * 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.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.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;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
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;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * 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%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * 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 #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Circular-medium", "Helvetica Neue", Verdana, Arial, 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: 16px;
  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 #CCCCCC;
  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 #CCCCCC;
  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;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
.blog-landing {
  margin: 0 auto calc( 30px - 2% );
}
@media only screen and (max-width: 770px) {
  .blog-landing {
    margin-bottom: 0;
  }
}
.blog-landing:after {
  content: '';
  display: table;
  clear: both;
}
.blog-landing .blog-top-banner {
  padding: 30px 0;
  max-width: 727px;
  margin: 0 auto;
}
.blog-landing .blog-top-banner img {
  max-width: 100%;
  display: inline-block;
}
.blog-landing .blog-category {
  font-size: 12px;
  color: #9b9a9a;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  line-height: 1;
}
.blog-landing .blog-category a {
  color: #f1636e;
  display: inline-block;
  margin-right: 5px;
}
.blog-landing .blog-category a:hover {
  color: #0f0000;
  text-decoration: none;
}
.blog-landing .short-description {
  font-size: 13px;
  line-height: 20px;
  color: #9b9a9a;
  text-transform: none;
}
.blog-landing .short-description p {
  margin: 0;
}
.blog-landing .author-info {
  position: absolute;
  bottom: 0;
  margin: 0;
  line-height: 54px;
  height: 54px;
  overflow: hidden;
}
.blog-landing .blog-author, .blog-landing .blog-time {
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9a9a;
}
.blog-landing .latest-article {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.blog-landing .latest-article:after {
  content: '';
  display: table;
  clear: both;
}
.blog-landing .latest-article .article-image {
  float: left;
  width: 50%;
}
.blog-landing .latest-article .article-image img {
  width: 100%;
  height: 100%;
}
.blog-landing .latest-article .article-content {
  padding: 0 3.84615%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-landing .latest-article .blog-title {
  font-size: 22px;
  line-height: 30px;
  color: #0f0000;
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
}
.blog-landing .latest-article .blog-title:hover a {
  color: #9b9a9a;
  text-decoration: none;
}
.blog-landing .latest-article .author-info {
  bottom: 10px;
  width: 50%;
  padding: 0 3.84615%;
  right: 0;
}
.blog-landing .latest-article .hover-div {
  right: 0;
  width: 50%;
}
.blog-landing .latest-article:hover .article-image {
  opacity: 0.8;
}
.blog-landing .latest-article:hover .hover-div {
  bottom: 0;
}
.blog-landing .articles-list:after {
  content: '';
  display: table;
  clear: both;
}
.blog-landing .articles-list .article-item {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  overflow: hidden;
}
.blog-landing .articles-list .article-item:nth-child(3n) {
  margin-right: 0;
}
.blog-landing .articles-list .article-item:nth-child(3n+1) {
  clear: both;
}
.blog-landing .articles-list .article-item .article-image {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-landing .articles-list .article-item .article-image img {
  max-width: 100%;
  width: 100%;
}
.blog-landing .articles-list .article-item .hover-div {
  left: 0;
  width: 100%;
}
.blog-landing .articles-list .article-item:hover .article-image {
  opacity: 0.8;
}
.blog-landing .articles-list .article-item:hover .hover-div {
  bottom: 0;
}
.blog-landing .articles-list .article-item .article-content {
  height: 270px;
  position: relative;
  padding: 6% 6% 54px;
}
.blog-landing .articles-list .article-item .article-content .blog-title {
  font-size: 18px;
  color: #0f0000;
  text-transform: none;
  margin-bottom: 25px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
}
.blog-landing .articles-list .article-item .article-content .blog-title:hover a {
  color: #9b9a9a;
  text-decoration: none;
}
.blog-landing .articles-list .article-item .side-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-landing .articles-list .article-item .side-banner img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}
.blog-landing .articles-list .article-item.ad-item {
  background: transparent;
}
@media only screen and (max-width: 770px) {
  .blog-landing .articles-list .article-item.ad-item {
    display: none;
  }
}
.blog-landing .hover-div {
  height: 54px;
  bottom: -54px;
  position: absolute;
  background: #fff;
  padding: 14px 6%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 26px;
}
.blog-landing .article-link {
  font-size: 12px;
  color: #00967d;
  text-transform: uppercase;
  float: right;
}
.blog-landing .article-link:after {
  content: '\2192';
  display: inline-block;
  margin-left: 8px;
}
.blog-landing .social {
  float: left;
  margin: 0;
}
.blog-landing .social a {
  margin-right: 6px;
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.blog-landing .social a.icon-fb {
  background-color: #44619f;
}
.blog-landing .social a.icon-pi {
  background-color: #ce2b33;
}
.blog-landing .social a.icon-newsletter {
  background-color: #0d9b84;
  font-size: 9px;
}
.blog-landing .social a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media only screen and (max-width: 770px) {
  .blog-landing .page-title {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .blog-landing .page-title h2 {
    font-size: 20px;
    font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    line-height: 38px;
    color: #c9c9c9;
    border: 0 none;
    text-transform: none;
    margin: 0;
    padding: 0;
  }
  .blog-landing .articles-list .article-item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .blog-landing .articles-list .article-item .article-content {
    height: auto;
    padding: 6% 10px 54px;
  }
  .blog-landing .articles-list .article-item .article-content .blog-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 13px;
  }
  .blog-landing .blog-category {
    font-size: 12px;
  }
  .blog-landing .short-description {
    font-size: 12px;
  }
  .blog-landing .blog-category,
  .blog-landing .short-description {
    margin-bottom: 20px;
    line-height: 1;
  }
  .blog-landing .blog-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
  }
  .blog-landing .blog-info .author-info {
    position: static;
    margin: 0;
    float: left;
    text-align: left;
    line-height: 1.5;
    height: auto;
  }
  .blog-landing .blog-info .author-info span {
    display: block;
  }
  .blog-landing .blog-info .social {
    float: right;
    margin: 0;
  }
}

.filters-wrapper {
  border-top: 1px solid #e0e0e0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  z-index: 9;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper {
    position: fixed;
    z-index: 9;
  }
}
.filters-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.filters-wrapper .filters {
  width: 63.33333%;
  height: 45px;
  float: right;
  line-height: 45px;
  font-size: 12px;
  color: #9b9a9a;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filters {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}
.filters-wrapper .filters-title {
  width: 15.78947%;
  border-right: 1px solid #e0e0e0;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filters-title {
    display: none;
  }
}
.filters-wrapper .filter-categories {
  width: 21.05263%;
  float: left;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-categories {
    width: 33.3333%;
    float: right;
  }
}
.filters-wrapper .filter-categories p {
  position: relative;
  padding: 0 15px;
  margin: 0;
  cursor: pointer;
}
.filters-wrapper .filter-categories p:after {
  content: "";
  height: 5px;
  width: 5px;
  border: 2px solid #b2aeae;
  margin-left: 5px;
  display: inline-block;
  border-width: 1px 0px 0px 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filters-wrapper .filter-categories .categories-blog {
  position: absolute;
  bottom: 46px;
  right: 0;
  background: #f0f0f0;
  z-index: 99;
  width: 200%;
  display: none;
  border: 1px solid #e0e0e0;
  border-width: 1px 1px 0 1px;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-categories .categories-blog {
    bottom: 36px;
    background: #fff;
  }
}
.filters-wrapper .filter-categories .categories-blog li {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.filters-wrapper .filter-categories .categories-blog li:last-child {
  border: 0 none;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-categories .categories-blog li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
.filters-wrapper .filter-categories .categories-blog li.active {
  background: #fff;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-categories .categories-blog li.active {
    background: #f0f0f0;
  }
}
.filters-wrapper .filter-categories .categories-blog li .cancel {
  float: right;
  cursor: pointer;
}
.filters-wrapper .filter-categories .categories-blog li:hover {
  background: #fff;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-categories .categories-blog li:hover {
    background: #f0f0f0;
  }
}
.filters-wrapper .filter-categories .categories-blog a {
  color: #9b9a9a;
  text-decoration: none;
  display: block;
  padding: 0 15px;
}
.filters-wrapper .filter-categories.active {
  background: #fff;
}
.filters-wrapper .filter-categories.active p:after {
  margin-bottom: 2px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filters-wrapper .recent, .filters-wrapper .popular {
  line-height: 45px;
  font-size: 12px;
  float: left;
  width: 15.78947%;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .recent, .filters-wrapper .popular {
    width: 33.3333%;
    line-height: 35px;
  }
}
.filters-wrapper .recent a, .filters-wrapper .popular a {
  color: #9b9a9a;
  text-decoration: none;
  display: block;
}
.filters-wrapper .recent.selected, .filters-wrapper .popular.selected {
  background: #f6f6f6;
}
.filters-wrapper .filter-search {
  width: 31.57895%;
  float: left;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 770px) {
  .filters-wrapper .filter-search {
    display: none;
  }
}
.filters-wrapper .filter-search input {
  width: 100%;
  border: 0 none;
  vertical-align: middle;
  font-size: 9px;
  outline: 0 none;
  padding: 0 25px;
}
.filters-wrapper .filter-search button.search-button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  border: 0 none;
  background: transparent;
  color: #271c1a;
}
.filters-wrapper .filter-search .loader-spin {
  position: absolute;
  font-size: 5px;
  margin: -2.5em 0 0 -1em;
}

.filter-loader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}
.filter-loader img {
  margin: 0 auto;
}

.filter-search-results {
  display: none;
  position: absolute;
  height: 500px;
  bottom: 46px;
  right: 0;
  background: #fff;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-width: 1px 1px 0 1px;
  line-height: 3em;
  width: 150%;
}
.filter-search-results .articles-search-results:after {
  content: '';
  display: table;
  clear: both;
}
.filter-search-results li.article-item {
  padding: 20px 0;
}
.filter-search-results li.article-item:after {
  content: '';
  display: table;
  clear: both;
}
.filter-search-results li.article-item p.social {
  display: none;
}
.filter-search-results .close {
  color: #9b9a9a;
  text-decoration: underline;
}
.filter-search-results .article-image {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.filter-search-results .article-image img {
  width: 100%;
}
.filter-search-results .article-content {
  width: 50%;
  float: right;
  padding: 0 20px;
}
.filter-search-results .blog-category {
  color: #9b9a9a;
}

.blog-cat-view .blog-landing {
  margin: 0;
  padding: 65px 0 50px;
}
@media only screen and (max-width: 770px) {
  .blog-cat-view .author-info {
    width: 100%;
    text-align: left;
    padding: 10px;
    line-height: 2;
    height: 54px;
    border-top: 1px solid #e0e0e0;
    left: 0;
  }
  .blog-cat-view .author-info .spacer {
    display: none;
  }
  .blog-cat-view .author-info .blog-author,
  .blog-cat-view .author-info .blog-time {
    display: block;
  }
  .blog-cat-view .hover-div {
    bottom: 0;
    background: transparent;
  }
  .blog-cat-view .hover-div .article-link {
    display: none;
  }
  .blog-cat-view .hover-div .social {
    float: right;
  }
}

.blog-post-view .col-main {
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 771px) {
  .blog-post-view .col-main {
    border: 0 none;
    margin-bottom: 30px;
  }
}

.blog-article .article-banner {
  max-width: 727px;
  margin: 30px auto;
}
.blog-article .article-banner img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 771px) {
  .blog-article .article-banner {
    display: none;
  }
}
.blog-article .blog-mobile-banner {
  display: none;
}
@media only screen and (max-width: 771px) {
  .blog-article .blog-mobile-banner {
    display: block;
    margin: 35px 0;
    padding: 0 10px;
  }
}
.blog-article .blog-mobile-banner img {
  max-width: 100%;
  margin: 0 auto;
}
.blog-article .article-title {
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .blog-article .article-title {
    padding: 30px 0 5px;
  }
}
.blog-article .article-title h1 {
  font-size: 32px;
  color: #0f0000;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  .blog-article .article-title h1 {
    font-size: 20px;
  }
}
.blog-article .article-title p {
  font-size: 13px;
  color: #2e2e2e;
}
.blog-article .blog-info {
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #9b9a9a;
  font-size: 13px;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 771px) {
  .blog-article .blog-info {
    font-size: 12px;
  }
}
.blog-article .blog-info span {
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  .blog-article .blog-info span {
    padding: 0 1px;
  }
}
.blog-article .social {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: center;
  line-height: 10px;
  margin-bottom: 25px;
}
.blog-article .social .pinterest {
  display: inline-block;
}
.blog-article .social > div {
  margin: 0 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 350px) {
  .blog-article .social > div {
    margin: 0;
  }
}
.blog-article .social .mail-share {
  width: 40px;
  height: 20px;
  display: inline-block;
  background: #0d9b84;
  line-height: 10px;
  border-radius: 2px;
  margin: 0;
}
.blog-article .social .mail-share a {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .blog-article .social .mail-share {
    display: none;
  }
}
.blog-article .hero-image {
  width: 64.70588%;
  margin: 25px auto;
}
@media only screen and (max-width: 600px) {
  .blog-article .hero-image {
    width: 100%;
    padding: 0 10px;
  }
}
.blog-article .hero-image img {
  width: 100%;
  border: 5px solid #fff;
}
.blog-article .content {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.blog-article .content p {
  margin: 10px 0;
}
.blog-article .content img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.blog-breadcrumbs {
  height: 45px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 771px) {
  .blog-breadcrumbs {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f0f0f0;
    border-bottom: 0 none;
    border-top: 1px solid #e0e0e0;
    z-index: 9;
    height: 35px;
  }
}
.blog-breadcrumbs .back {
  width: 16.66667%;
  border-right: 1px solid #e0e0e0;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 771px) {
  .blog-breadcrumbs .back {
    width: 50%;
  }
}
.blog-breadcrumbs .back a:after {
  content: '\2190';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.blog-breadcrumbs .next {
  width: 30%;
  height: 100%;
  float: right;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 771px) {
  .blog-breadcrumbs .next {
    width: 50%;
  }
}
.blog-breadcrumbs .next a:after {
  content: '\2192';
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.blog-breadcrumbs a {
  text-transform: uppercase;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 771px) {
  .blog-breadcrumbs a {
    line-height: 35px;
  }
}

.bottom-breadcrumbs {
  height: 60px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 770px) {
  .bottom-breadcrumbs {
    display: none;
  }
}
.bottom-breadcrumbs .prev, .bottom-breadcrumbs .next {
  line-height: 60px;
  position: relative;
  color: #8a8a8a;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.bottom-breadcrumbs .prev {
  float: left;
  padding-left: 5px;
}
.bottom-breadcrumbs .prev:before {
  content: '\2190';
  display: inline;
  margin-right: 10px;
}
.bottom-breadcrumbs .next {
  float: right;
  padding-right: 5px;
}
.bottom-breadcrumbs .next:after {
  content: '\2192';
  display: inline;
  margin-left: 10px;
}

.widget-wrapper {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px;
}
.widget-wrapper .owl-buttons {
  display: block;
  width: 110px;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 770px) {
  .widget-wrapper .counter {
    display: none;
  }
  .widget-wrapper .owl-prev {
    position: absolute;
    right: 100%;
    bottom: 50%;
    float: left;
    font-size: 27px;
  }
  .widget-wrapper .owl-next {
    position: absolute;
    left: 100%;
    bottom: 50%;
    float: right;
    font-size: 27px;
  }
}
@media only screen and (max-width: 770px) {
  .widget-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .widget-wrapper .owl-buttons {
    line-height: 27px;
    width: 110px;
    display: block;
    margin: 0 auto 20px;
  }
  .widget-wrapper .owl-buttons .owl-prev {
    float: left;
    font-size: 27px;
  }
  .widget-wrapper .owl-buttons .owl-next {
    float: right;
    font-size: 27px;
  }
  .widget-wrapper .owl-buttons .counter {
    text-align: center;
    margin: 0 27px;
    font-size: 12px;
    color: #0f0000;
  }
  .widget-wrapper .owl-controls {
    margin: 0;
  }
}
.widget-wrapper .next, .widget-wrapper .prev {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid #b2aeae;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 770px) {
  .widget-wrapper .next, .widget-wrapper .prev {
    display: none;
  }
}
.widget-wrapper .next {
  right: -3%;
}
.widget-wrapper .next:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 8px;
  height: 6px;
  width: 6px;
  border: 2px solid #b2aeae;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 771px) {
  .widget-wrapper .next {
    right: 35%;
  }
}
.widget-wrapper .prev {
  left: -3%;
}
.widget-wrapper .prev:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 6px;
  height: 6px;
  width: 6px;
  border: 2px solid #b2aeae;
  border-width: 2px 0px 0 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 771px) {
  .widget-wrapper .prev {
    left: 35%;
  }
}
.widget-wrapper .widget-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 35px 0;
}
@media only screen and (max-width: 771px) {
  .widget-wrapper .widget-title {
    margin: 35px 0 20px;
  }
}

.blog-related {
  margin-bottom: 35px;
  margin-top: 20px;
}
.blog-related div.item {
  margin: 0 5%;
  border: 5px solid #fff;
  background: #fff;
}
.blog-related div.item img {
  width: 100%;
  float: none;
}
.blog-related div.item .product-info {
  text-align: center;
  padding: 10px;
}
.blog-related div.item .product-info h3 {
  font-size: 13px;
  color: #0f0000;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
}
.blog-related div.item .product-info .details {
  color: #9b9a9a;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.blog-related div.item .product-info .details span {
  padding: 0 5px;
}
.blog-related div.item .product-info .details .price-box {
  display: inline-block;
  margin: 0;
}
.blog-related div.item .product-info .details .price-box p {
  margin: 0;
}
.blog-related div.item .product-info .details .price-box .special-price {
  padding: 0;
}
.blog-related div.item .product-info .details .price-box .special-price .price {
  color: #f1636e;
}
.blog-related div.item .product-info .details .price-box .price {
  font-size: 12px;
  color: #9b9a9a;
  padding: 0 2px;
}
@media only screen and (max-width: 770px) {
  .blog-related div.item .product-info .details span {
    display: block;
  }
  .blog-related div.item .product-info .details .spacer {
    display: none;
  }
  .blog-related div.item .product-info h3 {
    margin-bottom: 0;
  }
  .blog-related div.item .product-info .brand {
    margin-bottom: 10px;
  }
}

.article-values {
  border-top: 1px solid #e0e0e0;
  margin: 35px 0;
}
@media only screen and (max-width: 770px) {
  .article-values {
    padding: 0 10px;
  }
}
.article-values .values-title {
  height: 75px;
  text-align: center;
}
@media only screen and (max-width: 770px) {
  .article-values .values-title {
    height: auto;
    padding: 35px 0 20px;
  }
}
.article-values .values-title h3 {
  color: #000;
  font-size: 12px;
  line-height: 75px;
}
@media only screen and (max-width: 770px) {
  .article-values .values-title h3 {
    display: none;
    line-height: 0.4;
  }
}
.article-values .values-title .mobile {
  text-transform: uppercase;
  font-size: 12px;
}
.article-values .values-list {
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0 1px;
}
.article-values .values-list li {
  width: 25%;
  float: left;
  height: 50px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 599px) {
  .article-values .values-list li {
    width: 50%;
  }
}
.article-values .values-list li > div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 65px;
  text-align: center;
  font-size: 29px;
  color: #d1c29a;
  line-height: 50px;
  z-index: 2;
  opacity: 0.5;
}
.article-values .values-list li div {
  opacity: 0.5;
  height: 100%;
}
.article-values .values-list li div.active {
  opacity: 1;
  background: #f6f6f6;
}
.article-values .values-list li a {
  color: #0f0000;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 50px;
  padding-left: 50px;
}
.article-values .values-list:after {
  content: '';
  display: table;
  clear: both;
}

.article-categories {
  position: relative;
  margin: 35px 0;
}
.article-categories .title {
  position: absolute;
  top: 35px;
  left: -10%;
  color: #dadada;
  font-size: 34px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 770px) {
  .article-categories .title {
    display: none;
  }
}
.article-categories .mobile-title {
  display: none;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 770px) {
  .article-categories .mobile-title {
    display: block;
  }
}
.article-categories .article-categories-list:after {
  content: '';
  display: table;
  clear: both;
}
.article-categories .article-categories-list li {
  width: 48%;
  margin-right: 4%;
  background: #fff;
  text-align: center;
  float: left;
}
.article-categories .article-categories-list li:last-child {
  margin: 0;
}
.article-categories .article-categories-list li img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.article-categories .article-categories-list li .category-name {
  color: #0f0000;
  font-size: 17px;
  text-transform: capitalize;
}
.article-categories .article-categories-list li div {
  padding: 25px;
}
.article-categories .article-categories-list li div.related-holder {
  padding: 0;
  position: relative;
}
.article-categories .article-categories-list li .shop-now a {
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9a9a;
}

.blog-post-view .col-right.sidebar .sidebar {
  padding-top: 150px;
}
@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar {
    padding-top: 0;
  }
}
.blog-post-view .col-right.sidebar .sidebar .sidebar-title {
  font-size: 12px;
  color: #0d0d0d;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar .sidebar-title {
    text-align: center;
  }
}

@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar .posts {
    padding: 0 10px;
  }
}
.blog-post-view .col-right.sidebar .sidebar .posts li {
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
}
@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar .posts li {
    border: 0 none !important;
    padding: 0;
    background: #fff;
    margin: 15px 0;
  }
}
.blog-post-view .col-right.sidebar .sidebar .posts li:after {
  content: '';
  display: table;
  clear: both;
}
.blog-post-view .col-right.sidebar .sidebar .posts li:last-child {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.blog-post-view .col-right.sidebar .sidebar .posts .article-image {
  float: left;
  width: 30%;
  margin-right: 10px;
}
@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar .posts .article-image {
    width: 50%;
  }
}
.blog-post-view .col-right.sidebar .sidebar .posts .blog-category {
  display: block;
  line-height: 5px;
  margin-bottom: 10px;
}
.blog-post-view .col-right.sidebar .sidebar .posts .blog-category a {
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9a9a;
  line-height: 1.5em;
}
@media only screen and (max-width: 770px) {
  .blog-post-view .col-right.sidebar .sidebar .posts .blog-category {
    padding-top: 40px;
  }
}
.blog-post-view .col-right.sidebar .sidebar .posts h3.blog-title {
  font-size: 13px;
  color: #0f0000;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
}
.blog-post-view .col-right.sidebar .sidebar #related-categories .related-info {
  background: #fff;
  text-align: center;
  padding: 10px;
}
.blog-post-view .col-right.sidebar .sidebar #related-categories .related-info p {
  color: #0f0000;
  font-weight: bold;
  font-size: 13px;
}
.blog-post-view .col-right.sidebar .sidebar #related-categories .related-info a {
  color: #9b9a9a;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-post-view .col-right.sidebar .sidebar #related-categories .category-image {
  padding: 0;
  border: 0 none;
  margin: 0;
}
.blog-post-view .col-right.sidebar .sidebar #related-categories .item {
  margin-bottom: 20px;
}

#advertisement {
  margin: 30px 0;
}
#advertisement img {
  width: 100%;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 770px) {
  .mobile {
    display: block !important;
  }

  .desktop {
    display: none;
  }

  .blog-post-view .col-right.sidebar .sidebar #advertisement {
    display: none;
  }
  .blog-post-view .col-right.sidebar .sidebar #related-categories {
    display: none;
  }
  .blog-post-view .col-right.sidebar .sidebar > div {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
  }
}
.catalog-product-view .product-type-aw_giftcard2 .aw-gc2-product-form-options .aw-gc2-product-form-options__amount {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 770px) {
  .catalog-product-view .product-type-aw_giftcard2 .aw-gc2-product-form-options .aw-gc2-product-form-options__amount {
    width: 70%;
  }
}
.catalog-product-view .product-type-aw_giftcard2 .add-to-cart-wrapper .add-to-box .wishlist-toggle {
  position: initial;
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  float: left;
  padding: 0px;
}
@media only screen and (max-width: 979px) {
  .catalog-product-view .product-type-aw_giftcard2 .add-to-cart-wrapper .add-to-box .wishlist-toggle {
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 39px;
    width: 39px;
    line-height: 39px;
    background-color: #f0f0f0;
    font-size: 13px;
    top: initial;
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0px;
  }
}

/* ============================================ *
 * 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;
}

.cms-index-index .col1-layout .col-main {
  width: 100%;
}

.homepage .masonry {
  max-width: 100%;
  overflow: hidden;
}

.blog-hero {
  position: relative;
  background-color: #fff;
}
.blog-hero:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
  z-index: 3;
}
.blog-hero:after {
  content: '';
  display: table;
  clear: both;
}
.blog-hero .article-item {
  float: left;
  width: 50%;
}
.blog-hero .article-item .article-image {
  width: 100%;
}
.blog-hero .article-item .article-image img {
  width: 100%;
}
.blog-hero .article-item .article-content {
  padding: 25px 13.33333% 40px;
  position: relative;
  z-index: 2;
  margin-top: -12%;
  background-color: #fff;
}
.blog-hero .article-item .article-content span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.blog-hero .article-item .article-content h3 {
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  margin: 0 0 10px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  min-height: 62px;
}
.blog-hero .article-item .article-content h3 a {
  display: block;
}
.blog-hero .article-item .article-content h3 a:hover {
  color: #9b9a9a;
  text-decoration: none;
}
.blog-hero .article-item .article-content p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-hero .article-item .article-content {
    padding: 25px 6.66667%;
  }
}
@media only screen and (max-width: 770px) {
  .blog-hero:before {
    display: none;
  }
  .blog-hero .article-item {
    width: 100%;
    text-align: center;
  }
  .blog-hero .article-item .article-content {
    margin-top: 0;
    padding: 25px 3.33333%;
  }
  .blog-hero .article-item .article-content h3 {
    min-height: 0;
  }
}
@media only screen and (max-width: 599px) {
  .blog-hero .article-item .article-content {
    padding: 25px 10px 20px;
  }
  .blog-hero .article-item .article-content span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .blog-hero .article-item .article-content h3 {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
  .blog-hero .article-item .article-content p {
    display: none;
  }
}

.engag-text {
  padding: 100px 6.66667% 70px;
  border-bottom: 1px solid #e0e0e0;
}
.engag-text h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  position: relative;
  font-weight: 600;
  margin: 0 0 15px;
}
.engag-text h2 > span {
  position: relative;
  display: inline-block;
}
.engag-text h2 > span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #d1c29a;
  z-index: 0;
}
.engag-text h2 > span span {
  position: relative;
  text-shadow: 0px 3px 0px #f0f0f0;
}
.engag-text h3 {
  color: #0f0000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.engag-text .info {
  margin-top: 50px;
}
.engag-text .info:after {
  content: '';
  display: table;
  clear: both;
}
.engag-text .info p {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.engag-text .info p:nth-child(odd) {
  padding-right: 3.84615%;
}
.engag-text .info p:nth-child(even) {
  padding-left: 3.84615%;
}
.engag-text .info p a {
  color: #9b9a9a;
}
@media only screen and (max-width: 1199px) {
  .engag-text {
    padding: 40px 3.33333%;
  }
  .engag-text .info p:nth-child(odd) {
    padding-right: 1.78571%;
  }
  .engag-text .info p:nth-child(even) {
    padding-left: 1.78571%;
  }
}
@media only screen and (max-width: 770px) {
  .engag-text {
    text-align: center;
  }
  .engag-text .info p {
    width: 100%;
    margin-bottom: 25px;
  }
  .engag-text .info p:nth-child(odd), .engag-text .info p:nth-child(even) {
    padding: 0;
  }
  .engag-text .info p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .engag-text {
    padding: 45px 10px;
  }
  .engag-text h2 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .engag-text h2 > span:before {
    bottom: -2px;
    height: 1px;
  }
  .engag-text h2 > span span {
    text-shadow: 0 1px 0 #f0f0f0;
  }
  .engag-text h3 {
    font-size: 12px;
    line-height: 15px;
  }
  .engag-text .info {
    margin-top: 25px;
  }
  .engag-text .info p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}

.home-newin {
  position: relative;
  padding: 45px 3.33333% 65px 6.66667%;
  border-bottom: 1px solid #e0e0e0;
}
.home-newin:before {
  content: "New In";
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  color: #dadada;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 3.33333%;
  top: 200px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  white-space: nowrap;
  height: 1px;
  width: 1px;
}
.home-newin:after {
  content: '';
  display: table;
  clear: both;
}
.home-newin .filter-by-category {
  margin-bottom: 12px;
}
.home-newin .filter-by-category .filter-item {
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 27px;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-newin .filter-by-category .filter-item:hover {
  color: #0f0000;
}
.home-newin .filter-by-category .filter-item.selected {
  text-decoration: underline;
  color: #0f0000;
}
.home-newin .slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f0f0f0;
}
.home-newin .slider .owl-buttons {
  position: absolute;
  top: -41px;
  right: 3.7037%;
  line-height: 27px;
  width: 110px;
}
.home-newin .slider .owl-buttons .owl-prev {
  float: left;
  font-size: 27px;
}
.home-newin .slider .owl-buttons .owl-next {
  float: right;
  font-size: 27px;
}
.home-newin .slider .owl-buttons .counter {
  text-align: center;
  margin: 0 27px;
  font-size: 12px;
  color: #0f0000;
}
.home-newin .slider .slide {
  padding-right: 14.28571%;
}
.home-newin .slider .slide .product-item {
  background-color: #fff;
  display: block;
  padding: 4px;
  text-decoration: none;
}
.home-newin .slider .slide .product-item img {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-newin .slider .slide .product-item .details {
  padding: 15px 0;
  text-align: center;
}
.home-newin .slider .slide .product-item .details .product-name {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  color: #0f0000;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}
.home-newin .slider .slide .product-item .details .product-info {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #9b9a9a;
}
.home-newin .slider .slide .product-item .details .product-info .price-box {
  display: inline-block;
}
.home-newin .slider .slide .product-item .details .product-info .price-box .special-price .price {
  color: #f1636e;
}
.home-newin .slider .slide .product-item .details .product-info .price-box .price {
  font-size: 12px;
  color: #9b9a9a;
}
.home-newin .slider .slide .product-item:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  .home-newin {
    padding: 90px 0 30px 3.33333%;
  }
  .home-newin:before {
    top: 30px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .home-newin .slider .owl-buttons {
    right: 3.44828%;
  }
  .home-newin .slider .slide {
    padding-right: 10.34483%;
  }
}
@media only screen and (max-width: 770px) {
  .home-newin {
    padding: 80px 0 20px 10px;
    border-bottom: 0;
  }
  .home-newin:before {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 35px;
    height: 25px;
    width: 100%;
    text-align: center;
  }
  .home-newin .filter-by-category {
    display: none;
  }
  .home-newin .slider {
    padding-top: 40px;
  }
  .home-newin .slider .owl-buttons {
    width: 96px;
    top: 0;
    right: 50%;
    margin-right: -43px;
    line-height: 22px;
  }
  .home-newin .slider .owl-buttons .owl-prev,
  .home-newin .slider .owl-buttons .owl-next {
    font-size: 22px;
  }
  .home-newin .slider .owl-buttons .counter {
    font-size: 12px;
  }
  .home-newin .slider .slide {
    padding-right: 10px;
  }
}

.our-values {
  position: relative;
  padding: 65px 6.66667% 15px;
  border-bottom: 1px solid #e0e0e0;
}
.our-values:before {
  content: "Our Values";
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  color: #dadada;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 3.33333%;
  top: 250px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  white-space: nowrap;
  height: 1px;
  width: 1px;
}
.our-values:after {
  content: '';
  display: table;
  clear: both;
}
.our-values .masonry-wysiwyg {
  float: left;
  width: 19.23077%;
  margin-right: 7.69231%;
  margin-bottom: 50px;
}
.our-values .masonry-wysiwyg:nth-child(4n) {
  margin-right: 0;
}
.our-values .masonry-wysiwyg:nth-child(4n + 1) {
  clear: both;
}
.our-values .masonry-wysiwyg h2 {
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  padding-top: 45px;
  position: relative;
  margin: 0 0 15px;
}
.our-values .masonry-wysiwyg h2:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #d1c29a;
}
.our-values .masonry-wysiwyg p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px;
}
.our-values .masonry-wysiwyg p:last-child {
  margin-bottom: 0;
}
.our-values .masonry-wysiwyg a {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #9b9a9a;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-values .masonry-wysiwyg a:hover {
  color: #0f0000;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .our-values {
    padding: 90px 3.33333% 0;
  }
  .our-values:before {
    top: 30px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .our-values .masonry-wysiwyg {
    width: 22.32143%;
    margin-right: 3.57143%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 770px) {
  .our-values {
    padding: 80px 10px 0;
  }
  .our-values:before {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 20px;
    height: 25px;
    width: 100%;
    text-align: center;
  }
  .our-values .masonry-wysiwyg {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
  }
  .our-values .masonry-wysiwyg:nth-child(2n) {
    margin-right: 0;
  }
  .our-values .masonry-wysiwyg:nth-child(2n + 1) {
    clear: both;
  }
  .our-values .masonry-wysiwyg h2 {
    font-size: 13px;
  }
  .our-values .masonry-wysiwyg h2:before {
    left: 50%;
    width: 30px;
    margin-left: -15px;
    text-align: center;
  }
  .our-values .masonry-wysiwyg p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .our-values .masonry-wysiwyg a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 154px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 599px) {
  .our-values {
    padding: 65px 0 0;
    border-bottom: 0;
  }
  .our-values .masonry-wysiwyg {
    width: 100%;
    float: none;
  }
  .our-values .owl-wrapper-outer {
    background-color: #fff;
    padding: 20px 0 0;
    overflow: visible;
  }
  .our-values .owl-wrapper-outer:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff;
  }
  .our-values .owl-wrapper-outer .owl-item {
    padding: 0 10px;
  }
  .our-values .owl-controls {
    width: 96px;
    margin: 0 auto 18px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #0f0000;
  }
  .our-values .owl-controls .owl-prev {
    font-size: 22px;
    float: left;
    display: block;
    color: #9b9a9a;
  }
  .our-values .owl-controls .owl-next {
    font-size: 22px;
    float: right;
    display: block;
    color: #9b9a9a;
  }
  .our-values .owl-controls .counter {
    margin: 0 22px;
    text-align: center;
  }
}

.home-articles {
  position: relative;
  width: 86.66667%;
  margin: 65px auto 40px;
  overflow: visible !important;
}
.home-articles .blog-landing {
  width: 100%;
}
.home-articles .blog-landing .break {
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  color: #dadada;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -3.84615%;
  top: 130px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-weight: 600;
  height: 1px;
  width: 1px;
  white-space: nowrap;
}
.home-articles .blog-landing .latest-article:nth-child(3) .article-image {
  float: right;
}
.home-articles .blog-landing .latest-article:nth-child(3) .article-content,
.home-articles .blog-landing .latest-article:nth-child(3) .author-info {
  right: auto;
  left: 0;
}
.home-articles .blog-landing .latest-article:nth-child(3) .hover-div {
  left: 0;
  right: 0;
}
.home-articles .blog-landing .latest-article .hover-div {
  width: 50%;
  right: 0;
  height: 64px;
  bottom: -64px;
  position: absolute;
  background: #fff;
  padding: 14px 3.84615% 24px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 26px;
}
.home-articles .blog-landing .latest-article .hover-div .article-link {
  font-size: 12px;
  color: #00967d;
  text-transform: uppercase;
  float: right;
}
.home-articles .blog-landing .latest-article .hover-div .article-link:after {
  content: '\2192';
  display: inline-block;
  margin-left: 8px;
}
.home-articles .blog-landing .latest-article .hover-div .social {
  float: left;
  margin: 0;
}
.home-articles .blog-landing .latest-article .hover-div .social a {
  margin-right: 6px;
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.home-articles .blog-landing .latest-article .hover-div .social a.icon-fb {
  background-color: #44619f;
}
.home-articles .blog-landing .latest-article .hover-div .social a.icon-pi {
  background-color: #ce2b33;
}
.home-articles .blog-landing .latest-article .hover-div .social a.icon-newsletter {
  background-color: #0d9b84;
  font-size: 9px;
}
.home-articles .blog-landing .latest-article .hover-div .social a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.home-articles .blog-landing .latest-article:hover .hover-div {
  bottom: 0;
}
.home-articles .blog-landing .articles-list {
  width: 100%;
}
.home-articles .blog-landing .view-articles {
  text-align: center;
  margin-top: 20px;
}
.home-articles .blog-landing .view-articles a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #9b9a9a;
  line-height: 1;
}
.home-articles .blog-landing .view-articles a:hover {
  color: #0f0000;
  text-decoration: none;
}
.home-articles .blog-landing .view-articles a:after {
  content: '\2192';
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .home-articles {
    width: 93.33333%;
    padding-top: 60px;
    margin: 30px auto;
  }
  .home-articles .blog-landing .break {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 770px) {
  .home-articles {
    padding: 80px 0 0;
    width: 100%;
    margin: 0;
  }
  .home-articles .blog-landing {
    margin-bottom: 0;
  }
  .home-articles .blog-landing .break {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 35px;
    height: 25px;
    width: 100%;
    text-align: center;
  }
  .home-articles .blog-landing .articles-list .article-item,
  .home-articles .blog-landing .latest-article {
    margin-bottom: 20px;
  }
  .home-articles .blog-landing .articles-list .article-item:nth-child(3) .article-image,
  .home-articles .blog-landing .latest-article:nth-child(3) .article-image {
    float: none;
  }
  .home-articles .blog-landing .articles-list .article-item:nth-child(3) .article-content,
  .home-articles .blog-landing .articles-list .article-item:nth-child(3) .author-info,
  .home-articles .blog-landing .latest-article:nth-child(3) .article-content,
  .home-articles .blog-landing .latest-article:nth-child(3) .author-info {
    left: 0;
  }
  .home-articles .blog-landing .articles-list .article-item:nth-child(3) .hover-div,
  .home-articles .blog-landing .latest-article:nth-child(3) .hover-div {
    left: auto;
  }
  .home-articles .blog-landing .articles-list .article-item .article-image,
  .home-articles .blog-landing .latest-article .article-image {
    width: 100%;
    float: none;
  }
  .home-articles .blog-landing .articles-list .article-item .article-content,
  .home-articles .blog-landing .latest-article .article-content {
    width: 100%;
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    top: auto;
    padding: 25px 10px 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 43px;
    text-align: center;
    height: auto;
  }
  .home-articles .blog-landing .articles-list .article-item .article-content .blog-category,
  .home-articles .blog-landing .latest-article .article-content .blog-category {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-articles .blog-landing .articles-list .article-item .article-content .blog-title,
  .home-articles .blog-landing .latest-article .article-content .blog-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .home-articles .blog-landing .articles-list .article-item .article-content .short-description,
  .home-articles .blog-landing .latest-article .article-content .short-description {
    font-size: 12px;
    line-height: 15px;
  }
  .home-articles .blog-landing .articles-list .article-item .author-info,
  .home-articles .blog-landing .latest-article .author-info {
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 9px 0 8px 10px;
    font-size: 12px;
    line-height: 14px;
    height: 43px;
    text-align: left;
  }
  .home-articles .blog-landing .articles-list .article-item .author-info span,
  .home-articles .blog-landing .latest-article .author-info span {
    display: none;
  }
  .home-articles .blog-landing .articles-list .article-item .author-info .blog-author,
  .home-articles .blog-landing .articles-list .article-item .author-info .blog-time,
  .home-articles .blog-landing .latest-article .author-info .blog-author,
  .home-articles .blog-landing .latest-article .author-info .blog-time {
    display: block;
  }
  .home-articles .blog-landing .articles-list .article-item .hover-div,
  .home-articles .blog-landing .latest-article .hover-div {
    bottom: 0;
    right: 0;
    left: auto;
    padding: 8px 4px 9px 0;
    height: 43px;
    width: auto;
    background-color: transparent;
  }
  .home-articles .blog-landing .articles-list .article-item .hover-div .article-link,
  .home-articles .blog-landing .latest-article .hover-div .article-link {
    display: none;
  }
  .home-articles .blog-landing .articles-list .article-item {
    margin: 0 0 20px;
    width: 100%;
  }
  .home-articles .blog-landing .articles-list .article-item .hover-div,
  .home-articles .blog-landing .articles-list .article-item .author-info {
    bottom: -43px;
  }
  .home-articles .blog-landing .view-articles {
    margin: 0;
  }
  .home-articles .blog-landing .view-articles a {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 154px;
  }
  .home-articles .blog-landing .view-articles a:after {
    display: none;
  }
}

.home-designers {
  background-color: #fff;
  position: relative;
  padding: 120px 6.66667% 115px;
}
.home-designers:before {
  content: "Designers";
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  color: #dadada;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 3.33333%;
  top: 280px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  height: 1px;
  width: 1px;
  white-space: nowrap;
}
.home-designers:after {
  content: '';
  display: table;
  clear: both;
}
.home-designers .masonry-category {
  width: 19.23077%;
  margin-right: 7.69231%;
  float: left;
}
.home-designers .masonry-category:nth-child(4n) {
  margin-right: 0;
}
.home-designers .masonry-category a {
  display: block;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-designers .masonry-category a img {
  max-height: 60px;
  max-width: 100%;
}
.home-designers .masonry-category a .desc {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #9b9a9a;
  padding-top: 40px;
  display: block;
  margin: 10px 0 20px;
}
.home-designers .masonry-category a .desc:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20%;
  top: 0;
  left: 0;
  background-color: #000;
}
.home-designers .masonry-category a .shop-all {
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #9b9a9a;
  text-transform: uppercase;
}
.home-designers .masonry-category a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  .home-designers {
    padding: 90px 3.33333% 30px;
  }
  .home-designers:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 3.33333%;
    top: 30px;
  }
  .home-designers .masonry-category {
    width: 19.64286%;
    margin-right: 7.14286%;
  }
}
@media only screen and (max-width: 979px) {
  .home-designers .masonry-category {
    width: 22.32143%;
    margin-right: 3.57143%;
  }
}
@media only screen and (max-width: 770px) {
  .home-designers {
    padding: 80px 10px 10px;
  }
  .home-designers:before {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 20px;
    height: 25px;
    width: 100%;
    text-align: center;
  }
  .home-designers .masonry-category {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
  }
  .home-designers .masonry-category:nth-child(2n) {
    margin-right: 0;
  }
  .home-designers .masonry-category:nth-child(2n + 1) {
    clear: both;
  }
  .home-designers .masonry-category a img {
    display: inline-block;
  }
  .home-designers .masonry-category a .desc {
    padding: 0;
  }
  .home-designers .masonry-category a .desc:after {
    display: none;
  }
  .home-designers .masonry-category a .shop-all {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 154px;
  }
}
@media only screen and (max-width: 599px) {
  .home-designers {
    padding: 65px 0 10px;
    background-color: transparent;
  }
  .home-designers .masonry-category {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .home-designers .owl-wrapper-outer {
    background-color: #fff;
    padding: 20px 0 0;
    overflow: visible;
  }
  .home-designers .owl-wrapper-outer:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff;
  }
  .home-designers .owl-wrapper-outer .owl-item {
    padding: 0 10px;
  }
  .home-designers .owl-controls {
    width: 96px;
    margin: 0 auto 18px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #0f0000;
  }
  .home-designers .owl-controls .owl-prev {
    font-size: 22px;
    float: left;
    display: block;
    color: #9b9a9a;
  }
  .home-designers .owl-controls .owl-next {
    font-size: 22px;
    float: right;
    display: block;
    color: #9b9a9a;
  }
  .home-designers .owl-controls .counter {
    margin: 0 22px;
    text-align: center;
  }
}

.our-picks {
  position: relative;
  padding: 65px 6.66667%;
}
.our-picks:before {
  content: "Our Picks";
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  color: #dadada;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 3.33333%;
  top: 210px;
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  height: 1px;
  width: 1px;
  white-space: nowrap;
}
.our-picks:after {
  content: '';
  display: table;
  clear: both;
}
.our-picks .masonry-category {
  float: left;
  width: 30.76923%;
  margin-right: 3.84615%;
  background-color: #fff;
  padding-bottom: 35px;
  text-align: center;
}
.our-picks .masonry-category:nth-child(3n) {
  margin-right: 0;
}
.our-picks .masonry-category a {
  display: block;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-picks .masonry-category a img {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  position: relative;
}
.our-picks .masonry-category a span {
  display: block;
  padding: 0 15px;
}
.our-picks .masonry-category a .title {
  font-family: "Lyon Display Web", Georgia, Times, "Times New Roman", serif;
  line-height: 1;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
}
.our-picks .masonry-category a .shop-all {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #9b9a9a;
}
.our-picks .masonry-category a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  .our-picks {
    padding: 90px 3.33333% 30px;
  }
  .our-picks:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 3.33333%;
    top: 30px;
  }
}
@media only screen and (max-width: 770px) {
  .our-picks {
    padding: 80px 0 30px;
  }
  .our-picks:before {
    font-size: 25px;
    line-height: 25px;
    left: 0;
    top: 35px;
    height: 25px;
    width: 100%;
    text-align: center;
  }
  .our-picks .masonry-category {
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 25px;
  }
  .our-picks .masonry-category a img {
    margin-bottom: 25px;
  }
  .our-picks .masonry-category a span {
    padding: 0 10px;
  }
  .our-picks .masonry-category a .title {
    font-size: 14px;
  }
  .our-picks .masonry-category a .shop-all {
    font-size: 12px;
  }
}

