@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
#personal-area .menu a.active,
#personal-area .content .ratings .ratings-tabs a.menu-item.active {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
#personal-area textarea,
#cart textarea,
#customize textarea,
#size-guide textarea,
#customize .input-wrapper,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html #personal-area textarea[disabled], #personal-area
html textarea[disabled],
html
#cart textarea[disabled],
#cart
html textarea[disabled],
html
#customize textarea[disabled],
#customize
html textarea[disabled],
html
#size-guide textarea[disabled],
#size-guide
html textarea[disabled],
html #customize [disabled].input-wrapper, #customize
html [disabled].input-wrapper {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
#personal-area textarea::-moz-focus-inner,
#cart textarea::-moz-focus-inner,
#customize textarea::-moz-focus-inner,
#size-guide textarea::-moz-focus-inner,
#customize .input-wrapper::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input, #personal-area textarea,
#cart textarea,
#customize textarea,
#size-guide textarea, #customize .input-wrapper {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], #personal-area textarea[type="checkbox"],
#cart textarea[type="checkbox"],
#customize textarea[type="checkbox"],
#size-guide textarea[type="checkbox"], #customize [type="checkbox"].input-wrapper,
input[type="radio"],
#personal-area textarea[type="radio"],
#cart textarea[type="radio"],
#customize textarea[type="radio"],
#size-guide textarea[type="radio"],
#customize [type="radio"].input-wrapper {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, #personal-area textarea[type="number"]::-webkit-inner-spin-button,
#cart textarea[type="number"]::-webkit-inner-spin-button,
#customize textarea[type="number"]::-webkit-inner-spin-button,
#size-guide textarea[type="number"]::-webkit-inner-spin-button, #customize [type="number"].input-wrapper::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
#personal-area textarea[type="number"]::-webkit-outer-spin-button,
#cart textarea[type="number"]::-webkit-outer-spin-button,
#customize textarea[type="number"]::-webkit-outer-spin-button,
#size-guide textarea[type="number"]::-webkit-outer-spin-button,
#customize [type="number"].input-wrapper::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"], #personal-area textarea[type="search"],
#cart textarea[type="search"],
#customize textarea[type="search"],
#size-guide textarea[type="search"], #customize [type="search"].input-wrapper {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, #personal-area textarea[type="search"]::-webkit-search-cancel-button,
#cart textarea[type="search"]::-webkit-search-cancel-button,
#customize textarea[type="search"]::-webkit-search-cancel-button,
#size-guide textarea[type="search"]::-webkit-search-cancel-button, #customize [type="search"].input-wrapper::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
#personal-area textarea[type="search"]::-webkit-search-decoration,
#cart textarea[type="search"]::-webkit-search-decoration,
#customize textarea[type="search"]::-webkit-search-decoration,
#size-guide textarea[type="search"]::-webkit-search-decoration,
#customize [type="search"].input-wrapper::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

strong {
  font-weight: bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ============================================ */
/* This file has a mobile-to-desktop breakpoint */
/* ============================================ */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .grid-10:before, .mobile-grid-10:before, .grid-15:before, .mobile-grid-15:before, .grid-20:before, .mobile-grid-20:before, .grid-25:before, .mobile-grid-25:before, .grid-30:before, .mobile-grid-30:before, .grid-35:before, .mobile-grid-35:before, .grid-40:before, .mobile-grid-40:before, .grid-45:before, .mobile-grid-45:before, .grid-50:before, .mobile-grid-50:before, .grid-55:before, .mobile-grid-55:before, .grid-60:before, .mobile-grid-60:before, .grid-65:before, .mobile-grid-65:before, .grid-70:before, .mobile-grid-70:before, .grid-75:before, .mobile-grid-75:before, .grid-80:before, .mobile-grid-80:before, .grid-85:before, .mobile-grid-85:before, .grid-90:before, .mobile-grid-90:before, .grid-95:before, .mobile-grid-95:before, .grid-100:before, .mobile-grid-100:before, .grid-33:before, .mobile-grid-33:before, .grid-66:before, .mobile-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .grid-10:after, .mobile-grid-10:after, .grid-15:after, .mobile-grid-15:after, .grid-20:after, .mobile-grid-20:after, .grid-25:after, .mobile-grid-25:after, .grid-30:after, .mobile-grid-30:after, .grid-35:after, .mobile-grid-35:after, .grid-40:after, .mobile-grid-40:after, .grid-45:after, .mobile-grid-45:after, .grid-50:after, .mobile-grid-50:after, .grid-55:after, .mobile-grid-55:after, .grid-60:after, .mobile-grid-60:after, .grid-65:after, .mobile-grid-65:after, .grid-70:after, .mobile-grid-70:after, .grid-75:after, .mobile-grid-75:after, .grid-80:after, .mobile-grid-80:after, .grid-85:after, .mobile-grid-85:after, .grid-90:after, .mobile-grid-90:after, .grid-95:after, .mobile-grid-95:after, .grid-100:after, .mobile-grid-100:after, .grid-33:after, .mobile-grid-33:after, .grid-66:after, .mobile-grid-66:after, .clearfix:after {
  clear: both; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px; }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }
  .hide-on-mobile {
    display: none !important; }
  .mobile-grid-5 {
    float: left;
    width: 5%; }
  .mobile-prefix-5 {
    margin-left: 5%; }
  .mobile-suffix-5 {
    margin-right: 5%; }
  .mobile-push-5 {
    left: 5%; }
  .mobile-pull-5 {
    left: -5%; }
  .mobile-grid-10 {
    float: left;
    width: 10%; }
  .mobile-prefix-10 {
    margin-left: 10%; }
  .mobile-suffix-10 {
    margin-right: 10%; }
  .mobile-push-10 {
    left: 10%; }
  .mobile-pull-10 {
    left: -10%; }
  .mobile-grid-15 {
    float: left;
    width: 15%; }
  .mobile-prefix-15 {
    margin-left: 15%; }
  .mobile-suffix-15 {
    margin-right: 15%; }
  .mobile-push-15 {
    left: 15%; }
  .mobile-pull-15 {
    left: -15%; }
  .mobile-grid-20 {
    float: left;
    width: 20%; }
  .mobile-prefix-20 {
    margin-left: 20%; }
  .mobile-suffix-20 {
    margin-right: 20%; }
  .mobile-push-20 {
    left: 20%; }
  .mobile-pull-20 {
    left: -20%; }
  .mobile-grid-25 {
    float: left;
    width: 25%; }
  .mobile-prefix-25 {
    margin-left: 25%; }
  .mobile-suffix-25 {
    margin-right: 25%; }
  .mobile-push-25 {
    left: 25%; }
  .mobile-pull-25 {
    left: -25%; }
  .mobile-grid-30 {
    float: left;
    width: 30%; }
  .mobile-prefix-30 {
    margin-left: 30%; }
  .mobile-suffix-30 {
    margin-right: 30%; }
  .mobile-push-30 {
    left: 30%; }
  .mobile-pull-30 {
    left: -30%; }
  .mobile-grid-35 {
    float: left;
    width: 35%; }
  .mobile-prefix-35 {
    margin-left: 35%; }
  .mobile-suffix-35 {
    margin-right: 35%; }
  .mobile-push-35 {
    left: 35%; }
  .mobile-pull-35 {
    left: -35%; }
  .mobile-grid-40 {
    float: left;
    width: 40%; }
  .mobile-prefix-40 {
    margin-left: 40%; }
  .mobile-suffix-40 {
    margin-right: 40%; }
  .mobile-push-40 {
    left: 40%; }
  .mobile-pull-40 {
    left: -40%; }
  .mobile-grid-45 {
    float: left;
    width: 45%; }
  .mobile-prefix-45 {
    margin-left: 45%; }
  .mobile-suffix-45 {
    margin-right: 45%; }
  .mobile-push-45 {
    left: 45%; }
  .mobile-pull-45 {
    left: -45%; }
  .mobile-grid-50 {
    float: left;
    width: 50%; }
  .mobile-prefix-50 {
    margin-left: 50%; }
  .mobile-suffix-50 {
    margin-right: 50%; }
  .mobile-push-50 {
    left: 50%; }
  .mobile-pull-50 {
    left: -50%; }
  .mobile-grid-55 {
    float: left;
    width: 55%; }
  .mobile-prefix-55 {
    margin-left: 55%; }
  .mobile-suffix-55 {
    margin-right: 55%; }
  .mobile-push-55 {
    left: 55%; }
  .mobile-pull-55 {
    left: -55%; }
  .mobile-grid-60 {
    float: left;
    width: 60%; }
  .mobile-prefix-60 {
    margin-left: 60%; }
  .mobile-suffix-60 {
    margin-right: 60%; }
  .mobile-push-60 {
    left: 60%; }
  .mobile-pull-60 {
    left: -60%; }
  .mobile-grid-65 {
    float: left;
    width: 65%; }
  .mobile-prefix-65 {
    margin-left: 65%; }
  .mobile-suffix-65 {
    margin-right: 65%; }
  .mobile-push-65 {
    left: 65%; }
  .mobile-pull-65 {
    left: -65%; }
  .mobile-grid-70 {
    float: left;
    width: 70%; }
  .mobile-prefix-70 {
    margin-left: 70%; }
  .mobile-suffix-70 {
    margin-right: 70%; }
  .mobile-push-70 {
    left: 70%; }
  .mobile-pull-70 {
    left: -70%; }
  .mobile-grid-75 {
    float: left;
    width: 75%; }
  .mobile-prefix-75 {
    margin-left: 75%; }
  .mobile-suffix-75 {
    margin-right: 75%; }
  .mobile-push-75 {
    left: 75%; }
  .mobile-pull-75 {
    left: -75%; }
  .mobile-grid-80 {
    float: left;
    width: 80%; }
  .mobile-prefix-80 {
    margin-left: 80%; }
  .mobile-suffix-80 {
    margin-right: 80%; }
  .mobile-push-80 {
    left: 80%; }
  .mobile-pull-80 {
    left: -80%; }
  .mobile-grid-85 {
    float: left;
    width: 85%; }
  .mobile-prefix-85 {
    margin-left: 85%; }
  .mobile-suffix-85 {
    margin-right: 85%; }
  .mobile-push-85 {
    left: 85%; }
  .mobile-pull-85 {
    left: -85%; }
  .mobile-grid-90 {
    float: left;
    width: 90%; }
  .mobile-prefix-90 {
    margin-left: 90%; }
  .mobile-suffix-90 {
    margin-right: 90%; }
  .mobile-push-90 {
    left: 90%; }
  .mobile-pull-90 {
    left: -90%; }
  .mobile-grid-95 {
    float: left;
    width: 95%; }
  .mobile-prefix-95 {
    margin-left: 95%; }
  .mobile-suffix-95 {
    margin-right: 95%; }
  .mobile-push-95 {
    left: 95%; }
  .mobile-pull-95 {
    left: -95%; }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%; }
  .mobile-prefix-33 {
    margin-left: 33.33333%; }
  .mobile-suffix-33 {
    margin-right: 33.33333%; }
  .mobile-push-33 {
    left: 33.33333%; }
  .mobile-pull-33 {
    left: -33.33333%; }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%; }
  .mobile-prefix-66 {
    margin-left: 66.66667%; }
  .mobile-suffix-66 {
    margin-right: 66.66667%; }
  .mobile-push-66 {
    left: 66.66667%; }
  .mobile-pull-66 {
    left: -66.66667%; }
  .mobile-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 768px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-desktop {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%; }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%; }
  .pull-5 {
    left: -5%; }
  .grid-10 {
    float: left;
    width: 10%; }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%; }
  .pull-10 {
    left: -10%; }
  .grid-15 {
    float: left;
    width: 15%; }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%; }
  .pull-15 {
    left: -15%; }
  .grid-20 {
    float: left;
    width: 20%; }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%; }
  .pull-20 {
    left: -20%; }
  .grid-25 {
    float: left;
    width: 25%; }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%; }
  .pull-25 {
    left: -25%; }
  .grid-30 {
    float: left;
    width: 30%; }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%; }
  .pull-30 {
    left: -30%; }
  .grid-35 {
    float: left;
    width: 35%; }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%; }
  .pull-35 {
    left: -35%; }
  .grid-40 {
    float: left;
    width: 40%; }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%; }
  .pull-40 {
    left: -40%; }
  .grid-45 {
    float: left;
    width: 45%; }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%; }
  .pull-45 {
    left: -45%; }
  .grid-50 {
    float: left;
    width: 50%; }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50 {
    left: 50%; }
  .pull-50 {
    left: -50%; }
  .grid-55 {
    float: left;
    width: 55%; }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%; }
  .pull-55 {
    left: -55%; }
  .grid-60 {
    float: left;
    width: 60%; }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%; }
  .pull-60 {
    left: -60%; }
  .grid-65 {
    float: left;
    width: 65%; }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%; }
  .pull-65 {
    left: -65%; }
  .grid-70 {
    float: left;
    width: 70%; }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%; }
  .pull-70 {
    left: -70%; }
  .grid-75 {
    float: left;
    width: 75%; }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%; }
  .pull-75 {
    left: -75%; }
  .grid-80 {
    float: left;
    width: 80%; }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%; }
  .pull-80 {
    left: -80%; }
  .grid-85 {
    float: left;
    width: 85%; }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%; }
  .pull-85 {
    left: -85%; }
  .grid-90 {
    float: left;
    width: 90%; }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%; }
  .pull-90 {
    left: -90%; }
  .grid-95 {
    float: left;
    width: 95%; }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%; }
  .pull-95 {
    left: -95%; }
  .grid-33 {
    float: left;
    width: 33.33333%; }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%; }
  .pull-33 {
    left: -33.33333%; }
  .grid-66 {
    float: left;
    width: 66.66667%; }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%; }
  .pull-66 {
    left: -66.66667%; }
  .grid-100 {
    clear: both;
    width: 100%; } }

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0; }

.gridder-list, .gridder-show {
  font-size: 16px; }

.gridder-list {
  display: inline-block;
  vertical-align: top; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-list {
  width: 15.83333%; }
  .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder-list:nth-of-type(6n) {
    margin-right: 0;
    margin-bottom: 0; }

/* Pannellum 2.2.1, https://github.com/mpetroff/pannellum */
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;
  background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A") repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4; }

.pnlm-container * {
  box-sizing: content-box; }

.pnlm-grab {
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default; }

.pnlm-grabbing {
  cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A") 12 8, default; }

.pnlm-sprite {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22156%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2h-6zm10%200v2h4v4h2v-6h-6zm-5%205v6h6v-6h-6zm-5%205v6h6v-2h-4v-4h-2zm14%200v4h-4v2h6v-6h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2v-2zm0%203h2v5h-2v-5z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2h-6zm10%200v2h4v4h2v-6h-6zm-10%2010v6h6v-2h-4v-4h-2zm14%200v4h-4v2h6v-6h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2037.9998v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.pnlm-container:-moz-full-screen {
  height: 100% !important;
  width: 100% !important; }

.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important; }

.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important; }

.pnlm-render-container {
  cursor: inherit;
  position: absolute;
  height: 100%;
  width: 100%; }

.pnlm-controls {
  position: absolute;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px); }

.pnlm-control:hover, #personal-area .menu a.pnlm-control.active, #personal-area .content .ratings .ratings-tabs .pnlm-control.menu-item.active {
  background-color: #f8f8f8; }

.pnlm-zoom-controls {
  top: 4px;
  left: 4px;
  width: 26px;
  height: 52px; }

.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0; }

.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.pnlm-fullscreen-toggle-button {
  top: 66px;
  left: 4px;
  width: 26px;
  height: 26px; }

.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px; }

.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px; }

.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px); }

.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px; }

.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px; }

.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff; }

.pnlm-load-box p {
  margin: 20px 0; }

.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none; }

.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative; }

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }

@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }

.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer; }

.pnlm-load-button:hover, #personal-area .menu a.pnlm-load-button.active, #personal-area .content .ratings .ratings-tabs .pnlm-load-button.menu-item.active {
  background-color: rgba(0, 0, 0, 0.8); }

.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle; }

.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff; }

.pnlm-info-box a {
  color: #fff; }

.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px; }

.pnlm-error-msg {
  display: none; }

.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 1; }

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
  color: #fff; }

.pnlm-about-msg a:hover, .pnlm-about-msg #personal-area .menu a.active, #personal-area .menu .pnlm-about-msg a.active, .pnlm-about-msg #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs .pnlm-about-msg a.menu-item.active, .pnlm-about-msg a:active {
  color: #eee; }

.pnlm-hotspot {
  position: absolute;
  height: 26px;
  width: 26px;
  visibility: hidden;
  cursor: default;
  border-radius: 13px;
  vertical-align: middle;
  top: 0;
  z-index: 1; }

.pnlm-hotspot:hover, #personal-area .menu a.pnlm-hotspot.active, #personal-area .content .ratings .ratings-tabs .pnlm-hotspot.menu-item.active {
  background-color: rgba(255, 255, 255, 0.2); }

.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px; }

.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px; }

div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-top: -41px;
  margin-left: -220px;
  cursor: default; }

div.pnlm-tooltip:hover span, #personal-area .content .ratings .ratings-tabs div.pnlm-tooltip.menu-item.active span {
  visibility: visible; }

div.pnlm-tooltip:hover:after, #personal-area .content .ratings .ratings-tabs div.pnlm-tooltip.menu-item.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  top: -12px;
  left: 3px; }

.pnlm-compass {
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  cursor: default;
  display: none; }

.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%; }

.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.pnlm-dragfix, .pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%; }

.pnlm-preview-img {
  background-size: cover;
  background-position: center; }

.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px; }

.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0; }

.pnlm-lmsg {
  font-size: 12px; }

.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0; }

body, html {
  width: 100%;
  height: 100%; }

pre.debug {
  background: #fefefe;
  color: #000;
  display: block;
  width: 98%;
  margin: 5px auto;
  padding: 1%;
  border-top: 2px red solid;
  border-bottom: 2px red solid; }

address, code, img dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6,
article, aside, canvas,
figure, figcaption, footer, header, nav, audio, video {
  float: left; }

.ngi-inspector * {
  float: initial; }

.truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

* {
  position: relative; }

a[href^="tel"], a[href^="sms"] {
  text-decoration: none; }

input, #personal-area textarea,
#cart textarea,
#customize textarea,
#size-guide textarea, #customize .input-wrapper, textarea {
  appearance: none; }

input, #personal-area textarea,
#cart textarea,
#customize textarea,
#size-guide textarea, #customize .input-wrapper, textarea, button {
  border: 1px solid #000;
  backface-visibility: hidden !important; }

textarea:focus, input:focus, #personal-area textarea:focus,
#cart textarea:focus,
#customize textarea:focus,
#size-guide textarea:focus, #customize .input-wrapper:focus {
  outline: 0; }

.va-parent {
  display: table;
  height: 100%; }

.va-parent.center {
  margin: auto; }

.va-parent-inline {
  display: inline-table;
  height: 100%; }

.va-child {
  display: table-cell !important;
  vertical-align: middle;
  float: none; }

.va-child-bottom {
  display: table-cell !important;
  vertical-align: bottom;
  float: none; }

img {
  width: 100%; }

html, body {
  width: 100%;
  min-height: 100%; }

a {
  text-decoration: none; }

b, strong {
  font-weight: bold; }

button, a {
  outline: none !important;
  tap-highlight-color: transparent; }

button {
  background: none;
  border: none; }

.background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover; }

input[type=number]::-webkit-inner-spin-button, #personal-area textarea[type=number]::-webkit-inner-spin-button,
#cart textarea[type=number]::-webkit-inner-spin-button,
#customize textarea[type=number]::-webkit-inner-spin-button,
#size-guide textarea[type=number]::-webkit-inner-spin-button, #customize [type=number].input-wrapper::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
#personal-area textarea[type=number]::-webkit-outer-spin-button,
#cart textarea[type=number]::-webkit-outer-spin-button,
#customize textarea[type=number]::-webkit-outer-spin-button,
#size-guide textarea[type=number]::-webkit-outer-spin-button,
#customize [type=number].input-wrapper::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input::-ms-clear, #personal-area textarea::-ms-clear,
#cart textarea::-ms-clear,
#customize textarea::-ms-clear,
#size-guide textarea::-ms-clear, #customize .input-wrapper::-ms-clear {
  display: none; }

.static {
  position: static; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

/* paths */
/* colors */
/* fonts */
/* sizes */
/* box-shadows */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf?owr74e") format("truetype"), url("../fonts/icomoon/icomoon.woff?owr74e") format("woff"), url("../fonts/icomoon/icomoon.svg?owr74e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-favourite-filled:before {
  content: "\e921"; }

.icon-eye:before {
  content: "\e91e"; }

.icon-plus:before {
  content: "\e91f"; }

.icon-minus:before {
  content: "\e920"; }

.icon-close2:before {
  content: "\e906"; }

.icon-blog:before {
  content: "\e90b"; }

.icon-lupa:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-user:before {
  content: "\e902"; }

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

.icon-facebook:before {
  content: "\e904"; }

.icon-google:before {
  content: "\e905"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-tripadvisor:before {
  content: "\e908"; }

.icon-twitter:before {
  content: "\e909"; }

.icon-house:before {
  content: "\e90a"; }

.icon-logo_mobile:before {
  content: "\e90c"; }

.icon-logo:before {
  content: "\e90d"; }

.icon-logout:before {
  content: "\e90e"; }

.icon-hand_slider:before {
  content: "\e90f"; }

.icon-menu_burger:before {
  content: "\e910"; }

.icon-stamp:before {
  content: "\e911"; }

.icon-arrow-down:before {
  content: "\e912"; }

.icon-arrow-up:before {
  content: "\e913"; }

.icon-arrow-right:before {
  content: "\e914"; }

.icon-arrow-left:before {
  content: "\e915"; }

.icon-arrow2-right:before {
  content: "\e916"; }

.icon-arrow2-left:before {
  content: "\e917"; }

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

.icon-favourite:before {
  content: "\e919"; }

.icon-share:before {
  content: "\e91a"; }

.icon-star:before {
  content: "\e91b"; }

.icon-email:before {
  content: "\e91c"; }

.icon-check:before {
  content: "\e91d"; }

/* base */
html {
  font-size: 62.5% !important; }

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
  color: #2a275e;
  min-width: 320px; }
  body.overflow-hidden {
    overflow: hidden; }
  body #st-1 {
    z-index: 3 !important; }
  body a:hover, body #personal-area .menu a.active, #personal-area .menu body a.active, body #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs body a.menu-item.active {
    text-decoration: none; }

.grid-container {
  max-width: 1140px; }

.blackdoor {
  cursor: default;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none; }
  .blackdoor.opened {
    display: block; }

.selectr * {
  cursor: pointer !important; }

.selectr {
  padding: 0px;
  margin: 0px;
  background: transparent;
  position: relative;
  height: 30px;
  float: left;
  outline: none;
  clear: both;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  font-size: 1.1em;
  float: left;
  border: 1px solid #7e2b2d;
  color: #000000;
  background: #ffffff;
  font-weight: bold; }
  .selectr:after {
    content: "\e916";
    font-family: icomoon;
    visibility: visible;
    z-index: 1;
    position: absolute;
    line-height: 30px;
    top: 0px;
    right: 0px;
    margin-right: 15px;
    transform: rotate(90deg);
    width: auto;
    height: auto;
    font-size: inherit;
    box-sizing: border-box;
    color: #7e2b2d; }
  .selectr select {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    line-height: 30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
    position: relative;
    padding: 0px 5px 0px 10px;
    box-sizing: border-box;
    float: left;
    border-radius: 0px; }
    .selectr select:focus {
      outline: none; }

.button {
  background-color: #7e2b2d;
  padding: 15px 25px;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  text-transform: uppercase;
  color: white;
  float: left; }
  .button.v2 {
    background: #fff;
    border: 1px solid #7e2b2d;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #7e2b2d; }
  .button.center {
    display: table;
    float: none;
    margin: 0 auto; }

.center {
  display: table;
  float: none;
  margin: 0 auto; }

.select.v1 {
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  width: 100%;
  float: left;
  outline: none;
  display: table;
  clear: both;
  top: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #7e2b2d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer; }
  .select.v1 select {
    background: #7e2b2d;
    color: white !important; }
  .select.v1.hover {
    line-height: 0;
    padding: 0px; }
    .select.v1.hover select {
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: #FFF !important;
      border: 1px solid black !important;
      padding: 0px !important;
      text-align: center; }
      .select.v1.hover select option {
        padding: 4px 0px;
        margin: 0px; }
        .select.v1.hover select option:hover, .select.v1.hover select #personal-area .content .ratings .ratings-tabs option.menu-item.active, #personal-area .content .ratings .ratings-tabs .select.v1.hover select option.menu-item.active, .select.v1.hover select option:focus, .select.v1.hover select option:active, .select.v1.hover select option:checked, .select.v1.hover select option:not(:checked) {
          color: black !important; }
  .select.v1:after {
    content: "\e912";
    font-family: 'icomoon';
    z-index: 1;
    position: absolute;
    font-size: 7px;
    margin-left: 8px;
    right: 0px;
    padding-left: 8px;
    color: #7e2b2d;
    background: #fff; }
  .select.v1 select {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    position: relative;
    padding-left: 8px;
    padding-right: 25px; }
    .select.v1 select:focus {
      outline: none; }
  .select.v1.one-option:after {
    visibility: hidden; }
  .select.v1.one-option select {
    padding-right: 8px; }

input[type="text"].ng-invalid.ng-dirty.ng-not-empty, #personal-area textarea[type="text"].ng-invalid.ng-dirty.ng-not-empty,
#cart textarea[type="text"].ng-invalid.ng-dirty.ng-not-empty,
#customize textarea[type="text"].ng-invalid.ng-dirty.ng-not-empty,
#size-guide textarea[type="text"].ng-invalid.ng-dirty.ng-not-empty, #customize [type="text"].ng-invalid.ng-dirty.ng-not-empty.input-wrapper,
input[type="textarea"].ng-invalid.ng-dirty.ng-not-empty,
#personal-area textarea[type="textarea"].ng-invalid.ng-dirty.ng-not-empty,
#cart textarea[type="textarea"].ng-invalid.ng-dirty.ng-not-empty,
#customize textarea[type="textarea"].ng-invalid.ng-dirty.ng-not-empty,
#size-guide textarea[type="textarea"].ng-invalid.ng-dirty.ng-not-empty,
#customize [type="textarea"].ng-invalid.ng-dirty.ng-not-empty.input-wrapper {
  border-bottom: 2px solid #c54447 !important; }

.icon-facebook.border,
.icon-twitter.border,
.icon-instagram.border,
.icon-google.border,
.icon-tripadvisor.border {
  color: #fff;
  border-radius: 50%;
  min-width: 30px;
  min-height: 30px;
  float: left;
  text-align: center;
  line-height: 30px; }
  .icon-facebook.border:hover, #personal-area .menu a.icon-facebook.border.active, #personal-area .content .ratings .ratings-tabs .icon-facebook.border.menu-item.active,
  .icon-twitter.border:hover,
  #personal-area .menu a.icon-twitter.border.active,
  #personal-area .content .ratings .ratings-tabs .icon-twitter.border.menu-item.active,
  .icon-instagram.border:hover,
  #personal-area .menu a.icon-instagram.border.active,
  #personal-area .content .ratings .ratings-tabs .icon-instagram.border.menu-item.active,
  .icon-google.border:hover,
  #personal-area .menu a.icon-google.border.active,
  #personal-area .content .ratings .ratings-tabs .icon-google.border.menu-item.active,
  .icon-tripadvisor.border:hover,
  #personal-area .menu a.icon-tripadvisor.border.active,
  #personal-area .content .ratings .ratings-tabs .icon-tripadvisor.border.menu-item.active {
    opacity: 0.5; }

.icon-facebook.border {
  background-color: #3b5998; }

.icon-twitter.border {
  background-color: #00aced; }

.icon-instagram.border {
  background-color: #125688; }

.icon-google.border {
  background-color: #dd4b39; }

.icon-tripadvisor.border {
  background-color: #ffffff;
  color: #000; }

.sharethis-inline-share-buttons {
  text-align: left !important; }

.st-btns {
  overflow: auto !important; }

.st-logo img {
  width: auto !important; }

@media only screen and (min-width: 768px) and (max-width: 960px) and (orientation: landscape) {
  header#main-header .menu ul li.main {
    padding: 0px 10px; }
  header#main-header .menu ul li.main a.item {
    font-size: 1.7em; } }

#flash-messages {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  line-height: 1;
  cursor: pointer;
  float: left;
  font-weight: bolder; }
  #flash-messages > div {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box; }
    #flash-messages > div.error {
      background: rgba(126, 43, 45, 0.15);
      color: #7e2b2d; }
    #flash-messages > div.success {
      background: rgba(20, 107, 21, 0.15);
      color: #146b15; }
    #flash-messages > div.info {
      background: rgba(23, 91, 140, 0.15);
      color: #124367; }
    #flash-messages > div.warning {
      background: rgba(221, 193, 45, 0.15);
      color: #978214; }

header#main-header {
  background: #fff;
  height: 124px; }
  header#main-header:hover, #personal-area .content .ratings .ratings-tabs header#main-header.menu-item.active {
    height: 124px; }
    header#main-header:hover .wrapper, #personal-area .content .ratings .ratings-tabs header#main-header.menu-item.active .wrapper {
      position: fixed;
      z-index: 99; }
  header#main-header .wrapper {
    height: 124px;
    background: #fff; }
    header#main-header .wrapper.black {
      background: #272727; }
      header#main-header .wrapper.black .menu ul li.main a.item,
      header#main-header .wrapper.black .settings ul.main li.item,
      header#main-header .wrapper.black .settings ul.main li.item a,
      header#main-header .wrapper.black .settings ul.main li.item span {
        color: #fff; }
      header#main-header .wrapper.black .select {
        background: #000; }
        header#main-header .wrapper.black .select select {
          background: #000; }
          header#main-header .wrapper.black .select select option {
            color: #fff; }
        header#main-header .wrapper.black .select:after {
          background: #272727;
          color: #4b4b4b; }
      header#main-header .wrapper.black .logo i,
      header#main-header .wrapper.black .icons ul li,
      header#main-header .wrapper.black .icons ul li,
      header#main-header .wrapper.black .icons ul li a {
        color: #fff;
        display: block; }
      header#main-header .wrapper.black .settings ul.main li.item {
        border-color: #4b4b4b; }
      header#main-header .wrapper.black .settings ul.main li.item i.arrow {
        color: #4b4b4b; }
      header#main-header .wrapper.black .settings ul.main li.item .login form {
        background-color: #272727; }
      header#main-header .wrapper.black .settings ul.main li.item .login form a {
        color: #fff; }
  header#main-header .grid-container.main {
    height: 100%;
    padding: 0px !important; }
  header#main-header .logo {
    height: 123px; }
    header#main-header .logo i {
      color: #000;
      font-size: 90px; }
  header#main-header i.shopping {
    font-size: 20px;
    top: 2px; }
  header#main-header .quantity {
    top: -10px;
    right: 0px;
    width: 22px;
    height: 22px;
    background: #aa282b;
    color: #ffffff;
    border-radius: 53%;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    z-index: 2;
    position: relative;
    display: inline-block;
    margin: -5px; }
  header#main-header .settings {
    height: 60px; }
    header#main-header .settings ul.main {
      float: right;
      padding: 20px 0px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #9d9b9b; }
      header#main-header .settings ul.main li.item {
        line-height: 25px;
        padding: 0px 0px;
        border-right: 1px solid #000;
        padding: 0px 15px;
        cursor: pointer; }
        header#main-header .settings ul.main li.item:last-child {
          border-right: none; }
        header#main-header .settings ul.main li.item > span, header#main-header .settings ul.main li.item a {
          font-size: 1.3em;
          font-family: "Roboto", sans-serif;
          text-decoration: none;
          color: #000; }
        header#main-header .settings ul.main li.item:nth-child(1) {
          padding-left: 0px; }
        header#main-header .settings ul.main li.item i.arrow {
          margin-left: 5px;
          font-size: 7px;
          top: -1px;
          color: #7e2b2d; }
        header#main-header .settings ul.main li.item.language {
          font-size: 100%; }
        header#main-header .settings ul.main li.item .login {
          display: none;
          position: absolute;
          z-index: 10;
          right: -40px;
          top: 0px;
          width: 350px;
          padding: 35px 40px 40px 40px; }
          header#main-header .settings ul.main li.item .login.opened {
            display: block; }
          header#main-header .settings ul.main li.item .login form {
            width: 100%;
            background: #fff;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
            padding: 20px; }
          header#main-header .settings ul.main li.item .login .arrow_box {
            position: relative;
            background: #ffffff;
            border: 4px solid #ffffff; }
          header#main-header .settings ul.main li.item .login .arrow_box:after, header#main-header .settings ul.main li.item .login .arrow_box:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          header#main-header .settings ul.main li.item .login .arrow_box:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 30px;
            margin-left: -30px; }
          header#main-header .settings ul.main li.item .login .arrow_box:before {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 36px;
            margin-left: -36px; }
          header#main-header .settings ul.main li.item .login .recover {
            font-family: "Roboto", sans-serif;
            text-transform: uppercase; }
            header#main-header .settings ul.main li.item .login .recover a {
              display: block;
              padding: 0px;
              margin: 0px;
              line-height: 1;
              padding-top: 30px;
              text-transform: none;
              font-size: 1.3em;
              color: #a7a7a7; }
          header#main-header .settings ul.main li.item .login form span {
            line-height: 1;
            float: left;
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            font-size: 1.4em;
            margin-bottom: 10px; }
          header#main-header .settings ul.main li.item .login form label {
            margin-top: 10px;
            margin-bottom: 10px; }
          header#main-header .settings ul.main li.item .login form input, header#main-header .settings ul.main li.item .login form #personal-area textarea, #personal-area header#main-header .settings ul.main li.item .login form textarea, header#main-header .settings ul.main li.item .login form
          #cart textarea,
          #cart header#main-header .settings ul.main li.item .login form textarea, header#main-header .settings ul.main li.item .login form
          #customize textarea,
          #customize header#main-header .settings ul.main li.item .login form textarea, header#main-header .settings ul.main li.item .login form
          #size-guide textarea,
          #size-guide header#main-header .settings ul.main li.item .login form textarea, header#main-header .settings ul.main li.item .login form #customize .input-wrapper, #customize header#main-header .settings ul.main li.item .login form .input-wrapper {
            color: #000;
            line-height: 30px;
            padding: 0px 10px;
            font-size: 1.4em; }
          header#main-header .settings ul.main li.item .login form .button {
            float: right;
            padding: 10px 25px; }
  header#main-header .menu {
    height: 60px; }
    header#main-header .menu ul {
      height: 100%;
      float: right; }
      header#main-header .menu ul li.main {
        line-height: 60px;
        padding: 0px 35px; }
        header#main-header .menu ul li.main:last-child {
          padding-right: 0px; }
        header#main-header .menu ul li.main.drop:hover > .submenu, header#main-header .menu ul #personal-area .content .ratings .ratings-tabs li.main.drop.menu-item.active > .submenu, #personal-area .content .ratings .ratings-tabs header#main-header .menu ul li.main.drop.menu-item.active > .submenu {
          display: block; }
        header#main-header .menu ul li.main.drop:hover:after, header#main-header .menu ul #personal-area .content .ratings .ratings-tabs li.main.drop.menu-item.active:after, #personal-area .content .ratings .ratings-tabs header#main-header .menu ul li.main.drop.menu-item.active:after {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 0px;
          width: 100%;
          height: 5px;
          background: #fff;
          z-index: 9; }
        header#main-header .menu ul li.main.drop:hover, header#main-header .menu ul #personal-area .content .ratings .ratings-tabs li.main.drop.menu-item.active, #personal-area .content .ratings .ratings-tabs header#main-header .menu ul li.main.drop.menu-item.active {
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }
        header#main-header .menu ul li.main a.item {
          font-size: 1.8em;
          color: #000;
          text-transform: uppercase;
          font-family: "Dosis", sans-serif;
          display: block; }
    header#main-header .menu .submenu {
      display: none;
      position: fixed;
      z-index: 8;
      left: 0px;
      background: #fff;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
      transform: translateY(0px); }
      header#main-header .menu .submenu ul {
        margin: 0 auto;
        float: none;
        display: table;
        padding: 20px 0px; }
        header#main-header .menu .submenu ul.alternative {
          margin: 0 auto;
          display: block;
          padding: 0px; }
          header#main-header .menu .submenu ul.alternative li {
            width: auto;
            padding: 35px 25px;
            border: none;
            float: right; }
        header#main-header .menu .submenu ul li {
          display: inline-block;
          width: 160px;
          text-align: center;
          border-right: 1px solid #c2c2c2;
          box-sizing: border-box; }
          header#main-header .menu .submenu ul li:last-child {
            border: none; }
          header#main-header .menu .submenu ul li a {
            display: block;
            float: left; }
            header#main-header .menu .submenu ul li a > div {
              height: 60px; }
          header#main-header .menu .submenu ul li img {
            max-width: 60px;
            max-height: 60px;
            display: block;
            margin: 0 auto;
            max-width: 100%;
            width: auto;
            height: 60px; }
          header#main-header .menu .submenu ul li span {
            padding-top: 10px;
            float: left;
            font-family: "Dosis", sans-serif;
            font-weight: 400;
            font-size: 1.4em;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            color: #000; }
    header#main-header .menu .footer {
      line-height: 1;
      padding-top: 8px;
      padding-bottom: 20px;
      text-align: center; }
      header#main-header .menu .footer a, header#main-header .menu .footer span {
        display: inline-block;
        margin: auto;
        font-size: 1.4em;
        color: #7e2b2d;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
        font-weight: 400; }
      header#main-header .menu .footer span {
        margin: 0px 10px; }
  header#main-header .icons {
    height: 100%;
    float: right; }
    header#main-header .icons ul {
      line-height: 60px;
      float: right;
      padding-right: 10px; }
      header#main-header .icons ul li {
        font-size: 2.3em;
        padding: 0px 10px;
        color: #7e2b2d; }
        header#main-header .icons ul li:nth-child(1) {
          margin-right: 20px; }
        header#main-header .icons ul li.burger {
          font-size: 1.3em;
          width: 25px;
          text-align: center;
          padding: 0px; }
          header#main-header .icons ul li.burger .close-header {
            font-size: 1.6em;
            top: 7px;
            position: relative; }
        header#main-header .icons ul li a {
          color: #7e2b2d; }
        header#main-header .icons ul li i {
          top: 3px; }
  header#main-header .menu-mobile {
    height: auto;
    background: #fff; }
    header#main-header .menu-mobile ul li {
      line-height: 40px;
      border-bottom: 1px solid #e5e5e5; }
      header#main-header .menu-mobile ul li.parent a {
        padding-left: 20px; }
      header#main-header .menu-mobile ul li .item {
        padding: 0px 10px;
        font-size: 1.7em;
        color: #000;
        font-family: "Dosis", sans-serif;
        float: left;
        width: 100%;
        text-transform: uppercase; }
        header#main-header .menu-mobile ul li .item.border {
          border-bottom: 1px solid #e5e5e5; }
        header#main-header .menu-mobile ul li .item i {
          position: absolute;
          top: 13px;
          right: 18px;
          color: #7e2b2d;
          font-size: 0.7em; }
        header#main-header .menu-mobile ul li .item.register {
          background: #272727;
          float: left; }
          header#main-header .menu-mobile ul li .item.register span, header#main-header .menu-mobile ul li .item.register > a {
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            font-size: 0.8em;
            color: #fff;
            line-height: 1; }
          header#main-header .menu-mobile ul li .item.register i {
            color: #fff; }
      header#main-header .menu-mobile ul li.user {
        background: #7e2b2d;
        color: #fff;
        border-color: #3f3f3f; }
        header#main-header .menu-mobile ul li.user .login {
          background: #272727;
          padding-bottom: 20px; }
          header#main-header .menu-mobile ul li.user .login .recover {
            font-size: 0.7em;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase; }
            header#main-header .menu-mobile ul li.user .login .recover a {
              color: #ffffff;
              padding: 0px;
              margin: 0px;
              line-height: 1;
              padding-top: 20px;
              text-transform: none; }
          header#main-header .menu-mobile ul li.user .login form {
            padding-top: 10px; }
            header#main-header .menu-mobile ul li.user .login form span, header#main-header .menu-mobile ul li.user .login form > a {
              line-height: 1;
              float: left;
              text-transform: capitalize;
              font-family: "Roboto", sans-serif;
              font-size: 0.8em; }
            header#main-header .menu-mobile ul li.user .login form label {
              margin-top: 10px;
              margin-bottom: 10px; }
            header#main-header .menu-mobile ul li.user .login form input, header#main-header .menu-mobile ul li.user .login form #personal-area textarea, #personal-area header#main-header .menu-mobile ul li.user .login form textarea, header#main-header .menu-mobile ul li.user .login form
            #cart textarea,
            #cart header#main-header .menu-mobile ul li.user .login form textarea, header#main-header .menu-mobile ul li.user .login form
            #customize textarea,
            #customize header#main-header .menu-mobile ul li.user .login form textarea, header#main-header .menu-mobile ul li.user .login form
            #size-guide textarea,
            #size-guide header#main-header .menu-mobile ul li.user .login form textarea, header#main-header .menu-mobile ul li.user .login form #customize .input-wrapper, #customize header#main-header .menu-mobile ul li.user .login form .input-wrapper {
              color: #000;
              line-height: 30px;
              padding: 0px 10px;
              font-size: 1.0em; }
        header#main-header .menu-mobile ul li.user .item {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 700; }
          header#main-header .menu-mobile ul li.user .item > span, header#main-header .menu-mobile ul li.user .item > a {
            color: #ffffff;
            font-size: 0.8em; }
        header#main-header .menu-mobile ul li.user i {
          color: #fff; }
          header#main-header .menu-mobile ul li.user i.up {
            font-size: 0.5em;
            right: 15px;
            top: 18px; }
        header#main-header .menu-mobile ul li.user i.icon-user {
          position: relative;
          right: auto;
          top: auto;
          margin-right: 5px;
          font-size: 1em; }
        header#main-header .menu-mobile ul li.user i:nth-child(2),
        header#main-header .menu-mobile ul li.user i:nth-child(3) {
          font-size: 0.5em;
          right: 15px;
          line-height: 2; }
        header#main-header .menu-mobile ul li.user .button {
          font-size: 1.0em;
          padding: 0px 35px;
          float: right;
          line-height: 2; }
    header#main-header .menu-mobile .country {
      display: table;
      margin: 0 auto;
      float: none;
      padding-top: 20px;
      padding-bottom: 10px; }
      header#main-header .menu-mobile .country a {
        margin: 0px 5px;
        text-transform: uppercase;
        padding: 5px 10px;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #7e2b2d;
        color: #7e2b2d;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1.6em; }
        header#main-header .menu-mobile .country a.active, header#main-header .menu-mobile .country a:hover, header#main-header .menu-mobile .country #personal-area .menu a.active, #personal-area .menu header#main-header .menu-mobile .country a.active, header#main-header .menu-mobile .country #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs header#main-header .menu-mobile .country a.menu-item.active {
          background-color: #7e2b2d;
          border-color: #7e2b2d;
          color: #fff; }

footer {
  background: #212121;
  color: #929090; }
  footer ul.padding {
    padding-left: 50px; }
  footer li {
    width: 100%;
    color: #929090;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 400; }
    footer li.title a, footer li.title {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer li.title a:hover, footer li.title #personal-area .menu a.active, #personal-area .menu footer li.title a.active, footer li.title #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs footer li.title a.menu-item.active {
      color: #929090; }
    footer li a {
      font-size: 100%;
      color: inherit;
      text-transform: inherit;
      text-decoration: inherit; }
      footer li a:hover, footer li #personal-area .menu a.active, #personal-area .menu footer li a.active, footer li #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs footer li a.menu-item.active {
        color: #fff; }
  footer .social .right {
    float: right; }
  footer .social .title {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 0px; }
  footer .social ul li {
    display: inline-block;
    width: auto;
    padding: 0px 5px; }
    footer .social ul li.icon:nth-child(1) {
      padding-left: 0px; }
    footer .social ul li.icon:nth-child(5) {
      padding-right: 0px; }
  footer .menu {
    padding: 60px 0px; }
  footer .contacts {
    padding: 50px 0px;
    background: #1a1a1a; }
    footer .contacts ul.border:after {
      content: "";
      border: 0.5px solid #929090;
      position: absolute;
      right: 50px;
      height: 100%;
      visibility: visible; }
  footer .footline {
    font-size: 1.2em;
    line-height: 50px; }
  footer .mobile-version {
    padding: 50px; }
    footer .mobile-version .title {
      line-height: 1.4em;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase; }
    footer .mobile-version a {
      color: #929090;
      text-decoration: underline; }
    footer .mobile-version .title,
    footer .mobile-version a {
      font-size: 1.3em;
      line-height: 2;
      text-align: center;
      float: left; }

#breadcrumbs {
  line-height: 60px;
  background: #7e2b2d; }
  #breadcrumbs ul {
    float: none; }
    #breadcrumbs ul li {
      padding-right: 5px;
      cursor: pointer;
      display: inline-block;
      float: none; }
      #breadcrumbs ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.3em; }
      #breadcrumbs ul li a, #breadcrumbs ul li:after {
        top: 2px;
        position: relative; }
      #breadcrumbs ul li:nth-child(1) i {
        padding-right: 5px; }
      #breadcrumbs ul li:after {
        content: ">";
        visibility: visible;
        display: inline-block;
        padding-left: 5px;
        color: #fff;
        font-size: 1.3em; }
      #breadcrumbs ul li:last-child:after {
        visibility: hidden; }

.float-box {
  font-weight: 300;
  padding: 25px;
  background: #c7b29c;
  color: #000;
  float: right;
  transform: translateY(-20%);
  z-index: 1; }
  .float-box .content-box {
    box-sizing: content-box; }
  .float-box .title {
    font-family: "Dosis", sans-serif;
    font-size: 4.0em;
    text-transform: uppercase; }
  .float-box .description {
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    padding-top: 10px;
    float: left; }
    .float-box .description.white {
      color: #fff; }

#backtotop {
  margin: 20px 0px; }
  #backtotop .container {
    float: right;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #7e2b2d;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 10px -4px #000;
    transform: rotate(88deg); }
    #backtotop .container i {
      font-size: 1.8em;
      line-height: 50px;
      color: #7e2b2d; }

/* Checkbox */
/* checkbox aspect */
/* checked mark aspect */
/* checked mark aspect changes */
/* disabled checkbox */
.check {
  height: 20px;
  width: 20px;
  float: left;
  display: block;
  color: #7e2b2d;
  cursor: pointer;
  font-family: icomoon;
  font-size: 10px; }

.label {
  line-height: 20px;
  padding-left: 3px; }

/* Base for label styling */
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0px;
  border: 0px;
  height: auto; }
  [type="checkbox"]:not(:checked) + .check {
    position: relative;
    cursor: pointer; }
    [type="checkbox"]:not(:checked) + .check:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #aaa;
      border-radius: 3px;
      box-sizing: border-box;
      background: white; }
    [type="checkbox"]:not(:checked) + .check:after {
      content: '\e91d';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      text-align: center;
      font-size: 9px;
      color: white;
      transition: all .2s;
      line-height: 20px;
      opacity: 0;
      transform: scale(0); }

[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  margin: 0px;
  border: 0px;
  height: auto; }
  [type="checkbox"]:checked + .check {
    position: relative;
    cursor: pointer; }
    [type="checkbox"]:checked + .check:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #aaa;
      border-radius: 3px;
      box-sizing: border-box;
      background: #7e2b2d; }
    [type="checkbox"]:checked + .check:after {
      content: '\e91d';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 20px;
      text-align: center;
      font-size: 9px;
      color: white;
      transition: all .2s;
      line-height: 20px;
      opacity: 1;
      transform: scale(1);
      background: #7e2b2d;
      border-radius: 3px; }

[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + .check:after {
  color: #999; }

[type="checkbox"]:disabled + .check {
  color: #aaa; }

.ngrateit-rating {
  display: inline-block;
  overflow: hidden; }

/* Reset button */
.ngrateit-reset:hover, #personal-area .menu a.ngrateit-reset.active, #personal-area .content .ratings .ratings-tabs .ngrateit-reset.menu-item.active {
  background-position: 0 100%; }

/* star */
.ngrateit-star {
  display: block;
  float: left;
  overflow: hidden;
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-position: 0px 0px;
  background-size: 18px 18px; }

/* Background */
.ngrateit-bg-star {
  background-image: url("/img/rate-it/bg-star.svg"); }

/* Selected state */
.ngrateit-selected {
  background-image: url("/img/rate-it/rated-star.svg"); }

/* Cancelation of hover styling */
.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating span:hover ~ span, .ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating #personal-area .content .ratings .ratings-tabs span.menu-item.active ~ span, #personal-area .content .ratings .ratings-tabs .ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating span.menu-item.active ~ span {
  background-image: url("/img/rate-it/bg-star.svg"); }

/* Hover styling */
.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating:hover span, .ngrateit:not(.ngrateit-readonly) #personal-area .menu a.ngrateit-hashover.ngrateit-rating.active span, #personal-area .menu .ngrateit:not(.ngrateit-readonly) a.ngrateit-hashover.ngrateit-rating.active span, .ngrateit:not(.ngrateit-readonly) #personal-area .content .ratings .ratings-tabs .ngrateit-hashover.ngrateit-rating.menu-item.active span, #personal-area .content .ratings .ratings-tabs .ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating.menu-item.active span {
  cursor: pointer;
  background-image: url("/img/rate-it/hover-star.svg"); }

#slider {
  height: 470px;
  overflow: hidden; }
  #slider .background {
    background-color: #7e2b2d;
    background-position: 0px 0px;
    top: 235px; }
  #slider ul, #slider li, #slider > div {
    height: 100%; }
  #slider .picture {
    padding-top: 15px;
    padding-right: 35px; }
    #slider .picture .image {
      box-sizing: border-box; }
  #slider .stamp {
    font-size: 60px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(25%);
    background: #fff;
    border-radius: 50%;
    padding: 10px 10px 5px 10px;
    color: #000; }
  #slider .description {
    height: 100%; }
    #slider .description .top {
      height: 235px; }
      #slider .description .top .text {
        font-family: "Dosis", sans-serif;
        font-weight: 300;
        color: #000; }
        #slider .description .top .text span {
          float: left; }
        #slider .description .top .text .second-wrapper {
          height: 25px; }
        #slider .description .top .text .second {
          font-size: 2.5em;
          float: left;
          text-transform: uppercase; }
        #slider .description .top .text .title {
          font-size: 5.0em;
          float: left;
          padding: 15px 0px;
          text-transform: uppercase; }
    #slider .description .bottom {
      height: 235px; }
      #slider .description .bottom .text {
        height: 160px;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.5;
        padding-right: 70px;
        padding-top: 35px; }
        #slider .description .bottom .text a {
          color: #FFF;
          text-decoration: underline; }
  #slider #navigation {
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px; }
    #slider #navigation nav ul {
      float: left; }
      #slider #navigation nav ul li {
        float: left;
        width: 35px;
        height: 35px;
        background: #6a1f21;
        margin: 0px 5px;
        cursor: pointer;
        box-sizing: border-box; }
        #slider #navigation nav ul li:nth-child(1) {
          margin-left: 0px; }
        #slider #navigation nav ul li:nth-last-child {
          margin-right: 0px; }
        #slider #navigation nav ul li.active:after {
          content: '';
          background: #2a0c0d;
          visibility: visible;
          position: absolute;
          width: 25px;
          height: 25px;
          margin: 5px; }
          @media (min-width: 0px) and (max-width: 767px) {
            #slider #navigation nav ul li.active:after {
              pointer-events: none; } }
    #slider #navigation nav .arrows {
      float: left;
      color: #fff;
      font-size: 3em;
      line-height: 45px; }
      #slider #navigation nav .arrows button {
        cursor: pointer;
        margin: 0px 15px;
        opacity: 0.7;
        width: auto;
        height: auto;
        padding: 0px;
        line-height: 1;
        float: left; }
        #slider #navigation nav .arrows button.active, #slider #navigation nav .arrows button:hover, #slider #navigation nav .arrows #personal-area .content .ratings .ratings-tabs button.menu-item.active, #personal-area .content .ratings .ratings-tabs #slider #navigation nav .arrows button.menu-item.active {
          opacity: 1; }
        #slider #navigation nav .arrows button[disabled="disabled"]:hover, #slider #navigation nav .arrows #personal-area .content .ratings .ratings-tabs button[disabled="disabled"].menu-item.active, #personal-area .content .ratings .ratings-tabs #slider #navigation nav .arrows button[disabled="disabled"].menu-item.active {
          opacity: 0.7; }

.highlight {
  padding-top: 90px;
  margin-bottom: 80px; }
  .highlight.wide.right .description {
    padding-left: 0px; }
  .highlight.wide.right .picture {
    padding-right: 0px; }
  .highlight.wide.left .description {
    padding-right: 0px; }
  .highlight.wide.left .picture {
    padding-left: 0px; }
  .highlight.left .picture {
    padding-left: 100px;
    padding-right: 35px;
    text-align: right; }
  .highlight.left .description {
    padding-right: 70px; }
  .highlight.right .picture {
    padding-right: 100px;
    text-align: left; }
  .highlight.right .description {
    padding-left: 100px;
    padding-right: 35px; }
  .highlight.stamp .description .top .text .title {
    display: inline-block;
    padding: 0px;
    width: auto; }
  .highlight.stamp .description .stamp {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-left: 50px;
    font-size: 60px;
    transform: translateY(25%);
    background: #f4e5c9;
    border-radius: 50%;
    padding: 10px 10px 5px 10px;
    color: #000; }
  .highlight .picture.slider {
    max-height: 395px;
    max-width: 570px;
    overflow: hidden; }
  .highlight .picture.small {
    padding-right: 80px; }
  .highlight .picture nav {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .highlight .picture nav ul {
      float: left; }
      .highlight .picture nav ul li {
        float: left;
        width: 25px;
        height: 25px;
        background: #fff;
        margin: 0px 5px;
        cursor: pointer;
        box-sizing: border-box; }
        .highlight .picture nav ul li:nth-child(1) {
          margin-left: 0px; }
        .highlight .picture nav ul li:nth-last-child {
          margin-right: 0px; }
        .highlight .picture nav ul li.active:after, .highlight .picture nav ul li:hover:after, .highlight .picture nav ul #personal-area .content .ratings .ratings-tabs li.menu-item.active:after, #personal-area .content .ratings .ratings-tabs .highlight .picture nav ul li.menu-item.active:after {
          content: '';
          background: #6a1f21;
          visibility: visible;
          position: absolute;
          width: 15px;
          height: 15px;
          margin: 5px;
          left: 0px; }
  .highlight .background {
    height: 180px; }
    .highlight .background.chocolate {
      background-color: #2b2420; }
    .highlight .background.beige {
      background-color: #f4e5c9; }
    .highlight .background.black {
      background-color: #272727; }
  .highlight .description .top {
    height: 100px; }
    .highlight .description .top .text {
      font-family: "Dosis", sans-serif;
      font-weight: 300;
      color: #fff; }
      .highlight .description .top .text .title {
        font-size: 3.5em;
        padding-bottom: 30px;
        text-transform: uppercase; }
        .highlight .description .top .text .title.white {
          color: #fff; }
        .highlight .description .top .text .title.chocolate {
          color: #2b2420; }
  .highlight .description .bottom .text {
    color: #000;
    font-size: 1.4em;
    padding-top: 35px;
    line-height: 1.5; }
    .highlight .description .bottom .text p {
      padding-bottom: 20px; }
  .highlight .list a {
    color: #000;
    font-weight: 700;
    text-decoration: underline; }
  .highlight .list table tr {
    padding-bottom: 25px; }
    .highlight .list table tr td {
      font-family: "Roboto", sans-serif;
      text-align: left; }
    .highlight .list table tr td:nth-child(1) {
      width: 20px;
      text-align: center;
      margin-right: 10px; }
      .highlight .list table tr td:nth-child(1) img {
        width: auto; }
  @media (min-width: 0px) and (max-width: 767px) {
    .highlight .description .top .text .title {
      font-size: 2.5em; }
    .highlight .description .bottom .button {
      padding: 15px 55px; }
    .highlight .grid-container {
      max-width: 100%;
      padding: 0px; } }

.banner {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-weight: 300; }
  .banner > div {
    height: 360px; }
  .banner.left .content {
    margin: 0px; }
    .banner.left .content img {
      max-width: 240px; }
    .banner.left .content p {
      font-size: 3.8em;
      padding-top: 30px;
      line-height: 1.3; }
    .banner.left .content p, .banner.left .content a {
      color: #fff;
      font-family: "Dosis", sans-serif;
      font-weight: 300; }
  .banner .content {
    margin: 0 auto; }
  .banner .quote {
    font-size: 5.0em;
    text-align: left;
    line-height: 2; }
  .banner .author {
    font-style: italic;
    text-align: right;
    float: right;
    font-size: 3.0em; }
  .banner .background {
    background-position: 50% 0%;
    background-repeat: no-repeat; }
  @media (min-width: 0px) and (max-width: 767px) {
    .banner .quote {
      font-size: 2.3em;
      line-height: 1.2; } }

#location {
  height: 590px; }
  #location .image {
    height: 590px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
  #location #panorama {
    position: absolute; }
  #location:hover .hand, #personal-area .menu a#location.active .hand, #personal-area .content .ratings .ratings-tabs #location.menu-item.active .hand {
    display: none; }
  #location .hand {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center; }
    #location .hand i {
      color: #fff;
      font-size: 6em;
      background: rgba(0, 0, 0, 0.7);
      padding: 20px 40px;
      top: 40px; }
  #location .video {
    width: 100%;
    height: 100%; }
    #location .video iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px; }

.descritive {
  padding: 100px 0px;
  padding-bottom: 80px; }
  .descritive.v2 {
    border-bottom: 1px solid #eaeaea;
    padding-top: 40px;
    padding-bottom: 40px; }
    .descritive.v2 p {
      color: #7b7b7b; }
    .descritive.v2 strong {
      color: #7e2b2d; }
  .descritive p {
    color: #000;
    font-size: 1.4em;
    line-height: 1.5;
    padding-bottom: 20px; }

#team {
  padding-top: 90px;
  margin-bottom: 90px; }
  #team .background {
    height: 180px; }
    #team .background.red {
      background-color: #7e2b2d; }
  #team .title {
    height: 100px; }
    #team .title .text {
      font-family: "Dosis", sans-serif;
      font-weight: 300;
      color: #fff;
      font-size: 3.5em;
      padding-bottom: 30px;
      text-transform: uppercase; }
      #team .title .text.white {
        color: #fff; }
      #team .title .text.chocolate {
        color: #2b2420; }
  #team .float-box {
    top: 30px; }
    #team .float-box .text {
      color: #fff;
      font-size: 1.4em;
      line-height: 1.5; }
  #team .team {
    padding-top: 40px; }
  #team .member {
    padding: 0px 15px; }
    #team .member .picture {
      text-align: center;
      width: 181px;
      height: 181px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto; }
      #team .member .picture img {
        width: auto;
        height: 100%; }
    #team .member .name {
      color: #7e2b2d;
      font-size: 2.0em;
      text-align: center;
      padding-top: 30px; }
    #team .member .description {
      color: #000;
      font-size: 1.4em;
      line-height: 1.4em;
      padding-top: 30px;
      text-align: center; }
  @media (min-width: 0px) and (max-width: 767px) {
    #team .grid-container.mobile {
      max-width: 100%;
      padding: 0px; }
    #team .title .text {
      font-size: 2.5em; } }

.gMap-container {
  width: 100%;
  height: 100%; }
  .gMap-container.wide {
    height: 360px; }
  .gMap-container #gMap {
    width: 100%;
    height: 100%; }
  .gMap-container .gmaps-button {
    position: absolute;
    bottom: 20px;
    right: 50px; }
    .gMap-container .gmaps-button img {
      width: 50px;
      height: 50px; }

.gmaps-button {
  position: absolute;
  bottom: 20px;
  right: 50px; }
  .gmaps-button img {
    width: 50px;
    height: 50px; }

header#blog-navigation {
  padding-top: 50px;
  padding-bottom: 40px; }
  @media (min-width: 0px) and (max-width: 767px) {
    header#blog-navigation {
      padding-top: 40px; } }
  header#blog-navigation .text {
    font-family: "Dosis", sans-serif;
    font-size: 2.7em;
    color: #000;
    text-align: center; }
  header#blog-navigation .logo {
    padding-top: 20px;
    text-align: center;
    font-size: 5.5em;
    color: #7e2b2d; }
  header#blog-navigation .border {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea; }
  header#blog-navigation nav {
    padding-top: 20px; }
    header#blog-navigation nav ul {
      display: table;
      margin: 0 auto;
      float: none; }
      header#blog-navigation nav ul li {
        padding: 0px 15px; }
        header#blog-navigation nav ul li a {
          color: #7f7f7f;
          font-size: 1.5em;
          text-transform: uppercase; }
        header#blog-navigation nav ul li.active a {
          color: #7e2b2d;
          font-weight: 700; }

#posts .post-thumb {
  font-family: "Roboto", sans-serif;
  padding: 10px; }
  #posts .post-thumb .container {
    border: 1px solid #eaeaea;
    display: block; }
  #posts .post-thumb .bottom {
    padding: 20px; }
  #posts .post-thumb .date {
    font-size: 1.4em;
    color: #7e2b2d;
    font-weight: 600; }
  #posts .post-thumb .title {
    text-transform: uppercase;
    color: #363636;
    font-size: 2.1em;
    padding-top: 25px;
    font-weight: 700; }
  #posts .post-thumb .description {
    color: #7b7b7b;
    font-size: 1.4em;
    padding-top: 25px;
    line-height: 1.3;
    max-height: 100px; }
  #posts .post-thumb .readmore {
    color: #7e2b2d;
    font-size: 1.4em;
    padding-top: 10px;
    text-align: right;
    display: block; }
    #posts .post-thumb .readmore i {
      font-size: 0.5em; }

#posts .button-holder {
  padding: 10px; }

#posts .button {
  margin-top: 50px; }

.post-detail .left {
  float: left; }

.post-detail .right {
  float: right; }

.post-detail .footline {
  color: #aaaaaa;
  height: 70px;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif; }
  .post-detail .footline li, .post-detail .footline span {
    margin: 0px 5px; }

.post-detail .title {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  font-size: 3.5em;
  color: #000;
  text-align: center;
  font-family: "Dosis", sans-serif;
  padding-top: 50px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.post-detail .gallery {
  height: 520px; }
  .post-detail .gallery .image {
    position: absolute;
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: 0% 50%; }
  .post-detail .gallery nav {
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px; }
    .post-detail .gallery nav .arrow .left {
      float: left;
      text-align: left;
      padding-left: 20px; }
    .post-detail .gallery nav .arrow .right {
      float: right;
      text-align: right;
      padding-right: 20px; }
    .post-detail .gallery nav .arrow i {
      font-size: 2.6em;
      color: #fff;
      line-height: 100px; }
    .post-detail .gallery nav ul {
      padding: 10px; }
      .post-detail .gallery nav ul li {
        width: 120px;
        height: 80px;
        background-size: cover;
        background-position: 0% 50%;
        margin: 0px 10px;
        background-color: white;
        background-size: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
        transition: all 0.05s;
        cursor: pointer; }
        .post-detail .gallery nav ul li.active {
          border: 5px solid white; }

#gallery {
  clear: both; }
  #gallery ul.gridder {
    text-align: center;
    /*.gridder-list .overlay {
            position: absolute;
            left: 15px;
            top: 15px;
            color: #FFF;
        }*/ }
    @media (min-width: 0px) and (max-width: 767px) {
      #gallery ul.gridder {
        padding-bottom: 20px; } }
    #gallery ul.gridder .gridder-list {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 32.66667%;
      float: none;
      height: 250px;
      overflow: hidden;
      z-index: 1;
      box-sizing: border-box;
      overflow: hidden;
      padding: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0% 50%; }
      @media (min-width: 0px) and (max-width: 767px) {
        #gallery ul.gridder .gridder-list {
          height: 100px; } }
      #gallery ul.gridder .gridder-list:hover img, #gallery ul.gridder #personal-area .menu a.gridder-list.active img, #personal-area .menu #gallery ul.gridder a.gridder-list.active img, #gallery ul.gridder #personal-area .content .ratings .ratings-tabs .gridder-list.menu-item.active img, #personal-area .content .ratings .ratings-tabs #gallery ul.gridder .gridder-list.menu-item.active img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      #gallery ul.gridder .gridder-list:hover i.icon, #gallery ul.gridder #personal-area .menu a.gridder-list.active i.icon, #personal-area .menu #gallery ul.gridder a.gridder-list.active i.icon, #gallery ul.gridder #personal-area .content .ratings .ratings-tabs .gridder-list.menu-item.active i.icon, #personal-area .content .ratings .ratings-tabs #gallery ul.gridder .gridder-list.menu-item.active i.icon {
        color: #606060;
        display: block;
        position: absolute;
        box-sizing: content-box;
        z-index: 2;
        font-size: 48px;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        margin: 25% auto;
        width: 100%; }
      #gallery ul.gridder .gridder-list i.icon {
        display: none; }
    #gallery ul.gridder .gridder-navigation {
      z-index: 1;
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 0px;
      text-align: center;
      background-color: #f4f4f4; }
      #gallery ul.gridder .gridder-navigation a {
        display: inline-block;
        padding: 15px;
        color: #7e2b2d;
        text-decoration: none;
        font-size: 24px;
        margin-right: 0px;
        transition: all .3s ease-in-out; }
    #gallery ul.gridder .gridder-expanded-content {
      animation-name: fadeIn;
      animation-duration: .3s;
      animation-fill-mode: both; }
      #gallery ul.gridder .gridder-expanded-content img {
        width: 100%;
        max-width: 100%; }
      #gallery ul.gridder .gridder-expanded-content .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
        #gallery ul.gridder .gridder-expanded-content .videoWrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #gallery ul.gridder .gridder-show {
      float: left;
      display: block;
      padding: 0px;
      margin-bottom: 20px;
      -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16);
      box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16); }
    #gallery ul.gridder .gridder-show {
      display: block;
      float: left;
      width: 100%;
      position: relative; }
    #gallery ul.gridder .gridder-expanded-content .description {
      position: relative; }
      #gallery ul.gridder .gridder-expanded-content .description h3 {
        padding: 14px;
        opacity: 0.78;
        background-color: #2b2b2b;
        color: #FFF;
        position: absolute;
        z-index: 60;
        margin: 0;
        color: white;
        font-family: Roboto;
        font-size: 14px;
        margin-left: 144px;
        min-height: 28px; }
  #gallery .hasSelectedItem .gridder-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  #gallery .hasSelectedItem .selectedItem {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 100; }

@media only screen and (min-width: 1024px) {
  .gridder-list:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #gallery {
    clear: both; }
    #gallery ul.gridder {
      text-align: center; }
      #gallery ul.gridder .gridder-list {
        width: 49%; }
        #gallery ul.gridder .gridder-list:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        #gallery ul.gridder .gridder-list:nth-of-type(2n) {
          margin-right: 0;
          margin-bottom: 0; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .select {
    padding: 10px 10px 10px 15px;
    background: transparent;
    position: relative;
    width: 290px;
    height: 45px;
    float: none;
    outline: none;
    display: table;
    clear: both;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border: 1px solid #959595; }
    .select:after {
      content: "\e920";
      font-family: 'icomoon';
      z-index: 1;
      position: absolute;
      line-height: 30px;
      right: 0px;
      margin-right: 15px;
      transform: rotate(90deg); }
    .select select {
      cursor: pointer;
      color: #494949;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      width: 100%;
      line-height: 30px;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      z-index: 2;
      position: relative; }
      .select select:focus {
        outline: none; }
  #gallery {
    clear: both; }
    #gallery ul.gridder {
      text-align: center; }
      #gallery ul.gridder .gridder-list {
        width: 49%; }
        #gallery ul.gridder .gridder-list:nth-child(n) {
          margin-bottom: 2%;
          margin-right: 2%; }
        #gallery ul.gridder .gridder-list:nth-of-type(2n) {
          margin-right: 0;
          margin-bottom: 0; }
      #gallery ul.gridder .gridder-expanded-content h3 {
        bottom: 0;
        margin-left: 0px;
        font-size: 14px;
        background-color: #2b2b2b;
        color: #FFF;
        padding: 20px;
        padding-left: 20px;
        text-align: left;
        margin-top: -3px; }
      #gallery ul.gridder .gridder-navigation a {
        font-size: 15px !important; }
    #gallery button {
      width: 100%;
      margin-bottom: 40px !important; } }

#store {
  padding-top: 60px;
  padding-bottom: 16px; }
  #store .page-title {
    padding-bottom: 40px; }
    #store .page-title h1 {
      font-family: "Dosis", sans-serif;
      font-weight: 300;
      font-size: 2.7em;
      color: #000000; }
    #store .page-title span {
      font-family: "Roboto", sans-serif;
      font-size: 1.4em;
      color: #000000;
      padding-top: 30px;
      float: left; }
  #store .results a {
    float: left; }
  #store .results .item {
    font-family: "Roboto", sans-serif;
    padding: 0px 10px;
    margin-bottom: 20px; }
    #store .results .item .holder {
      overflow: hidden;
      max-height: 350px;
      padding: 5px; }
      #store .results .item .holder > div {
        float: left;
        cursor: default;
        border: 1px solid #ebebeb;
        overflow: hidden; }
      #store .results .item .holder .badge {
        position: absolute;
        top: 10px;
        left: -110px;
        width: 270px; }
        #store .results .item .holder .badge span {
          width: 100%;
          background-color: #ca071b;
          color: white;
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          height: 15px;
          transform: rotate(-45deg);
          text-transform: uppercase;
          display: table;
          margin: 0 auto;
          text-align: center;
          padding: 5px 0;
          z-index: 10; }
      #store .results .item .holder .title {
        float: left;
        font-weight: 300;
        font-size: 1.8em;
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        padding: 0px;
        height: 50px; }
        #store .results .item .holder .title.new span {
          padding-left: 30px;
          padding-right: 30px; }
        #store .results .item .holder .title span {
          float: left;
          padding: 30px 10px 0px 10px;
          line-height: 1.3;
          cursor: pointer; }
      #store .results .item .holder .price {
        float: left;
        font-weight: 400;
        font-size: 2.6em;
        color: #7e2b2d;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 0px; }
      #store .results .item .holder .thumbnail {
        padding-top: 15px;
        padding-bottom: 0px;
        text-align: center;
        height: 160px;
        cursor: pointer; }
        #store .results .item .holder .thumbnail img {
          width: 100%;
          height: auto;
          max-height: 160px;
          max-width: 160px; }
    #store .results .item .functions {
      margin-top: 25px;
      float: left;
      background: #ffffff; }
      #store .results .item .functions li .button {
        background: transparent;
        color: #7e2b2d;
        text-align: center;
        padding: 0px;
        line-height: 40px;
        cursor: pointer; }
        #store .results .item .functions li .button:hover, #store .results .item .functions li #personal-area .menu a.button.active, #personal-area .menu #store .results .item .functions li a.button.active, #store .results .item .functions li #personal-area .content .ratings .ratings-tabs .button.menu-item.active, #personal-area .content .ratings .ratings-tabs #store .results .item .functions li .button.menu-item.active {
          background: #7e2b2d;
          color: #ffffff; }
        #store .results .item .functions li .button.fill-in {
          background: #7e2b2d;
          color: #ffffff; }
          #store .results .item .functions li .button.fill-in:hover, #store .results .item .functions li #personal-area .menu a.button.fill-in.active, #personal-area .menu #store .results .item .functions li a.button.fill-in.active, #store .results .item .functions li #personal-area .content .ratings .ratings-tabs .button.fill-in.menu-item.active, #personal-area .content .ratings .ratings-tabs #store .results .item .functions li .button.fill-in.menu-item.active {
            background: transparent;
            color: #7e2b2d; }
      #store .results .item .functions li.favourite .button {
        font-size: 2.2em; }
      #store .results .item .functions li.share .button {
        font-size: 2.2em; }
      #store .results .item .functions li.view .button {
        font-size: 2.6em; }
  #store .results .pagination {
    padding-top: 20px; }
    #store .results .pagination .holder {
      float: none;
      margin: 0 auto;
      display: table;
      text-align: center; }
      #store .results .pagination .holder li {
        background: #fff;
        text-align: center;
        line-height: 30px;
        padding: 0px 5px;
        font-size: 1.6em;
        border: 1px solid #ebebeb;
        margin: 5px 2px;
        display: inline-block;
        float: none;
        cursor: pointer; }
        #store .results .pagination .holder li span {
          color: #6e6e6e; }
        #store .results .pagination .holder li.active {
          background: #7e2b2d;
          border: 1px solid #7e2b2d; }
          #store .results .pagination .holder li.active span {
            color: #fff; }
  #store .filters {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 2;
    color: #646464; }
    #store .filters li,
    #store .filters .title {
      float: left;
      display: block;
      color: #646464;
      cursor: pointer;
      font-size: 1.5em; }
    #store .filters li.active,
    #store .filters .title {
      color: #000000;
      text-transform: uppercase;
      font-weight: 700; }
    #store .filters .accessories a.active span {
      color: #646464; }
    #store .filters .families li.active span:before,
    #store .filters .accessories li.active span:before {
      content: '▸';
      display: block;
      position: absolute;
      left: -15px;
      top: -13px;
      font-size: 1.4em; }
    #store .filters .title {
      padding-top: 10px; }
      #store .filters .title.two {
        text-transform: none; }
    #store .filters form label {
      padding-left: 15px;
      list-style: 10px;
      cursor: pointer; }
      #store .filters form label input, #store .filters form label #personal-area textarea, #personal-area #store .filters form label textarea, #store .filters form label
      #cart textarea,
      #cart #store .filters form label textarea, #store .filters form label
      #customize textarea,
      #customize #store .filters form label textarea, #store .filters form label
      #size-guide textarea,
      #size-guide #store .filters form label textarea, #store .filters form label #customize .input-wrapper, #customize #store .filters form label .input-wrapper {
        top: -1px; }
      #store .filters form label span {
        padding-left: 10px; }
  #store .section {
    padding-top: 10px; }
  #store .separator {
    height: 1px;
    background: #ebebeb;
    margin: 30px 0px; }
  #store .empty-list {
    font-size: 1.6em;
    text-align: center;
    padding-top: 100px; }
  #store .text-temporary:hover, #store #personal-area .menu a.text-temporary.active, #personal-area .menu #store a.text-temporary.active, #store #personal-area .content .ratings .ratings-tabs .text-temporary.menu-item.active, #personal-area .content .ratings .ratings-tabs #store .text-temporary.menu-item.active {
    border: 1px solid #7e2b2d; }
    #store .text-temporary:hover span, #store #personal-area .menu a.text-temporary.active span, #personal-area .menu #store a.text-temporary.active span, #store #personal-area .content .ratings .ratings-tabs .text-temporary.menu-item.active span, #personal-area .content .ratings .ratings-tabs #store .text-temporary.menu-item.active span {
      color: #7e2b2d;
      font-weight: 700; }
  #store .text-temporary span {
    font-size: 1.4em;
    color: #ffffff;
    line-height: 3; }

#store .no-results {
  font-size: 1.8em;
  text-align: center; }

#store .filters input[type="text"], #store .filters #personal-area textarea[type="text"], #personal-area #store .filters textarea[type="text"], #store .filters
#cart textarea[type="text"],
#cart #store .filters textarea[type="text"], #store .filters
#customize textarea[type="text"],
#customize #store .filters textarea[type="text"], #store .filters
#size-guide textarea[type="text"],
#size-guide #store .filters textarea[type="text"], #store .filters #customize [type="text"].input-wrapper, #customize #store .filters [type="text"].input-wrapper {
  border: none;
  border-bottom: 1px solid black;
  font-size: 1.5em; }

#store .filters .search {
  padding-bottom: 20px; }

#store .filters span {
  cursor: pointer; }

#store .filters .params .title.two {
  font-size: 1.5em; }

#store .filters .params label {
  padding: 5px 0px 5px 15px;
  cursor: pointer; }
  #store .filters .params label input[type="checkbox"], #store .filters .params label #personal-area textarea[type="checkbox"], #personal-area #store .filters .params label textarea[type="checkbox"], #store .filters .params label
  #cart textarea[type="checkbox"],
  #cart #store .filters .params label textarea[type="checkbox"], #store .filters .params label
  #customize textarea[type="checkbox"],
  #customize #store .filters .params label textarea[type="checkbox"], #store .filters .params label
  #size-guide textarea[type="checkbox"],
  #size-guide #store .filters .params label textarea[type="checkbox"], #store .filters .params label #customize [type="checkbox"].input-wrapper, #customize #store .filters .params label [type="checkbox"].input-wrapper {
    display: inline;
    top: -1px; }
  #store .filters .params label span {
    display: inline;
    margin-left: 5px;
    font-size: 1.5em; }

#store .bar {
  background: #f5f5f5;
  padding: 10px 10px; }
  #store .bar .left {
    padding-right: 25px; }
  #store .bar button {
    height: 30px;
    line-height: 30px;
    font-size: 1.1em;
    display: block;
    text-transform: uppercase;
    padding: 0px;
    border: 1px solid #7e2b2d;
    color: #000000;
    background: #ffffff;
    font-weight: bold; }
    #store .bar button.active {
      background: #7e2b2d;
      color: #ffffff; }

#store .show-more {
  margin-top: 25px; }

@media (min-width: 0px) and (max-width: 767px) {
  #store {
    padding: 0px; }
    #store .page-title {
      padding-left: 10px;
      padding-right: 10px; }
    #store .params .section {
      padding: 0px 0px; }
      #store .params .section.status label .label {
        padding-left: 15px; }
    #store .filters .params label {
      padding: 10px 15px 10px 0px;
      background: #f5f5f5;
      line-height: 40px; }
      #store .filters .params label .check {
        float: right; }
      #store .filters .params label .label {
        float: left;
        color: #7e2b2d;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.4em;
        padding-left: 30px; }
      #store .filters .params label span {
        padding: 0px;
        margin-left: 0px; }
    #store .filters .title {
      padding: 0px 0px 0px 0px;
      padding-left: 15px;
      color: #7e2b2d;
      font-weight: bold;
      font-size: 1.4em;
      padding: 10px 15px 10px 15px; }
      #store .filters .title.two {
        text-transform: uppercase; }
        #store .filters .title.two:after {
          content: "\e916";
          font-family: icomoon;
          visibility: visible;
          z-index: 1;
          position: absolute;
          line-height: 40px;
          top: 0px;
          right: 0px;
          margin-right: 15px;
          transform: rotate(90deg);
          width: auto;
          height: auto;
          font-size: inherit;
          box-sizing: border-box;
          color: #7e2b2d; }
        #store .filters .title.two.up:after {
          transform: rotate(270deg); }
    #store .results {
      padding: 0px 10px; }
    #store .hidden {
      display: none; }
    #store .results .item .holder .info-mobile {
      border: none;
      line-height: 15px;
      padding-top: 10px;
      max-height: none; }
      #store .results .item .holder .info-mobile .price {
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #7e2b2d;
        font-size: 1.5em;
        padding: 0px;
        line-height: 20px; }
      #store .results .item .holder .info-mobile .favourite {
        line-height: 20px;
        text-align: right;
        color: #7e2b2d;
        font-size: 2.0em;
        float: left; }
      #store .results .item .holder .info-mobile .title {
        padding-top: 5px;
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #000000;
        font-size: 1.3em;
        text-transform: none;
        height: auto; } }

#shopping {
  padding-top: 50px; }
  #shopping h2 {
    color: #000;
    font-family: "Dosis", sans-serif;
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 28px; }
  #shopping p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.4; }
    #shopping p strong {
      font-weight: 700; }
    #shopping p a {
      color: #7e2b2d;
      font-weight: 700;
      text-decoration: underline; }
    #shopping p .destaque {
      text-transform: uppercase;
      color: #7e2b2d; }
  #shopping .paytypes {
    margin-top: 10px;
    margin-bottom: 10px; }
    #shopping .paytypes * {
      display: inline-block;
      width: auto;
      margin-right: 12px; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #shopping {
    padding-top: 0; }
    #shopping .paytypes * {
      display: inline-block;
      width: 13%;
      margin-right: 12px; }
    #shopping .paytypes > :first-child {
      width: 27%; } }

#cart {
  padding-top: 60px;
  padding-bottom: 16px; }
  #cart .page-title {
    font-size: 2.7em;
    margin-bottom: 32px; }
  #cart .h2-show-mobile {
    display: none; }
  #cart .hr-back {
    padding: 0 15px;
    display: none; }
    #cart .hr-back hr {
      border: 0;
      height: 1px;
      background: #eaeaea;
      margin-top: 0;
      margin-bottom: 20px; }
  #cart .purchase {
    padding-bottom: 20px;
    margin-bottom: 7px;
    border-color: #e6e6e6; }
    #cart .purchase .left {
      width: 60%; }
      #cart .purchase .left .description {
        width: 100%;
        display: table-cell;
        float: none; }
        #cart .purchase .left .description a {
          color: #000; }
    #cart .purchase .quantity,
    #cart .purchase .quantity fieldset {
      display: inline;
      margin: 0 auto;
      width: auto;
      float: none;
      vertical-align: middle;
      text-align: center; }
      #cart .purchase .quantity label,
      #cart .purchase .quantity fieldset label {
        color: #aaaaaa;
        font-size: .64em;
        line-height: 35px;
        padding-right: 14px;
        display: none; }
      #cart .purchase .quantity input[type='text'], #cart .purchase .quantity textarea[type='text'], #cart .purchase .quantity #customize [type='text'].input-wrapper, #customize #cart .purchase .quantity [type='text'].input-wrapper,
      #cart .purchase .quantity fieldset input[type='text'], #cart .purchase .quantity fieldset textarea[type='text'],
      #cart .purchase .quantity fieldset #customize [type='text'].input-wrapper, #customize
      #cart .purchase .quantity fieldset [type='text'].input-wrapper {
        width: 45px;
        height: 33px !important;
        border-color: #959595;
        font-size: .73em;
        margin: 0 10px 0 0;
        float: left; }
      #cart .purchase .quantity span,
      #cart .purchase .quantity fieldset span {
        font-size: .73em; }
    #cart .purchase .right {
      width: 40%;
      padding-left: 0;
      padding-right: 0; }
      #cart .purchase .right .quantity input[type='text'], #cart .purchase .right .quantity textarea[type='text'], #cart .purchase .right .quantity #customize [type='text'].input-wrapper, #customize #cart .purchase .right .quantity [type='text'].input-wrapper {
        padding: 0;
        width: 38px;
        text-align: center;
        font-size: 1.15em; }
      #cart .purchase .right .cart-cell-3 {
        float: right;
        width: auto;
        text-align: right;
        clear: right; }
        #cart .purchase .right .cart-cell-3 label {
          display: block;
          color: #aaaaaa;
          font-size: 1em;
          padding-right: 14px; }
      #cart .purchase .right .cart-cell-4 {
        float: right;
        width: auto;
        text-align: right;
        clear: right;
        margin-top: 13px;
        vertical-align: top;
        font-weight: 700;
        font-size: 1.57em;
        line-height: 21px; }
        #cart .purchase .right .cart-cell-4 label {
          display: block;
          color: #aaaaaa;
          font-size: .64em; }
      #cart .purchase .right .cart-cell-5 {
        float: right;
        width: auto;
        text-align: right;
        clear: right;
        margin-top: 24px;
        line-height: 21px; }
        #cart .purchase .right .cart-cell-5 .icon-remove {
          display: none; }
        #cart .purchase .right .cart-cell-5 label {
          display: block;
          color: #aaaaaa;
          font-size: 1em;
          cursor: pointer; }
          #cart .purchase .right .cart-cell-5 label .icon-close {
            font-size: .72em; }
  #cart .page-text {
    line-height: 1.45em; }
  #cart .steps {
    width: 533px;
    padding-top: 41px;
    margin: 0 auto 54px;
    text-align: center; }
    #cart .steps h4 {
      width: 227px;
      position: absolute;
      z-index: 0;
      top: 16px;
      font-size: 1.4em;
      font-weight: 400;
      color: #646464; }
      #cart .steps h4.step-title-1 {
        left: -100px; }
      #cart .steps h4.step-title-2 {
        left: 157px; }
      #cart .steps h4.step-title-3 {
        left: 409px; }
    #cart .steps .step-circle {
      float: left;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      font-weight: 700;
      color: #696969;
      background: #fff;
      font-size: 1.4em;
      margin-top: 3px;
      border: 1px solid #acacac;
      display: table;
      letter-spacing: -1px; }
      #cart .steps .step-circle span {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      #cart .steps .step-circle.step-circle-1 {
        margin-right: 9px; }
      #cart .steps .step-circle.step-circle-2 {
        margin-left: 7px;
        margin-right: 7px; }
      #cart .steps .step-circle.step-circle-3 {
        margin-left: 7px; }
    #cart .steps .step-circle-active, #cart .steps.step-1 .step-circle-1, #cart .steps.step-2 .step-circle-1, #cart .steps.step-3 .step-circle-1, #cart .steps.step-2 .step-circle-2, #cart .steps.step-3 .step-circle-2, #cart .steps.step-3 .step-circle-3 {
      width: 27px;
      height: 27px;
      background: #7e2b2d;
      color: #fff;
      font-size: 1.8em;
      line-height: 1.45em;
      margin-top: 0;
      border: 0; }
    #cart .steps .step-half {
      float: left;
      width: 217px;
      height: 3px;
      background: #ebebeb;
      margin-top: 12px;
      border-radius: 8px; }
      #cart .steps .step-half > div {
        border-radius: 8px;
        background: #7e2b2d;
        width: 0;
        height: 100%;
        float: left; }
    #cart .steps.step-1 .step-title-1, #cart .steps.step-2 .step-title-1, #cart .steps.step-3 .step-title-1 {
      color: #000; }
    #cart .steps.step-1 .step-half-1 > div, #cart .steps.step-2 .step-half-1 > div, #cart .steps.step-3 .step-half-1 > div {
      width: 50%; }
    #cart .steps.step-2 .step-title-2, #cart .steps.step-3 .step-title-2 {
      color: #000; }
    #cart .steps.step-2 .step-half-1, #cart .steps.step-3 .step-half-1 {
      width: 212px; }
      #cart .steps.step-2 .step-half-1 > div, #cart .steps.step-3 .step-half-1 > div {
        width: 100%; }
    #cart .steps.step-2 .step-half-2, #cart .steps.step-3 .step-half-2 {
      width: 212px; }
      #cart .steps.step-2 .step-half-2 > div, #cart .steps.step-3 .step-half-2 > div {
        width: 50%; }
    #cart .steps.step-2 .step-circle-2, #cart .steps.step-3 .step-circle-2 {
      margin-left: 9px;
      margin-right: 9px; }
    #cart .steps.step-3 .step-title-2 {
      left: 153px; }
    #cart .steps.step-3 .step-title-3 {
      left: 406px;
      color: #000; }
    #cart .steps.step-3 .step-half-1,
    #cart .steps.step-3 .step-half-2 {
      width: 208px; }
      #cart .steps.step-3 .step-half-1 > div,
      #cart .steps.step-3 .step-half-2 > div {
        width: 100%; }
    #cart .steps.step-3 .step-circle-3 {
      margin-left: 9px; }
  #cart h2 {
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 400;
    color: #000; }
  #cart form {
    float: none; }
  #cart .billing-and-shipping {
    width: 66.9%;
    float: left;
    padding-right: 20px;
    font-weight: 400;
    color: #000; }
    #cart .billing-and-shipping > form {
      margin-top: 17px; }
    #cart .billing-and-shipping .padding-right-10 {
      padding-right: 10px; }
    #cart .billing-and-shipping .padding-left-10 {
      padding-left: 10px; }
    #cart .billing-and-shipping input, #cart .billing-and-shipping textarea, #cart .billing-and-shipping #customize .input-wrapper, #customize #cart .billing-and-shipping .input-wrapper {
      margin-bottom: 23px;
      border-color: #959595; }
    #cart .billing-and-shipping .select-wrap-country,
    #cart .billing-and-shipping .select-wrap-district {
      margin-bottom: 23px; }
      #cart .billing-and-shipping .select-wrap-country select,
      #cart .billing-and-shipping .select-wrap-district select {
        margin-bottom: 0;
        /*font-weight: $font_regular;
				font-size: 1.4em;*/ }
    #cart .billing-and-shipping textarea {
      height: 134px; }
    #cart .billing-and-shipping .different-address-checkbox {
      position: absolute;
      z-index: 0;
      top: -63px; }
      #cart .billing-and-shipping .different-address-checkbox label {
        font-size: 1.6em;
        cursor: pointer; }
      #cart .billing-and-shipping .different-address-checkbox input, #cart .billing-and-shipping .different-address-checkbox textarea, #cart .billing-and-shipping .different-address-checkbox #customize .input-wrapper, #customize #cart .billing-and-shipping .different-address-checkbox .input-wrapper {
        height: auto;
        margin: 0 0 0 10px;
        float: left; }
    #cart .billing-and-shipping #different-address-fieldset {
      display: none; }
    #cart .billing-and-shipping .info-required {
      margin-top: 22px; }
      #cart .billing-and-shipping .info-required.info-required-2 {
        display: none; }
    #cart .billing-and-shipping .input-address1 {
      margin-bottom: 2px; }
    #cart .billing-and-shipping .textarea-address {
      display: none;
      height: 94px;
      float: left; }
    #cart .billing-and-shipping .input-postalcode {
      width: 34%; }
    #cart .billing-and-shipping .input-location {
      width: 66%; }
  #cart #terms-and-conditions-checkbox {
    margin-top: 8px;
    margin-bottom: 9px;
    display: inline-block; }
    #cart #terms-and-conditions-checkbox label {
      color: #6e6e6e;
      font-weight: 400;
      cursor: pointer;
      display: table;
      margin: 0 auto;
      float: none; }
      #cart #terms-and-conditions-checkbox label a {
        color: #7e2b2d;
        font-weight: 700; }
  #cart h5 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    margin-top: 2px;
    margin-bottom: 23px; }
  #cart .subtotal-and-total-success {
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #000;
    width: 218px;
    float: right;
    padding-top: 16px;
    text-align: left; }
    #cart .subtotal-and-total-success span {
      float: right; }
      #cart .subtotal-and-total-success span.size-16 {
        font-size: 1em; }
    #cart .subtotal-and-total-success div.size-22 {
      font-size: 1.38em;
      font-weight: 700;
      padding-top: 4px; }
    #cart .subtotal-and-total-success div.size-11 {
      font-size: .69em;
      color: #6e6e6e;
      font-style: italic; }
      #cart .subtotal-and-total-success div.size-11 span {
        margin-top: -4px; }
  #cart .back-to-hp {
    text-align: center;
    padding-top: 65px; }
    #cart .back-to-hp a {
      font-size: 1.6em;
      font-weight: 700;
      color: #7e2b2d; }
  #cart .payment-method {
    width: 66.9%;
    float: left;
    padding-right: 20px;
    font-weight: 400;
    color: #000; }
    #cart .payment-method .payment-ref {
      line-height: 25px;
      color: #000;
      font-weight: 400;
      padding: 17px 0 7px;
      display: block; }
    #cart .payment-method.payment-method-100 {
      width: 100%; }
      #cart .payment-method.payment-method-100 h5 {
        margin-top: 26px; }
      #cart .payment-method.payment-method-100 .page-text {
        padding-top: 0; }
    #cart .payment-method div {
      padding: 0 10px; }
      #cart .payment-method div:first-of-type {
        padding-left: 0;
        padding-right: 20px; }
      #cart .payment-method div:last-of-type {
        padding-left: 20px;
        padding-right: 0; }
      #cart .payment-method div.mb-payment input, #cart .payment-method div.mb-payment textarea, #cart .payment-method div.mb-payment #customize .input-wrapper, #customize #cart .payment-method div.mb-payment .input-wrapper {
        margin: 0;
        height: auto; }
      #cart .payment-method div.mb-payment label {
        background: url("/img/_placeholders//logo-mb.png") center 19px no-repeat;
        background-size: 67px; }
        #cart .payment-method div.mb-payment label.radio-checked {
          background-position: center 18px; }
      #cart .payment-method div.paypal-payment input, #cart .payment-method div.paypal-payment textarea, #cart .payment-method div.paypal-payment #customize .input-wrapper, #customize #cart .payment-method div.paypal-payment .input-wrapper {
        margin: 0;
        height: auto; }
      #cart .payment-method div.paypal-payment label {
        background: url("/img/_placeholders//logo-paypal-2.png") center 36px no-repeat;
        background-size: 111px; }
        #cart .payment-method div.paypal-payment label.radio-checked {
          background-position: center 35px; }
      #cart .payment-method div.creditcard-payment input, #cart .payment-method div.creditcard-payment textarea, #cart .payment-method div.creditcard-payment #customize .input-wrapper, #customize #cart .payment-method div.creditcard-payment .input-wrapper {
        margin: 0;
        height: auto; }
      #cart .payment-method div.creditcard-payment label {
        background: url("/img/_placeholders//logo-visa-and-mastercard.png") center 28px no-repeat;
        background-size: 136px; }
        #cart .payment-method div.creditcard-payment label.radio-checked {
          background-position: center 27px; }
      #cart .payment-method div label {
        text-align: center;
        height: 176px;
        border: 1px solid #959595;
        cursor: pointer;
        font-size: 1.6em;
        padding-top: 104px;
        z-index: 0; }
        #cart .payment-method div label input[type=radio], #cart .payment-method div label textarea[type=radio], #cart .payment-method div label #customize [type=radio].input-wrapper, #customize #cart .payment-method div label [type=radio].input-wrapper {
          position: absolute;
          visibility: hidden; }
          #cart .payment-method div label input[type=radio]:checked ~ .check, #cart .payment-method div label #personal-area textarea[type=radio]:checked ~ .check, #cart .payment-method div label textarea[type=radio]:checked ~ .check, #cart .payment-method div label
          #customize textarea[type=radio]:checked ~ .check, #cart .payment-method div label
          #size-guide textarea[type=radio]:checked ~ .check, #cart .payment-method div label #customize [type=radio].input-wrapper:checked ~ .check, #customize #cart .payment-method div label [type=radio].input-wrapper:checked ~ .check {
            border-color: #7e2b2d; }
          #cart .payment-method div label input[type=radio]:checked ~ .check::before, #cart .payment-method div label #personal-area textarea[type=radio]:checked ~ .check::before, #cart .payment-method div label textarea[type=radio]:checked ~ .check::before, #cart .payment-method div label
          #customize textarea[type=radio]:checked ~ .check::before, #cart .payment-method div label
          #size-guide textarea[type=radio]:checked ~ .check::before, #cart .payment-method div label #customize [type=radio].input-wrapper:checked ~ .check::before, #customize #cart .payment-method div label [type=radio].input-wrapper:checked ~ .check::before {
            background: #7e2b2d; }
        #cart .payment-method div label.radio-checked {
          border-width: 2px;
          border-color: #7e2b2d;
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.26);
          padding-top: 103px; }
          #cart .payment-method div label.radio-checked .check {
            bottom: 17px; }
        #cart .payment-method div label .check {
          display: block;
          position: absolute;
          border: 1px solid #252525;
          border-radius: 50%;
          height: 18px;
          width: 18px;
          bottom: 18px;
          left: 50%;
          margin-left: -10px;
          z-index: 5; }
          #cart .payment-method div label .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 50%;
            height: 14px;
            width: 14px;
            top: 2px;
            left: 2px;
            margin: auto; }
        #cart .payment-method div label span {
          margin-bottom: 14px;
          display: inline-block;
          color: #000; }
  #cart .shipping-address {
    margin-top: 55px;
    margin-bottom: 26px;
    float: left; }
    #cart .shipping-address.shipping-address-top-10 {
      margin-top: 10px; }
    #cart .shipping-address div:first-child {
      padding-right: 10px; }
    #cart .shipping-address div:last-child {
      padding-left: 10px; }
    #cart .shipping-address .page-text {
      padding-top: 6px; }
    #cart .shipping-address h2 {
      margin-bottom: 10px; }
  #cart .order-list {
    width: 52.1%;
    float: left; }
    #cart .order-list.order-list-larger {
      width: 100%; }
      #cart .order-list.order-list-larger h2 {
        margin-bottom: 6px; }
      #cart .order-list.order-list-larger .cart-cell-1-header, #cart .order-list.order-list-larger .cart-cell-2-header, #cart .order-list.order-list-larger .cart-cell-3-header, #cart .order-list.order-list-larger .cart-cell-4-header, #cart .order-list.order-list-larger .cart-cell-5-header {
        display: table-cell;
        min-width: 440px; }
      #cart .order-list.order-list-larger .cart-cell-2-header, #cart .order-list.order-list-larger .cart-cell-3-header, #cart .order-list.order-list-larger .cart-cell-4-header, #cart .order-list.order-list-larger .cart-cell-5-header {
        min-width: 0;
        width: 138px;
        text-align: center; }
      #cart .order-list.order-list-larger .cart-cell-3-header {
        width: 270px; }
      #cart .order-list.order-list-larger .cart-cell-4-header {
        width: 190px; }
      #cart .order-list.order-list-larger .cart-cell-5-header {
        width: 90px; }
      #cart .order-list.order-list-larger .purchase {
        padding-bottom: 20px; }
        #cart .order-list.order-list-larger .purchase .cart-cell-1 {
          display: table-cell;
          min-width: 440px;
          text-align: center; }
          #cart .order-list.order-list-larger .purchase .cart-cell-1 .left {
            width: 100%; }
            #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border {
              display: table-cell;
              width: 156px;
              height: 136px;
              padding: 10px;
              overflow: hidden;
              margin-right: 20px; }
              #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border img {
                margin-top: -10px; }
            #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description {
              display: table-cell;
              float: none;
              width: auto; }
              #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description h3 {
                margin-bottom: 18px; }
              #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description .ref {
                margin-top: 20px;
                display: inline-block; }
              #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description .quantity-value {
                display: none; }
        #cart .order-list.order-list-larger .purchase .cart-cell-2, #cart .order-list.order-list-larger .purchase .cart-cell-3, #cart .order-list.order-list-larger .purchase .cart-cell-4, #cart .order-list.order-list-larger .purchase .cart-cell-5 {
          display: table-cell;
          text-align: center;
          width: 138px;
          line-height: 158px;
          vertical-align: top;
          font-weight: 700;
          font-size: 1.57em; }
        #cart .order-list.order-list-larger .purchase .cart-cell-3 {
          width: 270px; }
        #cart .order-list.order-list-larger .purchase .cart-cell-4 {
          width: 190px; }
          #cart .order-list.order-list-larger .purchase .cart-cell-4 label {
            color: #aaaaaa;
            font-size: .64em;
            padding-right: 14px;
            display: none; }
        #cart .order-list.order-list-larger .purchase .cart-cell-5 {
          width: 90px; }
          #cart .order-list.order-list-larger .purchase .cart-cell-5 .icon {
            color: #969696;
            cursor: pointer;
            font-size: 1.15em;
            top: 4px; }
          #cart .order-list.order-list-larger .purchase .cart-cell-5 label {
            color: #aaaaaa;
            font-size: .64em;
            cursor: pointer;
            display: none; }
            #cart .order-list.order-list-larger .purchase .cart-cell-5 label .icon-close {
              font-size: .72em; }
    #cart .order-list .description .value {
      float: left;
      font-size: 1.57em; }
    #cart .order-list .button {
      background: none;
      border: 1px solid #7e2b2d;
      color: #7e2b2d;
      clear: both;
      margin-top: 115px;
      font-size: 2.2em;
      padding: 10px 28px 12px;
      float: left; }
  #cart .display-table {
    display: table; }
  #cart .display-table-row {
    display: table-row; }
  #cart .display-table-cell {
    display: table-cell; }
  #cart .extra-info {
    color: #6e6e6e;
    font-weight: 400;
    font-size: .7em;
    vertical-align: bottom; }
    #cart .extra-info.extra-info-shipping {
      margin-top: 1px;
      display: inline-block; }
    #cart .extra-info.extra-info-italic {
      font-style: italic; }
  #cart .my-order-box {
    margin-top: 0px;
    width: 47.9%;
    background: #e5e5e5;
    width: 478px;
    float: right;
    font-weight: 700;
    color: #000;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.26); }
    #cart .my-order-box.my-order-box-smaller {
      width: 33.1%;
      max-width: 378px;
      margin-top: 23px; }
      #cart .my-order-box.my-order-box-smaller .top {
        text-align: center;
        height: auto;
        padding-bottom: 24px; }
        #cart .my-order-box.my-order-box-smaller .top .display-table,
        #cart .my-order-box.my-order-box-smaller .top h3 {
          text-align: left; }
        #cart .my-order-box.my-order-box-smaller .top .page-title {
          margin-top: 6px;
          margin-bottom: 30px; }
        #cart .my-order-box.my-order-box-smaller .top .display-table-cell.cell-total {
          margin-top: 32px;
          margin-bottom: 27px; }
        #cart .my-order-box.my-order-box-smaller .top .btn-continue {
          float: none;
          display: inline-block;
          margin: 0 auto; }
          #cart .my-order-box.my-order-box-smaller .top .btn-continue.btn-continue-larger {
            padding-left: 30px;
            padding-right: 30px; }
      #cart .my-order-box.my-order-box-smaller .calc-shipping-costs,
      #cart .my-order-box.my-order-box-smaller .page-title span,
      #cart .my-order-box.my-order-box-smaller .bottom,
      #cart .my-order-box.my-order-box-smaller .btn-pay-with-paypal,
      #cart .my-order-box.my-order-box-smaller .btn-continue-without-login {
        display: none; }
    #cart .my-order-box .top {
      padding: 21px 33px 33px;
      height: auto;
      z-index: 0; }
      #cart .my-order-box .top .calc-shipping-costs {
        height: 66px;
        position: absolute;
        z-index: 1;
        top: -66px;
        left: 0;
        line-height: 35px;
        font-weight: 400;
        font-size: 1.4em; }
        #cart .my-order-box .top .calc-shipping-costs .select-wrap {
          float: right;
          top: -7px; }
          #cart .my-order-box .top .calc-shipping-costs .select-wrap select {
            width: 295px;
            height: 35px;
            color: #6e6e6e;
            padding-right: 40px;
            padding-left: 19px;
            font-size: 1.14em;
            line-height: 34px;
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 400; }
          #cart .my-order-box .top .calc-shipping-costs .select-wrap .icon-arrow2-right {
            font-size: 16px;
            top: 3px;
            right: 25px;
            transform: rotate(90deg);
            display: inline-block; }
      #cart .my-order-box .top .page-title {
        border-bottom: 1px solid #9a9999;
        padding-bottom: 7px;
        margin-bottom: 28px; }
        #cart .my-order-box .top .page-title span {
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          color: #7e2b2d;
          float: right;
          font-size: .52em;
          text-transform: none;
          line-height: 21px;
          margin-top: 3px; }
          #cart .my-order-box .top .page-title span .icon-lock {
            font-size: 1.5em;
            float: left;
            margin-right: 8px; }
      #cart .my-order-box .top .mobile-grid-40 {
        text-align: right; }
      #cart .my-order-box .top .btn-pay-with-paypal {
        background: #f9f9f9;
        border: 1px solid #cfcfcf;
        color: #3c3c3c;
        float: right;
        text-transform: none;
        margin-bottom: 26px;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 17px;
        padding-right: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 1.5em;
        line-height: 1.2em; }
        #cart .my-order-box .top .btn-pay-with-paypal img {
          width: 83px;
          float: right;
          margin-left: 9px; }
      #cart .my-order-box .top .btn-continue-without-login {
        background: none;
        border: 1px solid #7e2b2d;
        color: #7e2b2d;
        clear: both;
        font-size: 2.2em;
        padding: 10px 18px 12px;
        float: left; }
      #cart .my-order-box .top .btn-continue {
        float: right;
        font-size: 2.2em;
        padding: 11px 19px 13px; }
      #cart .my-order-box .top .display-table-cell {
        font-size: 1.54em;
        line-height: 1.1em;
        margin-bottom: 21px; }
        #cart .my-order-box .top .display-table-cell.cell-total {
          margin-top: 43px;
          font-size: 2em;
          line-height: .8em; }
          #cart .my-order-box .top .display-table-cell.cell-total .extra-info {
            font-size: .54em;
            margin-top: 5px;
            display: inline-block; }
    #cart .my-order-box .bottom {
      background: #d1d1d1;
      min-height: 72px;
      padding: 17px 33px 13px;
      color: #000;
      font-size: 1.54em;
      line-height: 1.4em; }
      #cart .my-order-box .bottom a {
        color: #6e6e6e;
        font-size: .9em; }
        #cart .my-order-box .bottom a.orders-email {
          float: right; }

#cart .purchase .quantity .icon {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  color: #000;
  margin-left: 7px; }

#cart .icon-remove-mobile a {
  color: #000; }

#cart .no-products {
  line-height: 1;
  padding: 20px 0px;
  margin: 0px; }

#cart .my-order-box.my-order-box-smaller .top .btn-continue {
  margin: 0 auto;
  display: table;
  margin-top: 10px; }

#cart .order-list.order-list-larger .purchase .cart-cell-3 .icon {
  font-size: 0.6em; }

.page-title {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 3.2em;
  text-transform: uppercase;
  color: #000; }

.img-border {
  width: 102px;
  height: 102px;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
  float: left;
  padding: 5px;
  background: #fff; }

.img-border > div,
.img-border > span {
  height: inherit;
  display: table-cell;
  vertical-align: middle; }

.purchase {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 17px;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.45em;
  font-weight: 400;
  color: #000;
  float: left; }
  .purchase > a {
    color: #000; }
  .purchase .left {
    float: left;
    position: relative;
    text-align: left; }
    .purchase .left .description {
      float: left;
      width: 192px;
      min-height: 80px;
      padding-bottom: 32px; }
    .purchase .left h3 {
      font-size: 1.2em;
      line-height: 1em;
      font-weight: 300;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 3px; }
    .purchase .left .quantity-value {
      position: absolute;
      z-index: 0;
      left: 0;
      bottom: 0;
      line-height: 1em;
      width: 192px; }
      .purchase .left .quantity-value .value {
        float: right; }
  .purchase .right {
    float: left;
    padding-left: 23px;
    padding-right: 40px; }
    .purchase .right .left-cell {
      white-space: nowrap; }
    .purchase .right .right-cell, .purchase .right .left-cell {
      display: table-cell; }
  .purchase b {
    font-weight: 700; }
  .purchase .icon-remove {
    color: #969696;
    cursor: pointer;
    font-size: 1.15em;
    top: 4px; }

.ref {
  color: #aaaaaa; }

.personal-area-menu-mobile i {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 16px;
  transform: rotate(90deg);
  display: inline-block; }

#personal-area {
  padding-top: 60px;
  padding-bottom: 16px; }
  #personal-area .fieldset-auto {
    width: auto; }
  #personal-area button {
    text-transform: none; }
  #personal-area .personal-area-menu-mobile {
    display: none;
    margin-bottom: 2px; }
    #personal-area .personal-area-menu-mobile select {
      background: none;
      border: 1px solid #cecece;
      height: 45px;
      color: #494949;
      font-weight: bold;
      border-radius: 0;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      padding-right: 30px;
      padding-left: 7px;
      font-size: 13px; }
      #personal-area .personal-area-menu-mobile select:focus {
        outline: 0; }
  #personal-area .menu {
    padding-top: 43px;
    padding-right: 9px; }
    #personal-area .menu a {
      min-height: 45px;
      background: #f3f3f3;
      float: left;
      margin-bottom: 2px;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 1.2em;
      color: #272727;
      border-left: 4px solid #f3f3f3;
      padding: 13px 11px; }
      #personal-area .menu a:hover, #personal-area .menu a.active, #personal-area .menu .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs .menu a.menu-item.active {
        color: #7e2b2d;
        border-color: #7e2b2d; }
      #personal-area .menu a.active {
        font-weight: 700; }
  #personal-area .content {
    padding-top: 41px;
    padding-left: 11px; }
    #personal-area .content h2 {
      font-size: 1.6em;
      font-weight: 400;
      color: #7e2b2d;
      border-bottom: 1px solid #7e2b2d;
      padding-bottom: 7px;
      margin-bottom: 21px; }
      #personal-area .content h2.icon-heart-padding-left {
        padding-left: 30px;
        margin-bottom: 19px; }
      #personal-area .content h2 .icon-heart {
        color: #7e2b2d;
        font-size: 1.05em;
        position: absolute;
        z-index: 0;
        left: 0;
        bottom: 5px; }
    #personal-area .content .text {
      font-size: 1.4em;
      line-height: 1.2em;
      color: #000;
      font-weight: 400;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      #personal-area .content .text > a {
        color: #7e2b2d;
        font-weight: 700; }
    #personal-area .content .favorites {
      font-size: 1.4em;
      line-height: 1.45em;
      font-weight: 400;
      color: #000;
      text-align: center; }
      #personal-area .content .favorites .favorite {
        margin-bottom: 22px;
        display: block;
        z-index: 0;
        padding: 0px 10px; }
        #personal-area .content .favorites .favorite > span {
          border: 1px solid #cccccc;
          height: 202px;
          position: relative;
          display: block;
          max-width: 267px; }
      #personal-area .content .favorites h3 {
        font-size: 1.2em;
        line-height: 1em;
        font-weight: 300;
        text-transform: uppercase;
        padding-top: 16px;
        padding-bottom: 14px;
        padding-left: 10px;
        padding-right: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      #personal-area .content .favorites .img-border {
        float: none;
        display: inline-block;
        margin-right: 0; }
      #personal-area .content .favorites .ref {
        position: absolute;
        z-index: 0;
        left: 12px;
        bottom: 3px; }
      #personal-area .content .favorites .more {
        width: 115px;
        height: 29px;
        background: #7e2b2d;
        float: right;
        color: #fff;
        line-height: 29px;
        font-family: "Dosis", sans-serif;
        font-weight: 400;
        font-size: 1.14em;
        position: absolute;
        z-index: 1;
        right: -1px;
        bottom: -1px; }
    #personal-area .content .ratings {
      font-size: 1.4em;
      line-height: 1.45em;
      font-weight: 400;
      color: #000;
      z-index: 0; }
      #personal-area .content .ratings .ngrateit-star {
        background-size: 24px; }
      #personal-area .content .ratings .ratings-tabs {
        margin-top: 1px;
        margin-bottom: 33px;
        border-bottom: 1px solid #000; }
        #personal-area .content .ratings .ratings-tabs .menu-item {
          cursor: pointer;
          float: left;
          width: 198px;
          text-align: center;
          font-size: 1.13em;
          height: 22px;
          font-weight: 400;
          color: #646464; }
          #personal-area .content .ratings .ratings-tabs .menu-item:hover, #personal-area .content .ratings .ratings-tabs .menu-item.active {
            border-bottom: 4px solid #7e2b2d;
            color: #000; }
          #personal-area .content .ratings .ratings-tabs .menu-item.active {
            font-weight: 700; }
      #personal-area .content .ratings .review-item {
        padding-bottom: 40px; }
      #personal-area .content .ratings h3 {
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 300;
        text-transform: uppercase;
        display: inline-block; }
      #personal-area .content .ratings .img-border {
        width: 246px;
        height: 215px;
        padding: 15px;
        overflow: hidden;
        margin-right: 0;
        position: absolute;
        z-index: 1;
        top: 38px;
        left: 0; }
        #personal-area .content .ratings .img-border img {
          margin-top: -15px; }
      #personal-area .content .ratings .rating {
        border-bottom: 1px solid #b7b7b7;
        padding-bottom: 49px;
        margin-bottom: 23px; }
        #personal-area .content .ratings .rating.not-rated-yet:last-of-type {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; }
        #personal-area .content .ratings .rating .stars {
          overflow: hidden;
          float: left;
          padding-left: 297px;
          padding-top: 12px; }
          #personal-area .content .ratings .rating .stars .icon-star {
            color: #e4e4e4;
            float: left;
            font-size: 2.05em;
            cursor: pointer;
            border-right: 7px solid #fff; }
            #personal-area .content .ratings .rating .stars .icon-star.rated-hover, #personal-area .content .ratings .rating .stars .icon-star.rated {
              color: #ffd800; }
          #personal-area .content .ratings .rating .stars > span {
            clear: both;
            display: block;
            font-size: 0.7em;
            padding-top: 4px; }
          #personal-area .content .ratings .rating .stars textarea {
            height: 119px;
            font-size: 1em;
            line-height: 1.45em;
            margin-top: 14px;
            margin-bottom: 16px;
            float: left;
            padding: 9px 13px; }
            #personal-area .content .ratings .rating .stars textarea::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #494949;
              font-weight: 300; }
            #personal-area .content .ratings .rating .stars textarea::-moz-placeholder {
              /* Firefox 19+ */
              color: #494949;
              font-weight: 300; }
            #personal-area .content .ratings .rating .stars textarea:-ms-input-placeholder {
              /* IE 10+ */
              color: #494949;
              font-weight: 300; }
            #personal-area .content .ratings .rating .stars textarea:-moz-placeholder {
              /* Firefox 18- */
              color: #494949;
              font-weight: 300; }
          #personal-area .content .ratings .rating .stars p {
            min-height: 113px;
            font-size: 1em;
            line-height: 1.45em;
            font-weight: 300;
            float: left;
            padding: 0 17px 0 0;
            margin-top: 18px;
            margin-bottom: 18px; }
          #personal-area .content .ratings .rating .stars button {
            font-weight: 300;
            float: left;
            text-transform: uppercase;
            font-size: 1.15em;
            line-height: 1em;
            padding: 14.5px 28.5px; }
          #personal-area .content .ratings .rating .stars .btn-edit {
            float: left;
            padding-right: 5px; }
          #personal-area .content .ratings .rating .stars .btn-erase {
            float: left;
            padding-left: 5px; }
            #personal-area .content .ratings .rating .stars .btn-erase button {
              background: #fff;
              color: #7e2b2d;
              border: 1px solid #7e2b2d;
              padding-top: 13.5px;
              padding-bottom: 13.5px;
              font-weight: 400; }
  #personal-area input[name='address1'], #personal-area textarea[name='address1'], #personal-area #customize [name='address1'].input-wrapper, #customize #personal-area [name='address1'].input-wrapper {
    margin-bottom: 0px; }
  #personal-area .newsletter {
    cursor: pointer; }

#personal-area .content .ratings .button {
  border: 1px solid #7e2b2d;
  margin-right: 10px;
  float: left;
  display: block;
  font-size: 1.15em;
  line-height: 1em;
  padding: 14.5px 28.5px;
  text-align: center; }
  #personal-area .content .ratings .button.plain {
    background: #fff;
    color: #7e2b2d;
    border: 1px solid #7e2b2d; }
  @media (min-width: 0px) and (max-width: 767px) {
    #personal-area .content .ratings .button {
      margin-bottom: 10px; } }

#personal-area .content .ratings h3 {
  color: #494949; }

#personal-area .content .ratings .rate-it {
  min-height: 50px; }
  @media (min-width: 0px) and (max-width: 767px) {
    #personal-area .content .ratings .rate-it {
      min-height: 0px; } }

#personal-area .content .ratings textarea[disabled="disabled"] {
  border: none;
  padding-left: 5px !important;
  opacity: 0.5; }

@media (min-width: 0px) and (max-width: 767px) {
  #personal-area .content .ratings textarea {
    margin-top: 10px !important;
    height: 110px !important; } }

@media (min-width: 0px) and (max-width: 767px) {
  #personal-area .content .ratings .ratings-tabs {
    display: block;
    padding-top: 10px;
    border-bottom: none !important; }
    #personal-area .content .ratings .ratings-tabs .menu-item {
      width: 50%;
      text-align: center;
      font-size: 0.9em;
      margin-bottom: 5px; } }

#personal-area .content .favorites h3 {
  padding: 15px 30px; }

#personal-area .content .favorites .favorite .remove {
  text-align: right;
  position: absolute;
  width: auto;
  top: 0px;
  padding: 15px;
  display: none;
  z-index: 4;
  color: #828282;
  right: 0px;
  background: rgba(255, 255, 255, 0.6); }
  @media (min-width: 0px) and (max-width: 767px) {
    #personal-area .content .favorites .favorite .remove {
      display: block; } }

#personal-area .content .favorites .favorite:hover .remove, #personal-area .content .favorites .menu a.favorite.active .remove, #personal-area .menu .content .favorites a.favorite.active .remove, #personal-area .content .favorites .ratings .ratings-tabs .favorite.menu-item.active .remove, #personal-area .content .ratings .ratings-tabs .favorites .favorite.menu-item.active .remove {
  display: block; }

#personal-area .empty {
  font-size: 1.4em; }

#detail {
  padding-top: 65px; }
  #detail .information hr {
    padding: 0px;
    margin: 20px 0px;
    float: left; }
  #detail .title h1 {
    display: block;
    color: #000;
    font-family: "Dosis", sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 10px; }
  #detail .title span.ref {
    font-size: 1.4em;
    display: inline-block;
    line-height: 3.3; }
  #detail h2 {
    color: #000;
    font-family: "Dosis", sans-serif;
    font-size: 27px;
    width: 100%;
    display: block;
    margin-bottom: 21px; }
  #detail h3 {
    color: #010101;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block; }
  #detail img {
    border: 1px solid #ebebeb;
    margin-bottom: -4px; }
  #detail .price {
    font-family: "Roboto", sans-serif;
    color: #7e2b2d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 20px; }
    #detail .price span.send-condition {
      color: black;
      font-size: 14px;
      text-transform: none;
      padding-left: 5px; }
  #detail .thumbs img {
    border: 1px solid #ebebeb;
    border-right: 0;
    float: left;
    cursor: pointer; }
  #detail .sugestions .item {
    padding: 20px 20px; }
    #detail .sugestions .item:nth-child(1) {
      padding-left: 0px; }
    #detail .sugestions .item:nth-child(3) {
      padding-right: 0px; }
    #detail .sugestions .item .holder {
      border: 1px solid #ebebeb;
      text-align: center;
      min-height: 300px;
      display: block; }
    #detail .sugestions .item .image {
      min-height: 200px; }
    #detail .sugestions .item .background {
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 240px;
      padding: 20px 0px;
      box-sizing: border-box; }
      #detail .sugestions .item .background img {
        border: none;
        width: auto;
        height: 100%; }
    #detail .sugestions .item .description {
      position: absolute;
      bottom: 10px;
      width: 100%; }
      #detail .sugestions .item .description .title {
        color: black;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 50px; }
      #detail .sugestions .item .description span {
        color: #7e2b2d;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px; }
        #detail .sugestions .item .description span:hover, #detail .sugestions .item .description #personal-area .content .ratings .ratings-tabs span.menu-item.active, #personal-area .content .ratings .ratings-tabs #detail .sugestions .item .description span.menu-item.active {
          text-decoration: underline; }
  #detail .sugestions:last-child {
    padding-right: 0px; }
  #detail hr {
    margin-top: 35px;
    margin-bottom: 35px;
    background: #ebebeb;
    height: 1px;
    width: 100%;
    border: none; }
    #detail hr.darker {
      background: #959595; }
  #detail .average {
    padding-bottom: 20px; }
    #detail .average h3 {
      padding-bottom: 10px; }
  #detail .rating-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left; }
    #detail .rating-container .ngrateit, #detail .rating-container .author {
      float: left;
      display: block; }
    #detail .rating-container .icon-star {
      color: #ffd800;
      font-size: 16px; }
    #detail .rating-container .larger {
      color: #ffd800;
      font-size: 18px; }
    #detail .rating-container .empty {
      color: #ebebeb; }
    #detail .rating-container hr {
      margin: 20px 0px; }
    #detail .rating-container .client-rating-counter {
      margin-left: 15px; }
      #detail .rating-container .client-rating-counter a {
        color: #7e2b2d;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        top: -1px; }
        #detail .rating-container .client-rating-counter a:hover, #detail .rating-container .client-rating-counter #personal-area .menu a.active, #personal-area .menu #detail .rating-container .client-rating-counter a.active, #detail .rating-container .client-rating-counter #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs #detail .rating-container .client-rating-counter a.menu-item.active {
          text-decoration: underline; }
    #detail .rating-container .author {
      margin-left: 11px;
      display: inline;
      color: black;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
    #detail .rating-container .rate-it {
      line-height: 20px; }
    #detail .rating-container .review .text {
      padding-top: 5px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 19px;
      display: block; }
      @media (min-width: 0px) and (max-width: 767px) {
        #detail .rating-container .review .text {
          padding-left: 0px !important; } }
    #detail .rating-container .review .more {
      color: #7e2b2d;
      font-weight: 700;
      display: block;
      padding: 0px;
      margin: 0px;
      text-align: left;
      line-height: 1.2;
      font-size: 14px;
      cursor: pointer; }
  #detail .filter-container {
    display: inline-block;
    width: 100%; }
    #detail .filter-container .color-box, #detail .filter-container .size-box {
      float: left;
      margin-right: 30px; }
    #detail .filter-container .size-box {
      margin-right: 0; }
    #detail .filter-container span.legend {
      display: block;
      color: black;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 10px; }
    #detail .filter-container .filter-size {
      display: inline-block;
      vertical-align: top;
      height: auto;
      width: 140px;
      overflow: hidden; }
      #detail .filter-container .filter-size .chooser {
        color: #6e6e6e;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        height: 40px;
        margin-left: 0;
        padding-left: 10px;
        padding-top: 2px;
        border: 1px solid #959595;
        display: block; }
      #detail .filter-container .filter-size:after {
        content: "\e920";
        font-family: 'icomoon';
        z-index: 1;
        position: absolute;
        line-height: 46px;
        right: 0px;
        margin-right: 15px;
        top: 0;
        transform: rotate(90deg); }
      #detail .filter-container .filter-size ul {
        margin: 0;
        float: none;
        /*transition-timing-function: ease;
                transition: height 2s;*/
        padding: 0px 10px 0px 0px;
        background: white;
        position: absolute;
        height: 0px;
        float: none;
        outline: none;
        clear: both;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 10000;
        border: 1px solid #959595;
        border-top: none; }
        #detail .filter-container .filter-size ul li {
          color: #6e6e6e;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 29px;
          border-bottom: 1px solid #ebebeb;
          margin: 0;
          padding-left: 10px;
          float: left;
          display: block;
          width: 100%; }
    #detail .filter-container .filter-color {
      display: inline-block;
      vertical-align: top;
      height: auto;
      width: 140px;
      overflow: hidden; }
      #detail .filter-container .filter-color .chooser {
        color: #6e6e6e;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 35px;
        height: 40px;
        margin-left: 0;
        padding-left: 10px;
        padding-top: 2px;
        border: 1px solid #959595;
        display: block; }
        #detail .filter-container .filter-color .chooser .hidden {
          display: none; }
        #detail .filter-container .filter-color .chooser img {
          width: 32px;
          height: 32px; }
      #detail .filter-container .filter-color:after {
        content: "\e920";
        font-family: 'icomoon';
        z-index: 1;
        position: absolute;
        line-height: 46px;
        right: 0px;
        margin-right: 15px;
        top: 0;
        transform: rotate(90deg); }
      #detail .filter-container .filter-color ul {
        margin: 0;
        float: none;
        /*transition-timing-function: ease;
                transition: height 2s;*/
        padding: 0px 10px 0px 0px;
        background: white;
        position: absolute;
        height: 0px;
        float: none;
        outline: none;
        clear: both;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 3;
        border: 1px solid #959595;
        border-top: none; }
        #detail .filter-container .filter-color ul li {
          color: #6e6e6e;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 35px;
          margin: 0;
          float: left;
          display: inline-block;
          width: initial;
          margin-left: -2px;
          margin-top: 10px; }
          #detail .filter-container .filter-color ul li img {
            width: 32px;
            height: 32px;
            margin-left: 10px; }
    #detail .filter-container .open {
      overflow: visible; }
      #detail .filter-container .open .chooser {
        border-bottom: 1px solid #ebebeb; }
      #detail .filter-container .open ul {
        height: auto; }
      #detail .filter-container .open:after {
        content: "\e920";
        font-family: 'icomoon';
        z-index: 1;
        position: absolute;
        line-height: 46px;
        right: 0px;
        margin-right: 15px;
        transform: rotate(270deg); }
  #detail #size-guide {
    padding-top: 10px;
    padding-bottom: 0px; }
    #detail #size-guide a {
      color: #7e2b2d;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 40px;
      padding-left: 10px; }
      #detail #size-guide a:hover, #detail #size-guide #personal-area .menu a.active, #personal-area .menu #detail #size-guide a.active, #detail #size-guide #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs #detail #size-guide a.menu-item.active {
        text-decoration: underline; }
  #detail .add-cart {
    background-color: #7e2b2d;
    color: white;
    font-family: "Dosis", sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-bottom: 15px;
    display: block;
    float: left; }
    #detail .add-cart i.icon-cart {
      padding-left: 15px; }
  #detail button.add-fav, #detail button.add-review {
    display: block;
    margin-bottom: 25px;
    border: 1px solid #7e2b2d;
    border-radius: 3px;
    color: #7e2b2d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    float: none;
    clear: both; }
    #detail button.add-fav i.icon-favorito, #detail button.add-review i.icon-favorito {
      padding-left: 15px; }
  #detail .description-prod {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
    #detail .description-prod p {
      line-height: 1.2;
      padding-top: 0px; }
    #detail .description-prod p, #detail .description-prod span {
      color: #000 !important;
      font-size: 14px; }
    #detail .description-prod strong {
      font-weight: 700; }
  #detail .social-box p {
    color: #010101;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left; }
  #detail .social-box span.referencia {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    right: 0;
    position: absolute; }
  #detail .social-box .link-fb, #detail .social-box .link-twitter, #detail .social-box .link-google, #detail .social-box .link-pinterest, #detail .social-box .link-email {
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -4px;
    background-color: green;
    width: 29px;
    height: 29px;
    border-radius: 15px; }
    #detail .social-box .link-fb a, #detail .social-box .link-twitter a, #detail .social-box .link-google a, #detail .social-box .link-pinterest a, #detail .social-box .link-email a {
      display: table;
      margin: 0 auto;
      padding: 10px; }
      #detail .social-box .link-fb a i, #detail .social-box .link-twitter a i, #detail .social-box .link-google a i, #detail .social-box .link-pinterest a i, #detail .social-box .link-email a i {
        color: #FFF;
        font-size: 13px;
        top: -1px; }
  #detail .social-box .link-fb {
    background-color: #3b5998; }
  #detail .social-box .link-twitter {
    background-color: #00aced; }
    #detail .social-box .link-twitter a i {
      margin-left: -3px; }
  #detail .social-box .link-google {
    background-color: #dd4b39; }
  #detail .social-box .link-pinterest {
    background-color: #cb2027; }
  #detail .social-box .link-email {
    background-color: #458db2; }
    #detail .social-box .link-email a i {
      font-size: 11px;
      margin-left: -3px; }
  #detail p.review {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: black;
    font-weight: 400;
    width: 80%; }
  #detail .box-more-reviews {
    display: table;
    margin: 0 auto;
    float: none;
    clear: both;
    color: #7e2b2d;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px; }
    #detail .box-more-reviews .three-dots {
      color: #d8d8d8;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 19px;
      margin-top: 40px; }
  #detail .select-wrap {
    float: right;
    top: -7px;
    margin-bottom: 10px !important; }
    #detail .select-wrap select {
      width: 130px;
      height: 35px;
      color: #6e6e6e;
      padding-right: 40px;
      padding-left: 19px;
      font-size: 1.14em;
      line-height: 34px;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 400; }
    #detail .select-wrap .icon-arrow2-right {
      font-size: 16px;
      top: 3px;
      right: 25px;
      transform: rotate(90deg);
      display: inline-block; }
  #detail .description-prod .description {
    padding-top: 10px; }
  #detail .reviews h2 {
    text-transform: uppercase; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #detail {
    padding-top: 5px; }
    #detail .carousel-control,
    #detail .carousel-control {
      visibility: hidden; }
    #detail .carousel-indicators {
      margin-left: -10%; }
      #detail .carousel-indicators li {
        border: 1px solid #959595; }
      #detail .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #7e2b2d; }
    #detail img {
      border: none; }
    #detail h1 {
      font-size: 16px; }
    #detail .price {
      font-family: "Roboto", sans-serif;
      color: #7e2b2d;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 20px; }
      #detail .price span.separator {
        font-size: 25px;
        color: black; }
      #detail .price span.send-condition {
        color: black;
        font-size: 13px;
        text-transform: none; }
    #detail .filter-container {
      width: 100%; }
      #detail .filter-container .color-box {
        width: 100%; }
        #detail .filter-container .color-box .filter-color {
          width: 100%; }
          #detail .filter-container .color-box .filter-color img {
            margin-top: -7px; }
          #detail .filter-container .color-box .filter-color ul {
            width: 100%;
            min-height: 65px; }
      #detail .filter-container .size-box {
        width: 100%; }
        #detail .filter-container .size-box .filter-size {
          width: 100%; }
          #detail .filter-container .size-box .filter-size ul {
            width: 100%;
            height: auto; }
    #detail .size-box {
      margin-top: 20px; }
    #detail #size-guide {
      text-align: right;
      float: right; }
    #detail button.add-cart {
      font-size: 22px;
      padding: 15px 0;
      margin-bottom: 25px; }
    #detail .social-box span.referencia {
      position: relative;
      float: left;
      display: block;
      clear: both;
      margin-top: 20px; }
    #detail .sugestions {
      padding-right: 0px;
      padding-bottom: 10px; }
      #detail .sugestions .desc-sugestion {
        position: relative;
        display: block;
        display: table;
        float: left;
        text-align: left;
        width: 100%;
        bottom: 0px; }
        #detail .sugestions .desc-sugestion .title {
          color: black;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-weight: 300;
          line-height: 20px;
          margin-top: 13px; }
        #detail .sugestions .desc-sugestion a {
          color: #7e2b2d;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          text-align: right;
          display: block; }
          #detail .sugestions .desc-sugestion a:hover, #detail .sugestions .desc-sugestion #personal-area .menu a.active, #personal-area .menu #detail .sugestions .desc-sugestion a.active, #detail .sugestions .desc-sugestion #personal-area .content .ratings .ratings-tabs a.menu-item.active, #personal-area .content .ratings .ratings-tabs #detail .sugestions .desc-sugestion a.menu-item.active {
            text-decoration: underline; }
    #detail .sugestions:last-child {
      padding-right: 0px; }
    #detail hr {
      margin-bottom: 10px; }
    #detail h2 {
      font-size: 20px;
      margin-bottom: 11px; }
    #detail button.add-review {
      clear: both;
      float: left;
      width: 100%; }
      #detail button.add-review[disabled="disabled"] {
        opacity: 0.5; }
    #detail .rating-container .author {
      display: block;
      margin-left: 0px;
      margin-top: 10px; }
    #detail .rating-container .review a {
      display: block; } }

#detail .gallery img {
  border: none;
  width: auto;
  max-height: 360px;
  max-width: 360px; }

#detail .gallery .border {
  width: 100%;
  border: 1px solid #828282; }
  #detail .gallery .border .preview {
    height: 385px;
    cursor: pointer; }
    #detail .gallery .border .preview i.icon-lupa {
      padding: 20px;
      position: absolute;
      z-index: 2;
      top: 0px;
      right: 0px;
      font-size: 3.0em;
      color: #c5c5c5;
      cursor: pointer; }
  #detail .gallery .border .fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 10000; }
    #detail .gallery .border .fullscreen img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 550px; }
    #detail .gallery .border .fullscreen .navigation {
      position: absolute;
      bottom: 30px;
      background: #000;
      z-index: 4;
      font-size: 30px;
      left: 0px;
      width: 100%;
      text-align: center; }
  #detail .gallery .border .list {
    padding: 10px 10px;
    padding-top: 5px; }
    #detail .gallery .border .list li {
      padding: 5px 10px;
      min-height: 75px;
      text-align: center;
      cursor: pointer; }
      #detail .gallery .border .list li .holder {
        border: 1px solid #828282; }
        #detail .gallery .border .list li .holder.active {
          border: 3px solid #828282; }
      #detail .gallery .border .list li img {
        max-width: 45px;
        max-height: 45px; }

#detail .related-colors {
  padding: 0px;
  margin: 0px; }
  #detail .related-colors .text {
    font-size: 1.4em;
    color: #000;
    float: left;
    padding-bottom: 25px; }
  #detail .related-colors ul {
    float: left; }
    #detail .related-colors ul li {
      float: left;
      padding-bottom: 20px; }
      @media (min-width: 0px) and (max-width: 767px) {
        #detail .related-colors ul li {
          padding-left: 5px;
          padding-right: 5px; } }
    #detail .related-colors ul .holder {
      margin: 0px 10px;
      box-sizing: border-box;
      border: 1px solid #828282;
      width: 55px;
      height: 55px;
      text-align: center;
      cursor: pointer;
      display: block;
      margin: 0 auto; }
      #detail .related-colors ul .holder img {
        max-width: 45px;
        height: auto;
        border: none; }
    #detail .related-colors ul .name {
      padding-top: 10px;
      font-size: 1.4em;
      color: #000;
      text-align: center; }

#detail .add-fav i {
  display: inline-block;
  padding: 0px 5px;
  top: 1px; }

#detail .add-fav span {
  display: inline-block; }

#detail form[name="reviewForm"] {
  float: left;
  margin-bottom: 40px; }
  #detail form[name="reviewForm"] .rate-it {
    line-height: 20px; }
    #detail form[name="reviewForm"] .rate-it > div, #detail form[name="reviewForm"] .rate-it > span {
      float: left; }
    #detail form[name="reviewForm"] .rate-it > span {
      padding-left: 10px;
      font-size: 1.2em; }
      @media (min-width: 0px) and (max-width: 767px) {
        #detail form[name="reviewForm"] .rate-it > span {
          padding-left: 0px;
          padding-bottom: 10px; } }
  #detail form[name="reviewForm"] textarea {
    max-width: 50%;
    padding: 10px;
    font-size: 1.3em; }
    @media (min-width: 0px) and (max-width: 767px) {
      #detail form[name="reviewForm"] textarea {
        max-width: 100%; } }
  #detail form[name="reviewForm"] .button {
    margin-top: 10px; }

#detail .recent-reviews {
  padding-top: 20px; }

#detail .reviews .button {
  border: 1px solid #7e2b2d;
  margin-right: 10px;
  float: left;
  display: block;
  line-height: 1em;
  padding: 14.5px 28.5px;
  text-align: center; }
  #detail .reviews .button.plain {
    background: #fff;
    color: #7e2b2d;
    border: 1px solid #7e2b2d; }
  @media (min-width: 0px) and (max-width: 767px) {
    #detail .reviews .button {
      margin-bottom: 10px; } }

#detail .gallery .border .fullscreen .navigation {
  top: 0px;
  background: none;
  z-index: 0;
  color: #6e6e6e; }

#detail .gallery .border .fullscreen img {
  cursor: auto;
  max-width: 100%; }

#detail .gallery .border .fullscreen .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 10px;
  text-align: center;
  font-size: 0.8em; }
  @media (min-width: 0px) and (max-width: 767px) {
    #detail .gallery .border .fullscreen .close {
      font-size: 0.6em; } }

#size-guide {
  padding-top: 60px;
  padding-bottom: 16px; }
  #size-guide .page-title {
    margin-bottom: 44px; }
  #size-guide .page-text {
    padding-top: 31px; }
  #size-guide hr {
    border: 0;
    height: 1px;
    background: #959595;
    margin-top: 58px;
    margin-bottom: 16px; }
  #size-guide .size-guide-table {
    padding: 0 30px;
    text-align: center;
    line-height: 30px;
    color: #7e2b2d;
    margin-bottom: 32px; }
    #size-guide .size-guide-table .size-guide-header {
      background: #7e2b2d;
      color: #fff;
      font-weight: 500;
      font-family: "Dosis", sans-serif;
      font-size: 1.6em; }
    #size-guide .size-guide-table .size-guide-rows {
      display: table; }
      #size-guide .size-guide-table .size-guide-rows > div {
        font-weight: 500; }
    #size-guide .size-guide-table .size-guide-row, #size-guide .size-guide-table .size-guide-row2 {
      display: table-row;
      background: #efefef;
      color: #7e2b2d;
      font-size: 1.4em; }
      #size-guide .size-guide-table .size-guide-row:nth-child(even), #size-guide .size-guide-table .size-guide-row2:nth-child(even) {
        background: #dedede; }
    #size-guide .size-guide-table .size-guide-row2 {
      display: block;
      font-weight: 500; }
      #size-guide .size-guide-table .size-guide-row2.size-guide-row2-header {
        background: #272727 !important;
        color: #fff; }
    #size-guide .size-guide-table .size-guide-cell {
      display: table-cell;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      box-sizing: border-box;
      vertical-align: bottom; }
      #size-guide .size-guide-table .size-guide-cell:first-child {
        border-left: 0; }
      #size-guide .size-guide-table .size-guide-cell:last-child {
        border-right: 0; }
      #size-guide .size-guide-table .size-guide-cell > span {
        min-width: 30px;
        display: inline-block; }
      #size-guide .size-guide-table .size-guide-cell.size-guide-cell-red {
        background: rgba(126, 43, 45, 0.4);
        color: white; }
    #size-guide .size-guide-table .size-guide-label, #size-guide .size-guide-table .size-guide-label2 {
      background: #272727 !important;
      color: #fff;
      width: 89px; }
    #size-guide .size-guide-table .size-guide-label2 {
      width: auto;
      font-weight: 500; }
      #size-guide .size-guide-table .size-guide-label2.size-guide-label2-left {
        text-align: left;
        padding-left: 12%; }
      #size-guide .size-guide-table .size-guide-label2.size-guide-label2-red {
        background: #7e2b2d !important; }
  #size-guide .size-guide-form {
    max-width: 433px;
    background: #e5e5e5;
    margin: 14px auto 0;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.26);
    float: none; }
    #size-guide .size-guide-form.closed {
      height: auto;
      box-shadow: none; }
      #size-guide .size-guide-form.closed fieldset {
        display: none; }
      #size-guide .size-guide-form.closed #size-guide-form-btn i {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    #size-guide .size-guide-form #size-guide-form-btn {
      display: table;
      height: 45px;
      min-height: 45px;
      color: #fff;
      font-size: 1.6em;
      background: #7e2b2d;
      cursor: pointer;
      padding: 15px 18px 13px;
      font-weight: 400; }
      #size-guide .size-guide-form #size-guide-form-btn i {
        float: right;
        font-size: 1.1em;
        z-index: 1;
        color: #fff;
        right: 18px;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
      #size-guide .size-guide-form #size-guide-form-btn span {
        display: table-cell;
        vertical-align: middle; }
    #size-guide .size-guide-form p {
      font-size: 16px;
      color: #000;
      margin-top: 21px;
      margin-bottom: 20px; }
      #size-guide .size-guide-form p b,
      #size-guide .size-guide-form p a {
        font-weight: 700; }
      #size-guide .size-guide-form p span {
        font-size: 12px;
        font-weight: 400;
        color: #7e2b2d;
        float: left;
        margin-top: 15px; }
    #size-guide .size-guide-form fieldset {
      padding: 0 18px 23px;
      box-sizing: border-box; }
      #size-guide .size-guide-form fieldset .grid-50 {
        padding-left: 19px; }
      #size-guide .size-guide-form fieldset .grid-50:first-of-type {
        padding-left: 0;
        padding-right: 19px; }
      #size-guide .size-guide-form fieldset .grid-60 p {
        margin: 0; }
    #size-guide .size-guide-form input, #size-guide .size-guide-form textarea, #size-guide .size-guide-form #customize .input-wrapper, #customize #size-guide .size-guide-form .input-wrapper,
    #size-guide .size-guide-form textarea {
      border-color: #959595;
      margin-bottom: 22px; }
    #size-guide .size-guide-form button {
      padding: 14.5px 33px; }
    #size-guide .size-guide-form .size-guide-textarea {
      margin-top: 3px; }
      #size-guide .size-guide-form .size-guide-textarea textarea {
        height: 148px;
        margin-bottom: 24px; }
  #size-guide #foot-size-img {
    max-width: 321px;
    float: right;
    margin-top: 18px; }
  #size-guide .belt-table {
    max-width: 475px; }
    #size-guide .belt-table > div {
      float: left;
      text-align: center;
      padding: 0;
      box-sizing: border-box;
      margin-bottom: 0; }
      #size-guide .belt-table > div.belt-table-col1 {
        width: 19%; }
      #size-guide .belt-table > div.belt-table-col2, #size-guide .belt-table > div.belt-table-col3 {
        width: 40.5%;
        border-left: 2px solid #fff; }
  #size-guide .belt-size {
    padding-left: 30px; }
  #size-guide #belt-size-d-img {
    max-width: 471px;
    float: right;
    margin-top: 46px; }
  #size-guide #belt-size-m-img {
    width: 291px;
    float: right;
    display: none; }

#personal-area fieldset,
#cart fieldset,
#customize fieldset,
#size-guide fieldset {
  width: 100%; }
  #personal-area fieldset .grid-25,
  #cart fieldset .grid-25,
  #customize fieldset .grid-25,
  #size-guide fieldset .grid-25 {
    padding-left: 0px;
    padding-right: 15px; }
    #personal-area fieldset .grid-25:nth-child(4n+2),
    #cart fieldset .grid-25:nth-child(4n+2),
    #customize fieldset .grid-25:nth-child(4n+2),
    #size-guide fieldset .grid-25:nth-child(4n+2) {
      padding-left: 5px;
      padding-right: 10px; }
    #personal-area fieldset .grid-25:nth-child(4n+3),
    #cart fieldset .grid-25:nth-child(4n+3),
    #customize fieldset .grid-25:nth-child(4n+3),
    #size-guide fieldset .grid-25:nth-child(4n+3) {
      padding-left: 10px;
      padding-right: 5px; }
    #personal-area fieldset .grid-25:nth-child(4n+4),
    #cart fieldset .grid-25:nth-child(4n+4),
    #customize fieldset .grid-25:nth-child(4n+4),
    #size-guide fieldset .grid-25:nth-child(4n+4) {
      padding-left: 15px;
      padding-right: 0; }
  #personal-area fieldset .grid-33,
  #cart fieldset .grid-33,
  #customize fieldset .grid-33,
  #size-guide fieldset .grid-33 {
    padding-left: 12px;
    padding-right: 12px; }
    #personal-area fieldset .grid-33:nth-child(3n+1),
    #cart fieldset .grid-33:nth-child(3n+1),
    #customize fieldset .grid-33:nth-child(3n+1),
    #size-guide fieldset .grid-33:nth-child(3n+1) {
      padding-left: 0;
      padding-right: 23px; }
    #personal-area fieldset .grid-33:nth-child(3n+3),
    #cart fieldset .grid-33:nth-child(3n+3),
    #customize fieldset .grid-33:nth-child(3n+3),
    #size-guide fieldset .grid-33:nth-child(3n+3) {
      padding-left: 23px;
      padding-right: 0; }

#personal-area label,
#cart label,
#customize label,
#size-guide label {
  font-size: 1.4em;
  color: #000;
  font-weight: 400; }
  #personal-area label.newsletter,
  #cart label.newsletter,
  #customize label.newsletter,
  #size-guide label.newsletter {
    font-size: 1.6em;
    font-weight: 700;
    color: #7e2b2d;
    margin-bottom: 34px; }
    #personal-area label.newsletter span,
    #cart label.newsletter span,
    #customize label.newsletter span,
    #size-guide label.newsletter span {
      margin-left: 32px !important; }
  #personal-area label > span,
  #cart label > span,
  #customize label > span,
  #size-guide label > span {
    color: #7e2b2d; }

#personal-area input, #personal-area textarea, #personal-area #customize .input-wrapper, #customize #personal-area .input-wrapper,
#cart input, #cart textarea,
#cart #customize .input-wrapper, #customize
#cart .input-wrapper,
#customize input, #customize textarea, #customize .input-wrapper,
#size-guide input, #size-guide textarea,
#size-guide #customize .input-wrapper, #customize
#size-guide .input-wrapper {
  height: 45px;
  border: 1px solid #cccccc;
  font-size: 1.3em;
  font-weight: 700;
  color: #494949;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 7px;
  margin-bottom: 33px; }
  #personal-area input[readonly], #personal-area textarea[readonly], #personal-area #customize [readonly].input-wrapper, #customize #personal-area [readonly].input-wrapper,
  #cart input[readonly], #cart textarea[readonly],
  #cart #customize [readonly].input-wrapper, #customize
  #cart [readonly].input-wrapper,
  #customize input[readonly], #customize textarea[readonly], #customize [readonly].input-wrapper,
  #size-guide input[readonly], #size-guide textarea[readonly],
  #size-guide #customize [readonly].input-wrapper, #customize
  #size-guide [readonly].input-wrapper {
    background: #f3f3f3;
    border-color: #f3f3f3; }

#personal-area .select-wrap,
#cart .select-wrap,
#customize .select-wrap,
#size-guide .select-wrap {
  margin-top: 7px;
  margin-bottom: 33px;
  float: left;
  z-index: 0; }
  #personal-area .select-wrap select,
  #cart .select-wrap select,
  #customize .select-wrap select,
  #size-guide .select-wrap select {
    background: none;
    border: 1px solid #959595;
    height: 45px;
    color: #494949;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 1.3em;
    line-height: 44px;
    font-weight: 700;
    z-index: 1; }
    #personal-area .select-wrap select:focus,
    #cart .select-wrap select:focus,
    #customize .select-wrap select:focus,
    #size-guide .select-wrap select:focus {
      outline: 0; }
  #personal-area .select-wrap .icon-arrow-top,
  #cart .select-wrap .icon-arrow-top,
  #customize .select-wrap .icon-arrow-top,
  #size-guide .select-wrap .icon-arrow-top {
    font-size: 1.15em;
    top: 18px;
    right: 14px; }
  #personal-area .select-wrap.select-wrap-readonly select,
  #cart .select-wrap.select-wrap-readonly select,
  #customize .select-wrap.select-wrap-readonly select,
  #size-guide .select-wrap.select-wrap-readonly select {
    background: #f3f3f3;
    border-color: #f3f3f3;
    pointer-events: none;
    touch-action: none; }
  #personal-area .select-wrap.select-wrap-readonly .icon-arrow-top,
  #cart .select-wrap.select-wrap-readonly .icon-arrow-top,
  #customize .select-wrap.select-wrap-readonly .icon-arrow-top,
  #size-guide .select-wrap.select-wrap-readonly .icon-arrow-top {
    z-index: 1; }

#personal-area textarea,
#cart textarea,
#customize textarea,
#size-guide textarea {
  height: 45px;
  resize: none;
  padding-top: 13px;
  padding-bottom: 12px;
  margin-bottom: 31px; }

#personal-area .password input, #personal-area .password textarea, #personal-area .password #customize .input-wrapper, #customize #personal-area .password .input-wrapper,
#cart .password input, #cart .password textarea,
#cart .password #customize .input-wrapper, #customize
#cart .password .input-wrapper,
#customize .password input, #customize .password textarea, #customize .password .input-wrapper,
#size-guide .password input, #size-guide .password textarea,
#size-guide .password #customize .input-wrapper, #customize
#size-guide .password .input-wrapper {
  margin-bottom: 28px; }

#personal-area .button,
#cart .button,
#customize .button,
#size-guide .button {
  padding: 6.5px 19px;
  float: right;
  font-weight: 300;
  font-size: 1.6em; }
  #personal-area .button.btn-edit-data,
  #cart .button.btn-edit-data,
  #customize .button.btn-edit-data,
  #size-guide .button.btn-edit-data {
    margin-bottom: 34px; }
  #personal-area .button.btn-change-password,
  #cart .button.btn-change-password,
  #customize .button.btn-change-password,
  #size-guide .button.btn-change-password {
    margin-bottom: 49px; }

#personal-area input[type="checkbox"], #personal-area textarea[type="checkbox"], #personal-area #customize [type="checkbox"].input-wrapper, #customize #personal-area [type="checkbox"].input-wrapper,
#cart input[type="checkbox"], #cart textarea[type="checkbox"],
#cart #customize [type="checkbox"].input-wrapper, #customize
#cart [type="checkbox"].input-wrapper,
#customize input[type="checkbox"], #customize textarea[type="checkbox"], #customize [type="checkbox"].input-wrapper,
#size-guide input[type="checkbox"], #size-guide textarea[type="checkbox"],
#size-guide #customize [type="checkbox"].input-wrapper, #customize
#size-guide [type="checkbox"].input-wrapper {
  display: none; }

#personal-area input[type="checkbox"] + label, #personal-area textarea[type="checkbox"] + label, #personal-area
#cart textarea[type="checkbox"] + label, #personal-area
#customize textarea[type="checkbox"] + label, #personal-area
#size-guide textarea[type="checkbox"] + label, #personal-area #customize [type="checkbox"].input-wrapper + label, #customize #personal-area [type="checkbox"].input-wrapper + label,
#cart input[type="checkbox"] + label,
#cart #personal-area textarea[type="checkbox"] + label, #cart textarea[type="checkbox"] + label,
#cart
#customize textarea[type="checkbox"] + label,
#cart
#size-guide textarea[type="checkbox"] + label,
#cart #customize [type="checkbox"].input-wrapper + label, #customize
#cart [type="checkbox"].input-wrapper + label,
#customize input[type="checkbox"] + label,
#customize #personal-area textarea[type="checkbox"] + label,
#customize
#cart textarea[type="checkbox"] + label, #customize textarea[type="checkbox"] + label,
#customize
#size-guide textarea[type="checkbox"] + label, #customize [type="checkbox"].input-wrapper + label,
#size-guide input[type="checkbox"] + label,
#size-guide #personal-area textarea[type="checkbox"] + label,
#size-guide
#cart textarea[type="checkbox"] + label,
#size-guide
#customize textarea[type="checkbox"] + label, #size-guide textarea[type="checkbox"] + label,
#size-guide #customize [type="checkbox"].input-wrapper + label, #customize
#size-guide [type="checkbox"].input-wrapper + label {
  line-height: 20px; }

#personal-area input[type="checkbox"] + label span, #personal-area textarea[type="checkbox"] + label span, #personal-area
#cart textarea[type="checkbox"] + label span, #personal-area
#customize textarea[type="checkbox"] + label span, #personal-area
#size-guide textarea[type="checkbox"] + label span, #personal-area #customize [type="checkbox"].input-wrapper + label span, #customize #personal-area [type="checkbox"].input-wrapper + label span,
#cart input[type="checkbox"] + label span,
#cart #personal-area textarea[type="checkbox"] + label span, #cart textarea[type="checkbox"] + label span,
#cart
#customize textarea[type="checkbox"] + label span,
#cart
#size-guide textarea[type="checkbox"] + label span,
#cart #customize [type="checkbox"].input-wrapper + label span, #customize
#cart [type="checkbox"].input-wrapper + label span,
#customize input[type="checkbox"] + label span,
#customize #personal-area textarea[type="checkbox"] + label span,
#customize
#cart textarea[type="checkbox"] + label span, #customize textarea[type="checkbox"] + label span,
#customize
#size-guide textarea[type="checkbox"] + label span, #customize [type="checkbox"].input-wrapper + label span,
#size-guide input[type="checkbox"] + label span,
#size-guide #personal-area textarea[type="checkbox"] + label span,
#size-guide
#cart textarea[type="checkbox"] + label span,
#size-guide
#customize textarea[type="checkbox"] + label span, #size-guide textarea[type="checkbox"] + label span,
#size-guide #customize [type="checkbox"].input-wrapper + label span, #customize
#size-guide [type="checkbox"].input-wrapper + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  border: 1px solid #6e6e6e;
  border-radius: 3px;
  float: right;
  margin-left: 10px; }
  #personal-area input[type="checkbox"] + label span .icon-checked, #personal-area textarea[type="checkbox"] + label span .icon-checked, #personal-area
  #cart textarea[type="checkbox"] + label span .icon-checked, #personal-area
  #customize textarea[type="checkbox"] + label span .icon-checked, #personal-area
  #size-guide textarea[type="checkbox"] + label span .icon-checked, #personal-area #customize [type="checkbox"].input-wrapper + label span .icon-checked, #customize #personal-area [type="checkbox"].input-wrapper + label span .icon-checked,
  #cart input[type="checkbox"] + label span .icon-checked,
  #cart #personal-area textarea[type="checkbox"] + label span .icon-checked, #cart textarea[type="checkbox"] + label span .icon-checked,
  #cart
  #customize textarea[type="checkbox"] + label span .icon-checked,
  #cart
  #size-guide textarea[type="checkbox"] + label span .icon-checked,
  #cart #customize [type="checkbox"].input-wrapper + label span .icon-checked, #customize
  #cart [type="checkbox"].input-wrapper + label span .icon-checked,
  #customize input[type="checkbox"] + label span .icon-checked,
  #customize #personal-area textarea[type="checkbox"] + label span .icon-checked,
  #customize
  #cart textarea[type="checkbox"] + label span .icon-checked, #customize textarea[type="checkbox"] + label span .icon-checked,
  #customize
  #size-guide textarea[type="checkbox"] + label span .icon-checked, #customize [type="checkbox"].input-wrapper + label span .icon-checked,
  #size-guide input[type="checkbox"] + label span .icon-checked,
  #size-guide #personal-area textarea[type="checkbox"] + label span .icon-checked,
  #size-guide
  #cart textarea[type="checkbox"] + label span .icon-checked,
  #size-guide
  #customize textarea[type="checkbox"] + label span .icon-checked, #size-guide textarea[type="checkbox"] + label span .icon-checked,
  #size-guide #customize [type="checkbox"].input-wrapper + label span .icon-checked, #customize
  #size-guide [type="checkbox"].input-wrapper + label span .icon-checked {
    font-size: 9.5px;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 2px;
    display: none; }

#personal-area input[type="checkbox"]:checked + label span, #personal-area textarea[type="checkbox"]:checked + label span, #personal-area
#cart textarea[type="checkbox"]:checked + label span, #personal-area
#customize textarea[type="checkbox"]:checked + label span, #personal-area
#size-guide textarea[type="checkbox"]:checked + label span, #personal-area #customize [type="checkbox"].input-wrapper:checked + label span, #customize #personal-area [type="checkbox"].input-wrapper:checked + label span,
#cart input[type="checkbox"]:checked + label span,
#cart #personal-area textarea[type="checkbox"]:checked + label span, #cart textarea[type="checkbox"]:checked + label span,
#cart
#customize textarea[type="checkbox"]:checked + label span,
#cart
#size-guide textarea[type="checkbox"]:checked + label span,
#cart #customize [type="checkbox"].input-wrapper:checked + label span, #customize
#cart [type="checkbox"].input-wrapper:checked + label span,
#customize input[type="checkbox"]:checked + label span,
#customize #personal-area textarea[type="checkbox"]:checked + label span,
#customize
#cart textarea[type="checkbox"]:checked + label span, #customize textarea[type="checkbox"]:checked + label span,
#customize
#size-guide textarea[type="checkbox"]:checked + label span, #customize [type="checkbox"].input-wrapper:checked + label span,
#size-guide input[type="checkbox"]:checked + label span,
#size-guide #personal-area textarea[type="checkbox"]:checked + label span,
#size-guide
#cart textarea[type="checkbox"]:checked + label span,
#size-guide
#customize textarea[type="checkbox"]:checked + label span, #size-guide textarea[type="checkbox"]:checked + label span,
#size-guide #customize [type="checkbox"].input-wrapper:checked + label span, #customize
#size-guide [type="checkbox"].input-wrapper:checked + label span {
  background: #7e2b2d;
  border-color: #7e2b2d; }
  #personal-area input[type="checkbox"]:checked + label span .icon-checked, #personal-area textarea[type="checkbox"]:checked + label span .icon-checked, #personal-area
  #cart textarea[type="checkbox"]:checked + label span .icon-checked, #personal-area
  #customize textarea[type="checkbox"]:checked + label span .icon-checked, #personal-area
  #size-guide textarea[type="checkbox"]:checked + label span .icon-checked, #personal-area #customize [type="checkbox"].input-wrapper:checked + label span .icon-checked, #customize #personal-area [type="checkbox"].input-wrapper:checked + label span .icon-checked,
  #cart input[type="checkbox"]:checked + label span .icon-checked,
  #cart #personal-area textarea[type="checkbox"]:checked + label span .icon-checked, #cart textarea[type="checkbox"]:checked + label span .icon-checked,
  #cart
  #customize textarea[type="checkbox"]:checked + label span .icon-checked,
  #cart
  #size-guide textarea[type="checkbox"]:checked + label span .icon-checked,
  #cart #customize [type="checkbox"].input-wrapper:checked + label span .icon-checked, #customize
  #cart [type="checkbox"].input-wrapper:checked + label span .icon-checked,
  #customize input[type="checkbox"]:checked + label span .icon-checked,
  #customize #personal-area textarea[type="checkbox"]:checked + label span .icon-checked,
  #customize
  #cart textarea[type="checkbox"]:checked + label span .icon-checked, #customize textarea[type="checkbox"]:checked + label span .icon-checked,
  #customize
  #size-guide textarea[type="checkbox"]:checked + label span .icon-checked, #customize [type="checkbox"].input-wrapper:checked + label span .icon-checked,
  #size-guide input[type="checkbox"]:checked + label span .icon-checked,
  #size-guide #personal-area textarea[type="checkbox"]:checked + label span .icon-checked,
  #size-guide
  #cart textarea[type="checkbox"]:checked + label span .icon-checked,
  #size-guide
  #customize textarea[type="checkbox"]:checked + label span .icon-checked, #size-guide textarea[type="checkbox"]:checked + label span .icon-checked,
  #size-guide #customize [type="checkbox"].input-wrapper:checked + label span .icon-checked, #customize
  #size-guide [type="checkbox"].input-wrapper:checked + label span .icon-checked {
    color: #fff;
    display: block; }

#personal-area input[type="checkbox"]:checked + label.newsletter span, #personal-area textarea[type="checkbox"]:checked + label.newsletter span, #personal-area
#cart textarea[type="checkbox"]:checked + label.newsletter span, #personal-area
#customize textarea[type="checkbox"]:checked + label.newsletter span, #personal-area
#size-guide textarea[type="checkbox"]:checked + label.newsletter span, #personal-area #customize [type="checkbox"].input-wrapper:checked + label.newsletter span, #customize #personal-area [type="checkbox"].input-wrapper:checked + label.newsletter span,
#cart input[type="checkbox"]:checked + label.newsletter span,
#cart #personal-area textarea[type="checkbox"]:checked + label.newsletter span, #cart textarea[type="checkbox"]:checked + label.newsletter span,
#cart
#customize textarea[type="checkbox"]:checked + label.newsletter span,
#cart
#size-guide textarea[type="checkbox"]:checked + label.newsletter span,
#cart #customize [type="checkbox"].input-wrapper:checked + label.newsletter span, #customize
#cart [type="checkbox"].input-wrapper:checked + label.newsletter span,
#customize input[type="checkbox"]:checked + label.newsletter span,
#customize #personal-area textarea[type="checkbox"]:checked + label.newsletter span,
#customize
#cart textarea[type="checkbox"]:checked + label.newsletter span, #customize textarea[type="checkbox"]:checked + label.newsletter span,
#customize
#size-guide textarea[type="checkbox"]:checked + label.newsletter span, #customize [type="checkbox"].input-wrapper:checked + label.newsletter span,
#size-guide input[type="checkbox"]:checked + label.newsletter span,
#size-guide #personal-area textarea[type="checkbox"]:checked + label.newsletter span,
#size-guide
#cart textarea[type="checkbox"]:checked + label.newsletter span,
#size-guide
#customize textarea[type="checkbox"]:checked + label.newsletter span, #size-guide textarea[type="checkbox"]:checked + label.newsletter span,
#size-guide #customize [type="checkbox"].input-wrapper:checked + label.newsletter span, #customize
#size-guide [type="checkbox"].input-wrapper:checked + label.newsletter span {
  background: #7e2b2d;
  border-color: #6e6e6e; }
  #personal-area input[type="checkbox"]:checked + label.newsletter span .icon-checked, #personal-area textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #personal-area
  #cart textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #personal-area
  #customize textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #personal-area
  #size-guide textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #personal-area #customize [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked, #customize #personal-area [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked,
  #cart input[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #cart #personal-area textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #cart textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #cart
  #customize textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #cart
  #size-guide textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #cart #customize [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked, #customize
  #cart [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked,
  #customize input[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #customize #personal-area textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #customize
  #cart textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #customize textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #customize
  #size-guide textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #customize [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked,
  #size-guide input[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #size-guide #personal-area textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #size-guide
  #cart textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #size-guide
  #customize textarea[type="checkbox"]:checked + label.newsletter span .icon-checked, #size-guide textarea[type="checkbox"]:checked + label.newsletter span .icon-checked,
  #size-guide #customize [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked, #customize
  #size-guide [type="checkbox"].input-wrapper:checked + label.newsletter span .icon-checked {
    color: #7e2b2d; }

.page-text {
  font-size: 1.4em;
  line-height: 1.25em;
  color: #000;
  font-weight: 400;
  padding-top: 41px;
  padding-bottom: 43px;
  float: left; }
  .page-text > span,
  .page-text > a {
    color: #7e2b2d;
    font-weight: 700; }
  .page-text .page-text-title {
    font-size: 1.28em; }

.info-required {
  font-size: 1.4em;
  color: #000;
  font-weight: 400;
  margin-top: 33px; }
  .info-required > span {
    color: #7e2b2d; }

#customize {
  padding-top: 60px;
  padding-bottom: 16px; }
  #customize input, #customize textarea, #customize .input-wrapper {
    border-color: #959595; }
  #customize .input-wrapper {
    max-width: 784px;
    height: auto;
    display: inline-block;
    padding-right: 0;
    background: #fff !important;
    border-color: #959595 !important;
    z-index: 0; }
    #customize .input-wrapper input[type='file'], #customize .input-wrapper textarea[type='file'], #customize .input-wrapper [type='file'].input-wrapper {
      display: none; }
    #customize .input-wrapper label[for='customize-input-file'] {
      background-color: #7e2b2d;
      cursor: pointer;
      color: #fff;
      font-family: "Dosis", sans-serif;
      font-weight: 400;
      font-size: 1.23em;
      text-transform: uppercase;
      padding: 4.5px 16px;
      text-align: center;
      position: absolute;
      z-index: 1;
      top: 7px;
      right: 7px; }
    #customize .input-wrapper div {
      color: #828282;
      min-height: 43px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 212px;
      float: left;
      font-weight: 400; }
      #customize .input-wrapper div span {
        float: left;
        margin-bottom: 5px; }
        #customize .input-wrapper div span:last-child {
          margin-bottom: 0; }
        #customize .input-wrapper div span .icon-close {
          color: #959595;
          font-size: .7em;
          cursor: pointer;
          margin-top: 6px;
          margin-left: 19px;
          margin-right: 38px;
          float: right; }
  #customize .input-wrapper-info {
    padding-top: 0;
    margin-top: 7px;
    padding-left: 13px;
    font-size: 1.4em;
    color: #000;
    font-weight: 400;
    line-height: 45px; }
  #customize .customize-textarea {
    padding-top: 15px;
    padding-bottom: 15px; }
    #customize .customize-textarea textarea {
      height: 192px; }
  #customize .button {
    text-transform: uppercase;
    padding: 12px 38px;
    font-size: 2.2em;
    margin-top: 17px; }

#user .page-title {
  padding-top: 60px; }

#user form {
  padding-top: 50px;
  max-width: 600px; }
  #user form span.name {
    font-size: 1.4em; }
    #user form span.name.required:after {
      content: '*';
      color: #7e2b2d;
      visibility: visible;
      font-size: 1em;
      display: inline-block;
      position: relative;
      line-height: 1;
      width: auto;
      height: auto;
      padding-left: 5px; }
    #user form span.name.disclaimer {
      margin-top: 35px;
      position: relative;
      float: left; }
  #user form label {
    padding: 10px 20px 30px 0px; }
    #user form label input, #user form label #personal-area textarea, #personal-area #user form label textarea, #user form label
    #cart textarea,
    #cart #user form label textarea, #user form label
    #customize textarea,
    #customize #user form label textarea, #user form label
    #size-guide textarea,
    #size-guide #user form label textarea, #user form label #customize .input-wrapper, #customize #user form label .input-wrapper {
      margin-top: 10px;
      height: 45px;
      padding: 10px;
      font-size: 1.4em; }
  #user form .checkbox .name {
    color: #7e2b2d;
    font-weight: bold;
    font-size: 1.6em;
    float: left;
    padding-right: 10px;
    cursor: pointer; }
  #user form .checkbox .check {
    top: -2px; }
  #user form [type="submit"] {
    float: right; }

#user .text {
  padding-top: 20px;
  font-size: 1.4em;
  line-height: 1.4;
  text-align: center; }

#user a {
  display: table;
  margin: 0 auto;
  margin-top: 60px;
  float: none; }

#user .subtitle {
  font-size: 1.4em;
  color: #7e2b2d;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e2b2d;
  margin-top: 40px; }

#user.recover button {
  margin-top: 34px; }

#user.recover form span.name.disclaimer {
  margin-top: 0px; }

.contact-information.highlight .description .bottom .text p {
  padding-bottom: 0px; }

.contact-information .social-icons ul {
  padding-top: 10px; }

.contact-information .social-icons li {
  margin-right: 20px; }

#coordinates-selector {
  padding: 10px 0px; }
  #coordinates-selector li {
    padding: 10px 20px;
    color: #000;
    opacity: 0.7; }
    #coordinates-selector li:hover, #coordinates-selector #personal-area .content .ratings .ratings-tabs li.menu-item.active, #personal-area .content .ratings .ratings-tabs #coordinates-selector li.menu-item.active {
      opacity: 1; }
    #coordinates-selector li i {
      font-size: 3.6em;
      padding-bottom: 10px; }
    #coordinates-selector li .text {
      font-size: 1.4em;
      font-weight: 300; }

@media (min-width: 768px) and (max-width: 1025px) {
  .grid-container {
    padding: 0px 20px; }
  .banner .quote {
    font-size: 4.0em; }
  .highlight .left {
    width: 325px;
    height: 266px; }
  header .menu ul {
    padding-right: 10px; }
  .highlight .description .top .text .title {
    font-size: 2.5em; }
  #cart .order-list {
    width: 100%; }
  #cart .my-order-box {
    float: left;
    width: 100%; }
  #cart .my-order-box .top .calc-shipping-costs {
    position: relative;
    left: auto;
    top: auto; }
  #cart .order-list .button {
    margin-top: 40px;
    margin-bottom: 60px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .grid-container {
    padding: 0px 20px; }
  .highlight .picture.slider {
    max-width: 100%; }
  #user .page-title {
    padding-top: 30px; }
  #user form label {
    padding-right: 0px;
    padding-bottom: 10px; }
  #user form {
    padding-top: 20px; }
  #user form .checkbox .name {
    line-height: 1.5; }
  #user form span.name.disclaimer {
    margin: 20px 0px; }
  #user form button[type="submit"] {
    margin: 20px 0px; }
  #detail .gallery img {
    max-height: 230px; }
  #detail .gallery .border .list li img {
    min-width: 35px;
    max-height: 25px; }
  #cart .no-products.page-text {
    padding-left: 20px; }
  #detail .gallery .border .list li {
    padding: 3px 3px;
    min-height: 55px; }
  #cart .my-order-box .top .calc-shipping-costs {
    position: relative;
    left: auto;
    top: auto; }
  #cart .order-list .button {
    margin-top: 40px;
    margin-bottom: 20px; }
  #cart .my-order-box .top .calc-shipping-costs .select-wrap {
    margin-bottom: 20px; }
  #cart .my-order-box .top .calc-shipping-costs .select-wrap .icon-arrow2-right {
    position: absolute;
    top: 10px;
    right: 10px; }
  #cart .my-order-box .top .calc-shipping-costs .select-wrap select {
    width: 100%; }
  body {
    padding-top: 60px; }
  #backtotop .container {
    float: none; }
  .text {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  header#main-header {
    float: none;
    height: auto;
    position: fixed;
    z-index: 100;
    top: 0; }
    header#main-header:hover, #personal-area .content .ratings .ratings-tabs header#main-header.menu-item.active {
      height: auto; }
    header#main-header .wrapper {
      height: 64px; }
    header#main-header .logo {
      padding-top: 5px;
      padding-left: 20px;
      height: auto; }
      header#main-header .logo i {
        font-size: 50px; }
  #slider {
    height: auto; }
    #slider .grid-container {
      padding: 0px; }
    #slider .picture {
      height: auto;
      padding: 0px;
      margin-bottom: -5px; }
    #slider .description {
      padding-left: 20px;
      background-color: #7e2b2d; }
      #slider .description .top {
        height: auto; }
        #slider .description .top .text {
          padding-top: 20px; }
          #slider .description .top .text .second,
          #slider .description .top .text .title {
            color: #fff;
            display: inline-block;
            float: none;
            font-size: 2.1em;
            padding: 2px 0px;
            text-transform: uppercase; }
          #slider .description .top .text .description {
            display: block;
            font-size: 1.2em;
            padding-top: 10px;
            text-transform: uppercase;
            color: #fff;
            margin-left: 0px;
            padding-left: 0px;
            line-height: 1.2em; }
          #slider .description .top .text .second-wrapper {
            height: 2.2em; }
      #slider .description .bottom {
        height: auto; }
        #slider .description .bottom .text {
          height: auto; }
      #slider .description .va-parent,
      #slider .description .va-child {
        float: left;
        display: block; }
    #slider #navigation {
      position: relative;
      background-color: #7e2b2d;
      padding-top: 20px; }
      #slider #navigation nav {
        width: auto;
        float: right;
        margin-right: 10px; }
        #slider #navigation nav .arrows {
          font-size: 2em;
          top: 5px; }
        #slider #navigation nav ul li {
          width: 30px;
          height: 30px; }
        #slider #navigation nav ul li.active:after,
        #slider #navigation nav ul li:hover:after,
        #slider #navigation nav ul #personal-area .content .ratings .ratings-tabs li.menu-item.active:after, #personal-area .content .ratings .ratings-tabs
        #slider #navigation nav ul li.menu-item.active:after {
          width: 20px;
          height: 20px;
          margin: 5px; }
    #slider .stamp {
      transform: translateY(-50%);
      bottom: initial;
      top: 0px;
      color: #fff;
      background-color: #7e2b2d;
      margin-right: 20px; }
  .highlight {
    padding: 0px;
    margin-bottom: 30px; }
    .highlight .background {
      height: 100px; }
    .highlight.left .description, .highlight.right .description {
      padding: 0px; }
    .highlight.left .picture, .highlight.right .picture {
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; }
    .highlight .description .top .text .title {
      text-align: center;
      float: left;
      padding: 0px;
      margin: 35px 0px;
      font-weight: 300; }
      .highlight .description .top .text .title.left-mobile {
        text-align: left; }
      .highlight .description .top .text .title.women {
        color: #2b2420; }
    .highlight .description .bottom {
      height: auto; }
      .highlight .description .bottom .text {
        text-align: center;
        height: auto; }
      .highlight .description .bottom a {
        display: table;
        margin: 0 auto;
        float: none; }
    .highlight .picture {
      width: 100%;
      height: auto; }
    .highlight.stamp .top > div {
      text-align: center; }
    .highlight.stamp .description .top .text {
      float: left; }
    .highlight.stamp .description .top .text .title {
      font-size: 2.5em;
      float: left; }
    .highlight.stamp .description .stamp {
      transform: translateY(15%);
      margin-left: 10px;
      float: right; }
  .banner {
    height: 180px; }
    .banner.left {
      height: auto; }
      .banner.left .content p {
        font-size: 2.2em;
        padding: 20px 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: 300; }
        .banner.left .content p br {
          display: none; }
    .banner > div {
      height: 180px; }
      .banner > div.alternative {
        height: auto;
        background: #272727; }
    .banner .quote,
    .banner .author {
      text-align: center; }
    .banner .author {
      padding-top: 20px;
      font-size: 1.5em; }
  #location {
    height: auto; }
    #location .float-box {
      transform: translateY(0%);
      padding-left: 0px;
      padding-right: 0px;
      text-align: center;
      box-sizing: border-box;
      left: auto; }
      #location .float-box .title {
        font-size: 2.0em; }
  .gMap-container {
    height: 290px; }
  footer .social .right {
    float: left; }
    footer .social .right .title {
      text-align: center; }
    footer .social .right ul,
    footer .social .right .icons {
      margin: 0 auto;
      float: none;
      display: table; }
  footer .footline {
    font-size: 1.0em;
    text-align: center; }
  footer .mobile-version {
    padding: 25px; }
  footer .contacts {
    padding: 25px 0; }
  #team {
    padding-top: 0px;
    margin-bottom: 30px; }
    #team .title {
      background: #7e2b2d; }
      #team .title .text {
        padding-bottom: 0px;
        text-align: center; }
    #team .member {
      padding-bottom: 50px; }
  .descritive {
    padding-top: 30px;
    padding-bottom: 30px; }
    .descritive p {
      text-align: center; }
  header#blog-navigation nav ul li {
    width: 100%;
    text-align: center;
    padding: 5px 0px; }
  #colecao header {
    margin: 100px 0px 50px 0px; }
  .post-detail .gallery {
    height: 160px; }
    .post-detail .gallery .image {
      height: 160px; }
  .post-detail .gallery nav {
    height: 100%;
    background: none; }
    .post-detail .gallery nav .arrow {
      height: 100%; }
      .post-detail .gallery nav .arrow .left, .post-detail .gallery nav .arrow .right {
        padding: 0px; }
      .post-detail .gallery nav .arrow button {
        height: 90px;
        float: none;
        background: rgba(255, 255, 255, 0.8); }
      .post-detail .gallery nav .arrow i {
        color: #7e2b2d;
        line-height: 1; }
  .post-detail .title {
    border-top: 1px solid #eaeaea;
    padding-top: 20px; }
  .post-detail .descritive.v2 {
    padding-top: 20px; }
  .post-detail .right {
    float: left; }
  .post-detail .left,
  .post-detail .right {
    clear: both; }
  .post-detail .footline {
    height: 50px;
    padding-top: 10px; }
    .post-detail .footline span {
      margin: 0px;
      margin-right: 10px; }
  #breadcrumbs {
    background: none; }
    #breadcrumbs ul li a {
      color: #7e2b2d; }
    #breadcrumbs ul li:after {
      color: #7e2b2d; }
  .post-detail .gallery {
    height: 160px; }
    .post-detail .gallery .image {
      height: 160px; }
  .post-detail .gallery nav {
    height: 100%;
    background: none; }
    .post-detail .gallery nav .arrow {
      height: 100%; }
      .post-detail .gallery nav .arrow .left, .post-detail .gallery nav .arrow .right {
        padding: 0px; }
      .post-detail .gallery nav .arrow button {
        height: 90px;
        float: none;
        background: rgba(255, 255, 255, 0.8); }
      .post-detail .gallery nav .arrow i {
        color: #7e2b2d;
        line-height: 1; }
  .post-detail .title {
    border-top: 1px solid #eaeaea;
    padding-top: 20px; }
  .post-detail .descritive.v2 {
    padding-top: 20px; }
  .post-detail .right {
    float: left; }
  .post-detail .left,
  .post-detail .right {
    clear: both; }
  .post-detail .footline {
    height: 50px;
    padding-top: 10px; }
    .post-detail .footline span {
      margin: 0px;
      margin-right: 10px; }
  #breadcrumbs {
    background: none; }
    #breadcrumbs ul li a {
      color: #7e2b2d; }
    #breadcrumbs ul li:after {
      color: #7e2b2d; }
  .page-title {
    font-size: 2.7em; }
  #personal-area {
    padding-top: 38px; }
    #personal-area .menu {
      padding-top: 25px;
      padding-right: 0; }
      #personal-area .menu nav {
        display: none; }
      #personal-area .menu .personal-area-menu-mobile {
        display: block;
        border-width: 7px 18px;
        border-style: solid;
        border-color: #f5f5f5; }
        #personal-area .menu .personal-area-menu-mobile select {
          text-transform: uppercase;
          color: #000;
          height: 41px;
          border-color: #7e2b2d;
          padding-left: 14px; }
        #personal-area .menu .personal-area-menu-mobile .icon-arrow-top {
          color: #7e2b2d;
          font-size: 1em;
          top: 16px;
          right: 13px; }
    #personal-area .content {
      padding-top: 25px;
      padding-left: 0; }
      #personal-area .content fieldset .grid-33:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 28px; }
      #personal-area .content fieldset .grid-33:nth-child(2n+2) {
        padding-left: 28px;
        padding-right: 0; }
      #personal-area .content fieldset .grid-33.tablet-grid-33:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 20px; }
      #personal-area .content fieldset .grid-33.tablet-grid-33:nth-child(3n+2) {
        padding-left: 9px;
        padding-right: 10px; }
      #personal-area .content fieldset .grid-33.tablet-grid-33:nth-child(3n+3) {
        padding-left: 20px;
        padding-right: 0; }
      #personal-area .content .favorites {
        width: 570px;
        margin: 0 auto; }
        #personal-area .content .favorites .favorite:nth-child(2n+1) {
          padding-left: 0;
          padding-right: 18px; }
        #personal-area .content .favorites .favorite:nth-child(2n+2) {
          padding-left: 18px;
          padding-right: 0; }
      #personal-area .content .ratings .rating {
        padding-bottom: 39px; }
  #cart {
    padding-top: 38px;
    padding-bottom: 30px; }
    #cart .page-title {
      margin-bottom: 29px; }
    #cart .subtotal-and-total-success {
      padding-top: 20px; }
    #cart .back-to-hp {
      padding-top: 35px; }
    #cart .billing-and-shipping {
      width: 100%;
      padding-right: 0; }
      #cart .billing-and-shipping .padding-right-10 {
        padding-right: 14px; }
      #cart .billing-and-shipping .padding-left-10 {
        padding-left: 14px; }
      #cart .billing-and-shipping .info-required {
        margin-top: 3px; }
    #cart .steps {
      padding-top: 30px;
      margin-bottom: 30px; }
      #cart .steps h4 {
        top: 5px; }
    #cart .payment-method {
      width: 100%;
      padding-right: 0; }
      #cart .payment-method.payment-method-100 h5 {
        margin-top: 0; }
      #cart .payment-method div {
        padding: 0 3px; }
        #cart .payment-method div:first-of-type {
          padding-left: 0;
          padding-right: 6px; }
        #cart .payment-method div:last-of-type {
          padding-left: 6px;
          padding-right: 0; }
    #cart .my-order-box {
      position: relative; }
      #cart .my-order-box.my-order-box-smaller {
        width: 100%; }
        #cart .my-order-box.my-order-box-smaller.my-order-box-smaller-top-0 {
          margin-top: 0; }
    #cart .shipping-address {
      margin-top: 51px;
      margin-bottom: 0; }
      #cart .shipping-address.shipping-address-top-10 {
        margin-bottom: 20px; }
        #cart .shipping-address.shipping-address-top-10 h5 {
          margin-bottom: 27px; }
      #cart .shipping-address .page-text {
        padding-bottom: 32px; }
      #cart .shipping-address div:first-of-type {
        padding-right: 41px; }
      #cart .shipping-address div:last-child {
        padding-left: 41px; }
    #cart .order-list {
      width: 100%;
      text-align: center; }
      #cart .order-list .button {
        float: none;
        display: inline-block;
        margin-top: 30px; }
      #cart .order-list.order-list-larger h2 {
        display: none; }
      #cart .order-list.order-list-larger .purchase .quantity input[type='text'], #cart .order-list.order-list-larger .purchase .quantity textarea[type='text'], #cart .order-list.order-list-larger .purchase .quantity #customize [type='text'].input-wrapper, #customize #cart .order-list.order-list-larger .purchase .quantity [type='text'].input-wrapper {
        padding: 0;
        width: 38px;
        text-align: center; }
      #cart .order-list.order-list-larger .purchase .quantity span {
        line-height: 35px; }
      #cart .order-list.order-list-larger .purchase .quantity label {
        display: block; }
      #cart .order-list.order-list-larger .purchase .cart-cell-1 {
        width: 50%;
        display: block;
        float: left;
        min-width: auto; }
        #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border {
          width: 102px;
          height: 102px;
          margin-right: 15px;
          padding: 5px; }
          #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border img {
            margin-top: 0; }
        #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description h3 {
          font-size: 1.2em;
          margin-bottom: 0; }
        #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description .ref {
          margin-top: 0; }
        #cart .order-list.order-list-larger .purchase .cart-cell-1 .left .description .quantity-value {
          display: block; }
      #cart .order-list.order-list-larger .purchase .cart-cell-2, #cart .order-list.order-list-larger .purchase .cart-cell-3, #cart .order-list.order-list-larger .purchase .cart-cell-4, #cart .order-list.order-list-larger .purchase .cart-cell-5 {
        display: none;
        float: right;
        line-height: 100%;
        width: auto;
        text-align: right;
        clear: right; }
      #cart .order-list.order-list-larger .purchase .cart-cell-3 {
        display: block; }
      #cart .order-list.order-list-larger .purchase .cart-cell-4 {
        display: block;
        margin-top: 13px; }
        #cart .order-list.order-list-larger .purchase .cart-cell-4 label {
          display: block; }
      #cart .order-list.order-list-larger .purchase .cart-cell-5 {
        display: block;
        margin-top: 24px; }
        #cart .order-list.order-list-larger .purchase .cart-cell-5 .icon-remove {
          display: none; }
        #cart .order-list.order-list-larger .purchase .cart-cell-5 label {
          display: block; }
  .grid-25,
  .grid-33 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-title {
    font-size: 2.6em; }
  .purchase {
    line-height: 1.2em;
    margin-top: 20px; }
    .purchase:first-of-type {
      margin-top: 0; }
    .purchase .left .img-border {
      width: 48px;
      height: 48px;
      float: right;
      margin-right: 0;
      margin-left: 15px; }
    .purchase .left .description {
      width: 70%;
      min-height: 63px;
      width: 192px;
      line-height: 1.25em;
      padding-bottom: 34px; }
    .purchase .left h3 {
      font-size: 1em;
      padding-bottom: 2px; }
    .purchase .right {
      padding-left: 0;
      padding-right: 0;
      padding-top: 28px;
      width: 100% !important; }
      .purchase .right .cart-cell-3,
      .purchase .right .cart-cell-4,
      .purchase .right .cart-cell-5 {
        width: 100% !important;
        float: left !important;
        text-align: left !important; }
      .purchase .right .cart-cell-4 label {
        padding-right: 12px !important; }
      .purchase .right .cart-cell-5 {
        margin-top: 22px !important;
        margin-bottom: 4px !important; }
      .purchase .right b {
        display: inline-block !important; }
  #personal-area {
    padding-top: 34px;
    padding-bottom: 40px; }
    #personal-area .menu {
      padding-top: 21px;
      padding-right: 0; }
      #personal-area .menu nav {
        display: none; }
      #personal-area .menu .personal-area-menu-mobile {
        display: block; }
    #personal-area .fieldset-auto {
      width: 100%; }
    #personal-area .select-wrap-gender,
    #personal-area .select-wrap-footwearsize,
    #personal-area .select-wrap-country,
    #personal-area .select-wrap-district {
      margin-bottom: 23px; }
    #personal-area .purchase {
      padding-bottom: 20px;
      margin-bottom: 3px; }
      #personal-area .purchase .description {
        padding-bottom: 30px; }
    #personal-area .content {
      padding-top: 22px;
      padding-left: 0; }
      #personal-area .content h2 {
        font-size: 1.4em;
        padding-bottom: 6px;
        margin-bottom: 20px; }
        #personal-area .content h2.text-h2 {
          margin-bottom: 17px; }
        #personal-area .content h2.icon-heart-padding-left {
          margin-bottom: 25px;
          padding-left: 22px; }
          #personal-area .content h2.icon-heart-padding-left .icon-heart {
            font-size: .8em;
            bottom: 7px; }
      #personal-area .content fieldset label.newsletter {
        font-size: 1.4em;
        line-height: 1.25em;
        margin-bottom: 26px; }
        #personal-area .content fieldset label.newsletter span {
          margin-top: 3px; }
      #personal-area .content input, #personal-area .content textarea, #personal-area .content #customize .input-wrapper, #customize #personal-area .content .input-wrapper {
        margin-bottom: 23px; }
      #personal-area .content textarea {
        height: 95px;
        margin-bottom: 21px; }
      #personal-area .content .password input, #personal-area .content .password textarea, #personal-area .content .password #customize .input-wrapper, #customize #personal-area .content .password .input-wrapper {
        margin-bottom: 23px; }
      #personal-area .content .button {
        padding: 14.5px 19px;
        text-transform: uppercase; }
        #personal-area .content .button.btn-edit-data {
          margin-bottom: 49px; }
      #personal-area .content .text {
        font-size: 1.5em; }
      #personal-area .content .favorites {
        width: 100%;
        margin: 0 auto; }
        #personal-area .content .favorites .more {
          width: 125px;
          height: 32px;
          line-height: 32px;
          font-size: 1.21em; }
        #personal-area .content .favorites .favorite {
          padding-left: 0 !important;
          padding-right: 0 !important; }
          #personal-area .content .favorites .favorite > span {
            height: 218px;
            max-width: none; }
        #personal-area .content .favorites .img-border {
          width: 114px;
          height: 114px; }
      #personal-area .content .ratings h3 {
        padding-right: 77px;
        font-size: 1em;
        line-height: 1em;
        margin-top: 10px;
        margin-bottom: 7px; }
      #personal-area .content .ratings .img-border {
        width: 48px;
        height: 42px;
        padding: 5px;
        top: 12px;
        left: auto;
        right: 0; }
        #personal-area .content .ratings .img-border img {
          margin-top: -3px; }
      #personal-area .content .ratings .rating {
        padding-bottom: 25px;
        margin-bottom: 15px; }
        #personal-area .content .ratings .rating .stars {
          padding-left: 0; }
          #personal-area .content .ratings .rating .stars > span {
            font-size: 0.85em;
            padding-top: 5px; }
          #personal-area .content .ratings .rating .stars textarea {
            height: 225px;
            font-size: .93em;
            margin-top: 18px;
            margin-bottom: 25px;
            padding-left: 9px;
            padding-right: 9px; }
          #personal-area .content .ratings .rating .stars p {
            line-height: 1.25em;
            padding-right: 0;
            min-height: initial;
            margin-top: 2px;
            margin-bottom: 33px; }
          #personal-area .content .ratings .rating .stars .btn-edit {
            padding-right: 8px; }
          #personal-area .content .ratings .rating .stars .btn-erase {
            padding-left: 8px; }
  #cart {
    padding-top: 34px;
    padding-bottom: 40px; }
    #cart.cart-padding-top-0 {
      padding-top: 0; }
      #cart.cart-padding-top-0 .hr-back {
        display: block; }
    #cart .page-title {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 21px; }
      #cart .page-title.page-title-20 {
        font-size: 2em; }
    #cart .span-hide-mobile.different-address {
      display: none; }
    #cart .subtotal-and-total-success {
      width: 100%; }
    #cart .back-to-hp {
      padding-top: 30px; }
    #cart .h2-show-mobile.different-address {
      display: block;
      margin-bottom: 25px; }
    #cart #terms-and-conditions-checkbox {
      width: 100%;
      text-align: left;
      margin-top: 9px;
      margin-bottom: 14px; }
    #cart .steps {
      width: 290px;
      padding-top: 0;
      margin-bottom: 56px; }
      #cart .steps .step-half-1,
      #cart .steps .step-half-2 {
        width: 95.5px; }
      #cart .steps.step-2 .step-half-1, #cart .steps.step-3 .step-half-1,
      #cart .steps.step-2 .step-half-2, #cart .steps.step-3 .step-half-2 {
        width: 90.5px; }
      #cart .steps.step-3 .step-half-1,
      #cart .steps.step-3 .step-half-2 {
        width: 86.5px; }
      #cart .steps.step-3 .step-title-2 {
        margin-left: -54px; }
      #cart .steps h4 {
        top: auto;
        bottom: -31px;
        font-size: 1em;
        line-height: 1.2em;
        width: 90px; }
        #cart .steps h4.step-title-1 {
          left: 0;
          text-align: left; }
        #cart .steps h4.step-title-2 {
          left: 50%;
          margin-left: -42px; }
        #cart .steps h4.step-title-3 {
          left: auto !important;
          right: 0;
          text-align: right;
          width: 70px; }
    #cart .billing-and-shipping {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      #cart .billing-and-shipping h2 {
        margin-bottom: 9px;
        font-size: 1.4em;
        padding-bottom: 6px; }
      #cart .billing-and-shipping .page-text {
        padding-top: 7px; }
      #cart .billing-and-shipping .padding-right-10 {
        padding-right: 0; }
      #cart .billing-and-shipping .padding-left-10 {
        padding-left: 0; }
      #cart .billing-and-shipping .input-postalcode,
      #cart .billing-and-shipping .input-location {
        width: 100%; }
      #cart .billing-and-shipping .textarea-address {
        display: inline-block; }
      #cart .billing-and-shipping .select-wrap-country,
      #cart .billing-and-shipping .billing-and-shipping,
      #cart .billing-and-shipping .select-wrap-district,
      #cart .billing-and-shipping input, #cart .billing-and-shipping textarea,
      #cart .billing-and-shipping #customize .input-wrapper, #customize
      #cart .billing-and-shipping .input-wrapper {
        margin-bottom: 25px; }
      #cart .billing-and-shipping .different-address-checkbox {
        position: relative;
        top: auto;
        margin-top: 35px;
        margin-bottom: 47px; }
        #cart .billing-and-shipping .different-address-checkbox.different-address {
          position: absolute;
          top: -73px;
          margin-top: 0;
          margin-bottom: 0; }
        #cart .billing-and-shipping .different-address-checkbox label {
          color: #7e2b2d;
          font-weight: 700;
          font-size: 1.4em; }
        #cart .billing-and-shipping .different-address-checkbox span {
          float: right;
          margin-left: 0; }
      #cart .billing-and-shipping .info-required {
        margin-top: 5px; }
        #cart .billing-and-shipping .info-required.info-required-1 {
          display: none; }
          #cart .billing-and-shipping .info-required.info-required-1.different-address {
            display: block;
            padding-bottom: 105px; }
        #cart .billing-and-shipping .info-required.info-required-2 {
          display: block;
          margin-top: 0;
          margin-bottom: 32px; }
          #cart .billing-and-shipping .info-required.info-required-2.different-address {
            margin-bottom: 52px;
            display: block; }
      #cart .billing-and-shipping .info-required.info-required-1.different-address {
        float: left; }
    #cart .purchase .quantity .icon {
      text-align: center; }
    #cart .payment-method {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      #cart .payment-method.payment-method-100 h5 {
        font-size: 1.65em;
        margin-top: 22px;
        margin-bottom: 27px; }
      #cart .payment-method h2 {
        margin-bottom: 25px;
        padding-bottom: 6px; }
      #cart .payment-method .page-text {
        padding-top: 7px; }
      #cart .payment-method div label {
        height: 45px;
        padding-top: 0 !important;
        margin-bottom: 14px; }
        #cart .payment-method div label.radio-checked span {
          padding-top: 14px;
          padding-left: 90px; }
        #cart .payment-method div label.radio-checked input, #cart .payment-method div label.radio-checked textarea, #cart .payment-method div label.radio-checked #customize .input-wrapper, #customize #cart .payment-method div label.radio-checked .input-wrapper {
          top: 12px; }
        #cart .payment-method div label.radio-checked .check {
          bottom: 10.5px;
          left: 12px; }
        #cart .payment-method div label span {
          margin-bottom: 0;
          text-align: left;
          padding-top: 15px;
          padding-left: 91px;
          width: auto;
          float: left;
          font-size: .82em;
          font-weight: 700; }
        #cart .payment-method div label .check {
          bottom: 11.5px;
          left: 13px;
          margin-left: 0; }
      #cart .payment-method div.mb-payment label {
        background-position: 47px 5.5px;
        background-size: 34px; }
        #cart .payment-method div.mb-payment label.radio-checked {
          background-position: 46px 4.5px; }
      #cart .payment-method div.paypal-payment label {
        background-position: 48px 14.5px;
        background-size: 56px; }
        #cart .payment-method div.paypal-payment label.radio-checked {
          background-position: 47px 13.5px; }
          #cart .payment-method div.paypal-payment label.radio-checked span {
            padding-left: 110px; }
        #cart .payment-method div.paypal-payment label span {
          padding-left: 111px; }
      #cart .payment-method div.creditcard-payment label {
        background-position: 48px 10.5px;
        background-size: 83px; }
        #cart .payment-method div.creditcard-payment label.radio-checked {
          background-position: 47px 9.5px; }
          #cart .payment-method div.creditcard-payment label.radio-checked span {
            padding-left: 141px; }
        #cart .payment-method div.creditcard-payment label span {
          padding-left: 142px; }
    #cart .shipping-address {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0; }
      #cart .shipping-address.shipping-address-top-10 {
        margin-bottom: 6px; }
        #cart .shipping-address.shipping-address-top-10 h5 {
          font-size: 1.65em; }
        #cart .shipping-address.shipping-address-top-10 .page-text {
          padding-bottom: 40px; }
      #cart .shipping-address div:first-child {
        padding-right: 0; }
      #cart .shipping-address div:last-child {
        padding-left: 0; }
      #cart .shipping-address h2 {
        margin-bottom: 10px;
        padding-bottom: 6px; }
      #cart .shipping-address .page-text {
        padding-bottom: 35px; }
    #cart .grid-container .order-list {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      text-align: center;
      margin: 0 auto; }
      #cart .grid-container .order-list .description .value {
        font-size: 1.43em; }
      #cart .grid-container .order-list.order-list-larger h2 {
        display: none; }
      #cart .grid-container .order-list.order-list-larger .purchase {
        padding-bottom: 15px; }
        #cart .grid-container .order-list.order-list-larger .purchase:first-of-type {
          border-top: 1px solid #000;
          padding-top: 21px; }
        #cart .grid-container .order-list.order-list-larger .purchase.purchase-bottom-27 {
          padding-bottom: 27px; }
        #cart .grid-container .order-list.order-list-larger .purchase .quantity input[type='text'], #cart .grid-container .order-list.order-list-larger .purchase .quantity textarea[type='text'], #cart .grid-container .order-list.order-list-larger .purchase .quantity #customize [type='text'].input-wrapper, #customize #cart .grid-container .order-list.order-list-larger .purchase .quantity [type='text'].input-wrapper {
          padding: 0;
          width: 38px;
          text-align: center; }
        #cart .grid-container .order-list.order-list-larger .purchase .quantity span {
          line-height: 35px; }
        #cart .grid-container .order-list.order-list-larger .purchase .quantity label {
          display: block; }
        #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 {
          width: 100%;
          display: block;
          float: left;
          min-width: auto; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border {
            width: 48px;
            height: 48px;
            margin-right: 0;
            padding: 5px; }
            #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 .left .img-border img {
              margin-top: 0; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 .left .description h3 {
            margin-bottom: 0; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 .left .description .ref {
            margin-top: 0; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-1 .left .description .quantity-value {
            display: block; }
        #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-2, #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-3, #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-4, #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-5 {
          display: none;
          float: left;
          line-height: 100%;
          width: auto;
          text-align: right;
          clear: right; }
        #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-3 {
          display: block;
          margin-top: 27px; }
        #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-4 {
          width: 100%;
          display: block;
          margin-top: 13px;
          text-align: left; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-4 label {
            display: block;
            padding-right: 12px; }
        #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-5 {
          width: 100%;
          display: block;
          margin-top: 22px;
          margin-bottom: 4px; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-5 .icon-remove {
            display: none; }
          #cart .grid-container .order-list.order-list-larger .purchase .cart-cell-5 label {
            display: block; }
      #cart .grid-container .order-list .button {
        float: none;
        display: inline-block;
        margin-top: 16px;
        box-sizing: border-box; }
      #cart .grid-container .order-list .left {
        width: 100%; }
    #cart .grid-container .my-order-box {
      margin: 40px 0px;
      clear: both;
      width: 100%; }
      #cart .grid-container .my-order-box.my-order-box-smaller {
        max-width: none;
        margin-top: 0; }
        #cart .grid-container .my-order-box.my-order-box-smaller .btn-continue {
          width: 100%;
          font-size: 2.1em !important;
          padding-top: 12px !important;
          padding-bottom: 12px !important;
          letter-spacing: 0 !important; }
        #cart .grid-container .my-order-box.my-order-box-smaller .top {
          padding-bottom: 25px; }
          #cart .grid-container .my-order-box.my-order-box-smaller .top .page-title {
            margin-top: 2px;
            margin-bottom: 20px; }
      #cart .grid-container .my-order-box .top {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 22px; }
        #cart .grid-container .my-order-box .top .display-table-cell.cell-total {
          margin-top: 1px; }
        #cart .grid-container .my-order-box .top .btn-pay-with-paypal {
          box-sizing: border-box;
          text-align: center;
          margin-bottom: 22px;
          line-height: 26px;
          padding-top: 9px;
          padding-bottom: 9px; }
          #cart .grid-container .my-order-box .top .btn-pay-with-paypal img {
            float: none;
            vertical-align: bottom; }
        #cart .grid-container .my-order-box .top .btn-continue-without-login {
          font-size: 1.73em;
          padding: 15px 8px 14px;
          letter-spacing: -.55px; }
        #cart .grid-container .my-order-box .top .btn-continue {
          font-size: 1.73em;
          padding: 15px 18px 14px;
          letter-spacing: -.55px;
          box-sizing: border-box; }
      #cart .grid-container .my-order-box .bottom {
        padding: 16px 15px; }
        #cart .grid-container .my-order-box .bottom .orders-email {
          line-height: 1.3em; }
      #cart .grid-container .my-order-box .page-title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px; }
        #cart .grid-container .my-order-box .page-title span {
          float: left;
          margin-top: 9px;
          margin-bottom: 7px; }
  #customize {
    padding-top: 33px;
    padding-bottom: 34px; }
    #customize .page-text {
      padding-top: 18px;
      padding-bottom: 23px; }
    #customize input, #customize textarea, #customize .input-wrapper {
      margin-bottom: 23px; }
    #customize .customize-textarea {
      padding-top: 0;
      padding-bottom: 0; }
      #customize .customize-textarea textarea {
        height: 350px; }
    #customize .input-wrapper {
      margin-bottom: 0;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 6px; }
      #customize .input-wrapper div {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-right: 0;
        min-height: 39px; }
        #customize .input-wrapper div span {
          font-size: 1.1em;
          display: block; }
          #customize .input-wrapper div span .icon-close {
            margin-top: 5px;
            margin-right: 1px; }
      #customize .input-wrapper label[for='customize-input-file'] {
        position: relative;
        top: auto;
        right: auto; }
    #customize .input-wrapper-info {
      padding-left: 0;
      text-align: right;
      line-height: 1.3em;
      margin-top: 10px;
      margin-bottom: 20px; }
    #customize .info-required {
      margin-top: 9px; }
    #customize .button {
      margin-top: 26px; }
  #size-guide {
    margin-bottom: 30px; }
    #size-guide .page-title {
      margin-bottom: 21px; }
    #size-guide .page-text {
      font-size: 1.5em;
      padding-top: 25px;
      padding-bottom: 20px; }
      #size-guide .page-text .page-text-title {
        font-size: 1.135em; }
    #size-guide .size-guide-table {
      padding: 0;
      margin-bottom: 24px; }
      #size-guide .size-guide-table .size-guide-row, #size-guide .size-guide-table .size-guide-row2 {
        font-size: 1.2em; }
      #size-guide .size-guide-table .size-guide-cell {
        line-height: 19px; }
      #size-guide .size-guide-table .size-guide-label, #size-guide .size-guide-table .size-guide-label2 {
        line-height: 30px; }
    #size-guide hr {
      margin-top: 34px;
      margin-bottom: 3px; }
    #size-guide .mobile-size-guide-table .size-guide-rows {
      display: block; }
    #size-guide .mobile-size-guide-table .size-guide-row, #size-guide .mobile-size-guide-table .size-guide-table .size-guide-row2, #size-guide .size-guide-table .mobile-size-guide-table .size-guide-row2 {
      display: block;
      border-right: 2px solid #fff;
      width: 25%;
      clear: none;
      float: left; }
      #size-guide .mobile-size-guide-table .size-guide-row:nth-child(even), #size-guide .mobile-size-guide-table .size-guide-table .size-guide-row2:nth-child(even), #size-guide .size-guide-table .mobile-size-guide-table .size-guide-row2:nth-child(even) {
        background: #efefef; }
      #size-guide .mobile-size-guide-table .size-guide-row:last-child, #size-guide .mobile-size-guide-table .size-guide-table .size-guide-row2:last-child, #size-guide .size-guide-table .mobile-size-guide-table .size-guide-row2:last-child {
        border-right: 0; }
    #size-guide .mobile-size-guide-table .size-guide-cell {
      display: block;
      width: 100%;
      border-left: 0;
      border-right: 0; }
      #size-guide .mobile-size-guide-table .size-guide-cell:nth-child(odd) {
        background: #dedede; }
      #size-guide .mobile-size-guide-table .size-guide-cell > span {
        min-width: 100%; }
    #size-guide .mobile-size-guide-table .size-guide-label, #size-guide .mobile-size-guide-table .size-guide-table .size-guide-label2, #size-guide .size-guide-table .mobile-size-guide-table .size-guide-label2 {
      width: 100%; }
    #size-guide .belt-size {
      padding-left: 0; }
    #size-guide #belt-size-d-img {
      display: none; }
    #size-guide #belt-size-m-img {
      display: block;
      float: none;
      margin: 0 auto; }
    #size-guide .size-guide-form {
      margin-top: 36px; }
      #size-guide .size-guide-form #size-guide-form-btn {
        font-size: 1.4em;
        line-height: 1.2em;
        padding: 7px 60px 7px 10px; }
      #size-guide .size-guide-form p {
        margin-top: 24px; }
        #size-guide .size-guide-form p span {
          margin-top: 8px; }
      #size-guide .size-guide-form fieldset {
        padding: 0 12px 12px; }
        #size-guide .size-guide-form fieldset .grid-50 {
          padding-left: 0 !important;
          padding-right: 0 !important; }
      #size-guide .size-guide-form input, #size-guide .size-guide-form textarea, #size-guide .size-guide-form #customize .input-wrapper, #customize #size-guide .size-guide-form .input-wrapper {
        margin-bottom: 23px; }
      #size-guide .size-guide-form .size-guide-textarea {
        margin-top: 1px; }
        #size-guide .size-guide-form .size-guide-textarea textarea {
          height: 244px;
          margin-bottom: 21px; }
      #size-guide .size-guide-form button {
        margin-top: 15px; }
    #size-guide .belt-table {
      margin: 8px auto 21px; }
      #size-guide .belt-table .size-guide-header,
      #size-guide .belt-table .size-guide-cell,
      #size-guide .belt-table .size-guide-label2 {
        line-height: 27px; }
      #size-guide .belt-table .size-guide-header,
      #size-guide .belt-table .size-guide-row2-header {
        font-size: 1.4em; }
      #size-guide .belt-table > div.belt-table-col1 {
        width: 25%; }
      #size-guide .belt-table > div.belt-table-col2, #size-guide .belt-table > div.belt-table-col3 {
        width: 37.5%; }
    #size-guide #foot-size-img {
      float: none;
      display: block;
      margin: 0 auto; }
  #store .results {
    padding-top: 30px; }
  #detail .gallery .border {
    width: 100%; }
    #detail .gallery .border .preview {
      height: 265px; }
  #detail .information {
    margin-top: 20px; }
  #detail .select-wrap {
    margin-bottom: 0px !important; }
    #detail .select-wrap select {
      width: 100%; }
    #detail .select-wrap .icon-arrow2-right {
      position: absolute;
      top: 17px; }
  #detail .filter-container span.legend {
    text-align: left; }
  #detail a.add-cart {
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
    margin-top: 0px; }
  #detail #size-guide {
    margin-bottom: 15px; }
    #detail #size-guide a {
      text-align: left;
      float: left;
      padding: 0px;
      width: 100%;
      font-size: 14px; }
  #detail .description-prod {
    margin-top: 20px;
    float: left; }
  #detail h2 {
    margin: 20px 0px;
    font-size: 22px; } }

@media only screen and (min-width: 768px) and (max-width: 960px) and (orientation: landscape) {
  header#main-header .menu ul li.main {
    padding: 0px 10px; }
  header#main-header .menu ul li.main a.item {
    font-size: 1.7em; } }
