/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #676767; }

p {
  line-height: 1.7; }

li {
  line-height: 1.7; }

h1 {
  font-weight: 600;
  font-size: 24px; }

h2 {
  font-weight: 600; }

h3 {
  font-weight: 600; }

img {
  width: 100%; }

a {
  color: #990000;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(153, 0, 0, 0);
  transition: color .3s; }
  a:hover {
    border-bottom-color: #990000; }

input, textarea {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 5px 13px; }

input {
  padding: 0 0 0 13px;
  line-height: 40px; }
  input.parsley-error {
    margin-bottom: 0; }
  input + .parsley-errors-list {
    margin-bottom: 0; }

textarea {
  width: 100%;
  min-height: 120px;
  display: block;
  margin-bottom: 20px; }
  textarea.parsley-error {
    margin-bottom: 0; }
  textarea + .parsley-errors-list {
    margin-bottom: 15px; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    line-height: 40px;
    vertical-align: middle; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      font-family: "FontAwesome";
      color: rgba(153, 0, 0, 0);
      display: inline-block;
      line-height: 20px;
      vertical-align: middle;
      text-align: center;
      width: 20px;
      height: 20px;
      border: 1px solid #d7d7d7;
      margin-right: 5px;
      transition: color .4s; }
  input[type="checkbox"]:checked + label::before,
  input[type="radio"]:checked + label::before {
    color: #990000; }
  input[type="checkbox"]:disabled + label::before,
  input[type="radio"]:disabled + label::before {
    background-color: #f7f7f7; }

input[type="checkbox"] + label::before {
  content: "\f00c";
  font-size: 18px; }

input[type="radio"] + label::before {
  border-radius: 10px;
  content: "\f111";
  font-size: 12px; }

.l-wrap {
  box-sizing: border-box;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 320px; }
  .l-wrap:after {
    content: " ";
    display: block;
    clear: both; }

.l-contain {
  overflow: auto; }

.l-right {
  float: right; }

.l-left, .catalog--icon, .catalog--info, .catalog--button, .config--field-small {
  float: left; }

.l-left-half {
  width: 48.9795918367%;
  float: left;
  margin-right: 2.0408163265%; }

.l-right-half {
  width: 48.9795918367%;
  float: right;
  margin-right: 0; }

.left-sidebar {
  margin-top: 1.5625%;
  width: 21.875%;
  float: left;
  margin-right: 1.5625%; }
  @media (max-width: 1060px) {
    .left-sidebar {
      display: none; } }

.main {
  margin-top: 1.5625%;
  width: 76.5625%;
  float: right;
  margin-right: 0; }
  @media (max-width: 1060px) {
    .main {
      width: 100%;
      float: right;
      margin-right: 0; } }

.button, .button-outline,
button {
  display: inline-block;
  text-decoration: none;
  background-color: #990000;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 40px;
  border: 1px solid #990000;
  cursor: pointer;
  transition: background .3s; }
  .button:hover, .button-outline:hover,
  button:hover {
    background-color: #700; }
  .button--icon,
  button--icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }
  .button.button-secondary, .button-secondary.button-outline,
  button.button-secondary {
    margin-left: 10px;
    background-color: #f7f7f7;
    color: #676767;
    border-color: #d7d7d7; }
    .button.button-secondary:hover, .button-secondary.button-outline:hover,
    button.button-secondary:hover {
      background-color: #d7d7d7; }

.button-block {
  display: block;
  width: 100%;
  margin: 20px 0; }

.button-box {
  margin: 20px 0; }

.button-outline {
  background-color: #f7f7f7;
  border-color: #d7d7d7;
  color: #676767; }
  .button-outline:hover {
    background-color: #e7e7e7;
    border-bottom-color: #d7d7d7; }
  .button-outline .button--icon {
    color: #990000; }

.button-small, .button-small--view, .button-small--edit, .button-small--delete {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: white;
  padding: 8px;
  border: none;
  transition: background-color .3s;
  line-height: 1; }
  .button-small--view {
    background-color: #00ACC1; }
    .button-small--view:hover {
      background-color: #0097A7; }
  .button-small--edit {
    background-color: #7CB342; }
    .button-small--edit:hover {
      background-color: #689F38; }
  .button-small--delete {
    background-color: #D84315; }
    .button-small--delete:hover {
      background-color: #BF360C; }

.button-reverse, .button-reverse--edit, .button-reverse--delete {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: white;
  padding: 8px;
  border: none;
  transition: background-color .3s, color .3s;
  background-color: transparent;
  line-height: 1; }
  .button-reverse--edit {
    color: #7CB342; }
    .button-reverse--edit:hover {
      color: white;
      background-color: #689F38; }
  .button-reverse--delete {
    color: #D84315; }
    .button-reverse--delete:hover {
      background-color: #BF360C;
      color: white; }

.logo-menu {
  padding: 30px 0; }
  @media (max-width: 700px) {
    .logo-menu {
      padding-top: 95px; } }

.header--logo {
  border: none; }
  @media (max-width: 920px) {
    .header--logo {
      display: block;
      text-align: center; } }
  .header--logo img {
    width: 300px; }
    @media (max-width: 350px) {
      .header--logo img {
        width: 100%; } }

.top-bar {
  background-color: #990000; }
  @media (max-width: 700px) {
    .top-bar {
      width: 100%;
      position: fixed;
      z-index: 9990; } }
  .top-bar--menu {
    list-style: none;
    padding: 0;
    font-size: 0;
    margin-right: -10px; }
    @media (max-width: 920px) {
      .top-bar--menu {
        float: none;
        text-align: center; } }
    @media (max-width: 700px) {
      .top-bar--menu {
        display: none; } }
    .top-bar--menu li {
      display: inline-block;
      font-size: 14px;
      margin: 10px; }
    .top-bar--menu a {
      font-weight: 400;
      display: inline-block;
      color: white;
      padding: 0;
      border-bottom-color: rgba(255, 255, 255, 0); }
      .top-bar--menu a:hover {
        border-bottom-color: white; }

.main-menu {
  margin-top: 18px;
  font-size: 0;
  padding: 0;
  margin-right: -10px; }
  @media (max-width: 920px) {
    .main-menu {
      float: none;
      text-align: center; } }
  @media (max-width: 700px) {
    .main-menu {
      display: none; } }
  .main-menu li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px; }
  .main-menu a {
    font-weight: 400;
    color: #5a5a5a; }
    .main-menu a:hover {
      border-bottom-color: #5a5a5a; }

.slider {
  background-image: url("/img/slider.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px; }
  @media (max-width: 700px) {
    .slider {
      display: none; } }
  .slider--title {
    margin: 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
    padding: 26px 0;
    font-weight: 400;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    top: 50%;
    transform: translateY(-45%); }

.search-bar {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  padding: 20px 0; }
  @media (max-width: 700px) {
    .search-bar {
      display: none; } }

.show-products-button {
  display: none; }
  @media (max-width: 1060px) {
    .show-products-button {
      display: block;
      width: 21.875%;
      float: left;
      margin-right: 1.5625%;
      text-align: center; } }
  @media (max-width: 870px) {
    .show-products-button {
      width: 29.6875%;
      float: left;
      margin-right: 1.5625%; } }
  .show-products-button a {
    width: 100%; }
  .show-products-button i {
    margin-right: 5px; }

.catalog {
  width: 53.125%;
  float: left;
  margin-right: 1.5625%; }
  @media (max-width: 1060px) {
    .catalog {
      width: 21.875%;
      float: left;
      margin-right: 1.5625%; } }
  @media (max-width: 870px) {
    .catalog {
      width: 29.6875%;
      float: left;
      margin-right: 1.5625%; } }
  .catalog--icon {
    font-size: 40px;
    line-height: 1;
    color: #990000; }
    @media (max-width: 1060px) {
      .catalog--icon {
        display: none; } }
  .catalog--info {
    margin-left: 20px; }
    @media (max-width: 1060px) {
      .catalog--info {
        display: none; } }
  .catalog--title {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
    .catalog--title strong {
      font-weight: 600; }
  .catalog--text {
    margin: 0; }
  .catalog--button {
    margin-left: 20px; }
    @media (max-width: 1060px) {
      .catalog--button {
        margin-left: 0;
        width: 100%;
        text-align: center; } }

.search {
  width: 45.3125%;
  float: right;
  margin-right: 0;
  font-size: 0;
  position: relative; }
  @media (max-width: 1060px) {
    .search {
      width: 53.125%;
      float: right;
      margin-right: 0; } }
  @media (max-width: 870px) {
    .search {
      width: 37.5%;
      float: right;
      margin-right: 0; } }
  @media (max-width: 700px) {
    .search {
      display: none; } }
  .search input {
    font-size: 14px; }
  .search--field {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .search--category {
    position: absolute;
    right: 50px;
    border-right: none;
    display: none; }
  .search--button {
    position: absolute;
    right: 0;
    padding: 0;
    width: 50px;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
    background-color: white;
    border-color: #d7d7d7;
    color: #d7d7d7;
    transition: color .3s; }
    .search--button:hover {
      background: white;
      color: #990000; }

.category-menu {
  border: 1px solid #d7d7d7;
  padding: 20px;
  background-color: white;
  margin-bottom: 7.1428571429%; }
  .category-menu--title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
    .category-menu--title i {
      font-size: 14px;
      margin-right: 10px;
      transform: translateY(-1px); }
  .category-menu--category {
    padding: 0;
    list-style: none;
    font-size: 16px;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 0; }
    .category-menu--category a {
      border-bottom: none;
      font-weight: 400;
      color: #676767;
      display: block;
      border-bottom: 1px solid #d7d7d7;
      padding: 0;
      line-height: 40px;
      transition: color .3s; }
      .category-menu--category a:hover {
        color: #990000;
        font-weight: 700; }
  .category-menu--subcategory {
    list-style: none;
    padding-left: 20px;
    font-size: 14px; }

.newsletter {
  border: 1px solid #d7d7d7;
  background-color: white;
  margin-bottom: 7.1428571429%;
  padding: 20px;
  text-align: center; }
  .newsletter--title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 300; }
    .newsletter--title strong {
      font-weight: 600; }
  .newsletter--fields {
    margin: 10px 0;
    width: 100%; }
  .newsletter--button {
    margin-top: 10px; }
  .newsletter .parsley-errors-list {
    transform: translateY(-5px);
    text-align: left; }

.partners {
  border: 1px solid #d7d7d7;
  background-color: white;
  margin-bottom: 7.1428571429%;
  padding: 20px;
  text-align: left; }
  .partners--title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .partners--links {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
    .partners--links li {
      border-bottom: 1px solid #d7d7d7; }
      .partners--links li:first-child {
        border-top: 1px solid #d7d7d7; }
    .partners--links a {
      color: #676767;
      font-weight: 400;
      line-height: 40px;
      display: block;
      border: none; }
      .partners--links a:hover {
        color: #990000;
        font-weight: 700; }

.parsley-errors-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  color: #D84315;
  margin: 0;
  transform: translateY(5px);
  line-height: 1; }

.parsley-error {
  box-shadow: 0 0 5px 1px #D84315; }

.selectize-input {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  padding: 11px; }

.selectize-input.focus {
  box-shadow: none; }

.selectize-dropdown-content {
  max-height: 300px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 10px 8px 5px; }

.tapiserie-type .selectize-dropdown [data-selectable],
.tapiserie-color .selectize-dropdown [data-selectable],
.handle-color .selectize-dropdown [data-selectable] {
  padding: 0; }

.select--images {
  display: block;
  width: 100%;
  height: 75px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.select--text {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  line-height: 1.5; }

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
  transform: translateZ(0);
  transition: opacity .5s;
  opacity: 0;
  display: none; }
  .overlay.visible {
    opacity: 1; }

.modal {
  background-color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 600px;
  min-height: 200px;
  padding: 20px 20px 82px 20px; }
  .modal--title {
    margin: 0;
    font-size: 28px; }
  .modal--close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    border: 0;
    padding: 10px; }
  .modal p {
    margin-bottom: 0; }
  .modal--footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    text-align: right; }
    .modal--footer a {
      margin-left: 20px; }

.product {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-bottom: 20px; }
  .product--left {
    width: 38.7755102041%;
    float: left;
    margin-right: 2.0408163265%; }
    @media (max-width: 768px) {
      .product--left {
        width: 48.9795918367%;
        float: left;
        margin-right: 2.0408163265%; } }
    @media (max-width: 610px) {
      .product--left {
        width: 100%;
        float: right;
        margin-right: 0; } }
  .product--title {
    margin-top: 0; }
    @media (max-width: 610px) {
      .product--title {
        text-align: center; } }
  .product--image {
    display: block;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #d7d7d7; }
  .product--config {
    width: 59.1836734694%;
    float: right;
    margin-right: 0; }
    @media (max-width: 768px) {
      .product--config {
        width: 48.9795918367%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 610px) {
      .product--config {
        width: 100%;
        float: right;
        margin-right: 0; } }
  .product--price {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.4482758621%;
    border-bottom: 1px solid #d7d7d7; }
    .product--price > p:first-child {
      margin-top: 0; }
  .product--code {
    font-size: 18px;
    font-weight: 400;
    color: #990000;
    margin-top: 6px;
    float: right; }
    @media (max-width: 610px) {
      .product--code {
        display: block;
        float: none; } }
  .product--money {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #990000; }
  .product--mention {
    font-style: italic; }

.config--standard {
  width: 48.275862069%;
  float: left;
  margin-right: 3.4482758621%; }
  @media (max-width: 768px) {
    .config--standard {
      width: 100%;
      float: right;
      margin-right: 0; } }

.config--customizer {
  width: 48.275862069%;
  float: right;
  margin-right: 0; }
  @media (max-width: 768px) {
    .config--customizer {
      width: 100%;
      float: right;
      margin-right: 0; } }

.config--title {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #990000;
  font-size: 18px; }

.config--label {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 19px 0 5px 0;
  width: 100%; }

.config--field {
  width: 100%;
  margin-bottom: 4px; }

.config--field-small {
  width: 50px;
  text-align: center;
  padding: 0; }

.config--field-obs {
  font-size: 12px;
  font-style: italic;
  margin: 2px 0 0 55px; }

.config--radio-group {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .config--radio-group:after {
    content: " ";
    display: block;
    clear: both; }

.config--radio {
  font-size: 16px;
  display: inline-block;
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%; }
  .config--radio:last-child {
    width: 44.4444444444%;
    float: right;
    margin-right: 0; }

.standard--total-price {
  color: #990000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 10px 0 20px 0; }
  .standard--total-price small {
    color: #676767;
    font-size: 14px; }

.standard--offer-button {
  width: 100%;
  text-align: center; }

.customizer--offer-button {
  width: 100%;
  text-align: center; }
  @media (max-width: 360px) {
    .customizer--offer-button {
      padding: 0 5px;
      font-size: 13px; } }

.gallery, .description {
  margin: 20px 0 40px 0; }
  .gallery--title, .description--title, .disclaimer--title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 2px; }
  .gallery--images a {
    width: 100%;
    display: block;
    height: 80px;
    border: 1px solid #d7d7d7;
    background-size: cover;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat; }

.product-images {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .product-images--item {
    padding: 0 10px; }

.similar-products {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }

.similar-product {
  padding: 0 10px; }
  .similar-product--container {
    border: none; }
  .similar-product--image {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border: 1px solid #d7d7d7;
    transition: all .3s;
    margin-top: 5px; }
  .similar-product:hover .similar-product--image {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }

.slick-prev, .slick-next, .carousel .slick-next {
  position: absolute;
  top: -50px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  margin-right: 40px; }

.slick-next {
  margin-right: 0; }

.description--content p:first-child {
  margin-top: 0; }

.description--content {
  min-height: 345px;
  position: relative;
  overflow: hidden; }
  .description--content.hidden {
    height: 325px; }
    .description--content.hidden .description--more {
      position: absolute;
      bottom: 0;
      padding-top: 40px; }

.description--more {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  position: static;
  width: 100%;
  font-size: 22px;
  text-align: center; }
  .description--more-button {
    cursor: pointer;
    border: none; }

.description--button-group {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .description--button-group:after {
    content: " ";
    display: block;
    clear: both; }
  .description--button-group .button, .description--button-group .button-outline {
    width: 47.3684210526%;
    float: left;
    text-align: center;
    padding: 0 5px; }
    .description--button-group .button:nth-child(2n + 1), .description--button-group .button-outline:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .description--button-group .button:nth-child(2n + 2), .description--button-group .button-outline:nth-child(2n + 2) {
      margin-left: 52.6315789474%;
      margin-right: -100%;
      clear: none; }

.hidden-inputs {
  display: none; }

.after-config {
  clear: both;
  padding-top: 20px;
  position: relative; }

.total {
  width: 48.275862069%;
  float: left;
  margin-right: 3.4482758621%;
  position: absolute;
  top: 0;
  transform: translateY(-100%); }
  @media (max-width: 768px) {
    .total {
      width: 100%;
      float: right;
      margin-right: 0;
      position: static;
      transform: translateY(0); } }
  .total.hidden {
    display: none; }
  .total .product--mention {
    margin-bottom: 5px; }

.offer-disclaimer {
  margin-top: 30px; }

.price--standard {
  font-size: 20px;
  color: #999;
  font-weight: 400; }
  .price--standard.hidden {
    display: none; }
  .price--standard .price--value {
    font-size: 22px;
    color: #666; }
  .price--standard .price--tva {
    font-size: 14px;
    color: #999; }

.price--tva {
  font-size: 20px;
  color: #676767;
  font-weight: 400; }

.disclaimer {
  margin-top: 40px; }
  .disclaimer--title {
    margin-bottom: 14px; }

.delivery-zone-option--name {
  font-size: 14px;
  font-weight: 600; }

.delivery-zone-option--code {
  float: right;
  font-size: 10px; }

.delivery-zone-option--description {
  display: block;
  padding: 5px 0;
  font-style: italic;
  color: #999; }

.product-gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .product-gallery:after {
    content: " ";
    display: block;
    clear: both; }

.product-tile {
  width: 31.8181818182%;
  float: left;
  margin-bottom: 20px;
  border: none;
  display: block; }
  .product-tile:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .product-tile:nth-child(3n + 2) {
    margin-left: 34.0909090909%;
    margin-right: -100%;
    clear: none; }
  .product-tile:nth-child(3n + 3) {
    margin-left: 68.1818181818%;
    margin-right: -100%;
    clear: none; }
  @media (max-width: 600px) {
    .product-tile {
      width: 47.3684210526%;
      float: left; }
      .product-tile:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-tile:nth-child(2n + 2) {
        margin-left: 52.6315789474%;
        margin-right: -100%;
        clear: none; } }
  @media (max-width: 400px) {
    .product-tile {
      width: 100%;
      float: left;
      width: 100%;
      float: none; }
      .product-tile:nth-child(1n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none; } }
  .product-tile--image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #d7d7d7;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: all .3s; }
  .product-tile:hover .product-tile--image {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }
  .product-tile--price {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 60px;
    color: #676767;
    transform: translateY(100%);
    transition: transform .3s;
    font-size: 16px;
    border-top: 1px solid #d7d7d7; }
  .product-tile:hover .product-tile--price {
    transform: translateY(0); }
  .product-tile--name {
    font-weight: 400;
    text-align: center;
    margin: 10px 0 0; }
  .product-tile--code {
    margin: 0;
    text-align: center;
    color: #a2a2a2; }

.gallery, .description {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .gallery:after, .description:after {
    content: " ";
    display: block;
    clear: both; }
  .gallery--item {
    width: 23.7288135593%;
    float: left;
    text-align: center;
    border: none;
    margin-top: 10px; }
    .gallery--item:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .gallery--item:nth-child(4n + 2) {
      margin-left: 25.4237288136%;
      margin-right: -100%;
      clear: none; }
    .gallery--item:nth-child(4n + 3) {
      margin-left: 50.8474576271%;
      margin-right: -100%;
      clear: none; }
    .gallery--item:nth-child(4n + 4) {
      margin-left: 76.2711864407%;
      margin-right: -100%;
      clear: none; }
    @media (max-width: 700px) {
      .gallery--item {
        width: 49.1525423729%;
        float: left; }
        .gallery--item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .gallery--item:nth-child(2n + 2) {
          margin-left: 50.8474576271%;
          margin-right: -100%;
          clear: none; } }
    @media (max-width: 400px) {
      .gallery--item {
        width: 100%;
        float: left;
        width: 100%;
        float: none; }
        .gallery--item:nth-child(1n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: none; } }
    .gallery--item--image {
      width: 100%;
      height: 0;
      padding-bottom: 70%;
      border: 1px solid #d7d7d7;
      background-color: white;
      background-size: cover;
      background-position: center; }
    .gallery--item--title {
      line-height: 1.3;
      font-weight: 400;
      color: #333; }
    .gallery--item:hover .gallery--item--title {
      color: #990000; }

.portofolio--images {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 40px; }
  .portofolio--images:after {
    content: " ";
    display: block;
    clear: both; }

.portofolio--image {
  width: 23.7288135593%;
  float: left;
  height: 0;
  padding-bottom: 21.875%;
  background-size: cover;
  border: 1px solid #d7d7d7;
  margin-bottom: 1.6949152542%;
  display: block; }
  .portofolio--image:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .portofolio--image:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none; }
  .portofolio--image:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none; }
  .portofolio--image:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none; }
  @media (max-width: 700px) {
    .portofolio--image {
      width: 49.1525423729%;
      float: left;
      padding-bottom: 45.3125%; }
      .portofolio--image:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .portofolio--image:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; } }
  @media (max-width: 400px) {
    .portofolio--image {
      width: 100%;
      float: left;
      padding-bottom: 100%;
      width: 100%;
      float: none; }
      .portofolio--image:nth-child(1n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none; } }

.footer {
  padding: 20px 0 20px 0;
  background-color: #f7f7f7;
  font-size: 13px;
  margin-top: 30px; }
  .footer .l-wrap {
    position: relative; }
  .footer--left {
    width: 72.8682170543%;
    float: left;
    margin-right: 0.7751937984%;
    margin-top: 10px; }
    @media (max-width: 980px) {
      .footer--left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .footer--right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 980px) {
      .footer--right {
        position: static;
        transform: translateY(0); } }
  .footer--menu {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0 0 0 -10px;
    font-size: 0; }
    @media (max-width: 980px) {
      .footer--menu {
        text-align: center; } }
    @media (max-width: 980px) {
      .footer--menu {
        display: none; } }
    .footer--menu li {
      font-size: 14px;
      display: inline-block; }
    .footer--menu a {
      font-weight: 400;
      color: #676767;
      border-bottom: 1px solid rgba(153, 0, 0, 0);
      padding: 0 5px;
      margin: 0 5px; }
      .footer--menu a:hover {
        color: #990000;
        border-bottom: 1px solid #990000; }
  .footer--copyright {
    font-weight: 400;
    border-top: 1px solid #d7d7d7; }
    @media (max-width: 980px) {
      .footer--copyright {
        text-align: center; } }
    .footer--copyright p {
      margin: 15px 0 0 0; }
    .footer--copyright a {
      color: #676767;
      font-weight: 400; }
      .footer--copyright a:hover {
        color: #990000; }
  .footer--social {
    list-style: none;
    font-size: 0;
    padding: 0;
    text-align: right;
    margin-right: 10px; }
    @media (max-width: 980px) {
      .footer--social {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 0; } }
    .footer--social li {
      font-size: 22px;
      display: inline-block; }
    .footer--social a {
      padding: 0 5px;
      margin: 0 5px;
      color: #999;
      border: none; }
      .footer--social a:hover {
        color: #990000; }

.sort {
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 700px) {
    .sort {
      margin-top: 10px;
      float: none; } }
  .sort--title, .filter--title {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    margin: -14px 10px 0 0; }
    @media (max-width: 700px) {
      .sort--title, .filter--title {
        display: none; } }
  .sort--form, .filter--form {
    display: inline-block;
    vertical-align: middle;
    width: 170px; }
    @media (max-width: 700px) {
      .sort--form, .filter--form {
        width: 100%; } }
  .sort--option i, .filter--option i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
    width: 15px; }

@media (max-width: 700px) {
  .filter {
    margin-top: 10px;
    float: none; } }

.filter--form {
  width: 250px; }
  @media (max-width: 700px) {
    .filter--form {
      width: 100%; } }

.filter--option i {
  display: none; }

.filter--select .selectize-dropdown .optgroup-header {
  font-weight: 700; }

.filter--select .option {
  padding-left: 20px; }

.carousel {
  position: relative;
  margin-bottom: 50px; }
  .carousel--item {
    padding: 60px 0 60px 0;
    margin: 0 30px;
    border: none;
    transition: all .3s; }
    @media (max-width: 600px) {
      .carousel--item {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 430px) {
      .carousel--item {
        padding-left: 0;
        padding-right: 0; } }
    .carousel--item.slick-current {
      transform: scale(1.3); }
    .carousel--item:hover .carousel--price {
      transform: translateY(0); }
  .carousel--image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #d7d7d7;
    height: 230px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 800px) {
      .carousel--image {
        height: 140px; } }
  .carousel--price {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 60px;
    color: #676767;
    transform: translateY(100%);
    transition: transform .3s;
    font-size: 16px;
    border-top: 1px solid #d7d7d7; }
  .carousel .slick-prev, .carousel .slick-next {
    position: absolute;
    left: 0;
    right: auto;
    height: 100%;
    top: 0;
    background-color: white;
    border: none;
    color: #676767;
    z-index: 9000;
    text-align: right;
    width: 60px; }
    @media (max-width: 430px) {
      .carousel .slick-prev, .carousel .slick-next {
        width: 30px; } }
    .carousel .slick-prev i, .carousel .slick-next i {
      border: 1px solid #d7d7d7;
      width: 30px;
      line-height: 30px;
      text-align: center; }
    .carousel .slick-prev:focus, .carousel .slick-next:focus {
      outline: none; }
  .carousel .slick-next {
    right: 0;
    left: auto;
    margin-right: 0;
    text-align: left; }
  .carousel .slick-disabled {
    visibility: hidden; }

.contact {
  padding-top: 30px;
  margin-bottom: 60px; }
  .contact--text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
  .contact iframe {
    margin-top: 30px;
    width: 100%;
    height: 200px; }
  .contact--title {
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 10px 0; }
  .contact--columns {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .contact--columns:after {
      content: " ";
      display: block;
      clear: both; }
  .contact--column {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: center; }
    @media (max-width: 900px) {
      .contact--column {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center; } }
    .contact--column:first-child {
      text-align: right;
      padding-right: 20px; }
      @media (max-width: 900px) {
        .contact--column:first-child {
          text-align: center;
          padding-right: 0; } }
    .contact--column:last-child {
      text-align: left;
      padding-left: 20px;
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
      @media (max-width: 900px) {
        .contact--column:last-child {
          width: 100%;
          float: right;
          margin-right: 0;
          text-align: center;
          padding-left: 0; } }
  .contact input[type="text"] {
    width: 100%;
    display: block;
    margin: 20px 0; }
  .contact textarea {
    display: block;
    margin: 20px 0 0 0; }
  .contact button {
    margin: 20px 0; }
  .contact .parsley-errors-list {
    text-align: left; }
  .contact .parsley-error {
    margin-bottom: 0 !important; }

.mobile-menu {
  list-style: none;
  font-size: 0;
  text-align: center;
  padding: 11px 0 8px 0;
  margin: 0 -10px;
  overflow: auto;
  display: none; }
  @media (max-width: 700px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu li {
    font-size: 14px;
    width: 21.0526315789%;
    float: left; }
    .mobile-menu li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .mobile-menu li:nth-child(4n + 2) {
      margin-left: 26.3157894737%;
      margin-right: -100%;
      clear: none; }
    .mobile-menu li:nth-child(4n + 3) {
      margin-left: 52.6315789474%;
      margin-right: -100%;
      clear: none; }
    .mobile-menu li:nth-child(4n + 4) {
      margin-left: 78.9473684211%;
      margin-right: -100%;
      clear: none; }
  .mobile-menu a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400; }
  .mobile-menu i {
    display: block;
    font-size: 20px; }

.responsive-menu {
  position: fixed;
  background-color: white;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 9998;
  width: 100%;
  border-bottom: 2px solid #990000;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .5s, visibility .1s .5s; }
  .responsive-menu.visible {
    transition: transform .5s, visibility .1s;
    transform: translateY(0);
    visibility: visible; }
  .responsive-menu ul {
    padding: 20px;
    list-style: none;
    padding-left: 50px; }
    .responsive-menu ul ul {
      padding: 0; }
  .responsive-menu li {
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7; }
    .responsive-menu li.responsive-menu--category {
      border: none; }
      .responsive-menu li.responsive-menu--category > a {
        font-weight: 700; }
  .responsive-menu--header {
    padding-left: 0;
    margin-left: -30px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase; }
  .responsive-menu--subcategory:first-child {
    border-top: 1px solid #d7d7d7; }
  .responsive-menu a {
    line-height: 40px;
    font-weight: 400;
    color: #676767; }

.close-burger--button {
  float: right;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase; }

.close-products--button {
  float: right;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase; }

.mobile-search.visible {
  transform: translateY(0);
  visibility: visible; }

.mobile-search--form {
  padding: 0 20px; }

.mobile-search--field {
  width: 100%; }

.mobile-search--button {
  margin-top: 10px;
  float: right; }

.mobile-search .close-search--button {
  float: right;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: lowercase; }

@media (max-width: 600px) {
  .faq--form .l-left-half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 600px) {
  .faq--form .l-right-half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.auth--logo {
  width: 100%;
  max-width: 400px;
  padding: 0 40px;
  margin: 40px auto; }

.auth--content {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px 40px 20px 40px;
  background-color: #990000;
  color: white; }

.auth--title {
  margin-bottom: 0; }

.auth--form {
  width: 100%; }
  .auth--form label {
    display: block;
    font-size: 14px; }
  .auth--form input {
    display: block;
    width: 100%; }
  .auth--form input[type="checkbox"] {
    display: none; }
  .auth--form input[type="checkbox"]:checked + label::before {
    color: white; }
  .auth--form button {
    background: white;
    color: #990000;
    float: right; }

.auth--buttons {
  overflow: auto;
  margin-top: 20px; }

.auth--password-reset-link {
  display: inline-block;
  color: white;
  font-weight: 400;
  border-bottom: 1px solid white;
  margin-top: 10px; }
  .auth--password-reset-link:hover {
    border-bottom-color: white; }

.pagination {
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .pagination li {
    display: inline-block;
    width: 30px; }
  .pagination a:hover {
    font-weight: 700; }
  .pagination .disabled {
    display: none; }

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