/* ======================================================================================
	ASSETS
====================================================================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

a, a img, img {
  text-decoration: none;
  outline: 0; }

a img {
  border: none;
  outline: none; }

ul {
  list-style: none; }

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

/*
 * 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: none;
  margin: 0;
  padding: 0; }

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

/* ===========================================================
   FONT FACE
=========================================================== */
@font-face {
  font-family: 'Liberation Serif';
  src: url("../fonts/LiberationSerif-Regular-webfont.eot");
  src: url("../fonts/LiberationSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberationSerif-Regular-webfont.woff") format("woff"), url("../fonts/LiberationSerif-Regular-webfont.ttf") format("truetype"), url("../fonts/LiberationSerif-Regular-webfont.svg#liberation_serifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bree Serif';
  src: url("../fonts/breeserif-regular-webfont.eot");
  src: url("../fonts/breeserif-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular-webfont.woff") format("woff"), url("../fonts/breeserif-regular-webfont.ttf") format("truetype"), url("../fonts/breeserif-regular-webfont.svg#bree_serifregular") format("svg");
  font-weight: bold;
  font-style: normal; }
/* ===========================================================
   MIXINS & EXTENDS
=========================================================== */
.container:after, .page-body:after, .header:after, .header #search_mini_form:after, .nav:after, .nav ul:after, .main:after, .side:after, .footer:after, .footer-logos:after, .register-popup .register-popup-content form .form-list li:after, .register-popup .register-popup-content .social-login .social-logins:after, .register-popup .register-popup-content .sign-up:after, .main .home-page-content .brands:after, .main .home-page-content .featured-products ul:after, #directionsform:after, .cms-45th-anniversary .main .std .instagram:after, .cms-45th-anniversary .main .std .share:after, .std .customer-gallery ul:after, .std .customer-gallery .chance:after, .std .customer-gallery .share:after, .std .customer-gallery-bio .chance:after, .std .customer-gallery-bio .share:after, .operation-prom .std .why ul:after, .operation-prom .std .how ol li:after, .operation-prom-success .share:after, .main .std .honor-students .profile-group:after, .main .std .honor-students .profile:after, .main .std .honor-students .share:after, .blog-list .postTitle:after, .blog-list .postContent:after, .blog-list .postBottom:after, .blog-single .postTitle:after, .blog-single .postContent:after, .box-account:after, .customer-account-giftcard .data-table .range-container .data-range:after, .account-login .content:after, .customer-account-create .inchoo-socialconnect-register:after, .cart-table .table-row:after, .cart-collaterals .discount:after, #opc-payment #giftvoucher_container:after, .toolbar:after, .products-grid .product-wrapper:after,
.products-list .product-wrapper:after, .subcategory-list:after, .product-collateral #product-collateral-tabs .tab-list:after, .product-view .box-reviews dd:after, .need-help:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }
.lte-ie8 .container, .lte-ie8 .page-body, .lte-ie8 .header, .lte-ie8 .header #search_mini_form, .header .lte-ie8 #search_mini_form, .lte-ie8 .nav, .lte-ie8 .nav ul, .nav .lte-ie8 ul, .lte-ie8 .main, .lte-ie8 .side, .lte-ie8 .footer, .lte-ie8 .footer-logos, .lte-ie8 .register-popup .register-popup-content form .form-list li, .register-popup .register-popup-content form .form-list .lte-ie8 li, .lte-ie8 .register-popup .register-popup-content .social-login .social-logins, .register-popup .register-popup-content .social-login .lte-ie8 .social-logins, .lte-ie8 .register-popup .register-popup-content .sign-up, .register-popup .register-popup-content .lte-ie8 .sign-up, .lte-ie8 .main .home-page-content .brands, .main .home-page-content .lte-ie8 .brands, .lte-ie8 .main .home-page-content .featured-products ul, .main .home-page-content .featured-products .lte-ie8 ul, .lte-ie8 #directionsform, .lte-ie8 .cms-45th-anniversary .main .std .instagram, .cms-45th-anniversary .main .std .lte-ie8 .instagram, .lte-ie8 .cms-45th-anniversary .main .std .share, .cms-45th-anniversary .main .std .lte-ie8 .share, .lte-ie8 .std .customer-gallery ul, .std .customer-gallery .lte-ie8 ul, .lte-ie8 .std .customer-gallery .chance, .std .customer-gallery .lte-ie8 .chance, .lte-ie8 .std .customer-gallery .share, .std .customer-gallery .lte-ie8 .share, .lte-ie8 .std .customer-gallery-bio .chance, .std .customer-gallery-bio .lte-ie8 .chance, .lte-ie8 .std .customer-gallery-bio .share, .std .customer-gallery-bio .lte-ie8 .share, .lte-ie8 .operation-prom .std .why ul, .operation-prom .std .why .lte-ie8 ul, .lte-ie8 .operation-prom .std .how ol li, .operation-prom .std .how ol .lte-ie8 li, .lte-ie8 .operation-prom-success .share, .operation-prom-success .lte-ie8 .share, .lte-ie8 .main .std .honor-students .profile-group, .main .std .honor-students .lte-ie8 .profile-group, .lte-ie8 .main .std .honor-students .profile, .main .std .honor-students .lte-ie8 .profile, .lte-ie8 .main .std .honor-students .share, .main .std .honor-students .lte-ie8 .share, .lte-ie8 .blog-list .postTitle, .blog-list .lte-ie8 .postTitle, .lte-ie8 .blog-list .postContent, .blog-list .lte-ie8 .postContent, .lte-ie8 .blog-list .postBottom, .blog-list .lte-ie8 .postBottom, .lte-ie8 .blog-single .postTitle, .blog-single .lte-ie8 .postTitle, .lte-ie8 .blog-single .postContent, .blog-single .lte-ie8 .postContent, .lte-ie8 .box-account, .lte-ie8 .customer-account-giftcard .data-table .range-container .data-range, .customer-account-giftcard .data-table .range-container .lte-ie8 .data-range, .lte-ie8 .account-login .content, .account-login .lte-ie8 .content, .lte-ie8 .customer-account-create .inchoo-socialconnect-register, .customer-account-create .lte-ie8 .inchoo-socialconnect-register, .lte-ie8 .cart-table .table-row, .cart-table .lte-ie8 .table-row, .lte-ie8 .cart-collaterals .discount, .cart-collaterals .lte-ie8 .discount, .lte-ie8 #opc-payment #giftvoucher_container, #opc-payment .lte-ie8 #giftvoucher_container, .lte-ie8 .toolbar, .lte-ie8 .products-grid .product-wrapper, .products-grid .lte-ie8 .product-wrapper,
.lte-ie8 .products-list .product-wrapper,
.products-list .lte-ie8 .product-wrapper, .lte-ie8 .subcategory-list, .lte-ie8 .product-collateral #product-collateral-tabs .tab-list, .product-collateral #product-collateral-tabs .lte-ie8 .tab-list, .lte-ie8 .product-view .box-reviews dd, .product-view .box-reviews .lte-ie8 dd, .lte-ie8 .need-help {
  zoom: 1; }

/* ===========================================================
   FONTS
=========================================================== */
/* ===========================================================
   BRANDING COLORS
=========================================================== */
/* ===========================================================
   BLOG COLORS
=========================================================== */
/* ===========================================================
   SOCIAL COLORS
=========================================================== */
/* ======================================================================================
	LAYOUT
====================================================================================== */
/* ======================================================================================
DEFAULTS
====================================================================================== */
body {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #666666;
  background: #fff;
  min-width: 320px; }

a {
  color: #db005a;
  text-decoration: underline; }
  a:hover, a:active {
    color: #666666; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  padding: 3px;
  font: Arial, Helvetica, sans-serif 13px;
  color: #747474;
  background: #fff;
  border: 1px #a5a39b solid;
  border-radius: 5px; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 3px 6px;
  font: 11px "Times New Roman", serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 1px #cc0054 solid;
  border-radius: 5px;
  background-color: #ff0f72;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0f72), to(#db005a));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #ff0f72, #db005a);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #ff0f72, #db005a);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff0f72, #db005a);
  /* IE10 */
  background: -o-linear-gradient(top, #ff0f72, #db005a);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ff0f72, #db005a);
  /* W3C */
  cursor: pointer; }

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

img {
  max-width: 100%;
  height: auto; }

/* ======================================================================================
PAGE WRAPPER
====================================================================================== */
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px; }

/* ======================================================================================
PAGE BODY
====================================================================================== */
.page-body {
  width: 100%;
  float: left; }

/* ============================================ *
CUSTOM IP BLOCK
* ============================================ */
.ip-block {
  width: 100%;
  float: left; }
  .ip-block .ip-block {
    padding: 0; }
  .ip-block.inline_block {
    text-align: center; }
    .ip-block.inline_block .sixth, .ip-block.inline_block .fifth, .ip-block.inline_block .quarter, .ip-block.inline_block .three-tenths, .ip-block.inline_block .two-sixths, .ip-block.inline_block .third, .ip-block.inline_block .two-fifths, .ip-block.inline_block .three-sixths, .ip-block.inline_block .half, .ip-block.inline_block .three-fifths, .ip-block.inline_block .four-sixths, .ip-block.inline_block .two-thirds, .ip-block.inline_block .three-quarters, .ip-block.inline_block .four-fifths, .ip-block.inline_block .five-sixths, .ip-block.inline_block .item {
      float: none;
      display: inline-block;
      text-align: left; }
  .ip-block.left .sixth, .ip-block.left .fifth, .ip-block.left .quarter, .ip-block.left .three-tenths, .ip-block.left .two-sixths, .ip-block.left .third, .ip-block.left .two-fifths, .ip-block.left .three-sixths, .ip-block.left .half, .ip-block.left .three-fifths, .ip-block.left .four-sixths, .ip-block.left .two-thirds, .ip-block.left .three-quarters, .ip-block.left .four-fifths, .ip-block.left .five-sixths, .ip-block.left .item {
    float: left; }
  .ip-block.right .sixth, .ip-block.right .fifth, .ip-block.right .quarter, .ip-block.right .three-tenths, .ip-block.right .two-sixths, .ip-block.right .third, .ip-block.right .two-fifths, .ip-block.right .three-sixths, .ip-block.right .half, .ip-block.right .three-fifths, .ip-block.right .four-sixths, .ip-block.right .two-thirds, .ip-block.right .three-quarters, .ip-block.right .four-fifths, .ip-block.right .five-sixths, .ip-block.right .item {
    float: right; }
  .ip-block.row .sixth:first-child, .ip-block.row .fifth:first-child, .ip-block.row .quarter:first-child, .ip-block.row .three-tenths:first-child, .ip-block.row .two-sixths:first-child, .ip-block.row .third:first-child, .ip-block.row .two-fifths:first-child, .ip-block.row .three-sixths:first-child, .ip-block.row .half:first-child, .ip-block.row .three-fifths:first-child, .ip-block.row .four-sixths:first-child, .ip-block.row .two-thirds:first-child, .ip-block.row .three-quarters:first-child, .ip-block.row .four-fifths:first-child, .ip-block.row .five-sixths:first-child, .ip-block.row .item:first-child {
    margin: 0; }
  .ip-block .sixth.left, .ip-block .fifth.left, .ip-block .quarter.left, .ip-block .three-tenths.left, .ip-block .two-sixths.left, .ip-block .third.left, .ip-block .two-fifths.left, .ip-block .three-sixths.left, .ip-block .half.left, .ip-block .three-fifths.left, .ip-block .four-sixths.left, .ip-block .two-thirds.left, .ip-block .three-quarters.left, .ip-block .four-fifths.left, .ip-block .five-sixths.left, .ip-block .item.left {
    float: left; }
    .ip-block .sixth.left .content.ip-block, .ip-block .fifth.left .content.ip-block, .ip-block .quarter.left .content.ip-block, .ip-block .three-tenths.left .content.ip-block, .ip-block .two-sixths.left .content.ip-block, .ip-block .third.left .content.ip-block, .ip-block .two-fifths.left .content.ip-block, .ip-block .three-sixths.left .content.ip-block, .ip-block .half.left .content.ip-block, .ip-block .three-fifths.left .content.ip-block, .ip-block .four-sixths.left .content.ip-block, .ip-block .two-thirds.left .content.ip-block, .ip-block .three-quarters.left .content.ip-block, .ip-block .four-fifths.left .content.ip-block, .ip-block .five-sixths.left .content.ip-block, .ip-block .item.left .content.ip-block {
      padding: 0 30px 0 0; }
  .ip-block .sixth.right, .ip-block .fifth.right, .ip-block .quarter.right, .ip-block .three-tenths.right, .ip-block .two-sixths.right, .ip-block .third.right, .ip-block .two-fifths.right, .ip-block .three-sixths.right, .ip-block .half.right, .ip-block .three-fifths.right, .ip-block .four-sixths.right, .ip-block .two-thirds.right, .ip-block .three-quarters.right, .ip-block .four-fifths.right, .ip-block .five-sixths.right, .ip-block .item.right {
    float: right; }
    .ip-block .sixth.right .content.ip-block, .ip-block .fifth.right .content.ip-block, .ip-block .quarter.right .content.ip-block, .ip-block .three-tenths.right .content.ip-block, .ip-block .two-sixths.right .content.ip-block, .ip-block .third.right .content.ip-block, .ip-block .two-fifths.right .content.ip-block, .ip-block .three-sixths.right .content.ip-block, .ip-block .half.right .content.ip-block, .ip-block .three-fifths.right .content.ip-block, .ip-block .four-sixths.right .content.ip-block, .ip-block .two-thirds.right .content.ip-block, .ip-block .three-quarters.right .content.ip-block, .ip-block .four-fifths.right .content.ip-block, .ip-block .five-sixths.right .content.ip-block, .ip-block .item.right .content.ip-block {
      padding: 0 0 0 30px; }
  .ip-block .item {
    width: 100%; }
  .ip-block.grid-1 .item {
    width: 100%; }
  @media (min-width: 640px) {
    .ip-block.grid-2 .item {
      width: 50%; } }
  @media (min-width: 640px) {
    .ip-block.grid-3 .item {
      width: 33%; } }
  @media (min-width: 640px) {
    .ip-block.grid-4 .item {
      width: 25%; } }
  @media (min-width: 640px) {
    .ip-block.grid-5 .item {
      width: 20%; } }
  @media (min-width: 640px) {
    .ip-block.grid-6 .item {
      width: 16.667%; } }
  @media (min-width: 640px) {
    .ip-block.grid-7 .item {
      width: 14.28%; } }
  @media (min-width: 640px) {
    .ip-block.grid-8 .item {
      width: 12.5%; } }
  @media (min-width: 640px) {
    .ip-block.grid-9 .item {
      width: 11.11%; } }
  @media (min-width: 640px) {
    .ip-block.grid-10 .item {
      width: 10%; } }
  .ip-block .sixth {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .sixth {
        width: 16%; } }
  .ip-block .fifth {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .fifth {
        width: 20%; } }
  .ip-block .quarter {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .quarter {
        width: 25%; } }
  .ip-block .three-tenths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .three-tenths {
        width: 30%; } }
  .ip-block .two-sixths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .two-sixths {
        width: 32%; } }
  .ip-block .third {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .third {
        width: 33.33%; } }
  .ip-block .two-fifths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .two-fifths {
        width: 40%; } }
  .ip-block .three-sixths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .three-sixths {
        width: 48%; } }
  .ip-block .half {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .half {
        width: 50%; } }
  .ip-block .three-fifths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .three-fifths {
        width: 60%; } }
  .ip-block .four-sixths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .four-sixths {
        width: 64%; } }
  .ip-block .two-thirds {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .two-thirds {
        width: 67%; } }
  .ip-block .seven-tenths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .seven-tenths {
        width: 70%; } }
  .ip-block .three-quarters {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .three-quarters {
        width: 75%; } }
  .ip-block .four-fifths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .four-fifths {
        width: 80%; } }
  .ip-block .five-sixths {
    width: 100%; }
    @media (min-width: 640px) {
      .ip-block .five-sixths {
        width: 80%; } }

/* ======================================================================================
	INFO BAR
====================================================================================== */
.info-bar {
  width: 100%;
  float: left;
  background-color: #adadad;
  background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#efefef));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #adadad, #efefef);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #adadad, #efefef);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #adadad, #efefef);
  /* IE10 */
  background: -o-linear-gradient(top, #adadad, #efefef);
  /* Opera 11.10+ */
  background: linear-gradient(top, #adadad, #efefef);
  /* W3C */ }
  .info-bar .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px; }
  .info-bar a {
    float: left;
    display: block;
    padding: 8px 4px;
    font: 11px/16px Arial, Helvetica, sans-serif;
    color: #2c2c2c;
    text-decoration: none; }
  .info-bar .phone {
    float: left; }
    .info-bar .phone .icon {
      display: none;
      float: left;
      margin: 0 4px 0 0;
      width: 16px;
      height: 16px;
      background: url(../images/icons.png) no-repeat 0 0;
      background-position: 0 -20px; }
      @media (min-width: 480px) {
        .info-bar .phone .icon {
          display: block; } }
    .info-bar .phone .long {
      display: none; }
      @media (min-width: 640px) {
        .info-bar .phone .long {
          float: left;
          margin: 0 3px 0 0px;
          display: block; } }
  .info-bar .contact {
    float: left;
    position: relative; }
    .info-bar .contact:before {
      content: '';
      position: absolute;
      background: #616161;
      width: 1px;
      left: 0;
      top: 50%;
      height: 16px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .info-bar .contact .long {
      display: none; }
      @media (min-width: 640px) {
        .info-bar .contact .long {
          display: block;
          float: right;
          margin: 0 0 0 3px; } }
  .info-bar .user {
    float: right; }
    .info-bar .user .sign-in,
    .info-bar .user .wishlist,
    .info-bar .user .cart {
      float: left; }
    .info-bar .user .long {
      display: none; }
      @media (min-width: 640px) {
        .info-bar .user .long {
          display: block;
          float: left;
          margin: 0 3px 0 0; } }
    .info-bar .user .icon {
      float: left;
      margin: 0 4px 0 0;
      width: 16px;
      height: 16px;
      background: url(../images/icons.png) no-repeat 0 0; }
    .info-bar .user .sign-in .icon {
      background-position: -16px -20px; }
    .info-bar .user .wishlist .icon {
      background-position: -32px -20px; }
    .info-bar .user .cart .icon {
      background-position: -48px -20px; }
    .info-bar .user .account .icon {
      background-position: 0 -36px; }
    .info-bar .user .cart {
      min-width: 50px; }

/* ======================================================================================
	HEADER
====================================================================================== */
.header {
  background: url(../images/new-skin/header-bg.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  padding: 10px 0;
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 640px) {
    .header {
      text-align: left; } }
  .header .container {
    position: relative;
    margin: 0 auto;
    width: calc( 100% - 20px );
    max-width: 1140px;
    padding: 0 10px; }
    @media (min-width: 860px) {
      .header .container {
        position: static; } }
  .header h1 {
    margin: 0; }
  .header .logo {
    width: 100%;
    height: auto;
    max-width: 412px;
    display: inline-block; }
    @media (min-width: 640px) {
      .header .logo {
        padding: 10px 0 15px;
        float: left;
        padding: 0; } }
    .header .logo img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .header #search_mini_form {
    display: none;
    height: 19px;
    padding: 2px;
    border: 1px #d3d3d3 solid;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1); }
    @media (min-width: 640px) {
      .header #search_mini_form {
        display: inline-block;
        margin: 14px 0 0;
        float: right; } }
    .header #search_mini_form label {
      display: none; }
    .header #search_mini_form input.input-text {
      float: left;
      min-width: 160px;
      height: 17px;
      padding: 2px 5px 0 5px;
      font: 11px/1 Arial, Helvetica, sans-serif;
      color: #717171;
      background: none !important;
      border-color: #d3d3d3;
      border-style: solid;
      border-width: 0 1px 0 0 !important;
      border-radius: 0;
      box-shadow: none !important;
      -webkit-appearance: none; }
      @media (max-width: 640px) {
        .header #search_mini_form input.input-text {
          width: 200px; } }
    .header #search_mini_form button.button {
      float: left;
      width: 19px;
      height: 19px;
      padding: 0 !important;
      text-align: left;
      text-indent: -9999px;
      border: none;
      background: none; }
      .lte-ie8 .header #search_mini_form button.button {
        filter: none; }
      .header #search_mini_form button.button > span {
        display: block;
        width: 19px;
        height: 19px;
        background: url(../images/icons.png) no-repeat 0 0; }
  .header .social {
    display: none;
    float: right;
    height: 20px;
    margin: 17px 12px 0 0; }
    @media (max-width: 640px) {
      .header .social {
        float: none;
        text-align: center; } }
    @media (max-width: 860px) {
      .header .social {
        clear: right;
        margin: 0 0 8px; } }
    @media (min-width: 640px) {
      .header .social {
        display: block; } }
    @media (max-width: 640px) {
      .header .social ul {
        display: inline-block; } }
    .header .social li {
      float: left;
      margin: 0 0 0 6px; }
      .header .social li a {
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-indent: -9999px;
        background: url(../images/icons.png) no-repeat 0 0; }
      .header .social li.twitter a {
        background-position: -19px 0; }
      .header .social li.pinterest a {
        background-position: -39px 0; }
      .header .social li.instagram a {
        background-position: -59px 0; }
      .header .social li.youtube a {
        background-position: -79px 0; }
      .header .social li.facebook a {
        background-position: -99px 0; }
      .header .social li.googleplus a {
        background-position: 0 -52px; }
  .header .location {
    display: none; }
    @media (max-width: 860px) {
      .header .location {
        display: block;
        float: right;
        clear: right; } }
    @media (max-width: 640px) {
      .header .location {
        float: none;
        text-align: center; } }
    .header .location a {
      color: #2c2c2c;
      text-decoration: none; }
      @media (max-width: 860px) {
        .header .location a:hover, .header .location a:active {
          color: #e1e1e1; } }
  .header .promo {
    float: right;
    clear: right;
    margin: 15px -8px 0 0; }
    @media (max-width: 640px) {
      .header .promo {
        display: block;
        position: static;
        bottom: auto;
        margin: 0 0 0; } }
    @media (max-width: 860px) {
      .header .promo {
        position: absolute;
        right: 0;
        bottom: -50px;
        z-index: 100;
        float: none;
        padding: 0; } }
    @media (min-width: 641px) {
      .header .promo {
        color: #fff; } }
    .header .promo a {
      display: block;
      width: 252px;
      height: 35px;
      background: url(../images/contest-header.png) no-repeat 0 0;
      overflow: hidden;
      text-indent: -9999px; }
      @media (max-width: 640px) {
        .header .promo a {
          margin: 0 auto; } }
      @media (min-width: 641px) {
        .header .promo a {
          color: #fff; } }
      @media (min-width: 641px) {
        .header .promo a:hover, .header .promo a:active {
          color: #e6e6e6; } }

/* ======================================================================================
	MAIN NAV
====================================================================================== */
.nav {
  border: 1px #c7c2b1 solid;
  background: #ee2072;
  border-width: 1px 0;
  width: 100%;
  float: left;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2); }
  .nav .container {
    width: 100%;
    position: relative; }
    @media (min-width: 640px) {
      .nav .container {
        width: 90%; } }
  .nav #toggle-menu, .nav #toggle-search {
    width: 50%;
    display: block;
    height: 40px;
    font: 16px/16px "Montserrat", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: none;
    border: none;
    outline: none; }
    @media (min-width: 880px) {
      .nav #toggle-menu, .nav #toggle-search {
        display: none; } }
    .nav #toggle-menu span, .nav #toggle-search span {
      display: inline-block; }
    .nav #toggle-menu span:before, .nav #toggle-search span:before {
      content: '';
      float: left;
      margin: 0 4px 0 0;
      color: #570c2e;
      font: 16px/16px "FontAwesome";
      background-image: none !important;
      background-size: initial !important; }
    .nav #toggle-menu:hover, .nav #toggle-menu:active, .nav #toggle-search:hover, .nav #toggle-search:active {
      color: #570c2e; }
  .nav #toggle-menu {
    float: left; }
    .nav #toggle-menu span:before {
      content: "\f0c9"; }
  .nav #toggle-search {
    float: right; }
    .nav #toggle-search span:before {
      content: "\f002"; }
  .nav #search_mini_form {
    display: none; }
    .nav #search_mini_form.show {
      display: block;
      position: absolute;
      z-index: 9999;
      width: 100%;
      background: #ee2072;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
      top: calc(100% + 1px);
      padding: 10px 0;
      text-align: center; }
    .nav #search_mini_form .form-search {
      background: white;
      border-radius: 15px;
      display: inline-block; }
    .nav #search_mini_form label {
      display: none; }
    .nav #search_mini_form input.input-text {
      float: left;
      min-width: 160px;
      height: 17px;
      padding: 2px 5px 0 5px;
      font: 11px/1 Arial, Helvetica, sans-serif;
      color: #717171;
      background: none !important;
      border-color: #d3d3d3;
      border-style: solid;
      border-width: 0 1px 0 0 !important;
      border-radius: 0;
      outline: none;
      box-shadow: none !important;
      -webkit-appearance: none; }
      @media (max-width: 640px) {
        .nav #search_mini_form input.input-text {
          width: 200px; } }
      .nav #search_mini_form input.input-text:focus {
        outline: none;
        box-shadow: inset 0px 0px 4px #d3d3d3; }
    .nav #search_mini_form button.button {
      float: left;
      width: 19px;
      height: 19px;
      padding: 0 !important;
      text-align: left;
      text-indent: -9999px;
      border: none;
      background: none; }
      .lte-ie8 .nav #search_mini_form button.button {
        filter: none; }
      .nav #search_mini_form button.button > span {
        display: block;
        width: 19px;
        height: 19px;
        background: url(../images/icons.png) no-repeat 0 0; }
  .nav ul {
    float: left;
    display: none; }
    @media (min-width: 880px) {
      .nav ul {
        display: block;
        width: 100%;
        text-align: center; } }
  .nav li {
    float: left;
    position: relative;
    display: inline-block;
    float: none;
    text-align: left; }
    .nav li a {
      display: block;
      padding: 13px 14px;
      font: 14px/1 "Montserrat", sans-serif;
      color: #FFFFFF;
      letter-spacing: .125em;
      text-transform: uppercase;
      text-decoration: none; }
      .nav li a:hover, .nav li a:active {
        background: rgba(54, 59, 60, 0.4); }
  .nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9000;
    width: 420px;
    padding: 7px 0;
    background: #ee2072;
    border: 1px rgba(54, 59, 60, 0.4) solid;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15); }
    .nav ul ul li {
      position: static;
      float: left;
      width: 200px;
      height: auto;
      padding: 1px 10px;
      border: none; }
      .nav ul ul li.even {
        padding-left: 0; }
      .nav ul ul li.odd {
        padding-right: 0;
        clear: left; }
      .nav ul ul li a {
        height: auto;
        padding: 4px 6px;
        font: 13px/16px "Montserrat", sans-serif;
        letter-spacing: .025em; }
        .nav ul ul li a:hover, .nav ul ul li a:active {
          background: #ddd8ca; }
      .nav ul ul li:hover > a {
        background: rgba(54, 59, 60, 0.4); }

@media all and (max-width: 1280px) {
  .nav li a {
    padding: 14px 11px;
    letter-spacing: .065em; } }
@media all and (max-width: 1090px) {
  .nav li a {
    padding: 14px 10px;
    letter-spacing: 0; } }
@media all and (max-width: 980px) {
  .nav li a {
    padding: 14px 7px;
    font-size: 13px;
    letter-spacing: -.02em; } }
@media all and (min-width: 861px) {
  .nav li:hover > ul {
    display: block; }
  .nav li:hover > a {
    background: rgba(54, 59, 60, 0.4); }
  .nav ul ul.has-dropdown {
    width: 220px; }
    .nav ul ul.has-dropdown > li {
      float: none;
      position: relative; }
    .nav ul ul.has-dropdown ul {
      top: -8px;
      left: 220px; } }
@media all and (max-width: 860px) {
  .nav ul.expanded {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #ee2072;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    top: calc(100% + 1px); }
    .nav ul.expanded li {
      float: none;
      height: auto;
      padding: 0;
      padding: 9px 12px;
      text-align: center;
      border: none;
      position: static; }
      .nav ul.expanded li a {
        display: inline;
        height: auto;
        padding: 0;
        font-size: 16px;
        letter-spacing: 0.1em; }
        .nav ul.expanded li a:hover, .nav ul.expanded li a:active {
          background: none; }
      .nav ul.expanded li:hover > a {
        background: none; }
      .nav ul.expanded li .icon {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin-left: 7px;
        width: 12px;
        height: 12px;
        background: none; }
      .nav ul.expanded li.parent > .icon {
        background: url(../images/icons.png) no-repeat -92px -32px; }
      .nav ul.expanded li.parent.expanded > .icon {
        background: url(../images/icons.png) no-repeat -80px -32px; }
    .nav ul.expanded ul {
      display: none;
      position: static;
      padding: 9px 0 8px;
      background: none;
      border: none;
      box-shadow: none; }
      .nav ul.expanded ul li {
        width: auto;
        float: none;
        margin: 0; }
        .nav ul.expanded ul li a {
          font-size: 14px;
          letter-spacing: .05em; }
    .nav ul.expanded li.expanded > ul {
      display: block; } }
/* ======================================================================================
	COLUMNS
====================================================================================== */
/* === 1 column layout ============================================== */
.col1-layout .main {
  width: 100%;
  float: left; }

/* === 2 column left layout ========================================= */
.col2-left-layout .main {
  float: right;
  width: 74.5%; }
.col2-left-layout .side {
  float: left;
  width: 23.5%; }

/* === 2 column right layout ======================================== */
.col2-right-layout .main {
  float: left;
  width: 70%; }
.col2-right-layout .side {
  float: right;
  width: 25%; }

/* === breakpoint: 980 ============================================== */
@media screen and (max-width: 980px) {
  /* === 2 column left layout =========================== */
  .col2-left-layout .main {
    float: none;
    width: auto; }
  .col2-left-layout .side {
    float: none;
    width: auto; } }
/* === breakpoint: 900 ============================================== */
@media screen and (max-width: 900px) {
  /* === 2 column right layout ========================== */
  .col2-right-layout .main {
    float: none;
    width: auto; }
  .col2-right-layout .side {
    float: none;
    margin: 30px 0 0;
    width: auto; } }
/* ======================================================================================
	MAIN COLUMN
====================================================================================== */
.main {
  padding: 23px 0; }

.main .social {
  float: left;
  width: 100%;
  text-align: center; }
  @media (min-width: 930px) {
    .main .social {
      margin: 0 0 20px; } }
  .main .social li {
    display: inline-block; }
    @media (min-width: 930px) {
      .main .social li {
        float: left; } }
    .main .social li:first-child a {
      margin: 0; }
    .main .social li a {
      float: left;
      display: block;
      text-indent: -9999px;
      position: relative;
      border-radius: 100%;
      width: 36px;
      height: 36px;
      padding: 4px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      margin: 0 0 0 6px; }
      .main .social li a:before {
        content: '';
        text-indent: 0;
        font: 14px/36px "FontAwesome";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute; }
    .main .social li.twitter a {
      color: #2daae1;
      box-shadow: 0px 0px 2px -1px #2daae1; }
      .main .social li.twitter a:before {
        content: '\f099'; }
      .main .social li.twitter a:hover {
        background: #2daae1;
        color: #FFFFFF; }
    .main .social li.pinterest a {
      color: #C92228;
      box-shadow: 0px 0px 2px -1px #C92228; }
      .main .social li.pinterest a:before {
        content: '\f0d2'; }
      .main .social li.pinterest a:hover {
        background: #C92228;
        color: #FFFFFF; }
    .main .social li.instagram a {
      color: #507ea3;
      box-shadow: 0px 0px 2px -1px #507ea3; }
      .main .social li.instagram a:before {
        content: '\f16d'; }
      .main .social li.instagram a:hover {
        background: #507ea3;
        color: #FFFFFF; }
    .main .social li.facebook a {
      color: #3b5998;
      box-shadow: 0px 0px 2px -1px #3b5998; }
      .main .social li.facebook a:before {
        content: '\f09a'; }
      .main .social li.facebook a:hover {
        background: #3b5998;
        color: #FFFFFF; }
    .main .social li.youtube a {
      color: #ff3132;
      box-shadow: 0px 0px 2px -1px #ff3132; }
      .main .social li.youtube a:before {
        content: '\f167'; }
      .main .social li.youtube a:hover {
        background: #ff3132;
        color: #FFFFFF; }

.main .std h1 {
  margin: 0 0 15px;
  font: 24px "Times New Roman", serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2d2d2d; }
.main .std h2 {
  margin: 1em 0 .3em;
  font: 20px "Times New Roman", serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #282828; }
.main .std h3 {
  margin: 1em 0 .3em;
  font: 16px "Times New Roman", serif;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #282828; }
.main .std h4 {
  margin: 1em 0 .3em;
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #282828; }
.main .std p {
  margin: 0 0 1em; }
.main .std ul {
  margin: 0 0 1em 1em;
  list-style: disc; }
.main .std ol {
  margin: 0 0 1em 2em; }
.main .std li {
  margin: 0 0 .5em; }
.main .std hr {
  margin: 2em 0;
  height: 1px;
  overflow: hidden;
  border: none;
  background: #f2f0e4;
  color: #f2f0e4; }

.aligncenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft, .wp-caption.alignleft {
  margin: 0 12px 4px 0; }

img.alignright, .wp-caption.alignright {
  margin: 0 0 4px 12px; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  margin: 10px 0;
  padding: 4px 0 0;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px; }
  .wp-caption .wp-caption-text {
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px; }

/* ======================================================================================
	SIDE COLUMN
====================================================================================== */
.side {
  padding: 23px 0 0; }

/* ======================================================================================
	FOOTER
====================================================================================== */
.footer {
  margin: 20px 0 0;
  background: #cd0e4d url(../images/new-skin/footer-bg.jpg) repeat-x top center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 -3px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  float: left; }
  .footer .container {
    position: relative;
    padding: 22px 0; }
  .footer .footer-divider-1,
  .footer .footer-divider-2 {
    height: 9px;
    background: #ee2072; }
  .footer .footer-logo {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 20px; }
    @media (min-width: 930px) {
      .footer .footer-logo {
        width: 37%;
        margin: 0;
        transform: translateY(-50%);
        top: 50%;
        position: absolute; } }
    .footer .footer-logo img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      max-width: 412px; }
  .footer .footer-info {
    width: 100%;
    float: right;
    text-align: center; }
    @media (min-width: 930px) {
      .footer .footer-info {
        width: 63%; } }
    .footer .footer-info .location {
      width: 100%;
      color: #ef327e;
      font: 18px/1.5 "Montserrat", sans-serif; }
    .footer .footer-info .copyright {
      margin: 0;
      text-transform: uppercase;
      font-weight: bold; }
  .footer .info {
    width: 100%;
    float: left;
    font: 14px/1.5 "Montserrat", sans-serif;
    color: #000000;
    /*
    @include bp( max-width, 930px ) {
    	float: none;
    	margin: 0 0 12px;
    	text-align: center;
    }
    */ }
    .footer .info ul {
      margin: 0 0 6px; }
    .footer .info li {
      display: inline-block; }
      .footer .info li + li:before {
        content: "| "; }
    .footer .info a {
      color: #000000;
      text-decoration: none; }
      .footer .info a:hover, .footer .info a:active {
        text-decoration: underline; }
  .footer .primary-nav a {
    font-weight: bold; }
  .footer .copyright {
    margin: 12px 0 0; }
  .footer .location {
    float: right;
    color: #000000;
    font: 14px/1.7 "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center; }
    @media (930px: max-width) {
      .footer .location {
        float: none; } }
    @media (min-width: 930px) {
      .footer .location br {
        content: "&middot";
        display: none; } }
  .footer .promo {
    float: right;
    margin: 6px 30px 0 0; }
    @media (930px: max-width) {
      .footer .promo {
        margin: 12px 0 0;
        float: none; } }
    .footer .promo a {
      display: block;
      width: 150px;
      height: 58px;
      background: url(../images/contest-footer.png) no-repeat 0 0;
      overflow: hidden;
      text-indent: -9999px; }
      @media (930px: max-width) {
        .footer .promo a {
          margin: 0 auto; } }

.footer-logos {
  width: 100%;
  float: left;
  padding: 25px 0;
  /*
  .payment {
  	float: left;
  	@include bp( max-width, 1025px ) {
  		float: none;
  		margin: 0 0 15px;
  		text-align: center;
  	}
  	h6 {
  		margin: 0 0 5px;
  		font: 14px $heading-font-family;
  		color: #4f4f4f;
  	}
  	ul {
  		@extend %clearfix;
  		@include bp( max-width, 1025px ) {
  			display: inline-block;
  		}
  	}
  	li {
  		float: left;
  		margin: 0 12px 0 0;
  		height: 29px;
  		@include hide-text;
  		background: url(../images/icons.png) no-repeat 0 0;
  		&.visa {
  			width: 44px;
  			background-position: -150px 0;
  		}
  		&.mastercard {
  			width: 48px;
  			background-position: -195px 0;
  		}
  		&.discover {
  			width: 68px;
  			background-position: -150px -29px;
  		}
  		&.paypal {
  			width: 74px;
  			background-position: -219px -29px;
  		}
  	}
  }
  */
  /*
  .badges {
  	float: right;
  	@include bp( max-width, 1025px ) {
  		float: none;
  		text-align: center;
  	}
  	.badge {
  		float: left;
  		margin: 0 0 0 12px;
  		@include bp( max-width, 1025px ) {
  			float: none;
  			display: inline-block;
  			margin: 0 6px;
  		}
  	}
  }
  */ }
  .footer-logos h6 {
    margin: 0 0 5px;
    font: 14px "Montserrat", sans-serif;
    color: #4f4f4f; }
  .footer-logos .payment {
    float: left;
    width: 100%;
    margin: 0 0 20px; }
    @media (min-width: 930px) {
      .footer-logos .payment {
        width: 33%; } }
    .footer-logos .payment li {
      float: left;
      margin: 0 12px 0 0;
      height: 29px;
      overflow: hidden;
      text-indent: -9999px;
      background: url(../images/icons.png) no-repeat 0 0; }
      .footer-logos .payment li.visa {
        width: 44px;
        background-position: -150px 0; }
      .footer-logos .payment li.mastercard {
        width: 49px;
        background-position: -194px 0; }
      .footer-logos .payment li.discover {
        width: 69px;
        background-position: -149px -29px; }
      .footer-logos .payment li.paypal {
        width: 75px;
        background-position: -218px -29px; }
  .footer-logos .social {
    float: left;
    width: 100%; }
    @media (min-width: 930px) {
      .footer-logos .social {
        width: 33%; } }
    .footer-logos .social li {
      float: left; }
      .footer-logos .social li:first-child a {
        margin: 0; }
      .footer-logos .social li a {
        float: left;
        display: block;
        text-indent: -9999px;
        position: relative;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        padding: 4px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin: 0 0 0 6px; }
        .footer-logos .social li a:before {
          content: '';
          text-indent: 0;
          font: 14px/24px "FontAwesome";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute; }
      .footer-logos .social li.twitter a {
        color: #2daae1; }
        .footer-logos .social li.twitter a:before {
          content: '\f099'; }
        .footer-logos .social li.twitter a:hover {
          background: #2daae1;
          color: #FFFFFF; }
      .footer-logos .social li.pinterest a {
        color: #C92228; }
        .footer-logos .social li.pinterest a:before {
          content: '\f0d2'; }
        .footer-logos .social li.pinterest a:hover {
          background: #C92228;
          color: #FFFFFF; }
      .footer-logos .social li.instagram a {
        color: #507ea3; }
        .footer-logos .social li.instagram a:before {
          content: '\f16d'; }
        .footer-logos .social li.instagram a:hover {
          background: #507ea3;
          color: #FFFFFF; }
      .footer-logos .social li.facebook a {
        color: #3b5998; }
        .footer-logos .social li.facebook a:before {
          content: '\f09a'; }
        .footer-logos .social li.facebook a:hover {
          background: #3b5998;
          color: #FFFFFF; }
      .footer-logos .social li.youtube a {
        color: #ff3132; }
        .footer-logos .social li.youtube a:before {
          content: '\f167'; }
        .footer-logos .social li.youtube a:hover {
          background: #ff3132;
          color: #FFFFFF; }
  .footer-logos .badges {
    float: right; }
    .footer-logos .badges .badge {
      float: left;
      margin: 0 0 0 12px; }
      .footer-logos .badges .badge:first-child {
        margin: 0; }

iframe[name=google_conversion_frame] {
  position: absolute;
  left: 0;
  bottom: 0; }

/* ======================================================================================
   DATA TABLES
====================================================================================== */
.data-table,
.box-size-chart table {
  width: 100%;
  border: 1px #d9d8cd solid; }
  .data-table .odd,
  .box-size-chart table .odd {
    background: #fcfcfa; }
  .data-table .even,
  .box-size-chart table .even {
    background: #fafaf6; }
  .data-table td.last,
  .data-table th.last,
  .data-table .table-cell.last,
  .box-size-chart table td.last,
  .box-size-chart table th.last,
  .box-size-chart table .table-cell.last {
    border-right: 0; }
  .data-table tr.last th,
  .data-table tr.last td,
  .data-table .table-row.last .table-cell,
  .box-size-chart table tr.last th,
  .box-size-chart table tr.last td,
  .box-size-chart table .table-row.last .table-cell {
    border-bottom: 0 !important; }
  .data-table th,
  .data-table .header-row .table-cell,
  .box-size-chart table th,
  .box-size-chart table .header-row .table-cell {
    padding: 3px 8px;
    font-weight: bold; }
  .data-table td,
  .data-table .table-cell,
  .box-size-chart table td,
  .box-size-chart table .table-cell {
    padding: 3px 8px; }
  .data-table thead th,
  .data-table .header-row .table-cell,
  .box-size-chart table thead th,
  .box-size-chart table .header-row .table-cell {
    padding: 2px 8px;
    font-weight: bold;
    white-space: nowrap;
    background: #f2f0e5;
    vertical-align: middle;
    border-right: 1px #d9d8cd solid; }
    .data-table thead th.wrap,
    .data-table .header-row .table-cell.wrap,
    .box-size-chart table thead th.wrap,
    .box-size-chart table .header-row .table-cell.wrap {
      white-space: normal; }
    .data-table thead th a,
    .data-table .header-row .table-cell a,
    .box-size-chart table thead th a,
    .box-size-chart table .header-row .table-cell a {
      color: #666666; }
    .data-table thead th .tax-flag,
    .data-table .header-row .table-cell .tax-flag,
    .box-size-chart table thead th .tax-flag,
    .box-size-chart table .header-row .table-cell .tax-flag {
      font-size: .92em;
      white-space: nowrap; }
  .data-table tfoot td,
  .data-table .footer-row .table-cell,
  .box-size-chart table tfoot td,
  .box-size-chart table .footer-row .table-cell {
    background: #f2f0e5;
    border-right: 1px #d9d8cd solid; }
  .data-table tbody th,
  .data-table tbody td,
  .data-table .table-cell,
  .box-size-chart table tbody th,
  .box-size-chart table tbody td,
  .box-size-chart table .table-cell {
    border-bottom: 1px #f4f3e9 solid;
    border-right: 1px #f4f3e9 solid; }

div.data-table {
  display: table; }

div.table-row {
  display: table-row; }

div.table-cell {
  display: table-cell; }

.box-size-chart table {
  width: auto; }

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

/* Bundle products tables ============================================================ */
.data-table tbody.odd tr {
  background: #fdfdfc !important; }
.data-table tbody.even tr {
  background: #fcfcfa; }
.data-table tbody.odd tr td, .data-table tbody.even tr td {
  border-bottom: 0; }
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
  border-bottom: 1px #f8f7f1 solid; }
.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic; }
.data-table tbody td .option-value {
  padding-left: 10px; }

/* Generic Info Box ================================================================== */
.info-box {
  padding: 15px;
  background-color: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #f1f1f1, #ffffff);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f1f1f1, #ffffff);
  /* IE10 */
  background: -o-linear-gradient(top, #f1f1f1, #ffffff);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f1f1f1, #ffffff);
  /* W3C */
  /*@include ip-linear-gradient(to bottom, #f1f1f1, 0%, #ffffff, 25%);*/
  border: 1px #ccc solid;
  padding: 12px 15px;
  margin: 0 0 15px; }

.info-box h2 {
  font-weight: bold;
  font-size: 1.08em; }

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0; }

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

/* ===========================================================
   FORM FIELDS
=========================================================== */
select {
  padding: 1px; }

select option {
  padding-right: 10px; }

select.multiselect option {
  border-bottom: 1px solid #dcd7b7;
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto; }

input.radio {
  margin-right: 3px; }

input.checkbox {
  margin-right: 3px; }

input.qty {
  width: 2.5em !important; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

/* Grouped Fields ========================================= */
.form-list li {
  margin: 0 0 8px; }

.form-list label {
  float: left;
  color: #666666;
  font-weight: bold;
  position: relative;
  z-index: 0; }

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px; }

.form-list li.control label {
  float: none; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

.form-list .input-box {
  display: block;
  clear: both;
  width: 260px; }

.form-list .field {
  margin: 8px 0 0; }

.form-list input.input-text {
  width: 254px; }

.form-list textarea {
  width: 254px;
  height: 10em; }

.form-list select {
  width: 260px; }

.form-list li.additional-row {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 7px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

.form-list #zip {
  width: 100px; }

.form-list #telephone {
  width: 150px; }

.form-list #fax {
  width: 150px; }

/* Customer =============================================== */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .name-middlename {
  width: 70px; }

.form-list .name-middlename input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #666666; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

.fieldset {
  margin: 28px 0 28px; }
  .fieldset .legend {
    margin: 0 0 12px;
    font: bold 1.14em "Montserrat", sans-serif;
    border-bottom: 1px solid #f2f0e4;
    color: #666666; }

/* ===========================================================
   BUTTONS
=========================================================== */
button.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* FF Fix */
button.button {
  -webkit-border-fit: lines; }

/* <- Safari & Google Chrome Fix */
button.button {
  -webkit-appearance: none; }

button.button,
input[type=submit].button {
  cursor: pointer;
  padding: 4px 8px;
  font: 13px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .025em;
  background-color: #f6649d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6649d), to(#f01972));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #f6649d, #f01972);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #f6649d, #f01972);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f6649d, #f01972);
  /* IE10 */
  background: -o-linear-gradient(top, #f6649d, #f01972);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f6649d, #f01972);
  /* W3C */
  border: 1px #f01972 solid; }

button.disabled span {
  border-color: #bbbbbb;
  background: #bbbbbb; }

button.btn-checkout {
  padding: 7px 12px;
  border-radius: 7px;
  font-size: 1.14em;
  background-color: #f66727;
  background: -webkit-gradient(linear, left top, left bottom, from(#f66727), to(#aa3a07));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #f66727, #aa3a07);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #f66727, #aa3a07);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f66727, #aa3a07);
  /* IE10 */
  background: -o-linear-gradient(top, #f66727, #aa3a07);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f66727, #aa3a07);
  /* W3C */
  border: 1px #f88653 solid; }
  button.btn-checkout > span {
    padding: 0 0 0 20px;
    background: url(../images/icons-security.png) no-repeat 0 2px; }

button.btn-checkout.no-checkout span span {
  background-color: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d1d1d1));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #e8e8e8, #d1d1d1);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #e8e8e8, #d1d1d1);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #e8e8e8, #d1d1d1);
  /* IE10 */
  background: -o-linear-gradient(top, #e8e8e8, #d1d1d1);
  /* Opera 11.10+ */
  background: linear-gradient(top, #e8e8e8, #d1d1d1);
  /* W3C */
  border: 1px #bfbfbf solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }

.buttons-set {
  clear: both;
  margin: 3em 0 0 0; }

.buttons-set p.required {
  float: right;
  margin: 0 0 6px; }

.buttons-set .back-link {
  float: right;
  clear: right;
  margin: 0; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

/* ===========================================================
   VALIDATION
=========================================================== */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #eb340a; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* ======================================================================================
	POPUP
====================================================================================== */
.register-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.75); }

.register-popup {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -290px;
  width: 560px;
  padding: 30px 10px 10px;
  /*@include ip-linear-gradient('to bottom', #d40028, 0%, #aa002c, 100%);*/ }
  .register-popup h3 {
    margin: 0 auto;
    width: 503px;
    height: 58px;
    background: url(../images/sign-in-or-register.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px; }
  .register-popup > p {
    font: 26px/1.2 "Times New Roman", serif;
    color: #ffb3b3;
    text-align: center; }
  .register-popup .register-popup-content {
    margin: 18px 0 0;
    padding: 24px 40px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5); }
    .register-popup .register-popup-content h4 {
      font: 20px/1.2 "Montserrat", sans-serif;
      color: #515151; }
    .register-popup .register-popup-content form {
      margin: 4px 0 0;
      padding: 15px 0 0;
      border-top: 1px #c0c0c0 solid; }
      .register-popup .register-popup-content form .form-list li {
        margin: 0 0 5px; }
      .register-popup .register-popup-content form .form-list label {
        float: left;
        width: 100px;
        margin: 0 15px 0 0;
        text-align: right; }
      .register-popup .register-popup-content form .form-list .input-box {
        float: left;
        clear: none;
        width: auto; }
      .register-popup .register-popup-content form .form-list input {
        float: left;
        width: 220px; }
      .register-popup .register-popup-content form .form-list .forgot-password {
        font-size: 10px;
        margin-left: 10px; }
      .register-popup .register-popup-content form .buttons-set {
        margin: 0 0 0 115px; }
      .register-popup .register-popup-content form button.button {
        padding: 3px 10px;
        text-transform: uppercase;
        background-color: #c90021;
        background: -webkit-gradient(linear, left top, left bottom, from(#c90021), to(#b9001e));
        /* Saf4+, Chrome */
        background: -webkit-linear-gradient(top, #c90021, #b9001e);
        /* Chrome 10+, Saf5.1+ */
        background: -moz-linear-gradient(top, #c90021, #b9001e);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #c90021, #b9001e);
        /* IE10 */
        background: -o-linear-gradient(top, #c90021, #b9001e);
        /* Opera 11.10+ */
        background: linear-gradient(top, #c90021, #b9001e);
        /* W3C */
        border-color: #a9001c; }
    .register-popup .register-popup-content .social-login {
      margin: 20px 0 0;
      padding: 17px 0 20px;
      border-top: 1px #c0c0c0 solid; }
      .register-popup .register-popup-content .social-login .inchoo-socialconnect-login {
        margin: 0; }
      .register-popup .register-popup-content .social-login .or, .register-popup .register-popup-content .social-login p {
        display: inline;
        font: 20px/1.2 "Montserrat", sans-serif;
        color: #515151; }
      .register-popup .register-popup-content .social-login .social-logins {
        margin: 10px 0 0; }
      .register-popup .register-popup-content .social-login .inchoo-socialconnect-login-lower-google,
      .register-popup .register-popup-content .social-login .inchoo-socialconnect-login-lower-facebook,
      .register-popup .register-popup-content .social-login .inchoo-socialconnect-login-lower-twitter {
        float: left;
        margin: 0 50px 0 0; }
    .register-popup .register-popup-content .sign-up {
      padding: 18px 0 0;
      border-top: 1px #c0c0c0 solid; }
      .register-popup .register-popup-content .sign-up h4 {
        margin: 0 30px 0 0;
        float: left; }
      .register-popup .register-popup-content .sign-up .register-button {
        float: left;
        margin: 2px 0 0;
        padding: 3px 10px;
        font: bold 13px "Montserrat", sans-serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #c90021;
        background: -webkit-gradient(linear, left top, left bottom, from(#c90021), to(#b9001e));
        /* Saf4+, Chrome */
        background: -webkit-linear-gradient(top, #c90021, #b9001e);
        /* Chrome 10+, Saf5.1+ */
        background: -moz-linear-gradient(top, #c90021, #b9001e);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #c90021, #b9001e);
        /* IE10 */
        background: -o-linear-gradient(top, #c90021, #b9001e);
        /* Opera 11.10+ */
        background: linear-gradient(top, #c90021, #b9001e);
        /* W3C */
        border: 1px #a9001c solid;
        border-radius: 5px; }
  .register-popup .close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 61px;
    height: 61px;
    background: url(../images/popup-close.png);
    overflow: hidden;
    text-indent: -9999px; }

/* ======================================================================================
	TEMPLATE
====================================================================================== */
/* ===========================================================
   HOME PAGE
=========================================================== */
.main .home-page-content {
  width: 100%;
  float: left; }

.main .home-page-content {
  /* === BANNER ============================== */
  /* === SHORT DRESSES ============================== */
  /* === RETAIL STORE ============================== */
  /* === BRANDS ============================== */
  /* === HOME COLUMNS ============================== */
  /* === FEATURED PRODUCTS ============================== */
  /* === NEWSLETTER SIGNUP ============================== */
  /* === OPERATION PROM BANNER ============================== */ }
  .main .home-page-content .banner {
    width: 100%;
    float: left; }
    .main .home-page-content .banner #home-page-banner h2 {
      margin: 0;
      width: 100%; }
    .main .home-page-content .banner #home-page-banner a, .main .home-page-content .banner #home-page-banner img {
      display: block; }
    .main .home-page-content .banner #home-page-banner img {
      width: 100%;
      max-width: none;
      height: auto; }
    .main .home-page-content .banner #home-page-banner img.tablet,
    .main .home-page-content .banner #home-page-banner img.desktop {
      display: none; }
    .main .home-page-content .banner #home-banner-pager {
      height: 20px;
      padding: 10px 0 0;
      line-height: 10px;
      text-align: center;
      background-color: #1f1f1f;
      background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#757575));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #1f1f1f, #757575);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #1f1f1f, #757575);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #1f1f1f, #757575);
      /* IE10 */
      background: -o-linear-gradient(top, #1f1f1f, #757575);
      /* Opera 11.10+ */
      background: linear-gradient(top, #1f1f1f, #757575);
      /* W3C */ }
      .main .home-page-content .banner #home-banner-pager span {
        display: inline-block;
        margin: 0 2px;
        width: 8px;
        height: 8px;
        background: #939393;
        border: 1px #222222 solid;
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        text-indent: -9999px; }
        .main .home-page-content .banner #home-banner-pager span:hover, .main .home-page-content .banner #home-banner-pager span.cycle-pager-active {
          background: #e82997; }
    @media (min-width: 901px) {
      .main .home-page-content .banner #home-page-banner img.desktop {
        display: block; }
      .main .home-page-content .banner #home-page-banner img.tablet,
      .main .home-page-content .banner #home-page-banner img.mobile {
        display: none; } }
    @media (min-width: 561px) and (max-width: 900px) {
      .main .home-page-content .banner #home-page-banner img.tablet {
        display: block; }
      .main .home-page-content .banner #home-page-banner img.desktop,
      .main .home-page-content .banner #home-page-banner img.mobile {
        display: none; } }
    @media (max-width: 560px) {
      .main .home-page-content .banner #home-banner-pager {
        display: none; } }
  .main .home-page-content .callouts {
    margin: 0 0 15px; }
    .main .home-page-content .callouts .third {
      width: 100%;
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 0 25px;
      min-height: 140px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 769px) {
        .main .home-page-content .callouts .third {
          padding: 5px 25px;
          width: 33.3334%;
          min-height: 170px; } }
      @media (min-width: 860px) {
        .main .home-page-content .callouts .third {
          min-height: 150px; } }
      @media (min-width: 1240px) {
        .main .home-page-content .callouts .third {
          min-height: 125px; } }
      .main .home-page-content .callouts .third a {
        text-decoration: none;
        display: block; }
      .main .home-page-content .callouts .third h3,
      .main .home-page-content .callouts .third .callout-title {
        display: block;
        font: 24px/1 "Montserrat", sans-serif;
        text-decoration: none;
        margin: 1em 0px 0.3em;
        letter-spacing: 0.025em;
        text-transform: uppercase; }
      .main .home-page-content .callouts .third p,
      .main .home-page-content .callouts .third .callout-content {
        display: block;
        color: #666;
        font: italic 20px/1 "Times New Roman", serif;
        text-decoration: none;
        margin: 0px 0px 1em; }
    .main .home-page-content .callouts .third.blue {
      box-shadow: inset 0px 0px 1px #b4d4d4;
      background-color: #FFFFFF;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#c1e3e3));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #FFFFFF, #c1e3e3);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #FFFFFF, #c1e3e3);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #FFFFFF, #c1e3e3);
      /* IE10 */
      background: -o-linear-gradient(top, #FFFFFF, #c1e3e3);
      /* Opera 11.10+ */
      background: linear-gradient(top, #FFFFFF, #c1e3e3);
      /* W3C */ }
      .main .home-page-content .callouts .third.blue:hover {
        background: #c1e3e3; }
      .main .home-page-content .callouts .third.blue h3 {
        color: #6f2676; }
    .main .home-page-content .callouts .third.purple {
      box-shadow: inset 0px 0px 1px #c1cbd3;
      background-color: #FFFFFF;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d2d1dd));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #FFFFFF, #d2d1dd);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #FFFFFF, #d2d1dd);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #FFFFFF, #d2d1dd);
      /* IE10 */
      background: -o-linear-gradient(top, #FFFFFF, #d2d1dd);
      /* Opera 11.10+ */
      background: linear-gradient(top, #FFFFFF, #d2d1dd);
      /* W3C */ }
      .main .home-page-content .callouts .third.purple:hover {
        background: #d2d1dd; }
      .main .home-page-content .callouts .third.purple h3 {
        color: #000000; }
    .main .home-page-content .callouts .third.pink {
      box-shadow: inset 0px 0px 1px #eed4da;
      background-color: #FFFFFF;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fee2e9));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #FFFFFF, #fee2e9);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #FFFFFF, #fee2e9);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #FFFFFF, #fee2e9);
      /* IE10 */
      background: -o-linear-gradient(top, #FFFFFF, #fee2e9);
      /* Opera 11.10+ */
      background: linear-gradient(top, #FFFFFF, #fee2e9);
      /* W3C */ }
      .main .home-page-content .callouts .third.pink:hover {
        background: #fee2e9; }
      .main .home-page-content .callouts .third.pink h3 {
        color: #d21d69; }
  .main .home-page-content .short-dresses {
    overflow: hidden;
    text-indent: -9999px;
    margin: 20px auto 11px;
    width: 877px;
    height: 43px;
    background: url(../images/short-dresses.png) no-repeat 0 0; }
    @media (max-width: 1020px) {
      .main .home-page-content .short-dresses {
        width: 536px;
        height: 69px;
        background-image: url(../images/short-dresses-medium.png); } }
    @media (max-width: 645px) {
      .main .home-page-content .short-dresses {
        margin-bottom: 20px;
        width: 279px;
        height: 95px;
        background-image: url(../images/short-dresses-small.png); } }
  .main .home-page-content .retail-store {
    margin: 0 auto 20px;
    width: 886px; }
    .main .home-page-content .retail-store a {
      overflow: hidden;
      text-indent: -9999px;
      display: block;
      height: 39px;
      background: url(../images/retail-store-txt.png) no-repeat 0 0; }
    @media (max-width: 1020px) {
      .main .home-page-content .retail-store {
        width: 536px; }
        .main .home-page-content .retail-store a {
          height: 65px;
          background-position: 0 -39px; } }
    @media (max-width: 645px) {
      .main .home-page-content .retail-store {
        width: 281px; }
        .main .home-page-content .retail-store a {
          height: 56px;
          background-position: 0 -104px; } }
  .main .home-page-content .brands {
    margin: 0 0 22px;
    padding: 10px;
    border: 1px #e5e5e5 solid; }
    .main .home-page-content .brands ul {
      margin: 0;
      list-style: none; }
    .main .home-page-content .brands li {
      float: left;
      margin: 0;
      width: 20%; }
      .main .home-page-content .brands li img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
      .main .home-page-content .brands li.brand1 {
        width: 15.76355%; }
      .main .home-page-content .brands li.brand2 {
        width: 20.44335%; }
      .main .home-page-content .brands li.brand3 {
        width: 16.99507%; }
      .main .home-page-content .brands li.brand4 {
        width: 19.82759%; }
      .main .home-page-content .brands li.brand5 {
        width: 26.97044%; }
    @media (max-width: 1000px) {
      .main .home-page-content .brands li.brand1 {
        width: 33%; }
      .main .home-page-content .brands li.brand2 {
        width: 33%; }
      .main .home-page-content .brands li.brand3 {
        width: 33%; }
      .main .home-page-content .brands li.brand4 {
        width: 50%; }
      .main .home-page-content .brands li.brand5 {
        width: 50%; }
      .main .home-page-content .brands li.brand1, .main .home-page-content .brands li.brand2, .main .home-page-content .brands li.brand3 {
        margin-bottom: 5px; }
      .main .home-page-content .brands li.brand4 {
        clear: left; } }
    @media (max-width: 540px) {
      .main .home-page-content .brands li.brand1, .main .home-page-content .brands li.brand2, .main .home-page-content .brands li.brand3, .main .home-page-content .brands li.brand4 {
        width: 50%; }
      .main .home-page-content .brands li.brand5 {
        width: 100%; }
      .main .home-page-content .brands li.brand4 {
        margin-bottom: 5px; }
      .main .home-page-content .brands li.brand4 {
        clear: none; }
      .main .home-page-content .brands li.brand3, .main .home-page-content .brands li.brand5 {
        clear: left; } }
  .main .home-page-content .home-main {
    float: right;
    width: 74%; }
  .main .home-page-content .home-side {
    float: left;
    width: 24%;
    background: #f6f6f6;
    border: 1px #e4e4e4 solid; }
  @media (max-width: 880px) {
    .main .home-page-content .home-main {
      margin: 0 0 20px;
      float: none;
      width: auto; }
    .main .home-page-content .home-side {
      float: none;
      width: auto; } }
  .main .home-page-content .featured-products {
    width: 100%;
    float: left;
    margin: 0 0 6px;
    position: relative;
    padding: 0 0 30px;
    background: url(../images/home-divider.png) no-repeat bottom center; }
    .main .home-page-content .featured-products h3 {
      margin: 0 0 19px;
      font: 18px/1.3 "Times New Roman", serif;
      text-transform: uppercase;
      letter-spacing: .025em;
      color: #2d2d2d; }
    .main .home-page-content .featured-products ul {
      margin: 0 0 14px;
      list-style: none; }
    .main .home-page-content .featured-products li {
      float: left;
      position: relative;
      width: 18.8%;
      margin: 0 0 0 1.5%; }
      .main .home-page-content .featured-products li:first-child {
        margin-left: 0; }
      .main .home-page-content .featured-products li .thumbnail, .main .home-page-content .featured-products li img {
        display: block; }
      .main .home-page-content .featured-products li img {
        width: 100%;
        height: auto;
        max-width: none; }
      .main .home-page-content .featured-products li .buy-now {
        position: absolute;
        right: 5px;
        bottom: 5px;
        padding: 7px 8px 5px;
        font: 14px/1 "Times New Roman", serif;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        background-color: #f6649d;
        background: -webkit-gradient(linear, left top, left bottom, from(#f6649d), to(#f01670));
        /* Saf4+, Chrome */
        background: -webkit-linear-gradient(top, #f6649d, #f01670);
        /* Chrome 10+, Saf5.1+ */
        background: -moz-linear-gradient(top, #f6649d, #f01670);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #f6649d, #f01670);
        /* IE10 */
        background: -o-linear-gradient(top, #f6649d, #f01670);
        /* Opera 11.10+ */
        background: linear-gradient(top, #f6649d, #f01670);
        /* W3C */
        border: 1px #f01670 solid;
        border-radius: 3px; }
    .main .home-page-content .featured-products .button {
      position: absolute;
      top: -3px;
      right: 0;
      padding: 9px 14px 7px;
      font: 14px/1 "Times New Roman", serif;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      background-color: #f6649d;
      background: -webkit-gradient(linear, left top, left bottom, from(#f6649d), to(#f01670));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #f6649d, #f01670);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #f6649d, #f01670);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #f6649d, #f01670);
      /* IE10 */
      background: -o-linear-gradient(top, #f6649d, #f01670);
      /* Opera 11.10+ */
      background: linear-gradient(top, #f6649d, #f01670);
      /* W3C */
      border: 1px #f01670 solid;
      border-radius: 3px; }
    @media (max-width: 630px) {
      .main .home-page-content .featured-products {
        text-align: center; }
        .main .home-page-content .featured-products ul {
          margin: 0; }
        .main .home-page-content .featured-products li {
          margin: 0 3.5% 3.5% 0;
          width: 48.25%; }
          .main .home-page-content .featured-products li:nth-child(even) {
            margin-right: 0; }
          .main .home-page-content .featured-products li:nth-child(5) {
            display: none; }
        .main .home-page-content .featured-products .button {
          position: static;
          display: inline-block;
          margin: 0 0 14px; } }
  .main .home-page-content .block.block-location {
    border-width: 1px 0 0; }
    .main .home-page-content .block.block-location .block-title {
      padding: 13px 20px; }
  .main .home-page-content .block-mailchimp {
    float: right;
    width: 200px;
    margin: 0 0 8px 16px;
    color: #6e6e6e; }
    .main .home-page-content .block-mailchimp .block-content,
    .main .home-page-content .block-mailchimp .block-title {
      padding-left: 12px;
      padding-right: 12px; }
    .main .home-page-content .block-mailchimp p {
      margin: 0 0 12px;
      font-size: 11px; }
    .main .home-page-content .block-mailchimp label {
      display: block;
      margin: 4px 0 1px;
      color: #888888;
      font: bold 11px/1.2 Arial, Helvetica, sans-serif; }
    .main .home-page-content .block-mailchimp .mc-field-group input {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      color: #696969;
      border: 1px #e4e4e4 solid;
      border-radius: 0; }
    .main .home-page-content .block-mailchimp .mc-submit-group {
      margin: 7px 0 0;
      text-align: center; }
      .main .home-page-content .block-mailchimp .mc-submit-group input {
        width: 80%; }
    @media (max-width: 630px) {
      .main .home-page-content .block-mailchimp {
        float: none;
        width: auto;
        margin: 0; } }
  .main .home-page-content .operation-prom-banner {
    margin: -10px 0 10px;
    text-align: center; }
    .main .home-page-content .operation-prom-banner img.small {
      display: none; }
    @media (max-width: 580px) {
      .main .home-page-content .operation-prom-banner img.large {
        display: none; }
      .main .home-page-content .operation-prom-banner img.small {
        display: inline-block; } }

/* === RIGHT COLUMN ============================== */
.block.block-layered-nav-home {
  padding: 0;
  background: none;
  border-width: 0 0 1px; }
  .block.block-layered-nav-home .block-title {
    margin: 0;
    padding: 13px 18px; }
    .block.block-layered-nav-home .block-title strong {
      font: 18px/1 "Times New Roman", serif;
      text-transform: uppercase;
      color: #000;
      letter-spacing: .025em; }
  .block.block-layered-nav-home .block-content {
    padding: 0;
    background: none; }
  .block.block-layered-nav-home dt {
    position: relative;
    padding: 7px 10px;
    font: 13px/1.2 "Times New Roman", serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .025em;
    background-color: #f6649e;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6649e), to(#f01670));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #f6649e, #f01670);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #f6649e, #f01670);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f6649e, #f01670);
    /* IE10 */
    background: -o-linear-gradient(top, #f6649e, #f01670);
    /* Opera 11.10+ */
    background: linear-gradient(top, #f6649e, #f01670);
    /* W3C */
    border: 1px #f01670 solid;
    cursor: pointer; }
    .block.block-layered-nav-home dt .toggle-status {
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 9px;
      display: block;
      width: 9px;
      height: 9px;
      background: url(../images/toggle-status.png) no-repeat 0 -9px; }
    .block.block-layered-nav-home dt.collasped {
      margin: 0 0 10px; }
      .block.block-layered-nav-home dt.collasped .toggle-status {
        background-position: 0 0; }
  .block.block-layered-nav-home dd {
    padding: 0 18px; }
    .block.block-layered-nav-home dd.collasped {
      display: none; }
  .block.block-layered-nav-home ol {
    margin: 0;
    padding: 5px 0; }
  .block.block-layered-nav-home li {
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.2;
    border: none; }
    .block.block-layered-nav-home li:first-child {
      padding-top: 5px; }
    .block.block-layered-nav-home li a {
      color: #858585;
      text-decoration: none; }
      .block.block-layered-nav-home li a:hover, .block.block-layered-nav-home li a:active {
        text-decoration: underline; }

/* ======================================================================================
   CONTACT PAGE
====================================================================================== */
.wpcf7 .wpcf7-not-valid-tip {
  position: static;
  display: block;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  color: #e50000;
  background: none;
  border: none; }
.wpcf7 .wpcf7-response-output {
  margin: 2em 0;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: bold; }
.wpcf7 .wpcf7-validation-errors {
  color: #9f0000;
  background: #f5caca;
  border-color: #e48a8a; }
.wpcf7 .wpcf7-mail-sent-ok {
  color: #135713;
  background: #ccf2cc;
  border-color: #89d889; }

.main .contact-highlights {
  margin: 0 20px 25px;
  padding: 18px 10px;
  background: #f3f2ed;
  border-radius: 3px; }
  .main .contact-highlights .item {
    margin: 0 0 18px;
    min-height: 42px;
    padding: 0 0 0 23px;
    font-weight: bold; }
    .main .contact-highlights .item .icon {
      float: left;
      margin: 0 0 0 -53px;
      width: 42px;
      height: 42px;
      background: url(../images/icons-contact.png) no-repeat 0 0; }
    .main .contact-highlights .item p {
      margin: 0; }
  .main .contact-highlights .phone-number .icon {
    background-position: 0 -42px; }
  .main .contact-highlights .store-hours,
  .main .contact-highlights .phone-hours {
    padding-bottom: 18px;
    border-bottom: 4px #e2e1dc solid; }
  .main .contact-highlights .store-hours p + p {
    margin-top: 14px; }
  .main .contact-highlights .address .icon {
    background-position: 0 -84px; }
  .main .contact-highlights .online-only {
    margin-bottom: 0; }
    .main .contact-highlights .online-only strong {
      font-weight: bold;
      color: #f27100;
      font-style: italic;
      text-decoration: underline; }
    .main .contact-highlights .online-only .icon {
      background-position: 0 -126px; }
.main .contact-body ol.contact-steps {
  margin: 0;
  list-style: none; }
  .main .contact-body ol.contact-steps li {
    margin: 15px 0 0;
    padding: 15px 0 0 55px;
    border-top: 1px #e2e1dc solid; }
  .main .contact-body ol.contact-steps .number {
    float: left;
    margin: 0 0 0 -55px;
    width: 30px;
    height: 30px;
    font: 16px/30px "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    background: #FD6AA0;
    border-radius: 15px; }
  .main .contact-body ol.contact-steps h4 {
    margin: 0 0 8px;
    font: 16px/1.5 "Montserrat", sans-serif;
    color: #666666; }
.main .contact-form {
  margin: 25px 0; }
  .main .contact-form select,
  .main .contact-form input[type=text],
  .main .contact-form input[type=email] {
    width: 95%;
    max-width: 300px; }
  .main .contact-form textarea {
    width: 95%;
    max-width: 500px; }
  .main .contact-form input[type=submit] {
    padding: 6px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0; }
  .main .contact-form li {
    margin: 0 0 1em; }
    .main .contact-form li:after {
      clear: none; }
  .main .contact-form label {
    display: block;
    float: none; }
  .main .contact-form .submit {
    text-align: center; }
  .main .contact-form .input-box {
    width: auto;
    clear: none; }
  .main .contact-form .buttons-set {
    margin: 1em 0 0; }
  .main .contact-form .fieldset {
    margin: 0; }
  .main .contact-form button.button {
    padding: 6px 12px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f98cb5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f98cb5), to(#f01670));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #f98cb5, #f01670);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #f98cb5, #f01670);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f98cb5, #f01670);
    /* IE10 */
    background: -o-linear-gradient(top, #f98cb5, #f01670);
    /* Opera 11.10+ */
    background: linear-gradient(top, #f98cb5, #f01670);
    /* W3C */
    border-color: #f01670; }
.main .contact-end {
  text-align: center; }

@media all and (min-width: 575px) {
  .main .contact-form {
    margin-left: 55px; }
    .main .contact-form .submit {
      text-align: left; } }
@media all and (min-width: 800px) {
  .main .contact-highlights {
    float: right;
    margin: 0;
    width: 230px; }
  .main .contact-intro {
    margin-right: 290px; }
  .main .contact-body ol.contact-steps {
    margin-right: 290px; } }
@media all and (min-width: 1000px) {
  .main .contact-intro {
    margin-right: 320px; }
  .main .contact-body ol.contact-steps {
    margin-right: 320px; }

  .contact-end {
    text-align: left; }
    .contact-end img {
      float: right;
      margin: -230px 0 0; } }
#bigmap {
  height: 500px; }

@media all and (max-width: 700px) {
  #bigmap {
    height: 350px; } }
@media all and (max-width: 450px) {
  #bigmap {
    height: 275px; } }
#map img, #bigmap img {
  max-width: none !important; }

#directionsform {
  margin: 20px 0 0; }
  #directionsform label {
    float: left;
    padding: 3px 0 0; }
  #directionsform input {
    float: left;
    margin-left: 8px; }
  #directionsform #directionsstart {
    width: 300px; }

/* =============================================================================
   LOCATION
============================================================================= */
/* === location page coupon === */
.location-coupon-wrapper {
  margin: 0 0 15px; }

.location-coupon-wrapper .location-coupon {
  max-width: 700px;
  height: 185px;
  margin: 0 auto 7px;
  background-color: #f886b2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f886b2), to(#f11871));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #f886b2, #f11871);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #f886b2, #f11871);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f886b2, #f11871);
  /* IE10 */
  background: -o-linear-gradient(top, #f886b2, #f11871);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f886b2, #f11871);
  /* W3C */ }

.location-coupon .location-coupon-text {
  display: block;
  float: left;
  margin: 19px 0 0 17px;
  width: 430px;
  height: 145px;
  background: url(../images/location-coupon-text.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px; }

.location-coupon .location-coupon-buttons {
  float: right;
  margin: 15px 0 0;
  padding: 37px 0 4px 5px;
  background: #eae9e9 url(../images/location-coupon-follow.png) no-repeat 15px 17px;
  border: 1px #fff solid;
  border-radius: 11px 0 0 11px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.34); }

.location-coupon .twitter {
  float: right;
  width: 176px;
  height: 56px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/location-coupon-twitter.png) no-repeat 0 0; }

.location-coupon .instagram {
  float: right;
  clear: right;
  margin: 2px 0 0;
  width: 176px;
  height: 56px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/location-coupon-instagram.png) no-repeat 0 0; }

#main .location-coupon-wrapper p {
  margin: 0 40px;
  font: 15px/20px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000; }

@media (max-width: 730px) {
  .location-coupon-wrapper .location-coupon {
    max-width: 475px;
    height: 142px; }
    .location-coupon-wrapper .location-coupon .location-coupon-text {
      margin-top: 25px;
      width: 284px;
      height: 96px;
      background-size: 100% 100%; }
    .location-coupon-wrapper .location-coupon .location-coupon-buttons {
      /*background-size: 139px 11px;*/
      margin-top: 11px;
      background-size: 92px 7px; }
    .location-coupon-wrapper .location-coupon .twitter {
      width: 116px;
      height: 37px;
      background-size: 100% 100%; }
    .location-coupon-wrapper .location-coupon .instagram {
      width: 116px;
      height: 37px;
      background-size: 100% 100%; } }
@media (max-width: 500px) {
  .location-coupon-wrapper .location-coupon {
    height: 92px; }
    .location-coupon-wrapper .location-coupon .location-coupon-text {
      margin: 10px 0 0 8px;
      width: 215px;
      height: 72px; }
    .location-coupon-wrapper .location-coupon .location-coupon-buttons {
      /*background-size: 139px 11px;*/
      padding-top: 18px;
      background-position: 15px 8px;
      margin-top: 5px;
      background-size: 69px 6px; }
    .location-coupon-wrapper .location-coupon .twitter {
      width: 88px;
      height: 28px; }
    .location-coupon-wrapper .location-coupon .instagram {
      width: 88px;
      height: 28px; } }
@media (max-width: 375px) {
  .location-coupon-wrapper .location-coupon .location-coupon-text {
    margin: 17px 0 0 8px;
    width: 172px;
    height: 58px; } }
/* =============================================================================
   45th anniversary
============================================================================= */
.cms-45th-anniversary .main .std p {
  font-size: 16px;
  line-height: 1.4;
  color: #404040; }
.cms-45th-anniversary .main .std p.history {
  position: relative;
  z-index: 2;
  margin: 0 0 0 3%;
  width: 58%; }
.cms-45th-anniversary .main .std p.collage {
  position: relative;
  z-index: 1;
  margin: -100px 0 0; }
.cms-45th-anniversary .main .std .instagram {
  margin: 24px 3% 0 3%;
  padding: 15px 0 0 135px; }
  .cms-45th-anniversary .main .std .instagram p {
    margin: 0; }
    .cms-45th-anniversary .main .std .instagram p + p {
      margin: 1em 0 0; }
  .cms-45th-anniversary .main .std .instagram img {
    float: left;
    margin: -15px 0 0 -135px; }
.cms-45th-anniversary .main .std .share {
  margin: 50px 0 0;
  padding: 0 3%;
  border-top: 1px #d5d5d5 solid;
  border-bottom: 1px #d5d5d5 solid; }
  .cms-45th-anniversary .main .std .share .share-this {
    float: left;
    margin: 3px 0 0;
    font: 20px/34px "Times New Roman", serif;
    color: #404040; }
  .cms-45th-anniversary .main .std .share .addthis_toolbox {
    float: right;
    margin: 11px 0 0; }
    .cms-45th-anniversary .main .std .share .addthis_toolbox .addthis_button_facebook_like {
      margin-right: 25px; }
    .cms-45th-anniversary .main .std .share .addthis_toolbox .at300b {
      float: left;
      height: 20px;
      margin-bottom: 10px;
      padding: 0; }
@media (max-width: 950px) {
  .cms-45th-anniversary .main .std p.collage {
    margin: -70px 0 0; } }
@media (max-width: 930px) {
  .cms-45th-anniversary .main .std .share {
    padding-top: 7px; }
    .cms-45th-anniversary .main .std .share .share-this {
      float: none;
      margin: 0 0 5px;
      line-height: 20px; }
    .cms-45th-anniversary .main .std .share .addthis_toolbox {
      float: none; }
    .cms-45th-anniversary .main .std .share .twitter-share-button,
    .cms-45th-anniversary .main .std .share .instagram-button {
      float: left; }
    .cms-45th-anniversary .main .std .share .instagram-button {
      margin-right: 20px; } }
@media (max-width: 700px) {
  .cms-45th-anniversary .main .std p.collage {
    margin: -50px 0 0; } }
@media (max-width: 550px) {
  .cms-45th-anniversary .main .std p.history {
    width: auto;
    margin: 0 3%; }
  .cms-45th-anniversary .main .std p.collage {
    margin: 0; } }
@media (max-width: 450px) {
  .cms-45th-anniversary .main .std .instagram {
    padding: 0; }
    .cms-45th-anniversary .main .std .instagram img {
      display: none; } }

/* ======================================================================================
   CUSTOMER GALLERY
====================================================================================== */
.std .customer-gallery h1 {
  margin: 0 0 25px;
  font: bold 50px/1 "Times New Roman", serif;
  text-align: center;
  text-transform: none;
  letter-spacing: 0; }
  .std .customer-gallery h1 > span {
    display: inline-block;
    padding-left: 88px;
    background: url(../images/customer-gallery-title-left.png) no-repeat 0 50%; }
  .std .customer-gallery h1 > span > span {
    display: inline-block;
    padding-right: 88px;
    background: url(../images/customer-gallery-title-right.png) no-repeat 100% 50%; }
.std .customer-gallery ul {
  margin: 30px 0 0;
  list-style: none; }
  .std .customer-gallery ul li {
    float: left;
    margin: 0 1.75% 2% 0;
    width: 18.6%;
    text-align: center; }
    .std .customer-gallery ul li:nth-child(5n) {
      margin-right: 0; }
    .std .customer-gallery ul li:nth-child(5n+1) {
      clear: left; }
    .std .customer-gallery ul li a {
      display: block;
      padding: 9px 9px 15px;
      font: 14px/1.2 "Times New Roman", serif;
      color: #5c5c5c;
      text-transform: uppercase;
      text-decoration: none;
      background: #f3f2eb;
      border: 1px #e0ded1 solid; }
      .std .customer-gallery ul li a:hover, .std .customer-gallery ul li a:active {
        color: #ed1767;
        background: #f8e0e9; }
    .std .customer-gallery ul li div {
      padding: 9px 9px 15px;
      font: 14px/1.2 "Times New Roman", serif;
      color: #5c5c5c;
      text-transform: uppercase;
      text-decoration: none;
      background: #f3f2eb;
      border: 1px #e0ded1 solid; }
    .std .customer-gallery ul li img {
      display: block;
      margin: 0 auto 16px; }
.std .customer-gallery .chance {
  margin: 12px 0 0;
  padding: 19px 0;
  font: 16px/22px Arial, Helvetica, sans-serif;
  color: #404040;
  border-top: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid; }
  .std .customer-gallery .chance img {
    float: left;
    margin: -5px 20px 0 0; }
.std .customer-gallery .share {
  padding: 9px 0 0; }
  .std .customer-gallery .share span {
    float: left;
    font: 20px/28px "Times New Roman", serif;
    color: #404040; }
  .std .customer-gallery .share a {
    float: right;
    margin: 0 0 0 18px; }
@media (max-width: 930px) {
  .std .customer-gallery ul li {
    margin: 0 2% 2% 0;
    width: 23.5%; }
    .std .customer-gallery ul li:nth-child(5n) {
      margin-right: 2%; }
    .std .customer-gallery ul li:nth-child(4n) {
      margin-right: 0; }
    .std .customer-gallery ul li:nth-child(5n+1) {
      clear: none; }
    .std .customer-gallery ul li:nth-child(4n+1) {
      clear: left; } }
@media (max-width: 750px) {
  .std .customer-gallery ul li {
    width: 32%; }
    .std .customer-gallery ul li:nth-child(4n) {
      margin-right: 2%; }
    .std .customer-gallery ul li:nth-child(3n) {
      margin-right: 0; }
    .std .customer-gallery ul li:nth-child(4n+1) {
      clear: none; }
    .std .customer-gallery ul li:nth-child(3n+1) {
      clear: left; } }
@media (max-width: 600px) {
  .std .customer-gallery h1 > span,
  .std .customer-gallery h1 > span > span {
    padding: 0;
    background: none; }
  .std .customer-gallery ul li {
    width: 49%; }
    .std .customer-gallery ul li:nth-child(3n) {
      margin-right: 2%; }
    .std .customer-gallery ul li:nth-child(2n) {
      margin-right: 0; }
    .std .customer-gallery ul li:nth-child(3n+1) {
      clear: none; }
    .std .customer-gallery ul li:nth-child(2n+1) {
      clear: left; } }
@media (max-width: 500px) {
  .std .customer-gallery .share span {
    width: 180px; } }

.std .customer-gallery-bio h1 {
  margin: 0 0 25px;
  font: bold 40px/1 "Times New Roman", serif;
  color: #010101;
  text-transform: none;
  letter-spacing: 0; }
.std .customer-gallery-bio .customer-image {
  float: left;
  padding: 9px;
  background: #f3f2eb;
  border: 1px #e0ded1 solid; }
  .std .customer-gallery-bio .customer-image img {
    display: block;
    width: 192px; }
.std .customer-gallery-bio .customer-bio {
  margin-left: 262px; }
  .std .customer-gallery-bio .customer-bio h4 {
    margin: 0 0 7px -34px;
    padding: 0 0 0 34px;
    font: 16px/1 "Times New Roman", serif;
    color: #323232;
    text-transform: uppercase;
    background: url(../images/customer-gallery-star.png) no-repeat 0 50%; }
  .std .customer-gallery-bio .customer-bio p {
    margin: 0 0 18px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5c5c5c; }
.std .customer-gallery-bio .chance {
  margin: 12px 0 0;
  padding: 19px 0;
  font: 16px/22px Arial, Helvetica, sans-serif;
  color: #404040;
  border-top: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid; }
  .std .customer-gallery-bio .chance img {
    float: left;
    margin: -5px 20px 0 0; }
.std .customer-gallery-bio .share {
  padding: 9px 0 0; }
  .std .customer-gallery-bio .share span {
    float: left;
    font: 20px/28px "Times New Roman", serif;
    color: #404040; }
  .std .customer-gallery-bio .share a {
    float: right;
    margin: 0 0 0 18px; }
  .std .customer-gallery-bio .share.share-top {
    margin: 0 0 30px;
    padding: 9px 0;
    border-bottom: 1px #e3e3e3 solid; }
@media (max-width: 590px) {
  .std .customer-gallery-bio .customer-image {
    float: none;
    width: 192px;
    margin: 0 auto 20px; }
  .std .customer-gallery-bio .customer-bio {
    margin: 0 0 0 34px; } }
@media (max-width: 500px) {
  .std .customer-gallery-bio .share span {
    width: 180px; } }

.std .customer-gallery-more {
  position: relative;
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px #e3e3e3 solid; }
  .std .customer-gallery-more h2 {
    margin: 0 0 20px;
    font: bold 25px/1 "Times New Roman", serif;
    color: #010101;
    text-transform: none;
    letter-spacing: 0; }
  .std .customer-gallery-more ul {
    margin: 0;
    font-size: 0;
    list-style: none; }
    .std .customer-gallery-more ul li {
      display: inline-block;
      margin: 0 20px 0 0;
      width: 212px;
      text-align: center; }
      .std .customer-gallery-more ul li a {
        display: block;
        padding: 9px 9px 15px;
        font: 14px/1.2 "Times New Roman", serif;
        color: #5c5c5c;
        text-transform: uppercase;
        text-decoration: none;
        background: #f3f2eb;
        border: 1px #e0ded1 solid; }
        .std .customer-gallery-more ul li a:hover, .std .customer-gallery-more ul li a:active {
          color: #ed1767;
          background: #f8e0e9; }
      .std .customer-gallery-more ul li div {
        padding: 9px 9px 15px;
        font: 14px/1.2 "Times New Roman", serif;
        color: #5c5c5c;
        text-transform: uppercase;
        text-decoration: none;
        background: #f3f2eb;
        border: 1px #e0ded1 solid; }
      .std .customer-gallery-more ul li img {
        display: block;
        margin: 0 auto 16px;
        width: 192px; }
  .std .customer-gallery-more .gallery-nav {
    position: absolute;
    top: 25px;
    right: 0; }
    .std .customer-gallery-more .gallery-nav .next,
    .std .customer-gallery-more .gallery-nav .prev {
      float: left;
      display: block;
      width: 16px;
      height: 21px;
      background: url(../images/customer-gallery-arrows.png) no-repeat 0 0;
      overflow: hidden;
      text-indent: -9999px; }
    .std .customer-gallery-more .gallery-nav .prev {
      margin-right: 5px; }
      .std .customer-gallery-more .gallery-nav .prev:hover, .std .customer-gallery-more .gallery-nav .prev:active {
        background-position: -16px 0; }
    .std .customer-gallery-more .gallery-nav .next {
      background-position: 0 -21px; }
      .std .customer-gallery-more .gallery-nav .next:hover, .std .customer-gallery-more .gallery-nav .next:active {
        background-position: -16px -21px; }

/* =============================================================================
   OPERATION PROM
============================================================================= */
.operation-prom .std {
  position: relative;
  min-height: 978px; }
  .operation-prom .std h2 {
    font-size: 20px; }
  .operation-prom .std img.side-img {
    position: absolute;
    top: 0;
    right: 0; }
  .operation-prom .std img.prom-badge {
    position: absolute;
    top: 0;
    right: 200px; }
  .operation-prom .std .intro {
    margin: 0 390px 0 0;
    padding: 0 210px 0 0;
    min-height: 105px; }
    .operation-prom .std .intro h1 {
      font: 28px/1 "Montserrat", sans-serif;
      letter-spacing: 0; }
    .operation-prom .std .intro p {
      margin: 0;
      font: 13px/1.4 Arial, Helvetica, sans-serif; }
    .operation-prom .std .intro .operation-prom-logo {
      float: right;
      margin: -20px -210px 0 0;
      height: 81px;
      width: 190px;
      background: url(/media/wysiwyg/operation-prom-logo.png) no-repeat top right;
      border-left: 1px #bfbfbf solid; }
  .operation-prom .std .why {
    margin: 8px 0 20px -25px;
    padding: 16px 16px 16px 25px;
    background: #feeff2; }
    .operation-prom .std .why h2 {
      margin: 0; }
    .operation-prom .std .why ul {
      margin: 0 242px 0 0;
      list-style: none; }
      .operation-prom .std .why ul li {
        margin: 12px 0 0;
        padding: 0 0 0 19px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/operation-prom-list.png) no-repeat 7px 5px; }
        .operation-prom .std .why ul li.odd {
          float: left;
          clear: left;
          width: 50%; }
        .operation-prom .std .why ul li.even {
          float: right;
          width: 50%; }
  .operation-prom .std .how h2 {
    margin: 0; }
  .operation-prom .std .how ol {
    margin: 0 295px 0 0;
    max-width: 735px;
    list-style: none; }
    .operation-prom .std .how ol li {
      margin: 0;
      padding: 22px 0 16px 45px;
      border-bottom: 1px #e4e4e4 solid; }
      .operation-prom .std .how ol li .number {
        float: left;
        margin: -6px 0 0 -45px;
        width: 30px;
        height: 30px;
        font: 20px/30px "Montserrat", sans-serif;
        color: #fff;
        text-align: center;
        background: #b5002b;
        border-radius: 15px; }
  .operation-prom .std .how .arrows {
    float: right;
    margin: 0 0 0 1em; }
  .operation-prom .std .form {
    margin: 24px 295px 0 0;
    max-width: 735px; }
    .operation-prom .std .form h2 {
      margin: 0 0 8px; }
    .operation-prom .std .form ul {
      margin: 0;
      list-style: none; }
      .operation-prom .std .form ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2.5% 18px 0;
        width: 47.5%; }
        .operation-prom .std .form ul li.odd {
          float: left;
          clear: left; }
        .operation-prom .std .form ul li.even {
          float: right; }
        .operation-prom .std .form ul li.last {
          padding-right: 96px; }
        .operation-prom .std .form ul li.submit {
          float: right;
          clear: both;
          margin: -53px 2.5% 0 0;
          width: auto; }
    .operation-prom .std .form input.text,
    .operation-prom .std .form select {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 35px;
      padding: 0 8px;
      border: 1px #d7d7d7 solid;
      border-radius: 0; }
    .operation-prom .std .form select {
      padding: 0; }
    .operation-prom .std .form select.state {
      float: left;
      margin-right: 5%;
      width: 47.5%; }
    .operation-prom .std .form input.zip {
      float: left;
      width: 47.5%; }
    .operation-prom .std .form input.button {
      height: 35px;
      width: 82px;
      padding: 0;
      font: 13px "Times New Roman", serif;
      text-transform: uppercase;
      background: #c50020;
      border-color: 1px #a9001c solid;
      border-radius: 4px; }
  @media (max-width: 1020px) {
    .operation-prom .std .intro {
      padding: 0; }
      .operation-prom .std .intro .operation-prom-logo {
        margin: -10px 0 10px 10px;
        width: 165px;
        border: none; } }
  @media (max-width: 850px) {
    .operation-prom .std img.side-img {
      width: 195px;
      height: 652px;
      right: -20px; }
    .operation-prom .std img.prom-badge {
      right: 140px; }
    .operation-prom .std .intro {
      margin-right: 307px; }
    .operation-prom .std .why ul {
      margin-right: 180px; }
    .operation-prom .std .how ol {
      margin-right: 190px; }
    .operation-prom .std .form {
      margin-right: 0; } }
  @media (max-width: 700px) {
    .operation-prom .std .intro .operation-prom-logo {
      float: none;
      margin: 0 0 10px; } }
  @media (max-width: 670px) {
    .operation-prom .std img.side-img {
      width: 147px;
      height: 489px; }
    .operation-prom .std img.prom-badge {
      right: 110px; }
    .operation-prom .std .intro {
      margin-right: 250px; }
    .operation-prom .std .why h2 {
      margin-right: 120px; }
    .operation-prom .std .why ul {
      margin-right: 120px; }
    .operation-prom .std .how ol {
      margin-right: 0; } }
  @media (max-width: 550px) {
    .operation-prom .std img.prom-badge {
      right: -20px; }
    .operation-prom .std img.side-img {
      top: 170px; }
    .operation-prom .std .intro {
      margin-right: 120px; }
    .operation-prom .std .why ul li.odd, .operation-prom .std .why ul li.even {
      float: none;
      width: auto; }
    .operation-prom .std .how ol li:first-child {
      padding-right: 140px; } }
  @media (max-width: 510px) {
    .operation-prom .std .how ol li:first-child {
      padding-right: 0; }
    .operation-prom .std .form ul li.odd, .operation-prom .std .form ul li.even {
      float: none;
      margin-right: 0;
      width: auto; }
    .operation-prom .std .form ul li.last {
      min-height: 35px; }
    .operation-prom .std .form ul li.submit {
      margin-right: 0; } }
  @media (max-width: 400px) {
    .operation-prom .std img.prom-badge {
      right: 0; } }

/* =============================================================================
   OPERATION PROM SUCCESS
============================================================================= */
.operation-prom-success {
  position: relative;
  margin: 50px auto 0;
  max-width: 945px;
  padding: 33px 0 40px;
  border: 3px #000 solid;
  background: url(../images/operation-prom-success-bg.jpg); }
  .operation-prom-success h1 {
    margin: 0 auto 20px;
    max-width: 700px;
    padding: 0 0 22px;
    font: 36px/1.2 "Montserrat", sans-serif;
    color: #b3042d;
    text-align: center;
    border-bottom: 1px #b8b8b8 solid; }
  .operation-prom-success p {
    margin: 0 auto 15px;
    max-width: 700px;
    font: 28px/1.2 "Montserrat", sans-serif;
    color: #282828;
    text-align: center; }
  .operation-prom-success .share {
    margin: 0 auto;
    max-width: 665px;
    padding: 15px 25px;
    background: rgba(138, 138, 138, 0.25);
    border: 1px rgba(0, 0, 0, 0.25) solid; }
    .operation-prom-success .share .share-now {
      float: left;
      font: 28px/49px "Montserrat", sans-serif;
      color: #282828; }
    .operation-prom-success .share .addthis_toolbox {
      float: right; }
      .operation-prom-success .share .addthis_toolbox .addthis_button_facebook {
        margin: 0;
        width: 248px !important;
        height: 49px !important;
        background: url(../images/operation-prom-facebook.png) no-repeat 0 0; }
      .operation-prom-success .share .addthis_toolbox .addthis_button_twitter {
        margin: 0 0 0 18px;
        width: 240px !important;
        height: 49px !important;
        background: url(../images/operation-prom-twitter.png) no-repeat 0 0; }
      .operation-prom-success .share .addthis_toolbox .at300b {
        float: left;
        margin: 0;
        padding: 0; }
        .operation-prom-success .share .addthis_toolbox .at300b span {
          display: none; }
  .operation-prom-success .prom-badge {
    position: absolute;
    top: -48px;
    right: -48px; }

.operationprom-index-success p.emailed {
  margin: 5px auto 0;
  max-width: 951px;
  color: #000;
  font-size: 13px;
  text-align: right; }

/* =============================================================================
   HONOR STUDENTS
============================================================================= */
.main .std .honor-students h1 {
  font-size: 28px;
  letter-spacing: 0;
  text-transform: none; }
.main .std .honor-students .profile-group {
  margin: 26px 0 0;
  padding: 0 0 26px;
  border-bottom: 1px #cfcfcf solid; }
.main .std .honor-students .profile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%; }
  .main .std .honor-students .profile .profile-photo {
    float: left;
    width: 48%; }
    .main .std .honor-students .profile .profile-photo img {
      width: 100%;
      border-radius: 4px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .main .std .honor-students .profile .profile-photo p {
      margin: 10px 0 0; }
  .main .std .honor-students .profile .profile-info {
    float: right;
    width: 48%; }
  .main .std .honor-students .profile h2 {
    margin: 0 0 20px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none; }
  .main .std .honor-students .profile ul {
    margin: 0;
    list-style: none; }
    .main .std .honor-students .profile ul li {
      margin: 12px 0 0;
      padding: 0 0 0 12px;
      background: url(../images/honor-student-arrow.png) no-repeat 0 3px; }
  .main .std .honor-students .profile.profile-odd {
    padding: 0 34px 0 0; }
  .main .std .honor-students .profile.profile-even {
    padding: 0 0 0 34px;
    border-left: 1px #cfcfcf solid; }
.main .std .honor-students .share {
  padding: 9px 0 0; }
  .main .std .honor-students .share p {
    float: left;
    margin: 0;
    font: 18px/32px "Montserrat", sans-serif;
    color: #000; }
  .main .std .honor-students .share .addthis_toolbox {
    float: right;
    height: 32px; }
@media (max-width: 900px) {
  .main .std .honor-students .profile-group {
    margin: 0;
    padding: 0;
    border: none; }
  .main .std .honor-students .profile {
    float: none;
    width: auto;
    padding: 0 0 26px;
    margin: 26px 0 0;
    border: none;
    border-bottom: 1px #cfcfcf solid; }
    .main .std .honor-students .profile.profile-odd {
      padding: 0 0 26px; }
    .main .std .honor-students .profile.profile-even {
      padding: 0 0 26px;
      border-left: none; } }
@media (max-width: 615px) {
  .main .std .honor-students .share {
    text-align: center; }
    .main .std .honor-students .share p {
      float: none;
      margin: 0 0 5px; }
    .main .std .honor-students .share .addthis_toolbox {
      float: none;
      display: inline-block; } }

/* =============================================================================
   BLOG LIST
============================================================================= */
.blog-list .postWrapper {
  margin: 0 0 50px;
  padding: 0; }
.blog-list .postTitle {
  margin: 0 0 15px;
  border: none; }
  .blog-list .postTitle h2 {
    font: 20px/1.2 "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .blog-list .postTitle h2 a {
      color: #2d2d2d;
      text-decoration: none; }
  .blog-list .postTitle h3 {
    float: left;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    font-style: italic; }
.blog-list .postContent {
  padding: 0; }
.blog-list .postBottom {
  padding: 4px 6px;
  background: #F2F2F2;
  border-bottom: 1px solid #e5e5e5; }
  .blog-list .postBottom .comments {
    float: right; }
  .blog-list .postBottom .categories {
    float: left; }
.blog-list .toolbar .sorter, .blog-list .toolbar .limiter {
  display: none; }

/* =============================================================================
   BLOG POST
============================================================================= */
.blog-single .postWrapper {
  margin: 0 0 20px;
  padding: 0; }
.blog-single .postTitle {
  margin: 0 0 14px;
  border: none; }
  .blog-single .postTitle h1 {
    margin: 0 0 8px;
    font: 22px/1.2 "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2d2d2d; }
  .blog-single .postTitle .date {
    float: left;
    font-style: italic; }
  .blog-single .postTitle .categories {
    float: right; }
.blog-single .postContent {
  padding: 0; }
.blog-single .tags {
  padding: 0; }
.blog-single .blog-comments .postTitle h2 {
  font: 18px/1.2 "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2d2d2d; }
.blog-single .blog-comments .commentWrapper {
  margin: 0 0 10px;
  padding: 0;
  background: #FAFAFA;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .blog-single .blog-comments .commentWrapper .commentDetails {
    margin: 0;
    padding: 7px 10px;
    border-bottom: 1px solid #e5e5e5; }
  .blog-single .blog-comments .commentWrapper .commentContent {
    padding: 7px 10px; }
  .blog-single .blog-comments .commentWrapper:nth-child(even) {
    background-color: #F2F2F2;
    border-color: #e5e5e5; }
    .blog-single .blog-comments .commentWrapper:nth-child(even) .commentDetails {
      border-color: #e5e5e5; }
.blog-single .blog-comments .toolbar {
  margin-bottom: 30px; }
  .blog-single .blog-comments .toolbar .sorter, .blog-single .blog-comments .toolbar .limiter {
    display: none; }
.blog-single .blog-comments #postComment h4 {
  margin: 0 0 14px;
  font: 18px/1.2 "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2d2d2d; }
.blog-single .blog-comments #postComment .input-box {
  width: auto; }
.blog-single .blog-comments #postComment input.input-text {
  width: 100%;
  max-width: 300px; }
.blog-single .blog-comments #postComment textarea {
  width: 100%;
  max-width: 600px; }

/* ===========================================================
   SITEMAP
=========================================================== */
.main .std ul.sitemap-list {
  margin: 0;
  list-style: none; }
  .main .std ul.sitemap-list > li {
    margin: 0 0 18px;
    font: bold 18px "Montserrat", sans-serif; }
  .main .std ul.sitemap-list ul {
    margin: .5em 0 0 20px;
    font: 13px Arial, Helvetica, sans-serif;
    list-style-type: disc; }
    .main .std ul.sitemap-list ul ul {
      list-style-type: square; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ======================================================================================
	 TOOLS
====================================================================================== */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

/* ======================================================================================
	 LAYOUT
====================================================================================== */
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left; }

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left; }

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left; }

/* Content Columns =================================================================== */
.col2-set .col-1 {
  float: left;
  width: 48.5%; }

.col2-set .col-2 {
  float: right;
  width: 48.5%; }

.col2-set .col-narrow {
  width: 32%; }

.col2-set .col-wide {
  width: 65%; }

.col3-set .col-1 {
  float: left;
  width: 32%; }

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%; }

.col3-set .col-3 {
  float: right;
  width: 32%; }

.col4-set .col-1 {
  float: left;
  width: 23.5%; }

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%; }

.col4-set .col-3 {
  float: left;
  width: 23.5%; }

.col4-set .col-4 {
  float: right;
  width: 23.5%; }

/* ======================================================================================
	 GLOBAL MESSAGES
====================================================================================== */
.success {
  color: #3d6611;
  font-weight: bold; }

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

.notice {
  color: #e26703; }

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden; }

.messages li {
  margin: 0 0 10px !important; }

.messages li li {
  margin: 0 0 3px !important; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important; }

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a; }

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611; }

/* ======================================================================================
	 MISC
====================================================================================== */
.links li {
  display: inline; }

.links li.first {
  padding-left: 0 !important; }

.links li.last {
  background: none !important;
  padding-right: 0 !important; }

.link-reorder {
  font-weight: bold; }

.link-compare {
  font-weight: bold; }

.link-print {
  font-weight: bold; }

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

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

/* ======================================================================================
	 NOTICES
====================================================================================== */
/* Global site notices =============================================================== */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left; }

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px; }

.global-site-notice .notice-inner .actions {
  padding-top: 10px; }

/* Cookie Notice ===================================================================== */
/* Noscript Notice =================================================================== */
/* Demo Notice ======================================================================= */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff; }

.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center; }

.demo-notice .notice-inner p {
  padding: 0;
  border: 0; }

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

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }

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

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }
  0% {
    -moz-transform: rotate(-360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  0% {
    transform: rotate(-360deg); } }
/* ======================================================================================
	 REMEMBER ME POPUP
====================================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* ======================================================================================
	 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;
  text-shadow: 0 1px 0 #fff; }

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================
	 CLEARS
====================================================================================== */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================
	 OTHER
====================================================================================== */
.guest-select {
  width: 305px !important; }

/* ======================================================================================
   MY ACCOUNT
====================================================================================== */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

.my-account .pager {
  margin: 10px 0; }
  .my-account .pager .amount {
    float: left;
    margin: 0 0 4px; }
  .my-account .pager .limiter {
    float: right;
    margin: 0 0 4px; }
  .my-account .pager .pages {
    clear: both;
    padding: 4px 0 0;
    border-top: 1px #f2f0e4 solid; }

@media all and (max-width: 370px) {
  .my-account .pager .amount {
    float: none; }
  .my-account .pager .limiter {
    float: none; } }
/* 370 */
/* Dashboard ========================================================================= */
.dashboard .welcome-msg {
  margin: 0 0 1.5em 0; }

.dashboard .welcome-msg p {
  margin: 0; }

.dashboard .col2-set {
  margin: 0 0 15px; }

/* General Box ======================================================================= */
.box-account {
  margin: 0 0 30px;
  padding: 15px 20px;
  border: 10px #f2f0e4 solid; }
  .box-account .box-head {
    margin: -15px -20px 15px;
    padding: 0 0 10px;
    text-align: right;
    background: #f2f0e4; }
  .box-account h2 {
    margin: 0;
    float: left;
    font: bold 1.43em/1 "Montserrat", sans-serif; }
  .box-account .box-title {
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-align: right;
    border-bottom: 1px #f2f0e4 solid; }
    .box-account .box-title h3, .box-account .box-title h4 {
      float: left;
      margin: 0;
      font: bold 1.14em/1 "Montserrat", sans-serif; }

/* Block: Account Information ======================================================== */
.dashboard .box-info h4 {
  font-size: .92em;
  font-weight: bold;
  text-transform: uppercase; }
.dashboard .box-info address {
  font-style: normal; }

@media all and (max-width: 590px) {
  .box-info .col-1,
  .box-info .col-2 {
    float: none;
    width: auto; }
  .box-info .col-2 {
    margin: 25px 0 0; } }
/* Block: Recent ===================================================================== */
.dashboard .box-recent {
  padding-bottom: 20px; }
  .dashboard .box-recent .box-head {
    margin-bottom: 20px; }
  .dashboard .box-recent .data-table-wrapper {
    max-width: 100%;
    overflow: auto; }

/* Block: Reviews ==================================================================== */
.dashboard .box-reviews .number {
  float: left;
  font-size: .83em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #6d002d; }

.dashboard .box-reviews ol {
  list-style: none; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

.dashboard .box-reviews li.item {
  margin: 0 0 7px; }

.dashboard .box-reviews li.item.last {
  margin: 0; }

.dashboard .box-reviews .ratings {
  margin: 7px 0 0; }

/* Block: Tags ======================================================================= */
.dashboard .box-tags .number {
  float: left;
  font-size: .83em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #6d002d; }

.dashboard .box-tags ol {
  list-style: none; }

.dashboard .box-tags .details {
  margin-left: 20px; }

.dashboard .box-tags li.item {
  margin: 0 0 7px; }

.dashboard .box-tags li.item.last {
  margin: 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/* Address Book ====================================================================== */
.addresses-list h2 {
  font: bold 1.08em "Montserrat", sans-serif;
  text-transform: uppercase; }
.addresses-list h3 {
  font: bold 1.08em "Montserrat", sans-serif; }
.addresses-list address {
  margin: 0 0 3px;
  font-style: normal; }
.addresses-list p {
  margin: 0; }
.addresses-list a {
  font-weight: bold; }
.addresses-list .link-remove {
  color: #646464; }
.addresses-list .separator {
  margin: 0 3px; }
.addresses-list ol {
  list-style: none; }
.addresses-list li.item {
  margin: 0 0 15px;
  padding: 15px 0 0;
  border-top: 1px #f2f0e4 solid; }
  .addresses-list li.item:first-child {
    border-top: none;
    padding-top: none; }
.addresses-list li.empty {
  padding: 0;
  border: 0; }
  .addresses-list li.empty p {
    font-weight: bold; }
.addresses-list .addresses-additional li.item {
  padding: 0;
  border: 0; }

@media all and (max-width: 540px) {
  .addresses-list .col-1,
  .addresses-list .col-2 {
    float: none;
    width: auto; }
  .addresses-list .col-2 {
    margin: 25px 0 0; } }
/* Order View ======================================================================== */
.order-info {
  margin: 0 0 15px;
  padding: 5px 8px;
  font: 1.07em "Montserrat", sans-serif;
  background: #f2f0e4; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info .current {
    font-weight: bold; }
  .order-info li {
    margin: 0 3px; }

.order-date {
  margin: 10px 0; }

.order-info-box {
  margin: 0 0 25px; }
  .order-info-box h2 {
    padding: 0 0 3px;
    font: bold 1.08em "Montserrat", sans-serif;
    border-bottom: 1px #f2f0e4 solid; }
  .order-info-box address {
    font-style: normal; }
  .order-info-box p {
    margin: 0 0 3px; }
  .order-info-box th {
    padding-right: 7px;
    font-weight: bold; }

.order-items {
  margin: 0 0 30px;
  width: 100%;
  overflow-x: auto; }
  .order-items .table-caption {
    margin: 0 0 5px;
    font: bold 1.14em "Montserrat", sans-serif; }
  .order-items .product-name {
    margin: 0;
    font: bold 1.08em "Montserrat", sans-serif; }
  .order-items td {
    vertical-align: top; }
  .order-items .a-right br {
    display: none; }
  .order-items .item-options dt {
    margin: 0 5px 0 0;
    float: left;
    clear: left;
    font-size: 12px;
    font-style: normal; }
    .order-items .item-options dt:after {
      content: ":"; }
  .order-items .item-options dd {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px; }
  .order-items tr.discount {
    color: #bf0000; }

@media all and (max-width: 600px) {
  .order-info-box .col-1,
  .order-info-box .col-2 {
    float: none;
    width: auto; }
  .order-info-box .col-2 {
    margin: 25px 0 0; } }
.order-additional {
  margin: 15px 0; }

.my-orders-table-wrapper {
  margin: 0 0 18px;
  max-width: 100%;
  overflow: auto; }

/* Order Gift Message ================================================================ */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments ==================================================================== */
.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px; }

.tracking-table th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup {
  width: 100%; }

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

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

.page-print .print-head .logo {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

.page-print h1 {
  font-size: 16px;
  font-weight: bold; }

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold; }

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold; }

.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px; }

.page-print .col2-set {
  margin: 0 0 10px; }

/* Price Rewrites ==================================================================== */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Wishlist ======================================================================= */
.my-wishlist .data-table {
  display: table; }
  .my-wishlist .data-table .table-cell {
    padding: 10px;
    vertical-align: top; }
  .my-wishlist .data-table .header-row .table-cell {
    padding: 2px 8px; }
  .my-wishlist .data-table button.button {
    margin-left: 5px; }
    .my-wishlist .data-table button.button > span {
      white-space: nowrap; }
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px; }
.my-wishlist .product-name {
  margin: 0 0 2px;
  font: bold 1.14em "Montserrat", sans-serif; }
  .my-wishlist .product-name a {
    color: #000;
    text-decoration: none; }
.my-wishlist .price-box {
  margin: 0 0 13px;
  font: bold 15px Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
.my-wishlist .add-to-cart-alt {
  margin: 0 0 15px; }
  .my-wishlist .add-to-cart-alt input.qty {
    margin-right: 5px;
    margin-bottom: 5px; }
  .my-wishlist .add-to-cart-alt button.button {
    margin-left: 0; }
.my-wishlist .details {
  text-decoration: none; }
  .my-wishlist .details:before {
    content: "?";
    float: left;
    margin: 2px 5px 0 0;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #db005a;
    border-radius: 9px; }
.my-wishlist .truncated {
  margin: 0 0 10px; }
.my-wishlist textarea {
  margin: 6px 0 0;
  display: block;
  width: 97%;
  height: 109px; }
.my-wishlist .buttons-set {
  margin-top: 2em; }
  .my-wishlist .buttons-set button.button {
    float: none; }

#wishlist-table .add-to-links {
  white-space: nowrap; }

@media all and (max-width: 590px) {
  .my-wishlist .buttons-set {
    text-align: center; }
    .my-wishlist .buttons-set button.button {
      margin-bottom: 4px; } }
/* 590 */
@media all and (max-width: 570px) {
  .my-wishlist .product-image {
    width: 50px;
    height: 50px; }
    .my-wishlist .product-image img {
      width: 50px;
      height: 50px; } }
/* 570 */
@media all and (max-width: 480px) {
  .my-wishlist div.data-table {
    display: block; }
    .my-wishlist div.data-table div.table-row.header-row {
      display: none; }
    .my-wishlist div.data-table div.table-row {
      display: block; }
    .my-wishlist div.data-table div.table-cell {
      display: block; }
  .my-wishlist .product-image {
    float: left;
    margin: 0 15px 0 0; }
  .my-wishlist .description {
    clear: left;
    font-size: 12px; } }
/* 480 */
/* My Tags =========================================================================== */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }

#my-tags-table td {
  padding: 10px; }

#my-tags-table .add-to-links {
  white-space: nowrap; }

/* My Reviews ======================================================================== */
#my-reviews-table .table-body-row .table-cell {
  padding: 10px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px; }

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  font-weight: bold; }

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0; }

@media all and (max-width: 575px) {
  #my-reviews-table {
    display: block; }
    #my-reviews-table .table-row {
      display: block;
      padding: 10px;
      border-top: 1px #f2f0e4 solid; }
      #my-reviews-table .table-row.first {
        border-top: none; }
    #my-reviews-table .table-cell {
      display: block;
      border: none; }
    #my-reviews-table .table-body-row .table-cell {
      padding: 0; } }
/* Billing Agreements ================================================================ */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px; }

/* Gift Cards ======================================================================== */
.customer-account-giftcard .view-detail {
  margin-bottom: 0; }
.customer-account-giftcard .balance {
  margin: 0 0 30px;
  border: none; }
.customer-account-giftcard .data-table {
  margin: 15px 0; }
  .customer-account-giftcard .data-table th {
    padding: 4px; }
  .customer-account-giftcard .data-table .input-text {
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .customer-account-giftcard .data-table .range-container {
    float: none;
    padding: 0; }
    .customer-account-giftcard .data-table .range-container .data-range .label {
      padding: 2px 0 0; }
    .customer-account-giftcard .data-table .range-container .data-range input.range-text {
      margin: 0 !important;
      padding: 3px; }
    .customer-account-giftcard .data-table .range-container .data-range img {
      padding-top: 5px; }
  .customer-account-giftcard .data-table .giftvoucher-grid-search-item .search-text {
    width: 100%; }
.customer-account-giftcard .storecredit h2.sub-title {
  margin: 0 0 5px;
  padding: 0 0 3px;
  font: bold 18px/1 "Montserrat", sans-serif !important;
  text-transform: none;
  border-bottom: 1px #f3f2ed solid; }
.customer-account-giftcard .storecredit .account-balance {
  margin: 0 0 20px;
  border: none; }
.customer-account-giftcard div.sub-title {
  margin: 0 0 5px;
  padding: 0 0 3px;
  font: bold 18px/1 "Montserrat", sans-serif !important;
  text-transform: none;
  border-bottom: 1px #f3f2ed solid; }

/* ======================================================================================
   ACCOUNT LOGIN / CREATE PAGES
====================================================================================== */
.account-login .content {
  position: relative;
  border: 10px #f2f0e4 solid;
  padding: 15px 20px !important;
  min-height: 260px; }
  .account-login .content h2 {
    margin: -15px -20px 15px;
    padding: 0 0 10px;
    font: bold 1.43em/1.2 "Montserrat", sans-serif;
    background: #f2f0e4; }
  .account-login .content .form-list {
    margin: 10px 0 0; }
  .account-login .content .forgot-password {
    font-size: 12px; }
  .account-login .content .buttons-set {
    margin: 25px 0 0; }
.account-login .registered-users {
  width: 56.5%; }
  .account-login .registered-users .magento-login {
    float: left;
    width: 310px; }
  .account-login .registered-users .social-login {
    position: relative;
    margin-left: 320px; }
    .account-login .registered-users .social-login .inchoo-socialconnect-login {
      margin: 0; }
    .account-login .registered-users .social-login p {
      margin: 0 0 10px; }
    .account-login .registered-users .social-login div.inchoo-socialconnect-google,
    .account-login .registered-users .social-login div.inchoo-socialconnect-facebook,
    .account-login .registered-users .social-login div.inchoo-socialconnect-twitter {
      float: none;
      margin: 6px 0 0;
      display: inline-block; }
    .account-login .registered-users .social-login .clearer:after {
      clear: none; }
    .account-login .registered-users .social-login .or {
      position: absolute;
      left: -35px;
      top: 0;
      font-weight: bold; }
.account-login .new-users {
  width: 40.5%; }

/* Account Login: 980 ===================================== */
@media all and (max-width: 980px) {
  .account-login .col2-set .col-1,
  .account-login .col2-set .col-2 {
    float: none;
    width: auto; }
  .account-login .col2-set .col-1 {
    margin-bottom: 20px; }
  .account-login .content {
    padding-bottom: 60px;
    min-height: 0; } }
/* Account Login: 560 ===================================== */
@media all and (max-width: 560px) {
  .account-login .registered-users .magento-login {
    float: none;
    width: auto; }
  .account-login .registered-users .social-login {
    margin: 50px 0 0; }
    .account-login .registered-users .social-login .or {
      top: -30px;
      left: 0; } }
.customer-account-create .inchoo-socialconnect-register {
  margin: 20px 0 0; }
  .customer-account-create .inchoo-socialconnect-register .or {
    display: block;
    font-weight: bold; }
  .customer-account-create .inchoo-socialconnect-register p {
    margin: 4px 0 8px; }
  .customer-account-create .inchoo-socialconnect-register .inchoo-socialconnect-register-google,
  .customer-account-create .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook,
  .customer-account-create .inchoo-socialconnect-register .inchoo-socialconnect-register-twitter {
    float: left;
    margin: 0 10px 0 0; }
.customer-account-create .buttons-set {
  margin: 2em 0 0; }

/* ======================================================================================
   SHOPPING CART
====================================================================================== */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }

.cart .page-title h1 {
  margin: 10px 0 0; }

.cart fieldset {
  border: none;
  padding: 0; }

@media screen and (max-width: 500px) {
  .cart .page-title h1 {
    float: none;
    text-align: center; } }
/* Checkout Types ==================================================================== */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

@media screen and (max-width: 500px) {
  .cart .title-buttons .checkout-types {
    float: none;
    margin: 10px 0 0;
    text-align: center; }
    .cart .title-buttons .checkout-types li {
      float: none;
      display: block; } }
/* Shopping Cart Table =============================================================== */
.cart-table {
  display: table;
  border: none; }
  .cart-table .table-row {
    display: table-row; }
  .cart-table .table-cell {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px #f2f0e4 solid;
    border-right: none;
    vertical-align: top; }
    .cart-table .table-cell.header-cell {
      padding: 2px 10px;
      font-weight: bold;
      white-space: nowrap;
      background: #f2f0e4;
      border-right: none;
      vertical-align: middle; }
      .cart-table .table-cell.header-cell.wrap {
        white-space: normal; }
  .cart-table .details-col {
    padding-left: 0; }
    .cart-table .details-col .product-image {
      float: left; }
      .cart-table .details-col .product-image img {
        display: block; }
    .cart-table .details-col .product-name {
      margin: 0 0 5px;
      font: bold 1.29em "Montserrat", sans-serif; }
      .cart-table .details-col .product-name a {
        color: #666666;
        text-decoration: none; }
    .cart-table .details-col .details {
      margin-left: 65px; }
    .cart-table .details-col dt {
      display: inline;
      font-style: normal; }
      .cart-table .details-col dt:after {
        content: ":"; }
    .cart-table .details-col dd {
      padding-left: 5px;
      display: inline; }
  .cart-table .unit-price-col {
    width: 1%;
    text-align: right; }
    .cart-table .unit-price-col .price {
      font-weight: bold;
      color: #939393; }
  .cart-table .qty-col {
    width: 1%;
    text-align: center; }
  .cart-table .subtotal-col {
    width: 1%;
    text-align: right; }
    .cart-table .subtotal-col .price {
      font-weight: bold; }
  .cart-table .actions-col {
    padding-right: 0;
    width: 1%; }
    .cart-table .actions-col .link-edit {
      display: inline-block;
      height: 16px;
      line-height: 18px;
      padding: 2px 0 2px 20px;
      background: url(../images/icons-cart-actions.png) no-repeat 0 -112px; }
      .cart-table .actions-col .link-edit:hover {
        background-position: 0 -168px; }
    .cart-table .actions-col .btn-remove {
      display: inline-block;
      width: auto;
      height: 16px;
      font-size: 1em;
      line-height: 18px;
      padding: 2px 0 2px 20px;
      text-indent: 0;
      background: url(../images/icons-cart-actions.png) no-repeat 0 0; }
      .cart-table .actions-col .btn-remove:hover {
        background-position: 0 -56px; }
    .cart-table .actions-col .link-wishlist {
      display: inline-block;
      height: 16px;
      font-weight: normal;
      color: #db005a;
      line-height: 18px;
      white-space: nowrap;
      padding: 2px 0 2px 20px;
      background: url(../images/icons-cart-actions.png) no-repeat 0 -224px; }
      .cart-table .actions-col .link-wishlist:hover {
        color: #666666;
        background-position: 0 -280px; }
  .cart-table .inline-label {
    display: none; }
  .cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a; }

.cart-table-footer {
  margin: 15px 0 0; }
  .cart-table-footer .btn-continue {
    float: left; }
  .cart-table-footer .btn-update,
  .cart-table-footer .btn-empty {
    float: right; }
  .cart-table-footer .btn-update {
    margin-left: 10px; }

/* === breakpoint: 650 ============================================== */
@media screen and (max-width: 650px) {
  .cart-table {
    display: block; }
    .cart-table .table-row {
      display: block; }
    .cart-table .table-cell {
      display: block;
      padding: 0;
      border: none; }
    .cart-table .header-row {
      display: none; }
    .cart-table .inline-label {
      display: inline; }
    .cart-table .table-row {
      position: relative;
      padding: 5px 90px 5px 65px;
      border-bottom: 1px #f2f0e4 solid; }
    .cart-table .details-col .product-image {
      margin: 0 0 0 -65px; }
    .cart-table .details-col .details {
      margin: 0;
      float: left;
      width: 100%; }
    .cart-table .unit-price-col,
    .cart-table .subtotal-col {
      position: absolute;
      top: 5px;
      right: 0;
      width: 90px; }
    .cart-table .subtotal-col {
      top: 55px; }
    .cart-table .qty-col {
      float: left;
      width: 100%;
      margin: 4px 0 0;
      text-align: left; }
    .cart-table .actions-col {
      float: left;
      width: 100%;
      margin: 6px 0 0; }
      .cart-table .actions-col br {
        display: none; }
      .cart-table .actions-col a {
        float: left;
        margin: 0 12px 0 0; } }
/* === breakpoint: 520 ============================================== */
@media screen and (max-width: 520px) {
  .cart-table-footer {
    text-align: center; }
    .cart-table-footer button.button {
      margin: 0 10px 10px;
      float: none;
      display: inline-block; } }
/* === breakpoint: 480 ============================================== */
@media screen and (max-width: 480px) {
  .cart-table .table-row {
    padding-left: 45px; }
  .cart-table .details-col .product-image {
    margin-left: -45px; }
    .cart-table .details-col .product-image img {
      width: 35px;
      height: 70px; } }
/* Shopping Cart Collateral boxes ==================================================== */
.cart .cart-collaterals {
  padding: 25px 0 0; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px; }

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px; }

.cart .crosssell {
  clear: both;
  padding: 22px 0 0;
  border-top: 1px #f2f0e4 solid; }
  .cart .crosssell h2 {
    margin: 0 0 10px;
    font: bold 18px "Montserrat", sans-serif; }
  .cart .crosssell .products-grid li {
    width: 18.4%; }
  .cart .crosssell .products-grid .first-4-col {
    clear: none; }
  .cart .crosssell .products-grid .last-4-col {
    margin-right: 2%; }
  .cart .crosssell .products-grid .first-5-col {
    clear: left; }
  .cart .crosssell .products-grid .last-5-col {
    margin-right: 0; }

/* === breakpoint: 800 ============================================== */
@media screen and (max-width: 800px) {
  .cart .crosssell .products-grid li {
    width: 23.5%; }
  .cart .crosssell .products-grid .first-5-col {
    clear: none; }
  .cart .crosssell .products-grid .last-5-col {
    margin-right: 2%; }
  .cart .crosssell .products-grid .first-4-col {
    clear: left; }
  .cart .crosssell .products-grid .last-4-col {
    margin-right: 0; } }
/* === breakpoint: 620 ============================================== */
@media screen and (max-width: 620px) {
  .cart .crosssell .products-grid li {
    width: 32%; }
  .cart .crosssell .products-grid .first-4-col {
    clear: none; }
  .cart .crosssell .products-grid .last-4-col {
    margin-right: 2%; }
  .cart .crosssell .products-grid .odd {
    clear: none; }
  .cart .crosssell .products-grid .even {
    margin-right: 2%; }
  .cart .crosssell .products-grid .first-3-col {
    clear: left; }
  .cart .crosssell .products-grid .last-3-col {
    margin-right: 0; } }
/* === breakpoint: 450 ============================================== */
@media screen and (max-width: 450px) {
  .cart .crosssell .products-grid li {
    float: none;
    margin: 0 0 4px;
    width: auto; } }
/* Estimate Shipping and Tax ========================================================= */
.cart-collaterals .ship-and-pay {
  float: left;
  width: 48.5%;
  margin: 0 0 30px; }

.cart-collaterals div.shipping {
  padding: 24px;
  background: #f7f6ee; }
  .cart-collaterals div.shipping h2 {
    margin: 0;
    font: bold 16px "Montserrat", sans-serif; }
  .cart-collaterals div.shipping .form-list {
    margin-top: 15px; }
    .cart-collaterals div.shipping .form-list .input-box {
      width: auto; }
    .cart-collaterals div.shipping .form-list select {
      width: 100%;
      max-width: 300px; }
    .cart-collaterals div.shipping .form-list input.input-text {
      width: 96%;
      max-width: 150px; }
  .cart-collaterals div.shipping .buttons-set {
    margin: 0;
    border: none; }
  .cart-collaterals div.shipping .sp-methods {
    margin: 15px 0 5px;
    border-top: 1px #f2f0e4 solid; }

/* === breakpoint: 630 ============================================== */
@media screen and (max-width: 630px) {
  .cart-collaterals .ship-and-pay {
    margin: 0 0 20px;
    float: none;
    width: auto; } }
/* Discount Codes ==================================================================== */
.cart-collaterals #discount-coupon-form {
  float: right;
  width: 48.5%; }

.cart-collaterals .discount {
  margin: 0 0 4%;
  padding: 24px;
  background: #f7f6ee; }
  .cart-collaterals .discount h2 {
    margin: 0;
    font: bold 16px "Montserrat", sans-serif; }
  .cart-collaterals .discount label {
    display: block; }
  .cart-collaterals .discount .input-box {
    float: left;
    width: 65%;
    margin: 3px 10px 0 0; }
  .cart-collaterals .discount input.input-text {
    width: 95%; }
  .cart-collaterals .discount .buttons-set {
    float: left;
    clear: none;
    margin: 5px 0 0;
    padding: 0;
    border: none; }

/* === breakpoint: 830 ============================================== */
@media screen and (max-width: 830px) {
  .cart-collaterals .discount .input-box {
    float: none;
    width: auto; }
  .cart-collaterals .discount .buttons-set {
    float: none; } }
/* === breakpoint: 630 ============================================== */
@media screen and (max-width: 630px) {
  .cart-collaterals #discount-coupon-form {
    margin: 0 0 20px;
    float: none;
    width: auto; } }
/* Giftcard Form ===================================================================== */
.cart-collaterals #discount-giftcard-form {
  float: right;
  clear: right;
  width: 48.5%; }

/* === breakpoint: 630 ============================================== */
@media screen and (max-width: 630px) {
  .cart-collaterals #discount-giftcard-form {
    margin: 0 0 20px;
    float: none;
    width: auto; } }
/* Shopping Cart Totals ============================================================== */
.cart .totals {
  float: right;
  clear: right;
  width: 48.5%;
  margin: 0 0 30px; }
  .cart .totals table {
    float: right;
    width: auto;
    margin: 7px 0; }
  .cart .totals td {
    padding: 2px 0 2px 20px; }
  .cart .totals tfoot {
    border-top: 1px #f2f0e4 solid; }
    .cart .totals tfoot th {
      padding: 5px 15px 5px 7px; }
    .cart .totals tfoot td {
      padding-top: 5px;
      padding-bottom: 5px; }
    .cart .totals tfoot th strong, .cart .totals tfoot td strong {
      font-size: 15px; }
  .cart .totals .checkout-types {
    clear: right;
    font-size: 13px;
    padding: 8px 0 0;
    text-align: right; }
    .cart .totals .checkout-types li {
      clear: both;
      margin: 10px 0; }

/* === breakpoint: 630 ============================================== */
@media screen and (max-width: 630px) {
  .cart .totals {
    margin: 0 0 20px;
    float: none;
    width: auto; } }
/* Options Tool Tip ================================================================== */
.item-options dt {
  font-weight: bold;
  font-style: italic; }

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

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

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

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

.truncated .show .item-options {
  top: -20px;
  left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* Shopping cart total summary row expandable to details ============================= */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info ============================================================ */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* ======================================================================================
   CHECKOUT
====================================================================================== */
/* Shipping and Payment methods ====================================================== */
.sp-methods {
  margin: 0 0 8px; }

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods label {
  font-weight: bold;
  color: #666666; }

.sp-methods .price {
  font-weight: bold; }

.sp-methods .form-list {
  padding-left: 20px; }

.sp-methods .form-list li {
  margin: 0 0 8px; }

.sp-methods select.month {
  width: 154px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 3em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: 0.5em 0; }

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

.please-wait {
  float: right; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px; }

/* Tooltip =========================================================================== */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999; }

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right; }

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages ===================================================================== */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages p.control {
  color: #8e8d8b; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.gift-messages-form .item .details .form-list .field {
  width: 255px; }

.gift-messages-form .item .details .form-list .input-box {
  width: 240px; }

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px; }

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px; }

.gift-message-link.expanded {
  background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* Checkout Agreements =============================================================== */
.checkout-agreements {
  list-style: none; }
  .checkout-agreements li {
    margin: 30px 0; }
  .checkout-agreements .agreement-content {
    overflow: auto;
    height: 14em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5; }
  .checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px; }
    .checkout-agreements .agree input.checkbox {
      margin-right: 6px; }
    .checkout-agreements .agree label {
      font-weight: bold;
      color: #666666; }

.opc .checkout-agreements {
  clear: both;
  border: none;
  padding: 0; }
  .opc .checkout-agreements li {
    margin: 0;
    padding: 20px 0 0; }
  .opc .checkout-agreements .agreement-content {
    background-color: #ffffff;
    border-color: #e4e4e4;
    padding: 5px; }
  .opc .checkout-agreements .agree {
    padding-left: 6px; }

/* Centinel ========================================================================== */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set ================================================================== */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #e26703; }

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal; }

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.info-set .box {
  margin: 0 0 15px; }

.info-set .box h2 {
  color: #e26703; }

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.info-set .data-table .product-name a {
  font-weight: bold !important; }

.info-set .data-table .item-options {
  margin: 5px 0 0; }

/* ======================================================================================
   ONE PAGE CHECKOUT
====================================================================================== */
.checkout-onepage-index .page-title {
  margin: 0;
  border: none; }
  .checkout-onepage-index .page-title h1 {
    padding: 0 0 0 25px;
    background: url(../images/icons-security.png) no-repeat 0 -101px; }
.checkout-onepage-index .ssl-badge {
  float: right;
  margin: -38px 0 0; }
@media (max-width: 465px) {
  .checkout-onepage-index .ssl-badge {
    margin: 30px 0 -95px; } }

/* Indicators ======================================================================== */
.opc .step-title h2 {
  display: inline;
  font: bold 1em "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #a7a7a7; }
.opc .step-title .number {
  display: inline;
  font: bold 1em "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #a7a7a7; }
.opc .step-title a {
  display: none; }
.opc .allow .step-title {
  cursor: pointer; }
  .opc .allow .step-title h2, .opc .allow .step-title .number {
    color: #5bc353; }
  .opc .allow .step-title h2 {
    padding-right: 16px;
    background: url(../images/icons-security.png) no-repeat 100% -52px; }
.opc .active .step-title h2, .opc .active .step-title .number {
  color: #db005a; }
.opc .active .step-title h2 {
  background: none; }

#opc-login .step-title {
  display: none; }

#opc-address .step-title {
  position: absolute;
  left: 0px;
  top: 0; }

#opc-shipping_method .step-title {
  position: absolute;
  left: 128px;
  top: 0; }

#opc-payment .step-title {
  position: absolute;
  left: 257px;
  top: 0; }

#opc-review .step-title {
  position: absolute;
  left: 387px;
  top: 0; }

/* === breakpoint: 1025-900 ============================================== */
@media screen and (max-width: 1025px) and (min-width: 901px) {
  #opc-shipping_method .step-title {
    left: 113px; }

  #opc-payment .step-title {
    left: 227px; }

  #opc-review .step-title {
    left: 342px; } }
/* === breakpoint: 700-621 ============================================== */
@media screen and (max-width: 700px) and (min-width: 621px) {
  #opc-shipping_method .step-title {
    left: 113px; }

  #opc-payment .step-title {
    left: 227px; }

  #opc-review .step-title {
    left: 342px; } }
/* === breakpoint: 620 ============================================== */
@media screen and (max-width: 620px) {
  #opc-address .step-title {
    position: absolute;
    left: 0;
    top: 0; }

  #opc-shipping_method .step-title {
    position: absolute;
    left: 0;
    top: 24px; }

  #opc-payment .step-title {
    position: absolute;
    left: 0;
    top: 48px; }

  #opc-review .step-title {
    position: absolute;
    left: 0;
    top: 72px; } }
/* STEPS ============================================================================= */
.opc {
  padding: 27px 0 0;
  margin: 15px 0 0;
  position: relative;
  list-style: none; }
  .opc .step {
    position: relative;
    padding: 30px 0 0;
    border-top: 1px #f2f0e4 solid; }
    .opc .step h3 {
      font: bold 1.33em "Montserrat", sans-serif;
      color: #666666; }
    .opc .step .tool-tip {
      right: 30px; }
  .opc .buttons-set {
    margin: 0;
    padding: 2em 0 0;
    border: none; }
    .opc .buttons-set p.required {
      margin: 0;
      padding: 0 0 10px; }
    .opc .buttons-set .back-link small {
      display: none; }
    .opc .buttons-set .back-link a {
      display: inline-block;
      padding: 4px 8px;
      font: bold 13px "Montserrat", sans-serif;
      text-decoration: none;
      color: #fff;
      background-color: #545454;
      background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#474747));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #545454, #474747);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #545454, #474747);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #545454, #474747);
      /* IE10 */
      background: -o-linear-gradient(top, #545454, #474747);
      /* Opera 11.10+ */
      background: linear-gradient(top, #545454, #474747);
      /* W3C */
      border: 1px #777777 solid;
      border-radius: 5px; }
    .opc .buttons-set .please-wait {
      float: left;
      height: 21px;
      line-height: 21px; }
    .opc .buttons-set button.button {
      font-size: 16px; }
    .opc .buttons-set.disabled button.button {
      display: none; }
  .opc .ul {
    list-style: disc outside;
    padding-left: 18px; }

/* === breakpoint: 620 ============================================== */
@media screen and (max-width: 620px) {
  .opc {
    padding: 100px 0 0; } }
/* LOGIN STEP ======================================================================== */
#checkout-step-login {
  /* === breakpoint: 600 ============================================== */ }
  #checkout-step-login p {
    margin: 0 0 10px;
    color: #848484; }
  #checkout-step-login .col2-set .col-1 {
    width: 46%; }
  #checkout-step-login .col2-set .col-2 {
    width: 46%;
    padding-left: 4%;
    border-left: 1px #f2f0e4 solid; }
  #checkout-step-login .forgot-password {
    font-size: .86em; }
  #checkout-step-login .inchoo-socialconnect-checkout {
    margin: 15px 0 0; }
    #checkout-step-login .inchoo-socialconnect-checkout .or {
      display: block;
      margin: 0 0 10px;
      font-weight: bold; }
    #checkout-step-login .inchoo-socialconnect-checkout .inchoo-socialconnect-checkout-google,
    #checkout-step-login .inchoo-socialconnect-checkout .inchoo-socialconnect-checkout-facebook,
    #checkout-step-login .inchoo-socialconnect-checkout .inchoo-socialconnect-checkout-twitter {
      float: left;
      margin: 0 10px 10px 0; }
  @media screen and (max-width: 600px) {
    #checkout-step-login .col2-set .col-1 {
      width: auto;
      float: none; }
    #checkout-step-login .col2-set .col-2 {
      width: auto;
      float: none;
      border: none;
      padding: 35px 0 0; }
    #checkout-step-login .buttons-set {
      padding: 1em 0 0; } }

/* ADDRESS STEP ====================================================================== */
#opc-address .address-block {
  float: left;
  width: 48.5%; }
#opc-address .shipping-address-block {
  float: right; }
#opc-address .account-block {
  clear: both; }
#opc-address .form-list .input-box {
  width: auto; }
#opc-address .form-list input.input-text {
  width: 95%;
  max-width: 252px; }
#opc-address .form-list select {
  width: 100%;
  max-width: 260px; }
#opc-address .form-list p label {
  float: none; }
#opc-address .form-list p.field-description {
  margin: 0 0 4px;
  font-size: .86em; }

/* === breakpoint: 620 ============================================== */
@media screen and (max-width: 620px) {
  #opc-address .address-block {
    float: none;
    width: auto; }
  #opc-address .shipping-address-block {
    margin: 20px 0 0; } }
/* SHIPPING STEP ===================================================================== */
#opc-shipping_method .ship-to-summary {
  float: left;
  margin: 15px 0 30px; }
  #opc-shipping_method .ship-to-summary h4 {
    padding: 0 0 5px;
    font: bold 1em "Montserrat", sans-serif;
    color: #666666;
    border-bottom: 1px #f2f0e4 solid; }
    #opc-shipping_method .ship-to-summary h4 a {
      float: right;
      font-weight: normal; }
  #opc-shipping_method .ship-to-summary address {
    display: block;
    font-style: normal;
    padding: 0 20px 0 0; }
#opc-shipping_method .select-method {
  clear: left;
  float: left;
  border: 10px #f2f0e4 solid; }
  #opc-shipping_method .select-method h3 {
    padding: 0 0 10px;
    font-size: 1.14em;
    background: #f2f0e4; }
#opc-shipping_method .shipping-method-wrapper {
  padding: 5px 20px 10px; }

/* === breakpoint: 600 ============================================== */
@media screen and (max-width: 600px) {
  #opc-shipping_method .ship-to-summary {
    float: none; }
    #opc-shipping_method .ship-to-summary address {
      padding: 0; }
  #opc-shipping_method .select-method {
    float: none; } }
/* PAYMENT STEP ====================================================================== */
#opc-payment .sp-methods dt {
  width: 300px;
  padding: 0 0 0 10px;
  font: bold 1.14em "Montserrat", sans-serif;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f5f4eb));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, white, #f5f4eb);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, white, #f5f4eb);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white, #f5f4eb);
  /* IE10 */
  background: -o-linear-gradient(top, white, #f5f4eb);
  /* Opera 11.10+ */
  background: linear-gradient(top, white, #f5f4eb);
  /* W3C */
  border: 1px #f2f0e4 solid;
  border-radius: 6px;
  cursor: pointer; }
  #opc-payment .sp-methods dt label {
    display: block;
    padding: 5px 15px 5px 0;
    color: #666666;
    cursor: pointer; }
  #opc-payment .sp-methods dt input {
    float: left;
    margin: 10px 7px 0 0; }
#opc-payment .sp-methods dt.selected {
  background-color: #ff1978;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1978), to(#ef0062));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #ff1978, #ef0062);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #ff1978, #ef0062);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff1978, #ef0062);
  /* IE10 */
  background: -o-linear-gradient(top, #ff1978, #ef0062);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ff1978, #ef0062);
  /* W3C */
  border-color: #db005a; }
  #opc-payment .sp-methods dt.selected label {
    color: #fff; }
#opc-payment .sp-methods li {
  position: relative; }
#opc-payment .sp-methods .security-note {
  display: none;
  position: absolute;
  top: 20px;
  left: 300px;
  width: 180px;
  padding: 0 0 0 28px;
  background: url(../images/icons-security.png) no-repeat 0 -169px; }
#opc-payment .sp-methods .badge {
  position: absolute;
  top: -20px;
  left: 300px; }
#opc-payment #payment_form_ccsave {
  padding: 20px;
  background: #f2f2f2; }
#opc-payment .form-list {
  padding: 0; }
  #opc-payment .form-list input.input-text {
    max-width: 96%; }
#opc-payment .buttons-set button.button {
  float: left; }
#opc-payment .buttons-set p.note {
  margin: 4px 10px 0 10px;
  float: left;
  font-style: italic; }
#opc-payment .buttons-set .please-wait {
  margin: 4px 0 0; }
#opc-payment #giftvoucher_container dt.giftvoucher {
  width: 300px !important; }
#opc-payment #giftvoucher_container dt label {
  display: block !important; }

/* === breakpoint: 620 ============================================== */
@media screen and (max-width: 620px) {
  #opc-payment .sp-methods .security-note {
    position: static;
    width: auto;
    margin: 5px 0 0;
    min-height: 26px; } }
/* === breakpoint: 475 ============================================== */
@media screen and (max-width: 475px) {
  #opc-payment .sp-methods dt {
    width: auto; }
  #opc-payment .buttons-set p.note {
    float: none;
    clear: left;
    margin: 0;
    padding: 4px 0 0; } }
/* === breakpoint: 440 ============================================== */
@media screen and (max-width: 440px) {
  #opc-payment .sp-methods .badge {
    left: 180px;
    top: 110px; }
  #opc-payment #payment_form_authorizenet {
    padding: 0 0 50px; } }
/* REVIEW STEP ======================================================================= */
#opc-review .shipping-summary,
#opc-review .billing-summary {
  float: left;
  width: 45%;
  margin: 20px 10% 0 0; }
  #opc-review .shipping-summary h4,
  #opc-review .billing-summary h4 {
    padding: 0 0 5px;
    font: bold 1em "Montserrat", sans-serif;
    color: #666666;
    border-bottom: 1px #f2f0e4 solid; }
    #opc-review .shipping-summary h4 a,
    #opc-review .billing-summary h4 a {
      float: right;
      font-weight: normal; }
  #opc-review .shipping-summary address,
  #opc-review .billing-summary address {
    display: block;
    font-style: normal; }
#opc-review .billing-summary {
  margin-right: 0; }
#opc-review .shipping-method-summary,
#opc-review .payment-method-summary {
  margin: 15px 0 0; }
#opc-review .payment-method-details dd {
  display: inline; }
#opc-review .payment-method-details dt.credit-card-type,
#opc-review .payment-method-details dt.credit-card-number,
#opc-review .payment-method-details .name-on-the-card {
  display: none; }
#opc-review #checkout-review-table-wrapper {
  clear: both;
  padding: 40px 0 0; }
#opc-review #checkout-review-table {
  border: none; }
  #opc-review #checkout-review-table thead th {
    border: none; }
  #opc-review #checkout-review-table .odd, #opc-review #checkout-review-table .even {
    background: none; }
  #opc-review #checkout-review-table tbody td {
    padding: 6px 8px;
    border: none;
    border-bottom: 1px #f2f0e4 solid; }
  #opc-review #checkout-review-table tbody tr.last td {
    border-bottom: 1px #f2f0e4 solid !important; }
  #opc-review #checkout-review-table tfoot td {
    background: none;
    border: none; }
  #opc-review #checkout-review-table tfoot tr.discount {
    color: #bf0000; }
  #opc-review #checkout-review-table tfoot tr.grand-total {
    font-size: 18px; }
#opc-review .product-name {
  color: #666666;
  font: bold 1em Arial, Helvetica, sans-serif; }
#opc-review .item-options dt {
  float: left;
  clear: left;
  margin: 0 6px 0 0;
  font-size: .86em;
  font-style: normal; }
  #opc-review .item-options dt:after {
    content: ":"; }
#opc-review .item-options dd {
  float: left;
  padding: 0;
  margin: 0;
  font-size: .86em; }
#opc-review .buttons-set {
  padding: 10px;
  background: #f4f4f4; }
  #opc-review .buttons-set button.button {
    float: right; }
  #opc-review .buttons-set .note {
    float: left;
    margin: 10px 0 0; }
  #opc-review .buttons-set .please-wait {
    float: right;
    margin-top: 10px; }
#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

/* === breakpoint: 575 ============================================== */
@media screen and (max-width: 575px) {
  #opc-review .shipping-summary,
  #opc-review .billing-summary {
    float: none;
    margin: 20px 0 0;
    width: auto; }
  #opc-review #checkout-review-table {
    font-size: .86em; }
  #opc-review .buttons-set {
    text-align: center; }
    #opc-review .buttons-set .note {
      float: none;
      margin: 0 0 10px; }
    #opc-review .buttons-set button.button {
      float: none; } }
.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto; }

/* SIDEBAR ORDER SUMMARY ============================================================= */
.block-checkout-summary table.subtotal {
  width: 100%; }
  .block-checkout-summary table.subtotal td.label {
    width: 60%;
    text-align: right;
    font-weight: bold; }
  .block-checkout-summary table.subtotal td.price {
    width: 40%;
    text-align: right; }
.block-checkout-summary .block-progress {
  margin: 10px -10px 0;
  padding: 5px 10px 0;
  border: none;
  border-top: 1px #f2f0e4 solid;
  background: none; }
  .block-checkout-summary .block-progress .block-content {
    padding: 0; }
.block-checkout-summary #shopping-cart-totals-table {
  width: 100%; }
  .block-checkout-summary #shopping-cart-totals-table td.label {
    padding: 3px 8px 0 0; }
  .block-checkout-summary #shopping-cart-totals-table td.price {
    padding: 3px 0 0; }
  .block-checkout-summary #shopping-cart-totals-table tr.discount {
    color: #bf0000; }
    .block-checkout-summary #shopping-cart-totals-table tr.discount .subtitle {
      display: none; }
  .block-checkout-summary #shopping-cart-totals-table tr.shipping .shipping-method {
    display: none; }
.block-checkout-summary .mini-products-list {
  font-size: .86em; }
  .block-checkout-summary .mini-products-list .product-image {
    width: 30px;
    height: 30px; }
    .block-checkout-summary .mini-products-list .product-image img {
      width: 30px;
      height: 30px; }
  .block-checkout-summary .mini-products-list .product-details {
    margin-left: 40px; }

/* ======================================================================================
   MULTIPLE ADDRESSES CHECKOUT
====================================================================================== */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba; }

.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200; }

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #e26703; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }

.multiple-checkout .box h2 {
  color: #e26703; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden; }

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }

.multiple-checkout .place-order .grand-total .inner div {
  display: inline; }

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px; }

.multiple-checkout .place-order .grand-total .price {
  color: #e26703; }

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px; }

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px; }

/* Step 1 ============================================================================ */
.multiple-checkout .title-buttons button.button span {
  border-color: #f18200;
  background: #f18200; }

#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

#multiship-addresses-table tfoot button.button span {
  border-color: #f18200;
  background: #f18200; }

/* Step 2 ============================================================================ */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative; }

.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden; }

/* Step 3 ============================================================================ */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* ======================================================================================
   SUCCESS
====================================================================================== */
.checkout-onepage-success .main p {
  margin: 0 0 1em; }
.checkout-onepage-success .page-title.title-buttons {
  display: none; }
.checkout-onepage-success .order-items .buttons-set {
  display: none; }

/* ======================================================================================
   PAGE TITLES
====================================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  color: #666666;
  line-height: 1.5; }

h1 {
  font-size: 1.67em;
  font-weight: normal; }

.page-title {
  margin: 0 0 25px;
  width: 100%;
  overflow: hidden; }

.page-title h1,
.page-title h2 {
  margin: 0;
  color: #282828;
  font: 28px "Times New Roman", serif;
  letter-spacing: .05em; }

.title-buttons {
  text-align: right; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

/* ======================================================================================
   ADMIN CONTROLLED WYSIWYG CONTENT
====================================================================================== */
/* ======================================================================================
   CONTENT STYLES
====================================================================================== */
/* BreadCrumbs */
.breadcrumbs {
  font-size: 11px;
  line-height: 1.25;
  margin: 0 0 13px; }

.breadcrumbs li {
  display: inline; }

.breadcrumbs li strong {
  font-weight: bold; }

.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

.product-name a {
  color: #db005a; }

/* Product Tags ====================================================================== */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px; }

.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0; }

.tags-list li a {
  color: #1b2d3b; }

/* Advanced Search =================================================================== */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px; }

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none; }

.advanced-search-amount {
  margin: 0 0 10px; }

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px; }

.advanced-search-summary ul {
  float: left;
  width: 49%; }

.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat; }

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0; }

/* CMS Home Page ===================================================================== */
/* Sitemap =========================================================================== */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }

.page-sitemap .links a {
  text-decoration: none;
  position: relative; }

.page-sitemap .links a:hover {
  text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }

.page-sitemap .sitemap a {
  color: #1b2d3b; }

.page-sitemap .sitemap li {
  margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold; }

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8; }

/* RSS =============================================================================== */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

/* ======================================================================================
   TOOLBAR
====================================================================================== */
.toolbar {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px #f2f0e4 solid;
  border-bottom: 1px #f2f0e4 solid; }

/* ======================================================================================
   PAGER
====================================================================================== */
.pager {
  font-weight: bold;
  text-align: center; }
  .pager a {
    padding: 0 8px;
    color: #666666;
    text-decoration: none; }
  .pager .current {
    padding: 0 8px;
    color: #db005a; }
  .pager ol {
    padding: 0 85px; }
  .pager li {
    display: inline;
    margin: 0 2px; }
  .pager li {
    padding: 0; }
    .pager li.current {
      padding: 3px 8px;
      background: #f5f4f0;
      border-radius: 3px; }
  .pager a {
    padding: 3px 8px; }
    .pager a:hover, .pager a:active {
      background-color: #f5f4f0;
      border-radius: 3px; }
  .pager .next {
    float: right;
    margin: 0 -85px 0 0;
    padding-right: 14px !important;
    background: url(../images/pagination-arrows.png) no-repeat 100% 9px; }
  .pager .previous {
    float: left;
    margin: 0 0 0 -85px;
    padding-left: 14px !important;
    background: url(../images/pagination-arrows.png) no-repeat 0 -33px; }

/* ======================================================================================
   SORTER
====================================================================================== */
.toolbar .sort-by {
  float: left;
  margin-right: 25px; }
  .toolbar .sort-by label {
    font-weight: bold;
    vertical-align: middle; }
  .toolbar .sort-by select {
    margin: 0 2px;
    vertical-align: middle; }
  .toolbar .sort-by .direction {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/icons-toolbar.png) no-repeat; }
  .toolbar .sort-by .asc {
    background-position: 0 -184px; }
  .toolbar .sort-by .desc {
    background-position: 0 -230px; }
.toolbar .view-mode {
  float: left; }
  .toolbar .view-mode .mode {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-right: 20px;
    background: url(../images/icons-toolbar.png) no-repeat 100% 0; }
  .toolbar .view-mode a.mode {
    color: #000; }
    .toolbar .view-mode a.mode:hover, .toolbar .view-mode a.mode:active {
      text-decoration: underline; }
  .toolbar .view-mode strong.mode {
    color: #db005a; }
  .toolbar .view-mode a.grid {
    background-position: 100% 0; }
  .toolbar .view-mode strong.grid {
    background-position: 100% -46px; }
  .toolbar .view-mode a.list {
    background-position: 100% -92px; }
  .toolbar .view-mode strong.list {
    background-position: 100% -138px; }
  .toolbar .view-mode .sep {
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    border-right: 1px #e1ddc2 solid; }
.toolbar .limiter {
  float: right;
  font-weight: bold; }
  .toolbar .limiter label {
    vertical-align: middle; }
  .toolbar .limiter select {
    vertical-align: middle; }

/* === breakpoint: 610 ============================================== */
@media screen and (max-width: 610px) {
  .toolbar {
    margin-top: 40px; }
    .toolbar .view-mode {
      float: right;
      margin-top: -40px; } }
/* === breakpoint: 450 ============================================== */
@media screen and (max-width: 450px) {
  .toolbar {
    margin-top: 10px; }
    .toolbar .view-mode {
      display: none; } }
/* === breakpoint: 450 ============================================== */
@media screen and (max-width: 450px) {
  .toolbar {
    padding-top: 8px; }
    .toolbar .limiter label {
      display: block; }
    .toolbar .sort-by label {
      display: block; } }
/* ======================================================================================
   PRODUCT CATEGORY
====================================================================================== */
.category-title {
  border: 0;
  margin: 0 0 7px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center; }

.category-description {
  margin: 0 0 10px; }
  .category-description .logo,
  .category-description .logo-short,
  .category-description .logo-med,
  .category-description .logo-tall {
    display: block;
    padding: 7px 10px;
    margin: 0 0 1em;
    box-shadow: inset 0 0 8px #f6f5f2;
    border: 1px #f3f2ed solid; }

/* Toolbars ========================================================================== */
.category-products .toolbar-bottom .toolbar {
  padding: 13px 0 0;
  border: none;
  background: url(../images/sketched-divider.png) no-repeat 0 0;
  background-size: 100% 5px; }
  .category-products .toolbar-bottom .toolbar li {
    padding: 0; }
    .category-products .toolbar-bottom .toolbar li.current {
      padding: 3px 8px;
      background: #f5f4f0;
      border-radius: 3px; }
  .category-products .toolbar-bottom .toolbar a {
    padding: 3px 8px; }
    .category-products .toolbar-bottom .toolbar a:hover, .category-products .toolbar-bottom .toolbar a:active {
      background-color: #f5f4f0;
      border-radius: 3px; }

/* All Views ========================================================================= */
.products-grid .product-name,
.products-list .product-name {
  font: bold 16px/1.3 "Montserrat", sans-serif; }
  .products-grid .product-name a,
  .products-list .product-name a {
    color: #333333;
    text-decoration: none; }
.products-grid .image-wrapper,
.products-list .image-wrapper {
  position: relative; }
.products-grid .colors,
.products-list .colors {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 6px;
  font: 12px "Times New Roman", serif;
  text-transform: lowercase;
  color: #282828;
  text-decoration: none;
  background: #f3f2ed;
  background: rgba(243, 242, 237, 0.7); }
.products-grid .product-status-banner,
.products-list .product-status-banner {
  position: absolute;
  top: -3px;
  right: -3px;
  display: block;
  width: 73px;
  height: 73px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/stock-banners.png) no-repeat 0 0; }
  .products-grid .product-status-banner.ready-to-ship-banner,
  .products-list .product-status-banner.ready-to-ship-banner {
    background-position: 0 0; }
  .products-grid .product-status-banner.discontinued-banner,
  .products-list .product-status-banner.discontinued-banner {
    background-position: 0 -146px; }
  .products-grid .product-status-banner.sold-out-banner,
  .products-list .product-status-banner.sold-out-banner {
    background-position: 0 -73px; }
  .products-grid .product-status-banner.pre-order-banner,
  .products-list .product-status-banner.pre-order-banner {
    background-position: 0 -219px; }
  .products-grid .product-status-banner.call-for-price-banner,
  .products-list .product-status-banner.call-for-price-banner {
    background-position: 0 -365px; }
  .products-grid .product-status-banner.special-order-banner,
  .products-list .product-status-banner.special-order-banner {
    background-position: 0 -438px; }
  .products-grid .product-status-banner.online-only-banner,
  .products-list .product-status-banner.online-only-banner {
    top: auto;
    bottom: -3px;
    background-position: 0 -292px; }
.products-grid .product-image,
.products-list .product-image {
  display: block; }
  .products-grid .product-image img,
  .products-list .product-image img {
    display: block; }
.products-grid .ratings .amount,
.products-list .ratings .amount {
  display: none; }
.products-grid .ratings .rating-box,
.products-list .ratings .rating-box {
  float: none; }

#filter-by-link {
  display: none;
  width: 106px;
  height: 33px;
  padding: 0;
  cursor: pointer;
  font: bold 1.29em/1 "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #ff0069;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0069), to(#94003d));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #ff0069, #94003d);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #ff0069, #94003d);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff0069, #94003d);
  /* IE10 */
  background: -o-linear-gradient(top, #ff0069, #94003d);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ff0069, #94003d);
  /* W3C */
  border: 1px #ff2e84 solid;
  border-radius: 5px; }
  #filter-by-link > span {
    display: block;
    width: 76px;
    height: 27px;
    padding: 6px 0 0 30px;
    text-align: left;
    background: url(../images/icons-filter.png) no-repeat 8px 8px; }

/* View Type: Grid =================================================================== */
.products-grid {
  margin: 0 0 18px; }
  .products-grid li {
    float: left;
    margin: 0 3% 3% 0;
    width: 22.75%; }
    .products-grid li.last-4-col {
      margin-right: 0; }
    .products-grid li.first-4-col {
      clear: left; }
  .products-grid .product-image {
    margin: 0 0 8px; }
  .products-grid .product-name {
    margin: 0; }
  .products-grid .ratings {
    margin: 6px 0 0;
    float: right; }
    .products-grid .ratings .rating-box {
      float: none;
      margin: 0 auto; }
  .products-grid .price-box {
    margin: 4px 0 0;
    float: left; }

/* === breakpoint: 810 ============================================== */
@media screen and (max-width: 810px) {
  .products-grid li {
    width: 31.33%; }
    .products-grid li.last-4-col {
      margin-right: 3%; }
    .products-grid li.first-4-col {
      clear: none; }
    .products-grid li.last-3-col {
      margin-right: 0; }
    .products-grid li.first-3-col {
      clear: left; } }
/* === breakpoint: 560 ============================================== */
@media screen and (max-width: 560px) {
  .products-grid li {
    width: 48.5%; }
    .products-grid li.last-3-col {
      margin-right: 3%; }
    .products-grid li.first-3-col {
      clear: none; }
    .products-grid li.even {
      margin-right: 0; }
    .products-grid li.odd {
      clear: left; }

  .products-grid .ratings:after,
  .products-list .ratings:after {
    clear: none; } }
/* === breakpoint: 450 ============================================== */
@media screen and (max-width: 450px) {
  .products-grid li {
    float: none;
    width: auto;
    margin: 0 0 10px; }
  .products-grid .image-wrapper {
    float: left;
    width: 50%;
    max-width: 180px;
    margin: 0 10px 0 0; }
  .products-grid .product-image {
    margin: 0; }
  .products-grid .ratings {
    float: none;
    margin: 0 0 10px; }
    .products-grid .ratings .rating-box {
      margin: 0; }
  .products-grid .product-name {
    margin: 0 0 10px;
    text-align: left; }
  .products-grid .price-box {
    float: none;
    text-align: left; } }
/* View Type: List =================================================================== */
.products-list {
  list-style: none; }
  .products-list li {
    padding: 9px 0;
    border-bottom: 1px #f2f0e4 solid; }
    .products-list li.last {
      border: none;
      padding-bottom: 0; }
    .products-list li:first-child {
      padding-top: 0; }
    .products-list li:hover .product-wrapper {
      background: white;
      border: 2px #dcd7b7 solid; }
  .products-list .product-wrapper {
    padding: 9px;
    background: #fff;
    border: 2px #fff solid; }
  .products-list .product-image {
    float: left;
    margin: 0 20px 0 0; }
  .products-list .product-details {
    padding-right: 120px;
    margin-left: 161px; }
  .products-list .product-shop {
    float: left;
    width: 100%; }
  .products-list .product-name {
    margin: 0 0 10px; }
  .products-list .price-box {
    position: relative;
    float: right;
    margin: 0 -120px 0 0;
    width: 97px; }

/* === breakpoint: 560 ============================================== */
@media screen and (max-width: 560px) {
  .products-list .product-image {
    width: 50%;
    max-width: 135px;
    margin: 0 10px 0 0; }
  .products-list .product-details {
    margin-left: 0;
    padding-right: 0; }
  .products-list .product-name {
    padding: 0;
    margin: 0 0 10px; }
  .products-list .product-shop {
    float: none; }
  .products-list .desc {
    display: none; }
  .products-list .price-box {
    float: none;
    margin: 0;
    width: auto; } }
/* Subcategories List ================================================================ */
.subcategory-list li {
  float: left;
  margin: 0 3% 20px 0;
  width: 17%; }
  .subcategory-list li.fifth {
    margin-right: 0; }
  .subcategory-list li.after-fifth {
    clear: left; }
  .subcategory-list li a, .subcategory-list li img {
    display: block; }
  .subcategory-list li h3 {
    margin: 3px 0 0;
    text-align: center;
    font: bold 16px "Montserrat", sans-serif; }
    .subcategory-list li h3 a {
      text-decoration: none;
      color: #666666; }

/* Subcategories List: 1000 =============================== */
@media screen and (max-width: 1000px) {
  .subcategory-list li {
    width: 22.75%; }
    .subcategory-list li.fifth {
      margin-right: 3%; }
    .subcategory-list li.after-fifth {
      clear: none; }
    .subcategory-list li.fourth {
      margin-right: 0; }
    .subcategory-list li.after-fourth {
      clear: left; } }
/* Subcategories List: 700 ================================ */
@media screen and (max-width: 700px) {
  .subcategory-list li {
    width: 31.33%; }
    .subcategory-list li.fourth {
      margin-right: 3%; }
    .subcategory-list li.after-fourth {
      clear: none; }
    .subcategory-list li.third {
      margin-right: 0; }
    .subcategory-list li.after-third {
      clear: left; } }
/* Subcategories List: 525 ================================ */
@media screen and (max-width: 525px) {
  .subcategory-list li {
    width: 48.5%; }
    .subcategory-list li.third {
      margin-right: 3%; }
    .subcategory-list li.after-third {
      clear: none; }
    .subcategory-list li.even {
      margin-right: 0; }
    .subcategory-list li.odd {
      clear: left; } }
/* Subcategories List: 380 ================================ */
@media screen and (max-width: 380px) {
  .subcategory-list li {
    float: none;
    width: 193px;
    margin: 0 auto 20px !important; } }
/* New Subcategories Product Grid ================================ */
.subcategories .description {
  padding: 30px 0; }

.subcategories .ip-block.products-list .item h3 {
  text-align: left;
  font-weight: normal; }
  .subcategories .ip-block.products-list .item h3 a {
    font-weight: normal; }
    .subcategories .ip-block.products-list .item h3 a:hover {
      color: #db005a; }

.products-grid.ip-block {
  width: 100%;
  float: left; }
  .products-grid.ip-block .item {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .products-grid.ip-block .item .image {
      width: 100%;
      float: left; }
      .products-grid.ip-block .item .image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; }
    .products-grid.ip-block .item h3 {
      text-align: center; }
      @media (min-width: 769px) {
        .products-grid.ip-block .item h3 {
          text-align: left; } }
    .products-grid.ip-block .item h3 a {
      color: #333333;
      text-decoration: none; }
  @media (min-width: 769px) {
    .products-grid.ip-block .row {
      padding: 0 0 20px; } }
  .products-grid.ip-block.grid-1 .item {
    width: 100%; }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-2 .item {
      width: 50%; } }
  @media (min-width: 480px) {
    .products-grid.ip-block.grid-3 .item {
      width: 50%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-3 .item {
      width: 33%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-4 .row .item:first-child {
      margin: 0; } }
  @media (min-width: 480px) {
    .products-grid.ip-block.grid-4 .item {
      width: 50%;
      padding: 0 10px 20px; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-4 .item {
      width: calc( 25% - 15px);
      margin: 0 0 0 20px;
      padding: 0; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-5 .item {
      width: 20%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-6 .item {
      width: 16.667%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-7 .item {
      width: 14.28%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-8 .item {
      width: 12.5%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-9 .item {
      width: 11.11%; } }
  @media (min-width: 769px) {
    .products-grid.ip-block.grid-10 .item {
      width: 10%; } }

/* ======================================================================================
   PRODUCT VIEW
====================================================================================== */
/* Rating ============================================================================ */
.no-rating {
  margin: 0; }

.ratings {
  font-size: .86em;
  line-height: 15px;
  margin: 7px 0; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x; }

.ratings .rating-box {
  float: left;
  margin: 0 7px 0 0; }

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

/* Availability ====================================================================== */
.availability {
  margin: 0; }

.availability span {
  font-weight: bold; }

.availability.out-of-stock span {
  color: #d83820; }

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px; }

.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #d95e00; }

.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none; }

.availability-only .expanded {
  background-position: 100% -15px; }

.availability-only strong {
  color: #be2c00; }

.availability-only-details {
  margin: 0 0 7px; }

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px; }

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #ffffff;
  font-size: 11px;
  padding: 2px 8px 1px; }

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold; }

.product-view .product-shop .availability span {
  font-weight: normal; }

/* Email to a Friend ================================================================= */
.email-friend {
  margin: 0; }

/* Alerts ============================================================================ */
.alert-price {
  margin: 0;
  font-size: 11px; }

.alert-stock {
  margin: 0;
  font-size: 11px; }

/* Product Prices ==================================================================== */
.price {
  white-space: nowrap !important; }

.price-box {
  margin: 5px 0; }

.price-box .price {
  font-size: 13px;
  font-weight: normal; }

/* Regular price */
.regular-price {
  color: #333333; }

/* Old price */
.old-price {
  margin: 0; }

.old-price .price-label {
  display: none; }

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

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0; }

.special-price .price-label {
  display: none; }

.special-price .price {
  font-weight: bold;
  color: #bf0000; }

/* Minimal price (as low as) */
.minimal-price {
  color: #999999; }

.minimal-price .price-label {
  color: #d9d9d9;
  font-style: italic;
  white-space: nowrap; }

.minimal-price-link {
  display: block; }

.minimal-price-link .label {
  color: #d9d9d9;
  font-style: italic; }

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999999; }

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999999; }

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200; }

/* Including tax */
.price-including-tax {
  display: block;
  color: #999999; }

.price-including-tax .label {
  white-space: nowrap;
  color: #999999; }

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.configured-price .price {
  font-weight: bold; }

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block; }

.price-excl-tax .label {
  display: block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: bold; }

/* Price range */
.price-from {
  color: #999999; }

.price-from .price-label {
  color: #d9d9d9;
  font-style: italic;
  white-space: nowrap; }

.price-to {
  color: #999999; }

.price-to .price-label {
  color: #d9d9d9;
  font-style: italic;
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999999; }

.price-notice .price {
  font-weight: bold;
  color: #2f2f2f; }

/* Price as configured */
.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important; }

.price-box-bundle .price {
  color: #555555; }

/* Tier Prices ======================================================================= */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242; }

.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px; }

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }

.tier-prices-grouped li .price {
  font-weight: bold; }

/* Add to Cart ======================================================================= */
.add-to-cart label {
  float: left;
  margin-right: 7px;
  height: 30px;
  line-height: 30px; }
.add-to-cart .qty {
  float: left;
  margin: 2px 10px 0 0;
  height: 18px;
  font-size: 1em; }
.add-to-cart button.button {
  float: left;
  height: 30px; }
.add-to-cart .short-dresses-warning {
  clear: left;
  padding: 15px 0 0; }
  .add-to-cart .short-dresses-warning .color {
    color: #db005a; }

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right; }

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0; }

.product-view .add-to-cart .paypal-logo {
  margin: 0; }

/* Add to Links + Add to Cart ======================================================== */
.add-to-box {
  margin: 0; }
  .add-to-box .add-to-cart {
    float: left; }
  .add-to-box .add-to-links {
    float: left;
    margin: 0 0 0 10px; }
    .add-to-box .add-to-links .link-wishlist {
      display: inline-block;
      height: 20px;
      padding: 4px 8px;
      font: bold 1em "Montserrat", sans-serif;
      color: #a2964e;
      text-decoration: none;
      background-color: #f5f4eb;
      background: -webkit-gradient(linear, left top, left bottom, from(#f5f4eb), to(#e1ddc2));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #f5f4eb, #e1ddc2);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #f5f4eb, #e1ddc2);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #f5f4eb, #e1ddc2);
      /* IE10 */
      background: -o-linear-gradient(top, #f5f4eb, #e1ddc2);
      /* Opera 11.10+ */
      background: linear-gradient(top, #f5f4eb, #e1ddc2);
      /* W3C */
      border: 1px #fafaf5 solid;
      border-radius: 5px; }

.add-to-links li {
  float: left; }
.add-to-links .link-wishlist {
  display: inline-block;
  height: 20px;
  padding: 4px 8px;
  font: bold 1em "Montserrat", sans-serif;
  color: #a2964e;
  text-decoration: none;
  background-color: #f5f4eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f4eb), to(#e1ddc2));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #f5f4eb, #e1ddc2);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(top, #f5f4eb, #e1ddc2);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f5f4eb, #e1ddc2);
  /* IE10 */
  background: -o-linear-gradient(top, #f5f4eb, #e1ddc2);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f5f4eb, #e1ddc2);
  /* W3C */
  border: 1px #fafaf5 solid;
  border-radius: 5px; }

/* Product View ====================================================================== */
.product-essential h2 {
  font: bold 13px/1.35 "Montserrat", sans-serif; }

/* Product Images ==================================================================== */
.product-view .product-img-box {
  float: left;
  width: 32%;
  position: relative; }
  .product-view .product-img-box .product-image {
    margin: 0 0 0 60px; }
    .product-view .product-img-box .product-image img {
      display: block; }
  .product-view .product-img-box .more-views {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 570px;
    padding: 23px 0 17px; }
    .product-view .product-img-box .more-views li {
      margin: 0 0 6px; }
    .product-view .product-img-box .more-views img {
      display: block; }
  .product-view .product-img-box .addthis_toolbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 32px;
    background: none;
    border-radius: 0; }
    .product-view .product-img-box .addthis_toolbox .addthis_internal_container {
      width: 32px; }
    .product-view .product-img-box .addthis_toolbox .at300b,
    .product-view .product-img-box .addthis_toolbox .at300bo,
    .product-view .product-img-box .addthis_toolbox .at300m {
      padding: 0; }
  .product-view .product-img-box #product-thumbnails {
    height: 570px; }
  .product-view .product-img-box #product-thumbnails-next,
  .product-view .product-img-box #product-thumbnails-prev {
    display: block;
    width: 54px;
    height: 17px;
    background: url(../images/more-images-arrows.png) no-repeat;
    cursor: pointer;
    position: absolute;
    left: 0; }
  .product-view .product-img-box #product-thumbnails-next {
    top: 593px;
    background-position: -54px -17px; }
    .product-view .product-img-box #product-thumbnails-next:hover {
      background-position: -54px -34px; }
    .product-view .product-img-box #product-thumbnails-next.disabled {
      background-position: -54px 0; }
  .product-view .product-img-box #product-thumbnails-prev {
    top: 0;
    background-position: 0 -17px; }
    .product-view .product-img-box #product-thumbnails-prev:hover {
      background-position: 0 -34px; }
    .product-view .product-img-box #product-thumbnails-prev.disabled {
      background-position: 0 0; }

/* === Product Images Breakpoint: 1150 ==================== */
@media screen and (max-width: 1150px) {
  .product-view .product-img-box .product-image {
    margin-left: 46px; }
  .product-view .product-img-box .more-views {
    width: 40px;
    height: 430px; }
    .product-view .product-img-box .more-views img {
      width: 40px;
      height: 80px; }
  .product-view .product-img-box #product-thumbnails {
    height: 430px; }
  .product-view .product-img-box #product-thumbnails-next,
  .product-view .product-img-box #product-thumbnails-prev {
    width: 40px;
    height: 12px; }
  .product-view .product-img-box #product-thumbnails-next {
    top: 453px;
    background-position: -40px -63px; }
    .product-view .product-img-box #product-thumbnails-next:hover {
      background-position: -40px -76px; }
    .product-view .product-img-box #product-thumbnails-next.disabled {
      background-position: -40px -51px; }
  .product-view .product-img-box #product-thumbnails-prev {
    background-position: 0 -63px; }
    .product-view .product-img-box #product-thumbnails-prev:hover {
      background-position: 0 -76px; }
    .product-view .product-img-box #product-thumbnails-prev.disabled {
      background-position: 0 -51px; } }
/* === Product Images Breakpoint: 1000 ==================== */
@media screen and (max-width: 1000px) {
  .product-view .product-img-box {
    margin-bottom: 20px;
    width: 40%; } }
/* === Product Images Breakpoint: 810 ===================== */
@media screen and (max-width: 810px) {
  .product-view .product-img-box .product-image {
    margin: 0; }
  .product-view .product-img-box .more-views {
    position: static;
    width: auto;
    height: auto;
    padding: 10px 0 0; }
    .product-view .product-img-box .more-views li {
      float: left;
      margin: 0 6px 6px 0; }
      .product-view .product-img-box .more-views li.cycle-sentinel {
        display: none; }
  .product-view .product-img-box #product-thumbnails-next,
  .product-view .product-img-box #product-thumbnails-prev {
    display: none; }
  .product-view .product-img-box #product-thumbnails {
    height: auto !important; } }
/* === Product Images Breakpoint: 650 ===================== */
@media screen and (max-width: 650px) {
  .product-view .product-img-box {
    float: none;
    width: auto;
    max-width: 350px;
    margin: 0 auto 20px; } }
/* Product Shop ====================================================================== */
.product-view .product-shop {
  float: right;
  width: 66%; }
  .product-view .product-shop .product-name h1 {
    margin: 0;
    font: 24px/1.2 "Times New Roman", serif;
    letter-spacing: .05em;
    color: #282828; }
  .product-view .product-shop .price-box {
    clear: both;
    float: left;
    margin: 0 0 12px; }
    .product-view .product-shop .price-box .regular-price .price {
      font: 20px Arial, Helvetica, sans-serif;
      color: #666666; }
  .product-view .product-shop .currency-short {
    float: left;
    margin: 2px 0 12px 15px;
    font-size: 11px;
    max-width: 200px; }
  .product-view .product-shop .description-details {
    clear: both;
    margin: 0;
    font-size: 13px; }
    .product-view .product-shop .description-details strong {
      display: inline-block;
      width: 5.2em; }
  .product-view .product-shop .sku {
    margin: 5px 0 15px; }
  .product-view .product-shop .availability {
    margin: 15px 0;
    clear: both; }
    .product-view .product-shop .availability.out-of-stock {
      font-weight: bold;
      font-size: 1.4em; }
      .product-view .product-shop .availability.out-of-stock span {
        font-weight: bold; }
  .product-view .product-shop .short-description {
    margin: 20px 0; }
    .product-view .product-shop .short-description h2 {
      margin: 0 0 5px;
      font: bold 1em Arial, Helvetica, sans-serif; }
  .product-view .product-shop .ratings {
    float: left;
    margin: 6px 0 15px; }
    .product-view .product-shop .ratings .rating-links {
      white-space: nowrap; }
  .product-view .product-shop .addthis_toolbox {
    float: right;
    margin: 6px 0 10px; }
    .product-view .product-shop .addthis_toolbox .addthis_button_facebook_like {
      padding: 0;
      margin-right: 10px; }
    .product-view .product-shop .addthis_toolbox .addthis_button_tweet {
      padding: 0;
      margin-right: 10px; }
      .product-view .product-shop .addthis_toolbox .addthis_button_tweet iframe {
        width: 78px !important; }
    .product-view .product-shop .addthis_toolbox .addthis_button_pinterest_pinit {
      padding: 0;
      margin-right: 10px; }
      .product-view .product-shop .addthis_toolbox .addthis_button_pinterest_pinit iframe {
        width: 88px !important; }
  .product-view .product-shop .wanelo-wrapper {
    margin: 15px 0 0;
    height: 20px; }
  .product-view .product-shop .giftvoucher-product-info {
    clear: left; }
  .product-view .product-shop .giftcard-select-template-wrapper {
    display: none; }
  .product-view .product-shop .giftcard-send-friend {
    margin: 10px 0 0; }
  .product-view .product-shop .giftvoucher-receiver .input-text,
  .product-view .product-shop .giftvoucher-receiver textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* === Product Shop: 1000 ================================= */
@media screen and (max-width: 1000px) {
  .product-view .product-shop {
    margin-bottom: 20px;
    width: 57.5%; }
    .product-view .product-shop .ratings {
      float: none;
      margin: 6px 0 10px; }
    .product-view .product-shop .addthis_toolbox {
      float: none;
      margin: 0 0 15px; } }
/* === Product Shop: 650 ================================== */
@media screen and (max-width: 650px) {
  .product-view .product-shop {
    float: none;
    width: auto; } }
/* Product Options =================================================================== */
.all-product-options-wrapper {
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f1; }

.product-options {
  margin: 0; }
  .product-options dl {
    float: left;
    width: 48.5%; }
  .product-options dt {
    float: left;
    width: 55px; }
    .product-options dt label {
      font-weight: bold; }
    .product-options dt label.required em {
      display: none; }
    .product-options dt .qty-disabled {
      background: none;
      border: 0;
      padding: 3px;
      color: #2f2f2f; }
  .product-options dd {
    margin: 0 0 5px 60px; }
    .product-options dd .qty-holder {
      display: block;
      padding: 10px 0 0; }
      .product-options dd .qty-holder label {
        vertical-align: middle; }
    .product-options dd input.input-text {
      width: 98%; }
    .product-options dd input.datetime-picker {
      width: 150px; }
    .product-options dd .time-picker {
      display: -moz-inline-box;
      display: inline-block;
      padding: 2px 0;
      vertical-align: middle; }
    .product-options dd textarea {
      width: 98%;
      height: 8em; }
    .product-options dd select {
      width: 99%; }
    .product-options dd .multiselect option {
      border-bottom: 1px dotted #d9e5ee;
      padding: 2px 4px; }
  .product-options p.required {
    display: none; }

.shipping-time {
  width: 48.5%;
  float: right;
  font-weight: bold; }
  .shipping-time .stock-status {
    display: none; }
  .shipping-time .stock-status.default,
  .shipping-time .stock-status.show {
    display: block;
    color: #ee2072; }

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

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list .label {
  display: block;
  margin-left: 18px; }

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

.product-options ul.validation-failed {
  padding: 0 7px; }

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

.product-options-bottom {
  clear: left;
  margin: 0; }
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703; }
  .product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0; }
  .product-options-bottom .tier-prices .price,
  .product-options-bottom .tier-prices .benefit {
    color: #e26703; }
  .product-options-bottom .price-box {
    display: none;
    float: none;
    margin: 0 0 5px;
    padding: 0; }
    .col3-layout .product-options-bottom .price-box {
      float: none;
      padding: 0 0 5px; }

.all-product-options-wrapper .add-to-links {
  float: left;
  margin: 0 0 0 10px; }
.all-product-options-wrapper .add-to-cart {
  float: left; }
  .all-product-options-wrapper .add-to-cart label {
    margin: 0 0 10px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-weight: bold; }
  .all-product-options-wrapper .add-to-cart .qty {
    height: auto;
    margin-top: 0; }
  .all-product-options-wrapper .add-to-cart .free-shipping {
    float: left;
    margin: 2px 0 8px;
    width: 165px; }
    .all-product-options-wrapper .add-to-cart .free-shipping a {
      text-decoration: none; }
  .all-product-options-wrapper .add-to-cart button.button {
    float: left;
    clear: left;
    margin: 0 0 0 60px; }
.all-product-options-wrapper .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.call-for-price {
  margin: 0 0 12px; }
  .call-for-price .best-price {
    display: block;
    margin: 0 0 10px;
    width: 308px;
    height: 39px;
    background: url(../images/best-price.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px; }
  .call-for-price .designer-note {
    font-style: italic; }

/* === Product Options: 1000 ============================== */
@media screen and (max-width: 1000px) {
  .product-options dl {
    float: none;
    width: auto; }

  .shipping-time {
    float: none;
    width: auto;
    margin: 6px 0 8px 60px; } }
/* === Product Options: 650 =============================== */
@media screen and (max-width: 420px) {
  .product-options dt {
    float: none;
    width: auto; }
  .product-options dd {
    margin: 0 0 10px; }

  .product-options-bottom .add-to-cart label {
    margin-right: 7px;
    width: auto; }
  .product-options-bottom .add-to-cart button.button {
    margin-left: 0; }

  .shipping-time {
    margin-left: 0; } }
/* Grouped Product =================================================================== */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

/* Product Collateral ================================================================ */
.product-collateral {
  float: right;
  margin: 10px 0 0;
  width: 66%; }
  .product-collateral #product-collateral-tabs {
    margin: 0 0 30px; }
    .product-collateral #product-collateral-tabs .tab-list li {
      float: left;
      margin: 0 8px 0 0; }
    .product-collateral #product-collateral-tabs .tab-list a {
      display: inline-block;
      padding: 10px 30px;
      color: #666666;
      font: bold 1.14em "Montserrat", sans-serif;
      text-decoration: none;
      background: #f5f3ea;
      border-radius: 5px 5px 0 0; }
      .product-collateral #product-collateral-tabs .tab-list a.active {
        background: #e3e1d6; }
    .product-collateral #product-collateral-tabs .box-collateral {
      display: none;
      margin: 0;
      padding: 20px;
      border: 11px #e3e1d6 solid; }
      .product-collateral #product-collateral-tabs .box-collateral.active {
        display: block; }
  .product-collateral h2 {
    margin: 0 0 15px;
    font: bold 1.29em "Montserrat", sans-serif;
    color: #515151; }
  .product-collateral .box-collateral {
    margin: 0 0 25px; }

/* === Product Collateral: 1000 =========================== */
@media screen and (max-width: 1000px) {
  .product-collateral {
    float: none;
    clear: both;
    width: auto; } }
/* === Product Collateral: 650 ============================ */
@media screen and (max-width: 650px) {
  .product-collateral #product-collateral-tabs .tab-list {
    display: none; }
  .product-collateral #product-collateral-tabs .box-collateral {
    display: block;
    margin: 0;
    padding: 0;
    border: none; }
    .product-collateral #product-collateral-tabs .box-collateral .box-collateral-title {
      padding: 10px 20px;
      background: #f5f3ea;
      border-radius: 5px;
      cursor: pointer; }
      .product-collateral #product-collateral-tabs .box-collateral .box-collateral-title:before {
        content: "+";
        display: inline-block;
        width: 15px; }
      .product-collateral #product-collateral-tabs .box-collateral .box-collateral-title:hover {
        background: #e3e1d6; }
    .product-collateral #product-collateral-tabs .box-collateral .box-collateral-content {
      display: none;
      margin: 0 0 25px; }
    .product-collateral #product-collateral-tabs .box-collateral.active .box-collateral-title {
      background: #e3e1d6; }
      .product-collateral #product-collateral-tabs .box-collateral.active .box-collateral-title:before {
        content: "-"; }
    .product-collateral #product-collateral-tabs .box-collateral.active .box-collateral-content {
      display: block; } }
/* Block: Description ================================================================ */
/* Block: Additional ================================================================= */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25; }

/* Block: Upsell ===================================================================== */
.product-view .box-up-sell h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 8px; }

/* Block: Reviews ==================================================================== */
.product-view .box-reviews .review-count {
  margin: 0 0 6px;
  padding: 2px 8px;
  background: #f7f6ee; }
.product-view .box-reviews .review-item {
  padding: 15px 0;
  border-top: 1px #f2f0e4 solid; }
.product-view .box-reviews dl {
  margin: 25px 0 0; }
.product-view .box-reviews dt {
  margin: 0 0 4px;
  font-weight: bold;
  color: #db005a; }
  .product-view .box-reviews dt small {
    margin: 0 0 0 6px;
    font-size: .79em;
    font-weight: normal;
    color: #666666; }
.product-view .box-reviews dd .ratings-table {
  float: left;
  margin: 0 20px 0 0; }
.product-view .box-reviews .pager {
  margin: 15px 0 0;
  border-top: 1px #f2f0e4 solid;
  padding: 4px 0 0; }
  .product-view .box-reviews .pager .amount {
    float: left;
    padding: 0 0 4px; }
  .product-view .box-reviews .pager .limiter {
    float: right;
    padding: 0 0 4px; }
  .product-view .box-reviews .pager .pages {
    clear: both;
    border-top: 1px #f2f0e4 solid; }
    .product-view .box-reviews .pager .pages ol {
      list-style: none;
      padding: 8px 85px;
      text-align: center;
      line-height: 1; }
      .product-view .box-reviews .pager .pages ol li {
        display: inline;
        padding: 0 3px; }
      .product-view .box-reviews .pager .pages ol .next {
        float: right;
        margin: 0 -85px 0 0; }
      .product-view .box-reviews .pager .pages ol .previous {
        float: left;
        margin: 0 0 0 -85px; }
.product-view .box-reviews .form-add {
  margin: 15px 0 0; }
  .product-view .box-reviews .form-add h2 {
    margin-bottom: 10px; }
  .product-view .box-reviews .form-add h3 {
    margin: 0 0 15px;
    padding: 3px 8px;
    font-size: 1em;
    font-weight: normal;
    background: #f7f6ee; }
    .product-view .box-reviews .form-add h3 span {
      font-weight: bold; }
  .product-view .box-reviews .form-add h4 {
    font-size: 1em;
    font-weight: normal;
    color: #666666; }
  .product-view .box-reviews .form-add .data-table {
    width: auto; }
    .product-view .box-reviews .form-add .data-table thead th {
      padding: 2px 4px;
      border-right: none; }
    .product-view .box-reviews .form-add .data-table td {
      text-align: center; }
  .product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0; }
    .product-view .box-reviews .form-add .form-list .input-box {
      width: auto; }
    .product-view .box-reviews .form-add .form-list input.input-text {
      width: 50%; }
    .product-view .box-reviews .form-add .form-list textarea {
      width: 95%; }
  .product-view .box-reviews .form-add .buttons-set {
    margin: 15px 0 0;
    padding: 0;
    border: none; }
.product-view .box-reviews #product-review-table thead th {
  letter-spacing: .1em;
  font-size: 15px; }
.product-view .box-reviews #product-review-table input.radio {
  margin: 0; }

/* === breakpoint: 600 ============================================== */
@media screen and (max-width: 600px) {
  .product-view .box-reviews dt small {
    display: block;
    margin: 0; }
  .product-view .box-reviews dd .ratings-table {
    float: none;
    margin: 0 0 4px; } }
/* === breakpoint: 430 ============================================== */
@media screen and (max-width: 430px) {
  .product-view .box-reviews .pager {
    text-align: center; }
    .product-view .box-reviews .pager .amount {
      float: none; }
    .product-view .box-reviews .pager .limiter {
      float: none; }
  .product-view .box-reviews .form-add .data-table {
    font-size: 12px; } }
/* Send a Friend ===================================================================== */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }

.send-friend .form-list li {
  margin-right: -15px; }

.send-friend .form-list li p {
  margin: 0 15px 0 0; }

.send-friend .form-list .field {
  width: 315px; }

.send-friend .form-list .input-box {
  width: 300px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px; }

.send-friend .form-list li.wide .input-box {
  width: 612px; }

.send-friend .form-list li.wide textarea {
  width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* === How to Measure Popup ========================================================== */
.box-size-chart p.measure-link {
  margin: 15px 0;
  font-weight: bold; }

.size-chart-popup .std {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  padding: 20px;
  background: #fff; }
  .size-chart-popup .std p {
    margin: 0 0 10px; }

/* === Need Help? ==================================================================== */
.need-help {
  margin: 0 0 30px; }
  .need-help h4 {
    float: left;
    padding: 6px 0;
    margin: 0 11px 0 0;
    font: bold 14px/15px "Montserrat", sans-serif;
    color: #a70018; }
  .need-help a {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    font: bold 14px/15px "Montserrat", sans-serif;
    color: #666666;
    text-decoration: none;
    background-color: #f7f6f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f2), to(#e7e4da));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #f7f6f2, #e7e4da);
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #f7f6f2, #e7e4da);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f7f6f2, #e7e4da);
    /* IE10 */
    background: -o-linear-gradient(top, #f7f6f2, #e7e4da);
    /* Opera 11.10+ */
    background: linear-gradient(top, #f7f6f2, #e7e4da);
    /* W3C */
    border-radius: 5px;
    border: 1px #dad6cb solid; }
  .need-help .icon {
    float: left;
    margin: 0 6px 0 0;
    width: 15px;
    height: 15px;
    background: url(../images/icons.png) no-repeat 0 0; }
  .need-help h4 .icon {
    background-position: -16px -36px; }
  .need-help .call .icon {
    background-position: -32px -36px; }
  .need-help .email .icon {
    background-position: -48px -36px; }

@media screen and (max-width: 460px) {
  .need-help h4 {
    margin: 0 0 5px;
    float: none; } }
/* === Authentic Badge ====================================================== */
.product-collateral .authentic {
  padding: 0 0 0 100px;
  background: url(../images/authentic-guarantee.png) no-repeat 0 0; }
  .product-collateral .authentic p {
    height: 90px;
    display: table-cell;
    vertical-align: middle; }

/* ======================================================================================
   SIDE BLOCKS
====================================================================================== */
/* Generic Styles ==================================================================== */
.block {
  background: #F6F6F6;
  border: 1px #e4e4e4 solid; }
  .block + .block {
    border-top-color: #fff; }
  .block .block-title {
    padding: 8px 20px; }
    .block .block-title strong {
      display: block;
      font: 16px/1.2 "Times New Roman", serif;
      letter-spacing: .05em;
      color: #0d0d0d;
      text-transform: uppercase; }
  .block .block-subtitle {
    padding: 8px 0;
    font: 13px/1.2 "Times New Roman", serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0d0d0d; }
  .block .block-content {
    padding: 0 20px 10px; }
  .block .actions {
    text-align: right; }
    .block .actions a {
      float: left; }
  .block ol {
    list-style: none; }
  .block li {
    margin: 3px 0; }

.block .block-content li.item {
  padding: 7px 9px; }

.block .block-content .product-name {
  color: #1e7ec8; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }

/* Mini Products List ================================================================ */
.mini-products-list {
  margin: 0 -10px; }
  .mini-products-list li {
    padding: 10px;
    border-top: 1px #f2f0e4 solid; }
    .mini-products-list li:first-child {
      border-top: none; }
  .mini-products-list .product-image {
    float: left;
    width: 30px;
    border: 1px #c7be8a solid; }
    .mini-products-list .product-image img {
      display: block; }
  .mini-products-list .product-details {
    margin-left: 40px; }
  .mini-products-list .product-name a {
    text-decoration: underline; }
    .mini-products-list .product-name a:hover, .mini-products-list .product-name a:active {
      color: #666666; }
  .mini-products-list .price {
    float: left; }
  .mini-products-list .qty {
    float: left;
    margin-left: 5px; }
  .mini-products-list .product-actions {
    float: right;
    margin: 3px 0 0; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

/* Block: Account ==================================================================== */
.block-account li {
  margin: 6px 0 0;
  padding: 6px 6px 0; }

/* Block: Currency Switcher ========================================================== */
.block-currency .block-title strong {
  font-size: 16px; }

/* Block: Layered Navigation ========================================================= */
.block-layered-nav .block-content {
  padding: 0 20px; }
.block-layered-nav .block-subtitle {
  margin: 0 -20px;
  padding: 4px 20px;
  color: #fff;
  background: #ee2072;
  font: 12px/1 "Montserrat", Times New Roman, serif; }
.block-layered-nav dt {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 -20px 5px;
  padding: 10px 25px;
  color: #fff;
  background: #ee2072;
  font: 14px/1 "Montserrat";
  cursor: pointer; }
  .block-layered-nav dt:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -9px 0 0;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 10px;
    font-size: 18px; }
  .block-layered-nav dt.active:after {
    content: '-'; }
.block-layered-nav dd {
  margin: 0 -10px;
  padding: 5px 10px 12px 20px; }
  .block-layered-nav dd.last {
    background: none; }
  .block-layered-nav dd li a {
    color: #82868a; }
    .block-layered-nav dd li a:hover {
      color: #4a4b4d; }
.block-layered-nav .currently .block-subtitle {
  display: block; }
.block-layered-nav .currently li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 6px 20px 6px 0;
  line-height: 1.5;
  border: none; }
.block-layered-nav .currently .label {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top; }
.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 0;
  top: 9px;
  margin: 0; }
.block-layered-nav .currently .btn-previous {
  right: 25px; }
.block-layered-nav .actions {
  padding: 0 0 8px;
  font-size: 11px;
  text-align: right; }
  .block-layered-nav .actions a {
    float: none; }

.block-layered-nav.layered-nav-popup {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 25px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .block-layered-nav.layered-nav-popup #filter-popup-close {
    display: block;
    float: right;
    margin: 5px 5px 0 0;
    width: 15px;
    height: 14px;
    background: url(../images/icons-filter.png) no-repeat 0 -92px; }
    .block-layered-nav.layered-nav-popup #filter-popup-close:hover, .block-layered-nav.layered-nav-popup #filter-popup-close:active {
      background-position: 0 -138px; }

.block-layered-nav.layered-nav-popup.open {
  display: block; }

.cms-page-view .block.block-layered-nav-home {
  background: #f6f6f6;
  border-width: 1px; }

/* Block: Cart ======================================================================= */
.block-cart .block-content {
  padding-bottom: 0; }
.block-cart .summary {
  margin: 0 -10px;
  padding: 0 10px 10px;
  text-align: center;
  border-bottom: 10px #f2f0e4 solid; }
  .block-cart .summary .price {
    font-weight: bold; }
.block-cart .mini-products-list {
  margin-bottom: -10px; }
.block-cart .empty {
  padding-bottom: 10px; }

/* Block: Wishlist =================================================================== */
.block-wishlist .actions {
  text-align: right; }

.block-wishlist .actions a {
  float: none; }

/* Block: Related ==================================================================== */
.block-related input.checkbox {
  float: left; }

.block-related .product {
  margin-left: 20px; }

/* Block: Compare Products =========================================================== */
.block-compare button.button span {
  border-color: #406a83;
  background: #618499; }

.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8; }

.compare-table {
  border: 0; }

.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px; }

.compare-table tbody th {
  background-color: #d9e5ee;
  background: -webkit-gradient(linear, left top, right bottom, from(#d9e5ee), to(#9fbace));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(left, #d9e5ee, #9fbace);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(left, #d9e5ee, #9fbace);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, #d9e5ee, #9fbace);
  /* IE10 */
  background: -o-linear-gradient(left, #d9e5ee, #9fbace);
  /* Opera 11.10+ */
  background: linear-gradient(left, #d9e5ee, #9fbace);
  /* W3C */ }

.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.compare-table tbody td.last {
  border-right: 1px solid #cccccc; }

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #cccccc !important; }

.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center; }

.compare-table tr.first td {
  text-align: center; }

.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548; }

.compare-table tr.first td .product-name a {
  color: #203548; }

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto; }

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0; }

/* Block: Poll ======================================================================= */
.block-poll .block-content {
  padding-bottom: 0; }
.block-poll li {
  margin: 4px -10px 0;
  padding: 4px 10px 0; }
  .block-poll li:first-child {
    padding-top: 4px;
    border-top: 1px #f2f0e4 solid; }
.block-poll label {
  color: #999999; }

/* Block: Tags ======================================================================= */
.block-tags .block-content {
  padding-bottom: 0; }
.block-tags .tags-list {
  padding: 0;
  font-size: 13px;
  background: none;
  border: none; }
  .block-tags .tags-list a {
    color: #666666; }
    .block-tags .tags-list a:hover, .block-tags .tags-list a:active {
      text-decoration: underline; }
  .block-tags .tags-list li {
    border: none;
    margin: 0;
    padding: 0; }
.block-tags .actions a {
  float: none; }

/* Block: Subscribe ================================================================== */
.block-subscribe .block-content {
  padding-bottom: 0; }
.block-subscribe input.input-text {
  display: block;
  margin: 3px 0;
  width: 90%; }

/* Block: Recently Viewed ============================================================ */
.block-viewed .mini-products-list {
  margin-top: -10px;
  margin-bottom: -10px; }

/* Block: Reorder ==================================================================== */
.block-reorder .block-content {
  padding-bottom: 0; }
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0; }
.block-reorder .product-name {
  margin-left: 20px; }
.block-reorder .validation-advice {
  margin: 3px 9px 7px; }

/* Block: Banner ===================================================================== */
.block-banner {
  border: 0; }

.block-banner .block-content {
  padding: 0;
  text-align: center; }

/* Block: Login ====================================================================== */
.block-login .block-content {
  padding: 5px 10px; }

.block-login label {
  font-weight: bold;
  color: #666666; }

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0; }

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0; }

.block-login .actions button.button span {
  border-color: #f18200;
  background: #f18200; }

/* Paypal ============================================================================ */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }

.sidebar .paypal-logo a {
  float: none; }

/* Location ================================================================= */
.block.block-location .hours {
  padding: 0 0 30px; }
.block.block-location .map {
  text-align: right; }
  .block.block-location .map p {
    margin: 0; }
.block.block-location #map {
  margin: 0 0 10px;
  height: 160px;
  border: 1px #d9d9d9 solid; }
.block.block-location p + p {
  margin: 14px 0 0; }

/* Location ================================================================= */
.block.block-hours p + p {
  margin: 14px 0 0; }

/* Authentic Prom Dress Guide =============================================== */
.block.block-authentic-prom-dresses {
  background: none;
  border: none; }
  .block.block-authentic-prom-dresses .block-content {
    padding: 0; }
    .block.block-authentic-prom-dresses .block-content a {
      display: block;
      padding: 20px 10px;
      font: 16px/1.2 "Montserrat", sans-serif;
      color: #fff;
      text-align: center;
      text-decoration: none;
      background-color: #35c3c8;
      background: -webkit-gradient(linear, left top, left bottom, from(#35c3c8), to(#2dacc4));
      /* Saf4+, Chrome */
      background: -webkit-linear-gradient(top, #35c3c8, #2dacc4);
      /* Chrome 10+, Saf5.1+ */
      background: -moz-linear-gradient(top, #35c3c8, #2dacc4);
      /* FF3.6+ */
      background: -ms-linear-gradient(top, #35c3c8, #2dacc4);
      /* IE10 */
      background: -o-linear-gradient(top, #35c3c8, #2dacc4);
      /* Opera 11.10+ */
      background: linear-gradient(top, #35c3c8, #2dacc4);
      /* W3C */ }

/* ======================================================================================
	BROWSER SPECIFIC
====================================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* Shopping Cart Table =============================================================== */
  .cart-table .actions-col .link-edit {
    background-image: url(../images/icons-cart-actions@2x.png);
    background-size: 16px 298px; }
  .cart-table .actions-col .btn-remove {
    background-image: url(../images/icons-cart-actions@2x.png);
    background-size: 16px 298px; }
  .cart-table .actions-col .link-wishlist {
    background-image: url(../images/icons-cart-actions@2x.png);
    background-size: 16px 298px; }

  /* Product Category ================================================================== */
  #filter-by-link > span {
    background-image: url(../images/icons-filter@2x.png);
    background-size: 16px 152px; }

  .block-layered-nav.layered-nav-popup #filter-popup-close {
    background-image: url(../images/icons-filter@2x.png);
    background-size: 16px 152px; }

  /* One Page Checkout ================================================================= */
  .checkout-onepage-index .page-title h1 {
    background-image: url(../images/icons-security@2x.png);
    background-size: 25px 169px; }

  .opc .allow .step-title h2 {
    background-image: url(../images/icons-security@2x.png);
    background-size: 25px 169px; }

  /* Forms: Buttons ==================================================================== */
  button.btn-checkout > span {
    background-image: url(../images/icons-security@2x.png);
    background-size: 25px 169px; }

  /* Info Bar ========================================================================== */
  .info-bar a:before {
    background-image: url(../images/icons@2x.png);
    background-size: 304px 97px; }

  /* Header ============================================================================ */
  .header {
    /*
    .logo {
    	img {
    		display: none;
    	}
    	background: url(../images/logo@2x.png) no-repeat 0 0;
    	background-size: 412px 91px;
    }
    */ }
    .header #search_mini_form button.button > span {
      background-image: url(../images/icons@2x.png);
      background-size: 304px 97px; }
    .header .social li a {
      background-image: url(../images/icons@2x.png);
      background-size: 304px 97px; }

  /* Navigation ======================================================================== */
  .nav #toggle-menu span:before {
    background-image: url(../images/icons@2x.png);
    background-size: 304px 97px; }

  /* Footer ============================================================================ */
  .footer .social li a {
    background-image: url(../images/icons@2x.png);
    background-size: 304px 97px; }
  .footer .logos .payment li {
    background-image: url(../images/icons@2x.png);
    background-size: 304px 97px; }

  /* Home ============================================================================== */
  .main .most-pinned .pinterest-link {
    background-image: url(../images/icons@2x.png);
    background-size: 304px 97px; } }

/*# sourceMappingURL=global.css.map */
