@charset "UTF-8";
/*
=======================
RESETS
=======================
*/
/*
$ 1.1 Reset 1 --- html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark
----------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

textarea {
  overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

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

button, input, select, textarea {
  margin: 0; }

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG:code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

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

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,
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"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  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"],
input[type="radio"] {
  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,
input[type="number"]::-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"] {
  -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,
input[type="search"]::-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; }

/*
$ 1.2 Reset 2 --- others
----------------------
*/
* {
  margin: 0;
  padding: 0; }

:focus {
  outline: 0; }

a img, iframe {
  border: none; }

ol, ul {
  list-style: none; }

select {
  margin: inherit; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

a:link, a:hover, a:visited, a:active {
  text-decoration: none; }

div, nav, span, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

header, div, nav, span, section, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*Brancam reset*/
#fancybox-inner, #fancybox-wrap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal;
  font-style: normal; }

div#brcm-cms-admin-capcalera * {
  box-sizing: content-box; }

/*
=======================
END RESET
=======================
*/
/*INDEX

	- VARIABLES
	- PLACEHOLDERS
	- MIXINS
	- FUNCTIONS

************************************************************************************/
/*VARIABLES*/
/*Media Queries*/
/*Font Variables*/
/*PLACEHOLDERS*/
body, .overlay .overlay-content input[type="submit"] {
  font-family: 'Lato', sans-serif; }

.product-list .product-info .product-features li, .product-detail .product-features li {
  border: none;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  margin: 0; }

.add-to-cart:after, .add-to-cart form fieldset:after, .cupon:after, .cart-page .cart-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*MIXINS*/
/*Font Mixins*/
/*Buttons*/
/*Flex Mixins*/
/*end Flex mixins*/
/*@each*/
.users-list li:nth-child(1):before {
  content: "1"; }

.users-list li:nth-child(2):before {
  content: "2"; }

.users-list li:nth-child(3):before {
  content: "3"; }

.users-list li:nth-child(4):before {
  content: "4"; }

.users-list li:nth-child(5):before {
  content: "5"; }

.users-list li:nth-child(6):before {
  content: "6"; }

.users-list li:nth-child(7):before {
  content: "7"; }

.users-list li:nth-child(8):before {
  content: "8"; }

.users-list li:nth-child(9):before {
  content: "9"; }

.users-list li:nth-child(10):before {
  content: "10"; }

.users-list li:nth-child(11):before {
  content: "11"; }

.users-list li:nth-child(12):before {
  content: "12"; }

.users-list li:nth-child(13):before {
  content: "13"; }

.users-list li:nth-child(14):before {
  content: "14"; }

.users-list li:nth-child(15):before {
  content: "15"; }

/*ANIMATION*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible; } }
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible; } }
/*GRID****************************/
html, body {
  height: 100%; }

.center-wrapper {
  width: 100%;
  margin: 0 auto; }

.row {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }

.one-third-column {
  -webkit-box-flex: 0 0 32%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 32%;
  /*IE10*/
  -webkit-flex: 0 0 32%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 32%;
  min-width: 0; }
  .one-third-column + .two-third-column {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    margin: 0 0 0 40px; }
    @media screen and (max-width: 768px) {
      .one-third-column + .two-third-column {
        -webkit-box-flex: 0 0 100%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 100%;
        /*IE10*/
        -webkit-flex: 0 0 100%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 100%;
        min-width: 0;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .one-third-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin: 0 0 20px 0; } }

.two-third-column {
  -webkit-box-flex: 0 0 65%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 65%;
  /*IE10*/
  -webkit-flex: 0 0 65%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 65%;
  min-width: 0; }
  .two-third-column + .one-third-column {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    margin: 0 0 0 40px; }
    @media screen and (max-width: 768px) {
      .two-third-column + .one-third-column {
        -webkit-box-flex: 0 0 100%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 100%;
        /*IE10*/
        -webkit-flex: 0 0 100%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 100%;
        min-width: 0;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .two-third-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin: 0 0 20px 0; } }

.one-fourth-column {
  -webkit-box-flex: 0 0 22%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 22%;
  /*IE10*/
  -webkit-flex: 0 0 22%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 22%;
  min-width: 0; }
  .one-fourth-column + .three-fourth-column {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    margin: 0 0 0 40px; }
    @media screen and (max-width: 768px) {
      .one-fourth-column + .three-fourth-column {
        -webkit-box-flex: 0 0 100%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 100%;
        /*IE10*/
        -webkit-flex: 0 0 100%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 100%;
        min-width: 0;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .one-fourth-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin: 0 0 20px 0; } }

.three-fourth-column {
  -webkit-box-flex: 0 0 75%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 75%;
  /*IE10*/
  -webkit-flex: 0 0 75%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 75%;
  min-width: 0; }
  .three-fourth-column + .one-fourth-column {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    margin: 0 0 0 40px; }
    @media screen and (max-width: 768px) {
      .three-fourth-column + .one-fourth-column {
        -webkit-box-flex: 0 0 100%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 100%;
        /*IE10*/
        -webkit-flex: 0 0 100%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 100%;
        min-width: 0;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .three-fourth-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin: 0 0 20px 0; } }

.half-column {
  -webkit-box-flex: 0 0 48%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 48%;
  /*IE10*/
  -webkit-flex: 0 0 48%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 48%;
  min-width: 0; }
  .half-column:only-child {
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .half-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin: 0 0 20px 0; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

/*FLEX GRID*/
.flex-container {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }

.flex-one-third {
  -webkit-box-flex: 0 0 32%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 32%;
  /*IE10*/
  -webkit-flex: 0 0 32%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 32%;
  min-width: 0; }

.flex-full-with {
  -webkit-box-flex: 0 0 100%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 100%;
  /*IE10*/
  -webkit-flex: 0 0 100%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 100%;
  min-width: 0; }

.flex-half {
  -webkit-box-flex: 0 0 48%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 48%;
  /*IE10*/
  -webkit-flex: 0 0 48%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 48%;
  min-width: 0; }

.flex-flexible {
  -webkit-box-flex: 1 0;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 1 0;
  /*IE10*/
  -webkit-flex: 1 0;
  /*android 4.3, IE mobile, Safari*/
  flex: 1 0;
  min-width: 0; }

/*
=======================
PROJECT STYLES
=======================
*/
/*FONT SIZE*/
html {
  font-size: 62.5%; }

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32.5px;
  line-height: 3.9rem;
  font-weight: 700;
  margin: 0 0 20px 0; }

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 27.5px;
  line-height: 3.3rem;
  font-weight: 700;
  margin: 0 0 20px 0; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem;
  margin: 0 0 15px 0; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.7rem;
  font-weight: 700;
  margin: 0 0 15px 0; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.7rem;
  margin: 0 0 15px 0; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0 0 15px 0; }

p, li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }

p {
  margin: 0 0 10px 0; }

li {
  margin: 0 0 10px 0; }

/*COLORS*/
/*shape colors*/
/*Buttons*/
.center-wrapper {
  max-width: 1470px;
  box-sizing: border-box; }
  .main-menu + .center-wrapper {
    padding: 30px 10px; }
  .center-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.main-content {
  clear: both;
  float: none;
  display: block;
  padding: 30px 0; }

.narrow-content {
  padding: 30px 0; }
  @media screen and (min-width: 976px) {
    .narrow-content {
      max-width: 50%;
      margin: 0 auto 10px auto; } }

.medium-content {
  padding: 30px 0; }
  @media screen and (min-width: 976px) {
    .medium-content {
      max-width: 75%;
      margin: 0 auto 10px auto; } }

/*Global Styles*/
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem;
  color: #5a504c;
  font-weight: 400; }

ul li {
  list-style-type: none; }

ol li {
  list-style-type: decimal;
  list-style-position: inside; }

a {
  cursor: pointer; }
  a:link {
    color: #FF6600; }
  a:hover {
    color: #FF6600; }
  a:visited {
    color: #FF6600; }
  a:active {
    color: #FF6600; }

a, p, li {
  font-weight: 400; }

/*Reusable Objects*/
.main-button {
  display: block;
  background: #401900;
  padding: 10px 30px;
  color: white;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: auto;
  margin: 10px 0;
  display: inline-block; }
  .main-button:hover, .main-button:active {
    background: #0d0500;
    color: white; }
  .main-button:link {
    color: white; }
  .main-button:link, .main-button:visited, .main-button:active {
    color: white; }

.secondary-button, .outline-button {
  display: block;
  background: #F7F5F2;
  padding: 10px 30px;
  color: #FF6600;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: auto;
  margin: 10px 0;
  display: inline-block; }
  .secondary-button:hover, .outline-button:hover, .secondary-button:active, .outline-button:active {
    background: #e4ddd2;
    color: #FF6600; }
  .secondary-button:link, .outline-button:link {
    color: #FF6600; }

.outline-button {
  border: 1px solid #FF6600;
  display: inline-block; }

.login-button {
  background: url(../img/icon-user.svg) no-repeat 10px center #5a504c;
  color: white;
  display: block;
  padding: 10px 10px 10px 40px;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-weight: 400; }
  .login-button:hover, .login-button:active {
    background: url(../img/icon-user.svg) no-repeat 10px center #3e3735; }
  .login-button:link, .login-button:visited, .login-button:active {
    color: white; }

.hint p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-style: italic;
  margin: 0 0 1px 0;
  padding: 0; }

.content-list {
  /*List with "arrow icon"*/
  margin: 30px 0; }
  .content-list li {
    background: url(../img/arrow-list.svg) no-repeat left 5px;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0; }

.feedback {
  padding: 20px;
  text-align: center;
  margin: 20px 0;
  clear: both;
  border-radius: 4px; }
  .feedback.error {
    background: #B60202;
    color: white; }
    .feedback.error.page {
      position: relative;
      padding-top: 85px;
      max-width: 800px;
      margin: 30px auto; }
      .feedback.error.page:after {
        content: "";
        background: url(../img/icon-alert-white.svg) no-repeat center center;
        width: 50px;
        height: 50px;
        background-size: 50px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%); }
      .feedback.error.page a {
        text-decoration: underline; }
    .feedback.error.pagenotfound {
      position: relative;
      padding-top: 85px;
      max-width: 800px;
      margin: 30px auto; }
      .feedback.error.pagenotfound:after {
        content: "";
        background: url(../img/icon-question-mark.svg) no-repeat center center;
        width: 50px;
        height: 50px;
        background-size: 50px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%); }
      .feedback.error.pagenotfound a {
        text-decoration: underline; }
  .feedback.success {
    background: #50AB07;
    color: #F7F5F2; }
  .feedback h1, .feedback h2 {
    margin: 0 0 10px 0; }
  .feedback p {
    margin: 0; }

.orange-text {
  color: #FF6600; }

/*Transversal objects*/
.top-info {
  background: #F7F5F2;
  text-align: center;
  padding: 5px 50px 5px 10px;
  position: relative;
  z-index: 10;
  min-height: 34px; }
  .top-info p {
    margin: 0; }
  .top-info a {
    text-decoration: underline; }
    .top-info a:hover {
      color: #FF6600; }
  .top-info .select-language {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
    .top-info .select-language .selected-language {
      display: block;
      background: url(../img/arrow-down.svg) no-repeat 95% center;
      background-size: 10px;
      padding: 2px 18px 2px 2px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 13.75px;
      line-height: 1.65rem;
      text-align: right;
      text-decoration: none;
      border: 1px solid #a89c97;
      border-radius: 2px;
      transition: all 0.2s ease-in-out; }
      .top-info .select-language .selected-language:link, .top-info .select-language .selected-language:visited, .top-info .select-language .selected-language:active {
        color: #5a504c; }
      .top-info .select-language .selected-language.active {
        background: url(../img/arrow-up.svg) no-repeat 95% center;
        background-size: 10px; }
    .top-info .select-language .language-list {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 100;
      background: white;
      padding: 0;
      box-shadow: 0 1px 3px rgba(90, 80, 76, 0.7);
      width: 100%;
      border-left: 1px solid #a89c97;
      border-right: 1px solid #a89c97;
      border-bottom: 1px solid #a89c97; }
      .top-info .select-language .language-list li {
        font-size: 10px;
        font-size: 1rem;
        line-height: 12.5px;
        line-height: 1.5rem;
        text-align: left;
        text-decoration: none;
        margin: 0;
        border-bottom: 1px solid #bdac93; }
        .top-info .select-language .language-list li a {
          display: block;
          padding: 2px 5px;
          text-decoration: none; }
          .top-info .select-language .language-list li a:link, .top-info .select-language .language-list li a:visited, .top-info .select-language .language-list li a:active {
            color: #5a504c; }
          .top-info .select-language .language-list li a:hover {
            background: #bdac93;
            color: white; }

.header {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  padding: 10px 20px;
  max-width: 1470px;
  margin: 0 auto; }
  .header .logo {
    -webkit-box-flex: 0 0 250px;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 250px;
    /*IE10*/
    -webkit-flex: 0 0 250px;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 250px;
    min-width: 0;
    padding: 5px 0; }
    .header .logo img {
      max-width: 100%;
      max-height: 55px; }
  .header .top-search {
    -webkit-box-flex: 0 0 60%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 60%;
    /*IE10*/
    -webkit-flex: 0 0 60%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 60%;
    min-width: 0;
    margin: 0 30px;
    position: relative; }
    .header .top-search input[type="search"] {
      padding: 8px 50px 8px 10px;
      width: 100%;
      border: 1px solid #bdac93;
      color: #917b59;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .header .top-search input[type="search"]:focus {
        border: 1px solid #917b59; }
    .header .top-search .search-button {
      background: url(../img/icon-search-orange.svg) no-repeat center center;
      width: 40px;
      height: 40px;
      font-size: 0px;
      font-size: 0rem;
      line-height: 0px;
      line-height: 0rem;
      color: transparent;
      padding: 10px;
      position: absolute;
      z-index: 100;
      top: 0;
      right: 5px;
      margin: 0;
      padding: 0; }
  .header .top-actions {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    text-align: right; }
  .header .search-shops {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-place.svg) no-repeat left 10px;
    /* padding: 0 0 0 30px; */
    text-align: left; }
    .header .search-shops h2 {
      margin: 0;
      line-height: 20px;
      line-height: 2rem; }
    .header .search-shops p {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      line-height: 16px;
      line-height: 1.6rem; }
      .header .search-shops p a {
        color: #FF6600;
        text-decoration: underline; }
      .header .search-shops p .current-favorite-shop {
        display: inline-block;
        vertical-align: middle; }
      .header .search-shops p .remove-favorite-shop {
        background: url("../img/icon-bin.svg") no-repeat left center;
        background-size: 12px;
        margin: 2px 0;
        display: block;
        padding: 2px 0 2px 18px;
        text-decoration: none;
        color: #5a504c; }
        .header .search-shops p .remove-favorite-shop:hover {
          text-decoration: underline; }
        @media screen and (max-width: 976px) {
          .header .search-shops p .remove-favorite-shop {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px; } }
    .header .search-shops .your-shop {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle; }
  .header .newsletter-top {
    display: none;
    background: url(../img/bg-opticonsejo.jpg) no-repeat;
    background-size: cover;
    -webkit-box-flex: 0 0 25%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 25%;
    /*IE10*/
    -webkit-flex: 0 0 25%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 25%;
    min-width: 0;
    width: 25%;
    border-radius: 4px;
    padding: 10px;
    text-align: center; }
    .header .newsletter-top a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      line-height: 18px;
      line-height: 1.8rem;
      margin: 0;
      display: block;
      color: #5a504c; }
      .header .newsletter-top a:link, .header .newsletter-top a:active, .header .newsletter-top a:visited {
        color: #5a504c; }
      .header .newsletter-top a:hover {
        color: #FF6600; }
      .header .newsletter-top a strong {
        font-weight: 700; }
  .header .login {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    .header .login p {
      margin: 0;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .header .login a {
      font-weight: 700; }
    .header .login p.register a, .header .login p.register a:link, .header .login p.register a:visited, .header .login p.register a:active {
      color: #FF6600; }
  .header .loggedin-menu {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    margin: 0 20px;
    border-left: 1px solid #FF6600;
    border-right: 1px solid #FF6600; }
    .header .loggedin-menu li {
      display: block;
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      margin: 0; }

.cart {
  display: inline-block;
  vertical-align: top;
  min-width: 55px;
  max-width: 70px;
  text-align: center; }
  .cart .cart-items {
    background: url(../img/icon-cart-big.svg) no-repeat center bottom;
    min-width: 50px;
    min-height: 50px;
    position: relative;
    background-size: 40px; }
    .cart .cart-items .cart-items-number {
      background: #FF6600;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      color: white;
      text-align: center;
      position: absolute;
      right: -7px;
      top: 0px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      padding: 5px; }
      .cart .cart-items .cart-items-number:empty {
        display: none; }
  .cart .cart-total {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  .cart a, .cart a:link, .cart a:visited, .cart a:active {
    color: #FF6600; }

.breadcrumb {
  background: url(../img/icon-home.svg) no-repeat left top;
  padding: 0 0 0 30px;
  margin: 0 0 40px 0; }
  .breadcrumb li {
    padding: 0 10px 0 5px;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    background: url(../img/arrow-breadcrumb.svg) no-repeat right center;
    font-style: italic; }
    .breadcrumb li a {
      font-style: normal;
      text-decoration: underline; }
    .breadcrumb li:last-child {
      background: none; }

p.hint {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem; }
  p.hint a {
    text-decoration: underline; }

.footer {
  padding: 10px;
  margin: 0;
  background: #3e3735;
  color: white; }
  .footer p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  .footer .footer-info {
    display: inline-block;
    vertical-align: top; }
    .footer .footer-info a, .footer .footer-info a:link {
      color: white; }
      .footer .footer-info a:hover, .footer .footer-info a:link:hover {
        text-decoration: underline; }
    .footer .footer-info p {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
  .footer .credits {
    display: inline-block;
    vertical-align: top;
    float: right; }

.footer-highlighted {
  border-top: 1px solid #5a504c;
  border-bottom: 1px solid #5a504c;
  margin: 30px 0;
  padding: 10px; }
  .footer-highlighted .center-wrapper {
    max-width: 1470px;
    margin: 0 auto; }
  .footer-highlighted ul {
    text-align: center; }
  .footer-highlighted li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: left;
    min-height: 80px;
    margin: 0; }
    .footer-highlighted li:nth-child(1) {
      background: url(../img/free-delivery.png) no-repeat left top;
      padding-left: 85px; }
    .footer-highlighted li:nth-child(2) {
      background: url(../img/icon-info.svg) no-repeat left top;
      padding-left: 65px; }
    .footer-highlighted li:nth-child(3) {
      background: url(../img/icon-place-white.svg) no-repeat left top;
      padding-left: 45px; }
    .footer-highlighted li:nth-child(4) {
      background: url(../img/icon-payment-methods.svg) no-repeat left top;
      padding-left: 70px; }
    .footer-highlighted li img {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 5px 0 0; }
      .footer-highlighted li img.facilypay, .footer-highlighted li img.secura-pay {
        max-width: 60px; }
  .footer-highlighted h3 {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem; }
  .footer-highlighted p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.footer-actions {
  background: #5a504c;
  padding: 20px; }
  .footer-actions .footer-menu {
    display: inline-block;
    vertical-align: top; }
    .footer-actions .footer-menu .footer-menu-group {
      display: inline-block;
      vertical-align: top;
      color: white;
      margin: 0 30px 0 0; }
    .footer-actions .footer-menu li {
      display: block;
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      font-weight: 300; }
      .footer-actions .footer-menu li a {
        color: white; }
        .footer-actions .footer-menu li a:link, .footer-actions .footer-menu li a:visited, .footer-actions .footer-menu li a:active {
          color: white; }
        .footer-actions .footer-menu li a:hover {
          text-decoration: underline; }
        .footer-actions .footer-menu li a.highlight {
          color: #FF6600; }
  .footer-actions .social-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px; }
    .footer-actions .social-links li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 5px; }
      .footer-actions .social-links li a {
        display: block; }
  .footer-actions .customer-service {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    @media screen and (max-width: 815px) {
      .footer-actions .customer-service {
        margin-right: 0; } }
  .footer-actions .blog-banner {
    display: inline-block;
    vertical-align: middle; }

.social-footer-app {
  background: #5a504c;
  padding: 20px;
  text-align: center; }
  .social-footer-app .social-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
    .social-footer-app .social-links li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 5px; }
      .social-footer-app .social-links li a {
        display: block; }

.pager {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  height: auto;
  margin: 30px auto;
  padding: 20px 0;
  border-top: 1px solid #F7F5F2;
  max-width: 650px;
  /*li{
      &:only-child{
          display: none;
      }
      &.previous{
          a{
              background: url(../img/arrow-left-pager.svg) no-repeat center center;
              display: block;
              width: 20px;
              height: 20px;
          }
      }
      &.next{
          a{
              background: url(../img/arrow-right-pager.svg) no-repeat center center;
              display: block;
              width: 20px;
              height: 20px;
          }
      }
      &.current{
          text-align: center;
      }
  }*/ }
  .pager li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem;
    margin: 0 8px;
    line-height: 26px; }
    .pager li a {
      display: block;
      height: 26px; }
      .pager li a:link, .pager li a:visited, .pager li a:active {
        color: #5a504c; }
      .pager li a .pager-number {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center; }
      .pager li a:hover .pager-number {
        color: #FF6600; }
    .pager li.previous a {
      background: url(../img/arrow-left-pager.svg) no-repeat center center;
      display: block;
      width: 20px;
      height: 20px; }
    .pager li.next a {
      background: url(../img/arrow-right-pager.svg) no-repeat center center;
      display: block;
      width: 20px;
      height: 20px; }
    .pager li.current {
      color: #FFF;
      font-weight: 700;
      text-align: center;
      width: 26px;
      border-radius: 50%;
      background-color: #FF6600; }
      @media screen and (max-width: 600px) {
        .pager li.current .page-text {
          display: none; } }

/*predictive search*/
.ui-autocomplete {
  background: white;
  padding: 10px;
  box-shadow: 0 2px 7px rgba(90, 80, 76, 0.7);
  max-width: 350px;
  position: relative;
  z-index: 1000; }
  .ui-autocomplete li {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    border-bottom: 1px solid #e4ddd2; }
    .ui-autocomplete li:last-child {
      border: none; }
    .ui-autocomplete li a {
      display: block;
      padding: 5px 3px; }
      .ui-autocomplete li a:hover {
        background: #f1eee9; }

.search-results, .top-search-results {
  background: white;
  padding: 10px;
  box-shadow: 0 2px 7px rgba(90, 80, 76, 0.7);
  position: absolute;
  z-index: 10000;
  max-height: 350px;
  overflow-y: auto;
  width: 100%; }
  .search-results .search-results__group, .top-search-results .search-results__group {
    margin: 0 0 20px 0; }
    .search-results .search-results__group h2, .top-search-results .search-results__group h2 {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .search-results .search-results__group h6, .top-search-results .search-results__group h6 {
      margin: 0; }
    .search-results .search-results__group .two-columns, .top-search-results .search-results__group .two-columns {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
    .search-results .search-results__group li, .top-search-results .search-results__group li {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      border-bottom: 1px solid #e4ddd2; }
      .search-results .search-results__group li:last-child, .top-search-results .search-results__group li:last-child {
        border: none; }
      .search-results .search-results__group li a, .top-search-results .search-results__group li a {
        display: block;
        padding: 4px 3px; }
        .search-results .search-results__group li a:hover, .top-search-results .search-results__group li a:hover {
          background: #f1eee9; }
      .search-results .search-results__group li img, .search-results .search-results__group li .search-results__product-name, .top-search-results .search-results__group li img, .top-search-results .search-results__group li .search-results__product-name {
        display: inline-block;
        vertical-align: middle; }
      .search-results .search-results__group li .search-results__product-name, .top-search-results .search-results__group li .search-results__product-name {
        width: calc(100% - 70px); }
      .search-results .search-results__group li img, .top-search-results .search-results__group li img {
        max-width: 60px;
        max-height: 60px; }

/*end predictive search*/
/*FLEXSLIDER*/
.flexslider {
  margin: 0 !important;
  border: none !important; }
  .flexslider .flex-direction-nav a {
    display: block; }
    .flexslider .flex-direction-nav a:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #F7F5F2; }
  .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
    border-radius: 100px;
    padding: 10px;
    height: 50px;
    width: 50px;
    background: rgba(90, 80, 76, 0.4); }
  .flexslider .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
    border-radius: 100px;
    padding: 10px;
    height: 50px;
    width: 50px;
    background: rgba(90, 80, 76, 0.4); }
  .flexslider .flex-control-paging li a.flex-active {
    background: #FF6600; }

/*COOKIES ALERT*/
.cc-window.cc-banner {
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */ }
.logo-empty-page {
  text-align: center;
  padding: 20px 0; }
  .logo-empty-page img {
    max-width: 200px; }

.maintenance-page {
  background: url(../img/maintenance.jpg) no-repeat center bottom;
  min-height: 600px;
  background-size: 60%;
  text-align: center;
  margin: 30px 0; }
  .maintenance-page .contact-telephone {
    max-width: 300px;
    margin: 0 auto;
    text-align: left; }
  .maintenance-page h1 {
    color: #FF6600;
    margin: 0; }

/*SHARE BUTTONS*/
.share-buttons {
  margin: 10px 0; }
  .share-buttons .share-button {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    height: 30px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    color: white; }
    .share-buttons .share-button:before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      width: 34px;
      height: 100%; }
    .share-buttons .share-button:hover {
      outline: none; }
    .share-buttons .share-button.btn-facebook {
      background: #4C69BA;
      background: linear-gradient(#4C69BA, #3B55A0);
      text-shadow: 0 -1px 0 #354C8C;
      display: inline-block;
      vertical-align: middle; }
      .share-buttons .share-button.btn-facebook:hover {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1); }
      .share-buttons .share-button.btn-facebook:before {
        border-right: #364e92 1px solid;
        background: url(../img/icon-facebook.svg) no-repeat 7px center;
        background-size: 18px; }
    .share-buttons .share-button.btn-twitter {
      background: #1da1f2;
      text-shadow: 0 -1px 0 #354C8C;
      display: inline-block;
      vertical-align: middle;
      padding-top: 3px; }
      .share-buttons .share-button.btn-twitter:hover {
        background: #0c85d0; }
      .share-buttons .share-button.btn-twitter:before {
        border-right: white 1px solid;
        background: url(../img/icon-x.png) no-repeat 7px center;
        background-size: 18px; }

/* thanks to http://codepen.io/geoffyuen/pen/FCBEg --> this bite of code is copied from this URL, but slightly customized. */
/*Table Layout*/
.rwd-table {
  margin: 10px 0;
  min-width: 300px;
  width: 100%; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block;
    padding: 0 10px; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      margin: 0 10px 0 0; }
      @media (min-width: 600px) {
        .rwd-table td:before {
          display: none;
          padding: 0; } }
  @media (min-width: 600px) {
    .rwd-table th, .rwd-table td {
      display: table-cell;
      padding: 4px; }
      .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0; } }

/*Table Style*/
.rwd-table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }
  .rwd-table tr {
    border-bottom: 1px solid #5a504c; }
    .rwd-table tr:hover {
      background: white; }
  .rwd-table th {
    font-weight: bold;
    background: white;
    text-align: left; }
  .rwd-table td a {
    border: none;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem; }
    .rwd-table td a:hover {
      cursor: pointer; }
  .rwd-table td:before {
    font-weight: bold;
    width: auto; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #5a504c;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem;
  display: block;
  width: 100%; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus {
    border: 1px solid #ffc299;
    background: white; }

label {
  display: block; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin: 5px 5px 0 0; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    /*display: inline-block;*/
    cursor: pointer; }

input[type="submit"] {
  display: block;
  background: #401900;
  padding: 10px 30px;
  color: white;
  text-align: center;
  border: none;
  border-radius: 4px;
  width: auto;
  margin: 10px 0; }
  input[type="submit"]:hover, input[type="submit"]:active {
    background: #0d0500;
    color: white; }
  input[type="submit"]:link {
    color: white; }

textarea {
  padding: 5px 10px;
  box-sizing: border-box;
  min-height: 100px;
  border: 1px solid #5a504c;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  width: 100%; }
  textarea:focus {
    border: 1px solid #ffc299;
    background: white; }

/*Sytle SELECT*/
.style-select {
  background: url(../img/arrow-down.svg) no-repeat 97% center white;
  background: none\0;
  width: 100%;
  border: 1px solid #3e3735;
  border: none\0;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*-moz-appearance:window;*/ }
  .style-select select {
    background: transparent;
    background: white\0;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*-moz-appearance:window;*/
    width: 100% !important;
    padding: 6px;
    border: none;
    border: 1px solid #5a504c \9 ; }
    .style-select select:hover {
      cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .style-select {
    background: none;
    border: none; }
    .style-select select {
      background: white; } }
/*end Sytle SELECT*/
fieldset {
  border: none;
  margin: 0 0 10px 0;
  padding: 0; }
  fieldset p.error {
    text-align: left;
    color: #B60202;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    font-weight: 700;
    margin: 5px 0 0 0; }

.policy-acceptance {
  margin: 20px 0; }
  .policy-acceptance a {
    color: #F7F5F2;
    text-decoration: underline; }
    .policy-acceptance a:hover, .policy-acceptance a:active {
      color: #e4ddd2; }

.forgot-password {
  margin: 20px 0; }
  .forgot-password a {
    color: #F7F5F2;
    text-decoration: underline; }

input ::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }
input :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }
input ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }
input :-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2.4rem; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
nav li {
  display: inline-block; }

.main-menu {
  -webkit-box-flex: 1 0;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 1 0;
  /*IE10*/
  -webkit-flex: 1 0;
  /*android 4.3, IE mobile, Safari*/
  flex: 1 0;
  min-width: 0;
  text-align: center;
  margin: 0 0 20px 0;
  background: #FF6600;
  position: relative;
  z-index: 1000;
  -moz-animation: fadeInMenu;
  -webkit-animation: fadeInMenu;
  animation: fadeInMenu;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible;
  opacity: 1;
  max-width: 1470px;
  margin: 0 auto; }
  .main-menu ul li {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid white;
    margin-left: -10px; }
    .main-menu ul li:last-child {
      border-right: none; }
    .main-menu ul li a {
      color: white;
      padding: 10px 10px;
      display: block;
      background: #FF6600; }
    .main-menu ul li.active a {
      background: #5a504c; }
    .main-menu ul li:hover a {
      background: #5a504c; }
  .main-menu ul.department-menu {
    background: #FF6600; }
  .main-menu #pull, .main-menu #pull-webapp-menu-small-web {
    display: none;
    background: #FF6600;
    padding: 10px;
    color: white;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .main-menu #pull:before, .main-menu #pull-webapp-menu-small-web:before {
      content: url(../img/icon-menu.svg);
      position: absolute;
      left: 15px;
      top: 12px; }
  .main-menu .lSSlideOuter ul {
    -moz-animation: fadeIn;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible;
    opacity: 1; }

/*secondary menu*/
.secondary-menu-area {
  display: none;
  width: 99%;
  margin: 0;
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 30px rgba(90, 80, 76, 0.8);
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #5a504c;
  max-width: 1470px;
  margin: 0 auto; }

.main-menu .secondary-menu-area {
  background: white;
  padding: 20px; }
  .main-menu .secondary-menu-area .menu-content-area {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto; }
  .main-menu .secondary-menu-area:empty {
    display: none; }
  .main-menu .secondary-menu-area ul.secondary-menu {
    margin: 0 auto;
    -webkit-box-flex: 0 0 35%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 35%;
    /*IE10*/
    -webkit-flex: 0 0 35%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 35%;
    min-width: 0; }
  .main-menu .secondary-menu-area li {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    border-right: none;
    border-bottom: 1px solid #ede9e2; }
    .main-menu .secondary-menu-area li a {
      background: none;
      color: #5a504c;
      display: block;
      padding: 2px 5px;
      transition: all 0.2s ease-in-out; }
      .main-menu .secondary-menu-area li a:hover {
        color: #FF6600;
        background: #ede9e2; }
    .main-menu .secondary-menu-area li.nochildren a {
      background: none; }
    .main-menu .secondary-menu-area li.active a {
      background: #ede9e2;
      color: #FF6600; }
    .main-menu .secondary-menu-area li.active-submenuitem a {
      background: #ede9e2;
      color: #FF6600; }
  .main-menu .secondary-menu-area .banner-area {
    -webkit-box-flex: 0 0 60%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 60%;
    /*IE10*/
    -webkit-flex: 0 0 60%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 60%;
    min-width: 0;
    float: right; }
    .main-menu .secondary-menu-area .banner-area .banner {
      display: block; }
      .main-menu .secondary-menu-area .banner-area .banner img {
        max-width: 100%; }

/*third menu*/
.main-menu .third-menu-area {
  display: none;
  position: absolute;
  z-index: 100;
  width: 65%;
  height: calc(100% - 20px);
  left: auto;
  right: 0;
  max-width: none;
  background: #ede9e2;
  padding: 20px; }
  .main-menu .third-menu-area .menu-content-area {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: 100%; }
  .main-menu .third-menu-area .third-menu {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    align-content: flex-start;
    height: calc(100% - 240px); }
    .main-menu .third-menu-area .third-menu li {
      -webkit-box-flex: 0 0 48%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 48%;
      /*IE10*/
      -webkit-flex: 0 0 48%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 48%;
      min-width: 0;
      text-align: left;
      border-bottom: 1px solid white; }
      .main-menu .third-menu-area .third-menu li a {
        padding: 3px 0;
        background: none;
        color: #5a504c; }
        .main-menu .third-menu-area .third-menu li a.show-all-families {
          font-weight: 700; }
        .main-menu .third-menu-area .third-menu li a:link, .main-menu .third-menu-area .third-menu li a:active, .main-menu .third-menu-area .third-menu li a:visited {
          color: #5a504c; }
        .main-menu .third-menu-area .third-menu li a:hover {
          color: #FF6600; }
      .main-menu .third-menu-area .third-menu li.empty {
        border: none; }
  .main-menu .third-menu-area .banner-area {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    max-height: 200px;
    margin: 30px 0 0 0; }
    .main-menu .third-menu-area .banner-area .banner {
      display: block;
      width: 100%; }
      .main-menu .third-menu-area .banner-area .banner img {
        max-width: 100%;
        max-height: 100%; }

.lSSlideOuter {
  max-width: 1470px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }

.lSSlideWrapper {
  margin: 0 40px;
  padding: 0; }

.lSAction > .lSPrev {
  left: 0px; }

.lSAction > .lSNext {
  right: 0px; }

/*MENU mobile*/
body.frozen {
  overflow: hidden;
  height: 100vh !important; }

.overlay-webapp-user, .overlay-webapp-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(90, 80, 76, 0.95);
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 10px 10px 10px;
  overflow: auto; }

#close-overlay-webapp-user, #close-overlay-webapp-menu {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-close.svg) no-repeat center center;
  float: right;
  margin: 0 0 10px 0; }

ul.webapp-user {
  display: block;
  width: 100%;
  height: auto;
  background: #F7F5F2;
  padding: 10px;
  clear: both;
  min-height: 50vh; }
  ul.webapp-user h2 {
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem;
    border-bottom: 3px solid #FF6600; }
  ul.webapp-user li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e4ddd2;
    text-align: left;
    margin: 0; }
    ul.webapp-user li:last-child {
      border: none; }
  ul.webapp-user a, ul.webapp-user a.login-button {
    background: none;
    padding: 5px;
    text-align: left;
    color: #5a504c;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    display: block; }
  ul.webapp-user a.back-menu {
    background: url(../img/arrow-left-pager.svg) no-repeat left center;
    padding: 2px 10px 2px 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FF6600;
    border-right: 1px solid #FF6600; }

.overlay-webapp-menu .webapp-menu-content {
  display: block;
  width: 100%;
  height: auto;
  background: #F7F5F2;
  padding: 10px;
  clear: both;
  white-space: nowrap;
  min-height: 50vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .overlay-webapp-menu .webapp-menu-content h2 {
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    border-bottom: 3px solid #FF6600; }
  .overlay-webapp-menu .webapp-menu-content li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e4ddd2;
    text-align: left;
    margin: 0; }
    .overlay-webapp-menu .webapp-menu-content li:last-child {
      border: none; }
    .overlay-webapp-menu .webapp-menu-content li a:hover {
      background: #e4ddd2; }
    .overlay-webapp-menu .webapp-menu-content li a:active {
      background: #FF6600;
      color: white; }
    .overlay-webapp-menu .webapp-menu-content li a.trigger-second-level-products, .overlay-webapp-menu .webapp-menu-content li a.trigger-third-level-products, .overlay-webapp-menu .webapp-menu-content li a.trigger-fourth-level-products {
      background: url(../img/arrow-right-menu.svg) no-repeat 99% center;
      display: block; }
      .overlay-webapp-menu .webapp-menu-content li a.trigger-second-level-products:hover, .overlay-webapp-menu .webapp-menu-content li a.trigger-third-level-products:hover, .overlay-webapp-menu .webapp-menu-content li a.trigger-fourth-level-products:hover {
        background: url(../img/arrow-right-menu.svg) no-repeat 99% center #e4ddd2; }
      .overlay-webapp-menu .webapp-menu-content li a.trigger-second-level-products:active, .overlay-webapp-menu .webapp-menu-content li a.trigger-third-level-products:active, .overlay-webapp-menu .webapp-menu-content li a.trigger-fourth-level-products:active {
        background: url(../img/arrow-right-menu.svg) no-repeat 99% center #FF6600;
        color: white; }
    .overlay-webapp-menu .webapp-menu-content li a.highlight {
      color: #FF6600; }
  .overlay-webapp-menu .webapp-menu-content a, .overlay-webapp-menu .webapp-menu-content a.login-button {
    background: none;
    padding: 5px;
    text-align: left;
    color: #5a504c;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    display: block; }
  .overlay-webapp-menu .webapp-menu-content a.back-menu {
    background: url(../img/arrow-left-pager.svg) no-repeat left center;
    padding: 2px 10px 2px 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FF6600;
    border-right: 1px solid #FF6600; }
  .overlay-webapp-menu .webapp-menu-content .second-level, .overlay-webapp-menu .webapp-menu-content .third-level, .overlay-webapp-menu .webapp-menu-content .fourth-level {
    display: none; }

.cart .cart-items {
  background: url(../img/icon-cart-medium.svg) no-repeat right center;
  min-width: 30px;
  min-height: 30px;
  position: relative; }
  .cart .cart-items .cart-items-number {
    width: 20px;
    height: 20px;
    padding: 1px; }
.cart .cart-total {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem; }

/*END MENU*/
/*Category list page*/
.category-list-page h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 27.5px;
  line-height: 3.3rem;
  margin: 0 0 10px 0; }
.category-list-page .category-list-items {
  margin: 20px 0; }
  .category-list-page .category-list-items ul {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto; }
  .category-list-page .category-list-items li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0;
    background: url(../img/icon-category-list.svg) no-repeat left 8px;
    padding: 0 0 0 17px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dad1c3; }
    .category-list-page .category-list-items li a {
      color: #5a504c;
      display: block; }
      .category-list-page .category-list-items li a:link, .category-list-page .category-list-items li a:active, .category-list-page .category-list-items li a:visited {
        color: #5a504c; }
      .category-list-page .category-list-items li a:hover {
        color: #FF6600; }
.category-list-page .category-list-image {
  height: 160px;
  overflow: hidden; }
  .category-list-page .category-list-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.category-list-page .gotoparent {
  background: url(../img/arrow-left-pager.svg) no-repeat left center;
  background-size: 18px;
  display: block;
  padding: 5px 5px 5px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  margin: 0 0 20px 0; }

.others-category-list-page h1 {
  text-align: center; }
.others-category-list-page .category-list-items {
  margin: 20px 0; }
  .others-category-list-page .category-list-items ul {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    justify-content: flex-start;
    height: auto; }
  .others-category-list-page .category-list-items li {
    -webkit-box-flex: 0 0 31%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 31%;
    /*IE10*/
    -webkit-flex: 0 0 31%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 31%;
    min-width: 0;
    margin: 0 20px 30px 0;
    background: none;
    padding: 0;
    border: none; }
    .others-category-list-page .category-list-items li a {
      color: #5a504c;
      display: block; }
      .others-category-list-page .category-list-items li a:link, .others-category-list-page .category-list-items li a:active, .others-category-list-page .category-list-items li a:visited {
        color: #5a504c; }
      .others-category-list-page .category-list-items li a:hover {
        color: #5a504c; }
        .others-category-list-page .category-list-items li a:hover .other-category-title {
          background: #ede9e2; }
    .others-category-list-page .category-list-items li img {
      max-width: 100%;
      margin: 0; }
  .others-category-list-page .category-list-items .others-category-image {
    display: block;
    line-height: 0; }
  .others-category-list-page .category-list-items .other-category-title {
    background: #F7F5F2;
    padding: 10px;
    text-align: center; }
    .others-category-list-page .category-list-items .other-category-title:hover {
      background: #ede9e2; }

/*end Category list page*/
/*homepage main categories banners*/
.main-categories-banners {
  margin: 0 0 55px 0;
  clear: both;
  float: none;
  display: block; }
  .main-categories-banners .main-categories-banners-list {
    margin: 20px 0; }
    .main-categories-banners .main-categories-banners-list ul {
      width: 100%;
      display: -webkit-box;
      /*iOS6, Safari 3.1-6*/
      display: -ms-flexbox;
      /*IE10*/
      -ms-flex-direction: row;
      /*IE10*/
      -ms-flex-wrap: wrap;
      /*IE10*/
      -ms-align-items: stretch;
      -ms-align-content: stretch;
      -ms-justify-content: space-between;
      display: -webkit-flex;
      /*android 4.3, IE mobile, Safari*/
      -webkit-flex-direction: row;
      /*iOS6, Safari 3.1-6*/
      -webkit-flex-wrap: wrap;
      /*iOS6, Safari 3.1-6*/
      -webkit-align-items: stretch;
      -webkit-align-content: stretch;
      -webkit-justify-content: space-between;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      align-content: stretch;
      justify-content: space-between;
      height: 100%;
      height: auto; }
      .main-categories-banners .main-categories-banners-list ul:after {
        content: "";
        width: 31%; }
    .main-categories-banners .main-categories-banners-list li {
      -webkit-box-flex: 0 0 31%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 31%;
      /*IE10*/
      -webkit-flex: 0 0 31%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 31%;
      min-width: 0;
      margin-bottom: 25px;
      background: none;
      padding: 0;
      border: none;
      position: relative; }
      .main-categories-banners .main-categories-banners-list li a {
        color: white;
        display: block; }
        .main-categories-banners .main-categories-banners-list li a:link, .main-categories-banners .main-categories-banners-list li a:active, .main-categories-banners .main-categories-banners-list li a:visited {
          color: white; }
        .main-categories-banners .main-categories-banners-list li a:hover {
          color: #FF6600; }
  .main-categories-banners .main-categories-banners-image {
    display: block;
    line-height: 0;
    overflow: hidden; }
    .main-categories-banners .main-categories-banners-image img {
      max-width: 100%;
      margin: 0;
      transition: all 0.2s ease-in-out; }
    .main-categories-banners .main-categories-banners-image:active img {
      transform: scale(1.1); }
  .main-categories-banners .main-categories-banners-title {
    background: rgba(90, 80, 76, 0.6);
    padding: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white; }
  .main-categories-banners .main-button {
    background: url(../img/icon-plus.svg) no-repeat 10px center #FF6600;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 40px;
    max-width: 320px;
    margin: 0 auto; }
    .main-categories-banners .main-button:hover {
      background: url(../img/icon-plus.svg) no-repeat 10px center #cc5200; }

/*end homepage main categories banners*/
/*Menu NEW with some categories and "OTROS" link*/
.main-menu.summary-menu li {
  margin-left: -3px; }
  .main-menu.summary-menu li.load-more-categories a {
    background: url(../img/imagotip-white-small.svg) no-repeat right 10px center #5a504c;
    padding-right: 40px;
    text-transform: uppercase; }
    .main-menu.summary-menu li.load-more-categories a:hover {
      background: url(../img/imagotip-white-small.svg) no-repeat right 10px center #90827c; }

/*end Menu NEW with some categories and "OTROS" link*/
/*BRANCAM*/
.brcm-breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  margin: 10px 0 20px 0;
  border-bottom: 1px dotted #F7F5F2; }
  .brcm-breadcrumb a {
    color: #F7F5F2;
    text-decoration: underline; }

.brcm-body a {
  color: #F7F5F2;
  text-decoration: underline; }

/************************************************************************** SLIDER **********************/
.main-content .brcm-flexslider {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .main-content .brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-prev {
    background: url(../img/arrow-left-slide.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .main-content .brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-next {
    background: url(../img/arrow-right-slide.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .main-content .brcm-flexslider .brcm-flexslider-control-paging li a {
    background: #5a504c; }
    .main-content .brcm-flexslider .brcm-flexslider-control-paging li a.brcm-flexslider-active {
      background: #F7F5F2; }
  .main-content .brcm-flexslider .brcm-flexslider-pauseplay a {
    display: block;
    padding: 0 0 0 30px;
    width: 16px;
    height: 25px; }
    .main-content .brcm-flexslider .brcm-flexslider-pauseplay a.brcm-flexslider-play {
      background: url(../img/icon-play.svg) no-repeat left center; }
    .main-content .brcm-flexslider .brcm-flexslider-pauseplay a.brcm-flexslider-pause {
      background: url(../img/icon-pause.svg) no-repeat left center; }

/************************************************************************** TEXT I FOTOS **********************/
.main-content .brcm-generic-element-with-images-on-the-right .brcm-body {
  width: 100%;
  display: block;
  clear: both;
  float: none; }
  .main-content .brcm-generic-element-with-images-on-the-right .brcm-body ul li {
    background: url(../img/icon-list.png) no-repeat left 8px;
    padding: 3px 0 3px 15px; }
  .main-content .brcm-generic-element-with-images-on-the-right .brcm-body em {
    font-style: italic; }
.main-content .brcm-generic-element-with-images-on-the-right .brcm-group-of-images {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0 0 30px; }
  .main-content .brcm-generic-element-with-images-on-the-right .brcm-group-of-images img {
    width: 100%; }
  .main-content .brcm-generic-element-with-images-on-the-right .brcm-group-of-images .brcm-caption {
    width: 100% !important; }
  .main-content .brcm-generic-element-with-images-on-the-right .brcm-group-of-images + .brcm-body {
    display: inline-block;
    vertical-align: top;
    width: 65%; }
.main-content .brcm-generic-element-with-images-on-the-left .brcm-body {
  width: 100%;
  display: block;
  clear: both;
  float: none; }
  .main-content .brcm-generic-element-with-images-on-the-left .brcm-body ul li {
    background: url(../img/icon-list.png) no-repeat left 8px;
    padding: 3px 0 3px 15px; }
  .main-content .brcm-generic-element-with-images-on-the-left .brcm-body em {
    font-style: italic; }
.main-content .brcm-generic-element-with-images-on-the-left .brcm-group-of-images {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 30px 0 0; }
  .main-content .brcm-generic-element-with-images-on-the-left .brcm-group-of-images img {
    width: 100%; }
  .main-content .brcm-generic-element-with-images-on-the-left .brcm-group-of-images .brcm-caption {
    width: 100% !important; }
  .main-content .brcm-generic-element-with-images-on-the-left .brcm-group-of-images + .brcm-body {
    display: inline-block;
    vertical-align: top;
    width: 65%; }
.main-content .brcm-generic-element-with-image-gallery .brcm-body ul li {
  background: url(../img/icon-list.png) no-repeat left 8px;
  padding: 3px 0 3px 15px; }
.main-content .brcm-generic-element-with-image-gallery .brcm-body em {
  font-style: italic; }
.main-content .brcm-generic-element-with-image-gallery .brcm-group-of-images {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
  .main-content .brcm-generic-element-with-image-gallery .brcm-group-of-images .brcm-image-and-caption {
    -webkit-box-flex: 0 0 18%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 18%;
    /*IE10*/
    -webkit-flex: 0 0 18%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 18%;
    min-width: 0; }
  .main-content .brcm-generic-element-with-image-gallery .brcm-group-of-images img {
    width: 100%; }
.main-content .brcm-generic-element-with-image-gallery .brcm-caption {
  width: 100% !important; }
.main-content .brcm-generic-element-with-image-gallery .brcm-clear {
  display: none; }
.main-content .brcm-generic-element-with-big-images .brcm-body ul li {
  background: url(../img/icon-list.png) no-repeat left 8px;
  padding: 3px 0 3px 15px; }
.main-content .brcm-generic-element-with-big-images .brcm-body em {
  font-style: italic; }
.main-content .brcm-generic-element-with-big-images .brcm-caption {
  width: 100% !important; }
.main-content .brcm-gallery-of-images {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
  .main-content .brcm-gallery-of-images .brcm-image-and-caption {
    -webkit-box-flex: 0 0 18%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 18%;
    /*IE10*/
    -webkit-flex: 0 0 18%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 18%;
    min-width: 0; }
    .main-content .brcm-gallery-of-images .brcm-image-and-caption img {
      width: 100%; }
.main-content .brcm-list-of-attachments .brcm-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }
.main-content .brcm-list-of-events ol {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
.main-content .brcm-list-of-events li {
  -webkit-box-flex: 0 0 31%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 31%;
  /*IE10*/
  -webkit-flex: 0 0 31%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 31%;
  min-width: 0;
  list-style-type: none;
  background: url(../img/illustration-tennis-ball.png) no-repeat left top;
  padding-left: 120px;
  min-height: 120px; }
.main-content .brcm-list-of-events .brcm-date, .main-content .brcm-list-of-events .brcm-location, .main-content .brcm-list-of-events .brcm-organizer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }
.main-content .brcm-list-of-events .brcm-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem; }

div[style^="clear"] {
  display: none; }

/********************************************************************************* NEWS */
.main-content .brcm-list-of-news ol {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
.main-content .brcm-list-of-news li {
  -webkit-box-flex: 0 0 31%;
  /*iOS6, Safari 3.1-6*/
  -ms-flex: 0 0 31%;
  /*IE10*/
  -webkit-flex: 0 0 31%;
  /*android 4.3, IE mobile, Safari*/
  flex: 0 0 31%;
  min-width: 0;
  list-style-type: none; }
.main-content .brcm-list-of-news .brcm-image-and-caption {
  width: 100%;
  margin: 0 0 10px 0; }
.main-content .brcm-list-of-news .brcm-image {
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .main-content .brcm-list-of-news .brcm-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.main-content .brcm-list-of-news .brcm-date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-style: italic; }
.main-content .brcm-list-of-news .brcm-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem; }
.main-content .brcm-list-of-news .brcm-summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }

.brcm-news-detail .brcm-group-of-images {
  width: 40%; }
  .brcm-news-detail .brcm-group-of-images .brcm-image-and-caption, .brcm-news-detail .brcm-group-of-images img {
    max-width: 100%; }
.brcm-news-detail .brcm-caption {
  width: 100% !important; }

/************************************************************************** PAGINATOR **********************/
.brcm-pagination {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  border-top: 3px solid #F7F5F2;
  margin: 30px 0;
  padding: 10px 0; }
  .brcm-pagination .brcm-next, .brcm-pagination .brcm-previous, .brcm-pagination .brcm-current {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0; }
  .brcm-pagination .brcm-previous {
    position: relative;
    padding: 0 0 0 25px; }
    .brcm-pagination .brcm-previous:before {
      content: "";
      background: url(../img/arrow-left-pagination.svg) no-repeat center center;
      height: 20px;
      width: 21px;
      left: 0;
      top: 0;
      position: absolute; }
  .brcm-pagination .brcm-next {
    text-align: right;
    position: relative;
    padding: 0 25px 0 0; }
    .brcm-pagination .brcm-next:after {
      content: "";
      background: url(../img/arrow-right-pagination.svg) no-repeat center center;
      height: 20px;
      width: 21px;
      right: 0;
      top: 0;
      position: absolute; }
  .brcm-pagination .brcm-previous + .brcm-current {
    text-align: center; }

/************************************************************************** FORM **********************/
input[readonly] {
  background: #F6F4F1;
  color: #a69275; }

input[maxlength="2"], input[maxlength="4"], input[maxlength="10"] {
  display: inline-block;
  text-align: center; }

input[maxlength="2"] {
  width: 50px; }

input[maxlength="4"] {
  width: 60px; }

input[maxlength="10"] {
  width: 130px; }

/********************************************************************************* OVERLAY */
body.overlayed {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  background: rgba(90, 80, 76, 0.95);
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden; }
  .overlay.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch; }
  .overlay .overlay-content {
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .overlay .overlay-content {
        width: 90%; } }
    .overlay .overlay-content input[type="submit"] {
      background: #5a504c;
      padding: 10px 20px; }
      .overlay .overlay-content input[type="submit"]:hover, .overlay .overlay-content input[type="submit"]:active {
        background: #3e3735; }
    .overlay .overlay-content textarea {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem;
      padding: 20px;
      min-height: 30vh; }
    .overlay .overlay-content p.hint {
      color: white; }
    .overlay .overlay-content .error {
      background: #B60202;
      color: white;
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      font-weight: 300; }
  .overlay .hide-overlay {
    background: url(../img/icon-close.svg) no-repeat right center;
    color: #5a504c;
    height: 40px;
    padding: 8px 25px 8px 0;
    display: block;
    text-align: right;
    margin: 10px 0;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
    width: 40px; }

/*custom shop map*/
.overlay-shop-alert {
  position: relative;
  background: #B60202;
  padding: 10px 20px 10px 60px;
  color: white;
  margin: 0 0 20px 0; }
  .overlay-shop-alert:before {
    content: url(../img/icon-alert-yellow.png);
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }

.overlay h2 {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.7rem;
  font-weight: 400;
  margin: 0; }

.overlay-shop-feedback {
  color: white;
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .overlay-shop-feedback {
      width: 40%; } }
  .overlay-shop-feedback p {
    margin: 0; }
  .overlay-shop-feedback .overlay-shop-feedback__success {
    background: url(../img/icon-thumbsup.png) no-repeat center top;
    padding: 50px 0 0 0;
    margin: 0 0 20px 0; }
  .overlay-shop-feedback .overlay-shop-feedback__shop-name {
    border: 1px dashed white;
    padding: 20px; }
    .overlay-shop-feedback .overlay-shop-feedback__shop-name .edit-shop {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      text-decoration: underline; }
  .overlay-shop-feedback .overlay-shop-feedback__cta .main-button {
    background: #FF6600; }
    .overlay-shop-feedback .overlay-shop-feedback__cta .main-button:hover {
      background: #cc5200; }

/********************************************************************************* SLIDES */
.rslides_tabs {
  text-align: center;
  width: 100%; }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px; }

/* Callback example */
.rslides_tabs {
  background: none;
  margin: 0;
  max-width: none;
  padding: 0; }
  .rslides_tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
    .rslides_tabs li a {
      display: block;
      width: 25px;
      height: 25px;
      border-radius: 100px;
      background: #F7F5F2;
      text-indent: -999999999px; }
    .rslides_tabs li.rslides_here a {
      background: #FF6600;
      display: block; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/********************************************************************************* HOME */
body.home .footer-highlighted .center-wrapper, body.home .footer-actions .center-wrapper, body.home .footer .center-wrapper {
  max-width: 1470px;
  margin: 0 auto; }
body.home .main-menu {
  margin: 0 auto 3px auto; }
  body.home .main-menu + .center-wrapper {
    padding-top: 0; }

.home-search-shops {
  background: url(../img/imagotip.svg) no-repeat 95% 20px; }
  .home-search-shops h1 {
    color: #FF6600;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 27.5px;
    line-height: 3.3rem;
    border-bottom: 1px solid #5a504c; }




.search-shops-form {
  background: #ede9e2;
  padding: 15px 20px;
  position: relative; }
  .search-shops-form:after {
    content: url(../img/optimus-foto-home3.png);
    position: absolute;
    right: 0;
    bottom: -6px;
    transition: 0.2 all ease-in-out; }
  .search-shops-form.big:after {
    opacity: 0.2; }
  .search-shops-form form {
    margin: 0;
    padding: 15px 20px;
    background: #F7F5F2;
    border-radius: 4px;
    max-width: 60%; }
    .search-shops-form form.big {
      max-width: none; }
    .search-shops-form form h2 {
      margin: 0; }
  .search-shops-form .postalcode {
    max-width: 285px;
    margin: 0 0 10px 0;
    text-align: left; }
    .search-shops-form .postalcode:focus {
      border: 1px solid #FF6600; }
    .search-shops-form .postalcode::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      text-align: center; }
    .search-shops-form .postalcode::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      text-align: center; }
    .search-shops-form .postalcode:-ms-input-placeholder {
      /* IE 10+ */
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      text-align: center; }
    .search-shops-form .postalcode:-moz-placeholder {
      /* Firefox 18- */
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      text-align: center; }
  .search-shops-form fieldset {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem; }
  .search-shops-form input[type="submit"] {
    background: url(../img/icon-search.svg) no-repeat 92% center #FF6600;
    display: block;
    border-radius: 4px;
    color: white;
    margin: 15px 0;
    padding: 15px 20px 15px 20px; }
    .search-shops-form input[type="submit"]:hover {
      background: url(../img/icon-search.svg) no-repeat 92% center #cc5200; }
  .search-shops-form .business-values {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto;
    margin: 30px 0; }
    .search-shops-form .business-values img {
      -webkit-box-flex: 1 0;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 1 0;
      /*IE10*/
      -webkit-flex: 1 0;
      /*android 4.3, IE mobile, Safari*/
      flex: 1 0;
      min-width: 0; }
  .search-shops-form .main-filters {
    columns: 2; }
    .search-shops-form .main-filters label {
      font-weight: 400; }

a#trigger-filters {
  color: #FF6600;
  margin: 10px 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  text-decoration: underline; }

.more-fitlers {
  display: none;
  columns: 2; }

.search-shops-cta a {
  background: url(../img/icon-place-big.svg) no-repeat 20px center #5a504c;
  background-size: 20px;
  display: block;
  color: white;
  padding: 10px 20px 10px 50px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 3rem; }
  .search-shops-cta a:link {
    color: white; }

/*SLIDES*/
/*! http://responsiveslides.com v1.55 by @viljamis */
.home-slides {
  position: relative;
  margin: 20px 0; }
  .home-slides .rslides_nav.prev {
    position: absolute;
    left: 10px;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%); }
  .home-slides .rslides_nav.next {
    position: absolute;
    right: 10px;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%); }

.banners-home {
  padding: 20px 0;
  margin: 20px 0;
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  text-align: center; }
  .banners-home h2 {
    text-align: center;
    display: block;
    width: 100%; }
  .banners-home li {
    -webkit-box-flex: 0 0 24%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 24%;
    /*IE10*/
    -webkit-flex: 0 0 24%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 24%;
    min-width: 0;
    text-align: center; }
    .banners-home li img {
      max-width: 100%;
      width: 100%; }

.home-product-list {
  position: relative;
  padding: 40px 20px;
  margin: 30px 0; }
  .home-product-list h2 {
    margin: 0 0 5px 0; }
  .home-product-list .go-to-section {
    display: block;
    margin: 5px auto 30px auto;
    border: 1px solid #FF6600;
    max-width: 200px;
    text-align: center;
    color: #FF6600;
    border-radius: 4px; }
    .home-product-list .go-to-section:link, .home-product-list .go-to-section:visited, .home-product-list .go-to-section:active {
      color: #FF6600; }
    .home-product-list .go-to-section:hover {
      background: #e4ddd2; }
  .home-product-list .pager {
    display: none; }
  .home-product-list h2 {
    text-align: center; }

.selling-brands {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%; }
  .selling-brands li {
    -webkit-box-flex: 0 0 31%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 31%;
    /*IE10*/
    -webkit-flex: 0 0 31%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 31%;
    min-width: 0;
    border: 1px solid #bdac93;
    position: relative;
    height: 110px; }
    .selling-brands li img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100px; }
      @media screen and (max-width: 976px) {
        .selling-brands li img {
          max-width: 95%; } }

.opticonsejo {
  background: url(../img/bg-opticonsejo.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 20px 40px 160px;
  min-height: 250px; }
  .opticonsejo:before {
    content: url(../img/logo-opticonsejo.svg);
    position: absolute;
    left: 0;
    top: 20px; }
  html[lang="ca"] .opticonsejo:before {
    content: url(../img/logo-opticonsejo-cat.svg); }

/*FLEXSLIDER*/
.flexslider {
  margin: -15px 0 25px 0 !important; }
  .flexslider .flex-viewport {
    height: 300px !important; }
  .flexslider .slides > li {
    height: 300px;
    overflow: hidden; }
    .flexslider .slides > li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .flexslider .flex-control-nav {
    bottom: 20px;
    display: none; }

/********************************************************************************* PRODUCTS */
body.home .product-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px; }
  body.home .product-list li .cart-feedback {
    display: none; }
  body.home .product-list li .product-info {
    min-height: initial;
    flex: 1; }
  body.home .product-list li .product-buy {
    align-self: flex-end;
    display: flex;
    width: 100%;
    justify-content: space-between; }

.product-list {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  height: auto; }
  .product-list li {
    -webkit-box-flex: 0 0 18%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 18%;
    /*IE10*/
    -webkit-flex: 0 0 18%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 18%;
    min-width: 0;
    border: 1px solid #d0c4b3;
    padding: 10px 10px 0 10px;
    background: white;
    transition: all 0.2s ease-in-out; }
    .product-list li:empty {
      border: none;
      visibility: hidden; }
    .product-list li:hover {
      border: 1px solid #FF6600;
      box-shadow: 0 2px 4px rgba(90, 80, 76, 0.7);
      transform: scale(1.02); }
    .product-list li.product-offer {
      position: relative; }
      .product-list li.product-offer:after {
        content: url(../img/oferta-label.svg);
        position: absolute;
        left: 0;
        top: 0; }
    .two-third-column .product-list li {
      -webkit-box-flex: 0 0 24%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 24%;
      /*IE10*/
      -webkit-flex: 0 0 24%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 24%;
      min-width: 0; }
    .product-list li.highlighted-product-list {
      position: relative;
      border: 1px solid #FF6600; }
      .product-list li.highlighted-product-list:after {
        content: "¡DESTACADO!";
        text-align: right;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 15px;
        line-height: 1.8rem;
        font-weight: 700;
        background: #11AD9E;
        color: white;
        padding: 5px 10px;
        position: absolute;
        top: 5px;
        right: -5px;
        border-radius: 4px; }
    .product-list li.new-product-list {
      position: relative;
      border: 1px solid #FF6600; }
      .product-list li.new-product-list:after {
        content: "¡NUEVO!";
        text-align: right;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 15px;
        line-height: 1.8rem;
        font-weight: 700;
        background: #DAEDE3;
        padding: 5px 10px;
        position: absolute;
        top: 5px;
        right: -5px;
        border-radius: 4px; }
    .product-list li.no-products {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      color: red; }
  .product-list .product-image {
    background: white;
    width: 100%;
    height: 150px;
    text-align: center; }
    .product-list .product-image img {
      max-height: 100%;
      max-width: 100%; }
    .product-list .product-image a {
      display: block;
      height: 150px; }
  .product-list .product-info {
    min-height: 90px; }
    .product-list .product-info p {
      margin: 0; }
      .product-list .product-info p.product-title {
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2.4rem;
        line-height: 20px;
        line-height: 2.2rem; }
        .product-list .product-info p.product-title a {
          font-weight: 700;
          color: #FF6600; }
          .product-list .product-info p.product-title a:link, .product-list .product-info p.product-title a:visited, .product-list .product-info p.product-title a:active {
            color: #FF6600; }
      .product-list .product-info p.product-brand {
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 17.5px;
        line-height: 2.1rem; }
    .product-list .product-info .product-features ul {
      margin: 10px 0 10px 20px; }
    .product-list .product-info .product-features li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      list-style-position: outside; }
      .product-list .product-info .product-features li:hover {
        box-shadow: none; }
  .product-list .product-buy {
    padding: 10px 0 0 0; }
    .product-list .product-buy .product-price, .product-list .product-buy form {
      display: inline-block;
      vertical-align: middle; }
    .product-list .product-buy .product-price {
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem;
      margin: 0;
      padding: 8px 0 0 0; }
    .product-list .product-buy form {
      position: relative;
      float: right; }
    .product-list .product-buy input[type="number"] {
      width: 50px;
      padding: 5px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #d0c4b3;
      position: relative; }
      .product-list .product-buy input[type="number"]:focus {
        background: #F7F5F2; }
      .product-list .product-buy input[type="number"]::-webkit-inner-spin-button, .product-list .product-buy input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
        width: 1em;
        border-left: 1px solid #BBB;
        opacity: .5;
        /* shows Spin Buttons per default (Chrome >= 39) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
    .product-list .product-buy button {
      background: url(../img/icon-cart.svg) no-repeat center center;
      height: 35px;
      width: 35px;
      border: none;
      display: inline-block;
      vertical-align: middle; }
    .product-list .product-buy .cart-items-number {
      background: #FF6600;
      width: 25px;
      height: 25px;
      border-radius: 100px;
      color: white;
      text-align: center;
      position: absolute;
      right: -10px;
      top: -10px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      padding: 3px; }
      .product-list .product-buy .cart-items-number:empty {
        display: none; }
    .product-list .product-buy a.go-to-product {
      display: inline-block;
      vertical-align: middle;
      background: #FF6600;
      color: white;
      float: right;
      padding: 8px 10px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      font-weight: 700;
      transition: all 0.2s ease-in-out;
      border-radius: 4px;
      background-size: 25px;
      text-transform: uppercase; }
      .product-list .product-buy a.go-to-product:hover {
        background: #cc5200; }

.product-detail {
  margin: 0 0 70px 0; }
  .product-detail h1 {
    margin: 0 0 7px 0; }
    .product-detail h1 .highlighted-product-detail {
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      background: #11AD9E;
      color: white;
      padding: 5px; }
    .product-detail h1 .new-product-detail {
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      background: #DAEDE3;
      padding: 5px; }
  .product-detail .brand {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
    .product-detail .brand strong {
      text-transform: capitalize;
      display: inline-block;
      vertical-align: middle; }
    .product-detail .brand img {
      display: inline-block;
      vertical-align: middle;
      max-height: 70px;
      width: auto; }
  .product-detail .provider-reference {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
    .product-detail .provider-reference strong {
      text-transform: capitalize; }
  .product-detail .ean-code {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
    .product-detail .ean-code strong {
      text-transform: capitalize; }
  .product-detail .product-images {
    margin: 0 0 40px 0; }
    .product-detail .product-images .container #box-container {
      width: 100%;
      display: -webkit-box;
      /*iOS6, Safari 3.1-6*/
      display: -ms-flexbox;
      /*IE10*/
      -ms-flex-direction: row;
      /*IE10*/
      -ms-flex-wrap: wrap;
      /*IE10*/
      -ms-align-items: stretch;
      -ms-align-content: stretch;
      -ms-justify-content: space-between;
      display: -webkit-flex;
      /*android 4.3, IE mobile, Safari*/
      -webkit-flex-direction: row;
      /*iOS6, Safari 3.1-6*/
      -webkit-flex-wrap: wrap;
      /*iOS6, Safari 3.1-6*/
      -webkit-align-items: stretch;
      -webkit-align-content: stretch;
      -webkit-justify-content: space-between;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      .product-detail .product-images .container #box-container li {
        -webkit-box-flex: 0 0 31%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 31%;
        /*IE10*/
        -webkit-flex: 0 0 31%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 31%;
        min-width: 0;
        text-align: center;
        border: 1px solid #d0c4b3; }
        .product-detail .product-images .container #box-container li img {
          max-width: 100%; }
        .product-detail .product-images .container #box-container li:first-child {
          -webkit-box-flex: 0 0 100%;
          /*iOS6, Safari 3.1-6*/
          -ms-flex: 0 0 100%;
          /*IE10*/
          -webkit-flex: 0 0 100%;
          /*android 4.3, IE mobile, Safari*/
          flex: 0 0 100%;
          min-width: 0; }
        .product-detail .product-images .container #box-container li:empty {
          visibility: hidden; }
  .product-detail .related-video h2 {
    background: url(../img/icon-video.svg) no-repeat left center;
    padding: 0 0 0 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem; }
  .product-detail .product-description {
    margin: 30px 0; }
  .product-detail .product-features {
    margin: 20px 0; }
    .product-detail .product-features h2 {
      margin: 0 0 10px 0; }
    .product-detail .product-features ul {
      margin: 10px 0; }
  .product-detail .product-documents h3 {
    margin: 0 0 10px 0; }
  .product-detail .product-documents li {
    margin: 0;
    background: url(../img/icon-clip-small.svg) no-repeat left center;
    padding: 3px 0 3px 30px;
    min-height: 25px; }
    .product-detail .product-documents li img.security-file {
      display: inline-block;
      vertical-align: middle;
      max-height: 20px;
      margin: 0 0 0 5px; }
    .product-detail .product-documents li a {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .product-detail .product-documents li a:hover {
        text-decoration: underline; }
  .product-detail.product-offer .product-images {
    position: relative; }
    .product-detail.product-offer .product-images:after {
      content: url(../img/oferta-label.svg);
      position: absolute;
      left: 0;
      top: 0; }

.search-nearest-shop {
  background: url(../img/icon-place.svg) no-repeat left 10px;
  padding: 0 0 0 30px;
  display: block;
  margin: 0 0 30px 0; }
  .search-nearest-shop p {
    margin: 0;
    font-weight: 700; }
  .search-nearest-shop a {
    color: #FF6600;
    text-decoration: underline;
    display: block; }
    .search-nearest-shop a:link {
      color: #FF6600; }

.related-products {
  margin: 0 0 50px 0;
  padding: 10px 0;
  border-top: 1px solid #d0c4b3; }

.banners {
  margin: 40px 0; }
  .banners img {
    max-width: 100%; }

.product-unavailable {
  background: url(../img/icon-info-green.svg) no-repeat 10px center;
  border: 1px solid #50AB07;
  padding: 7px 10px 7px 45px;
  color: #50AB07;
  margin: 20px 0;
  border-radius: 3px; }
  .product-unavailable p {
    margin: 0; }
  .product-list .product-unavailable {
    margin: 10px 0;
    border: none;
    padding: 5px 0;
    padding-left: 20px;
    background: url(../img/icon-info-green-mini.svg) no-repeat left center; }
    .product-list .product-unavailable p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      font-weight: 700; }
  .product-unavailable a {
    color: #50AB07; }
    .product-unavailable a:link, .product-unavailable a:visited, .product-unavailable a:active {
      color: #50AB07; }

/*FILTERS*/
.product-search-filters-header {
  text-align: center;
  text-transform: uppercase; }
  .product-search-filters-header p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
  .product-search-filters-header h3 {
    color: #FF6600;
    margin: 0; }

.product-search-filters {
  background: #F7F5F2;
  position: relative;
  padding: 30px 20px; }
  .product-search-filters:before {
    content: url(../img/icon-settings.svg);
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%); }
  .product-search-filters form {
    margin: 30px 0; }
  .product-search-filters .filter-group {
    margin: 0 0 10px 0;
    /* Checked example */
    /*.color-type-amarillo input[type="checkbox"]:checked + label {
        background: url('../img/color-amarillo-checked.png') no-repeat;
    }*/ }
    .product-search-filters .filter-group h3 {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      margin: 0 0 5px 0;
      color: #FF6600; }
    .product-search-filters .filter-group li {
      margin: 0;
      padding: 3px 0; }
    .product-search-filters .filter-group .number-of-products {
      float: right;
      text-align: right; }
    .product-search-filters .filter-group label {
      width: 80%; }
    .product-search-filters .filter-group .product-filter-name {
      font-weight: bold;
      color: #FF6600;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .product-search-filters .filter-group li.product-filter-value {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .product-search-filters .filter-group .color-type input[type="checkbox"] {
      display: none; }
    .product-search-filters .filter-group .color-type label {
      padding-left: 57px; }
    .product-search-filters .filter-group .color-type-amarillo input[type="checkbox"] + label {
      background: url("../img/color-amarillo.png") no-repeat; }
    .product-search-filters .filter-group .color-type-antracita input[type="checkbox"] + label {
      background: url("../img/color-antracita.png") no-repeat; }
    .product-search-filters .filter-group .color-type-arena input[type="checkbox"] + label {
      background: url("../img/color-arena.png") no-repeat; }
    .product-search-filters .filter-group .color-type-azul input[type="checkbox"] + label {
      background: url("../img/color-azul.png") no-repeat; }
    .product-search-filters .filter-group .color-type-azul_gris input[type="checkbox"] + label {
      background: url("../img/color-azul_gris.png") no-repeat; }
    .product-search-filters .filter-group .color-type-beige input[type="checkbox"] + label {
      background: url("../img/color-beige.png") no-repeat; }
    .product-search-filters .filter-group .color-type-blanco input[type="checkbox"] + label {
      background: url("../img/color-blanco.png") no-repeat; }
    .product-search-filters .filter-group .color-type-cromo input[type="checkbox"] + label {
      background: url("../img/color-cromo.png") no-repeat; }
    .product-search-filters .filter-group .color-type-gris input[type="checkbox"] + label {
      background: url("../img/color-gris.png") no-repeat; }
    .product-search-filters .filter-group .color-type-inox input[type="checkbox"] + label {
      background: url("../img/color-inox.png") no-repeat; }
    .product-search-filters .filter-group .color-type-lila input[type="checkbox"] + label {
      background: url("../img/color-lila.png") no-repeat; }
    .product-search-filters .filter-group .color-type-marron input[type="checkbox"] + label {
      background: url("../img/color-marron.png") no-repeat; }
    .product-search-filters .filter-group .color-type-naranja input[type="checkbox"] + label {
      background: url("../img/color-naranja.png") no-repeat; }
    .product-search-filters .filter-group .color-type-niquel input[type="checkbox"] + label {
      background: url("../img/color-niquel.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro input[type="checkbox"] + label {
      background: url("../img/color-negro.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro_amarillo input[type="checkbox"] + label {
      background: url("../img/color-negro_amarillo.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro_azul input[type="checkbox"] + label {
      background: url("../img/color-negro_azul.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro_naranja input[type="checkbox"] + label {
      background: url("../img/color-negro_naranja.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro_rojo input[type="checkbox"] + label {
      background: url("../img/color-negro_rojo.png") no-repeat; }
    .product-search-filters .filter-group .color-type-negro_verde input[type="checkbox"] + label {
      background: url("../img/color-negro_verde.png") no-repeat; }
    .product-search-filters .filter-group .color-type-nogal input[type="checkbox"] + label {
      background: url("../img/color-nogal.png") no-repeat; }
    .product-search-filters .filter-group .color-type-otros input[type="checkbox"] + label {
      background: url("../img/color-otros.png") no-repeat; }
    .product-search-filters .filter-group .color-type-plata input[type="checkbox"] + label {
      background: url("../img/color-plata.png") no-repeat; }
    .product-search-filters .filter-group .color-type-roble input[type="checkbox"] + label {
      background: url("../img/color-roble.png") no-repeat; }
    .product-search-filters .filter-group .color-type-rojo input[type="checkbox"] + label {
      background: url("../img/color-rojo.png") no-repeat; }
    .product-search-filters .filter-group .color-type-rosa input[type="checkbox"] + label {
      background: url("../img/color-rosa.png") no-repeat; }
    .product-search-filters .filter-group .color-type-taupe input[type="checkbox"] + label {
      background: url("../img/color-taupe.png") no-repeat; }
    .product-search-filters .filter-group .color-type-terracota input[type="checkbox"] + label {
      background: url("../img/color-terracota.png") no-repeat; }
    .product-search-filters .filter-group .color-type-transparente input[type="checkbox"] + label {
      background: url("../img/color-transparente.png") no-repeat; }
    .product-search-filters .filter-group .color-type-verde input[type="checkbox"] + label {
      background: url("../img/color-verde.png") no-repeat; }
  .product-search-filters .boolean-options li {
    margin: 0;
    padding: 5px 0;
    position: relative; }
  .product-search-filters .boolean-options p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0; }
  .product-search-filters .boolean-options label.boolean-switch {
    background: #5a504c;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    position: absolute;
    right: 20px;
    height: 26px;
    border-radius: 120px;
    box-shadow: 0 1px 1px rgba(90, 80, 76, 0.7) inset;
    opacity: 0.5;
    transition: all 0.2s ease-in-out; }
    .product-search-filters .boolean-options label.boolean-switch .switcher {
      width: 20px;
      height: 20px;
      background: white;
      position: absolute;
      top: 50%;
      left: 3px;
      right: auto;
      transform: translateY(-50%);
      border-radius: 100px;
      transition: all 0.2s ease-in-out; }
  .product-search-filters .boolean-options input[type="checkbox"] {
    display: none; }
    .product-search-filters .boolean-options input[type="checkbox"]:checked + label.boolean-switch {
      background: green;
      opacity: 1; }
      .product-search-filters .boolean-options input[type="checkbox"]:checked + label.boolean-switch .switcher {
        left: auto;
        transform: translateY(-50%) translateX(25px); }

.product-search-params {
  display: block;
  float: right;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 600px) {
    .product-search-params {
      float: none; } }
  .product-search-params .product-search-params-group {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: #F7F5F2;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0 7px 0 0; }
  .product-search-params .select-label, .product-search-params .style-select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem;
    margin: 0 5px 0 0; }
    .product-search-params .select-label select, .product-search-params .style-select select {
      padding: 2px 20px 2px 10px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      background: url(../img/arrow-down.svg) no-repeat 95% center #fff; }
    .product-search-params .select-label option, .product-search-params .style-select option {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem; }
  @media screen and (max-width: 600px) {
    .product-search-params .style-select:last-child {
      display: block;
      margin: 10px 0 0 0; } }

.oney-finance {
  border: 1px solid #93C008;
  margin: 5px 0;
  padding: 5px;
  background: url(../img/logo-oney.png) no-repeat right center;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  color: #93C008;
  text-align: center; }

.sequra-finance {
  border: 1px solid #009D5A;
  margin: 5px 0;
  padding: 8px;
  background: url(../img/logo-sequra.svg) no-repeat right center;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  color: #009D5A;
  text-align: left;
  min-height: 40px;
  font-weight: 700; }

.financing {
  border: 2px solid #009D5A;
  padding: 10px;
  border-radius: 4px;
  background: url(../img/logo-sequra.svg) no-repeat right 5px top 5px;
  /* SECURA WIDGET */ }
  .financing h3 {
    color: #009D5A;
    margin: 0 0 15px 0; }
  .financing .zoid {
    height: auto !important;
    margin: 5px 0 0 0; }

/********************************************************************************* CART */
.add-to-cart {
  background: #F7F5F2;
  padding: 20px;
  border-radius: 4px; }
  .product-detail .add-to-cart {
    margin: 30px 0; }
  .add-to-cart form fieldset {
    border-bottom: 1px solid #d0c4b3;
    padding-bottom: 5px; }
  .add-to-cart form input[type="number"] {
    width: 50px;
    padding: 5px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #d0c4b3;
    margin: 0 7px;
    position: relative; }
    .add-to-cart form input[type="number"]::-webkit-inner-spin-button, .add-to-cart form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
      width: 1em;
      border-left: 1px solid #BBB;
      opacity: .5;
      /* shows Spin Buttons per default (Chrome >= 39) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
  .add-to-cart .add-units {
    display: inline-block;
    vertical-align: middle; }
  .add-to-cart .price-per-unit {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem; }
    .add-to-cart .price-per-unit.old {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem;
      color: #B60202;
      text-decoration: line-through; }
  .add-to-cart .product-total-price {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 6rem;
    color: #FF6600;
    margin: 0 0 0 50px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: right; }
  .add-to-cart input[type="submit"].secondary-button, .add-to-cart input[type="submit"].outline-button {
    display: block;
    background: #EDDDD3;
    padding: 10px 30px;
    color: #5a504c;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: auto;
    margin: 10px 0;
    background: url(../img/icon-shop.svg) no-repeat 10px center #EDDDD3;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px; }
    .add-to-cart input[type="submit"].secondary-button:hover, .add-to-cart input[type="submit"].outline-button:hover, .add-to-cart input[type="submit"].secondary-button:active, .add-to-cart input[type="submit"].outline-button:active {
      background: #dec1af;
      color: #5a504c; }
    .add-to-cart input[type="submit"].secondary-button:link, .add-to-cart input[type="submit"].outline-button:link {
      color: #5a504c; }
    .add-to-cart input[type="submit"].secondary-button:hover, .add-to-cart input[type="submit"].outline-button:hover {
      background: url(../img/icon-shop.svg) no-repeat 10px center #dec1af; }
  .add-to-cart input[type="submit"].main-button {
    display: block;
    background: #FF6600;
    padding: 10px 30px;
    color: white;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: auto;
    margin: 10px 0;
    background: url(../img/icon-cart-white.svg) no-repeat 10px center #5a504c;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    width: 100%;
    text-align: left; }
    .add-to-cart input[type="submit"].main-button:hover, .add-to-cart input[type="submit"].main-button:active {
      background: #cc5200;
      color: white; }
    .add-to-cart input[type="submit"].main-button:link {
      color: white; }
    .add-to-cart input[type="submit"].main-button:hover {
      background: url(../img/icon-cart-white.svg) no-repeat 10px center #3e3735; }
  .add-to-cart .main-button {
    display: block;
    background: #FF6600;
    padding: 10px 30px;
    color: white;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: auto;
    margin: 10px 0;
    background: url(../img/icon-cart-white.svg) no-repeat 10px center #5a504c;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    text-align: left; }
    .add-to-cart .main-button:hover, .add-to-cart .main-button:active {
      background: #cc5200;
      color: white; }
    .add-to-cart .main-button:link {
      color: white; }
    .add-to-cart .main-button:hover {
      background: url(../img/icon-cart-white.svg) no-repeat 10px center #3e3735; }

/*style input number*/
.product-quantity-to-add {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  /******************/ }
  .product-quantity-to-add input[type="number"]::-webkit-inner-spin-button,
  .product-quantity-to-add input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    visibility: hidden; }
  .product-quantity-to-add input[type="number"] {
    -moz-appearance: textfield; }
  .product-quantity-to-add input[type="number"] {
    width: 70px;
    height: 34px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #bdac93;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px; }
  .product-quantity-to-add input:focus {
    outline: 0; }
  .product-quantity-to-add .quantity-nav {
    float: left;
    position: relative;
    height: 34px; }
  .product-quantity-to-add .quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: white;
    box-sizing: border-box; }
  .product-quantity-to-add .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    background: #5a504c;
    color: white;
    transition: all 0.1s ease-in-out; }
    .product-quantity-to-add .quantity-button.quantity-up:hover {
      background: #50AB07; }
    .product-quantity-to-add .quantity-button.quantity-up:active {
      background: #397a05; }
  .product-quantity-to-add .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    background: #a89c97;
    color: white;
    font-size: 18px;
    line-height: 0.8;
    transition: all 0.1s ease-in-out; }
    .product-quantity-to-add .quantity-button.quantity-down:hover {
      background: #B60202; }
    .product-quantity-to-add .quantity-button.quantity-down:active {
      background: #840101; }

/*end style input number*/
a.add-to-cart.main-button.store-pickup, a.add-to-cart-cyc.main-button.store-pickup, a.main-button.store-pickup {
  background: #FF6600;
  margin: 0;
  vertical-align: top;
  padding: 8px 30px;
  text-align: center; }
  a.add-to-cart.main-button.store-pickup:hover, a.add-to-cart-cyc.main-button.store-pickup:hover, a.main-button.store-pickup:hover {
    background: #cc5200; }

.no-ecommerce strong {
  color: #B60202;
  text-transform: uppercase; }

.shop-contact-data {
  margin: 20px 0; }
  .shop-contact-data li {
    margin: 0;
    font-weight: 700; }

.main-button .shop-name {
  color: #FF6600; }

.no-product-in-cart {
  background: #B60202;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700; }

.cart-feedback {
  clear: both;
  margin: 10px 0; }
  .cart-feedback p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem;
    margin: 0; }
  .cart-feedback .cart-feedback__success {
    background: url(../img/icon-tick.svg) no-repeat 10px center #DAEDE3;
    padding: 5px 5px 5px 35px;
    border-radius: 2px; }
  .cart-feedback .cart-feedback__error {
    background: url(../img/icon-alert-white.svg) no-repeat 10px center #B60202;
    padding: 5px 5px 5px 35px;
    border-radius: 2px;
    color: white; }

.delivery-time {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: right;
  background: url(../img/icon-shop-delivery.svg) no-repeat 10px 10px #e4ddd2;
  padding: 10px 10px 10px 70px;
  border-radius: 4px; }
  .delivery-time p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }

.cupon {
  background: #11AD9E;
  padding: 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  float: right;
  text-align: center;
  color: white;
  border: 2px dashed white;
  outline: 7px solid #11AD9E; }
  .cupon p {
    margin: 0; }
  .cupon .cupon-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem;
    text-transform: uppercase; }
  .cupon .total-cupon {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 6rem; }
    .cupon .total-cupon .total-cupon-hint {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      display: block;
      font-weight: 300; }

.financing {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: right;
  position: relative;
  margin: 0 0 0 10px; }
  .financing h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    margin: 0 0 5px 0; }
  .financing .financing-fraction-value {
    color: #FF6600; }
  .financing .financing-price {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem;
    margin: 5px 0; }
    .financing .financing-price a {
      text-decoration: underline; }
  .financing .financing-price-value {
    font-weight: 700;
    color: #FF6600; }
  .financing .style-select, .financing select {
    max-width: 250px; }
  .financing .oney-description {
    position: absolute;
    width: 100%;
    background: #e4ddd2;
    padding: 10px;
    margin: 5px 0 0 0;
    box-shadow: 0 2px 5px rgba(90, 80, 76, 0.5);
    display: none; }
    .financing .oney-description:before {
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #e4ddd2;
      position: absolute;
      top: -10px;
      left: 70%; }
    .financing .oney-description p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      margin: 0; }

.cart-shipping-hint {
  clear: both;
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-style: italic;
  color: #FF6600; }

/*CHECKOUT*/
.cart-checkout {
  margin: 30px 0; }
  .cart-checkout .cart-type {
    margin: 0 0 30px 0; }
    .cart-checkout .cart-type h2 {
      margin: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem; }
  .cart-checkout .oney-financing-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
    .cart-checkout .oney-financing-info p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem; }
  .cart-checkout .secura-financing-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
    .cart-checkout .secura-financing-info p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem; }
  .cart-checkout .search-shop-pc .change-favorite-shop {
    color: #FF6600; }

.goto-profile p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  text-align: right;
  font-style: italic; }

.data-block {
  margin: 0 0 40px 0; }
  .data-block:nth-child(1) .data-block-header:before {
    content: "1"; }
  .data-block:nth-child(2) .data-block-header:before {
    content: "2"; }
  .data-block:nth-child(3) .data-block-header:before {
    content: "3"; }
  .data-block label {
    font-weight: 700; }
  .data-block .main-button, .data-block input[type="submit"] {
    display: inline-block;
    margin: 20px 0; }
  .data-block input[type="submit"] {
    background: #FF6600; }
  .data-block input[type="text"]:disabled, .data-block input[type="email"]:disabled, .data-block input[type="password"]:disabled, .data-block input[type="tel"]:disabled, .data-block input[type="search"]:disabled {
    padding: 5px;
    border: none;
    color: #a89c97; }
  .data-block .style-select.disabled {
    border: none;
    padding: 0;
    color: #a89c97;
    background: none; }
  .data-block select:disabled {
    cursor: not-allowed;
    padding: 0; }

.data-block-header {
  background: #F7F5F2;
  padding: 10px;
  margin: 0 0 20px 0;
  border-radius: 0 100px 100px 0;
  position: relative; }
  .data-block-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .data-block-header:before {
    background: #FF6600;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3.6rem;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100px; }
  .data-block-header h2 {
    margin: 0; }
  .data-block-header p {
    margin: 0; }

.user-type {
  margin: 0 0 30px 0; }
  .user-type li {
    display: inline-block;
    vertical-align: top; }
    .user-type li a {
      display: block;
      padding: 10px 20px;
      background: #F7F5F2; }
    .user-type li.selected a {
      border: 1px solid #d0c4b3;
      background: white;
      position: relative; }
      .user-type li.selected a:after {
        content: "";
        border-top: 10px solid #d0c4b3;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%); }

.user-info .already-user {
  display: none; }

.step-two, .step-three {
  display: none; }
  .step-two label, .step-three label {
    font-weight: 400; }

.step-two input[type="checkbox"] + label, .step-two input[type="radio"] + label {
  vertical-align: top; }
.step-two img {
  max-height: 50px; }

.search-shop-pc, .new-address-form {
  display: none; }

.search-shop-pc, .user-your-addresses {
  margin: 10px 30px; }
  .search-shop-pc input[type="text"], .search-shop-pc button.secondary-button, .search-shop-pc button.outline-button, .user-your-addresses input[type="text"], .user-your-addresses button.secondary-button, .user-your-addresses button.outline-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 10px 0 0; }
  .search-shop-pc .search-shop-pc-results, .user-your-addresses .search-shop-pc-results {
    margin: 10px 0; }
    .search-shop-pc .search-shop-pc-results p, .user-your-addresses .search-shop-pc-results p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      margin: 0 0 0 20px;
      font-style: italic; }
    .search-shop-pc .search-shop-pc-results li, .user-your-addresses .search-shop-pc-results li {
      margin: 0 0 5px 0; }
      .search-shop-pc .search-shop-pc-results li input[type="radio"], .user-your-addresses .search-shop-pc-results li input[type="radio"] {
        display: none; }

.address-not-allowed {
  margin: 5px 30px;
  background: #B60202;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }

.new-address-form {
  margin: 15px 30px; }

.form-subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  font-weight: 700; }

.cart-summary {
  background: #e4ddd2;
  padding: 20px;
  position: relative; }
  .cart-summary:before {
    content: url(../img/border-bg.svg);
    position: absolute;
    left: 0;
    top: 0; }
  .cart-summary:after {
    content: url(../img/border-bg.svg);
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(-1); }
  .cart-summary .cart-summary-header {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #F7F5F2;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .cart-summary .cart-summary-header p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      margin: 0; }
    .cart-summary .cart-summary-header h3 {
      color: #FF6600;
      margin: 0; }
  .cart-summary .cart-summary-products {
    margin: 5px 0; }
    .cart-summary .cart-summary-products li {
      margin: 0;
      padding: 2px 0;
      border-bottom: 1px solid #d0c4b3; }
    .cart-summary .cart-summary-products .cart-summary-product-name {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem;
      line-height: 18px;
      line-height: 1.8rem;
      color: #5a504c; }
      .cart-summary .cart-summary-products .cart-summary-product-name:hover {
        color: #FF6600; }
    .cart-summary .cart-summary-products .cart-summary-products-ammount {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      text-align: right;
      float: right;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
  .cart-summary .cart-summary-total {
    background: #d0c4b3;
    padding: 10px;
    text-align: right; }
    .cart-summary .cart-summary-total p {
      margin: 0; }
      .cart-summary .cart-summary-total p.old-price {
        color: #B60202;
        text-decoration: line-through;
        font-size: 20px;
        font-size: 2rem;
        line-height: 25px;
        line-height: 3rem; }
      .cart-summary .cart-summary-total p.cart-discount-hint {
        color: #B60202;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 17.5px;
        line-height: 2.1rem; }
      .cart-summary .cart-summary-total p.cart-total-price {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32.5px;
        line-height: 3.9rem; }

/*end CHECKOUT*/
/*CART PAGE*/
.cart-page .top-cart-actions {
  text-align: right;
  margin: 30px 0; }
  .cart-page .top-cart-actions li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px; }
    .cart-page .top-cart-actions li a {
      display: block; }
    .cart-page .top-cart-actions li.empty-cart a {
      background: url(../img/icon-bin.svg) no-repeat left center;
      padding: 0 0 0 25px; }
.cart-page .cart-type {
  margin: 0 0 50px 0; }
  .cart-page .cart-type h2 {
    margin: 0; }
.cart-page .rwd-table thead th {
  background: white; }
  .cart-page .rwd-table thead th.cart-product {
    width: 50%; }
.cart-page .rwd-table tbody tr:nth-child(odd) {
  background: #eeeae5; }
  .cart-page .rwd-table tbody tr:nth-child(odd):hover {
    background: #fff0e6; }
.cart-page .rwd-table tbody tr:nth-child(even) {
  background: #F6F4F1; }
  .cart-page .rwd-table tbody tr:nth-child(even):hover {
    background: #fff0e6; }
.cart-page .rwd-table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }
  .cart-page .rwd-table tbody td.line-amount {
    max-width: 100px;
    min-width: 80px; }
.cart-page .rwd-table .cart-product-image, .cart-page .rwd-table .cart-product-name {
  display: inline-block;
  vertical-align: middle; }
.cart-page .rwd-table .cart-product-name a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }
.cart-page .rwd-table a.delete-cart-item {
  color: red;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  background: url(../img/icon-bin.svg) no-repeat left center;
  min-height: 22px;
  display: block;
  padding: 3px 0 3px 22px; }
.cart-page .rwd-table a.change-delivery-to-home {
  color: #5a504c;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  background: url(../img/icon-send-home.svg) no-repeat left center;
  min-height: 22px;
  display: block;
  padding: 3px 0 3px 22px; }
  .cart-page .rwd-table a.change-delivery-to-home:link, .cart-page .rwd-table a.change-delivery-to-home:active, .cart-page .rwd-table a.change-delivery-to-home:visited {
    color: #5a504c; }
.cart-page .rwd-table a.change-delivery-to-shop {
  color: #5a504c;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  background: url(../img/icon-send-shop.svg) no-repeat left center;
  min-height: 22px;
  display: block;
  padding: 3px 0 3px 22px; }
  .cart-page .rwd-table a.change-delivery-to-shop:link, .cart-page .rwd-table a.change-delivery-to-shop:active, .cart-page .rwd-table a.change-delivery-to-shop:visited {
    color: #5a504c; }
.cart-page .rwd-table a.change-delivery {
  color: #5a504c;
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  background: url(../img/icon-refresh.svg) no-repeat left center;
  min-height: 22px;
  display: block;
  padding: 3px 0 3px 22px; }
  .cart-page .rwd-table a.change-delivery:link, .cart-page .rwd-table a.change-delivery:active, .cart-page .rwd-table a.change-delivery:visited {
    color: #5a504c; }
  .cart-page .rwd-table a.change-delivery:hover, .cart-page .rwd-table a.change-delivery:focus {
    color: #FF6600; }
.cart-page .rwd-table .cart-product-image {
  width: 70px;
  max-height: 60px;
  margin: 0 10px 0 0; }
  .cart-page .rwd-table .cart-product-image img {
    max-width: 100%; }
.cart-page .rwd-table input[type="number"] {
  max-width: 100px;
  text-align: center;
  padding: 5px 15px 5px 5px;
  border-radius: 4px;
  border: 1px solid #d0c4b3;
  position: relative; }
  .cart-page .rwd-table input[type="number"]::-webkit-inner-spin-button, .cart-page .rwd-table input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5;
    /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
.cart-page .cart-footer {
  background: #e4ddd2;
  padding: 20px; }
  .cart-page .cart-footer .cupon-summary {
    display: inline-block;
    vertical-align: middle; }
    .cart-page .cart-footer .cupon-summary p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .cart-page .cart-footer .cupon-summary .cupon-info, .cart-page .cart-footer .cupon-summary .cupon-actions {
      display: inline-block;
      vertical-align: middle;
      width: 48%; }
    .cart-page .cart-footer .cupon-summary .secondary-button.exchanged, .cart-page .cart-footer .cupon-summary .exchanged.outline-button {
      background: #DAEDE3;
      color: #5a504c; }
  .cart-page .cart-footer .cart-additional-taxes {
    text-align: right; }
  .cart-page .cart-footer .cart-total-price {
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-align: right; }
    .cart-page .cart-footer .cart-total-price .old-price {
      color: #B60202;
      text-decoration: line-through;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem; }
    .cart-page .cart-footer .cart-total-price .current-price {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 27.5px;
      line-height: 3.3rem;
      font-weight: 700; }
.cart-page .main-button {
  display: inline-block;
  float: right; }
.cart-page .empty-cart-message {
  background: url(../img/icon-cart-empty.svg) no-repeat center top;
  padding: 120px 10px 10px 10px;
  max-width: 500px;
  margin: 40px auto;
  text-align: center; }
  .cart-page .empty-cart-message h1 {
    color: #FF6600;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem; }
  .cart-page .empty-cart-message p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

/*end CART PAGE*/
/********************************************************************************* ORDERS */
.rwd-table td a.goto-order {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  display: block;
  background: url(../img/icon-page.svg) no-repeat left center;
  padding-left: 25px; }

.order-detail-info {
  border: 1px solid #dad1c3;
  background: url(../img/icon-info.svg) no-repeat 20px 20px #F7F5F2;
  padding: 20px 20px 20px 90px;
  margin: 0 0 20px 0; }
  .order-detail-info h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    margin: 0; }
  .order-detail-info p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
  .order-detail-info .payment-method, .order-detail-info .shipping-data {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 600px) {
      .order-detail-info .payment-method, .order-detail-info .shipping-data {
        width: 100%;
        display: block;
        clear: both;
        float: none; } }
  .order-detail-info .payment-method p {
    text-transform: uppercase; }

/********************************************************************************* SHOPS */
.shop-map, .overlay-shop-map {
  position: relative; }
  .shop-map .map iframe, .overlay-shop-map .map iframe {
    width: 100%;
    height: 100%;
    min-height: 800px;
    min-height: 65vh; }
  .shop-map .filter-group, .overlay-shop-map .filter-group {
    margin: 0 0 20px 0; }
  .shop-map .shop-map-filters, .overlay-shop-map .shop-map-filters {
    /* position: absolute; */
    position: relative;
    flex: 1;
    /* width: 28%; */
    z-index: 10;
    background: #F7F5F2;
    top: 50%;
    /* left: 10px; */
    /* transform: translateY(-50%); */
    padding: 50px 20px;
    transition: all 0.2s ease-in-out; }
    .shop-map .shop-map-filters:after, .overlay-shop-map .shop-map-filters:after {
      content: "";
      border-left: 20px solid #F7F5F2;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      /* right: -20px;
      top: 50%; */
      /* transform: translateY(-50%);  */
    }
    .shop-map .shop-map-filters.big, .overlay-shop-map .shop-map-filters.big {
      box-shadow: 0 0 50px rgba(90, 80, 76, 0.9);
      background: rgba(90, 80, 76, 0.9);
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      transform: translateY(0);
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 1000; }
      .shop-map .shop-map-filters.big form.big, .overlay-shop-map .shop-map-filters.big form.big {
        margin: 0 auto;
        max-width: 700px;
        padding: 20px;
        background: #ede9e2;
        border-radius: 4px;
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 90%;
        max-height: 90vh;
        overflow-y: auto; }
        @media screen and (max-width: 600px) {
          .shop-map .shop-map-filters.big form.big, .overlay-shop-map .shop-map-filters.big form.big {
            padding-top: 60px; } }
      .shop-map .shop-map-filters.big #trigger-filters, .overlay-shop-map .shop-map-filters.big #trigger-filters {
        position: absolute;
        right: 10px;
        top: 10px;
        background: url(../img/icon-close.svg) no-repeat 10px center #FF6600;
        color: white;
        text-decoration: none;
        padding: 5px 10px 5px 40px;
        border-radius: 4px;
        background-size: 20px; }
        .shop-map .shop-map-filters.big #trigger-filters:hover, .overlay-shop-map .shop-map-filters.big #trigger-filters:hover {
          background: url(../img/icon-close.svg) no-repeat 10px center #cc5200;
          background-size: 20px; }
      .shop-map .shop-map-filters.big .main-filters, .shop-map .shop-map-filters.big .more-fitlers, .overlay-shop-map .shop-map-filters.big .main-filters, .overlay-shop-map .shop-map-filters.big .more-fitlers {
        columns: 2; }
    @media screen and (max-width: 976px) {
      .shop-map .shop-map-filters, .overlay-shop-map .shop-map-filters {
        width: 35%; } }
    @media screen and (max-width: 768px) {
      .shop-map .shop-map-filters, .overlay-shop-map .shop-map-filters {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .shop-map .shop-map-filters, .overlay-shop-map .shop-map-filters {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        width: 100%;
        padding: 20px; } }
    .shop-map .shop-map-filters fieldset, .overlay-shop-map .shop-map-filters fieldset {
      margin: 0; }
    .shop-map .shop-map-filters label, .overlay-shop-map .shop-map-filters label {
      font-weight: 700;
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .shop-map .shop-map-filters label span, .overlay-shop-map .shop-map-filters label span {
        display: block;
        font-weight: 300;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 17.5px;
        line-height: 2.1rem; }
      .shop-map .shop-map-filters label:hover, .overlay-shop-map .shop-map-filters label:hover {
        color: #FF6600; }
    .shop-map .shop-map-filters input[type="checkbox"] + label, .overlay-shop-map .shop-map-filters input[type="checkbox"] + label {
      width: 90%; }
    .shop-map .shop-map-filters ul, .overlay-shop-map .shop-map-filters ul {
      margin: 10px 0; }
    .shop-map .shop-map-filters li, .overlay-shop-map .shop-map-filters li {
      margin: 0; }
      .shop-map .shop-map-filters li label, .overlay-shop-map .shop-map-filters li label {
        font-weight: 400; }
    .shop-map .shop-map-filters input[type="search"], .overlay-shop-map .shop-map-filters input[type="search"] {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .shop-map .shop-map-filters input[type="submit"], .overlay-shop-map .shop-map-filters input[type="submit"] {
      background: url(../img/icon-search.svg) no-repeat 95% center #FF6600;
      padding-right: 50px; }
      .shop-map .shop-map-filters input[type="submit"]:hover, .overlay-shop-map .shop-map-filters input[type="submit"]:hover {
        background: url(../img/icon-search.svg) no-repeat 95% center #cc5200; }
  .shop-map h2, .overlay-shop-map h2 {
    margin: 0;
    color: #5a504c; }
  .shop-map p, .overlay-shop-map p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  .shop-map #search-shop-cp, .overlay-shop-map #search-shop-cp {
    max-width: 250px;
    margin: 0 0 10px 0; }

/* .search-shops-form .main-filters fieldset:first-child label, .shop-map .main-filters fieldset:first-child label, .overlay-shop-map .main-filters fieldset:first-child label {
  color: #FF6600;
  text-transform: uppercase;
  background: url("../img/icon-cart.svg") no-repeat 20px center;
  background-size: 20px;
  padding-left: 45px; } */

a.trigger-main-filters {
  color: #FF6600;
  margin: 10px 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  text-decoration: underline;
  display: none; }

.popup-map {
  max-width: 350px; }
  .popup-map h1 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem; }
  .popup-map p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    margin: 0; }
    .popup-map p:last-child {
      margin-bottom: 10px; }
  .popup-map a:hover {
    text-decoration: underline; }
  .popup-map .shop-message-feedback-error {
    display: block;
    margin: 3px 0; }

.set-favorite-shop img, .set-favorite-shop .fav-text {
  display: inline-block;
  vertical-align: top; }
.set-favorite-shop .fav-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  margin: 0 0 0 5px; }

.shop-favorited a.set-favorite-shop {
  background: #FF6600;
  color: white;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 3px;
  position: relative; }
  .shop-favorited a.set-favorite-shop:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FF6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px; }

.shop-message-feedback {
  color: #11AD9E;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  font-weight: 700; }

/********************************************************************************* SHOP DETAIL */
body.shop-detail .center-wrapper {
  max-width: none; }
  body.shop-detail .center-wrapper .center-wrapper {
    max-width: 1470px;
    margin: 0 auto; }
body.shop-detail .footer-highlighted .center-wrapper {
  max-width: 1470px;
  margin: 0 auto; }

.main-shop-header {
  position: relative;
  margin: 0 auto 30px auto;
  max-width: 1470px; }
  .main-shop-header .main-shop-image {
    height: 450px; }
    .main-shop-header .main-shop-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-shop-header .shop-name {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%; }
    .main-shop-header .shop-name h1 {
      position: relative;
      margin: 0;
      padding: 0 0 0 70px;
      text-transform: capitalize; }
      .main-shop-header .shop-name h1:before {
        content: url(../img/imagotip-shop-title.svg);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 53px;
        height: 53px; }
    .main-shop-header .shop-name .fav-shop {
      float: right;
      position: relative;
      z-index: 100;
      text-align: right; }
      .main-shop-header .shop-name .fav-shop .shop-favorited a.set-favorite-shop {
        max-height: 25px; }
        .main-shop-header .shop-name .fav-shop .shop-favorited a.set-favorite-shop:before {
          content: "";
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid #FF6600;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -10px; }
      .main-shop-header .shop-name .fav-shop .shop-message-feedback-error {
        display: block; }

.shop-summary {
  background: #F7F5F2;
  padding: 20px;
  margin: 40px auto;
  position: relative;
  box-shadow: 2px 2px 9px rgba(90, 80, 76, 0.8);
  transform: rotate(-2deg);
  max-width: 95%; }
  .shop-summary:before {
    content: url(../img/icon-clip.svg);
    position: absolute;
    top: -12px;
    right: 20px; }

.shop-information {
  padding: 15px;
  transform: rotate(2deg); }
  .shop-information li {
    margin: 0;
    padding: 6px 0 6px 45px; }
    .shop-information li.geo {
      background: url(../img/icon-shop-geolocation.svg) no-repeat left center; }
    .shop-information li.email {
      background: url(../img/icon-shop-contact.svg) no-repeat left center; }
    .shop-information li.phone {
      background: url(../img/icon-shop-phone.svg) no-repeat left center; }
    .shop-information li.whatsapp {
      background: url(../img/icon-shop-whatsapp.png) no-repeat left center; 
      background-position-x: -18px;
      background-size: 64px 64px;
    }
    .shop-information li.web {
      background: url(../img/icon-shop-website.png) no-repeat left center;  
      background-position-x: -18px;
      background-size: 64px 64px;
    }
    .shop-information li.schedule {
      background: url(../img/icon-shop-schedule.svg) no-repeat left center; }
    .shop-information li.gps {
      background: url(../img/icon-shop-gps.svg) no-repeat left center; }
    .shop-information li.languages {
      background: url(../img/icon-shop-languages.svg) no-repeat left center; }
    .shop-information li.delivery {
      background: url(../img/icon-shop-delivery.svg) no-repeat left center; }
    .shop-information li.parking {
      background: url(../img/icon-shop-parking.svg) no-repeat left center; }
    .shop-information li.cooperative {
      background: url(../img/icon-shop-cooperative.svg) no-repeat left center; }

.shop-map iframe {
  width: 100%; }

.shop-services {
  margin: 40px 0 30px 0;
  background: url(../img/icon-list-big.svg) no-repeat left 20px;
  background-size: 50px;
  padding: 10px 10px 20px 90px; }
  .shop-services h2 {
    margin: 0 0 5px 0; }
    .shop-services h2 .shop-services-claim {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem;
      margin-top: -5px; }
  .shop-services li {
    margin: 0 0 2px 0;
    padding: 0;
    border-bottom: 1px solid #d0c4b3; }

.shop-detailed-info {
  background: #F7F5F2;
  padding: 30px; }

.shop-videos {
  position: relative;
  margin: 0 0 30px 0; }
  .shop-videos .shop-tour {
    margin: 0 0 20px 0;
    position: relative;
    /*make responsive iframe child*/
    /*overflow: hidden;*/
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    /*end make responsive iframe child*/
    /*make responsive iframe child*/
    /*end make responsive iframe child*/ }
    .shop-videos .shop-tour:nth-child(1) {
      margin-top: -85px; }
      @media screen and (max-width: 976px) {
        .shop-videos .shop-tour:nth-child(1) {
          margin-top: 0px; } }
    .shop-videos .shop-tour:before {
      content: url(../img/360-tour.svg);
      position: absolute;
      right: 30px;
      top: -40px;
      width: 116px;
      height: 101px;
      z-index: 1000; }
      @media screen and (max-width: 375px) {
        .shop-videos .shop-tour:before {
          display: none; } }
    .shop-videos .shop-tour iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
  .shop-videos iframe, .shop-videos .video-wrap {
    margin: 0 0 20px 0; }

.shop-detailed-info.flexslider {
  margin: 25px 0 !important; }
  .shop-detailed-info.flexslider .flex-viewport {
    height: 380px !important; }
  .shop-detailed-info.flexslider .slides > li {
    height: 380px;
    overflow: hidden; }
    .shop-detailed-info.flexslider .slides > li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .shop-detailed-info.flexslider .flex-control-nav {
    bottom: 20px; }

/********************************************************************************* ACCESS */
.login-form input[type="email"], .login-form input[type="password"] {
  margin: 0 0 20px 0; }

.accept-policy {
  margin: 10px 0; }
  .accept-policy label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  .accept-policy a {
    color: #FF6600; }

.login-with-facebook {
  border-top: 2px dashed #e4ddd2;
  margin: 30px auto;
  padding: 20px 0;
  text-align: center; }
  .login-with-facebook img:hover {
    cursor: pointer; }
  .cart-checkout .login-with-facebook {
    border-top: none;
    border-bottom: 2px dashed #e4ddd2; }

.login-page h1, .register-page h1 {
  margin: 0; }
.login-page .cta-access, .register-page .cta-access {
  border-top: 5px dashed #e4ddd2;
  margin: 30px 0;
  padding: 20px 0;
  text-align: center; }
  .login-page .cta-access .secondary-button, .login-page .cta-access .outline-button, .register-page .cta-access .secondary-button, .register-page .cta-access .outline-button {
    display: inline-block; }

input + .error {
  color: #B60202; }
  input + .error p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.register-page label {
  font-weight: 700; }

.recover-password-page input {
  margin: 0 0 10px 0; }

.form-error-list {
  color: #B60202; }
  .form-error-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

/********************************************************************************* BLOG */
.open-categories {
  display: none; }

.posts-list {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  height: auto; }
  .posts-list li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0;
    margin: 0 0 30px 0; }
    .posts-list li p {
      margin: 0; }
  .posts-list .post-image {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 10px 0 0; }
    .posts-list .post-image img {
      max-width: 100%; }
  .posts-list .post-info {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    float: right; }
  .posts-list .post-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 700; }
    .posts-list .post-title:hover {
      color: #FF6600; }
  .posts-list .post-date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem;
    font-style: italic;
    margin: 0 0 5px 0;
    color: #90827c; }
  .posts-list .post-summary {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.post-detail h1 {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32.5px;
  line-height: 3.9rem; }
.post-detail .post-image {
  text-align: center;
  margin: 0 0 30px 0; }
  .post-detail .post-image a {
    display: block; }
  .post-detail .post-image img {
    max-width: 100%; }
.post-detail .post-info {
  margin: 30px 0;
  text-align: center; }
.post-detail .post-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.8rem;
  font-style: italic;
  margin: 0 0 5px 0;
  color: #90827c; }

/*CATEGORIES*/
.blog-categories {
  background: #F7F5F2;
  position: relative;
  padding: 30px 20px;
  margin: 0 0 30px 0; }
  .blog-categories h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem;
    margin: 0 0 20px 0;
    color: #FF6600; }
  .blog-categories li {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #e4ddd2; }
    .blog-categories li a {
      display: block; }
    .blog-categories li.current a {
      color: #FF6600; }
  .blog-categories .number-of-categories {
    float: right;
    text-align: right; }

/********************************************************************************* OPTICONSEJO */
.opticonsejo.full-width {
  margin: 0 0 50px 0; }
  @media screen and (min-width: 976px) {
    .opticonsejo.full-width {
      max-width: 80%;
      margin: 0 auto 50px auto; } }
@media screen and (min-width: 976px) {
  .opticonsejo-page .opticonsejo.full-width {
    max-width: none;
    margin: 0 auto 50px auto; } }
.opticonsejo h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.7rem;
  margin: 0 0 5px 0; }
  .opticonsejo h3 a {
    text-decoration: underline; }
.opticonsejo h4 {
  margin: 0 0 5px 0; }
.one-third-column .opticonsejo {
  padding: 120px 20px 20px 20px; }
  .one-third-column .opticonsejo:before {
    transform: translateX(-50%) rotate(90deg) scale(0.8);
    top: -43px;
    left: 50%; }

.opticonsejo-page h1 {
  text-align: center; }
.opticonsejo-page .opticonsejo .secondary-button, .opticonsejo-page .opticonsejo .outline-button {
  display: none; }

.opticonsejo-list {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: row;
  /*IE10*/
  -ms-flex-wrap: wrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: row;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: wrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  height: auto; }
  .opticonsejo-list li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0;
    margin: 0 0 30px 0; }
    .opticonsejo-list li p {
      margin: 0; }
  .opticonsejo-list .opticonsejo-image {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 10px 0 0; }
    .opticonsejo-list .opticonsejo-image img {
      max-width: 100%; }
  .opticonsejo-list .opticonsejo-info {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    float: right; }
  .opticonsejo-list .opticonsejo-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem;
    font-weight: 700; }
    .opticonsejo-list .opticonsejo-title:hover {
      color: #FF6600; }
  .opticonsejo-list .opticonsejo-summary {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.opticonsejo-detail {
  margin: 0 0 30px 0; }
  .opticonsejo-detail h1 {
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32.5px;
    line-height: 3.9rem; }
  .opticonsejo-detail .opticonsejo-image {
    text-align: center;
    margin: 0 0 30px 0; }
    .opticonsejo-detail .opticonsejo-image img {
      max-width: 100%; }
  .opticonsejo-detail .opticonsejo-info {
    margin: 30px 0;
    text-align: center; }

.subscribe-to-opticonsejo .mailchimp-subscribe-error {
  color: red;
  font-weight: 700;
  margin: 7px 0; }

.mailchimp-subscribe-feedback {
  background: #50AB07;
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 4px; }
  .mailchimp-subscribe-feedback p {
    margin: 0; }

/********************************************************************************* CONTACT */
.shop-timetable {
  background: url(../img/icon-place.svg) no-repeat 15px 25px #ede9e2;
  padding: 20px 20px 20px 45px;
  border-radius: 3px;
  margin: 0 0 20px 0;
  border-top: 5px double #FF6600; }
  .shop-timetable h2 {
    margin: 0; }
  .shop-timetable p {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.contact-telephone {
  background: url(../img/icon-telephone-orange.svg) no-repeat 15px 25px #ede9e2;
  padding: 20px 20px 20px 45px;
  border-radius: 3px;
  margin: 0 0 20px 0;
  border-top: 5px double #FF6600; }
  .contact-telephone h2 {
    margin: 0; }
  .contact-telephone p {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.online-chat {
  background: url(../img/icon-chat.svg) no-repeat 15px 25px #ede9e2;
  padding: 20px 20px 20px 45px;
  border-radius: 3px;
  margin: 0 0 20px 0;
  border-top: 5px double #FF6600; }
  .online-chat h2 {
    margin: 0; }
  .online-chat p {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

.contact-page h1 {
  margin: 0; }

/********************************************************************************* CATALOGS */
.catalog-page h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22.5px;
  line-height: 2.7rem; }

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 30px 0; }
  .catalog-list .catalog-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 30%; }
    .catalog-list .catalog-thumbnail img {
      max-width: 100%;
      max-height: 100%; }
  .catalog-list .catalog-item {
    border: 1px solid #ede9e2;
    padding: 10px;
    margin: 0;
    transition: all 0.2s ease-in-out; }
    .catalog-list .catalog-item:hover {
      border: 1px solid #FF6600; }
      .catalog-list .catalog-item:hover .catalog-name {
        color: #FF6600; }
  .catalog-list .catalog-summary {
    display: inline-block;
    width: 65%;
    padding: 0 0 0 20px;
    box-sizing: border-box; }
    .catalog-list .catalog-summary .catalog-name {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem;
      margin: 0; }
    .catalog-list .catalog-summary .catalog-download {
      display: inline-block;
      background: url("../img/icon-download.svg") no-repeat 15px center #F7F5F2;
      padding: 10px 40px 10px 40px;
      margin: 20px 0;
      transition: all 0.2s ease-in-out;
      border-radius: 4px; }
      .catalog-list .catalog-summary .catalog-download:hover, .catalog-list .catalog-summary .catalog-download:active {
        background: url("../img/icon-download.svg") no-repeat 15px center #ede9e2; }
  @media screen and (max-width: 1100px) {
    .catalog-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 800px) {
    .catalog-list {
      grid-template-columns: 1fr; } }

/*
=======================
MEDIA QUERIES
=======================
*/
@media screen and (min-width: 1471px) {
  .header .logo {
    -webkit-box-flex: 0 0 25%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 25%;
    /*IE10*/
    -webkit-flex: 0 0 25%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 25%;
    min-width: 0; }
  .header .top-search {
    -webkit-box-flex: 0 0 30%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 30%;
    /*IE10*/
    -webkit-flex: 0 0 30%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 30%;
    min-width: 0;
    margin: 0; }
  .header .top-actions {
    -webkit-box-flex: 0 0 45%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 45%;
    /*IE10*/
    -webkit-flex: 0 0 45%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 45%;
    min-width: 0; }
  .header .search-shops {
    width: 45%; }
  .header .login {
    width: auto;
    padding: 0 10px;
    margin: 0 10px; }
  .header .newsletter-top {
    display: inline-block;
    vertical-align: top; } }
@media screen and (max-width: 1700px) {
  .header .search-shops {
    width: 40%; } }
@media screen and (min-width: 1200px) {
  .shop-map .shop-map-filters {
    width: 25%; } }
@media screen and (max-width: 1470px) {
  .center-wrapper {
    padding: 0 10px; }

  .two-third-column.home-slides {
    -webkit-box-flex: 0 0 55%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 55%;
    /*IE10*/
    -webkit-flex: 0 0 55%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 55%;
    min-width: 0; }

  .one-third-column.home-search-shops {
    -webkit-box-flex: 0 0 40%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 40%;
    /*IE10*/
    -webkit-flex: 0 0 40%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 40%;
    min-width: 0; }

  .main-menu ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem; }
    .main-menu ul li a {
      padding: 10px 6px; }

  .header .logo {
    -webkit-box-flex: 0 0 25%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 25%;
    /*IE10*/
    -webkit-flex: 0 0 25%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 25%;
    min-width: 0; }
  .header .top-search {
    -webkit-box-flex: 0 0 30%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 30%;
    /*IE10*/
    -webkit-flex: 0 0 30%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 30%;
    min-width: 0;
    margin: 0; }
  .header .top-actions {
    -webkit-box-flex: 0 0 45%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 45%;
    /*IE10*/
    -webkit-flex: 0 0 45%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 45%;
    min-width: 0; }
  .header .search-shops {
    width: 47%; }
  .header .login {
    width: auto;
    padding: 0 10px;
    margin: 0 5px; }

  .search-shops-form:after {
    content: url(../img/optimus-foto-home3.png); }

  .main-shop-header .shop-name {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto; }
    .main-shop-header .shop-name .fav-shop {
      order: 2;
      float: none;
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      margin-top: -30px; }
    .main-shop-header .shop-name h1 {
      order: 1;
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0; } }
@media screen and (max-width: 1360px) {
  .main-menu ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
    .main-menu ul li a {
      padding: 10px 7px; }

  /*.financing {
      display: block;
      width: 100%;
      float: none;
      margin: 30px 0 0 0;

      .style-select, select{
          max-width: 300px;
      }
  }*/ }
@media screen and (max-width: 1200px) {
  .product-list li {
    -webkit-box-flex: 0 0 24%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 24%;
    /*IE10*/
    -webkit-flex: 0 0 24%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 24%;
    min-width: 0; }
    .two-third-column .product-list li {
      -webkit-box-flex: 0 0 31%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 31%;
      /*IE10*/
      -webkit-flex: 0 0 31%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 31%;
      min-width: 0; }

  .main-menu .third-menu-area .third-menu li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

  .shop-map .shop-map-filters {
    width: 30%; } }
@media screen and (max-width: 1160px) {
  .main-menu ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.8rem; }
    .main-menu ul li a {
      padding: 10px 6px; } }
@media screen and (max-width: 1100px) {
  .search-shops-form:after {
    content: url(../img/optimus-foto-home.png); } }
@media screen and (max-width: 976px) {
  .main-menu #pull, .main-menu #pull-webapp-menu-small-web {
    display: block; }
  .main-menu ul {
    display: none; }
    .main-menu ul li {
      display: block;
      border-bottom: 1px solid #5a504c;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .main-menu ul li a {
        background: #F7F5F2;
        color: #5a504c; }
        .main-menu ul li a:link, .main-menu ul li a:visited, .main-menu ul li a:active {
          color: #5a504c; }
        .main-menu ul li a:hover {
          background: #e4ddd2;
          color: #5a504c; }
      .main-menu ul li.active a {
        color: white; }

  .secondary-menu-area {
    display: none !important; }

  .two-third-column.home-slides {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    margin: 0 0 20px 0; }

  .one-third-column.home-search-shops {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    margin: 0; }

  .header .logo {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    text-align: center;
    margin: 0; }
  .header .top-search {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    max-width: 50%;
    margin: 10px auto; }
  .header .top-actions {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    text-align: left;
    position: relative; }
  .header .search-shops {
    width: 100%; }
  .header .login {
    width: auto;
    padding: 0 10px;
    margin: 0 10px; }
  .header .cart {
    width: auto;
    float: right;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 0; }
  .header .loggedin-menu {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    border-left: none;
    border-right: none;
    background: #F7F5F2; }
    .header .loggedin-menu li {
      -webkit-box-flex: 1 0;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 1 0;
      /*IE10*/
      -webkit-flex: 1 0;
      /*android 4.3, IE mobile, Safari*/
      flex: 1 0;
      min-width: 0;
      text-align: center; }

  .product-list li {
    -webkit-box-flex: 0 0 31%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 31%;
    /*IE10*/
    -webkit-flex: 0 0 31%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 31%;
    min-width: 0; }
    .two-third-column .product-list li {
      -webkit-box-flex: 0 0 48%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 48%;
      /*IE10*/
      -webkit-flex: 0 0 48%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 48%;
      min-width: 0; }

  .footer-highlighted li {
    width: 48%;
    margin: 0 0 20px 0; }

  .footer-actions .footer-menu {
    display: block;
    vertical-align: top;
    margin: 0 0 20px 0; }
  .footer-actions .social-links {
    display: inline-block;
    vertical-align: top; }
  .footer-actions .blog-banner {
    display: inline-block;
    vertical-align: top; }

  .product-search-filters .filter-group label {
    width: 70%; }

  .cart-page .cart-footer {
    text-align: center; }
    .cart-page .cart-footer .cupon-summary {
      display: block;
      margin: 0 0 20px 0; }
      .cart-page .cart-footer .cupon-summary .cupon-info, .cart-page .cart-footer .cupon-summary .cupon-actions {
        display: block;
        width: 100%; }
    .cart-page .cart-footer .cart-total-price {
      display: block;
      float: none;
      text-align: center; }

  .opticonsejo-list li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0; }
  .opticonsejo-list .opticonsejo-image {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    margin: 0 10px 0 0; }
  .opticonsejo-list .opticonsejo-info {
    width: 100%;
    display: block;
    clear: both;
    float: none; }

  .posts-list .post-image {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    margin: 0 10px 0 0; }
  .posts-list .post-info {
    width: 100%;
    display: block;
    clear: both;
    float: none; }

  .shop-summary .two-third-column + .one-third-column, .shop-detail-content .two-third-column + .one-third-column {
    margin: 0; }
  .shop-summary .one-third-column, .shop-summary .two-third-column, .shop-detail-content .one-third-column, .shop-detail-content .two-third-column {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    margin: 0 0 30px 0; }

  .delivery-time {
    width: 100%;
    display: block;
    clear: both;
    float: none; }

  .search-shops-form {
    padding: 20px 20px 80px 20px; }
    .search-shops-form .one-third-column {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0; }
      .search-shops-form .one-third-column + .two-third-column {
        -webkit-box-flex: 0 0 100%;
        /*iOS6, Safari 3.1-6*/
        -ms-flex: 0 0 100%;
        /*IE10*/
        -webkit-flex: 0 0 100%;
        /*android 4.3, IE mobile, Safari*/
        flex: 0 0 100%;
        min-width: 0;
        margin: 0; }
    .search-shops-form .business-values img.big {
      -webkit-box-flex: 1 0;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 1 0;
      /*IE10*/
      -webkit-flex: 1 0;
      /*android 4.3, IE mobile, Safari*/
      flex: 1 0;
      min-width: 0;
      height: auto;
      margin: 0; }
    .search-shops-form form {
      max-width: none; }
    .search-shops-form.big:after {
      content: url(../img/optimus-foto-home.png); }
    .search-shops-form input[type="checkbox"] + label {
      width: 94%; }

  .shop-map .shop-map-filters {
    width: 35%; }
    .shop-map .shop-map-filters label {
      max-width: 90%; }

  .shop-page .half-column {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    margin: 0 0 30px 0; }
  .shop-page .shop-tour {
    margin: 30px 0; }

  .cart-page .rwd-table td a.change-delivery {
    width: 165px; }

  .main-shop-header .shop-name .fav-shop {
    margin-top: 0;
    padding-left: 70px;
    text-align: left; }

  .others-category-list-page .category-list-items li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0;
    margin: 0 10px 30px 0; }

  .financing, .add-to-cart form {
    width: 100%;
    display: block; } }
@media screen and (max-width: 768px) {
  body {
    -webkit-overflow-scrolling: touch; }

  .banners-home li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0; }

  .one-third-column.home-search-shops {
    margin: 50px 0 0 0; }

  .product-list li {
    -webkit-box-flex: 0 0 48%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 48%;
    /*IE10*/
    -webkit-flex: 0 0 48%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 48%;
    min-width: 0; }

  .product-detail .one-third-column {
    order: 2; }
    .product-detail .one-third-column + .two-third-column {
      order: 1; }

  .add-to-cart form {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    margin: 0 0 30px 0; }

  .cupon {
    width: 100%;
    display: block;
    clear: both;
    float: none; }

  .shop-map .shop-map-filters {
    width: 100%; }
    .shop-map .shop-map-filters:after {
      display: none; }

  input[type="checkbox"] + label, input[type="radio"] + label {
    max-width: 92%; }

  .user-type li a {
    padding: 10px; }

  .data-block label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

  .footer-actions .social-links {
    float: right; }
  .footer-actions .customer-service {
    margin: 0 20px 0 0; }

  .cart-summary {
    position: relative !important; }

  .flexslider .flex-viewport {
    height: auto !important; }

  .flexslider .slides > li {
    height: auto; } }
@media screen and (max-width: 767px) {
  .footer-actions .blog-banner {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: 0 0 20px 0; }
  .footer-actions .customer-service {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: 0 0 20px 0; }
  .footer-actions .social-links {
    width: 100%;
    display: block;
    clear: both;
    float: none;
    text-align: center;
    margin: 0 0 20px 0; } }
@media screen and (max-width: 600px) {
  .top-info p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

  .header {
    padding: 10px; }
    .header .logo img {
      max-width: 200px; }
    .header .top-actions {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      text-align: left; }
    .header .search-shops {
      width: 90%;
      margin: 0 0 10px 0;
      background: none;
      padding: 0; }
      .header .search-shops p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0; }
      .header .search-shops br {
        display: none; }
    .header .login {
      width: auto;
      padding: 0;
      margin: 0 0 10px 0;
      border: none;
      text-align: center; }
      .header .login p {
        display: inline-block;
        vertical-align: top; }
    .header .top-search {
      max-width: none; }
    .header .cart {
      width: 100%;
      float: right;
      text-align: right;
      position: absolute;
      top: 15px;
      right: 10px; }

  .banners-home li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }

  .product-list li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }
    .two-third-column .product-list li {
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0; }
  .product-list .product-info {
    height: auto;
    min-height: 1px; }

  body.home .product-list .product-info {
    height: auto;
    min-height: 1px; }

  .selling-brands li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }

  .opticonsejo {
    padding: 160px 20px 20px 20px; }
    .opticonsejo:before {
      transform: rotate(90deg);
      left: 30px;
      top: -30px; }

  .footer-highlighted li {
    width: 100%;
    margin: 0; }
    .footer-highlighted li:nth-child(1) {
      padding-left: 85px; }
    .footer-highlighted li:nth-child(2) {
      padding-left: 85px;
      background-position: 10px top; }
    .footer-highlighted li:nth-child(3) {
      padding-left: 85px;
      background-position: 20px top; }
    .footer-highlighted li:nth-child(4) {
      padding-left: 85px; }

  .footer-actions .footer-menu .footer-menu-group {
    display: block;
    margin: 0 0 20px 0; }
  .footer-actions .social-links {
    display: block;
    margin: 0 0 20px 0;
    clear: both;
    float: none; }
  .footer-actions .blog-banner {
    display: block;
    margin: 0 0 20px 0;
    clear: both;
    float: none; }

  .footer .credits {
    display: block;
    float: none;
    margin: 20px 0 0 0; }

  .opticonsejo-list li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }

  .posts-list li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }

  .shop-services {
    background: #f1eee9;
    padding: 20px; }

  .opticonsejo h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem; }
  .opticonsejo p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  .opticonsejo h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.4rem;
    margin: 0 0 5px 0; }
  .opticonsejo.full-width {
    margin: 0 0 30px 0; }

  .secondary-button, .outline-button {
    padding: 10px 20px; }

  .cart-summary .cart-summary-products .cart-summary-products-ammount {
    float: none;
    text-align: left;
    display: block; }

  .cart-page .rwd-table td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #d6d1cf;
    padding: 3px 5px; }
    .cart-page .rwd-table td:before {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    .cart-page .rwd-table td[data-th="Producto"] {
      text-align: center;
      padding: 10px 0; }
      .cart-page .rwd-table td[data-th="Producto"]:before {
        display: none; }
    .cart-page .rwd-table td .cart-product-image, .cart-page .rwd-table td .cart-product-name {
      display: block;
      text-align: center;
      width: 100%; }
      .cart-page .rwd-table td .cart-product-image img, .cart-page .rwd-table td .cart-product-name img {
        max-height: 50px; }
    .cart-page .rwd-table td a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
      .cart-page .rwd-table td a.delete-cart-item {
        background-position: right;
        padding: 5px 20px 5px 0; }
      .cart-page .rwd-table td a.change-delivery {
        background-position: right;
        padding: 3px 22px 3px 0;
        width: 100%; }

  .cart-page .rwd-table tbody td.line-amount {
    max-width: none; }

  .header .logo {
    order: 1; }
  .header .main-menu {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    order: 2; }
  .header .top-search {
    order: 3;
    display: block;
    clear: both;
    float: none; }
  .header .top-actions {
    order: 4; }

  .product-detail h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem;
    line-height: 20px;
    line-height: 2rem;
    margin: 10px 0; }

  .breadcrumb {
    margin: 0 0 20px 0;
    display: none; }
    .breadcrumb li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      margin: 0; }

  .category-list-page .category-list-items li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; }

  a.add-to-cart.main-button.store-pickup, a.add-to-cart-cyc.main-button.store-pickup, a.main-button.store-pickup {
    display: block;
    margin: 0 0 10px 0;
    padding: 8px 10px 7px 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

  .add-to-cart input[type="submit"].main-button {
    display: block;
    padding: 8px 10px 7px 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }

  .search-shops-form .main-filters, .more-fitlers {
    columns: 1; }

  .home-product-list {
    padding: 40px 0; }

  .product-detail h1 .highlighted-product-detail {
    display: block;
    margin: 5px 0;
    text-align: center; }

  .shop-summary {
    transform: none;
    padding: 10px;
    max-width: 100%; }
    .shop-summary:before {
      right: 5px; }

  .shop-information {
    transform: none; }
    .shop-information li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }

  .others-category-list-page .category-list-items li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0;
    margin: 0 0 30px 0; }

  .main-categories-banners .main-categories-banners-list li {
    -webkit-box-flex: 0 0 100%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 100%;
    /*IE10*/
    -webkit-flex: 0 0 100%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 100%;
    min-width: 0; } }
@media screen and (max-width: 450px) {
  .header .logo {
    text-align: left; }
  .header .cart {
    top: 20px;
    right: 0px; }

  .search-shops-form {
    padding: 15px; }
    .search-shops-form .one-third-column {
      display: none; }
    .search-shops-form .postalcode {
      max-width: none; }
    .search-shops-form:after {
      display: none; }
    .search-shops-form.big:after {
      display: none; }
    .search-shops-form form {
      padding: 10px; }
    .search-shops-form input[type="checkbox"] + label {
      width: 90%; } }
/*retina*/
/*

/*
=======================
END MEDIA QUERIES
=======================
*/
/********************************************************************************* IE's */
/*Internet Explorer 10*/
/*end Internet Explorer 10*/
/*end PROJECT CUSTOM STYLES*/
/*NO FLEXBOX*/
.no-flexbox .flex-content {
  display: table !important;
  width: 100%; }
.no-flexbox .row {
  width: 100%;
  display: block;
  clear: both;
  vertical-align: top;
  padding: 5px 0; }
.no-flexbox .one-third-column {
  width: 33%;
  display: inline-block;
  vertical-align: top; }
  .no-flexbox .one-third-column + .two-third-column {
    width: 66%;
    display: inline-block;
    float: right; }
.no-flexbox .two-third-column {
  width: 66%;
  display: inline-block;
  vertical-align: top; }
  .no-flexbox .two-third-column + .one-third-column {
    width: 33%;
    display: inline-block;
    float: right; }
.no-flexbox .one-fourth-column {
  width: 22%;
  display: inline-block;
  vertical-align: top; }
  .no-flexbox .one-fourth-column:last-child {
    float: right; }
.no-flexbox .three-fourth-column {
  width: 75%;
  display: inline-block;
  vertical-align: top; }
  .no-flexbox .three-fourth-column:last-child {
    float: right; }
.no-flexbox .half-column {
  width: 47%;
  display: inline-block;
  vertical-align: top; }
  .no-flexbox .half-column + .half-column {
    float: right; }

/*NO SVG*/
/*NO NTH-CHILD*/
/*NO RGBA*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  /*custom*/
  color: #f60; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  /*custom*/
  color: #f60; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px;
  /*custom*/
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  /*custom*/
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 2.1rem;
  padding-right: 10px; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/*custom*/
.cc-window.cc-banner {
  padding: 8px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.cc-message a {
  text-decoration: underline;
  color: #f60; }

/*
=======================
WEBAPP
=======================
*/
body.web-app {
  width: 100%;
  display: -webkit-box;
  /*iOS6, Safari 3.1-6*/
  display: -ms-flexbox;
  /*IE10*/
  -ms-flex-direction: column;
  /*IE10*/
  -ms-flex-wrap: nowrap;
  /*IE10*/
  -ms-align-items: stretch;
  -ms-align-content: stretch;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  /*android 4.3, IE mobile, Safari*/
  -webkit-flex-direction: column;
  /*iOS6, Safari 3.1-6*/
  -webkit-flex-wrap: nowrap;
  /*iOS6, Safari 3.1-6*/
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  min-height: 100%;
  height: auto;
  padding-top: 120px;
  -webkit-overflow-scrolling: touch;
  /*DISPLAY NONE*/
  /*HOME*/
  /*end HOME*/
  /*PRODUCTS*/
  /*end PRODUCTS*/
  /*MENU*/
  /*END MENU*/
  /*TIENDAS*/
  /*end TIENDAS*/
  /*BLOG*/
  /*end BLOG*/
  /*CART*/
  /*end CART*/
  /*CONTACT*/
  /*end CONTACT*/ }
  body.web-app.frozen {
    overflow: hidden;
    height: 100vh !important;
    -webkit-overflow-scrolling: disabled; }
  body.web-app .cc-window.cc-banner, body.web-app .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-1807446808.cc-invisible {
    display: none !important; }
  body.web-app .status-bar-bg {
    position: fixed;
    width: 100%;
    height: 10px;
    background: white;
    z-index: 100;
    top: 0;
    left: 0;
    /*l'Adrià posa aquest espai directament a l'app, per tant, no cal que hi hagi això per CSS*/ }
  body.web-app h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 3rem; }
  body.web-app p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  body.web-app .error p:empty {
    margin: 0;
    padding: 0;
    visibility: hidden; }
  body.web-app input[type="text"], body.web-app input[type="email"], body.web-app input[type="password"], body.web-app input[type="tel"], body.web-app input[type="search"] {
    padding: 5px 10px;
    margin: 0 0 5px 0; }
  body.web-app .top-info, body.web-app .header, body.web-app .main-menu, body.web-app .center-wrapper, body.web-app .footer-highlighted, body.web-app .footer-actions, body.web-app .footer {
    -webkit-box-flex: 1 0;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 1 0;
    /*IE10*/
    -webkit-flex: 1 0;
    /*android 4.3, IE mobile, Safari*/
    flex: 1 0;
    min-width: 0;
    height: auto; }
  body.web-app .header {
    padding: 0 5px;
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    height: auto;
    position: fixed;
    z-index: 100;
    background: white;
    /*l'Adrià posa aquest espai directament a l'app, per tant, no cal que hi hagi això per CSS*/
    top: 10px;
    left: 0;
    width: 100%; }
    body.web-app .header .logo {
      display: none; }
  body.web-app .top-webapp-bar {
    display: block;
    width: 100%; }
    body.web-app .top-webapp-bar li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0;
      position: relative; }
      body.web-app .top-webapp-bar li.goback {
        width: 30px;
        height: 36px; }
        body.web-app .top-webapp-bar li.goback a {
          background: url(../img/arrow-left-pager.svg) no-repeat center center;
          display: block;
          width: 30px;
          height: 100%; }
      body.web-app .top-webapp-bar li.gotocart {
        width: 60px;
        float: right;
        margin: 0 15px 0 0; }
        body.web-app .top-webapp-bar li.gotocart .cart .cart-items {
          background: url(../img/icon-cart-medium.svg) no-repeat 95% center; }
      body.web-app .top-webapp-bar li .cart {
        position: relative;
        top: auto;
        right: auto;
        float: none; }
      body.web-app .top-webapp-bar li a#pull-webapp-user {
        padding: 6px 10px;
        background: #FF6600;
        display: block;
        color: white;
        height: 40px;
        background: url(../img/icon-user.svg) no-repeat center center #FF6600;
        padding-left: 40px; }
      body.web-app .top-webapp-bar li a#pull-webapp-menu {
        padding: 6px 10px;
        background: url(../img/icon-mobile-menu.svg) no-repeat center center #F7F5F2;
        display: block;
        padding-left: 40px;
        text-align: left;
        height: 40px; }
    body.web-app .top-webapp-bar .top-search-results li {
      display: block;
      width: 100%;
      text-align: left; }
    body.web-app .top-webapp-bar .logo-app {
      display: block;
      padding: 10px 0 0 5px;
      width: 90px;
      text-align: center; }
      body.web-app .top-webapp-bar .logo-app img {
        width: 85px; }
  body.web-app .cart .cart-total {
    font-size: 10px;
    font-size: 1rem;
    line-height: 12.5px;
    line-height: 1.5rem; }
  body.web-app .search-results .search-results__group li a, body.web-app .top-search-results .search-results__group li a {
    font-weight: 700; }
  body.web-app .header .top-search .search-button {
    top: 0; }
  body.web-app .top-info, body.web-app .main-menu, body.web-app .blog-banner, body.web-app .search-shops-cta, body.web-app .banners-home, body.web-app .footer, body.web-app .breadcrumb, body.web-app .product-search-filters:before, body.web-app .footer-actions, body.web-app .product-search-filters, body.web-app .one-third-column .opticonsejo, body.web-app .product-documents h3 {
    display: none; }
  body.web-app.home .row {
    margin: 20px 0; }
  body.web-app.home .opticonsejo {
    display: none; }
  body.web-app.home .center-wrapper .center-wrapper {
    padding: 0; }
  body.web-app.home .top-webapp-bar li.goback {
    display: none; }
  body.web-app .home-search-shops {
    margin: 20px 0 0 0; }
    body.web-app .home-search-shops h1 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem;
      margin: 0 0 10px 0; }
    body.web-app .home-search-shops h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem; }
    body.web-app .home-search-shops p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    body.web-app .home-search-shops form {
      margin: 0; }
    body.web-app .home-search-shops p.home-about-us {
      display: none; }
    body.web-app .home-search-shops input[type="checkbox"] + label {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
  body.web-app .selling-brands li {
    -webkit-box-flex: 0 0 31%;
    /*iOS6, Safari 3.1-6*/
    -ms-flex: 0 0 31%;
    /*IE10*/
    -webkit-flex: 0 0 31%;
    /*android 4.3, IE mobile, Safari*/
    flex: 0 0 31%;
    min-width: 0;
    height: 85px; }
  body.web-app .search-shops-form {
    padding: 10px; }
    body.web-app .search-shops-form .row {
      margin: 0; }
    body.web-app .search-shops-form .main-filters, body.web-app .search-shops-form #trigger-filters, body.web-app .search-shops-form .more-fitlers {
      display: none; }
    body.web-app .search-shops-form input[type="submit"] {
      margin: 0;
      width: 100%;
      padding: 10px 16px 10px 16px; }
    body.web-app .search-shops-form .business-values {
      display: none; }
  body.web-app .home-slides:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.web-app .home-slides.flexslider {
    padding-bottom: 40px;
    margin-bottom: 40px !important; }
    body.web-app .home-slides.flexslider .flex-direction-nav {
      bottom: 0;
      position: absolute;
      width: 120px;
      left: 50%;
      transform: translateX(-50%); }
      body.web-app .home-slides.flexslider .flex-direction-nav .flex-prev {
        background: url(../img/arrow-left-pager.svg) no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 40px; }
        body.web-app .home-slides.flexslider .flex-direction-nav .flex-prev:before {
          display: none; }
      body.web-app .home-slides.flexslider .flex-direction-nav .flex-next {
        background: url(../img/arrow-right-pager.svg) no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 40px; }
        body.web-app .home-slides.flexslider .flex-direction-nav .flex-next:before {
          display: none; }
  body.web-app .footer-highlighted {
    margin: 20px 0; }
    body.web-app .footer-highlighted li {
      min-height: 1px; }
      body.web-app .footer-highlighted li:nth-child(1) {
        background: none;
        padding-left: 0; }
      body.web-app .footer-highlighted li:nth-child(2) {
        background: none;
        padding-left: 0; }
      body.web-app .footer-highlighted li:nth-child(3) {
        background: none;
        padding-left: 0; }
      body.web-app .footer-highlighted li:nth-child(4) {
        background: none;
        padding-left: 0; }
    body.web-app .footer-highlighted h3 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
    body.web-app .footer-highlighted p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem; }
    body.web-app .footer-highlighted img {
      max-height: 15px; }
  body.web-app .home-product-list {
    padding: 20px 0;
    margin: 10px 0 10px 0; }
    body.web-app .home-product-list .owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      margin-top: -30px; }
    body.web-app .home-product-list .owl-carousel .owl-prev span, body.web-app .home-product-list .owl-carousel .owl-next span {
      display: none; }
    body.web-app .home-product-list .owl-carousel .owl-prev {
      position: absolute;
      left: 20px;
      background: url(../img/arrow-left-pager.svg) no-repeat center center;
      width: 40px;
      height: 40px;
      background-size: 30px; }
    body.web-app .home-product-list .owl-carousel .owl-next {
      position: absolute;
      right: 20px;
      background: url(../img/arrow-right-pager.svg) no-repeat center center;
      width: 40px;
      height: 40px;
      background-size: 30px; }
    body.web-app .home-product-list .owl-carousel .owl-dots {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 0px; }
      body.web-app .home-product-list .owl-carousel .owl-dots .owl-dot {
        background: none;
        border: 2px solid #FF6600;
        width: 14px;
        height: 14px;
        opacity: 0.5;
        border-radius: 100px;
        margin: 0 2px; }
        body.web-app .home-product-list .owl-carousel .owl-dots .owl-dot.active {
          opacity: 1;
          background: #FF6600; }
        body.web-app .home-product-list .owl-carousel .owl-dots .owl-dot:hover {
          opacity: 1;
          background: #FF6600; }
    body.web-app .home-product-list .owl-carousel .owl-item img {
      width: auto;
      margin: 0 auto; }
  body.web-app .product-list .product-image {
    max-height: 200px; }
    body.web-app .product-list .product-image img {
      max-height: 100%; }
  body.web-app .product-list .product-info {
    min-height: 1px; }
    body.web-app .product-list .product-info p.product-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem; }
    body.web-app .product-list .product-info .product-features li {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17.5px;
      line-height: 2.1rem; }
  body.web-app .product-list .product-buy {
    margin: 10px 0 0 0; }
  body.web-app .product-list li:empty {
    display: none; }
  body.web-app .product-detail {
    margin: 0 0 30px 0; }
    body.web-app .product-detail h1 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem;
      line-height: 20px;
      line-height: 2rem;
      margin: 10px 0; }
    body.web-app .product-detail .add-to-cart {
      margin: 10px 0;
      padding: 10px; }
  body.web-app .product-search-params .product-search-params-group {
    margin: 0;
    width: 100%;
    background: none; }
  body.web-app .product-search-params .style-select:last-child {
    margin: 0; }
  body.web-app #webapp-trigger-filters {
    background: url(../img/icon-filters.svg) no-repeat 10px center #ede9e2;
    display: block;
    padding: 5px 5px 5px 50px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  body.web-app .product-search-filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    height: 100vh;
    overflow: hidden;
    padding: 50px 10px;
    width: 100%; }
    body.web-app .product-search-filters #close-product-search-filters {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: #FF6600;
      color: white;
      padding: 10px 20px;
      border-radius: 4px;
      display: block;
      z-index: 10; }
      body.web-app .product-search-filters #close-product-search-filters:hover, body.web-app .product-search-filters #close-product-search-filters:active {
        background: #cc5200; }
    body.web-app .product-search-filters h3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2.4rem; }
    body.web-app .product-search-filters form {
      margin: 5px 0;
      height: 65vh;
      overflow-y: auto;
      background: #ede9e2;
      padding: 15px; }
      body.web-app .product-search-filters form .filter-group {
        margin: 0 0 5px 0; }
        body.web-app .product-search-filters form .filter-group h3 {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 17.5px;
          line-height: 2.1rem;
          margin: 0; }
        body.web-app .product-search-filters form .filter-group .product-filter-name {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 15px;
          line-height: 1.8rem; }
        body.web-app .product-search-filters form .filter-group li.product-filter-value {
          padding: 2px 0; }
      body.web-app .product-search-filters form input[readonly] {
        background: #ede9e2; }
  body.web-app .shop-map .shop-map-filters.big .main-filters, body.web-app .shop-map .shop-map-filters.big .more-fitlers, body.web-app .overlay-shop-map .shop-map-filters.big .main-filters, body.web-app .overlay-shop-map .shop-map-filters.big .more-fitlers {
    columns: 1; }
  body.web-app a.add-to-cart.main-button.store-pickup, body.web-app a.add-to-cart-cyc.main-button.store-pickup, body.web-app a.main-button.store-pickup {
    display: block;
    margin: 0 0 10px 0;
    padding: 8px 10px 7px 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  body.web-app .add-to-cart input[type="submit"].main-button {
    display: block;
    padding: 8px 10px 7px 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 2.1rem; }
  body.web-app .overlay-webapp-user, body.web-app .overlay-webapp-menu {
    padding: 20px 10px 10px 10px; }
  body.web-app .department-menu {
    height: 70vh; }
  body.web-app .overlay-webapp-menu .webapp-menu-content, body.web-app ul.webapp-user {
    width: 98%; }
  body.web-app .overlay-webapp-menu .webapp-menu-content .first-level h2 {
    display: none; }
  body.web-app .overlay-webapp-menu .webapp-menu-content li.menu-products a {
    color: #FF6600;
    font-weight: 700; }
  body.web-app .overlay-webapp-menu .webapp-menu-content .menu-legals {
    margin: 40px 0 0 0; }
    body.web-app .overlay-webapp-menu .webapp-menu-content .menu-legals a {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 15px;
      line-height: 1.8rem;
      color: #a89c97;
      font-style: italic; }
  body.web-app .shop-map {
    width: 100%;
    display: -webkit-box;
    /*iOS6, Safari 3.1-6*/
    display: -ms-flexbox;
    /*IE10*/
    -ms-flex-direction: row;
    /*IE10*/
    -ms-flex-wrap: wrap;
    /*IE10*/
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    /*android 4.3, IE mobile, Safari*/
    -webkit-flex-direction: row;
    /*iOS6, Safari 3.1-6*/
    -webkit-flex-wrap: wrap;
    /*iOS6, Safari 3.1-6*/
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    height: 100%; }
    body.web-app .shop-map h2 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 22.5px;
      line-height: 2.7rem; }
    body.web-app .shop-map #mapBounds {
      order: 1;
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0; }
    body.web-app .shop-map .shop-map-filters {
      order: 3;
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0; }
    body.web-app .shop-map .map {
      order: 2;
      -webkit-box-flex: 0 0 100%;
      /*iOS6, Safari 3.1-6*/
      -ms-flex: 0 0 100%;
      /*IE10*/
      -webkit-flex: 0 0 100%;
      /*android 4.3, IE mobile, Safari*/
      flex: 0 0 100%;
      min-width: 0;
      height: 48vh !important; }
  body.web-app .open-categories {
    display: block;
    width: 100%;
    background: url(../img/arrow-down.svg) no-repeat right 10px center #ede9e2;
    color: #5a504c;
    padding: 5px 40px 5px 5px;
    transition: all 0.2s ease-in-out; }
    body.web-app .open-categories:link, body.web-app .open-categories:visited, body.web-app .open-categories:active {
      color: #5a504c; }
    body.web-app .open-categories.active {
      background: url(../img/arrow-up.svg) no-repeat right 10px center #ede9e2; }
  body.web-app .blog-categories {
    margin: 0;
    display: none;
    padding: 10px; }
    body.web-app .blog-categories h2 {
      display: none; }
  body.web-app .post-detail .post-info {
    margin: 10px 0; }
  body.web-app .post-detail .one-third-column {
    order: 2; }
  body.web-app .post-detail .two-third-column {
    order: 1; }
  body.web-app .cart-page .top-cart-actions {
    margin: 10px 0; }
  body.web-app .cart-page .cart-type h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22.5px;
    line-height: 2.7rem; }
  body.web-app .cart-page .rwd-table a.delete-cart-item {
    padding: 10px 20px 10px 0; }
  body.web-app .cart-page .rwd-table td a.change-delivery {
    padding: 10px 20px 10px 0; }
  body.web-app .cart-page .main-button {
    display: block;
    float: none; }
  body.web-app .product-quantity-to-add {
    margin: 0; }
    body.web-app .product-quantity-to-add input[type="number"] {
      width: 50px; }
    body.web-app .product-quantity-to-add .quantity-nav {
      width: 70px;
      margin-left: -2px; }
    body.web-app .product-quantity-to-add .quantity-button {
      line-height: 20px;
      line-height: 2rem; }
    body.web-app .product-quantity-to-add .quantity-button.quantity-up {
      width: 50%;
      height: 100%;
      right: 0;
      transform: none;
      line-height: 30px;
      line-height: 3rem; }
    body.web-app .product-quantity-to-add .quantity-button.quantity-down {
      width: 50%;
      height: 100%;
      left: 0;
      transform: none;
      line-height: 30px;
      line-height: 3rem; }
  body.web-app .data-block .main-button {
    display: block;
    float: none; }
  body.web-app .cart-page .rwd-table tbody td.my-orders-actions:before {
    display: none; }
  body.web-app .rwd-table td a.goto-order {
    background: url(../img/icon-page.svg) no-repeat right center;
    padding-right: 25px; }
  body.web-app .rwd-table td a.recovery-order {
    background: url(../img/icon-refresh.svg) no-repeat right center;
    padding-right: 25px; }
  body.web-app .step-one .data-block-header:before {
    margin-top: -10px; }
  body.web-app .step-two .payment_method + label {
    height: 30px;
    vertical-align: middle; }
  body.web-app .step-two img {
    vertical-align: middle; }
  body.web-app fieldset {
    margin: 0 0 5px 0; }
  body.web-app .shop-timetable {
    margin: 0 0 10px 0;
    padding: 10px 20px 10px 45px; }
  body.web-app .contact-telephone {
    margin: 0 0 10px 0;
    padding: 10px 20px 10px 45px; }
  body.web-app .online-chat {
    margin: 0 0 10px 0;
    padding: 10px 20px 10px 45px; }
  body.web-app input[type="submit"] {
    width: 100%; }
  body.web-app #chat-application {
    display: none !important; }

/*
=======================
END WEBAPP
=======================
*/
/******* IF edition out of SCSS System is needed, please use "auxiliar.css" file in /css directory **************/
/*
=======================
PROJECT STYLES
=======================
*/

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