/*
|>----------------------------------------------------------------------------------------------<|
| // Typography
|>----------------------------------------------------------------------------------------------<|
*/
/* All body copy show use this font */
@font-face {
  font-family: 'Karla';
  src: url("../font/karla-regular-webfont.eot");
  src: url("../font/karla-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/karla-regular-webfont.woff") format("woff"), url("../font/karla-regular-webfont.ttf") format("truetype");
  /* url('../font/karla-regular-webfont.svg#karlaregular') format('svg'); */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KarlaBold';
  src: url("../font/karla-bold-webfont.eot");
  src: url("../font/karla-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/karla-bold-webfont.woff") format("woff"), url("../font/karla-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Header font */
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../font/ProximaNova-Bold-webfont.eot");
  src: url("../font/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ProximaNova-Bold-webfont.woff") format("woff"), url("../font/ProximaNova-Bold-webfont.ttf") format("truetype");
  /*url('../font/ProximaNova-Bold-webfont.svg#ProximaNovaBold') format('svg');*/
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyWebFont';
  src: url("webfont.eot");
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("webfont.woff") format("woff"), url("webfont.ttf") format("truetype"); }

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
|>----------------------------------------------------------------------------------------------<|
| // Reset
|>----------------------------------------------------------------------------------------------<|
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

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

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

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

strong {
  font-weight: bold; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both; }

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: ""; }

/*
|>----------------------------------------------------------------------------------------------<|
| // Global
|>----------------------------------------------------------------------------------------------<|
*/
html,
div {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased\9;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  margin: 0 auto;
  font-family: "Karla", Arial, sans-serif;
  font-size: 12px; }

a {
  color: black;
  text-decoration: underline; }

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

button:focus,
input:focus {
  outline: 0; }

::selection {
  background: #FFc9c9;
  color: #eee; }

::-moz-selection {
  background: #FFc9c9;
  color: #eee; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }

p {
  font-family: "Karla", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px; }

a {
  text-decoration: none; }

ul {
  padding: 0; }
  ul li {
    list-style: none;
    line-height: 18px; }

/* Form fields, general styles first */
button,
input,
textarea {
  font-size: 13px;
  border: 1px solid #EEE;
  font-family: inherit;
  padding: 6px; }

button,
input {
  line-height: normal; }

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top; }

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0; }

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding: 6px 8px;
  font-size: 14px;
  letter-spacing: 0.125em;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  border: 1px solid #d2d2d2; }

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

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

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb); }

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border: none; }

div.select {
  width: 100%;
  overflow: hidden;
  border: 1px solid #FFF; }
  div.select select {
    background: transparent;
    width: 100%;
    height: 28px;
    padding: 6px 8px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none; }

select {
  width: 100%;
  height: 30px;
  border: 1px solid #e1e1e1;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.120em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 6px;
  margin: 5px 0; }

/*
|>----------------------------------------------------------------------------------------------<|
| // Languages -- All language specific styles go in here
|>----------------------------------------------------------------------------------------------<|
*/
/* SPANISH ES ========================= */
.rev_wrapper_es {
  /* Homepage END */ }
  .rev_wrapper_es .main_navigation li.page_item {
    padding: 0 2.1%; }
  .rev_wrapper_es .mr_order_history_wrap .shopbag_item_table .mr_order_total {
    padding-right: 10px;
    text-align: right;
    width: 152px; }
  .rev_wrapper_es .mr_order_history_wrap .shopbag_item_table .mr_order_number {
    width: 168px; }
  .rev_wrapper_es .mr_order_history_wrap .shopbag_item_table .mr_tracking {
    width: 126px; }
  .rev_wrapper_es .mr_order_history_wrap .shopbag_item_table .mr_delivery {
    text-transform: uppercase;
    width: 142px; }
  .rev_wrapper_es .mr_order_history_wrap .shopbag_item_table .mr_order_total {
    padding-right: 10px;
    text-align: right;
    width: 152px; }
  .rev_wrapper_es .mr_settings_wrap .mr_settings_email.unsubscribe .sb_grey {
    width: 370px; }
  .rev_wrapper_es .pdp_wrap .pdp_addtobag .error_select_size {
    font-size: 12px; }
  .rev_wrapper_es .pdp_wrap .pdp_addtobag input {
    padding: 20px 11px; }
  .rev_wrapper_es .pdp_wrap .pdp_addtobag .live_chat {
    width: 100%;
    margin: 20px 0 0 0; }
  .rev_wrapper_es .pdp_review_landing .size_recommend p, .rev_wrapper_es .pdp_review_popup .size_recommend p {
    font-size: 12px; }
  .rev_wrapper_es .pdp_review_landing .size_recommend .radio_list label, .rev_wrapper_es .pdp_review_popup .size_recommend .radio_list label {
    font-size: 12px; }
  .rev_wrapper_es .pdp_review_landing .size_recommend .iradio_square, .rev_wrapper_es .pdp_review_popup .size_recommend .iradio_square {
    height: 30px; }
  .rev_wrapper_es .pdp_specialorder_wrap .specialorders_box2 p {
    margin: 10px 0 2px; }
  .rev_wrapper_es .pdp_specialorder_wrap .specialorders_box2 .specialorders_dropbox2 {
    display: block;
    background: url(../i/pdp/arrow_sprite.png) no-repeat;
    background-position: right -63px;
    width: 519px;
    margin: 0 0 25px 0; }
  .rev_wrapper_es .pdp_specialorder_wrap .specialorders_box2 .specialorders_dropdown2 {
    left: 0;
    top: 70px;
    z-index: 1; }
  .rev_wrapper_es .pdp_specialorder_wrap form .specialorder_cancel {
    display: inline;
    margin-left: 20px; }
  .rev_wrapper_es .footer_content .footer_bottom .footer_copyright {
    font-size: 11px; }
  .rev_wrapper_es .rev_main .plp_qv_full_details {
    text-align: left;
    margin-top: 20px; }
  .rev_wrapper_es .rev_main .error_select_size {
    height: 60px;
    width: 212px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -56px; }
  .rev_wrapper_es .shopbag_wrap .shopbag_inner table.shopbag_item_table .shopbag_item_description .shopbag_item_disclaim {
    width: 320px; }
  .rev_wrapper_es .shopbag_wrap .shopbag_inner table.shopbag_item_table .sb_col_qty {
    padding: 0 10px; }
  .rev_wrapper_es .shopbag_wrap .pdp_ctl_wrap .pdp_ctl_item input {
    font-size: 10px; }
  .rev_wrapper_es .co_rev_head .co_header_nav {
    font-size: 14px; }
  .rev_wrapper_es .wishlist_heart {
    margin-left: -140px; }
  .rev_wrapper_es .template_a .title,
  .rev_wrapper_es .template_b .title,
  .rev_wrapper_es .template_c .title,
  .rev_wrapper_es .template_d .title,
  .rev_wrapper_es .template_d_left .title,
  .rev_wrapper_es .template_e .title {
    font-size: 32px !important; }
  .rev_wrapper_es .template_a .sub_title,
  .rev_wrapper_es .template_b .sub_title,
  .rev_wrapper_es .template_c .sub_title,
  .rev_wrapper_es .template_d .sub_title,
  .rev_wrapper_es .template_d_left .sub_title,
  .rev_wrapper_es .template_e .sub_title {
    font-size: 18px; }
  .rev_wrapper_es .template_a p,
  .rev_wrapper_es .template_b p,
  .rev_wrapper_es .template_c p,
  .rev_wrapper_es .template_d p,
  .rev_wrapper_es .template_d_left p,
  .rev_wrapper_es .template_e p {
    font-size: 14px;
    line-height: 18px; }

/* END SPANISH ES =================== */
@-moz-document url-prefix() {
  .rev_wrapper_es .main_navigation li.page_item {
    padding: 0 2%; } }

/* CHINESE ZH ========================= */
.rev_wrapper_zh {
  /* Homepage END */ }
  .rev_wrapper_zh .main_navigation li {
    font-size: 14px;
    padding: 0 2.85%; }
    .rev_wrapper_zh .main_navigation li.page_item {
      padding: 0 3.25%; }
    .rev_wrapper_zh .main_navigation li a {
      font-size: 16px;
      line-height: 2.75; }
  .rev_wrapper_zh .pdp_wrap h3 {
    font-size: 16px; }
  .rev_wrapper_zh .pdp_wrap .pdp_additional_info p {
    font-size: 15px; }
  .rev_wrapper_zh .pdp_wrap .pdp_product_info ul {
    font-size: 14px; }
  .rev_wrapper_zh .pdp_review_landing .pdp_review_theproduct .size_recommend p, .rev_wrapper_zh .pdp_review_popup .pdp_review_theproduct .size_recommend p {
    font-size: 16px; }
  .rev_wrapper_zh .pdp_review_landing .review_real_talk p, .rev_wrapper_zh .pdp_review_popup .review_real_talk p {
    font-size: 16px; }
  .rev_wrapper_zh .pdp_specialorder_wrap h3 {
    font-size: 16px; }
  .rev_wrapper_zh .pdp_specialorder_wrap p {
    font-size: 14px; }
  .rev_wrapper_zh .pdp_specialorder_wrap .specialorders_list {
    font-size: 14px; }
  .rev_wrapper_zh .pdp_specialorder_wrap .specialorders_box p, .rev_wrapper_zh .pdp_specialorder_wrap .specialorders_box2 p {
    font-size: 16px; }
  .rev_wrapper_zh .pdp_specialorder_wrap .specialorders_dropbox, .rev_wrapper_zh .pdp_specialorder_wrap .specialorders_dropbox2 {
    font-size: 14px; }
  .rev_wrapper_zh .pdp_specialorder_wrap form .specialorder_cancel {
    display: inline;
    margin-left: 20px; }
  .rev_wrapper_zh .rev_login_popup h2 {
    font-size: 18px; }
  .rev_wrapper_zh .rev_login_popup .login_input_box label {
    font-size: 16px; }
  .rev_wrapper_zh .rev_login_popup .radio_list label {
    font-size: 16px; }
  .rev_wrapper_zh .rev_login_popup .pdp_review_submit input {
    font-size: 16px; }
  .rev_wrapper_zh .rev_main .plp_qv_full_details {
    text-align: left;
    margin-top: 20px; }
  .rev_wrapper_zh .rev_main .error_select_size {
    width: 190px;
    height: 55px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -56px; }
  .rev_wrapper_zh .wishlist_heart {
    margin-left: -59px; }
  .rev_wrapper_zh .template_a .cta_btn a,
  .rev_wrapper_zh .template_b .cta_btn a,
  .rev_wrapper_zh .template_c .cta_btn a,
  .rev_wrapper_zh .template_d .cta_btn a,
  .rev_wrapper_zh .template_d_left .cta_btn a,
  .rev_wrapper_zh .template_e .cta_btn a {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  .rev_wrapper_zh .template_a .title,
  .rev_wrapper_zh .template_b .title,
  .rev_wrapper_zh .template_c .title,
  .rev_wrapper_zh .template_d .title,
  .rev_wrapper_zh .template_d_left .title,
  .rev_wrapper_zh .template_e .title {
    font-size: 32px !important;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .rev_wrapper_zh .template_a .sub_title,
  .rev_wrapper_zh .template_b .sub_title,
  .rev_wrapper_zh .template_c .sub_title,
  .rev_wrapper_zh .template_d .sub_title,
  .rev_wrapper_zh .template_d_left .sub_title,
  .rev_wrapper_zh .template_e .sub_title {
    font-size: 18px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .rev_wrapper_zh .template_a p,
  .rev_wrapper_zh .template_b p,
  .rev_wrapper_zh .template_c p,
  .rev_wrapper_zh .template_d p,
  .rev_wrapper_zh .template_d_left p,
  .rev_wrapper_zh .template_e p {
    font-size: 14px;
    line-height: 18px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

/* END CHINESE ZH =================== */
@-moz-document url-prefix() {
  .rev_wrapper_zh .main_navigation li.page_item {
    padding: 0 2.85%; } }

/* PORTUGUESE PT ========================= */
.rev_wrapper_pt {
  /* Homepage END */ }
  .rev_wrapper_pt .main_navigation li.page_item {
    padding: 0 1.54%; }
  .rev_wrapper_pt .mr_order_history_wrap .shopbag_item_table .mr_order_date {
    width: 130px; }
  .rev_wrapper_pt .mr_order_history_wrap .shopbag_item_table .mr_order_number {
    width: 153px; }
  .rev_wrapper_pt .mr_order_history_wrap .shopbag_item_table .mr_tracking {
    width: 120px; }
  .rev_wrapper_pt .mr_order_history_wrap .shopbag_item_table .mr_delivery {
    text-transform: uppercase;
    width: 115px; }
  .rev_wrapper_pt .mr_order_history_wrap .shopbag_item_table .mr_order_total {
    padding-right: 10px;
    text-align: right;
    width: 109px; }
  .rev_wrapper_pt .pdp_wrap .pdp_addtobag .error_select_size {
    width: 210px;
    height: 60px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -62px; }
  .rev_wrapper_pt .pdp_wrap .pdp_addtobag .live_chat {
    display: block;
    margin: 20px 0 10px;
    width: 112px; }
  .rev_wrapper_pt .pdp_review_landing .size_recommend p, .rev_wrapper_pt .pdp_review_popup .size_recommend p {
    font-size: 12.5px; }
  .rev_wrapper_pt .pdp_review_landing .size_recommend .radio_list, .rev_wrapper_pt .pdp_review_popup .size_recommend .radio_list {
    width: auto; }
    .rev_wrapper_pt .pdp_review_landing .size_recommend .radio_list li, .rev_wrapper_pt .pdp_review_popup .size_recommend .radio_list li {
      margin: 10px 8px 0 0; }
  .rev_wrapper_pt .pdp_review_landing .size_recommend .iradio_square, .rev_wrapper_pt .pdp_review_popup .size_recommend .iradio_square {
    height: 30px; }
  .rev_wrapper_pt .pdp_review_landing .size_recommend .size-up, .rev_wrapper_pt .pdp_review_popup .size_recommend .size-up {
    font-size: 13px; }
  .rev_wrapper_pt .rev_login_popup .login_rightside .pdp_review_submit input {
    width: 100%;
    font-size: 13px; }
  .rev_wrapper_pt .rev_login_popup .login_forgotpw .pdp_review_submit input {
    width: 55%;
    font-size: 13px; }
  .rev_wrapper_pt .rev_main .plp_quickview_link {
    height: 47px; }
  .rev_wrapper_pt .rev_main .plp_quickview_link a {
    color: #717171;
    display: block;
    text-transform: uppercase;
    font-size: 12px; }
  .rev_wrapper_pt .rev_main .plp_qv_full_details {
    text-align: left;
    margin-top: 20px; }
  .rev_wrapper_pt .rev_main .error_select_size {
    height: 60px;
    width: 212px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -56px; }
  .rev_wrapper_pt .shopbag_wrap .shopbag_inner table.shopbag_item_table .shopbag_item_description .shopbag_item_disclaim {
    width: 320px; }
  .rev_wrapper_pt .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item {
    height: 410px; }
    .rev_wrapper_pt .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item input {
      font-size: 10px;
      width: 100%;
      white-space: normal; }
    .rev_wrapper_pt .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_item_stock {
      white-space: normal; }
  .rev_wrapper_pt .template_a .title,
  .rev_wrapper_pt .template_b .title,
  .rev_wrapper_pt .template_c .title,
  .rev_wrapper_pt .template_d .title,
  .rev_wrapper_pt .template_d_left .title,
  .rev_wrapper_pt .template_e .title {
    font-size: 32px !important; }
  .rev_wrapper_pt .template_a .sub_title,
  .rev_wrapper_pt .template_b .sub_title,
  .rev_wrapper_pt .template_c .sub_title,
  .rev_wrapper_pt .template_d .sub_title,
  .rev_wrapper_pt .template_d_left .sub_title,
  .rev_wrapper_pt .template_e .sub_title {
    font-size: 18px; }
  .rev_wrapper_pt .template_a p,
  .rev_wrapper_pt .template_b p,
  .rev_wrapper_pt .template_c p,
  .rev_wrapper_pt .template_d p,
  .rev_wrapper_pt .template_d_left p,
  .rev_wrapper_pt .template_e p {
    font-size: 14px;
    line-height: 18px; }

/* END PORTUGUESE PT =================== */
@-moz-document url-prefix() {
  .rev_wrapper_pt .main_navigation li.page_item {
    padding: 0 1.4%; } }

/* RUSSIAN RU ========================= */
.rev_wrapper_ru {
  font-size: 95%;
  /* Homepage END */ }
  .rev_wrapper_ru .rev_section_marker a {
    font-size: 12px; }
  .rev_wrapper_ru #rev_head-sticky-wrapper.stuck .rev_section_marker {
    margin-left: 0 !important; }
  .rev_wrapper_ru .main_navigation li.page_item {
    padding: 0 2.35%; }
  .rev_wrapper_ru .plp_prod_wrap .product_name h1 {
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    font-family: "ProximaNovaReg", "Helvetica", "Arial", sans-serif; }
  .rev_wrapper_ru .mr_settings_shipping .co_cta {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaBold","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    /*width: 238px;*/ }
  .rev_wrapper_ru .mr_order_history_wrap .shopbag_item_table .mr_order_date {
    width: 115px; }
  .rev_wrapper_ru .mr_order_history_wrap .shopbag_item_table .mr_order_total {
    padding-right: 10px;
    text-align: right;
    width: 113px; }
  .rev_wrapper_ru .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td.co_nps_l_pad {
    color: #000000;
    font-family: "ProximaNovaBold","Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.125em;
    padding-left: 20px;
    text-transform: uppercase;
    width: 225px; }
  .rev_wrapper_ru .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td .size_rec_radio label {
    color: #000000;
    display: inline;
    font-size: 12px; }
  .rev_wrapper_ru .pdp_wrap .size_notification {
    width: 250px; }
  .rev_wrapper_ru .pdp_wrap .pdp_addtobag .error_select_size {
    width: 190px;
    height: 55px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -56px; }
  .rev_wrapper_ru .pdp_wrap .pdp_addtobag .live_chat {
    display: block;
    margin: 20px 0 10px;
    width: 110px; }
  .rev_wrapper_ru .pdp_wrap .pdp_review_area .review_stat {
    font-size: 12px; }
  .rev_wrapper_ru .pdp_wrap .pdp_review_area .pdp_write_review_box {
    float: left;
    margin: 10px 0; }
  .rev_wrapper_ru .pdp_review_landing .size_recommend p, .rev_wrapper_ru .pdp_review_popup .size_recommend p {
    font-size: 12px; }
  .rev_wrapper_ru .pdp_review_landing .size_recommend .radio_list, .rev_wrapper_ru .pdp_review_popup .size_recommend .radio_list {
    width: auto; }
    .rev_wrapper_ru .pdp_review_landing .size_recommend .radio_list li, .rev_wrapper_ru .pdp_review_popup .size_recommend .radio_list li {
      width: 215px; }
  .rev_wrapper_ru .pdp_review_landing .size_recommend .iradio_square, .rev_wrapper_ru .pdp_review_popup .size_recommend .iradio_square {
    height: 30px; }
  .rev_wrapper_ru .pdp_review_landing .size_recommend .size-up, .rev_wrapper_ru .pdp_review_popup .size_recommend .size-up {
    font-size: 13px; }
  .rev_wrapper_ru .pdp_specialorder_wrap .specialorders_box2 .specialorders_dropbox2 {
    width: 465px; }
  .rev_wrapper_ru .pdp_specialorder_wrap .specialorders_box2 .specialorders_dropdown2 {
    left: 0;
    top: 45px;
    z-index: 1; }
  .rev_wrapper_ru .pdp_specialorder_wrap form .pdp_review_submit .specialorder_cancel {
    margin-left: 15px; }
  .rev_wrapper_ru .rev_login_popup .login_rightside .pdp_review_submit input {
    width: 100%;
    font-size: 12.5px; }
  .rev_wrapper_ru .rev_login_popup .login_forgotpw .pdp_review_submit input {
    width: 75%;
    font-size: 12.5px; }
  .rev_wrapper_ru .rev_main .plp_quickview_link {
    height: 48px; }
  .rev_wrapper_ru .rev_main .plp_quickview_link a {
    color: #717171;
    display: block;
    text-transform: uppercase;
    font-size: 13px; }
  .rev_wrapper_ru .rev_main .plp_qv_full_details {
    text-align: left;
    margin-top: 20px; }
  .rev_wrapper_ru .rev_main .error_select_size {
    width: 190px;
    height: 55px;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/pdp/error_select_size.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../i/pdp/error_select_size.png',
				sizingMethod='scale')";
    top: -56px; }
  .rev_wrapper_ru .footer_content h2, .rev_wrapper_ru .footer_content .title {
    line-height: 16px !important; }
  .rev_wrapper_ru .shopbag_wrap .shopbag_inner table.shopbag_item_table .shopbag_item_description .shopbag_item_disclaim {
    width: 320px; }
  .rev_wrapper_ru .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item {
    height: 410px;
    vertical-align: top; }
    .rev_wrapper_ru .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item input {
      font-size: 11px;
      width: 100%;
      white-space: normal; }
  .rev_wrapper_ru .template_a .cta_btn a,
  .rev_wrapper_ru .template_b .cta_btn a,
  .rev_wrapper_ru .template_c .cta_btn a,
  .rev_wrapper_ru .template_d .cta_btn a,
  .rev_wrapper_ru .template_d_left .cta_btn a,
  .rev_wrapper_ru .template_e .cta_btn a {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .rev_wrapper_ru .template_a .title,
  .rev_wrapper_ru .template_b .title,
  .rev_wrapper_ru .template_c .title,
  .rev_wrapper_ru .template_d .title,
  .rev_wrapper_ru .template_d_left .title,
  .rev_wrapper_ru .template_e .title {
    font-size: 32px !important;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .rev_wrapper_ru .template_a .sub_title,
  .rev_wrapper_ru .template_b .sub_title,
  .rev_wrapper_ru .template_c .sub_title,
  .rev_wrapper_ru .template_d .sub_title,
  .rev_wrapper_ru .template_d_left .sub_title,
  .rev_wrapper_ru .template_e .sub_title {
    font-size: 18px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  .rev_wrapper_ru .template_a p,
  .rev_wrapper_ru .template_b p,
  .rev_wrapper_ru .template_c p,
  .rev_wrapper_ru .template_d p,
  .rev_wrapper_ru .template_d_left p,
  .rev_wrapper_ru .template_e p {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    line-height: 18px; }

/* END RUSSIAN RU =================== */
@-moz-document url-prefix() {
  .rev_wrapper_ru .main_navigation li.page_item {
    padding: 0 2.1%; } }

/* FRENCH FR ========================= */
.rev_wrapper_fr {
  /* Homepage END */ }
  .rev_wrapper_fr .welcome_text {
    display: none; }
  .rev_wrapper_fr .main_navigation li.page_item {
    padding: 0 1.6%; }
  .rev_wrapper_fr .pdp_wrap .pdp_right_area .pdp_addtobag .live_chat {
    margin: 15px 0;
    display: block;
    width: 100%; }
  .rev_wrapper_fr .pdp_specialorder_wrap form .pdp_review_submit .specialorder_cancel {
    margin-left: 15px; }
  .rev_wrapper_fr .co_rev_head .co_header_nav ul li {
    font-size: 14px; }
  .rev_wrapper_fr .template_a .title,
  .rev_wrapper_fr .template_b .title,
  .rev_wrapper_fr .template_c .title,
  .rev_wrapper_fr .template_d .title,
  .rev_wrapper_fr .template_d_left .title,
  .rev_wrapper_fr .template_e .title {
    font-size: 32px !important; }
  .rev_wrapper_fr .template_a .sub_title,
  .rev_wrapper_fr .template_b .sub_title,
  .rev_wrapper_fr .template_c .sub_title,
  .rev_wrapper_fr .template_d .sub_title,
  .rev_wrapper_fr .template_d_left .sub_title,
  .rev_wrapper_fr .template_e .sub_title {
    font-size: 18px; }
  .rev_wrapper_fr .template_a p,
  .rev_wrapper_fr .template_b p,
  .rev_wrapper_fr .template_c p,
  .rev_wrapper_fr .template_d p,
  .rev_wrapper_fr .template_d_left p,
  .rev_wrapper_fr .template_e p {
    font-size: 14px;
    line-height: 18px; }

/* END FRENCH FR =================== */
@-moz-document url-prefix() {
  .rev_wrapper_fr .main_navigation li.page_item {
    padding: 0 1.4%; } }

.rev_wrapper_es .stuck .rev_header .rev_section_marker li,
.rev_wrapper_pt .stuck .rev_header .rev_section_marker li,
.rev_wrapper_ru .stuck .rev_header .rev_section_marker li {
  margin-right: 10px;
  padding-right: 0; }
  .rev_wrapper_es .stuck .rev_header .rev_section_marker li a,
  .rev_wrapper_pt .stuck .rev_header .rev_section_marker li a,
  .rev_wrapper_ru .stuck .rev_header .rev_section_marker li a {
    font-size: 13px; }
.rev_wrapper_es .stuck .rev_header .rev_welcome .welcome_text,
.rev_wrapper_pt .stuck .rev_header .rev_welcome .welcome_text,
.rev_wrapper_ru .stuck .rev_header .rev_welcome .welcome_text {
  display: none; }
.rev_wrapper_es .footer_content h2, .rev_wrapper_es .footer_content .title,
.rev_wrapper_pt .footer_content h2,
.rev_wrapper_pt .footer_content .title,
.rev_wrapper_ru .footer_content h2,
.rev_wrapper_ru .footer_content .title {
  line-height: 16px !important; }
.rev_wrapper_es .footer_content .footer_bottom .footer_copyright,
.rev_wrapper_pt .footer_content .footer_bottom .footer_copyright,
.rev_wrapper_ru .footer_content .footer_bottom .footer_copyright {
  font-size: 11px !important; }

/*
|>----------------------------------------------------------------------------------------------<|
| // Media Queries for 768px
|>----------------------------------------------------------------------------------------------<|
*/
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  /* Spanish Start */
  .rev_wrapper_es .rev_header .welcome_text {
    display: none; }
  .rev_wrapper_es .main_navigation li.page_item {
    padding: 0 0.845% !important; }
  .rev_wrapper_es .main_navigation .first {
    padding-left: 0 !important;
    border: 0; }
  .rev_wrapper_es .main_navigation .last {
    padding-right: 0 !important; }
  .rev_wrapper_es .stuck .rev_header .rev_account_links .rev_mybag a {
    display: none; }

  /* Spanish End */
  /* FR Start */
  .rev_wrapper_fr .rev_header .welcome_text {
    display: none; }
  .rev_wrapper_fr .main_navigation li.page_item {
    padding: 0 1.1% !important;
    font-size: 10px !important; }
  .rev_wrapper_fr .main_navigation li.first {
    padding-left: 0px !important; }
  .rev_wrapper_fr .main_navigation li.last {
    padding-right: 0px !important; }
  .rev_wrapper_fr .main_navigation li a {
    line-height: 4.7; }
  .rev_wrapper_fr .main_navigation .first {
    padding-left: 0 !important;
    border: 0; }
  .rev_wrapper_fr .main_navigation .last {
    padding-right: 0 !important; }
  .rev_wrapper_fr .stuck .rev_header .rev_account_links .rev_mybag a {
    display: none; }

  /* FR End */
  @-moz-document url-prefix() {
    .rev_wrapper_es .main_navigation li.page_item {
      padding: 0 0.94%; } }

  /* Chinese Start */
  .rev_wrapper_zh .main_navigation li.page_item {
    padding: 0 2.1% !important; }
    .rev_wrapper_zh .main_navigation li.page_item a {
      line-height: 2.75; }
  .rev_wrapper_zh .main_navigation li.first a {
    font-size: 14px !important; }
  .rev_wrapper_zh .main_navigation li .first {
    padding-left: 0 !important;
    border: 0; }
  .rev_wrapper_zh .main_navigation li .last {
    padding-right: 0 !important; }
  .rev_wrapper_zh .main_navigation .sub_menu li li a {
    line-height: 1.5; }

  /* Chinese End */
  @-moz-document url-prefix() {
    .rev_wrapper_zh .main_navigation li.page_item {
      padding: 0 4%; } }

  /* Portuguese Start */
  .rev_wrapper_pt .rev_header .rev_topbar .customer_care {
    display: none; }
  .rev_wrapper_pt .rev_header .top_message {
    margin: 0 0; }
  .rev_wrapper_pt .rev_header .rev_account_links .welcome_text {
    display: none; }
  .rev_wrapper_pt .main_navigation li.page_item {
    padding: 0 1% !important; }
    .rev_wrapper_pt .main_navigation li.page_item a {
      font-size: 10px; }
  .rev_wrapper_pt .main_navigation li.first {
    padding-left: 0 !important; }
  .rev_wrapper_pt .main_navigation li.last {
    padding-right: 0 !important; }
  .rev_wrapper_pt .main_navigation .first {
    padding-left: 0 !important;
    border: 0; }
  .rev_wrapper_pt .main_navigation .last {
    padding-right: 0 !important; }
  .rev_wrapper_pt .stuck .rev_header .rev_account_links .rev_mybag a {
    display: none; }

  /* Portuguese End */
  @-moz-document url-prefix() {
    .rev_wrapper_pt .main_navigation li.page_item {
      padding: 0 0.65%; } }

  /* Russian Start */
  .rev_wrapper_ru {
    /* Homepage END */ }
    .rev_wrapper_ru .rev_header .welcome_text {
      display: none; }
    .rev_wrapper_ru .main_navigation li.page_item {
      padding: 0 1.1% !important; }
    .rev_wrapper_ru .main_navigation li.first {
      padding-left: 0px !important; }
    .rev_wrapper_ru .main_navigation li.last {
      padding-right: 0px !important; }
    .rev_wrapper_ru .main_navigation .first {
      padding-left: 0 !important;
      border: 0; }
    .rev_wrapper_ru .main_navigation .last {
      padding-right: 0 !important; }
    .rev_wrapper_ru .stuck .rev_header .rev_section_marker li a {
      font-size: 12px !important; }
    .rev_wrapper_ru .stuck .rev_header .rev_account_links .rev_mybag a {
      display: none; }
    .rev_wrapper_ru .template_a .cta_btn,
    .rev_wrapper_ru .template_b .cta_btn,
    .rev_wrapper_ru .template_c .cta_btn,
    .rev_wrapper_ru .template_d .cta_btn,
    .rev_wrapper_ru .template_d_left .cta_btn,
    .rev_wrapper_ru .template_e .cta_btn {
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
    .rev_wrapper_ru .template_a .title,
    .rev_wrapper_ru .template_b .title,
    .rev_wrapper_ru .template_c .title,
    .rev_wrapper_ru .template_d .title,
    .rev_wrapper_ru .template_d_left .title,
    .rev_wrapper_ru .template_e .title {
      font-size: 32px !important;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
    .rev_wrapper_ru .template_a .sub_title,
    .rev_wrapper_ru .template_b .sub_title,
    .rev_wrapper_ru .template_c .sub_title,
    .rev_wrapper_ru .template_d .sub_title,
    .rev_wrapper_ru .template_d_left .sub_title,
    .rev_wrapper_ru .template_e .sub_title {
      font-size: 18px;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
    .rev_wrapper_ru .template_a p,
    .rev_wrapper_ru .template_b p,
    .rev_wrapper_ru .template_c p,
    .rev_wrapper_ru .template_d p,
    .rev_wrapper_ru .template_d_left p,
    .rev_wrapper_ru .template_e p {
      font-size: 14px;
      line-height: 18px;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

  /* Russian End */
  @-moz-document url-prefix() {
    .rev_wrapper_ru .main_navigation li.page_item {
      padding: 0 1% !important; } }

  /* All Languages */
  .rev_wrapper_en .rev_header .collapsed .rev_section_marker,
  .rev_wrapper_es .rev_header .collapsed .rev_section_marker,
  .rev_wrapper_pt .rev_header .collapsed .rev_section_marker,
  .rev_wrapper_ru .rev_header .collapsed .rev_section_marker {
    margin-left: -105px !important; }
    .rev_wrapper_en .rev_header .collapsed .rev_section_marker li,
    .rev_wrapper_es .rev_header .collapsed .rev_section_marker li,
    .rev_wrapper_pt .rev_header .collapsed .rev_section_marker li,
    .rev_wrapper_ru .rev_header .collapsed .rev_section_marker li {
      margin-right: 5px;
      padding-right: 0; }
    .rev_wrapper_en .rev_header .collapsed .rev_section_marker a,
    .rev_wrapper_es .rev_header .collapsed .rev_section_marker a,
    .rev_wrapper_pt .rev_header .collapsed .rev_section_marker a,
    .rev_wrapper_ru .rev_header .collapsed .rev_section_marker a {
      font-size: 13px; }
  .rev_wrapper_en .rev_header .collapsed .rev_account_links,
  .rev_wrapper_es .rev_header .collapsed .rev_account_links,
  .rev_wrapper_pt .rev_header .collapsed .rev_account_links,
  .rev_wrapper_ru .rev_header .collapsed .rev_account_links {
    font-size: 12px; } }
/*french footer*/
.footer_postal {
  width: 238px !important;
  margin-top: 18px;
  height: 39px;
  background-position: -5px -862px;
  clear: both;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }

.footer_etrust {
  letter-spacing: 0.125em;
  width: 62% !important;
  margin-top: 47px;
  line-height: 2 !important;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0;
  color: black;
  font-size: 12px;
  display: block;
  /*clear: both;*/
  background: #fff;
  padding: 3px 10px 3px 10px;
  /*rounded*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* future proofing */
  -khtml-border-radius: 5px;
  /* for old Konqueror browsers */ }
  .footer_etrust a {
    color: #717171; }
    .footer_etrust a:hover {
      text-decoration: underline; }
  .footer_etrust span {
    width: 21px;
    height: 21px;
    background-position: -165px -21px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

/* end */
/*
|>----------------------------------------------------------------------------------------------<|
| // Site 
|>----------------------------------------------------------------------------------------------<|
*/
html, body {
  width: 100%; }

body {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased\9;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #717171;
  /*background: #f9f9f9;*/
  margin: 0 auto; }

/* Apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

h1 {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase; }

h2 {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase; }

.title_semi {
  color: black !important;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .title_semi a {
    color: #717171; }
    .title_semi a:hover {
      text-decoration: underline; }

.title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .title a {
    color: #717171; }
    .title a:hover {
      text-decoration: underline; }

/* Sticky Footer CSS */
* {
  margin: 0; }

html, body {
  height: 100%; }

.rev_wrapper {
  font-family: "Karla", Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  background: #FFF;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -275px; }

.rev_footer, .push {
  height: 275px; }

.rev_head {
  width: 100%;
  z-index: 9999;
  top: 0;
  background-color: white; }

.rev_global_marketing {
  background: #FAF7EE;
  padding: 0 !important;
  text-align: center; }
  .rev_global_marketing div {
    font-size: 11px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
    /* For Beta Toggle */
    /* For Beta Toggle END */ }
    .rev_global_marketing div.launch_survey {
      display: block;
      color: #9f1d1d; }
      .rev_global_marketing div.launch_survey a {
        text-decoration: underline;
        color: #9f1d1d; }
        .rev_global_marketing div.launch_survey a:hover {
          text-decoration: none; }
    .rev_global_marketing div.ipad_text {
      display: none; }
    .rev_global_marketing div span.toggle a {
      color: #000; }
    .rev_global_marketing div .sep {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url(../i/sep_diamond.png) 10px 2px no-repeat;
      float: none;
      padding: 0 18px;
      height: 12px;
      vertical-align: baseline; }

.rev_header ul li,
.rev_header .rev_logo,
.rev_header .rev_topbar,
.rev_header .rev_section_marker,
.rev_header .rev_account_links {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.rev_header .rev_logo {
  float: left;
  clear: both; }
.rev_header .rev_topbar {
  float: right; }
  .rev_header .rev_topbar div {
    float: left; }
  .rev_header .rev_topbar .customer_care {
    color: #8b8b8b !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    line-height: 30px; }
    .rev_header .rev_topbar .customer_care a {
      color: #717171; }
      .rev_header .rev_topbar .customer_care a:hover {
        text-decoration: underline; }
  .rev_header .rev_topbar .header_selects {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    padding: 4px 0 0;
    display: block;
    margin: 0 10px; }
  .rev_header .rev_topbar .currency_select,
  .rev_header .rev_topbar .language_select {
    float: left;
    display: block;
    line-height: 21px; }
    .rev_header .rev_topbar .currency_select a.dd,
    .rev_header .rev_topbar .language_select a.dd {
      font-weight: normal;
      color: black;
      padding-right: 5px;
      padding-left: 0; }
      .rev_header .rev_topbar .currency_select a.dd:after,
      .rev_header .rev_topbar .language_select a.dd:after {
        margin-top: 2px;
        float: right;
        content: "";
        width: 15px;
        height: 15px;
        background-position: -8px -8px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
  .rev_header .rev_topbar .sep {
    display: inline-block;
    width: 15px;
    background-position: -10px -27px;
    padding: 0;
    margin-left: 5px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .rev_header .rev_topbar .header_selects li:hover > div {
    display: block; }
  .rev_header .rev_topbar .header_selects .sub {
    display: none;
    position: absolute;
    margin-top: 0;
    float: left;
    z-index: 995;
    zoom: 1; }
  .rev_header .rev_topbar .rev_search {
    width: 150px;
    margin-right: -10px; }
    .rev_header .rev_topbar .rev_search input {
      width: 95%;
      padding-right: 24px; }
    .rev_header .rev_topbar .rev_search input.search_submit {
      text-indent: -9999px;
      background-position: -65px -23px;
      background-color: #FFF;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block;
      border: 0;
      padding: 4px;
      width: 22px;
      height: 22px;
      margin-top: -27px;
      margin-left: 119px;
      position: absolute; }

.top_message {
  float: right;
  clear: both;
  padding: 0 0 5px; }
  .top_message p {
    color: black;
    font-weight: normal;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.125em; }
  .top_message a {
    color: black; }

.rev_mybag:hover > div {
  display: block; }
.rev_mybag .sub {
  display: none;
  position: absolute;
  margin-top: 0;
  float: left;
  z-index: 992;
  zoom: 1;
  margin-left: -100px; }

.account_womens .rev_mybag span,
.account_womens .rev_hearted span {
  background-color: #fdcdca; }

.account_mens .rev_mybag span,
.account_mens .rev_hearted span {
  background-color: #c8ddea; }

.rev_account {
  position: absolute;
  z-index: 9999;
  margin-top: 0;
  margin-left: -43px;
  border: 1px solid #bababa; }
  .rev_account ul {
    padding: 13px 0;
    background: #FFF;
    width: 100%;
    display: block; }
    .rev_account ul li {
      display: block;
      padding-right: 25px;
      padding-left: 15px; }
      .rev_account ul li a {
        color: #717171 !important; }
        .rev_account ul li a:hover {
          color: black !important;
          font-weight: normal;
          color: black;
          text-decoration: underline; }
    .rev_account ul .div_line {
      border-bottom: 1px solid #bababa;
      margin-left: 0px;
      margin-bottom: 9px;
      margin-top: 9px; }

.rev_account_links {
  font-size: 14px;
  float: right;
  margin-top: -2px; }
  .rev_account_links .rev_mybag .icon {
    background-color: transparent !important;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background-position: -10px -50px;
    line-height: 18px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .rev_account_links .rev_mybag p {
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .rev_account_links .rev_hearted .icon {
    background-color: transparent !important;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background-position: -40px -51px;
    line-height: 14px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .rev_account_links .rev_hearted p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 14px; }
  .rev_account_links .rev_hearted a {
    text-decoration: none; }
  .rev_account_links .rev_hearted a:hover p {
    text-decoration: underline; }
  .rev_account_links .rev_hearted .wishlist_heart {
    margin-top: -42px;
    margin-left: -74px;
    position: absolute;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #EEE;
    background: #FFF; }
    .rev_account_links .rev_hearted .wishlist_heart:before {
      content: "";
      display: block;
      z-index: 102;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: 1px;
      margin-top: -1px;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 11px solid #FFF; }
    .rev_account_links .rev_hearted .wishlist_heart:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 12px solid #EEE; }
    .rev_account_links .rev_hearted .wishlist_heart span {
      padding: 3px 0 !important;
      margin: 0 !important; }
    .rev_account_links .rev_hearted .wishlist_heart p {
      font-size: 12px;
      text-align: center;
      color: black; }
  .rev_account_links li {
    margin-left: 5px;
    padding-left: 5px; }
    .rev_account_links li a {
      color: black;
      line-height: 28px;
      text-decoration: none; }
      .rev_account_links li a:hover, .rev_account_links li a:visited {
        color: black;
        text-decoration: underline; }
    .rev_account_links li span {
      padding: 3px 7px;
      margin-left: 5px; }
      .rev_account_links li span a:hover {
        text-decoration: none; }
    .rev_account_links li .welcome_text {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 0; }
    .rev_account_links li .customer_name {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      color: black;
      background: transparent;
      border-bottom: 2px solid #000;
      padding: 0;
      text-decoration: none; }
    .rev_account_links li .customer_name:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      text-decoration: none;
      color: #717171;
      border-bottom: 2px solid #666; }

.rev_minicart {
  position: absolute;
  z-index: 9999;
  margin-top: 12px;
  border: 1px solid #cccccc; }
  .rev_minicart .rev_minicart_container {
    padding: 15px 0;
    background: #FFF;
    width: 265px;
    display: block; }
    .rev_minicart .rev_minicart_container span {
      background: transparent !important;
      padding: 0;
      margin: 0; }
  .rev_minicart .rev_minicart_item {
    padding: 5px 25px; }
    .rev_minicart .rev_minicart_item .bag_empty {
      text-align: center;
      font-size: 14px !important;
      margin: 15px auto;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
    .rev_minicart .rev_minicart_item .product_image {
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 68px;
      height: auto; }
      .rev_minicart .rev_minicart_item .product_image a {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        .rev_minicart .rev_minicart_item .product_image a:hover {
          -webkit-transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -o-transition: all 0.125s ease-in-out;
          transition: all 0.125s ease-in-out;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          -khtml-opacity: 0.5;
          opacity: 0.5; }
      .rev_minicart .rev_minicart_item .product_image img {
        width: 100%;
        height: auto; }
    .rev_minicart .rev_minicart_item .product_info {
      display: inline-block;
      zoom: 1;
      *display: inline;
      float: right;
      width: 63%; }
      .rev_minicart .rev_minicart_item .product_info .designer_brand {
        font-family: "KarlaBold", Arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        font-weight: normal;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .rev_minicart .rev_minicart_item .product_info .product_name {
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .rev_minicart .rev_minicart_item .product_info .price_box {
        margin: 5px 0;
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px; }
        .rev_minicart .rev_minicart_item .product_info .price_box .price {
          font-family: "KarlaBold", Arial, sans-serif;
          font-size: 14px !important;
          font-weight: normal;
          color: black; }
        .rev_minicart .rev_minicart_item .product_info .price_box .original_price {
          color: #717171;
          text-decoration: line-through; }
        .rev_minicart .rev_minicart_item .product_info .price_box .discount_price {
          font-family: "KarlaBold", Arial, sans-serif;
          color: #a53838; }
        .rev_minicart .rev_minicart_item .product_info .price_box .text {
          font-weight: normal; }

.price_box .discount_price {
  margin-right: 10px; }

.rev_minicart_totals {
  text-align: center;
  line-height: 21px;
  padding: 5px 0; }
  .rev_minicart_totals .totals_message {
    font-size: 12px; }
  .rev_minicart_totals a {
    font-size: 14px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: 2px solid #FFF; }
    .rev_minicart_totals a:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      border-bottom: 2px solid #000;
      text-decoration: none !important; }
  .rev_minicart_totals .totals_price {
    font-family: "KarlaBold", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: black;
    margin: 10px auto; }

.rev_minicart_checkout {
  margin: 10px 0; }
  .rev_minicart_checkout input {
    width: 210px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #FFF !important;
    background: #000; }
    .rev_minicart_checkout input a {
      color: #717171; }
      .rev_minicart_checkout input a:hover {
        text-decoration: underline; }
    .rev_minicart_checkout input:hover {
      text-decoration: none;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }

.rev_minicart_item.item_added .item_added {
  text-align: center;
  margin: 15px auto;
  font-size: 14px !important;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: black;
  letter-spacing: 0.125em;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase; }
.rev_minicart_item .product_image {
  width: 68px;
  margin: 0 auto;
  display: block; }
.rev_minicart_item .product_info {
  text-align: center;
  display: block;
  float: none;
  width: 100%; }
.rev_minicart_item .price_box .price {
  font-size: 14px !important; }
.rev_minicart_item .price_box .original_price {
  color: #717171; }

.rev_section_marker li {
  padding-right: 7px;
  margin-right: 7px;
  line-height: 28px; }
.rev_section_marker a {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid white; }
.rev_section_marker .current a,
.rev_section_marker a:hover {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-bottom: 2px solid #000; }
.rev_section_marker .fb-like {
  float: right;
  margin-top: 6px; }

@-moz-document url-prefix() {
  .rev_header .currency_select,
  .rev_header .language_select {
    overflow: hidden; }
    .rev_header .currency_select select,
    .rev_header .language_select select {
      -moz-appearance: window; } }

/* Base Layout */
.rev_container {
  width: 100%;
  min-width: 960px;
  display: block; }

.rev_content {
  margin: 0 auto;
  padding: 10px 0;
  width: 960px;
  min-width: 960px;
  max-width: 100%; }

/* Two Column Layout */
.rev_left_navigation {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 19.5%;
  float: left;
  margin-right: 3.5%;
  font-size: 14px; }

.rev_designer_index .rev_left_navigation h2,
.rev_info_page .rev_left_navigation h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  color: black;
  border-bottom: 1px solid #bababa;
  padding: 5px 5px 4px 5px;
  margin-bottom: 10px; }
.rev_designer_index .rev_left_navigation ul,
.rev_info_page .rev_left_navigation ul {
  padding: 5px; }
  .rev_designer_index .rev_left_navigation ul li,
  .rev_info_page .rev_left_navigation ul li {
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden; }
    .rev_designer_index .rev_left_navigation ul li a,
    .rev_info_page .rev_left_navigation ul li a {
      color: #717171; }
      .rev_designer_index .rev_left_navigation ul li a:hover,
      .rev_info_page .rev_left_navigation ul li a:hover {
        font-weight: normal;
        color: black;
        text-decoration: underline; }
    .rev_designer_index .rev_left_navigation ul li.current a,
    .rev_info_page .rev_left_navigation ul li.current a {
      color: black;
      text-decoration: underline; }

.rev_main {
  width: 75%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 14px; }
  .rev_main h1 {
    line-height: 18px;
    text-transform: uppercase; }
    .rev_main h1 span {
      font-size: 14px;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      margin-left: 10px;
      margin-top: 5px;
      color: #717171; }
  .rev_main .set_width {
    width: 300px; }

.under_construction div {
  margin: 10% auto;
  text-align: center; }
  .under_construction div h1 {
    font-size: 32px;
    line-height: 40px;
    color: black;
    text-transform: uppercase; }
  .under_construction div p {
    font-size: 18px;
    line-height: 21px; }

/* Footer */
.rev_footer {
  width: 100%;
  min-width: 960px;
  background: #000; }

.footer_content {
  padding-top: 25px;
  padding-bottom: 0px;
  color: gray; }
  .footer_content .title {
    text-transform: uppercase;
    color: #FFF !important;
    font-size: 12px !important;
    line-height: 24px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase; }
  .footer_content li {
    line-height: 21px; }
  .footer_content a {
    font-size: 14px;
    color: gray;
    text-decoration: none; }
    .footer_content a:hover {
      color: #ccc;
      text-decoration: none; }
  .footer_content .footer_one,
  .footer_content .footer_two,
  .footer_content .footer_three,
  .footer_content .footer_three,
  .footer_content .footer_four,
  .footer_content .footer_bottom div {
    float: left;
    width: 33%;
    margin-right: 10px; }
  .footer_content .footer_customercare {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #8b8b8b;
    margin-top: 18px;
    height: 20px;
    clear: both; }
  .footer_content .footer_three {
    width: 30% !important;
    margin-right: 0; }
    .footer_content .footer_three .footer_copyright {
      padding: 25px 6px 0;
      font-size: 11px;
      color: #eee;
      width: 100%;
      margin-top: 3px;
      text-align: right; }
  .footer_content .footer_one ul,
  .footer_content .footer_two ul {
    width: 49%;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .footer_content .footer_one a {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }
  .footer_content .footer_one .footer_payments {
    margin-top: 25px; }
    .footer_content .footer_one .footer_payments ul {
      width: 100%; }
      .footer_content .footer_one .footer_payments ul li {
        margin-right: 5px; }
  .footer_content .footer_two a {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }
  .footer_content .footer_two ul {
    float: left;
    clear: right; }
  .footer_content .footer_connect {
    display: block; }
  .footer_content .footer_myrev {
    margin-top: 15px; }
    .footer_content .footer_myrev input {
      color: gray;
      width: 98%;
      background: #000;
      border: 1px solid #3b3b3b; }
    .footer_content .footer_myrev input.submit {
      text-indent: -9999px;
      background: url(../i/myrev_arrow_wht.jpg) center center no-repeat;
      border: 0;
      position: absolute;
      width: 30px;
      margin-left: -30px; }
    .footer_content .footer_myrev #newsletterEmail.success {
      color: #FFF; }
    .footer_content .footer_myrev #newsletterEmail.error {
      color: #a53838; }
  .footer_content .footer_bottom {
    width: 100%;
    clear: both;
    display: block;
    padding: 0; }

.footer_payments ul {
  width: 100%; }
  .footer_payments ul li {
    margin-right: 5px; }
  .footer_payments ul .f_cc_visa, .footer_payments ul .f_cc_mc, .footer_payments ul .f_cc_amex, .footer_payments ul .f_cc_dc, .footer_payments ul .f_cc_jcb, .footer_payments ul .f_cc_payp, .footer_payments ul .f_cc_ssl, .footer_payments ul .f_cc_alipay, .footer_payments ul .f_cc_alipay2 {
    display: inline-block !important;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .footer_payments ul .f_cc_visa {
    width: 45px;
    height: 27px;
    background-position: -90px -350px; }
  .footer_payments ul .f_cc_mc {
    width: 45px;
    height: 27px;
    background-position: -90px -381px; }
  .footer_payments ul .f_cc_amex {
    width: 45px;
    height: 27px;
    background-position: -90px -412px; }
  .footer_payments ul .f_cc_dc {
    width: 45px;
    height: 27px;
    background-position: -90px -442px; }
  .footer_payments ul .f_cc_jcb {
    width: 45px;
    height: 27px;
    background-position: -90px -473px; }
  .footer_payments ul .f_cc_payp {
    width: 45px;
    height: 27px;
    background-position: -90px -504px; }
  .footer_payments ul .f_cc_ssl {
    width: 173px;
    height: 28px;
    background-position: -90px -539px; }
  .footer_payments ul .f_cc_alipay {
    width: 72px;
    height: 27px;
    margin-top: 5px;
    background-position: -140px -442px; }
  .footer_payments ul .f_cc_alipay2 {
    width: 148px;
    height: 27px;
    margin-top: 5px;
    background-position: -140px -475px; }
  .footer_payments ul .mr_cc_visa, .footer_payments ul .mr_cc_mc, .footer_payments ul .mr_cc_amex, .footer_payments ul .mr_cc_dc, .footer_payments ul .mr_cc_jcb, .footer_payments ul .mr_cc_payp, .footer_payments ul .mr_cc_ssl, .footer_payments ul .mr_cc_alipay, .footer_payments ul .mr_cc_alipay2 {
    display: inline-block !important;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .footer_payments ul .mr_cc_visa {
    width: 45px;
    height: 27px;
    background-position: -90px -350px; }
  .footer_payments ul .mr_cc_mc {
    width: 45px;
    height: 27px;
    background-position: -90px -381px; }
  .footer_payments ul .mr_cc_amex {
    width: 45px;
    height: 27px;
    background-position: -90px -412px; }
  .footer_payments ul .mr_cc_dc {
    width: 45px;
    height: 27px;
    background-position: -90px -442px; }
  .footer_payments ul .mr_cc_jcb {
    width: 45px;
    height: 27px;
    background-position: -90px -473px; }
  .footer_payments ul .mr_cc_payp {
    width: 45px;
    height: 27px;
    background-position: -90px -504px; }
  .footer_payments ul .mr_cc_ssl {
    width: 173px;
    height: 28px;
    background-position: -90px -539px; }
  .footer_payments ul .mr_cc_alipay {
    width: 72px;
    height: 27px;
    margin-top: 5px;
    background-position: -140px -442px; }
  .footer_payments ul .mr_cc_alipay2 {
    width: 148px;
    height: 27px;
    margin-top: 5px;
    background-position: -140px -475px; }

.footer_connect li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 4px; }
  .footer_connect li a {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
.footer_connect .ftr_fb a:link,
.footer_connect .ftr_fb a:active,
.footer_connect .ftr_fb a:visited {
  background-position: -85px -585px; }
.footer_connect .ftr_fb a:hover {
  background-position: -85px -615px; }
.footer_connect .ftr_tw a:link,
.footer_connect .ftr_tw a:active,
.footer_connect .ftr_tw a:visited {
  background-position: -128px -585px; }
.footer_connect .ftr_tw a:hover {
  background-position: -128px -615px; }
.footer_connect .ftr_pn a:link,
.footer_connect .ftr_pn a:active,
.footer_connect .ftr_pn a:visited {
  background-position: -172px -585px; }
.footer_connect .ftr_pn a:hover {
  background-position: -172px -615px; }
.footer_connect .ftr_ig a:link,
.footer_connect .ftr_ig a:active,
.footer_connect .ftr_ig a:visited {
  background-position: -215px -585px; }
.footer_connect .ftr_ig a:hover {
  background-position: -215px -615px; }
.footer_connect .ftr_gg a:link,
.footer_connect .ftr_gg a:active,
.footer_connect .ftr_gg a:visited {
  background-position: -258px -585px; }
.footer_connect .ftr_gg a:hover {
  background-position: -258px -615px; }
.footer_connect .ftr_vk a:link,
.footer_connect .ftr_vk a:active,
.footer_connect .ftr_vk a:visited {
  background-position: -178px -961px; }
.footer_connect .ftr_vk a:hover {
  background-position: -178px -988px; }
.footer_connect .fb-like {
  float: right;
  margin-top: 3px;
  margin-right: 10px; }
.footer_connect .ftr_wb {
  display: inline-block;
  line-height: 21px;
  margin: 4px 0 0;
  vertical-align: top; }
.footer_connect .WB_follow_ex .follow_text {
  width: 40px !important; }

/* Home page Elements */
.revolve_email input.email_input {
  width: 280px;
  padding: 8px; }
.revolve_email input.email_submit {
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../i/myrev_arrow_blk.jpg) center center no-repeat;
  border: 0;
  position: absolute;
  width: 30px;
  margin-left: -30px; }

.cta {
  width: 320px;
  min-height: 425px;
  padding: 8% 10px 3%;
  text-align: center;
  position: relative;
  z-index: 115; }
  .cta .title {
    font-size: 34px !important;
    line-height: 36px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase; }
  .cta .sub_title {
    font-family: "Karla", Arial, sans-serif;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: normal;
    margin: 10px auto; }
  .cta p {
    font-size: 14px;
    margin: 15px auto;
    display: block; }
  .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .cta .cta_btn a {
      color: #717171; }
      .cta .cta_btn a:hover {
        text-decoration: underline; }
    .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }

.play_btn {
  margin: 25px auto; }
  .play_btn a {
    margin: 0 auto;
    display: block;
    width: 60px !important;
    height: 60px !important; }
    .play_btn a:hover {
      display: block;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari and Chrome */ }
    .play_btn a img {
      display: block;
      width: 100%;
      height: auto; }

.weird_center_keyline {
  margin: 15px auto 40px auto;
  width: 60px;
  height: 1px;
  background: #e1e1e1;
  display: block; }

.rev_home {
  padding-bottom: 15px; }
  .rev_home .hp_feature_rotation,
  .rev_home .hp_feature_graphic {
    width: 100%;
    overflow: hidden; }
    .rev_home .hp_feature_rotation .slider,
    .rev_home .hp_feature_graphic .slider {
      min-width: 1400px;
      height: 725px; }
  .rev_home .slide_nextprev a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; }
  .rev_home .slide_nextprev div {
    position: absolute;
    z-index: 110;
    top: 430px;
    display: block;
    width: 71px;
    height: 71px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    .rev_home .slide_nextprev div:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7; }
  .rev_home .slide_nextprev .slide_prev {
    left: 10px;
    background-position: -4px -184px; }
  .rev_home .slide_nextprev .slide_next {
    right: 10px;
    background-position: -75px -184px;
    float: right; }
  .rev_home .slide_markers {
    position: absolute;
    z-index: 999 !important;
    margin: 0 auto;
    left: 50%;
    margin-left: -480px;
    margin-top: 600px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: left; }
    .rev_home .slide_markers div {
      display: table;
      float: left;
      background: url(../i/home/hmpg_slider_thumbs.png) top right no-repeat;
      width: 235px;
      height: 50px;
      margin-right: 6px;
      margin-bottom: 5px; }
      .rev_home .slide_markers div.last {
        margin-right: 0; }
      .rev_home .slide_markers div:hover {
        background: url(../i/home/hmpg_slider_thumbs.png) bottom right no-repeat; }
    .rev_home .slide_markers a {
      color: black;
      padding: 10px 35px 10px 25px;
      display: table-cell;
      vertical-align: middle; }

.hp_feature_rotation {
  text-align: center; }
  .hp_feature_rotation .slides li,
  .hp_feature_rotation .slider li {
    width: 100%; }
  .hp_feature_rotation .slides .container_center,
  .hp_feature_rotation .slider .container_center {
    width: 960px;
    min-width: 960px;
    max-width: 100%;
    overflow: auto;
    margin: 100px auto 0;
    position: absolute;
    z-index: 102 !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer; }
  .hp_feature_rotation .cycle-slideshow img {
    width: 100%;
    height: 725px;
    display: block; }

.hp_feature_graphic {
  text-align: center; }
  .hp_feature_graphic .container_center {
    width: 960px;
    min-width: 960px;
    max-width: 100%;
    overflow: auto;
    margin: 100px auto 0;
    position: absolute;
    z-index: 99 !important;
    left: 0;
    right: 0;
    cursor: pointer; }
  .hp_feature_graphic .cta {
    padding-top: 12%; }
  .hp_feature_graphic img {
    margin: 0 auto;
    text-align: center; }

.hp_myrevolve {
  margin: 20px auto;
  width: 960px;
  min-width: 960px;
  max-width: 100%; }
  .hp_myrevolve .rev_content {
    width: 960px;
    min-width: 960px;
    max-width: 100%;
    overflow: hidden;
    position: relative; }
    .hp_myrevolve .rev_content .hp_myrevolve_text {
      position: absolute;
      max-width: 960px;
      width: 100%;
      height: 40%;
      top: 50%;
      left: 50%;
      margin: -10% 0 0 -50%;
      padding: 0 25px;
      text-align: center; }
      .hp_myrevolve .rev_content .hp_myrevolve_text .title {
        font-size: 42px !important;
        line-height: 1.15 !important;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: black;
        letter-spacing: 0.125em;
        font-size: 22px;
        line-height: 1.5;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1.5%;
        margin-right: 15%;
        margin-left: 15%; }
      .hp_myrevolve .rev_content .hp_myrevolve_text p {
        font-size: 14px;
        color: #FFF;
        text-align: center;
        margin: 0 0 30px 0;
        clear: both;
        display: block; }
      .hp_myrevolve .rev_content .hp_myrevolve_text .myrevolve_email {
        display: block;
        margin-top: 10px; }
      .hp_myrevolve .rev_content .hp_myrevolve_text .cta_btn {
        clear: both;
        margin: 4px auto;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #717171;
        letter-spacing: 0.125em;
        font-size: 13px;
        line-height: 1.5;
        text-transform: uppercase; }
        .hp_myrevolve .rev_content .hp_myrevolve_text .cta_btn a {
          color: #717171; }
          .hp_myrevolve .rev_content .hp_myrevolve_text .cta_btn a:hover {
            text-decoration: underline; }
        .hp_myrevolve .rev_content .hp_myrevolve_text .cta_btn a {
          color: #FFF !important;
          background: #000;
          display: inline-block;
          text-align: center;
          border: 0;
          padding: 12px 10px; }
          .hp_myrevolve .rev_content .hp_myrevolve_text .cta_btn a:hover {
            text-decoration: none;
            -webkit-transition: all 0.125s ease-in-out;
            -moz-transition: all 0.125s ease-in-out;
            -o-transition: all 0.125s ease-in-out;
            transition: all 0.125s ease-in-out;
            background: #717171;
            color: #FFF; }
    .hp_myrevolve .rev_content img {
      width: 100%;
      height: auto; }
  .hp_myrevolve.womens .hp_myrevolve_text .title, .hp_myrevolve.womens .hp_myrevolve_text p, .hp_myrevolve.mens .hp_myrevolve_text .title, .hp_myrevolve.mens .hp_myrevolve_text p {
    color: #FFF !important; }

.hp_feature_product {
  margin-top: 50px; }
  .hp_feature_product .title {
    color: black;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center; }
  .hp_feature_product li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 13px; }
    .hp_feature_product li.last {
      margin-right: 0; }
    .hp_feature_product li a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      .hp_feature_product li a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7; }
    .hp_feature_product li img {
      width: 100%;
      height: auto; }
  .hp_feature_product .feature_product_shop {
    margin: 50px auto;
    text-align: center;
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hp_feature_product .feature_product_shop a {
      color: #717171; }
      .hp_feature_product .feature_product_shop a:hover {
        text-decoration: underline; }
    .hp_feature_product .feature_product_shop a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .hp_feature_product .feature_product_shop a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }

.hp_revolveme {
  margin: 0 0 20px 0; }
  .hp_revolveme .rev_content {
    position: relative; }
  .hp_revolveme .pdp_left_arrow, .hp_revolveme .pdp_right_arrow {
    position: absolute;
    top: 59%;
    z-index: 5; }
  .hp_revolveme .pdp_left_arrow {
    left: -25px; }
    .hp_revolveme .pdp_left_arrow a {
      background-position: -5px -75px;
      width: 50px;
      height: 50px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .hp_revolveme .pdp_right_arrow {
    right: -25px; }
    .hp_revolveme .pdp_right_arrow a {
      background-position: -55px -75px;
      width: 50px;
      height: 50px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .hp_revolveme span a:hover {
    opacity: 0.7; }
  .hp_revolveme .title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 5%; }
  .hp_revolveme .weird_center_keyline {
    background-color: #aaa;
    margin-bottom: 10px; }
  .hp_revolveme p {
    font-size: 14px;
    text-align: center; }
    .hp_revolveme p .tag_rm_icon_inst {
      width: 22px;
      height: 22px;
      background-size: 195px;
      background-position: -64px -30px;
      vertical-align: middle;
      display: inline-block !important;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .hp_revolveme p .tag_rm_icon_tw {
      width: 22px;
      height: 22px;
      background-size: 195px;
      background-position: -84px -30px;
      vertical-align: middle;
      display: inline-block !important;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .hp_revolveme ul {
    margin: 10px auto;
    width: 960px; }
  .hp_revolveme li {
    margin: 0 3px;
    max-width: 192px;
    width: 100%;
    overflow: hidden; }
    .hp_revolveme li .insta_post_icon {
      background-position: -3px -106px;
      background-size: 120px;
      width: 35px;
      height: 35px;
      position: absolute;
      margin-left: 145px;
      margin-top: 148px;
      opacity: 1;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
      .hp_revolveme li .insta_post_icon:hover {
        opacity: 0.7; }
    .hp_revolveme li .insta_imgpost {
      height: auto;
      width: 100%; }
  .hp_revolveme .revolveme_btn {
    display: block;
    text-align: center;
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hp_revolveme .revolveme_btn a {
      color: #717171; }
      .hp_revolveme .revolveme_btn a:hover {
        text-decoration: underline; }
    .hp_revolveme .revolveme_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .hp_revolveme .revolveme_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
    .hp_revolveme .revolveme_btn a {
      padding: 12px 30px !important; }

.template_a .cta {
  background: transparent; }
  .template_a .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_a .cta .cta_btn a {
      color: #717171; }
      .template_a .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_a .cta .cta_btn a {
      color: #FFF !important;
      border: 1px solid #FFF;
      background: transparent;
      display: inline-block;
      text-align: center;
      padding: 12px 10px; }
      .template_a .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_a .title,
.template_a .sub_title,
.template_a p {
  color: #FFF; }

.template_a_right .cta {
  background: transparent;
  float: right; }
  .template_a_right .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_a_right .cta .cta_btn a {
      color: #717171; }
      .template_a_right .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_a_right .cta .cta_btn a {
      color: #FFF !important;
      border: 1px solid #FFF;
      background: transparent;
      display: inline-block;
      text-align: center;
      padding: 12px 10px; }
      .template_a_right .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_a_right .title,
.template_a_right .sub_title,
.template_a_right p {
  color: #FFF; }

.template_b .cta {
  background: rgba(255, 255, 255, 0.7); }
  .template_b .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_b .cta .cta_btn a {
      color: #717171; }
      .template_b .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_b .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .template_b .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_b .title,
.template_b .sub_title,
.template_b p {
  color: black; }

.template_c .cta {
  background: rgba(255, 255, 255, 0.7);
  float: right; }
  .template_c .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_c .cta .cta_btn a {
      color: #717171; }
      .template_c .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_c .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .template_c .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_c .title,
.template_c .sub_title,
.template_c p {
  color: black; }

.template_d .cta {
  background: transparent;
  float: right; }
  .template_d .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_d .cta .cta_btn a {
      color: #717171; }
      .template_d .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_d .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .template_d .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_d .title,
.template_d .sub_title,
.template_d p {
  color: black; }

.template_d_left .cta {
  background: transparent;
  float: left; }
  .template_d_left .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_d_left .cta .cta_btn a {
      color: #717171; }
      .template_d_left .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_d_left .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .template_d_left .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_d_left .title,
.template_d_left .sub_title,
.template_d_left p {
  color: black; }

.template_e .cta {
  background: rgba(255, 255, 255, 0.7);
  float: right; }
  .template_e .cta .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .template_e .cta .cta_btn a {
      color: #717171; }
      .template_e .cta .cta_btn a:hover {
        text-decoration: underline; }
    .template_e .cta .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .template_e .cta .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
.template_e .title,
.template_e .sub_title,
.template_e p {
  color: black; }

/* Fixed Header // jQuery.sticky.js */
.revolve_man #rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header {
  background: #FFF; }
  .revolve_man #rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header .rev_section_marker {
    margin-left: 39px; }

#rev_head-sticky-wrapper.sticky-wrapper .rev_head {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
#rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_head {
  width: 100%; }
#rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header {
  background: #FFF; }
  #rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header .rev_section_marker {
    margin-left: 80px; }
  #rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header .rev_account_links li .welcome_text {
    display: none; }
  #rev_head-sticky-wrapper.sticky-wrapper.stuck .rev_header .rev_account {
    margin-left: -68px; }

.sticky-wrapper.stuck .rev_head .rev_content .rev_topbar,
.sticky-wrapper.stuck .rev_head .rev_content .top_message,
.sticky-wrapper.stuck .rev_head .rev_content .clear {
  display: none !important; }
.sticky-wrapper.stuck .rev_logo {
  float: left; }
.sticky-wrapper .rev_logo img {
  width: 100%;
  height: auto; }

.sticky-wrapper.stuck .rev_logo {
  width: 125px;
  height: 18px; }
  .sticky-wrapper.stuck .rev_logo img {
    width: 100%;
    height: auto; }

.revolve_man .sticky-wrapper.stuck .rev_logo {
  width: 163px;
  height: 18px; }
  .revolve_man .sticky-wrapper.stuck .rev_logo img {
    width: 100%;
    height: auto; }
.revolve_man .sticky-wrapper .rev_logo img {
  width: 100%;
  height: auto; }

@-moz-document url-prefix() {
  .sticky-wrapper.stuck .rev_account_links {
    margin-top: 0; } }

/* Product List Banner */
.plp_banner_graphic .container_center {
  position: absolute;
  z-index: 99 !important;
  left: 50%;
  margin-top: 120px;
  margin-left: -480px;
  text-align: center;
  width: 960px;
  min-width: 960px;
  max-width: 100%; }
  .plp_banner_graphic .container_center h1 {
    font-size: 21px;
    color: #FFF;
    text-transform: uppercase; }

/* Designer Index */
.rev_designer_index {
  min-height: 600px; }
  .rev_designer_index h2 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    clear: none; }
  .rev_designer_index li {
    line-height: 24px; }
    .rev_designer_index li span {
      display: inline-block !important;
      vertical-align: bottom;
      text-indent: -9999px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 18px;
      height: 18px;
      margin-right: 2px;
      vertical-align: bottom; }
    .rev_designer_index li .designers_heart {
      background-position: -88px -30px;
      background-repeat: no-repeat;
      cursor: pointer;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
      .rev_designer_index li .designers_heart:hover {
        background-position: -142px -30px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .rev_designer_index li .designers_hearted {
      background-position: -115px -30px;
      background-repeat: no-repeat;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .rev_designer_index li .designers_heart {
      background-position: -88px -30px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
      .rev_designer_index li .designers_heart:hover {
        background-position: -142px -30px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .rev_designer_index li .designers_hearted {
      background-position: -115px -30px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }

.designers_message {
  float: right;
  margin-top: -32px; }
  .designers_message p {
    font-size: 14px; }
  .designers_message .designers_heart {
    height: 15px !important;
    margin-left: 5px;
    display: inline-block !important;
    text-indent: -9999px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: bottom;
    background-position: -88px -30px;
    background-repeat: no-repeat;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .designers_message a {
    text-decoration: underline; }
    .designers_message a:hover {
      text-decoration: none; }

.designer_list_head {
  margin: 30px 0 20px; }
  .designer_list_head .first {
    padding-left: 0 !important;
    border: 0; }
  .designer_list_head .last {
    padding-right: 0 !important; }
  .designer_list_head li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding: 0 1.25%; }
    .designer_list_head li a {
      color: black; }
      .designer_list_head li a:hover {
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        font-weight: normal;
        color: #a6a6a6; }

.designer_az .designer_list,
.most_popular .designer_list,
.designer_category .designer_list,
.emerging_designers .designer_list {
  border-bottom: 1px solid #bababa;
  padding: 10px 0;
  display: block; }
  .designer_az .designer_list h2,
  .most_popular .designer_list h2,
  .designer_category .designer_list h2,
  .emerging_designers .designer_list h2 {
    clear: both !important; }
  .designer_az .designer_list ul,
  .most_popular .designer_list ul,
  .designer_category .designer_list ul,
  .emerging_designers .designer_list ul {
    width: 32%;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .designer_az .designer_list ul a,
    .most_popular .designer_list ul a,
    .designer_category .designer_list ul a,
    .emerging_designers .designer_list ul a {
      color: #717171; }
      .designer_az .designer_list ul a:hover,
      .most_popular .designer_list ul a:hover,
      .designer_category .designer_list ul a:hover,
      .emerging_designers .designer_list ul a:hover {
        font-weight: normal;
        color: black;
        text-decoration: underline; }
.designer_az .back_top,
.most_popular .back_top,
.designer_category .back_top,
.emerging_designers .back_top {
  clear: both;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  text-align: right; }
  .designer_az .back_top a,
  .most_popular .back_top a,
  .designer_category .back_top a,
  .emerging_designers .back_top a {
    display: none;
    color: black;
    padding-right: 20px;
    background: url(../i/carrot_arrow.png) right -12px no-repeat; }
    .designer_az .back_top a:hover,
    .most_popular .back_top a:hover,
    .designer_category .back_top a:hover,
    .emerging_designers .back_top a:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      color: #717171; }

.designer_mydesigners .designer_list {
  width: 32%;
  margin: 0 0 30px 0; }
  .designer_mydesigners .designer_list a {
    color: #717171; }
    .designer_mydesigners .designer_list a:hover {
      font-weight: normal;
      color: black;
      text-decoration: underline; }

.designer_menu {
  margin-bottom: 40px; }

.info_menu {
  margin-bottom: 40px; }

.rev_info_page {
  overflow: visible;
  font-size: 14px;
  margin-bottom: 40px; }
  .rev_info_page .plp_breadcrumb {
    margin-top: 20px;
    margin-bottom: 40px; }
  .rev_info_page .rev_left_navigation ul ul {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .rev_info_page .rev_left_navigation ul ul li {
      background: url(../i/left_nav_disc.png) left center no-repeat;
      padding-left: 20px; }
  .rev_info_page .rev_main h1 {
    line-height: 20px; }
  .rev_info_page .rev_main h2 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.125em;
    color: black;
    margin: 30px 0 5px; }
  .rev_info_page .rev_main h3, .rev_info_page .rev_main .heading_items {
    font-family: "KarlaBold", Arial, sans-serif;
    letter-spacing: 0em;
    /*text-transform: uppercase;*/
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: black; }
    .rev_info_page .rev_main h3 a, .rev_info_page .rev_main .heading_items a {
      text-decoration: none !important; }
      .rev_info_page .rev_main h3 a:hover, .rev_info_page .rev_main .heading_items a:hover {
        color: #444;
        text-decoration: none !important; }
  .rev_info_page .rev_main p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 20px; }
  .rev_info_page .rev_main .rev_faq h2:after {
    border-color: #bababa !important;
    padding-bottom: 10px;
    display: block;
    content: "";
    border-bottom: 1px solid #cccccc;
    width: 50px;
    margin-left: -10px;
    margin-bottom: 5px;
    padding-top: 0; }
  .rev_info_page .rev_main .rev_faq ul li {
    line-height: 21px !important;
    margin: 10px 0 15px;
    padding-left: 20px;
    background: url(../i/arrow_sprite_right.png) 0 -2px no-repeat; }
    .rev_info_page .rev_main .rev_faq ul li:hover {
      background: url(../i/arrow_sprite_down.png) 0 -2px no-repeat; }
  .rev_info_page .rev_main .rev_faq ul ul {
    margin-bottom: 15px;
    padding-left: 0; }
    .rev_info_page .rev_main .rev_faq ul ul li {
      background: transparent !important;
      padding: 0; }
  .rev_info_page .rev_main .rev_faq a {
    color: black;
    text-decoration: underline; }
    .rev_info_page .rev_main .rev_faq a:hover {
      text-decoration: none; }
  .rev_info_page .rev_faq {
    margin-top: 30px; }
    .rev_info_page .rev_faq .faq_main {
      margin-top: 25px; }
    .rev_info_page .rev_faq .section {
      margin-bottom: 50px; }
    .rev_info_page .rev_faq .faq_panel {
      background: transparent !important; }
      .rev_info_page .rev_faq .faq_panel ul li {
        margin: 0px; }
      .rev_info_page .rev_faq .faq_panel p {
        margin-bottom: 0px; }

.rev_shipping h3 {
  margin: 30px 0 5px; }
.rev_shipping .fr_ship_sm {
  font-size: 11px;
  font-family: "Karla", Arial, sans-serif; }
.rev_shipping .int_ship_txt {
  font-size: 13px;
  font-style: italic;
  margin-top: -30px; }
.rev_shipping .ship_blk_txt {
  color: #000; }
.rev_shipping table {
  margin: 40px 0 50px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .rev_shipping table th {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 11px;
    color: #717171;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    line-height: 14px; }
  .rev_shipping table td {
    padding: 10px 0 !important;
    line-height: 14px; }
    .rev_shipping table td h3 {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: 0.125em;
      line-height: 14px;
      color: #717171;
      padding: 0;
      margin: 0; }
.rev_shipping ul li {
  line-height: 18px;
  margin: 5px 0 20px 0; }
  .rev_shipping ul li strong {
    font-family: "KarlaBold", Arial, sans-serif; }
.rev_shipping ul ul {
  margin-left: 15px; }
  .rev_shipping ul ul li {
    margin: 0;
    padding: 5px 0; }

.rev_feedback .first {
  margin-top: 30px; }
.rev_feedback .survey_item {
  margin-bottom: 50px; }
  .rev_feedback .survey_item p {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.125em;
    color: black;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px; }
  .rev_feedback .survey_item span {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px; }
  .rev_feedback .survey_item .radio_list {
    margin-left: 20px; }
    .rev_feedback .survey_item .radio_list li {
      padding-right: 25px;
      display: inline-block;
      zoom: 1;
      *display: inline; }
    .rev_feedback .survey_item .radio_list label {
      padding-top: 3px; }
  .rev_feedback .survey_item textarea {
    background: #efefef;
    border: 1px solid #e1e1e1;
    width: 97%;
    margin: 5px 0 0 20px; }
    .rev_feedback .survey_item textarea:focus {
      outline: 0; }
.rev_feedback .survey_info ul {
  margin-left: 20px;
  width: 40%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left; }
  .rev_feedback .survey_info ul li {
    margin: 10px 0; }
.rev_feedback .survey_info label {
  line-height: 21px;
  display: block; }
.rev_feedback .survey_info input {
  background: #efefef;
  border: 1px solid #e1e1e1;
  width: 90%; }
.rev_feedback .survey_info input.submit {
  margin-top: 25px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 15px 10px;
  color: #FFF !important;
  background: #000; }
  .rev_feedback .survey_info input.submit a {
    color: #717171; }
    .rev_feedback .survey_info input.submit a:hover {
      text-decoration: underline; }
  .rev_feedback .survey_info input.submit:hover {
    text-decoration: none;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    background: #717171;
    color: #FFF;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }

.rev_guarantee h3 {
  margin-top: 30px; }
.rev_guarantee ul {
  margin-top: 5px; }
  .rev_guarantee ul li {
    margin-left: -7px;
    background: url(../i/left_nav_disc.png) left center no-repeat;
    padding-left: 20px;
    background-position: left top;
    line-height: 21px;
    margin-bottom: 10px; }

.rev_security .section {
  margin-bottom: 5px;
  clear: both;
  float: left; }
.rev_security h2 {
  clear: both;
  display: block; }
.rev_security .info_page_black {
  color: black; }
.rev_security .info_bullet_list {
  margin-top: 10px; }
  .rev_security .info_bullet_list li {
    list-style: disc;
    margin-left: 20px; }

.rev_contact .rev_contact_col {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  line-height: 1.6; }
  .rev_contact .rev_contact_col .contact_header {
    display: block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .120em;
    color: black;
    padding: 3px 0; }
  .rev_contact .rev_contact_col ul {
    margin: 5px 0 20px; }
    .rev_contact .rev_contact_col ul li {
      line-height: 1.8; }
  .rev_contact .rev_contact_col table {
    width: 70%;
    margin-top: 5px; }
    .rev_contact .rev_contact_col table th {
      text-align: left; }
    .rev_contact .rev_contact_col table td {
      text-align: right; }

.rev_about {
  overflow: hidden;
  height: 3458px;
  margin-bottom: 100px; }
  .rev_about div {
    position: absolute;
    z-index: 99; }
  .rev_about p {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em; }
  .rev_about h2 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase; }
  .rev_about .about_bg {
    width: 100%;
    height: auto; }
  .rev_about .about_section1 {
    padding: 15px 50px;
    width: 370px; }
    .rev_about .about_section1 img {
      float: right; }
    .rev_about .about_section1 .ellipse_01 {
      margin-top: 20px;
      background: url(../i/aboutus/01_startedin.png) top center no-repeat;
      width: 226px;
      height: 226px; }
      .rev_about .about_section1 .ellipse_01 .content {
        width: 100%;
        margin-top: 35px; }
        .rev_about .about_section1 .ellipse_01 .content p {
          color: #FFF;
          font-size: 12px; }
  .rev_about .about_section2 {
    margin-top: 5px;
    margin-left: 340px;
    width: 530px; }
    .rev_about .about_section2 .content {
      margin-top: 70px;
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .rev_about .about_section2 .content p {
        font-size: 18px;
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 5px;
        vertical-align: middle;
        line-height: 3em; }
      .rev_about .about_section2 .content h2 {
        font-size: 150px;
        color: #c6b77c;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-right: -15px;
        margin-top: 0;
        vertical-align: middle;
        line-height: 1em; }
    .rev_about .about_section2 img {
      float: right;
      display: inline-block;
      zoom: 1;
      *display: inline; }
  .rev_about .about_section3 {
    margin-top: 340px;
    margin-left: 760px; }
    .rev_about .about_section3 .content {
      margin-top: 120px;
      width: 100%; }
      .rev_about .about_section3 .content p {
        font-size: 19px;
        color: black; }
  .rev_about .about_section4 {
    margin-top: 410px; }
  .rev_about .about_section5 {
    width: 500px;
    display: block;
    margin-top: 625px;
    margin-left: 480px; }
    .rev_about .about_section5 .content h2 {
      display: inline-block;
      zoom: 1;
      *display: inline;
      font-size: 150px;
      color: #c6b77c;
      letter-spacing: 0;
      vertical-align: middle;
      line-height: 1em; }
    .rev_about .about_section5 .content p {
      display: inline-block;
      zoom: 1;
      *display: inline;
      font-size: 18px;
      vertical-align: middle;
      line-height: 3em; }
      .rev_about .about_section5 .content p.black {
        color: black; }
      .rev_about .about_section5 .content p.white {
        color: #FFF; }
  .rev_about .about_section6 {
    margin-top: 1040px; }
    .rev_about .about_section6 img {
      float: left; }
      .rev_about .about_section6 img.bossgirl {
        margin-top: 20px;
        margin-left: -55px; }
  .rev_about .about_section7 {
    margin-top: 760px;
    margin-left: 390px;
    width: 570px;
    height: 846px;
    background: url(../i/aboutus/06a_giantmodel.png) top right no-repeat; }
    .rev_about .about_section7 .content {
      width: 345px;
      height: 346px;
      margin-top: 200px;
      text-align: center;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      .rev_about .about_section7 .content:hover {
        -webkit-transform: scale(1.05); }
      .rev_about .about_section7 .content div {
        margin-top: 85px;
        margin-left: 20px; }
      .rev_about .about_section7 .content h2 {
        margin-left: -12px;
        font-size: 135px;
        color: #FFF;
        letter-spacing: -0.025em; }
      .rev_about .about_section7 .content p {
        font-family: "ProximaNovaReg", "Helvetica", "Arial", sans-serif;
        font-size: 35px;
        color: #FFF; }
      .rev_about .about_section7 .content img {
        margin-left: 0; }
    .rev_about .about_section7 img {
      margin-left: 170px; }
  .rev_about .about_section8 {
    width: 620px;
    z-index: 101;
    margin-left: 290px;
    margin-top: 1585px; }
    .rev_about .about_section8 .content h2 {
      font-size: 150px;
      color: #c6b77c;
      letter-spacing: -0.025em; }
    .rev_about .about_section8 .content p {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      margin-left: 175px;
      margin-top: -15px;
      width: 310px;
      line-height: 25px;
      font-size: 18px;
      color: #FFF; }
  .rev_about .about_section9 {
    margin-top: 1730px;
    margin-left: 80px;
    background: url(../i/aboutus/08b_world.png) 25px 0 no-repeat; }
    .rev_about .about_section9 img {
      margin-top: 0;
      float: left; }
      .rev_about .about_section9 img.airplane {
        position: relative;
        z-index: 999;
        margin-left: -100px; }
      .rev_about .about_section9 img.desktop {
        margin-top: 50px;
        margin-left: 25px; }
    .rev_about .about_section9 .content {
      position: inherit !important;
      margin-left: -50px;
      margin-top: 120px;
      width: 543px;
      height: 354px;
      background: url(../i/aboutus/08_doubleellipse.png) center center no-repeat; }
      .rev_about .about_section9 .content .left {
        margin-top: 40px;
        margin-left: 41px; }
        .rev_about .about_section9 .content .left h1 {
          font-size: 225px;
          line-height: 220px;
          letter-spacing: -0.025em;
          color: black; }
        .rev_about .about_section9 .content .left p {
          font-size: 38px;
          margin-top: -15px;
          font-family: "ProximaNovaReg", "Helvetica", "Arial", sans-serif;
          color: black; }
      .rev_about .about_section9 .content .right {
        width: 100px;
        margin-top: 65px;
        margin-left: 365px; }
        .rev_about .about_section9 .content .right p {
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          text-align: center;
          font-size: 24px;
          line-height: 26px;
          color: #FFF; }
  .rev_about .about_section10 {
    margin-top: 2190px; }
    .rev_about .about_section10 .content {
      margin-left: 300px;
      text-align: left; }
      .rev_about .about_section10 .content h1 {
        font-size: 82px;
        color: #c6b77c;
        letter-spacing: -0.025em; }
      .rev_about .about_section10 .content p {
        text-align: left;
        font-size: 21px;
        color: #FFF; }
        .rev_about .about_section10 .content p.over {
          margin-left: 95px; }
      .rev_about .about_section10 .content .email_subscribers {
        margin-left: 165px; }
        .rev_about .about_section10 .content .email_subscribers p {
          width: 300px;
          font-size: 16px;
          line-height: 24px;
          margin-left: 0;
          padding: 0 0 15px 0; }
      .rev_about .about_section10 .content img {
        margin-top: 10px;
        margin-left: -69px; }
  .rev_about .about_section10a {
    margin-top: 163px;
    margin-left: 125px; }
    .rev_about .about_section10a a {
      display: block;
      color: black; }
    .rev_about .about_section10a img {
      position: relative;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      .rev_about .about_section10a img:hover {
        -webkit-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
    .rev_about .about_section10a span {
      display: block;
      margin-top: 0;
      margin-left: -30px;
      padding: 10px;
      background: transparent;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      .rev_about .about_section10a span h1 {
        font-size: 40px; }
      .rev_about .about_section10a span p {
        font-size: 14px; }
      .rev_about .about_section10a span:hover {
        background: transparent; }
  .rev_about .about_section11 {
    margin-top: 2385px;
    margin-left: 645px; }
    .rev_about .about_section11 .content {
      text-align: center;
      margin-top: 80px;
      margin-left: -5px;
      width: 200px; }
      .rev_about .about_section11 .content h2 {
        letter-spacing: 0em;
        color: #FFF;
        font-size: 48px;
        text-transform: uppercase; }
      .rev_about .about_section11 .content h3 {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #FFF;
        font-size: 21px;
        letter-spacing: 0.025em;
        text-align: center; }
  .rev_about .about_section11a {
    margin-top: 2595px;
    margin-left: 62px; }
    .rev_about .about_section11a .content-text {
      margin-top: 30px;
      padding-left: 125px; }
      .rev_about .about_section11a .content-text h3 {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.075em;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
        text-align: center; }
      .rev_about .about_section11a .content-text h2 {
        font-size: 40px;
        line-height: 47px;
        color: #FFF;
        letter-spacing: 0.025em;
        margin: 0 0; }
  .rev_about .about_section12 {
    margin-top: 2620px;
    margin-left: 580px;
    width: 355px; }
    .rev_about .about_section12 .content {
      margin-top: 110px; }
      .rev_about .about_section12 .content p {
        background: #000;
        color: #FFF;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.075em;
        font-size: 18px;
        padding: 5px; }
      .rev_about .about_section12 .content h2 {
        float: right;
        color: #c6b77c;
        font-size: 42px;
        letter-spacing: 0;
        margin-top: 5px; }
    .rev_about .about_section12 img {
      float: right; }
  .rev_about .about_section12a {
    margin-top: 2740px;
    margin-left: 62px;
    width: 515px; }
    .rev_about .about_section12a .content {
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: 275px;
      text-align: right;
      margin-top: 45px; }
      .rev_about .about_section12a .content p {
        color: black;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.075em;
        font-size: 14px;
        padding: 0;
        text-align: right; }
      .rev_about .about_section12a .content h2 {
        color: black;
        font-size: 40px;
        letter-spacing: 0em; }
    .rev_about .about_section12a img {
      float: right;
      display: inline-block;
      zoom: 1;
      *display: inline; }
  .rev_about .about_section12b {
    margin-top: 2757px;
    margin-left: 730px;
    padding-top: 75px;
    background: url(../i/aboutus/10_fb_dots.png) 130px 0 no-repeat;
    z-index: 100 !important; }
  .rev_about .about_section13 {
    margin-top: 2865px;
    margin-left: 210px;
    width: 587px;
    height: 189px;
    display: block; }
    .rev_about .about_section13 .content {
      margin-top: 70px;
      padding: 25px 15px; }
      .rev_about .about_section13 .content p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #FFF; }
      .rev_about .about_section13 .content h2 {
        letter-spacing: 0.025em;
        font-size: 43px;
        color: #FFF; }
    .rev_about .about_section13 .content_followers {
      margin-left: 400px;
      margin-top: 50px; }
      .rev_about .about_section13 .content_followers h2 {
        font-size: 38px;
        color: black;
        letter-spacing: 0em; }
      .rev_about .about_section13 .content_followers p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: black;
        letter-spacing: 0.025em;
        font-size: 14px; }
  .rev_about .about_section13a {
    margin-top: 2950px;
    margin-left: 705px;
    z-index: 101 !important; }
    .rev_about .about_section13a .content_likes {
      margin-top: 125px;
      margin-left: 60px; }
      .rev_about .about_section13a .content_likes h2 {
        float: right;
        color: #c6b77c;
        font-size: 42px;
        letter-spacing: 0;
        margin-top: 10px; }
      .rev_about .about_section13a .content_likes p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        color: #FFF;
        text-align: right; }
  .rev_about .about_section14 {
    margin-top: 3120px;
    margin-left: 110px; }
    .rev_about .about_section14 .content_followers {
      padding: 10px 20px;
      color: #FFF;
      width: 180px;
      margin-top: 65px; }
      .rev_about .about_section14 .content_followers h2 {
        font-size: 42px;
        letter-spacing: 0.025em; }
      .rev_about .about_section14 .content_followers p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        text-align: center; }
    .rev_about .about_section14 .content_cta {
      margin-left: 350px;
      margin-top: 80px;
      padding: 10px 30px; }
      .rev_about .about_section14 .content_cta p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        color: #FFF;
        text-align: center; }
      .rev_about .about_section14 .content_cta h2 {
        font-size: 50px;
        color: #FFF;
        letter-spacing: 0.025em; }

.rev_container .signup_wrap {
  display: none; }

.signup_wrap {
  display: block;
  width: 960px; }
  .signup_wrap .close {
    float: right;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    margin-left: 926px;
    background-position: -220px -46px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.signup_content {
  margin-top: 75px;
  margin-left: 25px;
  width: 425px;
  position: absolute; }
  .signup_content p {
    color: black !important;
    line-height: 1.5; }

/* Press 
=================================================== */
.rev_press h1 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: black;
  margin-top: 5%;
  margin-bottom: 2%; }
  .rev_press h1:after {
    display: block;
    content: "";
    border-bottom: 1px solid #cccccc;
    width: 50px;
    margin-left: -10px;
    margin-bottom: 5px;
    padding-top: 0;
    border-color: #ccc; }
.rev_press .press_wrap {
  width: 100%;
  display: block;
  margin-bottom: 80px; }

.press_entry {
  width: 310px;
  margin-right: 8px;
  margin-bottom: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .press_entry a {
    display: block; }
    .press_entry a .entry_title {
      position: absolute;
      width: 270px;
      height: 50px;
      display: block;
      padding: 10px;
      margin: 240px 20px 20px 20px;
      background: url(../i/press/press_slider_thumbs.png) -95px 0 no-repeat; }
      .press_entry a .entry_title:hover {
        background: url(../i/press/press_slider_thumbs.png) -95px -50px no-repeat; }
      .press_entry a .entry_title h2 {
        text-transform: uppercase;
        color: black; }
      .press_entry a .entry_title p {
        color: black; }
  .press_entry:nth-child(3) {
    padding-right: 0; }

.press_top {
  font-size: 14px;
  display: block;
  clear: both;
  width: 100%;
  height: 30px; }
  .press_top .press_sort {
    float: left;
    width: 32%;
    padding: 5px 0; }
    .press_top .press_sort:hover > div {
      display: block !important; }
    .press_top .press_sort .sub {
      display: none;
      position: absolute;
      margin-top: 0;
      float: left;
      z-index: 992;
      zoom: 1;
      margin-left: -100px; }
    .press_top .press_sort a {
      font-size: 12px;
      letter-spacing: 0.125em;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      color: black; }
      .press_top .press_sort a.first {
        padding-right: 25px;
        margin-left: 5px;
        background: url(../i/arrow_sprite_down.png) center right no-repeat; }
    .press_top .press_sort .sort_options {
      width: 9em;
      margin-top: 5px;
      margin-left: 38px;
      padding: 15px;
      background: #FFF;
      border: 1px solid #ddd; }
      .press_top .press_sort .sort_options li {
        padding: 5px 0; }
      .press_top .press_sort .sort_options a {
        font-family: "Karla", Arial, sans-serif;
        color: #717171;
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 18px; }
        .press_top .press_sort .sort_options a:hover {
          color: black;
          text-decoration: underline; }
  .press_top .press_info {
    text-align: right;
    width: 63%;
    float: right; }
    .press_top .press_info ul li {
      float: left;
      padding-right: 10px; }
      .press_top .press_info ul li p {
        font-size: 14px;
        padding: 0 0 0 5px; }
      .press_top .press_info ul li.sep {
        padding-right: 20px; }
    .press_top .press_info a {
      letter-spacing: 0.125em;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      color: black;
      font-size: 12px;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      .press_top .press_info a:hover {
        border-bottom: 2px solid #000; }

.press_post .press_images {
  float: right;
  max-width: 635px; }
  .press_post .press_images img {
    max-width: 635px;
    width: 100%;
    height: auto; }
  .press_post .press_images .cycle-slide {
    width: 100%; }
  .press_post .press_images .cycle-slideshow {
    clear: both; }
.press_post .slide_nextprev {
  float: right;
  margin-bottom: 10px; }
  .press_post .slide_nextprev a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 28px;
    height: 28px;
    display: block; }
  .press_post .slide_nextprev div {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .press_post .slide_nextprev .slide_prev a {
    background: url(../i/press/press_arrow.png) 0 0 no-repeat; }
    .press_post .slide_nextprev .slide_prev a:hover {
      background: url(../i/press/press_arrow.png) 0 -32px no-repeat; }
  .press_post .slide_nextprev .slide_next a {
    background: url(../i/press/press_arrow.png) -33px 0 no-repeat; }
    .press_post .slide_nextprev .slide_next a:hover {
      background: url(../i/press/press_arrow.png) -33px -32px no-repeat; }
.press_post .custom-caption {
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  padding: 8px 0; }

.press_post_content {
  width: 300px;
  display: block; }
  .press_post_content .press_date {
    font-size: 14px;
    margin-bottom: 25px; }
  .press_post_content p {
    font-size: 14px;
    line-height: 21px;
    color: black;
    margin-bottom: 15px; }
  .press_post_content ul li {
    color: black;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    list-style: disc; }

.press_back {
  margin: 15px 0;
  padding: 5px 0 0 25px;
  background: url(../i/arrow_sprite_left.png) top left no-repeat; }
  .press_back a {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: black;
    padding-top: 3px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }
    .press_back a:hover {
      color: black;
      border-bottom: 2px solid #000; }

.pdp_social_links ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 10px 12px 0 0; }
  .pdp_social_links ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px; }
.pdp_social_links ul .pdp_fb a:link,
.pdp_social_links ul .pdp_fb a:active,
.pdp_social_links ul .pdp_fb a:visited {
  background-position: -88px -647px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_fb a:hover {
  background-position: -88px -685px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_tw a:link,
.pdp_social_links ul .pdp_tw a:active,
.pdp_social_links ul .pdp_tw a:visited {
  background-position: -128px -647px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_tw a:hover {
  background-position: -128px -685px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_pn a:link,
.pdp_social_links ul .pdp_pn a:active,
.pdp_social_links ul .pdp_pn a:visited {
  background-position: -168px -647px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_pn a:hover {
  background-position: -168px -685px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_ig a:link,
.pdp_social_links ul .pdp_ig a:active,
.pdp_social_links ul .pdp_ig a:visited {
  background-position: -208px -647px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_ig a:hover {
  background-position: -208px -685px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_gg a:link,
.pdp_social_links ul .pdp_gg a:active,
.pdp_social_links ul .pdp_gg a:visited {
  background-position: -248px -647px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_social_links ul .pdp_gg a:hover {
  background-position: -248px -685px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }

/* Spotlight Landing page 
=================================================== */
.rev_spotlight_landing {
  margin: 25px 0; }
  .rev_spotlight_landing h1 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    text-align: center;
    padding-bottom: 10px; }
    .rev_spotlight_landing h1 span {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .rev_spotlight_landing h1:after {
      margin-top: 10px;
      margin-left: auto !important;
      margin-right: auto !important;
      width: 120px !important;
      display: block;
      content: "";
      border-bottom: 1px solid #cccccc;
      width: 50px;
      margin-left: -10px;
      margin-bottom: 5px;
      padding-top: 0; }
  .rev_spotlight_landing h2 {
    font-family: "Karla", Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    margin: 20px 15%; }
  .rev_spotlight_landing .nav_title {
    position: absolute;
    text-align: center;
    color: white; }
    .rev_spotlight_landing .nav_title p {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .2em;
      font-size: 26px;
      text-transform: uppercase;
      display: block; }
    .rev_spotlight_landing .nav_title .keyline {
      border-bottom: 1px solid white;
      margin: 15px auto 10px;
      width: 80px; }
    .rev_spotlight_landing .nav_title span {
      font-size: 13px;
      display: block;
      line-height: 1.4; }
  .rev_spotlight_landing .spotlight_pers {
    width: 100%;
    position: relative; }
    .rev_spotlight_landing .spotlight_pers .nav_title {
      width: 300px;
      top: 35%;
      left: 50%;
      margin-left: -300px; }
      .rev_spotlight_landing .spotlight_pers .nav_title.right {
        margin-left: 0; }
      .rev_spotlight_landing .spotlight_pers .nav_title.blacktxt {
        color: black; }
        .rev_spotlight_landing .spotlight_pers .nav_title.blacktxt .keyline {
          border-bottom: 1px solid black; }
    .rev_spotlight_landing .spotlight_pers a:hover .blacktxt {
      color: white; }
      .rev_spotlight_landing .spotlight_pers a:hover .blacktxt .keyline {
        border-color: white; }
  .rev_spotlight_landing .spotlight_lb {
    width: 99.5%;
    position: relative;
    margin: 0 0 0 0; }
    .rev_spotlight_landing .spotlight_lb .nav_title {
      width: 300px;
      top: 40%;
      left: 50%;
      margin-left: -145px; }
  .rev_spotlight_landing .spotlight_nav_half {
    width: 50%;
    float: left;
    margin: 8px 0 0 0; }
  .rev_spotlight_landing .spotlight_revme {
    width: 98%;
    position: relative;
    margin: 0 0 0 10px; }
    .rev_spotlight_landing .spotlight_revme .nav_title {
      width: 300px;
      top: 40%;
      left: 50%;
      margin-left: -145px; }
  .rev_spotlight_landing .spotlight_designers {
    width: 98%;
    position: relative;
    margin: 9px 0 0 10px; }
    .rev_spotlight_landing .spotlight_designers .nav_title {
      width: 300px;
      top: 40%;
      left: 50%;
      margin-left: -145px; }
  .rev_spotlight_landing .spotlight_pers:hover .nav_hover, .rev_spotlight_landing .spotlight_lb:hover .nav_hover, .rev_spotlight_landing .spotlight_revme:hover .nav_hover, .rev_spotlight_landing .spotlight_designers:hover .nav_hover {
    opacity: 0.8;
    background: black; }
  .rev_spotlight_landing .nav_img {
    display: block; }
    .rev_spotlight_landing .nav_img .nav_img img {
      position: relative; }
  .rev_spotlight_landing .nav_hover {
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .rev_spotlight_landing .blackbar_content {
    background: #000;
    padding: 25px 50px;
    text-align: center; }
    .rev_spotlight_landing .blackbar_content p {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 1.5;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 0.125em; }
      .rev_spotlight_landing .blackbar_content p span {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif !important; }

.spotlight_list li {
  padding: 30px 0 30px 25%; }
  .spotlight_list li.spot_list1 {
    background: url(../i/spot_list1.png) no-repeat 15% center; }
  .spotlight_list li.spot_list2 {
    background: url(../i/spot_list2.png) no-repeat 15% center #f7f7f7; }
  .spotlight_list li.spot_list3 {
    background: url(../i/spot_list3.png) no-repeat 15% 17%; }
  .spotlight_list li.spot_list4 {
    background: url(../i/spot_list4.png) no-repeat 15% center #f7f7f7; }
  .spotlight_list li h3 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.139em;
    color: black;
    margin-bottom: 15px; }
    .spotlight_list li h3:after {
      padding: 10px 0;
      width: 95px;
      display: block;
      content: "";
      border-bottom: 1px solid #cccccc;
      width: 50px;
      margin-left: -10px;
      margin-bottom: 5px;
      padding-top: 0; }
  .spotlight_list li p {
    font-size: 14px !important;
    color: #717171; }
  .spotlight_list li ol {
    margin-top: 15px; }
    .spotlight_list li ol li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding: 0; }

.rev_breadcrumb {
  width: 100%;
  margin: 25px 0;
  color: black; }
  .rev_breadcrumb div {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .rev_breadcrumb span {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .rev_breadcrumb a {
    color: #717171; }
  .rev_breadcrumb li {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.plp_breadcrumb {
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
  display: block; }
  .plp_breadcrumb li {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .plp_breadcrumb li a {
      color: #717171; }

/* Media Queries 
=================================================== */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .rev_logo {
    width: 160px;
    margin-bottom: 9px; }

  .rev_global_marketing {
    min-width: 768px; }
    .rev_global_marketing div.launch_survey {
      display: none; }
    .rev_global_marketing div.ipad_text {
      display: block;
      color: #9f1d1d;
      font-size: 10.5px !important;
      letter-spacing: 0.025em; }
      .rev_global_marketing div.ipad_text p {
        font-size: 10.5px;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin-right: 5px; }
      .rev_global_marketing div.ipad_text a {
        color: #9f1d1d;
        text-decoration: underline; }

  .rev_header .top_message {
    margin: 0;
    display: none; }
  .rev_header .rev_topbar .customer_care {
    display: none; }

  .rev_account_links .rev_mybag .icon {
    margin-right: 3px; }
  .rev_account_links .rev_mybag p {
    display: none; }
  .rev_account_links .rev_hearted p {
    display: none; }
  .rev_account_links .rev_hearted span {
    margin-left: 0; }
  .rev_account_links .rev_hearted .wishlist_heart {
    margin-left: -125px; }
    .rev_account_links .rev_hearted .wishlist_heart p, .rev_account_links .rev_hearted .wishlist_heart span {
      display: inline-block;
      zoom: 1;
      *display: inline; }

  .rev_container {
    width: 100%;
    min-width: 768px; }

  .rev_content {
    width: 768px;
    min-width: 768px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }

  .rev_home .container_center {
    width: 768px;
    min-width: 768px;
    max-width: 100%; }
  .rev_home .slide_markers {
    min-width: 768px;
    margin-top: 445px !important;
    margin-left: -378px !important; }
    .rev_home .slide_markers div {
      float: left;
      margin: 5px 5px 0 0;
      width: 49% !important;
      background-position: top right; }

  .hp_feature_rotation .slider,
  .hp_feature_graphic .slider {
    min-width: 960px;
    height: 580px !important; }

  .hp_feature_rotation .slider .container_center {
    margin: 65px 0;
    width: 768px;
    min-width: 768px;
    max-width: 100%; }
  .hp_feature_rotation li {
    background-size: 1700px auto !important; }
    .hp_feature_rotation li img {
      height: 580px !important; }

  .hp_myrevolve {
    width: 768px;
    min-width: 768px;
    max-width: 100%; }
    .hp_myrevolve .rev_content {
      width: 768px;
      min-width: 768px;
      max-width: 100%;
      position: relative; }
      .hp_myrevolve .rev_content .hp_myrevolve_text {
        position: absolute;
        width: 768px;
        min-width: 768px;
        max-width: 100%;
        top: 50%;
        left: 50%;
        height: 40%;
        width: 100%;
        margin: -10% 0 0 -50%; }

  .hp_feature_graphic {
    min-width: 768px;
    height: 580px !important;
    background-size: 1700px auto !important; }
    .hp_feature_graphic .container_center {
      width: 768px;
      min-width: 768px;
      max-width: 100%; }

  .hp_feature_product li {
    width: 175px; }

  .hp_revolveme .pdp_left_arrow, .hp_revolveme .pdp_right_arrow {
    display: none; }
  .hp_revolveme ul {
    width: 720px; }
  .hp_revolveme li {
    width: 140px !important;
    height: 140px !important; }
    .hp_revolveme li .insta_post_icon {
      margin-left: 98px;
      margin-top: 98px; }
  .hp_revolveme .cycle-carousel-wrap {
    max-width: 100%;
    min-width: 720px;
    width: 720px;
    height: auto; }

  .slide_nextprev div {
    width: 50px !important;
    height: 50px !important; }
  .slide_nextprev .slide_prev {
    background-size: 200px;
    background-position: -1px -125px !important; }
  .slide_nextprev .slide_next {
    background-size: 200px;
    background-position: -51px -125px !important; }

  .cta {
    width: 280px;
    min-height: 344px;
    padding: 5% 10px;
    margin-left: 65px;
    margin-right: 65px; }
    .cta .title {
      font-size: 30px !important;
      line-height: 34px !important; }
    .cta .sub_title {
      font-size: 18px;
      line-height: 18px; }
    .cta .cta_btn {
      font-size: 12px !important; }

  .sticky-wrapper.stuck .rev_header .rev_topbar .customer_care {
    display: none; }
  .sticky-wrapper.stuck .rev_header .rev_section_marker {
    margin-left: 50px !important; }
    .sticky-wrapper.stuck .rev_header .rev_section_marker li {
      padding: 0 !important;
      margin-right: 10px !important; }
  .sticky-wrapper.stuck .rev_header .rev_account_links {
    margin-left: -50px; }
    .sticky-wrapper.stuck .rev_header .rev_account_links li {
      margin-left: 0 !important; }
  .sticky-wrapper.stuck .rev_header .rev_welcome .welcome_text {
    display: none !important; }

  .designer_list_head li {
    padding: 0 0.8%; }

  .designers_message {
    width: 190px; }

  .rev_press .press_post .press_images {
    float: none;
    width: 768px;
    min-width: 768px;
    max-width: 100%;
    display: block;
    clear: both;
    text-align: center;
    margin: 0 auto 50px; }
    .rev_press .press_post .press_images li {
      width: 97%; }
      .rev_press .press_post .press_images li img {
        width: 100%;
        height: auto; }
  .rev_press .press_post .press_post_content {
    width: 100%;
    clear: both; }

  .rev_spotlight_landing .spotlight_list li {
    background-position: 10% center !important;
    padding-left: 20%; }
    .rev_spotlight_landing .spotlight_list li ol li {
      width: 23%; }
      .rev_spotlight_landing .spotlight_list li ol li img {
        width: 100%;
        height: auto; }

  .rev_footer {
    width: 100%;
    min-width: 768px; }
    .rev_footer .footer_content {
      display: block; }
      .rev_footer .footer_content .footer_one,
      .rev_footer .footer_content .footer_two,
      .rev_footer .footer_content .footer_four,
      .rev_footer .footer_content .footer_bottom div {
        width: 50% !important;
        margin-right: 0; }
      .rev_footer .footer_content .footer_one,
      .rev_footer .footer_content .footer_two {
        width: 50% !important; }
      .rev_footer .footer_content .footer_two {
        margin-bottom: 25px; }
      .rev_footer .footer_content .footer_three {
        width: 100% !important;
        display: table; }
        .rev_footer .footer_content .footer_three .footer_myrev {
          width: 50% !important;
          display: inline-block;
          zoom: 1;
          *display: inline;
          margin-top: 10px; }
        .rev_footer .footer_content .footer_three .footer_connect {
          float: left;
          width: 50%;
          display: inline-block;
          zoom: 1;
          *display: inline;
          margin-top: 10px; }
          .rev_footer .footer_content .footer_three .footer_connect .fb-like {
            float: right;
            margin-right: 30px; }
        .rev_footer .footer_content .footer_three .footer_customercare {
          float: left;
          width: 50%;
          display: inline-block;
          zoom: 1;
          *display: inline;
          margin-bottom: 25px; }
      .rev_footer .footer_content .footer_bottom {
        clear: none; }
      .rev_footer .footer_content .footer_payments {
        display: none; }
      .rev_footer .footer_content .footer_copyright {
        padding: 5px 0;
        margin-top: -15px;
        width: 100% !important; } }
.livechat {
  display: inline-block;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  background: url(../i/pdp/live_chat_icon.gif) no-repeat;
  width: 85px;
  height: 12px;
  padding-left: 15px;
  cursor: pointer; }

.popup_closebtn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: 8px;
  margin-right: 6px; }
  .popup_closebtn a {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    background-position: -219px -45px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
    .popup_closebtn a:hover {
      opacity: 0.5; }

/*Careers Page*/
.rev_wrapper .careers_taleo_iframe iframe table tr td span {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif !important; }
.rev_wrapper .careers_taleo_iframe iframe table tr td p {
  font-family: "Karla", Arial, sans-serif !important; }

/*
|>----------------------------------------------------------------------------------------------<|
| // Currency
|>----------------------------------------------------------------------------------------------<|
*/
.currency_small {
  width: 280px !important;
  margin-left: -100px !important;
  padding: 15px 20px !important; }
  .currency_small p {
    font-size: 12px !important;
    padding: 0 0 10px 0;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase; }
  .currency_small ul li {
    width: 100% !important; }

.more_currency {
  font-size: 14px;
  margin: 10px 0; }
  .more_currency a {
    color: black;
    letter-spacing: 0.125em; }

.currency_small,
.currency_sub {
  position: absolute;
  z-index: 9999;
  margin-top: 4px;
  display: block;
  width: 680px;
  background: #FFF;
  border: 1px solid #EEE;
  margin-left: -300px;
  padding: 15px; }
  .currency_small ul,
  .currency_sub ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    padding: 0 !important; }
    .currency_small ul li,
    .currency_sub ul li {
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      line-height: 24px;
      display: block;
      width: 205px;
      margin-right: 10px; }
      .currency_small ul li a, .currency_small ul li a:visited,
      .currency_sub ul li a,
      .currency_sub ul li a:visited {
        color: #717171; }
      .currency_small ul li a:hover,
      .currency_sub ul li a:hover {
        font-weight: normal;
        color: black;
        text-decoration: underline; }
    .currency_small ul span,
    .currency_sub ul span {
      text-indent: -9999px;
      line-height: 12px;
      width: 22px;
      height: 15px;
      display: inline-block !important;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .currency_small .ars_currency span,
  .currency_sub .ars_currency span {
    background-position: -3px -347px; }
  .currency_small .aud_currency span,
  .currency_sub .aud_currency span {
    background-position: -3px -371px; }
  .currency_small .bsd_currency span,
  .currency_sub .bsd_currency span {
    background-position: -3px -395px; }
  .currency_small .brl_currency span,
  .currency_sub .brl_currency span {
    background-position: -3px -419px; }
  .currency_small .cad_currency span,
  .currency_sub .cad_currency span {
    background-position: -3px -443px; }
  .currency_small .xaf_currency span,
  .currency_sub .xaf_currency span {
    background-position: -3px -467px; }
  .currency_small .xbf_currency span,
  .currency_sub .xbf_currency span {
    background-position: -3px -491px; }
  .currency_small .clp_currency span,
  .currency_sub .clp_currency span {
    background-position: -3px -515px; }
  .currency_small .cny_currency span,
  .currency_sub .cny_currency span {
    background-position: -3px -539px; }
  .currency_small .cop_currency span,
  .currency_sub .cop_currency span {
    background-position: -3px -563px; }
  .currency_small .krk_currency span,
  .currency_sub .krk_currency span {
    background-position: -3px -587px; }
  .currency_small .czr_currency span,
  .currency_sub .czr_currency span {
    background-position: -3px -611px; }
  .currency_small .dkk_currency span,
  .currency_sub .dkk_currency span {
    background-position: -3px -635px; }
  .currency_small .xcd_currency span,
  .currency_sub .xcd_currency span {
    background-position: -3px -659px; }
  .currency_small .eur_currency span,
  .currency_sub .eur_currency span {
    background-position: -3px -683px; }
  .currency_small .fjd_currency span,
  .currency_sub .fjd_currency span {
    background-position: -3px -707px; }
  .currency_small .ghc_currency span,
  .currency_sub .ghc_currency span {
    background-position: -3px -731px; }
  .currency_small .gtq_currency span,
  .currency_sub .gtq_currency span {
    background-position: -3px -755px; }
  .currency_small .hnl_currency span,
  .currency_sub .hnl_currency span {
    background-position: -3px -779px; }
  .currency_small .hkd_currency span,
  .currency_sub .hkd_currency span {
    background-position: -28px -611px; }
  .currency_small .huf_currency span,
  .currency_sub .huf_currency span {
    background-position: -28px -347px; }
  .currency_small .isk_currency span,
  .currency_sub .isk_currency span {
    background-position: -28px -371px; }
  .currency_small .inr_currency span,
  .currency_sub .inr_currency span {
    background-position: -28px -395px; }
  .currency_small .idr_currency span,
  .currency_sub .idr_currency span {
    background-position: -28px -419px; }
  .currency_small .ils_currency span,
  .currency_sub .ils_currency span {
    background-position: -28px -443px; }
  .currency_small .jmd_currency span,
  .currency_sub .jmd_currency span {
    background-position: -28px -467px; }
  .currency_small .jpy_currency span,
  .currency_sub .jpy_currency span {
    background-position: -28px -491px; }
  .currency_small .krw_currency span,
  .currency_sub .krw_currency span {
    background-position: -28px -515px; }
  .currency_small .chf_currency span,
  .currency_sub .chf_currency span {
    background-position: -28px -539px; }
  .currency_small .myr_currency span,
  .currency_sub .myr_currency span {
    background-position: -28px -563px; }
  .currency_small .mxn_currency span,
  .currency_sub .mxn_currency span {
    background-position: -28px -587px; }
  .currency_small .mad_currency span,
  .currency_sub .mad_currency span {
    background-position: -28px -611px; }
  .currency_small .mmk_currency span,
  .currency_sub .mmk_currency span {
    background-position: -28px -635px; }
  .currency_small .ang_currency span,
  .currency_sub .ang_currency span {
    background-position: -28px -659px; }
  .currency_small .nzd_currency span,
  .currency_sub .nzd_currency span {
    background-position: -28px -683px; }
  .currency_small .nok_currency span,
  .currency_sub .nok_currency span {
    background-position: -28px -707px; }
  .currency_small .pkr_currency span,
  .currency_sub .pkr_currency span {
    background-position: -28px -731px; }
  .currency_small .pab_currency span,
  .currency_sub .pab_currency span {
    background-position: -28px -755px; }
  .currency_small .pen_currency span,
  .currency_sub .pen_currency span {
    background-position: -28px -779px; }
  .currency_small .php_currency span,
  .currency_sub .php_currency span {
    background-position: -3px -611px; }
  .currency_small .pln_currency span,
  .currency_sub .pln_currency span {
    background-position: -53px -347px; }
  .currency_small .ron_currency span,
  .currency_sub .ron_currency span {
    background-position: -53px -371px; }
  .currency_small .rub_currency span,
  .currency_sub .rub_currency span {
    background-position: -53px -395px; }
  .currency_small .rsd_currency span,
  .currency_sub .rsd_currency span {
    background-position: -53px -419px; }
  .currency_small .sgd_currency span,
  .currency_sub .sgd_currency span {
    background-position: -53px -443px; }
  .currency_small .zar_currency span,
  .currency_sub .zar_currency span {
    background-position: -53px -467px; }
  .currency_small .lkr_currency span,
  .currency_sub .lkr_currency span {
    background-position: -53px -491px; }
  .currency_small .sek_currency span,
  .currency_sub .sek_currency span {
    background-position: -53px -515px; }
  .currency_small .twd_currency span,
  .currency_sub .twd_currency span {
    background-position: -53px -539px; }
  .currency_small .thb_currency span,
  .currency_sub .thb_currency span {
    background-position: -53px -563px; }
  .currency_small .ttd_currency span,
  .currency_sub .ttd_currency span {
    background-position: -53px -587px; }
  .currency_small .tnd_currency span,
  .currency_sub .tnd_currency span {
    background-position: -53px -611px; }
  .currency_small .try_currency span,
  .currency_sub .try_currency span {
    background-position: -53px -635px; }
  .currency_small .aed_currency span,
  .currency_sub .aed_currency span {
    background-position: -53px -659px; }
  .currency_small .gbp_currency span,
  .currency_sub .gbp_currency span {
    background-position: -53px -683px; }
  .currency_small .usd_currency span,
  .currency_sub .usd_currency span {
    background-position: -53px -707px; }
  .currency_small .vef_currency span,
  .currency_sub .vef_currency span {
    background-position: -53px -731px; }
  .currency_small .vnd_currency span,
  .currency_sub .vnd_currency span {
    background-position: -53px -755px; }

.language_sub {
  position: absolute;
  z-index: 9999;
  margin-top: 4px;
  margin-left: -55px;
  display: block;
  width: 175px;
  background: #FFF;
  border: 1px solid #EEE; }
  .language_sub ul {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    padding: 15px;
    margin: 0; }
    .language_sub ul p {
      font-size: 12px !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
    .language_sub ul li {
      display: block;
      line-height: 21px; }
      .language_sub ul li a, .language_sub ul li a:visited {
        color: #717171;
        text-decoration: none; }
        .language_sub ul li a:hover, .language_sub ul li a:visited:hover {
          color: black;
          font-weight: normal;
          color: black;
          text-decoration: underline; }
  .language_sub #active_languages li a {
    color: #717171; }
    .language_sub #active_languages li a:hover {
      color: black;
      font-weight: normal;
      color: black;
      text-decoration: underline; }
  .language_sub #future_languages li {
    color: #ccc; }

/*
|>----------------------------------------------------------------------------------------------<|
| // Main Navigation
|>----------------------------------------------------------------------------------------------<|
*/
.main_navigation {
  background: #000;
  padding: 0;
  width: 100%;
  min-width: 960px; }
  .main_navigation .nav_menu {
    width: 960px;
    min-width: 960px;
    max-width: 100%;
    margin: 0 auto;
    height: 44px; }
  .main_navigation ul {
    text-indent: 0;
    margin: 0 auto;
    padding: 0;
    display: block; }
    .main_navigation ul li > ul {
      display: none; }
      .main_navigation ul li > ul .first {
        padding-left: 0 !important;
        border: 0; }
      .main_navigation ul li > ul .last {
        padding-right: 0 !important; }
  .main_navigation li {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left; }
    .main_navigation li:hover > ul {
      display: block; }
    .main_navigation li.page_item {
      padding: 0 2.525%;
      padding: 0 2.45% \9;
      background: #000; }
    .main_navigation li a {
      text-decoration: none;
      line-height: 3.7;
      letter-spacing: 0.125em;
      text-transform: uppercase;
      white-space: nowrap;
      text-decoration: none;
      color: #FFF;
      padding: 14px 0 3px; }
      .main_navigation li a:hover {
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        color: #EEE;
        border-bottom: 2px solid #EEE; }
    .main_navigation li ul {
      display: none;
      position: absolute;
      margin-top: 0;
      left: 0;
      z-index: 991;
      zoom: 1; }
      .main_navigation li ul li {
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        line-height: 24px; }
        .main_navigation li ul li a {
          font-weight: normal;
          color: #717171;
          text-transform: none;
          line-height: 1.5;
          letter-spacing: 0;
          border: 0;
          padding: 8px 10px;
          display: inline-block;
          zoom: 1;
          *display: inline;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
          .main_navigation li ul li a:hover {
            -webkit-transition: all 0.125s ease-in-out;
            -moz-transition: all 0.125s ease-in-out;
            -o-transition: all 0.125s ease-in-out;
            transition: all 0.125s ease-in-out;
            font-weight: normal;
            color: black;
            text-decoration: underline;
            border: 0; }
        .main_navigation li ul li span {
          display: inline-block !important;
          vertical-align: bottom;
          text-indent: -9999px;
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 18px;
          height: 18px;
          margin-right: 2px;
          vertical-align: bottom; }
        .main_navigation li ul li .designers_heart {
          background-position: -88px -30px;
          background-repeat: no-repeat;
          cursor: pointer;
          background-image: url(../i/rev_global_icons.png);
          background-repeat: no-repeat;
          display: block; }
          .main_navigation li ul li .designers_heart:hover {
            background-position: -142px -30px;
            background-image: url(../i/rev_global_icons.png);
            background-repeat: no-repeat;
            display: block; }
        .main_navigation li ul li .designers_hearted {
          background-position: -115px -30px;
          background-repeat: no-repeat;
          background-image: url(../i/rev_global_icons.png);
          background-repeat: no-repeat;
          display: block; }
        .main_navigation li ul li span {
          float: left\9;
          margin-top: 7px\9; }
      .main_navigation li ul .dd_main a {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0.125em;
        font-weight: normal;
        text-decoration: none;
        text-transform: uppercase;
        color: #717171; }
        .main_navigation li ul .dd_main a:hover {
          text-decoration: none;
          color: black; }
      .main_navigation li ul .dd_main:after {
        border-color: #bababa !important;
        display: block;
        content: "";
        border-bottom: 1px solid #cccccc;
        width: 50px;
        margin-left: -10px;
        margin-bottom: 5px;
        padding-top: 0; }
      .main_navigation li ul ul {
        top: 0;
        left: 100%; }
  .main_navigation .first {
    padding-left: 0 !important;
    border: 0; }
  .main_navigation .last {
    padding-right: 0 !important; }
  .main_navigation ul
  .current-menu-item {
    color: #FFF;
    font-weight: normal;
    border-bottom: 2px solid #FFF; }

/* saf3+, chrome1+ */
@-moz-document url-prefix() {
  .main_navigation li.page_item {
    padding: 0 2.45%; }

  .main_navigation li ul li span {
    float: left;
    margin-top: 2px; } }

.designers_view_all {
  float: right;
  margin: 0 auto 10px !important;
  text-align: right; }
  .designers_view_all a {
    font-size: 14px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.125em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
    padding: 0 !important; }
    .designers_view_all a:hover {
      text-decoration: none !important; }

.main_navigation .hide_spotlight .menu_spotlight {
  display: none; }
.main_navigation .hide_spotlight li.page_item {
  padding: 0 3.42%; }
.main_navigation .hide_spotlight li.menu_new {
  padding-left: 0 !important; }
.main_navigation .hide_spotlight li.last {
  padding-right: 0 !important; }

.menu_new .sub_menu .dd_main a,
.menu_clothing .sub_menu .dd_main a,
.menu_shoes .sub_menu .dd_main a,
.menu_bags .sub_menu .dd_main a,
.menu_accessories .sub_menu .dd_main a,
.menu_occasions .sub_menu .dd_main a,
.menu_sale .sub_menu .dd_main a {
  font-family: "Karla", Arial, sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  text-transform: none; }
  .menu_new .sub_menu .dd_main a:hover,
  .menu_clothing .sub_menu .dd_main a:hover,
  .menu_shoes .sub_menu .dd_main a:hover,
  .menu_bags .sub_menu .dd_main a:hover,
  .menu_accessories .sub_menu .dd_main a:hover,
  .menu_occasions .sub_menu .dd_main a:hover,
  .menu_sale .sub_menu .dd_main a:hover {
    color: #717171; }
.menu_new .sub_menu .dd_main:after,
.menu_clothing .sub_menu .dd_main:after,
.menu_shoes .sub_menu .dd_main:after,
.menu_bags .sub_menu .dd_main:after,
.menu_accessories .sub_menu .dd_main:after,
.menu_occasions .sub_menu .dd_main:after,
.menu_sale .sub_menu .dd_main:after {
  display: none; }

.sub_wrap {
  width: 960px;
  min-width: 960px;
  max-width: 100%;
  margin: 10px auto 5px;
  display: block; }

.sub_menu {
  border-bottom: 1px solid #EEE;
  background: #FFF;
  width: 100%; }
  .sub_menu li {
    border: 0 !important;
    width: 100%;
    font-size: 14px; }
    .sub_menu li ol {
      float: left;
      width: 20%;
      padding: 10px 0 !important; }
      .sub_menu li ol.dd_main_image {
        width: 215px;
        margin-right: 6%; }
        .sub_menu li ol.dd_main_image li {
          display: block;
          height: 155px; }
          .sub_menu li ol.dd_main_image li a {
            width: 215px;
            height: 155px;
            display: block; }
          .sub_menu li ol.dd_main_image li img {
            width: 100%;
            height: auto; }
      .sub_menu li ol li {
        width: 100%;
        margin: 0 !important; }
        .sub_menu li ol li a {
          padding: 0 !important;
          color: #717171; }

.sub_feature_links {
  display: block;
  clear: both;
  width: 100%; }
  .sub_feature_links a {
    margin-right: 3.45%;
    float: left;
    display: block;
    padding: 0 !important; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .sub_feature_links a {
        width: 215px;
        height: auto; } }
    .sub_feature_links a img {
      width: 100%;
      height: auto;
      opacity: 1; }
    .sub_feature_links a img:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      opacity: 0.8; }
  .sub_feature_links a.last {
    margin: 0 !important; }

.menu_designers .dd_featured_designer {
  padding-top: 10px !important; }
  .menu_designers .dd_featured_designer a {
    display: block;
    overflow: hidden;
    max-width: 150px; }
  .menu_designers .dd_featured_designer img {
    width: 100%;
    height: auto; }
  .menu_designers .dd_featured_designer .featured_des_img {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    width: 150px;
    margin: 174px 0 0 0;
    line-height: 24px;
    letter-spacing: 0.125em;
    font-size: 12px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
.menu_designers li li.dd_main a {
  line-height: 24px; }
.menu_designers li li a {
  padding: 8px 10px !important;
  display: block !important;
  text-align: left;
  word-wrap: break-word;
  width: 160px;
  text-overflow: clip !important;
  overflow: auto !important;
  white-space: normal !important;
  line-height: 1.25 !important; }

.womens_nav .womens_spotlight {
  /*display: none; // Beta Launch*/
  padding-bottom: 10px; }
  .womens_nav .womens_spotlight ol {
    margin-right: 3% !important;
    width: 22.75%; }
    .womens_nav .womens_spotlight ol:nth-child(4) {
      margin: 0 !important; }
    .womens_nav .womens_spotlight ol li a {
      float: left; }
    .womens_nav .womens_spotlight ol li span {
      line-height: 21px;
      text-indent: 0;
      /*float: left;*/
      width: auto;
      height: auto;
      margin-left: 10px;
      display: inline-block;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      text-transform: uppercase;
      font-size: 10px;
      float: none !important; }
    .womens_nav .womens_spotlight ol li.dd_main:after {
      border: 0; }
.womens_nav .womens_clothing ol {
  width: 17%; }
  .womens_nav .womens_clothing ol.dd_main_image {
    width: 215px; }
.womens_nav .womens_occasions {
  padding-bottom: 10px; }
  .womens_nav .womens_occasions .sub_feature_links {
    width: 960px; }
.womens_nav .womens_designers ol {
  width: 20%; }
  .womens_nav .womens_designers ol li {
    padding: 5px 0;
    line-height: 2.5; }
.womens_nav .womens_designers li span {
  float: left; }

.mens_nav .mens_spotlight {
  /*display: none; // Beta Launch*/
  padding-bottom: 10px; }
  .mens_nav .mens_spotlight ol {
    margin-right: 3% !important;
    width: 22.75%; }
    .mens_nav .mens_spotlight ol:nth-child(4) {
      margin: 0 !important; }
    .mens_nav .mens_spotlight ol li a {
      float: left; }
    .mens_nav .mens_spotlight ol li span {
      line-height: 21px;
      text-indent: 0;
      /*float: left;*/
      width: auto;
      height: auto;
      margin-left: 4px;
      display: inline-block;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      text-transform: uppercase;
      font-size: 10px; }
    .mens_nav .mens_spotlight ol li.dd_main:after {
      border: 0; }
.mens_nav .mens_clothing ol {
  width: 17%; }
  .mens_nav .mens_clothing ol.dd_main_image {
    width: 215px; }
.mens_nav .mens_occasions {
  padding-bottom: 10px; }
  .mens_nav .mens_occasions .sub_feature_links {
    width: 960px; }
.mens_nav .mens_designers ol {
  width: 20%; }
  .mens_nav .mens_designers ol li {
    padding: 5px 0;
    line-height: 2.5; }
.mens_nav .mens_designers li span {
  float: left; }

/* Media Queries */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .main_navigation {
    width: 100%;
    min-width: 768px; }
    .main_navigation .nav_menu {
      width: 768px;
      min-width: 768px;
      max-width: 100%;
      margin: 0 auto; }
    .main_navigation ul {
      padding-right: 10px;
      padding-left: 10px; }
    .main_navigation .page_item {
      padding: 0 1.6% !important; }
    .main_navigation .first {
      padding-left: 0 !important;
      border: 0; }
    .main_navigation .last {
      padding-right: 0 !important; }
    .main_navigation .sub_wrap {
      width: 768px;
      min-width: 768px;
      max-width: 100%;
      margin: 0 auto; }
      .main_navigation .sub_wrap .dd_main_image {
        width: 24%;
        padding-bottom: 0px !important;
        margin-right: 1.5%; }
        .main_navigation .sub_wrap .dd_main_image li {
          width: 150px;
          height: auto; }
          .main_navigation .sub_wrap .dd_main_image li a {
            width: 150px;
            height: auto; }
    .main_navigation .sub_menu {
      min-width: 768px; }
      .main_navigation .sub_menu .sub_feature_links {
        max-width: 750px; }
        .main_navigation .sub_menu .sub_feature_links a {
          width: 24%;
          margin-right: 1%; }
    .main_navigation .womens_nav .womens_spotlight li span {
      margin-left: 5px !important; }
    .main_navigation .womens_nav .womens_spotlight ol,
    .main_navigation .womens_nav .womens_clothing ol {
      margin-right: 1.5% !important;
      /* li {
           a {
               width: 150px; 
           }
       }*/ }
      .main_navigation .womens_nav .womens_spotlight ol.dd_main_image,
      .main_navigation .womens_nav .womens_clothing ol.dd_main_image {
        margin-right: 1.5%;
        width: 24%;
        padding-bottom: 0px !important; }
    .main_navigation .womens_nav .womens_clothing.dd_main_image {
      margin-right: 1.5%;
      width: 24%; }
    .main_navigation .womens_nav .womens_designers ol {
      width: 18%; }
    .main_navigation .womens_nav .womens_designers .dd_main a {
      width: 100%;
      line-height: 18px; }
    .main_navigation .womens_nav .womens_designers li {
      line-height: 18px; }
      .main_navigation .womens_nav .womens_designers li.dd_featured_designer a {
        width: 100%; }
      .main_navigation .womens_nav .womens_designers li a {
        width: 84%; }
    .main_navigation .womens_nav .womens_accessories ol {
      width: 24%; }
      .main_navigation .womens_nav .womens_accessories ol.dd_main_image {
        margin-right: 1.5%; }
    .main_navigation .mens_nav .page_item {
      padding: 0 1.4% !important; }
      .main_navigation .mens_nav .page_item.first {
        padding-left: 0 !important; }
      .main_navigation .mens_nav .page_item.last {
        padding-right: 0 !important; }
    .main_navigation .mens_nav .mens_clothing ol {
      margin-right: 1.5% !important; }
      .main_navigation .mens_nav .mens_clothing ol.dd_main_image {
        width: 215px;
        margin-right: 30px; }
      .main_navigation .mens_nav .mens_clothing ol li a {
        width: 116px; }
    .main_navigation .mens_nav .mens_designers ol {
      width: 18%; }
    .main_navigation .mens_nav .mens_designers li {
      line-height: 18px; }
      .main_navigation .mens_nav .mens_designers li a {
        width: 116px; }
      .main_navigation .mens_nav .mens_designers li.dd_featured_designer a {
        width: 100%; }

  .menu_designers .sub_menu li ol {
    width: 18%;
    margin-right: 10px !important; }
    .menu_designers .sub_menu li ol li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
  .menu_designers .dd_featured_designer .featured_des_img {
    width: 138px;
    margin: 158px 0 0 0; }

  @-moz-document url-prefix() {
    .main_navigation li.page_item {
      padding: 0 1.2% !important; }
    .main_navigation li .first {
      padding-left: 0 !important;
      border: 0; }
    .main_navigation li .last {
      padding-right: 0 !important; } } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* STYLES GO HERE */
  .main_navigation .page_item {
    padding: 0 1.3% !important; } }
/*
|>----------------------------------------------------------------------------------------------<|
| // Product Detail Page
|>----------------------------------------------------------------------------------------------<|
*/
.pdp_wrap h3 {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .139em;
  color: grey; }

.pdp_zoomed_nextprev {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 3; }
  .pdp_zoomed_nextprev .zoomed_prev {
    display: block;
    width: 49px;
    height: 60px;
    background: url(../i/rev_global_icons.png) no-repeat -120px -124px;
    float: left; }
    .pdp_zoomed_nextprev .zoomed_prev a {
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
  .pdp_zoomed_nextprev .zoomed_prev:hover {
    opacity: 0.6; }
  .pdp_zoomed_nextprev .zoomed_next {
    display: block;
    width: 49px;
    height: 60px;
    background: url(../i/rev_global_icons.png) no-repeat -203px -124px;
    float: right; }
    .pdp_zoomed_nextprev .zoomed_next a {
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
  .pdp_zoomed_nextprev .zoomed_next:hover {
    opacity: 0.6; }
  .pdp_zoomed_nextprev .zoomed_prev_img {
    float: left; }
    .pdp_zoomed_nextprev .zoomed_prev_img img {
      border: 1px #eee solid; }
    .pdp_zoomed_nextprev .zoomed_prev_img img:hover {
      border: 2px black solid;
      -webkit-transition: border-color .5s ease;
      -moz-transition: border-color .5s ease;
      -o-transition: border-color .5s ease;
      -ms-transition: border-color .5s ease;
      transition: border-color .5s ease; }
  .pdp_zoomed_nextprev .zoomed_next_img {
    float: right; }
    .pdp_zoomed_nextprev .zoomed_next_img img {
      border: 1px #eee solid; }
    .pdp_zoomed_nextprev .zoomed_next_img img:hover {
      border: 2px black solid;
      -webkit-transition: border-color .5s ease;
      -moz-transition: border-color .5s ease;
      -o-transition: border-color .5s ease;
      -ms-transition: border-color .5s ease;
      transition: border-color .5s ease; }

.pdp_breadcrumb {
  width: 100%;
  margin: 25px 0 25px; }
  .pdp_breadcrumb ul {
    list-style: none; }
    .pdp_breadcrumb ul li {
      display: inline;
      color: black; }
      .pdp_breadcrumb ul li a {
        color: #717171; }
  .pdp_breadcrumb li.pdp_current a:hover {
    text-decoration: underline; }
  .pdp_breadcrumb li.pdp_divider {
    padding-right: 5px;
    padding-left: 5px; }

.pdp_filter_ul {
  text-indent: 10px; }
  .pdp_filter_ul li {
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .pdp_filter_ul li a {
      color: #717171; }
    .pdp_filter_ul li a:hover {
      font-weight: bold;
      color: #000;
      text-decoration: underline; }

.pdp_left_area {
  width: 570px;
  float: left; }

.pdp_main_img_thumbs {
  width: 65px;
  float: left;
  margin: 10px 0 0 0; }
  .pdp_main_img_thumbs ul li a img {
    display: block;
    border: 1px solid #ddd;
    width: 65px;
    height: 100px;
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    transition: border-color .5s ease; }
  .pdp_main_img_thumbs ul li a img:hover {
    border: 2px solid black; }
  .pdp_main_img_thumbs ul li .pdp_thumb_active {
    border: 2px solid black; }

.pdp_main_img {
  float: left;
  position: relative;
  margin: 10px 0;
  width: 505px;
  height: 864px; }
  .pdp_main_img .pdp_social_links {
    text-align: center;
    margin: 0 auto; }
    .pdp_main_img .pdp_social_links ul li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 10px 12px 0 0; }
      .pdp_main_img .pdp_social_links ul li a {
        width: 40px;
        height: 40px;
        display: block;
        text-indent: -9999px; }
    .pdp_main_img .pdp_social_links ul .pdp_fb a:link,
    .pdp_main_img .pdp_social_links ul .pdp_fb a:active,
    .pdp_main_img .pdp_social_links ul .pdp_fb a:visited {
      background-position: -88px -647px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_fb a:hover {
      background-position: -88px -685px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_tw a:link,
    .pdp_main_img .pdp_social_links ul .pdp_tw a:active,
    .pdp_main_img .pdp_social_links ul .pdp_tw a:visited {
      background-position: -128px -647px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_tw a:hover {
      background-position: -128px -685px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_pn a:link,
    .pdp_main_img .pdp_social_links ul .pdp_pn a:active,
    .pdp_main_img .pdp_social_links ul .pdp_pn a:visited {
      background-position: -168px -647px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_pn a:hover {
      background-position: -168px -685px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_ig a:link,
    .pdp_main_img .pdp_social_links ul .pdp_ig a:active,
    .pdp_main_img .pdp_social_links ul .pdp_ig a:visited {
      background-position: -208px -647px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_ig a:hover {
      background-position: -208px -685px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_gg a:link,
    .pdp_main_img .pdp_social_links ul .pdp_gg a:active,
    .pdp_main_img .pdp_social_links ul .pdp_gg a:visited {
      background-position: -248px -647px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_gg a:hover {
      background-position: -248px -685px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_vk a:link,
    .pdp_main_img .pdp_social_links ul .pdp_vk a:active,
    .pdp_main_img .pdp_social_links ul .pdp_vk a:visited {
      background-position: -221px -963px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_vk a:hover {
      background-position: -221px -1007px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_wn a:link,
    .pdp_main_img .pdp_social_links ul .pdp_wn a:active,
    .pdp_main_img .pdp_social_links ul .pdp_wn a:visited {
      background-position: -250px -963px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_main_img .pdp_social_links ul .pdp_wn a:hover {
      background-position: -250px -1007px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }

.pdp_thumb_zoom a {
  background-position: -116px -87px;
  width: 65px;
  height: 30px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
.pdp_thumb_zoom a:hover {
  opacity: 0.7;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
.pdp_thumb_zoom img {
  width: 65px;
  margin: 10px 0; }
.pdp_thumb_zoom img:hover {
  opacity: 0.7;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

.pdp_main_img_heart, .hearted, .pdp_main_img_heartm, .heartedm {
  z-index: 6;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px;
  border: 1px solid #eee;
  -webkit-transition: background .12s ease;
  -moz-transition: background .12s ease;
  -o-transition: background .12s ease;
  -ms-transition: background .12s ease;
  transition: background .12s ease; }
  .pdp_main_img_heart span, .hearted span, .pdp_main_img_heartm span, .heartedm span {
    display: block;
    width: 26px;
    height: 23px;
    text-indent: -9999px; }

.pdp_main_img_heart {
  background: white; }
  .pdp_main_img_heart span {
    background-position: -135px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.pdp_main_img_heartm {
  background: white; }
  .pdp_main_img_heartm span {
    background-position: -108px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.pdp_main_img_heart:hover {
  background: #fdcdca; }
  .pdp_main_img_heart:hover span {
    background-position: -108px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.pdp_main_img_heartm:hover {
  background: #c8ddea; }
  .pdp_main_img_heartm:hover span {
    background-position: -108px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.hearted {
  background: #fdcdca; }
  .hearted span {
    background-position: -108px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.heartedm {
  background: #c8ddea; }
  .heartedm span {
    background-position: -108px -24px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.pdp_right_area {
  float: left;
  width: 370px;
  margin: 10px 0 0 20px;
  position: relative; }
  .pdp_right_area .pdp_click_zoomed {
    display: none;
    width: 370px;
    height: 485px;
    position: absolute;
    z-index: 3; }

.designer_brand {
  margin: 5px 0; }
  .designer_brand h2 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .139em;
    line-height: 1.2;
    text-transform: uppercase; }
    .designer_brand h2 a {
      color: #717171; }
    .designer_brand h2 a:hover {
      text-decoration: underline; }

.product_name {
  color: black; }
  .product_name h1 {
    color: #000;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    letter-spacing: .139em;
    line-height: 1.2;
    text-transform: uppercase; }

.pdp_right_area .price_box {
  color: #000;
  margin: 15px 0; }
  .pdp_right_area .price_box .price {
    font-size: 20px;
    font-family: "KarlaBold", Arial, sans-serif;
    color: black; }
  .pdp_right_area .price_box .original_price {
    font-family: "Karla", Arial, sans-serif;
    color: #717171;
    font-size: 20px;
    margin: 0 8px 0 0;
    text-decoration: line-through; }
  .pdp_right_area .price_box .discount_price {
    font-size: 20px;
    font-family: "Karla", Arial, sans-serif;
    color: #a53838;
    text-decoration: none; }

.pdp_final_sale {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #A53838;
  font-size: 14px;
  letter-spacing: .120em;
  padding: 5px 0 0; }

.pdp_size_box {
  margin: 20px 0; }
  .pdp_size_box .sizecolortitle {
    color: black;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
    .pdp_size_box .sizecolortitle a {
      color: #717171; }
      .pdp_size_box .sizecolortitle a:hover {
        text-decoration: underline; }
  .pdp_size_box .measure_guide:before {
    content: "";
    background-position: -106px -9px;
    width: 26px;
    height: 10px;
    margin-right: 3px;
    display: inline-block !important;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .pdp_size_box .measure_guide {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px; }
    .pdp_size_box .measure_guide a {
      color: black;
      text-decoration: underline;
      font-size: 14px; }
      .pdp_size_box .measure_guide a img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 3px; }
    .pdp_size_box .measure_guide a:hover {
      text-decoration: none; }
  .pdp_size_box .true_fit:before {
    content: "";
    background-position: -48px -28px;
    display: inline-block !important;
    width: 17px;
    float: left;
    height: 15px;
    margin: 2px 3px 0 0;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .pdp_size_box .true_fit {
    display: block;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: .1em;
    color: black;
    padding: 20px 0 0; }
    .pdp_size_box .true_fit img {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px 0 0; }
    .pdp_size_box .true_fit a {
      color: black;
      font-weight: normal;
      letter-spacing: 0;
      text-decoration: underline; }
    .pdp_size_box .true_fit a:hover {
      text-decoration: none; }

.pdp_sizes {
  margin: 10px 0; }
  .pdp_sizes .size_active a {
    font-family: "Karla", Arial, sans-serif;
    color: black;
    text-decoration: underline;
    background: #eee; }
  .pdp_sizes .oos {
    position: relative; }
    .pdp_sizes .oos a {
      color: #bababa; }
    .pdp_sizes .oos a:hover {
      color: #bababa;
      background: none;
      text-decoration: none; }
    .pdp_sizes .oos span {
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      width: 100%;
      border-top: 1px solid #bababa; }
  .pdp_sizes ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 2px 0; }
    .pdp_sizes ul li a {
      font-size: 14px;
      color: #717171;
      text-align: center;
      padding: 3px 8px;
      display: block;
      background: white; }
    .pdp_sizes ul li a:hover {
      color: black;
      text-decoration: underline;
      background: #eee;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
  .pdp_sizes .size_notification, .pdp_sizes .preorder_notification {
    font-family: "Karla", Arial, sans-serif;
    font-size: 12px;
    margin: 5px 0 0;
    display: block;
    color: black;
    background: #eee;
    padding: 10px; }
  .pdp_sizes .size_notification {
    text-align: center;
    width: 200px; }
  .pdp_sizes .preorder_notification {
    text-align: left;
    width: 300px;
    line-height: 1.4; }

.pdp_quantity {
  margin: 25px 0;
  position: relative; }
  .pdp_quantity h3 {
    display: inline; }
  .pdp_quantity a {
    color: #aaa; }
  .pdp_quantity .pdp_quantity_box {
    display: inline-block;
    background: url(../i/pdp/carrot_arrow.png) no-repeat;
    background-position: right -36px;
    width: 30px;
    margin-left: 20px;
    font-size: 13px;
    cursor: pointer; }
    .pdp_quantity .pdp_quantity_box a {
      width: 100%;
      height: auto; }
  .pdp_quantity .pdp_quantity_dropdown {
    position: absolute;
    width: 80px;
    border: 1px solid #ddd;
    min-height: 50px;
    left: 60px;
    top: 20px;
    background: white;
    z-index: 3; }
    .pdp_quantity .pdp_quantity_dropdown ul {
      padding: 10px 0; }
    .pdp_quantity .pdp_quantity_dropdown ul li {
      text-align: center;
      padding: 3px 0;
      font-size: 13px; }
      .pdp_quantity .pdp_quantity_dropdown ul li a {
        color: #aaa; }
      .pdp_quantity .pdp_quantity_dropdown ul li a:hover {
        font-weight: bold;
        color: black;
        text-decoration: underline; }

.pdp_color .sizecolortitle {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }
  .pdp_color .sizecolortitle a {
    color: #717171; }
    .pdp_color .sizecolortitle a:hover {
      text-decoration: underline; }
  .pdp_color .sizecolortitle p {
    display: inline-block;
    padding: 0 10px; }
.pdp_color ul {
  margin: 5px 0; }
  .pdp_color ul li {
    display: inline;
    float: left;
    margin: 1px 1px 0 0; }
    .pdp_color ul li a img {
      display: block;
      width: 37px;
      height: 21px; }
    .pdp_color ul li a img:hover {
      border: 2px solid black;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
    .pdp_color ul li .pdp_active_color {
      border: 2px solid black; }

.pdp_addtobag {
  margin: 20px 0;
  position: relative; }
  .pdp_addtobag input {
    padding: 20px 40px;
    display: inline-block;
    border: 0;
    background: black;
    color: white !important;
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .pdp_addtobag input a {
      color: #717171; }
      .pdp_addtobag input a:hover {
        text-decoration: underline; }
    .pdp_addtobag input a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .pdp_addtobag input a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
  .pdp_addtobag input:hover {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    background: #717171;
    color: #FFF; }

.error_select_size {
  margin-top: -43px;
  margin-left: 15px;
  font-size: 13px;
  color: black;
  padding: 8px 20px !important;
  position: absolute;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #EEE;
  background: #FFF; }
  .error_select_size:before {
    content: "";
    display: block;
    z-index: 102;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 1px;
    margin-top: -1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #FFF; }
  .error_select_size:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #EEE; }

.shippingText {
  padding: 0 0 5px 0; }

.live_chat:before {
  content: "";
  display: inline-block !important;
  width: 10px;
  height: 10px;
  background-position: -87px -9px;
  margin-right: 5px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }

.live_chat {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  margin-left: 40px;
  width: 90px;
  height: 12px;
  cursor: pointer; }
  .live_chat.po_livechat {
    margin: 0 0 0 10px; }
  .live_chat.live_chat_preoder {
    display: inline-block;
    margin-left: 25px;
    background: url(../i/pdp/live_chat_icon.gif) no-repeat;
    width: 85px;
    height: 12px;
    padding-left: 15px;
    cursor: pointer; }
  .live_chat a {
    letter-spacing: .09em;
    color: black;
    width: 100%;
    height: auto; }
  .live_chat a:hover {
    text-decoration: underline; }

.pdp_additional_info p {
  color: black; }
  .pdp_additional_info p a {
    color: black;
    text-decoration: underline; }
  .pdp_additional_info p a:hover {
    text-decoration: none; }

.pdp_specialorder_wrap, .pdp_popupconfirm {
  position: relative;
  width: 600px;
  min-height: 829px;
  padding: 25px;
  background: #f8f8f8;
  border: solid 1px #ddd; }
  .pdp_specialorder_wrap h1, .pdp_popupconfirm h1 {
    padding: 20px 0 0 0;
    font-size: 22px;
    letter-spacing: .139em;
    color: black; }
  .pdp_specialorder_wrap h3, .pdp_popupconfirm h3 {
    font-size: 12px;
    letter-spacing: .139em;
    color: black;
    margin: 20px 0 10px; }
  .pdp_specialorder_wrap p, .pdp_popupconfirm p {
    margin: 10px 0; }
  .pdp_specialorder_wrap .specialorders_list, .pdp_popupconfirm .specialorders_list {
    margin: 0 15px 0; }
    .pdp_specialorder_wrap .specialorders_list li, .pdp_popupconfirm .specialorders_list li {
      list-style-type: disc;
      font-size: 12px; }
  .pdp_specialorder_wrap .specialorder_divide, .pdp_popupconfirm .specialorder_divide {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 30px 0 10px; }
  .pdp_specialorder_wrap h2, .pdp_popupconfirm h2 {
    font-size: 14px;
    letter-spacing: .139em;
    color: black; }
  .pdp_specialorder_wrap .specialorders_box, .pdp_popupconfirm .specialorders_box {
    padding-right: 24px;
    margin-top: 20px; }
    .pdp_specialorder_wrap .specialorders_box .specialorder_dd_label, .pdp_popupconfirm .specialorders_box .specialorder_dd_label {
      display: inline-block;
      font-size: 12px; }
    .pdp_specialorder_wrap .specialorders_box .sb_no_outline, .pdp_popupconfirm .specialorders_box .sb_no_outline {
      width: 100px;
      display: inline-block;
      vertical-align: middle; }
    .pdp_specialorder_wrap .specialorders_box .sbSelector, .pdp_popupconfirm .specialorders_box .sbSelector {
      letter-spacing: 0; }
    .pdp_specialorder_wrap .specialorders_box .sbOptions, .pdp_popupconfirm .specialorders_box .sbOptions {
      padding: 10px;
      text-align: left; }
  .pdp_specialorder_wrap .specialorders_box2, .pdp_popupconfirm .specialorders_box2 {
    position: relative;
    display: block;
    padding-right: 24px; }
    .pdp_specialorder_wrap .specialorders_box2 .specialorder_dd_label, .pdp_popupconfirm .specialorders_box2 .specialorder_dd_label {
      display: inline-block;
      font-size: 12px; }
    .pdp_specialorder_wrap .specialorders_box2 .sb_no_outline, .pdp_popupconfirm .specialorders_box2 .sb_no_outline {
      width: 470px;
      display: inline-block;
      vertical-align: middle; }
      .pdp_specialorder_wrap .specialorders_box2 .sb_no_outline .sbSelector, .pdp_popupconfirm .specialorders_box2 .sb_no_outline .sbSelector {
        letter-spacing: 0;
        width: 450px; }
      .pdp_specialorder_wrap .specialorders_box2 .sb_no_outline .sbOptions, .pdp_popupconfirm .specialorders_box2 .sb_no_outline .sbOptions {
        padding: 10px;
        text-align: left; }
  .pdp_specialorder_wrap form, .pdp_popupconfirm form {
    margin: 20px 0;
    display: block; }
    .pdp_specialorder_wrap form .pdp_specialorder_input, .pdp_popupconfirm form .pdp_specialorder_input {
      margin: 7px 0; }
      .pdp_specialorder_wrap form .pdp_specialorder_input label, .pdp_popupconfirm form .pdp_specialorder_input label {
        color: black;
        font-size: 12px;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: .120em;
        display: block;
        line-height: 0; }
      .pdp_specialorder_wrap form .pdp_specialorder_input input, .pdp_specialorder_wrap form .pdp_specialorder_input textarea, .pdp_popupconfirm form .pdp_specialorder_input input, .pdp_popupconfirm form .pdp_specialorder_input textarea {
        width: 530px;
        border: 1px solid #ddd; }
    .pdp_specialorder_wrap form .pdp_review_submit, .pdp_popupconfirm form .pdp_review_submit {
      margin: 20px 0;
      position: relative; }
      .pdp_specialorder_wrap form .pdp_review_submit input, .pdp_popupconfirm form .pdp_review_submit input {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: .159em;
        color: white;
        background: black;
        text-align: center;
        padding: 20px 20px;
        font-size: 14px;
        border: none;
        display: inline-block; }
      .pdp_specialorder_wrap form .pdp_review_submit input:hover, .pdp_popupconfirm form .pdp_review_submit input:hover {
        background: #888;
        color: white;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }
    .pdp_specialorder_wrap form .specialorder_cancel, .pdp_popupconfirm form .specialorder_cancel {
      display: inline;
      margin-left: 150px; }
      .pdp_specialorder_wrap form .specialorder_cancel a, .pdp_popupconfirm form .specialorder_cancel a {
        color: black; }
      .pdp_specialorder_wrap form .specialorder_cancel a:hover, .pdp_popupconfirm form .specialorder_cancel a:hover {
        border-bottom: 2px solid black;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }
  .pdp_specialorder_wrap .specialorder_confirm, .pdp_popupconfirm .specialorder_confirm {
    text-align: center;
    padding: 20px; }
    .pdp_specialorder_wrap .specialorder_confirm .boldtxt, .pdp_popupconfirm .specialorder_confirm .boldtxt {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
  .pdp_specialorder_wrap .specialorder_preorder, .pdp_popupconfirm .specialorder_preorder {
    padding: 30px 0; }
    .pdp_specialorder_wrap .specialorder_preorder ul, .pdp_popupconfirm .specialorder_preorder ul {
      padding-left: 15px; }
      .pdp_specialorder_wrap .specialorder_preorder ul li, .pdp_popupconfirm .specialorder_preorder ul li {
        list-style-type: disc;
        line-height: 1.8; }
        .pdp_specialorder_wrap .specialorder_preorder ul li a, .pdp_popupconfirm .specialorder_preorder ul li a {
          color: #717171;
          text-decoration: underline; }
        .pdp_specialorder_wrap .specialorder_preorder ul li a:hover, .pdp_popupconfirm .specialorder_preorder ul li a:hover {
          text-decoration: none; }

.reviewconfirm_popup {
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  margin-left: -300px; }
  .reviewconfirm_popup .pdp_specialorder_wrap {
    min-height: inherit; }

.pdp_popupconfirm {
  width: 600px;
  min-height: 230px; }

.pdp_product_info {
  margin: 20px 0; }
  .pdp_product_info h3, .pdp_product_info .product_info_title {
    margin: 15px 0 7px;
    display: block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .pdp_product_info h3 a, .pdp_product_info .product_info_title a {
      color: #717171; }
      .pdp_product_info h3 a:hover, .pdp_product_info .product_info_title a:hover {
        text-decoration: underline; }
    .pdp_product_info h3 a, .pdp_product_info .product_info_title a {
      color: black; }
    .pdp_product_info h3 a:hover, .pdp_product_info .product_info_title a:hover {
      text-decoration: underline; }
    .pdp_product_info h3 span, .pdp_product_info .product_info_title span {
      width: 8px;
      height: 11px;
      margin-left: 10px;
      background-position: -50px -9px;
      display: inline-block !important;
      text-indent: -9999px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_product_info h3 .active_arrowdown, .pdp_product_info .product_info_title .active_arrowdown {
      width: 8px;
      background-position: -11px -9px; }
  .pdp_product_info ul {
    margin-left: 18px; }
    .pdp_product_info ul li {
      list-style-type: disc;
      line-height: 1.8; }
      .pdp_product_info ul li a {
        color: #717171;
        text-decoration: underline; }
      .pdp_product_info ul li a:hover {
        text-decoration: none; }

.pdp_lower_area {
  padding: 80px 0 50px; }
  .pdp_lower_area .pdp_lower_empty {
    width: 100%;
    height: 100px; }

.pdp_ctl_wrap {
  position: relative;
  width: 960px;
  height: 340px;
  margin: 0 0 50px 0; }
  .pdp_ctl_wrap .ctl_title {
    color: black !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .pdp_ctl_wrap .ctl_title a {
      color: #717171; }
      .pdp_ctl_wrap .ctl_title a:hover {
        text-decoration: underline; }
  .pdp_ctl_wrap .pdp_arrow_scroller {
    width: 920px;
    margin: 0 auto;
    z-index: 2; }
    .pdp_ctl_wrap .pdp_arrow_scroller .pdp_left_arrow {
      margin-top: 155px;
      position: absolute;
      left: 0; }
      .pdp_ctl_wrap .pdp_arrow_scroller .pdp_left_arrow a {
        width: 30px;
        height: 30px;
        background-position: -160px -208px;
        display: inline-block !important;
        text-indent: -9999px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .pdp_ctl_wrap .pdp_arrow_scroller .pdp_right_arrow {
      margin-top: 155px;
      position: absolute;
      right: 0; }
      .pdp_ctl_wrap .pdp_arrow_scroller .pdp_right_arrow a {
        width: 30px;
        height: 30px;
        background-position: -196px -208px;
        display: inline-block !important;
        text-indent: -9999px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .pdp_ctl_wrap .pdp_arrow_scroller span a:hover {
      opacity: 0.7; }
  .pdp_ctl_wrap .pdp_ctl {
    margin: 10px 0;
    width: 960px;
    height: 340px;
    background: white;
    border-top: 1px solid #e1e1e1; }
  .pdp_ctl_wrap .pdp_ctl_grid {
    width: 840px;
    margin: 0 auto;
    padding: 28px 0px;
    overflow: hidden; }
    .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item {
      width: 151px;
      height: 282px;
      display: block;
      margin: 0 8px; }
      .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item img:hover {
        opacity: 0.6;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }
      .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #717171;
        letter-spacing: 0.125em;
        font-size: 13px;
        line-height: 1.5;
        text-transform: uppercase;
        margin: 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a {
          color: #717171; }
          .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a:hover {
            text-decoration: underline; }
        .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a {
          color: black !important;
          font-size: 12px !important; }
        .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a:hover {
          text-decoration: underline; }
      .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .price {
        font-size: 13px;
        font-weight: bold;
        color: black; }
      .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .discount_price {
        font-size: 13px;
        text-decoration: line-through;
        color: #aaa;
        margin-right: 5px; }
      .pdp_ctl_wrap .pdp_ctl_grid .pdp_ctl_item .original_price {
        font-family: "Karla", Arial, sans-serif;
        color: #aaa;
        font-size: 15px;
        margin: 0 0 0 8px; }

.pdp_review_area {
  float: left;
  width: 595px;
  margin: 0 10px 0 0;
  padding-right: 20px; }
  .pdp_review_area .pdp_review_title, .pdp_review_area h4 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    display: inline;
    letter-spacing: .120em; }
    .pdp_review_area .pdp_review_title a, .pdp_review_area h4 a {
      color: black; }
    .pdp_review_area .pdp_review_title span, .pdp_review_area h4 span {
      color: black; }
    .pdp_review_area .pdp_review_title.review_stat, .pdp_review_area h4.review_stat {
      font-size: 15px; }
    .pdp_review_area .pdp_review_title.pdp_write_review a, .pdp_review_area h4.pdp_write_review a {
      color: black; }
    .pdp_review_area .pdp_review_title.pdp_write_review a:hover, .pdp_review_area h4.pdp_write_review a:hover {
      border-bottom: 2px solid black; }
  .pdp_review_area .title_semi {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .pdp_review_area .pdp_review_stars {
    display: inline;
    margin: 0 10px 0 5px; }
    .pdp_review_area .pdp_review_stars li {
      display: inline-block !important;
      background-position: -262px -102px;
      width: 15px;
      height: 15px;
      text-indent: -9999px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_review_area .pdp_review_stars .full_star {
      background-position: -262px -118px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_review_area .pdp_review_stars .half_star {
      background-position: -262px -133px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .pdp_review_area .pdp_review_dash {
    margin: 10px 0; }
    .pdp_review_area .pdp_review_dash .pdp_review_dash_left {
      float: left; }
    .pdp_review_area .pdp_review_dash .sep_diamond {
      display: inline-block !important;
      background-position: -7px -28px;
      width: 15px;
      height: 15px;
      padding: 2px;
      margin: 0 5px;
      text-indent: -9999px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_review_area .pdp_review_dash .pdp_write_review_box {
      float: right; }
  .pdp_review_area .pdp_review_dash2 {
    margin: 20px 0;
    width: 600px; }
    .pdp_review_area .pdp_review_dash2 .reviews_total {
      float: left;
      display: block; }
    .pdp_review_area .pdp_review_dash2 .review_sort:hover .review_sort_dropdown {
      display: block; }
    .pdp_review_area .pdp_review_dash2 .review_sort {
      position: relative;
      display: block;
      float: right;
      padding: 0 24px 5px 0; }
      .pdp_review_area .pdp_review_dash2 .review_sort p {
        font-size: 13px;
        display: inline-block; }
      .pdp_review_area .pdp_review_dash2 .review_sort h4 a {
        color: black; }
      .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_box {
        display: inline-block;
        width: 105px;
        margin-left: 10px;
        font-size: 12px;
        cursor: pointer; }
        .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_box a {
          width: 100%;
          height: auto; }
      .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_box:after {
        content: "";
        background-position: -7px -8px;
        width: 13px;
        display: inline-block !important;
        height: 11px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
      .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_dropdown {
        display: none;
        position: absolute;
        width: 170px;
        border: 1px solid #ddd;
        min-height: 50px;
        right: 20px;
        top: 20px;
        background: white; }
        .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_dropdown ul {
          padding: 20px;
          margin-left: 20px; }
          .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_dropdown ul li {
            padding: 3px 0;
            font-size: 13px; }
            .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_dropdown ul li a {
              color: #aaa; }
            .pdp_review_area .pdp_review_dash2 .review_sort .review_sort_dropdown ul li a:hover {
              font-weight: bold;
              color: black;
              text-decoration: underline; }
  .pdp_review_area .review_first {
    display: block;
    margin: 20px 0; }
    .pdp_review_area .review_first a {
      color: black; }
    .pdp_review_area .review_first a:hover {
      border-bottom: 2px solid black; }
  .pdp_review_area .review_post {
    margin: 20px 0; }
    .pdp_review_area .review_post .pdp_review_title, .pdp_review_area .review_post h4 {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .120em;
      color: black; }
    .pdp_review_area .review_post .reviewer_name_loc {
      float: left; }
      .pdp_review_area .review_post .reviewer_name_loc .reviewer_location {
        letter-spacing: .120em;
        color: black;
        padding: 0 10px; }
    .pdp_review_area .review_post .reviewer_star_number {
      float: right; }
    .pdp_review_area .review_post .reviewer_body_spec {
      float: left;
      margin: 10px 0; }
      .pdp_review_area .review_post .reviewer_body_spec .pdp_review_title, .pdp_review_area .review_post .reviewer_body_spec h4 {
        font-size: 11px;
        color: #717171; }
    .pdp_review_area .review_post .reviewer_suggest {
      float: right;
      margin: 10px 0; }
      .pdp_review_area .review_post .reviewer_suggest .pdp_review_title, .pdp_review_area .review_post .reviewer_suggest h4 {
        font-size: 11px;
        color: #717171; }
    .pdp_review_area .review_post .reviewer_text p {
      font-size: 12px;
      line-height: 1.7; }
  .pdp_review_area .review_pagination ul {
    margin: 10px 0; }
    .pdp_review_area .review_pagination ul .page_active a {
      color: black;
      text-decoration: underline; }
    .pdp_review_area .review_pagination ul li {
      display: inline;
      margin: 0 5px; }
      .pdp_review_area .review_pagination ul li a {
        color: #717171; }
      .pdp_review_area .review_pagination ul li a:hover {
        color: black;
        text-decoration: underline; }

.pdp_scene_spotted {
  float: left;
  width: 355px;
  min-height: 300px; }
  .pdp_scene_spotted .title_semi {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .pdp_scene_spotted .title_semi .revme_inst {
      background-position: -59px -29px;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      background-size: 175px;
      display: inline-block !important;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_scene_spotted .title_semi .revme_tw {
      background-position: -77px -29px;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      background-size: 175px;
      display: inline-block !important;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .pdp_scene_spotted .revme_txt {
    font-size: 12px !important;
    color: black !important;
    letter-spacing: 0.11em !important;
    line-height: 1.3;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .pdp_scene_spotted .revme_txt a {
      color: #717171; }
      .pdp_scene_spotted .revme_txt a:hover {
        text-decoration: underline; }
    .pdp_scene_spotted .revme_txt img {
      display: inline-block;
      vertical-align: middle; }
  .pdp_scene_spotted p {
    margin: 5px 0; }
  .pdp_scene_spotted .scene_spotted_nav a {
    display: inline-block;
    margin: 15px 0; }
    .pdp_scene_spotted .scene_spotted_nav a img:hover {
      opacity: 0.6;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

.pdp_scene_spotted_grid {
  margin: 10px 0; }
  .pdp_scene_spotted_grid ul li {
    float: left;
    margin-right: 5px; }
    .pdp_scene_spotted_grid ul li.grid_right {
      margin: 0; }
    .pdp_scene_spotted_grid ul li .grid_ig {
      position: absolute;
      margin-top: 137px;
      margin-left: 136px;
      background-position: -211px -650px;
      text-indent: -9999px;
      width: 29px;
      height: 29px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .pdp_scene_spotted_grid ul li .grid_ig:hover {
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block;
      background-position: -211px -688px; }

#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000; }

#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .129em; }

.defaultTheme {
  background: url(../i/pdp/tooltip_plus.png) #999999 no-repeat 18px 18px;
  opacity: 0.8;
  color: white;
  margin: 0;
  padding: 20px 35px 20px 50px; }

.pdp_zoomed_product_wrap {
  position: relative; }
  .pdp_zoomed_product_wrap .pdp_zoomed_closebtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    float: right; }
    .pdp_zoomed_product_wrap .pdp_zoomed_closebtn a {
      display: inline-block !important;
      width: 48px;
      height: 48px;
      text-indent: -999px;
      overflow: hidden;
      background-position: -193px -76px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
      .pdp_zoomed_product_wrap .pdp_zoomed_closebtn a:hover {
        opacity: 0.5; }
  .pdp_zoomed_product_wrap .pdp_zoomed_product {
    max-width: 960px;
    position: relative; }
    .pdp_zoomed_product_wrap .pdp_zoomed_product img {
      width: 100%;
      min-width: 620px; }

h1, .popup_title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .139em;
  color: black; }
  h1 a, .popup_title a {
    color: #717171; }
    h1 a:hover, .popup_title a:hover {
      text-decoration: underline; }

.popup_semi_title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .139em;
  color: black; }
  .popup_semi_title a {
    color: #717171; }
    .popup_semi_title a:hover {
      text-decoration: underline; }

.popup_closebtn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  float: right;
  margin-top: 8px;
  margin-right: 6px; }
  .popup_closebtn a {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    background-position: -219px -45px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
    .popup_closebtn a:hover {
      opacity: 0.5; }

.pdp_review_popup {
  margin: 0 auto;
  width: 960px;
  height: 780px;
  background: white;
  border: 1px solid #ccc; }
  .pdp_review_popup .pdp_review_popup_inner {
    position: relative;
    padding-top: 50px; }

.pdp_review_left_area {
  float: left;
  width: 250px; }
  .pdp_review_left_area .pdp_review_product {
    width: 230px;
    margin: 0 auto; }
    .pdp_review_left_area .pdp_review_product img {
      width: 230px;
      margin: 0 auto; }
    .pdp_review_left_area .pdp_review_product .pdp_review_product_info {
      margin: 10px 0; }
      .pdp_review_left_area .pdp_review_product .pdp_review_product_info p {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .129em;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: black; }

.pdp_review_right_area {
  width: 700px;
  float: left; }
  .pdp_review_right_area .rating_wrap {
    height: auto;
    width: 550px; }
    .pdp_review_right_area .rating_wrap .hover-test {
      color: black; }
      .pdp_review_right_area .rating_wrap .hover-test .errortext {
        color: #91292e !important; }

/*//----------------------//*/
/*- STAR RATING CSS START -*/
/*//--------------------//*/
div.star-rating {
  float: left;
  width: 36px;
  height: 36px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 18px; }

div.star-rating, div.star-rating a {
  background-position: -251px -156px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }

div.star-rating a {
  display: block;
  width: 36px;
  height: 100%;
  background-position: -251 -156px;
  border: 0; }

div.star-rating-on a {
  background-position: -251px -193px !important; }

div.star-rating-hover a {
  background-position: -251px -193px; }

/* Error CSS */
div.star-rating-error a {
  display: block;
  width: 36px;
  height: 100%;
  background-position: -251px -229px;
  border: 0; }

/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important; }

/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

.star-rating-control {
  display: block;
  height: 70px;
  overflow: hidden;
  width: 646px; }

/* END jQuery.Rating Plugin CSS */
/*//--------------------//*/
/*- STAR RATING CSS END -*/
/*//------------------//*/
.size_recommend {
  min-width: 200px;
  display: block;
  padding: 27px 0 31px 3px;
  margin-bottom: 3px;
  float: left; }
  .size_recommend p {
    text-transform: uppercase;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: .120em;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 17px; }
  .size_recommend .size_rec_radio {
    display: block; }
    .size_recommend .size_rec_radio label {
      font-size: 14px;
      color: black; }
    .size_recommend .size_rec_radio input {
      float: left; }
  .size_recommend .radio_list {
    display: block;
    margin-top: 5px;
    width: 230px;
    overflow: hidden; }
    .size_recommend .radio_list li {
      display: block;
      line-height: 26px;
      margin: 10px 0; }

/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  width: 23px;
  height: 22px;
  background: url(../i/pdp/square.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left; }

.icheckbox_square {
  background-position: -120px 0; }

.icheckbox_square.hover {
  background-position: -144px 0; }

.icheckbox_square.checked {
  background-position: -168px 0; }

.icheckbox_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.icheckbox_square.checked.disabled {
  background-position: -216px 0; }

.iradio_square {
  background-position: -120px 0; }

.iradio_square.hover {
  background-position: -144px 0; }

.iradio_square.checked {
  background-position: -168px 0; }

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square.checked.disabled {
  background-position: -216px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square,
  .iradio_square {
    background-image: url(../i/pdp/square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }
.review_real_talk h1 {
  color: black; }
.review_real_talk p {
  margin: 10px 0;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  letter-spacing: .1em; }

.review_real_talk_txtbox {
  margin: 20px 0; }
  .review_real_talk_txtbox .review_text_box {
    width: 670px;
    text-align: left;
    text-indent: 0;
    white-space: normal;
    height: 108px;
    border: 1px solid #dddddd;
    padding: 19px 15px 5px;
    font: 12px "Karla", Arial, sans-serif;
    color: black;
    margin-bottom: 15px;
    background-color: #fff;
    resize: none; }
  .review_real_talk_txtbox .pdp_review_input_boxes {
    width: 230px;
    float: left; }
    .review_real_talk_txtbox .pdp_review_input_boxes label {
      font: 14px "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .139em;
      color: black;
      display: block; }
      .review_real_talk_txtbox .pdp_review_input_boxes label span {
        font-family: "Karla", Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0;
        color: #717171; }
    .review_real_talk_txtbox .pdp_review_input_boxes input {
      width: 210px;
      border: 1px solid #ddd; }
    .review_real_talk_txtbox .pdp_review_input_boxes .errortextbox {
      background: #EDDADA;
      border: 1px solid red; }
  .review_real_talk_txtbox .pdp_review_submit {
    margin: 20px 0;
    position: relative; }
    .review_real_talk_txtbox .pdp_review_submit input {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .159em;
      color: white;
      background: black;
      text-align: center;
      padding: 20px 70px;
      font-size: 14px;
      border: none;
      display: inline-block; }
    .review_real_talk_txtbox .pdp_review_submit input:hover {
      background: #717171;
      color: white;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
  .review_real_talk_txtbox .review_submit_errormsg {
    font: 14px "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .139em;
    color: #91292E;
    margin-left: 20px; }

.pdp_review_landing {
  margin: 0 auto;
  width: 960px; }
  .pdp_review_landing .pdp_review_landing_header {
    margin: 40px 0; }
    .pdp_review_landing .pdp_review_landing_header h1 {
      text-align: center; }
    .pdp_review_landing .pdp_review_landing_header .review_keyline {
      width: 80px;
      margin: 30px auto; }
    .pdp_review_landing .pdp_review_landing_header h2 {
      text-align: center;
      font-family: "Karla", Arial, sans-serif;
      font-size: 20px;
      color: black; }
  .pdp_review_landing .pdp_review_item {
    display: block;
    clear: both;
    padding: 70px 0 40px;
    border-bottom: 1px solid #ddd; }
  .pdp_review_landing h1 {
    font-size: 22px;
    color: black;
    letter-spacing: .139em; }
  .pdp_review_landing .pdp_review_left_area {
    float: left;
    width: 250px; }
    .pdp_review_landing .pdp_review_left_area .pdp_review_product {
      width: 230px; }
      .pdp_review_landing .pdp_review_left_area .pdp_review_product img {
        width: 230px; }
      .pdp_review_landing .pdp_review_left_area .pdp_review_product .pdp_review_product_info {
        margin: 10px 0; }
        .pdp_review_landing .pdp_review_left_area .pdp_review_product .pdp_review_product_info p {
          text-align: center;
          text-transform: uppercase;
          letter-spacing: .129em;
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          color: black; }
  .pdp_review_landing .pdp_review_right_area {
    width: 700px;
    float: left; }
    .pdp_review_landing .pdp_review_right_area .rating_wrap {
      height: auto;
      width: 550px; }

.pdp_size_box .fp-root[data-fp-ui=white] > .fp-label > h1 {
  font-weight: normal !important; }

/* MEDIA QUERIES ------------------------------ */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .pdp_left_area {
    width: 430px; }

  .pdp_main_img {
    width: 380px;
    height: 739px; }
    .pdp_main_img img {
      width: 100%;
      height: auto; }

  .pdp_main_img_thumbs {
    top: 8px;
    left: 8px;
    width: 50px; }
    .pdp_main_img_thumbs ul li img {
      width: 50px !important;
      height: 77px !important; }

  .pdp_thumb_zoom a {
    width: 50px;
    height: 30px;
    background-position: -123px -88px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .pdp_thumb_zoom img {
    width: 50px;
    height: auto; }

  .designer_brand h2 {
    font-size: 12px; }

  .product_name h1 {
    font-size: 18px; }

  .pdp_right_area {
    width: 305px;
    margin: 10px 0 0 10px; }
    .pdp_right_area .price_box .price,
    .pdp_right_area .price_box .original_price,
    .pdp_right_area .price_box .discount_price {
      font-size: 18px; }

  .title_semi {
    font-size: 12px; }

  .pdp_color .sizecolortitle,
  .pdp_size_box .sizecolortitle {
    font-size: 12px; }

  .pdp_product_info .product_info_title {
    font-size: 12px; }

  .live_chat {
    display: block;
    margin: 20px 0 0 0; }
    .live_chat.po_livechat {
      margin: 0 0 0 10px; }

  .pdp_ctl_wrap {
    width: 750px;
    height: 315px; }
    .pdp_ctl_wrap .pdp_arrow_scroller {
      width: 720px; }
    .pdp_ctl_wrap .pdp_ctl {
      width: 745px; }
      .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid {
        width: 640px; }
        .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item {
          width: 115px; }

  .pdp_review_area {
    width: 750px;
    margin: 0 10px;
    padding-right: 20px; }
    .pdp_review_area .pdp_review_dash {
      margin: 10px 0; }
      .pdp_review_area .pdp_review_dash .pdp_write_review_box {
        float: right; }
        .pdp_review_area .pdp_review_dash .pdp_write_review_box .pdp_write_review a {
          color: black; }
        .pdp_review_area .pdp_review_dash .pdp_write_review_box .pdp_write_review a:hover {
          border-bottom: 2px solid black; }
    .pdp_review_area .pdp_review_dash2 {
      margin: 20px 0;
      width: 755px; }

  .pdp_scene_spotted {
    width: 75%;
    margin: 30px 0 0 10px; }
    .pdp_scene_spotted .pdp_scene_spotted_grid ul li {
      margin-right: 10px;
      margin-bottom: 10px; }
      .pdp_scene_spotted .pdp_scene_spotted_grid ul li.grid_right {
        margin-right: 10px;
        margin-bottom: 10px; }

  .pdp_review_popup {
    margin-top: 15px;
    width: 700px;
    height: 820px; }
    .pdp_review_popup h1 {
      font-size: 18px; }
    .pdp_review_popup .pdp_review_left_area {
      width: 150px; }
      .pdp_review_popup .pdp_review_left_area .pdp_review_product {
        width: 150px; }
        .pdp_review_popup .pdp_review_left_area .pdp_review_product img {
          width: 150px; }
        .pdp_review_popup .pdp_review_left_area .pdp_review_product .pdp_review_product_info {
          margin: 10px 0; }
          .pdp_review_popup .pdp_review_left_area .pdp_review_product .pdp_review_product_info p {
            font-size: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
    .pdp_review_popup .pdp_review_right_area {
      width: 540px;
      float: left; }
      .pdp_review_popup .pdp_review_right_area .rating_wrap {
        height: auto;
        width: 540px; }

  .review_real_talk p {
    font-size: 12px; }

  .review_real_talk_txtbox {
    margin: 20px 0; }
    .review_real_talk_txtbox .review_text_box {
      width: 520px; }
    .review_real_talk_txtbox .pdp_review_input_boxes {
      margin: 10px 0; }
      .review_real_talk_txtbox .pdp_review_input_boxes label {
        font: 13px "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
        .review_real_talk_txtbox .pdp_review_input_boxes label span {
          font-family: "Karla", Arial, sans-serif;
          font-size: 12px;
          letter-spacing: 0;
          color: black; }

  .size_recommend {
    min-width: 160px; }
    .size_recommend p {
      font-size: 12px; }
    .size_recommend .size_rec_radio label {
      font-size: 12px; }
    .size_recommend .radio_list {
      width: 177px; }
      .size_recommend .radio_list li {
        margin: 5px 0; }

  .star-rating-control {
    width: 400px; }

  .pdp_review_landing {
    margin: 0 auto;
    width: 760px; }
    .pdp_review_landing h1 {
      font-size: 18px; }
    .pdp_review_landing .pdp_review_left_area {
      float: left;
      width: 160px; }
      .pdp_review_landing .pdp_review_left_area .pdp_review_product {
        width: 160px; }
        .pdp_review_landing .pdp_review_left_area .pdp_review_product img {
          width: 160px; }
        .pdp_review_landing .pdp_review_left_area .pdp_review_product .pdp_review_product_info p {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
    .pdp_review_landing .pdp_review_right_area {
      width: 595px;
      padding-left: 20px; }
      .pdp_review_landing .pdp_review_right_area .rating_wrap {
        height: auto;
        width: 540px; } }
/* end media querie ------------------------------ */
/*-- Gift cert CSS --*/
.gc_wrap {
  background-color: #fff;
  width: 960px;
  padding-bottom: 60px; }

.gc_box {
  width: 572px;
  height: 699px;
  background-color: #000;
  text-align: center;
  padding-top: 80px; }

.gc_page_left {
  width: 572px;
  float: left;
  display: inline-block;
  margin-right: 26px; }
  .gc_page_left .pdp_social_links {
    text-align: center;
    margin-top: 16px; }

.gc_right {
  display: inline-block;
  width: 358px;
  color: #000; }
  .gc_right .pdp_addtobag .live_chat {
    margin-left: 40px; }
    .gc_right .pdp_addtobag .live_chat.po_livechat {
      margin: 0 0 0 10px; }

.gc_right h3 {
  font-size: 12px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 18px; }

.gc_right .icheck_gift .gc_options li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px; }

.gc_right ul {
  width: 369px;
  overflow: hidden; }
  .gc_right ul li label {
    text-transform: uppercase; }

.gc_right .gc_values ul li {
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 5px; }

.gc_select_messaging {
  color: #9f1d1d;
  display: block;
  margin-bottom: 36px; }

.gc_email h3 {
  font-size: 13px;
  font-family: "Karla", Arial, sans-serif;
  color: #717171;
  text-transform: none;
  margin-bottom: 12px;
  letter-spacing: .02px; }

.co_gift_options {
  margin-bottom: 15px; }

.co_gift_options .gc_email_pop h3 {
  font-size: 13px;
  font-family: "Karla", Arial, sans-serif;
  color: #717171;
  text-transform: none;
  margin-bottom: 12px;
  letter-spacing: .02px;
  float: left; }

.co_gift_options .sb_grey {
  margin-bottom: 14px; }
  .co_gift_options .sb_grey .sbSelector {
    font-size: 14px;
    font-weight: normal;
    font-family: "Karla", Arial, sans-serif;
    line-height: 27px; }
  .co_gift_options .sb_grey label {
    font-size: 14px; }

.gc_email input {
  font-size: 14px;
  color: #646464;
  background-color: #eeeeee;
  border: 1px solid #b7b7b7;
  width: 350px;
  padding: 10px 15px;
  margin-bottom: 10px; }

.gc_email_pop input {
  font-size: 14px;
  color: #646464;
  background-color: #eeeeee;
  border: 1px solid #b7b7b7;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px; }

.gc_section_header {
  margin-bottom: 18px;
  margin-top: 32px;
  letter-spacing: .139em; }

.gc_right h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase; }

.gc_section_header {
  margin-top: 18px; }

.gc_amount_lrg {
  color: #fff;
  font-size: 60px;
  line-height: 110px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .139em; }

.gc_card_header {
  text-align: center;
  height: 132px;
  display: inline-block;
  margin-bottom: 30px; }

.gift_cert_msg_box {
  width: 326px;
  height: 148px;
  resize: none;
  padding: 12px 12px 30px;
  background-color: #000;
  border: 1px solid #313131;
  text-align: left;
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 18px;
  color: #a6a6a6;
  margin-bottom: 14px; }

.gift_cert_msg_box.focused {
  width: 326px;
  height: 148px;
  resize: none;
  padding: 12px 12px 30px;
  background-color: #000;
  border: 1px solid #313131;
  text-align: center;
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 18px;
  color: #fff;
  margin-bottom: 14px; }

.gift_cert_countchars_wrap {
  margin-top: -40px;
  margin-bottom: 45px; }

.icheck_gift input {
  float: left; }

.gift_cert_cta {
  display: block;
  height: 46px;
  width: 146px;
  background-color: black;
  /*rounded*/
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  margin-top: 30px; }

.gift_cert_cta a {
  width: 100%;
  height: 100%;
  display: block; }

.gift_cert_cta a:hover {
  background-color: #717171;
  text-decoration: none; }

.checkout_wrap .co_gift_options .gift_cert_countchars_wrap {
  margin: 0px;
  text-align: right;
  font-size: 14px; }

.checkout_wrap .co_gift_options .gift_cert_msg_box {
  background: none repeat scroll 0 0 #EAEAEA;
  border: 1px solid #E1E1E1;
  color: #676767;
  font-size: 14px;
  font-family: "Karla", Arial, sans-serif;
  height: 148px;
  margin-bottom: 14px;
  margin-top: 0px;
  padding: 12px 12px 30px;
  resize: none;
  text-align: left;
  width: 100%; }

.checkout_wrap .co_gift_options .gc_amount_wrap {
  background-color: #000;
  height: 200px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 10px; }
  .checkout_wrap .co_gift_options .gc_amount_wrap .gc_amount_lrg {
    font-size: 50px;
    line-height: 95px; }
  .checkout_wrap .co_gift_options .gc_amount_wrap img {
    display: block;
    margin: 0 auto; }

.checkout_wrap .co_gift_options .gc_options {
  padding: 0px;
  margin: 0px; }
  .checkout_wrap .co_gift_options .gc_options li {
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 30px; }
    .checkout_wrap .co_gift_options .gc_options li label {
      color: #000;
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      display: inline; }

/*GC icheck css*/
/* iCheck plugin Line skin
----------------------------------- */
.icheckbox_line,
.iradio_line {
  position: relative;
  display: block;
  margin: 0;
  /* padding: 5px 15px 5px 38px;*/
  color: #717171;
  cursor: pointer;
  height: 25px;
  width: 116px;
  border: 1px solid #f0f0f0;
  font: 14px/22px "Karla", Arial, sans-serif;
  text-align: center; }

.icheckbox_line .icheck_line-icon,
.iradio_line .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(line.png) no-repeat;
  border: none; }

.icheckbox_line.hover,
.icheckbox_line.checked.hover,
.iradio_line.hover {
  background: #c3c3c3;
  color: #000;
  text-decoration: underline; }

.icheckbox_line.checked,
.iradio_line.checked {
  background: #c3c3c3;
  color: #000;
  text-decoration: underline; }

.icheckbox_line.checked .icheck_line-icon,
.iradio_line.checked .icheck_line-icon {
  background-position: -15px 0; }

.icheckbox_line.disabled,
.iradio_line.disabled {
  background: #ccc;
  cursor: default; }

.icheckbox_line.disabled .icheck_line-icon,
.iradio_line.disabled .icheck_line-icon {
  background-position: -30px 0; }

.icheckbox_line.checked.disabled,
.iradio_line.checked.disabled {
  background: #ccc; }

.icheckbox_line.checked.disabled .icheck_line-icon,
.iradio_line.checked.disabled .icheck_line-icon {
  background-position: -45px 0; }

.icheckbox_square,
.iradio_square {
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  width: 23px;
  height: 22px;
  background: url(../i/square.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left; }

.icheckbox_square {
  background-position: -120px 0; }

.icheckbox_square.hover {
  background-position: -144px 0; }

.icheckbox_square.checked {
  background-position: -168px 0; }

.icheckbox_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.icheckbox_square.checked.disabled {
  background-position: -216px 0; }

.iradio_square {
  background-position: -120px 0; }

.iradio_square.hover {
  background-position: -144px 0; }

.iradio_square.checked {
  background-position: -168px 0; }

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square.checked.disabled {
  background-position: -216px 0; }

.findsize {
  min-width: 500px;
  height: auto;
  padding: 25px;
  margin: 0 auto; }
  .findsize .title_semi {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0; }
  .findsize .select_size_inner {
    width: 80%;
    margin: 20px auto 0; }
  .findsize p {
    text-align: center; }
  .findsize .select_size_row {
    margin: 20px 0 10px; }
    .findsize .select_size_row .round_number {
      display: inline-block;
      vertical-align: middle;
      background: black;
      width: 25px;
      height: 25px;
      padding: 5px;
      margin: 0 10px 0 -40px;
      color: white;
      font-size: 14px;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
    .findsize .select_size_row .size_label {
      display: inline-block;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      color: black; }
    .findsize .select_size_row .pdp_sizes {
      display: inline-block;
      margin: 0 0 0 10px; }
    .findsize .select_size_row .email_field {
      display: block;
      width: 100%;
      margin: 10px 0; }
    .findsize .select_size_row .co_cta {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 15px 10px;
      color: #FFF !important;
      background: #000;
      width: 100%; }
      .findsize .select_size_row .co_cta a {
        color: #717171; }
        .findsize .select_size_row .co_cta a:hover {
          text-decoration: underline; }
      .findsize .select_size_row .co_cta:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out; }
    .findsize .select_size_row p {
      text-align: left;
      margin: 5px 0 15px; }
    .findsize .select_size_row .error_stock {
      display: block;
      color: #a53838;
      margin: 5px 0; }
    .findsize .select_size_row .unavailable {
      color: #a6a6a6 !important; }
    .findsize .select_size_row .unavailable_cta {
      background: #a6a6a6 !important; }
  .findsize .or_divider {
    text-align: center;
    display: inline-block;
    margin: 15px 0;
    width: 100%; }
    .findsize .or_divider .or_word {
      width: 10%;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
    .findsize .or_divider .or_line {
      width: 43%;
      display: inline-block;
      border-bottom: 1px solid #ccc;
      vertical-align: middle; }
  .findsize .specialorder_inner {
    width: 95%;
    margin: 0 auto; }
    .findsize .specialorder_inner .title_semi {
      text-align: left; }
    .findsize .specialorder_inner p {
      text-align: left; }
    .findsize .specialorder_inner .size_label.product {
      font-size: 14px; }
    .findsize .specialorder_inner .size_rec_radio td {
      vertical-align: middle;
      margin: 5px 0;
      padding: 5px 0; }
    .findsize .specialorder_inner .size_rec_radio th {
      padding: 5px 0; }
    .findsize .specialorder_inner .select_size_row .email_field {
      width: 70%; }
    .findsize .specialorder_inner .select_size_row .special_how {
      margin: 15px 0; }
      .findsize .specialorder_inner .select_size_row .special_how li {
        margin: 0 0 0 15px;
        list-style-type: disc; }
    .findsize .specialorder_inner .or_line {
      width: 100%; }
    .findsize .specialorder_inner .co_cta {
      width: 70%; }
    .findsize .specialorder_inner .error_stock {
      display: block;
      color: #a53838;
      margin: 8px 0;
      line-height: 1.2; }

/* Hero Image text */
.plp_hero_txt {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  /* Half the width */
  text-align: center; }
  .plp_hero_txt h1 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 55px;
    letter-spacing: .140em;
    line-height: 46px; }
  .plp_hero_txt h2 {
    font-family: "Karla", Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px; }

/*Hero Image Text END*/
.plp_main_title h1 {
  color: black;
  font-size: 22px;
  letter-spacing: .139em;
  text-transform: uppercase; }
.plp_main_title h1:after {
  border-bottom: 1px solid #cccccc;
  content: "";
  display: block;
  margin-bottom: 5px;
  margin-left: -10px;
  width: 50px;
  height: 12px; }
.plp_main_title span {
  font-family: "Karla", Arial, sans-serif;
  font-size: 22px;
  margin-left: 20px;
  line-height: 13px; }
.plp_main_title span {
  font-family: "Karla", Arial, sans-serif;
  font-size: 22px;
  margin-left: 20px;
  line-height: 13px; }

.plp_filters_title h2, .plp_filters_title .subtitle {
  color: black;
  font-size: 22px;
  letter-spacing: .139em;
  text-indent: 10px; }
.plp_filters_title h2:after, .plp_filters_title .subtitle:after {
  border-bottom: 1px solid #cccccc;
  content: "";
  display: block;
  margin-bottom: 5px;
  height: 8px; }

.plp_filters_applied {
  margin-top: 15px;
  margin-bottom: 40px; }
  .plp_filters_applied .applied {
    display: block;
    width: 100%;
    color: #717171;
    background-color: silver;
    border: 1px solid gray;
    padding: 2px 5px;
    margin-bottom: 10px; }

.plp_filter_title {
  margin-bottom: 20px; }
  .plp_filter_title h2, .plp_filter_title .subtitle {
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0.139em !important;
    text-indent: 10px;
    color: black !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .plp_filter_title h2 a, .plp_filter_title .subtitle a {
      color: #717171; }
      .plp_filter_title h2 a:hover, .plp_filter_title .subtitle a:hover {
        text-decoration: underline; }
  .plp_filter_title h2:after, .plp_filter_title .subtitle:after {
    border-bottom: 1px solid #cccccc;
    content: "";
    display: block;
    margin-bottom: 5px;
    height: 8px; }
  .plp_filter_title span {
    width: 8px;
    height: 6px;
    overflow: hidden;
    display: block;
    background: url(../i/arrow_sprite.png) center -67px;
    float: right;
    margin-right: 3px;
    margin-top: 3px; }
  .plp_filter_title span.down {
    width: 8px;
    height: 6px;
    overflow: hidden;
    display: block;
    background: url(../i/arrow_sprite.png) center -27px;
    margin-right: 3px;
    float: right;
    margin-top: 3px; }

.plp_filter_wrap_space {
  margin-bottom: 12px; }

.plp_filter_date_wrap {
  margin-bottom: 40px; }

.plp_filter_markdown_wrap {
  margin-bottom: 40px; }

.plp_filter_category_wrap {
  margin-bottom: 40px; }

.plp_filter_category_results_wrap {
  margin-bottom: 40px;
  max-height: 480px;
  overflow-y: scroll; }

.plp_filter_style_wrap {
  margin-bottom: 40px; }

.plp_filter_designers_wrap {
  /*height: 290px;*/
  margin-bottom: 40px; }
  .plp_filter_designers_wrap .plp_filter_designers_list {
    height: 480px;
    overflow-y: scroll; }
  .plp_filter_designers_wrap .rev_search {
    width: 187px;
    margin-top: 8px;
    margin-bottom: 30px; }
    .plp_filter_designers_wrap .rev_search .plp_des_search_input {
      background-color: #eeeeee;
      border: 1px solid #dbdbdb;
      width: 187px;
      padding-right: 0px; }
    .plp_filter_designers_wrap .rev_search input.search_submit {
      text-indent: -9999px;
      background: url(../i/search_submit.png) center center no-repeat;
      border: 0;
      width: 30px;
      margin-left: -35px; }

.plp_sizes {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 9px; }
  .plp_sizes ul.plp_size_ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 2px 0; }
    .plp_sizes ul.plp_size_ul li a {
      font-size: 14px;
      color: #717171;
      text-align: center;
      padding: 3px 8px;
      display: block;
      background: white; }
    .plp_sizes ul.plp_size_ul li a:hover {
      font-weight: bold;
      color: black;
      text-decoration: underline;
      background: #eee;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

.plp_filter_ul {
  text-indent: 10px;
  /* For Denim */
  /*Denim end*/ }
  .plp_filter_ul li {
    line-height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .plp_filter_ul li a {
      color: #717171;
      width: 126px;
      height: 23px; }
    .plp_filter_ul li a.active {
      color: black;
      text-decoration: underline;
      /* background: #eee;*/ }
    .plp_filter_ul li a:hover {
      color: black;
      text-decoration: underline; }
  .plp_filter_ul .filter_dd_black a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat 0 0; }
  .plp_filter_ul .filter_dd_white a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -126px 0; }
  .plp_filter_ul .filter_dd_blue a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -252px 0; }
  .plp_filter_ul .filter_dd_brown a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -378px 0; }
  .plp_filter_ul .filter_dd_gray a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -504px 0; }
  .plp_filter_ul .filter_dd_green a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat 0 -23px; }
  .plp_filter_ul .filter_dd_orange a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -126px -23px; }
  .plp_filter_ul .filter_dd_pink a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -252px -23px; }
  .plp_filter_ul .filter_dd_red a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -378px -23px; }
  .plp_filter_ul .filter_dd_purple a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -504px -23px; }
  .plp_filter_ul .filter_dd_yellow a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat 0 -46px; }
  .plp_filter_ul .filter_dd_neon a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -126px -46px; }
  .plp_filter_ul .filter_dd_neutral a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -252px -46px; }
  .plp_filter_ul .filter_dd_animal a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -378px -46px; }
  .plp_filter_ul .filter_dd_abstract a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -504px -46px; }
  .plp_filter_ul .filter_dd_plaid a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat 0 -69px; }
  .plp_filter_ul .filter_dd_floral a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -126px -69px; }
  .plp_filter_ul .filter_dd_geo a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -252px -69px; }
  .plp_filter_ul .filter_dd_metal a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -378px -69px; }
  .plp_filter_ul .filter_dd_tiedye a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat -504px -69px; }
  .plp_filter_ul .filter_dd_stripes a {
    background: url(../i/plp_filter_swatch_sprite.jpg) no-repeat 0 -92px; }
  .plp_filter_ul .filter_dd_denim_1 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -126px -23px; }
  .plp_filter_ul .filter_dd_denim_2 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -126px 0; }
  .plp_filter_ul .filter_dd_denim_3 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -504px -23px; }
  .plp_filter_ul .filter_dd_denim_4 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -378px -23px; }
  .plp_filter_ul .filter_dd_denim_5 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -252px -23px; }
  .plp_filter_ul .filter_dd_denim_6 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -252px top; }
  .plp_filter_ul .filter_dd_denim_7 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -126px top; }
  .plp_filter_ul .filter_dd_denim_8 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -378px top; }
  .plp_filter_ul .filter_dd_denim_9 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -252px -69px; }
  .plp_filter_ul .filter_dd_denim_10 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -126px -46px; }
  .plp_filter_ul .filter_dd_denim_11 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -378px -46px; }
  .plp_filter_ul .filter_dd_denim_12 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -126px -69px; }
  .plp_filter_ul .filter_dd_denim_13 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -252px -46px; }
  .plp_filter_ul .filter_dd_denim_14 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -378px -69px; }
  .plp_filter_ul .filter_dd_denim_15 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -504px top; }
  .plp_filter_ul .filter_dd_denim_16 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat 0 top; }
  .plp_filter_ul .filter_dd_denim_17 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat 0 -69px; }
  .plp_filter_ul .filter_dd_denim_18 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat 0 -46px; }
  .plp_filter_ul .filter_dd_denim_19 a {
    background: url(../i/plp_filter_swatch_denim.jpg) no-repeat -504px -46px; }

.plp_filter_sub {
  margin-left: 40px; }
  .plp_filter_sub li {
    text-indent: 0px !important;
    list-style-type: disc;
    list-style-position: outside;
    white-space: normal !important;
    overflow: visible !important;
    margin: 0px;
    padding: 0px;
    text-align: left; }

/* PLP page css */
.plp_category_divider {
  margin-bottom: 15px; }
  .plp_category_divider h2, .plp_category_divider .subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 28px;
    text-transform: uppercase;
    margin-left: 15px; }
    .plp_category_divider h2:before, .plp_category_divider .subtitle:before {
      border-bottom: 1px solid #cccccc;
      content: "";
      display: block;
      height: 12px;
      margin-bottom: 5px;
      margin-left: -10px;
      width: 50px; }

.plp_designer_divider {
  margin-bottom: 15px; }
  .plp_designer_divider h2, .plp_designer_divider .subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 28px;
    text-transform: uppercase; }
    .plp_designer_divider h2:after, .plp_designer_divider .subtitle:after {
      border-bottom: 1px solid #cccccc;
      content: "";
      display: block;
      height: 20px;
      margin-bottom: 5px;
      margin-left: -10px;
      width: 50px; }
    .plp_designer_divider h2 a, .plp_designer_divider .subtitle a {
      float: left;
      width: 30px;
      height: 30px;
      display: block;
      margin-top: -6px;
      margin-right: 12px; }
  .plp_designer_divider .plp_main_img_heart, .plp_designer_divider .plp_main_img_heartm {
    background: none repeat scroll 0 0 white;
    border: 1px solid #cccccc;
    transition: background 0.125s ease 0s;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 5px; }
  .plp_designer_divider .plp_main_img_heart, .plp_designer_divider .hearted, .plp_designer_divider .plp_main_img_heartm, .plp_designer_divider .heartedm {
    z-index: 6;
    position: relative;
    right: 8px;
    padding: 5px;
    border: 1px solid #eee;
    width: 36px;
    -webkit-transition: background .12s ease;
    -moz-transition: background .12s ease;
    -o-transition: background .12s ease;
    -ms-transition: background .12s ease;
    transition: background .12s ease; }
    .plp_designer_divider .plp_main_img_heart span, .plp_designer_divider .hearted span, .plp_designer_divider .plp_main_img_heartm span, .plp_designer_divider .heartedm span {
      display: block;
      width: 23px;
      height: 23px;
      text-indent: -9999px; }
  .plp_designer_divider .plp_main_img_heart {
    background: white; }
    .plp_designer_divider .plp_main_img_heart span {
      background: url(../i/rev_global_icons.png) -135px -24px no-repeat; }
  .plp_designer_divider .plp_main_img_heartm {
    background: white; }
    .plp_designer_divider .plp_main_img_heartm span {
      background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }
  .plp_designer_divider .plp_main_img_heart:hover, .plp_designer_divider .plp_main_img_heart.active {
    background: #fdcdca; }
    .plp_designer_divider .plp_main_img_heart:hover span, .plp_designer_divider .plp_main_img_heart.active span {
      background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }
  .plp_designer_divider .plp_main_img_heartm:hover, .plp_designer_divider .plp_main_img_heartm.active {
    background: #c8ddea; }
    .plp_designer_divider .plp_main_img_heartm:hover span, .plp_designer_divider .plp_main_img_heartm.active span {
      background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }
  .plp_designer_divider .hearted {
    background: #fdcdca; }
    .plp_designer_divider .hearted span {
      background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }
  .plp_designer_divider .heartedm {
    background: #c8ddea; }
    .plp_designer_divider .heartedm span {
      background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }

.product_items {
  /*overflow: hidden;*/
  margin-bottom: 40px;
  margin-left: -15px; }
  .product_items li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
    float: left; }
    .product_items li.item {
      width: 230px; }
      .product_items li.item img {
        width: 100%;
        height: auto; }
  .product_items.col4 li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left; }
    .product_items.col4 li.item {
      width: 230px; }
      .product_items.col4 li.item img {
        width: 100% !important;
        height: auto !important; }
  .product_items.col4 .quick-view-div-active {
    width: 750px !important; }

.rev_main {
  /*// 4 vs 3 css //*/ }
  .rev_main.col_full {
    width: 100%; }
  .rev_main .plp_viewcount {
    font-size: 14px;
    font-family: "Karla", Arial, sans-serif;
    /*float: right;*/
    display: block;
    text-align: right; }
    .rev_main .plp_viewcount li {
      display: inline; }
    .rev_main .plp_viewcount li a.three {
      display: block;
      width: 37px;
      height: 21px; }

.rev_container.plp_banner_slider_full {
  width: 100%;
  overflow: hidden; }
  .rev_container.plp_banner_slider_full .plp_banner_slider {
    min-width: 960px;
    height: auto;
    position: relative; }
    .rev_container.plp_banner_slider_full .plp_banner_slider .slide_nextprev {
      width: 960px;
      left: 50%;
      top: 100px;
      margin-left: -480px;
      position: absolute;
      z-index: 200; }
      .rev_container.plp_banner_slider_full .plp_banner_slider .slide_nextprev .slide_prev {
        text-indent: -99999px;
        background: url(../i/spotlight_left.png) no-repeat 0 0;
        background-size: 100%;
        float: left;
        width: 35px;
        height: 35px;
        display: block;
        cursor: pointer; }
      .rev_container.plp_banner_slider_full .plp_banner_slider .slide_nextprev .slide_next {
        text-indent: -99999px;
        background: url(../i/spotlight_right.png) no-repeat 0 0;
        background-size: 100%;
        float: right;
        width: 35px;
        height: 35px;
        display: block;
        cursor: pointer; }
    .rev_container.plp_banner_slider_full .plp_banner_slider .cycle-slideshow li {
      width: 100%;
      height: 265px;
      display: block; }
      .rev_container.plp_banner_slider_full .plp_banner_slider .cycle-slideshow li .plp_banner_links {
        position: relative;
        width: 960px;
        margin: 0 auto; }
        .rev_container.plp_banner_slider_full .plp_banner_slider .cycle-slideshow li .plp_banner_links a {
          display: block;
          position: absolute; }

.plp_prod_wrap {
  width: 230px; }

.plp_prod_wrap .plp_descrip {
  display: block;
  height: 100px; }
.plp_prod_wrap .plp_text_link {
  line-height: 1.2; }
.plp_prod_wrap .plp_text_link:hover, .plp_prod_wrap .plp_text_link:hover h1, .plp_prod_wrap .plp_text_link:hover h2 {
  color: #717171; }
.plp_prod_wrap .product_name h1, .plp_prod_wrap .product_name .title {
  width: 230px;
  color: black;
  font-size: 12px !important;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: black;
  letter-spacing: 0.125em;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase; }
.plp_prod_wrap .designer_brand {
  margin-top: 0px;
  line-height: 1; }
  .plp_prod_wrap .designer_brand h2, .plp_prod_wrap .designer_brand .subtitle {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: visible;
    color: black;
    margin-bottom: 9px;
    text-transform: none;
    font-family: "Karla", Arial, sans-serif; }
.plp_prod_wrap .price_box {
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .plp_prod_wrap .price_box .price {
    color: black;
    font-family: "KarlaBold", Arial, sans-serif;
    font-size: 14px; }
  .plp_prod_wrap .price_box .original_price {
    color: #717171;
    letter-spacing: 0.05em;
    margin: 0 8px 0 0;
    text-decoration: line-through;
    font-size: 14px; }
  .plp_prod_wrap .price_box .discount_price {
    color: #a53838;
    font-family: "KarlaBold", Arial, sans-serif; }
.plp_prod_wrap .plp_color h3, .plp_prod_wrap .plp_color .sizecolortitle {
  color: black !important; }
  .plp_prod_wrap .plp_color h3 span, .plp_prod_wrap .plp_color .sizecolortitle span {
    font-family: "Karla", Arial, sans-serif;
    color: #717171 !important;
    padding: 0 12px; }
.plp_prod_wrap .plp_color ul {
  /*width: 190px;*/
  padding: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }
  .plp_prod_wrap .plp_color ul li {
    display: inline;
    float: left;
    margin: 1px 1px 0 0; }
    .plp_prod_wrap .plp_color ul li a img {
      display: block;
      width: 37px;
      height: 21px; }
    .plp_prod_wrap .plp_color ul li a img:hover {
      border: 2px solid #000;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
    .plp_prod_wrap .plp_color ul li .plp_active_color {
      border: 2px solid #000; }

/*more color dd*/
.plp_more_colors {
  display: inline-block;
  float: left;
  height: 21px;
  width: 37px;
  padding-bottom: 15px; }
  .plp_more_colors span {
    float: left;
    height: 12px;
    margin-top: 5px;
    width: 37px; }
    .plp_more_colors span:after {
      display: inline-block !important;
      content: "";
      width: 32px;
      height: 10px;
      background-position: 4px -10px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .plp_more_colors a {
    height: 21px;
    width: 37px;
    display: block;
    /*background: silver;*/ }
  .plp_more_colors .more {
    display: none;
    margin: 0px;
    position: absolute;
    width: 230px;
    margin-left: -190px;
    z-index: 999;
    background-color: #fff;
    padding-bottom: 20px; }
    .plp_more_colors .more ul {
      margin: 0px;
      padding-top: 0px; }

.plp_more_colors:hover > .more {
  display: block;
  transition: all .09s ease;
  -moz-transition: all .09s ease;
  -webkit-transition: all .09s ease;
  -o-transition: all .09s ease;
  -ms-transition: all .09s ease; }

.plp_main_img_heart, .hearted, .plp_main_img_heartm, .heartedm {
  z-index: 6;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px;
  border: 1px solid #eee;
  -webkit-transition: background .12s ease;
  -moz-transition: background .12s ease;
  -o-transition: background .12s ease;
  -ms-transition: background .12s ease;
  transition: background .12s ease; }
  .plp_main_img_heart span, .hearted span, .plp_main_img_heartm span, .heartedm span {
    display: block;
    width: 26px;
    height: 23px;
    text-indent: -9999px; }

.plp_main_img_heart {
  background: white; }
  .plp_main_img_heart span {
    background: url(../i/rev_global_icons.png) -135px -24px no-repeat; }

.plp_main_img_heartm {
  background: white; }
  .plp_main_img_heartm span {
    background: url(../i/rev_global_icons.png) -135px -24px no-repeat; }

.plp_main_img_heart:hover, .plp_main_img_heart.active {
  background: #fdcdca; }
  .plp_main_img_heart:hover span, .plp_main_img_heart.active span {
    background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }

.plp_main_img_heartm:hover, .plp_main_img_heartm.active {
  background: #c8ddea; }
  .plp_main_img_heartm:hover span, .plp_main_img_heartm.active span {
    background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }

.hearted {
  background: #fdcdca; }
  .hearted span {
    background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }

.heartedm {
  background: #c8ddea; }
  .heartedm span {
    background: url(../i/rev_global_icons.png) -108px -24px no-repeat; }

.mr_outofstock_section {
  margin: 20px 0; }

.plp_image_wrap {
  position: relative;
  margin-bottom: 5px; }

.plp_image_wrap.outofstock a img {
  opacity: 0.5; }

.plp_badge {
  height: 25px;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.139em;
  padding-top: 4px;
  top: 358px;
  background: url(../i/bg_55_transparent.png) repeat;
  text-transform: uppercase;
  font-size: 12px; }

.plp_quickview_link {
  background-color: #FFF;
  border: 1px solid #cccccc;
  height: 32px;
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  padding-top: 7px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: black;
  letter-spacing: 0.139em;
  top: 290px;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in; }
  .plp_quickview_link a {
    color: black;
    display: block;
    text-transform: uppercase; }

/*// Shop The Look Popup //*/
.stl_pop_wrap {
  width: 959px;
  height: 660px;
  /*was 685px*/
  background-color: #fff;
  padding: 24px 22px;
  border: 1px solid #e5e5e5; }
  .stl_pop_wrap.quickview_popup_wrap {
    height: auto;
    width: 725px; }
  .stl_pop_wrap .plp_quickview_wrap {
    border: none; }
  .stl_pop_wrap .stl_image {
    float: left;
    margin: 52px auto 0 !important;
    text-align: center; }
    .stl_pop_wrap .stl_image h1, .stl_pop_wrap .stl_image .popup_title {
      text-align: center;
      font-size: 14px !important;
      color: black;
      text-transform: uppercase; }
    .stl_pop_wrap .stl_image img {
      border: 1px solid #e5e5e5;
      margin-top: 24px; }
  .stl_pop_wrap .plp_quickview_right {
    width: 365px; }
    .stl_pop_wrap .plp_quickview_right .pdp_size_box .fp-root fp-label h1 {
      font-size: 12px !important; }
  .stl_pop_wrap .plp_quickview_wrap {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #dedede; }
    .stl_pop_wrap .plp_quickview_wrap.quickview_popup {
      border-bottom: none; }
  .stl_pop_wrap .plp_quickview_right .plp_qv_full_details {
    text-align: left;
    margin-top: 30px;
    display: block !important; }

/*// stl_pop_wrap //*/
.stl_thumbs {
  text-align: center;
  margin-top: 16px;
  /*// pdp_ctl_wrap //*/
  /*// pdp_ctl //*/
  /*// pdp_ctl_grid //*/ }
  .stl_thumbs .pdp_ctl_wrap {
    position: relative;
    width: 913px;
    height: 340px;
    margin: 0px; }
  .stl_thumbs .pdp_ctl {
    margin: 10px 0;
    width: 913px;
    height: 145px !important;
    border-top: 0px none !important;
    overflow: hidden;
    display: block; }
  .stl_thumbs .pdp_ctl_grid {
    width: 840px;
    margin: 0 auto;
    padding: 4px 0px;
    overflow: hidden;
    /*// pdp_ctl_item //*/ }
    .stl_thumbs .pdp_ctl_grid .pdp_ctl_item {
      width: 84px !important;
      min-height: 145px !important;
      height: 145px !important;
      display: block;
      margin: 0 4px; }
      .stl_thumbs .pdp_ctl_grid .pdp_ctl_item img {
        border: 2px solid #fff; }
      .stl_thumbs .pdp_ctl_grid .pdp_ctl_item img:hover {
        opacity: 100;
        border: 2px solid #000;
        -webkit-transition: border-color .5s ease;
        -moz-transition: border-color .5s ease;
        -o-transition: border-color .5s ease;
        -ms-transition: border-color .5s ease;
        transition: border-color .5s ease; }

/*// stl_thumbs //*/
.ctl_designer_name {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ctl_designer_name a {
    color: #717171; }
    .ctl_designer_name a:hover {
      text-decoration: underline; }
  .ctl_designer_name a {
    color: black !important;
    font-size: 12px !important; }
  .ctl_designer_name a:hover {
    text-decoration: underline; }

/*// ctl_designer_name //*/
.stl_pop_wrap .pdp_arrow_scroller {
  width: 913px;
  margin: 0 auto;
  z-index: 2; }
  .stl_pop_wrap .pdp_arrow_scroller .pdp_left_arrow {
    margin-top: 52px !important;
    position: absolute;
    left: 0; }
  .stl_pop_wrap .pdp_arrow_scroller .pdp_right_arrow {
    margin-top: 52px !important;
    position: absolute;
    right: 0; }
  .stl_pop_wrap .pdp_arrow_scroller span a:hover {
    opacity: 0.7; }

/*// pdp_arrow_scroller //*/
/*quick view*/
.plp_quickview_wrap {
  background-color: #FFF;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 17px;
  padding-bottom: 17px;
  float: left;
  margin-top: 15px; }
  .plp_quickview_wrap .plp_qv_close {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 8px;
    margin-right: 6px; }
    .plp_quickview_wrap .plp_qv_close:after {
      display: inline-block !important;
      width: 30px;
      height: 30px;
      content: "";
      background-position: -219px -45px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .plp_quickview_wrap .plp_qv_close:hover {
      opacity: 0.5; }

.plp_qv_image_wrap {
  width: 230px;
  float: left;
  position: relative;
  margin-left: 14px; }
  .plp_qv_image_wrap .plp_qv_arrows {
    position: absolute;
    width: 282px;
    left: 30%;
    margin-left: -95px;
    top: 175px; }
    .plp_qv_image_wrap .plp_qv_arrows .plp_qv_left_aarrow {
      width: 48px;
      height: 48px;
      display: block;
      background: url(../i/rev_global_icons.png) no-repeat -6px -76px;
      overflow: hidden;
      text-indent: -999px;
      float: left; }
    .plp_qv_image_wrap .plp_qv_arrows .plp_qv_right_aarrow {
      width: 48px;
      height: 48px;
      display: block;
      background: url(../i/rev_global_icons.png) no-repeat -56px -76px;
      overflow: hidden;
      text-indent: -999px;
      float: right; }
    .plp_qv_image_wrap .plp_qv_arrows .plp_qv_right_aarrow:hover {
      /*opacity: 0.5;*/
      background-position: -56px -127px; }
    .plp_qv_image_wrap .plp_qv_arrows .plp_qv_left_aarrow:hover {
      /*opacity: 0.5;*/
      background-position: -6px -127px; }

.plp_qv_arrows {
  position: absolute;
  width: 282px;
  left: 30%;
  margin-left: -95px;
  top: 175px; }
  .plp_qv_arrows .plp_qv_left_aarrow {
    width: 48px;
    height: 48px;
    display: block;
    background: url(../i/rev_global_icons.png) no-repeat -6px -76px;
    overflow: hidden;
    text-indent: -999px;
    float: left; }
  .plp_qv_arrows .plp_qv_right_aarrow {
    width: 48px;
    height: 48px;
    display: block;
    background: url(../i/rev_global_icons.png) no-repeat -56px -76px;
    overflow: hidden;
    text-indent: -999px;
    float: right; }
  .plp_qv_arrows .plp_qv_right_aarrow:hover {
    /*opacity: 0.5;*/
    background-position: -56px -127px; }
  .plp_qv_arrows .plp_qv_left_aarrow:hover {
    /*opacity: 0.5;*/
    background-position: -6px -127px; }

.plp_quickview_right {
  float: left;
  margin-left: 5%;
  width: 53%;
  padding-bottom: 15px;
  padding-top: 25px; }
  .plp_quickview_right .product_name {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    text-transform: uppercase; }
  .plp_quickview_right h1, .plp_quickview_right .title {
    font-size: 18px !important;
    color: black !important;
    letter-spacing: 0.139em;
    line-height: 1.2 !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase; }
  .plp_quickview_right h2, .plp_quickview_right .subtitle {
    font-family: "Karla", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.139em;
    line-height: 1.2; }
    .plp_quickview_right h2 a, .plp_quickview_right .subtitle a {
      color: #a6a6a6; }
      .plp_quickview_right h2 a:hover, .plp_quickview_right .subtitle a:hover {
        text-decoration: underline; }
  .plp_quickview_right h3, .plp_quickview_right .sizecolortitle {
    color: black !important; }
    .plp_quickview_right h3 span, .plp_quickview_right .sizecolortitle span {
      font-family: "Karla", Arial, sans-serif;
      color: #717171 !important;
      padding: 0 12px; }
  .plp_quickview_right .designer_brand {
    margin: 0px;
    text-transform: normal; }
  .plp_quickview_right .true_fit {
    font-size: 12px; }
  .plp_quickview_right .price_box {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px; }
    .plp_quickview_right .price_box .price {
      font-family: "KarlaBold", Arial, sans-serif;
      font-size: 22px !important;
      font-weight: normal;
      color: black; }
    .plp_quickview_right .price_box .original_price {
      color: #717171;
      text-decoration: line-through; }
    .plp_quickview_right .price_box .discount_price {
      font-family: "KarlaBold", Arial, sans-serif;
      color: #a53838; }
    .plp_quickview_right .price_box .pdp_final_sale {
      color: #A53838;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.12em;
      padding: 5px 0 0; }

.plp_qv_full_details {
  color: black;
  font: 12px "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
  display: inline-block;
  letter-spacing: 0.05em; }
  .plp_qv_full_details span {
    width: 6px;
    height: 8px;
    overflow: hidden; }
    .plp_qv_full_details span:after {
      display: inline-block !important;
      content: "";
      width: 6px;
      height: 8px;
      background-position: -51px -11px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .plp_qv_full_details:hover {
    text-decoration: underline; }

/*filter section*/
.plp_pagination_toolbar {
  width: 100%;
  /*padding-top: 20px;*/
  padding-bottom: 10px; }
  .plp_pagination_toolbar .result_items {
    float: left;
    font: 14px "Karla", Arial, sans-serif;
    color: black;
    text-transform: uppercase; }
  .plp_pagination_toolbar .result_pages {
    display: inline; }
    .plp_pagination_toolbar .result_pages ul {
      display: inline; }
      .plp_pagination_toolbar .result_pages ul li {
        font: 14px "Karla", Arial, sans-serif;
        display: inline-block;
        margin-left: 5px; }
        .plp_pagination_toolbar .result_pages ul li a {
          color: #717171; }
          .plp_pagination_toolbar .result_pages ul li a:hover {
            color: black;
            text-decoration: underline; }
        .plp_pagination_toolbar .result_pages ul li a.active {
          color: black;
          text-decoration: underline; }
  .plp_pagination_toolbar .view {
    float: right; }
    .plp_pagination_toolbar .view span {
      display: inline-block;
      margin-left: 10px;
      margin-right: 2px;
      width: 12px;
      float: left;
      background: url("../i/sep_diamond.png") no-repeat scroll -3px 2px transparent;
      height: 14px; }
    .plp_pagination_toolbar .view .plp_quantity {
      display: inline; }
      .plp_pagination_toolbar .view .plp_quantity h3, .plp_pagination_toolbar .view .plp_quantity .filter_dd_link {
        display: inline;
        font-family: "Karla",Arial,sans-serif;
        font-size: 14px; }
      .plp_pagination_toolbar .view .plp_quantity .pdp_quantity_box {
        padding-right: 0px;
        /*padding-right: 15px;*/
        width: auto;
        cursor: pointer;
        font-size: 11px;
        margin-left: 10px; }
        .plp_pagination_toolbar .view .plp_quantity .pdp_quantity_box:after {
          display: inline-block !important;
          content: "";
          width: 10px;
          height: 10px;
          background-position: -10px -9px;
          margin-left: 2px;
          background-image: url(../i/rev_global_icons.png);
          background-repeat: no-repeat;
          display: block; }
      .plp_pagination_toolbar .view .plp_quantity .pdp_quantity_box a {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #000;
        font-size: 11px;
        letter-spacing: 0.1em; }

/*filter dds*/
/*DD display
.pdp_sortby_box:hover > .toolbar_dd { 
		display:block;
		transition: all .09s ease;
		-moz-transition: all .09s ease;
		-webkit-transition: all .09s ease;
		-o-transition: all .09s ease;
		-ms-transition: all .09s ease;
}
.pdp_quantity_box:hover > .toolbar_dd { 
		display:block;
		transition: all .09s ease;
		-moz-transition: all .09s ease;
		-webkit-transition: all .09s ease;
		-o-transition: all .09s ease;
		-ms-transition: all .09s ease;
}
.plp_filter_dd_region {
	display: inline-block;
	height:  14px;
	cursor:pointer;
	float: left;
}
.plp_filter_dd_region:hover > div .toolbar_dd { 
		display:inline-block;
		transition: all .09s ease;
		-moz-transition: all .09s ease;
		-webkit-transition: all .09s ease;
		-o-transition: all .09s ease;
		-ms-transition: all .09s ease;
}
/*.plp_filter_l a:hover > .toolbar_dd { 
		display:block;
		transition: all .09s ease;
		-moz-transition: all .09s ease;
		-webkit-transition: all .09s ease;
		-o-transition: all .09s ease;
		-ms-transition: all .09s ease;
}
.plp_filter_l a:hover > .toolbar_dd { 
		display:block;
		transition: all .09s ease;
		-moz-transition: all .09s ease;
		-webkit-transition: all .09s ease;
		-o-transition: all .09s ease;
		-ms-transition: all .09s ease;
}*/
/*DD display END*/
.plp_filter_toolbar {
  padding: 6px 0;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #b7b7b7;
  margin-top: 20px;
  margin-bottom: 23px;
  position: relative;
  height: 32px; }
  .plp_filter_toolbar h3, .plp_filter_toolbar .filter_dd_link {
    display: inline;
    font-size: 14px;
    font-family: "Karla", Arial, sans-serif; }
  .plp_filter_toolbar span {
    display: inline-block;
    margin-left: 7px;
    margin-right: 5px;
    width: 12px;
    background: transparent url("../i/sep_diamond.png") no-repeat scroll -3px center;
    height: 9px;
    float: left;
    margin-top: 4px; }

.pdp_quantity_box {
  width: auto;
  padding-right: 5px;
  cursor: pointer;
  display: inline-block !important;
  font-size: 12px;
  margin-left: 6px;
  color: black;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
  background-position: -10px -10px; }
  .pdp_quantity_box:after {
    display: inline-block !important;
    content: "";
    width: 10px;
    height: 10px;
    background-position: -10px -9px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .pdp_quantity_box a {
    color: black; }

.pdp_sortby_box {
  cursor: pointer;
  display: inline-block !important;
  margin-left: 10px;
  padding-right: 16px;
  color: black;
  font-size: 11px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em; }
  .pdp_sortby_box:after {
    display: inline-block !important;
    content: "";
    width: 10px;
    height: 10px;
    background-position: -10px -9px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }

.plp_filter_r {
  float: right;
  padding-right: 4px;
  margin-top: 2px; }
  .plp_filter_r input {
    float: left; }
  .plp_filter_r h3, .plp_filter_r .filter_dd_link {
    display: inline;
    float: left;
    clear: none; }
  .plp_filter_r input#amount {
    /*width: 86px;*/
    display: inline;
    float: left;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 16px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    color: black;
    background-color: transparent;
    background-image: none;
    text-align: left;
    width: 35%; }
  .plp_filter_r #slider-range {
    display: inline;
    float: left;
    /*width: 111px;*/
    width: 90px;
    top: 5px; }
  .plp_filter_r .plp_filter_apply {
    margin: -4px 0px 0px 0px;
    float: right;
    display: inline; }
    .plp_filter_r .plp_filter_apply input {
      font-size: 10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 4px;
      padding-bottom: 4px; }

/*new DDs*/
.dd {
  position: relative;
  padding-left: 10px; }
  .dd li {
    display: block;
    float: left;
    padding-bottom: 11px;
    cursor: pointer; }
  .dd li:hover .toolbar_dd {
    left: -1px;
    top: 14px; }
  .dd .plp_filter_ul li {
    float: none; }

.view .dd {
  float: left; }

/*new DDs*/
.plp_filter_sortby h3, .plp_filter_sortby .filter_dd_link {
  display: inline;
  font-size: 14px;
  font-family: "Karla", Arial, sans-serif; }
.plp_filter_sortby span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 9px;
  background: transparent url("../i/sep_diamond.png") no-repeat scroll -3px center;
  height: 12px; }

.toolbar_dd {
  margin: 0;
  padding: 0 10px;
  position: absolute;
  z-index: 9999;
  left: -9999em; }

/*Filter Dropdowns*/
.plp_filter_sort_dd {
  border: 1px solid #dbdbdb;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  margin-top: 10px;
  margin-left: 110px;
  background-color: #fff;
  /*plp_filter_ul*/ }
  .plp_filter_sort_dd .plp_filter_ul {
    text-indent: 0px;
    /*li*/ }
    .plp_filter_sort_dd .plp_filter_ul li {
      overflow: visible;
      white-space: normal;
      line-height: 24px;
      font-size: 14px;
      text-align: left;
      padding-bottom: 0px;
      float: none; }
      .plp_filter_sort_dd .plp_filter_ul li a {
        color: #717171;
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px;
        letter-spacing: normal; }
      .plp_filter_sort_dd .plp_filter_ul li.active {
        background: #eee;
        color: black;
        text-decoration: underline; }
      .plp_filter_sort_dd .plp_filter_ul li a:hover {
        color: black;
        text-decoration: underline; }

/*plp_filter_sort_dd*/
/* size filter 1st row */
.plp_filter_ul.size {
  text-indent: 0px; }
  .plp_filter_ul.size li {
    display: inline-block;
    margin: 0px .5px 0px .5px;
    width: 16%;
    font-size: 12px;
    padding-bottom: 0px; }
    .plp_filter_ul.size li a {
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: normal; }
      .plp_filter_ul.size li a.active {
        color: black;
        text-decoration: underline;
        background: #eee; }
      .plp_filter_ul.size li a:hover {
        color: black;
        text-decoration: underline;
        background: #eee; }

/*-- size filter END --*/
.plp_filter_view_dd {
  border: 1px solid #dbdbdb;
  background-color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  margin-top: 10px;
  margin-left: 20px; }
  .plp_filter_view_dd .plp_filter_ul {
    text-indent: 0px; }
    .plp_filter_view_dd .plp_filter_ul li {
      overflow: visible;
      text-overflow: "";
      white-space: normal;
      line-height: 24px;
      font-size: 14px;
      text-align: center;
      padding-bottom: 0px; }
      .plp_filter_view_dd .plp_filter_ul li a {
        color: #717171; }
        .plp_filter_view_dd .plp_filter_ul li a:active, .plp_filter_view_dd .plp_filter_ul li a:hover {
          font-weight: normal;
          color: black;
          text-decoration: underline; }

.plp_filter_size_dd {
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%;
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF; }
  .plp_filter_size_dd h2, .plp_filter_size_dd .subtitle {
    text-transform: none;
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .plp_filter_size_dd .size_active a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    background: #eee; }
  .plp_filter_size_dd ul {
    text-indent: 0px; }
  .plp_filter_size_dd ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 1px 0;
    width: 9.5%;
    padding-bottom: 0px; }
    .plp_filter_size_dd ul li a {
      font-size: 14px;
      color: #aaa;
      text-align: center;
      padding: 0px 18px;
      display: block;
      background: white;
      width: 100%; }
      .plp_filter_size_dd ul li a:hover {
        color: black;
        text-decoration: underline;
        background: #eee;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }

/*-- BRAND size dd --*/
.brand_toolbar .plp_filter_size_dd {
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%;
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF; }
  .brand_toolbar .plp_filter_size_dd h2, .brand_toolbar .plp_filter_size_dd .subtitle {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .brand_toolbar .plp_filter_size_dd .size_active a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    background: #eee; }
  .brand_toolbar .plp_filter_size_dd ul {
    text-indent: 0px; }
  .brand_toolbar .plp_filter_size_dd ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 1px 0;
    width: 19.3%;
    padding-bottom: 0px; }
    .brand_toolbar .plp_filter_size_dd ul li a {
      font-size: 14px;
      color: #aaa;
      text-align: center;
      padding: 0px 18px;
      display: block;
      background: white;
      width: 100%; }
    .brand_toolbar .plp_filter_size_dd ul li a:hover {
      color: black;
      text-decoration: underline;
      background: #eee;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

/*BRAND size dd END*/
/*-- BRAND color dd --*/
.brand_toolbar .plp_filter_colors_dd {
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF;
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%; }
  .brand_toolbar .plp_filter_colors_dd h2, .brand_toolbar .plp_filter_colors_dd .subtitle {
    text-transform: none;
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .brand_toolbar .plp_filter_colors_dd .size_active a {
    color: black;
    text-decoration: underline;
    background: #fff; }
  .brand_toolbar .plp_filter_colors_dd ul {
    text-indent: 0px; }
  .brand_toolbar .plp_filter_colors_dd ul li {
    display: inline-block;
    margin: 0px .5px 0px .5px;
    width: 19.3%;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 0px; }
    .brand_toolbar .plp_filter_colors_dd ul li a {
      display: block;
      border: 2px solid #EEEEEE; }
      .brand_toolbar .plp_filter_colors_dd ul li a img {
        display: block;
        width: 100%;
        height: 23px;
        border: 1px solid #fff; }
    .brand_toolbar .plp_filter_colors_dd ul li a:hover {
      border: 2px solid black;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
    .brand_toolbar .plp_filter_colors_dd ul li .plp_active_color {
      border: 2px solid black; }

/*BRAND color dd END*/
/*-- Denim size dd --*/
.denim_toolbar .plp_filter_size_dd {
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%;
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF; }
  .denim_toolbar .plp_filter_size_dd h2, .denim_toolbar .plp_filter_size_dd .subtitle {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .denim_toolbar .plp_filter_size_dd .size_active a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    background: #eee; }
  .denim_toolbar .plp_filter_size_dd ul {
    text-indent: 0px; }
  .denim_toolbar .plp_filter_size_dd ul li {
    display: inline-block;
    border: 1px solid #eee;
    margin: 1px 0;
    width: 19.3%;
    padding-bottom: 0px; }
    .denim_toolbar .plp_filter_size_dd ul li a {
      font-size: 14px;
      color: #aaa;
      text-align: center;
      padding: 0px 18px;
      display: block;
      background: white;
      width: 100%; }
    .denim_toolbar .plp_filter_size_dd ul li a:hover {
      color: black;
      text-decoration: underline;
      background: #eee;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

/*DENIM size dd END*/
/*-- DENIM color dd --*/
.denim_toolbar .plp_filter_colors_dd {
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF;
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%; }
  .denim_toolbar .plp_filter_colors_dd h2, .denim_toolbar .plp_filter_colors_dd .subtitle {
    text-transform: none;
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .denim_toolbar .plp_filter_colors_dd .size_active a {
    color: black;
    text-decoration: underline;
    background: #fff; }
  .denim_toolbar .plp_filter_colors_dd ul {
    text-indent: 0px; }
  .denim_toolbar .plp_filter_colors_dd ul li {
    display: inline-block;
    margin: 0px .5px 0px .5px;
    width: 19.3%;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 0px; }
    .denim_toolbar .plp_filter_colors_dd ul li a {
      display: block;
      border: 2px solid #fff; }
      .denim_toolbar .plp_filter_colors_dd ul li a img {
        display: block;
        width: 100%;
        height: 23px;
        border: 1px solid #fff; }
    .denim_toolbar .plp_filter_colors_dd ul li a:hover {
      border: 2px solid black;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
    .denim_toolbar .plp_filter_colors_dd ul li .plp_active_color {
      border: 2px solid black; }

/*DENIM color dd END*/
.plp_filter_category_dd {
  margin: 0px;
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  width: 100%; }
  .plp_filter_category_dd h2, .plp_filter_category_dd .subtitle {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .plp_filter_category_dd .size_active a {
    color: black;
    text-decoration: underline;
    background: #fff; }
  .plp_filter_category_dd ul {
    text-indent: 0px; }
  .plp_filter_category_dd ul li {
    display: inline-block;
    margin: 0px;
    width: 33%;
    padding-bottom: 0px; }
    .plp_filter_category_dd ul li a {
      font-size: 14px;
      color: #a6a6a6;
      text-align: left;
      padding: 0px;
      display: block;
      width: 100%; }
    .plp_filter_category_dd ul li a:hover {
      color: black;
      text-decoration: underline;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

.plp_filter_designers_dd {
  margin: 11px 0 0 0;
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  width: 100.3%; }
  .plp_filter_designers_dd h2, .plp_filter_designers_dd .subtitle {
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .plp_filter_designers_dd .size_active a {
    color: black;
    text-decoration: underline;
    background: #fff; }
  .plp_filter_designers_dd .inner_scroll {
    overflow-y: scroll;
    max-height: 255px; }
  .plp_filter_designers_dd ul {
    text-indent: 0px; }
  .plp_filter_designers_dd ul li {
    display: inline-block;
    margin: 0px;
    width: 32.5%;
    padding-bottom: 0px; }
    .plp_filter_designers_dd ul li a {
      font-size: 14px;
      color: #717171;
      text-align: left;
      padding: 0px;
      display: block;
      width: 100%;
      font-family: "Karla", Arial, sans-serif; }
    .plp_filter_designers_dd ul li a:hover {
      color: black;
      text-decoration: underline;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

.plp_filter_colors_dd {
  border: 1px solid #dbdbdb;
  border-top-style: none;
  background-color: #FFF;
  margin-top: 11px;
  padding: 22px 30px;
  width: 100.3%; }
  .plp_filter_colors_dd h2, .plp_filter_colors_dd .subtitle {
    text-transform: none;
    font-family: "Karla", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0px; }
  .plp_filter_colors_dd .size_active a {
    color: black;
    text-decoration: underline;
    background: #fff; }
  .plp_filter_colors_dd ul {
    text-indent: 0px; }
  .plp_filter_colors_dd ul li {
    display: inline-block;
    margin: 0px .5px 0px .5px;
    width: 19.3%;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 0px; }
    .plp_filter_colors_dd ul li a {
      display: block;
      border: 1px solid #EEEEEE; }
      .plp_filter_colors_dd ul li a img {
        display: block;
        width: 100%;
        height: 23px;
        border: 1px solid #fff; }
    .plp_filter_colors_dd ul li a:hover {
      border: 2px solid black;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
    .plp_filter_colors_dd ul li .plp_active_color {
      border: 2px solid black; }

.plp_filter_apply {
  margin-top: 30px; }
  .plp_filter_apply input {
    background: none repeat scroll 0 0 black;
    border: medium none;
    color: #FFF;
    display: inline-block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 18px 40px;
    text-align: center; }
  .plp_filter_apply input:hover {
    background: #888;
    color: #FFF;
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }
  .plp_filter_apply input.clear {
    color: #000;
    display: inline-block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 18px 40px;
    text-align: center;
    background-color: #FFF; }
  .plp_filter_apply input.clear:hover {
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in;
    text-decoration: underline;
    background-color: #FFF; }

.plp_pagination_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .plp_pagination_wrap .result_pages {
    display: inline; }
    .plp_pagination_wrap .result_pages ul {
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .plp_pagination_wrap .result_pages ul li {
        font: 14px "Karla", Arial, sans-serif;
        display: inline-block;
        margin-left: 5px; }
        .plp_pagination_wrap .result_pages ul li a {
          color: #717171; }
          .plp_pagination_wrap .result_pages ul li a:hover {
            color: black;
            text-decoration: underline; }
        .plp_pagination_wrap .result_pages ul li a.active {
          color: black;
          text-decoration: underline; }
  .plp_pagination_wrap .next, .plp_pagination_wrap .previous {
    display: inline-block;
    margin: 0 auto; }
  .plp_pagination_wrap .next a, .plp_pagination_wrap .previous a {
    display: block;
    background: none repeat scroll 0 0 black;
    border: medium none;
    color: #FFF;
    display: inline-block;
    font-family: "ProximaNovaSemiBold","Helvetica","Arial",sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 18px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    .plp_pagination_wrap .next a:hover, .plp_pagination_wrap .previous a:hover {
      background: #888;
      color: #FFF;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }

/* Back to Top - Button */
.plp_back_top_btn {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #f1f1f1;
  float: right;
  display: none; }
  .plp_back_top_btn a {
    color: #000;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px; }
    .plp_back_top_btn a span {
      background: url("../i/pdp/carrot_arrow.png") no-repeat scroll right -13px transparent;
      display: inline-block;
      height: 10px;
      margin-right: 12px;
      text-align: left;
      width: 10px; }

.plp_back_top_btn:hover {
  background-color: #cdcdcd; }

/*-------------------*/
/* Price Range Slider */
/*-------------------*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  margin-left: -5px !important; }

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 2px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background-color: #000; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #000;
  font-weight: normal;
  color: #555555;
  border-radius: 50% 50% 50% 50%;
  height: 8px;
  width: 8px;
  top: -3px; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #000;
  font-weight: normal;
  color: #555555; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #000;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: red;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: red;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  color: #222222;
  background-color: #b1b1b1; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Hotlist & HitList */
.hotlistwrap {
  margin: 20px auto;
  width: 960px; }
  .hotlistwrap .hotlist_banner {
    text-align: center;
    margin: 35px 0 50px; }
    .hotlistwrap .hotlist_banner h1 {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .120em;
      color: black;
      text-transform: uppercase;
      font-size: 52px;
      display: block; }
    .hotlistwrap .hotlist_banner p {
      font-family: "Karla",Arial,sans-serif;
      font-size: 20px;
      color: black;
      margin: 15px 0; }
  .hotlistwrap .hotlist_grid .hl_item, .hotlistwrap .hotlist_grid .hl_item2 {
    overflow: hidden;
    position: relative;
    float: left;
    width: 315px;
    margin: 0 7px 30px 0; }
    .hotlistwrap .hotlist_grid .hl_item .hl_shot, .hotlistwrap .hotlist_grid .hl_item2 .hl_shot {
      position: relative;
      width: 315px; }
      .hotlistwrap .hotlist_grid .hl_item .hl_shot img, .hotlistwrap .hotlist_grid .hl_item2 .hl_shot img {
        width: 100%; }
    .hotlistwrap .hotlist_grid .hl_item p, .hotlistwrap .hotlist_grid .hl_item2 p {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 12px;
      letter-spacing: .05em;
      text-align: center;
      text-transform: uppercase;
      color: black;
      padding: 6px 0 0 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .hotlistwrap .hotlist_grid .hl_item span, .hotlistwrap .hotlist_grid .hl_item2 span {
      color: black;
      display: block;
      padding: 0 0 3px;
      text-align: center;
      font-family: "Karla",Arial,sans-serif;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: .05em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .hotlistwrap .hotlist_grid .hl_item .hl_price, .hotlistwrap .hotlist_grid .hl_item2 .hl_price {
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      color: black;
      font-weight: bold; }
    .hotlistwrap .hotlist_grid .hl_item:hover .hl_item_hover, .hotlistwrap .hotlist_grid .hl_item2:hover .hl_item_hover {
      display: block;
      opacity: 1;
      filter: alpha(opacity=100); }
    .hotlistwrap .hotlist_grid .hl_item .hl_item_hover, .hotlistwrap .hotlist_grid .hl_item2 .hl_item_hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      /* For IE8 and earlier */
      width: 315px;
      -o-transition: all .1s ease-in;
      -ms-transition: all .1s ease-in;
      -moz-transition: all .1s ease-in;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in; }
  .hotlistwrap .hotlist_grid .hl_item {
    margin: 0 7px 30px 0; }
  .hotlistwrap .hotlist_grid .hl_item2 {
    margin: 0; }

/*fo derek*/
.lnav_sub {
  margin-top: 25px; }

.li_no_bullet_class {
  line-height: 24px !important;
  list-style-type: none !important;
  margin-left: -30px !important; }

/* Media Queries */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .mr_main_title h1 span, .mr_main_title .title span {
    display: none; }

  .mr_bag {
    display: none; }

  .rev_main.mf_wrap {
    display: block;
    width: 96% !important;
    margin-left: 8px; }
    .rev_main.mf_wrap #productsList {
      width: 100% !important; }
      .rev_main.mf_wrap #productsList .product_items {
        width: 100% !important;
        margin-left: 0px; }
        .rev_main.mf_wrap #productsList .product_items li.item {
          margin-left: 10px !important;
          width: 230px; }
          .rev_main.mf_wrap #productsList .product_items li.item .plp_prod_img {
            width: 230px !important;
            height: auto !important; }
          .rev_main.mf_wrap #productsList .product_items li.item .plp_image_wrap {
            width: 230px; }
            .rev_main.mf_wrap #productsList .product_items li.item .plp_image_wrap .plp_quickview_link {
              display: none;
              /*to hide qv cta on ipad*/ }
            .rev_main.mf_wrap #productsList .product_items li.item .plp_image_wrap .plp_badge {
              top: 343px !important; }

  #productsList {
    width: 578px; }
    #productsList .plp_filter_toolbar .plp_filter_l h3 {
      font-size: 12px; }
    #productsList .plp_filter_toolbar .plp_filter_r {
      width: 290px; }
      #productsList .plp_filter_toolbar .plp_filter_r input#amount {
        display: inline;
        float: left;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 16px;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 11px;
        color: black;
        background-color: transparent;
        background-image: none;
        text-align: left;
        width: 25%; }
    #productsList .product_items {
      width: 596px !important; }
      #productsList .product_items li.item {
        margin-left: 10px !important;
        width: 188px; }
        #productsList .product_items li.item .plp_prod_img {
          width: 188px !important;
          height: 313px !important; }
        #productsList .product_items li.item .plp_prod_wrap {
          width: 188px; }
          #productsList .product_items li.item .plp_prod_wrap .product_name h1, #productsList .product_items li.item .plp_prod_wrap .product_name .title {
            width: 188px; }
          #productsList .product_items li.item .plp_prod_wrap .plp_color {
            /*display: none;*/ }
            #productsList .product_items li.item .plp_prod_wrap .plp_color .plp_more_colors a {
              width: 29px; }
            #productsList .product_items li.item .plp_prod_wrap .plp_color .plp_more_colors .more {
              width: 188px;
              margin: 0 0 0 -150px; }
            #productsList .product_items li.item .plp_prod_wrap .plp_color ul img {
              width: 29px; }
        #productsList .product_items li.item .plp_image_wrap {
          width: 188px; }
          #productsList .product_items li.item .plp_image_wrap .plp_quickview_link {
            display: none;
            /*to hide qv cta on ipad*/ }
          #productsList .product_items li.item .plp_image_wrap .plp_badge {
            top: 273px !important; }

  .hotlistwrap {
    margin: 10px auto;
    width: 768px; }
    .hotlistwrap .hotlist_grid .hl_item, .hotlistwrap .hotlist_grid .hl_item2 {
      width: 250px; }
      .hotlistwrap .hotlist_grid .hl_item .hl_shot, .hotlistwrap .hotlist_grid .hl_item2 .hl_shot {
        width: 250px; }
      .hotlistwrap .hotlist_grid .hl_item .hl_item_hover, .hotlistwrap .hotlist_grid .hl_item2 .hl_item_hover {
        width: 250px; }

  /* CPL */
  .product_items {
    /*overflow: hidden;*/ }
    .product_items li.item {
      width: 180px; }
    .product_items.col4 li.item {
      width: 180px; }

  .plp_prod_wrap {
    width: 180px; }
    .plp_prod_wrap .plp_image_wrap .plp_quickview_link {
      width: 150px;
      margin-left: -75px;
      top: 200px; }
    .plp_prod_wrap .plp_image_wrap .plp_badge {
      top: 260px; }
    .plp_prod_wrap .product_name h1, .plp_prod_wrap .product_name .title {
      width: 100%;
      line-height: 1.2 !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
    .plp_prod_wrap .product_name h1, .plp_prod_wrap .product_name .title {
      width: 100%;
      line-height: 1.2 !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }

  /*shop the look css*/
  .stl_pop_wrap {
    width: 80%;
    height: 720px !important; }
    .stl_pop_wrap .plp_quickview_right {
      width: 33% !important; }
    .stl_pop_wrap .plp_qv_full_details {
      width: auto !important;
      color: black;
      font: 12px "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-align: right;
      text-transform: uppercase;
      display: block !important;
      letter-spacing: 0.05em; }

  .product_items .quick-view-div-active {
    width: 750px !important; }
  .product_items .plp_qv_full_details {
    margin: 10px 0 0 0 !important; } }
/* Login - Welcome Landing */
.subscribe_wrap {
  width: 960px;
  margin: 25px auto;
  color: black; }

.sub_landing_left {
  width: 49%;
  display: inline-block;
  vertical-align: top; }

.sub_landing_right {
  width: 40%;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top; }

.sub_landing_right .join_party_copy p {
  margin: 10px 0; }
  .sub_landing_right .join_party_copy p a {
    color: black;
    text-decoration: underline; }
.sub_landing_right .join_party_copy ul li {
  list-style: disc;
  margin-left: 15px; }

.sub_landing_right .keyline {
  border-bottom: 1px solid #e1e1e1;
  width: 15%;
  margin: 25px 0; }

.subscribe_form {
  margin: 10px 0 0; }
  .subscribe_form .errorbox {
    background-color: #EAD1D1;
    border: 1px solid red; }
  .subscribe_form .errortext {
    color: #B20000; }
  .subscribe_form form .co_input_box label {
    display: block;
    margin: 3px 0; }
  .subscribe_form form .co_input_box input {
    width: 100%; }
  .subscribe_form form .co_input_box.full {
    width: 100%;
    margin: 3px 0 5px; }
  .subscribe_form form .co_input_box.half {
    width: 49%;
    display: inline-block;
    vertical-align: top; }
  .subscribe_form form .size_rec_radio label {
    display: block;
    padding: 5px 0; }
  .subscribe_form form .size_rec_radio .radio_list.preference li {
    width: 46%;
    padding: 3px;
    display: inline-block; }
  .subscribe_form form .size_rec_radio .radio_list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .subscribe_form form .size_rec_radio .radio_list li input, .subscribe_form form .size_rec_radio .radio_list li label {
      display: inline-block;
      vertical-align: middle;
      padding: 3px; }
  .subscribe_form .co_drop label {
    display: block;
    margin: 6px 0; }
  .subscribe_form .co_drop.bday label {
    display: block;
    margin: 6px 0; }
  .subscribe_form .co_drop.bday .sbHolder {
    display: inline-block;
    vertical-align: top; }
  .subscribe_form .co_drop.bday .month, .subscribe_form .co_drop.bday .day, .subscribe_form .co_drop.bday .year {
    display: inline; }
  .subscribe_form .co_drop.bday .month .sbHolder {
    width: 48%; }
  .subscribe_form .co_drop.bday .day .sbHolder {
    width: 17%; }
  .subscribe_form .co_drop.bday .year .sbHolder {
    width: 32%; }
  .subscribe_form .co_drop.bday .month, .subscribe_form .co_drop.bday .day {
    margin-right: 2px; }
  .subscribe_form .co_required {
    margin: 15px 0;
    display: block; }
  .subscribe_form .co_cta {
    width: 100%;
    background: black;
    color: white;
    font-family: 'ProximaNovaBold', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.120em;
    padding: 15px 0;
    text-transform: uppercase;
    border: none; }
  .subscribe_form .co_cta:hover {
    background: #717171;
    color: white;
    transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in; }

.subscribe_wrap.registerwelcome {
  color: #717171; }
  .subscribe_wrap.registerwelcome h1 {
    font-size: 38px; }
  .subscribe_wrap.registerwelcome a {
    text-decoration: underline; }
  .subscribe_wrap.registerwelcome .subscribe_form {
    margin: 10px 0 25px 0; }
  .subscribe_wrap.registerwelcome .join_party_copy ul li {
    margin: 5px 0 0 15px; }

.plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li {
  line-height: 24px; }
  .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li span {
    display: inline-block !important;
    vertical-align: bottom;
    text-indent: -9999px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: bottom; }
  .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li .designers_heart {
    background-position: -88px -30px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
    .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li .designers_heart:hover {
      background-position: -142px -30px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
  .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li .designers_hearted {
    background-position: -115px -30px;
    background-repeat: no-repeat;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li .designers_heart {
    margin-left: 0px; }
  .plp_filter_toolbar .plp_filter_l .dd .plp_filter_designers_dd .inner_scroll .plp_filter_ul li .designers_hearted {
    margin-left: 0px; }

.mr_main_title {
  float: left;
  margin-bottom: 20px; }
  .mr_main_title h1 {
    color: #000;
    font-size: 22px;
    letter-spacing: .139em;
    text-transform: uppercase; }
    .mr_main_title h1 span {
      font-family: "Karla", Arial, sans-serif;
      font-size: 22px;
      margin-left: 20px;
      text-transform: none; }
  .mr_main_title h1:after {
    border-bottom: 1px solid #bababa;
    content: "";
    display: block;
    margin-bottom: 5px;
    margin-left: -10px;
    width: 50px;
    height: 12px; }

.mr_main_title.fav_outofstock {
  float: none; }

.mr_boutique_empty {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px; }
  .mr_boutique_empty a {
    color: #000;
    text-decoration: underline; }
    .mr_boutique_empty a:hover {
      text-decoration: none; }

.mr_filter_sortby {
  float: right; }
  .mr_filter_sortby h3 {
    display: inline;
    font-size: 14px;
    font-family: "Karla", Arial, sans-serif; }
  .mr_filter_sortby span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 9px;
    background: transparent url("../i/sep_diamond.png") no-repeat scroll -3px center; }

/* Favorites V2 */
.mr_main_title {
  width: 100%; }
  .mr_main_title h1 {
    display: inline-block; }
    .mr_main_title h1 span {
      color: black; }
  .mr_main_title .logintosave {
    float: right;
    color: black; }
    .mr_main_title .logintosave a {
      text-decoration: underline; }

.favoritesv2 {
  /* .cycle_dd {
  	position: relative;
  	cursor: pointer;
  	display: block;
  	width: 65%;
  	margin: 0 auto;
  	.cycle_dd_box {
  		border: 1px solid #ddd;
  		background-color: #EAEAEA;
  		display:block;
  		a {
  			//background: url('../i/arrow_sprite.png') #EAEAEA right -56px no-repeat;
  			display: block;
  			padding: 5px;
  			color: $black-text;
  			font-size: 12px;
  		}
  		.downarrow {
  			display: inline-block!important;
  			width:10px;
  			height:10px;
  			position:absolute;
  			top: 10px;
  			right: 9px;
  			background-position: -10px -10px;
  			@include sprite-import;
  		}
  	}
  	.cycle_dd_drop {
  		z-index: 5;
  		top: 30px;
  		width:100%;
  		border: 1px solid #e1e1e1;
  		display: none;
  		position: absolute;
  		padding: 8px;
  		background: white;
  		ul {
  			margin: 5px 0 0;
  			li{
  				float: none;
  				display: block;
  				margin: 0 0 5px 5px;
  			}
  			a {
  			color:$black-text;
  			img:hover {opacity: 1;}
  			}
  			a:hover {text-decoration: underline;}
  		}
  	}
  }
  .cycle_dd:hover .cycle_dd_drop {
  	display: block!important;
  } */ }
  .favoritesv2 .plp_pagination_toolbar .result_items span a {
    color: #717171;
    text-transform: none;
    padding-left: 6px; }
    .favoritesv2 .plp_pagination_toolbar .result_items span a:hover {
      text-decoration: underline; }
  .favoritesv2 .plp_filter_ul .redactive {
    color: #a53838; }
  .favoritesv2 .plp_filter_ul .spacer {
    margin: 0; }
  .favoritesv2 li.item {
    height: 520px; }
  .favoritesv2 .plp_prod_wrap .plp_qv_arrows {
    width: 102%;
    left: 50%;
    top: 45%;
    margin-left: -51%; }
  .favoritesv2 .plp_prod_wrap:hover .plp_qv_arrows, .favoritesv2 .plp_prod_wrap:hover .movetobag {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition-delay: 100ms; }
  .favoritesv2 .plp_prod_wrap .plp_text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in; }
  .favoritesv2 .plp_prod_wrap:hover .plp_text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.2s, height 0 0.2s;
    transition-delay: 100ms;
    height: 0; }
  .favoritesv2 .plp_prod_wrap .plp_qv_arrows, .favoritesv2 .plp_prod_wrap .movetobag {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.0s, height 0 0.0s; }
  .favoritesv2 .plp_prod_wrap.item_moved {
    position: relative; }
    .favoritesv2 .plp_prod_wrap.item_moved:hover .plp_qv_arrows, .favoritesv2 .plp_prod_wrap.item_moved:hover .movetobag {
      display: none; }
    .favoritesv2 .plp_prod_wrap.item_moved:hover .plp_text_link {
      display: block; }
    .favoritesv2 .plp_prod_wrap.item_moved .plp_prod_img {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
    .favoritesv2 .plp_prod_wrap.item_moved .item_moved_msg {
      width: 100%;
      height: 100%;
      color: black;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      margin-top: 75%;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .120em;
      font-size: 14px;
      text-transform: uppercase; }
  .favoritesv2 .sb_grey {
    width: 65%;
    margin: 0 auto; }
    .favoritesv2 .sb_grey .sbSelector {
      font-family: "Karla", Arial, sans-serif;
      letter-spacing: 0;
      text-transform: none; }
    .favoritesv2 .sb_grey .sbOptions {
      z-index: 10; }
      .favoritesv2 .sb_grey .sbOptions li {
        display: block;
        float: none;
        margin: 0 0 0 10px;
        text-align: left;
        font-size: 12px;
        line-height: 14px; }
        .favoritesv2 .sb_grey .sbOptions li a {
          color: black; }
        .favoritesv2 .sb_grey .sbOptions li .notify {
          color: #a6a6a6; }
  .favoritesv2 .shopbag_cta {
    font-size: 12px !important;
    display: block;
    width: 65%;
    margin: 10px auto 0;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #FFF !important;
    background: #000; }
    .favoritesv2 .shopbag_cta a {
      color: #717171; }
      .favoritesv2 .shopbag_cta a:hover {
        text-decoration: underline; }
    .favoritesv2 .shopbag_cta:hover {
      text-decoration: none;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
  .favoritesv2 .ctl_remove {
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 12px; }
    .favoritesv2 .ctl_remove a {
      color: #717171; }
    .favoritesv2 .ctl_remove a:hover {
      text-decoration: underline; }
  .favoritesv2 .favorites_outofstock_empty p {
    display: block;
    margin: 0 0 10px 0; }
    .favoritesv2 .favorites_outofstock_empty p a {
      text-decoration: underline; }

/* Favorites V2 */
/*Filter Dropdowns*/
.mr_filter_sort_dd {
  border: 1px solid #dbdbdb;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 22px;
  padding-top: 22px;
  margin-top: 10px;
  margin-left: 85px;
  /*plp_filter_ul*/ }
  .mr_filter_sort_dd .plp_filter_ul {
    text-indent: 0px;
    /*li*/ }
    .mr_filter_sort_dd .plp_filter_ul li {
      overflow: visible;
      white-space: normal;
      line-height: 24px;
      font-size: 14px;
      text-align: left;
      padding-bottom: 0px;
      float: none; }
      .mr_filter_sort_dd .plp_filter_ul li a {
        color: #717171;
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px;
        letter-spacing: normal; }
        .mr_filter_sort_dd .plp_filter_ul li a .active {
          font-weight: bold;
          color: #000;
          text-decoration: underline; }
      .mr_filter_sort_dd .plp_filter_ul li a:hover {
        color: #000;
        text-decoration: underline; }

/*plp_filter_sort_dd*/
/*
.drag_active {
	border: 1px solid #cecece;
	padding: 10px;
}*/
/*.mr_fav_products {
	li {
		float: none;
		margin-left: 0px;
		&:hover {
			border: 1px solid #cecece;
			padding: 10px;
		}
	}
	*/
/*Drog and Drap*/
.sortable-placeholder {
  /*border: 1px dashed #CCC;*/
  background: #eee none;
  width: 230px; }

/*My Revolve Bag*/
.mr_bag {
  background-color: black;
  width: 230px;
  min-height: 383px;
  float: right;
  /*margin-top: 39px;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 15px; }
  .mr_bag .mr_bag_total {
    font-weight: normal;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 22px;
    padding-top: 10px;
    color: #fff; }
    .mr_bag .mr_bag_total span {
      font-size: 20px;
      font-weight: 700;
      float: right;
      font-family: "Karla", Arial, sans-serif;
      margin-top: -4px; }
  .mr_bag .mr_cart_checkout input {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 10px;
    width: 100%; }
    .mr_bag .mr_cart_checkout input a {
      color: #717171; }
      .mr_bag .mr_cart_checkout input a:hover {
        text-decoration: underline; }
    .mr_bag .mr_cart_checkout input a {
      background: #FFF;
      color: #000 !important;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .mr_bag .mr_cart_checkout input a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
    .mr_bag .mr_cart_checkout input:hover {
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF; }
  .mr_bag p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px; }
  .mr_bag h1 {
    color: #fff;
    text-align: center; }
  .mr_bag h1:after {
    border-bottom: 1px solid #4a4a4a;
    content: "";
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    width: 50px;
    height: 14px;
    margin-right: auto; }
  .mr_bag ul {
    padding-bottom: 5px;
    border-bottom: 1px dotted #636363;
    margin-bottom: 12px;
    max-height: 402px;
    overflow-y: scroll; }
  .mr_bag li {
    color: #fff;
    line-height: 10px;
    margin-bottom: 15px; }
    .mr_bag li h2 {
      clear: none;
      color: #fff;
      text-transform: uppercase; }
    .mr_bag li h2.price {
      font-size: 16px;
      margin-top: 11px;
      margin-bottom: 7px; }
    .mr_bag li p {
      text-align: left;
      padding: 0px;
      font-size: 12px;
      margin-bottom: 5px;
      line-height: 16px; }
      .mr_bag li p a {
        text-decoration: underline;
        color: #fff; }
        .mr_bag li p a:hover {
          text-decoration: none; }
  .mr_bag li a img {
    width: 80px;
    height: auto;
    margin-right: 10px;
    float: left; }

/* My Orders*/
.mr_order_history_wrap {
  margin-left: -10px; }
  .mr_order_history_wrap .plp_pagination_toolbar .pdp_quantity_box {
    text-transform: uppercase; }
  .mr_order_history_wrap .plp_pagination_toolbar .plp_filter_sortby .dd {
    padding: 0; }
  .mr_order_history_wrap .shopbag_item_table {
    width: 100%;
    margin-top: 15px; }
    .mr_order_history_wrap .shopbag_item_table td {
      padding-top: 18px; }
    .mr_order_history_wrap .shopbag_item_table .mr_order_date {
      width: 95px; }
    .mr_order_history_wrap .shopbag_item_table .mr_order_number {
      width: 103px; }
      .mr_order_history_wrap .shopbag_item_table .mr_order_number a {
        color: #717171; }
        .mr_order_history_wrap .shopbag_item_table .mr_order_number a:hover {
          color: #000;
          text-decoration: underline; }
    .mr_order_history_wrap .shopbag_item_table .mr_tracking {
      width: 150px; }
      .mr_order_history_wrap .shopbag_item_table .mr_tracking a {
        color: #717171; }
        .mr_order_history_wrap .shopbag_item_table .mr_tracking a:hover {
          color: #000;
          text-decoration: underline; }
    .mr_order_history_wrap .shopbag_item_table .mr_delivery {
      width: 122px;
      text-transform: uppercase; }
    .mr_order_history_wrap .shopbag_item_table .mr_order_total {
      width: 98px;
      text-align: right;
      padding-right: 10px; }
    .mr_order_history_wrap .shopbag_item_table tr {
      border-bottom: 1px solid #E1E1E1;
      height: 48px; }
  .mr_order_history_wrap .shopbag_item_table thead {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px; }
    .mr_order_history_wrap .shopbag_item_table thead .shopbag_category_row {
      height: 25px; }

.mr_table_pad {
  padding-left: 0px; }

.mr_order_top_right {
  text-align: right; }

.mr_table_pad_r {
  padding-right: 15px; }

.mr_order_blk {
  color: #000; }

/*details*/
.mr_order_details_wrap .mr_detail_div {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
  height: 20px;
  margin-bottom: 40px;
  width: 100%; }
.mr_order_details_wrap .mr_order_details_top {
  width: 100%;
  margin-top: 15px;
  color: #717171; }
  .mr_order_details_wrap .mr_order_details_top a {
    text-decoration: underline;
    color: black; }
    .mr_order_details_wrap .mr_order_details_top a:hover {
      text-decoration: none; }
  .mr_order_details_wrap .mr_order_details_top p {
    font-size: 14px;
    line-height: 18px;
    color: #000; }
  .mr_order_details_wrap .mr_order_details_top td {
    height: 30px; }
  .mr_order_details_wrap .mr_order_details_top .mr_order_ship td {
    width: 50%; }
    .mr_order_details_wrap .mr_order_details_top .mr_order_ship td .mr_ship_sep {
      height: 8px; }
    .mr_order_details_wrap .mr_order_details_top .mr_order_ship td .mr_ship_est {
      color: #717171; }
    .mr_order_details_wrap .mr_order_details_top .mr_order_ship td span {
      color: #000;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      margin-left: 0px;
      font-size: 12px;
      margin-bottom: 7px;
      display: block; }
      .mr_order_details_wrap .mr_order_details_top .mr_order_ship td span.mr_order_bill {
        color: #717171;
        font-size: 12px;
        font-family: "Karla", Arial, sans-serif;
        margin-bottom: 10px;
        margin-top: 10px;
        text-transform: none; }
  .mr_order_details_wrap .mr_order_details_top tr td span {
    color: #000;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.139em;
    margin-left: 10px; }
.mr_order_details_wrap .shopbag_wrap {
  width: 100%; }
  .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table {
    margin-top: 55px !important;
    width: 100%; }
    .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table thead {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-size: 12px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table thead .shopbag_category_row {
        height: 20px; }
    .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_category_row.bord {
      border-top: none; }
    .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row {
      height: auto; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row td {
        padding-top: 15px;
        padding-bottom: 15px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_description {
        width: 206px;
        padding-right: 50px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_color {
        text-align: left;
        width: 84px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_size {
        text-align: left;
        width: 68px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_qty {
        text-align: left;
        width: 64px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_actions {
        text-align: right;
        width: 178px; }
        .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_actions input {
          padding: 6px 8px; }
        .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_actions p a {
          font-size: 12px; }
        .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_actions .shopbag_cta {
          font-size: 12px;
          text-transform: uppercase;
          margin-top: 5px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_img {
        width: 103px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_status {
        text-align: right;
        width: 194px;
        color: #000;
        text-transform: uppercase; }
        .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_status .shopbag_cta {
          font-size: 12px;
          text-transform: uppercase;
          margin-top: 5px; }
      .mr_order_details_wrap .shopbag_wrap .shopbag_inner .shopbag_item_table .shopbag_item_row .shopbag_item_price {
        width: 90px;
        text-align: right;
        padding: 0px !important; }

.mr_order_message {
  margin-top: 6px;
  position: absolute;
  color: #A53838;
  width: 575px; }

.mr_order_auto_message {
  margin-top: 6px;
  position: absolute; }
  .mr_order_auto_message a {
    text-decoration: underline;
    color: #000; }
    .mr_order_auto_message a:hover {
      text-decoration: none; }

.mr_item_sum {
  color: #000;
  display: block;
  margin-top: 14px; }

/*My Revovle Settigns*/
.mr_settings_wrap .mr_settings_email.unsubscribe {
  border: none;
  margin-bottom: 0px; }
  .mr_settings_wrap .mr_settings_email.unsubscribe li {
    margin-bottom: 20px; }
  .mr_settings_wrap .mr_settings_email.unsubscribe p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 10px; }
  .mr_settings_wrap .mr_settings_email.unsubscribe .sb_grey {
    width: 360px; }
    .mr_settings_wrap .mr_settings_email.unsubscribe .sb_grey label {
      color: #000;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: .125em; }
    .mr_settings_wrap .mr_settings_email.unsubscribe .sb_grey .sbHolder {
      margin-bottom: 40px;
      margin-top: 15px; }
      .mr_settings_wrap .mr_settings_email.unsubscribe .sb_grey .sbHolder .sbSelector {
        width: 90%; }
.mr_settings_wrap .storebalance {
  font-size: 14px; }
  .mr_settings_wrap .storebalance span {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }

.mr_settings_shipping {
  padding-top: 15px; }
  .mr_settings_shipping .co_cta {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 20px;
    text-align: center;
    /*width: 238px;*/
    text-transform: uppercase; }
    .mr_settings_shipping .co_cta:hover {
      background: none repeat scroll 0 0 #888888;
      color: #FFFFFF;
      transition: all 0.09s ease-in 0s; }
  .mr_settings_shipping .specialorder_divide {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    margin: 26px 0;
    width: 100%; }
  .mr_settings_shipping .mr_ship_edit {
    width: 100%; }
    .mr_settings_shipping .mr_ship_edit tr td img {
      float: left;
      display: inline;
      margin-right: 12px; }
    .mr_settings_shipping .mr_ship_edit tr td .mr_cc {
      display: inline-block;
      margin-top: 2px; }
    .mr_settings_shipping .mr_ship_edit tr td h3 {
      color: #717171;
      font-size: 12px;
      font-family: "Karla", Arial, sans-serif;
      margin: 25px 0 15px 0; }
    .mr_settings_shipping .mr_ship_edit tr td.co_table_right {
      text-align: right; }
      .mr_settings_shipping .mr_ship_edit tr td.co_table_right a {
        color: #717171;
        font-size: 12px;
        display: block; }
        .mr_settings_shipping .mr_ship_edit tr td.co_table_right a:hover {
          text-decoration: underline;
          color: #000; }
    .mr_settings_shipping .mr_ship_edit tr td p {
      font-size: 14px;
      line-height: 22px;
      color: #000; }

.mr_settings_email {
  border-bottom: 1px solid #bababa;
  padding-bottom: 50px;
  /*padding-left: 10px;*/
  padding-right: 0px;
  margin-bottom: 45px;
  /*customer feedback css*/
  /* end */
  /*customer feedback css*/
  /* end */ }
  .mr_settings_email .mr_email_fwd {
    margin-top: 50px; }
  .mr_settings_email.customer_feedback {
    border-style: none !important; }
    .mr_settings_email.customer_feedback .co_cta {
      /*width: 334px;*/
      margin-left: 30px; }
    .mr_settings_email.customer_feedback p {
      margin-top: 0px; }
    .mr_settings_email.customer_feedback .cf_confirm_wrap {
      text-align: center;
      padding-top: 70px; }
      .mr_settings_email.customer_feedback .cf_confirm_wrap h2 {
        font-size: 50px; }
      .mr_settings_email.customer_feedback .cf_confirm_wrap p {
        font-size: 24px;
        color: #000;
        font-family: "Karla", Arial, sans-serif;
        line-height: 32px; }
        .mr_settings_email.customer_feedback .cf_confirm_wrap p.cf_coupon_text {
          font-size: 14px;
          color: #717171;
          margin-top: 5px;
          line-height: normal;
          margin-bottom: 65px; }
        .mr_settings_email.customer_feedback .cf_confirm_wrap p span {
          font-weight: bold; }
      .mr_settings_email.customer_feedback .cf_confirm_wrap h2 {
        margin-left: 0px;
        line-height: 65px; }
      .mr_settings_email.customer_feedback .cf_confirm_wrap h3 {
        font-size: 22px;
        color: #000;
        margin-top: 60px;
        letter-spacing: 0.125em; }
      .mr_settings_email.customer_feedback .cf_confirm_wrap .co_cta {
        display: block;
        text-align: center;
        margin: 0 auto 18px; }
    .mr_settings_email.customer_feedback h2 {
      /*margin-left: 16px;*/
      display: inline-block;
      width: 97%;
      float: right; }
    .mr_settings_email.customer_feedback .co_input_box label {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.125em;
      color: #000; }
    .mr_settings_email.customer_feedback .survey_input_box label {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.125em;
      color: #000; }
    .mr_settings_email.customer_feedback .cf_text_box {
      background-color: #FFFFFF;
      border: 1px solid #DDDDDD;
      color: #000000;
      font: 14px "Karla",Arial,sans-serif;
      height: 61px;
      margin-bottom: 25px;
      padding: 19px 15px 5px;
      resize: none;
      text-align: left;
      text-indent: 0;
      white-space: normal;
      width: 97%;
      margin-top: 10px;
      margin-left: 30px;
      clear: both; }
    .mr_settings_email.customer_feedback .size_rec_radio {
      margin-left: 30px; }
      .mr_settings_email.customer_feedback .size_rec_radio label {
        color: #717171;
        font-size: 14px;
        font-family: "Karla", Arial, sans-serif;
        margin: 25px 0 15px 0;
        letter-spacing: normal; }
      .mr_settings_email.customer_feedback .size_rec_radio .radio_list {
        float: left;
        margin-bottom: 0px;
        margin-top: 13px; }
        .mr_settings_email.customer_feedback .size_rec_radio .radio_list li {
          display: inline-block;
          margin-bottom: 10px;
          /*width: 100%;*/ }
    .mr_settings_email.customer_feedback .cf_personal_info ul {
      display: inline-block;
      float: left;
      margin-left: 30px;
      /*margin-right: 25px;*/
      width: 334px; }
      .mr_settings_email.customer_feedback .cf_personal_info ul li {
        margin: 10px 0; }
    .mr_settings_email.customer_feedback .cf_personal_info label {
      display: block;
      line-height: 10px;
      color: #717171;
      font-size: 14px;
      font-family: "Karla", Arial, sans-serif;
      letter-spacing: normal; }
    .mr_settings_email.customer_feedback .cf_personal_info input {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #E1E1E1;
      width: 334px;
      margin-bottom: 18px; }
    .mr_settings_email.customer_feedback .survey_confirm_disclaimer {
      font-size: 12px;
      margin: 40px auto 0;
      width: 700px;
      line-height: 18px; }
      .mr_settings_email.customer_feedback .survey_confirm_disclaimer a {
        color: #000; }
        .mr_settings_email.customer_feedback .survey_confirm_disclaimer a:hover {
          text-decoration: underline; }
  .mr_settings_email.cs_survey_feedback {
    border-style: none !important;
    width: 85%; }
    .mr_settings_email.cs_survey_feedback .cs_survey_box {
      margin-bottom: 50px; }
    .mr_settings_email.cs_survey_feedback .cs_survey_box_experience {
      margin-bottom: 10px; }
    .mr_settings_email.cs_survey_feedback .co_cta {
      width: 334px;
      /*margin-left: 30px;*/
      margin-bottom: 15px; }
    .mr_settings_email.cs_survey_feedback p {
      margin-top: 0px;
      font-size: 16px;
      display: inline; }
    .mr_settings_email.cs_survey_feedback .cf_confirm_wrap {
      text-align: center;
      padding-top: 70px; }
      .mr_settings_email.cs_survey_feedback .cf_confirm_wrap h2 {
        font-size: 50px; }
      .mr_settings_email.cs_survey_feedback .cf_confirm_wrap p {
        font-size: 24px;
        color: #000;
        font-family: "Karla", Arial, sans-serif;
        line-height: 32px; }
        .mr_settings_email.cs_survey_feedback .cf_confirm_wrap p.cf_coupon_text {
          font-size: 14px;
          color: #717171;
          margin-top: 5px;
          line-height: normal;
          margin-bottom: 65px; }
        .mr_settings_email.cs_survey_feedback .cf_confirm_wrap p span {
          font-weight: bold; }
      .mr_settings_email.cs_survey_feedback .cf_confirm_wrap h2 {
        margin-left: 0px;
        line-height: 65px; }
      .mr_settings_email.cs_survey_feedback .cf_confirm_wrap h3 {
        font-size: 22px;
        color: #000;
        margin-top: 60px;
        letter-spacing: 0.125em; }
      .mr_settings_email.cs_survey_feedback .cf_confirm_wrap .co_cta {
        display: block;
        text-align: center;
        margin: 0 auto 18px; }
    .mr_settings_email.cs_survey_feedback h2 {
      margin-right: 15px;
      display: inline-block;
      font-size: 16px;
      /*width: 97%;
      float: right;*/ }
    .mr_settings_email.cs_survey_feedback .co_input_box label {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.125em;
      color: #000; }
    .mr_settings_email.cs_survey_feedback .survey_input_box label {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.125em;
      color: #000; }
    .mr_settings_email.cs_survey_feedback .cf_text_box {
      background-color: #FFFFFF;
      border: 1px solid #DDDDDD;
      color: #000000;
      font: 14px "Karla",Arial,sans-serif;
      height: 124px;
      margin-bottom: 25px;
      padding: 19px 15px 5px;
      resize: none;
      text-align: left;
      text-indent: 0;
      white-space: normal;
      width: 100%;
      margin-top: 10px;
      /*margin-left: 30px;*/
      clear: both; }
    .mr_settings_email.cs_survey_feedback .size_rec_radio {
      /*margin-left: 30px;*/ }
      .mr_settings_email.cs_survey_feedback .size_rec_radio label {
        color: #717171;
        font-size: 14px;
        font-family: "Karla", Arial, sans-serif;
        margin: 25px 0 15px 0;
        letter-spacing: normal; }
      .mr_settings_email.cs_survey_feedback .size_rec_radio .radio_list {
        float: left;
        margin-bottom: 0px;
        margin-top: 13px; }
        .mr_settings_email.cs_survey_feedback .size_rec_radio .radio_list li {
          display: inline-block;
          margin-bottom: 10px;
          margin-right: 40px;
          /*width: 100%;*/ }
    .mr_settings_email.cs_survey_feedback .cs_personal_info {
      margin-top: 19px; }
      .mr_settings_email.cs_survey_feedback .cs_personal_info ul {
        display: inline-block;
        float: left;
        /*margin-left: 30px*/
        /*margin-right: 25px;*/
        width: 334px; }
        .mr_settings_email.cs_survey_feedback .cs_personal_info ul li {
          margin: 10px 0; }
      .mr_settings_email.cs_survey_feedback .cs_personal_info label {
        display: block;
        line-height: 10px;
        color: #717171;
        font-size: 14px;
        font-family: "Karla", Arial, sans-serif;
        letter-spacing: normal; }
      .mr_settings_email.cs_survey_feedback .cs_personal_info input {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #E1E1E1;
        width: 334px;
        /*margin-bottom: 18px;*/ }
        .mr_settings_email.cs_survey_feedback .cs_personal_info input.errortextbox {
          background: #EDDADA;
          border: 1px solid #A53838; }
    .mr_settings_email.cs_survey_feedback .cs_personal_info ul {
      display: inline-block;
      float: left;
      /*margin-left: 30px*/
      /*margin-right: 25px;*/
      /*width: 334px;*/
      width: 100%; }
      .mr_settings_email.cs_survey_feedback .cs_personal_info ul li {
        margin: 10px 0;
        display: inline-block;
        width: 48%; }
        .mr_settings_email.cs_survey_feedback .cs_personal_info ul li.name {
          margin-right: 29px; }
    .mr_settings_email.cs_survey_feedback .cs_personal_info label {
      display: block;
      line-height: 26px;
      color: #717171;
      font-size: 14px;
      font-family: "Karla", Arial, sans-serif;
      letter-spacing: normal; }
    .mr_settings_email.cs_survey_feedback .cs_personal_info input {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #E1E1E1;
      width: 100%;
      /*margin-bottom: 18px;*/ }
    .mr_settings_email.cs_survey_feedback .survey_confirm_disclaimer {
      font-size: 12px;
      margin: 40px auto 0;
      width: 700px;
      line-height: 18px; }
      .mr_settings_email.cs_survey_feedback .survey_confirm_disclaimer a {
        color: #000; }
        .mr_settings_email.cs_survey_feedback .survey_confirm_disclaimer a:hover {
          text-decoration: underline; }
  .mr_settings_email .mr_settings_current_email {
    color: #717171;
    font-size: 12px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.125em; }
    .mr_settings_email .mr_settings_current_email span {
      color: #000; }
  .mr_settings_email .mr_email_set {
    margin-top: 40px; }
  .mr_settings_email .size_rec_radio .radio_list {
    margin-top: 15px; }
    .mr_settings_email .size_rec_radio .radio_list li {
      float: left;
      margin-right: 35px;
      display: inline; }
  .mr_settings_email h2 {
    color: #000;
    display: inline;
    text-transform: uppercase; }
  .mr_settings_email p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
    margin-top: 22px; }
  .mr_settings_email .mr_settings_logout {
    margin-top: 22px;
    margin-bottom: 28px; }
    .mr_settings_email .mr_settings_logout a {
      color: black;
      text-decoration: none;
      margin-left: 15px;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .125em; }
      .mr_settings_email .mr_settings_logout a:hover {
        text-decoration: underline; }
    .mr_settings_email .mr_settings_logout h2 {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #000;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 8px; }
  .mr_settings_email .mr_settings_unsubscribe {
    margin-top: 22px;
    margin-bottom: 12px; }
    .mr_settings_email .mr_settings_unsubscribe a {
      color: black;
      text-decoration: underline;
      margin-left: 15px; }
      .mr_settings_email .mr_settings_unsubscribe a:hover {
        text-decoration: none; }
    .mr_settings_email .mr_settings_unsubscribe h2 {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #000;
      text-transform: uppercase;
      display: inline;
      margin-right: 15px; }
  .mr_settings_email .co_cta {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.159em;
    padding: 20px;
    text-align: center;
    width: 334px; }
    .mr_settings_email .co_cta:hover {
      background: none repeat scroll 0 0 #888888;
      color: #FFFFFF;
      transition: all 0.09s ease-in 0s; }
  .mr_settings_email .co_input_box {
    margin-bottom: 20px; }
    .mr_settings_email .co_input_box input {
      width: 260px;
      background: none repeat scroll 0 0 #EAEAEA;
      border: 1px solid #E1E1E1;
      display: block;
      margin-top: 10px; }

/*customer service popup css*/
.cs_feedback_pop {
  text-align: center; }
  .cs_feedback_pop h3 {
    text-transform: uppercase; }
  .cs_feedback_pop p {
    font-size: 14px;
    margin-bottom: 20px; }
  .cs_feedback_pop .cs_feed {
    color: white !important;
    text-transform: uppercase;
    width: 309px !important; }

/*customer service popup css END*/
.header_paragraph {
  font-size: 14px;
  line-height: 24px;
  font-family: "Karla", Arial, sans-serif;
  text-transform: none;
  color: #717171;
  letter-spacing: normal !important;
  margin-top: 20px;
  margin-bottom: 15px; }

.mr_settings_email.pass {
  border: none;
  margin-bottom: 0px; }

.rev_main.mr {
  width: 77%; }

.mr_order_total_border {
  border-top: none !important; }

.shopbag_total_wrap.mr_order_total_center {
  margin-left: 124px !important;
  float: none !important;
  width: 456px !important; }
  .shopbag_total_wrap.mr_order_total_center table {
    width: 456px !important; }
    .shopbag_total_wrap.mr_order_total_center table td {
      padding-right: 0px !important; }
    .shopbag_total_wrap.mr_order_total_center table th .red_text, .shopbag_total_wrap.mr_order_total_center table td .red_text {
      color: #a53838;
      padding-left: 0px; }

.mr_order_title_pad {
  padding: 0px !important; }

/*My revolve edit ship popup*/
.mr_edit_ship {
  border: solid 1px #ddd; }
  .mr_edit_ship .checkout_wrap .co_payment_options .co_input_box_80 input {
    width: 348px;
    margin-top: 3px; }
  .mr_edit_ship .checkout_wrap .co_edit_form h3 {
    text-transform: uppercase; }
  .mr_edit_ship .checkout_wrap .co_edit_form .co_input_box_80 input {
    width: 348px;
    margin-top: 3px; }

.mr_remove_ship {
  border: solid 1px #ddd; }
  .mr_remove_ship .checkout_wrap .co_popup_cancel {
    padding: 32px 0 0; }
  .mr_remove_ship .checkout_wrap .co_edit_form h3 {
    text-transform: uppercase;
    text-align: center; }
  .mr_remove_ship .checkout_wrap .co_edit_form p {
    text-align: center;
    margin: 20px 0 25px 0; }
  .mr_remove_ship .checkout_wrap .co_edit_form form {
    width: 145px;
    margin: 0 auto; }
    .mr_remove_ship .checkout_wrap .co_edit_form form .co_popup_cta {
      width: 145px;
      margin: 0 auto;
      color: white; }

.mr_edit_bill_title {
  font-size: 12px !important; }

.co_cc_list li {
  margin-left: 0px !important; }

.mr_settings_email .co_input_box .errortextbox {
  background: none repeat scroll 0 0 #EDDADA;
  border: 1px solid #FF0000; }

.login_error {
  display: block;
  color: #C9383F;
  font-size: 12px;
  margin: 5px 0; }
  .login_error a {
    color: #C9383F;
    text-decoration: underline; }
    .login_error a:hover {
      text-decoration: none; }

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .mr_order_history_wrap .shopbag_item_table .shopbag_category_row {
    font-size: 10px; }

  .subscribe_wrap {
    width: 768px; }

  .subscribe_form form .co_input_box.half {
    margin-right: 0 !important; }

  .subscribe_form form .co_drop.bday .month, .subscribe_form .co_drop.bday .day {
    margin-right: 0px; }

  .subscribe_form form .size_rec_radio .radio_list.preference li {
    width: 59%; }

  .favoritesv2 li.item {
    width: 175px;
    height: 423px; }
    .favoritesv2 li.item .designer_brand h2 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; } }
/*
|>----------------------------------------------------------------------------------------------<|
| // Checkout - login pages / checkout pages
|>----------------------------------------------------------------------------------------------<|
*/
.errorcolor {
  color: #a53838 !important; }

.rev_login_popup {
  position: relative;
  min-width: 680px;
  min-height: 470px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin: 0 auto; }

.login_landing_wrap {
  max-width: 960px;
  min-width: 768px;
  width: 100%;
  margin: 50px auto; }
  .login_landing_wrap .rev_login_inner {
    padding: 0;
    margin: 30px 0 0 0; }

.login_landing_wrap .title_semi {
  font-size: 20px; }
.login_landing_wrap p {
  margin: 5px 0 0; }

.rev_login_inner {
  padding: 45px 30px 25px; }
  .rev_login_inner .errortextbox {
    background: #EDDADA;
    border: 1px solid #A53838; }
  .rev_login_inner .errorlogin {
    color: #a53838;
    display: block;
    margin: 5px 0; }
  .rev_login_inner #signin_pw_fake {
    color: #a53838; }
  .rev_login_inner .login_inner_header {
    text-align: center;
    padding: 10px 0 30px; }
    .rev_login_inner .login_inner_header h1 {
      font-size: 22px;
      color: black;
      letter-spacing: .130em; }
    .rev_login_inner .login_inner_header p {
      margin: 5px 0 15px;
      font-size: 14px; }
  .rev_login_inner h2 {
    font-size: 15px;
    letter-spacing: .120em;
    color: black; }
  .rev_login_inner h2 {
    margin: 0; }
  .rev_login_inner form {
    padding-top: 30px; }
  .rev_login_inner .login_input_box {
    margin-bottom: 25px; }
    .rev_login_inner .login_input_box label {
      display: block;
      line-height: 0;
      font-size: 13px; }
    .rev_login_inner .login_input_box input {
      display: block;
      width: 100%;
      margin: 10px 0 5px; }
    .rev_login_inner .login_input_box .login_error {
      font-size: 12px;
      line-height: 0;
      margin: 0;
      color: #a53838; }
  .rev_login_inner .radio_list label {
    font-size: 13px; }
  .rev_login_inner .pdp_review_submit {
    margin: 20px 0;
    position: relative; }
    .rev_login_inner .pdp_review_submit input {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .159em;
      color: white;
      background: black;
      text-align: center;
      padding: 20px 0;
      font-size: 14px;
      border: none;
      display: inline-block; }
    .rev_login_inner .pdp_review_submit input:hover {
      background: #717171;
      color: white;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
  .rev_login_inner .forgot_pw a {
    color: black;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .120em; }
  .rev_login_inner .forgot_pw a:hover {
    text-decoration: underline; }
  .rev_login_inner .login_shop_safesecure span {
    width: 20px;
    height: 20px;
    background-position: -26px -26px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 7px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .rev_login_inner .login_leftside {
    width: 305px;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 30px; }
    .rev_login_inner .login_leftside .login_shop_safesecure {
      margin-top: 45px; }
    .rev_login_inner .login_leftside .pdp_review_submit input {
      width: 100%; }
  .rev_login_inner .login_rightside {
    width: 305px;
    float: left;
    padding-left: 30px; }
    .rev_login_inner .login_rightside .login_disclaim {
      line-height: 1.4; }
    .rev_login_inner .login_rightside .pdp_review_submit input {
      width: 100%; }
    .rev_login_inner .login_rightside .login_shop_safesecure {
      float: right;
      margin-top: 150px; }
  .rev_login_inner .login_forgotpw {
    width: 600px;
    margin: 65px auto 0;
    text-align: center; }
    .rev_login_inner .login_forgotpw p {
      margin: 10px 0 20px;
      font-size: 13px; }
    .rev_login_inner .login_forgotpw .login_forgotpw_inputbox input {
      width: 50%; }
    .rev_login_inner .login_forgotpw .pdp_review_submit input {
      width: 50%; }

.co_edit_popup_wrap.forgotpw {
  min-width: 600px;
  width: auto;
  min-height: 200px;
  padding: 25px;
  text-align: center; }
  .co_edit_popup_wrap.forgotpw h1 {
    font-size: 14px;
    margin: 5px 0; }
  .co_edit_popup_wrap.forgotpw form {
    width: 60%;
    margin: 20px auto; }
    .co_edit_popup_wrap.forgotpw form input {
      width: 100%;
      margin: 10px 0; }
  .co_edit_popup_wrap.forgotpw h3 a {
    font-size: 12px;
    text-transform: uppercase; }

.co_header {
  height: 50px;
  width: 960px;
  margin: 0 auto; }
  .co_header h1 {
    float: left;
    padding: 20px 0; }
    .co_header h1 img {
      display: block;
      width: 200px; }
  .co_header ul {
    display: block;
    padding: 30px 0 10px;
    float: right;
    color: black; }
    .co_header ul .sep_diamond {
      width: 15px;
      height: 12px;
      vertical-align: middle;
      text-indent: -9999px;
      display: inline-block !important;
      background-position: -8px -31px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .co_header ul .livechat {
      background: none;
      width: auto;
      height: auto;
      padding: 0; }
      .co_header ul .livechat span {
        width: 15px;
        height: 13px;
        display: inline-block !important;
        background-position: -88px -6px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .co_header ul .livechat:hover {
      text-decoration: underline; }
    .co_header ul .co_etrust {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 0;
      color: black;
      font-size: 12px; }
      .co_header ul .co_etrust a {
        color: #717171; }
        .co_header ul .co_etrust a:hover {
          text-decoration: underline; }
      .co_header ul .co_etrust span {
        height: 22px;
        width: 30px;
        display: inline-block !important;
        vertical-align: middle;
        background-position: -165px -21px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
    .co_header ul li {
      display: inline;
      margin-left: 9px; }

.co_rev_head nav {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  clear: both;
  background: black; }
  .co_rev_head nav ul {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0; }
    .co_rev_head nav ul .co_active {
      border-bottom: 2px solid white;
      padding-bottom: 5px;
      color: white; }
    .co_rev_head nav ul li {
      display: inline;
      letter-spacing: .140em;
      margin: 0 25px; }
      .co_rev_head nav ul li a {
        color: #666;
        letter-spacing: .140em; }
      .co_rev_head nav ul li a:hover {
        color: white;
        border-bottom: 2px solid white;
        padding-bottom: 5px; }

.order_summary_area p.shoe_surcharge {
  padding: 0 10px;
  width: 350px; }

.summary_item_desc {
  color: #717171; }
  .summary_item_desc.billing_addy_title {
    margin: -20px 0 -10px 0;
    font-weight: bold;
    color: black; }

.checkout_wrap {
  margin: 25px 0;
  /* DELIVERY OPTIONS */
  /* Delivery Options */
  /* Gift Options Div / Popup */
  /* Credits and Promos */
  /* co_payment_options */ }
  .checkout_wrap .errorlogin {
    color: #a53838;
    display: block;
    margin: 5px 0; }
  .checkout_wrap .footer_payments.selectedcard ul li {
    opacity: 0.5; }
  .checkout_wrap .footer_payments.selectedcard .activecard {
    opacity: 1; }
  .checkout_wrap .co_shippingoption_table .footer_payments ul {
    margin: 0; }
    .checkout_wrap .co_shippingoption_table .footer_payments ul li {
      margin: 0 2px; }
  .checkout_wrap .paypal_instruct {
    font-size: 11px;
    padding: 15px 0; }
  .checkout_wrap .co_cc_payp {
    display: inline-block !important;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    vertical-align: middle;
    width: 45px;
    height: 27px;
    background-position: -90px -504px; }
  .checkout_wrap h2 {
    color: black;
    font-size: 16px;
    letter-spacing: .130em; }
    .checkout_wrap h2 span a {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 12px;
      color: #717171;
      padding-left: 10px; }
    .checkout_wrap h2 span a:hover {
      text-decoration: underline; }
  .checkout_wrap form {
    margin: 15px 0; }
    .checkout_wrap form label {
      display: block;
      padding: 8px 0 5px; }
    .checkout_wrap form input {
      margin: 5px 0;
      background: #EAEAEA;
      border: 1px solid #e1e1e1; }
    .checkout_wrap form .radio_float_left {
      display: inline-block;
      margin-top: 10px; }
    .checkout_wrap form .size_rec_radio .co_bz_radio_list {
      padding: 10px 0 10px 0;
      display: inline-block;
      padding-top: 8px; }
      .checkout_wrap form .size_rec_radio .co_bz_radio_list li {
        color: black;
        font-size: 14px;
        float: left;
        margin-left: 5px; }
        .checkout_wrap form .size_rec_radio .co_bz_radio_list li input, .checkout_wrap form .size_rec_radio .co_bz_radio_list li label {
          display: inline; }
        .checkout_wrap form .size_rec_radio .co_bz_radio_list li label {
          padding: 5px 0 0 0; }
    .checkout_wrap form .co_input_box {
      display: block; }
      .checkout_wrap form .co_input_box .errortextbox {
        background: #EDDADA;
        border: 1px solid #A53838; }
      .checkout_wrap form .co_input_box input {
        width: 100%; }
      .checkout_wrap form .co_input_box span {
        font-size: 11px; }
    .checkout_wrap form .co_input_box_80 {
      margin-left: 15px;
      display: inline-block; }
      .checkout_wrap form .co_input_box_80 .errortextbox {
        background: #EDDADA;
        border: 1px solid #A53838; }
      .checkout_wrap form .co_input_box_80 input {
        width: 329px; }
    .checkout_wrap form .co_input_box_60 {
      margin: 10px 0 0 15px;
      display: inline-block;
      vertical-align: top; }
      .checkout_wrap form .co_input_box_60 .errortextbox {
        background: #EDDADA;
        border: 1px solid #A53838; }
      .checkout_wrap form .co_input_box_60 input {
        width: 271px; }
    .checkout_wrap form .co_drop {
      width: 100%; }
    .checkout_wrap form .co_drop_20 {
      display: inline-block;
      width: 20%;
      vertical-align: top; }
      .checkout_wrap form .co_drop_20 .sb_grey label {
        padding: 8px 0;
        display: block; }
      .checkout_wrap form .co_drop_20 .sb_grey .errortextbox {
        background: #EDDADA;
        border: 1px solid #A53838; }
  .checkout_wrap .co_required {
    color: black;
    margin: 10px 0; }
  .checkout_wrap .radio_list {
    margin: 15px 0; }
    .checkout_wrap .radio_list li {
      margin: 5px 0; }
      .checkout_wrap .radio_list li label {
        padding: 2px 0 5px;
        display: inline-block; }
  .checkout_wrap .co_cta, .checkout_wrap .co_cta_order {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .159em;
    color: white;
    background: black;
    text-align: center;
    padding: 20px 20px;
    font-size: 14px;
    border: none;
    display: inline-block; }
  .checkout_wrap .co_cta:hover, .checkout_wrap .co_cta_order:hover {
    background: #888;
    color: white;
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }
  .checkout_wrap .co_cta_order {
    width: 100%; }
  .checkout_wrap .paypalcta_icon {
    background: url("../i/rev_global_icons.png") no-repeat -30px -886px/270px auto;
    border: 1px solid black;
    display: inline-block;
    height: 48px;
    width: 110px; }
  .checkout_wrap .co_cta_order.paypalcta {
    padding: 14px 20px;
    vertical-align: top;
    width: 310px;
    margin: 0; }
  .checkout_wrap .co_cta_order.paypalcta2 {
    padding: 14px 20px;
    vertical-align: top;
    width: 345px;
    margin: 0; }
  .checkout_wrap .co_current_shippingaddress ul {
    margin: 15px 0;
    color: black; }
  .checkout_wrap .co_select_shippingoption {
    padding: 20px 0; }
  .checkout_wrap .co_shippingoption_table {
    width: 100%;
    margin: 15px 0; }
    .checkout_wrap .co_shippingoption_table ul {
      color: #717171;
      margin: 5px 0; }
      .checkout_wrap .co_shippingoption_table ul li {
        list-style: disc;
        margin-left: 15px; }
    .checkout_wrap .co_shippingoption_table tr th, .checkout_wrap .co_shippingoption_table tr td {
      padding: 8px 0; }
    .checkout_wrap .co_shippingoption_table tr th {
      width: 5%; }
    .checkout_wrap .co_shippingoption_table tr td {
      color: black;
      vertical-align: top; }
      .checkout_wrap .co_shippingoption_table tr td p span {
        color: #717171; }
      .checkout_wrap .co_shippingoption_table tr td .co_table_int_duties {
        color: #a53838;
        line-height: 1.2; }
        .checkout_wrap .co_shippingoption_table tr td .co_table_int_duties.signpackage {
          padding-top: 6px; }
    .checkout_wrap .co_shippingoption_table tr .co_table_right {
      text-align: right; }
  .checkout_wrap .headerdrop a {
    color: black; }
  .checkout_wrap .headerdrop a:hover {
    text-decoration: underline; }
  .checkout_wrap .headerdrop span {
    width: 10px;
    height: 15px;
    margin: 0 0 0 15px;
    display: inline-block !important;
    background-position: -50px -6px;
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block; }
  .checkout_wrap .headerdrop .active_arrowdown {
    background-position: -10px -6px; }
  .checkout_wrap .co_delivery_options {
    width: 435px;
    position: relative;
    float: left; }
    .checkout_wrap .co_delivery_options .sb_grey .sbOptions {
      padding: 10px;
      text-align: left; }
  .checkout_wrap .co_gift_options {
    padding: 0; }
    .checkout_wrap .co_gift_options p {
      color: black;
      padding: 10px 0; }
    .checkout_wrap .co_gift_options .size_rec_radio {
      margin: 10px 0; }
    .checkout_wrap .co_gift_options .co_giftwrap_samp {
      padding: 10px 0; }
    .checkout_wrap .co_gift_options label {
      display: block;
      padding: 5px 0; }
    .checkout_wrap .co_gift_options input, .checkout_wrap .co_gift_options textarea {
      background: #eaeaea;
      border: 1px solid #e1e1e1; }
    .checkout_wrap .co_gift_options .co_gift_input {
      width: 200px;
      float: left; }
      .checkout_wrap .co_gift_options .co_gift_input input {
        width: 100%; }
    .checkout_wrap .co_gift_options .co_gift_input2 {
      width: 200px;
      float: right; }
      .checkout_wrap .co_gift_options .co_gift_input2 input {
        width: 100%; }
    .checkout_wrap .co_gift_options .co_gift_message {
      width: 100%;
      padding: 10px 0; }
      .checkout_wrap .co_gift_options .co_gift_message label span {
        color: black;
        text-align: right;
        float: right; }
      .checkout_wrap .co_gift_options .co_gift_message textarea {
        width: 100%; }
  .checkout_wrap .co_credits_promos {
    margin: 15px 0; }
    .checkout_wrap .co_credits_promos .howtoapply {
      color: black;
      margin: 0 0 15px 0; }
      .checkout_wrap .co_credits_promos .howtoapply span {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .checkout_wrap .co_credits_promos .co_creditpromo_input {
      margin: 5px 0; }
      .checkout_wrap .co_credits_promos .co_creditpromo_input label {
        display: block;
        padding: 10px 0; }
      .checkout_wrap .co_credits_promos .co_creditpromo_input .creditpromo_input {
        width: 76%;
        background: #eaeaea;
        border: 1px solid #e1e1e1; }
      .checkout_wrap .co_credits_promos .co_creditpromo_input .creditpromo_input.errortextbox {
        background: #EDDADA;
        border: 1px solid #A53838; }
      .checkout_wrap .co_credits_promos .co_creditpromo_input .creditpromo_cta {
        width: 23%;
        height: 30px;
        background: black;
        color: white;
        border: none;
        float: right; }
      .checkout_wrap .co_credits_promos .co_creditpromo_input .creditpromo_cta:hover {
        background: #717171;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }
    .checkout_wrap .co_credits_promos .co_creditpromo_applied {
      width: 100%;
      margin: 15px 0;
      font-size: 14px;
      height: 38px; }
      .checkout_wrap .co_credits_promos .co_creditpromo_applied span a {
        padding-left: 10px;
        text-decoration: underline; }
      .checkout_wrap .co_credits_promos .co_creditpromo_applied th {
        text-indent: 10px;
        color: black;
        vertical-align: middle;
        line-height: 1.6; }
      .checkout_wrap .co_credits_promos .co_creditpromo_applied td {
        text-align: center;
        vertical-align: top; }
        .checkout_wrap .co_credits_promos .co_creditpromo_applied td a {
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          letter-spacing: .120em;
          color: black; }
        .checkout_wrap .co_credits_promos .co_creditpromo_applied td a:hover {
          text-decoration: underline; }
  .checkout_wrap .co_payment_options {
    width: 435px;
    float: left; }
    .checkout_wrap .co_payment_options h2 .error_select_address, .checkout_wrap .co_payment_options .co_semi_title .error_select_address {
      display: inline;
      margin-left: 8px;
      font-family: #717171;
      letter-spacing: 0;
      color: #a53838;
      font-size: 11px; }
  .checkout_wrap .co_payment_details {
    margin: 30px 0; }
    .checkout_wrap .co_payment_details h2 {
      margin: 15px 0;
      display: block; }
    .checkout_wrap .co_payment_details .co_label_radio {
      padding: 0; }
    .checkout_wrap .co_payment_details .edit_billing_label {
      padding: 0; }
    .checkout_wrap .co_payment_details label {
      display: block;
      padding: 10px 0; }
    .checkout_wrap .co_payment_details .errortextbox {
      background: #EDDADA;
      border: 1px solid #A53838; }
    .checkout_wrap .co_payment_details .co_cta_order {
      background: black;
      color: white;
      border: 0;
      clear: both;
      margin: 4px auto;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase; }
      .checkout_wrap .co_payment_details .co_cta_order a {
        color: #717171; }
        .checkout_wrap .co_payment_details .co_cta_order a:hover {
          text-decoration: underline; }
      .checkout_wrap .co_payment_details .co_cta_order a {
        color: #FFF !important;
        background: #000;
        display: inline-block;
        text-align: center;
        border: 0;
        padding: 12px 10px; }
        .checkout_wrap .co_payment_details .co_cta_order a:hover {
          text-decoration: none;
          -webkit-transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -o-transition: all 0.125s ease-in-out;
          transition: all 0.125s ease-in-out;
          background: #717171;
          color: #FFF; }
      .checkout_wrap .co_payment_details .co_cta_order:hover {
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }
    .checkout_wrap .co_payment_details input {
      background: #eaeaea;
      border: 1px solid #e1e1e1; }
    .checkout_wrap .co_payment_details .co_shippingoption_table th, .checkout_wrap .co_payment_details .co_shippingoption_table td {
      padding: 10px 0; }
    .checkout_wrap .co_payment_details .co_creditpromo_input input {
      width: 100%; }
    .checkout_wrap .co_payment_details .co_creditpromo_input.errortextbox {
      background: #EDDADA;
      border: 1px solid #A53838; }
    .checkout_wrap .co_payment_details .cc_info_dd {
      display: inline-block;
      vertical-align: top;
      margin: 10px 0; }
      .checkout_wrap .co_payment_details .cc_info_dd .sb_grey {
        width: 80px;
        display: inline-block;
        margin-right: 13px; }
    .checkout_wrap .co_payment_details .co_security_input {
      width: 240px;
      margin: 10px 0;
      vertical-align: top;
      display: inline-block; }
      .checkout_wrap .co_payment_details .co_security_input span a {
        color: #717171;
        float: right;
        text-decoration: underline; }
      .checkout_wrap .co_payment_details .co_security_input input {
        width: 240px; }
  .checkout_wrap .co_billing_address {
    margin: 15px 0; }
    .checkout_wrap .co_billing_address .size_rec_radio .co_shippingoption_table th, .checkout_wrap .co_billing_address .size_rec_radio .co_shippingoption_table td {
      vertical-align: top;
      padding: 10px 0;
      color: black; }
  .checkout_wrap .co_security_wheretofind {
    min-height: 305px;
    padding: 10px 30px 0; }
    .checkout_wrap .co_security_wheretofind .cc_howtofind {
      width: 170px;
      margin-right: 25px;
      display: inline-block;
      vertical-align: top; }
      .checkout_wrap .co_security_wheretofind .cc_howtofind img {
        padding: 8px 0; }
      .checkout_wrap .co_security_wheretofind .cc_howtofind h4 {
        color: black;
        font-size: 12px;
        margin: 10px 0 0; }
      .checkout_wrap .co_security_wheretofind .cc_howtofind p {
        font-size: 12px;
        line-height: 1.6;
        padding: 10px 0; }
  .checkout_wrap .co_review_confirm {
    float: left;
    width: 435px; }
    .checkout_wrap .co_review_confirm h2 {
      margin: 20px 0; }
    .checkout_wrap .co_review_confirm .co_review_confirm_edit {
      margin: 20px 0 20px 15px;
      font-size: 13px; }
      .checkout_wrap .co_review_confirm .co_review_confirm_edit h3 {
        color: black;
        letter-spacing: 0.1em; }
        .checkout_wrap .co_review_confirm .co_review_confirm_edit h3 span a {
          font-family: "Karla", Arial, sans-serif;
          color: #717171;
          padding-left: 9px;
          letter-spacing: 0;
          text-decoration: underline; }
        .checkout_wrap .co_review_confirm .co_review_confirm_edit h3 span a:hover {
          text-decoration: underline; }
      .checkout_wrap .co_review_confirm .co_review_confirm_edit ul {
        padding: 10px 0px;
        color: black; }
        .checkout_wrap .co_review_confirm .co_review_confirm_edit ul li img {
          vertical-align: middle;
          padding-right: 10px; }
    .checkout_wrap .co_review_confirm .co_ali_img {
      padding: 9px 8px;
      border: 1px solid #F9661C;
      float: left;
      vertical-align: middle; }
      .checkout_wrap .co_review_confirm .co_ali_img img {
        vertical-align: middle; }
    .checkout_wrap .co_review_confirm .co_ali_cta {
      vertical-align: middle;
      background: #F9661C;
      color: white;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      border: none;
      letter-spacing: .120em;
      padding: 15px 15px;
      margin: 0; }
    .checkout_wrap .co_review_confirm .co_ali_cta:hover {
      background: #ff874b; }
  .checkout_wrap .co_confirm_summary .co_thankyou_head {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1; }
    .checkout_wrap .co_confirm_summary .co_thankyou_head h1 {
      margin: 10px 0;
      font-size: 22px;
      color: black;
      letter-spacing: .130em; }
    .checkout_wrap .co_confirm_summary .co_thankyou_head p {
      padding: 5px 0 0;
      color: black;
      font-size: 14px; }
      .checkout_wrap .co_confirm_summary .co_thankyou_head p span {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        padding-left: 5px;
        letter-spacing: .120em;
        text-transform: uppercase; }
  .checkout_wrap .co_confirm_summary .co_review_confirm_edit {
    margin: 20px 0 20px 0; }
  .checkout_wrap .co_confirm_summary .order_summary_area {
    float: none; }
    .checkout_wrap .co_confirm_summary .order_summary_area h2 {
      font-size: 14px; }
  .checkout_wrap .co_confirm_createacct {
    float: right;
    width: 355px;
    margin: 20px 0; }
    .checkout_wrap .co_confirm_createacct h3 {
      color: black;
      letter-spacing: .120em; }
    .checkout_wrap .co_confirm_createacct p {
      padding: 10px 0; }
    .checkout_wrap .co_confirm_createacct .co_cta {
      margin: 20px 0; }
  .checkout_wrap .co_process_order {
    text-align: center;
    color: black;
    margin-top: 220px; }
    .checkout_wrap .co_process_order h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 7px 0; }
    .checkout_wrap .co_process_order h2 {
      font-size: 14px;
      margin: 7px 0;
      font-family: "Karla", Arial, sans-serif; }
    .checkout_wrap .co_process_order span {
      margin: 15px 0;
      display: block; }

@-moz-document url-prefix() {
  .checkout_wrap .co_review_confirm .co_ali_cta {
    padding: 16px; }
  .checkout_wrap .co_cta_order.paypalcta, .checkout_wrap .co_cta_order.paypalcta2 {
    padding: 15px 20px; }
  .checkout_wrap form .ship_edit .co_input_box_80 input {
    width: 349px;
    margin: 3px 0; }

  .co_edit_popup_wrap .co_payment_details .co_payment_details_marginleft .co_security_input input {
    margin: 1px 0; } }

/* Checkout Popups */
.co_security_code_popup {
  position: relative;
  min-width: 680px;
  min-height: 355px;
  background: #F5F5F5;
  padding: 60px; }
  .co_security_code_popup .cc_howtofind {
    width: 255px;
    margin-right: 23px;
    display: inline-block;
    vertical-align: top; }
    .co_security_code_popup .cc_howtofind img {
      padding: 8px 0; }
    .co_security_code_popup .cc_howtofind h4 {
      color: black;
      font-size: 13px;
      margin: 10px 0 0; }
    .co_security_code_popup .cc_howtofind p {
      font-size: 14px;
      line-height: 1.6;
      padding: 10px 0; }

.order_summary_area {
  float: right; }
  .order_summary_area .order_sum_returnhead {
    font-size: 13px;
    color: black;
    margin-top: 20px; }

/* order summary area */
.order_summary_products_wrap {
  border: 1px solid #e1e1e1;
  width: 355px;
  margin: 15px 0; }
  .order_summary_products_wrap table {
    width: 100%; }
    .order_summary_products_wrap table tbody tr {
      border-bottom: 1px solid #e1e1e1; }
      .order_summary_products_wrap table tbody tr th, .order_summary_products_wrap table tbody tr td {
        vertical-align: middle;
        padding: 10px;
        color: black; }
        .order_summary_products_wrap table tbody tr th .discount_price, .order_summary_products_wrap table tbody tr td .discount_price {
          color: #a53838; }
        .order_summary_products_wrap table tbody tr th .original_price, .order_summary_products_wrap table tbody tr td .original_price {
          color: #717171;
          padding-left: 5px;
          text-decoration: line-through; }
      .order_summary_products_wrap table tbody tr th {
        text-align: center; }
      .order_summary_products_wrap table tbody tr .restrict_notice {
        color: #a53838;
        font-size: 11px; }
        .order_summary_products_wrap table tbody tr .restrict_notice img {
          display: inline-block;
          margin-right: 5px; }
        .order_summary_products_wrap table tbody tr .restrict_notice a {
          color: #a53838; }
  .order_summary_products_wrap .co_subtotal_summary {
    margin: 15px;
    width: 90%; }
    .order_summary_products_wrap .co_subtotal_summary tfoot tr th, .order_summary_products_wrap .co_subtotal_summary tfoot tr td {
      vertical-align: middle;
      color: black;
      padding: 3px 0; }
    .order_summary_products_wrap .co_subtotal_summary tfoot tr td {
      text-align: right; }
    .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row {
      border-top: 1px solid #e1e1e1; }
      .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row th, .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row td {
        font-weight: 700;
        padding-top: 10px;
        vertical-align: top; }
      .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row td {
        width: 30%; }
    .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row2 th, .order_summary_products_wrap .co_subtotal_summary tfoot .co_estimated_total_row2 td {
      padding: 3px 0 10px; }
  .order_summary_products_wrap .shopbag_total_int_disclaim {
    padding: 0px 15px 15px 16px; }

.co_cc_list li {
  display: inline;
  margin-right: 4px; }

.co_cc_list.payment_cc_list li {
  margin-right: 0; }
  .co_cc_list.payment_cc_list li img {
    opacity: 0.4; }
.co_cc_list.payment_cc_list .payment_cc_txt {
  display: block;
  margin: 10px 0 0; }
.co_cc_list.payment_cc_list .active_cc img {
  opacity: 1; }

/* checkout edit popup */
.co_edit_popup_wrap {
  width: 540px;
  position: relative;
  margin: 0 auto;
  background: #F8F8F8;
  border: 1px solid #e1e1e1;
  /*edit payment popup */
  /* verify address popup */ }
  .co_edit_popup_wrap .checkout_wrap {
    margin: 0;
    padding: 39px; }
    .co_edit_popup_wrap .checkout_wrap .co_edit_form .sb_grey .sbOptions {
      padding: 10px;
      text-align: left; }
    .co_edit_popup_wrap .checkout_wrap .co_edit_form .size_rec_radio .co_input_box_80 {
      margin-left: 15px;
      display: inline-block; }
      .co_edit_popup_wrap .checkout_wrap .co_edit_form .size_rec_radio .co_input_box_80 input {
        width: 350px; }
    .co_edit_popup_wrap .checkout_wrap .co_edit_form .ship_edit .co_input_box_80 {
      margin-left: 15px;
      display: inline-block; }
      .co_edit_popup_wrap .checkout_wrap .co_edit_form .ship_edit .co_input_box_80 input {
        width: 349px; }
    .co_edit_popup_wrap .checkout_wrap form input {
      color: black; }
    .co_edit_popup_wrap .checkout_wrap form .co_popup_cta {
      color: white; }
  .co_edit_popup_wrap h3 {
    color: black;
    font-size: 16px;
    letter-spacing: .130em;
    line-height: 20px; }
  .co_edit_popup_wrap .co_edit_form table {
    margin: 20px 0;
    width: 100%; }
    .co_edit_popup_wrap .co_edit_form table th {
      width: 10%;
      vertical-align: top; }
    .co_edit_popup_wrap .co_edit_form table td {
      vertical-align: top;
      color: black; }
      .co_edit_popup_wrap .co_edit_form table td p {
        font-size: 14px; }
    .co_edit_popup_wrap .co_edit_form table .co_table_right {
      text-align: right;
      width: 15%; }
      .co_edit_popup_wrap .co_edit_form table .co_table_right a {
        color: #717171; }
      .co_edit_popup_wrap .co_edit_form table .co_table_right a:hover {
        text-decoration: underline; }
  .co_edit_popup_wrap .co_giftwrap_samp img {
    width: 100%; }
  .co_edit_popup_wrap .specialorder_divide {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    margin: 15px 0;
    width: 100%; }
  .co_edit_popup_wrap .co_popup_cta {
    width: 100%;
    background: black;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: white;
    padding: 15px 0;
    border: none; }
  .co_edit_popup_wrap .co_popup_cta:hover {
    background: #888;
    color: white;
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }
  .co_edit_popup_wrap .co_popup_cancel {
    text-align: center;
    padding: 25px 0 10px;
    font-size: 12px; }
    .co_edit_popup_wrap .co_popup_cancel a {
      color: black; }
    .co_edit_popup_wrap .co_popup_cancel a:hover {
      text-decoration: underline; }
  .co_edit_popup_wrap .co_cta_order {
    width: 30%;
    padding: 10px 20px;
    background: black;
    border: none; }
  .co_edit_popup_wrap .co_payment_options {
    float: none;
    width: 100%; }
  .co_edit_popup_wrap .footer_payments.edit_popup {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0; }
  .co_edit_popup_wrap .co_payment_details_marginleft {
    margin-left: 35px; }
    .co_edit_popup_wrap .co_payment_details_marginleft .co_delivery_options .co_drop_20 .sb_grey label {
      padding: 12px 0; }
    .co_edit_popup_wrap .co_payment_details_marginleft .co_delivery_options .co_input_box_80 input {
      width: 320px; }
  .co_edit_popup_wrap .co_payment_details .co_payment_details_marginleft .co_security_input {
    width: 230px; }
    .co_edit_popup_wrap .co_payment_details .co_payment_details_marginleft .co_security_input input {
      width: 230px;
      margin: 1px 0; }
  .co_edit_popup_wrap .co_payment_details .co_security_input {
    width: 265px; }
    .co_edit_popup_wrap .co_payment_details .co_security_input input {
      width: 265px; }
  .co_edit_popup_wrap .co_shippingoption_table td {
    vertical-align: middle; }
    .co_edit_popup_wrap .co_shippingoption_table td img {
      vertical-align: middle;
      padding-right: 10px; }
  .co_edit_popup_wrap .co_shippingoption_table .co_table_right {
    vertical-align: top;
    width: 15%; }
    .co_edit_popup_wrap .co_shippingoption_table .co_table_right a {
      color: #717171; }
    .co_edit_popup_wrap .co_shippingoption_table .co_table_right a:hover {
      text-decoration: underline; }
  .co_edit_popup_wrap .co_delivery_options {
    float: none;
    width: 100%; }
    .co_edit_popup_wrap .co_delivery_options .co_input_box_80 input {
      width: 348px; }
  .co_edit_popup_wrap .co_verify_address_wrap {
    margin: 10px 0 30px; }
    .co_edit_popup_wrap .co_verify_address_wrap input {
      background: black;
      border: 0;
      color: white;
      padding: 10px 20px; }
    .co_edit_popup_wrap .co_verify_address_wrap input:hover {
      background: #888;
      color: white;
      transition: all .09s ease-in;
      -moz-transition: all .09s ease-in;
      -webkit-transition: all .09s ease-in;
      -o-transition: all .09s ease-in;
      -ms-transition: all .09s ease-in; }
  .co_edit_popup_wrap .co_verify_addy {
    color: black;
    margin: 20px 0; }
  .co_edit_popup_wrap .co_cta_editaddy {
    margin-left: 10px;
    background: #888; }
  .co_edit_popup_wrap .co_cta_editaddy:hover {
    background: black; }
  .co_edit_popup_wrap .verify_match_bold {
    font-weight: bold; }

.coupon_restrict_wrap {
  width: 640px;
  padding: 40px;
  background: #F8F8F8;
  position: relative; }
  .coupon_restrict_wrap h1 {
    color: black;
    font-size: 18px;
    margin: 10px 0; }
  .coupon_restrict_wrap p {
    color: black;
    font-size: 13px;
    margin: 10px 0; }
  .coupon_restrict_wrap input {
    background: black;
    color: white;
    border: 0;
    padding: 15px 40px; }
  .coupon_restrict_wrap input:hover {
    background: #888;
    color: white;
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }
  .coupon_restrict_wrap.cc_denied_wrap {
    text-align: center; }
    .coupon_restrict_wrap.cc_denied_wrap h1, .coupon_restrict_wrap.cc_denied_wrap p, .coupon_restrict_wrap.cc_denied_wrap input {
      text-align: center; }

.restricted_brands_list {
  float: left;
  margin: 10px 35px 0 0; }
  .restricted_brands_list li {
    line-height: 1.8; }

.cc_info_dd .exp_date_dd {
  display: inline-block;
  width: 90px;
  margin-top: -5px; }

/* Credits Promos Popup */
.popup_credits_promo h3 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center; }
.popup_credits_promo .avail_balance {
  text-align: center;
  color: black; }
  .popup_credits_promo .avail_balance span {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }

/* My REVOLVE */
.pdp_specialorder_wrap.co_pop {
  background: #f8f8f8;
  border: solid 1px #ddd;
  width: 535px;
  position: relative;
  padding: 25px; }
  .pdp_specialorder_wrap.co_pop .co_pop_inner {
    width: 432px;
    margin: 0 auto; }
    .pdp_specialorder_wrap.co_pop .co_pop_inner .co_cta {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .159em;
      color: white;
      background: black;
      text-align: center;
      padding: 20px 20px;
      font-size: 14px;
      border: none;
      display: inline-block;
      text-transform: uppercase;
      width: 100%; }
      .pdp_specialorder_wrap.co_pop .co_pop_inner .co_cta:hover {
        background: #888;
        color: white;
        transition: all .09s ease-in;
        -moz-transition: all .09s ease-in;
        -webkit-transition: all .09s ease-in;
        -o-transition: all .09s ease-in;
        -ms-transition: all .09s ease-in; }
    .pdp_specialorder_wrap.co_pop .co_pop_inner .specialorder_divide {
      border-bottom: 1px solid #CCCCCC;
      display: block;
      margin: 28px 0 24px;
      width: 100%; }
    .pdp_specialorder_wrap.co_pop .co_pop_inner h1 {
      text-transform: uppercase;
      font-size: 16px; }
    .pdp_specialorder_wrap.co_pop .co_pop_inner p {
      font-size: 14px;
      color: #000;
      display: inline-block;
      width: 300px;
      margin: 2px 0 0; }

/*NPS popup*/
.co_nps_popup {
  margin: 0 auto;
  width: 960px;
  /*height: 780px;*/
  background: #f9f9f9;
  border: 1px solid #ccc;
  color: #000; }
  .co_nps_popup .pdp_review_popup_inner {
    position: relative;
    padding-top: 50px;
    color: #000; }
    .co_nps_popup .pdp_review_popup_inner .co_nps_inner {
      /*width: 826px;*/
      width: 866px;
      margin: 0 auto; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_inner .sb_white {
        width: 397px;
        margin: 16px auto 0 auto; }
    .co_nps_popup .pdp_review_popup_inner .co_nps_what {
      width: 100%;
      margin-top: 17px; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_what .nps_text_box {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        color: #000000;
        font: 12px "Karla",Arial,sans-serif;
        height: 122px;
        margin-bottom: 15px;
        padding: 19px 15px 5px;
        resize: none;
        text-align: left;
        text-indent: 0;
        white-space: normal;
        width: 100%; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_what .pdp_review_submit {
        width: 321px;
        margin: 10px auto 58px auto; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_what .pdp_review_submit input {
          background: none repeat scroll 0 0 black;
          border: medium none;
          color: #FFFFFF;
          display: inline-block;
          font-family: "ProximaNovaSemiBold","Helvetica","Arial",sans-serif;
          font-size: 14px;
          letter-spacing: 0.159em;
          padding: 20px 70px;
          text-align: center;
          width: 100%; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_what .pdp_review_submit input:hover {
            background: none repeat scroll 0 0 #717171;
            color: #FFFFFF;
            transition: all 0.09s ease-in 0s; }
    .co_nps_popup .pdp_review_popup_inner .co_nps_why {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 50px; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_why tr {
        /*height: 42px;*/ }
        .co_nps_popup .pdp_review_popup_inner .co_nps_why tr.co_nps_wht_row {
          background: #fff; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_why tr.co_nps_grey_row {
          background: transparent; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td {
          text-align: left;
          padding-top: 4px;
          padding-bottom: 14px;
          /*height: 42px;*/ }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td.co_nps_r_pad {
            padding-right: 20px; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td.co_nps_l_pad {
            padding-left: 20px;
            font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            color: #000;
            letter-spacing: .125em; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td .nps_text_box {
            background-color: #FFFFFF;
            border: 1px solid #DDDDDD;
            color: #000000;
            font: 12px "Karla",Arial,sans-serif;
            height: 122px;
            margin-bottom: 20px;
            padding: 19px 15px 5px;
            resize: none;
            text-align: left;
            text-indent: 0;
            white-space: normal;
            width: 100%; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td input {
            display: block; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td .size_rec_radio .iradio_square {
            /*margin-top: -4px;*/
            margin-right: 10px;
            display: inline-block !important;
            float: none !important;
            top: 6px; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr td .size_rec_radio label {
            font-size: 14px;
            color: #000;
            display: inline; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_why tr th {
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          color: #000;
          font-size: 12px;
          letter-spacing: .125em; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr th.co_nps_center {
            text-align: center; }
          .co_nps_popup .pdp_review_popup_inner .co_nps_why tr th.co_nps_right {
            text-align: right; }
    .co_nps_popup .pdp_review_popup_inner .co_nps_exp {
      width: 100%;
      margin-top: 28px;
      margin-bottom: 50px; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_exp.top_table {
        margin-bottom: 20px; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr.co_nps_wht_row {
        background: #fff; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr td {
        text-align: center; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr td input {
          display: block; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr td .size_rec_radio .iradio_square {
          float: none !important;
          margin: 0 auto; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr td .size_rec_radio label {
          font-size: 14px; }
      .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr th {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #000;
        font-size: 12px;
        letter-spacing: .125em; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr th.co_nps_center {
          text-align: center; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr th.co_nps_right {
          text-align: right;
          padding-right: 31px; }
        .co_nps_popup .pdp_review_popup_inner .co_nps_exp tr th.co_nps_left {
          padding-left: 31px; }
    .co_nps_popup .pdp_review_popup_inner .specialorder_divide {
      border-bottom: 1px solid #CCCCCC;
      display: block;
      margin: 40px 0 40px;
      width: 100%; }
    .co_nps_popup .pdp_review_popup_inner h1 {
      text-transform: uppercase;
      color: #000;
      text-align: center; }
    .co_nps_popup .pdp_review_popup_inner h2 {
      color: #000;
      text-align: center;
      font-size: 16px;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      margin-top: 20px;
      letter-spacing: .125em;
      text-transform: uppercase; }
      .co_nps_popup .pdp_review_popup_inner h2 span {
        font-family: "Karla", Arial, sans-serif;
        letter-spacing: normal; }
  .co_nps_popup h1 {
    font-size: 22px;
    letter-spacing: .139em; }

.nps_text_box {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #000000;
  font: 12px "Karla",Arial,sans-serif;
  height: 122px;
  margin-bottom: 25px;
  padding: 19px 15px 5px;
  resize: none;
  text-align: left;
  text-indent: 0;
  white-space: normal;
  width: 100%; }

.errortextbox {
  background: #EDDADA;
  border: 1px solid #A53838; }

.zh_co_tutorial {
  width: 960px;
  margin: 50px auto; }
  .zh_co_tutorial .title {
    font-size: 16px !important; }
  .zh_co_tutorial .keyline {
    border-bottom: 1px solid #717171;
    width: 40px;
    margin: 20px 0; }
  .zh_co_tutorial .zh_co_title {
    color: black;
    font-size: 16px;
    margin-bottom: 10px; }
  .zh_co_tutorial .zh_co_text {
    color: black;
    font-size: 13px; }

.zh_pay_option {
  width: 750px;
  margin: 30px auto;
  text-align: center; }
  .zh_pay_option h1 {
    margin: 40px 0 40px; }
  .zh_pay_option .zh_pay_alicc {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px; }
    .zh_pay_option .zh_pay_alicc a {
      width: 315px;
      height: 175px;
      display: block;
      padding: 20px;
      border: 2px solid #eee; }
      .zh_pay_option .zh_pay_alicc a p {
        font-size: 20px;
        color: black;
        margin: 20px 0 5px; }
      .zh_pay_option .zh_pay_alicc a span {
        display: block;
        font-size: 20px;
        color: #00b5dc;
        margin: 5px 0 15px; }
    .zh_pay_option .zh_pay_alicc a:hover {
      border: 2px solid #717171;
      transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in; }
    .zh_pay_option .zh_pay_alicc .ali_icon {
      width: 148px;
      height: 35px;
      background-position: -140px -468px;
      margin: 0 auto;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .zh_pay_option .zh_pay_alicc .cc_icons {
      width: 148px;
      height: 35px;
      background-position: -140px -468px;
      margin: 0 auto;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }

.zh_co_row {
  clear: both;
  margin: 15px 0; }

.zh_co_text .zh_txt_ol {
  display: inline-block;
  text-indent: -15px; }
.zh_co_text.red {
  color: #a53838; }

.zh_co_leftcol {
  width: 300px;
  float: left; }

.zh_co_rightcol {
  width: 600px;
  float: left;
  margin-left: 10px; }
  .zh_co_rightcol img {
    border: 1px solid #e1e1e1; }

.co_thankyou_head .co_thankyou {
  float: left; }
.co_thankyou_head .iggy_promo {
  width: 405px;
  float: right;
  background: black;
  padding: 15px;
  color: white; }
  .co_thankyou_head .iggy_promo .left_side {
    width: 38%;
    float: left; }
    .co_thankyou_head .iggy_promo .left_side img {
      width: 100%; }
  .co_thankyou_head .iggy_promo .right_side {
    width: 61%;
    float: right; }
    .co_thankyou_head .iggy_promo .right_side p {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-size: 12px; }
    .co_thankyou_head .iggy_promo .right_side .dl_code {
      font-size: 14px; }
      .co_thankyou_head .iggy_promo .right_side .dl_code span {
        color: red; }
    .co_thankyou_head .iggy_promo .right_side .dl_link a {
      color: white;
      border-bottom: 2px solid white; }
  .co_thankyou_head .iggy_promo .disclaim {
    font-family: "Karla", Arial, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-size: 11px !important;
    color: #717171 !important; }

/* MEDIA QUERIES ------------------------------ */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .checkout_wrap {
    width: 100%; }
    .checkout_wrap .co_delivery_options {
      width: 380px; }
      .checkout_wrap .co_delivery_options .co_input_box_80 {
        width: 285px; }
        .checkout_wrap .co_delivery_options .co_input_box_80 input {
          width: 285px; }
      .checkout_wrap .co_delivery_options .co_input_box_60 input {
        width: 215px; }
      .checkout_wrap .co_delivery_options .co_gift_options .co_giftwrap_samp img {
        width: 100%; }
      .checkout_wrap .co_delivery_options .co_gift_options .co_gift_input, .checkout_wrap .co_delivery_options .co_gift_options .co_gift_input2 {
        width: 185px; }
    .checkout_wrap .co_review_confirm {
      width: 380px; }
    .checkout_wrap .co_payment_options {
      width: 380px; }
      .checkout_wrap .co_payment_options .co_payment_details_marginleft .co_delivery_options .co_input_box_80 {
        width: auto; }
        .checkout_wrap .co_payment_options .co_payment_details_marginleft .co_delivery_options .co_input_box_80 input {
          width: 258px; }
      .checkout_wrap .co_payment_options .co_payment_details .co_payment_details_marginleft .co_security_input {
        width: 165px; }
        .checkout_wrap .co_payment_options .co_payment_details .co_payment_details_marginleft .co_security_input input {
          width: 165px; }
      .checkout_wrap .co_payment_options .co_payment_details .cc_info_dd .sb_grey {
        width: 73px; }
      .checkout_wrap .co_payment_options .co_payment_details .co_security_input {
        width: 200px; }
        .checkout_wrap .co_payment_options .co_payment_details .co_security_input .creditpromo_input {
          width: 200px; }
          .checkout_wrap .co_payment_options .co_payment_details .co_security_input .creditpromo_input input {
            width: 200px; }

  .co_rev_head .co_header {
    width: 768px; }
  .co_rev_head nav {
    width: 768px; }
    .co_rev_head nav ul {
      width: 100%; }

  .zh_co_tutorial {
    width: 768px;
    padding: 20px; }
    .zh_co_tutorial .zh_co_leftcol {
      width: 250px; }
    .zh_co_tutorial .zh_co_rightcol {
      width: 465px; }

  .co_thankyou_head .co_thankyou {
    float: none;
    margin: 0 0 15px 0; }
  .co_thankyou_head .iggy_promo {
    float: none; } }
/*
|>----------------------------------------------------------------------------------------------<|
| // Shop Bag
|>----------------------------------------------------------------------------------------------<|
*/
.shopbag_notif_banner {
  width: 100%;
  margin: 10px 0 30px;
  background: #EDDADA;
  text-align: center;
  color: #a53838;
  border: 1px solid #c9383f;
  padding: 15px; }
  .shopbag_notif_banner h4 {
    letter-spacing: .120em;
    font-size: 13px; }
  .shopbag_notif_banner p {
    font-size: 13px; }
  .shopbag_notif_banner a {
    font-weight: 700;
    color: #a53838;
    margin: 0 3px; }
  .shopbag_notif_banner a:hover {
    text-decoration: underline; }

.shopping_bag .shopbag_item_description {
  width: 330px;
  position: relative;
  padding-top: 10px; }
  .shopping_bag .shopbag_item_description p {
    color: black; }
  .shopping_bag .shopbag_item_description span {
    line-height: 1.3;
    font-size: 14px; }

.shopbag_wrap {
  width: 960px;
  margin: 20px 0; }
  .shopbag_wrap .shopbag_cta {
    background: black;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .139em;
    color: white;
    border: none; }
  .shopbag_wrap .shopbag_cta:hover {
    background: #888;
    color: white;
    transition: all .09s ease-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }

/* end shopbag_wrap */
.shopbag_inner {
  /* table */ }
  .shopbag_inner .shopbag_inner_header h1 {
    font-size: 22px;
    letter-spacing: .139em;
    color: black;
    float: left; }
  .shopbag_inner .shopbag_inner_header ul {
    float: right;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .120em; }
    .shopbag_inner .shopbag_inner_header ul li {
      display: inline;
      padding: 0 0 0 10px; }
      .shopbag_inner .shopbag_inner_header ul li a {
        color: black; }
      .shopbag_inner .shopbag_inner_header ul li a:hover {
        text-decoration: underline; }
    .shopbag_inner .shopbag_inner_header ul .sep_diamond {
      width: 15px;
      height: 12px;
      vertical-align: middle;
      text-indent: -9999px;
      display: inline-block !important;
      background-position: -8px -31px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block; }
    .shopbag_inner .shopbag_inner_header ul .livechat {
      background: none;
      width: auto;
      height: auto;
      padding: 0; }
      .shopbag_inner .shopbag_inner_header ul .livechat span {
        width: 15px;
        height: 13px;
        display: inline-block !important;
        background-position: -88px -6px;
        background-image: url(../i/rev_global_icons.png);
        background-repeat: no-repeat;
        display: block; }
  .shopbag_inner .shopbag_inner_empty {
    padding: 20px 0; }
    .shopbag_inner .shopbag_inner_empty h1 {
      font-size: 18px;
      letter-spacing: .139em;
      color: black; }
    .shopbag_inner .shopbag_inner_empty .shopbag_cta {
      padding: 10px 25px; }
  .shopbag_inner table.shopbag_item_table {
    width: 960px;
    margin: 35px 0;
    /* tobody */ }
    .shopbag_inner table.shopbag_item_table thead {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .120em; }
      .shopbag_inner table.shopbag_item_table thead .shopbag_category_row {
        height: 20px;
        border-bottom: 1px solid #e1e1e1; }
      .shopbag_inner table.shopbag_item_table thead .centertitle {
        text-align: center; }
      .shopbag_inner table.shopbag_item_table thead .righttitle {
        text-align: right;
        padding-right: 10px; }
    .shopbag_inner table.shopbag_item_table tbody p {
      line-height: 1.7;
      font-size: 14px; }
    .shopbag_inner table.shopbag_item_table tbody .new_added {
      background: #f7f7f7; }
    .shopbag_inner table.shopbag_item_table tbody .shopbag_edit {
      background: url("../i/arrow_sprite.png") #eaeaea right -54px no-repeat;
      cursor: pointer;
      margin: 0 5px; }
    .shopbag_inner table.shopbag_item_table tbody .shopbag_edit:hover .shopbag_editdrop {
      display: block; }
    .shopbag_inner table.shopbag_item_table tbody .shopbag_editbox {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: 1px solid #ddd; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_editbox p {
        text-align: left;
        padding: 4px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .shopbag_inner table.shopbag_item_table tbody .shopbag_editdrop {
      display: none;
      position: absolute;
      padding: 15px;
      background: white;
      border: 1px solid #ddd; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_editdrop p {
        text-align: left;
        color: #717171; }
    .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row {
      height: 156px;
      border-bottom: 1px solid #e1e1e1; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_img {
        width: 120px;
        text-align: center;
        vertical-align: middle; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_img img {
          height: 131px;
          width: 87px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_img img:hover {
          opacity: 0.6; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_description {
        width: 330px;
        padding-top: 10px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_description p {
          color: black; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_description span {
          line-height: 1.3;
          font-size: 14px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_description .shopbag_giftcert_msg {
          display: block;
          padding: 2px 0; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .td_relative {
        position: relative;
        height: 132px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .td_relative .shopbag_item_disclaim {
          position: absolute;
          bottom: 0;
          color: #a53838;
          line-height: 1.3;
          text-align: left; }
          .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .td_relative .shopbag_item_disclaim a {
            color: #a53838; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_color {
        width: 150px;
        text-align: center;
        color: black; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_color .shopbag_edit {
          width: 150px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_color .shopbag_editdrop {
          width: 150px; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_size {
        width: 60px;
        text-align: center;
        color: black; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_size .shopbag_edit {
          width: 60px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_size .shopbag_editdrop {
          width: 60px; }
          .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_size .shopbag_editdrop a {
            color: #717171; }
          .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_size .shopbag_editdrop a:hover {
            text-decoration: underline;
            color: black; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_qty {
        position: relative;
        width: 60px;
        text-align: center;
        color: black; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_qty .sb_edit input {
          background: #EAEAEA;
          border: 1px solid #e1e1e1;
          padding: 8px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_qty input {
          width: 60px;
          text-align: center;
          margin: 0 5px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_qty .qty_over {
          position: absolute;
          color: #a53838;
          font-size: 11px;
          margin: 5px; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_actions {
        width: 150px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_actions a {
          color: #717171;
          font-size: 12px; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_actions a:hover {
          text-decoration: underline; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_actions input {
          height: 27px;
          padding: 2px 30px;
          font-size: 12px;
          margin: 0 5px 10px; }
      .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price {
        width: 90px;
        text-align: right;
        padding-right: 10px;
        font-size: 14px;
        font-family: "Karla", Arial, sans-serif; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price p, .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price .price {
          font-family: "KarlaBold", Arial, sans-serif;
          color: black;
          line-height: 1.7; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price .original_price {
          color: #717171;
          text-decoration: line-through; }
        .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price span, .shopbag_inner table.shopbag_item_table tbody .shopbag_item_row .shopbag_item_price .discount_price {
          font-family: "KarlaBold", Arial, sans-serif;
          color: #a53838;
          line-height: 1.7; }

/*shop bag inner */
.shopbag_inner_empty h1 {
  font-size: 18px;
  letter-spacing: .139em;
  color: black; }
.shopbag_inner_empty input {
  padding: 10px 25px; }

.shopbag_continueshop {
  float: left; }
  .shopbag_continueshop a {
    color: black;
    letter-spacing: .140em; }
  .shopbag_continueshop a:hover {
    text-decoration: underline; }
  .shopbag_continueshop .shipping_message {
    text-align: center;
    background: #e1e1e1;
    padding: 20px 40px;
    margin: 20px 0;
    color: black; }
  .shopbag_continueshop .shipping_message_h1 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: black;
    font-size: 17px !important; }
    .shopbag_continueshop .shipping_message_h1 a {
      color: #717171; }
      .shopbag_continueshop .shipping_message_h1 a:hover {
        text-decoration: underline; }
  .shopbag_continueshop .shipping_message_h2 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: black; }
    .shopbag_continueshop .shipping_message_h2 a {
      color: #717171; }
      .shopbag_continueshop .shipping_message_h2 a:hover {
        text-decoration: underline; }
  .shopbag_continueshop .livechat {
    width: inherit;
    text-transform: uppercase; }
  .shopbag_continueshop .footer_payments {
    margin: 10px 0; }

.shopbag_total_wrap {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  float: right;
  width: 430px;
  margin: 0 0 15px 0;
  color: black; }
  .shopbag_total_wrap table {
    width: 430px;
    margin: 0 0 10px; }
    .shopbag_total_wrap table th {
      padding: 5px 8px; }
      .shopbag_total_wrap table th span {
        padding: 0 5px; }
        .shopbag_total_wrap table th span a {
          color: #717171; }
        .shopbag_total_wrap table th span a:hover {
          text-decoration: underline; }
    .shopbag_total_wrap table td {
      text-align: right;
      padding: 5px; }
    .shopbag_total_wrap table .shopbag_total_bottompad th {
      padding-bottom: 15px; }
    .shopbag_total_wrap table tfoot .shopbag_total_price {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      border-top: 1px solid #e1e1e1; }
      .shopbag_total_wrap table tfoot .shopbag_total_price p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .shopbag_total_wrap table tfoot th, .shopbag_total_wrap table tfoot td {
      padding: 15px 8px; }
  .shopbag_total_wrap .shopbag_total_int_disclaim {
    padding-bottom: 15px;
    color: #717171;
    font-size: 11px; }
    .shopbag_total_wrap .shopbag_total_int_disclaim.errorcolor {
      color: #a53838; }
  .shopbag_total_wrap input {
    letter-spacing: .15em;
    padding: 20px 30px;
    width: 100%;
    font-size: 14px; }
  .shopbag_total_wrap .footer_payments {
    margin: 20px 0;
    text-align: center; }
    .shopbag_total_wrap .footer_payments span {
      padding: 5px 0; }
  .shopbag_total_wrap .shop_paypal_cta {
    text-align: center; }
    .shopbag_total_wrap .shop_paypal_cta span {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .shopbag_total_wrap .shop_paypal_cta .paypal_btn {
      padding: 18px 0; }
    .shopbag_total_wrap .shop_paypal_cta .paywith_pp {
      width: 142px;
      height: 29px;
      background-position: -29px -1018px;
      background-image: url(../i/rev_global_icons.png);
      background-repeat: no-repeat;
      display: block;
      margin: 0 auto; }

.shopbag_wrap .pdp_ctl_wrap {
  height: 460px; }
  .shopbag_wrap .pdp_ctl_wrap h3 {
    color: black;
    font-size: 18px;
    letter-spacing: .140em;
    display: inline-block; }
  .shopbag_wrap .pdp_ctl_wrap .fav_viewall {
    margin: 0 5px; }
    .shopbag_wrap .pdp_ctl_wrap .fav_viewall a {
      color: #717171; }
    .shopbag_wrap .pdp_ctl_wrap .fav_viewall a:hover {
      text-decoration: underline; }
  .shopbag_wrap .pdp_ctl_wrap .pdp_ctl {
    height: 450px; }
    .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item {
      min-height: 445px;
      vertical-align: top; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: .120em;
        text-transform: uppercase;
        margin: 2px 0;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #717171;
        letter-spacing: 0.125em;
        font-size: 13px;
        line-height: 1.5;
        text-transform: uppercase; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a {
          color: #717171; }
          .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a:hover {
            text-decoration: underline; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a {
          color: black !important;
          font-size: 12px !important; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_designer_name a:hover {
          text-decoration: underline; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .price {
        display: inline-block;
        margin: 3px 0; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item input {
        display: block;
        font-size: 12px;
        letter-spacing: .120em;
        padding: 8px 18px;
        margin: 12px 0 7px; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd {
        position: relative;
        cursor: pointer;
        display: block; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_box {
          border: 1px solid #ddd;
          display: block; }
          .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_box a {
            background: url("../i/arrow_sprite.png") #eaeaea right -56px no-repeat;
            display: block;
            padding: 8px;
            color: black;
            font-size: 12px; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_drop {
          z-index: 5;
          top: 30px;
          width: 100%;
          border: 1px solid #e1e1e1;
          display: none;
          position: absolute;
          padding: 8px;
          background: white; }
          .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_drop ul li a {
            color: black; }
            .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_drop ul li a img:hover {
              opacity: 1; }
          .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd .cycle_dd_drop ul li a:hover {
            text-decoration: underline; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .cycle_dd:hover .cycle_dd_drop {
        display: block !important; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_item_stock {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #a53838;
        display: block; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_out_stock {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        color: #a53838;
        display: block;
        border: 1px solid #a53838;
        text-align: center;
        padding: 8px 0;
        width: 80%;
        margin: 12px 0 7px; }
      .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_remove {
        display: block;
        margin: 5px 0; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_remove a {
          color: #717171; }
        .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .pdp_ctl_item .ctl_remove a:hover {
          text-decoration: underline; }
    .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock img {
      opacity: 0.7; }
    .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock a, .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock p, .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock span {
      color: #717171; }
    .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock input {
      background: #717171; }
    .shopbag_wrap .pdp_ctl_wrap .pdp_ctl .pdp_ctl_grid .ctl_outofstock input:hover {
      background: black; }

@-moz-document url-prefix() {
  .shopbag_wrap .shopbag_inner table.shopbag_item_table tbody .shopbag_editbox p {
    padding: 2px 10px 6px; } }

/* Shipping Options Popup */
.shipping_options_wrap {
  position: relative;
  width: 960px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 25px; }
  .shipping_options_wrap .shipping_options_header h1 {
    letter-spacing: .140em;
    font-size: 22px;
    color: black; }
  .shipping_options_wrap .shipping_options_header ul {
    margin: 10px 0;
    letter-spacing: .140em;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .shipping_options_wrap .shipping_options_header ul .sep_diamond {
      width: 15px;
      height: 15px;
      background: url(../i/sep_diamond.png) 0 3px no-repeat; }
    .shipping_options_wrap .shipping_options_header ul li {
      display: inline-block;
      margin-right: 8px; }
      .shipping_options_wrap .shipping_options_header ul li a {
        color: black; }
      .shipping_options_wrap .shipping_options_header ul li a:hover {
        color: #717171; }
    .shipping_options_wrap .shipping_options_header ul .so_active {
      border-bottom: 2px solid black; }
  .shipping_options_wrap .shipping_options_table table {
    width: 100%; }
    .shipping_options_wrap .shipping_options_table table th, .shipping_options_wrap .shipping_options_table table td {
      padding: 12px; }
    .shipping_options_wrap .shipping_options_table table thead th {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      letter-spacing: .120em;
      color: black;
      text-align: center;
      vertical-align: bottom; }
    .shipping_options_wrap .shipping_options_table table thead .shipping_leftalign {
      text-align: left; }
    .shipping_options_wrap .shipping_options_table table tbody {
      font-size: 13px; }
      .shipping_options_wrap .shipping_options_table table tbody th {
        font-weight: 700;
        letter-spacing: .01em; }
      .shipping_options_wrap .shipping_options_table table tbody .odd {
        background: white; }
      .shipping_options_wrap .shipping_options_table table tbody td {
        text-align: center; }
  .shipping_options_wrap .shipping_more_info {
    padding: 20px 0 10px; }
    .shipping_options_wrap .shipping_more_info p {
      font-size: 13px; }
      .shipping_options_wrap .shipping_more_info p a {
        color: black;
        font-weight: 700;
        padding: 0 5px; }
      .shipping_options_wrap .shipping_more_info p a:hover {
        text-decoration: underline; }

/* MEDIA QUERIES ------------------------------ */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .shopbag_wrap {
    width: 100%; }
    .shopbag_wrap .shopbag_inner table.shopbag_item_table {
      width: 100%; }
      .shopbag_wrap .shopbag_inner table.shopbag_item_table .shopbag_item_description .td_relative .shopbag_item_disclaim {
        width: 350px; }

  .shipping_options_wrap {
    width: 100%; } }
/* MEDIA QUERIES END */
.pdp_fitguide {
  background: #f8f8f8;
  border: solid 1px #ddd;
  width: 670px;
  margin: 25px auto;
  position: relative;
  padding: 20px;
  font-size: 14px; }
  .pdp_fitguide .fit_navigation {
    font-weight: normal;
    display: block;
    padding: 10px 0;
    margin: 0 0 15px; }
    .pdp_fitguide .fit_navigation li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      float: left; }
      .pdp_fitguide .fit_navigation li.current a {
        border-bottom: 2px solid #000; }
      .pdp_fitguide .fit_navigation li.chart .globe {
        padding-top: 10px;
        padding-left: 25px;
        background: url(../i/fit/globe_icon.gif) left bottom no-repeat; }
    .pdp_fitguide .fit_navigation a {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      padding: 10px 0 0 0; }
      .pdp_fitguide .fit_navigation a:hover {
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        border-bottom: 2px solid #000; }
  .pdp_fitguide .fit_content {
    width: 94%;
    margin: 20px;
    display: block; }
    .pdp_fitguide .fit_content p {
      font-size: 14px;
      font-family: "Karla", Arial, sans-serif; }
    .pdp_fitguide .fit_content .title {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
    .pdp_fitguide .fit_content table {
      margin-top: 10px;
      font-weight: normal; }
      .pdp_fitguide .fit_content table th {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        font-size: 11px;
        color: black;
        padding: 8px 5px;
        line-height: 18px;
        text-align: center; }
        .pdp_fitguide .fit_content table th span {
          color: #8b8b8b; }
        .pdp_fitguide .fit_content table th .sub_title {
          letter-spacing: 0em !important;
          font-size: 12px !important; }
      .pdp_fitguide .fit_content table tr:nth-child(2n+2) {
        background: #FFF; }
      .pdp_fitguide .fit_content table tr.white {
        background: #FFF; }
      .pdp_fitguide .fit_content table td {
        padding: 6px 5px !important;
        line-height: 18px;
        text-align: center; }
        .pdp_fitguide .fit_content table td .sub_title {
          letter-spacing: 0em !important;
          color: #717171;
          font-size: 12px !important;
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          color: #717171;
          letter-spacing: 0.125em;
          font-size: 13px;
          line-height: 1.5;
          text-transform: uppercase; }
          .pdp_fitguide .fit_content table td .sub_title a {
            color: #717171; }
            .pdp_fitguide .fit_content table td .sub_title a:hover {
              text-decoration: underline; }
    .pdp_fitguide .fit_content .sub_title {
      color: #717171;
      padding: 0 0 0 3px;
      text-align: left !important;
      font-size: 12px !important; }
  .pdp_fitguide .fit_measurements,
  .pdp_fitguide .fit_size,
  .pdp_fitguide .fit_display {
    position: absolute;
    z-index: 90;
    width: 580px;
    left: 45px; }
  .pdp_fitguide .fit_display {
    border-top: 1px solid #eaeaea;
    margin: 15px auto; }
    .pdp_fitguide .fit_display ul {
      display: block;
      clear: both;
      margin: 3px 0; }
      .pdp_fitguide .fit_display ul li {
        font-size: 12px;
        color: black;
        font-weight: bold;
        border-right: 1px solid #ccc;
        padding: 0 10px;
        float: left; }
      .pdp_fitguide .fit_display ul li:nth-child(2) {
        border-right: 0; }
    .pdp_fitguide .fit_display .display_text {
      margin-top: 0; }
  .pdp_fitguide .fit_size {
    margin: 15px auto;
    border-top: 1px solid #eaeaea;
    padding: 25px 0 15px; }
    .pdp_fitguide .fit_size table {
      margin-top: 0; }
    .pdp_fitguide .fit_size .display_text {
      border: 0px;
      margin-top: 10px; }
  .pdp_fitguide .markers_left .sub_title, .pdp_fitguide .markers_right .sub_title {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    background: #f8f8f8;
    display: block;
    clear: both; }
  .pdp_fitguide .markers_left {
    position: absolute;
    z-index: 99;
    display: block; }
    .pdp_fitguide .markers_left .sub_title {
      float: left;
      padding-right: 10px;
      padding-left: 0; }
    .pdp_fitguide .markers_left p {
      display: block;
      clear: both;
      width: 75%;
      font-size: 13px; }
    .pdp_fitguide .markers_left ul {
      float: left; }
      .pdp_fitguide .markers_left ul li:nth-child(1) {
        padding-left: 0; }
  .pdp_fitguide .markers_right {
    position: absolute;
    z-index: 99;
    display: block;
    right: 0; }
    .pdp_fitguide .markers_right .sub_title {
      float: right;
      padding-left: 10px;
      padding-right: 0; }
    .pdp_fitguide .markers_right p {
      display: block;
      clear: both;
      width: 100%;
      float: right;
      text-align: right;
      font-size: 13px;
      text-align: right; }
    .pdp_fitguide .markers_right ul {
      float: right; }
      .pdp_fitguide .markers_right ul li:nth-child(2) {
        padding-right: 0; }
  .pdp_fitguide .display_text {
    padding-top: 25px;
    border-top: 1px solid #eaeaea; }
    .pdp_fitguide .display_text p {
      margin-bottom: 15px; }
    .pdp_fitguide .display_text a {
      font-family: "Karla", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0em;
      text-transform: none;
      font-weight: normal;
      text-decoration: underline;
      border: 0 !important;
      color: black; }
      .pdp_fitguide .display_text a:hover {
        border: 0;
        text-decoration: none; }

.column_border {
  border-right: 1px solid #eaeaea !important; }

.chart_title {
  display: none;
  font-size: 10px !important;
  color: #717171;
  margin: 0 20px; }

.fit_wallets .display_text,
.fit_totes .display_text,
.fit_small_leather .display_text,
.fit_sunglasses .display_text,
.fit_satchel .display_text,
.fit_shoulderbags .display_text,
.fit_clutches .display_text,
.fit_hobos .display_text,
.fit_messenger .display_text,
.fit_ring_conversion .display_text,
.fit_otherbags .display_text {
  margin-top: 5px; }

.fit_hat_conversion .display_text,
.fit_ring_conversion .display_text,
.fit_hosiery_socks_conversion .display_text {
  border: 0; }

.sep {
  float: left;
  display: inline-block;
  width: 12px;
  padding: 0 15px;
  background: url(../i/sep_diamond.png) 10px 1px no-repeat; }

.fit_w_pants_conversion .display_text,
.fit_womens_conversion .display_text,
.fit_w_shoe .display_text {
  border: 0; }

.fit_w_shoe {
  min-height: 600px; }

.fit_w_dress {
  min-height: 680px; }
  .fit_w_dress .fit_top {
    margin-bottom: 140px; }
  .fit_w_dress .fit_display .area_01 {
    margin-top: 160px;
    margin-right: 380px;
    width: 200px; }
  .fit_w_dress.size_conversion_height {
    min-height: 520px; }

.fit_w_intimates {
  min-height: 820px; }
  .fit_w_intimates .fit_top {
    margin-bottom: 165px; }
  .fit_w_intimates .fit_display .area_01 {
    margin-top: 133px;
    margin-right: 380px;
    width: 330px; }
  .fit_w_intimates .fit_display .area_02 {
    margin-top: 218px;
    margin-right: 380px;
    width: 300px; }
  .fit_w_intimates .fit_display .area_03 {
    margin-top: 285px;
    margin-right: 380px;
    width: 280px; }
  .fit_w_intimates.size_conversion_height {
    min-height: 590px; }

.fit_m_tshirt {
  min-height: 835px; }
  .fit_m_tshirt .fit_top {
    margin-bottom: 160px; }
  .fit_m_tshirt .fit_display .area_01 {
    margin-top: 40px;
    width: 375px; }
  .fit_m_tshirt .fit_display .area_02 {
    margin-top: 108px;
    width: 380px; }
  .fit_m_tshirt .fit_display .area_03 {
    margin-top: 180px;
    width: 315px; }
  .fit_m_tshirt.size_conversion_height {
    min-height: 460px; }

.fit_m_polo {
  min-height: 835px; }
  .fit_m_polo .fit_top {
    margin-bottom: 160px; }
  .fit_m_polo .fit_display .area_01 {
    margin-top: 42px;
    width: 375px; }
  .fit_m_polo .fit_display .area_02 {
    margin-top: 114px;
    width: 380px; }
  .fit_m_polo .fit_display .area_03 {
    margin-top: 180px;
    width: 315px; }
  .fit_m_polo.size_conversion_height {
    min-height: 460px; }

.fit_m_sweaters {
  min-height: 835px; }
  .fit_m_sweaters .fit_top {
    margin-bottom: 160px; }
  .fit_m_sweaters .fit_display .area_01 {
    margin-top: 40px;
    width: 375px; }
  .fit_m_sweaters .fit_display .area_02 {
    margin-top: 131px;
    width: 380px; }
  .fit_m_sweaters .fit_display .area_03 {
    margin-top: 225px;
    width: 315px; }
  .fit_m_sweaters.size_conversion_height {
    min-height: 460px; }

.fit_m_jacket,
.fit_m_buttondowns {
  min-height: 835px; }
  .fit_m_jacket .fit_top,
  .fit_m_buttondowns .fit_top {
    margin-bottom: 155px; }
  .fit_m_jacket .fit_display .area_01,
  .fit_m_buttondowns .fit_display .area_01 {
    margin-top: 40px;
    width: 375px; }
  .fit_m_jacket .fit_display .area_02,
  .fit_m_buttondowns .fit_display .area_02 {
    margin-top: 131px;
    width: 380px; }
  .fit_m_jacket .fit_display .area_03,
  .fit_m_buttondowns .fit_display .area_03 {
    margin-top: 227px;
    width: 315px; }

.fit_m_blazers {
  min-height: 835px; }
  .fit_m_blazers .fit_display .area_02 {
    margin-top: 131px;
    width: 380px; }
  .fit_m_blazers.size_conversion_height {
    min-height: 490px; }

.fit_m_shorts {
  min-height: 760px; }
  .fit_m_shorts .fit_display .area_01 {
    margin-top: 85px;
    width: 230px; }
  .fit_m_shorts .fit_display .area_02 {
    margin-top: 162px;
    width: 230px; }
  .fit_m_shorts.size_conversion_height {
    min-height: 460px; }

.fit_m_swim {
  min-height: 805px; }
  .fit_m_swim .fit_top {
    margin-bottom: 5px; }
  .fit_m_swim .fit_display .area_01 {
    margin-top: 112px;
    width: 200px; }
  .fit_m_swim .fit_display .area_02 {
    margin-top: 201px;
    width: 200px; }
  .fit_m_swim.size_conversion_height {
    min-height: 460px; }

.fit_w_denim {
  min-height: 990px; }
  .fit_w_denim .fit_chart {
    font-size: 13px; }
  .fit_w_denim .fit_display .area_01 {
    margin-top: 55px;
    width: 260px; }
  .fit_w_denim .fit_display .area_02 {
    margin-top: 242px;
    width: 260px; }
  .fit_w_denim .fit_display .area_03 {
    margin-top: 230px;
    margin-left: 400px;
    width: 220px; }
    .fit_w_denim .fit_display .area_03 h3, .fit_w_denim .fit_display .area_03 p {
      padding-left: 5px; }
  .fit_w_denim .fit_display .area_04 {
    margin-top: 405px;
    margin-left: 400px;
    width: 255px; }
    .fit_w_denim .fit_display .area_04 h3, .fit_w_denim .fit_display .area_04 p {
      padding-left: 5px; }
  .fit_w_denim.size_conversion_height {
    min-height: 315px; }

.fit_w_pants {
  min-height: 1020px; }
  .fit_w_pants .fit_top {
    margin-bottom: 15px; }
  .fit_w_pants .fit_chart {
    font-size: 13px; }
  .fit_w_pants .fit_display .area_01 {
    margin-top: 70px;
    width: 260px; }
  .fit_w_pants .fit_display .area_02 {
    margin-top: 239px;
    width: 250px; }
  .fit_w_pants .fit_display .area_03 {
    margin-top: 228px;
    margin-left: 400px;
    width: 235px; }
    .fit_w_pants .fit_display .area_03 h3, .fit_w_pants .fit_display .area_03 p {
      padding-left: 5px; }
  .fit_w_pants .fit_display .area_04 {
    margin-top: 405px;
    margin-left: 400px;
    width: 255px; }
    .fit_w_pants .fit_display .area_04 h3, .fit_w_pants .fit_display .area_04 p {
      padding-left: 5px; }
  .fit_w_pants.size_conversion_height {
    min-height: 315px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fit_w_pants .fit_display .area_01 {
    margin-top: 54px; }

  .fit_w_pants .fit_display .area_04 {
    margin-top: 402px; } }
.fit_w_pants_conversion {
  min-height: 0 !important; }
  .fit_w_pants_conversion .fit_top {
    margin-bottom: 0 !important; }
  .fit_w_pants_conversion .fit_chart td {
    font-size: 13px; }

.fit_m_denim,
.fit_m_trousers {
  min-height: 820px; }
  .fit_m_denim .fit_top,
  .fit_m_trousers .fit_top {
    margin-bottom: 0; }
  .fit_m_denim .fit_display .area_01,
  .fit_m_trousers .fit_display .area_01 {
    margin-top: 74px;
    width: 260px; }
    .fit_m_denim .fit_display .area_01 p,
    .fit_m_trousers .fit_display .area_01 p {
      width: 74%; }
  .fit_m_denim .fit_display .area_02,
  .fit_m_trousers .fit_display .area_02 {
    margin-top: 260px;
    width: 270px; }
    .fit_m_denim .fit_display .area_02 p,
    .fit_m_trousers .fit_display .area_02 p {
      width: 78%; }
  .fit_m_denim .fit_display .area_03,
  .fit_m_trousers .fit_display .area_03 {
    margin-top: 260px;
    margin-left: 400px;
    width: 200px; }
    .fit_m_denim .fit_display .area_03 p,
    .fit_m_trousers .fit_display .area_03 p {
      width: 78%; }
  .fit_m_denim .fit_display .area_04,
  .fit_m_trousers .fit_display .area_04 {
    margin-top: 411px;
    margin-left: 400px;
    width: 200px; }
    .fit_m_denim .fit_display .area_04 p,
    .fit_m_trousers .fit_display .area_04 p {
      width: 78%; }
  .fit_m_denim .fit_display img,
  .fit_m_trousers .fit_display img {
    padding-bottom: 25px; }
  .fit_m_denim.size_conversion_height,
  .fit_m_trousers.size_conversion_height {
    min-height: 330px; }

.fit_w_boots {
  min-height: 490px; }
  .fit_w_boots .fit_top {
    margin-bottom: 140px; }
  .fit_w_boots .fit_display .area_02 {
    margin-top: 193px;
    margin-right: 210px;
    width: 250px; }
  .fit_w_boots .fit_display .area_03 {
    margin-top: 45px;
    margin-left: 275px;
    width: 210px; }
  .fit_w_boots.size_conversion_height {
    min-height: 420px; }

.fit_w_platform {
  min-height: 360px; }
  .fit_w_platform .fit_display .area_02 {
    margin-top: 155px;
    margin-left: 190px;
    width: 200px; }
  .fit_w_platform .fit_display .area_03 {
    margin-top: 84px;
    margin-right: 152px;
    width: 255px; }
  .fit_w_platform.size_conversion_height {
    min-height: 250px; }

.fit_w_heels {
  min-height: 480px; }
  .fit_w_heels .fit_top {
    margin-bottom: 120px; }
  .fit_w_heels .fit_display .area_02 {
    margin-top: 212px;
    margin-right: 245px;
    width: 235px; }
  .fit_w_heels .fit_display .area_03 {
    margin-top: 77px;
    margin-left: 175px;
    width: 285px; }
  .fit_w_heels.size_conversion_height {
    min-height: 450px; }

.fit_w_wedge {
  min-height: 560px; }
  .fit_w_wedge .fit_top {
    margin-bottom: 120px; }
  .fit_w_wedge .fit_display .area_02 {
    margin-top: 266px;
    margin-right: 220px;
    width: 237px; }
  .fit_w_wedge .fit_display .area_03 {
    margin-top: 32px;
    margin-left: 267px;
    width: 290px; }
  .fit_w_wedge.size_conversion_height {
    min-height: 435px; }

.fit_w_wedgeplatform {
  min-height: 680px; }
  .fit_w_wedgeplatform .fit_top {
    margin-bottom: 120px; }
  .fit_w_wedgeplatform .fit_display .area_02 {
    margin-top: 95px;
    margin-right: 225px;
    width: 237px; }
  .fit_w_wedgeplatform .fit_display .area_03 {
    margin-top: 330px;
    margin-left: 285px;
    width: 290px; }
  .fit_w_wedgeplatform.size_conversion_height {
    min-height: 460px; }

.fit_w_hiddenwedge {
  min-height: 560px; }
  .fit_w_hiddenwedge .fit_top {
    margin-bottom: 120px; }
  .fit_w_hiddenwedge .fit_display .area_02 {
    margin-top: 195px;
    margin-right: 330px;
    width: 237px; }
  .fit_w_hiddenwedge.size_conversion_height {
    min-height: 460px; }

.fit_w_skirt {
  min-height: 700px; }
  .fit_w_skirt .fit_top {
    margin-bottom: 120px; }
  .fit_w_skirt .fit_display .area_01 {
    margin-top: 45px;
    margin-right: 340px;
    width: 200px; }
  .fit_w_skirt.size_conversion_height {
    min-height: 520px; }

.fit_w_shorts {
  min-height: 1000px; }
  .fit_w_shorts .fit_top {
    margin-bottom: 0 !important; }
  .fit_w_shorts .fit_display .area_02 {
    margin-top: 50px;
    margin-right: 335px;
    width: 210px; }
  .fit_w_shorts .fit_chart td {
    font-size: 13px; }
  .fit_w_shorts.size_conversion_height {
    min-height: 160px; }

.fit_w_belt {
  min-height: 340px; }
  .fit_w_belt .fit_top {
    margin-bottom: 310px; }
  .fit_w_belt .fit_display .area_01 {
    margin-top: 25px;
    margin-left: 360px;
    width: 300px; }
  .fit_w_belt.size_conversion_height {
    min-height: 325px; }

.fit_title {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  color: black; }

.fit_backpacks .fit_top {
  margin-bottom: 120px; }
.fit_backpacks .fit_display {
  position: inherit; }
  .fit_backpacks .fit_display .area_01 {
    margin-top: 55px;
    margin-left: 240px;
    width: 200px; }
  .fit_backpacks .fit_display .area_02 {
    margin-top: 332px;
    margin-left: 17px;
    width: 200px; }
  .fit_backpacks .fit_display .area_03 {
    margin-top: 475px;
    margin-right: 248px;
    width: 280px; }

.fit_handbags .fit_top {
  margin-bottom: 120px; }
.fit_handbags .fit_display {
  position: inherit; }
  .fit_handbags .fit_display .area_01 {
    margin-top: 50px;
    margin-left: 292px;
    width: 200px; }
  .fit_handbags .fit_display .area_02 {
    margin-top: 225px;
    margin-left: 60px;
    width: 200px; }
  .fit_handbags .fit_display .area_03 {
    margin-top: 355px;
    margin-right: 257px;
    width: 280px; }

.fit_shoulderbags {
  min-height: 760px; }
  .fit_shoulderbags .fit_top {
    margin-bottom: 120px; }
  .fit_shoulderbags .fit_display {
    position: inherit; }
    .fit_shoulderbags .fit_display .area_01 {
      margin-top: 380px;
      margin-right: 277px;
      width: 200px; }
    .fit_shoulderbags .fit_display .area_02 {
      margin-top: 485px;
      margin-left: 381px;
      width: 300px; }
    .fit_shoulderbags .fit_display .area_03 {
      margin-top: 261px;
      margin-left: 25px;
      width: 280px; }
    .fit_shoulderbags .fit_display img {
      padding-bottom: 20px; }

.fit_otherbags {
  min-height: 660px; }
  .fit_otherbags .fit_top {
    margin-bottom: 120px; }
  .fit_otherbags .fit_display {
    position: inherit; }
    .fit_otherbags .fit_display .area_01 {
      margin-top: 40px;
      margin-left: 262px;
      width: 250px; }
    .fit_otherbags .fit_display .area_02 {
      margin-top: 352px;
      margin-left: 40px;
      width: 300px; }
    .fit_otherbags .fit_display .area_03 {
      margin-top: 475px;
      margin-right: 240px;
      width: 250px; }

.fit_wallets {
  min-height: 600px; }
  .fit_wallets .fit_top {
    margin-bottom: 120px; }
  .fit_wallets .fit_display {
    position: inherit; }
    .fit_wallets .fit_display .area_01 {
      margin-top: 40px;
      margin-left: 330px;
      width: 250px; }
    .fit_wallets .fit_display .area_02 {
      margin-top: 225px;
      margin-left: 40px;
      width: 300px; }
    .fit_wallets .fit_display .area_03 {
      margin-top: 302px;
      margin-right: 243px;
      width: 220px; }
    .fit_wallets .fit_display img {
      padding-bototm: 15px; }

.fit_totes {
  min-height: 600px; }
  .fit_totes .fit_top {
    margin-bottom: 120px; }
  .fit_totes .fit_display {
    position: inherit; }
    .fit_totes .fit_display .area_01 {
      margin-top: 85px;
      margin-left: 280px;
      width: 250px; }
    .fit_totes .fit_display .area_02 {
      margin-top: 285px;
      margin-left: 40px;
      width: 300px; }
    .fit_totes .fit_display .area_03 {
      margin-top: 364px;
      margin-right: 216px;
      width: 220px; }
    .fit_totes .fit_display img {
      padding-bottom: 15px; }

.fit_clutches {
  min-height: 600px; }
  .fit_clutches .fit_top {
    margin-bottom: 120px; }
  .fit_clutches .fit_display {
    position: inherit; }
    .fit_clutches .fit_display .area_01 {
      margin-top: 85px;
      margin-left: 352px;
      width: 250px; }
    .fit_clutches .fit_display .area_02 {
      margin-top: 244px;
      margin-left: 62px;
      width: 300px; }
    .fit_clutches .fit_display .area_03 {
      margin-top: 357px;
      margin-right: 234px;
      width: 250px; }

.fit_hobos {
  min-height: 780px; }
  .fit_hobos .fit_top {
    margin-bottom: 120px; }
  .fit_hobos .fit_display {
    position: inherit; }
    .fit_hobos .fit_display .area_01 {
      margin-top: 85px;
      margin-left: 305px;
      width: 250px; }
    .fit_hobos .fit_display .area_02 {
      margin-top: 284px;
      margin-left: 65px;
      width: 300px; }
    .fit_hobos .fit_display .area_03 {
      margin-top: 373px;
      margin-right: 230px;
      width: 250px; }

.fit_messenger {
  min-height: 600px; }
  .fit_messenger .fit_top {
    margin-bottom: 120px; }
  .fit_messenger .fit_display {
    position: inherit; }
    .fit_messenger .fit_display .area_01 {
      margin-top: 85px;
      margin-left: 278px;
      width: 250px; }
    .fit_messenger .fit_display .area_02 {
      margin-top: 240px;
      margin-left: 39px;
      width: 300px; }
    .fit_messenger .fit_display .area_03 {
      margin-top: 318px;
      margin-right: 219px;
      width: 250px; }

.fit_satchel {
  min-height: 600px; }
  .fit_satchel .fit_top {
    margin-bottom: 120px; }
  .fit_satchel .fit_display {
    position: inherit; }
    .fit_satchel .fit_display .area_01 {
      margin-top: 88px;
      margin-left: 278px;
      width: 250px; }
    .fit_satchel .fit_display .area_02 {
      margin-top: 280px;
      margin-left: 39px;
      width: 300px; }
    .fit_satchel .fit_display .area_03 {
      margin-top: 361px;
      margin-right: 226px;
      width: 250px; }

.fit_small_leather {
  min-height: 780px; }
  .fit_small_leather .fit_top {
    margin-bottom: 120px; }
  .fit_small_leather .fit_display {
    position: inherit; }
    .fit_small_leather .fit_display .area_01 {
      margin-top: 85px;
      margin-left: 318px;
      width: 240px; }
    .fit_small_leather .fit_display .area_02 {
      margin-top: 250px;
      margin-left: 28px;
      width: 300px; }
    .fit_small_leather .fit_display .area_03 {
      margin-top: 338px;
      margin-right: 260px;
      width: 285px; }

.fit_sunglasses {
  min-height: 540px; }
  .fit_sunglasses .fit_top {
    margin-bottom: 120px; }
  .fit_sunglasses .fit_display {
    position: inherit; }
    .fit_sunglasses .fit_display .area_01 {
      margin-top: 30px;
      margin-left: 180px;
      width: 200px; }
      .fit_sunglasses .fit_display .area_01 ul {
        margin-left: -20px; }
    .fit_sunglasses .fit_display .area_02 {
      margin-top: 67px;
      margin-left: 430px;
      width: 200px; }
    .fit_sunglasses .fit_display .area_03 {
      margin-top: 300px;
      margin-left: 260px;
      width: 280px; }
      .fit_sunglasses .fit_display .area_03 ul {
        margin-left: -25px; }
    .fit_sunglasses .fit_display img {
      padding: 30px 0 25px; }

.fit_necklace .fit_display {
  position: inherit; }
  .fit_necklace .fit_display .area_01 {
    margin-top: 310px;
    margin-left: 365px;
    width: 200px; }

.fit_hosiery_socks_conversion .fit_top {
  margin-bottom: 140px; }
.fit_hosiery_socks_conversion .fit_measurements {
  width: 83%; }

/* Spotlight Breadcrumb
=================================================== */
.content_breadcrumb {
  position: absolute;
  z-index: 102;
  right: 0;
  left: 0; }

.spotlight_breadcrumb {
  color: #717171; }
  .spotlight_breadcrumb a {
    color: #717171; }
    .spotlight_breadcrumb a:hover {
      color: #666;
      text-decoration: underline; }
  .spotlight_breadcrumb .spotlight_current {
    color: #999; }
  .spotlight_breadcrumb li {
    display: inline-block;
    zoom: 1;
    *display: inline; }

/* Spotlight Navigation
=================================================== */
.main_navigation .spotlight_nav li.page_item {
  padding: 0 3.95%;
  padding: 0 3.7% \9; }

.sp_personalities {
  padding: 25px 0; }
  .sp_personalities .sub_content {
    float: left;
    width: 500px;
    padding-right: 100px; }
    .sp_personalities .sub_content h1, .sp_personalities .sub_content .main_title {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 24px;
      line-height: 42px;
      color: black;
      text-transform: uppercase; }
      .sp_personalities .sub_content h1:after, .sp_personalities .sub_content .main_title:after {
        margin-left: 0 !important;
        border-color: #bababa !important;
        display: block;
        content: "";
        border-bottom: 1px solid #cccccc;
        width: 50px;
        margin-left: -10px;
        margin-bottom: 5px;
        padding-top: 0; }
    .sp_personalities .sub_content h2, .sp_personalities .sub_content .title {
      font-family: "Karla", Arial, sans-serif;
      font-size: 21px;
      line-height: 24px;
      color: black;
      letter-spacing: 0;
      margin: 15px 0; }
    .sp_personalities .sub_content p {
      font-size: 14px;
      line-height: 21px; }

.personalities_menu {
  width: 420px;
  float: right;
  margin-left: 40px; }
  .personalities_menu div {
    float: left;
    margin-right: 5px;
    width: 100px;
    word-wrap: break-word;
    overflow: visible; }
    .personalities_menu div a {
      width: 100px;
      padding: 0;
      text-decoration: none; }
    .personalities_menu div img {
      width: 100%;
      height: auto;
      border: 2px solid #FFF;
      margin: 0; }
      .personalities_menu div img:hover {
        border: 2px solid #000; }
    .personalities_menu div h2, .personalities_menu div .sub-title {
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      color: #717171;
      margin: -7px 0 5px 0;
      padding: 0;
      display: block;
      height: 28px; }
      .personalities_menu div h2:hover, .personalities_menu div .sub-title:hover {
        color: black;
        text-decoration: underline; }

/* Spotlight Section
=================================================== */
.rev_spotlight .spotlight_title {
  display: none;
  width: 100%;
  background: #000; }
  .rev_spotlight .spotlight_title h1 {
    font-family: 'ProximaNovaBold', 'Helvetica Neue', Arial, sans-serif;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.139em; }
.rev_spotlight .container_center {
  width: 960px;
  min-width: 960px;
  max-width: 100%;
  overflow: auto;
  margin: 0 auto;
  position: absolute;
  z-index: 99 !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .rev_spotlight .container_center .cta {
    margin-top: 100px;
    width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4%; }
    .rev_spotlight .container_center .cta .title {
      font-size: 32px !important;
      line-height: 1.25 !important;
      padding: 0;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
      .rev_spotlight .container_center .cta .title:after {
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 10px 0;
        display: block;
        content: "";
        border-bottom: 1px solid #cccccc;
        width: 50px;
        margin-left: -10px;
        margin-bottom: 5px;
        padding-top: 0; }
    .rev_spotlight .container_center .cta .sub_title {
      color: #717171;
      font-size: 21px;
      font-family: "Karla", Arial, sans-serif;
      margin: 15px auto;
      text-transform: uppercase; }
    .rev_spotlight .container_center .cta .alt_title {
      font-size: 14px;
      margin: 15px auto;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      color: black; }
    .rev_spotlight .container_center .cta .caption {
      font-size: 14px; }
    .rev_spotlight .container_center .cta p {
      line-height: 21px; }

/* Spotlight Designers
=================================================== */
.spotlight_designers {
  width: 100%; }
  .spotlight_designers .slider li {
    width: 100%;
    height: 1900px; }
  .spotlight_designers .slider .cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block; }
  .spotlight_designers .container_center .cta {
    margin-top: 100px; }
    .spotlight_designers .container_center .cta .alt_title {
      font-size: 14px !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
  .spotlight_designers.mens .slider li {
    background-color: #FFF !important; }

.designers_media {
  background: #FFF;
  float: left;
  margin-top: 45px; }

.designers_video,
.designers_gallery {
  position: relative; }
  .designers_video span,
  .designers_gallery span {
    position: absolute;
    z-index: 98;
    margin: auto;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.designers_video {
  width: 320px;
  height: 250px; }
  .designers_video span {
    width: 320px;
    height: 180px; }
  .designers_video a {
    position: absolute;
    z-index: 99;
    margin: auto;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 72px;
    height: 72px;
    opacity: 1; }
    .designers_video a:hover {
      opacity: 0.8;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }

.designers_gallery .gallery_images {
  display: none; }

.designers_gallery {
  width: 320px;
  height: 250px; }
  .designers_gallery span {
    width: 320px;
    height: 180px; }
  .designers_gallery .cta_small {
    position: absolute;
    z-index: 99;
    margin: auto;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 55%;
    text-align: center; }
    .designers_gallery .cta_small .title {
      font-size: 18px !important;
      color: #FFF !important;
      line-height: 1.25 !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase; }
    .designers_gallery .cta_small p {
      font-size: 14px;
      color: #FFF; }
    .designers_gallery .cta_small .cta_btn {
      font-size: 12px !important;
      clear: both;
      margin: 4px auto;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase; }
      .designers_gallery .cta_small .cta_btn a {
        color: #717171; }
        .designers_gallery .cta_small .cta_btn a:hover {
          text-decoration: underline; }
      .designers_gallery .cta_small .cta_btn a {
        background: #FFF;
        color: #000 !important;
        display: inline-block;
        text-align: center;
        border: 0;
        padding: 12px 10px; }
        .designers_gallery .cta_small .cta_btn a:hover {
          text-decoration: none;
          -webkit-transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -o-transition: all 0.125s ease-in-out;
          transition: all 0.125s ease-in-out;
          background: #717171;
          color: #FFF; }
      .designers_gallery .cta_small .cta_btn a {
        padding-top: 9px;
        padding-bottom: 9px; }

.designer_btn {
  clear: both;
  display: block;
  margin: 25px auto;
  text-align: center;
  clear: both;
  margin: 4px auto;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .designer_btn a {
    color: #717171; }
    .designer_btn a:hover {
      text-decoration: underline; }
  .designer_btn a {
    color: #FFF !important;
    background: #000;
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 12px 10px; }
    .designer_btn a:hover {
      text-decoration: none;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF; }

.designers_featured .designers_featured_products,
.designers_featured .designers_featured_shopthelook {
  background: #FFF;
  padding: 25px;
  position: absolute;
  z-index: 99 !important;
  left: 0;
  right: 0;
  margin-top: -900px;
  text-align: center; }

.featured_brand_top {
  margin: 10px auto 25px; }
  .featured_brand_top .brand_title, .featured_brand_top .collection {
    text-align: center;
    margin: 0 auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase; }
  .featured_brand_top .brand_title {
    font-size: 24px;
    margin: 0 0 10px 0; }
  .featured_brand_top .collection {
    font-size: 14px; }
  .featured_brand_top:after {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 0;
    display: block;
    content: "";
    border-bottom: 1px solid #cccccc;
    width: 50px;
    margin-left: -10px;
    margin-bottom: 5px;
    padding-top: 0; }

.designers_featured_products .product_item {
  width: 24%;
  margin: 0 0.75% 0 0;
  padding: 0;
  display: inline-block; }
  .designers_featured_products .product_item .product_image {
    width: 100%;
    height: auto; }
    .designers_featured_products .product_item .product_image img {
      width: 100%;
      height: auto; }
    .designers_featured_products .product_item .product_image:nth-child(4) {
      margin-right: 0 !important; }
  .designers_featured_products .product_item .main_img_heart {
    background: none repeat scroll 0 0 white;
    border: 1px solid #EEEEEE;
    transition: background 0.12s ease 0s;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 4px 0 0 2px;
    margin-top: 10px;
    margin-left: 170px; }
    .designers_featured_products .product_item .main_img_heart span {
      background: url("../i/designers_heart.png") no-repeat scroll -54px 0 transparent;
      display: block;
      height: 23px;
      text-indent: -9999px;
      width: 26px; }
    .designers_featured_products .product_item .main_img_heart:hover, .designers_featured_products .product_item .main_img_heart.active {
      background: none repeat scroll 0 0 #FDCDCA; }
      .designers_featured_products .product_item .main_img_heart:hover span, .designers_featured_products .product_item .main_img_heart.active span {
        background: url("../i/designers_heart.png") no-repeat scroll -27px 0 transparent; }
  .designers_featured_products .product_item .product_info {
    padding: 10px 0;
    text-align: left; }
  .designers_featured_products .product_item .product_name {
    font-size: 14px;
    line-height: 1.5;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: black; }
  .designers_featured_products .product_item .designer_brand {
    font-size: 12px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal; }
    .designers_featured_products .product_item .designer_brand a {
      color: #717171; }
  .designers_featured_products .product_item .price {
    padding: 5px 0;
    line-height: 1.5;
    font-size: 14px; }

.designers_featured_shopthelook .product_item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 225px;
  height: 582px;
  margin: 0; }
  .designers_featured_shopthelook .product_item img {
    width: 100%;
    height: auto; }
.designers_featured_shopthelook .product_image span {
  width: 225px;
  height: 582px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  display: table; }
  .designers_featured_shopthelook .product_image span a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #FFF !important;
    font-size: 16px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center; }
  .designers_featured_shopthelook .product_image span:hover {
    opacity: 100;
    margin-top: 0; }
.designers_featured_shopthelook .designer_btn {
  margin: 25px auto; }

.content_switch {
  width: 54px;
  height: 54px;
  margin: 15px auto; }
  .content_switch a img {
    opacity: 1;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }
    .content_switch a img:hover {
      opacity: 0.5; }

.spotlight_designers .hp_revolveme {
  margin-top: -110px !important; }

/* Spotlight Personalities
=================================================== */
.spotlight_personalities {
  width: 100%;
  padding-bottom: 25px; }
  .spotlight_personalities .slider li {
    width: 100%;
    height: 1500px; }
  .spotlight_personalities .slider .cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block; }
  .spotlight_personalities .rev_content .cta_small {
    display: block;
    width: 50%;
    max-width: 480px;
    position: absolute;
    z-index: 99;
    text-align: center;
    padding: 100px 30px 0; }
    .spotlight_personalities .rev_content .cta_small .titles {
      font-size: 26px !important;
      line-height: 1.25 !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: black;
      letter-spacing: 0.125em;
      font-size: 22px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #FFF;
      padding: 0 25px; }
    .spotlight_personalities .rev_content .cta_small .weird_center_keyline {
      margin: 15px auto; }
    .spotlight_personalities .rev_content .cta_small p {
      font-size: 14px;
      color: #FFF; }
    .spotlight_personalities .rev_content .cta_small .play_btn {
      margin: 10px auto;
      display: table !important; }
      .spotlight_personalities .rev_content .cta_small .play_btn p, .spotlight_personalities .rev_content .cta_small .play_btn a {
        display: table-cell;
        vertical-align: middle; }
      .spotlight_personalities .rev_content .cta_small .play_btn p {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        letter-spacing: 0.125em;
        padding: 0 10px; }
    .spotlight_personalities .rev_content .cta_small .cta_btn {
      margin: 20px auto !important;
      clear: both;
      margin: 4px auto;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase; }
      .spotlight_personalities .rev_content .cta_small .cta_btn a {
        color: #717171; }
        .spotlight_personalities .rev_content .cta_small .cta_btn a:hover {
          text-decoration: underline; }
      .spotlight_personalities .rev_content .cta_small .cta_btn a {
        background: #FFF;
        color: #000 !important;
        display: inline-block;
        text-align: center;
        border: 0;
        padding: 12px 10px; }
        .spotlight_personalities .rev_content .cta_small .cta_btn a:hover {
          text-decoration: none;
          -webkit-transition: all 0.125s ease-in-out;
          -moz-transition: all 0.125s ease-in-out;
          -o-transition: all 0.125s ease-in-out;
          transition: all 0.125s ease-in-out;
          background: #717171;
          color: #FFF; }

.personalities_featured {
  position: absolute;
  z-index: 991;
  margin-top: -530px; }
  .personalities_featured li {
    width: 50%;
    max-width: 480px;
    height: 480px;
    float: left;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .personalities_featured img {
    width: 100%;
    height: auto; }

.personalities_featured_bottom {
  margin-top: 25px;
  display: block;
  margin-bottom: 25px; }
  .personalities_featured_bottom ul {
    min-height: 200px; }
    .personalities_featured_bottom ul li {
      width: 50%;
      max-width: 480px;
      height: 480px;
      float: left;
      display: inline-block;
      zoom: 1;
      *display: inline; }
    .personalities_featured_bottom ul img {
      width: 100%;
      height: auto; }
  .personalities_featured_bottom .rev_content {
    display: block; }

.personalities_video {
  background: #000;
  padding: 0;
  display: table !important; }
  .personalities_video .video_wrap {
    display: table-cell;
    vertical-align: middle; }

.personalities_cta {
  background: #000;
  padding: 0; }
  .personalities_cta .cta_wrap {
    display: table !important; }
    .personalities_cta .cta_wrap img {
      width: 100%;
      height: auto; }
  .personalities_cta .cta_small {
    padding-top: 150px !important;
    display: table-cell;
    vertical-align: middle; }

.personalities_revolveme {
  display: table !important;
  background: #e7e7e7; }

.revolveme_wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .revolveme_wrap .titles {
    text-align: center;
    font-size: 26px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    letter-spacing: 0.125em;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    color: black;
    margin-top: 5%; }
  .revolveme_wrap .weird_center_keyline {
    background-color: #cccccc;
    margin-bottom: 10px; }
  .revolveme_wrap p {
    font-size: 14px; }
  .revolveme_wrap ul {
    margin: 10px auto;
    width: 342px; }
  .revolveme_wrap li {
    float: left;
    max-width: 171px;
    width: 100%;
    height: 171px;
    overflow: hidden; }
    .revolveme_wrap li .insta_icon {
      position: absolute;
      width: 33px;
      height: 32px;
      margin-left: 130px;
      margin-top: 133px;
      opacity: 1; }
      .revolveme_wrap li .insta_icon:hover {
        opacity: 0.7;
        border-radius: 25px; }
    .revolveme_wrap li .insta_imgpost {
      height: auto; }

.revolveme_btn {
  display: block;
  clear: both;
  margin: 25px auto;
  text-align: center;
  clear: both;
  margin: 4px auto;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .revolveme_btn a {
    color: #717171; }
    .revolveme_btn a:hover {
      text-decoration: underline; }
  .revolveme_btn a {
    color: #FFF !important;
    background: #000;
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 12px 10px; }
    .revolveme_btn a:hover {
      text-decoration: none;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF; }

.personalities_rev_signup {
  background: #000; }
  .personalities_rev_signup .signup_wrap {
    display: block; }
    .personalities_rev_signup .signup_wrap .cta_small {
      padding-top: 150px !important; }
    .personalities_rev_signup .signup_wrap p {
      color: #FFF;
      font-size: 14px;
      text-align: center;
      margin: 0 50px; }
    .personalities_rev_signup .signup_wrap .signup_email {
      text-align: center;
      margin: 5px auto 10px; }
    .personalities_rev_signup .signup_wrap img {
      width: 480px;
      height: auto; }

.personalities_gallery .gallery_images {
  display: none; }

.personalities_info {
  position: absolute;
  z-index: 110;
  display: block;
  margin-top: 75px;
  margin-left: 64%; }
  .personalities_info .info_btn {
    width: 51px;
    height: 51px; }
    .personalities_info .info_btn a {
      display: block; }
  .personalities_info .personalities_content {
    display: none; }

.spotlight_designers .cta,
.spotlight_personalities .cta {
  padding: 0 !important;
  overflow: hidden;
  display: block; }

.cta_panel {
  width: 320px;
  padding: 30px; }

.personalities_content {
  display: block;
  margin: 0 auto;
  padding: 30px; }
  .personalities_content .left {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 260px;
    margin: 0 2%;
    text-align: center; }
  .personalities_content .right {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 590px;
    text-align: left;
    vertical-align: top; }
    .personalities_content .right .sub_title {
      margin-top: 0;
      color: #000 !important;
      font-size: 14px !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif !important; }
  .personalities_content .caption {
    font-size: 14px; }
  .personalities_content p {
    line-height: 21px;
    font-size: 14px !important;
    color: #000;
    margin-bottom: 15px; }
  .personalities_content .cta_btn {
    clear: both;
    margin: 4px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .personalities_content .cta_btn a {
      color: #717171; }
      .personalities_content .cta_btn a:hover {
        text-decoration: underline; }
    .personalities_content .cta_btn a {
      color: #FFF !important;
      background: #000;
      display: inline-block;
      text-align: center;
      border: 0;
      padding: 12px 10px; }
      .personalities_content .cta_btn a:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF; }

.rev_thenewnewresidency .spotlight_personalities,
.rev_jamiebeck .spotlight_personalities {
  padding-bottom: 0 !important; }
.rev_thenewnewresidency .personalities_featured_bottom,
.rev_jamiebeck .personalities_featured_bottom {
  display: none; }

.rev_emrata .mens.spotlight_personalities {
  padding-bottom: 0 !important; }
.rev_emrata .mens .personalities_featured_bottom {
  display: none; }

.rev_jamiebeck .cta_small {
  padding: 150px 30px 0 !important; }

/* Spotlight RevolveMe
=================================================== */
.insta_revolveme {
  border: 1px solid #e1e1e1; }
  .insta_revolveme #cboxLoadedContent {
    padding: 0 !important;
    overflow: visible; }
  .insta_revolveme #cboxClose {
    background: url("../i/insta-box-sprite.png") -71px 0 no-repeat;
    width: 37px;
    height: 37px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    right: 5px;
    top: 5px;
    display: block; }
    .insta_revolveme #cboxClose:hover {
      background-position: -71px 0; }

.spotlight_revolveme {
  text-align: center;
  min-height: 1950px; }
  .spotlight_revolveme h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: black; }
  .spotlight_revolveme p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px; }
    .spotlight_revolveme p .tag_rm_icon img {
      display: inline-block;
      vertical-align: middle; }
  .spotlight_revolveme .instagram_upload {
    width: 200px;
    display: block;
    margin: 10px auto;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #FFF !important;
    background: #000; }
    .spotlight_revolveme .instagram_upload a {
      color: #717171; }
      .spotlight_revolveme .instagram_upload a:hover {
        text-decoration: underline; }
    .spotlight_revolveme .instagram_upload:hover {
      text-decoration: none;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      background: #717171;
      color: #FFF;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }

.hashtag_menu {
  padding: 15px 20px;
  margin: 40px auto 20px;
  background: #f7f7f7;
  border: 1px solid #bababa; }
  .hashtag_menu div.active_page > a {
    color: black;
    border-bottom: 2px solid #000; }
  .hashtag_menu div.insta-hash {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 2%;
    background: url(../i/sep_diamond.png) -5px -2px no-repeat;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.125em; }
    .hashtag_menu div.insta-hash a {
      color: black; }
      .hashtag_menu div.insta-hash a:hover {
        color: black;
        border-bottom: 2px solid #000; }
    .hashtag_menu div.insta-hash span {
      background: url("../i/arrow_sprite.png") right -64px no-repeat;
      display: inline-block;
      width: 20px;
      height: 10px; }
    .hashtag_menu div.insta-hash.revme_sub_dd {
      position: relative;
      cursor: pointer; }
      .hashtag_menu div.insta-hash.revme_sub_dd .revme_sub_dd_drop {
        display: none;
        z-index: 101;
        border: 1px solid #e1e1e1;
        position: absolute;
        background: white;
        padding: 15px;
        top: 15px;
        left: -15px; }
        .hashtag_menu div.insta-hash.revme_sub_dd .revme_sub_dd_drop li {
          font-family: "Karla", Arial, sans-serif;
          font-size: 14px; }
          .hashtag_menu div.insta-hash.revme_sub_dd .revme_sub_dd_drop li a {
            color: #717171;
            text-align: center;
            text-transform: none;
            letter-spacing: 0; }
            .hashtag_menu div.insta-hash.revme_sub_dd .revme_sub_dd_drop li a:hover {
              text-decoration: underline;
              border: none; }
    .hashtag_menu div.insta-hash.revme_sub_dd:hover .revme_sub_dd_drop {
      display: block; }
  .hashtag_menu div:nth-child(1) {
    background: none; }

.insta-box-thumb {
  width: 300px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 15px; }
  .insta-box-thumb a {
    border: none;
    overflow: hidden; }
    .insta-box-thumb a img {
      border: none;
      overflow: hidden; }
  .insta-box-thumb img {
    max-height: 300px;
    max-width: 300px;
    width: auto;
    height: auto; }
  .insta-box-thumb:hover img {
    outline: 10px solid black;
    transition: all .09s fade-in;
    -moz-transition: all .09s ease-in;
    -webkit-transition: all .09s ease-in;
    -o-transition: all .09s ease-in;
    -ms-transition: all .09s ease-in; }

.insta-box {
  border: 1px solid #ccc;
  height: 100%; }

.insta-post {
  width: 470px;
  height: 100%;
  min-height: 600px;
  background: #f7f7f7;
  padding: 40px;
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .insta-post .insta-box-top {
    text-align: center;
    width: 388px;
    height: 388px; }
    .insta-post .insta-box-top img {
      max-height: 388px;
      max-width: 388px;
      width: auto;
      height: auto; }
  .insta-post .social_icons a {
    text-indent: -99999px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px; }
  .insta-post .social_icons .insta-fb-icon a {
    background: url(../i/social_nav.png) -5px 0 no-repeat; }
  .insta-post .social_icons .insta-fb-icon a:hover {
    background: url(../i/social_nav.png) -5px -30px no-repeat; }
  .insta-post .social_icons .insta-tw-icon a {
    background: url(../i/social_nav.png) -53px 0 no-repeat; }
  .insta-post .social_icons .insta-tw-icon a:hover {
    background: url(../i/social_nav.png) -53px -30px no-repeat; }
  .insta-post .social_icons .insta-pin-icon a {
    background: url(../i/social_nav.png) -100px 0 no-repeat; }
  .insta-post .social_icons .insta-pin-icon a:hover {
    background: url(../i/social_nav.png) -100px -30px no-repeat; }
  .insta-post .social_icons .insta-gg-icon a {
    background: url(../i/social_nav.png) -196px 0 no-repeat; }
  .insta-post .social_icons .insta-gg-icon a:hover {
    background: url(../i/social_nav.png) -196px -30px no-repeat; }

.insta-box-profile {
  width: 100%;
  margin: 15px 0 0 0; }
  .insta-box-profile img.profile_avi {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    float: left; }
  .insta-box-profile .posted_by {
    float: left;
    margin-top: 10px;
    margin-left: 10px; }
    .insta-box-profile .posted_by img {
      float: left;
      margin-top: 6px;
      margin-right: 8px; }
    .insta-box-profile .posted_by h3 {
      float: left;
      clear: none;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif !important;
      font-size: 12px;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.115em; }
      .insta-box-profile .posted_by h3 p {
        font-family: "Karla", Arial, sans-serif;
        color: #666;
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px; }
  .insta-box-profile .info {
    display: none; }
  .insta-box-profile .caption {
    min-height: 25px;
    max-height: 55px;
    margin: 10px 0;
    font-size: 14px; }

.insta-box-info {
  display: none; }

.insta-shop {
  width: 430px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
  padding: 40px; }
  .insta-shop h2.alsolike {
    margin-top: 32px;
    margin-bottom: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 11px; }
  .insta-shop h1 {
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-size: 18px;
    margin-bottom: 10px; }
  .insta-shop li {
    padding: 10px 0; }
    .insta-shop li .product-image {
      width: 80px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      float: left;
      margin-right: 10px; }
      .insta-shop li .product-image img {
        width: 100%;
        height: auto; }
  .insta-shop .product-info {
    font-family: "Karla", Arial, sans-serif;
    color: black;
    line-height: 1.6;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .insta-shop .product-info .product-name {
      color: black !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase; }
      .insta-shop .product-info .product-name a {
        color: #717171; }
        .insta-shop .product-info .product-name a:hover {
          text-decoration: underline; }
    .insta-shop .product-info .brand-name {
      font-family: "Karla", Arial, sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      color: #717171; }
    .insta-shop .product-info .product-color,
    .insta-shop .product-info .price {
      font-size: 14px; }
    .insta-shop .product-info .product-cta {
      border: none;
      font-size: 12px !important;
      margin: 5px 0 0 0;
      padding: 10px !important;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
      color: #717171;
      letter-spacing: 0.125em;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 15px 10px;
      color: #FFF !important;
      background: #000; }
      .insta-shop .product-info .product-cta a {
        color: #717171; }
        .insta-shop .product-info .product-cta a:hover {
          text-decoration: underline; }
      .insta-shop .product-info .product-cta:hover {
        text-decoration: none;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        background: #717171;
        color: #FFF;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out; }

.insta-box-lower {
  position: absolute;
  width: 320px;
  bottom: 30px; }
  .insta-box-lower .list-nav {
    width: 152px;
    margin: 0 auto 20px; }
    .insta-box-lower .list-nav a {
      margin: 0 20px;
      width: 15px;
      height: 15px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .insta-box-lower .list-nav a.list-prev {
        background: url("../i/arrow_sprite_left.png") 0 0 no-repeat; }
      .insta-box-lower .list-nav a.list-next {
        background: url("../i/arrow_sprite_right.png") 0 0 no-repeat; }

.insta-tags {
  margin: 0 auto;
  text-align: center; }
  .insta-tags span {
    margin: 2px;
    text-transform: capitalize;
    display: inline-block; }
    .insta-tags span a {
      background: white;
      display: block;
      padding: 5px;
      color: #717171;
      border: 1px solid #e1e1e1; }
    .insta-tags span a:hover {
      background: #eaeaea;
      color: black; }

.mobile_nav_menu {
  display: none;
  background: #FFF;
  border-top: 1px solid #e7e7e7; }
  .mobile_nav_menu.spotlight_nav .menu_toggle {
    margin-top: -50px;
    position: absolute; }
  .mobile_nav_menu.spotlight_nav ul {
    display: none; }
  .mobile_nav_menu.spotlight_nav li {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 10px; }
    .mobile_nav_menu.spotlight_nav li a {
      display: block;
      color: black;
      border-bottom: 0; }

.mobile_section_title {
  display: none;
  background: #000;
  padding: 15px 0; }
  .mobile_section_title h2 {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.139em; }

.mobile_personalities_menu {
  display: none;
  position: relative;
  bottom: 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 50px; }
  .mobile_personalities_menu li {
    display: table;
    padding: 10px 0 5px 10px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7; }
    .mobile_personalities_menu li a {
      display: block; }
  .mobile_personalities_menu .menu_profile {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding-right: 10px; }
    .mobile_personalities_menu .menu_profile img {
      width: 100%;
      height: auto; }
  .mobile_personalities_menu h2 {
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle; }

/* Media Queries 
=================================================== */
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .rev_spotlight {
    padding-bottom: 0; }
    .rev_spotlight .container_center {
      width: 768px;
      min-width: 768px;
      max-width: 100%; }
      .rev_spotlight .container_center .cta {
        z-index: 992;
        margin-top: 100px;
        width: 320px; }
        .rev_spotlight .container_center .cta .title {
          font-size: 24px !important; }
        .rev_spotlight .container_center .cta .sub_title {
          font-size: 18px; }

  .spotlight_personalities .slider {
    min-width: 768px;
    width: 100%; }
    .spotlight_personalities .slider li {
      height: 1100px; }
  .spotlight_personalities .slide_nextprev {
    width: 100%; }
  .spotlight_personalities .cta_small {
    padding: 25px 25px 0 !important; }

  .personalities_featured {
    margin-top: -420px; }
    .personalities_featured li {
      height: 375px; }
      .personalities_featured li.cycle-slide {
        height: 171px; }
      .personalities_featured li img {
        width: 100%;
        height: auto; }

  .personalities_featured_bottom li {
    height: 375px !important; }
    .personalities_featured_bottom li img {
      width: 100%;
      height: auto; }

  .spotlight_designers .cycle-slideshow li,
  .spotlight_personalities .cycle-slideshow li {
    background-size: 1300px 1440px !important; }

  .designers_featured_products .product_item {
    width: 171px; }

  .designers_featured_shopthelook .product_item {
    width: 177px;
    height: 458px; }
  .designers_featured_shopthelook .product_image span {
    width: 177px;
    height: 458px; }
    .designers_featured_shopthelook .product_image span a {
      padding: 0; }

  .designers_media {
    margin-left: 65px;
    margin-right: 65px; } }
/* Maximum width of 768 pixels. */
/* Maximum width of 768 pixels. */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .personalities_featured {
    margin-top: -200px !important; }

  .personalities_featured_bottom {
    margin-top: 275px !important; } }
.rev_page.br_theme_wrapper {
  padding-top: 70px; }

.rev_left_navigation.bloomreach_left_column {
  width: 21.5%; }

.br_pdp_widget {
  padding-top: 70px; }
  .br_pdp_widget .br_related_prod {
    float: left;
    margin: 0 10px 0 0;
    padding-right: 20px;
    width: 595px; }
    .br_pdp_widget .br_related_prod h3, .br_pdp_widget .br_related_prod .br-found-heading {
      border-bottom: 1px solid #E1E1E1;
      margin-bottom: 20px;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .br_pdp_widget .br_related_prod .br_more_popup {
      background-color: #fff;
      position: absolute;
      width: 575px;
      min-height: 348px;
      margin-top: -20px;
      border-bottom: 1px solid #E1E1E1;
      border-left: 1px solid #E1E1E1;
      border-right: 1px solid #E1E1E1;
      padding: 10px 10px 30px; }
      .br_pdp_widget .br_related_prod .br_more_popup img {
        margin-left: 5px;
        margin-right: 30px;
        float: left;
        display: inline-block;
        margin-top: 40px; }
      .br_pdp_widget .br_related_prod .br_more_popup .plp_qv_close {
        background-image: url("../i/qv_close_btn.jpg");
        float: right;
        height: 30px;
        margin-right: 6px;
        margin-top: 8px;
        width: 30px; }
      .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt {
        float: left;
        display: inline-block;
        width: 333px; }
        .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h2 {
          text-transform: uppercase; }
          .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h2 a {
            color: #717171; }
            .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h2 a:hover {
              text-decoration: underline; }
        .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h3 {
          border: 0px;
          padding: 0px;
          margin-bottom: 5px;
          font-size: 22px; }
          .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h3 a {
            color: #000; }
            .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt h3 a:hover {
              text-decoration: underline; }
        .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt ul {
          margin-top: 20px;
          padding-left: 15px; }
          .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt ul li {
            list-style-position: outside;
            list-style-type: disc;
            font-size: 14px;
            line-height: 24px; }
        .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt .br_prod_more {
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          font-size: 11px;
          text-decoration: underline;
          margin-top: 8px;
          display: block;
          letter-spacing: 0.139em;
          color: #000;
          text-transform: uppercase;
          margin-top: 25px; }
          .br_pdp_widget .br_related_prod .br_more_popup .br_more_txt .br_prod_more:hover {
            text-decoration: none; }
    .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont {
      float: left;
      width: 151px;
      margin-right: 60px; }
      .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item img, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont img, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item img, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont img {
        margin-bottom: 14px; }
        .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item img:hover, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont img:hover, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item img:hover, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont img:hover {
          opacity: 0.6;
          transition: all 0.09s ease-in 0s; }
      .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item .br-sf-widget-merchant-qv a, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item .br-sf-widget-merchant-qv a, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a {
        color: #000;
        font-size: 13px;
        line-height: 16px; }
        .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item .br-sf-widget-merchant-qv a:hover, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a:hover, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item .br-sf-widget-merchant-qv a:hover, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a:hover {
          text-decoration: underline; }
        .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item .br-sf-widget-merchant-qv a.br_prod_more, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a.br_prod_more, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item .br-sf-widget-merchant-qv a.br_prod_more, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a.br_prod_more {
          font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
          font-size: 11px;
          text-decoration: underline;
          margin-top: 8px;
          display: block;
          letter-spacing: 0.139em; }
          .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item .br-sf-widget-merchant-qv a.br_prod_more:hover, .br_pdp_widget .br_related_prod .pdp_ctl_grid .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a.br_prod_more:hover, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item .br-sf-widget-merchant-qv a.br_prod_more:hover, .br_pdp_widget .br_related_prod .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a.br_prod_more:hover {
            text-decoration: none; }
    .br_pdp_widget .br_related_prod .pdp_ctl_grid .pdp_ctl_item.item_last, .br_pdp_widget .br_related_prod .br-sf-widget .pdp_ctl_item.item_last {
      margin-right: 0px; }
  .br_pdp_widget .br_related_searches {
    float: left;
    height: 540px;
    width: 355px; }
    .br_pdp_widget .br_related_searches h3 {
      border-bottom: 1px solid #E1E1E1;
      margin-bottom: 20px;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .br_pdp_widget .br_related_searches ul li a {
      color: #000;
      line-height: 24px; }
      .br_pdp_widget .br_related_searches ul li a:hover {
        text-decoration: underline; }

/*bloomreach test*/
.br_pdp_widget {
  width: 960px; }
  .br_pdp_widget .br-related-heading {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .139em;
    color: grey;
    width: 335px; }
  .br_pdp_widget .br-found-heading {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
    margin-bottom: 40px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .139em;
    color: grey;
    width: 575px;
    float: left; }
  .br_pdp_widget .br-sf-widget {
    float: left;
    /*margin: 0 10px 0 0;
    padding-right: 20px;
    width: 595px;*/ }
    .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont {
      float: left;
      width: 151px;
      margin-right: 23px;
      margin-left: 23px; }
      .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont img {
        margin-bottom: 14px; }
        .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont img:hover {
          opacity: 0.6;
          transition: all 0.09s ease-in 0s; }
      .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title {
        font-family: "Karla", Arial, sans-serif;
        font-size: 12px;
        line-height: 18px; }
        .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title a {
          color: #000;
          font-size: 13px;
          line-height: 16px; }
      .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a {
        font-size: 11px;
        text-decoration: underline;
        margin-top: 8px;
        display: block;
        letter-spacing: 0.139em;
        color: #000;
        text-transform: uppercase;
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
        .br_pdp_widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a:hover {
          text-decoration: none; }
  .br_pdp_widget .br-sf-widget-merchant-popup-maincont {
    background-color: #fff;
    position: absolute;
    width: 575px;
    min-height: 348px;
    margin-top: 29px;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    padding: 10px 10px 30px; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
      float: left; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-close {
      background-image: url("../i/qv_close_btn.jpg");
      margin-right: 6px;
      margin-top: 8px;
      text-indent: -999px;
      overflow: hidden;
      display: inline-block;
      height: 30px;
      width: 30px; }
      .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-close a {
        display: block;
        height: 30px;
        width: 30px; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
      margin-left: 12px;
      margin-right: 30px;
      /*float: left;*/
      display: inline-block;
      margin-top: 30px; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title {
      width: 323px;
      display: inline-block;
      margin-top: 40px;
      float: left; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title a {
      margin-bottom: 5px;
      font-size: 22px;
      text-transform: uppercase;
      letter-spacing: .139em;
      color: #000;
      font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc {
      width: 323px;
      display: inline-block;
      line-height: 1.7;
      float: left; }
      .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc ul {
        margin-top: 20px;
        padding-left: 15px;
        display: inline-block; }
        .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc ul li {
          list-style-position: outside;
          list-style-type: disc;
          font-size: 14px;
          line-height: 24px; }
        .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc ul li a {
          display: inline-block;
          color: #000;
          text-decoration: underline; }
          .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc ul li a:hover {
            text-decoration: none; }
    .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view {
      width: 323px;
      display: inline-block;
      float: left; }
      .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view a {
        font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
        font-size: 11px;
        text-decoration: underline;
        margin-top: 8px;
        display: block;
        letter-spacing: 0.139em;
        color: #000;
        text-transform: uppercase;
        margin-top: 25px;
        width: 330px;
        float: left;
        display: inline-block; }
        .br_pdp_widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view a:hover {
          text-decoration: none; }
  .br_pdp_widget #br-related-searches-widget {
    float: right;
    width: 355px; }
    .br_pdp_widget #br-related-searches-widget a {
      line-height: 24px; }
    .br_pdp_widget #br-related-searches-widget a:hover {
      text-decoration: underline; }

/*.br-sf-widget {
			.br-sf-widget-merchant-cont {
				float: left;
				width: 151px;
				margin-right: 60px;
				img {
					margin-bottom: 14px;
					&:hover {
						opacity: 0.6;
    					transition: all 0.09s ease-in 0s;
					}
				}
				.br-sf-widget-merchant-qv a {
					color: #000;
					font-size: 13px;
					line-height: 16px;
					&:hover {
						text-decoration: underline;
					}
					&.br_prod_more {
						font-family: $header-font-family;
						font-size: 11px;
						text-decoration: underline;
						margin-top: 8px;
						display: block;
						letter-spacing: 0.139em;
						&:hover {
							text-decoration: none;
						}
					}			
				}
			}
}*/
/*
|>----------------------------------------------------------------------------------------------<|
| // Trends 
|>----------------------------------------------------------------------------------------------<|
*/
.featurtorial_slider_wrap {
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
  .featurtorial_slider_wrap .feature_slides {
    position: relative; }
    .featurtorial_slider_wrap .feature_slides .slide_nextprev {
      position: absolute;
      z-index: 200;
      top: 45%;
      width: 100%; }
      .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_prev {
        float: left;
        margin-left: -21px;
        display: inline-block;
        zoom: 1; }
        .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_prev a {
          background: url(../i/revme_arrow_l.png) no-repeat;
          width: 50px;
          height: 50px;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          display: block; }
        .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_prev a:hover {
          opacity: 0.7;
          background: url(../i/revme_arrow_l.png); }
      .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_next {
        float: right;
        margin-right: -21px;
        display: inline-block;
        zoom: 1; }
        .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_next a {
          background: url(../i/revme_arrow_r.png) no-repeat;
          width: 50px;
          height: 50px;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          display: block; }
        .featurtorial_slider_wrap .feature_slides .slide_nextprev .slide_next a:hover {
          opacity: 0.7;
          background: url(../i/revme_arrow_r.png); }
    .featurtorial_slider_wrap .feature_slides .cycle-slideshow {
      width: 100%; }
      .featurtorial_slider_wrap .feature_slides .cycle-slideshow li {
        width: 100%; }
        .featurtorial_slider_wrap .feature_slides .cycle-slideshow li a img {
          width: 100%; }
    .featurtorial_slider_wrap .feature_slides .cycle-pager {
      position: static;
      margin: 10px auto;
      text-align: center; }
      .featurtorial_slider_wrap .feature_slides .cycle-pager span {
        font-family: arial;
        font-size: 30px;
        width: 16px;
        height: 16px;
        display: inline-block;
        color: #ddd;
        cursor: pointer; }
      .featurtorial_slider_wrap .feature_slides .cycle-pager .cycle-pager-active {
        color: black; }

/*Hearst Campaign*/
.hearst_wrap form input {
  background: #efefef;
  border: 1px solid #e1e1e1;
  text-indent: 5px;
  margin-bottom: 18px; }
.hearst_wrap.thanks {
  background: url(../i/campaigns/thanks_bg.jpg) no-repeat; }
  .hearst_wrap.thanks .text_box_wrap {
    width: 486px;
    padding-left: 78px;
    padding-right: 78px;
    padding-top: 200px;
    margin-right: 57px;
    float: right; }
    .hearst_wrap.thanks .text_box_wrap .cta {
      min-height: 275px;
      z-index: inherit !important; }
  .hearst_wrap.thanks .title {
    color: black !important;
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 17px;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hearst_wrap.thanks .title a {
      color: #717171; }
      .hearst_wrap.thanks .title a:hover {
        text-decoration: underline; }
.hearst_wrap.cosmo {
  height: 910px;
  background: url(../i/campaigns/cosmo_bg.jpg) no-repeat; }
  .hearst_wrap.cosmo .title {
    color: #ce006d !important;
    text-align: center;
    font-size: 16px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hearst_wrap.cosmo .title a {
      color: #717171; }
      .hearst_wrap.cosmo .title a:hover {
        text-decoration: underline; }
.hearst_wrap.marieclaire {
  height: 910px;
  background: url(../i/campaigns/hearst_header_marieclaire.jpg) no-repeat; }
  .hearst_wrap.marieclaire .title {
    color: #ce006d !important;
    text-align: center;
    font-size: 16px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hearst_wrap.marieclaire .title a {
      color: #717171; }
      .hearst_wrap.marieclaire .title a:hover {
        text-decoration: underline; }
.hearst_wrap.redbook {
  height: 910px;
  background: url(../i/campaigns/hearst_header_redbook.jpg) no-repeat; }
  .hearst_wrap.redbook .title {
    color: #ed174f !important;
    text-align: center;
    font-size: 16px !important;
    font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.125em;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase; }
    .hearst_wrap.redbook .title a {
      color: #717171; }
      .hearst_wrap.redbook .title a:hover {
        text-decoration: underline; }
  .hearst_wrap.redbook .text_box_wrap p {
    font-size: 10px;
    text-align: justify;
    line-height: 14px;
    width: 390px; }
    .hearst_wrap.redbook .text_box_wrap p span {
      font-weight: bold;
      text-transform: uppercase;
      color: #000; }
.hearst_wrap .text_box_wrap {
  width: 517px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 200px;
  margin-left: 45px;
  float: left; }
  .hearst_wrap .text_box_wrap .cta {
    min-height: 68px;
    margin: 0 auto !important;
    padding-top: 0; }
  .hearst_wrap .text_box_wrap p {
    font-size: 10px;
    text-align: justify;
    line-height: 14px; }
    .hearst_wrap .text_box_wrap p span {
      font-weight: bold;
      text-transform: uppercase;
      color: #000; }
  .hearst_wrap .text_box_wrap .name {
    width: 195px;
    float: left; }
    .hearst_wrap .text_box_wrap .name input {
      width: 195px;
      height: 30px;
      float: left; }
  .hearst_wrap .text_box_wrap .email {
    width: 417px; }
    .hearst_wrap .text_box_wrap .email input {
      width: 100%;
      height: 30px;
      margin-bottom: 5px; }
  .hearst_wrap .text_box_wrap .sb_grey {
    margin-bottom: 18px; }
    .hearst_wrap .text_box_wrap .sb_grey .sbSelector {
      text-transform: none;
      font-family: "Karla", Arial, sans-serif !important;
      letter-spacing: normal !important; }
  .hearst_wrap .text_box_wrap .month {
    width: 174px;
    float: left;
    margin-right: 24px; }
  .hearst_wrap .text_box_wrap .day {
    width: 93px;
    float: left;
    margin-right: 24px; }
  .hearst_wrap .text_box_wrap .year {
    width: 100px;
    float: left; }
  .hearst_wrap .text_box_wrap .gender {
    width: 128px;
    float: left; }
.hearst_wrap .title {
  color: #ce006d !important;
  font-size: 17px !important;
  text-align: center;
  margin-bottom: 20px;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .hearst_wrap .title a {
    color: #717171; }
    .hearst_wrap .title a:hover {
      text-decoration: underline; }
.hearst_wrap .required {
  float: left;
  margin-left: 10px;
  line-height: 34px; }
.hearst_wrap .main-title {
  font-size: 39px !important;
  color: black !important;
  line-height: 50px !important;
  text-align: center !important;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: black;
  letter-spacing: 0.125em;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase; }
  .hearst_wrap .main-title:after {
    margin-top: 22px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 213px !important;
    display: block;
    content: "";
    border-bottom: 1px solid #8b8b8b;
    width: 50px;
    margin-left: -10px;
    margin-bottom: 25px;
    padding-top: 0; }
.hearst_wrap .title {
  color: black !important;
  text-align: center;
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  color: #717171;
  letter-spacing: 0.125em;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase; }
  .hearst_wrap .title a {
    color: #717171; }
    .hearst_wrap .title a:hover {
      text-decoration: underline; }
.hearst_wrap ul.thanks {
  margin-left: 34px;
  margin-top: 25px;
  margin-bottom: 30px; }
  .hearst_wrap ul.thanks li {
    list-style-type: square;
    list-style-position: outside;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold; }
.hearst_wrap .cta {
  z-index: inherit !important; }

@CHARSET "UTF-8";
.sbHolder {
  background-color: #FFF;
  border: solid 1px #e1e1e1;
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 100%; }
  .sbHolder:focus {
    outline-width: 0; }

.sbSelector {
  font-family: "ProximaNovaBold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 80%; }
  .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none; }

.sbToggle {
  height: 18px;
  width: 18px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  background-position: -11px -1px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block; }
  .sbToggle:hover {
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    background-position: -11px -1px; }

.sbToggleOpen {
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -11px -1px; }
  .sbToggleOpen:hover {
    background-image: url(../i/rev_global_icons.png);
    background-repeat: no-repeat;
    display: block;
    background-position: -11px -1px; }

.sbHolderDisabled {
  background-color: #FFF; }

.sbOptions {
  background-color: #FFF;
  border: solid 1px #e1e1e1;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 28px !important;
  width: 100.7%;
  z-index: 1;
  overflow-y: auto;
  text-align: center; }
  .sbOptions li {
    padding: 0; }
    .sbOptions li.last a {
      border-bottom: none; }
  .sbOptions a {
    display: block;
    outline: none;
    padding: 4px 0; }
    .sbOptions a:link, .sbOptions a:visited {
      color: #717171;
      text-decoration: none; }
    .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
      color: #000;
      text-decoration: underline; }
  .sbOptions .sbDisable {
    color: #eee;
    display: block; }
  .sbOptions .sbSub {
    padding-left: 5px; }

@-moz-document url-prefix() {
  .sbOptions {
    width: 100.7%; } }

.sb_no_outline .sbHolder {
  background: transparent;
  border: 0 !important; }

.sb_grey .sbHolder {
  background: #efefef; }

.sb_white .sbHolder {
  background: #fff; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  /*overflow:auto;*/
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #FFF repeat 0 0;
  opacity: 0.75 !important; }

#colorbox {
  outline: 0; }

#cboxContent {
  /*background:#fff;*/
  overflow: hidden; }

#cboxLoadedContent {
  padding: 0;
  font-size: 14px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* Content within the Colorbox 
=================================================== */
.insta-box {
  background: #FFF; }

.gallery_images .cycle-slideshow,
.gallery_images .slide_nextprev {
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }
.gallery_images img {
  height: auto; }

.gallery_images .slide_nextprev a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px; }
.gallery_images .slide_nextprev div {
  position: absolute;
  z-index: 110;
  top: 225px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../i/rev_global_icons.png);
  background-repeat: no-repeat;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
  .gallery_images .slide_nextprev div:hover {
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }
.gallery_images .slide_nextprev .slide_prev {
  left: 10px;
  background-position: -5px -75px; }
.gallery_images .slide_nextprev .slide_next {
  right: 10px;
  background-position: -55px -75px;
  float: right; }

/* Media Queries 
=================================================== */
/* Maximum width of 480 pixels. */
@media only screen and (max-width: 480px) {
  .personalities_content {
    padding: 25px; }
    .personalities_content .left {
      width: 95%;
      margin: 0 auto; }
    .personalities_content .right {
      text-align: center;
      width: 98%; } }
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .personalities_content {
    text-align: center; }
    .personalities_content .left {
      float: none; } }
