/*! 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 */
    background-color: white;
}

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

td,
th {
  padding: 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;
}
#wrapper,
.header-nav,
.header-top,
a.logo {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  #wrapper,
  .header-nav,
  .header-top,
  a.logo,
  aside#notifications {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1800px) {
  #wrapper,
  .header-nav,
  .header-top,
  a.logo,
  aside#notifications {
    padding-left: 350px;
    padding-right: 350px;
  }
}
.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;
}


#wrapper {
  clear: both;
}
#content-wrapper.left-column {
  margin-left: 25%;
}
#content-wrapper.right-column {
  margin-right: 25%;
}
#left-column {
  float: left;
  width: 25%;
}
#right-column {
  float: right;
  width: 25%;
}
label.radio-block {
  display: block;
}
.form-fields label {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
.form-fields label.-required > span {
  font-weight: bold;
}
.form-fields label.-required > span:after {
  content: " *";
}
.form-fields input[type=checkbox] + span {
  display: inline;
}
.form-fields textarea {
  max-width: 100%;
}
.form-fields .radio-field > span {
  margin-bottom: 5px;
}
.form-fields .radio-field label {
  display: inline;
  margin-right: 5px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #808080;
}
.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 {
  display: none;
  width: 400px;
  background-color: #fff;
  right: 0;
}
.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 .body {
  border: 1px solid #808080;
  padding: 2px;
}
.cart-preview ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-preview li {
  list-style: none;
  margin-bottom: 15px;
}
.cart-preview li > * {
  display: inline-block;
  vertical-align: top;
}
.cart-preview li .product-quantity {
  color: #666;
  width: 10%;
}
.cart-preview .product-quantity::after {
  content: 'x';
}
.cart-preview li .product-name {
  width: 50%;
}
.cart-preview li .product-price {
  width: 20%;
}
.cart-preview li .remove-from-cart {

  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;

  white-space: nowrap;
  float: right;
}
.cart-preview li .remove-from-cart::before {

}
.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: auto;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
#blockcart-modal > div {
  padding: 20px;
  display: inline-block;
  min-width: 50%;
  margin-top: 200px;
  text-align: left;
  background-color: #fff;
  z-index: 100;
}
.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 ul,
.currency-selector ul {
  display: none;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;

  right: -1px;
  top: 100%;
}
.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 #808080;
}
.language-selector li:not(:first-child),
.currency-selector li:not(:first-child) {
  border-top: 0px;
}
.language-selector li:hover,
.currency-selector li:hover {
  background-color: #666;
}
.language-selector li:hover a,
.currency-selector li:hover a {
  color: #fff;
}
.language-selector li.current,
.currency-selector li.current {
  font-style: italic;
}
.user-info {
  font-size: 0;
}
.user-info > * {
  font-size: 1rem;
}

.menu {
  float: left;
}

.menu > ul > li {
  display: inline-block;
  vertical-align: top;
}


.menu > ul > li > div {

  display: none;
  position: absolute;
  z-index: 1337;
  background-color: #fff;
}

.menu li {
  list-style: none;
}
.menu ul {
  margin: 0;
}
.menu ul[data-depth="0"],
.menu ul[data-depth="1"] {
  padding: 0px;
}
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;
}
.product-miniature,
.category-miniature {
  background-color: #fff;
}
.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;
}
.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;

}
@media (max-width: 1000px) {
  .products,
  .subcategories > ul {
    justify-content: space-around;
  }
  .product-miniature {
    margin-left: 25px;
  }
}
.product-miniature {
  max-width: 420px;
  text-align: center;
  border: 1px solid #808080;
  padding: 15px;
  flex-grow: 1;
  margin-bottom: 25px;
}
.product-miniature img {
  max-width: 100%;
}
.regular-price {
  text-decoration: line-through;
  color: #ccc;
}
.discount-percentage {
  display: inline-block;
}
.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;
}
.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;
}
body#checkout {

  margin: auto;
}
.address-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-selector .address-item {
  width: 220px;
  background-color: #d4d4d4;
  padding: 15px;
  margin-top: 30px;
}
#checkout-cart-summary {
  float: right;
  width: 30%;
}
.checkout-step {
  width: 70%;
}
#conditions-to-approve {
  margin-top: 5px;
  margin-bottom: 10px;
}
#conditions-to-approve ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#conditions-to-approve ul li {
  padding: 10px;
  border-bottom: 1px solid #808080;
  margin-bottom: 5px;
  width: 50%;
}
#conditions-to-approve ul li label {
  cursor: pointer;
}
#conditions-to-approve button {
  padding: 5px;
  margin: 5px;
}
.payment-options,
.delivery-options,
.order-options {

}
.order-options label {
  margin-top: 10px;
}
.payment-option,
.delivery-option {
  border-bottom: 1px solid #808080;
  padding-left: 10px;
  margin-top: 5px;
  background-color: #fff;
}
.payment-option label,
.delivery-option label {
  cursor: pointer;
}
.payment-option label span,
.delivery-option label span {
  text-align: center;
  margin: 10px;
}
.payment-option,
.delivery-option,
.payment-option label,
.delivery-option label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.payment-option label,
.delivery-option label {
  flex-grow: 1;
}
.payment-option label span,
.delivery-option label span {
  flex-grow: 1;
}
#payment-confirmation button,
#payment-confirmation label {
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
  padding: 15px;
  margin-top: 15px;
  background-color: #90ee90;
  border: 1px solid #000;
  color: #000;
}
#payment-confirmation button:disabled,
#payment-confirmation label:disabled {
  background-color: #f00;
  cursor: default;
}
.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.-reachable > h1 {
  cursor: pointer;
}
.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 {

}
#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 {

}
#product .images-container {
  float: left;

}
#product #product-reference,
#product #product-condition {
  display: block;
  text-align: right;
  margin: 0;
  margin-right: 20px;
}
#product #product-reference label,
#product #product-condition label {
  display: inline;
  font-weight: bold;
}
#product .product-information {

}
#product .product-actions {

}
#product .product-actions ul {
  margin: 0;
  list-style: none;
}

#product .product-actions form:first-child input[type="submit"] {
  float: right;
}
#product .product-actions +* {
  clear: both;
}
#product .product-variants label {
  display: inline;
}
#product .product-variants > div > label + * {
  float: right;
}
#product .product-variants > div {

}
#product .product-quantity label {
  margin-bottom: 0;
}
#product .add-to-cart {
  margin-left: 5px;
}
#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;
  vertical-align: top;
}
#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 {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.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%;
}
th,
td {
  border: 1px solid #000;
  padding: 5px;
}
th {
  background-color: #ccc;
}
nav.pagination ul {
  list-style: none;
  margin: 0;
  paddin: 0;
}
nav.pagination li {
  display: inline;
}
nav.pagination .disabled {
  opacity: 0.5;
  cursor: default;
}
nav.pagination a,
nav.pagination a:visited {
  text-decoration: none;
  color: #000;
  display: inline-block;
  border: 1px solid #808080;
  min-width: 2em;
  padding: 5px;
  text-align: center;
}
nav.pagination .current {
  font-weight: bold;
}
nav.pagination .current a {
  background-color: #fff;
}
.products-sort-order {
  margin-bottom: 5px;
}
.products-sort-order .current {
  font-weight: bold;
}
.products-sort-order a,
.products-sort-order a:visited {
  color: inherit;
  padding: 5px;
}
#search_filters select {
  width: 60%;
}
#search_filters span.magnitude {
  display: inline;
  color: #000;
}

#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;
}
/*# sourceMappingURL=css/st/dev.css.map */body {
  background: #fefefe; }

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



/* ROBIN */
#robin img {
    margin-top: 0px!important;
    width: 100%;
}

.menu data-depth-3 {
    display: none;
}
.seo-description{
  width: 100%;padding-top:25px;
}