

/* FILE: styles.css */
/* HANDLES: default,cms_page,STORE_row,THEME_frontend_rose_default,cms_index_index,page_one_column,customer_logged_out,nosto_tagging_page_default_footer,cms_menu */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

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

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

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

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

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

a:focus {
  outline: none;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #abe386;
}

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: lowercase;
  font-size: 22px;
  color: #dca7ab;
  margin: 20px 0;
}

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

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

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #eaeae7;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #7d7e82;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399CC;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 0 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eaeae7;
    position: relative;
    line-height: 52px;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong span {
    display: block;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 0 15px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eaeae7;
    position: relative;
    line-height: 52px;
    font-size: 10px;
    text-transform: uppercase;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong span {
    display: block;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eaeae7;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #eaeae7;
  }
}
.hidden-tr {
  display: none;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #dca7ab;
}
.block-account li a,
.block-cms-menu li a {
  color: #7d7e82;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #dca7ab;
}

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

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

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #dca8ac;
  display: inline-block;
  padding: 0 20px;
  border: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  font-family: "Domaine Bold", Georgia;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #d5969b;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #cd8489;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #cd8489;
  outline: none;
  color: #FFFFFF;
}

.btn-reverse {
  background: #fdfdf8;
  display: inline-block;
  padding: 0 20px;
  border: 0;
  color: #dca8ac;
  font-size: 13px;
  font-weight: normal;
  font-family: "Domaine Bold", Georgia;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  white-space: nowrap;
  border: 1px solid #dca8ac;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-reverse:hover {
  background: #d5969b;
  color: #FFFFFF;
  cursor: pointer;
}
.btn-reverse:active {
  background: #cd8489;
  color: #FFFFFF;
}
.btn-reverse:focus {
  background-color: #cd8489;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

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

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

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

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

.button2:focus {
  outline: none;
}

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

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

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

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

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

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

.paypal-button img {
  display: inline;
}

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

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

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/icon_sprite.1576497619.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/icon_sprite@2x.1576497619.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -15px 0 15px;
}

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

.breadcrumbs a {
  float: left;
  color: #7d7e82;
}

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("//www.roseandthorne.com/skin/frontend/rose/default/images/demo-logo.1576497619.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

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

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

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

.error {
  color: #ef5e5e;
}

.notice {
  color: #fb9b66;
}

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

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

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

.messages .error-msg li {
  color: #7d7e82;
  border-left: 5px solid #ef5e5e;
  background-color: #FAEBE7;
}

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

.messages .notice-msg li {
  color: #7d7e82;
  border-left: 5px solid #fb9b66;
  background-color: #F9EBE6;
}

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

.messages .success-msg li {
  color: #7d7e82;
  border-left: 5px solid #abe386;
  background-color: #EFF5EA;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  color: #7d7e82;
  font-size: 16px;
}
.price-box .price .small {
  font-size: 0.5em;
  vertical-align: super;
}

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

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

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

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

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

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

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

span.weee {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pages li {
  float: left;
}

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

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

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

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

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

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

  .pages {
    float: left;
  }

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

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

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

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

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

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

.width-full {
  width: 100%;
}

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

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

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

/* ============================================ *
 * Honeypot Styles
 * ============================================ */
.thepot {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #f2cfcd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  padding: 3px 10px 18px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #fdfdf9;
  padding-top: 74px;
}
.is-promotion-banner-active .wrapper {
  padding-top: 104px;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.cms-index-index .wrapper {
  padding-top: 0;
}
.is-promotion-banner-active.cms-index-index .wrapper {
  padding-top: 30px;
}

@media only screen and (max-width: 599px) {
  .wrapper {
    padding-top: 48px;
  }
  .cms-index-index .wrapper {
    padding-top: 0;
  }
  .is-promotion-banner-active .wrapper {
    padding-top: 78px;
  }
}
.fade-out {
  opacity: 0.3;
}
.fade-out * {
  pointer-events: none;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  z-index: 9999999999;
  background-color: rgba(125, 126, 130, 0.95);
  border-top: 3px solid #dca7ab;
}
.page-header.home-scroll {
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.is-promotion-banner-active .page-header {
  margin-top: 30px;
  border-color: #d2a0a2;
}
.cms-index-index .page-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}
@media only screen and (min-width: 600px) {
  .page-header {
    border-top: 8px solid #dca7ab;
    height: 74px;
  }
  .is-promotion-banner-active .page-header {
    border-color: #d2a0a2;
  }
}

.top-promotion-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  background-color: #d2a0a2;
  padding: 10px;
  font-size: 12px;
  height: 30px;
  color: #fff;
}
.top-promotion-banner.banner-scroll {
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.top-promotion-banner a {
  color: #fff;
}
.top-promotion-banner .close-banner {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 15px;
  height: 15px;
}
.top-promotion-banner .close-banner span {
  top: 6px;
  position: absolute;
  height: 1px;
  display: block;
  width: 100%;
  background-color: #fff;
}
.top-promotion-banner .close-banner span:nth-child(1) {
  transform: rotate(45deg);
}
.top-promotion-banner .close-banner span:nth-child(2) {
  transform: rotate(-45deg);
}
.is-promotion-banner-active .top-promotion-banner {
  display: block;
}
@media only screen and (min-width: 480px) {
  .top-promotion-banner {
    letter-spacing: 1.5px;
  }
}

.page-header-container {
  padding: 0 15px;
}
@media only screen and (min-width: 1300px) {
  .page-header-container {
    padding: 0 57px;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  margin: 10px 0 0 -64px;
  width: 128px;
  height: 20px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.logo:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  text-indent: 0;
}
.logo:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  .logo {
    width: 227px;
    height: 34px;
    margin: 13px 0 0 -113px;
  }
  .logo:before {
    font-size: 33px;
  }
}
@media only screen and (min-width: 980px) {
  .logo {
    position: relative;
    left: auto;
    float: left;
    margin: 13px 0 19px;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  float: right;
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  height: 66px;
  color: #fff;
  line-height: 66px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.skip-link:hover {
  color: #ddd;
}

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

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

.skip-content.skip-active {
  display: block;
}

/*** Header Wishlist ***/
.skip-wishlist {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.skip-wishlist.skip-active {
  background: #fff;
  color: #dca7ab;
}

#header-wishlist {
  background: #fff none repeat scroll 0 0;
  height: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 66px;
}
#header-wishlist .skip-logged.button {
  width: 100%;
  margin-top: 20px;
}
#header-wishlist .skip-logged.button .icon-rt_wishlist {
  margin-right: 10px;
}
#header-wishlist .skip-logged.button .header-wishlist-count {
  padding: 0 2px;
}
#header-wishlist .empty {
  white-space: nowrap;
}
#header-wishlist .header-wishlist-count {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 10px;
}
#header-wishlist .header-wishlist-count .count-wishlist {
  float: right;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 18px;
  height: 14px;
  position: relative;
  margin: 16px 13px 15px 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.skip-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
.skip-nav span:nth-child(1) {
  top: 0px;
}
.skip-nav span:nth-child(2), .skip-nav span:nth-child(3) {
  top: 6px;
}
.skip-nav span:nth-child(4) {
  top: 13px;
}
.skip-nav.skip-active span:nth-child(1), .skip-nav.skip-active span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.skip-nav.skip-active span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.skip-nav.skip-active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 479px) {
  .skip-nav {
    margin: 16px 25px 15px 0;
  }
}
@media only screen and (min-width: 480px) {
  .skip-nav {
    margin: 16px 50px 15px 0;
  }
}
@media only screen and (min-width: 600px) {
  .skip-nav {
    margin: 25px 46px 27px 15px;
  }
}
@media only screen and (min-width: 980px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 979px) {
  #header-nav {
    padding: 0;
    position: absolute;
    width: 375px;
    max-width: 100%;
    left: -100%;
    top: 66px;
    background-color: rgba(251, 251, 248, 0.95);
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-nav.skip-active {
    left: 0;
    display: block;
  }

  .nav-primary .parent > a {
    position: relative;
  }
  .nav-primary .parent > a:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 17px;
    width: 7px;
    height: 7px;
    border: 1px solid #9fa0a3;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary a.level0 {
    display: block;
    line-height: 44px;
    border-bottom: 1px solid #ebe7e3;
    padding: 0 15px;
    color: #7d7e82;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .nav-primary .menu-wrapper {
    display: block !important;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(251, 251, 248, 0.95);
    z-index: 2;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .nav-primary .menu-wrapper.active {
    left: 0;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span,
  .nav-primary .menu-wrapper .mobile-second-wrap > a {
    display: block;
    line-height: 44px;
    border-bottom: 1px solid #ebe7e3;
    padding: 0 15px;
    color: #7d7e82;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.back-wrap,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.back-wrap {
    font-weight: 500;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.back-wrap .back,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.back-wrap .back {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 24px;
    line-height: 24px;
    background-color: #9f9fa0;
    color: #fff;
    width: 60px;
    text-align: center;
    font-weight: normal;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.back-wrap .back:before,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.back-wrap .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 12px 0;
    border-color: transparent #9f9fa0 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span:after,
  .nav-primary .menu-wrapper .mobile-second-wrap > a:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 17px;
    width: 7px;
    height: 7px;
    border: 1px solid #9fa0a3;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary .menu-wrapper .mobile-second-wrap > span.level1:after,
  .nav-primary .menu-wrapper .mobile-second-wrap > a.level1:after {
    display: none;
  }
  .nav-primary .search-wrap {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 248, 0.95);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .nav-primary .search-wrap.active {
    left: 0;
  }
  .nav-primary .search-wrap .back-wrap {
    line-height: 44px;
    padding: 0 15px;
    color: #7d7e82;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin: 0;
    position: relative;
    font-weight: 500;
  }
  .nav-primary .search-wrap .back-wrap .back {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 24px;
    line-height: 24px;
    background-color: #9f9fa0;
    color: #fff;
    width: 60px;
    text-align: center;
    font-weight: normal;
  }
  .nav-primary .search-wrap .back-wrap .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 12px 0;
    border-color: transparent #9f9fa0 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .nav-primary .search-wrap #search-size {
    width: calc(100% - 30px);
    background-color: #fbfaf8;
    border: 1px solid #e0dfdd;
    height: 42px;
    line-height: 40px;
    padding: 0 40px 0 15px;
    font-size: 12px;
    margin: 0 15px 10px;
  }
  .nav-primary .search-wrap .slimScrollDiv {
    position: relative;
  }
  .nav-primary .search-wrap .slimScrollDiv:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    background-image: url('//www.roseandthorne.com/skin/frontend/rose/default/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmJmYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZiZmEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(252, 251, 250, 0)), color-stop(100%, #fcfbfa));
    background-image: -moz-linear-gradient(top, rgba(252, 251, 250, 0) 0%, #fcfbfa 100%);
    background-image: -webkit-linear-gradient(top, rgba(252, 251, 250, 0) 0%, #fcfbfa 100%);
    background-image: linear-gradient(to bottom, rgba(252, 251, 250, 0) 0%, #fcfbfa 100%);
    pointer-events: none;
  }
  .nav-primary .search-wrap .slimScrollDiv .slimScrollBar,
  .nav-primary .search-wrap .slimScrollDiv .slimScrollRail {
    display: none !important;
  }
  .nav-primary .search-wrap .search-list {
    position: relative;
    height: 322px;
  }
  .nav-primary .search-wrap .search-list span {
    display: block;
    height: 46px;
    width: 100%;
  }
  .nav-primary .search-wrap .search-list span.size-title {
    display: none;
  }
  .nav-primary .search-wrap .search-list a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #6d6e71;
    font-weight: 500px;
  }
  .nav-primary .search-wrap .search-list a:hover {
    text-decoration: none;
  }
  .nav-primary .search-wrap .need-help {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 39px;
    line-height: 38px;
    width: 100%;
    border-top: 1px solid #eeeeec;
    font-size: 10px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    color: #7d7e82;
    background-color: #fbfbf8;
  }
  .nav-primary .featured-wrap {
    display: none;
  }
  .nav-primary .shape-wrap {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 248, 0.95);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .nav-primary .shape-wrap.active {
    left: 0;
  }
  .nav-primary .shape-wrap .back-wrap {
    line-height: 44px;
    border-bottom: 1px solid #ebe7e3;
    padding: 0 15px;
    color: #7d7e82;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: 500;
  }
  .nav-primary .shape-wrap .back-wrap .back {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 24px;
    line-height: 24px;
    background-color: #9f9fa0;
    color: #fff;
    width: 60px;
    text-align: center;
    font-weight: normal;
  }
  .nav-primary .shape-wrap .back-wrap .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 12px 0;
    border-color: transparent #9f9fa0 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .nav-primary .shape-wrap .shape-list a {
    display: block;
    padding: 18px 15px;
    border-bottom: 1px solid #ebe7e3;
    background: none !important;
    font-size: 11px;
    line-height: 16px;
    color: #7d7e82;
    text-decoration: none;
    position: relative;
  }
  .nav-primary .shape-wrap .shape-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 17px;
    width: 7px;
    height: 7px;
    border: 1px solid #9fa0a3;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-primary .shape-wrap .shape-list a .title {
    display: block;
    text-transform: uppercase;
  }
  .nav-primary .shape-wrap .shape-list a .desc {
    display: block;
    line-height: 20px;
  }
  .nav-primary .shape-wrap .shape-list a.oh_naturale .title {
    color: #fbb646;
  }
  .nav-primary .shape-wrap .shape-list a.smooth_operator .title {
    color: #a071a6;
  }
  .nav-primary .shape-wrap .shape-list a.curvylicious .title {
    color: #e2509b;
  }
  .nav-primary .shape-wrap .shape-list a.en_forme .title {
    color: #acc769;
  }
  .nav-primary .shape-wrap .shape-list a.perky_power .title {
    color: #28baa7;
  }
}
@media only screen and (max-width: 599px) {
  #header-nav {
    top: 45px;
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  #header-nav {
    display: block;
    /* Force visibility */
    float: left;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #header-nav {
    margin-left: 34px;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 980px) {
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 980px) {
  .nav-primary a {
    text-decoration: none;
  }
  .nav-primary li.level0 {
    margin: 0 5px;
  }
  .nav-primary li.level0 > a {
    text-transform: uppercase;
    line-height: 66px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
  }
  .nav-primary li.level0 > a:hover {
    color: #ddd;
  }
  .nav-primary li.level0.mobile {
    display: none;
  }
  .nav-primary a.selected,
  .nav-primary li.level0.active > a {
    position: relative;
    color: #fff;
  }
  .nav-primary a.selected:after,
  .nav-primary li.level0.active > a:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d2a2a6;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  .nav-primary a.selected:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fdfdf9;
    border-top: none;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #ddd;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary .menu-wrapper {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    padding: 22px 15px 24px;
    background-color: #fdfdf9;
  }
  .nav-primary .menu-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-primary .mobile-second-wrap {
    display: none;
  }
  .nav-primary .search-wrap {
    float: left;
    width: 244px;
    max-width: 14%;
    margin-right: 4%;
  }
  .nav-primary .search-wrap .back-wrap {
    display: none;
  }
  .nav-primary .search-wrap input {
    width: 100%;
    border: 1px solid #e3e3e3;
    height: 38px;
    line-height: 36px;
    padding: 0 50px 0 25px;
    font-size: 11px;
    color: #7d7e82;
    background-color: transparent;
  }
  .nav-primary .search-wrap .search-list {
    border: 1px solid #e3e3e3;
    border-top: 0;
    width: 100%;
    height: 250px;
    line-height: 34px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-primary .search-wrap .search-list .search-list-inner {
    padding-top: 5px;
    height: 249px;
  }
  .nav-primary .search-wrap .search-list .slimScrollRail {
    border-radius: 0 !important;
    box-shadow: inset -1px 0 3px rgba(0, 0, 0, 0.1);
  }
  .nav-primary .search-wrap .search-list .slimScrollBar {
    border-radius: 2px !important;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .nav-primary .search-wrap .search-list span, .nav-primary .search-wrap .search-list a {
    display: block;
    padding: 0 25px;
    color: #7d7e82;
  }
  .nav-primary .search-wrap .search-list a {
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .nav-primary .search-wrap .search-list a:last-child {
    margin-bottom: 5px;
  }
  .nav-primary .search-wrap .search-list a:hover {
    color: #5b5b5c;
  }
  .nav-primary .search-wrap .need-help {
    display: none;
  }
  .nav-primary .featured-wrap {
    float: left;
    width: 225px;
    max-width: 13%;
    margin-right: 4%;
  }
  .nav-primary .featured-wrap h3 {
    color: #7d7e82;
    height: 38px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 11px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .nav-primary .featured-wrap h3 span {
    display: none;
  }
  .nav-primary .featured-wrap li.active a {
    color: #5b5b5c;
  }
  .nav-primary .featured-wrap a {
    display: block;
    color: #7d7e82;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 34px;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .nav-primary .featured-wrap a:hover {
    color: #5b5b5c;
  }
  .nav-primary .shape-wrap {
    float: left;
    max-width: 65%;
  }
  .nav-primary .shape-wrap h3 {
    color: #7d7e82;
    height: 37px;
    font-size: 11px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-primary .shape-wrap h3 .back {
    display: none;
  }
  .nav-primary .shape-wrap .shape-list {
    border: 1px solid #e3e3e3;
    height: 230px;
  }
  .nav-primary .shape-wrap .shape-list a {
    display: block;
    width: 151px;
    max-width: 20%;
    float: left;
    height: 100%;
    border-right: 1px solid #e3e3e3;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #7d7e82;
  }
  .nav-primary .shape-wrap .shape-list a:last-child {
    border-right: 0;
  }
  .nav-primary .shape-wrap .shape-list a span {
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .nav-primary .shape-wrap .shape-list a .shape-back {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fdfdf9;
    text-align: center;
  }
  .nav-primary .shape-wrap .shape-list a .title {
    font-family: "Domaine Black", Georgia;
    font-size: 15px;
    text-transform: lowercase;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    line-height: 1.4;
  }
  .nav-primary .shape-wrap .shape-list a .title span {
    font-size: 12px;
    display: block;
    line-height: 1;
  }
  .nav-primary .shape-wrap .shape-list a .desc {
    position: absolute;
    display: block;
    top: 120px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    opacity: 0;
  }
  .nav-primary .shape-wrap .shape-list a:hover .shape-back {
    background-color: rgba(253, 253, 249, 0);
  }
  .nav-primary .shape-wrap .shape-list a:hover .title {
    top: 75px;
  }
  .nav-primary .shape-wrap .shape-list a:hover .desc {
    opacity: 1;
  }
  .nav-primary .shape-wrap .shape-list a.oh_naturale {
    color: #fbb646;
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-bra-ohnaturale.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.smooth_operator {
    color: #a071a6;
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-bra-smoothoperator.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.curvylicious {
    color: #e2509b;
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-bra-curvylicious.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.en_forme {
    color: #acc769;
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-bra-enforme.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.perky_power {
    color: #28baa7;
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-bra-perkypower.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.bikini_brief {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-bikinibrief.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.midi_brief {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-midibrief.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.thong {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-thong.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.hipster_short {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-hipstershort.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.midi_short {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-midishort.1576497619.jpg);
  }
  .nav-primary .shape-wrap .shape-list a.boyleg_brief {
    background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/navigation-knicker-boylegbrief.1576497619.jpg);
  }
  .nav-primary .nav-3 .shape-wrap .shape-list a {
    max-width: 16.66%;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-primary li.level0 {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 1300px) {
  .nav-primary .menu-wrapper {
    padding: 22px 57px 24px;
  }
  .nav-primary li.level0 {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1425px) {
  .nav-primary li.level0 {
    margin: 0 22px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
@media only screen and (max-width: 979px) {
  .skip-search {
    height: 15px;
    margin-top: 25px;
    line-height: 15px;
  }
  .skip-search .icon-rt_search {
    font-size: 15px;
    color: #fff;
    opacity: 1;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
  }
  .skip-search .close-search {
    display: block;
    opacity: 0;
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .skip-search .close-search:after {
    content: "";
    height: 1px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .skip-search.skip-active .close-search {
    opacity: 1;
  }
  .skip-search.skip-active .icon-rt_search {
    opacity: 0;
  }

  #header-search {
    position: absolute;
    background-color: #fff;
    position: absolute;
    width: 375px;
    left: -100%;
    top: 66px;
    padding: 6px 15px 30px 15px;
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-search.skip-active {
    left: 0;
  }
  #header-search #search_mini_form {
    border: 2px solid #f3cfcd;
  }
  #header-search #search_mini_form .input-box {
    position: relative;
    padding-top: 0;
    padding-right: 35px;
  }
  #header-search #search_mini_form .input-box .icon-rt_search {
    display: none;
  }
  #header-search #search_mini_form .input-box .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    line-height: 35px;
    height: 35px;
    border: 0;
    background: none;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
  }
  #header-search #search_mini_form .input-box .search-button:before {
    content: '\e800';
    font-family: "rose";
    color: #7d7e82;
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height: 35pxpx;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header-search .icon-rt_storelocator {
    display: none;
  }
  #header-search #search {
    width: 100%;
    height: 35px;
    padding: 0 0 0 10px;
    background-color: transparent;
    font-size: 12px;
    color: #7d7e82;
    border: 0;
  }
  #header-search #search:focus {
    outline: none;
  }
  #header-search .close {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .skip-search {
    margin-top: 16px;
  }

  #header-search {
    top: 45px;
    width: 100%;
  }
  #header-search .close {
    display: block;
    height: 29px;
    line-height: 28px;
    font-size: 9px;
    text-transform: uppercase;
    color: #8f8f8f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-right: 19px;
    cursor: pointer;
  }
  #header-search .close:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #c7c7c7;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 50%;
    margin-right: -23px;
  }
}
@media only screen and (min-width: 980px) {
  .skip-search {
    display: none;
  }

  #header-search {
    display: block;
    float: right;
    height: 43px;
    padding: 0;
    margin-top: 13px;
  }
  #header-search #search_mini_form {
    float: left;
    border: 1px solid transparent;
    margin-left: 0;
    position: relative;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 0.3s ease-in 0.3s;
  }
  #header-search #search_mini_form .input-box {
    position: relative;
    padding-top: 0;
    padding-right: 35px;
  }
  #header-search #search_mini_form .input-box .icon-rt_search {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 38px;
    height: 41px;
    cursor: pointer;
    width: 35px;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header-search #search_mini_form .input-box .icon-rt_search:hover {
    text-decoration: none;
    color: #ddd;
  }
  #header-search #search_mini_form .input-box .search-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    line-height: 38px;
    height: 41px;
    border: 0;
    background: none;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
  }
  #header-search #search_mini_form .input-box .search-button:before {
    content: '\e800';
    font-family: "rose";
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header-search #search {
    width: 0;
    height: 41px;
    padding: 0;
    background-color: transparent;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 0.3s ease-in 0.3s;
  }
  #header-search #search:focus {
    outline: none;
  }
  #header-search.active #search_mini_form {
    border: 1px solid #98999b;
  }
  #header-search.active #search_mini_form:hover {
    border-color: #DCA7AB;
  }
  #header-search.active #search_mini_form .search-button {
    display: block;
  }
  #header-search.active #search_mini_form .icon-rt_search {
    display: none;
  }
  #header-search.active #search {
    width: 150px;
    padding: 0 18px;
  }
  #header-search .icon-rt_storelocator {
    float: left;
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    height: 43px;
    margin-left: 6px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header-search .icon-rt_storelocator:hover {
    text-decoration: none;
    color: #ddd;
  }
  #header-search .close {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #header-search.active #search {
    width: 233px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
@media only screen and (max-width: 979px) {
  .skip-account {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin: 23px 0 0;
  }
  .skip-account .icon-rt_account {
    display: block;
    opacity: 1;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
  }
  .skip-account .close-account {
    display: block;
    opacity: 0;
    width: 18px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .skip-account .close-account:after {
    content: "";
    height: 1px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .skip-account.skip-active .close-account {
    opacity: 1;
  }
  .skip-account.skip-active .icon-rt_account {
    opacity: 0;
  }
}
@media only screen and (max-width: 599px) {
  .skip-account {
    margin: 14px 0 0;
  }
}
@media only screen and (min-width: 980px) {
  .skip-account {
    float: left;
    width: auto;
    vertical-align: top;
    padding: 0 6px;
    text-transform: uppercase;
  }
  .skip-account .icon-rt_account {
    display: none;
  }
  .skip-account.skip-active {
    background-color: #fff;
    color: #dca7ab;
  }

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

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

  #header-account a:hover {
    color: #dca7ab;
  }
}
@media only screen and (min-width: 1200px) {
  .skip-account {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1300px) {
  .skip-account {
    padding: 0 15px;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

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

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

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
@media only screen and (max-width: 979px) {
  .skip-cart {
    height: 22px;
    width: 23px;
    line-height: 22px;
    margin: 20px 15px 24px 46px;
    font-weight: normal;
  }
  .skip-cart.count .count {
    background-color: #dca7ab;
  }
  .skip-cart .count {
    display: block;
    width: 100%;
    border-radius: 2px;
    background-color: rgba(222, 222, 222, 0.3);
    text-align: center;
    font-size: 13px;
  }
}
@media only screen and (max-width: 599px) {
  .skip-cart {
    margin: 10px 0 13px 50px;
  }
}
@media only screen and (max-width: 479px) {
  .skip-cart {
    margin: 10px 0 13px 25px;
  }
}
@media only screen and (min-width: 980px) {
  .header-minicart {
    position: relative;
  }

  .skip-cart {
    width: auto;
    padding: 0 17px;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  display: inline-block;
}

@media only screen and (min-width: 980px) {
  .skip-cart {
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    margin-left: 0px;
  }
  .skip-cart.skip-active {
    background-color: #fff;
    color: #dca7ab;
  }

  .skip-cart.count {
    background-color: #dca7ab;
    color: #fff;
  }

  .skip-cart.skip-active.count {
    background-color: #fff;
    color: #dca7ab;
  }
}
/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.block-subscribe {
  text-align: center;
  padding: 45px 15px 58px;
}
.block-subscribe .block-title {
  border-top: 0;
  padding: 0;
  margin: 0 0 7px;
}
.block-subscribe .block-title > span {
  width: 135px;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
.block-subscribe .block-title > span:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  background-color: #7d7e82;
  position: absolute;
}
.block-subscribe .block-title > span span {
  padding: 0 13px;
  display: inline-block;
  background-color: #fdfdf9;
  position: relative;
}
.block-subscribe .block-title h3 {
  font-family: "Domaine Bold", Georgia;
  font-size: 30px;
  color: #7d7e82;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.03em;
}
.block-subscribe .block-content label {
  color: #7d7e82;
  font-weight: normal;
  font-size: 12px;
  margin: 0 auto 20px;
  width: 570px;
  max-width: 100%;
}
.block-subscribe .block-content .input-box {
  width: 360px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.block-subscribe .block-content .input-box input {
  width: 100%;
  height: 45px;
  line-height: 43px;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 45px 0 13px;
  font-size: 12px;
  box-shadow: none;
  background-color: transparent;
}
.block-subscribe .block-content .input-box .icon-rt_subscribe_arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #dca7ab;
  text-indent: -999px;
  overflow: hidden;
  height: 43px;
  width: 40px;
  border: 0;
  background-color: transparent;
}
.block-subscribe .block-content .input-box .icon-rt_subscribe_arrow:before {
  text-indent: 0;
  position: absolute;
  left: 1px;
  top: 15px;
}
.block-subscribe .block-content .input-box .ajax-status {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 22px;
  height: 20px;
  margin-left: -11px;
  display: none;
  text-align: left;
}
.block-subscribe .block-content .input-box .ajax-status.loading {
  display: block;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.block-subscribe .block-content .input-box .ajax-status.error {
  display: block;
  color: #dca7ab;
}
@-moz-keyframes bouncedelay {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bouncedelay {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bouncedelay {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@media only screen and (max-width: 479px) {
  .block-subscribe {
    padding: 35px 15px 40px;
  }
  .block-subscribe .block-title {
    margin-bottom: 18px;
  }
  .block-subscribe .block-title > span {
    width: 93px;
    font-size: 14px;
  }
  .block-subscribe .block-title > span span {
    padding: 0 7px;
  }
  .block-subscribe .block-title h3 {
    font-size: 20px;
    line-height: 1;
  }
  .block-subscribe .block-content label {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 24px;
  }
}

.instafeed-wrap {
  border-top: 1px solid #eaeae7;
  margin-top: 79px;
  padding-top: 18px;
}
.instafeed-wrap h3 {
  font-family: "Domaine Bold", Georgia;
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #7d7e82;
}
.instafeed-wrap .instafeed:after {
  content: '';
  display: table;
  clear: both;
}
.instafeed-wrap .instafeed a {
  float: left;
  width: 12.5%;
}
.instafeed-wrap .instafeed a img {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .instafeed-wrap .instafeed a {
    width: 25%;
  }
}
@media only screen and (max-width: 599px) {
  .instafeed-wrap .instafeed a {
    width: 33.333%;
  }
  .instafeed-wrap .instafeed a:nth-of-type(1n+7) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .instafeed-wrap .instafeed a {
    width: 50%;
  }
  .instafeed-wrap .instafeed a:nth-of-type(1n+5) {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .instafeed-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .instafeed-wrap {
    padding-top: 25px;
  }
  .instafeed-wrap h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.footer-container {
  width: 100%;
  clear: both;
  background-color: #f3cfcd;
}
.footer-container .pre-footer {
  background-color: #7d7e82;
  height: 50px;
  position: relative;
  font-family: "Domaine Bold", Georgia;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
  line-height: 30px;
}
.footer-container .pre-footer span {
  display: inline-block;
  margin-right: 125px;
  position: relative;
  letter-spacing: 0.03em;
}
.footer-container .pre-footer span:last-child {
  margin-right: 0;
}
.footer-container .pre-footer span:before {
  position: absolute;
  left: -30px;
  font-size: 22px;
  line-height: 26px;
  width: 20px;
  text-align: right;
}
.footer-container .pre-footer span:first-child:before {
  font-size: 16px;
}
.footer-container .pre-footer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 0;
  width: 100%;
  border-bottom: 1px dashed #f3cfcd;
}
@media only screen and (max-width: 599px) {
  .footer-container .pre-footer {
    display: none;
  }
}
.footer-container .abs-footer {
  background-color: #fff;
  padding: 10px 0;
}
.footer-container .abs-footer:after {
  content: '';
  display: table;
  clear: both;
}
.footer-container .abs-footer address {
  text-align: left;
  float: left;
  font-size: 9px;
  margin-left: 57px;
}
.footer-container .abs-footer .icon-rt_freeride {
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  float: right;
  display: block;
  margin-right: 70px;
  padding: 6px 163px 20px 0;
  letter-spacing: 0.03em;
}
.footer-container .abs-footer .icon-rt_freeride:before {
  position: absolute;
  font-size: 40px;
  left: 48px;
  top: 3px;
}
@media only screen and (max-width: 1299px) {
  .footer-container .abs-footer address {
    margin-left: 15px;
  }
  .footer-container .abs-footer .icon-rt_freeride {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-container .abs-footer address {
    display: none;
  }
  .footer-container .abs-footer .icon-rt_freeride {
    font-size: 11px;
    margin: 0 auto;
    width: 250px;
    float: none;
    padding-right: 145px;
  }
  .footer-container .abs-footer .icon-rt_freeride:before {
    font-size: 34px;
  }
}

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

.footer {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 15px 44px;
}
.footer:after {
  content: '';
  display: table;
  clear: both;
}
.footer .footer-social-icons {
  float: left;
  width: 50%;
}
.footer .footer-social-icons > p {
  overflow: hidden;
}
.footer .footer-social-icons a {
  display: block;
  float: left;
  color: #7d7e82;
  font-size: 18px;
  margin-right: 28px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-social-icons a span {
  display: none;
}
.footer .footer-social-icons a:hover {
  color: #5b5b5c;
  text-decoration: none;
}
.footer .footer-social-icons a:last-child {
  margin-right: 0;
}
.footer .footer-social-icons #footer-refer-a-friend {
  margin-top: 20px;
  width: 211px;
  border: 1px dashed #7d7d82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  padding: 16px;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
}
.footer .footer-social-icons #footer-refer-a-friend p {
  margin-bottom: 14px;
  text-align: center;
}
.footer .footer-social-icons #footer-refer-a-friend .button {
  background-color: #fcdad8;
  font-family: 'Helvetica Neue';
  color: #7e7e7e;
  padding: 0 13px;
  margin: 0 14px;
  border: 1px solid #cc9795;
  font-size: 11px;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
}
.footer .footer-social-icons #footer-refer-a-friend .button:hover, .footer .footer-social-icons #footer-refer-a-friend .button:active {
  color: #fff;
  background-color: #cc9795;
}
.footer .footer-links-wrap {
  width: 50%;
  float: right;
}
.footer .block-title {
  border: 0;
  padding: 0;
  margin: 4px 0 16px;
  text-transform: uppercase;
  color: #7d7e82;
  font-size: 11px;
  font-weight: 500;
}
.footer .links {
  float: left;
  width: 40%;
  padding: 0;
}
.footer .links:last-child {
  width: 20%;
}
.footer .links li {
  word-break: break-all;
  font-size: 12px;
  line-height: 26px;
}
.footer .links a {
  color: #7d7e82;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links a:hover {
  color: #5b5b5c;
  text-decoration: none;
}
.footer .links .cat-list a {
  text-transform: lowercase;
}
@media only screen and (max-width: 979px) {
  .footer .footer-social-icons {
    width: 40%;
  }
  .footer .footer-links-wrap {
    width: 55%;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    padding-bottom: 0;
  }
  .footer .footer-social-icons {
    width: 290px;
    padding: 20px 0;
    float: none;
    margin: auto;
    clear: both;
  }
  .footer .footer-social-icons:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer .footer-social-icons a {
    margin-right: 50px;
  }
  .footer .footer-social-icons #footer-refer-a-friend {
    width: 100%;
  }
  .footer .footer-social-icons #footer-refer-a-friend .button {
    margin: 0 52px;
  }
  .footer .footer-links-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer {
    padding: 0;
  }
  .footer .links {
    border-bottom: 1px solid #e5c4c2;
    width: 100%;
  }
  .footer .links:last-child {
    width: 100%;
  }
  .footer .links ul {
    display: none;
    padding: 10px 0;
  }
  .footer .links ul li {
    font-size: 11px;
    line-height: 34px;
    padding: 0 15px;
  }
  .footer .links ul li a {
    display: block;
  }
  .footer .block-title {
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0.3s;
    transition: all 0.3s ease-in 0.3s;
  }
  .footer .block-title:after {
    content: "+";
    position: absolute;
    height: 52px;
    top: 0;
    right: 15px;
  }
  .footer .block-title.active {
    color: #fff;
    background-color: #dca7ab;
  }
  .footer .block-title.active:after {
    content: "-";
  }
}
@media only screen and (min-width: 480px) {
  .footer .links ul {
    display: block !important;
  }
}

#loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(253, 253, 249, 0.7);
  display: none;
  z-index: 100;
}

#loader:before,
#loader:after,
#loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

#loader {
  font-size: 10px;
  margin: -1em 0 0 -1em;
  position: fixed;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader:before {
  left: -3em;
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader:after {
  left: 3em;
}
#loader:before, #loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-moz-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #dca7ab;
  }
  40% {
    box-shadow: 0 2em 0 0 #dca7ab;
  }
}
@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #dca7ab;
  }
  40% {
    box-shadow: 0 2em 0 0 #dca7ab;
  }
}
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2em 0 -1.3em #dca7ab;
  }
  40% {
    box-shadow: 0 2em 0 0 #dca7ab;
  }
}
#size-chart {
  display: none;
  position: fixed;
  width: 1120px;
  height: 680px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 95px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10000000000;
}
#size-chart .top {
  height: 47px;
  line-height: 46px;
  border-bottom: 1px solid #eaeae7;
  text-align: center;
}
#size-chart .top .tab {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0 18px;
  height: 45px;
  cursor: pointer;
}
#size-chart .top .tab.active {
  color: #dca7ab;
}
#size-chart .top .tab.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #dca7ab;
}
#size-chart .top .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#size-chart .top .close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
}
#size-chart .top .close:after {
  content: "";
  height: 1px;
  width: 17px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#size-chart .content-wrap {
  padding: 25px 45px 45px;
  width: 100%;
  height: calc(100% - 47px);
}
#size-chart .content-wrap .content {
  display: none;
  height: 100%;
  overflow: hidden;
}
#size-chart .content-wrap .content.active {
  display: block;
}
#size-chart .content-wrap .content .content-top {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}
#size-chart .content-wrap .content .content-top a {
  color: #dca7ab;
}
#size-chart .content-wrap .content .content-middle {
  font-size: 11px;
  line-height: 21px;
}
#size-chart .content-wrap .content .content-middle h3 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  margin: 25px 0 5px;
}
#size-chart .content-wrap .content .fitting-tools {
  margin-top: 30px;
}
#size-chart .content-wrap .content .fitting-tools h2 {
  text-align: center;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  font-size: 18px;
  line-height: 1;
  color: #dca7ab;
  margin-bottom: 35px;
  position: relative;
}
#size-chart .content-wrap .content .fitting-tools h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dca7ab;
}
#size-chart .content-wrap .content .fitting-tools h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
  position: relative;
}
#size-chart .content-wrap .content .fitting-tools ul:after {
  content: '';
  display: table;
  clear: both;
}
#size-chart .content-wrap .content .fitting-tools ul li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  color: #a4a4a7;
  padding: 0 10px;
}
#size-chart .content-wrap .content .fitting-tools ul li span {
  display: block;
}
#size-chart .content-wrap .content .fitting-tools ul li .title {
  font-size: 14px;
  line-height: 1;
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 10px;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon {
  height: 30px;
  margin-bottom: 8px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#size-chart .content-wrap .content .fitting-tools ul li .icon-fitapp {
  font-size: 30px;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon-sizecalculator {
  font-size: 13px;
  text-indent: -13px;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon-sizechart {
  font-size: 24px;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon-brashape {
  font-size: 27px;
  text-indent: -9px;
}
#size-chart .content-wrap .content .fitting-tools ul li .icon-knickershape {
  font-size: 20px;
  text-indent: -8px;
}
#size-chart .content-wrap .content .fitting-tools ul li .desc {
  min-height: 54px;
}
#size-chart .content-wrap .content .fitting-tools ul li a {
  margin-top: 8px;
  color: #dca7ab;
  display: block;
}
#size-chart .content-wrap .content .band-size {
  margin-bottom: 25px;
}
#size-chart .content-wrap .content .band-size h2 {
  text-align: center;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  font-size: 15px;
  line-height: 1;
  color: #dca7ab;
  margin-bottom: 15px;
  position: relative;
}
#size-chart .content-wrap .content .band-size .size-table {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
}
#size-chart .content-wrap .content .cup-size h2 {
  text-align: center;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  font-size: 15px;
  line-height: 1;
  color: #dca7ab;
  margin-bottom: 15px;
  position: relative;
}
#size-chart .content-wrap .content .cup-size .size-table {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  #size-chart .top .tab {
    margin: 0 10px;
  }
  #size-chart .content-wrap {
    padding: 10px;
  }
  #size-chart .content-wrap .content .content-top {
    font-size: 12px;
    line-height: 20px;
  }
  #size-chart .content-wrap .content .fitting-tools ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #size-chart .content-wrap .content .fitting-tools ul li .desc {
    min-height: 18px;
  }
}
@media only screen and (max-width: 599px) {
  #size-chart {
    top: 65px;
    max-height: calc(100% - 80px);
  }
}

.size-table {
  border: 1px solid #eaeae7;
}
.size-table td {
  font-size: 12px;
  line-height: 45px;
  text-align: center;
}
.size-table td.hover {
  background-color: #f8edee;
}
.size-table td.hover:first-child {
  background-color: #f2e7e6;
}
.size-table td.hover-main {
  background-color: #f2dfe1;
}
.size-table td.hover-main:first-child {
  background-color: #eedada;
}
.size-table td:first-child {
  background-color: #f7f7f5;
  font-weight: 500;
}
.size-table thead td {
  line-height: 50px;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 1px solid #eaeae7;
}
.size-table thead td.hover {
  border-color: #e7dddb;
}

#laybuy-learn-more {
  display: none;
  position: fixed;
  width: 850px;
  height: 600px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 115px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10000000000;
}
#laybuy-learn-more .top {
  max-width: 230px;
  margin: 0 auto;
  padding-top: 30px;
  height: 87px;
}
#laybuy-learn-more .top .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#laybuy-learn-more .top .close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
}
#laybuy-learn-more .top .close:after {
  content: "";
  height: 1px;
  width: 17px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#laybuy-learn-more .laybuy-container {
  widows: 100%;
  height: calc(100% - 87px);
}
#laybuy-learn-more .laybuy-content {
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
#laybuy-learn-more .laybuy-content h2 {
  max-width: 485px;
  margin: 25px auto;
  text-transform: none;
  color: #1da8ce;
}
#laybuy-learn-more .laybuy-content .lookFor {
  margin-bottom: 25px;
  font-size: 16px;
}
#laybuy-learn-more .laybuy-content img {
  max-width: 305px;
  margin: 0 auto;
}
#laybuy-learn-more .laybuy-footer {
  padding-top: 40px;
  border-top: 1px solid #eaeae7;
  margin-top: 40px;
  max-width: 90%;
  margin-left: 5%;
}
#laybuy-learn-more .laybuy-footer .laybuy_footer-wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#laybuy-learn-more .laybuy-footer .laybuy-footer__img {
  display: inline-block;
  text-align: center;
  float: left;
  width: calc(100% / 4);
}
#laybuy-learn-more .laybuy-footer .laybuy-footer__img img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
#laybuy-learn-more .laybuy-footer .laybuy-footer__img p {
  line-height: 18px;
  font-size: 12px;
  padding: 0 15px;
}
@media only screen and (max-width: 979px) {
  #laybuy-learn-more .top .tab {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 599px) {
  #laybuy-learn-more {
    top: 65px;
    max-height: calc(100% - 80px);
    overflow: hidden;
  }
  #laybuy-learn-more .laybuy-footer .laybuy-footer__img {
    width: calc(100% / 2);
    padding: 15px;
  }
}

#raf-popup {
  display: none;
  overflow: auto;
  position: fixed;
  width: 850px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  border-radius: 2px;
  border: 8px solid #dca8ac;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 115px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10000000000;
}
#raf-popup .container {
  display: flex;
}
#raf-popup .container .left-section, #raf-popup .container .right-section {
  flex: 0 0 50%;
}
#raf-popup .container .left-section img {
  width: 100%;
}
#raf-popup .input-box {
  padding: 0;
  position: relative;
}
#raf-popup .input-box label {
  color: #7d7e82;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 12px;
}
#raf-popup .input-box label em {
  color: #D85378;
}
#raf-popup .input-box label.awraf-email-heading {
  top: 0;
}
#raf-popup .input-text {
  margin-bottom: 0;
  color: #9b9b9b;
  font-size: 11px;
  padding: 6px 13px 6px 135px;
  height: 40px;
  outline: 0;
  outline-offset: 0;
  width: 100%;
}
#raf-popup .input-text:focus {
  padding: 6px 13px 6px 134px;
  border: 2px solid #f2cfcd;
}
#raf-popup .actions {
  margin: 10px 0 0 0;
  text-align: center;
}
#raf-popup .actions .button {
  width: 100%;
  position: relative;
}
#raf-popup .actions .button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#raf-popup .actions .button span.success {
  color: #fff;
}
#raf-popup .actions .button span.success span:before {
  font-family: 'HelveticaNeueW02-65Medi', Verdana, Arial, Sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#raf-popup .actions a {
  display: inline-block;
  color: #7d7e82;
  font-size: 10px;
  margin-top: 9px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  text-decoration: none;
  float: none;
}
#raf-popup .actions a:hover {
  border-bottom: 1px solid white;
}
#raf-popup .login-bottom {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#raf-popup .login-bottom.top-border {
  border-top: 1px dashed #c7c7c7;
  margin-top: 15px;
  padding-top: 15px;
}
#raf-popup .login-bottom.student-login {
  margin-top: 5px;
}
#raf-popup .login-bottom p {
  margin: 0 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: #7d7e82;
}
#raf-popup .login-bottom .button-holder {
  text-align: center;
}
#raf-popup .login-bottom .button-holder a.button {
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 240px;
}
#raf-popup .login-bottom .button-holder a.button:hover {
  background: #f9f0f2;
}
#raf-popup .buttons-set {
  border: none;
  padding: 0;
  margin: 5px 0;
}
#raf-popup .buttons-set button.button {
  float: left;
  margin: 0;
  min-width: 160px;
  position: relative;
}
#raf-popup .buttons-set button.button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#raf-popup .buttons-set button.button span.success {
  color: #fff;
}
#raf-popup .buttons-set button.button span.success span:before {
  font-family: 'HelveticaNeueW02-65Medi', Verdana, Arial, Sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#raf-popup .raf-popup-account-create, #raf-popup .raf-popup-forgot-password {
  display: none;
}
#raf-popup .raf-popup-account-create h3, #raf-popup .raf-popup-forgot-password h3 {
  text-transform: none;
  color: #7d7e82;
  font-size: 11px;
  font-family: 'HelveticaNeueW01-45Ligh', Verdana, Arial, Sans-serif;
  text-align: center;
}
#raf-popup .raf-popup-account-create h3 span, #raf-popup .raf-popup-forgot-password h3 span {
  font-family: 'HelveticaNeueW02-65Medi', Verdana, Arial, Sans-serif;
}
#raf-popup .raf-popup-account-create .line, #raf-popup .raf-popup-forgot-password .line {
  border-top: 1px solid #989898;
  margin: 0 auto;
  width: 49px;
  display: block;
  height: 16px;
}
#raf-popup .raf-popup-account-create .buttons-set a.button, #raf-popup .raf-popup-forgot-password .buttons-set a.button {
  float: right;
  width: 167px;
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
}
#raf-popup .raf-popup-account-create .buttons-set a.button:hover, #raf-popup .raf-popup-forgot-password .buttons-set a.button:hover {
  background: #f9f0f2;
}
#raf-popup .raf-popup-account-create .form-list .control label, #raf-popup .raf-popup-forgot-password .form-list .control label {
  background: none;
  font-weight: normal;
  font-size: 11px;
  margin-top: 1px;
}
#raf-popup .top-title {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
#raf-popup .top-title h2 {
  font-family: "Domaine Bold", Georgia;
  font-size: 54px;
  text-transform: initial;
  margin-bottom: 12px;
  margin-top: 55px;
  color: #000;
}
#raf-popup .top-title .login-text {
  margin-top: 12px;
}
#raf-popup .rafpopup-error-login, #raf-popup .rafpopup-error-register, #raf-popup .rafpopup-error-forgot {
  background: #f0d2d2;
  border: none;
  float: left;
  font-size: 11px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: none;
  width: 100%;
  text-align: center;
}
#raf-popup .rafpopup-error-forgot {
  background: #E3F0DE;
}
#raf-popup textarea.raf-popup-invite-message {
  padding-left: 12px;
}
#raf-popup textarea.raf-popup-invite-message:focus {
  padding-left: 12px;
}
#raf-popup input.raf-popup-invite-email {
  padding-left: 50px;
}
#raf-popup input.raf-popup-invite-email:focus {
  padding-left: 50px;
}
#raf-popup .right-section {
  display: flex;
  flex-direction: column;
}
#raf-popup .right-section .content {
  flex: 1 1 auto;
}
#raf-popup .right-section .bottom-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 5%;
}
#raf-popup .right-section .bottom-footer .terms {
  font-size: 12px;
}
#raf-popup .right-section .bottom-footer .icon-roseandthorne_logo {
  width: 162px;
  font-size: 24px;
}
#raf-popup .right-section .bottom-footer a {
  color: #7d7e82;
}
#raf-popup .right-section .section {
  display: none;
}
#raf-popup .right-section .section.active {
  display: block;
}
#raf-popup .right-section .section form {
  width: 80%;
  margin: 0 auto;
}
#raf-popup #invite-button-container {
  text-align: center;
}
#raf-popup #invite-button-container .button {
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 240px;
}
#raf-popup #invite-button-container .button:hover {
  background: #f9f0f2;
}
#raf-popup #raf-popup-done .top-title {
  padding-top: 20px;
}
#raf-popup #raf-popup-done p {
  margin: 24px 0;
}
#raf-popup #raf-popup-done p:first-of-type {
  margin-top: 12px;
}
#raf-popup #raf-popup-done .button {
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 240px;
}
#raf-popup #raf-popup-done .button:hover {
  background: #f9f0f2;
}
#raf-popup .container-wrap {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#raf-popup .top-close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#raf-popup .top-close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#raf-popup .top-close:after {
  content: "";
  height: 2px;
  width: 17px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 979px) {
  #raf-popup .container {
    display: block;
  }
  #raf-popup .container .left-section {
    display: none;
  }
  #raf-popup .top-title h2 {
    margin-top: 25px;
  }
  #raf-popup .right-section .bottom-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #raf-popup #raf-popup-invite-form textarea {
    max-width: 100%;
  }
  #raf-popup #raf-popup-done .top-title {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #raf-popup {
    top: 85px;
    max-height: calc(95% - 60px);
  }
  #raf-popup .input-text {
    background: transparent;
  }
  #raf-popup .login-bottom .button-holder a.button {
    background: transparent;
    width: 100%;
  }
  #raf-popup .form-list > li {
    margin-bottom: 8px;
  }
  #raf-popup .form-list > li .field {
    margin-bottom: 8px;
  }
  #raf-popup .form-list > li .field:last-child {
    margin-bottom: 0;
  }
  #raf-popup .raf-popup-account-create .buttons-set button.button, #raf-popup .raf-popup-forgot-password .buttons-set button.button {
    width: 100%;
  }
  #raf-popup .raf-popup-account-create .buttons-set a.button, #raf-popup .raf-popup-forgot-password .buttons-set a.button {
    float: none;
    width: 100%;
    margin: 8px 0 0;
    background: transparent;
  }
  #raf-popup #raf-popup-invite-form .form-list > li {
    border-bottom: none !important;
  }
  #raf-popup #raf-popup-done .button, #raf-popup #invite-button-container .button {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #raf-popup .top-title h2 {
    font-size: 42px;
  }
  #raf-popup .raf-popup-account-create .top-title p {
    display: none;
  }
  #raf-popup .input-text {
    padding-left: 110px;
  }
  #raf-popup .right-section .bottom-footer .icon-roseandthorne_logo {
    width: 125px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  #raf-popup .top-title h2 {
    font-size: 38px;
  }
  #raf-popup .top-title p {
    font-size: 12px;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #7d7e82;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #7d7e82;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #dca7ab;
  text-decoration: none;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li {
  position: relative;
  text-align: center;
  float: left;
  width: 50%;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li:nth-child(odd) {
  clear: left;
}
.products-grid .product-image {
  position: relative;
}
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .product-image img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.products-grid .product-image:hover .hover {
  opacity: 1;
}
.products-grid .product-image.model .hover {
  opacity: 1;
}
.products-grid .product-image.model:hover .hover {
  opacity: 0;
}
.products-grid .product-image .quickview {
  display: none;
}
.products-grid .attribute-label {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #dca7ab;
}
@media only screen and (min-width: 600px) {
  .products-grid .attribute-label {
    top: 7px;
    font-size: 36px;
    line-height: 36px;
  }
}
.products-grid .prod-info {
  padding: 0 5px 7px;
}
.products-grid .prod-info .product-name {
  font-size: 10px;
  margin: 0 0 3px;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-grid .prod-info .product-name a {
  color: #7d7e82;
}
.products-grid .prod-info .price-box {
  margin: 0;
  line-height: 12px;
}
.products-grid .prod-info .price-box .price {
  color: #626366;
  font-size: 10px;
  display: block;
  line-height: 12px;
}
.products-grid .prod-info .price-box .price .small {
  font-size: 1em;
  vertical-align: inherit;
}
.products-grid .actions {
  padding: 9px 0 7px;
  border-bottom: 1px solid #f3f3f0;
  border-top: 1px solid #f3f3f0;
}
.products-grid .actions .bra-shape {
  font-size: 10px;
  line-height: 14px;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 1px;
}
.products-grid .actions .icon-rt_wishlist {
  color: #dca7ab;
  font-size: 13px;
  text-decoration: none;
}
.products-grid .actions .icon-rt_wishlist.active:before {
  content: '\e81c';
}
.products-grid .actions .icon-rt_wishlist.waiting {
  -moz-animation: wishfade 1.5s infinite;
  -webkit-animation: wishfade 1.5s infinite;
  animation: wishfade 1.5s infinite;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.products-grid .actions .icon-rt_wishlist.waiting:before {
  content: '\e81c';
}
@-moz-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@-webkit-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@media only screen and (min-width: 600px) {
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li {
    width: 33.33333%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1300px) {
  .products-grid {
    margin-bottom: 45px;
  }
  .products-grid > li {
    width: calc(25% - 28px);
  }
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid > li:nth-child(4n+1) {
    width: calc(25% + 28px);
    clear: left;
  }
  .products-grid > li:nth-child(4n+1) .product-image {
    margin-left: 56px;
  }
  .products-grid > li:nth-child(4n+1) .actions {
    padding-left: 56px;
  }
  .products-grid > li:nth-child(4n+4) {
    width: calc(25% + 28px);
  }
  .products-grid > li:nth-child(4n+4) .product-image {
    margin-right: 56px;
  }
  .products-grid > li:nth-child(4n+4) .actions {
    padding-right: 56px;
  }
  .products-grid .product-image .quickview {
    color: #a4a4a4;
    font-size: 11px;
    line-height: 28px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
  }
  .products-grid .product-image:hover .quickview {
    opacity: 1;
  }
  .products-grid .prod-info {
    padding: 0 5px;
    height: 19px;
    overflow: hidden;
  }
  .products-grid .prod-info .product-name {
    font-size: 11px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: top;
  }
  .products-grid .prod-info .price-box {
    display: inline-block;
    vertical-align: top;
  }
  .products-grid .prod-info .price-box .price {
    font-size: 11px;
  }
  .products-grid .actions {
    padding: 17px 0 10px;
  }
  .products-grid .actions .bra-shape {
    font-size: 11px;
  }
  .products-grid .actions .icon-rt_wishlist {
    font-size: 12px;
  }
}
.break-view {
  border: 1px solid #eaeae7;
  border-width: 1px 0;
  position: relative;
  margin-bottom: 24px;
}
.break-view:first-of-type {
  border-top: 0;
}
.break-view:after {
  content: '';
  display: table;
  clear: both;
}
.break-view .info {
  left: 0;
  top: 50%;
  width: 50%;
  padding: 40px 57px;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.break-view .info:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 31px;
  display: none;
}
.break-view .info h2 {
  font-size: 28px;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  line-height: 32px;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
}
.break-view .info h2 span {
  font-size: 20px;
}
.break-view .info .short {
  font-size: 16px;
  line-height: 22px;
}
.break-view .info .more-info {
  width: 75%;
}
.break-view .info .more-info .more-info-link {
  cursor: pointer;
  display: none;
}
.break-view .info .bra-slide {
  padding: 34px 0 13px;
}
.break-view .info .bra-slide:after {
  content: '';
  display: table;
  clear: both;
}
.break-view .info .bra-slide .bra-slider {
  width: 100%;
  height: 3px;
  background-color: #ebebea;
  position: relative;
  clear: both;
}
.break-view .info .bra-slide .bra-slider span {
  position: absolute;
  height: 7px;
  top: -2px;
  width: 1px;
  background-color: #e7e7e7;
  left: 0;
}
.break-view .info .bra-slide .bra-slider span.sep20 {
  left: 20%;
}
.break-view .info .bra-slide .bra-slider span.sep40 {
  left: 40%;
}
.break-view .info .bra-slide .bra-slider span.sep60 {
  left: 60%;
}
.break-view .info .bra-slide .bra-slider span.sep80 {
  left: 80%;
}
.break-view .info .bra-slide .bra-slider span.sep100 {
  left: 100%;
}
.break-view .info .bra-slide .bra-slider .bra-slider-indicator {
  position: absolute;
  left: 0;
  width: 0;
  background-color: #7d7e82;
  height: 3px;
  -moz-transition: ease-in-out 1s;
  -o-transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.break-view .info .bra-slide .bra-slider.active .bra-slider-indicator {
  width: 20%;
}
.break-view .info .bra-slide > span {
  display: block;
  line-height: 38px;
  font-size: 10px;
  text-transform: uppercase;
  color: #7d7e82;
}
.break-view .info .bra-slide > span.min {
  float: left;
}
.break-view .info .bra-slide > span.max {
  float: right;
}
.break-view .info .desc {
  font-size: 12px;
  line-height: 21px;
}
.break-view .img {
  float: right;
  width: 50%;
}
.break-view .img img {
  width: 100%;
}
.break-view.ohnaturale .info:after {
  background-color: #fbb646;
}
.break-view.ohnaturale .info h2, .break-view.ohnaturale .info .short {
  color: #fbb646;
}
.break-view.ohnaturale .info .bra-slide .bra-slider.active .bra-slider-indicator {
  background-color: #fbb646;
}
.break-view.smoothoperator .info:after {
  background-color: #a071a6;
}
.break-view.smoothoperator .info h2, .break-view.smoothoperator .info .short {
  color: #a071a6;
}
.break-view.smoothoperator .info .bra-slide .bra-slider.active .bra-slider-indicator {
  background-color: #a071a6;
  left: 20%;
}
.break-view.curvylicious .info:after {
  background-color: #e2509b;
}
.break-view.curvylicious .info h2, .break-view.curvylicious .info .short {
  color: #e2509b;
}
.break-view.curvylicious .info .bra-slide .bra-slider.active .bra-slider-indicator {
  background-color: #e2509b;
  left: 40%;
}
.break-view.enforme .info:after {
  background-color: #acc769;
}
.break-view.enforme .info h2, .break-view.enforme .info .short {
  color: #acc769;
}
.break-view.enforme .info .bra-slide .bra-slider.active .bra-slider-indicator {
  background-color: #acc769;
  left: 60%;
}
.break-view.perkypower .info:after {
  background-color: #28baa7;
}
.break-view.perkypower .info h2, .break-view.perkypower .info .short {
  color: #28baa7;
}
.break-view.perkypower .info .bra-slide .bra-slider.active .bra-slider-indicator {
  background-color: #28baa7;
  left: 80%;
}

@media only screen and (max-width: 1299px) {
  .break-view .info {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .break-view .info .desc {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .break-view {
    margin-bottom: 0;
    border: 0;
  }
  .break-view .info {
    left: auto;
    top: auto;
    width: 100%;
    padding: 22px 0 0;
    position: relative;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
  .break-view .info h2 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 1px;
  }
  .break-view .info h2 span {
    display: none;
  }
  .break-view .info .short {
    font-size: 12px;
    line-height: 22px;
  }
  .break-view .info .more-info {
    margin: auto;
    width: 100%;
  }
  .break-view .info .more-info .more-info-link {
    display: block;
    height: 31px;
    border: 1px solid transparent;
    border-width: 1px 0;
    line-height: 29px;
    color: #8f8f8f;
    font-size: 9px;
    text-transform: uppercase;
    padding-right: 15px;
  }
  .break-view .info .more-info .more-info-link span {
    position: relative;
  }
  .break-view .info .more-info .more-info-link span:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    border: 1px solid #c7c7c7;
    border-width: 0 0 1px 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px;
  }
  .break-view .info .more-info .more-info-link .more-close {
    display: none;
  }
  .break-view .info .more-info .more-info-link .more-close:after {
    border-width: 1px 1px 0 0;
    top: 12px;
  }
  .break-view .info .more-info .bra-slide {
    display: none;
    padding: 22px 15px 13px;
  }
  .break-view .info .more-info .bra-slide > span {
    font-size: 9px;
    line-height: 21px;
  }
  .break-view .info .more-info .desc {
    display: none;
    font-size: 10px;
    line-height: 19px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .break-view .info .more-info.active .more-info-link {
    border-color: #eaeae7;
  }
  .break-view .info .more-info.active .more-info-link .more-close {
    display: block;
  }
  .break-view .info .more-info.active .more-info-link .more-open {
    display: none;
  }
  .break-view .info .more-info.active .bra-slide,
  .break-view .info .more-info.active .desc {
    display: block;
  }
  .break-view .img {
    display: none;
  }
}
/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  margin: 0;
  padding: 0;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}
@media only screen and (max-width: 599px) {
  .category-image {
    display: none;
  }
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.catalog-category-view .col-main,
.catalogsearch-result-index .col-main {
  padding-top: 46px;
}
.catalog-category-view .col-main .page-title,
.catalogsearch-result-index .col-main .page-title {
  margin: 0 15px 49px;
}
.catalog-category-view .col-main .note-msg,
.catalogsearch-result-index .col-main .note-msg {
  margin: 0 15px 30px;
  text-align: center;
}

.catalog-category-view.category-student-deal .col-main {
  padding-top: 0;
}

.block-layered-nav {
  position: fixed;
  top: 74px;
  height: 46px;
  background-color: #fdfef9;
  width: 100%;
  padding: 0 57px 0 39px;
  z-index: 100;
  border-bottom: 1px solid #eaeae7;
}
.is-promotion-banner-active .block-layered-nav {
  top: 78px;
}
@media only screen and (min-width: 600px) {
  .is-promotion-banner-active .block-layered-nav {
    top: 104px;
  }
}
.block-layered-nav:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .refine {
  display: none;
}
.block-layered-nav .icon-rt_freedelivery {
  float: right;
  line-height: 46px;
  font-family: "Domaine Bold", Georgia;
  font-size: 12px;
  color: #dca7ab;
  text-transform: lowercase;
}
.block-layered-nav .icon-rt_freedelivery:hover {
  text-decoration: none;
}
.block-layered-nav .icon-rt_freedelivery:before {
  margin-right: 8px;
  font-size: 19px;
  line-height: 40px;
  float: left;
}
.block-layered-nav .block-content {
  margin: 0;
}
.block-layered-nav .filters {
  float: left;
}
.block-layered-nav .filters .filter-title {
  width: 140px;
  line-height: 45px;
  border-right: 1px solid #eaeae7;
  display: block;
}
.block-layered-nav .filters .filter-title a {
  color: #7d7e82;
  font-size: 11px;
  font-weight: 300;
  padding: 0 18px;
  display: block;
  text-decoration: none;
  position: relative;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.block-layered-nav .filters .filter-title a span {
  float: right;
  height: 7px;
  width: 7px;
  border: 1px solid #d1d1d1;
  margin: 18px 0 0 0;
  border-width: 0 0 1px 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.block-layered-nav .filters .filter-title a.active {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-layered-nav .filters .filter-title a.active span {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 22px;
}
.block-layered-nav .filters .filter-items {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  padding: 0 57px 0 39px;
  background-color: #fdfef9;
  border-bottom: 1px solid #eaeae7;
}
.block-layered-nav .filters .filter-items .filter-subtitle {
  display: none;
}
.block-layered-nav .filters .filter-items li {
  float: left;
  max-width: 16.666%;
}
.block-layered-nav .filters .filter-items li:first-child .filter-bra-shape,
.block-layered-nav .filters .filter-items li:first-child .filter-size {
  border-left: 1px solid #eaeae7;
}
.block-layered-nav .filters .filter-items li a:hover {
  text-decoration: none;
}
.block-layered-nav .filters .filter-items li .filter-bra-shape {
  padding: 14px 20px 14px 22px;
  border-right: 1px solid #eaeae7;
  display: block;
  max-width: 100%;
  width: 230px;
  position: relative;
}
.block-layered-nav .filters .filter-items li .filter-bra-shape:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  top: 16px;
  right: 11px;
}
.block-layered-nav .filters .filter-items li .filter-bra-shape.selected:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #d5d5d5;
  top: 19px;
  right: 14px;
}
.block-layered-nav .filters .filter-items li .filter-bra-shape .title {
  display: block;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.block-layered-nav .filters .filter-items li .filter-bra-shape .desc {
  display: block;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  color: #7d7e82;
  padding-right: 20px;
}
.block-layered-nav .filters .filter-items li .filter-color {
  display: block;
  height: 31px;
  width: 31px;
  margin: 17px 23px 17px 11px;
  padding: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.block-layered-nav .filters .filter-items li .filter-color span {
  display: block;
  height: 15px;
  width: 15px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.block-layered-nav .filters .filter-items li .filter-color span.white {
  border: 1px solid #e0e0e0;
}
.block-layered-nav .filters .filter-items li .filter-color.selected {
  background-color: #efeff7;
}
.block-layered-nav .filters .filter-items li .filter-size {
  display: block;
  line-height: 33px;
  color: #7d7e82;
  font-size: 11px;
  padding: 0 18px;
}
.block-layered-nav .filters .filter-items li .filter-size.selected {
  font-weight: 500;
}
.block-layered-nav .filters .filter-items .reset {
  float: right;
}
.block-layered-nav .filters .filter-items .reset a {
  color: #7d7e82;
  font-size: 11px;
  line-height: 64px;
  padding-left: 27px;
  position: relative;
  display: block;
}
.block-layered-nav .filters .filter-items .reset a:hover {
  text-decoration: none;
}
.block-layered-nav .filters .filter-items .reset a span {
  position: absolute;
  font-size: 17px;
  color: #b1b1ae;
  left: 0;
  top: 0;
}
.block-layered-nav .filters .filter-items .size-filter-open {
  display: block;
  float: left;
  width: 280px;
  border-left: 1px solid #eaeae7;
  border-right: 1px solid #eaeae7;
  line-height: 64px;
  padding: 0 18px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.block-layered-nav .filters .filter-items .size-filter-open span {
  float: right;
  height: 7px;
  width: 7px;
  border: 1px solid #d1d1d1;
  margin: 28px 0 0 0;
  border-width: 0 0 1px 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.block-layered-nav .filters .filter-items .size-filter-open.active {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-layered-nav .filters .filter-items .size-filter-open.active span {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 32px;
}
.block-layered-nav .filters .filter-items .size-filter-wrap {
  display: none;
  position: absolute;
  top: 65px;
  left: 39px;
  width: 280px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  background-color: #fff;
}
.block-layered-nav .filters .filter-items .size-filter-wrap input {
  height: 40px;
  line-height: 39px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 18px;
  font-size: 11px;
  color: #696969;
  width: 100%;
}
.block-layered-nav .filters .filter-items .size-filter-wrap li {
  max-width: 100%;
  width: 100%;
}
.block-layered-nav .filters .filter-items .size-filter-wrap li:first-of-type a {
  border-left: 0;
}
.block-layered-nav .filters .filter-items .need-help {
  display: block;
  float: left;
  font-style: italic;
  font-size: 11px;
  color: #7d7e82;
  margin-left: 20px;
  line-height: 64px;
}
.block-layered-nav .filters .filter-items .search-filters {
  height: 245px;
}
.block-layered-nav .filters:first-of-type .filter-title a {
  border-left: 1px solid #eaeae7;
}
.block-layered-nav .bra-models a > span {
  display: block;
  float: left;
  border-right: 1px solid #eaeae7;
  padding: 0 20px;
  line-height: 45px;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  color: #b0b1b2;
}
.block-layered-nav .bra-models a > span span {
  display: none;
}
.block-layered-nav .bra-models a > span.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #7d7e82;
}
.block-layered-nav .badges {
  float: left;
}
.block-layered-nav .badges li {
  float: left;
  border-right: 1px solid #eaeae7;
  line-height: 45px;
  font-size: 11px;
  font-weight: 300;
}
.block-layered-nav .badges li a:hover {
  text-decoration: none;
}
.block-layered-nav .badges li span {
  padding: 0 15px;
  display: block;
  color: #b0b1b2;
}
.block-layered-nav .badges li span span {
  display: none;
}
.block-layered-nav .badges li span.selected {
  background-color: rgba(255, 255, 255, 0.8);
  color: #7d7e82;
}

@media only screen and (max-width: 1299px) {
  .block-layered-nav {
    padding: 0 15px 0 0;
  }
  .block-layered-nav .filters .filter-title a {
    padding: 0 15px;
  }
  .block-layered-nav .filters .filter-items {
    padding: 0 15px 0 0;
  }
  .block-layered-nav .filters .filter-items li .filter-bra-shape {
    padding: 14px 20px 14px 15px;
  }
  .block-layered-nav .filters .filter-items li .filter-bra-shape .desc {
    padding-right: 0;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap {
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .block-layered-nav .refined {
    height: auto !important;
    display: block !important;
  }
  .block-layered-nav .refined .close {
    display: none;
  }
  .block-layered-nav .refined .reset.all {
    border-right: 1px solid #eaeae7;
    color: #b0b1b2;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 300;
    line-height: 45px;
    padding: 0 20px 0 30px;
    position: relative;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .block-layered-nav .refined .reset.all .icon-rt_clearfilter {
    position: absolute;
    left: 10px;
  }
  .block-layered-nav .refined .reset.all:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    color: #7d7e82;
  }
}
@media only screen and (max-width: 979px) {
  .catalog-category-view .col-main,
  .catalogsearch-result-index .col-main {
    padding-top: 41px;
  }

  .block-layered-nav {
    height: 41px;
    padding: 0 15px;
  }
  .block-layered-nav .refine {
    display: block;
    float: left;
    width: 44%;
    line-height: 40px;
    border-right: 1px solid #eaeae7;
    padding: 0 15px;
    color: #8f8f8f;
    text-transform: uppercase;
    font-size: 9px;
    cursor: pointer;
  }
  .block-layered-nav .refine .arrow {
    float: right;
    height: 7px;
    width: 7px;
    border: 1px solid #d1d1d1;
    margin: 16px 0 0 0;
    border-width: 0 0 1px 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .block-layered-nav .refine .up {
    display: none;
  }
  .block-layered-nav .refine.active .arrow {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 20px;
  }
  .block-layered-nav .refine.active .up {
    display: inline-block;
  }
  .block-layered-nav .refine.active .down {
    display: none;
  }
  .block-layered-nav .icon-rt_freedelivery {
    width: 56%;
    padding: 0 15px 0 5px;
    text-align: right;
    line-height: 40px;
    font-size: 9px;
    color: #8f8f8f;
    text-transform: uppercase;
    font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  }
  .block-layered-nav .icon-rt_freedelivery:before {
    display: none;
  }
  .block-layered-nav .refined {
    display: none;
    position: fixed;
    top: 115px;
    height: calc(100% - 115px);
    background-color: rgba(251, 251, 248, 0.95);
    left: 0;
    width: 100%;
  }
  .block-layered-nav .refined .close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    text-align: center;
    height: 30px;
    border-top: 1px solid #eaeae7;
    line-height: 25px;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #8f8f8f;
    cursor: pointer;
    background-color: rgba(251, 251, 248, 0.95);
  }
  .block-layered-nav .refined .close span {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 11px;
    border: 1px solid #c7c7c7;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px;
  }
  .block-layered-nav .refined .reset {
    line-height: 45px;
    display: block;
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    color: #7d7e82;
    background-color: rgba(243, 207, 205, 0.15);
    padding: 0 15px;
    width: 100%;
    clear: both;
    border-top: 1px solid #eaeae7;
  }
  .block-layered-nav .refined .reset.all {
    position: relative;
    border-top: 0;
  }
  .block-layered-nav .refined .reset:hover {
    text-decoration: none;
  }
  .block-layered-nav .refined .reset span {
    position: absolute;
    right: 12px;
    top: 0;
    color: #afabaa;
    font-size: 15px;
  }
  .block-layered-nav .filters {
    width: 100%;
  }
  .block-layered-nav .filters .filter-title {
    width: 100%;
    border-bottom: 1px solid #eaeae7;
    border-right: 0;
  }
  .block-layered-nav .filters .filter-title a {
    text-transform: uppercase;
  }
  .block-layered-nav .filters .filter-title a.active {
    background-color: transparent;
  }
  .block-layered-nav .filters .filter-title a.active span {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 18px 2px 0 0;
  }
  .block-layered-nav .filters .filter-title a span {
    border-color: #8f8f8f;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 18px 2px 0 0;
  }
  .block-layered-nav .filters .filter-items {
    display: block !important;
    width: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    padding: 0;
    border: 0;
    background-color: rgba(251, 251, 248, 0.95);
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    height: 100%;
    z-index: 2;
  }
  .block-layered-nav .filters .filter-items.active {
    left: 0;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle {
    display: block;
    border-bottom: 1px solid #eaeae7;
    line-height: 45px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle .back {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 24px;
    line-height: 24px;
    background-color: #9f9fa0;
    color: #fff;
    width: 60px;
    text-align: center;
    font-weight: normal;
  }
  .block-layered-nav .filters .filter-items .filter-subtitle .back:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 12px 0;
    border-color: transparent #9f9fa0 transparent transparent;
    top: 0;
    left: -8px;
    position: absolute;
  }
  .block-layered-nav .filters .filter-items .size-filter-open,
  .block-layered-nav .filters .filter-items .need-help {
    display: none;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background-color: transparent;
    border: 0;
    height: calc(100% - 50px);
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap input {
    width: calc(100% - 30px);
    margin: 14px 15px 10px;
    border: 1px solid #e2e2e2;
    background-color: #fefefd;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap ol {
    height: auto;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap ol.filtered {
    height: auto;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap li .filter-size {
    line-height: 46px;
    text-align: center;
    font-size: 14px;
  }
  .block-layered-nav .filters .filter-items .size-filter-wrap li.hide {
    height: 46px;
  }
  .block-layered-nav .filters .filter-items .search-filters {
    position: relative;
    height: calc(100% - 90px);
  }
  .block-layered-nav .filters .filter-items .search-filters .slimScrollDiv,
  .block-layered-nav .filters .filter-items .search-filters .search-filters-inner {
    height: 100% !important;
  }
  .block-layered-nav .filters .filter-items .search-filters.filtered {
    height: calc(100% - 136px);
  }
  .block-layered-nav .filters .filter-items .search-filters:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    background-image: url('//www.roseandthorne.com/skin/frontend/rose/default/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(251, 251, 248, 0)), color-stop(100%, #fbfbf8));
    background-image: -moz-linear-gradient(top, rgba(251, 251, 248, 0) 0%, #fbfbf8 100%);
    background-image: -webkit-linear-gradient(top, rgba(251, 251, 248, 0) 0%, #fbfbf8 100%);
    background-image: linear-gradient(to bottom, rgba(251, 251, 248, 0) 0%, #fbfbf8 100%);
    pointer-events: none;
  }
  .block-layered-nav .filters .filter-items .search-filters .slimScrollBar,
  .block-layered-nav .filters .filter-items .search-filters .slimScrollRail {
    display: none !important;
  }
  .block-layered-nav .filters .filter-items ol {
    height: calc(100% - 76px);
    overflow-y: auto;
  }
  .block-layered-nav .filters .filter-items ol.filtered {
    height: calc(100% - 122px);
  }
  .block-layered-nav .filters .filter-items li {
    max-width: 100%;
  }
  .block-layered-nav .filters .filter-items li.bra_shape {
    width: 100%;
  }
  .block-layered-nav .filters .filter-items li .filter-bra-shape {
    width: 100%;
    border-bottom: 1px solid #eaeae7;
    border-right: 0;
  }
  .block-layered-nav .filters .filter-items li .filter-color {
    margin: 17px 23px;
  }
  .block-layered-nav .filters .filter-items li:first-child .filter-bra-shape,
  .block-layered-nav .filters .filter-items li:first-child .filter-size {
    border-left: 0;
  }
  .block-layered-nav .filters .filter-items .reset {
    float: none;
    bottom: 30px;
    left: 0;
  }
  .block-layered-nav .filters .filter-items .reset a {
    line-height: 45px;
    padding: 0;
  }
  .block-layered-nav .filters .filter-items .reset a span {
    left: auto;
    right: 0;
    font-size: 15px;
  }
  .block-layered-nav .filters:first-of-type .filter-title a {
    border-left: 0;
  }
  .block-layered-nav .badges {
    float: none;
  }
  .block-layered-nav .badges li {
    width: 100%;
    border-bottom: 1px solid #eaeae7;
    border-right: 0;
    text-transform: uppercase;
    position: relative;
  }
  .block-layered-nav .badges li span span {
    padding: 0;
    display: inline-block;
  }
  .block-layered-nav .badges li span .check {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    top: 15px;
    right: 12px;
    border: 1px solid #d5d5d5;
  }
  .block-layered-nav .badges li span.selected {
    background-color: transparent;
  }
  .block-layered-nav .badges li span.selected .check:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #d5d5d5;
    top: 2px;
    left: 2px;
  }
  .block-layered-nav .bra-models a > span {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #eaeae7;
    border-right: 0;
    text-transform: uppercase;
    position: relative;
  }
  .block-layered-nav .bra-models a > span span {
    display: inline-block;
  }
  .block-layered-nav .bra-models a > span .check {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    top: 15px;
    right: 12px;
    border: 1px solid #d5d5d5;
  }
  .block-layered-nav .bra-models a > span.active {
    background-color: transparent;
  }
  .block-layered-nav .bra-models a > span.active .check:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #d5d5d5;
    top: 2px;
    left: 2px;
  }
}
@media only screen and (max-width: 979px) {
  .block-layered-nav {
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .block-layered-nav {
    top: 48px;
  }
  .block-layered-nav .refined {
    top: 89px;
    height: calc(100% - 89px);
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-breadcrumb {
  height: 45px;
  line-height: 45px;
  width: 100%;
  padding: 0 57px;
  border-bottom: 1px solid #eaeae7;
}
.product-breadcrumb .back-link {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #7d7e82;
  padding: 0 22px 0 15px;
  border-right: 1px solid #eaeae7;
  position: relative;
}
.product-breadcrumb .back-link:hover {
  text-decoration: none;
}
.product-breadcrumb .back-link .cat {
  font-weight: 500;
}
.product-breadcrumb .back-link .icon-arrow_main_left {
  font-weight: normal;
  position: absolute;
  left: 0;
  opacity: 0.7;
}
.product-breadcrumb .icon-rt_freedelivery {
  float: right;
  line-height: 46px;
  font-family: "Domaine Bold", Georgia;
  font-size: 12px;
  color: #dca7ab;
  text-transform: lowercase;
}
.product-breadcrumb .icon-rt_freedelivery:hover {
  text-decoration: none;
}
.product-breadcrumb .icon-rt_freedelivery:before {
  margin-right: 8px;
  font-size: 19px;
  line-height: 40px;
  float: left;
}

@media only screen and (max-width: 1299px) {
  .product-breadcrumb {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 770px) {
  .product-breadcrumb {
    height: 40px;
    line-height: 40px;
  }
  .product-breadcrumb .back-link {
    color: #8f8f8f;
    padding: 0 15px;
    width: 110px;
  }
  .product-breadcrumb .back-link .cat, .product-breadcrumb .back-link .to {
    display: none;
  }
  .product-breadcrumb .icon-rt_freedelivery {
    font-size: 10px;
    font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
    line-height: 40px;
  }
  .product-breadcrumb .icon-rt_freedelivery:before {
    display: none;
  }
}
.product-detail-bullets {
  list-style-type: circle;
  list-style-position: inside;
}

.gallery-images {
  width: 100%;
  position: relative;
}
.gallery-images:after {
  content: '';
  display: table;
  clear: both;
}
.gallery-images .product-image-gallery {
  width: 480px;
  height: 100%;
}
.gallery-images .product-image-gallery .owl-item {
  float: left;
  opacity: 0.15;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.gallery-images .product-image-gallery .owl-item.active {
  opacity: 1;
}
.gallery-images .owl-wrapper-outer {
  cursor: move;
}
.gallery-images .owl-pagination {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  top: -31px;
}
.gallery-images .owl-pagination .owl-page {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #dadad7;
  border: 4px solid #fdfdf9;
  margin: 0 1px;
}
.gallery-images .owl-pagination .owl-page.active {
  border-color: #e8e8f0;
  background-color: #888;
}
.gallery-images .owl-buttons div {
  text-align: left;
  height: 30px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0.4;
  cursor: pointer;
  font-size: 30px;
}
.gallery-images .owl-buttons div:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  text-indent: 0;
}
.gallery-images .owl-buttons .owl-prev {
  left: 15px;
}
.gallery-images .owl-buttons .owl-next {
  left: 445px;
}

@media only screen and (max-width: 770px) {
  .gallery-images {
    padding-bottom: 30px;
  }
  .gallery-images .product-image-gallery {
    width: 100%;
  }
  .gallery-images .product-image-gallery .product-image {
    text-align: center;
  }
  .gallery-images .product-image-gallery .product-image img {
    max-width: 100%;
    display: inline-block;
  }
  .gallery-images .owl-pagination {
    height: 13px;
    bottom: 9px;
    top: auto;
  }
  .gallery-images .owl-pagination .owl-page {
    height: 13px;
    width: 13px;
    border-width: 3px;
  }
  .gallery-images .owl-buttons div {
    font-size: 20px;
    height: 20px;
    margin-top: -10px;
    width: 12px;
  }
  .gallery-images .owl-buttons .owl-next {
    left: auto;
    right: 15px;
  }
}
.catalog-product-view .instafeed-wrap {
  margin-top: 0;
  padding-top: 90px;
}
.catalog-product-view .product-options .need-help {
  display: none;
}

.product-view {
  max-width: 1240px;
  width: 100%;
  margin: 40px auto;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .product-view {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1200px) {
  .product-view {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) {
  .product-view {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.product-view .product-image-zoom .owl-buttons {
  display: none;
}
.product-view .product-image-zoom .owl-buttons .owl-prev, .product-view .product-image-zoom .owl-buttons .owl-next {
  text-shadow: 0 0 15px #fff;
}
.product-view .product-essential .extra-info {
  position: relative;
}
.product-view .product-essential .extra-info .review-number {
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.product-view .product-essential .extra-info.bundle-extra-info {
  padding-top: 4px;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
  color: #dca7ab;
  margin-bottom: 10px;
  border: 0;
  letter-spacing: 1px;
}
.product-view .product-shop {
  width: 33%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.product-view .product-shop .product-name {
  padding-right: 50px;
}
.product-view .product-shop .product-name .bra-shape {
  font-size: 15px;
  line-height: 27px;
  font-family: "Domaine Bold", Georgia;
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .product-name .bra-shape {
    font-size: 13px;
    line-height: 20px;
  }
}
.product-view .product-shop .product-name .h1 {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  border: 0;
  padding: 0;
  display: block;
  margin: 0;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #7d7e82;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .product-name .h1 {
    font-size: 14px;
  }
}
.product-view .product-shop .price-info {
  width: 100%;
  margin-top: 10px;
}
.product-view .product-shop .price-info.bundle-price-info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-view .product-shop .price-info.bundle-price-info .bundle-price-box {
  margin-left: 5px;
  font-size: 11px;
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop .price-info.bundle-price-info .product-laybuy {
    width: 100%;
  }
}
.product-view .product-shop .product-options-bottom .bundle-price-box {
  display: none;
}
.product-view .product-shop .price-box {
  margin: 0;
}
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #7d7e82;
  font-size: 16px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price .price {
  font-size: 20px;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #7d7e82;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #7d7e82;
}
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .product-shop .product-options-wrap .product-options {
  margin: 0;
  padding-right: 16px;
  height: auto;
  border: 0;
  background-image: none;
  overflow: visible;
  width: calc(100% - 78px);
}
.product-view .product-shop .product-options-wrap .product-options label {
  display: none;
}
.product-view .product-shop .product-options-wrap .product-options label.required:after {
  display: none;
}
.product-view .product-shop .product-options-wrap .product-options dd {
  width: auto;
  float: none;
}
.product-view .product-shop .product-options-wrap .product-options dd select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 50px;
  line-height: 48px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 95% center;
}
.product-view .product-shop .product-options-wrap .product-options dd select::-ms-expand {
  display: none;
}
.product-view .product-shop .product-options-wrap .product-options dd select .out-of-stock {
  pointer-events: none;
  opacity: 0.8;
}
.product-view .product-shop .product-options-wrap .product-options dt {
  margin-bottom: 7px;
  position: relative;
  padding: 0;
  float: none;
  width: auto;
  display: block;
}
.product-view .product-shop .product-options-wrap .product-options dt a {
  position: absolute;
  color: #7d7e82;
  font-size: 11px;
  font-style: italic;
  line-height: 24px;
  margin-left: 10px;
  min-width: 120px;
}
.product-view .product-shop .product-options-wrap .product-options dt a .mobile {
  display: none;
}
.product-view .product-shop .product-options-wrap .product-options p.required {
  display: none;
}
.product-view .product-shop .product-options-wrap .product-options-bottom {
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .product-options-wrap .product-options-bottom {
    margin-bottom: 0;
  }
}
.product-view .product-shop .product-options-wrap .ajaxcart-error {
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  color: #ef5e5e;
}
.product-view .product-shop .product-options-wrap .qty-wrapper {
  float: left;
  padding-top: 7px;
}
.product-view .product-shop .product-options-wrap .qty-wrapper label {
  display: none;
}
.product-view .product-shop .product-options-wrap .qty-wrapper select {
  width: 78px;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 50px;
  line-height: 48px;
  padding: 0 30px 0 20px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 80% center;
}
.product-view .product-shop .product-options-wrap.bundle-product-options-wrap .product-options {
  width: 100%;
  padding-right: 0;
}
.product-view .product-shop .product-options-wrap.bundle-product-options-wrap .product-options dd {
  border-bottom: none;
}
.product-view .product-shop .product-options-wrap .option-product-wrapper {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .product-options-wrap .option-product-wrapper .option-product-info {
  float: left;
  margin-bottom: 20px;
}
.product-view .product-shop .product-options-wrap .option-product-wrapper .option-product-info p {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-view .product-shop .product-options-wrap .option-product-wrapper .option-product-info .bra-shape {
  font-family: "Domaine Bold", Georgia;
  letter-spacing: 1px;
}
.product-view .product-shop .product-options-wrap .option-product-wrapper .option-product-img {
  float: right;
}
.product-view .product-shop .wishlist-toggle {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fdfdf8;
  height: 48px;
  width: 77px;
  border-radius: 0 1px 1px 0;
  font-size: 17px;
  color: #dca7ab;
  text-align: center;
  line-height: 48px;
}
.product-view .product-shop .wishlist-toggle span {
  display: none;
}
.product-view .product-shop .wishlist-toggle:hover {
  text-decoration: none;
}
.product-view .product-shop .wishlist-toggle.active:before {
  content: '\e81c';
}
.product-view .product-shop .wishlist-toggle.waiting {
  -moz-animation: wishfade 1.5s infinite;
  -webkit-animation: wishfade 1.5s infinite;
  animation: wishfade 1.5s infinite;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.product-view .product-shop .wishlist-toggle.waiting:before {
  content: '\e81c';
}
@-moz-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@-webkit-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
.product-view .product-shop .short-description {
  text-align: center;
  padding: 14px 0 38px;
  border-bottom: 1px solid #eaeae7;
  letter-spacing: 1px;
}
.product-view .product-shop .short-description p {
  font-family: 'Helvetica Neue Thin', "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 12px;
  max-width: 305px;
  margin: 18px auto 0;
  line-height: 1.7;
}
.product-view .product-shop .bundle-short-description {
  text-align: left;
  padding: 5px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeae7;
  letter-spacing: 1px;
}
.product-view .product-shop .bundle-short-description p {
  font-family: 'Helvetica Neue Thin', "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 12px;
  max-width: 100%;
  line-height: 1.7;
}
.product-view .product-shop .detail-links {
  margin-top: 16px;
}
.product-view .product-shop .detail-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-view .product-shop .detail-links a {
  text-align: center;
  color: #7d7e82;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-view .product-shop .detail-links a svg {
  margin: 10px auto;
}
.product-view .product-shop .detail-links a svg:first-of-type {
  display: block;
}
.product-view .product-shop .detail-links a svg:last-of-type {
  display: none;
}
.product-view .product-shop .detail-links a span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}
.product-view .product-shop .detail-links a:hover {
  color: #d7a3a7;
  text-decoration: none;
}
.product-view .product-shop .detail-links a:hover svg:first-of-type {
  display: none;
}
.product-view .product-shop .detail-links a:hover svg:last-of-type {
  display: block;
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop .detail-links {
    font-size: 10px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 979px) and (min-width: 479px) {
  .product-view .product-shop .detail-links {
    font-size: 11px;
  }
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .price-box .special-price {
  display: block;
  padding-left: 0;
}
.product-view .add-to-cart-wrapper {
  clear: both;
}
@media only screen and (max-width: 479px) {
  .product-view .add-to-cart {
    padding-bottom: 23px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-collateral > dl > dd {
    border-bottom: none;
  }
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 67%;
  float: left;
}
@media only screen and (max-width: 1299px) {
  .product-img-box {
    width: 65%;
  }
}
.product-img-box .product-name h1 {
  border: 0;
}
@media only screen and (max-width: 770px) {
  .product-img-box .product-name {
    display: none;
  }
}
.product-img-box > .product-image {
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .product-img-box > .product-image {
    display: flex;
    flex-flow: column;
  }
}
.product-img-box > .product-image .selectors {
  display: block;
  width: 9.3333%;
  float: left;
}
@media only screen and (max-width: 599px) {
  .product-img-box > .product-image .selectors {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    width: 100%;
    float: none;
    order: 2;
  }
  .product-img-box > .product-image .selectors a {
    background: #dfe0df;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  .product-img-box > .product-image .selectors a img {
    visibility: hidden;
  }
  .product-img-box > .product-image .selectors a.mz-thumb-selected {
    background: #939393;
  }
}
.product-img-box > .product-image .main-gallery-image {
  position: relative;
  float: left;
  padding-left: 38px;
}
@media only screen and (max-width: 599px) {
  .product-img-box > .product-image .main-gallery-image {
    float: none;
    padding-left: 0;
    order: 1;
  }
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .product-img-box > .product-image .main-gallery-image {
    width: 90%;
  }
}
.product-img-box > .product-image .attribute-label {
  position: absolute;
  top: 26px;
  left: 693px;
  font-size: 40px;
  line-height: 40px;
  color: #dca7ab;
  z-index: 100;
}
@media only screen and (max-width: 599px) {
  .product-img-box > .product-image .attribute-label {
    left: initial;
    right: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .product-img-box > .product-image .attribute-label {
    left: initial;
    right: 20px;
  }
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.product-img-box .owl-buttons div {
  text-align: left;
  height: 30px;
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0.4;
  cursor: pointer;
  font-size: 30px;
  background-color: white;
}
.product-img-box .owl-buttons div:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  text-indent: 0;
}
@media only screen and (max-width: 599px) {
  .product-img-box .owl-buttons div {
    top: 42%;
  }
}
.product-img-box .owl-buttons .owl-prev {
  left: 90px;
  z-index: 100;
}
@media only screen and (max-width: 599px) {
  .product-img-box .owl-buttons .owl-prev {
    left: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .product-img-box .owl-buttons .owl-prev {
    left: 75px;
  }
}
.product-img-box .owl-buttons .owl-next {
  left: 590px;
  z-index: 100;
}
@media only screen and (max-width: 599px) {
  .product-img-box .owl-buttons .owl-next {
    left: initial;
    right: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
  .product-img-box .owl-buttons .owl-next {
    left: initial;
    right: 38px;
  }
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

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

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

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

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

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after, .product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeae7;
}
.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.product-view .add-to-cart-buttons .button span span {
  position: relative;
  left: -46px;
}
.product-view .alert-price, .product-view .alert-stock {
  clear: both;
}

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

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

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

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
  border-top: 1px solid #eaeae7;
  padding-top: 60px;
}
.product-collateral.tabs {
  background: inherit;
}

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

.product-view .collateral-tabs .tab-container:nth-of-type(1), .product-view .collateral-tabs .tab-container:nth-of-type(4) {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #eaeae7;
    border-width: 1px 0;
    max-width: 748px;
    margin: 0 auto;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid #eaeae7;
    border-left: 1px solid transparent;
    width: 25%;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    padding: 0 5px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  .product-collateral .toggle-tabs li .tab-break {
    display: none;
  }
  .product-collateral .toggle-tabs li.current span {
    background-color: #86878b;
    color: #fff;
    z-index: 5;
    font-weight: 500;
  }
  .product-collateral .toggle-tabs li:hover span {
    background-color: #86878b;
    color: #fff;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: 1px solid #eaeae7;
  }
  .product-collateral .toggle-tabs li:last-child {
    border-right: 1px solid #eaeae7;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 0 0 20px;
    margin: 20px 0 0;
    border-bottom: 1px solid #eaeae7;
    font-size: 11px;
    line-height: 19px;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd p:last-child {
    margin-bottom: 0;
  }
  .product-collateral > dl > dd p strong {
    font-weight: 600;
    color: #666;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral {
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #eaeae7;
    max-width: 748px;
    margin: 0 auto;
  }
  .product-collateral .toggle-tabs li {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .product-collateral .toggle-tabs li:nth-child(odd) {
    border-right: 1px solid #eaeae7;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-bottom: 1px solid #eaeae7;
  }
  .product-collateral .toggle-tabs li:nth-child(2) {
    border-bottom: 1px solid #eaeae7;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    padding: 0 5px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
  }
  .product-collateral .toggle-tabs li .new-line {
    line-height: 14px;
    padding-top: 12px;
  }
  .product-collateral .toggle-tabs li.current span {
    background-color: #86878b;
    color: #fff;
    z-index: 5;
    font-weight: 500;
  }
  .product-collateral .toggle-tabs li:hover span {
    background-color: #86878b;
    color: #fff;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 0 0 20px;
    margin: 52px 0 0;
    font-size: 11px;
    line-height: 19px;
  }
  .product-collateral > dl > dd p {
    margin-bottom: 19px;
  }
  .product-collateral > dl > dd p:last-child {
    margin-bottom: 0;
  }
  .product-collateral > dl > dd p strong {
    font-weight: 600;
    color: #666;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-img-box {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

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

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

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

.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #eaeae7;
  clear: both;
  position: relative;
  float: left;
}

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

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related {
  padding-top: 68px;
  padding-bottom: 6px;
  clear: both;
  margin-top: 68px;
  border-top: 1px solid #eaeae7;
}
.block-related .product-wrap:hover {
  text-decoration: none;
}
.block-related .title-wrap {
  text-align: center;
  position: relative;
  margin: 0 57px 20px;
  letter-spacing: 1px;
}
.block-related .title-wrap:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 22%;
  height: 1px;
  width: 55%;
  border-top: 1px dashed #e1b7b9;
}
@media only screen and (max-width: 770px) {
  .block-related .title-wrap:before {
    top: 12px;
    left: 18%;
    width: 65%;
  }
}
.block-related .title-wrap h2 {
  display: inline-block;
  padding: 0 25px;
  font-size: 28px;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  color: #dca7ab;
  background-color: #fdfdf9;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .block-related .title-wrap h2 {
    font-size: 18px;
  }
}
.block-related .related-products-grid {
  max-width: 1060px;
  margin: 52px auto;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 770px) {
  .block-related .related-products-grid {
    overflow-x: hidden;
  }
}
.block-related .related-products-grid .in-active {
  opacity: 0.5;
}
@media only screen and (max-width: 599px) {
  .block-related .bx-wrapper {
    max-width: 1000px !important;
  }
  .block-related .bx-wrapper .related-products-grid {
    margin: auto;
    display: block;
  }
  .block-related .bx-viewport {
    padding-left: 25%;
    padding-right: 25%;
    width: inherit !important;
  }
}
.block-related .prod-info {
  text-align: center;
  margin-top: 28px;
}
.block-related .prod-info .price {
  color: #7d7e82;
  font-size: 14px;
}
.block-related .product-name {
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  font-size: 16px;
}
@media only screen and (max-width: 1299px) {
  .block-related .title-wrap {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 980px) {
  .block-related {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 979px) {
  .block-related {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 770px) {
  .block-related {
    margin-top: 30px;
  }
}

.add-actions-wrap {
  margin-top: 30px;
}
.add-actions-wrap .product-name {
  text-align: center;
  margin-bottom: 0;
}
.add-actions-wrap .price-box {
  text-align: center;
  margin-top: 0;
}
.add-actions-wrap .price-box .price {
  color: #7d7e82;
  font-size: 14px;
}
.add-actions-wrap .attribute-set dt {
  display: none;
}
.add-actions-wrap .attribute-set dd .input-box {
  padding-top: 6px;
}
.add-actions-wrap .attribute-set dd select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 95% center;
}
.add-actions-wrap .product-options-bottom {
  width: 100%;
  margin-top: 6px;
}
.add-actions-wrap .product-options-bottom .button {
  font-size: 12px;
  line-height: 39px;
  min-height: 39px;
  white-space: normal;
  width: 100%;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.add-actions-wrap .bottom-links {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
}
.add-actions-wrap .bottom-links a {
  display: inline-block;
  line-height: 16px;
  color: #7d7e82;
  text-decoration: underline;
}
.add-actions-wrap .bottom-links a:first-of-type {
  padding-right: 15px;
  border-right: 1px solid #7d7e82;
}
.add-actions-wrap .bottom-links a:last-of-type {
  padding-left: 15px;
}

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

.catalog-product-view #forgiving-fit h2 {
  font-family: "Domaine Bold", Georgia;
  margin: 8px auto 32px;
  display: table;
  text-transform: lowercase;
  color: #dca7ab;
}

/*** Gift Card ***/
body.gift-cards .gallery-images {
  width: 50%;
}
body.gift-cards .product-image-gallery {
  margin: 0 auto;
}
body.gift-cards .product-view .product-shop .price-info {
  border: 0 none;
}
body.gift-cards .product-view .availability {
  display: none;
}
body.gift-cards .product-view .add-to-cart-wrapper .wishlist-toggle {
  display: none;
}
body.gift-cards .product-view .free-shipping {
  display: none;
}
body.gift-cards input, body.gift-cards textarea, body.gift-cards select {
  width: 100%;
  max-width: 100%;
}
body.gift-cards select {
  border: 1px solid #d9d9d9;
  height: 30px;
  border-radius: 0;
  background: #fff;
}

/* -------------------------------------------- *
 * custom review
 */
.review-wrap .review-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 770px) {
  .review-wrap .review-header-wrap {
    display: block;
    text-align: center;
  }
}
.review-wrap .review-shape {
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 770px) {
  .review-wrap .review-shape {
    font-size: 18px;
    margin-top: 20px;
  }
}
.review-wrap .btn-reverse {
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  height: 50px;
  width: 185px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 770px) {
  .review-wrap .btn-reverse {
    height: 46px;
  }
}
.review-wrap .write-review-link.desktop {
  display: block;
}
@media only screen and (max-width: 770px) {
  .review-wrap .write-review-link.desktop {
    display: none;
  }
}
.review-wrap .write-review-link.mobile {
  display: none;
}
@media only screen and (max-width: 770px) {
  .review-wrap .write-review-link.mobile {
    display: block;
    margin-top: 26px;
  }
}

.review-tab-content {
  margin-top: 25px;
}
.review-tab-content .outside {
  position: relative;
}
.review-tab-content .outside span {
  position: absolute;
}
.review-tab-content .outside span#review-prev {
  top: 10px;
  left: calc(50% - 35px);
}
@media only screen and (max-width: 599px) {
  .review-tab-content .outside span#review-prev {
    top: -19px;
    left: 0;
  }
}
@media screen and (max-width: 770px) and (min-width: 600px) {
  .review-tab-content .outside span#review-prev {
    top: 2px;
  }
}
.review-tab-content .outside span#review-next {
  top: 10px;
  left: calc(50% + 25px);
  color: #7d7e82;
}
@media only screen and (max-width: 599px) {
  .review-tab-content .outside span#review-next {
    top: -19px;
    left: 60px;
  }
}
@media screen and (max-width: 770px) and (min-width: 600px) {
  .review-tab-content .outside span#review-next {
    top: 2px;
  }
}
.review-tab-content .outside .icon-arrow_main_left, .review-tab-content .outside .icon-arrow_main_right {
  color: #7d7e82;
}
.review-tab-content .bottom-reviews-num {
  display: none;
}
@media only screen and (max-width: 599px) {
  .review-tab-content .bottom-reviews-num {
    display: block;
    text-align: right;
    position: relative;
    float: right;
    width: 30%;
    top: -16px;
    font-family: 'Helvetica Neue Thin', "Neue Helvetica W01", Verdana, Arial, sans-serif;
    font-size: 12px;
  }
}

#write-review-modal {
  display: none;
  position: fixed;
  width: 480px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 95px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 101;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 770px) {
  #write-review-modal {
    overflow-y: scroll;
  }
}
#write-review-modal .top .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#write-review-modal .top .close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
}
#write-review-modal .top .close:after {
  content: "";
  height: 1px;
  width: 17px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#write-review-modal .rating-title {
  display: inline-block;
  position: relative;
  top: -5px;
}
#write-review-modal .rating {
  display: inline-block;
  line-height: 13px;
}
#write-review-modal .rating > input {
  display: none;
}
#write-review-modal .rating > label:before {
  margin: 5px;
  font-size: 1.75em;
  font-family: "rose";
  display: inline-block;
  content: "\e900";
}
#write-review-modal .rating > label {
  color: #ddd;
  float: right;
}
#write-review-modal .rating > input:checked ~ label {
  color: #DBA7AB;
}
#write-review-modal .rating > input:checked ~ label:before {
  content: "\e901";
}
#write-review-modal .rating:not(:checked) > label:hover {
  color: #DBA7AB;
}
#write-review-modal .rating:not(:checked) > label:hover ~ label {
  color: #DBA7AB;
}
#write-review-modal .rating > input:checked + label:hover, #write-review-modal .rating > input:checked ~ label:hover {
  color: #DBA7AB;
}
#write-review-modal .rating > label:hover ~ input:checked ~ label, #write-review-modal .rating > input:checked ~ label:hover ~ label {
  color: #DBA7AB;
}
@media only screen and (max-width: 599px) {
  #write-review-modal .form-list > li {
    border-bottom: none !important;
  }
}
#write-review-modal .content-wrap h2 {
  margin-top: 35px;
  text-transform: initial;
  text-align: center;
  font-family: "Domaine Bold", Georgia;
  display: block;
}
#write-review-modal .content-wrap select, #write-review-modal .content-wrap textarea, #write-review-modal .content-wrap input[type="text"] {
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline-style: none;
  width: 100%;
}
#write-review-modal .content-wrap select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 30px 0 20px;
  text-overflow: "";
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 95% center;
}
#write-review-modal .content-wrap textarea {
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline-style: none;
  padding-left: 20px;
  padding-right: 20px;
}
#write-review-modal .content-wrap input[type="text"] {
  padding-left: 20px;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
}
#write-review-modal .buttons-set {
  border-top: none;
}
#write-review-modal .button {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
#write-review-modal .button .success {
  color: #fff;
}

.reviews .owl-item {
  float: left;
}
.reviews .items {
  background: #f9f9f9;
  padding: 40px 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 770px) {
  .reviews .items {
    padding: 20px 16px;
  }
}
.reviews .title {
  font-size: 15px;
  color: #e1aeb0;
}
.reviews .detail {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 200;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 770px) {
  .reviews .detail {
    margin-top: 14px;
  }
}
.reviews .name-date {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  border-top: 1px solid #dadada;
  font-size: 12px;
  line-height: 30px;
  font-weight: 200;
}
@media only screen and (max-width: 770px) {
  .reviews .name-date {
    margin-top: 16px;
  }
}

.reviews .rating-box, .rating-sum .rating-box, .extra-info .rating-box {
  position: relative;
  width: 80px;
  height: 16px;
  margin: 0 5px 3px 0;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/star-outline.1576497619.png) repeat-x;
}
.reviews .rating-box .rating, .rating-sum .rating-box .rating, .extra-info .rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/star.1576497619.png) repeat-x;
}

.reviews .rating-box {
  margin: 0 5px 18px 0;
}
@media only screen and (max-width: 770px) {
  .reviews .rating-box {
    margin-bottom: 14px;
  }
}

.rating-sum {
  display: flex;
}
@media only screen and (max-width: 770px) {
  .rating-sum {
    justify-content: center;
    margin-top: 12px;
  }
}
.rating-sum .rating-number.desktop {
  display: block;
  padding-left: 10px;
}
@media only screen and (max-width: 770px) {
  .rating-sum .rating-number.desktop {
    display: none;
  }
}
.rating-sum .rating-number.mobile {
  display: none;
  padding-right: 10px;
}
@media only screen and (max-width: 770px) {
  .rating-sum .rating-number.mobile {
    display: block;
  }
}

.magic-loading-wrap {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .magic-loading-wrap {
    position: initial;
  }
}

.magic-loading {
  background: #fdfdf9;
  width: 100%;
  z-index: 9;
  height: 50px;
  position: absolute;
  display: none;
}
@media only screen and (max-width: 599px) {
  .magic-loading {
    top: 90%;
  }
}
.magic-loading .loader:before, .magic-loading .loader:after, .magic-loading .loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.magic-loading .loader {
  font-size: 10px;
  margin: -1em 0 0 -1em;
  position: relative;
  left: 50%;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.magic-loading .loader:before {
  left: -3em;
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.magic-loading .loader:after {
  left: 3em;
}
.magic-loading .loader:before, .magic-loading .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.product-laybuy {
  font-size: 12px;
  font-family: "Helvetica Neue Thin", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  margin-top: 4px;
}
.product-laybuy img {
  display: inline-block;
  max-width: 20px;
  width: 20px;
  height: 16px;
}
.product-laybuy a {
  color: #7d7e82;
}

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

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

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

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

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

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

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

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

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

.cart-forms {
  clear: both;
}

input[type="email"] {
  box-shadow: none;
}

.cart.display-single-price > form {
  padding-right: 65px;
}
@media only screen and (max-width: 979px) {
  .cart.display-single-price > form {
    padding-right: 0;
  }
}

.cart-totals-wrapper,
.crosssell {
  clear: right;
  float: right;
  max-width: 356px;
  width: 30%;
  padding-left: 0;
}

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

.product-cart-info {
  width: 295px;
}

#shopping-cart-table .product-image, #shopping-cart-table .no-touch .product-img-box .product-image:hover:not(.zoom-available) {
  display: block;
  height: 150px;
  position: relative;
  width: 150px;
}
@media only screen and (max-width: 979px) {
  #shopping-cart-table .product-image, #shopping-cart-table .no-touch .product-img-box .product-image:hover:not(.zoom-available) {
    height: 100%;
    width: 100%;
  }
}

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

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

  .cart-totals-wrapper {
    float: none;
  }

  .cart-forms,
  .cart-totals-wrapper,
  .crosssell {
    width: 100% !important;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

select#cart-select {
  width: 65px;
  border: 1px solid #dadada;
  height: 32px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 46px center;
}
@media only screen and (max-width: 599px) {
  select#cart-select {
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  select#cart-select {
    background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 28px center;
    padding: 0 19px 0 4px;
    width: 47px;
  }
}
select#cart-select::-ms-expand {
  display: none;
}
select#cart-select option {
  padding: 2px 13px;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
#shopping-cart-table .button2 {
  text-transform: lowercase;
  text-decoration: underline;
  color: #7d7e82;
  font-size: 12px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  padding-right: 0;
}
#shopping-cart-table .button2 span span {
  text-transform: lowercase;
  text-decoration: underline;
  color: #7d7e82;
  font-size: 12px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
#shopping-cart-table .button2 span span:hover {
  text-decoration: none;
}
#shopping-cart-table .button2:hover {
  text-decoration: none;
  color: #7d7e82;
}
#shopping-cart-table .button2:hover span span {
  text-decoration: none;
}
#shopping-cart-table tfoot td {
  padding-right: 0;
}

.cart .page-title {
  margin-bottom: 49px;
  border-bottom: 1px solid #dddddd;
  margin-top: 42px;
}
@media only screen and (max-width: 979px) {
  .cart .page-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  color: #7d7e82;
  background: #fdfdf9;
  border-bottom: medium none;
  display: table;
  margin: 0 auto -12px;
  text-align: center;
  padding: 0 20px;
}

.button.btn-proceed-checkout.btn-checkout.icon-rt_cart_padlock {
  font-size: 17px;
  height: 53px;
  line-height: 13px;
  margin-top: 3px;
  width: 100%;
}

.button.btn-proceed-checkout.btn-checkout.icon-rt_cart_padlock::before {
  padding-right: 24px;
}

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

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

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

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  border-top: 1px solid #dddddd;
}
.cart-table h2.product-name a {
  font-size: 12px;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #7d7e82;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table h2 .bra-shape {
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
}
.cart-table h2.product-name a.disabled {
  pointer-events: none;
  cursor: default;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 18px 5px 10px 22px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table thead th:first-child,
.cart-table tbody td:first-child {
  padding-left: 0;
}
.cart-table tbody td:last-child {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 21px;
  position: relative;
}
.cart-table .product-cart-info .item-options.size .price {
  display: none;
}
.cart-table tr {
  border-bottom: 1px solid #dddddd;
}
.cart-table tfoot tr {
  background: none;
  border-bottom: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart-table th {
  font-size: 11px;
  padding-bottom: 18px !important;
}
.cart-table .btn-remove2.text {
  background: transparent none repeat scroll 0 0;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #7d7e82;
  display: block !important;
  font-size: 11px;
  text-align: left;
  text-indent: 0;
  width: auto;
  text-decoration: underline;
  bottom: 6px;
  position: absolute;
}
.cart-table .btn-remove2.text:hover {
  color: #7d7e82;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .cart-table .btn-remove2.text {
    line-height: 10px;
    margin-top: 17px;
    position: relative;
    bottom: 0;
  }
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image.disabled {
  pointer-events: none;
  cursor: default;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: left;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: left;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #d9d9d9;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: left;
  width: 3.2em;
}
.cart-table .product-cart-actions.qty-column {
  min-width: 87px;
  padding-right: 10px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions.qty-column {
    min-width: 87px;
    padding-right: 0;
    position: absolute;
    right: 15px;
  }
}
.cart-table .product-cart-actions .button {
  margin-bottom: 0;
  margin-top: 19px;
  background: none;
  color: #7d7e82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 11px;
  text-transform: lowercase;
  text-decoration: underline;
  display: block;
  padding-left: 0;
  height: 35px;
}
.cart-table .product-cart-actions .button:hover, .cart-table .product-cart-actions .button:focus {
  background: none;
  color: #7d7e82;
}
.cart-table .product-cart-actions .button:hover {
  text-decoration: none;
}
.cart-table .link-wishlist.use-ajax {
  color: #7d7e82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 11px;
  text-transform: lowercase;
  text-decoration: underline;
}
.cart-table .link-wishlist.use-ajax:hover {
  text-decoration: none;
}
.cart-table .item-options {
  margin-top: 0 !important;
  padding-left: 0;
  margin-left: 0 !important;
  font-size: 12px;
  margin-bottom: 20px;
}
.cart-table .item-options.size {
  margin-top: 15px !important;
  margin-bottom: 0;
}
.cart-table .item-options.donate-price {
  margin-top: 15px !important;
}
.cart-table .item-options dt {
  font-style: normal;
}
.cart-table .item-options dd {
  padding-left: 48px;
  margin: 0 0 3px !important;
}

.qty-column {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 85px;
  vertical-align: bottom !important;
}

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

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

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

#shopping-cart-totals-table {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}
#shopping-cart-totals-table .tax-summary {
  font-style: italic;
}
#shopping-cart-totals-table tbody td {
  padding: 21px 21px 0;
  text-align: left;
}
#shopping-cart-totals-table tfoot td {
  padding: 21px;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.giftcard-btn-remove {
  display: none;
}

.discount p {
  font-style: italic;
  font-size: 11px;
  margin-top: -32px;
  position: absolute;
}
@media only screen and (max-width: 979px) {
  .discount p {
    margin-top: 20px;
    position: relative;
  }
}
.discount .field-group {
  border: 1px solid #dadada;
  float: left;
  padding: 1px 13px 5px;
}
.discount .field-group input {
  background: none;
  border: none;
  color: #acacad;
  font-size: 11px;
}
.discount .field-group label {
  text-transform: none;
  font-size: 11px;
  margin-right: 20px;
  color: #7d7e82;
}
.discount .button2 {
  background: #7d7e82;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  height: 42px;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.discount .button2 span span {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.discount .button2:hover {
  opacity: 0.9;
}

a.giftcard-btn-remove {
  vertical-align: top;
}
a.giftcard-btn-remove img {
  margin-top: -2px;
}

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

#discount-coupon-form, #awraf-discount-coupon-form,
.cart .giftcard {
  width: 100%;
  padding-bottom: 10px;
}
#discount-coupon-form h2.coupon-title, #awraf-discount-coupon-form h2.coupon-title,
.cart .giftcard h2.coupon-title {
  display: block;
  padding: 15px 0 0 0;
  font-size: 15px;
}
@media only screen and (max-width: 599px) {
  #discount-coupon-form h2.coupon-title, #awraf-discount-coupon-form h2.coupon-title,
  .cart .giftcard h2.coupon-title {
    display: none;
  }
}
#discount-coupon-form label, #awraf-discount-coupon-form label,
.cart .giftcard label {
  text-align: left;
  display: inline-block;
}
#discount-coupon-form .field-wrapper, #awraf-discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice, #awraf-discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper, #awraf-discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button, #awraf-discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
@media only screen and (max-width: 479px) {
  #discount-coupon-form .button-wrapper.cancel-allowed, #awraf-discount-coupon-form .button-wrapper.cancel-allowed,
  .cart .giftcard .button-wrapper.cancel-allowed {
    padding-top: 10px;
    clear: left;
    display: block;
  }
  #discount-coupon-form .button-wrapper.cancel-allowed .button2:first-child, #awraf-discount-coupon-form .button-wrapper.cancel-allowed .button2:first-child,
  .cart .giftcard .button-wrapper.cancel-allowed .button2:first-child {
    margin-left: 0;
  }
}
#discount-coupon-form .input-text, #awraf-discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 0 0 0;
  width: 111px;
}

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

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

.raf-btn-remove {
  padding-right: 2px;
}
.raf-btn-remove img {
  display: inline;
}

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

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
.checkout-cart-index .main-container {
  padding: 0 15px;
}

.separator {
  border-top: 1px dashed #c8c8ca;
  clear: both;
  display: block;
  margin-bottom: 22px;
  margin-top: 27px;
  width: 100%;
}

.cart-cms {
  width: 70%;
}
.cart-cms .cart-block {
  float: left;
  font-size: 11px;
  line-height: 20px;
  width: 45%;
}
.cart-cms .cart-block:last-child {
  float: right;
}
.cart-cms .cart-block h2 {
  font-size: 16px;
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 12px;
  text-transform: lowercase;
}

.cart.display-single-price {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (max-width: 599px) {
  .cart.display-single-price {
    padding: 0;
    overflow-x: hidden;
  }
}

.cart-empty {
  text-align: center;
}

.page-title {
  margin-bottom: 49px;
  border-bottom: 1px solid #dddddd;
  margin-top: 42px;
}
.page-title:after {
  content: '';
  display: table;
  clear: both;
}
.page-title h1 {
  color: #7d7e82;
  background: #fdfdf9;
  border-bottom: medium none;
  display: table;
  margin: 0 auto -12px;
  text-align: center;
  padding: 0 20px;
}

@media only screen and (max-width: 979px) {
  .separator {
    display: none;
  }

  #shopping-cart-table tfoot {
    display: none;
  }

  .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
    padding-left: 0;
    padding-top: 15px;
  }

  .cart-cms {
    clear: both;
    display: inline-block;
    margin-top: 16px;
    width: 100%;
  }
}
.coupon-title {
  display: none;
}

@media only screen and (min-width: 600px) {
  #discount-coupon-form {
    display: block !important;
  }
}
@media only screen and (max-width: 652px) {
  .cart-table .btn-remove2.text {
    bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .cart-forms {
    position: relative;
  }

  .coupon-title {
    border-top: 1px solid #e4e4e2;
    cursor: pointer;
    display: block;
    font-size: 10px;
    padding-left: 15px;
    padding-top: 19px;
    padding-bottom: 16px;
    position: relative;
  }
  .coupon-title:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 17px;
  }
  .coupon-title.current:after {
    content: "-";
  }

  #discount-coupon-form, #awraf-discount-coupon-form {
    display: none;
    padding: 0 15px 20px;
  }
  #discount-coupon-form h2.coupon-title:after, #awraf-discount-coupon-form h2.coupon-title:after {
    content: "";
  }

  .checkout-cart-index .main-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 599px) {
  .checkout-cart-index .main-container {
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .cart .page-title {
    margin: 22px 0 36px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 599px) {
  .cart .page-title {
    margin: 22px 15px 36px;
  }
}

@media only screen and (max-width: 599px) {
  .cart-table .btn-remove2.text {
    display: none !important;
  }

  .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
    width: 100%;
    max-width: 100%;
  }

  .checkout-types.bottom {
    padding: 0 15px;
  }

  #shopping-cart-totals-table {
    box-shadow: none;
    margin-bottom: 0;
  }
  #shopping-cart-totals-table tfoot td {
    padding: 21px 15px;
  }
  #shopping-cart-totals-table tbody td {
    padding: 21px 15px 0;
  }

  .cart-totals-wrapper {
    background: #fff;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  }

  .cart-cms {
    margin-top: 0;
  }
  .cart-cms .cart-block {
    border-top: 1px solid #e4e4e2;
    float: none;
    width: 100%;
    padding: 18px 15px;
  }
  .cart-cms .cart-block h2 {
    font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
  }
  .cart-cms .cart-block p {
    font-size: 11px;
    line-height: 19px;
  }

  .instafeed-wrap {
    margin-top: 20px;
  }

  .cart-table .item-options dd {
    padding-left: 0;
  }

  .cart-table .price, .cart-table .product-cart-price::before {
    font-size: 12px;
  }

  .product-cart-actions.qty-column {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 52px;
  }

  .cart-table .product-cart-info {
    padding-bottom: 35px;
  }
  .cart-table tbody td {
    padding: 15px 5px 10px 15px;
  }
  .cart-table tr {
    padding-bottom: 0;
  }
  .cart-table .product-cart-image {
    border-right: 1px solid #dddddd;
    height: 100%;
    padding-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 15px;
    position: absolute;
  }
  .cart-table .product-cart-actions {
    padding-left: 0 !important;
    width: 117px !important;
  }
  .cart-table .product-cart-actions .button {
    display: block;
    float: right;
    margin-top: 0;
    padding-right: 0;
  }

  .product-cart-info .btn-remove {
    background: none;
    float: right;
    font-family: arial;
    font-size: 15px;
    margin: 7px 0 2px 7px;
    text-indent: 1px;
  }
  .product-cart-info .btn-remove:before {
    color: #9d9ea0;
    content: "x";
    font-family: verdana;
    font-size: 14px;
  }
  .product-cart-info .btn-remove:hover {
    color: transparent;
  }

  .cart-table .product-cart-info, .cart-table .product-cart-actions {
    padding-left: 15px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

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

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

.checkout-back-link {
  display: block;
  color: #7d7e82;
  font-size: 10px;
  text-transform: uppercase;
}
.checkout-back-link .cat {
  font-weight: 500;
}
.checkout-back-link:hover {
  color: #7d7e82;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opc h3 {
  font-weight: 500;
}

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

.aw-onestepcheckout-index-index input[placeholder] {
  color: #acacad;
  opacity: 1;
  font-size: 12px;
}
.aw-onestepcheckout-index-index ::-webkit-input-placeholder {
  opacity: 1;
  font-size: 12px;
}
.aw-onestepcheckout-index-index :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  font-size: 12px;
}
.aw-onestepcheckout-index-index ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  font-size: 12px;
}
.aw-onestepcheckout-index-index :-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
}
.aw-onestepcheckout-index-index div.calendar {
  z-index: 99;
  border-color: #fff #d9d9d9 #d9d9d9 #fff;
}
.aw-onestepcheckout-index-index div.calendar table td.button {
  background: #fdfdf9;
  color: #7d7e82;
  border-color: #d9d9d9;
}
.aw-onestepcheckout-index-index div.calendar thead .title {
  background: #fdfdf9;
  color: #7d7e82;
  border-color: #d9d9d9;
}
.aw-onestepcheckout-index-index div.calendar thead .name {
  background: #fdfdf9;
  color: #7d7e82;
  border-color: #d9d9d9;
}
.aw-onestepcheckout-index-index div.calendar tfoot .ttip {
  background: #fdfdf9;
  color: #7d7e82;
  border-color: #d9d9d9;
}
.aw-onestepcheckout-index-index div.calendar table {
  border-color: #fff #d9d9d9 #d9d9d9 #fff;
}
.aw-onestepcheckout-index-index div.calendar table .wn {
  background: #fdfdf9;
  color: #7d7e82;
  border-color: #d9d9d9;
}
.aw-onestepcheckout-index-index #header-search {
  display: none;
}
.aw-onestepcheckout-index-index .skip-links {
  display: none;
}
.aw-onestepcheckout-index-index .skip-link {
  display: none;
}

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

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

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

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

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

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

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

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

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

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #eaeae7;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #7d7e82;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
.block-progress dt.complete {
  color: #7d7e82;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #7d7e82;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
#aw-onestepcheckout-authentification {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg {
  margin: 0px 0px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#aw-onestepcheckout-authentification .aw-onestepcheckout-error-msg ul li {
  list-style: none;
  font-weight: normal;
}

#aw-onestepcheckout-authentification-container {
  height: 64px;
  position: relative;
  top: 0px;
  overflow: hidden;
}
#aw-onestepcheckout-authentification-container .aw-onestepcheckout-auth-form-block {
  float: none;
  width: auto;
}
#aw-onestepcheckout-authentification-container .aw-onestepcheckout-auth-form-block .input-box {
  width: 300px;
}
#aw-onestepcheckout-authentification-container .aw-onestepcheckout-auth-form-block .input-box input.input-text {
  padding-left: 120px;
}
#aw-onestepcheckout-authentification-container .aw-onestepcheckout-auth-form-block .button.button-secondary {
  padding: 0 20px;
}
@media only screen and (max-width: 770px) {
  #aw-onestepcheckout-authentification-container .aw-onestepcheckout-auth-form-block .button.button-secondary {
    margin-top: 0;
  }
}

#aw-onestepcheckout-login-form,
#aw-onestepcheckout-forgot-password-form,
#aw-onestepcheckout-forgot-password-success {
  display: block;
  padding: 25px 0px !important;
}
#aw-onestepcheckout-login-form .form-message,
#aw-onestepcheckout-forgot-password-form .form-message,
#aw-onestepcheckout-forgot-password-success .form-message {
  width: 100%;
  text-align: center;
  margin: 10px 0px 10px;
}
#aw-onestepcheckout-login-form .form-message > span,
#aw-onestepcheckout-forgot-password-form .form-message > span,
#aw-onestepcheckout-forgot-password-success .form-message > span {
  color: #777;
}
#aw-onestepcheckout-login-form .form-message > span.email-message,
#aw-onestepcheckout-forgot-password-form .form-message > span.email-message,
#aw-onestepcheckout-forgot-password-success .form-message > span.email-message {
  display: block;
}
#aw-onestepcheckout-login-form .form-message > span.login-message,
#aw-onestepcheckout-forgot-password-form .form-message > span.login-message,
#aw-onestepcheckout-forgot-password-success .form-message > span.login-message {
  display: none;
}
#aw-onestepcheckout-login-form .form-list,
#aw-onestepcheckout-forgot-password-form .form-list,
#aw-onestepcheckout-forgot-password-success .form-list {
  padding-bottom: 5px;
  text-align: center;
}
#aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-login-form .form-list > div,
#aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-forgot-password-form .form-list > div,
#aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block,
#aw-onestepcheckout-forgot-password-success .form-list > div {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 770px) {
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-login-form .form-list > div,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-forgot-password-form .form-list > div,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block,
  #aw-onestepcheckout-forgot-password-success .form-list > div {
    display: block;
  }
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-login-form .form-list > div .input-box,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-forgot-password-form .form-list > div .input-box,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block .input-box,
  #aw-onestepcheckout-forgot-password-success .form-list > div .input-box {
    width: 100%;
  }
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-login-form .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-login-form .form-list > div button.button,
  #aw-onestepcheckout-login-form .form-list > div a.button,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-forgot-password-form .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-forgot-password-form .form-list > div button.button,
  #aw-onestepcheckout-forgot-password-form .form-list > div a.button,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block button.button,
  #aw-onestepcheckout-forgot-password-success .form-list .aw-onestepcheckout-auth-form-block a.button,
  #aw-onestepcheckout-forgot-password-success .form-list > div button.button,
  #aw-onestepcheckout-forgot-password-success .form-list > div a.button {
    width: 100%;
  }
}
#aw-onestepcheckout-login-form .form-list > p,
#aw-onestepcheckout-forgot-password-form .form-list > p,
#aw-onestepcheckout-forgot-password-success .form-list > p {
  display: none;
}

#aw-onestepcheckout-forgot-password-form {
  padding: 25px 0 !important;
}

#aw-onestepcheckout-forgot-password-success {
  padding-bottom: 5px;
}

.aw-onestepcheckout-auth-form-block {
  display: inline-block;
  padding-right: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 770px) {
  .aw-onestepcheckout-auth-form-block {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.aw-onestepcheckout-auth-form-block .input-box {
  width: 240px;
}
.aw-onestepcheckout-auth-form-block input.input-text {
  width: 100%;
}

#aw-onestepcheckout-login-forgot-link {
  cursor: pointer;
}

#aw-onestepcheckout-login-form-block-fbi {
  position: absolute;
  right: 0;
  padding-top: 17px;
}

#aw-onestepcheckout-forgot-password-form p,
#aw-onestepcheckout-forgot-password-success p {
  margin: 0;
  padding: 0;
}

#aw-onestepcheckout-authentification {
  margin: 0;
}
#aw-onestepcheckout-authentification label {
  width: auto;
  text-align: left;
  padding: 0;
}
#aw-onestepcheckout-authentification label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}
#aw-onestepcheckout-authentification .form-list .input-box {
  float: none;
  padding: 0;
}
#aw-onestepcheckout-authentification .form-list .input-box input {
  float: none;
}

#advice-validate-email-login-email {
  white-space: nowrap;
}
@media only screen and (max-width: 770px) {
  #advice-validate-email-login-email {
    white-space: normal;
  }
}

#ecom-general-overlay {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

#aw-onestepcheckout-general-container {
  position: relative;
}

#aw-onestepcheckout-review-coupon .coupon-code-form input {
  width: 76.47059%;
}

.aw-onestepcheckout-success-msg {
  border-width: 0;
  padding: 2px 0;
  background: none;
}
.aw-onestepcheckout-success-msg li {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  color: #abe386;
  padding: 0;
}

.aw-onestepcheckout-error-msg {
  border-width: 0;
  padding: 2px 0;
  background: none;
}
.aw-onestepcheckout-error-msg li {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  color: #ef5e5e;
  padding: 0;
}

#aw-onestepcheckout-authentification-container .aw-onestepcheckout-error-msg li {
  margin-bottom: 5px;
}

#aw-onestepcheckout-order-review .aw-onestepcheckout-number {
  background: #fff;
  border-bottom: 1px solid #ececec;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  padding-bottom: 14px;
  padding-left: 19px;
  padding-top: 11px;
}
#aw-onestepcheckout-order-review tfoot td {
  text-transform: uppercase;
  line-height: 31px;
  font-size: 12px;
  padding-left: 21px;
  padding-right: 21px;
}
#aw-onestepcheckout-order-review tfoot td:first-child {
  text-align: left !important;
}
#aw-onestepcheckout-order-review tfoot tr:first-child td {
  padding-top: 11px;
}
#aw-onestepcheckout-order-review tfoot tr:last-child td {
  padding-bottom: 11px;
}

#aw-onestepcheckout-order-review-cart-wrapper {
  background-color: #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
#aw-onestepcheckout-order-review-cart-wrapper tbody td {
  padding: 13px 20px;
  display: table-cell;
  width: 100%;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-img, #aw-onestepcheckout-order-review-cart-wrapper .checkout-info {
  float: left;
  max-width: 175px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info {
  margin-left: 27px;
  font-size: 11px;
  margin-bottom: 2px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info h3.product-name {
  font-size: 12px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info span.label {
  display: inline-block;
  width: 75px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info .item-options {
  margin-top: 7px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info .item-options dd {
  margin: 0;
  padding: 0;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info .item-options .price {
  display: none;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info .bra-shape {
  font-family: "Domaine Bold", Georgia;
  font-size: 12px;
}
#aw-onestepcheckout-order-review-cart-wrapper .checkout-info .item-options dt {
  padding: 0;
  font-style: normal;
  width: 75px;
}

#aw-onestepcheckout-payment-method-wrapper .aw-onestepcheckout-number {
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/cards.1576497619.png) no-repeat right center;
}

#payment_form_laybuy_payments .laybuy-title {
  padding: 10px 0;
}
#payment_form_laybuy_payments .laybuy-title-txt {
  display: inline-block;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  #payment_form_laybuy_payments .laybuy-title-txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media (max-width: 1594px) and (min-width: 970px) {
  #payment_form_laybuy_payments .laybuy-title-txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
#payment_form_laybuy_payments .laybuy-detail {
  font-size: 0.895em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 599px) {
  #payment_form_laybuy_payments li {
    border-bottom: none !important;
  }
}

.billing-select-address {
  margin-bottom: 10px;
  display: inline-block;
  height: auto;
  width: 100%;
}
.billing-select-address label {
  display: block !important;
  width: 100% !important;
}
.billing-select-address select {
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat scroll right 11px center;
  border: 1px solid #dadada;
  height: 40px;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 35px;
  width: 100% !important;
  color: #acacad;
  font-size: 12px;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
}
.billing-select-address select::-ms-expand {
  display: none;
}
.billing-select-address select option {
  padding: 5px 10px;
}
@media only screen and (max-width: 979px) {
  .billing-select-address select {
    color: #7d7e82;
  }
}
@media only screen and (max-width: 599px) {
  .billing-select-address select {
    border: 1px solid #cccccc;
  }
}

.aw-onestepcheckout-general-form-field.save-in label,
.aw-onestepcheckout-general-form-field.delivery-to-same label {
  display: inline-block !important;
  font-size: 12px !important;
}

.aw-onestepcheckout-general-form-field.dob {
  border: 0 none;
  height: auto;
  width: auto;
  font-size: 12px;
}
@media only screen and (max-width: 770px) {
  .aw-onestepcheckout-general-form-field.dob {
    margin-bottom: 20px;
  }
}
.aw-onestepcheckout-general-form-field.dob .input-box {
  width: 49%;
  float: left;
  padding-top: 5px;
  line-height: 40px;
}
.aw-onestepcheckout-general-form-field.dob .input-box:first-of-type {
  margin-right: 2%;
}
.aw-onestepcheckout-general-form-field.dob .input-box select {
  width: 365px;
  max-width: 100%;
  height: 40px;
  font-size: 12px;
  border: 1px solid #dadada;
  border-radius: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url('//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.png?1481583317') no-repeat 95% center;
  margin-top: 0;
}
.aw-onestepcheckout-general-form-field.dob:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 1199px) {
  #aw-onestepcheckout-order-review-cart-wrapper .checkout-img {
    width: auto;
  }

  #aw-onestepcheckout-order-review-cart-wrapper .checkout-info {
    width: 60%;
    max-width: 60%;
  }

  #aw-onestepcheckout-order-review-cart-wrapper .checkout-info {
    margin-left: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-general-form-field.dob .input-box {
    width: 48.5%;
  }
  .aw-onestepcheckout-general-form-field.dob .input-box:first-of-type {
    margin-right: 3%;
  }
  .aw-onestepcheckout-general-form-field.dob .input-box select {
    width: 100%;
  }

  #aw-onestepcheckout-container .form-list .field label,
  #aw-onestepcheckout-review-coupon .coupon-code-form label,
  #checkout-payment-method-load dd label {
    display: none;
  }

  .customer-infromation input, .delivery-to input,
  #payment_form_ccsave li input,
  #aw-onestepcheckout-review-coupon .coupon-code-form input {
    color: #7d7e82;
    padding-left: 13px !important;
  }

  #aw-onestepcheckout-review-coupon .coupon-code-form input {
    height: 40px;
  }

  .aw-onestepcheckout-general-form-field select[name="billing[gender]"],
  .aw-onestepcheckout-general-form-field select[name="billing[country_id]"],
  .aw-onestepcheckout-general-form-field select[name="shipping[country_id]"],
  #payment_form_ccsave li .v-fix select,
  #aw-onestepcheckout-payment-method .form-list select {
    color: #7d7e82;
    padding-left: 8px !important;
  }

  .aw-onestepcheckout-index-index input[placeholder] {
    color: #7d7e82;
    opacity: 1;
    font-size: 12px;
  }

  div #aw-onestepcheckout-place-order {
    padding: 0 15px;
  }

  #aw-onestepcheckout-container .form-list .field {
    width: 100%;
  }

  #aw-onestepcheckout-address .customer-name .field,
  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left,
  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
    width: 100%;
  }

  .aw-onestepchekocut-column.aw-onestepchekocut-column-left,
  .aw-onestepchekocut-column.aw-onestepchekocut-column-middle,
  .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 100%;
  }

  #aw-onestepcheckout-container p.required, #aw-onestepcheckout-container .validation-advice {
    color: #ef5e5e;
    font-size: 10px;
    margin: 0;
    position: relative;
  }

  div #aw-onestepcheckout-place-order {
    width: 100%;
  }

  .aw-onestepcheckout-number {
    background-color: #faf1ee;
    color: #7d7e82;
    font-size: 12px;
    margin-bottom: 13px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 12px;
  }

  #aw-onestepcheckout-container {
    padding: 0;
  }

  .page-title {
    margin: 22px 15px 36px;
  }

  #aw-onestepcheckout-payment-method, .discount, #aw-onestepcheckout-order-review-cart-wrapper, #aw-onestepcheckout-address-billing,
  #aw-onestepcheckout-shipping-method, #aw-onestepcheckout-address-shipping, #aw-onestepcheckout-order-review-newsletter-wrapper {
    padding: 0 15px;
  }

  .checkout-cart-index .discount {
    padding: 0;
  }

  #aw-onestepcheckout-payment-method-wrapper .aw-onestepcheckout-number {
    background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/cards.1576497619.png) no-repeat right 15px center;
    background-color: #faf1ee;
  }

  #aw-onestepcheckout-address-billing .aw-onestepcheckout-number {
    margin-left: -15px;
    margin-right: -15px;
  }

  #aw-onestepcheckout-container .form-list .aw-onestepcheckout-general-form-field label, #aw-onestepcheckout-container .form-list .field label {
    z-index: 99;
    width: 160px;
  }

  #aw-onestepcheckout-payment-method .form-list select {
    padding-top: 2px;
  }
}
#payment_form_dps_pxfusion #cc_savecc_checkbox,
#payment_form_ccsave #cc_savecc_checkbox {
  padding-left: 12px;
  border-bottom: 1px solid #dadada;
}
#payment_form_dps_pxfusion #cc_savecc_checkbox input,
#payment_form_ccsave #cc_savecc_checkbox input {
  width: auto;
  top: 5px;
}
#payment_form_dps_pxfusion #cc_savecc_checkbox label,
#payment_form_ccsave #cc_savecc_checkbox label {
  padding-left: 20px !important;
}
#payment_form_dps_pxfusion #cc_custom_label_div,
#payment_form_ccsave #cc_custom_label_div {
  border: 1px solid #dadada;
  border-width: 0 1px 1px 1px;
}
#payment_form_dps_pxfusion #cc_custom_label_div input,
#payment_form_ccsave #cc_custom_label_div input {
  padding-left: 13px;
}

#aw-onestepcheckout-review-referafriend {
  margin-top: 40px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .refer-a-friend-title {
  margin-bottom: 13px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .refer-a-friend-title p:first-child {
  font-size: 12px;
  margin-bottom: 13px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .refer-a-friend-title p:last-child {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .field-row {
  margin-bottom: 13px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .field-row #raf_discount_amount {
  font-size: 13px;
  left: 0;
  padding-right: 13px;
  height: 40px;
  margin-right: 13px;
  color: #acacad;
  display: inline-block;
  width: 80px;
}
#aw-onestepcheckout-review-referafriend .refer-a-friend-form .field-row .raf-details {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#aw-onestepcheckout-review-referafriend .aw-onestepcheckout-success-msg li {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #7d7e82;
  font-style: italic;
}
@media only screen and (max-width: 979px) {
  #aw-onestepcheckout-review-referafriend .refer-a-friend-form .refer-a-friend-title p:first-child {
    background-color: #faf1ee;
    color: #7d7e82;
    margin-bottom: 13px;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
  }
  #aw-onestepcheckout-review-referafriend .refer-a-friend-form .refer-a-friend-title p:last-child {
    margin-left: 15px;
  }
  #aw-onestepcheckout-review-referafriend .refer-a-friend-form #raf_discount_amount {
    margin-left: 13px;
    margin-right: 13px;
    color: #7d7e82;
    display: inline-block;
  }
  #aw-onestepcheckout-review-referafriend .aw-onestepcheckout-success-msg {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 599px) {
  .form-list > li {
    border-bottom: 1px solid #cccccc !important;
    margin-bottom: 10px !important;
  }

  #payment_form_ccsave li .v-fix {
    height: 38px;
  }

  #aw-onestepcheckout-container .form-list .field {
    border: none;
  }

  .customer-infromation, .delivery-to, .shipping-customer-name {
    border: none;
  }
  .customer-infromation .field, .delivery-to .field, .shipping-customer-name .field {
    border: none;
    margin-bottom: 10px !important;
  }
  .customer-infromation .aw-onestepcheckout-general-form-field, .delivery-to .aw-onestepcheckout-general-form-field, .shipping-customer-name .aw-onestepcheckout-general-form-field {
    border: medium none !important;
    margin-bottom: 10px !important;
  }
  .customer-infromation .input-text, .delivery-to .input-text, .shipping-customer-name .input-text {
    border: 1px solid #cccccc;
  }
  .customer-infromation .input-text:focus, .delivery-to .input-text:focus, .shipping-customer-name .input-text:focus {
    border: 1px solid #f3cfcd;
  }
  .customer-infromation .validate-select, .delivery-to .validate-select, .shipping-customer-name .validate-select {
    border: 1px solid #cccccc !important;
  }

  #aw-onestepcheckout-review-coupon .coupon-code-form .button {
    margin-top: 0;
    position: absolute;
  }

  #aw-onestepcheckout-place-order {
    padding-left: 15px;
    padding-right: 15px;
  }

  p.small {
    text-align: center;
  }
}
.aw-onestepcheckout-cart-table .tax-summary {
  font-style: italic;
}
.aw-onestepcheckout-cart-table .raf-btn-remove {
  display: none;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0 15px;
  text-align: center;
}
.checkout-onepage-success .col-main .page-title {
  border-bottom: 1px solid #dca7ab;
  margin-top: 62px;
}
.checkout-onepage-success .col-main .page-title .icon-rt_confortable {
  font-size: 27px;
  line-height: 60px;
}
.checkout-onepage-success .col-main .page-title h1 {
  color: #dca7ab;
  font-size: 30px;
}
.checkout-onepage-success .col-main p {
  padding-bottom: 10px;
  font-weight: 500;
}
.checkout-onepage-success .col-main p span {
  color: #dca7ab;
}
.checkout-onepage-success .buttons-set {
  border-top: none;
  margin: 35px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
  margin-left: 0;
}
.checkout-onepage-success .buttons-set button.button {
  min-width: 281px;
  font-size: 18px;
  height: 49px;
  padding-bottom: 4px;
  padding-top: 6px;
}

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #eaeae7;
  cursor: default;
}

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

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

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

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

.dashboard {
  padding: 32px 0px;
  width: 100%;
}
.dashboard .page-title {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 771px) {
  .dashboard .page-title {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 771px) {
  .dashboard {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  .dashboard {
    padding: 41px 57px;
  }
}
.dashboard.main-view #my-orders-table, .dashboard.main-view .order-review-action, .dashboard.main-view #wishlist-table, .dashboard.main-view #refer-friend-content, .dashboard.main-view .address-info-wrapper .col-1,
.dashboard.main-view .address-details .col-3, .dashboard.main-view .address-details .col-2, .dashboard.main-view .address-details h3, .dashboard.main-view .address-info-wrapper .button, .dashboard.main-view #saved-cards, .dashboard.main-view .saved-cards {
  display: none;
}
@media only screen and (min-width: 771px) {
  .dashboard.main-view #my-orders-table, .dashboard.main-view .order-review-action, .dashboard.main-view #wishlist-table, .dashboard.main-view #refer-friend-content, .dashboard.main-view .address-info-wrapper .col-1,
  .dashboard.main-view .address-details .col-3, .dashboard.main-view .address-details .col-2, .dashboard.main-view .address-details h3, .dashboard.main-view .address-info-wrapper .button, .dashboard.main-view #saved-cards, .dashboard.main-view .saved-cards {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .dashboard.main-view #my-orders-table, .dashboard.main-view #wishlist-table, .dashboard.main-view #saved-cards {
    display: table;
  }
  .dashboard.main-view .address-details h2 {
    display: none;
  }
  .dashboard.main-view .address-info-wrapper .button {
    display: inline-block;
  }
}
.dashboard #messages_product_view {
  display: none;
}
.dashboard .page-title {
  display: none;
}
@media only screen and (min-width: 771px) {
  .dashboard .page-title {
    display: block;
  }
}
.dashboard .page-title h1 {
  width: 300px;
}
.dashboard .access-mobile-top {
  position: fixed;
  width: 100%;
  background: #fdfdf9;
  padding: 15px 0 5px;
  margin-top: -20px;
  z-index: 10;
}
@media only screen and (min-width: 771px) {
  .dashboard .access-mobile-top {
    display: none;
  }
}
.dashboard .back-button {
  background: #909194;
  text-transform: uppercase;
  padding: 6px 12px;
  color: #f6f6f6;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  margin: -5px 15px 5px 0;
  float: right;
  height: 25px;
}
.dashboard .back-button:after {
  content: '';
  clear: both;
}
.dashboard .back-button:before {
  content: '';
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/back-background.1576497619.jpg") no-repeat;
  width: 8px;
  height: 25px;
  position: absolute;
  margin: -6px 0 0 -15px;
}
.dashboard .mobile-h2 {
  border: 0;
  float: left;
  margin-left: 15px;
}
@media only screen and (min-width: 771px) {
  .dashboard .mobile-h2, .dashboard .back-button {
    display: none;
  }
}
.dashboard .checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #fdfdf9;
  -moz-box-shadow: 0 0 0 1px #e5e5e5;
  -webkit-box-shadow: 0 0 0 1px #e5e5e5;
  box-shadow: 0 0 0 1px #e5e5e5;
  background: #fdfdf9 none repeat scroll 0 0;
  border-radius: 20px;
  margin: 2px 10px 2px 1px;
  cursor: pointer;
}
.dashboard .checkbox-box input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.dashboard .checkbox-box.checked {
  background: #d4d4d4 none repeat scroll 0 0;
}
.dashboard #my-orders-table {
  margin-bottom: 16px;
}
.dashboard.dashboard-card-view .page-title h1 {
  width: 500px;
}
.dashboard.dashboard-card-view .access-mobile-top {
  margin-top: -33px;
}
@media only screen and (max-width: 771px) {
  .dashboard.dashboard-card-view #saved-cards {
    margin-top: 40px;
  }
  .dashboard.dashboard-card-view th {
    display: none;
  }
  .dashboard.dashboard-card-view td {
    display: block;
    width: 100%;
  }
  .dashboard.dashboard-card-view td:before {
    content: attr(data-rwd-label) ":";
    color: #7d7e82;
    font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
    float: left;
    margin-left: 10px;
    color: #acacad;
    width: 30%;
  }
}

.my-account-action-top-wrapper {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account-action-top-wrapper {
    overflow: auto;
    display: block;
  }
}
.my-account-action-top-wrapper .continue-shopping {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account-action-top-wrapper .continue-shopping {
    float: right;
    display: block;
  }
}
.my-account-action-top-wrapper .logout-btn {
  display: block;
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin: 36px 0 0;
  width: 100%;
  position: relative;
  background: #fdfdf9;
  margin: 60px 0 0 0;
}
.my-account-action-top-wrapper .logout-btn:hover {
  background: #f9f0f2;
}
@media only screen and (min-width: 771px) {
  .my-account-action-top-wrapper .logout-btn {
    float: left;
    display: block;
    margin: 0;
  }
}
.my-account-action-top-wrapper .button {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account-action-top-wrapper .button {
    width: 296px;
  }
}

.bottom-button {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 771px) {
  .bottom-button {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.bottom-button .my-account-action-top-wrapper {
  display: block;
}

.my-account .page-title {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  margin-top: 34px;
}
.my-account .page-title h1 {
  border: none;
  text-align: center;
  font: normal 1.57em "Domaine Bold", Georgia;
  text-transform: lowercase;
  background: #fdfdf9;
  margin: -14px auto 0;
  width: 165px;
  color: #7d7e82;
}
.my-account .welcome-msg {
  font: normal 0.8em "Neue Helvetica W01", Verdana, Arial, sans-serif;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 38px;
  line-height: 2em;
}
.my-account .welcome-msg .hello {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .welcome-msg {
    width: 748px;
  }
}
.my-account h2 {
  font: 500 13px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  border-top: 1px solid #e3e4e1;
  margin: 0;
}
@media only screen and (min-width: 771px) {
  .my-account h2 {
    margin-bottom: 1.28em;
    border-top: 0;
  }
}
.my-account h2 a {
  color: #7d7e82;
  display: block;
  padding: 14px 20px;
}
@media only screen and (min-width: 771px) {
  .my-account h2 a {
    display: inline;
    padding: 0;
  }
}
.my-account h2 a:hover {
  text-decoration: none;
  background: #dca7ab;
  color: #FFF;
}
@media only screen and (min-width: 771px) {
  .my-account h2 a:hover {
    background: transparent;
    color: #7d7e82;
  }
}
@media only screen and (min-width: 980px) {
  .my-account h2 a {
    cursor: default;
    pointer-events: none;
  }
}
.my-account h2 a:after {
  content: '\e80f';
  font-family: rose;
  float: right;
}
@media only screen and (min-width: 771px) {
  .my-account h2 a:after {
    content: '';
    float: none;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .box-account.box-recent .box-head {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .box-account.box-recent .box-head {
    padding-top: 38px;
  }
}
.my-account .data-table {
  margin-bottom: 36px;
}
@media only screen and (min-width: 771px) {
  .my-account .data-table {
    border: 1px solid #e3e4e1;
  }
}
.my-account .data-table th {
  background: #fdfdf9;
  text-transform: uppercase;
}
.my-account .data-table td, .my-account .data-table th {
  border-bottom: 0;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  color: #7d7e82;
  padding: 14px;
  text-align: left;
}
@media only screen and (min-width: 771px) {
  .my-account .data-table td, .my-account .data-table th {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.my-account .data-table td a, .my-account .data-table th a {
  color: #7d7e82;
  text-decoration: underline;
}
.my-account .data-table td a:hover, .my-account .data-table th a:hover {
  text-decoration: none;
}
.my-account .data-table tr.odd {
  background: #fffffe;
}
.my-account .return-btn, .my-account .view-all-btn {
  font: 500 10px/36px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 1em;
}
@media only screen and (min-width: 980px) {
  .my-account .return-btn, .my-account .view-all-btn {
    margin-top: 0;
  }
}
.my-account .order-review-action .button {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account .order-review-action .button {
    width: 210px;
  }
}
.my-account .order-review-action .button:hover {
  border: 1px solid #97989b;
}
.my-account .order-review-action:after {
  clear: both;
  display: block;
  width: 100%;
  content: '';
}
.my-account .view-all-btn {
  background: #7d7e82;
}
.my-account .view-all-btn:hover {
  background: #97989b;
}
.my-account .return-btn {
  border: 1px solid #7d7e82;
  background: none;
  color: #7d7e82;
  float: right;
}
.my-account .return-btn:hover {
  background: #97989b;
  color: white;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist {
    margin-top: 36px;
    padding-top: 36px;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist {
    border-top: 1px dashed #c9c9cc;
  }
}
.my-account .my-wishlist .btn-remove {
  background: transparent none repeat scroll 0% 0%;
  width: auto;
  line-height: 1;
  text-indent: 1px;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.my-account .my-wishlist #wishlist-table {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}
.my-account .my-wishlist #wishlist-table.wishlist-dashboard tr.odd {
  background: none;
}
.my-account .my-wishlist #wishlist-table.wishlist-dashboard .action-btn td {
  padding: 14px 0px 14px 0;
}
.my-account .my-wishlist #wishlist-table.wishlist-dashboard .action-btn td a {
  height: auto;
}
.my-account .my-wishlist #wishlist-table.wishlist-dashboard .action-btn td.last a {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table.wishlist-dashboard .action-btn td .view-all-btn {
    width: 236px;
    height: 38px;
  }
}
.my-account .my-wishlist #wishlist-table .skipw-nav {
  position: relative;
  margin: 16px 0px 15px 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .skipw-nav {
    display: none;
  }
}
.my-account .my-wishlist #wishlist-table .skipw-nav span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
.my-account .my-wishlist #wishlist-table .skipw-nav span:nth-child(1) {
  top: 0px;
}
.my-account .my-wishlist #wishlist-table .skipw-nav span:nth-child(2), .my-account .my-wishlist #wishlist-table .skipw-nav span:nth-child(3) {
  top: 6px;
}
.my-account .my-wishlist #wishlist-table .skipw-nav span:nth-child(4) {
  top: 13px;
}
.my-account .my-wishlist #wishlist-table .skipw-nav.skipw-active span:nth-child(1), .my-account .my-wishlist #wishlist-table .skipw-nav.skipw-active span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.my-account .my-wishlist #wishlist-table .skipw-nav.skipw-active span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.my-account .my-wishlist #wishlist-table .skipw-nav.skipw-active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table {
    border-left: 0;
  }
}
.my-account .my-wishlist #wishlist-table .header-tr {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .header-tr {
    display: table-row;
  }
}
.my-account .my-wishlist #wishlist-table th {
  text-align: left;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table th {
    border-top: 1px solid #dddddd;
  }
}
.my-account .my-wishlist #wishlist-table td, .my-account .my-wishlist #wishlist-table th {
  padding: 15px 20px;
}
.my-account .my-wishlist #wishlist-table td {
  padding: 0 14px;
  display: block;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table td {
    border-bottom: 1px solid #dddddd;
    padding: 7px 14px;
    display: table-cell;
    vertical-align: middle;
  }
}
.my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-image {
  border-bottom: 1px solid #dddddd;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-image {
    float: none;
    width: auto;
  }
}
.my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-remove .skipw-nav {
  width: 11px;
  height: 11px;
}
.my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-remove .skipw-nav span {
  background: #9d9ea0;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-remove .skipw-nav {
    display: none;
  }
}
@media only screen and (max-width: 771px) {
  .my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-remove {
    position: absolute;
    right: 0;
    margin-top: 5px;
  }
  .my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-remove a.btn-remove {
    display: none;
  }
}
.my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-cart .cart-cell {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table td.wishlist-customer-wishlist-item-cart .cart-cell {
    width: auto;
  }
}
.my-account .my-wishlist #wishlist-table tr {
  border-top: 1px solid #dddddd;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table tr {
    border-top: 0;
  }
}
.my-account .my-wishlist #wishlist-table .product-name {
  margin-top: 19px;
}
.my-account .my-wishlist #wishlist-table .product-name a {
  color: #7d7e82;
}
.my-account .my-wishlist #wishlist-table .action-btn {
  background: none;
}
.my-account .my-wishlist #wishlist-table .action-btn .nobrd {
  border: none;
}
.my-account .my-wishlist #wishlist-table .action-btn .nobrd a {
  color: #FFF;
}
.my-account .my-wishlist #wishlist-table .action-btn a {
  text-decoration: none;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .action-btn a {
    width: 188px;
  }
}
.my-account .my-wishlist #wishlist-table .action-btn .wishlist-error {
  display: none;
  float: right;
}
@media only screen and (max-width: 771px) {
  .my-account .my-wishlist #wishlist-table .action-btn .wishlist-error {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.my-account .my-wishlist #wishlist-table .action-btn .last {
  text-align: center;
}
.my-account .my-wishlist #wishlist-table .action-btn .last a {
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .my-account .my-wishlist #wishlist-table .action-btn .last a {
    background: #8a8a8e;
    width: 100%;
    color: #fff;
    margin-top: 16px;
  }
}
.my-account .my-wishlist #wishlist-table .image-wrapper {
  border-right: 1px solid #eaeae8;
  min-height: 90px;
  padding: 14px 16px 14px 14px;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .image-wrapper {
    min-height: 100px;
    padding: 0;
  }
}
.my-account .my-wishlist #wishlist-table .image-wrapper img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .image-wrapper {
    border-right: 0;
  }
}
.my-account .my-wishlist #wishlist-table .info-wrapper {
  width: 156px;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .info-wrapper {
    width: 228px;
  }
}
.my-account .my-wishlist #wishlist-table .info-wrapper .product-name {
  margin-top: 0;
  padding: 14px 0px 14px 0px;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .info-wrapper .product-name {
    border-right: 19px;
  }
}
.my-account .my-wishlist #wishlist-table .cart-cell {
  text-align: left;
  float: left;
  margin: 22px 0px 0 0;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .cart-cell {
    margin: 10px 0px 0 0;
  }
}
.my-account .my-wishlist #wishlist-table .cart-cell .price-box {
  margin: 0;
}
.my-account .my-wishlist #wishlist-table .cart-cell .price-box .price {
  font-size: 11px;
}
.my-account .my-wishlist #wishlist-table .cart-cell.stock {
  float: right;
}
@media only screen and (min-width: 771px) {
  .my-account .my-wishlist #wishlist-table .cart-cell.stock {
    float: left;
    margin-left: 24px;
  }
}
.my-account .my-wishlist #wishlist-table .cart-cell .availability {
  margin: 0;
  color: #7d7e82;
  font-size: 11px;
  text-transform: capitalize;
}
.my-account .my-wishlist #wishlist-table .cart-cell .add-to-cart-alt label:after {
  content: '';
}
.my-account .my-wishlist #wishlist-table .cart-cell .add-to-cart-alt dl, .my-account .my-wishlist #wishlist-table .cart-cell .add-to-cart-alt button {
  float: left;
}
@media only screen and (min-width: 1300px) {
  .my-account .my-wishlist #wishlist-table .cart-cell .button {
    width: 180px;
    margin-top: 0;
  }
}
.my-account .my-wishlist-empty {
  display: none;
}
@media only screen and (max-width: 770px) {
  .my-account .my-wishlist-empty {
    display: block;
  }
}
.my-account .cart-empty.wishlist-empty {
  display: block;
}
@media only screen and (max-width: 770px) {
  .my-account .cart-empty.wishlist-empty {
    display: none;
  }
}
.my-account .dashboard-raf .page-title h1 {
  width: 325px;
}
.my-account .dashboard-raf .access-mobile-top {
  margin-top: -34px;
}
@media only screen and (max-width: 770px) {
  .my-account .dashboard-raf .aw-raf-statistics {
    padding: 0 15px;
  }
  .my-account .dashboard-raf .aw-raf-statistics .col-1,
  .my-account .dashboard-raf .aw-raf-statistics .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .my-account .dashboard-raf .aw-raf-statistics .refer-info {
    margin: 2.5em 0;
  }
  .my-account .dashboard-raf .aw-raf-statistics .raf-section {
    padding: 5 0 5px;
    margin: 0;
  }
  .my-account .dashboard-raf .aw-raf-statistics .raf-section .legend {
    border-top: none;
    margin-bottom: 0.8em;
  }
  .my-account .dashboard-raf .aw-raf-statistics .col-2 > .awraf-send-form {
    padding-left: 0;
  }
  .my-account .dashboard-raf .aw-raf-statistics .col-2 > .awraf-send-form h2 {
    margin-top: 2em;
    padding-top: 2em;
  }
  .my-account .dashboard-raf .aw-raf-statistics .form-list > li {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .aw-raf-statistics {
    margin-top: 3.6em;
    padding-top: 5.2em;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .aw-raf-statistics {
    border-top: 1px dashed #c9c9cc;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .aw-raf-statistics #raf {
    font-family: "Domaine Bold", Georgia;
    font-size: 24px;
    text-transform: lowercase;
  }
}
.my-account .aw-raf-statistics .col-1 {
  padding-right: 13%;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .my-account .aw-raf-statistics .col-1 {
    padding-right: 0;
  }
}
.my-account .aw-raf-statistics .refer-info {
  font-size: 13px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.my-account .aw-raf-statistics .raf-section {
  padding: 14px 0 12px;
  margin: 14px 0;
}
.my-account .aw-raf-statistics .raf-section .legend {
  font-size: 12px;
  text-transform: none;
}
.my-account .aw-raf-statistics #aw-raf-broadcastlink {
  background: none;
  border: 1px solid #ccc;
  height: 40px;
  padding: 9px;
  font-size: 13px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  width: calc(100% - 97px);
  border-right: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.my-account .aw-raf-statistics .copy-link-btn {
  margin-top: 0;
  border-color: #ccc;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.my-account .aw-raf-statistics .raf-facebook-share-icon img {
  height: 34px;
}
.my-account .aw-raf-statistics .raf-twitter-share-icon img {
  height: 32px;
  margin-left: 1.5em;
}
.my-account .aw-raf-statistics .col-2 {
  padding-top: 0;
}
.my-account .aw-raf-statistics .col-2 > .awraf-send-form {
  padding-left: 10%;
}
.my-account .aw-raf-statistics .col-2 > .awraf-send-form h2 {
  margin-bottom: 0.3em;
}
.my-account .aw-raf-statistics #referafriend-form .form-list label {
  font-weight: normal;
}
.my-account .aw-raf-statistics #referafriend-form .form-list li:nth-of-type(2) {
  margin-bottom: 0;
}
.my-account .aw-raf-statistics .awraf-email-heading {
  margin-bottom: 0.5em;
}
.my-account .aw-raf-statistics .note-msg {
  font-size: 13px;
  font-family: "Helvetica Neue Thin", Verdana, Arial, sans-serif;
  font-style: italic;
  margin-top: 0.8em;
}
.my-account .aw-raf-statistics #raf-invite .group-select li .input-box .input-text, .my-account .aw-raf-statistics #raf-invite .group-select li .input-box textarea {
  width: 100%;
  background: none;
  font-size: 13px;
  padding-left: 1.8em;
}
.my-account .aw-raf-statistics #raf-invite .group-select li .input-box textarea {
  max-width: 100%;
  padding-top: 10px;
}
.my-account .aw-raf-statistics #raf-invite input {
  height: 40px;
}
.my-account .aw-raf-statistics #raf-invite .group-select {
  border: none;
  padding: 0;
  background: none;
}
.my-account .aw-raf-statistics #raf-invite .button-set {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  text-align: left;
}
.my-account .aw-raf-statistics #raf-invite .button-set .form-button {
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  width: 22.7em;
}
.my-account #saved-cards .button {
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #7d7e82;
  border: 1px solid #7d7e82;
  font: 600 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  height: auto;
  padding: 12px;
}
.my-account #saved-cards .button:hover {
  background: none;
  color: #7d7e82;
}
.my-account #saved-cards th.remove-card {
  width: 304px;
}
.my-account #saved-cards th.details-card {
  width: 375px;
}
.my-account #saved-cards td {
  padding: 6px 14px;
  vertical-align: middle;
  text-transform: uppercase;
}
.my-account #saved-cards td.last {
  padding-left: 6px;
  padding-right: 6px;
}
.my-account #saved-cards tr:nth-child(odd) {
  background: #FFF;
}
.my-account .image-wrapper, .my-account .info-wrapper {
  float: left;
}
.my-account .image-wrapper {
  width: 113px;
  min-height: 100px;
}
.my-account .info-wrapper {
  margin-left: 18px;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  width: 70%;
  color: #7d7e82;
}
.my-account .info-wrapper .product-name a {
  text-decoration: none;
  color: #7d7e82;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.my-account .info-wrapper .bra-shape {
  font-family: "Domaine Black", Georgia;
  font-size: 13px;
  text-transform: lowercase;
  width: 100%;
  margin-top: 5px;
}
.my-account .info-wrapper .bra-shape.oh_naturale {
  color: #fbb646;
}
.my-account .info-wrapper .bra-shape.smooth_operator {
  color: #a071a6;
}
.my-account .info-wrapper .bra-shape.curvylicious {
  color: #e2509b;
}
.my-account .info-wrapper .bra-shape.enf_orme {
  color: #acc769;
}
.my-account .info-wrapper .bra-shape.perky_power {
  color: #28baa7;
}
.my-account .info-wrapper .in-stock-icon {
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/stockin.1576497619.png) no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 6px;
  vertical-align: bottom;
}
.my-account .dashboard-order {
  padding: 20px 0px;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order {
    padding: 41px 57px;
  }
}
.my-account .dashboard-order .page-title h1 {
  width: 300px;
}
.my-account .dashboard-order .welcome-msg {
  clear: both;
  border-top: 1px solid #e3e4e1;
  float: left;
  width: 100%;
  padding: 0px 15px 22px;
  margin: 25px 0 0;
  line-height: 1;
}
.my-account .dashboard-order .welcome-msg p {
  margin-top: 20px;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order .welcome-msg p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order .welcome-msg {
    border-top: 0;
    margin-top: 0px;
    float: none;
    width: 80%;
    padding: 12px 0 22px;
    line-height: 2em;
    margin: 0 auto;
  }
}
.my-account .dashboard-order .box-head {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order .box-head {
    display: block;
  }
}
.my-account .dashboard-order .box-account {
  clear: both;
}
.my-account .dashboard-order .order-review-action {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order .order-review-action {
    display: block;
  }
}
.my-account .dashboard-order #my-orders-table {
  margin-bottom: 16px;
}
.my-account .dashboard-order #my-orders-table th {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order #my-orders-table th {
    display: table-cell;
  }
}
.my-account .dashboard-order #my-orders-table tr {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order #my-orders-table tr {
    display: table-row;
  }
}
.my-account .dashboard-order #my-orders-table tr.mobile-tr {
  display: table-row;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order #my-orders-table tr.mobile-tr {
    display: none;
  }
}
.my-account .dashboard-order #my-orders-table .mobile-tr {
  padding-left: 15px;
  background: none;
}
.my-account .dashboard-order #my-orders-table .mobile-tr.first-tr {
  background: #faf1ee;
}
.my-account .dashboard-order #my-orders-table .mobile-tr.first-tr td {
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  padding: 10px 0 10px 10px;
}
.my-account .dashboard-order #my-orders-table .mobile-tr td {
  width: 50%;
  padding: 14px 0 0px 10px;
}
.my-account .dashboard-order #my-orders-table .mobile-tr td a {
  padding: 12px 12px;
  border: 1px solid #8a8a8e;
  border-radius: 1px;
  text-decoration: none;
  display: inline-block;
  width: 138px;
  text-align: center;
}
.my-account .dashboard-order #my-orders-table .mobile-tr td.order-track-td, .my-account .dashboard-order #my-orders-table .mobile-tr td.order-view-td {
  padding-bottom: 44px;
}
.my-account .dashboard-order #my-orders-table .mobile-tr .order-view-td a {
  background: #8a8a8e;
  color: #fff;
}
.my-account .dashboard-order.dashboard-order-view .order-date, .my-account .dashboard-order.dashboard-order-view .contact-text {
  text-align: center;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-date, .my-account .dashboard-order.dashboard-order-view .contact-text {
    text-align: left;
  }
}
.my-account .dashboard-order.dashboard-order-view .order-date {
  border-top: 1px solid #e3e4e1;
  margin-top: 7px;
  padding-top: 12px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-date {
    margin-top: 0px;
    border-top: 0;
    padding-top: 0px;
    margin-bottom: 1em;
  }
}
.my-account .dashboard-order.dashboard-order-view h2 {
  border-top: 0;
}
.my-account .dashboard-order.dashboard-order-view h2.order-h2 {
  margin-top: 2px;
  border-top: 1px solid #e3e4e1;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view h2.order-h2 {
    margin-top: 32px;
    border-top: 0;
  }
}
.my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-title, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-title, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-title {
  background: #faf1ee;
  padding: 12px 15px;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-title, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-title, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-title {
    background: none;
    padding: 16px 16px 0;
  }
}
.my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content {
  background: none;
  padding: 10px 15px;
  background: transparent;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content {
    padding: 16px;
  }
}
.my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking {
  background: none;
  border: 1px solid #7d7e82;
  color: #7d7e82;
}
.my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking span, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking span, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking span {
  display: none;
}
.my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking span.mobile-text, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking span.mobile-text, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking span.mobile-text {
  display: inline;
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking span, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking span, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking span {
    display: inline;
  }
  .my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking span.mobile-text, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking span.mobile-text, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking span.mobile-text {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .dashboard-order.dashboard-order-view .order-info-box .col-1 .box-content .show-tracking, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-2 .box-content .show-tracking, .my-account .dashboard-order.dashboard-order-view .order-info-box .col-3 .box-content .show-tracking {
    background: #7d7e82;
    border: 0;
    color: white;
  }
}
.my-account .pager {
  width: 100%;
  text-align: center;
}
.my-account .pager > .count-container, .my-account .pager .pages {
  float: none;
  display: inline-block;
}
.my-account .pager .pages a, .my-account .pager .pages .current {
  color: #7d7e82;
  font-size: 11px;
}
.my-account .pager .pages .next, .my-account .pager .pages .previous {
  font-size: 0px;
}
.my-account .pager .pages .next::before, .my-account .pager .pages .previous::before {
  border-color: transparent transparent transparent #7d7e82;
}
.my-account .pager .pages .previous::before {
  border-color: transparent #7d7e82 transparent transparent;
}
.my-account .pager .pages a:hover {
  border: 1px solid #7d7e82;
}
.my-account .pager label {
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.my-account .pager select {
  background: transparent;
  width: 60px;
  padding: 10px;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  color: #7d7e82;
  display: block;
  padding: 0 7px;
}
.my-account .pager .select-box {
  width: 48px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 29px 12px transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
  float: left;
}
.my-account .pager .limiter label {
  display: block;
  float: left;
  margin: 11px 5px;
}
.my-account .pager .amount--has-pages, .my-account .pager .amount--no-pages {
  margin-top: 2px;
}
.my-account .edit-account-info .access-mobile-top {
  margin-top: -34px;
}
.my-account .edit-account-info.edit-address form {
  border-top: 1px solid #e5e5e5;
  margin-top: 11px;
  padding-top: 4px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info.edit-address form {
    margin-top: 32px;
    border-top: 0;
    padding-top: 0;
  }
}
.my-account .edit-account-info.edit-address form li.control {
  border: 0;
  padding-top: 10px;
}
.my-account .edit-account-info .welcome-msg {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info .welcome-msg {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 18px;
  }
}
.my-account .edit-account-info .page-title h1 {
  width: 460px;
}
.my-account .edit-account-info .legend {
  border: none;
  font: normal 12px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.my-account .edit-account-info .legend.header {
  margin-top: 0px;
  padding: 12px 15px 8px;
  background: #faf1ee;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info .legend.header {
    background: none;
  }
}
.my-account .edit-account-info form {
  width: 100%;
  margin-top: 11px;
  padding-top: 16px;
  border-top: 1px solid #e3e4e1;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form {
    margin: 0 auto;
    padding-top: 0px;
    border-top: 0;
  }
}
.my-account .edit-account-info form .form-list {
  padding: 0 15px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form .form-list {
    padding: 0;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form {
    width: 410px;
    padding: 0;
  }
}
.my-account .edit-account-info form .validation-advice {
  display: none;
}
.my-account .edit-account-info form label {
  font-weight: normal;
  display: none;
  width: 150px;
  min-width: 120px;
  float: left;
  margin-top: 5px;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form label {
    display: inline-block;
    width: 150px;
    min-width: auto;
  }
}
.my-account .edit-account-info form label.required::after {
  content: '';
}
.my-account .edit-account-info form li {
  border: 1px solid #e5e5e5;
  padding: 0px 4px;
  margin-bottom: 7px;
  overflow: auto;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li {
    border-bottom: none;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li {
    padding: 2px 15px;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li {
    margin-bottom: 0;
  }
}
.my-account .edit-account-info form li .input-box {
  float: left;
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .input-box {
    width: auto;
  }
}
.my-account .edit-account-info form li .input-box input, .my-account .edit-account-info form li .input-box select {
  width: 100%;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  background: transparent;
  border: 0;
  color: #acacad;
  height: auto;
  outline: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .input-box input, .my-account .edit-account-info form li .input-box select {
    width: 216px;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .input-box input, .my-account .edit-account-info form li .input-box select {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.my-account .edit-account-info form li .input-box input.validation-failed, .my-account .edit-account-info form li .input-box select.validation-failed {
  border: 1px solid #dca7b1;
}
.my-account .edit-account-info form li .input-box select {
  background: transparent;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  display: block;
  padding: 12px 7px;
  width: 91%;
  position: absolute;
  left: 70px;
  color: #acacad;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 770px) {
  .my-account .edit-account-info form li .input-box select {
    max-width: 270px;
    width: 252px;
    padding: 6px 7px;
    position: relative;
    right: auto;
    left: auto;
  }
}
.my-account .edit-account-info form li .input-box.select-box {
  width: 228px;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat right 14px transparent;
  border-radius: 2px;
  float: left;
  color: #acacad;
}
@media only screen and (min-width: 770px) {
  .my-account .edit-account-info form li .input-box.select-box {
    background-position: 206px 10px;
  }
}
@media only screen and (max-width: 770px) {
  .my-account .edit-account-info form li .input-box.select-box {
    width: 94%;
  }
  .my-account .edit-account-info form li .input-box.select-box:before {
    content: attr(data-rwd-label) ":";
    color: #7d7e82;
    font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
    float: left;
    padding: 10px 0;
    margin-left: 10px;
    color: #acacad;
  }
}
.my-account .edit-account-info form li .input-box.checkbox-box {
  width: 20px;
  height: 20px;
  border: 2px solid #fdfdf9;
}
.my-account .edit-account-info form li .input-box.checkbox-box input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.my-account .edit-account-info form li .input-box.checkbox-box.checked {
  background: #d4d4d4 none repeat scroll 0 0;
}
.my-account .edit-account-info form li.fields {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.fields {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
  }
}
.my-account .edit-account-info form li .customer-name-middlename .field, .my-account .edit-account-info form li .customer-name .field {
  border: 1px solid #e5e5e5;
  overflow: auto;
  padding: 0px 4px;
  margin: 0 0 7px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .customer-name-middlename .field, .my-account .edit-account-info form li .customer-name .field {
    padding: 3px 15px;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .customer-name-middlename .field, .my-account .edit-account-info form li .customer-name .field {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li .customer-name-middlename .field.name-lastname, .my-account .edit-account-info form li .customer-name .field.name-lastname {
    border-bottom: none;
  }
}
.my-account .edit-account-info form li.control {
  margin: 0;
  border: 0;
  padding-top: 32px;
  padding-left: 0;
  overflow: hidden;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.control {
    border-top: 1px solid #e5e5e5;
  }
}
.my-account .edit-account-info form li.control label {
  background: none;
  padding: 0;
  color: #7d7e82;
  display: inline-block;
}
.my-account .edit-account-info form li.control label:hover {
  background: none;
}
.my-account .edit-account-info form li.control .checkbox {
  margin: 8px 15px 0 0;
}
.my-account .edit-account-info form li.control h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.control h2 {
    background: none;
  }
}
.my-account .edit-account-info form li.country-li {
  border-bottom: 1px solid #e5e5e5;
  height: 38px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.country-li {
    height: auto;
  }
}
.my-account .edit-account-info form li.country-li .input-box.select-box {
  width: 112%;
  margin-left: -58px;
  padding: 18px 0;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.country-li .input-box.select-box {
    width: 228px;
    margin-left: 0;
    padding: 0;
  }
}
.my-account .edit-account-info form li.country-li .input-box.select-box:before {
  display: none !important;
}
.my-account .edit-account-info form li.country-li .input-box.select-box select {
  top: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form li.country-li .input-box.select-box select {
    width: 252px;
    top: auto;
  }
}
.my-account .edit-account-info form .password-holder li.fields {
  margin-top: 0;
}
.my-account .edit-account-info form .password-holder li.fields .field {
  border: 1px solid #e5e5e5;
  margin-bottom: 7px;
  overflow: auto;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form .password-holder li.fields .field {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 3px 15px;
  }
}
.my-account .edit-account-info form .password-holder li label {
  display: block;
  width: 48%;
  padding: 6px 9px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form .password-holder li label {
    width: auto;
    display: inline-block;
    padding: 0;
  }
}
.my-account .edit-account-info form .password-holder li .input-box {
  width: 50%;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form .password-holder li .input-box {
    width: auto;
    padding: 3px 0;
  }
}
.my-account .edit-account-info form .buttons-set {
  border: 0;
  padding: 0 15px;
}
@media only screen and (min-width: 771px) {
  .my-account .edit-account-info form .buttons-set {
    padding: 10px 0 0;
  }
}
.my-account .edit-account-info form .buttons-set button.button {
  width: 100%;
  margin-top: 12px;
}
.my-account .card-save-box {
  clear: both;
}
.my-account .card-save-box h2 {
  border-bottom: 1px solid #e3e4e1;
  margin: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .card-save-box {
    border-top: 1px dashed #c9c9cc;
    padding-top: 32px;
    margin: 40px 0;
  }
  .my-account .card-save-box h2 {
    border-bottom: 0;
    padding-bottom: 14px;
  }
}
.my-account .wishlist-index-wrapper .access-mobile-top {
  margin-top: -35px;
  padding: 17px 0 5px;
}
.my-account .wishlist-index-wrapper .my-wishlist {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.my-account .wishlist-index-wrapper .my-wishlist .success-msg {
  margin-bottom: 30px;
}
.my-account .wishlist-index-wrapper .page-title h1 {
  width: 318px;
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper .messages {
    width: 100%;
    float: left;
  }
}
.my-account .wishlist-index-wrapper .welcome-msg {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper .welcome-msg {
    padding: 14px 16px 0;
    border-top: 1px solid #ddd;
    float: left;
    margin: 12px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper .welcome-msg {
    border-bottom: 1px solid #ddd;
  }
}
.my-account .wishlist-index-wrapper tr.odd {
  background: none;
}
.my-account .wishlist-index-wrapper #wishlist-table .product-mobile {
  background: #faf1ee;
  border-top: 0;
  text-transform: uppercase;
}
.my-account .wishlist-index-wrapper #wishlist-table .product-mobile td {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .product-mobile {
    display: none;
  }
}
.my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image {
    border-bottom: 0;
  }
}
.my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .info-wrapper {
  width: 156px;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .info-wrapper {
    width: 228px;
  }
}
.my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .image-wrapper {
  padding-left: 0;
}
.my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .product-name {
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .product-name {
    padding-left: 0px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .bra-shape {
    margin-top: 0;
  }
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-image .cart-cell {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .product-options, .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .btn-cart {
    width: 47%;
  }
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .product-options {
    background-position: 140px 16px;
  }
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .cart-cell {
    margin-top: 16px;
  }
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .cart-cell .product-view {
    padding-bottom: 20px;
  }
}
.my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-cart .product-view {
  padding-bottom: 0;
}
@media only screen and (max-width: 771px) {
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-info {
    float: left;
    width: 100%;
    padding-bottom: 16px;
  }
  .my-account .wishlist-index-wrapper #wishlist-table .wishlist-customer-wishlist-item-info .input-box {
    margin-top: -4px;
  }
}
.my-account .wishlist-index-wrapper .box-head {
  display: none;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper .box-head {
    display: block;
  }
}
.my-account .wishlist-index-wrapper .return-btn {
  background: #8a8a8e;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 771px) {
  .my-account .wishlist-index-wrapper .return-btn {
    width: 100% !important;
  }
}
.my-account .wishlist-index-wrapper .return-btn:hover {
  background: none;
  color: #8a8a8e;
}
.my-account .share-wishlist {
  border-top: 0;
  margin-top: 0;
}
.my-account .share-wishlist .welcome-msg {
  display: none;
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .welcome-msg {
    display: block;
  }
}
.my-account .share-wishlist .access-mobile-top {
  margin-top: -32px;
}
.my-account .share-wishlist h2 {
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  margin-bottom: 10px;
}
.my-account .share-wishlist .page-title h1 {
  width: 482px;
}
.my-account .share-wishlist .box-head {
  border-top: 1px solid #e3e4e1;
  margin-top: 14px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .box-head {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
.my-account .share-wishlist .box-head h2 {
  padding: 12px 14px;
  background: #faf1ee;
  margin-top: 13px;
  border-top: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .box-head h2 {
    border-top: 0;
    padding: 0;
    background: none;
    margin-top: 0px;
  }
}
.my-account .share-wishlist #wishlist-table {
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist #wishlist-table {
    margin-bottom: 36px;
  }
}
.my-account .share-wishlist #wishlist-table .product-name {
  padding-bottom: 0;
  font-size: 11px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist #wishlist-table .product-name {
    padding-bottom: 14px;
    font-size: 13px;
  }
}
.my-account .share-wishlist #wishlist-table .bra-shape {
  font-size: 11px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist #wishlist-table .bra-shape {
    font-size: 13px;
  }
}
.my-account .share-wishlist .product-display-wrapper {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .product-display-wrapper {
    width: 390px;
    float: left;
  }
}
.my-account .share-wishlist .product-display-wrapper .info-wrapper {
  width: 55%;
}
@media only screen and (min-width: 980px) {
  .my-account .share-wishlist .product-display-wrapper .info-wrapper {
    width: 60%;
  }
}
.my-account .share-wishlist .product-comments-wrapper {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .my-account .share-wishlist .product-comments-wrapper {
    float: right;
    width: 53%;
    margin-top: -3px;
  }
}
.my-account .share-wishlist .product-comments-wrapper input, .my-account .share-wishlist .product-comments-wrapper textarea {
  background: none;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #dadada;
  font-size: 11px;
}
.my-account .share-wishlist .product-comments-wrapper input {
  padding-top: 2px;
  padding-bottom: 2px;
}
.my-account .share-wishlist .product-comments-wrapper label {
  text-transform: uppercase;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 771px) {
  .my-account .share-wishlist .product-comments-wrapper li {
    border: 0 !important;
  }
}
.my-account .share-wishlist .product-comments-wrapper .info-sharing-email {
  font-style: italic;
  margin-top: 4px;
  display: block;
  padding-left: 14px;
  font-size: 11px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .product-comments-wrapper .info-sharing-email {
    padding-left: 0px;
  }
}
.my-account .share-wishlist .product-comments-wrapper .message-box {
  margin-top: 18px;
  padding-top: 0;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .product-comments-wrapper .message-box {
    margin-top: 44px;
  }
  .my-account .share-wishlist .product-comments-wrapper .message-box #message {
    height: 120px;
  }
}
.my-account .share-wishlist .product-comments-wrapper .message-box label {
  padding: 12px 14px;
  background: #faf1ee;
  width: 100%;
  margin-bottom: 13px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .product-comments-wrapper .message-box label {
    padding: 0px;
    margin-bottom: 0;
    background: none;
    width: auto;
  }
}
.my-account .share-wishlist .product-comments-wrapper .box-head {
  border-top: 0;
}
.my-account .share-wishlist .product-comments-wrapper .input-box {
  padding: 2px 14px 0 14px;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .product-comments-wrapper .input-box {
    padding: 2px 0px 0 0px;
  }
}
.my-account .share-wishlist .buttons-set {
  border: 0;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 771px) {
  .my-account .share-wishlist .buttons-set {
    width: 92%;
    margin: 0 auto;
  }
}
.my-account .share-wishlist .buttons-set .button {
  text-transform: uppercase;
  color: #fff;
  background: #7d7e82;
  float: left;
  margin-left: 0;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 771px) {
  .my-account .share-wishlist .buttons-set .button {
    padding: 14px 36px 16px;
  }
}
.my-account .share-wishlist .clear-left {
  clear: both;
}

.product-options {
  height: 50px;
  overflow: hidden;
  margin: 0 16px 0 0;
  padding: 0;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 176px transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.product-options dt {
  display: inline-block;
  float: left;
  padding: 12px 0px 10px 12px;
  width: 32%;
}
.product-options dt label {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  min-width: 100%;
  display: inline-block;
}
.product-options dd {
  float: left;
  text-align: left;
  width: 66%;
}
.product-options dd select {
  background: transparent;
  width: 224px;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 36px;
  -webkit-appearance: none;
  color: #7d7e82;
}
.product-options dd select option:first-child {
  display: none;
}

#wishlist-table .product-name-td {
  width: 400px;
}
@media only screen and (min-width: 771px) {
  #wishlist-table .product-name-td {
    padding-left: 20px;
  }
}
#wishlist-table .size-add {
  width: 330px;
}
#wishlist-table .share-wishlist {
  width: 154px;
}
#wishlist-table .remove {
  width: 84px;
}
#wishlist-table .share-wishlist-wrapper .input-box {
  float: left;
}
#wishlist-table .share-wishlist-wrapper label {
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  display: inline-block;
  float: left;
  width: 150px;
}
@media only screen and (max-width: 771px) {
  #wishlist-table .share-wishlist-wrapper label .legend {
    display: none;
  }
}
#wishlist-table .share-wishlist-wrapper label .legend-mobile {
  display: none;
}
@media only screen and (max-width: 771px) {
  #wishlist-table .share-wishlist-wrapper label .legend-mobile {
    display: inline-block;
  }
}

.sales-order-view {
  font-size: 1.2em;
}
.sales-order-view h2 {
  font: medium 0.94em "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 771px) {
  .sales-order-view h2 {
    margin-bottom: 1.065em;
    margin-top: 32px;
  }
}
.sales-order-view .my-account {
  font-size: 0.6875em;
}
.sales-order-view .my-account p {
  margin-bottom: 1em;
}
.sales-order-view .my-account .order-info-box {
  margin-top: 2.1875em;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-info-box {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #e5e5e5;
    border-right: none;
  }
}
.sales-order-view .my-account .order-info-box .col-1, .sales-order-view .my-account .order-info-box .col-2, .sales-order-view .my-account .order-info-box .col-3 {
  padding: 0;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-info-box .col-1, .sales-order-view .my-account .order-info-box .col-2, .sales-order-view .my-account .order-info-box .col-3 {
    width: 33.333%;
    border-right: 1px solid #e5e5e5;
  }
}
.sales-order-view .my-account .order-info-box .col-1 .box-title, .sales-order-view .my-account .order-info-box .col-2 .box-title, .sales-order-view .my-account .order-info-box .col-3 .box-title {
  padding: 16px 16px 0;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-info-box .col-1 .box-title, .sales-order-view .my-account .order-info-box .col-2 .box-title, .sales-order-view .my-account .order-info-box .col-3 .box-title {
    border-bottom: 1px solid #e5e5e5;
  }
}
.sales-order-view .my-account .order-info-box .col-1 .box-title h2, .sales-order-view .my-account .order-info-box .col-2 .box-title h2, .sales-order-view .my-account .order-info-box .col-3 .box-title h2 {
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.sales-order-view .my-account .order-info-box .col-1 .box-content, .sales-order-view .my-account .order-info-box .col-2 .box-content, .sales-order-view .my-account .order-info-box .col-3 .box-content {
  padding: 16px;
  line-height: 1.8;
  background: none;
}
.sales-order-view .my-account .order-info-box .col-1 .box-content .show-tracking, .sales-order-view .my-account .order-info-box .col-2 .box-content .show-tracking, .sales-order-view .my-account .order-info-box .col-3 .box-content .show-tracking {
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #7d7e82;
  padding: 12px 40px;
}
.sales-order-view .my-account .order-details h2 {
  display: none;
}
.sales-order-view .my-account .order-details #my-orders-table {
  margin-top: 35px;
  border: none;
  border-right: 1px solid #e5e5e5;
}
.sales-order-view .my-account .order-details #my-orders-table thead {
  border-top: 1px solid #e5e5e5;
}
.sales-order-view .my-account .order-details #my-orders-table .product-name {
  text-transform: capitalize;
}
.sales-order-view .my-account .order-details #my-orders-table .info-wrapper {
  margin-top: 14px;
  width: 56%;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .info-wrapper {
    width: 70%;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .quantity-td {
  text-transform: capitalize;
}
.sales-order-view .my-account .order-details #my-orders-table .th-name {
  width: 33.3%;
}
.sales-order-view .my-account .order-details #my-orders-table td {
  vertical-align: middle;
}
.sales-order-view .my-account .order-details #my-orders-table tfoot {
  background: #FFF;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tfoot {
    background: none;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr td {
  width: 65%;
  border-top: 1px solid #f5f5f5;
  float: left;
  vertical-align: middle;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tfoot tr td {
    width: auto;
    border: none;
    float: none;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr td.td-medium-s {
  display: none;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tfoot tr td.td-medium-s {
    display: table-cell;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr td:nth-child(2n) {
  clear: none;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tfoot tr td:nth-child(2n) {
    clear: left;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr td:nth-child(3n) {
  width: 35%;
  clear: none;
  text-align: right;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tfoot tr td:nth-child(3n) {
    width: auto;
    clear: left;
    text-align: left;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr td.td-label {
  text-transform: uppercase;
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr.last td.td-label, .sales-order-view .my-account .order-details #my-orders-table tfoot tr.last td.last {
  border-bottom: 1px solid #e5e5e5;
}
.sales-order-view .my-account .order-details #my-orders-table tfoot .td-label {
  border-left: 1px solid #e5e5e5;
}
.sales-order-view .my-account .order-details #my-orders-table tbody {
  background: #fff;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tbody {
    background: none;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tr {
  display: block;
  border-bottom: 0;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table tr {
    display: table-row;
    padding-top: 0;
    background: #fff;
    border-top: 0;
  }
}
.sales-order-view .my-account .order-details #my-orders-table tfoot tr {
  background: none;
}
.sales-order-view .my-account .order-details #my-orders-table .quantity-td {
  text-transform: uppercase;
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td {
  float: left;
  width: 113px;
  padding-top: 15px;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td {
    float: none;
    width: auto;
    padding-top: 14px;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper {
  position: absolute;
  top: 0;
  margin-left: 123px;
  margin-top: 15px;
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .product-name,
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .bra-shape-order,
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .short-desc {
  font-weight: normal;
  font-size: 11px;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .product-name,
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .bra-shape-order,
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .short-desc {
    font-size: 11px;
    font-weight: normal;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .short-desc {
  text-transform: none;
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .bra-shape-order {
  margin-bottom: 9px;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper .bra-shape-order {
    margin-bottom: 13px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .info-wrapper {
    position: relative;
    top: auto;
    margin-left: 10px;
    float: left;
    width: auto;
    margin-top: 14px;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .image-wrapper {
  width: 100px;
}
.sales-order-view .my-account .order-details #my-orders-table .product-info-td .image-wrapper img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 600px) {
  .sales-order-view .my-account .order-details #my-orders-table .product-info-td .image-wrapper {
    width: 113px;
    height: auto;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .f-right {
  float: left;
  width: 65%;
  padding: 0 0 4px 25px;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .f-right {
    float: none;
    width: 16.5%;
    padding: 14px;
    padding: 14px;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .f-right.size-td {
  margin-top: 58px;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .f-right.size-td {
    margin-top: 0px;
    width: 16.5%;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .f-right .item-options-order {
  display: inline;
}
.sales-order-view .my-account .order-details #my-orders-table .f-right .item-options-order dd {
  display: inline-block;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .f-right .item-options-order {
    display: block;
  }
  .sales-order-view .my-account .order-details #my-orders-table .f-right .item-options-order dd {
    display: block;
  }
}
.sales-order-view .my-account .order-details #my-orders-table .f-right:before {
  text-transform: capitalize;
  width: 64px;
  display: inline-block;
  font-size: 11px;
}
.sales-order-view .my-account .order-details #my-orders-table .f-right.subtotal-td {
  display: none;
}
@media only screen and (min-width: 771px) {
  .sales-order-view .my-account .order-details #my-orders-table .f-right.subtotal-td {
    display: table-cell;
  }
}
.sales-order-view .my-account .order-details .buttons-set {
  display: none;
}

.address-wrapper {
  overflow: auto;
}
@media only screen and (min-width: 771px) {
  .address-wrapper {
    border-top: 1px dashed #c9c9cc;
    padding-top: 36px;
    margin-top: 36px;
  }
}
.address-wrapper h3 {
  font: 500 13px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  margin-bottom: 15px;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .box {
    border: 1px solid #e5e5e5;
    min-height: 250px;
  }
}
.address-wrapper .box li {
  padding: 12px 22px;
}
.address-wrapper .box li:last-child {
  border-bottom: none;
}
.address-wrapper label {
  font-weight: normal;
  width: 166px;
  text-transform: capitalize;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .col-1 li, .address-wrapper .first-li {
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
  }
}
.address-wrapper .col-1 li .header-link, .address-wrapper .first-li .header-link {
  color: #7d7e82;
}
.address-wrapper .col-1 li .header-link:hover, .address-wrapper .first-li .header-link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 980px) {
  .address-wrapper .col-1 li .header-link, .address-wrapper .first-li .header-link {
    cursor: default;
  }
}
.address-wrapper .col-1 {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .col-1 {
    width: 75%;
    float: left;
  }
}
.address-wrapper .col-2, .address-wrapper .col-3 {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .col-2, .address-wrapper .col-3 {
    float: right;
    width: 50%;
  }
}
.address-wrapper .col-2 li, .address-wrapper .col-3 li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.address-wrapper .col-2 .name-li, .address-wrapper .col-3 .name-li {
  padding-top: 16px;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .col-2 .first-li, .address-wrapper .col-3 .first-li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.address-wrapper .col-2 .box {
  border-right: none;
}
.address-wrapper .button {
  font: 500 10px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #7d7e82;
  padding: 12px 40px;
  margin-top: 14px;
}
.address-wrapper .button:hover {
  background: #97989b;
}
.address-wrapper .account-info {
  width: 100%;
  font-size: 11px;
  color: #acacad;
}
.address-wrapper .account-info label {
  font-size: 11px;
  color: #7d7e82;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .account-info {
    width: 40.2%;
    float: left;
  }
}
@media only screen and (min-width: 771px) {
  .address-wrapper .account-info.no-billing-details {
    width: 40.2%;
    float: none;
    margin: 0 auto;
  }
}
.address-wrapper .address-details {
  width: 100%;
  font-size: 11px;
  line-height: 1.8;
}
.address-wrapper .address-details label {
  font-size: 11px;
  color: #7d7e82;
}
@media only screen and (min-width: 771px) {
  .address-wrapper .address-details {
    width: 47.8%;
    float: right;
  }
}

@media only screen and (min-width: 771px) {
  .customer-account:not(.wishlist-index-index) .skip-nav, .customer-account:not(.wishlist-index-index) #header-nav {
    display: none;
  }
}

.my-account-action-top-wrapper .logout-btn:hover {
  color: #dca8ac;
}

.customer-account-logoutsuccess .col-main {
  padding: 0 15px;
}
.customer-account-logoutsuccess p {
  text-align: center;
}

.customer-account #header-search {
  display: none;
}

body.customer-account-forgotpassword .col1-layout .col-main {
  max-width: 1200px;
  margin: 0 auto;
}
body.customer-account-forgotpassword .col1-layout .col-main .fieldset > h2 {
  display: none;
}

@media only screen and (max-width: 770px) {
  .wishlist-index-index .my-account .my-wishlist-empty {
    display: none;
  }

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

#contactForm {
  margin-bottom: 90px;
  margin-top: 19px;
}
@media only screen and (max-width: 770px) {
  #contactForm {
    margin-bottom: 0;
  }
}
#contactForm .form-list .field, #contactForm .form-list .wide, #contactForm .form-list .control {
  margin: 0;
}
#contactForm ul {
  border: 1px solid #dadada;
}
#contactForm ul li {
  border-bottom: 1px solid #dadada;
  width: 100%;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
#contactForm .fields .field {
  float: left;
  width: 50%;
}
#contactForm .fields .field:first-child {
  border-right: 1px solid #dadada;
}
#contactForm .fields .input-box {
  width: 190px;
}
#contactForm label, #contactForm .input-box {
  color: #7d7e82;
  float: left;
  font-size: 11px;
  padding-left: 17px;
}
#contactForm label {
  padding-bottom: 8px;
  padding-top: 7px;
  width: 116px;
}
#contactForm input[type="email"], #contactForm input[type="search"], #contactForm input[type="number"], #contactForm input[type="password"], #contactForm input[type="tel"], #contactForm input[type="text"] {
  max-width: 100%;
}
#contactForm .wide {
  clear: both;
  border-bottom: none;
  width: 100%;
}
#contactForm .input-box {
  width: 70%;
}
#contactForm input, #contactForm input[placeholder], #contactForm textarea, #contactForm textarea[placeholder] {
  background: none;
  border: none;
  color: #acacad;
  font-weight: normal;
  font-size: 11px;
  resize: none;
  padding-left: 0;
  padding-top: 5px;
}
#contactForm textarea, #contactForm textarea[placeholder] {
  padding-top: 9px;
  height: 141px;
}
#contactForm ::-webkit-input-placeholder {
  opacity: 1 !important;
}
#contactForm :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
}
#contactForm ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
}
#contactForm :-ms-input-placeholder {
  opacity: 1 !important;
}
#contactForm .phone-label {
  line-height: 25px;
}
#contactForm .buttons-set {
  border-top: none;
  font-size: 17px;
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
}
#contactForm .buttons-set button.button {
  float: left;
  max-width: 100%;
  width: 400px;
  height: 53px;
  line-height: 56px;
  font-size: 17px;
  margin-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
@media only screen and (max-width: 880px) {
  #contactForm .buttons-set button.button {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  #contactForm .buttons-set button.button {
    width: 100%;
  }
}
#contactForm .buttons-set button.button span span {
  padding-top: 10px;
  padding-bottom: 3px;
}
#contactForm .validation-advice {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 10px;
  margin: 0 0 0 8px;
}
#contactForm p.required::after {
  color: #dba7ac;
  content: " *";
  font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
}

:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

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

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

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

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #eaeae7;
  border-bottom: 1px solid #eaeae7;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #7d7e82;
}
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #eaeae7;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #eaeae7;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #eaeae7;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

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

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

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

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

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

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

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

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

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

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

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #dddddd;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #dca7ab;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #f2cfcd;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #7d7e82;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #dca7ab;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #dca7ab;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

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

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
#header-cart {
  position: absolute;
  z-index: 200;
  width: 340px;
  top: 66px;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}
@media only screen and (max-width: 979px) {
  #header-cart {
    right: -340px;
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-cart.skip-active {
    right: 0;
  }
}
@media only screen and (max-width: 599px) {
  #header-cart {
    width: 100%;
    top: 45px;
    right: -100%;
  }
}

#header-cart-new {
  position: absolute;
  z-index: 200;
  width: 340px;
  top: 66px;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  text-align: center;
  display: none;
}
#header-cart-new .new-product {
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
#header-cart-new span {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
}
#header-cart-new .checkout-button {
  margin-top: 10px;
  width: 100%;
}
#header-cart-new .button + .button {
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  #header-cart-new {
    top: 45px;
    width: 100%;
    display: none;
  }
}

.header-minicart {
  float: left;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 20px;
  font-size: 11px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("//www.roseandthorne.com/skin/frontend/rose/default/images/opc-ajax-loader.1576497619.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #7d7e82;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list li {
  padding: 15px;
  border-bottom: 1px solid #eaeae7;
  position: relative;
}
.header-minicart .mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}
.header-minicart .mini-products-list li .product-image {
  float: left;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin-left: 105px;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-size: 11px;
  color: #7d7e82;
  margin-bottom: 2px;
}
.header-minicart .product-details .product-name a {
  color: #7d7e82;
}
.header-minicart .product-details .bra-shape {
  font-size: 11px;
  line-height: 15px;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  letter-spacing: 0.03em;
}
.header-minicart .info-wrapper {
  margin-top: 6px;
  font-size: 11px;
  line-height: 18px;
}
.header-minicart .info-wrapper th {
  font-weight: 300;
  padding-right: 10px;
  min-width: 70px;
}
.header-minicart .info-wrapper th:after {
  content: ":";
}
.header-minicart .info-wrapper td {
  clear: right;
  text-transform: uppercase;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  text-align: left;
  font-size: 11px;
  line-height: 25px;
  padding: 5px 19px 0;
}
.header-minicart .subtotal .label {
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  float: right;
}
.header-minicart .minicart-actions {
  padding: 8px 19px 17px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
  width: 100%;
  font-size: 17px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart .minicart-actions .checkout-types li {
  margin: 0 0 10px;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

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

@media only screen and (max-width: 979px) {
  .header-wishlist {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #7d7e82;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  position: absolute;
  top: 52px !important;
  width: 100% !important;
  z-index: 200;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  background-color: #FFF;
}
.search-autocomplete .heading {
  height: 29px;
  line-height: 29px;
  font-size: 10px;
  padding: 0 20px;
  color: #fff;
  display: block;
  background-color: #f3cfcd;
  text-transform: uppercase;
}
.search-autocomplete ul {
  padding-left: 0;
  width: 100%;
  padding-top: 29px;
  position: relative;
}
.search-autocomplete ul:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "Search suggestion";
  font-size: 10px;
  height: 29px;
  line-height: 29px;
  padding: 0 20px;
  color: #fff;
  display: block;
  background-color: #f3cfcd;
  text-transform: uppercase;
}
.search-autocomplete ul.suggest:before {
  content: "Search suggestion";
}
.search-autocomplete ul.suggest li {
  font-size: 11px;
  padding: 0 20px;
  line-height: 27px;
  margin-bottom: 0;
}
.search-autocomplete ul.suggest-product:before {
  content: "Product";
}
.search-autocomplete ul li {
  color: #7d7e82;
  cursor: pointer;
  font-size: 10px;
  padding: 0 10px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 8px;
}
.search-autocomplete ul li:after {
  content: '';
  display: table;
  clear: both;
}
.search-autocomplete ul li img {
  float: left;
  margin-right: 10px;
}
.search-autocomplete ul li .info {
  padding-top: 7px;
}
.search-autocomplete ul li .info span {
  display: block;
}
.search-autocomplete ul li .info .name {
  text-transform: uppercase;
  color: #7d7e82;
  text-decoration: none;
}
.search-autocomplete ul li .info .price {
  color: #626366;
  text-transform: uppercase;
}
.search-autocomplete ul li .info .bra-shape {
  font-size: 11px;
  line-height: 22px;
  font-family: "Domaine Bold", Georgia;
}
@media only screen and (max-width: 979px) {
  .search-autocomplete {
    top: 51px !important;
    padding-bottom: 29px;
    height: calc(100% - 80px);
    box-shadow: none;
  }
  .search-autocomplete .heading {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
  }
  .search-autocomplete ul {
    padding-top: 34px;
  }
  .search-autocomplete ul:before {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
  }
  .search-autocomplete ul.suggest li {
    line-height: 35px;
    padding: 0 15px;
  }
  .search-autocomplete ul li .info img {
    max-width: 70px;
  }
}

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

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
.catalogsearch-result-index .page-title {
  padding: 10px 0;
  margin: 10px 57px 35px !important;
}
.catalogsearch-result-index .page-title h1 {
  margin: 0 auto -22px;
}
@media only screen and (max-width: 1299px) {
  .catalogsearch-result-index .page-title {
    margin: 10px 15px 30px !important;
  }
}
@media only screen and (max-width: 599px) {
  .catalogsearch-result-index .page-title h1 {
    font-size: 16px;
  }
}

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

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
.hp-cover-mobile {
  position: relative;
  height: 640px;
}
@media only screen and (min-width: 479px) {
  .hp-cover-mobile {
    display: none;
  }
}
@media only screen and (min-width: 979px) {
  .hp-cover-mobile {
    max-height: 600px;
  }
}
@media only screen and (min-width: 1199px) {
  .hp-cover-mobile {
    max-height: 700px;
  }
}
.hp-cover-mobile .masonry-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(125, 126, 130, 0.95);
  height: 100%;
  width: 100%;
}

.hp-cover {
  position: relative;
  height: 400px;
  display: none;
}
@media only screen and (min-width: 479px) {
  .hp-cover {
    height: 400px;
    display: block;
  }
}
@media only screen and (min-width: 979px) {
  .hp-cover {
    height: 600px;
  }
}
@media only screen and (min-width: 1199px) {
  .hp-cover {
    height: 700px;
  }
}
.hp-cover .masonry-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(125, 126, 130, 0.95);
  height: 100%;
  width: 100%;
}
.hp-cover .icon-scroll {
  display: none;
  color: #fff;
  font-size: 32px;
  height: 64px;
  line-height: 32px;
  position: absolute;
  bottom: 10px;
  width: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hp-cover .icon-scroll:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.hp-cover .icon-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 24px;
  width: 1px;
  border-left: 1px dashed #fff;
}
@media only screen and (max-width: 979px) {
  .hp-cover .icon-scroll {
    display: none;
  }
}

.hp-3blocks {
  padding: 75px 3% 85px;
}
.hp-3blocks:after {
  content: '';
  display: table;
  clear: both;
}
.hp-3blocks .free-delivery {
  float: left;
  width: 30%;
  text-align: center;
  padding: 140px 10px 80px;
  position: relative;
}
.hp-3blocks .free-delivery .icon-rt_freedelivery {
  position: relative;
  color: #dca7ab;
}
.hp-3blocks .free-delivery .icon-rt_freedelivery:before {
  position: absolute;
  font-size: 38px;
  top: -50px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  color: #7d7e82;
}
.hp-3blocks .free-delivery .icon-rt_freedelivery span {
  font-family: "Domaine Bold", Georgia;
  color: #dca7ab;
  font-size: 22px;
  line-height: 1;
  text-transform: lowercase;
}
.hp-3blocks .free-delivery .icon-rt_freedelivery:hover {
  text-decoration: none;
}
.hp-3blocks .you-deserve {
  float: left;
  width: 40%;
  text-align: center;
  padding: 60px 10px 80px;
  border: 1px dashed #97979a;
  border-width: 0 1px;
}
.hp-3blocks .you-deserve h2 {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 20px;
}
.hp-3blocks .you-deserve p {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
}
.hp-3blocks .made-comfort {
  float: left;
  width: 30%;
  text-align: center;
  padding: 140px 10px 80px;
}
.hp-3blocks .made-comfort .icon-rt_confortable {
  position: relative;
  color: #dca7ab;
}
.hp-3blocks .made-comfort .icon-rt_confortable:before {
  position: absolute;
  font-size: 34px;
  top: -50px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  color: #7d7e82;
}
.hp-3blocks .made-comfort .icon-rt_confortable span {
  font-family: "Domaine Bold", Georgia;
  color: #dca7ab;
  font-size: 22px;
  line-height: 1;
  text-transform: lowercase;
}
.hp-3blocks .made-comfort .icon-rt_confortable:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .hp-3blocks {
    padding: 15px;
  }
  .hp-3blocks .free-delivery {
    width: 100%;
    padding: 53px 0 15px;
  }
  .hp-3blocks .free-delivery .icon-rt_freedelivery:before {
    font-size: 25px;
    top: -37px;
    width: 22px;
    margin-left: -11px;
    color: #7d7e82;
  }
  .hp-3blocks .free-delivery .icon-rt_freedelivery span {
    font-size: 15px;
  }
  .hp-3blocks .you-deserve {
    width: 100%;
    padding: 50px 0;
    border: 0;
    position: relative;
  }
  .hp-3blocks .you-deserve:before, .hp-3blocks .you-deserve:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    left: 50%;
    border-left: 1px dashed #97979a;
  }
  .hp-3blocks .you-deserve:before {
    top: 0;
  }
  .hp-3blocks .you-deserve:after {
    bottom: 0;
  }
  .hp-3blocks .you-deserve h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hp-3blocks .you-deserve p {
    font-size: 11px;
    line-height: 19px;
  }
  .hp-3blocks .made-comfort {
    width: 100%;
    padding: 50px 0 20px;
  }
  .hp-3blocks .made-comfort .icon-rt_confortable {
    position: relative;
    color: #dca7ab;
  }
  .hp-3blocks .made-comfort .icon-rt_confortable:before {
    font-size: 20px;
    top: -32px;
    width: 20px;
    margin-left: -10px;
  }
  .hp-3blocks .made-comfort .icon-rt_confortable span {
    font-size: 15px;
  }
}

.masonry-products {
  padding: 70px 0;
  width: 100%;
  text-align: center;
  border: 1px solid #eaeae7;
  border-width: 1px 0;
}
.masonry-products:after {
  content: '';
  display: table;
  clear: both;
}
.masonry-products h2 {
  font-size: 22px;
  line-height: 1;
  color: #dca7ab;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 30px;
}
.masonry-products .slider {
  margin: 0 110px;
  position: relative;
}
.masonry-products .slider .owl-wrapper-outer {
  width: 100%;
  overflow: hidden;
}
.masonry-products .owl-item {
  float: left;
}
.masonry-products .owl-item .product-item .product-details {
  opacity: 0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.masonry-products .owl-item .product-item .product-details .product-name {
  display: inline-block;
  color: #7d7e82;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 6px;
}
.masonry-products .owl-item .product-item .product-details .product-price {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #626366;
}
.masonry-products .owl-item .product-item .product-details .bra-shape {
  display: block;
  font-family: "Domaine Bold", Georgia;
  font-size: 11px;
  line-height: 16px;
}
.masonry-products .owl-item .product-item:hover {
  text-decoration: none;
}
.masonry-products .owl-item .product-item img {
  max-width: 100%;
  display: inline-block;
}
.masonry-products .owl-item .wishlist-toggle {
  opacity: 0;
  font-size: 12px;
  line-height: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.masonry-products .owl-item .wishlist-toggle:hover {
  text-decoration: none;
}
.masonry-products .owl-item .wishlist-toggle.active:before {
  content: '\e81c';
}
.masonry-products .owl-item .wishlist-toggle.waiting {
  -moz-animation: wishfade 1.5s infinite;
  -webkit-animation: wishfade 1.5s infinite;
  animation: wishfade 1.5s infinite;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.masonry-products .owl-item .wishlist-toggle.waiting:before {
  content: '\e81c';
}
.masonry-products .owl-item:hover .product-item .product-details {
  opacity: 1;
}
.masonry-products .owl-item:hover .wishlist-toggle {
  opacity: 1;
}
.masonry-products .owl-buttons div {
  position: absolute;
  top: 50%;
  height: 37px;
  width: 20px;
  margin-top: -18px;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
}
.masonry-products .owl-buttons div:before {
  position: absolute;
  top: 0;
  text-indent: 0;
  font-size: 37px;
  line-height: 37px;
  color: #7d7e82;
  opacity: 0.2;
  width: 100%;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.masonry-products .owl-buttons div:hover:before {
  opacity: 0.5;
}
.masonry-products .owl-buttons .owl-prev {
  left: -70px;
}
.masonry-products .owl-buttons .owl-prev:before {
  left: 0;
}
.masonry-products .owl-buttons .owl-next {
  right: -70px;
}
.masonry-products .owl-buttons .owl-next:before {
  right: 0;
}
@media only screen and (max-width: 979px) {
  .masonry-products {
    padding: 35px 0;
    border: 1px solid #eaeae7;
    border-width: 1px 0;
  }
  .masonry-products h2 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .masonry-products .slider {
    margin: 0 50px;
  }
  .masonry-products .owl-buttons .owl-prev {
    left: -35px;
  }
  .masonry-products .owl-buttons .owl-next {
    right: -35px;
  }
}
@media only screen and (max-width: 599px) {
  .masonry-products .slider {
    margin: 0;
    padding: 0 45px;
    overflow: hidden;
  }
  .masonry-products .slider .owl-wrapper-outer {
    overflow: visible;
  }
  .masonry-products .owl-item {
    opacity: 0.2;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  .masonry-products .owl-item.active {
    opacity: 1;
  }
  .masonry-products .owl-item .product-item .product-details {
    opacity: 1;
  }
  .masonry-products .owl-item .product-item .product-details .product-name {
    margin-top: 4px;
    font-size: 10px;
    display: block;
    line-height: 14px;
  }
  .masonry-products .owl-item .product-item .product-details .product-price {
    line-height: 18px;
    font-size: 10px;
    display: block;
    margin-bottom: 2px;
  }
  .masonry-products .owl-item .product-item .product-details .bra-shape {
    font-size: 10px;
  }
  .masonry-products .owl-item .wishlist-toggle {
    opacity: 1;
    font-size: 14px;
  }
  .masonry-products .owl-buttons div {
    height: 16px;
    width: 8px;
    margin-top: -8px;
  }
  .masonry-products .owl-buttons div:before {
    font-size: 16px;
    line-height: 16px;
    top: 10px;
  }
  .masonry-products .owl-buttons .owl-prev {
    left: 0px;
    padding: 20px 50px 20px 0;
    margin-top: -20px;
  }
  .masonry-products .owl-buttons .owl-prev:before {
    left: -10px;
  }
  .masonry-products .owl-buttons .owl-next {
    right: 0px;
    padding: 20px 0 20px 50px;
    margin-top: -20px;
  }
  .masonry-products .owl-buttons .owl-next:before {
    right: -10px;
  }
}

.hp-brashapes {
  height: 590px;
}
.hp-brashapes:after {
  content: '';
  display: table;
  clear: both;
}
.hp-brashapes .bra-shapes-left {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.hp-brashapes .bra-shapes-left .owl-wrapper-outer,
.hp-brashapes .bra-shapes-left .owl-wrapper {
  height: 100%;
}
.hp-brashapes .bra-shapes-left .owl-item {
  height: 100%;
  float: left;
}
.hp-brashapes .bra-shapes-left .shapes-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.hp-brashapes .bra-shapes-right {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  padding: 50px 15px 0;
  overflow: hidden;
  position: relative;
}
.hp-brashapes .bra-shapes-right .owl-item {
  height: 100%;
  float: left;
  opacity: 0;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.hp-brashapes .bra-shapes-right .owl-item.active {
  opacity: 1;
}
.hp-brashapes .bra-shapes-right .owl-buttons div {
  position: absolute;
  height: 37px;
  line-height: 37px;
  font-size: 37px;
  width: 20px;
  top: 50%;
  margin-top: -16px;
  opacity: 0.2;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.hp-brashapes .bra-shapes-right .owl-buttons div:hover {
  opacity: 0.5;
}
.hp-brashapes .bra-shapes-right .owl-buttons div:before {
  width: auto;
}
.hp-brashapes .bra-shapes-right .owl-buttons .owl-next {
  right: 25px;
}
.hp-brashapes .bra-shapes-right .owl-buttons .owl-prev {
  left: 25px;
}
.hp-brashapes .bra-shapes-right .owl-pagination {
  position: absolute;
  bottom: 38px;
  left: 50%;
  height: 3px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  min-width: 210px;
}
.hp-brashapes .bra-shapes-right .owl-pagination .owl-page {
  display: inline-block;
  height: 3px;
  width: 36px;
  background-color: #d7d8dc;
  margin: 0 3px;
  vertical-align: top;
}
.hp-brashapes .bra-shapes-right .owl-wrapper-outer {
  transform-style: preserve-3d;
}
.hp-brashapes .bra-shapes-right h2 {
  font-size: 26px;
  font-family: "Domaine Bold", Georgia;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.hp-brashapes .bra-shapes-right .short {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
.hp-brashapes .bra-shapes-right .info {
  font-size: 11px;
  line-height: 21px;
  font-weight: 300;
  width: 475px;
  max-width: 100%;
  margin: auto;
}
.hp-brashapes .bra-shapes-right .info img {
  display: inline-block;
  max-width: 100%;
  max-height: 210px;
  margin-bottom: 15px;
}
.hp-brashapes .bra-shapes-right .info p {
  margin-bottom: 15px;
}
.hp-brashapes .bra-shapes-right .more-info {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
}
.hp-brashapes .bra-shapes-right .more-info:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .hp-brashapes {
    height: auto;
  }
  .hp-brashapes .bra-shapes-left {
    width: 100%;
    height: 400px;
  }
  .hp-brashapes .bra-shapes-right {
    width: 100%;
    height: auto;
    padding: 30px 15px 70px;
  }
  .hp-brashapes .bra-shapes-right h2 {
    font-size: 18px;
  }
  .hp-brashapes .bra-shapes-right .short {
    font-size: 12px;
  }
  .hp-brashapes .bra-shapes-right .info p {
    font-size: 10px;
    line-height: 18px;
  }
  .hp-brashapes .bra-shapes-right .more-info {
    font-size: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .hp-brashapes {
    position: relative;
  }
  .hp-brashapes .bra-shapes-left {
    height: 260px;
  }
  .hp-brashapes .bra-shapes-right {
    position: static;
  }
  .hp-brashapes .bra-shapes-right .owl-buttons div {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 36px;
    top: 110px;
    margin-top: 0;
    text-align: center;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 100%;
    color: #818086;
  }
  .hp-brashapes .bra-shapes-right .owl-buttons div:hover {
    opacity: 1;
  }
  .hp-brashapes .bra-shapes-right .owl-buttons .owl-next {
    right: 5px;
    text-indent: 1px;
  }
  .hp-brashapes .bra-shapes-right .owl-buttons .owl-prev {
    left: 5px;
    text-indent: -1px;
  }
  .hp-brashapes .bra-shapes-right .info img {
    display: none;
  }
}

.cms-index-index .std .hp-bra-transform,
.cms-page-view .std .hp-bra-transform {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: left center;
  background-image: url(//www.roseandthorne.com/skin/frontend/rose/default/images/braguru-back.1576497619.jpg);
  padding: 170px 15px;
}
.cms-index-index .std .hp-bra-transform h2,
.cms-page-view .std .hp-bra-transform h2 {
  font-size: 37px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Domaine Bold", Georgia;
  text-transform: none;
}
.cms-index-index .std .hp-bra-transform p,
.cms-page-view .std .hp-bra-transform p {
  margin: 0;
}
.cms-index-index .std .hp-bra-transform .desc,
.cms-page-view .std .hp-bra-transform .desc {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 35px;
}
.cms-index-index .std .hp-bra-transform .steps,
.cms-page-view .std .hp-bra-transform .steps {
  margin: 0 auto 40px;
  width: 680px;
  max-width: 100%;
}
.cms-index-index .std .hp-bra-transform .steps:after,
.cms-page-view .std .hp-bra-transform .steps:after {
  content: '';
  display: table;
  clear: both;
}
.cms-index-index .std .hp-bra-transform .steps .step,
.cms-page-view .std .hp-bra-transform .steps .step {
  display: block;
  float: left;
  position: relative;
  color: #9b9c9f;
  font-size: 11px;
  text-transform: uppercase;
  width: 25%;
}
.cms-index-index .std .hp-bra-transform .steps .step .num,
.cms-page-view .std .hp-bra-transform .steps .step .num {
  display: block;
  margin: 0 auto 10px;
  height: 41px;
  width: 41px;
  border: 2px solid #9b9c9f;
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  font-size: 19px;
  font-family: "Domaine Bold", Georgia;
}
.cms-index-index .std .hp-bra-transform .steps .step:after,
.cms-page-view .std .hp-bra-transform .steps .step:after {
  content: "";
  position: absolute;
  top: 21px;
  width: calc(80% - 25px);
  height: 1px;
  border-bottom: 1px dashed #9b9c9f;
  left: 50%;
  margin-left: 30px;
}
.cms-index-index .std .hp-bra-transform .steps .step:last-child:after,
.cms-page-view .std .hp-bra-transform .steps .step:last-child:after {
  display: none;
}
.cms-index-index .std .hp-bra-transform .down,
.cms-page-view .std .hp-bra-transform .down {
  font-size: 14px;
  line-height: 18px;
  width: 470px;
  margin: 0 auto 30px;
  max-width: 100%;
  color: #c5c5c5;
}
.cms-index-index .std .hp-bra-transform .button,
.cms-page-view .std .hp-bra-transform .button {
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media only screen and (max-width: 979px) {
  .cms-index-index .std .hp-bra-transform,
  .cms-page-view .std .hp-bra-transform {
    padding: 80px 15px;
  }
  .cms-index-index .std .hp-bra-transform h2,
  .cms-page-view .std .hp-bra-transform h2 {
    font-size: 24px;
  }
  .cms-index-index .std .hp-bra-transform .desc,
  .cms-page-view .std .hp-bra-transform .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cms-index-index .std .hp-bra-transform .steps,
  .cms-page-view .std .hp-bra-transform .steps {
    margin-bottom: 20px;
  }
  .cms-index-index .std .hp-bra-transform .steps .step,
  .cms-page-view .std .hp-bra-transform .steps .step {
    width: 100%;
    padding-bottom: 60px;
  }
  .cms-index-index .std .hp-bra-transform .steps .step:after,
  .cms-page-view .std .hp-bra-transform .steps .step:after {
    width: 1px;
    height: 40px;
    border-bottom: 0;
    border-left: 1px dashed #9b9c9f;
    top: auto;
    bottom: 11px;
    margin-left: 0;
  }
  .cms-index-index .std .hp-bra-transform .steps .step:last-child,
  .cms-page-view .std .hp-bra-transform .steps .step:last-child {
    padding-bottom: 0;
  }
  .cms-index-index .std .hp-bra-transform .down,
  .cms-page-view .std .hp-bra-transform .down {
    font-size: 11px;
  }
}
@media only screen and (max-width: 979px) {
  .cms-index-index .std .hp-bra-transform,
  .cms-page-view .std .hp-bra-transform {
    padding: 40px 15px;
  }
}

.hp-subscribe .block-subscribe {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}
.hp-subscribe .block-title-2 {
  width: 760px;
  margin: auto;
  max-width: 100%;
}
.hp-subscribe .block-title-2 .icon-rt_rosemail-curves {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.hp-subscribe .block-title-2 .icon-rt_rosemail-curves:before {
  width: auto;
}
.hp-subscribe .block-title-2 h2 {
  color: #fff;
  font-family: "Domaine Bold", Georgia;
  font-size: 35px;
  text-transform: lowercase;
  margin: 25px 0 30px;
  line-height: 1;
}
.hp-subscribe .block-title-2 p {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 22px;
}
.hp-subscribe .block-content {
  margin: 30px 0 0;
  position: relative;
  padding-top: 105px;
}
.hp-subscribe .block-content:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 1px;
  top: 0;
  left: 50%;
  border-right: 1px dashed #a9a9a9;
}
.hp-subscribe .block-content .input-box input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.hp-subscribe .block-content .input-box .ajax-status.loading {
  color: #a9a9a9;
}
@media only screen and (max-width: 979px) {
  .hp-subscribe .block-title-2 h2 {
    font-size: 35px;
    margin: 10px 0 20px;
  }
  .hp-subscribe .block-title-2 p {
    font-size: 11px;
    line-height: 19px;
  }
  .hp-subscribe .block-content {
    margin: 15px 0 0;
    position: relative;
    padding-top: 65px;
  }
  .hp-subscribe .block-content:before {
    height: 50px;
  }
}

.hp-banner {
  position: relative;
}
.hp-banner .masonry-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(125, 126, 130, 0.95);
  height: 100%;
  width: 100%;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-no-route .mobile {
  display: none;
}
@media only screen and (max-width: 770px) {
  .cms-no-route .mobile {
    display: block;
  }
  .cms-no-route .mobile .container {
    font-size: 15px;
    line-height: 25px;
    padding: 30px 15px 10px !important;
    text-align: center;
  }
  .cms-no-route .mobile .container a {
    color: #dca7ab;
  }
}
@media only screen and (max-width: 770px) {
  .cms-no-route .desktop {
    display: none;
  }
}
.cms-no-route .std {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100%;
}

.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3 {
  border: none;
}
.cms-page-view .col-main img {
  width: 100%;
}
.cms-page-view .std {
  color: #7d7e82;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}
.cms-page-view .std:after {
  content: '';
  display: table;
  clear: both;
}
.cms-page-view .std img {
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  .cms-page-view .std {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-page-view .std {
    padding: 0 15px;
  }
}
.cms-page-view .std .left-column {
  max-width: 63.7037%;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .cms-page-view .std .left-column {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-page-view .std .left-column {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.cms-page-view .std .right-column {
  max-width: 36.2963%;
  float: right;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .std .right-column {
    max-width: 100%;
    width: 100%;
  }
}
.cms-page-view .std .right-column .contact-info {
  background: #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  margin-top: 13px;
  padding-bottom: 19px;
  width: 313px;
}
@media only screen and (max-width: 479px) {
  .cms-page-view .std .right-column .contact-info {
    width: 100%;
  }
}
.cms-page-view .std .right-column .contact-info h4 {
  border-bottom: 1px solid #e4e4e4;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 20px;
  width: 100%;
}
.cms-page-view .std .right-column ul {
  margin-bottom: 0;
}
.cms-page-view .std .right-column li {
  list-style: none;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 17px;
  padding-bottom: 8px;
  padding-top: 14px;
  margin-left: 20px;
}
.cms-page-view .std .right-column li a {
  color: #7d7e82;
}
.cms-page-view .std .right-column li.icon span {
  display: inline-block;
  margin-left: 37px;
  vertical-align: top;
}
.cms-page-view .std .right-column li.icon:before {
  position: absolute;
  padding-top: 2px;
  color: #dca7ab;
}
.cms-page-view .std .right-column li.icon.icon-rt_email:before {
  font-size: 12px;
}
.cms-page-view .std .right-column li.icon.icon-rt_phone::before {
  font-size: 18px;
}
.cms-page-view .std .right-column li.icon.icon-rt_storelocator::before {
  font-size: 21px;
}
.cms-page-view .std .right-column li.icon.icon-rt_clock::before {
  font-size: 17px;
}
.cms-page-view .std img {
  max-width: 100%;
}
.cms-page-view .std p {
  color: #7d7e82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 21px;
  margin-bottom: 14px;
}
.cms-page-view .std h1 {
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  text-transform: lowercase;
}
.cms-page-view .std h2 {
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  text-transform: lowercase;
  margin-top: 48px;
}
.cms-page-view .std h2:first-child {
  margin-top: 8px;
}
.cms-page-view .std h3 {
  color: #dca7ab;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: none;
  font-size: 13px;
  margin-bottom: 22px;
}
.cms-page-view .std li {
  color: #7d7e82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.cms-page-view .std .privacy-policy li {
  font-size: 11px;
}
.cms-page-view .col-left:after {
  content: '';
  display: table;
  clear: both;
}

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

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

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 0 15px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eaeae7;
  position: relative;
  line-height: 52px;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
#accordion > dl > dt span {
  display: block;
}
#accordion > dl > dt:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 0;
}
#accordion > dl > dt:hover {
  background-color: #ededed;
}
#accordion > dl > dd {
  padding: 15px;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #eaeae7;
  font-size: 10px;
  line-height: 18px;
}
#accordion > dl > dd p {
  margin-bottom: 18px;
}
#accordion > dl > dd p:last-of-type {
  margin-bottom: 0;
}
#accordion > dl > dd p strong {
  font-weight: 600;
  color: #666;
}
#accordion > dl > dd:last-child {
  border-width: 0 0 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

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

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

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

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
.cms-about-us .std a {
  color: #7d7e82;
  text-decoration: underline;
}
.cms-about-us .std a:hover {
  text-decoration: none;
}

.half {
  float: left;
  width: 50%;
}
.half.right {
  text-align: right;
}
.half.right img {
  float: right;
}
.half h3 {
  font-size: 15px !important;
  margin-bottom: 32px;
  line-height: 26px !important;
}

.full-width {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 18px;
  clear: both;
  width: 100%;
}
.full-width:first-child {
  margin-top: 12px;
}
.full-width h1 {
  border-top: 1px solid #dca7ab;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.full-width h1 span {
  background: #fdfdf9;
  left: 50%;
  margin: -15px 0 0 -110px;
  position: absolute;
  text-align: center;
  width: 210px;
}
.full-width h2 {
  padding-bottom: 12px;
  margin-top: 90px !important;
}
.full-width .half.top h2 {
  margin-top: 25px !important;
}
.full-width .team {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  display: inline-block;
  margin-top: 18px;
  padding: 36px 28px;
  width: 100%;
}
.full-width .team img {
  float: left;
  margin-right: 28px;
}
.full-width .team h5 {
  color: #dca7ab;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: none;
}
.full-width .team .title {
  font-size: 12px;
  margin-bottom: 17px;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .full-width .team .title {
    display: table;
  }
}
.full-width .team div {
  display: table;
}
@media only screen and (max-width: 599px) {
  .full-width .team div {
    display: inline;
  }
}
@media only screen and (max-width: 336px) {
  .full-width .team div {
    display: inline-block;
    margin-top: 15px;
  }
}
.full-width .team p:last-child {
  margin-bottom: 0;
}

#map, #map1 {
  display: inline-block;
  width: 100%;
  height: 410px;
}

.half .contact-info {
  border-bottom: 1px solid #eaeae7;
  border-top: 1px solid #eaeae7;
  margin-top: 31px;
  padding-bottom: 3px;
  padding-top: 10px;
}
.half .contact-info li {
  list-style: none;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 17px;
  padding-bottom: 8px;
  padding-top: 14px;
  margin-left: 0;
}
.half .contact-info li a {
  color: #7d7e82;
}
.half .contact-info li.icon span {
  display: inline-block;
  margin-left: 32px;
  vertical-align: top;
}
.half .contact-info li.icon:before {
  position: absolute;
  padding-top: 2px;
  color: #dca7ab;
}
.half .contact-info li.icon.icon-rt_email:before {
  font-size: 10px;
  padding-top: 4px;
}
.half .contact-info li.icon.icon-rt_phone::before {
  font-size: 13px;
}
.half .contact-info li.icon.icon-rt_storelocator::before {
  font-size: 15px;
}
.half .contact-info li.icon.icon-rt_clock::before {
  font-size: 13px;
}
.half .contact-info li table {
  margin-left: 32px;
  font-size: 12px;
}
.half .contact-info li table td {
  width: 120px;
}

.cms-fit-studio h1 {
  margin-top: 70px;
}
.cms-fit-studio .half {
  margin-bottom: 45px;
}
@media only screen and (max-width: 770px) {
  .cms-fit-studio .half {
    margin-bottom: 15px;
  }
  .cms-fit-studio .half img {
    display: none;
  }
}

.cms-stores .heading {
  border-bottom: 1px solid #eaeae7;
  margin-top: 76px;
  padding-bottom: 90px;
}
.cms-stores h1 {
  border-bottom: 2px dashed #bdbdbd;
  display: table;
  font-size: 35px !important;
  line-height: 48px;
  margin: 0 auto 32px;
  padding-bottom: 22px;
  text-align: center;
}
.cms-stores h4 {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto;
  max-width: 890px;
  text-align: center;
  text-transform: none;
}
.cms-stores .half {
  height: 547px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .cms-stores .half {
    height: auto;
  }
}
@media only screen and (max-width: 770px) {
  .cms-stores .half {
    margin-bottom: 0;
  }
  .cms-stores .half img {
    display: none;
  }
}
.cms-stores .half .outlet {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 979px) {
  .cms-stores .half .outlet {
    padding: 0 15px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 770px) {
  .cms-stores .half .outlet {
    padding: 0;
  }
  .cms-stores .half .outlet .contact-info {
    margin-bottom: 30px;
  }
}

.cms-fit-studio .std, .cms-stores .std {
  max-width: 100%;
  padding: 0;
}
.cms-fit-studio .std .content, .cms-stores .std .content {
  margin: 30px auto 0;
  max-width: 1200px;
  padding: 0 15px;
}
.cms-fit-studio .std .content h3, .cms-stores .std .content h3 {
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 0;
}

#bodyContent {
  text-align: center;
}

@media only screen and (max-width: 770px) {
  .half {
    width: 100%;
  }
  .half.right {
    text-align: left;
  }

  .cms-stores h1, .cms-fit-studio h1 {
    margin-top: 20px;
  }

  #contactForm ul li:last-child {
    margin-bottom: 0 !important;
  }

  .full-width .team {
    margin-top: 10px;
    padding: 15px 28px;
  }
}
.cms-press .std {
  padding-top: 20px;
  color: #7d7e82;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
.cms-press .std .press-info {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  display: inline-block;
  margin-top: 18px;
  padding: 32px 28px 18px;
  width: 100%;
}
.cms-press .std .press-info h5 {
  color: #dca7ab;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: none;
}
.cms-press .std .press-info .title {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
}
.cms-press .std .press-info li {
  margin-left: 0;
  list-style: none;
}
.cms-press .std .press-info li.icon-rt_email:before {
  color: #dca7ab;
  font-size: 12px;
  margin-left: 0;
}
.cms-press .std .press-info li a {
  color: #7d7e82;
  font-size: 11px;
  padding-left: 22px;
}
.cms-press .std .press-title {
  margin-bottom: 7px;
  margin-top: 49px;
  display: inline-block;
  width: 100%;
}
.cms-press .std .press-title h1 {
  border-top: 1px solid #dca7ab;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.cms-press .std .press-title h1 span {
  background: #fdfdf9;
  left: 50%;
  margin: -15px 0 0 -110px;
  position: absolute;
  text-align: center;
  width: 210px;
}
.cms-press .std .full-width {
  margin-top: 7px;
}
.cms-press .std .full-width h2 {
  margin-top: 0 !important;
}
.cms-press .std .full-width .media-block {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  float: left;
  padding: 15px;
  max-width: 602px;
  width: 56.36704%;
}
.cms-press .std .full-width .media-block iframe {
  max-width: 100%;
}
.cms-press .std .full-width .text-block {
  float: right;
  height: 360px;
  max-width: 400px;
  position: relative;
  width: 37.45318%;
}
.cms-press .std .full-width .text-block h3 {
  margin-top: -15px;
}
.cms-press .std .full-width .text-block .press {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-press .std .full-width .view-article {
  padding-top: 13px;
}
.cms-press .std .full-width .view-article a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dca7ab;
  color: #dca7ab;
  display: block;
  font-family: "Domaine Bold", Georgia;
  font-size: 14px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  width: 198px;
}
.cms-press .std .full-width .view-article a:hover {
  background: #dca7ab;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .cms-press .std .full-width .media-block, .cms-press .std .full-width .text-block {
    height: auto;
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .cms-press .std .full-width .media-block {
    max-width: 602px;
  }
  .cms-press .std .full-width .text-block {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 30px;
  }
  .cms-press .std .full-width .text-block .press {
    margin-top: 20px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cms-press .std .full-width .text-block .view-article {
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
}
.cms-page-view .page-title {
  margin: 42px 15px 49px;
}

.cms-faq .page-title {
  margin: 42px auto 49px;
  max-width: 1080px;
}
.cms-faq .faq-heading {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 20px 10px;
  margin-top: 13px;
}
.cms-faq .faq-heading h2 {
  text-transform: none;
}

.faq-block {
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
  max-width: 1080px;
}
.cms-page-view .faq-block h2 {
  color: #7d7e82;
  text-transform: none;
  margin: 40px 0 25px;
}
.cms-page-view .faq-block h2:first-child {
  margin-top: 40px;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .faq-block h2 {
    margin: 20px 0;
  }
  .cms-page-view .faq-block h2:first-child {
    margin-top: 20px;
  }
}
.faq-block .faq-question {
  font-size: 12px;
}
.faq-block .faq-question .question {
  border-top: 1px solid #ddd;
  color: #dca7ab;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  min-height: 40px;
  padding-top: 9px;
  position: relative;
  width: 100%;
  font-weight: 500;
}
.faq-block .faq-question .question:after {
  color: #7d7e82;
  content: "+";
  position: absolute;
  right: 0;
  top: 9px;
}
.faq-block .faq-question .question.active:after {
  color: #7d7e82;
  content: "-";
}
@media only screen and (max-width: 1100px) {
  .faq-block .faq-question .question {
    padding: 9px 0;
  }
}
.faq-block .faq-question .faq-answer {
  font-size: 11px;
  line-height: 21px;
  padding: 6px 0 19px;
}
@media only screen and (max-width: 1100px) {
  .faq-block .faq-question .faq-answer {
    padding: 0 0 15px;
  }
}
.faq-block .faq-question .faq-answer p {
  margin: 0;
  line-height: 21px;
}
.faq-block .faq-question .faq-answer ul {
  margin: 0;
  list-style: none;
}
.faq-block .faq-question .faq-answer ul li {
  margin: 0;
  font-size: 11px;
  line-height: 21px;
}
@media only screen and (max-width: 770px) {
  .faq-block {
    margin: 0;
  }
}

#forgiving-fit {
  display: none;
  position: fixed;
  width: 1120px;
  height: 680px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 95px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9999;
  text-align: center;
}
#forgiving-fit h2 {
  border-bottom: 1px dashed #dddddd;
  display: inline-block;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 33px;
  padding-bottom: 23px;
  color: #dca7ab;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
}
#forgiving-fit p {
  font-size: 12px;
}
#forgiving-fit .content {
  height: 100%;
  overflow: hidden;
}
#forgiving-fit .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#forgiving-fit .close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
}
#forgiving-fit .close:after {
  content: "";
  height: 1px;
  width: 17px;
  background-color: #7d7e82;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#forgiving-fit .content-wrap {
  padding: 25px 0 10px;
  width: 100%;
  height: calc(100% - 10px);
}
#forgiving-fit .content-inner h4 {
  font-size: 11px !important;
  margin-top: 32px;
  text-align: center;
}
#forgiving-fit .content-inner p {
  margin: 0 auto 15px;
  max-width: 88%;
  text-align: center;
}
#forgiving-fit .content-inner .second-block {
  border-top: 1px solid #ececec;
  margin-top: 35px;
  padding-top: 38px;
}
#forgiving-fit .content-inner .second-block img {
  margin-top: 22px;
  margin-bottom: 33px;
}
#forgiving-fit .content-inner img {
  margin: 0 auto;
}
#forgiving-fit .content-inner img.first {
  border-bottom: 1px solid #ececec;
}
@media only screen and (max-width: 979px) {
  #forgiving-fit .content-wrap {
    padding: 10px;
  }
  #forgiving-fit .content-wrap .content .content-top {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #forgiving-fit {
    top: 65px;
    max-height: calc(100% - 80px);
  }
}

.sm-bra-buttons {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cms-sports-and-maternity-bras .std {
  padding-top: 0;
}

/**
* Students site
**/
.cms-student .std {
  width: 100%;
  max-width: 100%;
}
.cms-student .student-wrap {
  margin: 0 auto 49px;
  padding: 0 110px;
}
.cms-student .student-wrap .page-title {
  margin: 30px 0 49px;
  font-size: 30px;
}
@media only screen and (max-width: 770px) {
  .cms-student .student-wrap {
    padding: 20px 20px 0;
  }
}
.cms-student .popupcontent {
  padding: 30px;
}
.cms-student .account-create h3 {
  color: #7d7e82;
  font-size: 15px;
}
.cms-student .input-text {
  color: #9b9b9b;
  font-size: 11px;
  height: 40px;
  margin-bottom: 0;
  outline: 0 none;
  outline-offset: 0;
  padding: 6px 13px 6px 135px;
  width: 100%;
}
.cms-student ul, .cms-student ol {
  list-style: none;
}
.cms-student .input-box {
  position: relative;
}
.cms-student .input-box label {
  color: #7d7e82;
  font-size: 11px;
  font-weight: normal;
  left: 12px;
  position: absolute;
  top: 12px;
}
.cms-student .form-list > li, .cms-student .form-list .field, .cms-student .form-list .wide, .cms-student .form-list .control {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .cms-student {
    width: 100%;
  }
}
.cms-student .student-slider {
  position: relative;
  margin: 0 110px;
}
@media only screen and (max-width: 770px) {
  .cms-student .student-slider {
    padding: 0 20px;
    margin: 0;
  }
}
.cms-student .student-slider .owl-wrapper-outer {
  overflow: hidden;
  width: 100%;
}
.cms-student .student-slider .owl-item {
  float: left;
}
.cms-student .student-slider .owl-item img {
  width: 100%;
}
.cms-student .student-slider .owl-buttons div {
  cursor: pointer;
  height: 37px;
  margin-top: -18px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 20px;
}
.cms-student .student-slider .owl-buttons div:before {
  color: #7d7e82;
  font-size: 37px;
  line-height: 37px;
  opacity: 0.2;
  position: absolute;
  text-indent: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.cms-student .student-slider .owl-buttons .owl-prev {
  left: -70px;
}
@media only screen and (max-width: 770px) {
  .cms-student .student-slider .owl-buttons .owl-prev {
    left: -10px;
  }
}
.cms-student .student-slider .owl-buttons .owl-next {
  right: -70px;
}
@media only screen and (max-width: 770px) {
  .cms-student .student-slider .owl-buttons .owl-next {
    right: -10px;
  }
}

.error-page .icon-scroll {
  color: #fff;
  font-size: 32px;
  height: 64px;
  line-height: 32px;
  position: absolute;
  bottom: 10px;
  width: 20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.error-page .icon-scroll:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.error-page .icon-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 24px;
  width: 1px;
  border-left: 1px dashed #fff;
}
@media only screen and (max-width: 979px) {
  .error-page .icon-scroll {
    display: none;
  }
}
.error-page .error-detail {
  color: #000;
  text-align: center;
}
.error-page .error-detail h1 {
  font-size: 62px;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #d2a0a2;
}
.error-page .error-detail .sub-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.error-page .error-detail .link-message {
  font-size: 14px;
  margin-bottom: 4px;
}
.error-page .error-detail ul {
  margin-top: 20px;
}
.error-page .error-detail ul li {
  list-style: none;
  margin-left: 0;
  font-size: 18px;
  font-weight: 100;
}
.error-page .error-detail ul a {
  color: #000;
}
.error-page .error-detail ul a:hover {
  color: #d2a0a2;
  text-decoration: none;
}
@media only screen and (min-width: 979px) {
  .error-page .error-detail {
    position: absolute;
    top: 9%;
    left: 9%;
    text-align: left;
  }
  .error-page .error-detail h1 {
    font-size: 92px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .error-page .error-detail .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .error-page .error-detail ul {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1199px) {
  .error-page .error-detail {
    top: 0;
  }
  .error-page .error-detail h1 {
    font-size: 144px;
    margin-bottom: 25px;
  }
  .error-page .error-detail .sub-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .error-page .error-detail .link-message {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .error-page .error-detail ul {
    margin-top: 10px;
  }
  .error-page .error-detail ul li {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1299px) {
  .error-page .error-detail {
    top: 9%;
  }
}

.cms-index-noroute .instafeed-wrap {
  margin-top: 12px;
}
@media only screen and (min-width: 979px) {
  .cms-index-noroute .instafeed-wrap {
    margin-top: 38px;
    border-top: none;
  }
}

.cms-find-your-perfect-bra .std,
.cms-bra-shapes .std,
.cms-knicker-guide .std,
.cms-international-size-chart .std,
.cms-bra-size-calculator .std {
  padding: 0;
  max-width: 100%;
}
.cms-find-your-perfect-bra .instafeed-wrap,
.cms-bra-shapes .instafeed-wrap,
.cms-knicker-guide .instafeed-wrap,
.cms-international-size-chart .instafeed-wrap,
.cms-bra-size-calculator .instafeed-wrap {
  margin-top: 0;
  padding-top: 35px;
}
@media only screen and (max-width: 599px) {
  .cms-find-your-perfect-bra .instafeed-wrap,
  .cms-bra-shapes .instafeed-wrap,
  .cms-knicker-guide .instafeed-wrap,
  .cms-international-size-chart .instafeed-wrap,
  .cms-bra-size-calculator .instafeed-wrap {
    padding-top: 20px;
  }
}

.fyf-breadcrumb {
  height: 46px;
  line-height: 45px;
  padding: 0 57px;
  border-bottom: 1px solid #eaeae7;
}
.fyf-breadcrumb .links {
  float: left;
}
.fyf-breadcrumb .links a {
  float: left;
  display: block;
  text-transform: uppercase;
  margin-right: 45px;
  font-size: 10px;
  color: #7d7e82;
}
.fyf-breadcrumb .links a:hover {
  text-decoration: none;
  color: #dca7ab;
}
.fyf-breadcrumb .links a.active {
  color: #dca7ab;
  position: relative;
  border-bottom: 1px solid #dca7ab;
}
.fyf-breadcrumb .icon-rt_freedelivery {
  color: #dca7ab;
  float: right;
  font-family: "Domaine Bold", Georgia;
  font-size: 12px;
  line-height: 46px;
  text-transform: lowercase;
}
.fyf-breadcrumb .icon-rt_freedelivery:hover {
  text-decoration: none;
}
.fyf-breadcrumb .icon-rt_freedelivery:before {
  float: left;
  font-size: 19px;
  line-height: 40px;
  margin-right: 8px;
}
@media only screen and (max-width: 1299px) {
  .fyf-breadcrumb {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 979px) {
  .fyf-breadcrumb {
    display: none;
  }
}

.fyf-head {
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/bra-transform-back.1576497619.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 15px 140px;
  text-align: center;
  letter-spacing: 0.03em;
}
.fyf-head .title {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.fyf-head .title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  position: relative;
  margin: 0;
  font-weight: 300;
}
.fyf-head .title h3:before, .fyf-head .title h3:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 70px;
  height: 1px;
  background-color: #fff;
}
.fyf-head .title h3:before {
  left: 0;
}
.fyf-head .title h3:after {
  right: 0;
}
.fyf-head .title h2 {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}
.fyf-head .info {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.fyf-head .info p {
  font-size: 13px;
  line-height: 21px;
  color: #fff;
}
.fyf-head .info .button {
  width: 320px;
  max-width: 100%;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .fyf-head {
    padding: 110px 15px 150px;
  }
  .fyf-head .title {
    margin-bottom: 25px;
    width: 250px;
  }
  .fyf-head .title h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .fyf-head .title h3:before, .fyf-head .title h3:after {
    width: 55px;
    top: 16px;
  }
  .fyf-head .title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .fyf-head .info p {
    font-size: 11px;
    line-height: 20px;
  }
  .fyf-head .info .button {
    margin-top: 35px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}

.alt-fit {
  margin: 65px 57px 75px;
}
.alt-fit h2 {
  text-align: center;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  line-height: 1;
  color: #dca7ab;
  margin: 0 0 60px;
  position: relative;
  letter-spacing: 0.03em;
}
.alt-fit h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dca7ab;
}
.alt-fit h2 span {
  display: inline-block;
  background-color: #fdfdf9;
  padding: 0 40px;
  position: relative;
}
.alt-fit ul {
  margin: 0;
}
.alt-fit ul:after {
  content: '';
  display: table;
  clear: both;
}
.alt-fit ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  color: #a4a4a7;
  margin: 0;
  list-style: none;
}
.alt-fit ul li span {
  display: block;
}
.alt-fit ul li .title {
  font-size: 16px;
  line-height: 1;
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}
.alt-fit ul li .icon {
  height: 30px;
  margin-bottom: 18px;
  height: 24px;
  line-height: 24px;
  position: relative;
}
.alt-fit ul li .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.alt-fit ul li .icon-sizecalculator {
  font-size: 13px;
}
.alt-fit ul li .icon-sizechart {
  font-size: 24px;
}
.alt-fit ul li .icon-brashape {
  font-size: 27px;
}
.alt-fit ul li .icon-knickershape {
  font-size: 20px;
}
.alt-fit ul li .desc {
  max-width: 280px;
  margin: auto;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.alt-fit ul li a {
  margin-top: 8px;
  color: #dca7ab;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
.alt-fit ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  .alt-fit {
    margin: 30px 15px;
  }
}
@media only screen and (max-width: 979px) {
  .alt-fit {
    margin: 30px 0 0;
  }
  .alt-fit h2 {
    margin: 0 15px;
  }
  .alt-fit ul li {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #e3e4e1;
  }
  .alt-fit ul li:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .alt-fit h2 {
    font-size: 16px !important;
  }
  .alt-fit h2 span {
    padding: 0 8px;
  }
  .alt-fit h2:before {
    top: 7px;
  }
  .alt-fit ul li .title {
    font-size: 14px;
  }
  .alt-fit ul li a {
    margin-top: 15px;
    font-size: 11px;
  }
}

.stores {
  border-top: 1px solid #eaeae7;
}
.stores:after {
  content: '';
  display: table;
  clear: both;
}
.stores .img {
  width: 50%;
  float: left;
}
.stores.store-right .img {
  float: right;
}
.stores.store-right .info .inner .address {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.stores .info {
  float: left;
  width: 50%;
  padding: 75px 57px 0;
}
.stores .info .inner {
  width: 610px;
  max-width: 100%;
  margin: auto;
}
.stores .info .inner:after {
  content: '';
  display: table;
  clear: both;
}
.stores .info .inner h2 {
  font-size: 18px;
  margin: 0 0 10px;
}
.stores .info .inner .desc {
  font-size: 13px;
  line-height: 21px;
  color: #dca7ab;
  margin-bottom: 35px;
  font-weight: 300;
}
.stores .info .inner .address h3 {
  font-size: 14px;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.stores .info .inner .address ul {
  list-style: none;
  margin: 0;
}
.stores .info .inner .address ul li {
  margin: 0 0 14px;
  line-height: 18px;
  position: relative;
  font-size: 12px;
  padding-left: 30px;
  font-weight: 300;
}
.stores .info .inner .address ul li:last-child {
  margin-bottom: 0;
}
.stores .info .inner .address ul li span {
  position: absolute;
  left: 0;
  color: #dca7ab;
}
.stores .info .inner .address ul li span:before {
  width: auto;
}
.stores .info .inner .address ul li .icon-rt_email {
  font-size: 9px;
}
.stores .info .inner .address ul li .icon-rt_storelocator {
  font-size: 15px;
}
.stores .info .inner .address ul li a {
  color: #7d7e82;
}
@media only screen and (max-width: 1299px) {
  .stores .info {
    padding: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .stores .img {
    width: 100%;
  }
  .stores .info {
    width: 100%;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 599px) {
  .stores.store-right .info .inner .address {
    width: 100%;
    margin-bottom: 20px;
  }
  .stores.store-right .info .inner .address:last-of-type {
    margin-bottom: 0;
  }
  .stores .info .inner h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .stores .info .inner .desc {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 25px;
  }
  .stores .info .inner .address ul li {
    font-size: 11px;
    line-height: 16px;
  }
}

.bra-shapes-head {
  margin: 54px 0 60px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.03em;
}
.bra-shapes-head h1 {
  line-height: 1;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 64px 0 30px;
  border-bottom: 1px dashed #7d7e82;
  position: relative;
  text-transform: lowercase;
}
.bra-shapes-head h1:before {
  position: absolute;
  top: 0;
  left: 50%;
  color: #7d7e82;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  margin-left: -20px;
}
.bra-shapes-head h1.icon-rt_desireable, .bra-shapes-head h1.icon-rt_confortable {
  font-size: 35px;
}
.bra-shapes-head h1.icon-sizecalculator:before {
  font-size: 20px;
  margin-left: -25px;
}
.bra-shapes-head .desc {
  width: 900px;
  max-width: 100%;
  margin: auto;
}
.bra-shapes-head .desc p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.bra-shapes-head .desc p:last-child {
  margin-bottom: 0;
}
.bra-shapes-head .desc p a {
  text-transform: uppercase;
  display: inline-block;
  color: #dca7ab;
  font-size: 11px;
  text-decoration: underline;
}
.bra-shapes-head .desc p a:hover {
  text-decoration: none;
}
.bra-shapes-head ul.knicker-size {
  border: 1px solid #eaeae7;
  margin: 35px auto 0;
  width: 1000px;
  max-width: 100%;
  list-style: 0;
  padding: 0;
  text-align: center;
}
.bra-shapes-head ul.knicker-size:after {
  content: '';
  display: table;
  clear: both;
}
.bra-shapes-head ul.knicker-size li {
  float: left;
  width: 12.5%;
  line-height: 53px;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
}
.bra-shapes-head ul.knicker-size li span {
  display: block;
  border-bottom: 1px solid #eaeae7;
  font-size: 11px;
  font-weight: 500;
}
@media only screen and (max-width: 979px) {
  .bra-shapes-head {
    margin: 25px auto;
  }
  .bra-shapes-head h1 {
    padding: 40px 0 15px;
    margin-bottom: 15px;
  }
  .bra-shapes-head h1:before {
    font-size: 31px;
    line-height: 31px;
    width: 32px;
    margin-left: -16px;
  }
  .bra-shapes-head h1.icon-rt_desireable, .bra-shapes-head h1.icon-rt_confortable {
    font-size: 18px;
  }
  .bra-shapes-head h1.icon-sizecalculator:before {
    font-size: 14px;
    margin-left: -18px;
  }
  .bra-shapes-head .desc p {
    font-size: 11px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 770px) {
  .bra-shapes-head ul.knicker-size {
    text-align: left;
  }
  .bra-shapes-head ul.knicker-size li {
    width: 50%;
    border-bottom: 1px solid #eaeae7;
    line-height: 42px;
    padding: 0 24px;
    font-size: 10px;
  }
  .bra-shapes-head ul.knicker-size li span {
    display: inline-block;
    border-bottom: 0;
    margin-right: 5px;
    font-size: 10px;
  }
  .bra-shapes-head ul.knicker-size li:nth-child(odd) {
    border-right: 1px solid #eaeae7;
  }
  .bra-shapes-head ul.knicker-size li:last-child, .bra-shapes-head ul.knicker-size li:nth-last-child(2) {
    border-bottom: 0;
  }
}

.bra-shapes-wrap {
  border-top: 1px solid #eaeae7;
  border-width: 1px 0;
}
.bra-shapes-wrap .break-view {
  margin-bottom: 0;
  border: 0;
  letter-spacing: 0.03em;
}
.bra-shapes-wrap .break-view:nth-child(even) .img {
  float: left;
}
.bra-shapes-wrap .break-view:nth-child(even) .info {
  left: auto;
  right: 0;
}
.bra-shapes-wrap .break-view h2 {
  font-size: 28px;
  line-height: 46px;
}
.bra-shapes-wrap .break-view h2:first-child {
  margin-top: 0;
}
.bra-shapes-wrap .break-view h2 span {
  font-size: 18px;
}
.bra-shapes-wrap .break-view .info .more-info .range {
  margin-top: 30px;
  display: inline-block;
  height: 40px;
  border: 1px solid #dca7ab;
  color: #dca7ab;
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  width: 198px;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.bra-shapes-wrap .break-view .info .more-info p {
  font-size: 13px;
}
.bra-shapes-wrap .break-view .info .short {
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .bra-shapes-wrap .break-view:nth-child(even) .img {
    float: none;
  }
  .bra-shapes-wrap .break-view h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .bra-shapes-wrap .break-view h2 span {
    font-size: 11px;
    display: inline-block;
  }
  .bra-shapes-wrap .break-view .img {
    display: block;
    width: 100%;
    float: none;
    position: relative;
  }
  .bra-shapes-wrap .break-view .img:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #fdfdf9 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
  }
  .bra-shapes-wrap .break-view .info {
    padding: 25px 15px 32px;
  }
  .bra-shapes-wrap .break-view .info .more-info .bra-slide {
    display: block;
    padding: 22px 0 13px;
  }
  .bra-shapes-wrap .break-view .info .more-info .range {
    height: 38px;
    line-height: 36px;
    font-size: 12px;
    width: 360px;
    max-width: 100%;
    margin-top: 5px;
  }
  .bra-shapes-wrap .break-view .info .more-info p {
    display: block;
    padding: 0;
    font-size: 11px;
  }
  .bra-shapes-wrap .break-view .info .desc {
    display: block;
    padding: 0;
    font-size: 11px;
  }
}
@media only screen and (max-width: 599px) {
  .bra-shapes-wrap .break-view .info {
    text-align: left;
  }
  .bra-shapes-wrap .break-view .info .more-info .range {
    margin: 20px auto 0;
    display: block;
  }
}

.knicker-size-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.knicker-size-wrap .knicker-shape {
  width: 33.3333%;
  float: left;
}
.knicker-size-wrap .knicker-shape:nth-of-type(3n+1) {
  clear: both;
}
.knicker-size-wrap .knicker-shape .img {
  width: 100%;
}
.knicker-size-wrap .knicker-shape .img img {
  width: 100%;
}
.knicker-size-wrap .knicker-shape .info {
  padding: 40px 15px 50px;
  text-align: center;
}
.knicker-size-wrap .knicker-shape .info h2 {
  font-size: 18px;
  color: #7d7e82;
  margin: 0 0 20px;
}
.knicker-size-wrap .knicker-shape .info .desc {
  width: 300px;
  max-width: 100%;
  margin: auto;
  min-height: 40px;
}
.knicker-size-wrap .knicker-shape .info .desc p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.knicker-size-wrap .knicker-shape .info .desc p:last-child {
  margin-bottom: 0;
}
.knicker-size-wrap .knicker-shape .info .range {
  margin-top: 20px;
  display: inline-block;
  height: 40px;
  border: 1px solid #dca7ab;
  color: #dca7ab;
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Domaine Bold", Georgia;
  width: 198px;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .knicker-size-wrap .knicker-shape {
    width: 50%;
  }
  .knicker-size-wrap .knicker-shape:nth-of-type(3n+1) {
    clear: none;
  }
  .knicker-size-wrap .knicker-shape:nth-of-type(2n+1) {
    clear: both;
  }
  .knicker-size-wrap .knicker-shape .info {
    padding: 25px 15px 30px;
  }
  .knicker-size-wrap .knicker-shape .info h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .knicker-size-wrap .knicker-shape .info .desc {
    min-height: 38px;
  }
  .knicker-size-wrap .knicker-shape .info .desc p {
    font-size: 11px;
    line-height: 19px;
  }
  .knicker-size-wrap .knicker-shape .info .range {
    height: 38px;
    line-height: 36px;
    font-size: 12px;
    width: 360px;
    max-width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .knicker-size-wrap .knicker-shape {
    width: 100%;
  }
  .knicker-size-wrap .knicker-shape .img {
    position: relative;
  }
  .knicker-size-wrap .knicker-shape .img:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #fdfdf9 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
  }
}

.int-size {
  padding: 0 57px 75px;
}
.int-size:after {
  content: '';
  display: table;
  clear: both;
}
.int-size h2 {
  text-align: center;
  font-size: 18px;
  text-transform: lowercase;
  color: #dca7ab;
  margin-bottom: 15px;
  font-family: "Domaine Bold", Georgia;
}
.int-size .band-size {
  float: left;
  width: 48%;
}
.int-size .cup-size {
  float: right;
  width: 40%;
}
.int-size .size-table {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  .int-size {
    padding: 0 15px 75px;
  }
  .int-size .band-size {
    width: 50%;
  }
  .int-size .cup-size {
    width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .int-size {
    padding: 0 15px 30px;
  }
  .int-size h2 {
    font-size: 16px;
  }
  .int-size .band-size {
    width: 100%;
    margin-bottom: 25px;
  }
  .int-size .cup-size {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .int-size {
    padding: 0 0 30px;
  }
}

.cms-bra-size-calculator .col-main {
  position: relative;
  padding-top: 46px;
}
.cms-bra-size-calculator .col-main .std {
  position: static;
}
.cms-bra-size-calculator .fyf-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .cms-bra-size-calculator .col-main {
    padding-top: 0px;
  }
}

#bra-calculator-wrapper {
  margin: 0 57px 65px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
#bra-calculator-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#bra-calculator-wrapper #bra-calculator-left {
  float: left;
  width: 73%;
  padding: 48px 48px 30px;
}
#bra-calculator-wrapper #bra-calculator-left:after {
  content: '';
  display: table;
  clear: both;
}
#bra-calculator-wrapper #bra-calculator-left .slider-wrapper {
  float: left;
  width: calc(50% - 35px);
}
#bra-calculator-wrapper #bra-calculator-left .slider-wrapper:last-of-type {
  float: right;
}
#bra-calculator-wrapper #bra-calculator-left .slider-wrapper h3 {
  font-size: 18px;
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  text-transform: lowercase;
  margin: 0;
}
#bra-calculator-wrapper #bra-calculator-left .slider-wrapper p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 25px;
}
#bra-calculator-wrapper #bra-calculator-left .slider-wrapper p a {
  color: #7d7e82;
  text-decoration: underline;
}
#bra-calculator-wrapper #bra-calculator-right {
  float: left;
  width: 27%;
  background-color: #f4d1d0;
  position: relative;
}
#bra-calculator-wrapper #bra-calculator-right:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #fff;
  left: 0;
  top: 123px;
  margin-top: -9px;
}
#bra-calculator-wrapper #bra-calculator-right .top {
  padding: 30px 15px 28px;
  border-bottom: 1px dashed #fff;
  text-align: center;
  height: 123px;
  font-size: 12px;
}
#bra-calculator-wrapper #bra-calculator-right .top .result {
  font-size: 40px;
  line-height: 1;
  margin-top: 10px;
  font-family: "Domaine Bold", Georgia;
  text-transform: uppercase;
}
#bra-calculator-wrapper #bra-calculator-right .bottom {
  padding: 38px 34px 32px;
}
#bra-calculator-wrapper #bra-calculator-right .bottom .button {
  width: 100%;
  height: 53px;
  line-height: 53px;
}
#bra-calculator-wrapper #bra-calculator-right .bottom .button .result-count-wrap {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 12px;
}
#bra-calculator-wrapper #unknown-size {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  width: calc(27% - 30px);
  height: calc(100% - 30px);
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  line-height: 21px;
}
#bra-calculator-wrapper #unknown-size h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Domaine Bold", Georgia;
  color: #dca7ab;
  text-transform: lowercase;
}
@media only screen and (max-width: 1299px) {
  #bra-calculator-wrapper {
    margin: 0 15px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  #bra-calculator-wrapper #bra-calculator-left {
    padding: 48px 15px 30px;
  }
  #bra-calculator-wrapper #bra-calculator-left .slider-wrapper {
    width: calc(50% - 10px);
  }
  #bra-calculator-wrapper #unknown-size {
    padding: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #bra-calculator-wrapper {
    margin: 15px;
  }
  #bra-calculator-wrapper #bra-calculator-left {
    padding: 0;
    width: 100%;
  }
  #bra-calculator-wrapper #bra-calculator-left .slider-wrapper {
    width: 100%;
    text-align: center;
    padding: 30px 15px 25px;
  }
  #bra-calculator-wrapper #bra-calculator-left .slider-wrapper:first-child {
    border-bottom: 1px solid #ececec;
  }
  #bra-calculator-wrapper #bra-calculator-right {
    width: 100%;
  }
  #bra-calculator-wrapper #bra-calculator-right:before {
    border-width: 8px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    top: 9px;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 979px) {
  #bra-calculator-wrapper {
    margin: 0;
    border-radius: 0;
  }
  #bra-calculator-wrapper #bra-calculator-left .slider-wrapper h3 {
    font-size: 16px;
  }
  #bra-calculator-wrapper #bra-calculator-left .slider-wrapper p {
    font-size: 11px;
  }
  #bra-calculator-wrapper #bra-calculator-right .top {
    font-size: 11px;
    height: auto;
    padding: 35px 15px 25px;
  }
  #bra-calculator-wrapper #bra-calculator-right .top .result {
    font-size: 30px;
  }
  #bra-calculator-wrapper #bra-calculator-right .bottom {
    padding: 30px 15px;
  }
  #bra-calculator-wrapper #unknown-size {
    width: calc(100% - 30px);
    top: auto;
    bottom: 15px;
    height: 198px;
  }
}

.bra-calc-wrap {
  margin: 0 57px 70px;
  position: relative;
}
.bra-calc-wrap:before {
  content: "";
  height: 1px;
  width: calc(100% - 570px);
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #dca7ab;
}
.bra-calc-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.bra-calc-wrap > img {
  float: left;
}
.bra-calc-wrap .info {
  float: right;
  width: calc(100% - 570px);
}
.bra-calc-wrap .info h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1;
  position: relative;
  margin: 0 0 45px;
}
.bra-calc-wrap .info h2:first-child {
  margin-top: 0;
}
.bra-calc-wrap .info h2:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dca7ab;
}
.bra-calc-wrap .info h2 span {
  display: inline-block;
  padding: 0 20px;
  background-color: #fdfdf9;
  position: relative;
}
.bra-calc-wrap .info .info-item {
  margin-bottom: 40px;
}
.bra-calc-wrap .info .info-item h3 {
  font-size: 18px;
  text-transform: lowercase;
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  margin: 0 0 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.bra-calc-wrap .info .info-item p {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1299px) {
  .bra-calc-wrap {
    margin: 0 15px 40px;
  }
}
@media only screen and (max-width: 979px) {
  .bra-calc-wrap {
    margin: 30px 15px;
  }
  .bra-calc-wrap:before {
    width: calc(50% - 15px);
  }
  .bra-calc-wrap > img {
    width: 50% !important;
  }
  .bra-calc-wrap .info {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 599px) {
  .bra-calc-wrap {
    margin: 0;
    padding-top: 75px;
    position: relative;
  }
  .bra-calc-wrap:before {
    display: none;
  }
  .bra-calc-wrap > img {
    width: 100% !important;
    float: none;
  }
  .bra-calc-wrap .info {
    padding: 30px 15px 0;
    width: 100%;
  }
  .bra-calc-wrap .info h2 {
    position: absolute;
    font-size: 16px;
    top: 30px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .bra-calc-wrap .info h2:before {
    top: 7px;
  }
  .bra-calc-wrap .info h2 span {
    padding: 0 8px;
  }
  .bra-calc-wrap .info .info-item {
    margin-bottom: 35px;
  }
}

.irs {
  height: 80px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 7px;
  top: 45px;
  border-radius: 4px;
  background-color: #e8e8e8;
}

.irs-line-left {
  height: 7px;
}

.irs-line-mid {
  height: 7px;
}

.irs-line-right {
  height: 7px;
}

.irs-bar {
  height: 7px;
  top: 45px;
  background-color: #f3cfcd;
}

.irs-bar-edge {
  top: 45px;
  height: 7px;
  width: 9px;
  background-color: #f3cfcd;
  border-radius: 4px 0 0 4px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 19px;
  height: 19px;
  top: 39px;
  background-color: #dca7ab;
  border: 1px solid #cb9a9e;
  border-radius: 100%;
}

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min, .irs-max {
  font-size: 10px;
  text-shadow: none;
  top: 62px;
}
.irs-min:after, .irs-max:after {
  content: "CM";
}

.irs-from, .irs-to, .irs-single {
  font-size: 11px;
  line-height: 27px;
  background: #e8e8e8;
  border-radius: 3px;
  width: 65px;
  text-align: center;
}

.irs-from:after, .irs-to:after, .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  overflow: hidden;
  border: 6px solid transparent;
  border-top-color: #e8e8e8;
}

.irs-single:after {
  content: "CM";
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

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

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

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

#recurring_start_date_trig {
  display: inline;
}

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

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

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

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

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

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

.widget {
  clear: both;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
#mc_quickview {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 12px;
  z-index: 99;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
#mc_quickview a {
  color: #333333;
  text-decoration: none;
}
#mc_quickview .quickview-placeholder {
  float: left;
}
#mc_quickview .gallery-images .product-image-gallery {
  width: 484px;
}
#mc_quickview .gallery-images .owl-pagination {
  top: -23px;
}
#mc_quickview .gallery-images .owl-pagination .owl-page {
  height: 11px;
  width: 11px;
  border-width: 2px;
}
#mc_quickview #mcquickview {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
  height: 510px;
}
#mc_quickview #mcquickview #magikloading {
  background: #fdfdf9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 510px;
}
#mc_quickview #mcquickview #magikloading .loader:before,
#mc_quickview #mcquickview #magikloading .loader:after,
#mc_quickview #mcquickview #magikloading .loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#mc_quickview #mcquickview #magikloading .loader {
  font-size: 10px;
  margin: -1em 0 0 -1em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#mc_quickview #mcquickview #magikloading .loader:before {
  left: -3em;
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#mc_quickview #mcquickview #magikloading .loader:after {
  left: 3em;
}
#mc_quickview #mcquickview #magikloading .loader:before, #mc_quickview #mcquickview #magikloading .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
#mc_quickview #mcquickview a#mcquickview-close {
  cursor: pointer;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: #777777;
  z-index: 2;
}
#mc_quickview #mcquickview a#mcquickview-close:hover {
  color: #565656;
  text-decoration: none;
}
#mc_quickview .trianglediv {
  top: -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fdfef9;
  border-color: #f3f3f0 #f3f3f0 transparent transparent;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(-45deg);
}
#mc_quickview .product-info-wrap {
  position: absolute;
  width: 50%;
  right: 0;
  top: 43px;
  padding-right: 57px;
}
#mc_quickview .product-info-wrap > .product-info {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 13px 25px 28px 30px;
}
#mc_quickview .product-info-wrap > .product-info .product-name:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .product-name .bra-shape {
  font-size: 17px;
  line-height: 27px;
  font-family: "Domaine Bold", Georgia;
  float: right;
  width: 50%;
  text-align: right;
}
#mc_quickview .product-info-wrap > .product-info .product-name .h1 {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 6px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  width: 50%;
}
#mc_quickview .product-info-wrap > .product-info .price-info {
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
#mc_quickview .product-info-wrap > .product-info .price-box {
  margin: 0;
}
#mc_quickview .product-info-wrap > .product-info .price-box .old-price,
#mc_quickview .product-info-wrap > .product-info .price-box .special-price,
#mc_quickview .product-info-wrap > .product-info .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
#mc_quickview .product-info-wrap > .product-info .price-box .regular-price .price,
#mc_quickview .product-info-wrap > .product-info .price-box .special-price .price,
#mc_quickview .product-info-wrap > .product-info .price-box .full-product-price .price {
  color: #7d7e82;
  font-size: 25px;
  font-weight: 500;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 20px;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set {
  width: 30%;
  float: left;
  margin: 0;
  padding-right: 16px;
  height: auto;
  border: 0;
  background-image: none;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set label {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set label.required:after {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dd select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 48px;
  line-height: 46px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 95% center;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dd select::-ms-expand {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dd select .out-of-stock {
  pointer-events: none;
  opacity: 0.8;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dt {
  margin-bottom: 15px;
  position: relative;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dt a {
  position: absolute;
  color: #7d7e82;
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  margin-left: 10px;
  width: 120px;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set dt a .mobile {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .attribute-set p.required {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .product-options-bottom {
  float: left;
  width: 70%;
  margin-top: 35px;
  position: relative;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .product-options-bottom .button {
  float: left;
  font-size: 17px;
  line-height: 48px;
  min-height: 48px;
  min-width: 160px;
  padding: 0 60px 0 10px;
  white-space: normal;
  width: 100%;
}
#mc_quickview .product-info-wrap > .product-info .product-options-wrap .ajaxcart-error {
  position: absolute;
  font-size: 12px;
  color: #ef5e5e;
  bottom: 0;
}
#mc_quickview .product-info-wrap > .product-info .wishlist-toggle {
  position: absolute;
  bottom: 18px;
  right: 1px;
  background-color: #fff;
  height: 46px;
  width: 50px;
  border-radius: 0 1px 1px 0;
  font-size: 17px;
  color: #dca7ab;
  text-align: center;
  line-height: 46px;
}
#mc_quickview .product-info-wrap > .product-info .wishlist-toggle:hover {
  text-decoration: none;
}
#mc_quickview .product-info-wrap > .product-info .wishlist-toggle.active:before {
  content: '\e81c';
}
#mc_quickview .product-info-wrap > .product-info .wishlist-toggle.waiting {
  -moz-animation: wishfade 1.5s infinite;
  -webkit-animation: wishfade 1.5s infinite;
  animation: wishfade 1.5s infinite;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#mc_quickview .product-info-wrap > .product-info .wishlist-toggle.waiting:before {
  content: '\e81c';
}
@-moz-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@-webkit-keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
@keyframes wishfade {
  0%, 100% {
    color: #dca7ab;
  }
  50% {
    color: #7d7e82;
  }
}
#mc_quickview .product-info-wrap > .product-info .details {
  font-size: 11px;
  line-height: 19px;
  height: 133px;
  width: 100%;
  overflow: hidden;
}
#mc_quickview .product-info-wrap > .product-info .details.active {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair {
  display: none;
  border-bottom: 1px solid #eeeeec;
  margin-bottom: 8px;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair.active {
  display: block;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .match-title {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .img {
  float: left;
  width: 25%;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .img img {
  max-width: 100%;
  max-height: 124px;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc {
  float: right;
  width: 75%;
  padding: 8px 0 0 10px;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .main-title {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info {
  margin-bottom: 15px;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info .bra-shape {
  font-family: "Domaine Bold", Georgia;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: lowercase;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info .product-name {
  float: left;
  color: #7d7e82;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
  padding: 0;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info .price {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #626366;
  font-weight: 500;
  line-height: 1.5;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .product-info .price .small {
  font-size: 1em;
  vertical-align: inherit;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .input-box {
  width: 45%;
  padding: 0 10px 0 0;
  float: left;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .input-box select {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 48px;
  line-height: 46px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png") no-repeat 95% center;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .input-box select::-ms-expand {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .add-to-cart {
  width: 55%;
  float: left;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .add-to-cart .qty-wrapper {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .matching-pair .desc .add-to-cart-match .add-to-cart .button {
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  width: 100%;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links {
  clear: both;
  padding-top: 6px;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links:after {
  content: '';
  display: table;
  clear: both;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .button {
  width: calc(50% - 7px);
  height: 44px;
  line-height: 42px;
  background-color: transparent;
  font-size: 14px;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .view-details {
  float: right;
  border: 1px solid #dca7ab;
  color: #dca7ab;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .view-matching {
  border: 1px solid #7d7e82;
  color: #7d7e82;
  float: left;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .view-matching .v-desc {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .view-matching.active .v-match {
  display: none;
}
#mc_quickview .product-info-wrap > .product-info .bottom-links .view-matching.active .v-desc {
  display: inline;
}

.qv-xsell-thumbs-holder {
  border-bottom: 1px solid #dadada;
  margin-bottom: 14px;
  margin-top: 4px;
  overflow: hidden;
  padding-bottom: 10px;
}

.qv-product-image-thumbs {
  overflow: hidden;
}
.qv-product-image-thumbs li {
  float: left;
  margin-right: 6px;
}
.qv-product-image-thumbs li a {
  border: 1px solid #dadada;
  display: block;
}
.qv-product-image-thumbs li a:hover {
  border-color: #999;
}
.qv-product-image-thumbs li:last-child {
  margin-right: 0;
}

.login-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
@media only screen and (max-width: 979px) {
  .login-wrapper {
    position: static;
  }
}

#header-login-holder {
  position: absolute;
  top: 66px;
  right: 0;
  width: 375px;
  background: #fff;
  padding: 18px;
  z-index: 200;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}
#header-login-holder .skip-logged {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}
#header-login-holder .skip-logged .icon-rt_wishlist {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
}
#header-login-holder .skip-logout {
  display: block;
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin: 36px 0 0;
  width: 100%;
  position: relative;
}
#header-login-holder .skip-logout:hover {
  background: #f9f0f2;
}
#header-login-holder .skip-logout:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #c9c9cc;
}
#header-login-holder .mini-error-login {
  background: #f0d2d2;
  border: none;
  float: left;
  font-size: 11px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: none;
  width: 100%;
  text-align: center;
}
#header-login-holder .validation-advice {
  display: none;
}
.not-empty #header-login-holder {
  right: 223px;
}
#header-login-holder .reset-pass {
  border: 1px solid #d9d9d9;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 10px 12px;
}
#header-login-holder .block {
  border: none;
}
#header-login-holder .block .block-content {
  margin: 0;
}
#header-login-holder .input-text {
  margin-bottom: 0;
  color: #9b9b9b;
  font-size: 11px;
  padding: 6px 13px 6px 135px;
  height: 40px;
  outline: 0;
  outline-offset: 0;
  width: 100%;
}
#header-login-holder .input-text:focus {
  padding: 6px 13px 6px 134px;
  border: 2px solid #f2cfcd;
}
#header-login-holder .block .actions {
  margin: 10px 0 0 0;
  text-align: center;
}
#header-login-holder .block .actions a {
  display: inline-block;
  color: #7d7e82;
  font-size: 10px;
  margin-top: 9px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  text-decoration: none;
  float: none;
}
#header-login-holder .block .actions a:hover {
  border-bottom: 1px solid white;
}
#header-login-holder .block .actions .button {
  width: 100%;
  position: relative;
}
#header-login-holder .block .actions .button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#header-login-holder .block .actions .button span.success {
  color: #fff;
}
#header-login-holder .block .actions .button span.success span:before {
  font-family: "HelveticaNeueW02-65Medi", Verdana, Arial, Sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#header-login-holder .delim {
  text-align: center;
  font-size: 11px;
  color: #7d7e82;
  padding: 11px 0;
}
#header-login-holder .delim span {
  display: inline-block;
}
#header-login-holder .delim > span {
  width: 69px;
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/delim.1576497619.jpg) repeat-x left center;
}
#header-login-holder .delim > span > span {
  padding: 0 5px;
  background: white;
}
#header-login-holder .login-bottom {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#header-login-holder .login-bottom.top-border {
  border-top: 1px dashed #c7c7c7;
  margin-top: 15px;
  padding-top: 15px;
}
#header-login-holder .login-bottom.student-login {
  margin-top: 5px;
}
#header-login-holder .login-bottom p {
  margin: 0 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: #7d7e82;
}
#header-login-holder .login-bottom .button-holder {
  text-align: center;
}
#header-login-holder .login-bottom .button-holder a.button {
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 240px;
}
#header-login-holder .login-bottom .button-holder a.button:hover {
  background: #f9f0f2;
}
#header-login-holder .login-bottom .button-holder a.button.facebook {
  border: none;
  background: #6780b8 url(//www.roseandthorne.com/skin/frontend/rose/default/images/fb.1576497619.jpg) no-repeat left top;
  color: white;
  line-height: 42px;
}
#header-login-holder .login-bottom .button-holder a.button.facebook:hover {
  background-color: #5671b0;
  background-position: left -41px;
}
#header-login-holder .login-bottom .button-holder a.button.facebook:active {
  background-color: #4b66a1;
  background-position: left -82px;
}
#header-login-holder .block-login {
  margin-bottom: 2px;
}
#header-login-holder .form-list > li, #header-login-holder .form-list .field, #header-login-holder .form-list .wide, #header-login-holder .form-list .control {
  margin: 0;
}
#header-login-holder .input-box {
  padding: 0;
  position: relative;
}
#header-login-holder .input-box label {
  color: #7d7e82;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 12px;
}
#header-login-holder .input-box label em {
  color: #D85378;
}
#header-login-holder .buttons-set {
  border: none;
  padding: 0;
  margin: 5px 0;
}
#header-login-holder .buttons-set button.button {
  float: left;
  margin: 0;
  min-width: 167px;
  position: relative;
}
#header-login-holder .buttons-set button.button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
#header-login-holder .buttons-set button.button span.success {
  color: #fff;
}
#header-login-holder .buttons-set button.button span.success span:before {
  font-family: "HelveticaNeueW02-65Medi", Verdana, Arial, Sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
#header-login-holder .account-create, #header-login-holder .forgot-password {
  display: none;
}
#header-login-holder .account-create .mini-error-register, #header-login-holder .account-create .mini-error-forgot, #header-login-holder .forgot-password .mini-error-register, #header-login-holder .forgot-password .mini-error-forgot {
  background: #f0d2d2;
  border: none;
  float: left;
  font-size: 11px;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: none;
  width: 100%;
  text-align: center;
}
#header-login-holder .account-create .mini-error-forgot, #header-login-holder .forgot-password .mini-error-forgot {
  background: #E3F0DE;
}
#header-login-holder .account-create h3, #header-login-holder .forgot-password h3 {
  text-transform: none;
  color: #7d7e82;
  font-size: 11px;
  font-family: "HelveticaNeueW01-45Ligh", Verdana, Arial, Sans-serif;
  text-align: center;
}
#header-login-holder .account-create h3 span, #header-login-holder .forgot-password h3 span {
  font-family: "HelveticaNeueW02-65Medi", Verdana, Arial, Sans-serif;
}
#header-login-holder .account-create .line, #header-login-holder .forgot-password .line {
  border-top: 1px solid #989898;
  margin: 0 auto;
  width: 49px;
  display: block;
  height: 16px;
}
#header-login-holder .account-create .buttons-set a.button, #header-login-holder .forgot-password .buttons-set a.button {
  float: right;
  width: 167px;
  background: white;
  color: #dca7b1;
  padding: 0;
  border: 1px solid #dca7b1;
  height: 40px;
  line-height: 38px;
}
#header-login-holder .account-create .buttons-set a.button:hover, #header-login-holder .forgot-password .buttons-set a.button:hover {
  background: #f9f0f2;
}
#header-login-holder .account-create .form-list .control label, #header-login-holder .forgot-password .form-list .control label {
  background: none;
  font-weight: normal;
  font-size: 11px;
  margin-top: 1px;
}
#header-login-holder .close-login {
  display: none;
}

@media only screen and (max-width: 979px) {
  #header-login-holder {
    right: -375px;
    display: block;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-login-holder.skip-active {
    right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .home-scroll #header-login-holder {
    top: 45px;
  }

  #header-login-holder {
    width: 100%;
    top: 78px;
    padding: 25px 15px 29px;
    background: rgba(255, 255, 255, 0.95);
    right: -100%;
    bottom: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  #header-login-holder .input-text {
    background: transparent;
  }
  #header-login-holder #header-login {
    padding-bottom: 45px;
  }
  #header-login-holder .login-bottom .button-holder a.button {
    background: transparent;
    width: 100%;
  }
  #header-login-holder .form-list > li {
    margin-bottom: 8px;
  }
  #header-login-holder .form-list > li .field {
    margin-bottom: 8px;
  }
  #header-login-holder .form-list > li .field:last-child {
    margin-bottom: 0;
  }
  #header-login-holder .close-login {
    position: fixed;
    display: block;
    width: 100%;
    right: -100%;
    bottom: 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    border-top: 1px solid #ebeae6;
    padding: 7px 0;
    cursor: pointer;
    background: #fff;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
  #header-login-holder .close-login span {
    display: inline-block;
    background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/close_login.1576497619.jpg) no-repeat right center;
    padding-right: 20px;
  }
  #header-login-holder h3 {
    display: none;
  }
  #header-login-holder.skip-active .close-login {
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    right: 0;
  }
  #header-login-holder .account-create span.line, #header-login-holder .forgot-password span.line {
    display: none;
  }
  #header-login-holder .account-create .buttons-set button.button, #header-login-holder .forgot-password .buttons-set button.button {
    width: 100%;
  }
  #header-login-holder .account-create .buttons-set a.button, #header-login-holder .forgot-password .buttons-set a.button {
    float: none;
    width: 100%;
    margin: 8px 0 0;
    background: transparent;
  }
}
.aw-storelocator-location-index .main {
  padding: 0 57px;
}
.aw-storelocator-location-index .instafeed-wrap {
  padding-top: 25px;
  margin-top: 70px;
  border-top: 1px solid #eaebe6;
}

.aw-storelocator-google-navigation {
  width: 100%;
  min-height: 600px;
  height: auto !important;
}

.aw-storelocator-navigation {
  width: 29.5%;
  float: right;
  min-height: 600px;
  background: #eacbce;
}

.aw-storelocator-google-map {
  width: 70.5%;
  min-height: 600px;
  height: auto !important;
  float: left;
}

.aw-storelocator-info-window {
  width: 280px;
  padding-top: 10px;
  min-height: 90px;
  height: auto !important;
}

.aw-storelocator-store-image {
  width: 80px;
  float: right;
}

.aw-storelocator-store-image img {
  width: 80px;
  height: 80px;
  border: none;
}

.aw-storelocator-navigation-item {
  width: 100%;
  min-height: 80px;
  padding: 25px 20px;
  border-bottom: 1px solid #f3d5d7;
  cursor: pointer;
  color: white;
  font-size: 11px;
}
.aw-storelocator-navigation-item .item-title {
  font-size: 11.5px;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.aw-storelocator-item-selected {
  background: white;
  color: #dca7ab;
}

.aw-storelocator-navigation-item-image {
  float: right;
  min-height: 80px;
  width: 80px;
}

.aw-storelocator-navigation-item-image img {
  border: none;
  width: 80px;
}

.storelocator-title {
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  color: #dca7ab;
  text-align: center;
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_title_bg.1576497619.jpg) repeat-x center;
  margin: 65px 0 40px 0;
}
.storelocator-title span {
  display: inline-block;
  background: #fdfdf9;
  padding: 0 40px;
}

.storelocator-map {
  float: left;
  width: 74.62687%;
}

.stores-info {
  float: right;
  width: 25.37313%;
  margin-top: 75px;
  padding-left: 22px;
}
.stores-info .sd-title {
  background: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11.5px;
  margin-bottom: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
.stores-info .sd-content {
  background: white;
  margin-bottom: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 6.89655%;
  font-size: 10.5px;
  line-height: 1.6;
}
.stores-info .sd-content .icon {
  width: 25px;
  height: 20px;
  margin-right: 5.17241%;
  float: left;
  position: relative;
  top: 3px;
}
.stores-info .sd-content .button {
  background: #7d7e82;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  margin-top: 7px;
}
.stores-info .sd-content .button:hover {
  background: #646568;
}
.stores-info .sd-content .sd-address {
  padding-bottom: 23px;
}
.stores-info .sd-content .sd-address:after {
  content: '';
  display: table;
  clear: both;
}
.stores-info .sd-content .sd-address .icon {
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_address.1576497619.jpg) no-repeat left top;
}
.stores-info .sd-content .sd-address .sda-details {
  float: left;
}
.stores-info .sd-content .sd-working-hours {
  padding-bottom: 23px;
}
.stores-info .sd-content .sd-working-hours:after {
  content: '';
  display: table;
  clear: both;
}
.stores-info .sd-content .sd-working-hours .icon {
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_time.1576497619.jpg) no-repeat left top;
}
.stores-info .sd-content .sd-working-hours .sdw-details {
  float: left;
  width: 80%;
}
.stores-info .sd-content .sd-working-hours .sdw-details .sdw-week {
  float: left;
  width: 48%;
}
.stores-info .sd-content .sd-working-hours .sdw-details .sdw-time {
  float: left;
  width: 52%;
}
.stores-info .sd-content .sd-phone {
  padding-bottom: 23px;
}
.stores-info .sd-content .sd-phone:after {
  content: '';
  display: table;
  clear: both;
}
.stores-info .sd-content .sd-phone .icon {
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_phone.1576497619.jpg) no-repeat left top;
}
.stores-info .sd-content .sd-phone .sdp-details {
  float: left;
}
.stores-info .sd-content .sd-email {
  padding-bottom: 23px;
}
.stores-info .sd-content .sd-email:after {
  content: '';
  display: table;
  clear: both;
}
.stores-info .sd-content .sd-email .icon {
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_email.1576497619.jpg) no-repeat left top;
}
.stores-info .sd-content .sd-email .sde-details {
  float: left;
}

.storelocator-search {
  position: relative;
  border-bottom: 1px solid #dadada;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.storelocator-search .sl-search-btn {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent url(//www.roseandthorne.com/skin/frontend/rose/default/images/sl_search.1576497619.jpg) no-repeat left 5px;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}
.storelocator-search .sl-search-btn:focus {
  outline: 0;
}
.storelocator-search #sl_search {
  display: block;
  width: 100%;
  border: none;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  background: transparent;
  color: #86878a;
}
.storelocator-search #sl_search:-moz-placeholder {
  text-transform: uppercase;
}
.storelocator-search #sl_search::-moz-placeholder {
  text-transform: uppercase;
}
.storelocator-search #sl_search:-ms-input-placeholder {
  text-transform: uppercase;
}
.storelocator-search #sl_search::-webkit-input-placeholder {
  text-transform: uppercase;
}
.storelocator-search #sl_search:focus {
  outline: 0;
}
.storelocator-search .validation-advice {
  position: absolute;
  top: 20px;
}

.noresult-message {
  padding: 25px 18px;
}
@media only screen and (max-width: 770px) {
  .noresult-message {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .noresult-message {
    font-size: 11px;
  }
}

@media only screen and (max-width: 979px) {
  .stores-info .sd-content .icon {
    display: none;
  }
  .stores-info .sd-content .sd-working-hours .sdw-details .sdw-week {
    width: 100%;
  }
  .stores-info .sd-content .sd-working-hours .sdw-details .sdw-time {
    width: 100%;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 770px) {
  .stores-info {
    padding-left: 0;
    width: 100%;
    margin-top: 0px;
  }
  .stores-info .sd-content .icon {
    display: block;
  }

  .aw-storelocator-location-index .main {
    padding: 0;
  }

  .storelocator-map {
    float: none;
    width: 100%;
  }

  .storelocator-title {
    background: none;
    margin: 30px 0;
  }

  .storelocator-search {
    padding: 0 10px;
    border-bottom: none;
  }
  .storelocator-search .sl-search-btn {
    position: static;
    width: 100%;
    text-indent: 0;
    margin-top: 20px;
    background: #dca8ac;
    display: inline-block;
    padding: 0 20px;
    border: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    font-family: "Domaine Bold", Georgia;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: lowercase;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .storelocator-search #sl_search {
    display: block;
    width: 100%;
    border: 1px solid #dadad8;
    background: #fdfef9;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .storelocator-search #sl_search:-moz-placeholder {
    text-transform: none;
  }
  .storelocator-search #sl_search::-moz-placeholder {
    text-transform: none;
  }
  .storelocator-search #sl_search:-ms-input-placeholder {
    text-transform: none;
  }
  .storelocator-search #sl_search::-webkit-input-placeholder {
    text-transform: none;
  }
  .storelocator-search .validation-advice {
    top: 35px;
    left: 25px;
    font-size: 12px;
  }

  .aw-storelocator-google-map {
    min-height: 600px;
    float: left;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-container h1 {
  font-family: "Domaine Bold", Georgia;
  font-size: 45px;
  text-transform: lowercase;
  margin-bottom: 0;
}
.hero-container h3 {
  letter-spacing: 4px;
}
.hero-container p {
  margin-top: 3em;
}
@media only screen and (max-width: 979px) {
  .hero-container {
    display: block;
  }
  .hero-container img {
    margin: 0 auto;
  }
  .hero-container .left-column {
    text-align: center;
    margin-top: 3em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .hero-container .left-column p {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.step-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.step-container .item-container {
  max-width: 340px;
  margin-top: 6%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 979px) {
  .step-container .item-container {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.step-container .flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.step-container .icon {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.step-container .icon p {
  margin-left: 10px;
}
.step-container .number {
  font-size: 90px;
  font-family: "Domaine Bold", Georgia;
  color: #e1aeb0;
  line-height: 0.8;
}
.step-container .setp-text {
  margin-top: 1.5em;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 979px) {
  .step-container {
    flex-direction: column;
    padding-bottom: 6%;
  }
}

.form-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  margin-bottom: 1%;
}
.form-section-container .half {
  width: 50%;
}
.form-section-container .promo-detail h2 {
  font-family: "Domaine Bold", Georgia;
  font-size: 45px;
  text-transform: lowercase;
  max-width: 555px;
}
.form-section-container .promo-detail p {
  max-width: 512px;
}
@media only screen and (max-width: 979px) {
  .form-section-container {
    display: block;
  }
  .form-section-container .half {
    width: 100%;
  }
  .form-section-container .promo-detail {
    padding-left: 10%;
    padding-right: 10%;
  }
  .form-section-container .promo-detail h2, .form-section-container .promo-detail p {
    margin: 0.5em auto;
  }
}

.student-form-wrap {
  float: right;
  position: relative;
  margin-right: 50px;
  background-color: #fff;
  max-width: 582px;
  padding: 40px 50px 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 30px #EDEDED;
  -webkit-box-shadow: 0px 0px 30px #EDEDED;
  box-shadow: 0px 0px 30px #EDEDED;
}
@media only screen and (max-width: 979px) {
  .student-form-wrap {
    margin: 3em auto;
  }
}
@media only screen and (max-width: 1299px) {
  .student-form-wrap {
    float: none;
  }
}
.student-form-wrap .validation-advice {
  display: none;
}
.student-form-wrap:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 25px;
  margin-top: -50px;
}
@media only screen and (max-width: 979px) {
  .student-form-wrap:after {
    display: none;
  }
}
.student-form-wrap .form-header-text {
  font-size: 13px;
  line-height: 5em;
}
.student-form-wrap input[type=email], .student-form-wrap input[type=search], .student-form-wrap input[type=number], .student-form-wrap input[type=password], .student-form-wrap input[type=tel], .student-form-wrap input[type=text] {
  width: 480px;
  height: 50px;
}
.student-form-wrap .input-text {
  margin-bottom: 0;
  color: #9b9b9b;
  font-size: 11px;
  padding: 6px 13px 6px 165px;
  height: 40px;
  outline: 0;
  outline-offset: 0;
  width: 100%;
  border-bottom: none;
}
.student-form-wrap .input-text:focus {
  padding: 6px 13px 6px 164px;
  border: 2px solid #f2cfcd;
}
.student-form-wrap .input-text.validation-failed {
  border-bottom: 1px solid #ef5e5e;
}
.student-form-wrap .form-list > li, .student-form-wrap .form-list .field, .student-form-wrap .form-list .wide, .student-form-wrap .form-list {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .student-form-wrap .form-list > li {
    margin-bottom: 0 !important;
  }
  .student-form-wrap .form-list > li.control {
    border-bottom: 0 !important;
  }
}
.student-form-wrap .filed-password {
  border-bottom: 1px solid #d9d9d9;
}
.student-form-wrap .input-box {
  padding: 0;
  position: relative;
}
.student-form-wrap .input-box label {
  color: #7d7e82;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 12px;
}
.student-form-wrap .input-box label em {
  color: #D85378;
}
.student-form-wrap .input-box.select-box {
  padding: 14px 13px 14px 165px;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 95% 23px transparent;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
@media only screen and (min-width: 599px) {
  .student-form-wrap .input-box.select-box {
    width: 480px;
  }
}
@media only screen and (min-width: 979px) {
  .student-form-wrap .input-box.select-box {
    width: initial;
  }
}
@media only screen and (min-width: 1276px) {
  .student-form-wrap .input-box.select-box {
    width: 480px;
  }
}
.student-form-wrap .input-box.select-box label {
  top: 15px;
}
.student-form-wrap .input-box.select-box select {
  background: transparent;
  font: normal 11px "Neue Helvetica W01", Verdana, Arial, sans-serif;
  border: 0;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  color: #9b9b9b;
}
.student-form-wrap .input-box.select-box.validation-failed {
  border: 1px solid #ef5e5e;
}
.student-form-wrap .form-list > li.control {
  margin-top: 0.5em;
}
.student-form-wrap .control label {
  font-weight: normal;
}
.student-form-wrap .buttons-set {
  border: none;
  padding: 0;
  margin: 5px 0;
}
.student-form-wrap .buttons-set button.button {
  float: left;
  margin: 0;
  min-width: 295px;
  position: relative;
}
.student-form-wrap .buttons-set button.button span.wait span:before {
  font-size: 24px;
  color: #fff;
}
.student-form-wrap .buttons-set button.button span.success {
  color: #fff;
}
.student-form-wrap .buttons-set button.button span.success span:before {
  font-family: "HelveticaNeueW02-65Medi", Verdana, Arial, Sans-serif;
  content: "\2713";
  color: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  line-height: 14px;
}
.student-form-wrap .forgot-password {
  display: none;
  text-align: right;
  text-decoration: underline;
}

#student-login .alert-box {
  position: relative;
  background-color: #7d7e82;
  color: #fff;
  padding: 4%;
  font-size: 12px;
  font-style: italic;
  margin-right: 2px;
}
#student-login .alert-box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #7d7e82;
  border-width: 5px;
  margin-left: -5px;
}
#student-login .alert-box.hidden {
  display: none;
}
#student-login .alert-box.hidden:after {
  display: none;
}
#student-login .input-box.select-box {
  border-bottom: 1px solid #d9d9d9;
}
#student-login .input-box.select-box.validation-failed {
  border: 1px solid #ef5e5e;
}
#student-login .buttons-set {
  margin-top: 1.5em;
}
#student-login .student-form-error {
  color: #ef5e5e;
}

.bg-pink {
  background-color: #dca7ab;
}

.text-pink {
  color: #dca7ab;
}

.rose_popup_overlay {
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

#popup_1, #popup_2 {
  position: fixed;
  width: 330px;
  max-width: 100%;
  left: -100%;
  bottom: 80px;
  transition: all 1000ms ease 0s;
}
#popup_1.showed, #popup_2.showed {
  left: 0;
}
#popup_1 .popup_content, #popup_2 .popup_content {
  background-color: #f2d0ce;
  padding: 25px 30px;
}
#popup_1 .icon-close-quickview-catalog, #popup_2 .icon-close-quickview-catalog {
  background-color: transparent;
}
#popup_1 .icon-rt_popup_close, #popup_2 .icon-rt_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#popup_1 .icon-rt_popup_close:before, #popup_2 .icon-rt_popup_close:before {
  color: #fff;
  font-size: 16px;
}

#popup_1 {
  z-index: 1000;
}
#popup_1 #new-subscribe {
  text-align: center;
}
#popup_1 #new-subscribe .title {
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#popup_1 #new-subscribe .desc {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
#popup_1 #new-subscribe .popup-block-subscribe {
  padding: 0 5px;
}
#popup_1 #new-subscribe .block {
  margin-bottom: 0;
  position: relative;
}
#popup_1 #new-subscribe .block:after {
  content: '';
  display: table;
  clear: both;
}
#popup_1 #new-subscribe .block .input-box-new {
  float: left;
  width: calc(100% - 5px);
}
#popup_1 #new-subscribe .block .input-box-new input {
  width: 100%;
  height: 37px;
  line-height: 35px;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: none;
  background: #f7d9d7;
  padding-left: 16px;
}
#popup_1 #new-subscribe .block .input-box-new .icon-rt_short_arrow {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #7c7d82;
  overflow: hidden;
  height: 43px;
  width: 40px;
  border: 0;
  background-color: transparent;
}
#popup_1 #new-subscribe .block .input-box-new .ajax-status {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  display: none;
}
#popup_1 #new-subscribe .block .input-box-new .ajax-status.loading {
  animation: 1.4s ease-in-out 0s normal both infinite running bounce;
  display: block;
}
#popup_1 #new-subscribe .block .input-box-new .ajax-status.error {
  color: #df280a;
  display: block;
}

#popup_2 {
  z-index: 1001;
}
#popup_2 #student-deal-popup-content {
  text-align: center;
}
#popup_2 #student-deal-popup-content .title {
  font-family: "Domaine Bold", Georgia;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
#popup_2 #student-deal-popup-content .desc {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
#popup_2 .popup-block-shop {
  margin-bottom: 10px;
}
#popup_2 .popup-block-shop button {
  padding: 10px 37px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #c6c6c6;
  background: #f7d9d7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#popup_2 .popup-block-shop .icon-rt_short_arrow {
  position: relative;
  left: 25px;
}

/*


   Magic Zoom Plus v5.2.2 
   Copyright 2017 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none;
}

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important;
}

.mz-zoom-window {
  z-index: 7000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important;
}

.mz-expanded-view-open body {
  height: auto !important;
}

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

.mz-figure.mz-active > img {
  filter: url("//www.roseandthorne.com/skin/frontend/rose/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
}

.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
  padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
  display: none;
}

.mz-expand .mz-hint-hidden {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("//www.roseandthorne.com/skin/frontend/rose/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
  background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0;
}

.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative;
}

.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important;
}

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%;
}

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px;
}

/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

button.mz-button.mz-button-prev {
  left: 0 !important;
}

button.mz-button.mz-button-next {
  right: 0 !important;
}

button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
  transition: color .25s, border-color .25s, transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.mobile-magic button.mz-button {
  -webkit-transition: -webkit-transform .1s !important;
  transition: transform .1s !important;
}

.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
  content: "\a001";
}

button.mz-button.mz-button-prev:before {
  content: "\a002";
}

button.mz-button.mz-button-next:before {
  content: "\a003";
}

@media screen and (max-device-width: 767px) {
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important;
  }

  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
  }
}
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/**
 * Thumbnails
 */
/* Thumbnails on the page */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.mz-thumb img {
  opacity: 0.5;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 0.8;
}

.mz-thumb-selected img {
  opacity: 1;
}

.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
  background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75);
}

.no-cssfilters-magic .mz-thumb-selected img {
  opacity: .6;
  filter: alpha(opacity=60);
}

.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: .7;
  filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: .5;
  filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0;
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 30px 0;
}

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
  content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
  content: "\a003";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, -webkit-transform .25s !important;
  transition: color .25s, transform .25s !important;
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "\a004";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 770px) {
  .bx-wrapper {
    margin: 0 auto 30px auto;
  }
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/css/images/bx_loader.1576497619.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
@media only screen and (max-width: 599px) {
  .bx-wrapper .bx-pager {
    text-align: initial;
    padding-left: 20px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/css/images/controls.1576497619.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/css/images/controls.1576497619.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/css/images/controls.1576497619.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("//www.roseandthorne.com/skin/frontend/rose/default/css/images/controls.1576497619.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.cms-charity .col-main .hero-container img {
  width: inherit;
}
@media only screen and (max-width: 599px) {
  .cms-charity .col-main .hero-container img {
    width: 57%;
  }
}
.cms-charity .hero-container {
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .cms-charity .hero-container {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .cms-charity .hero-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.cms-charity .hero-container .left-column {
  padding-right: 50px;
}
@media only screen and (max-width: 979px) {
  .cms-charity .hero-container .left-column {
    margin-top: 0;
    padding: 47px 0 7px;
  }
}
.cms-charity .hero-container h1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 599px) {
  .cms-charity .hero-container h1 {
    margin-top: 18px;
    font-size: 24px;
  }
}
.cms-charity .hero-container p {
  max-width: 650px;
  font-size: 13px;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  line-height: 1.8em;
  margin-top: 2.5em;
}
@media only screen and (max-width: 599px) {
  .cms-charity .hero-container p {
    margin-top: 3em;
    font-size: 12px;
  }
}
@media screen and (max-width: 979px) and (min-width: 600px) {
  .cms-charity .hero-container p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cms-charity .hero-container img.right-column {
    display: none;
  }
  .cms-charity .hero-container h3 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 979px) and (min-width: 600px) {
  .cms-charity .hero-container img.right-column {
    width: 50%;
  }
}
.cms-charity .donate-container {
  background: #f8e2e1;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 599px) {
  .cms-charity .donate-container {
    padding: 50px 4.5% 44px;
    margin-bottom: -20px;
  }
}
.cms-charity .donate-container h1 {
  font-family: "Domaine Bold", Georgia;
  font-size: 45px;
  text-transform: lowercase;
}
@media only screen and (max-width: 599px) {
  .cms-charity .donate-container h1 {
    font-size: 24px;
  }
}
.cms-charity .donate-container p {
  max-width: 580px;
  display: block;
  margin: 0 auto;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 2em;
  margin-top: 48px;
}
.cms-charity .donate-container p:last-of-type {
  margin-top: 12px;
}
@media only screen and (max-width: 599px) {
  .cms-charity .donate-container p {
    font-size: 12px;
    margin-top: 36px;
  }
}
.cms-charity .donate-container .input-box {
  margin-top: 50px;
}
.cms-charity .donate-container select {
  width: 320px;
  border: 1px solid #dadada;
  font-family: "Helvetica Neue Thin", Verdana, Arial, sans-serif;
  border-radius: 2px;
  height: 62px;
  line-height: 60px;
  padding: 0 30px 0 50px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  outline-style: none;
  background-color: #fff !important;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/dropdownarrow.1576497619.png) no-repeat 93% 54%;
}
@media only screen and (max-width: 599px) {
  .cms-charity .donate-container select {
    width: 188px;
    height: 36px;
    line-height: 34px;
    font-size: 10px;
    padding-left: 18px;
  }
}
.cms-charity .donate-container button {
  margin-top: 20px;
  min-height: 62px;
  line-height: 62px;
  font-size: 17px;
  padding: 0px 30px;
  width: 320px;
  white-space: normal;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 599px) {
  .cms-charity .donate-container button {
    width: 188px;
    min-height: 36px;
    line-height: 36px;
    font-size: 10px;
  }
}
.cms-charity .donate-container .ajaxcart-error {
  margin-top: 12px;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.aw-onestepcheckout-donate {
  padding-bottom: 30px;
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-donate {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.aw-onestepcheckout-donate .donate-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aw-onestepcheckout-donate .donate-title-wrap p {
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-donate .donate-title-wrap p {
    background-color: #faf1ee;
    color: #7d7e82;
    margin-bottom: 13px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 979px) {
  .aw-onestepcheckout-donate .donate-title-wrap {
    display: block;
  }
}
.aw-onestepcheckout-donate .donate-detail {
  font-size: 0.895em;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 16px;
}
.aw-onestepcheckout-donate .donate-message-link {
  font-size: 12px;
  font-family: "Helvetica Neue Thin", Verdana, Arial, sans-serif;
  text-decoration: underline;
}
.aw-onestepcheckout-donate #checkout-donate-load {
  margin-top: 20px;
  margin-bottom: 13px;
}
.aw-onestepcheckout-donate #checkout-donate-load input[type="radio"] {
  display: none;
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.aw-onestepcheckout-donate #checkout-donate-load input[type="radio"] + label span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -2px 13px 0 0;
  vertical-align: middle;
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/checkbox.1576497619.png) left bottom no-repeat;
  cursor: pointer;
}
.aw-onestepcheckout-donate #checkout-donate-load input[type="radio"]:checked + label span {
  background: url(//www.roseandthorne.com/skin/frontend/rose/default/images/checkbox.1576497619.png) left top no-repeat;
}
.aw-onestepcheckout-donate #checkout-donate-load label {
  padding-left: 0;
  width: auto;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 10px 10px 0;
  color: #7d7e82;
  display: inline-block;
  max-width: none;
  min-width: 250px;
  float: none;
  text-transform: uppercase;
}

#write-support-message-modal {
  display: none;
  position: fixed;
  width: 554px;
  max-width: 95%;
  max-height: calc(95% - 95px);
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  top: 118px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 101;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 770px) {
  #write-support-message-modal {
    overflow-y: scroll;
  }
}
#write-support-message-modal .top .close {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 10px;
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#write-support-message-modal .top .close:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #dca7ab;
  position: absolute;
  top: 50%;
  left: 0;
}
#write-support-message-modal .top .close:after {
  content: "";
  height: 2px;
  width: 17px;
  background-color: #dca7ab;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#write-support-message-modal .content-wrap h2 {
  margin-top: 50px;
  text-transform: initial;
  text-align: center;
  font-family: "Domaine Bold", Georgia;
  display: block;
  font-size: 22px;
  color: #dca7ab;
}
@media only screen and (max-width: 479px) {
  #write-support-message-modal .content-wrap h2 {
    font-size: 18px;
  }
}
#write-support-message-modal .content-wrap textarea {
  margin-top: 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline-style: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  max-width: 470px;
  font-size: 13px;
}
#write-support-message-modal .content-wrap .note {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 10px;
}
#write-support-message-modal .buttons-set {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 479px) {
  #write-support-message-modal .buttons-set {
    margin-top: 8px;
  }
}
#write-support-message-modal .button {
  max-width: 155px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
#write-support-message-modal .button .success {
  color: #fff;
}

.yotpo-first-review .yotpo-first-review-stars {
  display: none;
}
.yotpo-first-review .write-first-review-button {
  display: none !important;
}

.extra-info .yotpo-bottomline a.text-m {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
  text-decoration: underline !important;
  color: #7d7e82 !important;
  font-size: 14px;
}

body.catalog-product-view .extra-info .review-hack {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #dca7ac !important;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  padding-right: 8px !important;
}

body.catalog-product-view .product-reviews .yotpo {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-small-box {
  border-bottom: none;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-tool-tip .tool-tip-header .header-blue {
  color: #e1aeb0;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-review .yotpo-read-more {
  color: #dca7ac;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover {
  color: #e1aeb0;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label {
  color: #e1aeb0;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover i {
  color: #e1aeb0;
}
body.catalog-product-view .product-reviews .yotpo i {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif;
}
body.catalog-product-view .product-reviews .yotpo a {
  color: #dca7ac !important;
}
body.catalog-product-view .product-reviews .promoted-products-box, body.catalog-product-view .product-reviews .yotpo-bottomline-box-2, body.catalog-product-view .product-reviews .yotpo-icon-profile, body.catalog-product-view .product-reviews .yotpo-logo-title, body.catalog-product-view .product-reviews .yotpo-icon-btn-big, body.catalog-product-view .product-reviews .yotpo-nav, body.catalog-product-view .product-reviews .yotpo-nav-primary, body.catalog-product-view .product-reviews .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-3-boxes {
  display: none !important;
}
body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
  position: absolute;
  top: -40px;
  right: 0;
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
  letter-spacing: 1px;
}
body.catalog-product-view .product-reviews .yotpo-form-buttons-wrapper {
  text-align: center;
  margin-bottom: 35px;
}
body.catalog-product-view .product-reviews .yotpo-reviews {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review {
  display: inline-block;
  width: calc(33% - 5px);
  margin: 0 5px !important;
  vertical-align: top;
  border: none !important;
  background: #f7f7f7;
  color: #666;
  white-space: normal;
  padding: 40px 35px !important;
  padding-top: 40px !important;
  position: relative;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-icon-star {
  color: #dca7ac !important;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .content-title {
  padding-top: 3px;
  margin-bottom: 5px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-review-stars {
  position: absolute;
  top: 25px;
  left: 40px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header, body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-icon-profile {
  position: static;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header {
  padding-top: 75px;
  text-align: left;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element {
  letter-spacing: 1px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  letter-spacing: 1px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #7d7e82;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #dca7ac !important;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-main {
  margin: 0 !important;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-main .content-title {
  color: #e1aeb0;
  letter-spacing: 1px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .content-review {
  margin-bottom: 40px;
  display: block;
  font-size: 14px;
  line-height: 1.7em !important;
  text-align: left;
  letter-spacing: 1px;
  color: #7d7e82;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-footer {
  margin: 0;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-review-date {
  position: absolute;
  top: 35px;
  right: 40px;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-header-actions {
  display: block !important;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .footer-additional-actions .yotpo-review-date {
  display: none;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-icon-seperator {
  display: none !important;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-action {
  display: block;
  float: none;
  text-align: left;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .footer-actions {
  display: block;
  float: none;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .share-options {
  padding: 20px 0;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .share-options > * {
  display: inline-block;
  display: -webkit-inline-box;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-helpful {
  text-align: left;
  float: none !important;
  display: block;
}
body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review .yotpo-helpful .label-helpful {
  display: inline-block;
}
body.catalog-product-view .product-reviews .yotpo .write-button, body.catalog-product-view .product-reviews .yotpo .yotpo-submit {
  float: none;
  height: 50px;
  border: 1px solid #dca8ac !important;
  padding: 0 35px !important;
  background: transparent !important;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 0;
  color: #dca8ac !important;
  font: 400 14px/50px "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
  text-transform: capitalize;
  position: relative !important;
  top: 0 !important;
  border-radius: 2px;
}
body.catalog-product-view .product-reviews .yotpo .write-button .yotpo-icon-button-text, body.catalog-product-view .product-reviews .yotpo .yotpo-submit .yotpo-icon-button-text {
  color: #dca8ac !important;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  font: 400 14px/50px "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
  text-transform: capitalize;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.catalog-product-view .product-reviews .yotpo .write-button:hover, body.catalog-product-view .product-reviews .yotpo .yotpo-submit:hover {
  background: #dca8ac !important;
  color: #fff !important;
}
body.catalog-product-view .product-reviews .yotpo .write-button:hover .yotpo-icon-button-text, body.catalog-product-view .product-reviews .yotpo .yotpo-submit:hover .yotpo-icon-button-text {
  color: #fff !important;
}
body.catalog-product-view .product-reviews .yotpo .write-button .yotpo-icon-write, body.catalog-product-view .product-reviews .yotpo .yotpo-submit .yotpo-icon-write {
  display: none !important;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-regular-box {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 0 !important;
  border-top: none !important;
}
body.catalog-product-view .product-reviews .yotpo .write-review {
  max-width: 800px;
  margin: 0 auto;
  border-top: none;
}
body.catalog-product-view .product-reviews .yotpo .write-review * {
  font-family: "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
}
body.catalog-product-view .product-reviews .yotpo .write-review label.y-label:not(.yotpo-header-title) {
  color: #dca8ac;
  font: 500 16px/1em "Neue Helvetica W01", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  display: inline-block;
  min-width: 0;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header {
  margin-bottom: 30px;
  text-align: left;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header label.y-label {
  vertical-align: middle;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header label.y-label + div {
  vertical-align: middle;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header label.y-label:not(.yotpo-header-title) {
  padding: 0;
  line-height: 30px;
  display: inline-block;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header label.y-label:not(.yotpo-header-title) + div {
  height: 30px;
  display: inline-block;
  transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header .yotpo-icon {
  color: #dca7ac;
  cursor: pointer;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-submit {
  float: right;
  margin-top: 45px !important;
  font: 300 20px/50px "Neue Helvetica W01", Verdana, Arial, sans-serif !important;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header > div:first-child {
  text-align: center;
}
body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header .yotpo-header-title {
  display: none;
  font: 20px/1em "Neue Helvetica W01", Verdana, Arial, sans-serif;
  color: #000;
  text-transform: none;
  padding: 0;
  margin-bottom: 40px;
}
body.catalog-product-view .product-reviews .yotpo .write-review input {
  border: 1px solid #dca8ac;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
}
body.catalog-product-view .product-reviews .yotpo .write-review textarea {
  border: 1px solid #dca8ac;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 25px;
  line-height: 1.25em;
  height: 220px;
  margin-bottom: 20px;
  resize: none;
}
body.catalog-product-view .product-reviews .yotpo .socialize-wrapper .yotpo-or {
  margin-top: 70px !important;
  width: 80px;
}
body.catalog-product-view .product-reviews .yotpo .socialize .yotpo-icon-btn {
  height: 65px;
  padding: 0;
  width: 40px;
}
body.catalog-product-view .product-reviews .yotpo .socialize .yotpo-icon-btn .yotpo-icon {
  height: 65px;
  line-height: 65px;
  display: block;
  width: 100% !important;
  text-align: center;
}
body.catalog-product-view .product-reviews .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  color: #dca7ac;
}
body.catalog-product-view .product-reviews .yotpo-disabled {
  display: none !important;
}
body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span {
  color: #e1aeb0 !important;
}
body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
  color: #dca7ac !important;
}
body.catalog-product-view .product-reviews div.yotpo-preloader-wrapper .yotpo-pre-loader .yotpo-icon {
  color: #dca7ac !important;
}

@media (max-width: 770px) {
  body.catalog-product-view .product-reviews .yotpo .yotpo-small-box {
    padding: 25px 0 0 0;
  }
  body.catalog-product-view .product-reviews .yotpo-default-button.yotpo-hidden-mobile.write-review-button {
    display: block !important;
    top: 20px !important;
  }
  body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    min-width: 230px;
    max-width: 43% !important;
  }
  body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
    height: 60px;
  }
  body.catalog-product-view .product-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
    text-align: center;
    top: -90px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.catalog-product-view .product-reviews .yotpo .yotpo-regular-box .write-button {
    display: block !important;
    width: 100%;
  }
  body.catalog-product-view .product-reviews .yotpo .write-review label.y-label:not(.yotpo-header-title) {
    font-size: 12px;
  }
  body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-submit {
    float: none;
    width: 100%;
    background: #dca8ac !important;
    color: #fff !important;
    line-height: 38px !important;
  }
  body.catalog-product-view .product-reviews .yotpo .write-review .yotpo-header .yotpo-header-title {
    margin-bottom: 20px;
  }
  body.catalog-product-view .product-reviews .yotpo .write-review input, body.catalog-product-view .product-reviews .yotpo .write-review textarea {
    font-size: 12px;
    height: 40px;
    padding: 0 15px;
  }
  body.catalog-product-view .product-reviews .yotpo .write-review textarea {
    padding: 15px;
    height: 110px;
  }
  body.catalog-product-view .product-reviews .yotpo .socialize-wrapper .yotpo-or {
    margin-top: 0 !important;
  }
  body.catalog-product-view .product-reviews .yotpo .socialize .yotpo-icon-btn {
    height: 40px;
  }
  body.catalog-product-view .product-reviews .yotpo .socialize .yotpo-icon-btn .yotpo-icon {
    line-height: 40px;
    height: 40px;
  }
  body.catalog-product-view .product-reviews .yotpo-reviews {
    width: 100%;
    white-space: normal;
  }
  body.catalog-product-view .product-reviews .yotpo-reviews .yotpo-review {
    width: 100%;
    margin: 0 0 5px !important;
  }
}
@media screen and (max-width: 870px) and (min-width: 770px) {
  body.catalog-product-view .product-reviews .write-review.yotpo-regular-box {
    padding-left: 5px;
  }
}
.cms-laybuy .main {
  background: #fff;
}
.cms-laybuy .std > p {
  display: none;
}
.cms-laybuy .c-full-width {
  margin-left: -50vw;
  width: 100vw;
  position: relative;
  left: 50%;
}
.cms-laybuy .laybuy-title-wrap {
  text-align: center;
}
.cms-laybuy .laybuy-title-wrap p {
  font-size: 14px;
  margin-top: 30px;
}
.cms-laybuy .laybuy-title-wrap .u-block {
  display: block;
}
.cms-laybuy .laybuyBg {
  background: #62d3dd;
  background: -moz-linear-gradient(left, #62d3dd 0%, #51add2 100%);
  background: -webkit-linear-gradient(left, #62d3dd 0%, #51add2 100%);
  background: linear-gradient(to right, #62d3dd 0%, #51add2 100%);
}
.cms-laybuy .howItWorks {
  padding: 20px 0px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.cms-laybuy .howItWorks p {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
}
.cms-laybuy .laybuy-detail {
  padding: 60px 0;
}
.cms-laybuy .laybuy-detail .title {
  text-align: center;
}
.cms-laybuy .laybuy-content {
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
.cms-laybuy .laybuy-content h2 {
  max-width: 485px;
  margin: 25px auto;
  text-transform: none;
  color: #1da8ce;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cms-laybuy .laybuy-content .lookFor {
  margin-bottom: 25px;
  font-size: 16px;
}
.cms-laybuy .laybuy-content img {
  max-width: 305px;
  margin: 0 auto;
}
.cms-laybuy .laybuy-footer {
  padding-top: 40px;
  border-top: 1px solid #eaeae7;
  margin-top: 40px;
  max-width: 90%;
  margin-left: 5%;
}
.cms-laybuy .laybuy-footer .laybuy_footer-wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.cms-laybuy .laybuy-footer .laybuy-footer__img {
  display: inline-block;
  text-align: center;
  float: left;
  width: calc(100% / 4);
}
.cms-laybuy .laybuy-footer .laybuy-footer__img img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
.cms-laybuy .laybuy-footer .laybuy-footer__img p {
  line-height: 18px;
  font-size: 12px;
  padding: 0 15px;
}
.cms-laybuy .faqRow {
  background-color: #fdfdf9;
}
.cms-laybuy .faqWrap {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  margin-bottom: -20px;
}
.cms-laybuy .faqWrap .question {
  color: #dca7ab;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 1100px) {
  .cms-laybuy .laybuy-title-wrap {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .cms-laybuy .faqWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-laybuy .laybuy-title-wrap svg {
    width: 200px !important;
  }
  .cms-laybuy .howItWorks p {
    font-size: 50px;
    line-height: 50px;
  }
  .cms-laybuy .laybuy-footer .laybuy-footer__img {
    width: calc(100% / 2);
    padding: 15px;
  }
  .cms-laybuy .faqWrap {
    padding-bottom: 30px;
  }
}

.cms-presale .col-main {
  background: #fff;
}
@media only screen and (max-width: 770px) {
  .cms-presale .desktop {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .cms-presale .desktop {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .cms-presale .mobile {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .mobile {
    width: 90%;
  }
}
@media only screen and (min-width: 771px) {
  .cms-presale .mobile {
    display: none;
  }
}
.cms-presale button {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  padding: 0 50px;
  height: 60px;
}
.cms-presale .J-hero-container {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .cms-presale .J-hero-container {
    padding-top: 2em;
  }
}
.cms-presale .J-hero-container .left-column {
  width: 480px;
  padding-left: 60px;
  margin-top: -150px;
}
@media screen and (max-width: 1199px) and (min-width: 1099px) {
  .cms-presale .J-hero-container .left-column {
    margin-top: -90px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 771px) {
  .cms-presale .J-hero-container .left-column {
    margin-top: -50px;
  }
}
@media screen and (max-width: 770px) and (min-width: 599px) {
  .cms-presale .J-hero-container .left-column {
    margin-top: 0;
  }
}
@media only screen and (max-width: 770px) {
  .cms-presale .J-hero-container .left-column {
    margin-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .J-hero-container .left-column {
    width: 95%;
  }
}
.cms-presale .J-hero-container .left-column h1 {
  font-size: 36px;
  letter-spacing: 3.75px;
  text-transform: none;
  float: left;
  line-height: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #08b193;
}
@media only screen and (max-width: 770px) {
  .cms-presale .J-hero-container .left-column h1 {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1199px) and (min-width: 979px) {
  .cms-presale .J-hero-container .left-column h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 770px) {
  .cms-presale .J-hero-container .left-column h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .J-hero-container .left-column h1 {
    font-size: 28px;
  }
}
.cms-presale .J-hero-container .left-column .banner-copy {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) and (min-width: 770px) {
  .cms-presale .J-hero-container .left-column .banner-copy {
    width: 380px;
  }
}
.cms-presale .J-hero-container .left-column p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  padding-top: 25px;
  text-align: center;
  color: black;
  letter-spacing: 1px;
}
@media only screen and (max-width: 770px) {
  .cms-presale .J-hero-container .left-column p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 770px) {
  .cms-presale .J-hero-container .left-column p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-presale .J-hero-container .left-column {
    margin: 0 auto;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-presale .J-hero-container .right-column {
    display: none;
  }
}
.cms-presale .J-hero-container .right-column .image {
  margin-right: -150px;
  margin-bottom: 50px;
}
.cms-presale .J-hero-container .right-column .image img {
  padding-top: 50px;
  transform: scale(1);
}
.cms-presale .J-hero-container .right-column .overflow {
  width: 65%;
  overflow: hidden;
  position: relative;
  left: 5%;
}
@media only screen and (min-width: 1700px) {
  .cms-presale .J-hero-container .right-column .overflow {
    overflow: visible;
  }
}
.cms-presale .how-it-works-header h2 {
  background: white;
  color: #d2a0a2;
  font-family: "Domaine Bold", Georgia;
  text-align: center;
  text-transform: none;
  letter-spacing: 3px;
  font-size: 24px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 770px) {
  .cms-presale .how-it-works-header h2 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cms-presale .how-it-works-container {
  background: #eecac5;
}
.cms-presale .how-it-works-container .three-steps {
  width: 820px;
  margin: 20px auto;
  padding: 50px;
}
@media only screen and (max-width: 479px) {
  .cms-presale .how-it-works-container .three-steps {
    width: 300px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-presale .how-it-works-container .three-steps {
    width: 600px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-presale .how-it-works-container .three-steps {
    width: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .how-it-works-container .three-steps {
    width: 90%;
    padding: 30px;
  }
}
.cms-presale .how-it-works-container div {
  padding-bottom: 10px;
}
.cms-presale .how-it-works-container p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 170%;
  color: black;
  letter-spacing: 2px;
  display: inline;
}
@media only screen and (max-width: 770px) {
  .cms-presale .how-it-works-container p {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 979px) and (min-width: 770px) {
  .cms-presale .how-it-works-container p {
    font-size: 15px;
  }
}
.cms-presale .how-it-works-container span {
  font-family: "Domaine Bold", Georgia;
  color: #757777;
  font-size: 2em;
  padding-right: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 979px) and (min-width: 770px) {
  .cms-presale .how-it-works-container span {
    font-size: 24px;
  }
}
.cms-presale .featured-products-container {
  background-image: linear-gradient(to top, #fdecec 55%, #ffffff 45%);
  background-image: -o-linear-gradient(bottom, #fdecec 55%, #FFF 45%);
  background-image: -moz-linear-gradient(bottom, #fdecec 55%, #FFF 45%);
  background-image: -webkit-linear-gradient(bottom, #fdecec 55%, #FFF 45%);
  background-image: -ms-linear-gradient(bottom, #fdecec 55%, #FFF 45%);
}
@media only screen and (max-width: 770px) {
  .cms-presale .featured-products-container {
    background: #fdecec;
  }
}
.cms-presale .featured-products-container h2 {
  font-family: "Domaine Bold", Georgia;
  color: black;
  text-transform: none;
  letter-spacing: 2px;
  padding-top: 120px;
  font-size: 32px;
}
@media screen and (max-width: 979px) and (min-width: 770px) {
  .cms-presale .featured-products-container h2 {
    font-size: 24px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 770px) and (min-width: 320px) {
  .cms-presale .featured-products-container h2 {
    background: white;
    padding: 10px 15px 15px 15px;
    font-size: 24px;
  }
}
.cms-presale .featured-products-container div {
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: -10px;
}
.cms-presale .featured-products-container div.product {
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 60px;
  width: 480px;
}
@media only screen and (max-width: 979px) {
  .cms-presale .featured-products-container div.product {
    width: 380px;
  }
}
@media only screen and (max-width: 770px) {
  .cms-presale .featured-products-container div.product {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .cms-presale .featured-products-container div.product {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .featured-products-container div.product {
    width: 360px;
  }
}
@media screen and (max-width: 360px) and (min-width: 319px) {
  .cms-presale .featured-products-container div.product {
    width: 300px;
  }
}
.cms-presale .featured-products-container p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
.cms-presale .featured-products-container p.product-name {
  font-family: "Domaine Bold", Georgia;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.05;
}
.cms-presale .featured-products-container img {
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 770px) and (min-width: 479px) {
  .cms-presale .featured-products-container img {
    max-width: 85%;
  }
}
.cms-presale .forgiving-fit-container {
  background: white;
  clear: both;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cms-presale .forgiving-fit-container div {
  width: 33%;
  margin: 0 auto;
}
@media only screen and (max-width: 770px) {
  .cms-presale .forgiving-fit-container div {
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .cms-presale .forgiving-fit-container div {
    width: 80%;
  }
}
.cms-presale .forgiving-fit-container p {
  color: #dca7ab;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .cms-presale .forgiving-fit-container p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-presale .forgiving-fit-container p {
    font-size: 11px;
  }
}
.cms-presale .forgiving-fit-container h2 {
  font-size: 34px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 28px;
  font-family: "Domaine Bold", Georgia;
  color: #dca7ab;
  padding-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .cms-presale .forgiving-fit-container h2 {
    font-size: 36px;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.cms-presale .forgiving-fit-container h2 button #fit {
  padding: 0 65px;
}

.seo-block {
  padding: 40px 40px 0;
}
.seo-block h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
}
.seo-block h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #7d7e82;
  font-family: "Domaine Bold", Georgia;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
}
.seo-block p {
  padding-bottom: 10px;
  font-size: 11px;
}
.seo-block ul {
  padding-bottom: 10px;
  margin-left: 50px;
  font-size: 11px;
}
.seo-block li {
  list-style-type: circle;
}
@media only screen and (max-width: 599px) {
  .seo-block {
    text-align: center;
  }
  .seo-block li {
    text-align: left;
  }
}

.cms-page-view .seo-block {
  padding: 40px 40px 0;
}
.cms-page-view .seo-block h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #dca7ab;
  font-family: "Domaine Bold", Georgia;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
}
.cms-page-view .seo-block h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #7d7e82;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
}
.cms-page-view .seo-block p {
  padding-bottom: 10px;
  font-size: 11px;
}
.cms-page-view .seo-block ul {
  padding-bottom: 10px;
  margin-left: 50px;
  font-size: 11px;
}
.cms-page-view .seo-block li {
  list-style-type: circle;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

