/*$c-email-background: #EBEBEB;
$c-email-background-secondary: #E1F0F8;*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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-size: 1em; }

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal; }

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

img {
  display: block;
  max-width: 100%; }

ol, ul {
  list-style: none; }

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

input:focus, input[type="search"]:focus {
  outline: none; }

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

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

body, button, input, select, table, textarea {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 1.5; }

a {
  color: #781a0f;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #365a89;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2, .h2 {
    font-size: 23px; } }
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 18px; } }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

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

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

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

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

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

.availability .label {
  display: none; }

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

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

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

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1, .page-title h2, .product-name h1, .product-name .h1, .page-title .h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-weight: normal;
  color: #000000;
  line-height: 1; }

.page-title .h1 {
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  .page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
    font-size: 24px; } }

.font-custom h1 {
  font-family: Arial, sans-serif !important; }

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

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

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

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

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

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

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

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

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

.col-left.hide-col {
  display: none; }

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

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;
    padding: 7px 10px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e2d9bb;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px; }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: bold;
    padding: 7px 10px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e2d9bb;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 0; }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-top: none;
    right: 10px;
    top: 50%;
    margin-top: -3px; }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e2d9bb; } }
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title, .block-cms-menu .block-title {
  padding-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2d9bb;
  border-top: none; }
.block-account .block-title strong, .block-cms-menu .block-title strong {
  font-weight: normal;
  text-transform: capitalize;
  font-family: "HelveticaNeueLTStd-MdCn";
  color: #000000;
  font-size: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-account .block-title strong, .block-cms-menu .block-title strong {
    font-size: 19px; } }
.block-account li, .block-cms-menu li {
  font-family: Arial, sans-serif;
  margin: 0; }
.block-account li strong, .block-cms-menu li strong {
  font-weight: bold;
  color: #781a0f;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-account li strong, .block-cms-menu li strong {
    font-size: 13px; } }
.block-account li a, .block-cms-menu li a {
  color: #000000;
  font-size: 13px;
  line-height: 23px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-account li a, .block-cms-menu li a {
    font-size: 12px; } }
.block-account li a:hover, .block-cms-menu li a:hover {
  color: #781a0f; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page .block-account li {
    line-height: 28px; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page .block-account li a {
    line-height: 16px;
    display: inline-block; } }

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

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

/* Primary Buttons */
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
  background: #365a89;
  display: inline-block;
  padding: 0 40px;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  height: 36px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    font-size: 17px; } }
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
  background: #781a0f;
  cursor: pointer; }
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
  background: #284264;
  color: #FFFFFF; }

a.button {
  text-decoration: none; }

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

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

/* Adjacent buttons */
.button2 {
  height: 32px;
  width: 92px;
  text-align: center;
  color: #fff;
  display: block;
  background: #365a89;
  font-size: 18px;
  font-family: "helvetica_neue_lt_std77BdCn";
  border: none;
  text-transform: uppercase;
  line-height: 32px; }
.button2:hover {
  background: #781a0f; }
.button2:focus {
  outline: none; }

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

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

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

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

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

.paypal-button img {
  display: inline; }

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

  .paypal-logo, .paypal-or, .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: left; }
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right; }
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
  display: none; }
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px; }
.buttons-set button.button {
  float: left;
  margin-left: 0;
  min-width: 140px;
  background: #781a0f;
  font-size: 16px;
  font-family: "helvetica_neue_lt_std57Cn";
  line-height: 38px; }
.buttons-set button.button:hover {
  background: #365a89; }
.buttons-set:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .view-mode .grid, .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  padding: 17px 0 0; }
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none; } }

.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-family: Arial, sans-serif;
  text-transform: capitalize; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumbs li {
    font-size: 12px; } }
.breadcrumbs li:last-child {
  color: #959595;
  font-size: 13px; }
.breadcrumbs li:last-child small {
  color: #000000;
  font-size: 13px;
  padding: 0 3px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumbs li:last-child {
    font-size: 12px; } }

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

.breadcrumbs a:hover {
  color: #781a0f; }

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

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

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove, .btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
.btn-remove:hover, .btn-previous:hover {
  background-color: #365a89;
  border-color: #365a89; }

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

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top; }
.btn-remove2:after {
  display: none; }
.btn-remove2:hover {
  background-color: transparent; }

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

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

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

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

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 0;
  font-size: 13px;
  line-height: 28px;
  font-family: "HelveticaNeueBold"; }

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  clear: both; }
.main-container:after {
  content: '';
  display: table;
  clear: both; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-container {
    max-width: 748px;
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .main-container {
    max-width: 320px;
    border-top: 1px solid #e9ddb0; } }

.footer-container {
  padding-top: 0px;
  background: #1d2434;
  position: relative;
  z-index: 10; }

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

.col-left {
  float: left;
  width: 16.81818%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
@media only screen and (max-width: 767px) {
  .col-left {
    width: 100%; } }
.col-left img {
  max-width: 100%; }

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

.col-main {
  float: left;
  width: 71.81818%;
  min-height: 350px; }

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

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

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
  width: 72.45455%; }
@media only screen and (max-width: 767px) {
  .col2-right-layout .col-main {
    width: 100%; } }
.col2-right-layout .col-right {
  width: 24.90909%; }
@media only screen and (max-width: 767px) {
  .col2-right-layout .col-right {
    width: 100%; } }

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

/* Content Columns */
.col2-set {
  width: 100%; }
.col2-set .col-1, .col2-set .col-2 {
  width: 50%;
  padding: 20px; }
@media only screen and (max-width: 770px) {
  .col2-set .col-1, .col2-set .col-2 {
    padding: 10px; } }
.col2-set .col-1 {
  float: left;
  padding-left: 0; }
.col2-set .col-2 {
  float: right;
  padding-right: 0; }
@media only screen and (max-width: 767px) {
  .col2-set .col-1, .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
.col2-set .narrow {
  width: 33%; }
.col2-set .wide {
  width: 65%; }
.col2-set:after {
  content: '';
  display: table;
  clear: both; }

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

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

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

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

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

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

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-notice {
  color: #A0A0A0; }

.price-box .price {
  color: #365a89;
  font-size: 16px; }

.price-box .price, .price {
  font-family: Arial, sans-serif; }

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

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

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

.price-box .old-price .price {
  color: #959595;
  text-decoration: line-through;
  font-family: "helvetica_neue_lt_std77BdCn"; }

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

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

span.weee {
  display: block; }

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

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px; }
.item-options:after {
  content: '';
  display: table;
  clear: both; }
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px;
  font-style: italic; }
.item-options dt:after {
  content: ': '; }
.item-options dd {
  float: left;
  margin: 0 0 6px; }

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 0;
  float: left; }
.ratings .rating-box, .ratings .rating-links {
  margin: 5px 0; }
.ratings .rating-box {
  width: 83px;
  height: 17px;
  background-repeat: repeat-x;
  background-position: 0 -621px;
  overflow: hidden; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ratings .rating-box {
    width: 75px;
    height: 15px;
    background-position: 0 -717px; } }
.ratings .rating-box .rating {
  float: left;
  height: 17px;
  background-repeat: repeat-x;
  background-position: 0 -600px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ratings .rating-box .rating {
    background-position: 0 -694px;
    height: 15px; } }
.ratings .amount {
  display: block;
  margin: 5px auto; }
.ratings .rating-links .separator {
  margin: 0 3px; }

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

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

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

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

.std ul:not(.form-cmspage) li {
  margin-left: 2em; }

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

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

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar:after {
  content: '';
  display: table;
  clear: both; }

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

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

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

.sorter {
  float: left;
  margin-bottom: 0; }
.sorter label {
  float: left;
  margin-right: 8px;
  line-height: 30px; }
@media only screen and (max-width: 767px) {
  .sorter label {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sorter label {
    font-size: 13px;
    line-height: 28px; } }

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px; }
.sorter > .sort-by a {
  display: none; }
.sorter > .sort-by .custom {
  float: left;
  position: relative; }
.sorter > .sort-by .custom:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 25px;
  top: 1px;
  right: 1px;
  height: 28px;
  pointer-events: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sorter > .sort-by .custom:before {
    height: 26px; } }
.sorter > .sort-by .custom:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  pointer-events: none; }
.sorter > .sort-by .custom select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e2d9bb;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 0 8px;
  width: 151px;
  height: 30px;
  line-height: 28px; }
@media only screen and (max-width: 767px) {
  .sorter > .sort-by .custom select {
    width: 131px;
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sorter > .sort-by .custom select {
    height: 28px;
    line-height: 26px;
    font-size: 13px; } }

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

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

.pages {
  float: right;
  overflow: hidden; }
.pages ol {
  display: inline-block; }
.pages strong {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  line-height: 30px;
  font-size: 14px;
  padding-right: 7px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pages strong {
    font-size: 13px;
    line-height: 30px; } }

.pages li {
  float: left; }

.pages a:hover {
  text-decoration: none;
  background: #fffcf1; }

.pages a, .pages .current {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  padding: 0 12px;
  color: #000000;
  display: inline-block;
  font-family: Arial, sans-serif;
  border: 1px solid #e2d9bb;
  border-left: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pages a, .pages .current {
    font-size: 13px;
    height: 28px;
    line-height: 28px; } }
.pages a i, .pages .current i {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pages a i, .pages .current i {
    padding-top: 1px; } }
.pages a.next, .pages .current.next {
  padding: 0 8px; }
.pages a.previous, .pages .current.previous {
  padding: 0 8px; }

.pages ol li:first-child.current, .pages ol li:first-child a {
  border-left: 1px solid #e2d9bb !important; }

.pages .current, .pages .current:hover {
  cursor: default;
  background: #fffcf1; }

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
body.customer-account .col2-left-layout .col-left {
  width: 18.31551%; }
@media only screen and (max-width: 767px) {
  body.customer-account .col2-left-layout .col-left {
    width: 100%; } }
body.customer-account .col2-left-layout .col-main {
  width: 74.46524%; }
@media only screen and (max-width: 767px) {
  body.customer-account .col2-left-layout .col-main {
    width: 100%; } }

#checkout-review-table .summary-collapse, #shopping-cart-totals-table .summary-collapse, body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer; }
#checkout-review-table .summary-collapse:before, #shopping-cart-totals-table .summary-collapse:before, body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #365a89;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
#checkout-review-table .summary-collapse:hover:before, #shopping-cart-totals-table .summary-collapse:hover:before, body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #203652;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
#checkout-review-table .show-details .summary-collapse:before, #shopping-cart-totals-table .show-details .summary-collapse:before, body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #365a89;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }
#checkout-review-table .show-details .summary-collapse:hover:before, #shopping-cart-totals-table .show-details .summary-collapse:hover:before, body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #203652;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px; }

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

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

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

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

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

.width-full {
  width: 100%; }

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

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

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset; }

.page-print .shipping {
  float: none;
  width: 100%; }

.page-print table td .product-name {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 1;
  margin: 0;
  font-weight: normal; }

.page-print h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-weight: normal;
  color: #000000;
  line-height: 1; }

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
* {
  outline: none; }

:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  select {
    padding-right: 0 !important; } }
select::-ms-expand {
  display: none; }

.form-list li label {
  margin-bottom: 2px; }

.fieldset p {
  margin-bottom: 7px; }
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px; }

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

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

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

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

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  label {
    font-size: 13px; } }

label.required:after, span.required:after {
  content: ' *';
  color: #ff0101;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  label.required:after, span.required:after {
    font-size: 12px; } }

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

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

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

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

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

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e2d9bb;
  background: #FFFFFF;
  font-size: 14px;
  color: #000000; }

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

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

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

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

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

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

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

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

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

.checkbox + label, .radio + label {
  width: auto;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top; }

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

/* ============================================ *
 * Form List
 * ============================================ */
.enterprise-rma-guest-returns .main .limiter .custom, .my-account .limiter .custom {
  position: relative; }
.enterprise-rma-guest-returns .main .limiter .custom:after, .my-account .limiter .custom:after {
  content: '';
  position: absolute;
  right: 1px;
  height: 26px;
  width: 30px;
  top: 1px;
  pointer-events: none;
  background: #fff; }
.enterprise-rma-guest-returns .main .limiter .custom:before, .my-account .limiter .custom:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
  z-index: 1; }
.enterprise-rma-guest-returns .main .limiter select, .my-account .limiter select {
  width: 100%;
  height: 28px;
  padding: 0 30px 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e2d9bb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 70px; }

#amlist-table-mobile .custom, #amlist-table .custom {
  position: relative; }
#amlist-table-mobile .custom:after, #amlist-table .custom:after {
  content: '';
  position: absolute;
  right: 1px;
  height: 26px;
  width: 30px;
  top: 1px;
  pointer-events: none;
  background: #fff; }
#amlist-table-mobile .custom:before, #amlist-table .custom:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
  z-index: 1; }
#amlist-table-mobile select, #amlist-table select {
  width: 100%;
  height: 28px;
  padding: 0 30px 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e2d9bb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.product-view .product-options dd > li, .form-list > li {
  margin-bottom: 10px; }
.product-view .product-options dd .hide-custom .custom:after, .product-view .product-options dd .hide-custom .custom:before, .form-list .hide-custom .custom:after, .form-list .hide-custom .custom:before {
  display: none; }
.form-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.product-view .product-options dd .custom, .form-list .custom {
  position: relative; }
.product-view .product-options dd .custom:after, .form-list .custom:after {
  content: '';
  position: absolute;
  right: 1px;
  height: 26px;
  width: 30px;
  top: 1px;
  pointer-events: none;
  background: #fff;
}
.product-view .product-options dd .custom:before, .form-list .custom:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
  z-index: 1; }
.product-view .product-options dd .custom:before{
	display: none;
}
.product-view .product-options dd select, .form-list select {
  width: 100%;
  height: 28px;
  padding: 0 30px 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e2d9bb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
.product-view .product-options dd .input-range .input-text, .form-list .input-range .input-text {
  width: 74px; }
.product-view .product-options dd .field, .product-view .product-options dd .wide, .product-view .product-options dd .control, .form-list .field, .form-list .wide, .form-list .control {
  margin-bottom: 10px; }

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

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

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

.form-list .control {
  margin-top: 10px; }
.form-list .control input[type=checkbox]:checked + label i {
  display: inline-block; }
.form-list .control label {
  float: none;
  font-weight: bold; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .form-list .control label {
    font-size: 13px; } }
.form-list .control label p {
  max-width: 90%;
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .form-list .control label p {
    font-size: 12px; } }
.form-list .control label p span {
  border: none;
  background: none;
  width: auto;
  clear: both;
  display: block;
  width: 100%;
  position: static;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .form-list .control label p span {
    font-size: 13px; } }
.form-list .control label span {
  width: 13px;
  height: 13px;
  background: #fff7d7;
  display: inline-block;
  border: 1px solid #e2d9bb;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  top: 3px;
  float: left; }
.form-list .control label span i {
  font-size: 10px;
  color: #000000;
  line-height: 1;
  float: left;
  margin-left: 1px;
  display: none; }
.form-list .control .radio {
  margin-right: 6px; }
.form-list .control .checkbox {
  display: none; }
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0; }

input[type=checkbox]:checked + label i {
  display: inline-block; }

input[type=checkbox] + label {
  float: none;
  font-weight: bold; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  input[type=checkbox] + label {
    font-size: 13px; } }
input[type=checkbox] + label span {
  width: 13px;
  height: 13px;
  background: #fff7d7;
  display: inline-block;
  border: 1px solid #e2d9bb;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  top: 3px;
  float: left; }
input[type=checkbox] + label span i {
  font-size: 10px;
  color: #000000;
  line-height: 1;
  float: left;
  margin-left: 1px;
  display: none; }

input[type=radio]:checked + label > span span {
  background: #ffb400;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  display: block;
  top: 2px;
  left: 2px; }

input[type=radio] + label > span:not(.price) {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border: 1px solid #e9ddb0;
  float: left;
  margin: 0 7px 0 0;
  background: #fff;
  position: relative;
  cursor: pointer; }

form .text-content {
  font-style: normal;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  padding-bottom: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  form .text-content {
    padding-bottom: 26px; } }
form .text-content p {
  margin: 0; }

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

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

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

.data-table th {
  text-transform: uppercase;
  font-family: "HelveticaNeueRegular";
  line-height: 1.4;
  white-space: nowrap;
  color: #959595;
  font-size: 14px; }

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

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  margin: 0 0 15px; }
.info-box h2 {
  font-weight: normal;
  font-size: 13px; }

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

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

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

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

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 767px) {
  .linearize-table-large {
    /* Helpers */
    border-top: 1px solid #e9ddb0; }
  .linearize-table-large thead {
    display: none; }
  .linearize-table-large tr, .linearize-table-large th, .linearize-table-large td {
    display: block; }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0; }
  .linearize-table-large thead th.lin-hide {
    display: none; }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none; }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #e9ddb0; }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border: none !important; }
  .linearize-table-large tbody td.lin-hide {
    display: none; }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px; }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
    font-family: "helvetica_neue_lt_std77BdCn"; }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right; }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both; }
  .linearize-table-large tfoot td {
    display: block;
    float: left; }
  .linearize-table-large tfoot td.lin-hide {
    display: none; }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%; }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%; }
  .linearize-table-large .linearize-hide {
    display: none; }
  .linearize-table-large .linearize-unpad {
    padding: 0; }
  .linearize-table-large .linearize-show {
    display: block; } }
@media only screen and (min-width: 768px) {
  .linearize-table .linearize-collapse {
    display: none; } }
@font-face {
  font-family: 'helvetica_neue_lt_std57Cn';
  src: url("../fonts/helveticaneueltstd-cn-webfont.eot");
  src: url("../fonts/helveticaneueltstd-cn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstd-cn-webfont.woff") format("woff"), url("../fonts/helveticaneueltstd-cn-webfont.ttf") format("truetype"), url("../fonts/helveticaneueltstd-cn-webfont.svg#helvetica_neue_lt_std57Cn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'myriadpro';
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTStd-MdCn';
  src: url("../fonts/helveticaneueltstd-mdcn.eot");
  src: url("../fonts/helveticaneueltstd-mdcn.eot") format("embedded-opentype"), url("../fonts/helveticaneueltstd-mdcn.woff") format("woff"), url("../fonts/helveticaneueltstd-mdcn.ttf") format("truetype"), url("../fonts/helveticaneueltstd-mdcn.svg#HelveticaNeueLTStd-MdCn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTStd-CnO';
  src: url("../fonts/helveticaneueltstd-cno.eot");
  src: url("../fonts/helveticaneueltstd-cno.eot") format("embedded-opentype"), url("../fonts/helveticaneueltstd-cno.woff") format("woff"), url("../fonts/helveticaneueltstd-cno.ttf") format("truetype"), url("../fonts/helveticaneueltstd-cno.svg#HelveticaNeueLTStd-CnO") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTPro-HvCnO';
  src: url("../fonts/helveticaneueltpro-hvcno.eot");
  src: url("../fonts/helveticaneueltpro-hvcno.eot") format("embedded-opentype"), url("../fonts/helveticaneueltpro-hvcno.woff") format("woff"), url("../fonts/helveticaneueltpro-hvcno.ttf") format("truetype"), url("../fonts/helveticaneueltpro-hvcno.svg#HelveticaNeueLTPro-HvCnO") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2guh6i");
  src: url("../fonts/icomoon.eot?#iefix2guh6i") format("embedded-opentype"), url("../fonts/icomoon.ttf?2guh6i") format("truetype"), url("../fonts/icomoon.woff?2guh6i") format("woff"), url("../fonts/icomoon.svg?2guh6i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica_neue_lt_std77BdCn';
  src: url("../fonts/helveticaneueltstd-bdcn-webfont.eot");
  src: url("../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstd-bdcn-webfont.woff") format("woff"), url("../fonts/helveticaneueltstd-bdcn-webfont.ttf") format("truetype"), url("../fonts/helveticaneueltstd-bdcn-webfont.svg#helvetica_neue_lt_std77BdCn") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cart-icon:before {
  content: "\e600"; }

@font-face {
  font-family: 'HelveticaNeueLTStdCn';
  src: url("../fonts/helveticaneueltstd-cn.eot");
  src: url("../fonts/helveticaneueltstd-cn.eot") format("embedded-opentype"), url("../fonts/helveticaneueltstd-cn.woff") format("woff"), url("../fonts/helveticaneueltstd-cn.ttf") format("truetype"), url("../fonts/helveticaneueltstd-cn.svg#HelveticaNeueLTStdCn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTStdXBlkCn';
  src: url("../fonts/helveticaneueltstd-xblkcn.eot");
  src: url("../fonts/helveticaneueltstd-xblkcn.eot") format("embedded-opentype"), url("../fonts/helveticaneueltstd-xblkcn.woff") format("woff"), url("../fonts/helveticaneueltstd-xblkcn.ttf") format("truetype"), url("../fonts/helveticaneueltstd-xblkcn.svg#HelveticaNeueLTStdXBlkCn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLTStdBdCn ';
  src: url("../fonts/helveticaneueltstd-bdcn.eot");
  src: url("../fonts/helveticaneueltstd-bdcn.eot") format("embedded-opentype"), url("../fonts/helveticaneueltstd-bdcn.woff") format("woff"), url("../fonts/helveticaneueltstd-bdcn.ttf") format("truetype"), url("../fonts/helveticaneueltstd-bdcn.svg#HelveticaNeueLTStdBdCn") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url("../fonts/helveticaneuebold.eot");
  src: url("../fonts/helveticaneuebold.eot") format("embedded-opentype"), url("../fonts/helveticaneuebold.woff") format("woff"), url("../fonts/helveticaneuebold.ttf") format("truetype"), url("../fonts/helveticaneuebold.svg#HelveticaNeueBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueRegular';
  src: url("../fonts/helveticaneue.eot");
  src: url("../fonts/helveticaneue.eot") format("embedded-opentype"), url("../fonts/helveticaneue.woff") format("woff"), url("../fonts/helveticaneue.ttf") format("truetype"), url("../fonts/helveticaneue.svg#HelveticaNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../fonts/helveti0-webfont.eot");
  src: url("../fonts/helveti0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveti0-webfont.woff") format("woff"), url("../fonts/helveti0-webfont.ttf") format("truetype"), url("../fonts/helveti0-webfont.svg#helveticaneuemedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/Helvetica-Bold.eot');
  src: local('☺'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

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

/* ============================================ *
 * Header
 * ============================================ */
.top-container-header-outer {
  content: '';
  display: table;
  clear: both;
  width: 100%; 
  position: fixed;
  z-index: 1000;
  background-color: #FFF;
  top:0;
}
@media only screen and (max-width: 767px) {
  .top-container-header-outer {
    background: #fff7d7;
    padding: 8px 0 0; }
  .top-container-header-outer a.icon-menu {
    text-align: center;
    float: left;
    padding-top: 13px; }
  .top-container-header-outer a.icon-menu span {
    width: 24px;
    margin: 0 auto; }
  .top-container-header-outer a.icon-menu span span {
    height: 3px;
    background: #781a0f;
    width: 24px;
    display: block;
    margin-bottom: 4px; }
  .top-container-header-outer a.icon-menu .mobile-menu {
    clear: both;
    text-transform: uppercase;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 17px;
    font-weight: normal;
    color: #000000;
    padding-top: 3px;
    display: inline-block;
  } }

.top-container-header {
  max-width: 1100px;
  margin: 0 auto;
  max-height: 34px;
  position: relative; }
@media only screen and (max-width: 767px) {
  .top-container-header {
    max-width: 300px; }
  .top-container-header .logo {
    width: 107px;
    margin: 0 auto;
    padding: 0;
    float: none; }
  .top-container-header .logo .large {
    display: block; } }
.top-container-header .top-links {
  float: right; }
@media only screen and (max-width: 767px) {
  .top-container-header .top-links {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-container-header .top-links {
    float: left;
    border-left: 1px solid #e2d9bb; } }
.top-container-header .top-links li {
  float: left;
  position: relative; }
.top-container-header .top-links li a {
  text-transform: capitalize;
  color: #000000;
  height: inherit;
  line-height: 35px;
  padding: 0 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  float: right;
  font-size: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-container-header .top-links li a {
    font-size: 12px;
    line-height: 1;
    padding: 12px 10px 6px; }
  .top-container-header .top-links li a.skip-account {
    border-right: 1px solid #e2d9bb; } }
.top-container-header .top-links li a:hover {
  text-decoration: none;
  color: #781a0f; }
.top-container-header .top-links li a.skip-active {
  border-left: 1px solid #e2d9bb;
  border-right: 1px solid #e2d9bb;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.17); }
.top-container-header .top-links li a.skip-active:after {
  content: '';
  height: 1px;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  z-index: 201; }
.top-container-header .store-main {
  float: left; }
.top-container-header .store-main li {
  float: left;
  line-height: 35px;
  padding: 0 15px; }
.top-container-header .store-main li:first-child {
  padding-left: 23px;
  padding-right: 23px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-container-header .store-main li {
    line-height: 1;
    padding: 11px 16px 6px; }
  .top-container-header .store-main li:last-child {
    border-right: none !important; }
  .top-container-header .store-main li:first-child {
    padding-left: 16px;
    padding-right: 16px; } }
.top-container-header .store-main li.active {
  background: #fff7d7;
  border-left: 1px solid #e2d9bb;
  border-right: 1px solid #e2d9bb;
  position: relative; }
.top-container-header .store-main li.active:after {
  height: 1px;
  content: '';
  width: 100%;
  bottom: -1px;
  background: #fff7d7;
  left: 0;
  position: absolute; }
.top-container-header .store-main li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.top-container-header .store-main li a:hover {
  color: #781a0f;
  text-decoration: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-container-header .store-main li a {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .top-container-header .store-main {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-container-header {
    max-width: 768px;
    padding-left: 10px; } }

#header {
  clear: both;
  background: #fff7d7;
  height: 89px;
  border-top: 1px solid #e2d9bb;
  float: left;
  width: 100%;
  position: fixed;
  top:35px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #header {
    height: inherit;
    border: none;
    content: '';
    display: table;
    clear: both;
    width: 100%;
    top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header {
    height: 80px;
    top:30px;
  }
}

.page-header-container {
  max-width: 1100px;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  .page-header-container {
    max-width: 300px;
    padding-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-header-container {
    max-width: 748px; } }
@media only screen and (max-width: 767px) {
  .page-header-container .logo {
    display: none; } }

#header-cart-mobile #minicart-success-message {
  text-align: center; }

.account-cart-wrapper {
  position: absolute;
  top: 52px;
  right: -1px; }
@media only screen and (max-width: 767px) {
  .account-cart-wrapper {
    position: static;
    float: right;
    padding-top: 14px; }
  .account-cart-wrapper > ul > li:first-child {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper {
    position: static;
    float: right; } }
.account-cart-wrapper ul > li:first-child > a {
  position: relative; }
.account-cart-wrapper ul > li:first-child > a > span {
  position: absolute;
  background: #781a0f;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 1px 3px;
  left: 8px;
  line-height: 1;
  top: -7px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul > li:first-child > a > span {
    font-size: 10.77px;
    padding: 1px 2px;
    top: -5px;
    left: -12px; } }
.account-cart-wrapper ul li {
  float: left; }
.account-cart-wrapper ul li:hover i {
  /*color: #781a0f; */}
.account-cart-wrapper ul li:first-child {
  padding-top: 13px;
  margin-right: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li:first-child {
    margin-right: 0;
    padding-top: 8px;
    padding-right: 2px; } }
.account-cart-wrapper ul li i {
  font-size: 18px;
  color: #000000;
  padding-right: 5px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li i {
    font-size: 16px;
    margin-top: 0;
    float: left; } }
.account-cart-wrapper ul li .header-minicart .skip-cart:hover .icon-cart-icon {
  color: #781a0f; }
.account-cart-wrapper ul li .header-minicart .icon-cart-icon {
  font-size: 19px;
  color: #000000;
  float: left; }
@media only screen and (max-width: 767px) {
  .account-cart-wrapper ul li .header-minicart .icon-cart-icon {
    display: block;
    float: none;
    padding-right: 0;
    top: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li .header-minicart .icon-cart-icon {
    font-size: 17px;
    float: left;
    padding-right: 10px;
    top: 0; } }
.account-cart-wrapper ul li .header-minicart:hover .label {
  color: #781a0f; }
.account-cart-wrapper ul li .header-minicart:hover i {
  color: #781a0f; }
.account-cart-wrapper ul li .header-minicart .label {
  font-family: "helvetica_neue_lt_std77BdCn";
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li .header-minicart .label {
    font-size: 12px;
    line-height: 19px; } }
.account-cart-wrapper ul li > a {
  font-family: "helvetica_neue_lt_std77BdCn";
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.account-cart-wrapper ul li > a:hover {
  text-decoration: none;
  /*color: #781a0f; */}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li > a {
    font-size: 12px;
    line-height: 17px; } }

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px 0 0 15px;
  margin-right: 22px;
  position: relative;
  z-index: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .logo {
    max-width: 117px;
    padding: 5px 0 0 10px;
    margin-right: 0; } }
.logo img {
  max-width: 100%; }
.logo .small {
  display: block; }
.logo .large {
  display: none; }

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

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0; } }
/* -------------------------------------------- *
 * Skip - Link
 */
a.skip-link {
  text-decoration: none; }

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

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

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px; } }
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none; }

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

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

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
#header-about-news {
  background: #fff;
  position: absolute;
  z-index: 200;
  top: 35px;
  right: 0;
  padding: 13px;
  border: 1px solid #e2d9bb;
  min-width: 170px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header-about-news {
    top: 30px; } }
#header-about-news ul li {
  clear: both;
  width: 100%; }
#header-about-news ul li a {
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 22px;
  font-size: 12px; }
#header-about-news ul li a:hover {
  color: #000000;
  text-decoration: underline; }

.hide-desktop {
  display: none; }
@media only screen and (max-width: 767px) {
  .hide-desktop {
    display: block; } }

@media only screen and (max-width: 767px) {
  .cms-index-index .free-shipping {
    margin-bottom: 0;
    /*margin-bottom:-21px;*/ }

  .mm-opened .free-shipping {
    display: none; } }
.free-shipping {
  background: #781a0f;
  text-align: center;
  clear: both;
  position: relative;
  top: -2px;
  min-height: 40px; }
@media only screen and (max-width: 767px) {
  .free-shipping {
    border-top: 1px solid #e9ddb0;
    position: relative;
    z-index: 1;
    clear: both;
    float: left;
    width: 100%;
    top: 0; } }
.free-shipping .free-shipping-inner {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (max-width: 767px) {
  .free-shipping .free-shipping-inner {
    max-width: 300px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .free-shipping .free-shipping-inner {
    max-width: 748px; } }
.free-shipping .free-shipping-inner p {
  font-family: "HelveticaNeueLTStd-CnO";
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1;
  float: left;
  width: 100%;
  padding: 13px 0 8px; }
.free-shipping .free-shipping-inner p span {
  font-family: "HelveticaNeueLTPro-HvCnO";
  color: #ffb400; }
.free-shipping .free-shipping-inner p a {
  color: #fff; }
.free-shipping .free-shipping-inner p a:hover {
  color: #ffb400;
  text-decoration: none; }
@media only screen and (max-width: 767px) {
  .free-shipping .free-shipping-inner p {
    max-width: 300px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .free-shipping .free-shipping-inner p {
    font-size: 17.01px; } }
.free-shipping:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (max-width: 767px) {
  #header-cart-mobile .mini-products-list .product-image {
    width: 20%; }
  #header-cart-mobile .mini-products-list .product-image img {
    height: inherit; } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .ios .account-cart-wrapper ul > li:first-child > a > span {
    top: -6px; } }
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%; }
.skip-nav:not(.skip-active):hover {
  text-decoration: none; }
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px; }

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

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

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
#header-nav {
  display: block;
  /* Force visibility */
  background: #1d2434;
  height: 40px;
  clear: both;
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 124px;
}
@media only screen and (max-width: 767px) {
  #header-nav {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header-nav {
    height: 36px;
    top: 110px;
  } 
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363; }
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC; }

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

.nav-primary li.level0 > a.act {
  color: #ffb400; }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
.nav-primary {
  /* Default styles for 1+ drop-down menus */
  /* Class for js to add briefly to evaluate element positioning. */
  /* Correct menus that will hang off the page (class added by js) */
  /* Level 1+ */ }
.nav-primary a.level0 {
  text-transform: capitalize;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
  background: none !important;
  border: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary a.level0 {
    font-size: 17px;
    line-height: 36px;
    padding: 0 8px; } }
.nav-primary li.level0.first a.level0 {
  padding-left: 0; }
.nav-primary li.level0, .nav-primary a.level0 {
  display: inline-block;
  float: left; }
.nav-primary li:last-child > a {
  border-bottom: none; }
.nav-primary a:hover, .nav-primary li:hover > a {
  color: #ffb400; }
.nav-primary .menu-active {
  z-index: 200; }
.nav-primary li.level0 ul {
  position: absolute;
  left: 0; }
.nav-primary li.level0 ul.level0.position-test {
  display: block; }
.nav-primary li.level0 ul.level0.spill {
  right: 0;
  left: auto; }
.nav-primary li.level0 ul.level0.spill li.level1 ul {
  left: auto;
  right: 50px;
  top: 20px; }
.nav-primary li.level0 li.parent > a {
  position: relative; }
.nav-primary li.level0 li.parent > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ccc;
  border-right: none;
  right: 5px;
  top: 50%;
  margin-top: -3px; }

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

.menu-home {
  max-width: 1100px;
  margin: 0 auto; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .menu-home {
    max-width: 748px; } }
.menu-home .nav {
  float: left;
  padding-left: 185px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .menu-home .nav {
    padding-left: 0; }
  .menu-home .nav .nav-primary > li:first-child > a {
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .menu-home .nav {
    padding-left: 0; } }
.menu-home .cat-nav-right {
  padding-right: 10px;
  float: right;
  position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .menu-home .cat-nav-right {
    padding-right: 0; } }
.menu-home .cat-nav-right li {
  float: left; }
.menu-home .cat-nav-right li a {
  color: #ffb400;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  padding-left: 12px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .menu-home .cat-nav-right li a {
    font-size: 15px;
    line-height: 38px; } }
.menu-home .cat-nav-right li a a {
  font-size: 15px; }
.menu-home .cat-nav-right li a:hover {
  text-decoration: none;
  color: #fff; }

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

.more {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .more {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .more-ul {
    display: none; }
  .more-ul li {
    clear: both;
    width: 100%; }
  .more-ul li a {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 20.07px !important; }
  .more-ul li a:hover {
    text-decoration: underline !important; }
  .more-ul.show {
    display: block;
    position: absolute;
    background: #fff7d8;
    top: 36px;
    right: 0;
    border-bottom: 4px solid #000;
    border-top: 4px solid #ffb400;
    min-width: 150px;
    padding: 15px 0;
    z-index: 10; } }
#my-mobile-menu .account-menu .help, #my-mobile-menu .about-news .help {
  border-top: 1px solid #e9ddb0;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 27px; }
#my-mobile-menu .account-menu .help strong, #my-mobile-menu .about-news .help strong {
  font-weight: bold;
  color: #000000;
  font-size: 16px; }
#my-mobile-menu .account-menu ul li a, #my-mobile-menu .about-news ul li a {
  color: #000000;
  line-height: 25px;
  font-size: 16px; }
#my-mobile-menu .shop-wholesale {
  border-top: 1px solid #e9ddb0;
  padding-top: 12px;
  margin-top: 12px;
  padding-bottom: 20px;
  float: left;
  width: 100%; }
#my-mobile-menu .shop-wholesale a {
  color: #000000;
  line-height: 25px;
  font-size: 16px; }
#my-mobile-menu #mm-1 > .mm-navbar {
  display: none; }
#my-mobile-menu h3 {
  text-transform: capitalize;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #000000;
  font-size: 22px;
  margin-bottom: 7px; }
#my-mobile-menu li.level0 {
  clear: both;
  float: left;
  width: 100%; }
#my-mobile-menu li.level0:after {
  display: none; }
#my-mobile-menu li.level0 a.level0 {
  color: #000000;
  border: none;
  padding: 0;
  line-height: inherit;
  font-size: 16px;
  line-height: 25px;
  font-family: Arial, sans-serif; }
#my-mobile-menu li.level0 a.level0:hover {
  background: none; }
#my-mobile-menu li a:hover {
  background: none;
  color: #781a0f !important;
  text-decoration: none !important; }
#my-mobile-menu li.view-all {
  border-top: 1px solid #e9ddb0;
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 12px; }
#my-mobile-menu .menu-home .nav {
  width: 100%; }
#my-mobile-menu .cat-nav-right {
  float: left; }
#my-mobile-menu .cat-nav-right li {
  clear: both;
  width: 100%; }
#my-mobile-menu .cat-nav-right li:after {
  display: none; }
#my-mobile-menu .cat-nav-right li a {
  border: none;
  line-height: inherit; }
@media only screen and (max-width: 767px) {
  #my-mobile-menu #left-help h3 {
    border: none;
    border-bottom: 1px solid #e2d9bb;
    padding: 0;
    font-size: 16px; }
  #my-mobile-menu #left-help h3:after {
    border: none; }
  #my-mobile-menu #left-help ul {
    display: block;
    /*  padding-left:10px;*/ }
  #my-mobile-menu #left-help ul li a {
    font-size: 16px;
    line-height: 25px; } }

@media only screen and (min-width: 768px) {
  .kingento-custom-menu-popup > li > .block1 {
    display: none; }
  .kingento-custom-menu-popup #left-help h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    font-family: "helvetica_neue_lt_std77BdCn";
    text-transform: capitalize;
    border: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) {
  .kingento-custom-menu-popup #left-help h3 {
    font-size: 16px; } }
@media only screen and (min-width: 768px) {
  .kingento-custom-menu-popup #left-help ul li a {
    line-height: normal; }

  .menu-home {
    position: relative; }

  .nav-primary .menu .block-menu {
    float: left;
    position: relative; }
  .nav-primary .menu .block-menu h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    font-family: "helvetica_neue_lt_std77BdCn";
    text-transform: capitalize;
    margin: 0 0 10px; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary .menu .block-menu h3 {
    /*font-size:23px;*/
    font-size: 16px; } }
@media only screen and (min-width: 768px) {
  .nav-primary .menu .block-menu .text-static {
    position: absolute;
    background: #fff7d7;
    max-width: 210px;
    padding: 10px 15px;
    left: 50%;
    margin-left: -105px;
    bottom: 30px;
    font-family: "helveticaneuemedium";
    font-size: 12px;
    color: #000000;
    text-align: center; }
  .nav-primary .menu .block-menu .text-static .shop-now {
    font-size: 18px;
    font-family: "helvetica_neue_lt_std77BdCn";
    color: #781a0f;
    text-transform: uppercase; }
  .nav-primary .menu .block-menu .text-static .shop-now:hover {
    text-decoration: underline; }
  .nav-primary .menu .block-menu .text-static span {
    font-size: 14px;
    display: block; }
  .nav-primary .menu .block-menu ul {
    display: block !important;
    position: static; }
  .nav-primary .menu .block-menu-1 {
    width: 16.90909%; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary .menu .block-menu-1 {
    width: 22%; } }
@media only screen and (min-width: 768px) {
  .nav-primary .menu .block-links {
    width: 23.45455%;
    /* padding:25px 45px 10px;*/
    padding: 10px 0px 0px 20px; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary .menu .block-links {
    padding: 10px 0px 0px 20px;
    width: 22.72727%; } }
@media only screen and (min-width: 768px) {
  .nav-primary .menu .block-links a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 10px;
    color: #000000; }
  .nav-primary .menu .block-links a:hover {
    text-decoration: underline; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary .menu .block-links a {
    font-size: 13px;
    line-height: normal;
    padding-bottom: 10px; } }
@media only screen and (min-width: 768px) {
  .nav-primary .menu .block-menu-3 {
    width: 32.72727%;
    z-index: 1; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary .menu .block-menu-3 {
    width: 32%;
    overflow: hidden; }
  .nav-primary .menu .block-menu-3 img {
    max-width: inherit;
    /*width:333px;*/
    width: 325px; } }
@media only screen and (min-width: 768px) {
  .nav-primary > li > ul {
    top: 40px;
    background: #fff7d9;
    width: 100%;
    z-index: 100;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-height: 0; }
  .nav-primary > li > ul > li {
    border-top: 4px solid #ffb709;
    border-bottom: 5px solid #1d2434;
    float: left;
    width: 100%;
    position: relative; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary > li > ul {
    top: 36px; } }
@media only screen and (min-width: 768px) {
  .nav-primary > li .kingento-custom-menu-popup > li:after {
    content: '';
    width: 32.72727%;
    /*background: #fff7d9;*/
    height: 100%;
    left: 40.36364%;
    position: absolute;
    top: 0; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .nav-primary > li .kingento-custom-menu-popup > li:after {
    width: 32%;
    left: 44.72727%; } }
@media only screen and (min-width: 768px) {
  .nav-primary > li:hover > ul {
    max-height: 1000px;
    -webkit-transition: max-height 1.2s .5s;
    -moz-transition: max-height 1.2s .5s;
    -o-transition: max-height  1.2s .5s;
    -ms-transition: max-height  1.2s .5s;
    transition: max-height  1.2s .5s; } }
@media only screen and (max-width: 767px) {
  #my-mobile-menu .block-menu-3, #my-mobile-menu .block-menu-2 h3, #my-mobile-menu .block-menu-1 {
    display: none; }

  #my-mobile-menu .block-menu-2 {
    margin-bottom: 20px;
    width: 100% !important; } }
.main .nav-container {
  background: #fff7d7;
  clear: both; }
.main .nav-container .kingento-custom-menu-popup {
  clear: both; }
.main .nav-container .kingento-custom-menu-popup .column.last {
  float: left;
  width: 100%; }
.main .nav-container li {
  list-style: none; }
.main .nav-container #custommenu {
  padding: 25px 0 20px;
  width: 1100px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu {
    padding: 25px 0 10px;
    width: 748px; } }
@media only screen and (max-width: 767px) {
  .main .nav-container #custommenu {
    padding: 25px 0 10px 0;
    width: 320px; } }
.main .nav-container #custommenu > ul > li {
  width: 16.5%;
  padding-left: 30px;
  margin-bottom: 20px; }
.main .nav-container #custommenu > ul > li.columns-2 {
  width: 33%; }
@media only screen and (max-width: 767px) {
  .main .nav-container #custommenu > ul > li.columns-2 {
    width: 100% !important; } }
.main .nav-container #custommenu > ul > li.columns-2 .block1 .column {
  width: 50%;
  float: left; }
.main .nav-container #custommenu > ul > li.columns-2 .block1 .column.first {
  padding-right: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu > ul > li.columns-2 .block1 .column.first {
    padding-right: 10px; } }
@media only screen and (max-width: 767px) {
  .main .nav-container #custommenu > ul > li {
    width: 100% !important;
    padding-left: 10px; }
  .main .nav-container #custommenu > ul > li .column {
    width: 50% !important;
    float: left;
    padding-right: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu > ul > li {
    padding-left: 10px;
    width: 33.33333% !important; } }
.main .nav-container #custommenu > ul > li > a {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn";
  display: inline-block;
  float: left;
  clear: both;
  padding: 0 0 4px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu > ul > li > a {
    font-size: 18px;
    line-height: 20px; } }
.main .nav-container #custommenu > ul > li .kingento-custom-menu-popup a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: normal;
  padding-bottom: 6px;
  display: inline-block;
  clear: both;
  float: left; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu > ul > li .kingento-custom-menu-popup a {
    font-size: 12px; } }
.main .nav-container #custommenu > ul > li.column-2 {
  width: 33%; }
@media only screen and (max-width: 767px) {
  .main .nav-container #custommenu > ul > li.column-2 {
    width: 100% !important; } }
.main .nav-container #custommenu > ul > li.column-2 .block1 .column {
  width: 50%;
  float: left; }
.main .nav-container #custommenu > ul > li.column-2 .block1 .column.first {
  padding-right: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .nav-container #custommenu > ul > li.column-2 .block1 .column.first {
    padding-right: 10px; } }
.main .nav-container #custommenu .kingento-custom-menu-popup > li > .block1 {
  display: block; }
.main .nav-container #custommenu > li {
  float: left; }
.main .nav-container:after {
  content: '';
  display: table;
  clear: both; }

#my-mobile-menu .menu-shop-all {
  border-top: 1px solid #e9ddb0;
  margin: 13px 0 0;
  padding-top: 11px; }

@media only screen and (min-width: 768px) {
  #header-nav .menu-shop-all {
    display: none; } }
.grid-sizer {
  width: 16.5%; }

@media only screen and (max-width: 767px) {
  .grid-sizer {
    width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-sizer {
    width: 33.333%; } }
@media only screen and (min-width: 768px) {
  .nav-primary .menu.full-width .block-links {
    width: 100%; }

  .nav .nav-primary .columns-2 .kingento-custom-menu-popup .menu .block-menu-3 {
    width: 25%; }

  .nav .nav-primary .columns-2 .kingento-custom-menu-popup .menu .block-menu-4 {
    width: 20%; }

  .nav .nav-primary .columns-2 .kingento-custom-menu-popup .menu .block-menu-1 {
    width: 15%; }

  .nav-primary > li.columns-2 .kingento-custom-menu-popup > li:after {
    left: 55%;
    width: 25%; }

  .nav-primary li.columns-2 .menu .block-menu .text-static {
    bottom: 0; }

  .nav .nav-primary .columns-2 .kingento-custom-menu-popup .menu .block-menu-2 {
    width: 40%;
    z-index: 6; }
  .nav .nav-primary .columns-2 .kingento-custom-menu-popup .menu .block-menu-2 .column {
    width: 50%;
    float: left;
    padding-right: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body .nav-primary li.columns-2 .menu .block-menu .text-static {
    max-width: 170px;
    margin-left: -85px;
    bottom: 10px; } }
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px; }
.skip-search .icon {
  background-position: 4px -146px; }

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none; } }
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  float: left;
  width: 52.27273%;
  padding: 25px 0;
  display: block; }
@media only screen and (max-width: 767px) {
  #header-search {
    width: 100%;
    padding: 9px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header-search {
    float: right;
    width: 73.6631%; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  width: 92.46231%;
  float: left; }
@media only screen and (max-width: 767px) {
  #search_mini_form .input-box {
    width: 262px; } }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 38px;
  border: 1px solid #e9ddb0;
  border-right: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 0 13px;
  text-transform: uppercase;
  color: #000000; }
@media only screen and (max-width: 767px) {
  #search {
    height: 32px;
    font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #search {
    height: 34px;
    font-size: 12px; } }

#search_mini_form .search-button {
  background: #781a0f;
  float: left;
  width: 7.53769%;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  font-size: 25px;
  color: #fff; }
#search_mini_form .search-button:hover {
  background: #365a89; }
@media only screen and (max-width: 767px) {
  #search_mini_form .search-button {
    width: 38px;
    font-size: 20px;
    height: 32px;
    line-height: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #search_mini_form .search-button {
    font-size: 21px;
    height: 34px;
    padding: 0;
    line-height: 34px; } }

#search::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8b8b8b; }

#search:-moz-placeholder {
  text-transform: uppercase;
  color: #8b8b8b; }

#search::-moz-placeholder {
  text-transform: uppercase;
  color: #8b8b8b; }

#search:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8b8b8b; }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account {
  float: none;
  width: auto;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase; }

#header-account.skip-active {
  background: #fff;
  display: block;
  position: absolute;
  z-index: 200;
  top: 35px;
  right: 0;
  padding: 13px;
  border: 1px solid #e2d9bb;
  min-width: 170px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header-account.skip-active {
    top: 30px; } }
#header-account.skip-active ul li {
  width: 100%; }
#header-account.skip-active ul li a {
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  text-transform: none; }
#header-account.skip-active ul li a:hover {
  color: #000000;
  text-decoration: underline; }
#header-account.skip-active .help {
  clear: both;
  border-top: 1px solid #e2d9bb;
  margin: 13px 0 0;
  padding: 13px 0 0;
  float: left;
  width: 100%; }
#header-account.skip-active .help strong {
  color: #000000;
  font-size: 13px; }

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

#header-cart.skip-active {
  display: block;
  position: absolute;
  z-index: 200;
  top: 45px;
  right: 0;
  width: 290px;
  background: white;
  border: 1px solid #e2d9bb;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header-cart.skip-active {
    top: 30px; } }

.skip-cart {
  float: left;
  padding: 12px 10px 5px;
  border: 1px solid transparent;
  position: relative;
  border-bottom: none; }
@media only screen and (max-width: 767px) {
  .skip-cart.hide-mobile {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .skip-cart {
    padding: 8px 8px 3px;
    line-height: 1;
    border-top: none; } }
.skip-cart .icon-cart-icon {
  padding-right: 10px;
  position: relative;
  top: 4px; }
.skip-cart.skip-active {
  background: #fff;
  border: 1px solid #e2d9bb;
  border-bottom: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.17); }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .skip-cart.skip-active {
    border-top: none; } }
.skip-cart.skip-active:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  z-index: 201; }
.skip-cart:hover {
  text-decoration: none; }
.skip-cart .count {
  position: absolute;
  background: #781a0f;
  color: #fff;
  /* font-family: $f-heldefault;*/
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 1px 3px;
  left: 25px;
  line-height: 1;
  top: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (max-width: 767px) {
  .skip-cart .count {
    right: 0;
    left: auto;
    top: -5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .skip-cart .count {
    font-size: 10.77px;
    padding: 1px 2px;
    top: 5px;
    left: 20px; } }

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

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
  clear: both;
  padding-top: 43px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer {
    max-width: 748px; } }
@media only screen and (max-width: 767px) {
  .footer {
    max-width: 320px;
    padding-top: 15px; } }
.footer a {
  color: #fff;
  font-size: 12px;
  line-height: 23px; }
.footer a:hover i {
  color: #365a89; }
.footer h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "helveticaneuemedium";
  font-size: 18px; }
.footer .form-subscribe-header {
  padding-bottom: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .form-subscribe-header {
    padding-bottom: 5px; } }
.footer .form-subscribe-header label {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #fff; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .form-subscribe-header label {
    line-height: 23px; } }
.footer .block-subscribe .input-box {
  float: left;
  padding-top: 0;
  width: 61.67247%; }
.footer .block-subscribe .input-text {
  width: 100%;
  border: 2px solid #e1e1e1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 35px;
  border-right: none;
  font-family: "HelveticaNeueRegular"; }
@media only screen and (max-width: 1200px) {
  .footer .block-subscribe .input-text {
    font-size: 13px; } }
.footer .block-subscribe .block-content {
  padding-top: 0; }
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both; }
.footer .block-subscribe .actions {
  float: left;
  width: 38.32753%;
  margin: 0; }
.footer .block-subscribe .actions .button {
  height: 35px;
  line-height: 36px;
  float: left;
  padding: 0;
  background: #365a89;
  width: 100%;
  font-size: 14px;
  font-family: "HelveticaNeueRegular"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .block-subscribe .actions .button {
    font-size: 13px; } }
.footer .block-subscribe .actions .button:hover {
  background: #781a0f; }
.footer .bugs, .footer address {
  clear: both; }
.footer address {
  text-align: center;
  width: 100%;
  padding: 45px 0 25px;
  color: rgba(255, 255, 255, 0.5); }
@media only screen and (max-width: 767px) {
  .footer address {
    padding: 35px 0 25px; } }
.footer address a {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5); }

.block-footer {
  float: left; }
.block-footer.block-footer-1 {
  width: 20%;
  padding-left: 20px; }
.block-footer.block-footer-1 i {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-1 {
    padding-left: 0;
    width: 35.42781%;
    padding-right: 80px; } }
.block-footer.block-footer-1 h5 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1; }
.block-footer.block-footer-1 p {
  font-size: 13px; }
.block-footer.block-footer-1 .last-links {
  border-top: 1px solid #4a505d;
  padding-top: 10px;
  margin-top: 10px; }
@media only screen and (max-width: 767px) {
  .block-footer.block-footer-1 .last-links {
    padding-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .block-footer.block-footer-1 {
    border-bottom: 1px solid rgba(218, 218, 218, 0.2);
    margin-bottom: 15px; }
  .block-footer.block-footer-1 .footer-content {
    padding: 0 10px; }
  .block-footer.block-footer-1 i {
    display: block;
    float: right;
    font-size: 30px;
    margin-top: -5px; }
  .block-footer.block-footer-1.clicked i:before {
    content: "\f106"; }
  .block-footer.block-footer-1.clicked .footer-links {
    display: block; }
  .block-footer.block-footer-1 .footer-links {
    display: none; } }
.block-footer.block-footer-2 {
  width: 23.63636%;
  padding-left: 60px; }
.block-footer.block-footer-2 i {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-2 {
    width: 24.06417%;
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .block-footer.block-footer-2 {
    border-bottom: 1px solid rgba(218, 218, 218, 0.2);
    margin-bottom: 15px; }
  .block-footer.block-footer-2 .footer-content {
    padding: 0 10px; }
  .block-footer.block-footer-2 i {
    display: block;
    float: right;
    font-size: 30px;
    margin-top: -5px; }
  .block-footer.block-footer-2.clicked i:before {
    content: "\f106"; }
  .block-footer.block-footer-2.clicked .footer-links {
    display: block; }
  .block-footer.block-footer-2 .footer-links {
    display: none; } }
.block-footer.block-footer-3 {
  width: 26.36364%; }
@media only screen and (max-width: 767px) {
  .block-footer.block-footer-3 .block-subscribe {
    padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-3 {
    width: 38.36898%;
    float: right; } }
.block-footer.block-footer-3 .links {
  width: 50%;
  float: left;
  padding-right: 10px;
  line-height: 23px;
  margin: 16px 0; }
.block-footer.block-footer-3 .links.last {
  float: right;
  width: 40%; }
.block-footer.block-footer-4 {
  float: right;
  width: 23.63636%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4 {
    width: 520px;
    float: none;
    clear: both;
    margin: 0 auto;
    padding-top: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4 h3 {
    font-size: 17px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4:after {
    content: '';
    display: table;
    clear: both; } }
.block-footer.block-footer-4 .left-img {
  float: left;
  width: 45%;
  padding-right: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4 .left-img {
    padding-right: 10px; } }
.block-footer.block-footer-4 .right-text {
  float: left;
  width: 55%;
  padding-top: 6px; }
.block-footer.block-footer-4 .right-text a {
  font-weight: bold;
  display: block;
  padding: 8px 0 0; }
.block-footer.block-footer-4 .text-footer {
  clear: both;
  padding: 25px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4 .text-footer {
    margin-top: -45px;
    float: right;
    clear: none;
    padding: 0;
    width: 45%; } }
.block-footer.block-footer-4 ul {
  margin-left: -15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-footer.block-footer-4 ul {
    float: left;
    width: 57.69231%;
    padding-right: 30px; } }
.block-footer.block-footer-4 ul li {
  float: left;
  width: 33.3333%;
  padding-left: 15px; }

@media only screen and (max-width: 767px) {
  .footer .block-footer {
    clear: both;
    width: 100%;
    padding: 0; } }
.footer .block-footer.block-footer-4 li {
  display: table-cell;
  height: 57px;
  text-align: center;
  width: 33.3333%;
  float: none; }
.footer .block-footer.block-footer-4 li a {
  display: block;
  line-height: inherit;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  width: 100%; }
.footer .block-footer.block-footer-4 li a img {
  display: inline; }
.footer .block-footer.block-footer-4 li a:hover span {
  display: block; }
.footer .block-footer.block-footer-4 li a:hover span:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #959595;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px; }
.footer .block-footer.block-footer-4 li a span {
  display: none;
  white-space: inherit;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  background: #959595;
  padding: 3px 10px;
  top: -50px;
  margin-left: -60px;
  z-index: 1;
  left: 50%; }
@media only screen and (max-width: 767px) {
  .footer .block-footer.block-footer-4 {
    max-width: 270px;
    margin: 0 auto;
    float: none;
    content: '';
    display: table;
    clear: both; }
  .footer .block-footer.block-footer-4 h3 {
    text-align: center;
    padding-top: 20px; } }
.footer .social-links {
  clear: both;
  border-top: 1px solid rgba(218, 218, 218, 0.2);
  padding-top: 22px; }
@media only screen and (max-width: 767px) {
  .footer .social-links {
    text-align: center;
    margin: 0 -10px; } }
.footer .social-links li {
  float: left;
  padding-right: 12px; }
@media only screen and (max-width: 767px) {
  .footer .social-links li {
    float: none;
    display: inline;
    text-align: center; } }
.footer .social-links li i {
  font-size: 30.74px; color:#fff; }

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

.category-image {
  margin-bottom: 1.5em; }

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

/* ============================================ *
 * Product Grid
 * ============================================ */
.category-products .products-grid li.item {
  width: 25%; }

.products-grid {
  position: relative; }
.products-grid li {
  color: #000000; }
.products-grid li .show-mobile {
  display: none; }
@media only screen and (max-width: 767px) {
  .products-grid li .hide-mobile {
    display: none; }
  .products-grid li .show-mobile {
    display: block; } }
.products-grid li .product-label {
  display: block;
  min-height: 19px;
  max-height: 19px;
  overflow: hidden;
  float: left;
  width: 100%; }
.products-grid li.item {
  padding-right: 20px;
  float: left; }
.products-grid li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0; }
.products-grid li .ratings .amount {
  float: left;
  margin: 0; }
@media only screen and (max-width: 767px) {
  .products-grid li .ratings .amount {
    font-size: 12px;
    letter-spacing: -1px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .ratings .amount {
    line-height: 18px; } }
.products-grid li .ratings .amount a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .ratings .amount a {
    line-height: 1; } }
.products-grid li .sale-price {
  color: #781a0f;
  font-size: 12px;
  font-family: "HelveticaNeueRegular";
  float: left;
  width: 100%;
  margin: 5px 0 0;
  min-height: 21px;
  line-height: normal; }
@media only screen and (max-width: 767px) {
  .products-grid li .sale-price {
    /* min-height:39px;*/ } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .sale-price {
    font-size: 11px; } }
.products-grid li .price-box {
  margin: 0;
  line-height: 1; }
.products-grid li .price-box .old-price {
  display: none; }
.products-grid li .price-box .special-price {
  padding-left: 0; }
.products-grid li .type-size {
  margin: 0 0 2px;
  /*font-size:$f-size;*/
  font-size: 13px;
  /*font-family: $f-helcn;*/
  font-family: Arial, sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .type-size {
    font-size: 13px; } }
.products-grid li .product-name {
  margin: 0;
  line-height: 1; }
.products-grid li .product-name a {
  text-transform: none;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-weight: bold;
  font-size: 16px;
  /* font-size:$f-size-l;*/
  color: #000000;
  line-height: 18px;
  display: block;
  /*  min-height:37px;
    max-height:37px;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .product-name a {
    font-size: 15px;
    line-height: 1;
    /* min-height: 32px;
     max-height: 32px;*/ } }
.products-grid li .brand-p {
  font-size: 12px;
  color: #959595;
  font-family: "HelveticaNeueRegular";
  min-height: 24px;
  line-height: 16px;
  margin-bottom: 3px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .brand-p {
    font-size: 11px; } }
@media only screen and (max-width: 767px) {
  .products-grid li .brand-p span {
    line-height: 1; } }
.products-grid li .brand-p span {
  color: #32793f;
  font-size: 15px;
  font-family: "helvetica_neue_lt_std77BdCn";
  padding-left: 3px;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .brand-p span {
    font-size: 14px; } }

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

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

.products-grid .product-image {
  margin: 0 -10px 20px;
  text-align: center; }
@media only screen and (max-width: 767px) {
  .products-grid .product-image {
    margin: 0 -5px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid .product-image {
    margin: 0 0 10px; } }

.products-grid .product-image img {
  max-width: 100%;
  height: auto;
  display: inline; }
.products-grid .product-image img:hidden {
  display: none; }

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

.products-grid .product-info {
  position: relative;
  text-align: left;
  float: left;
  width: 100%; }

.products-grid .actions {
  position: absolute;
  background: #fffcf1;
  height: 78px;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px;
  z-index: 1;
  display: none; }
.products-grid .actions .add-to-links {
  margin: 5px 0; }
.products-grid .actions .add-to-links li {
  color: #781a0f;
  font-size: 14px; }
.products-grid .actions .add-to-links li a {
  text-transform: uppercase;
  color: #781a0f;
  font-size: 14px; }
.products-grid .actions .button {
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  background: #781a0f;
  padding: 0;
  width: 100%; }

.products-grid .price-box .regular-price .price {
  /*color: $c-black;*/ }
.products-grid .price-box .minimal-price, .products-grid .price-box .price {
  color: #365a89;
  /* font-family: $f-helbdcn;*/
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid .price-box .minimal-price, .products-grid .price-box .price {
    font-size: 19px; } }

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

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

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

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }

  .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }
.mini-products-list .product-details {
  margin-left: 60px; }
.mini-products-list .product-details .product-name {
  padding-top: 10px; }
.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both; }

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px; }
.category-image img {
  width: 100%;
  max-width: 100%; }
.category-image img:hidden {
  display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.catalogsearch-result-index .breadcrumbs, .catalog-category-view .breadcrumbs {
  padding: 17px 0 27px; }

@media only screen and (min-width: 768px) {
  #narrow-by-list .content-list {
    display: block !important; } }
#narrow-by-list h3 {
  display: none; }
@media only screen and (max-width: 767px) {
  #narrow-by-list h3 {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #e2d9bb;
    padding: 8px 10px 5px;
    margin: 0;
    position: relative;
    cursor: pointer; }
  #narrow-by-list h3.clicked:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: none;
    border-bottom: 6px solid #000; }
  #narrow-by-list h3:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px; } }
#narrow-by-list > dd {
  margin: 0 0 10px; }
@media only screen and (max-width: 767px) {
  #narrow-by-list .product-cat-list-nav .content-list {
    padding: 8px 10px; }
  #narrow-by-list .product-cat-list-nav .content-list dd.category {
    margin: 0; } }
#narrow-by-list .content-list {
  display: none;
  padding: 0;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  #narrow-by-list .content-list {
    padding: 20px 10px 0; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav {
    max-width: 300px;
    margin: 0 auto; } }
.block-layered-nav .currently {
  display: none !important; }
.block-layered-nav .block-content {
  margin: 0; }

.block-layered-nav .block-subtitle {
  display: none; }

.block-layered-nav dl dt {
  font-family: "HelveticaNeueLTStd-MdCn";
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #e2d9bb;
  line-height: 1;
  padding: 0 0 5px;
  margin: 0 0 15px;
  cursor: pointer;
  float: left;
  width: 100%; }
.block-layered-nav dl dt:after {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dt {
    font-size: 19px;
    margin: 0 0 15px;
    padding: 0 0 3px; } }
.block-layered-nav dl dt.category {
  display: none; }
.block-layered-nav dl dt.hide-dd i:before {
  content: "\f107"; }
.block-layered-nav dl dt i {
  float: right;
  font-size: 30px;
  position: relative;
  top: -8px;
  height: 1px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dt i {
    font-size: 25px;
    top: -3px; } }

.block-layered-nav dl dd {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dd {
    padding: 0 !important;
    margin: 0 0 15px; } }
@media only screen and (max-width: 767px) {
  .block-layered-nav dl dd {
    margin: 0 0 10px; } }
.block-layered-nav dl dd.category .amshopby-advanced {
  margin: 0; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li {
  margin: 0; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li:first-child {
  margin: 0; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > ol > li > ol {
  display: none; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > ol > li > ol ol {
  padding-left: 10px;
  clear: both;
  float: left; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > ol > li > ol {
  border: 1px solid #e2d9bb;
  clear: both;
  padding: 0 10px 8px;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  display: none; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > ol > li.active > ol {
  display: block; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > a {
  font-family: "HelveticaNeueLTStd-MdCn";
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #e2d9bb;
  line-height: 1;
  padding: 0 0 5px;
  margin: 0 0 13px;
  cursor: pointer;
  display: block;
  width: 100%; }
.block-layered-nav dl dd.category .amshopby-advanced > ol > li > a span {
  display: none; }
@media only screen and (max-width: 767px) {
  .block-layered-nav dl dd.category .amshopby-advanced > ol > li > a {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dd.category .amshopby-advanced > ol > li > a {
    font-size: 19px;
    padding: 0 0 3px; } }
.block-layered-nav dl dd ol > li {
  margin: 4px 0 0; }
.block-layered-nav dl dd ol > li:first-child {
  margin: 0; }
.block-layered-nav dl dd ol > li:first-child.amshopby-cat {
  margin-top: 8px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dd ol > li {
    padding: 0 !important; } }
.block-layered-nav dl dd ol > li.amshopby-clearer .amshopby-less, .block-layered-nav dl dd ol > li.amshopby-clearer .amshopby-more {
  font-weight: bold;
  color: #781a0f;
  display: block;
  padding: 0; }
.block-layered-nav dl dd ol > li.amshopby-clearer .amshopby-less:hover, .block-layered-nav dl dd ol > li.amshopby-clearer .amshopby-more:hover {
  text-decoration: underline; }
.block-layered-nav dl dd ol > li > a.amshopby-attr-selected {
  font-weight: bold;
  font-size: 14px; }
.block-layered-nav dl dd ol > li > a.amshopby-attr-selected > span > i {
  display: block !important; }
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  display: block;
  color: #000000;
  font-size: 13px;
  font-family: Arial, sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    font-size: 12px; } }
.block-layered-nav dl dd ol > li > span:hover, .block-layered-nav dl dd ol > li > a:hover {
  text-decoration: none;
  color: #781a0f; }
.block-layered-nav dl dd ol > li > span span:not(.count), .block-layered-nav dl dd ol > li > a span:not(.count) {
  background: #fff7d7;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #e2d9bb;
  text-align: center;
  position: relative;
  margin-right: 10px;
  top: 1px; }
.block-layered-nav dl dd ol > li > span span:not(.count) i, .block-layered-nav dl dd ol > li > a span:not(.count) i {
  font-size: 10px;
  color: #000;
  position: absolute;
  left: 1px;
  display: none; }

.block-layered-nav .block-content > dl > dt:after {
  display: none; }

.block-layered-nav .block-title {
  display: none; }

.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px; }
.block-layered-nav .currently ol li {
  margin-bottom: 5px; }
.block-layered-nav .currently ol li .label {
  font-weight: bold; }
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both; }

#narrow-by-list {
  clear: both; }

.block-layered-nav .actions {
  text-align: right;
  margin: 0;
  background: #959595;
  padding: 3px 8px;
  margin: 0 0 15px;
  float: left; }
@media only screen and (max-width: 767px) {
  .block-layered-nav .actions {
    margin: 0 auto 15px;
    width: 150px;
    float: none; } }
.block-layered-nav .actions a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }
.block-layered-nav .actions a:hover {
  text-decoration: none; }
.block-layered-nav .actions a i {
  padding-right: 5px; }

.description-cat {
  border: 1px solid #e2d9bb;
  float: left;
  width: 100%;
  padding: 10px 0; }
@media only screen and (max-width: 767px) {
  .description-cat {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat {
    padding: 5px 0; } }
.description-cat .description-cat-inner {
  position: relative;
  float: left;
  width: 100%; }
.description-cat .image-cat {
  float: left;
  width: 22.10275%;
  margin: -10px 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .image-cat {
    width: 30%;
    margin: -5px 0; } }
.description-cat .text-desc {
  float: left;
  width: 52.5687%;
  padding: 20px 30px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .text-desc {
    width: 42%;
    padding: 0 12px 0;
    font-size: 12px; } }
.description-cat .text-desc a {
  clear: both;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #781a0f;
  font-size: 13px;
  display: block;
  padding: 15px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .text-desc a {
    font-size: 12px;
    padding: 0; } }
.description-cat .static-block {
  float: right;
  width: 25.08961%;
  padding: 20px 25px 20px 30px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .static-block {
    width: 28%;
    padding: 20px 8px 0; } }
.description-cat .static-block h3 {
  display: none; }
.description-cat .static-block ul li a {
  color: #781a0f;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 22px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .static-block ul li a {
    font-size: 12px; } }
.description-cat .static-block:after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background: #e9ddb0;
  right: 25.08961%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .description-cat .static-block:after {
    right: 28%; } }

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-title, .catalog-category-view .page-title, .page-title.category-title {
    padding: 0 10px; } }
.catalogsearch-result-index .page-title h1, .catalog-category-view .page-title h1, .page-title.category-title h1 {
  margin: 38px 0 0;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-title h1, .catalog-category-view .page-title h1, .page-title.category-title h1 {
    font-size: 26px;
    margin: 10px 0; } }
.catalogsearch-result-index .page-title h1 span, .catalog-category-view .page-title h1 span, .page-title.category-title h1 span {
  text-transform: none;
  font-size: 14px;
  color: #959595;
  font-family: Arial, sans-serif;
  padding-left: 4px; }
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-title h1 span, .catalog-category-view .page-title h1 span, .page-title.category-title h1 span {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .catalogsearch-result-index .page-title h1 span, .catalog-category-view .page-title h1 span, .page-title.category-title h1 span {
    font-size: 13px; } }

.products-grid .labeled {
  clear: both;
  padding: 5px 15px;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 2; }
@media only screen and (max-width: 767px) {
  .products-grid .labeled {
    padding: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid .labeled {
    padding: 5px; } }
.products-grid .labeled ul li {
  float: left;
  position: relative;
  padding-left: 3px;
  cursor: pointer; }
.products-grid .labeled ul li img {
  border-radius: none !important;
  width: 31px;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }
.products-grid .labeled ul li:first-child {
  padding-left: 0; }
@media only screen and (max-width: 767px) {
  .products-grid .labeled ul li:first-child label:after {
    margin-left: 6px; } }
.products-grid .labeled ul li:hover img {
  filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(0);
  /* Firefox 35+ */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: gray;
  /* IE6-9 */ }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .products-grid .labeled ul li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products-grid .labeled ul li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }
.products-grid .labeled ul li:hover label {
  display: block; }
.products-grid .labeled ul li label {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  background: #959595;
  padding: 3px 10px;
  top: -40px;
  left: 50%;
  z-index: 1;
  white-space: nowrap; }
@media only screen and (max-width: 767px) {
  .products-grid .labeled ul li label {
    margin-left: 0 !important;
    left: 0 !important; } }
.products-grid .labeled ul li label:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #959595;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px; }
@media only screen and (max-width: 767px) {
  .products-grid .labeled ul li label:after {
    left: 0 !important;
    margin-left: 8px; } }
.products-grid .labeled ul li:nth-child(5) {
  padding-left: 0; }
.products-grid .labeled ul li:nth-child(n+5) {
  padding-top: 3px; }

.category-products {
  clear: both; }
@media only screen and (max-width: 767px) {
  .category-products {
    max-width: 312px;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .category-products .products-grid {
    margin-left: -20px; } }
@media only screen and (max-width: 767px) {
  .category-products .products-grid {
    margin-left: -1px; } }
.category-products .products-grid li.item {
  float: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .category-products .products-grid li.item {
    width: 33.33333333%;
    padding: 35px 0 0 20px; } }
@media only screen and (max-width: 767px) {
  .category-products .products-grid li.item {
    width: 50%;
    padding: 25px 0 2px; } }
.category-products .toolbar {
  border-bottom: 1px solid #e2d9bb;
  padding: 25px 0 13px; }
@media only screen and (max-width: 767px) {
  .category-products .toolbar {
    padding: 7px 10px;
    margin: 0 -4px; }
  .category-products .toolbar .pager {
    display: none; }
  .category-products .toolbar .amount {
    display: block !important;
    float: left; }
  .category-products .toolbar .amount strong {
    font-weight: normal;
    color: #959595;
    font-size: 14px;
    line-height: 28px; }
  .category-products .toolbar .sorter {
    float: right; }
  .category-products .toolbar .sorter .sort-by {
    margin: 0; } }
.category-products .toolbar .back-to-top {
  display: none; }
.category-products .toolbar-bottom .toolbar {
  padding-top: 53px;
  border-bottom: none; }
@media only screen and (max-width: 767px) {
  .category-products .toolbar-bottom .toolbar {
    padding-top: 14px; }
  .category-products .toolbar-bottom .toolbar .amount {
    display: none !important; }
  .category-products .toolbar-bottom .toolbar .pager {
    display: block;
    float: none; }
  .category-products .toolbar-bottom .toolbar .pager .pages {
    float: none;
    text-align: center; }
  .category-products .toolbar-bottom .toolbar .pager .pages strong {
    display: none; }
  .category-products .toolbar-bottom .toolbar .pager .pages ol li {
    float: none;
    display: inline-block;
    margin-left: -4px; }
  .category-products .toolbar-bottom .toolbar .sorter {
    display: none; } }
.category-products .toolbar-bottom .toolbar .back-to-top {
  display: block;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 32px;
  padding-left: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .category-products .toolbar-bottom .toolbar .back-to-top {
    line-height: 30px;
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .category-products .toolbar-bottom .toolbar .back-to-top {
    width: 100%;
    text-align: center;
    padding: 15px 0 0; } }
.category-products .toolbar-bottom .toolbar .back-to-top i {
  font-size: 34px;
  padding-right: 5px;
  margin-top: -2px;
  float: left; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .category-products .toolbar-bottom .toolbar .back-to-top i {
    padding-top: 0;
    font-size: 30px; } }
@media only screen and (max-width: 767px) {
  .category-products .toolbar-bottom .toolbar .back-to-top i {
    float: none;
    position: relative;
    display: inline-block;
    top: 5px; } }
.category-products .toolbar-bottom .toolbar .sorter {
  display: none; }

.products-grid {
  margin-left: -10px; }
.products-grid li.item {
  padding: 35px 0 0 10px;
  position: relative; }
.products-grid li.item.product-out-of-stock .item-outer {
  border: 4px solid transparent !important; }
.products-grid li.item .item-outer:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #e2d9bb;
  position: absolute;
  left: 0;
  bottom: -4px; }
@media only screen and (min-width: 1201px) {
  .products-grid li.item .item-outer:after {
    left: -4px;
    width: 201px; } }
@media only screen and (max-width: 767px) {
  .products-grid li.item .item-outer:after {
    left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li.item .item-outer:after {
    left: -4px;
    width: 172px; } }
.products-grid li.item.product-out-of-stock .yotpo .yotpo-display-wrapper {
  visibility: hidden !important; }
.products-grid li.item.product-out-of-stock .actions {
  display: block !important;
  background: none !important;
  /*bottom: 65px !important;*/
  bottom: -10px !important;
  height: 22px !important;
  left: 0 !important;
  padding: 0 15px !important; }
@media only screen and (max-width: 767px) {
  .products-grid li.item.product-out-of-stock .actions {
    padding: 0 5px !important;
    /* bottom:95px!important;*/
    bottom: 5px !important; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li.item.product-out-of-stock .actions {
    padding: 0 5px !important; } }
.products-grid li.item.product-out-of-stock .actions .out-of-stock {
  height: 22px;
  width: 107px;
  border: 1px solid #959595;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li.item.product-out-of-stock .actions .out-of-stock {
    width: 96px;
    height: 20px;
    line-height: 20px; } }
.products-grid li.item.product-out-of-stock .actions .out-of-stock span {
  font-size: 12px;
  color: #959595;
  font-family: Arial, sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li.item.product-out-of-stock .actions .out-of-stock span {
    font-size: 10.81px; } }
.products-grid li.item.product-out-of-stock .actions .add-to-links {
  display: none; }
.products-grid li.item.product-out-of-stock .product-info .sale-price, .products-grid li.item.product-out-of-stock .product-info .ratings {
  visibility: hidden; }
.products-grid li.item .add-to-links {
  text-align: center; }
.products-grid li.item .item-outer.hover {
  border: 4px solid #e9ddb0;
  z-index: 3; }
.products-grid li.item .item-outer.hover .actions {
  display: block; }
.products-grid li.item .item-outer.hover .actions .button:hover {
  background: #365a89; }
.products-grid li.item .item-outer {
  border: 4px solid transparent;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1; }
@media only screen and (max-width: 767px) {
  .products-grid li.item .item-outer {
    /* min-height:360px;*/ } }
.products-grid li.item .item-outer:after {
  content: '';
  display: table;
  clear: both; }
.products-grid li.item .item-inner {
  float: left;
  width: 100%;
  padding: 15px 15px 0;
  /*  min-height: 333px;*/ }
@media only screen and (max-width: 767px) {
  .products-grid li.item .item-inner {
    min-height: 300px; } }
.products-grid li.item .item-inner:after {
  content: '';
  display: table;
  clear: both; }
@media only screen and (max-width: 767px) {
  .products-grid li.item .item-inner {
    padding: 5px 5px 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li.item .item-inner {
    padding: 5px 5px 0; } }

#featured-deal.products-grid {
  margin: 0 0 0 -10px; }
@media only screen and (max-width: 767px) {
  #featured-deal.products-grid {
    margin-left: -6px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #featured-deal.products-grid {
    margin-left: -20px !important; } }
#featured-deal.products-grid .owl-item {
  padding-left: 10px; }
@media only screen and (max-width: 767px) {
  #featured-deal.products-grid .owl-item {
    padding-left: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #featured-deal.products-grid .owl-item {
    padding-left: 20px; } }
#featured-deal.products-grid li.item {
  padding: 0 0 0 10px;
  width: 100%; }
#featured-deal.products-grid li.item .item-outer:after {
  display: none; }
#featured-deal.products-grid li.item.product-out-of-stock .actions {
  bottom: 0px !important;
  padding: 0 10px !important; }
@media only screen and (max-width: 767px) {
  #featured-deal.products-grid li.item.product-out-of-stock .actions {
    bottom: 0px !important; } }
#featured-deal.products-grid li.item.product-out-of-stock .actions.out-stock {
  bottom: -10px !important; }
#featured-deal.products-grid li.item:first-child {
  padding-left: 0; }
@media only screen and (max-width: 767px) {
  #featured-deal.products-grid li.item {
    padding: 0; } }
#featured-deal.products-grid li.item:after {
  display: none; }
#featured-deal.products-grid li.item .item-inner {
  padding: 8px 8px 0; }
#featured-deal.products-grid li.item .item-inner .product-image {
  margin: 0 auto 10px;
  display: block;
  max-width: 170px; }
#featured-deal.products-grid li.item .item-outer {
  /* height:auto!important;*/ }

.catalogsearch-result-index .main, .catalog-category-view .main {
  padding-bottom: 50px; }
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .main, .catalog-category-view .main {
    padding-bottom: 20px; } }

#catname-nav {
  font-size: 30px;
  color: #781a0f;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn"; }
@media only screen and (max-width: 767px) {
  #catname-nav {
    display: block !important;
    margin: 15px 0 5px; }
  #catname-nav span {
    display: none !important; } }

.topseller-index-index .block-layered-nav .show_only {
  display: none !important; }

/******* Search empty *******/
.main .search-page-empty {
  margin-left: -88px; }
.main .search-page-empty .page-title {
  margin: 25px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .search-page-empty .page-title {
    margin: 0; } }
.main .search-page-empty .page-title h1 {
  margin: 0; }
.main .search-page-empty .page-title h6 {
  text-transform: none;
  color: #000000;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 18px;
  margin: 0; }

.main .search-page-empty .nav-container {
  background: none;
  clear: both; }
.main .search-page-empty .nav-container li {
  list-style: none; }
.main .search-page-empty .nav-container #custommenu-search {
  padding: 0;
  width: 837px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .search-page-empty .nav-container #custommenu-search {
    padding: 0;
    width: 556px; } }
@media only screen and (max-width: 767px) {
  .main .search-page-empty .nav-container #custommenu-search {
    padding: 20px 0 10px 10px;
    width: 320px; } }
.main .search-page-empty .nav-container #custommenu-search > li {
  width: 33.333333%;
  padding-right: 30px;
  margin-bottom: 45px; }
@media only screen and (max-width: 767px) {
  .main .search-page-empty .nav-container #custommenu-search > li {
    width: 150px !important;
    padding-right: 10px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .search-page-empty .nav-container #custommenu-search > li {
    padding-right: 10px;
    margin-bottom: 20px; } }
.main .search-page-empty .nav-container #custommenu-search > li > a {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn"; }
.main .search-page-empty .nav-container #custommenu-search > li .kingento-custom-menu-popup a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 22px;
  display: inline-block;
  clear: both;
  float: left; }
.main .search-page-empty .nav-container #custommenu-search .kingento-custom-menu-popup > li > .block1 {
  display: block; }
.main .search-page-empty .nav-container #custommenu-search > li {
  float: left; }
.main .search-page-empty .nav-container:after {
  content: '';
  display: table;
  clear: both; }

/******* End search empty *******/
.products-grid li .ratings {
  width: 100%;
  display: none; }

.login-see-price a {
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #959595;
  padding: 0 3px;
  float: left;
  margin: 0 0 3px;
  height: auto;
  line-height: inherit; }

.products-grid li .yotpo-line {
  min-height: 20px;
  clear: both;
  margin-left: -2px; }

.products-grid li .yotpo {
  min-height: 20px;
  float: left;
  width: 100%;
  display: block;
  border: 1px solid transparent; }
.products-grid li .yotpo .yotpo-bottomline .yotpo-icon-star, .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-half-star, .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 17px !important; }
@media only screen and (max-width: 767px) {
  .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-star, .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-half-star, .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 13px !important; } }
.products-grid li .yotpo .text-m {
  font-size: 12px;
  font-family: "HelveticaNeueRegular";
  color: #000000 !important;
  padding: 2px 0 0 3px;
  display: inline-block; }
@media only screen and (max-width: 767px) {
  .products-grid li .yotpo .text-m {
    padding-top: 0;
    float: left;
    font-size: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .yotpo .text-m {
    font-size: 11px;
    padding: 2px 0 0 3px; } }

.categroy-note {
  float: left;
  width: 100%;
  padding-top: 20px; }
@media only screen and (max-width: 767px) {
  .categroy-note {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (min-width: 768px) {
  .touch .products-grid li.item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: height 0s, opacity 300ms ease-in-out;
    -moz-transition: height 0s, opacity 300ms ease-in-out;
    -ms-transition: height 0s, opacity 300ms ease-in-out;
    -o-transition: height 0s, opacity 300ms ease-in-out;
    transition: height 0s, opacity 300ms ease-in-out;
    opacity: 1; }

  .touch .products-grid li.item .hover .mask {
    -webkit-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -moz-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -ms-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -o-transition: height 0s 500ms, opacity 300ms ease-in-out;
    transition: height 0s 500ms, opacity 300ms ease-in-out;
    opacity: 0;
    height: 0; } }
@media only screen and (min-width: 1201px) {
  .category-products .products-grid li.item .item-outer {
    /* min-height: 401px;*/ }

  .products-grid li .sale-price {
    max-height: 21px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-grid li .sale-price {
    max-height: 21px; } }
@media only screen and (max-width: 767px) {
  .category-products .products-grid li.item .item-outer::after {
    left: -4px;
    width: 154px; }

  .category-products .products-grid li.item:nth-child(2n) {
    margin-left: 4px; }

  .category-products .products-grid li.item .item-outer {
    width: 154px; } }
.touch .products-grid li:not(.product-out-of-stock) .item-inner {
  position: relative; }

.products-grid li.product-out-of-stock .item-inner.out-stock, .catalog-category-view .products-grid li.product-out-of-stock .item-inner {
  position: relative; }

.touch .products-grid li:not(.product-out-of-stock) .item-outer.hover .actions {
  bottom: -57px; }
@media only screen and (max-width: 1024px) {
  .touch .products-grid li:not(.product-out-of-stock) .item-outer.hover .actions {
    bottom: 0px; } }

.main .products-grid .labeled ul li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/ }

.main .products-grid .labeled ul li img:hover {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0); }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .main .products-grid .labeled ul li img:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .products-grid .labeled ul li img:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }

.main .img_wrapper {
  width: 30px;
  height: 30px; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .breadcrumbs, .catalog-category-view .breadcrumbs {
    display: none; } }
.catalogsearch-result-index .hide-col, .catalog-category-view .hide-col {
  display: none; }
.catalogsearch-result-index .col-left, .catalog-category-view .col-left {
  width: 20%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .catalogsearch-result-index .col-left, .catalog-category-view .col-left {
    width: 21.92513%; } }
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .col-left, .catalog-category-view .col-left {
    width: 100%;
    margin: 0; } }
.catalogsearch-result-index .col-main, .catalog-category-view .col-main {
  width: 76.09091%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .catalogsearch-result-index .col-main, .catalog-category-view .col-main {
    width: 74.33155%; } }
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .col-main, .catalog-category-view .col-main {
    width: 100%;
    clear: both; } }

.product-view {
  padding: 27px 0;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .product-view {
    width: 300px;
    float: none;
    margin: 0 auto;
    padding: 20px 0; }
  .product-view:after {
    content: '';
    display: table;
    clear: both; } }
.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount {
  float: left; }
.product-view .product-essential .extra-info .ratings .rating-box {
  float: left;
  margin: 0; }
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both; }
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1, .product-name h1 {
  color: #000000;
  margin-bottom: 10px;
  border: 0;
  font-weight: 700;
  font-size: 26px;
  font-family: "helvetica_neue_lt_std77BdCn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none; 
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
    font-size: 24px; } }
.product-view .product-shop {
  margin-top: -3px; }
.product-view .product-shop .price-info .login-see-price {
  margin: 15px 0; }
.product-view .product-shop .brand-p {
  font-size: 14px;
  color: #959595;
  font-family: Arial, sans-serif;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 3px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-shop .brand-p {
    font-size: 13px; } }
.product-view .product-shop .brand-p span {
  color: #32793f;
  font-size: 16px;
  font-family: "helvetica_neue_lt_std77BdCn"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-shop .brand-p span {
    font-size: 15px; } }
.product-view .product-shop .product-name .h1 {
  float: left;
  margin: 0;
  text-transform: none; }
.product-view .product-shop .extra-info {
  float: left;
  clear: left; }
.product-view .product-shop .price-info {
  clear: both; }
.product-view .product-shop .price-info .size {
  padding: 10px 0; }
.product-view .product-shop .price-info .sku {
  /* font-family: $f-helcn;
   font-size:$f-size;*/
  font-family: Arial, sans-serif;
  font-size: 12.5px; }
.product-view .product-shop .labeled {
  clear: both;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 15px; }
@media only screen and (max-width: 767px) {
  .product-view .product-shop .labeled {
    padding: 0;
    margin: 0 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-shop .labeled {
    padding: 0;
    margin: 0 0 10px; } }
.product-view .product-shop .labeled ul li {
  float: left;
  position: relative;
  padding-left: 3px;
  cursor: pointer; }
.product-view .product-shop .labeled ul li img {
  border-radius: none !important;
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: grayscale(100%);
  /* Firefox 35+ */
  -webkit-filter: grayscale(100%);
  /* Google Chrome, Safari 6+ & Opera 15+ */ }
.product-view .product-shop .labeled ul li:first-child {
  padding-left: 0; }
@media only screen and (max-width: 767px) {
  .product-view .product-shop .labeled ul li:first-child label:after {
    margin-left: 6px; } }
.product-view .product-shop .labeled ul li:hover img {
  filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  /* IE6-9 */
  filter: grayscale(0);
  /* Firefox 35+ */
  -webkit-filter: grayscale(0); }
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .product-view .product-shop .labeled ul li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-view .product-shop .labeled ul li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; } }
.product-view .product-shop .labeled ul li:hover label,.product-view .product-shop .labeled ul li:hover span {
  display: block; }
.product-view .product-shop .labeled ul li label,.product-view .product-shop .labeled ul li span {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-family: Arial, sans-serif;
  background: #959595;
  padding: 3px 10px;
  top: -40px;
  left: 50%;
  z-index: 1;
  white-space: nowrap; }
@media only screen and (max-width: 767px) {
  .product-view .product-shop .labeled ul li label,.product-view .product-shop .labeled ul li span {
    margin-left: 0 !important;
    left: 0 !important; } }
.product-view .product-shop .labeled ul li label:after,.product-view .product-shop .labeled ul li span:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #959595;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px; }
@media only screen and (max-width: 767px) {
  .product-view .product-shop .labeled ul li label:after {
    left: 0 !important;
    margin-left: 8px; } }
.product-view .product-shop .ratings {
  margin: 10px 0 20px;
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-shop .ratings {
    margin: 7px 0 17px; } }
.product-view .product-shop .price-box {
  margin: 0 0 16px; }
.product-view .product-shop .price-box .special-price {
  padding-left: 0;
  float: left; }
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2; }
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
  color: #365a89;
  /* font-family: $f-helbdcn;
   font-size: 20px;*/
  font-size: 18px;
  font-weight: bold; }
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase; }
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363; }
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px; }
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363; }
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300; }
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px; }
.product-view .price-box.map-info a {
  display: inherit; }
.product-view .old-price .price {
  display: none; }
.product-view .old-price .price-label {
  display: none; }
.product-view .add-to-cart-wrapper {
  clear: both; }
.product-view .add-to-cart-wrapper.out-sotock {
  float: left;
  width: auto; }
.product-view .add-to-cart-wrapper .availability {
  float: left;
  padding-right: 20px;
  line-height: 40px; }
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-wrapper .availability {
    line-height: 26px; } }

.product-info-right {
  width: 58.90228%;
  float: left; }
@media only screen and (max-width: 767px) {
  .product-info-right {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-info-right {
    width: 100%; } }

.more-views h2 {
  display: none; }

.product-img-box {
  width: 27.45455%;
  float: left;
  padding-top: 9px; }
@media only screen and (max-width: 767px) {
  .product-img-box {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-img-box {
    width: 36.36364%; } }
.product-img-box .sharing-links {
  margin: 40px 0 20px;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .product-img-box .sharing-links {
    display: none; } }
.product-img-box .sharing-links li {
  float: left;
  padding-right: 7px; }
.product-img-box .sharing-links li a {
  background: #1d2434;
  color: #fff;
  height: 25px;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-family: "myriadpro"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-img-box .sharing-links li a {
    font-size: 13px;
    padding: 0 10px; } }
.product-img-box .sharing-links li a i {
  font-size: 15px;
  padding-right: 5px; }
.product-img-box .sharing-links li a:hover {
  text-decoration: none;
  text-decoration: none;
  background: #781a0f; }
.product-img-box .static-block-detail {
  background: #f5f5f5;
  padding: 15px 40px 15px 20px;
  clear: both; }
@media only screen and (max-width: 767px) {
  .product-img-box .static-block-detail {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-img-box .static-block-detail {
    padding: 15px 30px 15px 10px; } }
.product-img-box .static-block-detail h3 {
  font-size: 19px;
  font-weight: normal;
  color: #000000;
  text-transform: capitalize;
  font-family: "helvetica_neue_lt_std57Cn"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-img-box .static-block-detail h3 {
    font-size: 18px; } }
.product-img-box .static-block-detail a {
  color: #781a0f;
  display: inline-block;
  clear: both;
  font-weight: bold;
  line-height: normal;
  padding: 0 0 5px 28px;
  text-decoration: none;
  min-height: 30px;
  position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-img-box .static-block-detail a {
    font-size: 12px; } }
.product-img-box .static-block-detail a:hover span:not(.image) {
  text-decoration: underline; }
.product-img-box .static-block-detail a span {
  display: inline-block; }
.product-img-box .static-block-detail a span.image {
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px; }
.product-img-box .static-block-detail a span.image img {
  display: inline-block;
  padding-right: 5px; }
.product-img-box .product-name h1 {
  border: 0; }
.product-img-box .product-image {
  clear: both; }
.product-img-box .product-image img {
  max-width: 100%;
  height: auto !important;
  max-height: 750px;
  margin: 0px auto; }

.product-image-thumbs {
  margin-top: 10px; }
.product-image-thumbs li {
  display: inline-block;
  padding-left: 10px;
  margin-right: -4px; }
.product-image-thumbs li:first-child {
  margin-left: -10px; }
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid #e2d9bb; }

.product-view .product-essential {
  width: 69.27273%;
  float: right;
  padding-right: 15px; }
@media only screen and (max-width: 767px) {
  .product-view .product-essential {
    width: 100%;
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .product-essential {
    width: 59.49198%;
    padding: 0; } }
.product-view .add-to-box:after, .product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both; }
.product-view .add-to-cart {
  float: left; }
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart {
    width: 100%; } }
.product-view .add-to-cart .qty-wrapper {
  margin-right: 40px;
  float: left; }
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .qty-wrapper {
    margin-right: 0; } }
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 13px;
  float: left; }
.product-view .qty-wrapper .sort-a {
  float: left; }
.product-view .qty-wrapper .sort-a a {
  float: left;
  width: 35px;
  height: 35px;
  background: #fff7d7;
  text-align: center;
  line-height: 35px;
  border: 1px solid #e2d9bb;
  font-size: 30px;
  color: #000000;
  position: relative;
  font-size: 0; }
.product-view .qty-wrapper .sort-a a span {
  display: block;
  width: 100%; }
.product-view .qty-wrapper .sort-a a span:before {
  content: '';
  width: 14px;
  height: 2px;
  top: 16px;
  left: 10px;
  position: absolute;
  background: #000000; }
.product-view .qty-wrapper .sort-a a:hover {
  text-decoration: none; }
.product-view .qty-wrapper .sort-a a.asc {
  border-left: none; }
.product-view .qty-wrapper .sort-a a.asc span:after {
  content: '';
  width: 2px;
  height: 14px;
  top: 10px;
  left: 16px;
  position: absolute;
  background: #000000; }
.product-view .qty-wrapper .sort-a a.desc {
  border-right: none; }
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "helveticaneuemedium";
  color: #000000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .add-to-cart .qty-wrapper label {
    font-size: 12.6px; } }
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 35px;
  line-height: 38px;
  width: 35px;
  /* font-family: $f-helvenuemedium;*/
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .add-to-cart .qty-wrapper .qty {
    font-size: 13px; } }
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 13px;
  max-width: 100%; }
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-buttons {
    float: right;
    margin: 0; } }
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto; }
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center; }
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center; }
.product-view .add-to-cart-buttons .button {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding: 0px 30px 0 55px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
  background: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  background-image: url(../images/cart-icon.png);
  background-repeat: no-repeat;
  background-position: 30px 8px;
  padding-left: 55px; }
@media only screen and (max-width: 767px) {
  .product-view .add-to-cart-buttons .button {
    max-width: 140px;
    padding: 0 16px;
    width: 100%;
    min-width: inherit;
    background-image: none; } }
.product-view .add-to-cart-buttons .button .icon-cart-icon {
  padding-right: 5px;
  font-size: 20px;
  vertical-align: middle;
  float: left;
  display: inline-block;
  margin-top: 6px;
  display: none; }
.product-view .add-to-cart-buttons .button:hover {
  background-color: #365a89; }
.product-view .alert-price, .product-view .alert-stock {
  clear: both; }

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.product-options-bottom {
  margin: 0; }

.product-view .add-to-links {
  margin: 0;
  line-height: 38px;
  float: right; }
@media only screen and (min-width: 1201px) {
  .product-view .add-to-links {
    float: right; } }
@media only screen and (max-width: 767px) {
  .product-view .add-to-links {
    float: right;
    line-height: 25px; } }
.product-view .add-to-links i {
  color: #781a0f;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .add-to-links i {
    font-size: 13px; } }
.product-view .add-to-links i.fa-heart-o:before {
  content: "\f08a";
  padding-left: 1px; }
.product-view .add-to-links a {
  color: #781a0f;
  text-transform: uppercase;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 14px;
  padding: 0; }
.product-view .add-to-links a.islogin {
  padding-left: 4px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-view .add-to-links a {
    font-size: 13px; } }
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both; }
.product-view .add-to-links li {
  float: left; }

.product-collateral-detail {
  float: left;
  width: 100%;
  margin: 47px 0 0; }
@media only screen and (max-width: 767px) {
  .product-collateral-detail {
    margin: 16px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-collateral-detail {
    margin: 34px 0 0; } }
.product-collateral-detail .tab-container {
  border-bottom: 1px solid #e2d9bb;
  padding: 0 0 15px;
  margin: 0 0 26px;
  float: left;
  width: 100%;
  clear: both; }
.product-collateral-detail .tab-container:last-child {
  border: none;
  margin: 0;
  padding: 0; }

.review-heading h2 {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "helvetica_neue_lt_std77BdCn";
  margin: 0;
  font-weight: normal;
  float: left; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .review-heading h2 {
    font-size: 18px; } }
.review-heading .ratings {
  float: right;
  margin: 0; }
.review-heading .ratings .amount {
  float: left;
  margin: 0; }
.review-heading .ratings .amount a {
  color: #000000;
  cursor: default;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 3px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .review-heading .ratings .amount a {
    font-size: 11px; } }
.review-heading .ratings .amount a:hover {
  text-decoration: none; }
.review-heading .ratings .rating-box {
  float: right;
  margin: 0; }

.collateral-tabs dt {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "helvetica_neue_lt_std77BdCn";
  margin: 0 0 6px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .collateral-tabs dt {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .collateral-tabs dd .tab-content {
    font-size: 12px; } }
.collateral-tabs dd .tab-content > h2 {
  display: none; }

.box-collateral {
  clear: both; }

.product-view .ratings .rating-links {
  float: left;
  margin: 0; }
.product-view .ratings .rating-links a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 12px;
  padding-left: 10px; }

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

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

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

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  clear: both;
  position: relative; }
.product-options p.required, .product-options .validation-advice {
  margin: 0 0 5px; }
.product-options table + .custom:before, .product-options table + .custom:after {
  display: none; }
.product-options .input-box .custom {
  margin-top: -8px;
  margin-bottom: 4px; }
.product-options .input-box table {
  width: 100%; }
.product-options .input-box table tr {
  border-bottom: 1px solid #e2d9bb; }
.product-options .input-box table tr.active {
  background: #fff7d7; }
.product-options .input-box table tr.active td a > span {
  position: relative; }
.product-options .input-box table tr.active td a > span > span {
  background: #ffb400;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  display: block;
  top: 2px;
  left: 2px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table tr.active td a > span > span {
    width: 7px;
    height: 7px; } }
.product-options .input-box table tr.out-stock {
  background: none !important; }
.product-options .input-box table tr.out-stock td {
  color: #959595; }
.product-options .input-box table tr.out-stock td:last-child {
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap; }
@media only screen and (max-width: 767px) {
  .product-options .input-box table tr.out-stock td:last-child {
    font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table tr.out-stock td:last-child .price {
    line-height: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table tr.out-stock td:last-child {
    font-size: 11px;
    line-height: 22px; } }
.product-options .input-box table tr.out-stock td a, .product-options .input-box table tr.out-stock td .price {
  color: #959595;
  cursor: default; }
.product-options .input-box table tr.out-stock td a label, .product-options .input-box table tr.out-stock td .price label {
  color: #959595; }
.product-options .input-box table tr.out-stock td a div.label, .product-options .input-box table tr.out-stock td .price div.label {
  color: #959595; }	
.product-options .input-box table tr.out-stock td a > span, .product-options .input-box table tr.out-stock td .price > span {
  border: 1px solid #959595; }
.product-options .input-box table th {
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #959595;
  padding: 0 10px 5px;
  white-space: nowrap; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table th {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .product-options .input-box table th {
    padding: 0 5px 5px; } }
.product-options .input-box table td {
  /*font-size:$f-size;*/
  font-size: 12px;
  color: #000000;
  font-family: Arial, sans-serif;
  /* font-family: $f-helcn;*/
  padding: 5px 10px;
  vertical-align: middle; }
@media only screen and (max-width: 767px) {
  .product-options .input-box table td {
    vertical-align: top;
    padding: 10px 5px 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td {
    font-size: 13px;
    padding-bottom: 2px; } }
.product-options .input-box table td a {
  color: #000000;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std57Cn"; }
.product-options .input-box table td a > label {
  line-height: 1.2;
  width: 75%;
  /*font-family: $f-helcn;*/
  font-family: Arial, sans-serif;
  font-size: 12px; }
.product-options .input-box table td a > div.label {
  line-height: 1.2;
  width: 75%;
  /*font-family: $f-helcn;*/
  font-family: Arial, sans-serif;
  font-size: 12px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td a > label {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td a > div.label {
    font-size: 13px; } }  	
.product-options .input-box table td a > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border: 1px solid #e9ddb0;
  float: left;
  margin: 2px 7px 0 0;
  background: #fff; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td a > span {
    font-size: 13px;
    width: 13px;
    height: 13px;
    margin-top: 3px; } }
.product-options .input-box table td a:hover {
  text-decoration: none; }
.product-options .input-box table td .price {
  font-size: 15px;
  color: #365a89;
  /*font-family: $f-helbdcn;*/
  font-family: Arial, sans-serif;
  padding-right: 5px;
  float: left;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (max-width: 767px) {
  .product-options .input-box table td .price {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 2px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td .price {
    font-size: 15px;
    line-height: 20px; } }
.product-options .input-box table td .price-sale {
  /* font-family: $f-heldefault;*/
  font-family: Arial, sans-serif;
  font-size: 12px;
  /* font-size:$f-size-l;*/
  color: #781a0f;
  float: left;
  line-height: 24px; }
@media only screen and (max-width: 767px) {
  .product-options .input-box table td .price-sale {
    white-space: nowrap; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options .input-box table td .price-sale {
    font-size: 11px;
    line-height: 22px; } }
.product-options .input-box table td:first-child {
  border-left: 1px solid #e2d9bb;
  max-width: 185px; }
.product-options .input-box table td:last-child {
  border-right: 1px solid #e2d9bb;
  text-transform: uppercase;
  font-family: "HelveticaNeueRegular"; }

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

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

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

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

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

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

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

.product-options dd {
  padding: 0;
  margin: 0 0 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px; }
.block-related .block-title {
  border-bottom: none; }
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-related .block-title h2 {
    font-size: 23px; } }
@media only screen and (max-width: 767px) {
  .block-related .block-title h2 {
    font-size: 18px; } }
.block-related .block-subtitle {
  margin-bottom: 7px; }
.block-related .product {
  margin-left: 20px;
  position: relative; }
.block-related .checkbox {
  float: left;
  margin-top: 36px; }
.block-related .product-details {
  margin-left: 90px; }
.block-related .product-name {
  margin-bottom: 3px; }
.block-related .product-details .price-box {
  margin: 2px 0 3px; }
.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
  float: left;
  margin-left: 3px; }
.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px; }
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both; }
.block-related .link-wishlist {
  display: none; }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  width: 32.79786%;
  clear: none;
  float: right;
  margin-top: 4px; }
@media only screen and (max-width: 767px) {
  .box-up-sell {
    width: 100%;
    border-top: 1px solid #e2d9bb;
    padding-top: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell {
    clear: both;
    width: 100%;
    border-top: 1px solid #e2d9bb;
    padding-top: 25px; } }
.box-up-sell .box-title h2 {
  text-transform: none;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 26px;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell .box-title h2 {
    font-size: 18px;
    font-family: "helvetica_neue_lt_std77BdCn";
    text-transform: uppercase; } }
.box-up-sell ul li.item {
  float: none;
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding: 20px 0 0 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell ul li.item {
    width: 33.33333%; } }
.box-up-sell ul li.item:after {
  display: none; }
.box-up-sell ul li.item .brand-p span {
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell ul li.item .brand-p span {
    font-size: 13px; } }
.box-up-sell ul li.item .product-name a {
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell ul li.item .product-name a {
    font-size: 13px; } }
.box-up-sell ul li.item .type-size {
  font-size: 12px; }
.box-up-sell ul li.item .price-box .price {
  font-size: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell ul li.item .price-box .price {
    font-size: 14px; } }

.box-up-sell1 .descript-bulk {
  margin: 0 0 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell1 .descript-bulk {
    font-size: 13px; } }
.box-up-sell1 .descript-note {
  font-size: 12px;
  color: #959595;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin: 15px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .box-up-sell1 .descript-note {
    font-size: 11px; } }

#upsell1-product-table {
  margin: 0; }
#upsell1-product-table li.item {
  padding: 0;
  text-align: left;
  clear: both; }
#upsell1-product-table li.item a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  min-height: inherit;
  color: #781a0f; }
#upsell1-product-table li.item .config {
  margin: 10px 0; }
#upsell1-product-table li.item .config .name-p {
  margin: 0 0 5px;
  font-size: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #upsell1-product-table li.item .config .name-p {
    font-size: 12px; } }
#upsell1-product-table li.item .config a {
  padding-left: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #upsell1-product-table li.item .config a {
    font-size: 12px; } }
#upsell1-product-table li.item h3 {
  margin: 0; }
#upsell1-product-table li.item h3 a {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  min-height: inherit;
  color: #781a0f;
  padding: 0 0 5px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #upsell1-product-table li.item h3 a {
    font-size: 12px; } }

.advancedmedia-list {
  margin-left: -5px;
  margin-top: 8px;
  width: 280px; }
.advancedmedia-list li {
  float: left;
  padding-left: 4px; }
.advancedmedia-list li > div {
  border: 1px solid #e2d9bb; }
@media only screen and (max-width: 767px) {
  .advancedmedia-list li > div > div {
    display: block !important; } }
.advancedmedia-list li > div > a {
  display: block;
  height: 100% !important;
  width: 100% !important; }
.advancedmedia-list li > div > a img {
  height: auto !important; }
@media only screen and (max-width: 767px) {
  .advancedmedia-list li > div > a {
    display: none;
    border: none; }
  .advancedmedia-list li > div > a.fancybox-buttons {
    display: block !important; } }
.advancedmedia-list li > div.active > a img {
  border: 3px solid #e2d9bb; }

.fancybox-inner #minicart-error-message.minicart-message:before {
  content: '';
  width: 2px;
  height: 9px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 20px;
  top: 50%;
  margin-top: -5px; }

.fancybox-inner #minicart-error-message.minicart-message:after {
  content: '';
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 30px;
  top: 50%;
  margin-top: -14px; }

.fancybox-inner #minicart-error-message.minicart-message {
  background: #84713a;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  padding: 10px 45px;
  position: relative; }
@media only screen and (max-width: 767px) {
  .fancybox-inner #minicart-error-message.minicart-message {
    padding: 10px 10px 10px 45px; } }

.fancybox-inner .minicart-wrapper {
  padding: 23px 20px;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .fancybox-inner .minicart-wrapper {
    padding: 18px 0; } }

.fancybox-inner .minicart-wrapper .items-sidebar {
  float: left;
  width: 39%; }
@media only screen and (max-width: 767px) {
  .fancybox-inner .minicart-wrapper .items-sidebar {
    max-width: 100%;
    padding: 0 18px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .fancybox-type-iframe, .fancybox-type-image {
    width: 300px !important; } }

.ios .fancybox-type-iframe, .iso .fancybox-type-image {
  margin-left: -10px; }

.fancybox-inner .minicart-wrapper .content-cart-right {
  float: right;
  width: 385px;
  border: 1px solid #e2d9bb;
  padding: 12px 17px; }
@media only screen and (max-width: 767px) {
  .fancybox-inner .minicart-wrapper .content-cart-right {
    clear: both;
    border: none;
    width: 100%;
    border-top: 1px solid #e2d9bb;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 10px;
    padding-bottom: 0; } }
.fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions {
  float: right; }
.fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions .checkout-types {
  display: none; }
@media only screen and (max-width: 767px) {
  .fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions {
    width: 100%; } }
.fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions .cart-link {
  width: 158px;
  height: 35px;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  font-family: "helvetica_neue_lt_std77BdCn";
  background: #781a0f;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3px;
  display: block; }
.fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions .cart-link:hover {
  background: #365a89; }
@media only screen and (max-width: 767px) {
  .fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions .cart-link {
    width: 100%; } }
.fancybox-inner .minicart-wrapper .content-cart-right .minicart-actions .cart-link:hover {
  text-decoration: none; }
.fancybox-inner .minicart-wrapper .content-cart-right .block-content {
  float: left; }
.fancybox-inner .minicart-wrapper .content-cart-right .block-content .more-items {
  font-size: 12px;
  color: #000000;
  font-family: Arial, sans-serif; }
.fancybox-inner .minicart-wrapper .content-cart-right .block-content .more-items span {
  font-weight: bold;
  color: #781a0f; }
.fancybox-inner .minicart-wrapper .content-cart-right .block-content .subtotal .label, .fancybox-inner .minicart-wrapper .content-cart-right .block-content .subtotal .price {
  /* font-family: $f-helbdcn;
   font-size:$f-size-xl;*/
  color: #000000;
  font-weight: bold;
  font-size: 14px; }

.fancybox-inner .minicart-wrapper .mini-products-list li.item {
  margin: 0; }
.fancybox-inner .minicart-wrapper .product-image {
  border: 1px solid #e2d9bb;
  width: 70px;
  margin-top: 3px; }
.fancybox-inner .minicart-wrapper .product-details {
  float: left;
  width: 70%;
  margin-left: 0;
  padding-left: 10px; }
.fancybox-inner .minicart-wrapper .product-details .sku-p {
  display: none; }
.fancybox-inner .minicart-wrapper .product-details .info-wrapper td {
  display: block;
  clear: both; }
.fancybox-inner .minicart-wrapper .product-details .item-options {
  font-size: 12px;
  color: #959595;
  line-height: 1; }
.fancybox-inner .minicart-wrapper .product-details .price, .fancybox-inner .minicart-wrapper .product-details .qty-p {
  /* font-family: $f-helbdcn;*/
  color: #365a89;
  /* font-size:$f-size-xl;*/
  font-size: 15px;
  font-weight: bold;
  padding-top: 4px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.fancybox-inner .minicart-wrapper .product-details .price span, .fancybox-inner .minicart-wrapper .product-details .qty-p span {
  display: none; }
.fancybox-inner .minicart-wrapper .product-details .remove {
  display: none; }
.fancybox-inner .minicart-wrapper .product-details .qty-p:after {
  content: 'X'; }
.fancybox-inner .minicart-wrapper .product-details .product-name {
  padding-top: 0; }
.fancybox-inner .minicart-wrapper .product-details .product-name a {
  font-size: 15px;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #000000;
  line-height: 1; }

.popup-image-fancybox {
  width: 705px !important; }
@media only screen and (max-width: 767px) {
  .popup-image-fancybox {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px !important; } }

@media only screen and (max-width: 767px) {
  .ios .popup-image-fancybox {
    /*margin-left:-10px;*/ } }

.advancedmedia-list .owl-buttons > div {
  position: absolute;
  top: 50%;
  margin-top: -25px; }
.advancedmedia-list .owl-buttons > div i {
  font-size: 45px;
  color: #000000; }
.advancedmedia-list .owl-buttons > div.owl-prev {
  left: -20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .advancedmedia-list .owl-buttons > div.owl-prev {
    left: 0; } }
.advancedmedia-list .owl-buttons > div.owl-next {
  right: -30px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .advancedmedia-list .owl-buttons > div.owl-next {
    right: 0 !important; } }
.advancedmedia-list .owl-buttons > div.disabled {
  opacity: 0.5;
  cursor: default; }

.addthis_sharing_toolbox {
  margin: 38px 0 8px -2px;
  float: left;
  width: 100%; }

.addthis_sharing_toolbox .at-svc-facebook {
  background: url(../images/social_icons.png) no-repeat;
  text-indent: -999em;
  width: 59px;
  height: 25px;
  max-width: none !important; }
.addthis_sharing_toolbox .at-svc-facebook:hover {
  background: url(../images/social_icons.png) no-repeat top right;
  cursor: pointer; }

.addthis_sharing_toolbox .at-svc-pinterest_share {
  background: url(../images/social_icons.png) no-repeat 0 -26px;
  text-indent: -999em;
  width: 71px;
  height: 25px;
  max-width: none !important; }
.addthis_sharing_toolbox .at-svc-pinterest_share:hover {
  background: url(../images/social_icons.png) no-repeat 100% -26px;
  cursor: pointer; }

.addthis_sharing_toolbox .at-svc-twitter {
  background: url(../images/social_icons.png) no-repeat 0 -52px;
  text-indent: -999em;
  width: 77px;
  height: 25px;
  max-width: none !important; }
.addthis_sharing_toolbox .at-svc-twitter:hover {
  background: url(../images/social_icons.png) no-repeat 100% -52px;
  cursor: pointer; }

.yotpo-small-box {
  display: none; }

.main .yotpo .yotpo-bottomline .yotpo-icon-star, .main .yotpo .yotpo-bottomline .yotpo-icon-half-star, .main .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ffb400;
  font-size: 20px !important; }

/*.main .yotpo .yotpo-icon-empty-star:before{
  content: "\e60e";
  color:#959595;
}*/
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 20px !important; }

.main .yotpo .yotpo-small-box {
  padding: 0; }

.main .yotpo.yotpo-main-widget .yotpo-bottomline .based-on, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
  color: #000000;
  font-size: 12px;
  padding: 6px 5px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo.yotpo-main-widget .yotpo-bottomline .based-on, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
    font-size: 11px;
    padding-right: 22px; } }

.main .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  padding: 0; }

.main .yotpo .yotpo-regular-box {
  padding: 15px 0 0px;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  border: none;
  border-top: 1px solid #e2d9bb; }
.main .yotpo .yotpo-regular-box.write-review {
  border: none;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .yotpo-regular-box {
    padding: 10px 0 0; } }

.main .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews {
  padding: 0;
  float: left; }

.main .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1main {
  min-width: inherit;
  float: right;
  margin-top: -51px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .main .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1main {
    margin-top: -46px; } }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
  height: auto; }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-hidden-mobile, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-hidden-mobile {
  display: block;
  float: left; }

.main .yotpo .yotpo-nav ul {
  display: none; }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .transparent-color-btn {
  display: none !important; }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse, .main .yotpo .yotpo-nav {
  border: none; }

.main .yotpo .yotpo-icon.yotpo-icon-write {
  display: none; }

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category {
  padding: 0 !important; }

.main .yotpo .write-review-button .y-label, .main .yotpo .write-review-button label.y-label {
  background: #365a89;
  text-transform: uppercase;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 38px;
  width: 132px;
  margin: 0 0 23px;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit; }
.main .yotpo .write-review-button .y-label:hover, .main .yotpo .write-review-button label.y-label:hover {
  background: #781a0f; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .write-review-button .y-label, .main .yotpo .write-review-button label.y-label {
    font-size: 15px; } }

.main .yotpo.yotpo-main-widget {
  marign-top: -10px; }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper.mobile-collapse .yotpo-menu-mobile-collapse .yotpo-nav-dropdown-category:hover {
  background: none; }

.main .yotpo .yotpo-review .yotpo-main {
  clear: both; }
.main .yotpo .yotpo-review .yotpo-main .content-title {
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000000;
  padding: 15px 0 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .yotpo-review .yotpo-main .content-title {
    font-size: 15px; } }
.main .yotpo .yotpo-review .yotpo-main .content-review {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .yotpo-review .yotpo-main .content-review {
    font-size: 12px; } }

.main .yotpo .yotpo-review .yotpo-footer .y-label {
  font-style: italic !important;
  font-family: Arial, sans-serif;
  color: #959595;
  font-size: 12px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .yotpo-review .yotpo-footer .y-label {
    font-size: 11px; } }

.main .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .main .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .main .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #959595;
  text-transform: capitalize; }

.main .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .main .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .main .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #ffb400;
  font-size: 20px; }

.main .yotpo .write-review .yotpo-header .yotpo-header-title {
  display: none; }

.main .yotpo .write-review .connect-wrapper .form-element .y-input, .main .yotpo .form-group .form-element .y-input {
  border: 1px solid #e2d9bb;
  font-family: "helveticaneuemedium";
  color: #000000;
  margin: 0 0 15px; }

.main .yotpo .write-review .yotpo-header .yotpo-icon {
  color: #ffb400;
  font-size: 20px; }
.main .yotpo .write-review .yotpo-header .yotpo-icon:hover {
  cursor: pointer; }

.main .yotpo .y-label, .main .yotpo label.y-label, .main .yotpo .write-review .yotpo-header .y-label, .main .yotpo .form-group .form-element .y-label {
  font-size: 14px;
  color: #000000;
  font-family: Arial, sans-serif;
  margin: 0 0 3px;
  padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .y-label, .main .yotpo label.y-label, .main .yotpo .write-review .yotpo-header .y-label, .main .yotpo .form-group .form-element .y-label {
    font-size: 13px; } }

.main .yotpo.yotpo-main-widget.yotpo-small .write-review .socialize-wrapper .yotpo-or, .main .yotpo .yotpo-modal-dialog.yotpo-small .write-review .socialize-wrapper .yotpo-or {
  font-size: 14px;
  color: #000000;
  font-family: Arial, sans-serif;
  text-align: left;
  margin: 0 0 10px; }

.main .yotpo .yotpo-default-button:hover, .main .yotpo input[type="button"].yotpo-default-button:hover {
  background: #781a0f; }

.main .yotpo .primary-color-btn, .main .yotpo input[type="button"].primary-color-btn {
  font-size: 16px;
  font-family: "helvetica_neue_lt_std57Cn";
  height: 36px;
  line-height: 38px;
  padding: 0;
  background: #781a0f; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .primary-color-btn, .main .yotpo input[type="button"].primary-color-btn {
    font-size: 15px; } }

.main .yotpo .primary-color-btn:hover, .main .yotpo input[type="button"].primary-color-btn:hover {
  background: #365a89; }

.main .product-view .product-info-right .yotpo .text-m {
  font-size: 12px;
  color: #000000 !important;
  font-family: Arial, sans-serif;
  display: inline-block;
  padding: 5px 0 0 3px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .product-view .product-info-right .yotpo .text-m {
    font-size: 11px; } }

.main .product-view .product-info-right .yotpo {
  margin: 10px 0 20px; }

.main .yotpo * {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  font-family: Arial, sans-serif; }

.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2, .main .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .fancybox-type-image .fancybox-inner {
    height: auto !important; } }

.main .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #ffb400; }

.main .yotpo-messages {
  margin: 0; }

.main .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon, .main .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
  color: #781a0f; }

.main .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span, .main .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: normal; }

.main .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .main .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .main .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  top: 15px; }

.main .yotpo .yotpo-first-review .yotpo-first-review-stars {
  display: none; }

.main .yotpo .yotpo-first-review {
  margin-top: 0; }

.main .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon, .main .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon {
  line-height: 28px; }

.main .yotpo-thank-you {
  margin-bottom: 20px; }

.main .yotpo .yotpo-default-button, .main .yotpo input[type="button"].yotpo-default-button {
  background: #365a89;
  float: left;
  text-transform: uppercase;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 38px;
  padding: 0 20px;
  margin: 0 3px 23px 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .yotpo .yotpo-default-button, .main .yotpo input[type="button"].yotpo-default-button {
    font-size: 15px; } }
.main .yotpo .yotpo-default-button:hover, .main .yotpo input[type="button"].yotpo-default-button:hover {
  background: #781a0f; }

@media only screen and (min-width: 1201px) {
  .main .advancedmedia-list li > div > a.video-file img {
    min-height: 64px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main .advancedmedia-list li > div > a.video-file img {
    min-height: 61px; } }
@media only screen and (max-width: 767px) {
  .catalog-product-view .fancybox-opened iframe {
    height: 100%; }

  .main .advancedmedia-list .play-button {
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px; }

  .main .advancedmedia-list li > div > a.video-file {
    display: block !important;
    height: 305px !important;
    position: relative; }
  .main .advancedmedia-list li > div > a.video-file img {
    height: 305px !important;
    width: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -153px; } }
@media only screen and (min-width: 320px) {
  .quote-index-index .form-list .input-text {
    width: 100%; }

  #popup-login-form .form-list > li {
    margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .ios .fancybox-type-iframe, .ios .fancybox-type-image {
    margin-left: -10px; } }
@media only screen and (min-width: 768px) {
  .product-options .input-box table td .price-sale {
    white-space: nowrap; }

  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding-left: 23px; }

  .block-layered-nav dl dd.category ol > li > a {
    padding-left: 0; }

  .page .block-layered-nav dl dd ol > li > span span:not(.count), .page .block-layered-nav dl dd ol > li > a span:not(.count) {
    margin-left: -23px; } }
.product-options-bottom .availability {
  float: left;
  line-height: 40px;
  padding-right: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-options-bottom .availability {
    line-height: 38px; } }
@media only screen and (max-width: 767px) {
  .product-options-bottom .availability {
    line-height: 25px; } }

.main .product-options .input-box table tr.out-stock td:last-child .price {
  display: none; }

.sale-price-p {
  color: #781a0f;
  font-size: 12px;
  font-family: "HelveticaNeueRegular";
  float: left;
  width: 100%;
  margin: 0 0 5px;
  min-height: 21px;
  line-height: normal; }
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .sale-price-p .products-grid li .sale-price {
    font-size: 11px; } }

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

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

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

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

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

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

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

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart {
  padding: 37px 0 70px; }
.cart .messages {
  clear: both;
  margin: 25px 0 0;
  float: left;
  width: 100%; }
.cart #giftcard_balance_lookup .messages {
  margin: 0 0 10px; }
@media only screen and (max-width: 767px) {
  .cart {
    padding: 15px 0 50px;
    max-width: 300px;
    margin: 0 auto; } }

.cart-table {
  float: left;
  width: 100%; }
.cart-table tfoot {
  display: none; }
@media only screen and (max-width: 767px) {
  .cart-table .show-mobile {
    display: table-row !important;
    border: none; }
  .cart-table .show-mobile td {
    padding-bottom: 0;
    padding-top: 20px; } }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-remove {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  .cart-table .hide-image-mobile td:first-child {
    padding-left: 0; }
  .cart-table .hide-image-mobile td {
    padding-top: 15px !important; }
  .cart-table .hide-image-mobile td.product-cart-price {
    padding-top: 19px !important; }
  .cart-table .hide-image-mobile .product-cart-info, .cart-table .hide-image-mobile .product-cart-image {
    display: none; } }
@media only screen and (max-width: 767px) {
  .cart-table thead {
    display: none; } }

.cart .button2 {
  height: 31px;
  width: 92px;
  text-align: center;
  color: #fff;
  display: block;
  background: #365a89;
  font-size: 18px;
  font-family: "helvetica_neue_lt_std77BdCn"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .button2 {
    font-size: 17px;
    width: 83px;
    height: 28px;
    line-height: 28px; } }
.cart .button2:hover {
  background: #781a0f; }

.cart-forms {
  clear: both;
  padding: 15px 0 70px; }
@media only screen and (max-width: 767px) {
  .cart-forms {
    padding: 10px 0 50px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-forms {
    padding: 15px 0 45px; } }
.cart-forms:after {
  content: '';
  display: table;
  clear: both; }

.cart-totals {
  width: 31.81818%;
  float: right;
  padding: 0 30px; }
@media only screen and (max-width: 767px) {
  .cart-totals {
    width: 100%;
    padding: 15px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-totals {
    padding: 0;
    width: 34.75936%; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-forms .giftcard {
    padding-bottom: 15px; } }

.cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
  padding: 18px 15px;
  background-color: #fff7d7;
  margin: 0 0 10px; }
@media only screen and (max-width: 767px) {
  .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    margin: 0 0 2px;
    padding: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    padding: 13px; } }
.cart-forms .discount h2 + div, .cart-forms .discount h2 + form, .cart-forms .giftcard h2 + div, .cart-forms .giftcard h2 + form, .cart-forms .shipping h2 + div, .cart-forms .shipping h2 + form {
  margin: 15px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-forms .discount h2 + div, .cart-forms .discount h2 + form, .cart-forms .giftcard h2 + div, .cart-forms .giftcard h2 + form, .cart-forms .shipping h2 + div, .cart-forms .shipping h2 + form {
    margin: 10px 0 0; } }
@media only screen and (max-width: 767px) {
  .cart-forms .discount h2 + div, .cart-forms .discount h2 + form, .cart-forms .giftcard h2 + div, .cart-forms .giftcard h2 + form, .cart-forms .shipping h2 + div, .cart-forms .shipping h2 + form {
    display: none; } }
.cart-forms .discount h2, .cart-forms .giftcard h2, .cart-forms .shipping h2 {
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin: -15px;
  padding: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-forms .discount h2, .cart-forms .giftcard h2, .cart-forms .shipping h2 {
    font-size: 13px; } }
.cart-forms .discount h2 i, .cart-forms .giftcard h2 i, .cart-forms .shipping h2 i {
  float: right;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -8px;
  cursor: pointer;
  height: 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-forms .discount h2 i, .cart-forms .giftcard h2 i, .cart-forms .shipping h2 i {
    font-size: 25px;
    top: -5px; } }

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

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
  .cart .page-title {
    margin-bottom: -8px;
    float: left;
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .page-title {
    margin-bottom: 5px; } }
.cart .page-title:after {
  content: '';
  display: table;
  clear: both; }
.cart .page-title span {
  float: right;
  font-size: 14px;
  font-family: "HelveticaNeueRegular";
  padding: 10px 10px 0 0; }
@media only screen and (max-width: 767px) {
  .cart .page-title span {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .page-title span {
    padding: 10px 0 0;
    font-size: 13px; } }
.cart .page-title span a {
  font-size: 14px;
  color: #781a0f;
  font-family: "HelveticaNeueBold"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .page-title span a {
    font-size: 12px; } }
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px; }
@media only screen and (max-width: 767px) {
  .cart .page-title h1 {
    margin: 0 0 10px; } }

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

.cart-totals .checkout-types .btn-checkout {
  height: 45px;
  padding: 0;
  width: 100%;
  background: #781a0f;
  font-size: 24px;
  line-height: 45px;
  outline: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-totals .checkout-types .btn-checkout {
    font-size: 23px; } }
.cart-totals .checkout-types .btn-checkout:hover {
  background: #365a89; }

.cart-table {
  border-top: 1px solid #e2d9bb;
  font-family: "helvetica_neue_lt_std57Cn";
  color: #000000; }
@media only screen and (max-width: 767px) {
  .cart-table {
    border-top: none; } }
.cart-table th, .cart-table td, .cart-table tbody td {
  border-bottom: none;
  vertical-align: top; }
.cart-table .product-cart-sku {
  font-size: 14px;
  font-family: Arial, sans-serif; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-sku {
    font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-sku {
    font-size: 15px;
    padding-top: 4px; } }
.cart-table h2.product-name {
  margin: 0; }
.cart-table h2.product-name a {
  font-weight: normal;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 21px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 7px; }
@media only screen and (max-width: 767px) {
  .cart-table h2.product-name a {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table h2.product-name a {
    font-size: 20px; } }
.cart-table thead th {
  color: #959595;
  font-size: 14px;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table thead th {
    font-size: 13px;
    padding: 15px 8px 12px; } }
.cart-table thead th:first-child {
  padding-left: 40px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table thead th:first-child {
    padding-left: 8px; } }
.cart-table tbody td {
  padding: 30px 20px 20px; }
@media only screen and (max-width: 767px) {
  .cart-table tbody td {
    padding: 20px 5px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table tbody td {
    padding-left: 8px;
    padding-right: 8px; } }
.cart-table thead th, .cart-table tbody td {
  background-color: transparent;
  font-family: Arial, sans-serif; }
.cart-table tr {
  border-bottom: 1px solid #e2d9bb; }
.cart-table tfoot tr {
  background: none; }
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both; }
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif; }
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove, .cart-table .product-cart-actions .button {
  display: none; }
.cart-table .product-cart-image {
  padding-left: 40px;
  padding-right: 5px; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-image {
    padding-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-image {
    padding-left: 8px; } }
.cart-table .product-cart-image .product-image {
  border: 1px solid #e2d9bb;
  display: block;
  max-width: 109px; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-image .product-image {
    min-width: 109px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-image .product-image {
    max-width: 109px;
    margin-top: 8px;
    display: inline-block;
    display: inline-block; } }
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%; }
.cart-table .product-cart-image a.cart-edit {
  display: none; }
.cart-table .product-cart-sku .label {
  font-weight: normal; }
.cart-table .btn-empty {
  float: left; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-total {
    display: none; } }
.cart-table .product-cart-total, .cart-table .product-cart-price {
  text-align: left;
  padding-top: 25px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-total, .cart-table .product-cart-price {
    padding-top: 30px; } }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-total, .cart-table .product-cart-price {
    text-align: left;
    padding-left: 0; } }
.cart-table .product-cart-total .price, .cart-table .product-cart-price .price {
  color: #000000;
  /* font-size:20px;
   font-family: $f-helbdcn;*/
  font-size: 18px;
  font-weight: bold; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-total .price, .cart-table .product-cart-price .price {
    font-size: 19px; } }
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer; }
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #365a89;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px; }
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #365a89;
  border-bottom: none;
  right: -15px;
  top: 6px; }
.cart-table .cart-links {
  display: none; }
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px; }
.cart-table .cart-links > li > a {
  display: block; }
.cart-table .cart-links > li:last-child {
  margin-bottom: 0; }
.cart-table .product-cart-remove {
  padding-top: 31px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-remove {
    padding-top: 30px; } }
.cart-table .product-cart-actions {
  min-width: 155px;
  text-align: left;
  padding-top: 21px; }
@media only screen and (max-width: 767px) {
  .cart-table .product-cart-actions {
    min-width: inherit;
    text-align: left;
    white-space: nowrap; } }
.cart-table .product-cart-actions .qty {
  height: 35px;
  line-height: 38px;
  margin-top: 1px;
  border-color: #e2d9bb;
  border-radius: 0;
  /* font-size:$f-size;*/
  font-size: 13px;
  color: #000000;
  /*  font-family: $f-helvenuemedium;*/
  text-align: center;
  width: 39px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-actions .qty {
    font-size: 13px;
    width: 32px;
    height: 31px;
    line-height: 32px;
    margin-top: 8px; } }
.cart-table .product-cart-actions .button:active, .cart-table .product-cart-actions .button {
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  line-height: 41px;
  display: inline-block !important;
  padding: 0 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .product-cart-actions .button:active, .cart-table .product-cart-actions .button {
    font-size: 15px;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    text-align: left; } }
.cart-table .product-cart-actions .button:active:hover, .cart-table .product-cart-actions .button:hover {
  background: none;
  text-decoration: underline; }
.cart-table .item-options {
  padding-left: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .item-options {
    min-width: 100px; } }
.cart-table .item-options dd {
  color: #959595;
  line-height: 18px;
  margin: 0;
  width: 100%;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 14px; }
@media only screen and (max-width: 767px) {
  .cart-table .item-options dd {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .item-options dd {
    font-size: 13px; } }
.cart-table .item-options dd label {
  display: inline-block;
  max-width: 40%;
  color: #959595;
  font-size: 14px;
  vertical-align: top;
  padding-right: 3px;
  font-family: "helvetica_neue_lt_std57Cn"; }
@media only screen and (max-width: 767px) {
  .cart-table .item-options dd label {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .item-options dd label {
    font-size: 13px; } }
.cart-table .item-options dd span {
  display: inline-block;
  max-width: 60%;
  /* font-family: $f-helcn;*/
  font-family: Arial, sans-serif;
  font-size: 12px; }
@media only screen and (max-width: 767px) {
  .cart-table .item-options dd {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-table .item-options dd {
    font-size: 13px; } }

.product-cart-remove .btn-remove2 {
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  line-height: 21px;
  display: initial;
  white-space: nowrap; }
@media only screen and (max-width: 767px) {
  .product-cart-remove .btn-remove2 {
    white-space: normal;
    line-height: 16px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-cart-remove .btn-remove2 {
    font-size: 15px;
    line-height: 30px; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart-form-left {
  float: left;
  width: 48.85714%;
  margin-right: 10px; }
@media only screen and (max-width: 767px) {
  .cart-form-left {
    width: 100%;
    margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-form-left {
    width: 100%;
    margin: 0; } }

.cart-form-left-outer {
  float: left;
  width: 63.63636%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart-form-left-outer {
    width: 41.17647%; } }
@media only screen and (max-width: 767px) {
  .cart-form-left-outer {
    width: 100%; } }

.shipping {
  float: left;
  width: 48.85714%; }
@media only screen and (max-width: 767px) {
  .shipping {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shipping {
    clear: both;
    width: 100%; } }
.shipping .custom:before {
  top: 12px;
  right: 10px; }
.shipping select {
  max-width: 100%;
  height: 31px;
  display: block;
  border: 1px solid #e2d9bb;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shipping select {
    height: 28px;
    font-size: 13px; } }
.shipping select.validation-failed {
  border-color: #DF280A; }
.shipping .shipping-desc {
  display: none; }
.shipping .form-list {
  margin: 0; }
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }
.shipping .form-list li {
  float: left;
  clear: both;
  width: 100%; }
.shipping .form-list li.shipping-postcode {
  margin: 0; }
.shipping .form-list li.shipping-postcode .input-box {
  padding-right: 91px;
  position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shipping .form-list li.shipping-postcode .input-box {
    padding-right: 82px; } }
.shipping .form-list li.shipping-postcode .button2 {
  position: absolute;
  right: 0;
  top: 0; }
.shipping .form-list .input-text {
  height: 31px;
  color: #000000;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shipping .form-list .input-text {
    height: 28px;
    font-size: 13px; } }
.shipping .form-list label {
  font-size: 14px;
  white-space: nowrap; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shipping .form-list label {
    font-size: 13px; } }
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
.shipping .sp-methods dd {
  margin-bottom: 10px; }
.shipping .sp-methods label {
  padding-left: 10px;
  line-height: 1; }
.shipping .sp-methods label span {
  line-height: 1; }
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
  .shipping .shipping-form .form-list > li label {
    display: block; }
  .shipping .shipping-form .form-list > li input, .shipping .shipping-form .form-list > li select {
    width: 100%; } }
.cart .cart-totals {
  text-align: right; }
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both; }
.cart .cart-totals table {
  text-transform: uppercase;
  width: 100%; }
.cart .cart-totals table th + td {
  font-size: 20px;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-totals table th + td {
    font-size: 19px; } }
.cart .cart-totals table td {
  padding: 0;
  vertical-align: bottom; }
.cart .cart-totals table td .price {
  /* font-size:20px;*/
  font-size: 18px;
  font-weight: bold;
  /*font-family: $f-helbdcn;*/
  font-family: Arial, sans-serif;
  color: #000000;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-totals table td .price {
    font-size: 19px;
    line-height: 1; } }
.cart .cart-totals table tbody th, .cart .cart-totals table td:first-child {
  padding-right: 20px;
  min-width: 120px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #959595; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-totals table tbody th, .cart .cart-totals table td:first-child {
    font-size: 13px; } }
.cart .cart-totals table td:last-child {
  text-align: left !important;
  padding-left: 20px; }
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 5px; }
.cart .cart-totals table tfoot strong {
  font-weight: normal;
  font-size: 18px;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-totals table tfoot strong {
    font-size: 17px; } }
.cart .cart-totals table tfoot strong .price {
  font-size: 27px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .cart-totals table tfoot strong .price {
    font-size: 25px; } }

#giftcard-form .please-wait {
  margin-left: 0;
  margin-bottom: 5px; }

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

#discount-coupon-form, .cart .giftcard {
  width: 100%; }
#discount-coupon-form label, .cart .giftcard label {
  display: none; }
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
  display: inline-block;
  width: 100%;
  padding-right: 91px;
  position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
    padding-right: 82px; } }
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
  display: inline; }
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
  position: absolute;
  right: 0;
  top: 0; }
#discount-coupon-form .input-text, .cart .giftcard .input-text {
  border-radius: 0;
  height: 31px;
  width: 100%;
  font-size: 14px;
  color: #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #discount-coupon-form .input-text, .cart .giftcard .input-text {
    height: 28px;
    font-size: 13px; } }

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

.cart .giftcard .check-gc-status {
  cursor: pointer;
  float: right;
  background: none;
  color: #781a0f;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  width: auto;
  text-align: right;
  text-transform: none;
  height: 20px;
  padding-bottom: 33px;
  padding-top: 10px; }
@media only screen and (max-width: 767px) {
  .cart .giftcard .check-gc-status {
    padding-bottom: 0;
    padding-top: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cart .giftcard .check-gc-status {
    padding: 6px 0 0;
    font-size: 13px; } }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #000000;
  text-transform: none;
  font-weight: normal;
  font-size: 26px;
  font-family: "helvetica_neue_lt_std57Cn";
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell h2 {
    font-size: 24px; } }

.crosssell {
  clear: both; }
.crosssell #crosssell-products-list li.item {
  display: inline-block;
  margin-right: -4px;
  width: 14.28571%;
  float: none;
  padding: 20px 0 0 10px; }
@media only screen and (max-width: 767px) {
  .crosssell #crosssell-products-list li.item {
    width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell #crosssell-products-list li.item {
    width: 20%; } }
.crosssell #crosssell-products-list li.item .product-name a {
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell #crosssell-products-list li.item .product-name a {
    font-size: 13px; } }
.crosssell #crosssell-products-list li.item .type-size {
  font-size: 13px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell #crosssell-products-list li.item .type-size {
    font-size: 12px; } }
.crosssell #crosssell-products-list li.item .price-box .minimal-price, .crosssell #crosssell-products-list li.item .price-box .price {
  font-size: 16px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell #crosssell-products-list li.item .price-box .minimal-price, .crosssell #crosssell-products-list li.item .price-box .price {
    font-size: 15px; } }
.crosssell #crosssell-products-list li.item .product-info {
  text-align: center; }
.crosssell #crosssell-products-list li.item .product-info .brand-p span {
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .crosssell #crosssell-products-list li.item .product-info .brand-p span {
    font-size: 13px; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px; }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px; } }
#payment_form_paypal_express {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opc h3 {
  font-weight: 500; }

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.shipping .sp-methods dt {
  display: none; }

.sp-methods {
  margin: 0 0 8px; }
.sp-methods dt {
  margin: 0;
  font-weight: normal; }
.sp-methods dd li {
  margin: 5px 0;
  float: left;
  width: 100%; }
.sp-methods dd li .radio {
  top: 3px;
  display: none; }
.sp-methods label img {
  display: inline-block;
  padding-left: 5px;
  margin: 0 0 -6px; }
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px; }
.sp-methods .price {
  font-weight: bold; }
.sp-methods .form-list {
  padding-left: 20px; }
.sp-methods .form-list li {
  margin: 0 0 8px; }
.sp-methods select.month {
  width: 100%;
  margin-right: 0; }
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px; }
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both; }
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left; }
.sp-methods .checkmo-list address {
  float: left; }
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0; }
  .sp-methods .checkmo-list label {
    width: 135px; } }
.sp-methods .release-amounts {
  margin: 0.5em 0; }
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }
.sp-methods .tokencard-radio img {
  float: left; }
.sp-methods .tokencard-radio .oncheckout {
  vertical-align: middle; }

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

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

#checkout-review-table-wrapper {
  clear: both;
  padding-top: 10px; }

#review-buttons-container {
  width: 100%; }
#review-buttons-container .btn-checkout {
  width: 100%;
  height: 45px;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 24px;
  line-height: 45px; }
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
  display: none !important; }
#review-buttons-container .f-left {
  float: right; }

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

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

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

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

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

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

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

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%; }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%; } }
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 104px 340px 124px;
  text-align: center;
  font-size: 13px;
  line-height: 22px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .checkout-onepage-success .col-main {
    padding: 50px 170px; } }
@media only screen and (max-width: 767px) {
  .checkout-onepage-success .col-main {
    padding: 30px 10px; } }
.checkout-onepage-success .col-main .page-title {
  display: none; }
.checkout-onepage-success .col-main .sub-title {
  font-size: 30px;
  margin: 0 0 18px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .checkout-onepage-success .col-main .sub-title {
    font-size: 23px; } }
@media only screen and (max-width: 767px) {
  .checkout-onepage-success .col-main .sub-title {
    font-size: 18px; } }
.checkout-onepage-success .col-main a {
  color: #781a0f; }
.checkout-onepage-success .col-main .buttons-set {
  margin: 38px 0 0;
  text-align: center;
  padding: 0; }
.checkout-onepage-success .col-main .buttons-set .button {
  font-size: 16px;
  font-family: "helvetica_neue_lt_std57Cn";
  background: #365a89;
  float: none; }
.checkout-onepage-success .col-main .buttons-set .button:hover {
  background: #781a0f; }

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

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

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Customer
 * ============================================ */
@media only screen and (max-width: 767px) {
  .customer-account-login .account-login {
    max-width: 300px;
    margin: 0 auto; } }
.customer-account-login .col2-set {
  margin: 65px 0 89px; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set {
    margin: 0 0 10px; } }
.customer-account-login .col2-set h2 {
  word-spacing: -2px; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set h2 {
    font-size: 23px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set {
    padding: 0 20px;
    margin: 42px 0 94px; } }
.customer-account-login .col2-set .col-2 {
  padding: 20px 0; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set .col-2 {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-2 {
    padding: 10px 0 15px 0; } }
.customer-account-login .col2-set .col-2 .content {
  padding-left: 84px;
  padding-right: 84px;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set .col-2 .content {
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-2 .content {
    max-width: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 38px; } }
.customer-account-login .col2-set .col-2 .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }
.customer-account-login .col2-set .col-2 .buttons-set button, .customer-account-login .col2-set .col-2 .buttons-set .button {
  float: left;
  margin: 12px 0 0;
  background: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  padding: 0 23px;
  font-size: 16px;
  min-width: 280px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-2 .buttons-set button, .customer-account-login .col2-set .col-2 .buttons-set .button {
    font-size: 15px; } }
.customer-account-login .col2-set .col-2 .buttons-set button:hover, .customer-account-login .col2-set .col-2 .buttons-set .button:hover {
  background: #365a89; }
.customer-account-login .col2-set .col-1 {
  padding: 20px 0;
  border-right: 1px solid #e9ddb0; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set .col-1 {
    width: 100%;
    clear: both;
    border-right: none;
    border-bottom: 1px solid #e9ddb0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-1 {
    padding: 10px 0 15px 0; } }
.customer-account-login .col2-set .col-1 .content {
  padding-left: 84px;
  padding-right: 95px;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set .col-1 .content {
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-1 .content {
    max-width: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 38px; } }
.customer-account-login .col2-set .col-1 .form-list li .input-text {
  width: 100%; }
.customer-account-login .col2-set .col-1 .form-list li.buttons-link {
  padding-top: 10px; }
.customer-account-login .col2-set .col-1 .form-list li .f-left {
  color: #781a0f;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-1 .form-list li .f-left {
    font-size: 12px; } }
.customer-account-login .col2-set .col-1 .form-list li .button {
  float: right; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .col2-set .col-1 .form-list li .button {
    margin-top: 38px; } }

.customer-account-create .form-instructions {
  margin: 0 0 40px; }
@media only screen and (max-width: 767px) {
  .customer-account-create .form-instructions {
    margin: 0 0 20px; } }

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

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

.customer-account-create .account-create {
  margin: 50px 0 120px;
  padding: 0 85px; }
.customer-account-create .account-create .page-title h1 {
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .customer-account-create .account-create .page-title h1 {
    margin-bottom: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account-create .account-create {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .customer-account-create .account-create {
    padding: 0 10px;
    margin: 20px 0 40px; } }
.customer-account-create .account-create .form-shipping-address input[type=checkbox] + label {
  font-weight: normal;
  font-size: 13px; }
.customer-account-create .form-list {
  float: left;
  margin: 0;
  clear: both;
  width: 390px; }
@media only screen and (max-width: 767px) {
  .customer-account-create .form-list label {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .customer-account-create .form-list {
    width: 100%; } }
.customer-account-create .form-list.no-margin {
  margin: 0; }
.customer-account-create .form-list li {
  clear: both; }
.customer-account-create .form-list li .width-half .input-text {
  width: 50%; }
.customer-account-create .form-list li textarea {
  height: 106px; }
.customer-account-create .form-list li .input-text {
  width: 100%; }
.customer-account-create .form-list li.fields {
  margin: 0 -8px; }
.customer-account-create .form-list li.fields.fields-input .field {
  width: 100%; }
.customer-account-create .form-list li.fields.fields-input .field .input-text {
  width: 50%; }
.customer-account-create .form-list li.fields .field {
  width: 50%;
  float: left;
  padding: 0 8px; }
.customer-account-create .fieldset .hidden {
  display: none; }
.customer-account-create #remember-me-popup {
  max-width: 455px; }

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

.customer-account-changeforgotten .col1-layout .account-create {
  margin: 65px 0 89px;
  padding-left: 84px; }
@media only screen and (max-width: 767px) {
  .customer-account-changeforgotten .col1-layout .account-create {
    padding-left: 10px; } }
.customer-account-changeforgotten .col1-layout .account-create .scaffold-form {
  margin-top: 35px; }
@media only screen and (max-width: 767px) {
  .customer-account-changeforgotten .col1-layout .account-create .scaffold-form {
    margin-top: 25px; } }

.customer-account-resetpassword .col1-layout .account-create {
  margin: 65px 0 89px;
  padding-left: 84px; }
@media only screen and (max-width: 767px) {
  .customer-account-resetpassword .col1-layout .account-create {
    padding-left: 10px; } }
.customer-account-resetpassword .scaffold-form {
  margin-top: 35px; }
@media only screen and (max-width: 767px) {
  .customer-account-resetpassword .scaffold-form {
    margin-top: 25px; } }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
@media only screen and (max-width: 767px) {
  body.customer-account .my-account .title-buttons {
    text-align: center; } }
body.customer-account .my-account .title-buttons h1 {
  text-align: left; }
@media only screen and (max-width: 767px) {
  body.customer-account .my-account .title-buttons h1 {
    font-size: 20px;
    text-align: center; } }
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0; }
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -49px; }
@media only screen and (max-width: 767px) {
  body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
    position: static;
    padding: 0 0 11px;
    display: inline-block; } }
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px; }
body.customer-account .data-table td a {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal; }
body.customer-account .data-table td .price {
  font-family: Arial, sans-serif; }
body.customer-account .data-table span.nobr {
  white-space: nowrap; }
body.customer-account .data-table t.view span.nobr {
  color: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  text-transform: uppercase;
  font-style: normal; }
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px; }
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0; }

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

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 0; }
.dashboard .box-head h2 {
  display: inline-block;
  margin-bottom: 10; }
.dashboard .box-head a {
  padding: 10px;
  float: right; }
.dashboard .box-title a, .dashboard .box-head a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0 0;
  font-family: "helvetica_neue_lt_std57Cn";
  float: right; }
@media only screen and (max-width: 767px) {
  .dashboard .box-title a, .dashboard .box-head a {
    padding-top: 2px; } }
@media only screen and (max-width: 767px) {
  .dashboard .box-info .box-title a {
    padding-top: 5px; } }
.dashboard .box-account p, .dashboard .box-account address {
  font-family: Arial, sans-serif;
  color: #000000; }
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
  padding-right: 2.41935%;
  padding-bottom: 0;
  padding-top: 0; }
@media only screen and (max-width: 767px) {
  .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    width: 100%;
    padding-right: 0; } }
.dashboard .col2-set .col-1 .box-content, .dashboard .col2-set .col-2 .box-content {
  clear: both;
  padding-left: 10px; }
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px; }
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000000;
  float: left;
  font-family: "helvetica_neue_lt_std57Cn";
  padding-top: 5px; }
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
  float: right; }
.dashboard .box-reviews #my_recent_reviews {
  margin: 20px 0 0; }
.dashboard .box-reviews.box-account {
  padding-bottom: 0; }
.dashboard .box-reviews li:first-child {
  border-top: 0; }
.dashboard .box-reviews li .number {
  float: left;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  padding-right: 5px;
  line-height: 1.4; }
.dashboard .box-reviews li .details .product-name a {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn"; }
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0; }
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-weight: normal;
  font-size: 13px;
  margin-right: 5px;
  line-height: 24px; }
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
  padding-bottom: 0; }
.my-account .addresses-list .item {
  margin: 0 0 30px 0; }
.my-account .addresses-list .item address {
  color: #000000;
  padding-left: 10px; }
.my-account .addresses-list .item p {
  margin-top: 10px; }
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
    width: 100%; } }
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2d9bb;
  width: 100%;
  margin-bottom: 10px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline; }
.order-info dt {
  margin-right: 20px; }
@media only screen and (max-width: 767px) {
  .order-info dt {
    display: block;
    margin: 0 0 5px; } }
.order-info li {
  margin: 0 0 0 5px; }
.order-info li.current {
  font-weight: 600; }
.order-info li:first-child {
  margin-left: 0; }

.order-date {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase; }

.order-info-box {
  margin-top: 20px; }
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%; }
@media only screen and (max-width: 767px) {
  .order-info-box .col-1 {
    width: 100%; } }
.order-info-box .col-2 {
  width: 52%; }
@media only screen and (max-width: 767px) {
  .order-info-box .col-2 {
    width: 100%; } }
.order-info-box .col-1, .order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
.order-info-box .box-title {
  width: 100%;
  padding-right: 10px;
  float: left; }
.order-info-box .box-title h2 {
  font-size: 14px;
  line-height: 22px; }
.order-info-box .box-title h2:after {
  content: ':'; }
.order-info-box .box-content {
  float: left;
  padding-bottom: 20px;
  padding-left: 10px;
  /*color: $c-gray;*/
  color: #000000; }
.order-info-box .box-content td, .order-info-box .box-content th {
  line-height: 1.3; }
.order-info-box .box-content th {
  padding-top: 10px; }
.order-info-box .box-content td {
  padding-left: 15px; }
.order-info-box .box-content strong {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

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

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

@media only screen and (max-width: 767px) {
  #my-orders-table .option-label {
    margin-left: 20px; }
  #my-orders-table .option-value {
    margin-left: 35px; }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }
  #my-orders-table tr.bundle {
    border-color: #EDEDED; }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
    border: none; }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }
.order-additional {
  margin: 40px 0; }

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

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }
body.newsletter-manage-index .my-account .form-list {
  padding-top: 10px; }
body.newsletter-manage-index .my-account .form-list li {
  clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

.customer-account .page-title h1 {
  padding-bottom: 15px; }
@media only screen and (max-width: 767px) {
  .customer-account .page-title h1 {
    padding: 0; } }

/*ticket-4579*/
.customer-account .page {
  padding-top: 166px;
}
.customer-account .main {
  padding: 55px 0; }
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .customer-account .page {
    padding-top: 148px;
  }  
  .customer-account .main {
    padding-top: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .customer-account .page {
    padding-top: 121px;
  }  
  .customer-account .main {
    padding-top: 20px;
  }  
}
/*end ticket 4759*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account .main {
    padding: 40px 0; } }
@media only screen and (max-width: 767px) {
  .customer-account .main {
    padding: 20px 10px; }
  .customer-account .main #form-desktop {
    display: none; }
  .customer-account .main #form-mobile {
    display: block !important; } }

/******* Favoritest ********/
.amlist-list-index .buttons-set button.button {
  float: right;
  background: #365a89;
  font-family: "helvetica_neue_lt_std57Cn";
  min-width: inherit;
  padding: 0 20px; }
.amlist-list-index .buttons-set button.button:hover {
  background: #781a0f; }

#amlist-table-mobile, #amlist-table {
  margin: 32px 0 0; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile, #amlist-table {
    margin-top: 20px; }
  #amlist-table-mobile colgroup, #amlist-table colgroup {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile, #amlist-table {
    margin: 29px 0 0; }
  #amlist-table-mobile colgroup, #amlist-table colgroup {
    display: none; } }
#amlist-table-mobile .qty-price, #amlist-table .qty-price {
  clear: both; }
#amlist-table-mobile tr.selected, #amlist-table tr.selected {
  background: #fff7d7; }
#amlist-table-mobile td, #amlist-table td {
  border-left: 1px solid #e2d9bb;
  padding: 22px 10px; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile td, #amlist-table td {
    padding: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td, #amlist-table td {
    padding: 16px 8px; } }
#amlist-table-mobile td .custom, #amlist-table td .custom {
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .custom, #amlist-table td .custom {
    min-width: 125px; } }
#amlist-table-mobile td .custom:before, #amlist-table td .custom:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .custom:after, #amlist-table td .custom:after {
    height: 22px; } }
#amlist-table-mobile td .custom select, #amlist-table td .custom select {
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .custom select, #amlist-table td .custom select {
    height: 25px;
    line-height: 23px; } }
#amlist-table-mobile td:first-child, #amlist-table td:first-child {
  text-align: center;
  position: relative; }
#amlist-table-mobile td:first-child input[type=checkbox] + label span, #amlist-table td:first-child input[type=checkbox] + label span {
  margin-right: 0; }
#amlist-table-mobile td:first-child input[type=checkbox] + label, #amlist-table td:first-child input[type=checkbox] + label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -10px; }
#amlist-table-mobile td:last-child, #amlist-table td:last-child {
  border-right: 1px solid #e2d9bb; }
#amlist-table-mobile td .product-image, #amlist-table td .product-image {
  border: 1px solid #e2d9bb;
  background: #fff;
  display: inline-block;
  float: left;
  width: 27%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .product-image, #amlist-table td .product-image {
    width: auto;
    max-width: 90px; } }
#amlist-table-mobile td .product-detail, #amlist-table td .product-detail {
  float: left;
  padding-left: 10px;
  width: 72%; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile td .product-detail, #amlist-table td .product-detail {
    padding-left: 0;
    padding-bottom: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .product-detail, #amlist-table td .product-detail {
    width: 100%;
    padding-left: 0; } }
#amlist-table-mobile td .qty, #amlist-table td .qty {
  width: 39px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #000000; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile td .qty, #amlist-table td .qty {
    margin-left: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .qty, #amlist-table td .qty {
    width: 35px;
    height: 31px;
    line-height: 33px;
    font-size: 13px; } }
#amlist-table-mobile td .link-remove, #amlist-table td .link-remove {
  white-space: nowrap;
  font-size: 16px;
  font-family: "helvetica_neue_lt_std57Cn";
  padding: 10px 0 0;
  display: block;
  clear: both;
  word-spacing: -1px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .link-remove, #amlist-table td .link-remove {
    font-size: 15px;
    max-width: 90px;
    min-width: 90px;
    word-wrap: break-word;
    white-space: inherit; } }
#amlist-table-mobile td .move-to, #amlist-table td .move-to {
  font-size: 14px;
  color: #000000;
  font-family: Arial, sans-serif;
  display: block;
  padding: 6px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .move-to, #amlist-table td .move-to {
    font-size: 13px; } }
#amlist-table-mobile td:nth-child(3) .price, #amlist-table td:nth-child(3) .price {
  font-size: 13px;
  font-family: Arial, sans-serif;
  display: inline-block;
  padding-top: 1px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td:nth-child(3) .price, #amlist-table td:nth-child(3) .price {
    font-size: 13px; } }
#amlist-table-mobile td .price, #amlist-table td .price {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile td .price, #amlist-table td .price {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .price, #amlist-table td .price {
    font-size: 14px; } }
#amlist-table-mobile td .sku-p, #amlist-table td .sku-p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  display: block;
  padding: 7px 0 5px;
  line-height: 1; }
@media only screen and (max-width: 767px) {
  #amlist-table-mobile td .sku-p, #amlist-table td .sku-p {
    padding: 0 0 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .sku-p, #amlist-table td .sku-p {
    font-size: 12px; } }
#amlist-table-mobile td .product-name a, #amlist-table td .product-name a {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .product-name a, #amlist-table td .product-name a {
    font-size: 13px; } }
#amlist-table-mobile td .item-options, #amlist-table td .item-options {
  margin-top: 5px; }
#amlist-table-mobile td .item-options dt, #amlist-table-mobile td .item-options dd, #amlist-table td .item-options dt, #amlist-table td .item-options dd {
  font-style: normal;
  color: #959595;
  font-size: 11px;
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile td .item-options dt, #amlist-table-mobile td .item-options dd, #amlist-table td .item-options dt, #amlist-table td .item-options dd {
    font-size: 11px; } }
#amlist-table-mobile thead th, #amlist-table thead th {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  background: #e9ddb0;
  padding: 15px 10px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #amlist-table-mobile thead th, #amlist-table thead th {
    font-size: 12px; } }
#amlist-table-mobile thead th:first-child, #amlist-table thead th:first-child {
  border-left: 1px solid #e9ddb0; }
#amlist-table-mobile thead th:last-child, #amlist-table thead th:last-child {
  border-right: 1px solid #e9ddb0; }

#my-lists-table thead th {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  background: #e9ddb0;
  padding: 18px 10px 15px; }
@media only screen and (max-width: 767px) {
  #my-lists-table thead th {
    padding: 15px 10px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #my-lists-table thead th {
    padding: 10px 8px;
    font-size: 12px; } }
#my-lists-table thead th:first-child {
  border-left: 1px solid #e9ddb0; }
#my-lists-table thead th:last-child {
  border-right: 1px solid #e9ddb0; }
#my-lists-table tr.selected {
  background: #fff7d7; }
#my-lists-table td {
  padding: 10px 10px 4px;
  border-left: 1px solid #e9ddb0; }
@media only screen and (max-width: 767px) {
  #my-lists-table td:nth-child(2) {
    border-right: 1px solid #e9ddb0; }
  #my-lists-table td .show-mobile {
    display: block !important; }
  #my-lists-table td .show-mobile a {
    font-size: 14px; }
  #my-lists-table td .show-mobile .separator {
    display: inline-block;
    color: #781a0f;
    font-family: "helvetica_neue_lt_std57Cn";
    font-size: 14px;
    padding: 0 3px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #my-lists-table td {
    padding: 10px 8px 4px; } }
#my-lists-table td .folder-name {
  text-transform: none;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #my-lists-table td .folder-name {
    font-size: 13px; } }
#my-lists-table td .checkbox + label, #my-lists-table td .radio + label {
  margin-top: 3px; }
#my-lists-table td input[type=radio] + label > span:not(.price) {
  margin-right: 0; }
@media only screen and (max-width: 767px) {
  #my-lists-table th:last-child {
    display: none; } }
#my-lists-table td.last {
  white-space: nowrap;
  border-right: 1px solid #e9ddb0; }
@media only screen and (max-width: 767px) {
  #my-lists-table td.last {
    display: none; } }
#my-lists-table td.last a {
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #my-lists-table td.last a {
    font-size: 13px; } }
#my-lists-table td.last .separator {
  display: inline-block;
  color: #781a0f;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 14px;
  padding: 0 3px; }

.customer-account label.required:after, .customer-account span.required:after {
  position: absolute;
  margin-top: -2px;
  margin-left: 2px; }
.customer-account .custom {
  float: left;
  position: relative; }
.customer-account .custom select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e2d9bb;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 0 8px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000000; }
@media only screen and (max-width: 767px) {
  .customer-account .custom select {
    height: 28px;
    line-height: 26px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .customer-account .custom select {
    height: 28px;
    line-height: 26px;
    font-size: 13px; } }

.group-select ul li {
  float: left; }
.group-select ul li label {
  float: left; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .group-select ul li label {
    font-size: 13px; } }
.group-select ul li .input-box {
  float: left;
  max-width: 302px;
  clear: both; }
.group-select ul li input {
  height: 35px;
  width: 302px;
  float: left;
  color: #000000;
  font-size: 13px; }
@media only screen and (max-width: 767px) {
  .group-select ul li input {
    width: 243px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .group-select ul li input {
    font-size: 13px; } }
.group-select ul li .button {
  float: left;
  height: 35px;
  background: none;
  color: #781a0f;
  font-size: 16px;
  font-family: "helvetica_neue_lt_std57Cn";
  padding: 0 17px; }
.group-select ul li .button:hover {
  text-decoration: underline; }
@media only screen and (max-width: 767px) {
  .group-select ul li .button {
    float: right;
    padding: 0 0 0 8px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .group-select ul li .button {
    font-size: 15px; } }

.amlist-list-edit .group-select {
  margin: 0 0 10px; }
.amlist-list-edit .buttons-set a {
  float: left;
  text-transform: uppercase;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  padding: 0;
  line-height: 44px; }
@media only screen and (max-width: 767px) {
  .amlist-list-edit .buttons-set a {
    padding: 10px 10px 10px 0; } }
@media only screen and (max-width: 767px) {
  .amlist-list-edit .buttons-set a {
    line-height: 1; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .amlist-list-edit .buttons-set a {
    font-size: 15px;
    line-height: 42px; } }
.amlist-list-edit .buttons-set a i {
  padding-right: 5px; }
.amlist-list-edit .buttons-set .button {
  float: right;
  font-size: 16px;
  margin-left: 18px; }
@media only screen and (max-width: 767px) {
  .amlist-list-edit .buttons-set .button {
    margin: 0 0  15px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .amlist-list-edit .buttons-set .button {
    font-size: 15px;
    padding: 0 15px; } }

.my-account #my-returns-items-table td {
  padding: 10px 10px 6px; }
@media only screen and (max-width: 767px) {
  .my-account #my-returns-items-table td {
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .my-account #my-returns-items-table td:last-child {
    padding-bottom: 6px !important; } }
.my-account #my-returns-items-table td .item-options dd {
  font-style: normal;
  color: #959595;
  font-size: 12px;
  font-family: "helvetica_neue_lt_std57Cn"; }
@media only screen and (max-width: 767px) {
  .my-account #my-returns-items-table td .item-options dd {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account #my-returns-items-table td .item-options dd {
    font-size: 11px; } }
.my-account #my-returns-items-table td .product-name {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 1;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account #my-returns-items-table td .product-name {
    font-size: 13px; } }
.my-account .order-details .order-links {
  margin: 0 0 30px; }
.my-account .order-details table tfoot tr {
  border-bottom: 1px solid #e9ddb0; }
@media only screen and (max-width: 767px) {
  .my-account .order-details table tfoot tr {
    border: none; } }
.my-account .order-details table tfoot tr td.last .price, .my-account .order-details table tfoot tr th.last .price, .my-account .order-details table tfoot tr th:last-child .price {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-family: Arial, sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table tfoot tr td.last .price, .my-account .order-details table tfoot tr th.last .price, .my-account .order-details table tfoot tr th:last-child .price {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .my-account .order-details table tfoot tr td {
    border: none;
    padding-bottom: 0; } }
.my-account .order-details table tfoot tr td strong {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table tfoot tr td strong {
    font-size: 17px; } }
.my-account .order-details table tfoot tr td strong:last-child .price {
  font-weight: normal;
  font-size: 18px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table tfoot tr td strong:last-child .price {
    font-size: 17px; } }
.my-account .order-details table tfoot tr td:first-child, .my-account .order-details table tfoot tr th:first-child {
  color: #959595;
  font-size: 14px;
  font-family: Arial, sans-serif; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table tfoot tr td:first-child, .my-account .order-details table tfoot tr th:first-child {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .my-account .order-details table tr {
    border-bottom: 1px solid #e9ddb0; } }
.my-account .order-details table td {
  padding: 10px 10px 6px; }
@media only screen and (max-width: 767px) {
  .my-account .order-details table td {
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .my-account .order-details table td:last-child {
    padding-bottom: 6px !important; } }
.my-account .order-details table td .item-options dd {
  font-style: normal;
  color: #959595;
  font-size: 12px;
  font-family: "helvetica_neue_lt_std57Cn"; }
@media only screen and (max-width: 767px) {
  .my-account .order-details table td .item-options dd {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table td .item-options dd {
    font-size: 11px; } }
.my-account .order-details table td .product-name {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 1;
  margin: 0;
  font-weight: normal; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .order-details table td .product-name {
    font-size: 13px; } }
.my-account .order-details table .shipping {
  width: auto;
  float: none; }
.my-account #my-reviews-table {
  border-top: 1px solid #e9ddb0; }
.my-account #my-reviews-table td .product-name a {
  display: block;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: 1; }
.my-account table td {
  /*font-size:$f-size-s;
  font-family: $f-helcn;*/
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-left: 1px solid #e9ddb0;
  border-bottom: 1px solid #e9ddb0; }
.my-account table td:last-child {
  border-right: 1px solid #e9ddb0; }
@media only screen and (max-width: 767px) {
  .my-account table td:last-child.view {
    padding-left: 0; } }
.my-account table td em {
  font-style: normal; }
.my-account table thead th {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  background: #e9ddb0;
  padding: 15px 10px;
  white-space: nowrap; }
@media only screen and (max-width: 767px) {
  .my-account table thead th {
    padding: 15px 10px 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account table thead th {
    padding: 10px 8px;
    font-size: 12px; } }
.my-account table thead th:first-child {
  border-left: 1px solid #e9ddb0; }
.my-account table thead th:last-child {
  border-right: 1px solid #e9ddb0; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.customer-account .data-table td.view .nobr {
    white-space: normal; }
  body.customer-account .data-table td.view .nobr a {
    white-space: nowrap; }
  body.customer-account .data-table td.view .separator {
    display: none; } }
.my-account .fieldset p.required {
  display: none; }
.my-account .form-list .fields {
  margin: 0 -8px; }
@media only screen and (max-width: 767px) {
  .my-account .form-list .fields {
    margin: 0 -4px; } }
.my-account .form-list .field {
  width: 50%;
  padding: 0 8px;
  float: left; }
@media only screen and (max-width: 767px) {
  .my-account .form-list .field {
    padding: 0 4px; } }
.my-account .form-list {
  max-width: 500px; }
@media only screen and (max-width: 767px) {
  .my-account .form-list li label {
    font-size: 13px; } }
.my-account .form-list li .input-text {
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .my-account .form-list li .input-text {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .my-account .form-list li .input-text {
    font-size: 13px; } }
.my-account .pager {
  width: 100%; }
.my-account .pager .count-container {
  width: 100%;
  padding: 0 0 10px; }
.my-account .pager .pages {
  float: none;
  text-align: center;
  clear: both; }
.my-account .pager .amount {
  margin: 0;
  line-height: 31px; }
.my-account .pager .amount strong {
  font-weight: normal; }
.my-account .pager .limiter {
  float: right;
  line-height: inherit; }
.my-account .pager .limiter label {
  float: left;
  line-height: 30px; }

#rma_create_form .order-page .order-info {
  border: none; }
#rma_create_form #registrant_options .custom {
  width: 100%; }

.customer-account-logoutsuccess .main {
  padding-top: 30px; }
@media only screen and (max-width: 767px) {
  .customer-account-logoutsuccess .main .col-main {
    padding: 0 10px; } }

.amlist-list-edit .main .button-set .left {
  float: left;
  clear: both;
  padding: 10px 0 0; }
.amlist-list-edit .main .button-set .left i {
  padding-right: 5px; }

.popup-login-fancybox {
  width: 468px !important; }
@media only screen and (max-width: 767px) {
  .popup-login-fancybox {
    width: 300px !important; } }

@media only screen and (max-width: 767px) {
  .ios .popup-login-fancybox {
    margin-left: -10px; } }

.glorybee-account-login {
  padding-bottom: 0; }
@media only screen and (max-width: 767px) {
  .glorybee-account-login {
    padding: 0; } }
.glorybee-account-login #account-popup-login {
  padding: 0 0 13px;
  width: 100%; }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login {
    padding-bottom: 5px; } }
.glorybee-account-login #account-popup-login form {
  padding: 0 33px; }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login form {
    padding: 0 13px; } }
.glorybee-account-login #account-popup-login form .form-list li .input-text {
  width: 100%; }
.glorybee-account-login #account-popup-login .col2-set {
  padding-top: 12px;
  padding-bottom: 10px; }
@media only screen and (max-width: 320px) {
  .glorybee-account-login #account-popup-login .col2-set .form-list li label {
    font-size: 13px; } }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login .col2-set .buttons-set {
    padding-top: 5px; } }
.glorybee-account-login #account-popup-login .col2-set .buttons-set .fl-right {
  float: left; }
.glorybee-account-login #account-popup-login .col2-set .buttons-set .fl-right a {
  line-height: 1;
  padding: 0;
  font-weight: bold;
  font-size: 14px; }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login .col2-set .buttons-set .fl-right a {
    font-size: 13px; } }
.glorybee-account-login #account-popup-login .col2-set .buttons-set .button {
  float: right;
  max-width: 120px;
  background: #365a89;
  margin-bottom: 0; }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login .col2-set .buttons-set .button {
    float: left;
    margin-top: 13px; } }
.glorybee-account-login #account-popup-login .col2-set .buttons-set .button:hover {
  background: #781a0f; }
.glorybee-account-login #account-popup-login .page-title {
  background: #fff7d7;
  padding: 16px 33px 12px; }
@media only screen and (max-width: 300px) {
  .glorybee-account-login #account-popup-login .page-title {
    padding: 13px 13px 10px; } }
.glorybee-account-login #account-popup-login .page-title h1 {
  margin: 0;
  text-transform: none;
  font-size: 27px;
  font-family: "HelveticaNeueLTStd-MdCn"; }

#track-info-table {
  border-bottom: 1px solid #e2d9bb; }
#track-info-table colgroup {
  display: none; }
#track-info-table .form-list li {
  margin: 0; }
#track-info-table .form-list li label {
  display: none; }
@media only screen and (max-width: 767px) {
  #track-info-table .form-list li label {
    display: block;
    text-align: left; } }
@media only screen and (max-width: 767px) {
  #track-info-table tfoot td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    border: none; }
  #track-info-table tfoot td .custom {
    width: 100%; }
  #track-info-table tfoot td:last-child {
    padding-bottom: 10px; }
  #track-info-table tfoot td .input-text {
    width: 100%; } }
#track-info-table td .button {
  height: 28px;
  line-height: 28px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #track-info-table td .input-text {
    max-width: 260px; } }

.amlist-list-edit #form-validate {
  clear: both; }

@media only screen and (min-width: 768px) {
  .main .block-content.no-display {
    display: block !important; } }
#rma-please-wait {
  margin-left: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .customer-account-resetpassword .account-create .fieldset {
    margin: 0 !important; }
  .customer-account-resetpassword .account-create .fieldset .form-list label {
    font-size: 12px; } }

/* ============================================ *
 * Contacts
 * ============================================ */
@media only screen and (min-width: 1201px) {
  .contacts-index-index .main-container .main {
    padding-right: 10px; } }
.contacts-index-index .col2-left-layout .col-main .legend {
  margin-bottom: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contacts-index-index .col2-left-layout .col-main {
    min-width: 553px; } }
@media only screen and (max-width: 767px) {
  .contacts-index-index .col2-left-layout .col-main {
    width: 100%;
    min-width: inherit; } }
.contacts-index-index .buttons-set {
  margin-top: 18px;
  padding-bottom: 75px; }
@media only screen and (max-width: 767px) {
  .contacts-index-index .buttons-set {
    margin: 0 0 20px;
    padding-bottom: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contacts-index-index .buttons-set button.button {
    font-size: 15px; } }
.contacts-index-index .main {
  padding: 30px 0; }
@media only screen and (max-width: 767px) {
  .contacts-index-index .main {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contacts-index-index .main .page-title h1 {
    margin: 0; } }
@media only screen and (max-width: 767px) {
  .contacts-index-index .main .page-title h1 {
    letter-spacing: -1px;
    margin: 0;
    line-height: 1; } }
.contacts-index-index .main .page-title p {
  font-size: 14px;
  line-height: normal;
  margin: 0 0 40px; }
@media only screen and (max-width: 767px) {
  .contacts-index-index .main .page-title p {
    font-size: 12.91px;
    margin: 0 0 38px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contacts-index-index .main .page-title p {
    font-size: 13px;
    margin: 12px 0 25px; } }
.contacts-index-index .main .page-title p a {
  color: #781a0f;
  font-weight: bold; }

.contact-form {
  max-width: 392px;
  float: left; }
@media only screen and (max-width: 767px) {
  .contact-form {
    max-width: none;
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form {
    max-width: 300px; } }
@media only screen and (max-width: 767px) {
  .contact-form h2 {
    font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form h2 {
    font-size: 22px; } }
.contact-form .form-list li p {
  line-height: normal;
  margin: 26px 0; }
@media only screen and (max-width: 767px) {
  .contact-form .form-list li p {
    margin-bottom: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form .form-list li p {
    font-size: 12px;
    margin-bottom: 34px; } }
.contact-form .form-list li textarea {
  height: 114px; }
@media only screen and (max-width: 767px) {
  .contact-form .form-list li textarea {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form .form-list li textarea {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .contact-form .form-list li label {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form .form-list li label {
    font-size: 13px; } }
.contact-form .form-list li select, .contact-form .form-list li input {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .contact-form .form-list li select, .contact-form .form-list li input {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-form .form-list li select, .contact-form .form-list li input {
    font-size: 13px; } }

.contact-info {
  max-width: 290px;
  float: right; }
@media only screen and (max-width: 767px) {
  .contact-info {
    max-width: none;
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info {
    max-width: 232px;
    padding-top: 10px; } }
.contact-info .block-info + .block-info address {
  display: block;
  padding-bottom: 20px; }
.contact-info .block-info {
  background: #f5f5f5;
  padding: 20px 25px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #000000; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info .block-info {
    padding: 15px 20px;
    font-size: 12px; } }
.contact-info .block-info .upcoming-events {
  display: block;
  padding-top: 15px;
  font-weight: bold;
  font-size: 14px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info .block-info .upcoming-events {
    font-size: 13px; } }
.contact-info .block-info .upcoming-events a {
  color: #781a0f; }
.contact-info .block-info h2 {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  font-family: Arial, sans-serif; }
@media only screen and (max-width: 767px) {
  .contact-info .block-info h2 {
    font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info .block-info h2 {
    font-size: 21px; } }
.contact-info .block-info h2 + p {
  margin: 0 0 15px; }
.contact-info .block-info address {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: normal; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info .block-info address {
    font-size: 13px; } }
.contact-info .block-info h4 {
  font-weight: normal;
  color: #000000;
  font-size: 19px;
  font-family: "helvetica_neue_lt_std57Cn";
  text-transform: capitalize;
  line-height: 1; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-info .block-info h4 {
    font-size: 18px; } }

.rc-anchor-light {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

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

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

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

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

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

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

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

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

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

.paypal-express-review .main-container {
  padding: 30px 0 50px; }
@media only screen and (min-width: 1201px) {
  .paypal-express-review .main-container {
    padding-right: 10px; } }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .paypal-express-review .main-container .box .box-title h3 {
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container .box .box-title h3 {
    font-size: 13px; } }
.paypal-express-review .main-container .linearize-table-large tbody td[data-rwd-label]:before {
  mix-width: 80px; }
.paypal-express-review .main-container .data-table .item-options dd, .paypal-express-review .main-container .data-table .item-options dt {
  font-size: 12px;
  color: #959595;
  line-height: 18px;
  font-family: Arial, sans-serif;
  margin: 5px 0 0;
  font-style: normal; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .paypal-express-review .main-container .data-table .item-options dd, .paypal-express-review .main-container .data-table .item-options dt {
    font-size: 11px; } }
.paypal-express-review .main-container .data-table tfoot th:last-child, .paypal-express-review .main-container .data-table tfoot td:last-child {
  line-height: 1; }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container .data-table tfoot th:last-child, .paypal-express-review .main-container .data-table tfoot td:last-child {
    text-align: right; } }
.paypal-express-review .main-container .data-table tfoot th:last-child .price, .paypal-express-review .main-container .data-table tfoot td:last-child .price {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1; }
.paypal-express-review .main-container .data-table tfoot th:last-child strong, .paypal-express-review .main-container .data-table tfoot td:last-child strong {
  font-weight: normal;
  font-size: 18px;
  line-height: 1; }
.paypal-express-review .main-container .data-table tfoot td:first-child, .paypal-express-review .main-container .data-table tfoot th:first-child {
  color: #959595;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 16px; }
.paypal-express-review .main-container .data-table tfoot td:first-child strong, .paypal-express-review .main-container .data-table tfoot th:first-child strong {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1; }
.paypal-express-review .main-container .data-table th:first-child {
  padding-left: 0; }
.paypal-express-review .main-container .data-table th:last-child {
  padding-right: 0; }
.paypal-express-review .main-container .data-table td {
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 1; }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container .data-table td {
    padding-bottom: 10px; } }
.paypal-express-review .main-container .data-table td:first-child {
  padding-left: 0; }
.paypal-express-review .main-container .data-table td.last {
  padding-right: 0; }
.paypal-express-review .main-container .data-table .product-name {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  font-family: Arial, sans-serif;
  text-transform: capitalize;
  line-height: 1;
  margin: 0; }
.paypal-express-review .main-container .data-table .cart-price .price {
  font-family: "HelveticaNeueRegular";
  font-size: 16px;
  line-height: 0; }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container #review-buttons-container {
    margin: 0;
    padding: 0; } }
.paypal-express-review .main-container #review-buttons-container .btn-checkout {
  max-width: 300px;
  float: right; }
@media only screen and (max-width: 767px) {
  .paypal-express-review .main-container #review-buttons-container .btn-checkout {
    max-width: none; } }
.paypal-express-review .main-container .box-content .custom {
  position: relative;
  max-width: 280px; }
.paypal-express-review .main-container .box-content .custom:after {
  content: '';
  position: absolute;
  right: 1px;
  height: 26px;
  width: 30px;
  top: 1px;
  pointer-events: none;
  background: #fff; }
.paypal-express-review .main-container .box-content .custom:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000000;
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
  z-index: 1; }
.paypal-express-review .main-container .box-content select {
  width: 100% !important;
  height: 28px;
  padding: 0 30px 0 8px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #e2d9bb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
.radio-rater {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.star {
  background-image: url(../images/icon_sprite.png);
  background-position: left -621px;
  display: block;
  width: 17px;
  height: 17px;
  float: left;
  cursor: pointer;
  zoom: 1; }

.fullStar {
  background-position: 0 -600px; }

.stars {
  overflow: hidden; }

.tmp_es {
  background-position: left -621px; }

.tmp_fs {
  background-position: 0 -600px;
  text-decoration: none; }

.radio-rater li {
  float: left;
  padding-left: 0 !important;
  color: #000000;
  padding-right: 10px; }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .radio-rater li {
    font-size: 16px; }
  .radio-rater li.label {
    padding-top: 5px; } }

.review-heading-toolbar {
  clear: both; }

.btn-request, #btn-write-review {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: "helvetica_neue_lt_std57Cn";
  background: #365a89;
  padding: 0 17px;
  height: 36px;
  line-height: 38px;
  float: left;
  display: block;
  margin: 20px 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .btn-request, #btn-write-review {
    font-size: 15px;
    margin: 17px 0 23px; } }
.btn-request:hover, #btn-write-review:hover {
  background: #781a0f;
  text-decoration: none;
  color: #fff; }

.btn-request {
  margin-bottom: 0; }

#customer-reviews {
  width: auto;
  float: none; }
#customer-reviews .form-add {
  padding: 0 0 30px;
  clear: both; }
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px; }
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both; }
#customer-reviews .review-heading h2 {
  float: left;
  display: block; }
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto; }
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0; }
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase; }
#customer-reviews .review-heading .pager .amount {
  display: none; }
#customer-reviews h2 {
  color: #365a89;
  font-size: 12px;
  text-transform: uppercase; }
#customer-reviews h2 span {
  color: #636363; }
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase; }
#customer-reviews h3 span {
  color: #365a89; }
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase; }
#customer-reviews .fieldset h4 em {
  display: none; }
#customer-reviews .fieldset .form-list {
  clear: both; }
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both; }
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal; }
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: none;
  -webkit-appearance: none; }
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0; }
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%; }
#customer-reviews dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  font-family: Arial, sans-serif;
  text-transform: none;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #customer-reviews dl dt {
    font-size: 15px; } }
#customer-reviews dl dd .description-review {
  margin: 0 0 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #customer-reviews dl dd .description-review {
    font-size: 13px;
    margin: 0 0 10px; } }
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px; }
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%; }
#customer-reviews dl dd .review-meta {
  clear: both;
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #959595;
  font-size: 12px;
  padding: 0 0 20px;
  display: block; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #customer-reviews dl dd .review-meta {
    font-size: 11px; } }

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

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
.review-product-view .product-review .product-img-box > a {
  width: 100%; }
.review-product-view .product-review .product-img-box .product-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.account-cart-wrapper ul li .header-minicart .subtotal .label {
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  line-height: 1; }

.header-minicart {
  display: inline-block;
  position: relative; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-minicart {
    display: block; } }
@media only screen and (max-width: 767px) {
  .header-minicart .skip-link .label {
    display: none; }
  .header-minicart .skip-cart {
    text-align: center;
    padding: 0;
    box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    background: none;
    border: none; }
  .header-minicart .hide-desktop {
    text-transform: uppercase;
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 17px;
    font-weight: normal;
    color: #000000; } }
.header-minicart .block-subtitle {
  background: #fff7d7;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px; }
.header-minicart .block-subtitle .text-subtitle {
  float: left;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 12px; }
.header-minicart .block-subtitle .amount {
  float: right;
  font-weight: bold;
  color: #781a0f;
  font-size: 12px; }
.header-minicart .minicart-message {
  display: block;
  padding: 10px; }
.header-minicart .empty {
  padding: 20px 10px;
  text-align: center;
  float: left;
  width: 100%; }
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative; }
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
.header-minicart .minicart-wrapper.loading {
  position: relative; }
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block; }
.header-minicart .block-cart {
  display: none; }
.header-minicart .block-subtitle .close {
  display: none; }
.header-minicart .product-details .product-name {
  padding-top: 0px;
  margin: 0; }
.header-minicart .product-details .product-name a {
  color: #000000;
  text-transform: capitalize;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.header-minicart .info-wrapper td {
  display: block; }
.header-minicart .info-wrapper .sku-p {
  /*font-family: $f-helcn;*/
  color: #959595;
  /*font-size:$f-size-xs;*/
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.header-minicart .info-wrapper .item-options {
  font-family: Arial, sans-serif;
  color: #959595;
  font-size: 11px; }
.header-minicart .info-wrapper .qty-p {
  /* font-family: $f-helvenuemedium;*/
  /*font-size: $f-size-s;*/
  font-size: 13px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.header-minicart .info-wrapper .price {
  /* font-family: $f-helbdcn;*/
  color: #365a89;
  /*font-size:$f-size-xl;*/
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.header-minicart .subtotal {
  float: left;
  text-align: left; }
.header-minicart .subtotal .price {
  color: #000000;
  display: inherit;
  font-size: 17px;
  /* font-family: $f-price;*/
  font-weight: bold;
  line-height: 1.3; }
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center; }
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px; }
.header-minicart .minicart-actions .cart-link {
  float: right;
  background: #781a0f;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  padding: 0;
  height: 35px;
  width: 158px; }
.header-minicart .minicart-actions .cart-link:hover {
  text-decoration: none;
  background: #365a89; }
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none; }
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none; }
.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next {
  display: none; }

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

.minicart-wrapper .cart-sidebar li {
  margin: 0;
  padding: 10px 10px 20px;
  position: relative;
  width: 100%; }
.minicart-wrapper .cart-sidebar li .remove {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #781a0f;
  right: 1px;
  top: 50%;
  margin-top: -8px; }
@media only screen and (max-width: 767px) {
  .minicart-wrapper .cart-sidebar li .remove {
    right: 1px; } }
.minicart-wrapper .cart-sidebar li .remove span:after {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
  left: 1px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute; }
.minicart-wrapper .cart-sidebar li .remove span:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
  left: 1px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute; }
.minicart-wrapper .cart-sidebar li .product-details {
  padding-left: 10px;
  margin-left: 0;
  float: left;
  width: 70%; }

#header-cart-mobile {
  background: #fff;
  padding: 10px 0;
  display: none !important; }
#header-cart-mobile.mm-opened {
  display: block !important; }
#header-cart-mobile .product-details .info-wrapper td {
  display: block;
  clear: both; }
#header-cart-mobile .product-details .info-wrapper .sku-p {
  font-family: "helvetica_neue_lt_std57Cn";
  color: #959595;
  font-size: 12px; }
#header-cart-mobile .product-details .info-wrapper .item-options {
  font-family: "HelveticaNeueRegular";
  color: #959595;
  font-size: 12px; }
#header-cart-mobile .product-details .info-wrapper .qty-p {
  font-family: "helveticaneuemedium";
  font-size: 13px;
  color: #000000; }
#header-cart-mobile .product-details .info-wrapper .price {
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #365a89;
  font-size: 16px;
  padding-left: 10px; }
#header-cart-mobile .product-details .product-name {
  padding: 0; }
#header-cart-mobile .product-details .product-name a {
  color: #000000;
  font-size: 15px;
  font-family: "helvetica_neue_lt_std77BdCn";
  line-height: normal;
  font-weight: normal;
  text-transform: capitalize; }
#header-cart-mobile .empty {
  padding: 20px 10px;
  color: #000000;
  font-size: 12px; }
#header-cart-mobile .block-subtitle {
  font-weight: normal;
  font-weight: normal;
  clear: both;
  background: #fff7d7;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 2px;
  float: left; }
#header-cart-mobile .block-subtitle .text-subtitle {
  float: left;
  color: #000000;
  font-size: 12px;
  font-family: Arial, sans-serif; }
#header-cart-mobile .block-subtitle .amount {
  float: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #781a0f; }
#header-cart-mobile .block-subtitle .close {
  display: none; }
#header-cart-mobile .minicart-actions {
  padding: 0 10px; }
#header-cart-mobile .minicart-actions .cart-link {
  float: right;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #781a0f;
  height: 35px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-top: 6px; }
#header-cart-mobile .minicart-actions .cart-link:hover {
  text-decoration: none; }
#header-cart-mobile .minicart-actions .subtotal {
  float: left;
  width: 100%;
  text-align: center; }
#header-cart-mobile .minicart-actions .subtotal .label {
  font-size: 16px;
  color: #000000;
  font-family: "helvetica_neue_lt_std77BdCn"; }
#header-cart-mobile .minicart-actions .subtotal .price {
  font-family: "HelveticaNeueLTStdXBlkCn";
  color: #000000;
  font-size: 17px; }

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-page-empty .recommendations {
  margin: 0 0 35px; }
@media only screen and (max-width: 767px) {
  .search-page-empty .recommendations {
    margin: 0;
    padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .search-page-empty .recommendations {
    margin: 0; } }

.catalogsearch-result-index #catname-nav {
  margin: -10px;
  text-indent: -999999em; }

.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #365a89;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #365a89;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left; }
.search-autocomplete ul li:hover {
  color: #2f4e77; }
.search-autocomplete ul li.selected {
  background-color: #365a89;
  color: white; }
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold; }
.search-autocomplete ul li:last-child {
  border-bottom: none; }
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #365a89;
  border-top: none;
  left: 50%;
  top: -7px; }

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

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px; } }
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  margin-top: 20px;
  padding-bottom: 0; }
.product-review .product-details {
  padding-left: 30px;
  float: left;
  width: 70%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-review .product-details {
    width: 60%; } }
@media only screen and (max-width: 767px) {
  .product-review .product-details {
    width: 100%;
    padding: 0; } }
.product-review .product-details h2 {
  color: #000000;
  margin-bottom: 10px;
  border: 0;
  font-weight: normal;
  font-size: 26px;
  font-family: "helvetica_neue_lt_std77BdCn";
  text-transform: none; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-review .product-details h2 {
    font-size: 24px; } }
.product-review .product-details h3 {
  margin: 0;
  text-transform: capitalize; }
.product-review .ratings .rating-box {
  float: left; }
.product-review .ratings .rating-links {
  float: left;
  padding-left: 5px;
  display: none; }
.product-review .ratings-table {
  border: none; }
.product-review .ratings-table th {
  padding-right: 10px;
  display: none; }
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  text-transform: uppercase; }
.product-review .ratings-table tr td {
  border: none; }
.product-review .ratings-description dt {
  font-size: 16px; }
.product-review .ratings-description dd {
  color: #959595;
  font-size: 13px; }

#giftcard-form .buttons-set button.button {
  margin-right: 20px; }

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .col-left.hide-col, .cms-no-route .col-left.hide-col {
  display: block; }
.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3 {
  border: none; }
.cms-page-view .main, .cms-no-route .main {
  min-height: 400px; }
.cms-page-view .std img, .cms-no-route .std img {
  max-width: 100%; }
.cms-page-view .std p, .cms-no-route .std p {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 15px; }
.cms-page-view .std h1, .cms-no-route .std h1 {
  color: #000000; }
.cms-page-view .std h2, .cms-no-route .std h2 {
  color: #000000; }
.cms-page-view .std li, .cms-no-route .std li {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; }
.cms-page-view .col-left:after, .cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

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

.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages {
  margin-bottom: 10px; }
.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul {
  margin-bottom: 0; }
.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Arial, sans-serif; }
.cms-page-view .std ul.no-list-style, .cms-home .std ul.no-list-style, .cms-no-route .std ul.no-list-style {
  list-style: none; }
.cms-page-view .std ul.no-list-style h6:before, .cms-home .std ul.no-list-style h6:before, .cms-no-route .std ul.no-list-style h6:before {
  content: "";
  background: url("../images/disc.png") no-repeat center;
  padding-left: 5px;
  margin-right: 10px; }

.cms-page-view .std .post-image img {
  border: 1px solid #dfb4a2;
  margin: 13px 0; }
.cms-page-view .std p {
  line-height: 20px; }

.cms-page-view.cms-faqs .std .answer p {
  font-size: 13px; }

#accordion .toggle-tabs {
  display: none; }
#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold;
  padding: 7px 10px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2d9bb;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  display: block; }
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px; }
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC; }
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }
#accordion li {
  position: relative;
  overflow: hidden; }
#accordion li .plusimage h2 {
  margin-right: 10px; }

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

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

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

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0; } }
/********* FAQS **********/
.cms-page-view:not(.cms-index-index) .col2-left-layout {
  padding-right: 10px; }
.cms-page-view:not(.cms-index-index) .col2-left-layout .col-main {
  width: 75.45455%; }
@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index) .col2-left-layout .col-main {
    width: 100%; } }
.cms-page-view:not(.cms-index-index) .col2-left-layout .col-left {
  width: 16.63636%; }
@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index) .col2-left-layout .col-left {
    width: 100%; } }
.cms-page-view:not(.cms-index-index) .col-main {
  padding: 20px 0 100px; }
@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index) .col-main {
    float: left;
    width: 100%;
    padding: 15px 0 50px; } }
@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index) .main {
    max-width: 300px;
    margin: 0 auto; } }
.cms-page-view:not(.cms-index-index) .col-left {
  padding: 20px 0 100px; }
@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index) .col-left.sidebar {
    padding: 20px 0 0;
    margin: 0; } }
.cms-page-view:not(.cms-index-index) .std {
  float: left;
  width: 100%; }
.cms-page-view:not(.cms-index-index).faqs-index .page-title {
  float: left;
  width: 100%; }
.cms-page-view:not(.cms-index-index).faqs-index .page-title h1 {
  margin: 0; }

.content-page.faqs h2 {
  margin: 30px 0 20px;
  clear: both;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .content-page.faqs h2 {
    font-size: 20px;
    margin: 15px 0; } }
.content-page.faqs > ul > li {
  list-style: none;
  margin: 0 0 10px;
  float: left;
  width: 100%; }
.content-page.faqs > ul > li.active h3 > span span:before {
  display: none; }
.content-page.faqs .answer {
  clear: both;
  padding: 8px 20px 0;
  font-size: 13px;
  display: none; }
.content-page.faqs h3 {
  float: left;
  color: #781a0f;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  cursor: pointer; }
.content-page.faqs h3 > span {
  width: 15px;
  height: 15px;
  background: #781a0f;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px; }
.content-page.faqs h3 > span span {
  position: relative;
  background: none;
  display: block;
  width: 15px;
  height: 15px; }
.content-page.faqs h3 > span span:after {
  background: #fff;
  content: "";
  height: 1px;
  left: 2px;
  position: absolute;
  top: 7px;
  width: 11px; }
.content-page.faqs h3 > span span:before {
  background: #fff;
  content: "";
  height: 11px;
  left: 7px;
  position: absolute;
  top: 2px;
  width: 1px; }

@media only screen and (max-width: 767px) {
  #left-help.show-content h3:after {
    border-bottom: 6px solid #000;
    border-top: none; } }
#left-help.show-content ul {
  display: block; }
@media only screen and (max-width: 767px) {
  #left-help .show-content h3:after {
    border-bottom: 6px solid #000;
    border-top: none; } }
#left-help .show-content ul {
  display: block; }
#left-help h3 {
  text-transform: capitalize;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-MdCn";
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #e2d9bb;
  position: relative; }
@media only screen and (max-width: 767px) {
  #left-help h3 {
    border: 1px solid #e2d9bb;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 8px 8px 6px;
    cursor: pointer;
    margin: 0; }
  #left-help h3:after {
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px; } }
#left-help ul {
  padding: 0; }
@media only screen and (max-width: 767px) {
  #left-help ul {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0 0; } }
#left-help ul li {
  width: 100%; }
#left-help ul li.active a {
  font-weight: bold;
  color: #781a0f;
  font-size: 14px; }
#left-help ul li a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/********* End FAQS *********/
/********* Registration NET 30 ***********/
.registration-confirm-index .std, .registration-net-index .std {
  padding: 36px 0; }

.std .registration-net {
  font-size: 13px; }
.std .registration-net .note-reg {
  color: #959595;
  font-size: 12px; }
.std .registration-net .note-reg a {
  color: #781a0f; }

.std .registration-net-text {
  max-width: 790px;
  margin: 0 auto; }
.std .registration-net-text span.number-phone {
  font-size: 16px; }

.std .document-here {
 /* width:810px;
 max-width: 790px;
height:566px;*/
  width: 100%;
  background: #f5f5f5;
  margin: 60px auto 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .std .document-here {
    width: 100%;
    margin: 0 0 55px; } }
@media only screen and (max-width: 767px) {
  .std .document-here {
    margin: 0 0 50px;
    width: 100%; } }
.std .document-here p {
  text-align: center;
  line-height: 566px;
  font-weight: bold;
  margin: 0; }

/********* End Registration NET 30 ***********/
/********* About ******************/
.about-us {
  position: relative;
  padding: 30px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us {
    padding-top: 45px; } }
.about-us h5 {
  font-size: 22px;
  text-transform: uppercase;
  color: #959595;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn";
  margin: 0;
  line-height: 1;
  padding-bottom: 7px; }
@media only screen and (max-width: 767px) {
  .about-us h5 {
    font-size: 18px;
    padding-bottom: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us h5 {
    font-size: 20px; } }
.about-us h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
  font-family: "helvetica_neue_lt_std77BdCn"; }
@media only screen and (max-width: 767px) {
  .about-us h1 {
    font-size: 24px;
    padding-bottom: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us h1 {
    font-size: 28px; } }
.about-us .content-page-text {
  position: relative;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .about-us .content-page-text {
    max-width: 300px;
    overflow: hidden; }
  .about-us .content-page-text img {
    max-width: inherit; } }
.about-us .content-page-text-left {
  float: left;
  width: 66.58537%; }
@media only screen and (max-width: 767px) {
  .about-us .content-page-text-left {
    width: 100%; } }
.about-us .content-page-text-left ul li {
  list-style: none;
  margin: 0 0 30px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-left ul li {
    margin: 0 0 13px; } }
.about-us .content-page-text-left ul li p {
  font-size: 14px;
  color: #000000;
  line-height: 18px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-left ul li p {
    font-size: 12px; } }
.about-us .content-page-text-left ul li .paragraph {
  line-height: 20px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-left ul li .paragraph {
    font-size: 13px; } }
.about-us .content-page-text-left ul li .paragraph img {
  margin: 30px 0 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-left ul li .paragraph img {
    margin: 20px 0 0; } }
.about-us .content-page-text-left ul li h6 {
  text-transform: none;
  font-weight: bold;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 22px;
  text-transform: none;
  line-height: normal;
  margin: 0 0 16px; }
@media only screen and (max-width: 767px) {
  .about-us .content-page-text-left ul li h6 {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-left ul li h6 {
    font-size: 19px;
    margin: 0 0 13px; } }
.about-us .content-page-text-right {
  width: 28.19277%;
  padding: 0 0 0 8px;
  float: right; }
@media only screen and (max-width: 767px) {
  .about-us .content-page-text-right {
    border-left: 2px solid #e2d9bb;
    width: 100%; } }
.about-us .content-page-text-right:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #e2d9bb;
  height: 100%;
  right: 28.19277%; }
@media only screen and (max-width: 767px) {
  .about-us .content-page-text-right:before {
    display: none; } }
.about-us .content-page-text-right ul li {
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 0 0 25px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-right ul li {
    font-size: 11px;
    padding: 0 0 25px; } }
.about-us .content-page-text-right ul li p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-right ul li p {
    font-size: 11px;
    line-height: 16px; } }
.about-us .content-page-text-right ul li .year {
  background: #781a0f;
  font-family: "helvetica_neue_lt_std77BdCn";
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  margin-left: -8px;
  margin-bottom: 15px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-us .content-page-text-right ul li .year {
    font-size: 23px;
    margin-bottom: 11px; } }

@media only screen and (max-width: 767px) {
  .about-index .page .col-main {
    padding: 15px 0 0; } }

@media only screen and (max-width: 767px) {
  .image-abount {
    max-width: 300px;
    overflow: hidden; }
  .image-abount img {
    max-width: none !important; } }

/******** End About *********************/
/******** Find not found ********/
.cms-no-route .main-container {
  padding: 30px 0; }
@media only screen and (max-width: 767px) {
  .cms-no-route .main-container {
    padding: 30px 10px; } }

.page-print #my-orders-table .shipping {
  float: none;
  width: 100%; }

#content-inner p {
  line-height: 1.66em;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .style-for-mobile img {
    max-width: 60px !important;
    height: inherit; } }
.col-main .std #content-inner img {
  height: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#recurring_start_date_trig {
  display: inline; }

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

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

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

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

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

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

.widget {
  clear: both; }

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

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

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

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

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

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

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

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

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

  #review-order-form .col-1, #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px; }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px; }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px; }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px; }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right; }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px; }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0; } }
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px; } }
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }
#scrollbar1 {
  position: relative;
  margin: 0 0 15px; }

#scrollbar1 .viewport {
  height: 218px;
  overflow: hidden;
  position: relative; }

#scrollbar1 .overview {
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding-right: 45px; }

#scrollbar1 .overview {
  position: absolute; }

#scrollbar1 .scrollbar {
  background: #f5f5f5;
  position: absolute;
  background-position: 0 0;
  right: 0;
  top: 0;
  width: 8px;
  z-index: 2; }

#scrollbar1 .track {
  height: 100%;
  width: 8px;
  position: relative;
  padding: 0 1px; }

#scrollbar1 .thumb {
  background: #fff7d7;
  height: 20px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0; }

#scrollbar1 .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .page .main-container {
  padding-top: 22px; }
body.cms-home .slideshow-container {
  margin-top: 0; }

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555; }

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px; }

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px; }

  .slideshow .banner-msg h2 strong {
    font-size: 24px; } }
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%; }

  .slideshow .banner-msg h2 {
    font-size: 14px; }

  .slideshow .banner-msg h2 strong {
    font-size: 16px; } }
body.cms-home .col-main .std {
  display: none; }
@media only screen and (max-width: 767px) {
  body.cms-home .page {
    overflow: hidden; } }
body.cms-home .home-content {
  float: left;
  width: 100%;
  margin: 0 0 30px; }
body.cms-home .home-content .block-subscribe {
  width: 517px;
  float: left;
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 26px 48px 33px; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe {
    width: 100%;
    padding: 23px 2px;
    max-width: 318px;
    margin-left: 1px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe {
    width: 338px;
    padding: 17px 10px 19px; } }
body.cms-home .home-content .block-subscribe .block-content {
  margin: 0; }
body.cms-home .home-content .block-subscribe .cms-newsletter {
  font-size: 24px;
  color: #000000;
  font-family: "helvetica_neue_lt_std57Cn";
  padding-bottom: 13px; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .cms-newsletter {
    width: 100%;
    font-size: 17.5px;
    padding-bottom: 4px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .cms-newsletter {
    padding-bottom: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .cms-newsletter {
    text-align: center;
    font-size: 18px;
    line-height: 1; } }
body.cms-home .home-content .block-subscribe .cms-newsletter label {
  font-size: 24px;
  color: #000000;
  font-family: "helvetica_neue_lt_std57Cn";
  font-weight: normal; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .cms-newsletter label {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .cms-newsletter label {
    font-size: 17.5px;
    display: inline; } }
body.cms-home .home-content .block-subscribe .cms-newsletter span {
  color: #8c7133;
  font-family: "helvetica_neue_lt_std77BdCn"; }
body.cms-home .home-content .block-subscribe .input-box {
  width: 289px;
  float: left;
  padding: 0 0 0 10px;
  clear: both; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .input-box {
    width: 193px;
    margin-left: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .input-box {
    width: 206px; } }
body.cms-home .home-content .block-subscribe .input-box .input-text {
  border: 2px solid #e1e1e1;
  border-right: none;
  height: 35px;
  font-size: 14px;
  font-family: "HelveticaNeueRegular";
  color: #000000; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .input-box .input-text {
    height: 36px;
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .input-box .input-text {
    font-size: 13px; } }
body.cms-home .home-content .block-subscribe .actions {
  float: left;
  width: 110px;
  margin: 0; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .actions {
    width: 103px; } }
body.cms-home .home-content .block-subscribe .actions button {
  background: #365a89;
  font-family: "HelveticaNeueRegular";
  font-size: 14px;
  text-transform: uppercase;
  height: 35px;
  width: 100%;
  padding: 0;
  line-height: 36px; }
body.cms-home .home-content .block-subscribe .actions button:hover {
  background: #781a0f; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .block-subscribe .actions button {
    height: 36px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .block-subscribe .actions button {
    font-size: 13px; } }
body.cms-home .home-content .static-block-subscrible {
  width: 583px;
  float: left; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .static-block-subscrible {
    width: 100%;
    padding: 1px 1px 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible {
    width: 410px; } }
body.cms-home .home-content .static-block-subscrible .block-home {
  width: 50%;
  float: left;
  padding-left: 10px;
  position: relative; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .static-block-subscrible .block-home {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #fff; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home {
    padding-left: 10px; } }
body.cms-home .home-content .static-block-subscrible .block-home .wrap-shopnow {
  position: relative; }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 25px 10px; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content {
    left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content {
    padding: 10px;
    left: 0; } }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content:hover {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer; }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content h3 {
  margin: 0;
  color: #fff; }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content h3 a {
  font-size: 21px;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  line-height: normal;
  display: block; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content h3 a {
    font-size: 18px; } }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content p {
  margin: 0 0 10px; }
@media only screen and (max-width: 767px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content p {
    margin: 0 0 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content p {
    margin-bottom: 5px; } }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content p a {
  font-size: 21px;
  font-family: "helvetica_neue_lt_std57Cn";
  line-height: normal;
  color: #fff;
  display: block; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content p a {
    font-size: 18px; } }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content .shop-now {
  width: 118px;
  height: 36px;
  line-height: 38px;
  font-size: 18px;
  font-family: "helvetica_neue_lt_std77BdCn";
  text-transform: uppercase;
  background: #fff;
  display: block;
  color: #000000;
  margin: 0 auto; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .home-content .static-block-subscrible .block-home .block-home-content .shop-now {
    width: 98px;
    font-size: 16px;
    height: 30px;
    line-height: 32px; } }
body.cms-home .home-content .static-block-subscrible .block-home .block-home-content .shop-now:hover {
  text-decoration: none;
  color: #fff;
  background: #781a0f; }
body.cms-home .static-block {
  margin: 0 0 40px;
  float: left; }
@media only screen and (max-width: 767px) {
  body.cms-home .static-block {
    width: 100%;
    margin: 0 0 30px; } }
body.cms-home .static-block ul {
  margin: 0 -8px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block ul {
    margin: 0 -10px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block {
    margin: 0 0 30px; } }
body.cms-home .static-block .block-home {
  width: 33.333%;
  float: left;
  padding: 0 8px; }
@media only screen and (max-width: 767px) {
  body.cms-home .static-block .block-home {
    width: 100%;
    border-bottom: 1px solid #fff; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home {
    padding: 0 10px; } }
body.cms-home .static-block .block-home.block-2 p {
  padding-bottom: 10px; }
body.cms-home .static-block .block-home.block-1 a, body.cms-home .static-block .block-home.block-3 a {
  margin-top: 15px; }
body.cms-home .static-block .block-home .home-content-inner {
  background: #ebebeb;
  padding: 0 0 10px;
  float: left;
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home .home-content-inner {
    padding: 0 0 5px; } }
body.cms-home .static-block .block-home-content-inner {
  background: #fff;
  position: relative;
  top: -77px;
  padding: 20px;
  color: #000000;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  body.cms-home .static-block .block-home-content-inner {
    height: 100% !important; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home-content-inner {
    padding: 10px;
    top: -65px; } }
body.cms-home .static-block .block-home-content-inner h3 {
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
  font-family: "helvetica_neue_lt_std77BdCn";
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 13px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home-content-inner h3 {
    font-size: 18px; } }
body.cms-home .static-block .block-home-content-inner p {
  font-size: 13px;
  line-height: normal; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home-content-inner p {
    font-size: 12px; } }
body.cms-home .static-block .block-home-content-inner img {
  display: inline-block;
  line-height: normal; }
body.cms-home .static-block .block-home-content-inner a {
  clear: both;
  color: #781a0f;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  float: left;
  min-height: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home-content-inner a {
    font-size: 12px; } }
body.cms-home .static-block .block-home-content-inner a:hover {
  text-decoration: underline; }
body.cms-home .static-block .block-home-content-inner a:hover span {
  text-decoration: underline; }
body.cms-home .static-block .block-home-content-inner a span {
  float: left;
  min-width: 30px;
  text-align: center; }
body.cms-home .static-block .block-home-content {
  padding: 0 10px;
  margin-bottom: -77px;
  float: left;
  width: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-home .static-block .block-home-content {
    padding: 0 5px;
    margin-bottom: -65px; } }

.block-cat-home {
  border: 1px solid #ebebeb;
  float: left;
  width: 100%;
  padding: 15px 20px 15px 25px;
  margin: 0 0 40px; }
@media only screen and (max-width: 767px) {
  .block-cat-home {
    padding: 15px 30px;
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-cat-home {
    padding: 4px 10px;
    margin: 0 -10px 30px;
    width: 768px; } }
.block-cat-home li {
  float: left;
  width: 20%;
  padding: 0 5px; }
@media only screen and (max-width: 767px) {
  .block-cat-home li {
    width: 100%;
    clear: both;
    padding: 0 0 15px; }
  .block-cat-home li:last-child {
    padding-bottom: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-cat-home li {
    width: 33.33333333%;
    padding: 11px 0; }
  .block-cat-home li:nth-child(3n+1) {
    clear: both; } }
.block-cat-home li .image-cat {
  float: left;
  max-width: 30%; }
.block-cat-home li .image-cat img {
  border-radius: 150px;
  -web-border-radius: 150px;
  -moz-border-radius: 150px; }
.block-cat-home li .cat-title {
  float: left;
  max-width: 70%;
  color: #000000;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 13px;
  line-height: normal; }
.block-cat-home li .cat-title:hover {
  color: #781a0f;
  text-decoration: none; }
.block-cat-home li .cat-title:hover label {
  color: #781a0f;
  cursor: pointer; }
.block-cat-home li .cat-title span {
  font-family: "HelveticaNeueBold"; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-cat-home li .cat-title span {
    font-size: 13px; } }
.block-cat-home li .cat-title span.blog-title {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "HelveticaNeueRegular";
  font-size: 12px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .block-cat-home li .cat-title label {
    font-size: 11px; } }

.featured-deal {
  float: right;
  width: 410px; }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .featured-deal .owl-wrapper-outer {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; } }
@media only screen and (max-width: 1200px) {
  .featured-deal {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .featured-deal {
    padding: 0 10px 20px;
    clear: both; }
  .featured-deal .products-grid li .ratings .rating-box {
    margin-right: 3px; }
  .featured-deal .products-grid {
    width: auto;
    margin: 0 -8px; }
  .featured-deal .products-grid li.item {
    padding: 0 8px; } }
.featured-deal .owl-controls {
  position: absolute;
  right: 0;
  top: -3em;
  z-index: 1; }
@media only screen and (max-width: 767px) {
  .featured-deal .owl-controls {
    right: 0;
    top: -35px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .featured-deal .owl-controls {
    top: -3.5em; } }
.featured-deal .owl-controls .owl-buttons > div {
  width: 24px;
  height: 24px;
  float: left;
  background: #781a0f;
  text-align: center; }
.featured-deal .owl-controls .owl-buttons > div:hover {
  background: #365a89; }
.featured-deal .owl-controls .owl-buttons > div.owl-prev {
  margin-right: 3px; }
.featured-deal .owl-controls .owl-buttons > div.disabled {
  opacity: 0.5;
  cursor: default; }
.featured-deal .owl-controls .owl-buttons > div.disabled:hover {
  background: #781a0f; }
.featured-deal .owl-controls .owl-buttons > div i {
  color: #fff;
  font-size: 31px;
  line-height: 1;
  margin-top: -5px; }
.featured-deal h2 {
  text-transform: none;
  font-size: 24px;
  font-family: "helvetica_neue_lt_std57Cn";
  color: #000000;
  font-weight: normal; }
@media only screen and (max-width: 767px) {
  .featured-deal h2 {
    font-size: 24px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .featured-deal h2 {
    font-family: "helvetica_neue_lt_std77BdCn";
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .featured-deal {
    margin: 0; }
  .featured-deal .owl-wrapper-outer {
    margin: 0; }
  .featured-deal .products-grid {
    margin: 0 0 25px !important;
    width: 768px; }
  .featured-deal .products-grid .owl-wrapper .owl-item {
    padding: 0; }
  .featured-deal .products-grid .owl-wrapper .owl-item .item {
    padding: 0; } }

.slider-wrapper {
  width: 670px;
  float: left;
  position: relative;
  margin: 0 0 30px; }
.slider-wrapper:after {
  content: '';
  display: table;
  clear: both; }
.slider-wrapper .nivo-html-caption-title {
  display: none; }
.slider-wrapper .bx-wrapper {
  margin: 0; }
.slider-wrapper #bx-pager {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.slider-wrapper .bx-caption .banner-content {
  position: absolute;
  right: 45px;
  top: 30px;
  width: 46%; }

.slider-wrapper .banner-content h2 {
  font-weight: normal;
  font-family: "helvetica_neue_lt_std57Cn";
  font-weight: normal;
  font-size: 40px;
  text-transform: none;
  color: #000000;
  line-height: 38px;
  margin: 0; }
.slider-wrapper .banner-content h2 span {
  font-family: "helvetica_neue_lt_std77BdCn"; }

.slider-wrapper.banner-content h2 span {
  font-family: "helvetica_neue_lt_std77BdCn"; }

.slider-wrapper .banner-content p {
  font-family: "helvetica_neue_lt_std57Cn";
  color: #410001;
  font-size: 16px;
  line-height: normal;
  padding: 10px 0; }

.slider-wrapper .banner-content .shop-now {
  display: block;
  font-size: 18px;
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #fff;
  text-transform: uppercase;
  width: 119px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #365a89;
  margin-top: 10px; }

.slider-wrapper .banner-content .shop-now:hover {
  text-decoration: none;
  background: #781a0f; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-wrapper {
    width: 768px;
    max-width: none;
    max-height: 356px;
    overflow: hidden;
    margin: 0 -10px; }

  .slider-wrapper .banner-content h2 {
    font-size: 36px;
    line-height: 34px; }

  .slider-wrapper .banner-content p {
    font-size: 15px; }

  .slider-wrapper .banner-content .shop-now {
    font-size: 17px;
    width: 115px; }

  .slider-wrapper #bx-pager a {
    font-size: 11px;
    height: 42px;
    line-height: 42px; }

  .slider-wrapper #bx-pager a:hover, .slider-wrapper #bx-pager a.active {
    height: 45px;
    line-height: 48px; }

  .slider-wrapper .bx-wrapper .bx-controls-direction a.disabled:hover, .slider-wrapper .bx-wrapper .bx-controls-direction a {
    width: 27px;
    height: 47px;
    margin-top: 0;
    line-height: 47px;
    top: 144px; }

  .main .col-main .search-page-empty .nav-container {
    width: 100%;
    margin: 0; }

  .main .col-main .nav-container {
    width: 768px;
    margin: 0 -10px; } }
@media only screen and (max-width: 767px) {
  .main .search-page-empty {
    margin: 0;
    padding-right: 10px; }

  #bx-pager {
    display: none; }

  .slider-wrapper {
    width: 320px;
    margin-bottom: 23px;
    clear: both; }

  .slider-wrapper .bx-caption .banner-content {
    width: 80%;
    right: 22px;
    top: 20px; }

  .slider-wrapper .banner-content h2 {
    font-size: 32px;
    line-height: 30.39px; }

  .slider-wrapper .banner-content p {
    font-size: 14px;
    padding: 0; }

  .slider-wrapper .banner-content .shop-now {
    font-size: 15px;
    width: 95px;
    height: 29px;
    line-height: 31px; }

  .slider-wrapper .bx-wrapper .bx-controls-direction a.disabled:hover, .slider-wrapper .bx-wrapper .bx-controls-direction a {
    width: 27px;
    height: 47px;
    margin-top: 0;
    line-height: 47px;
    top: 72px; } }
@media only screen and (max-width: 767px) {
  .popup-promotion {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px; } }
.popup-promotion .fancybox-inner {
  padding: 20px; }

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none; }

.tool-tip-content {
  clear: both; }

.visible-sm {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none; }

  .visible-sm {
    display: block; }

  .wrap-table {
    overflow: scroll; } }
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block; }

  .visible-xs {
    display: none; } }
@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block; }

  .hidden-xs {
    display: none; }

  .wrap-table {
    overflow: scroll; } }
/***cms page***/
.cms-page-view:not(.cms-index-index) .col1-layout .col-main {
  float: left; }

@media only screen and (max-width: 767px) {
  .cms-page-view:not(.cms-index-index).about-index .page .col-main {
    padding-bottom: 50px; } }
.grid-cms .view {
  width: 33.33%;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }
@media only screen and (min-width: 1025px) {
  .grid-cms .view:nth-child(3n+1) {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .grid-cms .view {
    width: 75%;
    margin-top: 10px;
    margin-left: 12%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-cms .view {
    width: 33.33%; }
  .grid-cms .view:nth-child(3n+1) {
    margin-left: 0; } }
.grid-cms .view img {
  display: block;
  position: relative;
  border: 1px solid #e2d9bb; }
.grid-cms .view a {
  font-family: "helvetica_neue_lt_std77BdCn";
  color: #755110;
  display: block;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 0px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5); }
.grid-cms .view a:hover {
  text-decoration: none; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-cms .view a {
    font-size: 15px;
    padding: 5px;
    margin: 0;
    line-height: 18px; } }
.grid-cms .view p {
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0 !important;
  text-align: center;
  opacity: 0;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-cms .view p {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .grid-cms .view p {
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-cms .view p {
    padding: 10px 10px 5px; } }
.grid-cms .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #781a0f;
  margin: 0;
  box-shadow: none;
  font-size: 14px; }
.grid-cms .view a.info:hover {
  text-decoration: underline; }
.grid-cms .view img {
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.grid-cms .view .mask {
  background: url("../images/honeyVariety.gif") no-repeat;
  background-size: cover;
  /* background-color: rgba(146,96,91,0.3);*/
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: 1px solid #e2d9bb; }
.grid-cms .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
.grid-cms .view:hover .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }
.grid-cms .view:hover img {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.grid-cms .view:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.font-arial {
  font-family: Arial, sans-serif !important;
  display: inline-block !important; }

.table-custom {
  border: 1px solid #e9ddb0; }
.table-custom tr:nth-child(2) {
  background-color: #e9ddb0;
  text-align: center;
  white-space: nowrap; }
.table-custom td {
  padding: 10px;
  border: 1px solid #e9ddb0; }

@media only screen and (max-width: 767px) {
  .content-page-text h6 {
    clear: both; } }
.content-page-text li {
  margin-top: 10px; }

#my-sagepaycards-table td {
  vertical-align: middle; }

a#link-regcard {
  margin: 10px 0;
  display: block; }

.select_style {
  position: relative; }
.select_style:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 25px;
  top: 1px;
  right: 1px;
  pointer-events: none; }
.select_style:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  pointer-events: none; }

.select_card_type .select_style {
  float: left;
  width: 100%; }

#sagepaytoken_cc_type_exp_div, #sagepaytoken_cc_type_cvv_div {
  width: 50%;
  float: left; }
@media only screen and (max-width: 767px) {
  #sagepaytoken_cc_type_exp_div, #sagepaytoken_cc_type_cvv_div {
    width: 100%; } }

.form-list .select_style select {
  padding-right: 30px !important; }

#sagepaytoken_cc_type_cvv_div .input-box .v-fix {
  float: none;
  margin-right: 0; }

#sagepaytoken_cc_post {
  float: left;
  margin: 10px 0; }

@media only screen and (max-width: 767px) {
  #sagepaytoken_cc_type_exp_div .input-box .get_years {
    float: right;
    margin-right: 0; } }
.contacts-index-index .col-main, .contacts-index-index .col-left.sidebar {
  padding: 20px 0 0; }
.contacts-index-index .main {
  padding-top: 0; }

.customer-account .my-account .form-list .field {
  padding: 0 4px 0 8px; }

#checkout-review-table .a-left {
  text-align: right; }

.table-cms {
  border: 1px solid #e9ddb0; }
.table-cms tr:nth-child(1) {
  background-color: #e9ddb0;
  text-align: center;
  white-space: nowrap; }
.table-cms td {
  padding: 10px;
  border: 1px solid #e9ddb0; }

@media only screen and (max-width: 767px) {
  .autoscrolltable {
    overflow: scroll; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.video-container object, .video-container iframe, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.social-links a {
  color: #1d2434;
}

.media-lightbox .main-button {
  color: #fff;
}
.passed-wcag{
  color: #fff;
}
.block-cat-home li .cat-title span.wcag {
  font-family: Arial,sans-serif;
  font-size: 14px;
}

/*update ticket-4579*/

/*.main,.contacts-index-index .main{padding-top: 164px;}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main,.contacts-index-index .main{padding-top: 148px;}
}
@media only screen and (max-width: 767px) {
  .main,.contacts-index-index .main{padding-top: 119px;}
}*/
.page{padding-top: 164px;}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page{padding-top: 148px;}
}
@media only screen and (max-width: 767px) {
  .page{padding-top: 119px;}
}
/*end update ticket-4579*/

/*favorites-block*/
.favorites-block{
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  position: relative;
}
.favorites-block:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    height: 10px;
    z-index: 1;
    width: 100%;
    bottom: -3px;
    display: none;
}
.favorites-block:hover:after{display: block;}
.favorites-block:hover,.favorites-block.active{
  background: #fff;
  box-shadow: 0px -1px 5px #e2d9bc;
}
.favorites_link_tooltip{
  position: absolute;
  background:#fff;
  padding: 10px 15px;
  line-height: 18px;
  top: 45px;
  color: #a5926a;
  width: 280px;  
  left: 0;
  box-shadow: 0px -1px 4px #e2d9bc;
  display: none;
}
.favorites-block:hover .favorites_link_tooltip{display: block;}
#favorites_link_addpopup{
  position: absolute;
  background:#fff;
  padding: 0 10px 10px;
  line-height: 18px;
  top: 45px;
  color: #a5926a;
  width: 280px;    
  z-index: 2;
  left: 0;
  box-shadow: 0px 1px 4px #e2d9bc;
}
.lbl-favorite{
  display: block;
  background: #847139;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin: 0 -10px;
  padding-left: 34px;
}
.lbl-favorite:before{
  content: '';
  position: absolute;
  width: 17px;
  height: 9px;
  background: transparent;
  top: 10px;
  left: 11px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-amlist-popup .mini-products-list .product-image{width: 68px;}
.top-amlist-popup .product-details{margin-left: 80px;}
.top-amlist-popup .mini-products-list .product-details .product-name{padding-top: 0;}
.top-amlist-popup .product-details .product-name a{
  color: #010101;
  font-weight: bold;
}
.top-amlist-popup .product-details .product-name a:hover{text-decoration: none;}
.account-cart-wrapper .top-amlist-popup  ul li:first-child{margin-right: 0;}
.top-amlist-popup  .sku-p{
    color:#959595;
    font-weight: normal;
}
.top-amlist-popup .item-numb{color: #000;}
.top-amlist-popup .item-numb span{color: #781a10;font-weight: bold;}
.top-amlist-popup  .cart-link{
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  background: #781a10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.top-amlist-popup  .cart-link:hover{text-decoration: none;}
.top-amlist-popup  #header-amlist{margin-bottom: 0;}
.top-amlist-popup  .product-details .price{
  display: block;
  font-weight: bold;
  color: #385a88;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .account-cart-wrapper ul li.favorites-block{
      padding-right: 5px;
      padding-bottom: 2px;
      padding-left: 5px;
  }
  #favorites_link_addpopup{
    left: inherit;
    right: 0;
    top: 30px;
  }
  .favorites-block .favorites_link_tooltip {
      top: 30px;
      left: inherit;
      right: 0;
      box-shadow: 0px 0px 4px #e2d9bc;
  }
}

/*# sourceMappingURL=styles.css.map */
/*ticket 4644*/
@media only screen and (max-width : 767px) {
    .touch .bx-wrapper img {
        opacity: .6;
    }

    .touch .bx-wrapper p, .touch .bx-wrapper h2 {
        text-shadow: 0px 0px 5px #fff;
    }

    .touch .bx-wrapper h2 a {
        text-shadow: none;
        
    }
}
/*end ticket 4644*/


/*ticket_4433*/
.open-account-static-block{background: #fff;padding-bottom: 100px;}
.h1-ws{
  margin-bottom: 0;
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 27px;
  font-family: "helvetica_neue_lt_std77BdCn";
}
.customer-account-loginwholesale.customer-account-login .col2-set .col-2,
.customer-account-loginwholesale.customer-account-login .col2-set .col-1{padding-top:0;padding-bottom: 0;}
.customer-account-loginwholesale.customer-account-login .col2-set .col-1{padding-bottom: 40px;}
.customer-account-loginwholesale.customer-account-login .wrapper{
    background: #f5f5f5;
}
.customer-account-loginwholesale .col2-set{margin-top: 40px;margin-bottom: 0;padding-bottom: 50px;}
.open-account-static-block *{
   box-sizing: border-box;
}
.open-account-static-block .present-block{
    max-width: 1100px;
    margin: 0 auto;    
    padding: 50px 84px 0;
}
.present-block .h2{
  text-align: center;
}
.open-account-static-block .short-desc{
  text-align: center;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 16px;
  max-width: 570px;
  margin: 24px auto 30px;
}
.present-block .method-block{overflow: hidden;}
.present-block .method-block .item{
  width: 30%;
  float: left;
  font-family: "HelveticaNeueLTStd-MdCn";
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.present-block .method-block .item:first-child,.present-block .method-block .item:last-child{
  width: 20%;
}
.method-block .item:before{
  content: "";
  display:block;
  background: url('../images/icon-method-sprite.png') 0 0 no-repeat;
  width: 73px;
  height: 74px;
  margin: 0 auto 15px;
}
.method-block .fee-shipping:before{background-position: 0 0;}
.method-block .payment-with-net:before{background-position: 0 -77px;}
.method-block .payment-by-credit:before{background-position: 0 -154px;}
.method-block .medium-order:before{background-position: 0 -232px;}

.method-block .payment-with-net{padding-left: 25px;}
.method-block .item p{margin:0 auto;}
.fee-shipping p{max-width: 160px;}
.payment-with-net p{max-width: 214px;}
.payment-by-credit p{max-width: 185px;}
.medium-order p{max-width: 142px;}
.open-account-static-block .box-present{overflow: hidden;margin-top:70px;}
.box-present .desc p{
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.box-present .img{width: 352px;}
.advantage-over-retail .img{float: left;}
.advantage-over-retail .desc{margin-left: 382px;}
.favorite-feature .img{float: right;}
.favorite-feature .desc{margin-right: 382px;}
@media only screen and (max-width : 992px) {
  .open-account-static-block{padding-bottom: 60px;}
  .open-account-static-block .present-block{padding: 50px 20px 0;}  
  .open-account-static-block .box-present{margin-top:60px;}
  .fee-shipping p {max-width: 120px;}
  .payment-with-net p {max-width: 160px;}
  .payment-by-credit p {max-width: 165px;}
  .medium-order p {max-width: 132px;}
  .box-present .img{width: 299px;}
  .advantage-over-retail .desc{margin-left: 320px;}
  .favorite-feature .desc{margin-right: 320px;}
  
}
@media only screen and (max-width: 992px) and (min-width: 768px){
  .customer-account-loginwholesale.customer-account-login .col2-set .col-1 .content{padding-left: 0;}
  .customer-account-loginwholesale.customer-account-login .col2-set .col-2 .content{
    padding-right: 0;
    padding-left: 35px;
  }
  .open-account-static-block .short-desc,.box-present .desc p{font-size: 12px;}
}
@media only screen and (max-width: 767px){
  .h1-ws{
    font-size: 30px;
    margin-top: 40px;
  }
  .customer-account-loginwholesale .col2-set{
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .customer-account-login .col2-set h2{
    font-size: 24px;
    text-align: center;
  }
  .customer-account-loginwholesale form .text-content p{text-align: center;}
  .customer-account-loginwholesale .col2-set .col-2 .content{padding-top: 30px;}
  .customer-account-loginwholesale .col2-set .col-1 .form-list li .button{
    float: none;
    display: block;
    margin: 20px auto 0;
  }
  .customer-account-loginwholesale .col2-set .col-1 .form-list li .f-left{
    display: block;
    text-align: center;
  }
  .customer-account-loginwholesale.customer-account-login .col2-set .col-1{padding-bottom: 25px;}
  .open-account-static-block .present-block{max-width: 320px;padding: 40px 10px 0;}
  .present-block .h2{font-size: 24px;}
  .present-block .method-block .item,.present-block .method-block .item:first-child,
  .present-block .method-block .item:last-child{width: 50%;}
  .method-block .payment-with-net{padding-left: 0;}
  .present-block .method-block .item:nth-child(3),.present-block .method-block .item:nth-child(4){margin-top:35px;}
  .customer-account-loginwholesale form .text-content p a{display: block;}
  .box-present .img{
    float: none;
    display: block;
    margin: 0 auto;
  }
  .box-present .desc{margin-top:35px;}
  .advantage-over-retail .desc{margin-left: 0;}
  .favorite-feature .desc{margin-right: 0;}
  .open-account-static-block .box-present{margin-top:45px;}
  .advantage-over-retail .desc h2{font-size: 24px;}
  .payment-by-credit{clear: left;}
}
/*end ticket_4433*/

/*tickets_4435*/
.link-stock-alert a{
  background: #365a89;
  float: left;
  text-transform: uppercase;
  font-family: "helvetica_neue_lt_std57Cn";
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 3px 23px 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.link-stock-alert a:hover{
  background: #781a0f;
  text-decoration: none;
  color: #fff;
}
/*tickets_4435*/
/*tickets_5577*/
.yotpo .yotpo-review .yotpo-read-more,.yotpo .yotpo-review .rest-content-collapsed{font-size:13px;}
/*end tickets_5577*/
/*tickets_5161*/
.catalog-product-view a .at-icon-wrapper{display: none;}
.catalog-product-view .addthis_custom_sharing{
  margin: 10px 0 8px 0px;
  float: left;
  width: 100%; }

.catalog-product-view  .addthis_custom_sharing .at-svc-facebook {
  background: url(../images/social_icons.png) no-repeat;
  text-indent: -999em;
  width: 59px;
  height: 25px;
  max-width: none !important;
  border-radius: 0 !important;
}
.catalog-product-view  .addthis_custom_sharing .at-svc-facebook:hover {
  background: url(../images/social_icons.png) no-repeat top right;
  cursor: pointer; }

.catalog-product-view  .addthis_custom_sharing .at-svc-pinterest_share {
  background: url(../images/social_icons.png) no-repeat 0 -26px;
  text-indent: -999em;
  width: 71px;
  height: 25px;
  max-width: none !important;
  border-radius: 0 !important;
}
.catalog-product-view  .addthis_custom_sharing .at-svc-pinterest_share:hover {
  background: url(../images/social_icons.png) no-repeat 100% -26px;
  cursor: pointer; }

.catalog-product-view  .addthis_custom_sharing .at-svc-twitter {
  background: url(../images/social_icons.png) no-repeat 0 -52px;
  text-indent: -999em;
  width: 77px;
  height: 25px;
  max-width: none !important;
  border-radius: 0 !important;
}
.catalog-product-view  .addthis_custom_sharing .at-svc-twitter:hover {
 background: url(../images/social_icons.png) no-repeat 100% -52px;
  cursor: pointer;
}
/*end tickets_5161*/
/*ticket 4926*/
.block-subscribe {
  position: relative;
}
.footer .block-content {
  position: relative;
}
.block-content:before {
  display: table;
  content: "";
}
.block-content:after {
  display: table;
  content: "";
  clear: both;
}
.block-subscribe .subscribe-group {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-top: none;
}
.subscribe-group {
  clear: both;
  display: none;
}
.subscribe-group em {
  font-style: normal;
  display: inline-block;
}
.cms-home .subscribe-group {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}
.cms-page-view .std .subscribe-group p {
  margin-bottom: 0;
  margin-top: 5px;
  line-height: auto;
}
.customer-account-create .subscribe-group {
  margin-bottom: 20px;
  display: block;
}
.footer .subscribe-group {
  background-color: #ffffff;
  padding: 25px;
}
.footer .subscribe-group > .inner {
  padding-left: 10px;
  padding-right: 10px;
}
.firecheckout-index-index .form-list .subscribe-group {
  border-top: solid 1px #e4e4e4;
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 23px;
  margin-right: 23px;
  background: #fffdf3;
}
.firecheckout-index-index .form-list .title-1 {
  font-size: 13px;
}
.firecheckout-index-index .custom-checkbox label {
  font-size: 12px;
}
.firecheckout-index-index .custom-checkbox label:before {
  width: 13px;
  height: 13px;
  background: #fff7d7;
  background-image: none;
  border: 1px solid #e2d9bb;
}
.firecheckout-index-index .custom-checkbox input:checked + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 1;
  content: "\f00c";
  background-image: none;
}
.firecheckout-index-index .sub-content {
  font-size: 13px;
}
.subscribe-group .input-group {
  margin-top: 12px;
}
.subscribe-group .input-group:first-child {
  margin-top: 0;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font: 15px "Helvetica-Bold", Verdana, Arial, sans-serif;
}
.custom-checkbox label:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  background: url('../images/checkbox-unchecked-ico.png') no-repeat;
  background-size: cover;
}
.custom-checkbox input:checked + label:before {
  background-image: url('../images/checkbox-checked-ico.png');
}
.title-1 {
  font: 15px "helveticaneuebold", sans-serif;
  margin-bottom: 12px;
  display: inline-block;
}
.footer .title-1 {
  color: #000000;
  text-align: center;
}
.sub-content {
  font: 12.5px "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 5px;
}
@media screen and (min-width: 1201px) {
  .firecheckout-index-index .form-list .subscribe-group {
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: -10px;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .firecheckout-index-index .form-list .subscribe-group > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .firecheckout-index-index .form-list .title-1 {
    padding-top: 20px;
    border-top: solid 1px #e4e4e4;
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .block-subscribe #newsletter-validate-detail-cms .subscribe-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .firecheckout-index-index .form-list .subscribe-group {
    margin-left: -160px;
    margin-right: -160px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }
  .firecheckout-index-index .form-list .title-1 {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 20px 0;
    background: #fffdf3;
    margin-bottom: 12px;
  }
  .firecheckout-index-index .form-list .subscribe-group > .inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .firecheckout-index-index .form-list .subscribe-group > .inner:before {
    content: "";
    display: table;
  }
  .firecheckout-index-index .form-list .subscribe-group > .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .firecheckout-index-index .form-list .subscribe-group .input-group {
    float: left;
    width: 33.333333%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .firecheckout-index-index .form-list .subscribe-group label {
    padding-left: 0;
  }
  .firecheckout-index-index .custom-checkbox label:before,
  .firecheckout-index-index .custom-checkbox label em {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .firecheckout-index-index .custom-checkbox label em {
    margin-left: 5px;
  }
  .firecheckout-index-index .form-list .subscribe-group .input-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  /*.firecheckout-index-index .form-list .subscribe-group {
    margin-left: 15px;
    margin-right: 15px;
  }*/
  .firecheckout-index-index .form-list .subscribe-group {
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: -10px;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .firecheckout-index-index .form-list .subscribe-group > .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .firecheckout-index-index .form-list .title-1 {
    padding-top: 20px;
    border-top: solid 1px #e4e4e4;
    width: 100%;
    padding-left: 40px;
  }
}

/*ticket_4839*/
.top-products-category{
  margin-top: 54px;
}
.top-products-category:after {
  content: "";
  display: table;
  clear: both;
}
/*top-product-type1*/
.top-product-type1 .large-col{
  width: 65.871%;
  float: left;
}
.top-product-type1 .small-col{
  width: 31.861%;
  float:right;
}
.top-product-type1 .small-col li.item{
  width: 100%;
  float: none;
}
.top-product-type1 .small-col li.item{
  padding-top:0 !important;
}
.top-product-type1 .small-col li.item:first-child{
  margin-bottom:15px;
}
.article-mobile,.img-tablet{display:none !important;}

/*end top-product-type1*/
.top-products-category .products-grid{margin-left:0;}
.top-products-category .big-product-item .item{
  width: 100% !important;
  float: none;
}
.top-products-category .products-grid li.item .item-outer:after{display: none;}
.list-small-items li.item{
  padding-top:0 !important;
}
.top-products-category  .products-grid li.item,.top-products-category .products-grid li.item .item-inner{padding:0;}

.top-products-category li.item .item-outer,
.top-products-category  li.item.product-out-of-stock .item-outer{
  background: #fff7d9;
  border: 1px solid #e9ddb0 !important;
}
.top-products-category .list-small-items li.item .item-outer{ height:427px;}
.top-products-category .big-product-item li.item .item-outer{ height:626px;}
.list-small-items li.item .item-inner{padding: 0 !important;}
.top-products-category  .product-label{
  position: absolute;
  top: 1px;
  z-index: 10;
}
.list-small-items .product-info{padding:10px 20px 0;}

.top-products-category  .products-grid li .price-box,
.top-products-category  .products-grid li .yotpo-line,.top-products-category  .products-grid li .ratings{margin-top:6px;}
.top-products-category  .products-grid.big-product-item li .type-size,
.top-products-category  .products-grid.big-product-item li .yotpo-line,.top-products-category  .products-grid.big-product-item li .ratings{margin-top:6px;}
.top-products-category  .products-grid li .brand-p{font-size:14px;margin-bottom:0;}
.top-products-category  .products-grid li .product-name a{
  font-size: 17px;
  line-height: 20px;
  max-height: 48px;
  overflow: hidden;
}
.top-products-category .products-grid .price-box .minimal-price,.top-products-category .products-grid .price-box .price{font-size:19px;}
.top-products-category .products-grid .product-info{border-top: 1px solid #e9ddb0 !important;}
.top-products-category .products-grid .product-image{margin:0;}
.top-products-category .products-grid .product-image img{display:block;}
.top-products-category  .products-grid li .type-size{
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  font-family: "helvetica_neue_lt_std77BdCn";
}
.top-products-category  .products-grid li.big-product-item .type-size{margin-top:10px;}
.top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-star,
.top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-half-star,
.top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-empty-star{font-size:19px !important;}
.products-grid.big-product-item  .product-info{
  padding: 12px 20px 0;
}
.top-products-category  .products-grid.big-product-item  li .product-name a{
  font-size:22px;
  line-height: 30px;
  max-height: 30px;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  display: block;
}
.top-products-category .products-grid.big-product-item .price-box .minimal-price, .top-products-category .products-grid.big-product-item .price-box .price{
  font-size:24px;
}
.products-grid.big-product-item li.item.product-out-of-stock .actions{
  padding: 0 30px !important;
}
.top-products-category .products-grid.list-small-items  .product-image{
 /* max-height:227px;*/
  overflow: hidden;
  display:block;
}
.top-product-type1 .big-product-item{margin-top:18px;}
.top-products-category  .products-grid .labeled{display: none;}
.top-products-category li.item .item-outer:hover,
.top-products-category  li.item.product-out-of-stock .item-outer:hover{

}
.top-products-category .item-main-content{
  border: 3px solid transparent;
  margin-top:-3px;
  margin-left: -3px;
  margin-right:-3px;
  overflow: hidden;
}
.top-products-category .product-out-of-stock .item-main-content{
  border: 3px solid transparent !important;
}
.top-products-category  .products-grid .actions .button.hide-mobile{
  display: inline-block;
  padding: 0 15px;
  width: auto;
}
.top-products-category .item-main-content:hover{
  border-color: #e9ddb0;
}
/*top-product-type2*/
.top-product-type2 .small-col{
  width: 31.98%;
  float: left;
  margin-top: -22px;
}
.top-product-type2 .large-col{
  width: 65.871%;
  float: right;
}
.top-product-type2 .small-col  .products-grid li.item{
  float: none;
  width: 100%;
}
.top-product-type2 .large-col  .products-grid li.item{width: 50%;padding-left:18px;}
.top-product-type2 .large-col .products-grid{margin-left: -18px;margin-top:4px;}
.top-product-type2 .products-grid li .product-label{
  position: relative;
  top: inherit;
}
.top-product-type2   .products-grid li.item{
  margin-top: 20px;
}
.top-product-type2 .small-col  .products-grid li.item:first-child{margin-top:0;}

.top-products-category .products-grid li.item .item-inner{position: static;}
.top-products-category .products-grid li.item.product-out-of-stock:hover .actions{position: absolute;}

@media only screen and (max-width: 1200px) {
  .img-tablet{display:block !important;}
  .img-desktop{display:none !important;}
  .list-small-items .product-info {
    padding: 10px 5px 0;
  }
 /* .top-products-category .products-grid.list-small-items  .product-image{
    max-height:172px;
  }*/
  .top-products-category  .products-grid li .brand-p{
    font-size:11px;
    min-height:inherit;
  }
  .top-products-category .products-grid li .product-name a {
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
  }
  .top-products-category  .products-grid li .type-size{
    font-size:13px;
    margin-top: 7px;
  }
  .top-products-category .list-small-items li.item .item-outer {
    height: 326px;
  }
  .top-products-category{margin-top:40px;}
  .top-product-type1 .big-product-item {margin-top: 14px;}
  .top-product-type1 .small-col li.item:first-child {margin-bottom: 11px;}
  .products-grid.big-product-item .product-info {
    padding: 14px 8px 0;
  }
  .top-products-category .products-grid.big-product-item li .product-name a {
    font-size: 21px;
    margin-top: 5px;
  }
  .top-products-category  .products-grid.big-product-item li .type-size, .top-products-category  .products-grid.big-product-item li .yotpo-line,
  .top-products-category  .products-grid.big-product-item li .ratings{margin-top:8px;}
  .top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-star, .top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-half-star, .top-products-category .products-grid li .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 16px !important;
  }
  .top-products-category .products-grid.big-product-item li .yotpo .yotpo-bottomline .yotpo-icon-star,
  .top-products-category .products-grid.big-product-item li .yotpo .yotpo-bottomline .yotpo-icon-half-star,
  .top-products-category .products-grid.big-product-item li .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 18px !important;
  }
  .top-products-category .big-product-item li.item .item-outer {
    height: 480px;
  }
  .top-products-category  .products-grid.big-product-item  li .product-name a{
    font-size:22px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    white-space: inherit !important;
  }
  .top-product-type1 .big-product-item .item-main-content{margin-right:-2px;}
  .top-product-type2 .products-grid li .price-box, .top-product-type2 .products-grid li .yotpo-line,
  .top-product-type2 .products-grid li .ratings {margin-top: 7px;}
  .top-products-category  .products-grid li .price-box,
  .top-products-category  .products-grid li .yotpo-line,
  .top-products-category  .products-grid li .ratings{margin-top:7px;}
}
@media only screen and (max-width: 767px){
  .top-product-type1 .article{display:none;}
  .top-product-type1 .large-col,.top-product-type1 .small-col{width:100%;float:none;}
  .category-products .products-grid.big-product-item li.item .item-outer{width: 100%;}
  .top-product-type1 .big-product-item{margin-top:0;margin-bottom:20px;}
  .top-products-category .big-product-item li.item .item-outer {
    height: auto;
    padding-bottom: 20px;
  }
  .top-products-category {
    margin-top: 20px;
  }
  .top-product-type1 .small-col li.item {
    width: auto;
  }
  .top-products-category .list-small-items li.item .item-outer {
    height: 306px;
  }
  .top-product-type1 .small-col li.item:first-child{margin-bottom:0;}
  .top-products-category .list-small-items .product-label {
    position: relative;
    top: inherit;
    z-index: 10;
  }
  .top-products-category .small-col li.item {
    margin-top: 20px;
  }
  .top-product-type1 .products-grid li .yotpo .text-m{line-height: 19px;}
  .top-products-category .item-main-content:hover{
    border-color: transparent;
  }
  .top-product-type2 .small-col,
  .top-product-type2 .large-col{
    width: 100%;
    float: none;
  }
  .top-product-type2 .large-col  .products-grid li.item,
  .top-product-type2 .small-col  .products-grid li.item{
    padding: 0;
    width: auto;
    max-width: 50%;
    float: left
  }
  .top-product-type2 .small-col,.top-product-type2 .small-col  .products-grid li.item{margin-top:0;}
  .top-product-type2 .large-col .products-grid{margin-left: 0;}
  .top-product-type2 .large-col{margin-top:20px;}
  .category-products .top-products-category .products-grid li.item:nth-child(2n){margin-left:8px;}
  .top-products-category .products-grid .price-box .minimal-price,
  .top-products-category .products-grid .price-box .price{font-size:16px;}
  .category-products .top-products-category.top-product-type1 .products-grid li.item:nth-child(2n){margin-left: 4px;}
  .category-products .top-product-type1 .small-col .products-grid li{max-width: 50%;}
}
.top-products-category .products-grid li.item.product-out-of-stock .actions{
  height: 78px !important;
  display: none !important;
  background:#fffcf1 !important;
  bottom: 0 !important;
  padding-top: 15px !important;
}
.top-products-category .products-grid li.item.product-out-of-stock:hover .actions{
  display: block !important;
}
@media only screen and (max-width: 767px){
  .top-products-category .products-grid li.item.product-out-of-stock:hover .actions{
    display: none !important;
  }
}
/*end ticket_4839*/
/*ticket_6137*/
.main .yotpo.yotpo-main-widget.yotpo-small .yotpo-hidden-mobile{
  float:none;
  display:inline-block;
}
/*end ticket_6137*/