/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
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"], /* 1 */
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;
}


* {
  box-sizing: border-box;
}
.placeholder-template {
  display: block;
  margin: 3px;
  color: #f00;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.5em;
}
h3,
.h3 {
  font-size: 1.1em;
}
h1 a,
h2 a,
h1 a:hover,
h2 a:hover {
  color: inherit;
  text-decoration: none;
}
html {
  color: #333;
}
label span {
  display: block;
}
.header-banner {
  text-align: center;
  background-color: #000;
}
.header-nav {
  text-align: right;
  background-color: #666;
  margin-bottom: 20px;
  font-size: 0;
}
.header-nav > * {
  display: inline-block;
  font-size: 1rem;
}
.header-nav::after {
  clear: both;
  content: "\A0";
  font-size: 0px;
}
.header-top {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-top::after {
  clear: both;
  content: "\A0";
  font-size: 0px;
}
#header::after {
  clear: both;
  content: "\A0";
  font-size: 0px;
}
#wrapper {
  clear: both;
}
#content-wrapper.left-column {
  margin-left: 25%;
}
#content-wrapper.right-column {
  margin-right: 25%;
}
#right-column {
  float: right;
  width: 25%;
}
label.radio-block {
  display: block;
}

.form-fields label.-required > span {
  font-weight: bold;
}
.form-fields label.-required > span:after {
  content: " *";
}

.form-fields textarea {
  max-width: 100%;
}
.form-fields .radio-field > span {
  margin-bottom: 5px;
}
.form-footer button {
  margin-top: 10px;
}
.cart-preview {
  float: right;
  position: relative;
}
.cart-preview a,
.cart-preview a:hover,
.cart-preview a:visited {
  text-decoration: none;
  color: inherit;
}
.cart-preview .header {

}
.cart-preview .body {

}
.cart-preview:hover .body {
  display: block;
  position: absolute;
}
.cart-preview.cart-overview {
  width: 100%;
  position: inherit;
}
.cart-preview.cart-overview .body {
  display: block;
  position: inherit;
  width: 100%;
}
.cart-preview .header > :first-child {
  float: left;
}
.cart-preview .header > :last-child {
  float: right;
}
.cart-preview .header::after,
.cart-preview .cart-totals > div::after {
  clear: both;
  content: "\A0";
}
.cart-preview ul {
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 10px 0 0;
  margin: 0 -10px 0 0;
}


.cart-preview li .product-quantity {
  color: #666;
  width: 10%;
}


.cart-preview .cart-totals .label {
  float: left;
}
.cart-preview .cart-totals .value {
  float: right;
}
.cart-preview .cart-totals > div {
  clear: both;
  border-bottom: 1px solid #ccc;
}
.cart-preview .cart-totals > div:not(:last-child) {
  margin-bottom: 5px;
}
.cart-totals .label {
  font-weight: bold;
}
#blockcart-modal {
  position: fixed;
  background-color: rgba(255,255,255,0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
}
#blockcart-modal > div {
  padding: 20px;
  display: inline-block;
  min-width: 40%;
  min-height: 300px;
  margin-top: 200px;
  text-align: left;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #ccc;
  position: relative;
}
.customizations {
  margin-top: 5px;
  margin-left: 15%;
  padding: 5px;
  border: 1px solid #808080;
  width: 70%;
}
.customizations ul {
  margin: 0;
}
.customizations label {
  font-weight: bold;
}
.language-selector,
.currency-selector {
  position: relative;
}
.language-selector ul,
.currency-selector ul {
  display: none;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 5px 0 0 0;
  top: 100%;
  left: -5px;
}
.language-selector:hover ul,
.currency-selector:hover ul {
  display: block;
}
.language-selector li,
.currency-selector li {
  cursor: pointer;
  list-style: none;
  display: block;
  padding: 5px;
  border: 1px solid #000000;
}
.language-selector li:not(:first-child),
.currency-selector li:not(:first-child) {
  border-top: 0;
}
.language-selector li:hover,
.currency-selector li:hover {
  background-color: #000000;
}
.language-selector li:hover a,
.currency-selector li:hover a {
  color: #fff;
}
.language-selector li.current,
.currency-selector li.current {
  font-weight: bold;
}
.user-info {
  font-size: 0;
}
.user-info > * {
  font-size: 1rem;
}
.user-info a,
.user-info a:visited,
.user-info a:hover {

}


.menu > ul > li > div {
  left: 0;
  right: 0;
  display: none;
  position: absolute;
  z-index: 1337;
  background-color: #fff;
  margin: 12px 0 0 0;
}
.menu > ul > li:hover > div {
  display: block;
}
.menu li {
  list-style: none;
}
.menu ul {
  margin: 0;
}
.menu ul[data-depth="0"],
.menu ul[data-depth="1"] {
  padding: 0;
}
a.add-to-cart,
a.add-to-cart:hover {
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 5px;
  background-color: #90ee90;
  font-weight: bold;
}
.category-cover img {
  width: 100%;
}
.subcategories > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.subcategories > ul > li {
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 25px;
  max-width: 300px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
  flex-grow: 1;
  background-color: #fff;
}
.category-miniature img {
  max-width: 100%;
}
.category-miniature .category-description {
  text-align: left;
}

@media (max-width: 1000px) {
  .products,
  .subcategories > ul {
    justify-content: space-around;
  }
  .product-miniature {
    margin-left: 25px;
  }
}
.product-miniature {

}
.product-miniature img {
  max-width: 100%;
}
.regular-price {
  text-decoration: line-through;
  color: #ccc;
}
.variant-links a,
.variant-links a:hover {
  text-decoration: none;
  color: inherit;
}
.variant-links a.color {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 1px solid #808080;
}
ul.product-labels {
  margin: 0;
  padding: 0;
}
ul.product-labels li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  text-transform: capitalize;
}
.product-availability.available {
  color: #008000;
  font-weight: bold;
}
.product-availability.unavailable {
  color: #f00;
  font-weight: bold;
  display: none;
}
.products-sort-by a,
.products-sort-by a:hover {
  text-decoration: none;
  color: inherit;
}
.products-sort-by ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.products-sort-by li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.product-description-short {
  text-align: left;
}
.products-sort-by li.current {
  font-weight: bold;
}
.products-sort-by a:hover {
  font-style: italic;
}
.products-sort-by li.current a:hover {
  font-style: inherit;
  cursor: default;
}
.address-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#conditions-to-approve {
  margin-top: 5px;
  margin-bottom: 10px;
}
#conditions-to-approve ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#conditions-to-approve button {
  padding: 5px;
  margin: 5px;
}

.order-options label {
  margin-top: 10px;
}




.payment-options .warning {
  color: #ffa500;
}
.selected-payment-option,
[name="select_payment_option"] {
  min-width: 80px;
}
.selected-payment-option {
  background-color: #90ee90;
  border: 1px solid #000;
  color: #000;
}
.checkout-step .content {
  display: none;
}
.checkout-step.-complete > h1 {
  color: #008000;
}
.checkout-step.-current .content,
.checkout-step.-js-current .content {
  display: block;
}
.checkout-step button.continue {
  padding: 15px 30px 15px 30px;
  margin-top: 10px;
}
.checkout-step button.continue[disabled] {
  opacity: 0.5;
}
.checkout-step .step-number {
  margin-right: 5px;
}
#product .product-cover img {
  border-bottom: 1px solid #808080;
}
#product ul.product-images {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}
#product ul.product-images li {
  list-style: none;
  float: left;
}
#product ul.product-images li:not(:first-child) {
  margin-left: 5px;
}
#product ul.product-images li img {
  border-bottom: 1px solid #808080;
}
#product .product-cover {
  float: left;
}
#product .images-container {
  float: left;
  width: 30%;
}
#product .product-information {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

#product .product-quantity label {
  margin-bottom: 0;
}

#product .product-discounts {
  clear: both;
}
#product .product-discounts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product .product-discounts ul li {
  background-color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #808080;
}
#product #product-quantities,
#product #product-availability {
  font-weight: bold;
}
#product .product-customization {
  padding-top: 0;
}
#product .product-customization form {
  background-color: #fff;
  padding: 5px;
}
#product .product-customization textarea {
  width: calc(100% - 200px - 10px);
}
#product .product-customization ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product .product-customization ul li {
  margin-bottom: 5px;
}
#product .product-customization ul img {
  border: 1px solid #808080;
}
#product .product-customization ul label {
  font-weight: bold;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
#product .product-customization ul input[type=file] {
  display: block;
  margin-left: 200px;
}
#product .product-customization ul .remove-image {
  text-indent: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  width: 2em;
  white-space: nowrap;
}
#product .product-customization ul .remove-image::before {
  content: 'X';
  text-indent: 0px;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  padding: 2px;
  text-align: center;
  background-color: #333;
  color: #fff;
  float: left;
}
#product .product-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product .product-features ul li {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #808080;
}
#notifications {
  margin-top: 5px;
}
.notification {
  padding: 15px;
}
.notification-danger {
  background: #f2dede;
  border: #ebccd1;
}
.notification-warning {
  background: #fcf8e3;
  border: #faebcc;
}
.notification-success {
  background: #dff0d8;
  border: #d6e9c6;
}
.notification-info {
  background: #d9edf7;
  border: #bce8f1;
}
.ps-shown-by-js {
  display: none;
}
.-ps-hidden {
  display: none;
}

.brand:last-child {
  border: 0;
}
.brand-img,
.brand-infos,
.brand-products {
  float: left;
}
.brand-img,
.brand-products {
  width: 20%;
}
.brand-infos {
  width: 60%;
}
table {
  width: 100%;
}

#search_filters select {
  width: 60%;
}
#search_filters span.magnitude {
  display: inline;
  color: #000;
}
#search_filters span.magnitude:before {
  content: "(";
}
#search_filters span.magnitude:after {
  content: ")";
}
#search_filters a,
#search_filters a:visited {
  color: inherit;
}
#search_filters .facet a {
  text-decoration: none;
}
#search_filters .facet a.active {
  font-weight: bold;
}
#search_filters .facet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search_filters .active_filters ul {
  padding-left: 20px;
}
.-unreachable {
  display: none;
}
/*popup*/
.contact__modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 75%);
}
.modal__wrapper {
  background: #fff;
  z-index: 99;
  max-width: 700px;
  width: 100%;
  padding: 25px;
}
.modal__container {
  display: flex;
  flex-direction: column;
}
.modal__close {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 25px 0;
}
.modal__head span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 25px 0;
}
.modal__head,
.modal__footer {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
.modal__row input {
  width: 100%;
  margin: 0;
}
.modal__ref {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__ref input {
  width: 50%;
  background: transparent;
  border-color: transparent !important;
  text-align: right;
  padding-right: 0;
  color: #000;
  font-weight: bold;
  opacity: 1;
}
.modal__row {
  margin: 0 0 20px 0;
}
.modal__submit {
  display: flex;
  justify-content: center;
  margin: 0;
}
.modal__close--button {
  cursor: pointer;
}
/**/

.contact__template, .pagenotfound__template {
  margin: 143px auto 0 auto;
  max-width: 1360px;
  width: 100%;
  padding: 0 20px 50px 20px;
  height: 100%;
}
.contact__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.contact__content h1, .page-not-found h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;
}
.contact__content p, .page-not-found p {
  text-align: center;
}
.contact__content {
  margin: 0 0 20px 0;
}
.contact__form textarea {
  width: 100%;
}
.page-not-found .wrapper-img {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .filter__button.mobile {
    position: absolute;
    top: -40px;
    cursor: pointer;
  }
  .filter__button.mobile span {
    font-weight: bold !important;
    border-bottom: 1px solid #000;
  }
  .drop__sort button {
    font-size: 14px !important;
  }
  .products-sort-order .dropdown-menu {
    width: 100% !important;
  }
  #search_widget {
    overflow: hidden !important;
  }
  .header__top .desktop__width {
    padding: 0 10px;
  }
  #search_widget.active {
    left: 10px;
    right: 10px;
    width: auto !important;
  }
  #search_widget.active form button {
    width: 20px;
    height: auto;
  }
  #search_widget.active form input {
    margin: 0;
    font-size: 14px !important;
    padding: 0 0 0 30px !important;
  }
  #search_widget.active form button {
    top: unset !important;
    bottom: 5px !important;
  }
  #search_widget.active .exit {
    width: 20px !important;
  }
}