h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}



a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}


/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399cc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}


/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}


.btn-remove2 {
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}


/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}

/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: red;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.messages .notice-msg li {
  border-left: 5px solid #e26703;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}


@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #3399cc;
  font-size: 16px;
}

.price-box .price,
.price {
  white-space: nowrap;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}



.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}



/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */

.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */


@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}



/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: red;
  font-weight: normal;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px;
}



/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: red;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */

.form-list select {
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 5px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}



.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  float: left;
  position: relative;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}



/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}
.data-table th {
  line-height: 1.4;
  white-space: nowrap;
}
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}


/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}


/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}

.logo:hover {
  opacity: 0.8;
}


.logo {
max-width: 300px;
}
.logo .small {
display: none;
}
.logo .large {
display: block;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}


.skip-links {
border: 0;
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link ,.top-link{
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}


@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}

.skip-nav {
display: none;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */


#header-nav {
display: block;
}

/* ============================================ *
 * Nav Primary
 * ============================================ */

.nav-primary {
display: block;
margin-top: 15px;
}

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Styles that only show when the menu is visible */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
  .no-touch li:hover > ul {
    display: block;
    /* Force display */
  }

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}


.skip-search {
display: none;
}



/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */

.skip-account {
position: absolute;
top: 0;
right: 115px;
width: auto;
padding: 0 10px;
text-transform: uppercase;
}

#header-account.skip-active {
background: #FBFBFB;
border: solid 1px #cccccc;
display: block;
position: absolute;
z-index: 200;
top: 40px;
right: 115px;
width: 200px;
}

#header-account a {
display: block;
padding: 5px 10px;
color: #636363;
line-height: 2;
}

#header-account a:hover {
color: #3399cc;
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */



  .skip-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 10px;
  }
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}

  .skip-cart {
    color: #3399cc;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }

.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}



@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */

.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}

.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}

.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */


  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }



.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
}
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 50%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}

.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.kittoner.fr/skin/frontend/kittoner/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}

.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}


  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }



  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }

@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  /*width: 100%;*/
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }


.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 6px;
}

.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-free{
    font-size: 2em;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}


@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}



.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}

.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
  text-align: left;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}

.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px 40px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}


#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}




@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}



.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

body.customer-account .my-account .fieldset {
  margin-top: 0;
  margin-bottom: 0;
}
body.customer-account .data-table {
  margin-top: 5px;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 50px;
}



.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: auto;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-content {
  float: left;
    clear: both;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}


.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}


@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}



/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #3399cc;
}

#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.kittoner.fr/skin/frontend/kittoner/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}

@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}


#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}


#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}


/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(0,0,0,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(0,0,0,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(0,0,0,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("https://www.kittoner.fr/skin/frontend/kittoner/default/images/mCSB_draggerRail.png");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("https://www.kittoner.fr/skin/frontend/kittoner/default/images/mCSB_draggerRail2.png");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Nobile);html{font-size:62.5%}html body{background:none transparent}body,html{font-family:dosisregular;padding:0;margin:0}body a,html a{outline:0;text-decoration:none}body .vlnk,html .vlnk{cursor:pointer}.main{margin:11px 0 0;width:100%;border-top:1px solid #ccc;padding:10px;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-category-view .main,.catalog-product-view .main,.cms-home .main{padding:0}.main-container{min-height:500px}.select-item{width:100%;position:relative}.select-item:after{content:">";position:absolute;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif;right:10px;top:2px;padding:0 0 2px;pointer-events:none;font-weight:100;color:grey;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.select-item:before{content:'';right:1px;top:1px;width:30px;height:28px;position:absolute;pointer-events:none;display:block;background:#fff;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.select-item select{margin:0;padding:5px 30px 7px 5px;line-height:inherit;border:1px solid grey;font-weight:100;color:grey;text-align:left;display:inline-block;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;outline:0;font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.select-item:hover:after{border-color:#000 transparent transparent}.lte11 .select-item:after,.lte11 .select-item:before{display:none}.lte11 .select-item select{padding-right:10px}@font-face{font-family:dosislight;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-light-webfont.svg#dosislight) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosissemibold;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-semibold-webfont.svg#dosissemibold) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosisextralight;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extralight-webfont.svg#dosisextralight) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosismedium;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-medium-webfont.svg#dosismedium) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosisbold;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-bold-webfont.svg#dosisbold) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosisregular;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-regular-webfont.svg#dosisregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:dosisextrabold;src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.eot);src:url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.woff2) format('woff2'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.woff) format('woff'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.ttf) format('truetype'),url(https://www.kittoner.fr/skin/frontend/kittoner/default/css/fonts/dosis-extrabold-webfont.svg#dosisextrabold) format('svg');font-weight:400;font-style:normal}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{height:40px;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;border-radius:0;outline:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{width:365px;max-width:100%;outline:0}button:focus{border:0 none;outline:0}.drop-content{display:none;position:absolute;top:29px;left:0;z-index:9;background:#fff;padding:15px 15px 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.drop-hover{position:relative;z-index:2}.drop-hover-content{display:none;position:absolute;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #939393}.qs{cursor:pointer;position:relative}.qs .popover{background-color:rgba(0,0,0,.85);bottom:30px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;font-size:12px;left:-100px;padding:7px 10px;position:absolute;width:200px;z-index:10;font-family:museo500,arial,sans-serif}.qs .popover:before{border-top:7px solid rgba(0,0,0,.85);border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.qs:hover .popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}.qs.lr .popover{background-color:rgba(0,0,0,.85);bottom:-10px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;left:200%;padding:7px 10px;width:200px}.qs.lr .popover:before{border-top:inherit;border-right:inherit;border-left:inherit;border-right:7px solid rgba(0,0,0,.85);border-top:7px solid transparent;border-bottom:7px solid transparent;bottom:inherit;left:-7px;bottom:10px;margin-left:inherit}.ps{cursor:pointer;position:relative}.ps .popover{background-color:#ffcb30;bottom:30px;color:#262626;display:none;font-size:12px;left:-100px;padding:7px 10px;position:absolute;width:200px;z-index:10;font-family:museo500,arial,sans-serif}.ps:hover .popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}.ps.lr .popover{background-color:#ffcb30;bottom:-40px;color:#262626;left:100%;padding:20px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;width:300px;-moz-border-radius:40px;-webkit-border-radius:40px;-o-border-radius:40px;border-radius:40px}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes move-up{from{bottom:30px}to{bottom:42px}}@-moz-keyframes move-up{from{bottom:30px}to{bottom:42px}}@-ms-keyframes move-up{from{bottom:30px}to{bottom:42px}}.messages li li{background-color:#ccc;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;color:#262626}.messages .success-msg li{padding-left:35px;margin:20px 0 0}.messages .success-msg li:before{content:'';position:absolute;width:40px;height:24px;display:block;top:5px;left:-10px;background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -1056px}.lte9 .messages .success-msg li:before{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.messages .success-msg li a{color:#94c300}.messages .error-msg li{padding-left:35px;margin:20px 0 0}.messages .error-msg li:before{content:'';position:absolute;width:40px;height:24px;display:block;top:5px;left:-10px;background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -1195px}.lte9 .messages .error-msg li:before{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.tutos-box{text-align:center;margin:30px 0}.tutos-box .col-wrapper{overflow:hidden;display:inline-block}.tutos-box .col-wrapper p{display:inline-block;width:100%;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-family:arial,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 18px 0}.tutos-box .col-wrapper a{text-decoration:underline;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosismedium;color:#3c752e}.tutos-box [class*=col-]:not(.col-wrapper){float:left;position:relative}.tutos-box .col-1-4{width:235px}.tutos-box .col-2-4{width:480px}.tutos-box .col-2-4 .over-text{width:290px;left:90px}.tutos-box .over-text{text-transform:uppercase;color:#fff;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;font-family:dosissemibold;position:absolute;bottom:30px}.tutos-box img{display:inline-block}#aside-phone{background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/bkg-aside-phone.png) no-repeat transparent 0 0;height:200px;width:40px;color:#ffcb30;position:fixed;top:300px;left:0;z-index:9}#aside-phone ul{margin-top:50px}#aside-phone ul li{font-family:dosissemibold;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:3px 10px}.cms-no-route .std,.cms-page-view .std{font-family:dosismedium;color:#333}.cms-no-route .std img,.cms-page-view .std img{max-width:100%}.cms-no-route .std p,.cms-page-view .std p{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.cms-no-route .std h1,.cms-page-view .std h1{font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem}.cms-no-route .std a,.cms-page-view .std a{color:#3c752e;text-decoration:underline}.cms-no-route .std li,.cms-page-view .std li{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;display:list-item;list-style:disc;width:100%}.cms-no-route .std .messages,.cms-page-view .std .messages{margin-bottom:10px}.cms-no-route .std .messages ul,.cms-page-view .std .messages ul{margin-bottom:0}.cms-no-route .breadcrumbs,.cms-page-view .breadcrumbs{display:none}.cms-no-route .subcategories1st,.cms-page-view .subcategories1st{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3;-webkit-column-gap:5px;-moz-column-gap:5px;-ms-column-gap:5px;-o-column-gap:5px;column-gap:5px;columns:3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 130px;display:block}.cms-no-route .subcategories1st li,.cms-page-view .subcategories1st li{display:inline-block;width:100%;text-align:center;margin:0 0 20px}.cms-no-route .subcategories1st a,.cms-page-view .subcategories1st a{width:220px;display:inline-block;background-color:#94c300;color:#fff;font-family:dosismedium;text-decoration:none;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.cms-no-route .subcategories1st a:hover,.cms-page-view .subcategories1st a:hover{text-decoration:none;background-color:#2f5c24}.cms-no-route .subcategories1st a span,.cms-page-view .subcategories1st a span{display:inline}.cms-page-view .page-title{display:inline-block;margin:30px 0 0;width:100%}.cms-page-view .page-title h1,.cms-page-view .page-title h3{border:none;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;text-transform:none}.cms-no-route .main dl dt{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;display:inline-block;margin:0 0 10px}.cms-no-route .main dl dd{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin:0;padding:0}.cms-no-route .main dl dd li{list-style:disc;display:list-item}.cms-no-route .main dl a{text-decoration:underline;color:#3c752e}.col-left,.col-main,.col-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.breadcrumbs{overflow:hidden;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;font-family:arial,sans-serif;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin-bottom:0;padding:10px}.breadcrumbs li{float:left;font-size:12px;color:grey}.breadcrumbs a{float:left;color:grey}.breadcrumbs a:hover{color:#000;text-decoration:none}.breadcrumbs strong{font-weight:400}.breadcrumbs span{float:left;padding:0 7px}.page-title h1{border:0 none;text-transform:none;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;font-weight:100;color:#333}.input-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:1px solid silver;background:#FFF;font-size:15px}.input-text:focus{border:1px solid #94c300}.input-text.validation-failed{border-color:#f90026}.input-text.validation-failed:focus{outline-color:#f90026}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{height:40px;padding:0 8px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{width:365px;max-width:100%}.col2-set .col-1,.col2-set .col-2{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.no-touch .product-img-box .product-image:not(.zoom-available):hover,.product-image{position:relative}.no-touch .product-image:hover{border-color:#94c300}.list-block-subtitle{color:#333;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem}.list-block-subtitle h2{display:inline-block;margin:0;padding:0}.price-including-tax .price{color:#94c300;font-family:dosissemibold;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem}.price-including-tax .label{color:#94c300;font-family:dosissemibold;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.special-price .price-including-tax .price{color:#f90026}.special-price .price-including-tax .label{color:#f90026}.old-price .price{color:#333;font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.old-price .label{color:#333;font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.price-excluding-tax .price{color:grey;font-family:dosissemibold;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif}.price-excluding-tax .label{color:grey;font-family:dosissemibold;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif}.sticker{width:0;height:0;border-right:70px solid transparent;z-index:2;position:absolute;top:0;left:0}.sticker span{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff;font-family:dosissemibold;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;position:absolute;text-transform:uppercase}.sticker#label-other,.sticker.label-other{border-top:70px solid #94c300}.sticker#label-other span,.sticker.label-other span{top:-63px;left:10px}.sticker#label-promo,.sticker.label-promo{border-top:70px solid #f90026}.sticker#label-promo span,.sticker.label-promo span{top:-56px;left:1px}.products-list{width:100%;position:relative;float:left;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px}.products-list .sticker span{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.products-list .subheader_list{border:0 none}.products-list>li{border-top:1px solid #ccc;padding-top:20px;margin-top:20px;position:relative}.products-list>li:after{content:'';display:table;clear:both}.products-list>li.last{border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}.products-list .product-shop{float:right;width:75%;padding-left:20px}.products-list .product-shop .desc{color:grey;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;display:inline-block;width:70%}.products-list .product-shop .desc a{color:#3c752e}.faq-content{padding:0;margin:0;display:inline-block;width:920px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.faq-content .toggle-submenu{display:inline-block;width:100%;margin:0 0 15px 10px}.faq-content .toggle-submenu>a{background-color:#f2f2f2;color:#000;position:relative;text-decoration:none;font-family:dosissemibold;font-size:15px;line-height:16.5px;font-size:1.5rem;line-height:1.6500000000000001rem;display:inline-block;padding:10px 40px 10px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.faq-content .toggle-submenu>a span{font-family:dosismedium;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;display:inline-block;width:100%;text-transform:inherit}.faq-content .toggle-submenu>a:after{content:"+";position:absolute;right:5px;top:4px;background-color:#333;color:#fff;width:30px;height:30px;vertical-align:middle;text-align:center;font-weight:400;font-family:dosissemibold;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem}.faq-content .toggle-submenu.open>a{color:#333;background-color:#ccc}.faq-content .toggle-submenu.open>a:after{content:"-";background-color:#939393}.faq-content .sub-menu{border:1px solid grey;border-top:0 none;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.faq-content .sub-menu li{display:list-item;list-style-type:disc}.titre-faq{border:0 none;text-transform:none;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;font-weight:100;margin:40px 0 20px;color:#333}.contacts-index-index .col2-left-layout .col-main{float:none;width:100%;padding:10px 0;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#contactForm{display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#contactForm label{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-family:dosisregular;color:#333;font-weight:100;margin:10px 0 0}#contactForm button.btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}#contactForm button.btn:hover{text-decoration:none}#contactForm button.btn:hover:after{right:25px}#contactForm button.btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#contactForm button.btn:after{right:20px}#contactForm button.btn:hover:after{right:15px}.bg-promo{background:transparent no-repeat center top;position:fixed;top:0;bottom:0;left:0;right:0;text-indent:-9999px}.page{width:972px;position:relative;margin:0 auto}.toolbar{position:relative;float:right;z-index:9}.toolbar .sort-by{display:inline-block;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#939393;font-family:arial,sans-serif}.toolbar .sort-by label{padding:0 10px;display:inline-block;font-weight:100}#header-nav{height:38px;float:left;margin-top:-40px}#header-nav{position:absolute;bottom:0;left:0}#nav{display:inline-block;width:100%}#nav .nav-primary{display:inline-block;width:100%}#nav .nav-primary li{display:inline-block}#nav .nav-primary>li{border-right:1px solid #ccc;padding-right:10px;margin-right:10px}#nav .nav-primary>li:last-child{border-right:0 none}#nav .nav-primary>li.top-10 .drop-hover{z-index:6}#nav .nav-primary>li.top-10 .nav-secondary.drop-hover-content{left:-13px;z-index:5;width:240px}#nav .nav-primary .vlnk,#nav .nav-primary a{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#333;text-transform:uppercase;z-index:4}#nav .nav-primary .drop-hover span{-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;background-color:#94c300;width:24px;color:#fff;height:24px;margin-left:10px;text-align:center;display:inline-block;font-size:30px;line-height:33px;font-size:3rem;line-height:3.3000000000000003rem;line-height:1.5rem}#nav .nav-primary .find-cartridge{position:relative;float:right;margin:-5px 0 0;padding:0}#nav .nav-primary .find-cartridge a{width:'auto';background-color:#ccc;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;padding:8px 15px 8px 15px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;height:auto}#nav .nav-primary .find-cartridge a:hover{text-decoration:none}#nav .nav-primary .find-cartridge a:hover:after{right:25px}#nav .nav-primary .find-cartridge a:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#nav .nav-primary .find-cartridge a:after{display:none;right:15px}#nav .nav-primary .find-cartridge a:hover:after{right:13px}#nav .nav-secondary{padding:0}#nav .nav-secondary.drop-hover-content{padding:43px 10px 10px;width:auto;top:-10px;left:-10px;z-index:3;background:#fff}#nav .nav-secondary li{display:inline-block;width:100%;padding:10px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#nav .nav-secondary li:first-child{border-right:0 none;border-top:1px solid #939393}#nav .nav-secondary li a{text-transform:none;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;padding:0}#nav .nav-primary li:not(:first-child) a:after{content:"+";border-radius:30px;background-color:#94c300;width:24px;color:#fff;height:24px;margin-left:10px;text-align:center;display:inline-block;font-size:3rem;line-height:1.5rem}.subcategories1st h3{margin-top:0}div.toptext{text-align:center;color:#fff;background:#000;padding:5px;font-size:13px;letter-spacing:1.2px}.page-header{padding:0 10px;position:relative}.page-header .page-header-container{height:135px}.page-header .page-header-container .quicksearch{position:absolute;top:10px;left:350px;padding:10px;width:350px}.page-header .page-header-container .quicksearch div.label{margin-bottom:5px;font-size:14px}.page-header .page-header-container .quicksearch div.label span{color:#999}.page-header .page-header-container .quicksearch .input{border:1px solid #ccc}.customer-services{display:inline-block;position:absolute;bottom:0;right:0;text-align:right;color:#939393;margin:20px 0 0;font-family:dosismedium}.customer-services span{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;display:block}.customer-services strong{font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;line-height:2.6rem;display:block;font-weight:300}.customer-services a{color:#939393}.logo{display:block;padding:0;margin:18px 0 0}.logo:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1}.logo em,.logo h1{text-transform:none;color:#939393;margin:4px 0 0;font-style:normal;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.skip-link,.top-link{text-align:center;line-height:inherit;margin:10px 0 0;width:50px;padding:0}.skip-link .icon,.top-link .icon{width:42px;height:42px;display:inline-block}.skip-link span.label,.top-link span.label{display:inline-block;width:100%;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;text-transform:none;color:#939393}.skip-link.skip-account,.top-link.skip-account{right:65px;z-index:11}.skip-link.skip-account .icon,.top-link.skip-account .icon{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 0}.lte9 .skip-link.skip-account .icon,.lte9 .top-link.skip-account .icon{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.header-minicart .skip-cart{z-index:3;text-align:center;line-height:inherit;margin:10px 0 0;width:42px;padding:0}.header-minicart .skip-cart .icon{width:42px;height:42px;background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -100px;display:inline-block}.lte9 .header-minicart .skip-cart .icon{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.header-minicart .skip-cart span.label{display:inline-block;width:100%;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;text-transform:none;color:#939393}.header-minicart .count{position:absolute;width:20px;height:20px;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-color:#3c752e;color:#fff;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;font-weight:700;font-family:arial,sans-serif;display:inline;vertical-align:middle;padding-top:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;top:-5px;left:25px}.header-minicart .block-cart{width:310px;position:absolute;right:0;top:50px;z-index:10;padding-top:50px}.header-minicart .block-cart:before{content:"";position:absolute;top:40px;right:10px;width:0;z-index:3;height:0;border-left:10px solid transparent;border-bottom:10px solid #939393;border-right:10px solid transparent}.header-minicart .block-cart:after{content:"";position:absolute;z-index:4;top:41px;right:10px;width:0;height:0;border-left:10px solid transparent;border-bottom:10px solid #fff;border-right:10px solid transparent}.header-minicart .block-cart .minicart-wrapper{position:relative;width:100%;background-color:#fff;border:1px solid #939393;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px}.header-minicart .block-cart .minicart-wrapper .block-subtitle{font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;text-align:left;color:#3c752e;text-transform:none;border-bottom:1px dashed #333;padding:10px 0 15px;margin:0}.header-minicart #cart-sidebar{padding:0}.header-minicart #cart-sidebar li{border-bottom:1px dashed #333;padding:10px 0}.header-minicart #cart-sidebar .product-name a{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-weight:100;text-transform:capitalize;color:#333}.header-minicart .checkout-button{width:187px;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;float:right}.header-minicart .checkout-button:hover{text-decoration:none}.header-minicart .checkout-button:hover:after{right:25px}.header-minicart .checkout-button:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.header-minicart .price,.header-minicart .qty{color:#94c300;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;font-family:dosissemibold;padding:0;width:auto}.header-minicart .remove{color:#3c752e;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosismedium;text-decoration:underline;text-align:right;padding:0 0 0 30px;float:right;margin-top:-30px}.header-minicart .qty-wrapper{display:none}.footer-container{background-color:#333;padding:20px 0 0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:972px}.footer-container .footer .three-col{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:32%}.footer-container .footer .three-col:first-child{margin-right:4%}.footer-container .footer address{display:block;text-align:center;margin:20px auto;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;line-height:1.8rem;text-transform:none;font-family:arial,sans-serif;color:#939393}.footer-container strong{font-family:dosismedium;text-transform:none;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;font-weight:100;color:#fff}.footer-container p{font-family:arial,sans-serif;text-transform:none;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;line-height:1.8rem;color:#ccc;padding:10px 0 20px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footer-container .follow-us{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.footer-container .follow-us li{display:inline-block}.footer-container .follow-us li a{overflow:hidden;text-indent:-9999px;white-space:nowrap;width:60px;height:60px;display:inline-block;margin:0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footer-container .follow-us li a.fb{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -600px}.lte9 .footer-container .follow-us li a.fb{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.footer-container .follow-us li a.tw{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -700px}.lte9 .footer-container .follow-us li a.tw{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.footer-container .follow-us li a.gp{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -800px}.lte9 .footer-container .follow-us li a.gp{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.footer-container .follow-us li a.yt{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -900px}.lte9 .footer-container .follow-us li a.yt{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.footer-container .contact-us{float:right;position:relative;height:310px;width:225px;padding:20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:10px;background-color:#262626}.footer-container .contact-us strong{text-transform:uppercase;font-family:dosissemibold;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 0;width:80%;text-align:center;border-top:1px dashed #fff;border-bottom:1px dashed #fff;margin:20px 10% 40px}.footer-container .contact-us p{text-align:center}.footer-container .contact-us span{display:inline-block;width:100%}.footer-container .contact-us em{color:#ffcb30;font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;display:inline-block;width:100%;font-style:normal}.footer-container .delivery{display:inline-block;margin:32px 0 0}.footer-container .delivery .qs i{width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;-o-border-radius:24px;border-radius:24px;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;line-height:2.4rem;font-style:normal;margin:0 10px;background-color:#262626;display:inline-block;text-align:center}.footer-container .delivery strong span{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-weight:100}.footer-container .delivery .free-shipping{display:inline-block;font-family:dosismedium;color:#fff;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;border-top:1px dashed #fff;border-bottom:1px dashed #fff;padding:5px 0;margin:10px 0}.footer-container .delivery img{margin:10px 0}.footer-container .actions{display:inline-block;width:100%}.footer-container .actions .btn{width:187px;background-color:#ffcb30;color:#262626;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left}.footer-container .actions .btn:hover{text-decoration:none}.footer-container .actions .btn:hover:after{right:25px}.footer-container .actions .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.footer-container .secure-payment{margin:56px 0 0}.footer-container .secure-payment img{margin:10px 0}.footer-container .block-title{border:0 none}.footer-container #show-message{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:10px 0 10px 25px;color:#fff;background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:-20px -1050px}.lte9 .footer-container #show-message{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.content-block{margin-top:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:10px}.content-block p{font-family:arial,sans-serif;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;color:grey}.content-block p strong{display:inline-block;color:#ccc;width:100%;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-weight:100;margin:0 0 5px}#newsletter{font-family:arial,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:300px;display:inline-block}#bottom-links{display:inline-block;width:100%;margin-top:30px}#bottom-links>li{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:24%;padding:0 0 30px}#bottom-links ol>li{font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;text-transform:none;font-family:arial,sans-serif;display:inline-block;width:100%;margin:0 0 5px}#bottom-links ol>li:first-child{color:#ccc;text-transform:uppercase}#bottom-links ol>li a{color:#939393;display:inline-block;margin:2px 0}#search-box{display:inline-block;width:100%;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/back-searchbox.png) repeat-x 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px 30px;padding-bottom:0;margin:0}#search-box h2{color:#fff;display:none;font-size:30px;line-height:33px;font-size:3rem;line-height:3.3000000000000003rem;margin:0 0 30px;width:100%;text-transform:uppercase}#search-box .title{color:#000;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;font-weight:100;display:inline-block;width:100%}#search-box .action-line{display:inline-block;width:100%;text-align:center}#search-box .submit-form{display:none;margin:20px auto 0;width:239px;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}#search-box .submit-form:hover{text-decoration:none}#search-box .submit-form:hover:after{right:25px}#search-box .submit-form:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#search-box .sample{color:#fff;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100}#header-search{width:100%;margin:15px 0 5px;display:inline-block}#search-by-models{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:48%;position:relative;float:left}#search-by-models .drop-content{max-height:300px}#search{border:0 none;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;border-radius:0}.search-box-separator{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:12%;position:relative;float:left;text-align:center;color:#333;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;padding-top:64px;height:152px;text-transform:none;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/box-separator.png) no-repeat top center;margin-top:39px}#search-by-refs{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:48%;position:relative;float:right}.search-line{display:inline-block;width:100%;margin:0 0 15px;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/arrow-down.png) no-repeat #fff 96% 50%;position:relative}.search-line a.drop-trigger{pointer-events:none;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-webkit-opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;opacity:.5}.search-line .searchNoResult{display:none;font-family:dosisregular;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:5px 0 0!important;color:#f90026}.search-line .searchContent input{border:1px solid #ccc;font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-transform:uppercase;height:30px;color:#939393;margin:0 0 5px;background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:320px -1460px}.lte9 .search-line .searchContent input{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.search-line#brands{margin-top:15px}.search-line.current a.drop-trigger{pointer-events:all;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1}.search-line .drop-content{top:38px}.search-line .drop-content li{margin:0;padding:0}.search-line .drop-content li a{padding:0;display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:3px 0;color:#939393;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.search-line .drop-content li a:hover{text-decoration:none}.search-line .drop-content:before{width:95%;content:"";position:absolute;height:1px;background-color:#ccc;left:10px;top:2px}.search-line a.drop-trigger{padding:8px 0 0 10px;color:#939393;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:40px}.search-line a.drop-trigger:hover{text-decoration:none}.serie-name{display:inline-block;width:100%;background-color:#ccc;font-family:dosismedium;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;margin-top:15px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;text-transform:uppercase;color:#333}.search-autocomplete{left:-1px!important;overflow:visible!important;position:relative!important;top:-40px!important;width:100%!important;z-index:9;background-color:transparent}.search-autocomplete ul{border:1px solid #939393;left:0;position:absolute;padding:39px 0 0;top:0;width:100%;background-color:transparent}.search-autocomplete ul li{cursor:pointer;font-size:12px;padding:5px 10px;margin:0;text-align:left;background-color:#fff;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-autocomplete ul li:nth-child(2){position:relative}.search-autocomplete ul li:nth-child(2):before{content:"";width:96%;left:2%;top:0;height:1px;background-color:#939393;position:absolute}.search-autocomplete ul li.selected{color:#939393}.search-autocomplete ul li .amount{float:right;font-weight:700}.search-autocomplete ul li:last-child{border-bottom:none}.search-autocomplete ul li.title{display:inline-block;width:100%;background-color:#ccc;font-family:dosismedium;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;text-transform:uppercase;color:#333;margin:0}.search-autocomplete ul>a{background-color:#fff;width:100%;display:inline-block;color:#3c752e;text-decoration:underline;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-autocomplete ul a:hover{text-decoration:none}.search-autocomplete ul .name{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;color:#939393;display:inline-block;width:85%}.search-autocomplete ul .header-text{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;color:#939393;padding:10px;display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#search_mini_form .search-button{text-indent:inherit;position:absolute;top:0;right:0;width:40px;height:40px;border:0;background:#94c300;color:#fff}#rassurance{display:table;width:100%;margin:0 0;margin:0 auto;padding:0 5px;margin-top:10px}#rassurance li{display:table-cell;text-align:center;width:25%;margin:0;padding:0;-moz-box-sizing:border-box}#rassurance li a{display:inline-block;padding:0;margin:5px}.no-items{font-style:normal;font-family:dosismedium;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#939393}.section-title{text-align:center;border-top:1px dashed #939393;border-bottom:1px dashed #939393;padding:7px 0;display:inline-block;font-family:dosissemibold;font-size:30px;line-height:33px;font-size:3rem;line-height:3.3000000000000003rem;font-weight:100;text-transform:uppercase;margin:10px 0}#mark-box{padding:15px 0}#mark-box .aside-link{position:absolute;right:20px;top:20px;color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline}#mark-box ul{display:inline-block;margin:20px 0 0;padding:0 20px;width:100%;height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#mark-box ul li{position:relative;float:left;height:40px;width:100px;padding:0;margin:0 38px 0 0}#mark-box ul li a{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/marks.png);background-repeat:no-repeat;display:inline-block;width:100%;height:40px}#mark-box ul li:last-child{margin:0}#mark-box ul span{overflow:hidden;text-indent:-9999px;white-space:nowrap;display:block}#mark-box #brother{background-position:0 0}#mark-box #canon{background-position:-140px 0}#mark-box #dell{background-position:-280px 0}#mark-box #epson{background-position:-420px 0}#mark-box #hp{background-position:-556px 0}#mark-box #xerox{background-position:-695px 0}#mark-box #samsung{background-position:-832px 0}.inner-box{display:inline-block;width:100%;text-align:center;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px}.inner-box .products-grid>li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%}.inner-box .products-grid>li .price{color:#94c300;font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem}.inner-box .products-grid>li .price-box{text-align:left}.inner-box .products-grid>li .label{color:#94c300;font-family:dosismedium;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.inner-box .products-grid>li .product-image{text-align:center;display:inline-block}.inner-box .products-grid>li .product-image img{display:inline;width:auto}.inner-box .products-grid>li .product-name{text-align:left;overflow:hidden;margin:10px 0 5px;min-height:60px;padding:0 0 5px}.inner-box .products-grid>li .product-name a{font-family:dosisregular;text-align:left}.inner-box .aside-btn{width:217px;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;position:absolute;right:10px;top:24px}.inner-box .aside-btn:hover{text-decoration:none}.inner-box .aside-btn:hover:after{right:25px}.inner-box .aside-btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.kit-charger{position:relative;width:300px;float:right}.kit-charger img{width:260px}.features{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:30px 0;margin-top:10px;width:100%}.features .gain-time{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:300px;height:210px;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/recyclabe.png) no-repeat #94c300 center 20px;float:left}.features .gain-time strong{display:inline-block;width:100%;text-align:center;font-family:dosissemibold;margin-top:70px;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;color:#fff;text-transform:uppercase;font-weight:100}.features .gain-time span{display:inline-block;width:100%;text-align:center;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;color:#fff;font-weight:100;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 30px}.features #eKomiWidget_default{float:left;margin:0 75px;max-width:180px}#best-sells.inner-box .products-grid>li{width:20%;float:left;clear:none;margin:0 60px 0 0}#best-sells.inner-box .products-grid>li .old-price,#best-sells.inner-box .products-grid>li .price-excluding-tax{display:none}#best-sells.inner-box .products-grid>li.last{margin:0}#cartridge-types{display:inline-block}#cartridge-types ul.types{display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:30px 0;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/types.jpg) no-repeat center top}#cartridge-types ul.types li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;float:left;text-align:center;width:204px;height:450px;margin-right:20px;padding:220px 0 0 0}#cartridge-types ul.types li strong{text-transform:uppercase;color:#fff;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;font-family:dosissemibold;display:inline-block;width:100%;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:100}#cartridge-types ul.types li p{display:inline-block;width:100%;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:arial,sans-serif;padding:0 20px;margin:0}#cartridge-types #originals{padding:220px 0 0;width:223px;margin:0}#cartridge-types #originals strong{margin:0 0 30px}#cartridge-types #compatibles{padding:220px 0 0;width:223px;margin:0 0 0 20px}#cartridge-types #compatibles strong{margin:0 0 30px}#cartridge-types #conditionned{width:223px;margin:0 0 0 20px}#cartridge-types #conditionned strong{margin:0 0 30px;padding:0}#cartridge-types #kit{width:222px;margin:0 0 0 21px}#cartridge-types #kit strong{margin:0 0 30px;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#tbs-container{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:left;display:inline-block}#tabs{margin:0;width:245px;padding-left:20px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#tabs li{display:inline-block;width:100%;padding:0;margin:0 0 5px;height:45px}#tabs li a{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-transform:none;font-family:dosismedium;padding:10px 10px 10px 20px;height:40px;width:230px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;text-align:left;color:#333;background-color:#e6e6e6;outline:0}#tabs li a:hover{text-decoration:none}#tabs li.active a{background-color:#333;color:#fff}#tbs-content{padding:0;margin-left:20px;float:left;max-width:600px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tb-content{display:none;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,sans-serif}.tb-content.active{display:block}.cms-home .find-cartridge{display:none}.hp-our-printers{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#939393;font-family:arial,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0 auto;width:850px}.hp-our-printers table{margin:20px 0}.hp-our-printers table td{width:25%;vertical-align:top}.hp-our-printers table a{color:#3c752e!important;text-decoration:underline}.hp-our-printers table li{list-style:inside none disc;text-align:left;color:#3c752e!important;margin:0 0 5px}.catalog-category-view .nav-primary{display:inline-block;width:100%}.catalog-category-view .category-title{display:none}.catalog-category-view .category-description{display:inline-block;width:100%;text-align:center;color:grey;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;margin:0 0 20px}.catalog-category-view .category-description p{padding:0 120px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:left}.catalog-category-view .category-description p.small{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:dosisregular}.subcategories1st{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3;-webkit-column-gap:5px;-moz-column-gap:5px;-ms-column-gap:5px;-o-column-gap:5px;column-gap:5px;columns:3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 130px;display:block}.subcategories1st li{display:inline-block;width:100%;text-align:center;margin:0 0 20px}.subcategories1st a{width:220px;display:inline-block;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.subcategories1st a:hover{text-decoration:none;background-color:#2f5c24}.subcategories1st a span{display:inline}.modelespmarque{padding:0 130px;font-size:20px}.modelespmarque a{margin:5px;display:inline-block;background:#94c300;color:#fff;padding:5px;font-size:13px}.modelespmarque select{font-size:20px;margin-left:5px}.subcategories2nd{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 130px;display:block}.subcategories2nd li{display:inline-block;width:100%;padding:10px 0;border-bottom:1px solid #939393;font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.subcategories2nd li .openSubCategories{float:right;width:125px;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;cursor:pointer}.subcategories2nd li .openSubCategories:hover{text-decoration:none}.subcategories2nd li .openSubCategories:hover:after{right:25px}.subcategories2nd li .openSubCategories:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.subcategories2nd li .openSubCategories:after{right:20px}.subcategories2nd li .openSubCategories:hover:after{right:15px}.subcategories2nd li .sub-cat-name{display:inline-block;padding:10px 0 0;font-size:24px;font-weight:700;margin-bottom:20px}.subsubcategories3rd{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3;-webkit-column-gap:10px;-moz-column-gap:10px;-ms-column-gap:10px;-o-column-gap:10px;column-gap:10px;columns:3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;float:left;width:100%}.subsubcategories3rd:not(:root) li{float:left;position:relative}.subsubcategories3rd li{border-bottom:0 none;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.subsubcategories3rd li a{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:none;display:inline-block}.subsubcategories3rd li a:hover{text-decoration:underline}.subsubcategories3rd:not(:root) li{float:inherit}.category-seo-description{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#939393;font-family:arial,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 130px;margin:120px 0}.category-seo-description h2{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;color:#333;margin:10px 0}.category-seo-description a{color:#94c300}.category-seo-description a:hover{color:#3c752e;text-decoration:none}.category-seo-description a p{font-family:arial,helvetica,sans-serif;color:grey}.category-seo-description table{margin:20px 0}.category-seo-description table p{text-align:center;margin:20px 0 0;display:inline-block;width:100%}.category-seo-description table p img{display:inline}.category-seo-description table a{color:#3c752e!important;text-decoration:underline}.category-seo-description .product-faq-question{background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/faq-question.png) 0 100% no-repeat;padding-left:40px!important;margin:0!important;width:96%!important;font-weight:700;height:25px!important}.list-filters-box{width:25%;float:left;padding:0 10px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.list-filters-box .state.m-color{height:20px;background-size:auto 100%;width:20px}.list-filters-box .state.m-color>div{height:20px;width:20px}.category-products{padding:0 10px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}.list-upper-content{padding:10px;margin-bottom:20px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;min-height:180px;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/back-list.png) no-repeat}.list-upper-content .main-content{width:75%;position:relative;float:right;padding:10px 30px 30px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:150px}.list-upper-content .print-picture{width:25%;position:relative;float:left;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.list-upper-content .print-picture .category-image{background-color:#fff;border:1px solid #fff;-moz-border-radius:200px;-webkit-border-radius:200px;-o-border-radius:200px;border-radius:200px;height:150px;width:150px;text-align:center;display:table-cell;vertical-align:middle}.list-upper-content .print-picture .category-image img{display:inline;max-width:120px;max-height:120px;position:relative}.list-upper-content .main-title{color:#fff;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem}.list-upper-content .printer-name{color:#fff;font-family:dosissemibold;text-transform:uppercase;font-size:30px;line-height:33px;font-size:3rem;line-height:3.3000000000000003rem;padding:0;margin:0}.list-upper-content .desc-content{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;padding:20px 0;display:inline-block}.list-upper-content .list-rassurance{position:absolute;bottom:0;padding:0;margin:0}.list-upper-content .list-rassurance li{display:inline-block}.list-upper-content .list-rassurance li span{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.list-upper-content .list-rassurance li.quick-shipping{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:-20px -1604px;padding:0 35px}.lte9 .list-upper-content .list-rassurance li.quick-shipping{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.list-upper-content .list-rassurance li.best-price{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:-20px -1732px;padding:0 25px}.lte9 .list-upper-content .list-rassurance li.best-price{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.note-msg{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;display:inline-block;padding:20px}.subheader_list{position:relative}.subheader_list:first-child{margin-top:-50px}.subheader_list .ps{margin:0 10px}.subheader_list .ps i{width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;-o-border-radius:24px;border-radius:24px;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;line-height:2.4rem;font-style:normal;margin:0;background-color:#ccc;display:inline-block;text-align:center;color:#fff}.subheader_list .ps:hover i{background-color:#ffcb30;color:#262626}#products-list .product-image{float:left;height:140px;width:140px}#products-list .product-image img{max-height:140px;width:140px}#products-list .product-name{display:inline-block;padding-bottom:2px}#products-list .price-box{display:inline-block;text-align:right;width:100%}.toolbar .pager{display:none}.toolbar-bottom{display:block;float:left;width:100%}.toolbar-bottom .limiter{display:none}.toolbar-bottom .toolbar{float:none}.toolbar-bottom .pager{border:0 none;display:inline-block;width:100%;text-align:center;margin:0 0 60px 0}.toolbar-bottom .pager .pages strong{display:none}.toolbar-bottom .pager .pages ol{display:inline-block;width:100%}.toolbar-bottom .pager .pages li{height:20px;width:20px;margin:0 5px;text-transform:uppercase;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;display:inline-block;color:#fff}.toolbar-bottom .pager .pages li>a{color:#262626}.toolbar-bottom .pager .pages li.previous{width:auto;position:relative;float:left}.toolbar-bottom .pager .pages li.previous a,.toolbar-bottom .pager .pages li.previous span{padding:10px 20px 10px 40px;background-color:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;position:relative}.toolbar-bottom .pager .pages li.previous a:after,.toolbar-bottom .pager .pages li.previous span:after{content:"<";position:absolute;top:10px;left:20px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.toolbar-bottom .pager .pages li.next{width:auto;position:relative;float:right}.toolbar-bottom .pager .pages li.next a,.toolbar-bottom .pager .pages li.next span{padding:10px 40px 10px 20px;background-color:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;position:relative}.toolbar-bottom .pager .pages li.next a:after,.toolbar-bottom .pager .pages li.next span:after{content:">";position:absolute;top:10px;right:20px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.toolbar-bottom .pager .pages li.previous a{background-color:#94c300;color:#fff}.toolbar-bottom .pager .pages li.previous a:hover{text-decoration:none}.toolbar-bottom .pager .pages li.previous a:hover:after{left:10px}.toolbar-bottom .pager .pages li.previous span{background-color:#ccc;color:#fff}.toolbar-bottom .pager .pages li.next a{background-color:#94c300;color:#fff}.toolbar-bottom .pager .pages li.next a:hover{text-decoration:none}.toolbar-bottom .pager .pages li.next a:hover:after{right:10px}.toolbar-bottom .pager .pages li.next span{background-color:#ccc;color:#fff}.toolbar-bottom .pager .pages li.current{-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;height:30px;width:30px;padding:5px;background-color:#94c300;color:#fff;line-height:30px}#narrow-by-list{display:inline-block;margin:20px 0 0;padding:0}#narrow-by-list dt{background-color:#94c300;text-transform:uppercase;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;display:inline-block;color:#fff;padding:3px 10px}#narrow-by-list dd{margin:10px 0 20px;width:100%;padding:0;display:inline-block}#narrow-by-list dd a{color:#333;font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.product-shop .free-shipping{background-color:#ffcb30;color:#333;font-family:dosismedium;display:inline-block;padding:5px 10px;margin:20px 0 0;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.mb-category-products{position:relative;float:left;width:100%}.mb-category-products .category-seo-description{padding:0 20px 0 260px}.mb-search-result{margin-top:10px;display:inline-block;width:100%;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mb-search-result .category-products{width:100%;padding:0}.mb-search-result #products-list{padding:0}.mb-search-result .old-price,.mb-search-result .special-price{display:inline-block;width:100%}.mb-search-result .product-shop .f-fix .product-list-attributes{float:left;position:relative;clear:both}.mb-mana-catalog-leftnav .currently>ol{padding:0}.mb-mana-catalog-leftnav .currently>ol li{margin-bottom:10px;color:#333;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;font-weight:100;padding:0}.mb-mana-catalog-leftnav .currently .label{display:none}.mb-mana-catalog-leftnav .block-subtitle{color:#939393;font-family:dosisregular;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:0 0 5px;border-bottom:1px solid #ccc;margin:-3px 0 10px}.mb-mana-catalog-leftnav .block-subtitle span{visibility:hidden}.mb-mana-catalog-leftnav .btn-remove{background-color:#f90026;-moz-border-radius:16px;-webkit-border-radius:16px;-o-border-radius:16px;border-radius:16px;border:1px solid #f90026}.mb-mana-catalog-leftnav .btn-remove:after{content:'X';color:#fff;height:20px;line-height:20px;width:100%;font-size:10px;font-family:Arial,"Helvetica Neue",Verdana,Arial,sans-serif;font-weight:700}.mb-mana-catalog-leftnav .btn-remove:hover:after{color:#fff;text-decoration:none}.mb-mana-catalog-leftnav .m-filter-checkboxes label{color:#333;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;font-weight:100;padding:0 0 0 10px}.mb-mana-catalog-leftnav .m-filter-checkboxes li{margin:2px 0;white-space:nowrap}.mb-mana-catalog-leftnav .btn-previous:hover,.mb-mana-catalog-leftnav .btn-remove:hover{background-color:#ff2842;border-color:#f90026;text-decoration:none}.mb-mana-catalog-leftnav .btn-previous:hover:after,.mb-mana-catalog-leftnav .btn-remove:hover:after{color:#fff}.mb-mana-catalog-leftnav .actions a{color:#3c752e;text-decoration:underline;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.mb-mana-catalog-leftnav .actions a:hover{color:#3c752e;text-decoration:underline}.product-shop .f-fix{position:relative}.product-shop .f-fix .desc{display:none}.product-shop .f-fix .product-list-color{width:auto;position:absolute;right:190px;top:0}.product-shop .f-fix .product-name{max-width:250px}.product-shop .f-fix .old-price{margin-top:10px}.product-shop .f-fix .old-price .price{color:#333}.product-shop .f-fix .add-to-cart-buttons{position:absolute;right:0;top:10px}.product-shop .f-fix .action{position:absolute;top:20px;right:170px}.product-shop .f-fix .upper-items{position:relative;float:left;clear:both;width:100%}.product-shop .f-fix .bottom-items{position:relative;float:left;clear:both;width:100%;height:50px}.product-shop .f-fix .product-list-attributes{max-width:inherit}.category-conseils-et-tutos .category-products{width:100%}.product-view .free-shipping{margin:0;margin-bottom:5px}.product-options{font-size:1.4rem;padding-bottom:0;padding:0;margin:0;border:0}.product-options-bottom{background:0 0;border:0;padding:0;margin:0}.product-options-bottom .product-view .add-to-cart{margin:0}.product-options dl.last dt{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;margin-bottom:10px}.col2-set .form-list .control label,.product-options ul.options-list label{width:inherit}.product-options ul.options-list .checkbox,.product-options ul.options-list .radio{float:inherit;display:inline-block;margin-right:5px}.product-options ul.options-list .label{display:inline-block}.product-name{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;margin:0}.product-name a{text-transform:none;color:#333}.product-name a:hover{color:#94c300}.add-to-cart-buttons{position:relative;float:right;margin:0;text-align:right}.add-to-cart-buttons .btn{width:'auto';background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.add-to-cart-buttons .btn:hover{text-decoration:none}.add-to-cart-buttons .btn:hover:after{right:25px}.add-to-cart-buttons .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.add-to-cart-buttons .btn:after{right:20px}.add-to-cart-buttons .btn:hover:after{right:15px}.product-view .add-to-cart-buttons{position:relative;float:right;margin:0;text-align:right}.product-view .add-to-cart-buttons .btn[disabled]{width:'auto';background-color:#ccc;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;padding-right:20px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;pointer-events:none}.product-view .add-to-cart-buttons .btn[disabled]:hover{text-decoration:none}.product-view .add-to-cart-buttons .btn[disabled]:hover:after{right:25px}.product-view .add-to-cart-buttons .btn[disabled]:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.product-view .add-to-cart-buttons .btn[disabled]:after{display:none;right:20px}.product-view .add-to-cart-buttons .btn[disabled]:hover:after{right:20px}.product-view .add-to-cart-buttons .btn{width:'auto';background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;padding-right:20px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px}.product-view .add-to-cart-buttons .btn:hover{text-decoration:none}.product-view .add-to-cart-buttons .btn:hover:after{right:25px}.product-view .add-to-cart-buttons .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.product-view .add-to-cart-buttons .btn:after{display:none;right:20px}.product-view .add-to-cart-buttons .btn:hover:after{right:15px}.availability{position:relative;text-align:left;margin-top:0}.availability .value{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;text-transform:none;display:inline-block;padding-left:15px;color:grey}.availability:before{content:"";width:10px;height:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-color:#94c300;position:absolute;left:0;top:4px;display:block}.out-of-stock{position:relative}.out-of-stock .value{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;text-transform:none;display:inline-block;padding-left:15px;color:grey}.out-of-stock:before{content:"";width:10px;height:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-color:#f90026;position:absolute;left:0;top:4px;display:block}.add-to-cart-buttons .btn[disabled]{width:'auto';background-color:#ccc;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;pointer-events:none}.add-to-cart-buttons .btn[disabled]:hover{text-decoration:none}.add-to-cart-buttons .btn[disabled]:hover:after{right:25px}.add-to-cart-buttons .btn[disabled]:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.add-to-cart-buttons .btn[disabled]:after{right:20px}.add-to-cart-buttons .btn[disabled]:hover:after{right:20px}span.type{color:grey;display:inline-block;width:100%;text-align:left;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin:5px 0;font-family:arial,helvetica,sans-serif}.products-grid{position:relative}.products-grid:after{content:'';display:table;clear:both}.products-grid>li{position:relative;margin-bottom:20px;text-align:center}.products-grid>li:after{content:'';display:table;clear:both}.products-grid .product-image{width:100%;margin-bottom:15px}.products-grid .product-image img{width:100%;height:auto}.products-grid .product-image img:hidden{display:none}.products-grid .product-info{position:relative;padding-bottom:95px}.products-grid .actions{padding-top:10px;position:absolute;bottom:0;min-height:85px;width:100%}.products-grid .ratings .rating-box{margin:0 auto}.products-grid .ratings .amount{display:none}.products-grid .price-box{font-size:13px;margin:0 0 5px}.products-grid .add-to-links{margin-bottom:0}.products-grid>li{float:left;width:47.72727%;margin-right:4.54545%}.products-grid>li:nth-child(odd){clear:left}.products-grid>li:nth-child(even){margin-right:0}.products-grid .product-image{margin-bottom:5px}.products-grid .product-image:after,.products-grid .product-image:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:none}.products-grid .product-image:before{background-color:#fff;opacity:.8;z-index:2}.products-grid .product-image:after{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/opc-ajax-loader.gif);background-repeat:no-repeat;background-position:center;z-index:3}.products-grid .product-image.loading{position:relative}.products-grid .product-image.loading:after,.products-grid .product-image.loading:before{display:block}.catalog-product-view .main{border-top:1px solid #ccc;margin-top:12px}.catalog-product-view .product-img-box{width:50%;position:relative;margin:15px 0 15px;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.catalog-product-view .product-img-box .product-label{left:10px}.catalog-product-view .product-image-gallery,.catalog-product-view .product-wrapper .product-image{position:relative;display:table-cell}.catalog-product-view .product-image-gallery img,.catalog-product-view .product-wrapper .product-image img{max-width:390px;max-height:390px}.catalog-product-view .back-list{display:inline-block;font-family:dosismedium;width:100%;float:right;width:auto;color:#3c752e;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;margin:0;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .tutos-box.double{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 25%}.catalog-product-view .tutos-box.double .col-2-4{width:49%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .tutos-box.double .col-2-4 p{padding:20px 30px 0}.catalog-product-view .product-label{position:absolute;top:0;left:0}.catalog-product-view .product-essential .product-wrapper{display:inline-block;height:410px;position:relative}.catalog-product-view .product-essential .product-wrapper .product-image{border:0 none;height:300px;width:400px}.catalog-product-view .product-essential .product-shop{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:10px}.catalog-product-view .product-essential .product-shop .list-description{display:inline-block;margin:0 0 20px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif}.catalog-product-view .product-essential .product-shop .list-description li{padding:0 0 0 10px;margin:5px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative}.catalog-product-view .product-essential .product-shop .list-description li:before{content:"";width:4px;height:4px;position:absolute;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-color:#94c300;left:0;top:6px}.catalog-product-view .product-essential .product-name{font-family:dosissemibold;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;color:#94c300;text-transform:uppercase;padding-left:10px}.catalog-product-view .product-essential .get-compatible-items{color:#94c300;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;text-decoration:underline}.catalog-product-view .product-essential .short-description{font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:10px 0;margin:0 0 15px;color:grey;border-bottom:1px dashed #333}.catalog-product-view .product-essential .short-description .std{padding:0 0 10px}.catalog-product-view .product-essential .short-description p{margin:0}.catalog-product-view .product-essential .short-description li{list-style:inherit}.catalog-product-view .product-essential .more-views li{display:inline-block}.catalog-product-view .product-essential .more-views,.catalog-product-view .product-essential .product-image-thumbs{display:inline-block;width:100%;text-align:center;margin:20px 0 0}.catalog-product-view .product-essential .more-views a,.catalog-product-view .product-essential .product-image-thumbs a{width:65px;height:65px;-moz-border-radius:65px;-webkit-border-radius:65px;-o-border-radius:65px;border-radius:65px;text-align:center;border:1px solid #ccc;margin:0 10px;display:inline-block}.catalog-product-view .product-essential .more-views a:hover,.catalog-product-view .product-essential .product-image-thumbs a:hover{border-color:#94c300}.catalog-product-view .product-essential .more-views a img,.catalog-product-view .product-essential .product-image-thumbs a img{display:inline;margin-top:10px;width:45px;height:45px}.catalog-product-view .product-essential .more-views h2,.catalog-product-view .product-essential .product-image-thumbs h2{display:none}.catalog-product-view .product-essential .add-to-cart-wrapper{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 60px 0 0}.catalog-product-view .product-essential .add-to-cart-wrapper .delivery{display:inline-block}.catalog-product-view .product-essential .add-to-cart-wrapper .delivery .qs i{width:20px;height:20px;-moz-border-radius:22px;-webkit-border-radius:22px;-o-border-radius:22px;border-radius:22px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;line-height:2rem;font-style:normal;margin:0 10px;background-color:#262626;display:inline-block;text-align:center;color:#fff}.catalog-product-view .product-essential .special-price{position:relative;float:left;width:70%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .product-essential .old-price{position:relative;float:left;width:30%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:right;margin-top:10px}.catalog-product-view .product-essential .old-price .price{font-family:dosisregular;color:#333;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.catalog-product-view .product-essential .old-price .label{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.catalog-product-view .product-essential .block-related{position:relative;float:left;width:360px;height:120px;text-align:left;background-color:#f2f2f2;padding:0 10px 30px;margin:30px 0 30px 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .product-essential .block-related .block-title{border:0 none}.catalog-product-view .product-essential .block-related h2{font-family:dosismedium;color:grey;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-transform:none}.catalog-product-view .product-essential .block-related .product-name{display:block}.catalog-product-view .product-essential .block-related .product-name a{color:#333;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular}.catalog-product-view .product-essential .block-related .product-details{margin-left:0}.catalog-product-view .product-essential .block-related .block-content{margin-top:0}.catalog-product-view .product-essential .qty-wrapper{display:none}.catalog-product-view .product-essential #block-related li{padding:0;margin:0}.catalog-product-view .product-essential #block-related .checkbox{margin-top:10px}.catalog-product-view .product-essential #block-related .product-name{padding:0;margin:0}.catalog-product-view .product-essential .extra-info{position:relative;float:left;width:50%}.catalog-product-view .product-essential .add-to-box{position:relative;float:right;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .description{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;color:grey;padding:0 50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .description h3{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-family:dosisregular;margin:0 0 10px;color:#333}.catalog-product-view .description li{list-style:inherit}.catalog-product-view .product-compatible{min-height:240px;width:100%;position:relative;float:left;background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/back-searchbox.png) repeat-x 0 0;text-align:center;margin-top:50px;padding:10px 10px 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.catalog-product-view .product-compatible .title{color:#fff;font-family:dosissemibold;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;text-transform:uppercase;margin:30px 0}.catalog-product-view .product-compatible ul{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3;-webkit-column-gap:10px;-moz-column-gap:10px;-ms-column-gap:10px;-o-column-gap:10px;column-gap:10px;columns:3;padding:0 60px}.catalog-product-view .product-compatible ul li{text-align:left}.catalog-product-view .product-compatible ul li a{font-family:dosismedium;color:#3c752e;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline;text-transform:none;white-space:nowrap}.catalog-product-view .similar-products li{display:inline-block;width:100%;border:0 none;border-bottom:1px solid #ccc;margin:20px 0 0;padding:0 0 20px}.catalog-product-view .similar-products li:first-child{border-top:1px solid #ccc;padding:20px 0}.catalog-product-view .similar-products .product-image{float:left;height:140px;width:140px}.catalog-product-view .similar-products .product-image img{height:140px;width:140px}.catalog-product-view .similar-products .product-name{display:inline-block}.catalog-product-view .similar-products .price-box{display:inline-block;text-align:right;width:100%}.catalog-product-view .product-tuto{width:100%;position:relative;float:left;text-align:center;margin-top:50px}.catalog-product-view #product-attribute-specs-table td{border:1px solid #fff;background-color:#f2f2f2;color:#333;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;vertical-align:middle}.catalog-product-view #product-attribute-specs-table td.label{background-color:#94c300;color:#fff}.catalog-product-view .product-remand{color:#333;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;font-family:arial,helvetica,sans-serif;display:inline-block;padding:7px}.catalog-product-view .list-row{display:table-cell;padding:0 20px;text-align:left}.catalog-product-view .list-row.product-features{width:50%}.catalog-product-view .list-row.product-type-availability{position:relative;min-height:95px}.catalog-product-view .list-row.product-type-availability .product-list-stock{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;bottom:5px;left:32%}.catalog-product-view .list-row.product-features{width:50%}.catalog-product-view .list-row.product-price{width:15%;text-align:right}.catalog-product-view .list-row.product-price .old-price .price{color:#333}.product-price.list-row .add-to-cart-buttons{margin-top:30px}.product-list-attributes{color:grey;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;display:inline-block;margin:10px 0;max-width:70%}.price-info-box{position:relative;width:100%;float:right;padding:0;margin:10px 0;clear:both;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.price-info-box .price-box{padding:10px 0;padding-bottom:0;display:inline-block;width:100%;margin:0}.price-info-box .price-box .price-including-tax{display:inline-block}.price-info-box .price-box .price-including-tax .price{font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;color:#f90026}.price-info-box .price-box .price-including-tax .label{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#f90026}.price-info-box .price-box .price-excluding-tax{display:inline-block}.price-info-box .price-box .price-excluding-tax span{font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:grey;display:inline-block;padding:0 5px}.product-list-color{display:inline-block;text-align:center;width:100%}.product-list-color span{overflow:hidden;text-indent:-9999px;white-space:nowrap;height:40px;width:30px;display:inline-block}.product-list-color span.color-c{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 0}.lte9 .product-list-color span.color-c{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-m{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -100px}.lte9 .product-list-color span.color-m{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-j{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -200px}.lte9 .product-list-color span.color-j{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-n,.product-list-color span.color-n1,.product-list-color span.color-n2,.product-list-color span.color-n3,.product-list-color span.color-n4,.product-list-color span.color-n5{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -300px}.lte9 .product-list-color span.color-n,.lte9 .product-list-color span.color-n1,.lte9 .product-list-color span.color-n2,.lte9 .product-list-color span.color-n3,.lte9 .product-list-color span.color-n4,.lte9 .product-list-color span.color-n5{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-cmj{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -400px}.lte9 .product-list-color span.color-cmj{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-n2cmj,.product-list-color span.color-ncmj{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -500px}.lte9 .product-list-color span.color-n2cmj,.lte9 .product-list-color span.color-ncmj{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-n2cccmmcj,.product-list-color span.color-ncccmmcj{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -600px}.lte9 .product-list-color span.color-n2cccmmcj,.lte9 .product-list-color span.color-ncccmmcj{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-cc{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -700px}.lte9 .product-list-color span.color-cc{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-mc{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -800px}.lte9 .product-list-color span.color-mc{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.product-list-color span.color-g{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png);background-position:0 -900px}.lte9 .product-list-color span.color-g{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/color-code.png)}.box-up-sell{text-align:center}.product-faq-question{background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/faq-question.png) 0 100% no-repeat;padding-left:40px!important;margin:0!important;width:96%!important;font-weight:700}.product-faq-answer{background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/faq-answer.png) 0 25% no-repeat;padding-left:40px!important;margin:0!important;width:96%!important}#ts_product_widget{margin-bottom:10px;cursor:pointer}#ts_product_widget:hover .ts-reviewSummary-averageRating{text-decoration:underline}.customer-account-create .col2-set .col-1,.customer-account-create .col2-set .col-2,.customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2,.customer-account-retrieve .col2-set .col-1,.customer-account-retrieve .col2-set .col-2{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:0}.customer-account-create .col2-set .col-2,.customer-account-login .col2-set .col-2,.customer-account-retrieve .col2-set .col-2{border-left:1px solid #ccc}.customer-account-create .form-list>li,.customer-account-login .form-list>li,.customer-account-retrieve .form-list>li{margin-bottom:10px}.customer-account-create .form-list>li strong,.customer-account-login .form-list>li strong,.customer-account-retrieve .form-list>li strong{font-weight:400}.customer-account-create label,.customer-account-login label,.customer-account-retrieve label{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-family:dosisregular;color:#333;font-weight:100;margin:10px 0 0}.customer-account-create .registered-users span.required,.customer-account-login .registered-users span.required,.customer-account-retrieve .registered-users span.required{float:right;margin-right:60px;color:#f90026;font-family:arial,sans-serif;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem}.customer-account-create .registered-users .f-left,.customer-account-login .registered-users .f-left,.customer-account-retrieve .registered-users .f-left{font-family:arial,sans-serif;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;color:#3c752e;text-decoration:underline}.customer-account-create .btn,.customer-account-login .btn,.customer-account-retrieve .btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;height:40px;display:inline-block}.customer-account-create .btn:hover,.customer-account-login .btn:hover,.customer-account-retrieve .btn:hover{text-decoration:none}.customer-account-create .btn:hover:after,.customer-account-login .btn:hover:after,.customer-account-retrieve .btn:hover:after{right:25px}.customer-account-create .btn:after,.customer-account-login .btn:after,.customer-account-retrieve .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.customer-account-create .btn:after,.customer-account-login .btn:after,.customer-account-retrieve .btn:after{right:20px}.customer-account-create .btn:hover:after,.customer-account-login .btn:hover:after,.customer-account-retrieve .btn:hover:after{right:15px}.customer-account-retrieve{margin-top:11px;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.customer-account-retrieve .fieldset p.required{margin-top:14px}.buttons-set .back-link a{display:inline-block;font-family:arial,helvetica,sans-serif;text-decoration:underline;width:100%;color:#3c752e;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin:5px 0 10px 0}.account-sub-title{font-family:dosissemibold;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;color:#94c300;margin:0 0 20px;text-transform:uppercase}.form-instructions{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:grey;font-style:normal;margin:0 0 10px;display:inline-block;width:100%}.my-account{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;min-height:500px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:40px;border-left:1px solid #ccc;margin-bottom:30px;overflow:hidden}.my-account .form-list .control{display:inline-block;width:100%}.my-account .form-list>li strong{font-weight:400;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;display:inline-block;margin-bottom:5px}.my-account #primary_shipping+label strong{font-weight:400}.my-account button.btn.add-address{width:auto;background-color:#f2f2f2;color:#333;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.my-account button.btn.add-address:hover{text-decoration:none}.my-account button.btn.add-address:hover:after{right:25px}.my-account button.btn.add-address:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.my-account button.btn.add-address:after{right:20px}.my-account button.btn.add-address:hover:after{right:15px}.my-account .pager-no-toolbar{display:none}.my-account .page-title+.pager-no-toolbar{margin-top:-20px;display:block}.my-account .sub-title{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#fff;text-transform:uppercase;padding:5px 10px;background-color:#94c300;width:100%;margin:0 0 10px;white-space:nowrap}.my-account .title-buttons{color:#000}.my-account .title-buttons a{color:#000;color:#3c752e;text-decoration:underline}.my-account .title-buttons .separator{display:inline-block;margin:0 10px;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.my-account .addresses-list h3{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.my-account .addresses-list address{font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.my-account .addresses-list a{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline;margin-top:8px}.my-account .box-title h2{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#fff;text-transform:uppercase;padding:5px 10px;background-color:#94c300;width:100%;margin:0 0 10px;white-space:nowrap}.my-account .box-title h2:after{content:' :'}.my-account .pager .amount{display:none}.my-account .pager label{font-family:arial,helvetica,sans-serif;text-transform:none}.my-account .pager strong{font-weight:100;margin-top:10px;display:inline-block}.my-account .view-all{display:inline-block;color:#2f5c24;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;text-decoration:underline}.my-account .view-all:hover{color:#2f5c24}.my-account .limiter{float:right;margin:10px 0}.my-account .limiter label{float:left;position:relative;margin:10px 10px 0 0}.my-account .limiter .per-page{float:left;position:relative;margin:10px 5px 0 8px}.my-account .limiter .select-item{width:70px;float:left;position:relative}.my-account .limiter .select-item select{padding:5px 40px 7px 5px}.my-account .pager{border:0 none;display:inline-block;width:100%;text-align:center;margin:0}.my-account .pager .pages{width:60%;margin:20px 0 0}.my-account .pager .pages strong{display:none}.my-account .pager .pages ol{display:inline-block;width:100%}.my-account .pager .pages li{height:20px;width:20px;margin:0 5px;text-transform:uppercase;font-family:dosismedium;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;display:inline-block;color:#fff}.my-account .pager .pages li>a{color:#262626}.my-account .pager .pages li.previous{width:auto;position:relative;float:left}.my-account .pager .pages li.previous a,.my-account .pager .pages li.previous span{padding:5px 15px 5px 30px;background-color:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;position:relative}.my-account .pager .pages li.previous a:after,.my-account .pager .pages li.previous span:after{content:"<";position:absolute;top:5px;left:15px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;line-height:16px;font-family:Nobile,sans-serif}.my-account .pager .pages li.next{width:auto;position:relative;float:right}.my-account .pager .pages li.next a,.my-account .pager .pages li.next span{padding:5px 30px 5px 15px;background-color:#ccc;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;display:inline-block;position:relative}.my-account .pager .pages li.next a:after,.my-account .pager .pages li.next span:after{content:">";position:absolute;top:5px;right:15px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;line-height:16px;font-family:Nobile,sans-serif}.my-account .pager .pages li.previous a{background-color:#94c300;color:#fff}.my-account .pager .pages li.previous a:hover{text-decoration:none}.my-account .pager .pages li.previous a:hover:after{left:10px}.my-account .pager .pages li.previous span{background-color:#ccc;color:#fff}.my-account .pager .pages li.next a{background-color:#94c300;color:#fff}.my-account .pager .pages li.next a:hover{text-decoration:none}.my-account .pager .pages li.next a:hover:after{right:10px}.my-account .pager .pages li.next span{background-color:#ccc;color:#fff}.my-account .pager .pages li.current{-moz-border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;border-radius:15px;height:15px;width:15px;padding:5px;background-color:#94c300;color:#fff;line-height:15px}.order-info-box .box-content p{margin-top:0}.customer-account-login .new-users{padding-left:60px}#order-info-tabs a{color:#3c752e;font-family:dosismedium;text-decoration:underline}.link-print-my-invoice{color:#3c752e;font-family:dosismedium;text-decoration:underline;text-transform:none;right:5px;position:absolute;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;padding:0 10px}.link-print-my-invoice:hover{color:#3c752e}.customer-account .main{padding-top:20px}.customer-account .checkbox{top:4px}.customer-account select#country{height:40px}.customer-account .control label{background-color:transparent;float:left;padding:2px 0 0 10px;margin:0}.customer-account .control label:hover{background-color:transparent}.customer-account .control #is_subscribed{float:left;margin:5px 0 0}.customer-account label{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;font-family:dosisregular;color:#333;font-weight:100;margin:10px 0 0}.customer-account .block-account .block-title{padding-bottom:5px;margin:15px 0 0}.customer-account .block-account .block-title strong{text-transform:none;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;color:#333;font-weight:100}.customer-account .block-account li a{color:#333;font-family:dosisregular;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.customer-account .block-account li a:hover{text-decoration:none;color:#000}.customer-account .block-account li.current{margin:15px 0}.customer-account .block-account li.current a{color:#333;text-decoration:none;background-color:#e6e6e6;padding:5px 20px;margin-left:-20px;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.customer-account .block-account li:last-child{margin:20px 0 0}.customer-account .block-account li:last-child a{background-color:#f90026;color:#fff;text-decoration:none;padding:5px 20px;margin:0 0 0 -20px;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px}.customer-account .block-account .block-content{margin-top:0}.customer-account .welcome-msg{color:#333;font-family:dosisregular;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.customer-account .welcome-msg strong{font-weight:100}.customer-account .welcome-msg p{font-family:arial,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin:5px 0;padding:0}.customer-account h2{font-family:dosissemibold;font-size:24px;line-height:26.4px;font-size:2.4rem;line-height:2.64rem;color:#94c300;margin:0 0 20px;text-transform:uppercase}.customer-account h2.legend{margin:20px 0}.customer-account .buttons-set{padding:0;margin:20px 0 30px;border:0 none;display:inline-block;width:100%}.customer-account .buttons-set .back-link{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline;margin-top:8px}.customer-account .buttons-set .back-link a{color:#3c752e}.customer-account .buttons-set button.btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.customer-account .buttons-set button.btn:hover{text-decoration:none}.customer-account .buttons-set button.btn:hover:after{right:25px}.customer-account .buttons-set button.btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.customer-account .buttons-set button.btn:after{right:20px}.customer-account .buttons-set button.btn:hover:after{right:15px}.addresses-additional p{font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.dashboard .box-head a{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline;margin-top:8px}#my-orders-table thead{background-color:#94c300;color:#fff}#my-orders-table thead th{border-right:1px solid #fff;text-transform:uppercase;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;padding:5px}#my-orders-table tbody td{font-size:13px;line-height:14.3px;font-size:1.3rem;line-height:1.4300000000000002rem;font-family:arial,helvetica,sans-serif;padding:5px}#my-orders-table tbody td em{font-style:normal;white-space:nowrap}#my-orders-table tbody td a{color:#2f5c24;text-decoration:underline;font-size:10px;line-height:11px;font-size:1rem;line-height:1.1rem}#my-orders-table tbody td .separator{color:#2f5c24}#my-orders-table tbody td .product-name{max-width:350px}#my-orders-table tbody td.number,#my-orders-table tbody td.total{text-align:center}.customer-account-logoutsuccess .main{border-top:1px solid #ccc;margin-top:10px}.customer-account-logoutsuccess .col-main{padding:10px}.customer-account-login .page-title h1{padding:0 10px}.account-create .page-title,.account-create form,.account-login .page-title,.account-login form{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px}.account-create .page-title,.account-login .page-title{margin-top:10px;padding-top:20px}.account-create .page-title h1,.account-login .page-title h1{border:0 none}.account-create h2,.account-login h2{font-family:dosissemibold;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;color:#94c300;font-weight:100;margin:0}.account-create .fieldset,.account-login .fieldset{margin-left:0}.account-create span.required,.account-login span.required{float:left;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;font-family:arial,sans-serif}.account-create li,.account-login li{display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.account-create li.s_nl label,.account-login li.s_nl label{background-color:transparent;float:left;padding:2px 0 0 10px;margin:0}.account-create li.s_nl label:hover,.account-login li.s_nl label:hover{background-color:transparent}.account-create li.s_nl #is_subscribed,.account-login li.s_nl #is_subscribed{float:left;margin:5px 0 0}.account-create .buttons-set,.account-login .buttons-set{padding:0;margin:0 0 30px;border:0 none}.account-create .buttons-set .back-link,.account-login .buttons-set .back-link{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-decoration:underline;margin-top:8px}.account-create .buttons-set button.btn,.account-login .buttons-set button.btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.account-create .buttons-set button.btn:hover,.account-login .buttons-set button.btn:hover{text-decoration:none}.account-create .buttons-set button.btn:hover:after,.account-login .buttons-set button.btn:hover:after{right:25px}.account-create .buttons-set button.btn:after,.account-login .buttons-set button.btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.account-create .buttons-set button.btn:after,.account-login .buttons-set button.btn:after{right:20px}.account-create .buttons-set button.btn:hover:after,.account-login .buttons-set button.btn:hover:after{right:15px}.dashboard .col2-set .col-1,.dashboard .col2-set .col-2{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.dashboard .col2-set .col-1 h3,.dashboard .col2-set .col-2 h3{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#fff;text-transform:uppercase;padding:5px 10px;background-color:#94c300;width:100%;margin:0 0 10px}.dashboard .col2-set .col-1 .box-content,.dashboard .col2-set .col-2 .box-content{font-family:arial,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.dashboard .col2-set .col-1 .box-content p,.dashboard .col2-set .col-2 .box-content p{display:inline-block;width:100%;margin:0 0 10px;height:50px}.dashboard .col2-set .col-1 .box-title,.dashboard .col2-set .col-2 .box-title{padding:0;margin:0}.dashboard .col2-set .col-1 .change-pswd,.dashboard .col2-set .col-2 .change-pswd{display:inline-block;margin:10px 0 0;color:#2f5c24;text-decoration:underline}.dashboard .col2-set .col-1 .btn,.dashboard .col2-set .col-2 .btn{width:auto;background-color:#f2f2f2;color:#333;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;margin-top:10px;display:inline-block}.dashboard .col2-set .col-1 .btn:hover,.dashboard .col2-set .col-2 .btn:hover{text-decoration:none}.dashboard .col2-set .col-1 .btn:hover:after,.dashboard .col2-set .col-2 .btn:hover:after{right:25px}.dashboard .col2-set .col-1 .btn:after,.dashboard .col2-set .col-2 .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.dashboard .col2-set .col-1 .btn:after,.dashboard .col2-set .col-2 .btn:after{right:20px}.dashboard .col2-set .col-1 .btn:hover:after,.dashboard .col2-set .col-2 .btn:hover:after{right:15px}.dashboard .col2-set .col-1 address,.dashboard .col2-set .col-2 address{font-family:arial,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:#000;display:inline-block}.dashboard .col2-set .col-1 address:hover,.dashboard .col2-set .col-2 address:hover{text-decoration:none}.dashboard .col2-set .col-1 address+a,.dashboard .col2-set .col-2 address+a{display:inline-block;text-decoration:underline;width:100%;color:#2f5c24;margin:5px 0 10px 0}.info.btn{width:auto;background-color:#f2f2f2;color:#333;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;margin:0 0 20px 0;display:inline-block}.info.btn:hover{text-decoration:none}.info.btn:hover:after{right:25px}.info.btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.info.btn:after{right:20px}.info.btn:hover:after{right:15px}.dashboard .col2-set .col-1{padding-right:20px}.dashboard .col2-set .col-2{padding-left:20px}.col2-set .col-1.addresses-primary{padding-right:50px}.my-account .title-buttons .halfer{display:inline-block;width:48%}.logout-msg{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}ul.benefits{font-family:dosisregular;color:#333;margin:0;padding:0;list-style:none;margin-bottom:20px}ul.benefits li{list-style:none;padding:0 0 0 20px;margin:4px 0;font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;display:list-item;display:inline-block;position:relative}ul.benefits li:before{content:'\2714';color:#94c300;width:20px;height:20px;position:absolute;font-family:Nobile ",sans-serif";left:0;top:0}.customer-account #search-by-models .title{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100;text-decoration:underline;color:#333}.customer-account #search-by-models .search-line{border:1px solid #ccc}.customer-account #search-by-models .drop-content{border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;left:-1px;width:312px}.account-action-box{font-family:dosisregular;color:#333;float:right;margin:20px;width:300px}.account-action-box li{display:inline-block;width:100%;padding:10px 0;border-bottom:1px solid #f2f2f2}.account-action-box li a{display:inline-block}.account-action-box li a.printer{color:#262626;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.account-action-box li a.delete{color:#f90026;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;text-decoration:underline;float:right}.shipping-tracking-popup{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.shipping-tracking-popup .btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.shipping-tracking-popup .btn:hover{text-decoration:none}.shipping-tracking-popup .btn:hover:after{right:25px}.shipping-tracking-popup .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.shipping-tracking-popup .btn:after{right:20px}.shipping-tracking-popup .btn:hover:after{right:15px}.tracking-link{color:#2f5c24;text-decoration:underline}.tracking-link:hover{color:#2f5c24;text-decoration:underline}.cart{display:inline-block;width:100%;margin-bottom:60px;position:relative}.cart .page-title{margin:10px 0 20px}.cart .page-title:after{content:'';display:table;clear:both}.cart .page-title h1{float:left;border-bottom:none;margin-bottom:6px;margin-right:10px;padding:0 10px}.cart .product-name{font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.cart .product-cart-total .cart-price{width:100%;display:inline-block;font-style:normal;color:grey}.cart .product-cart-total .cart-price em{font-style:normal;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.cart .product-cart-total .cart-price.ttc{color:#94c300}.cart .product-cart-total .cart-price.ttc .price{color:#94c300;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem}.cart .product-cart-total .cart-price.ht{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;color:grey}.cart .product-cart-total .cart-price.ht .price{color:grey;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.checkout-cart-index .cart-empty,.checkout-cart-index .page-title{padding:0 10px}#discount-coupon-form{position:absolute;bottom:40px;right:340px;height:130px}#discount-coupon-form .validation-advice{position:absolute;bottom:7px}#discount-coupon-form .discount{width:300px;background-color:#e6e6e6;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;float:right;position:relative}#discount-coupon-form .discount h2{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#333;margin:0;padding:0}#discount-coupon-form .discount label{font-family:arial,helvetica,sans-serif;color:grey;font-weight:100;display:inline-block;width:100%;margin:5px 0;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;white-space:nowrap}#discount-coupon-form .discount .btn-coupon{-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;width:30px;height:30px;border:0 none;position:relative;float:left;margin:5px 0 0 10px}#discount-coupon-form .discount .btn-coupon.add-coupon{background-color:grey}#discount-coupon-form .discount .btn-coupon.add-coupon:after{content:">";position:absolute;top:4px;left:8px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif;color:#fff}#discount-coupon-form .discount .btn-coupon.add-coupon:hover:after{left:10px}#discount-coupon-form .discount .btn-coupon.cancel-coupon{background-color:#ff2842}#discount-coupon-form .discount .btn-coupon.cancel-coupon:after{content:"x";position:absolute;top:4px;left:10px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif;color:#fff}.cart-empty p{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem}.cart-empty p a{color:#94c300}#shopping-cart-totals-table{position:relative;float:right;margin-top:16px}.checkout-types{float:right;text-align:right;max-width:100%}.checkout-types li{vertical-align:top;margin:0 0 5px 5px}.checkout-types li:after{content:'';display:table;clear:both}.checkout-types li img{display:inline;vertical-align:top}.checkout-types li:first-child{margin-left:0}.checkout-types .method-checkout-cart-methods-multishipping{display:block}.checkout-types.top li{display:inline-block}.checkout-types.top .bml_button{display:inline-block;vertical-align:top}.checkout-types.top .bml_button img{display:block}.checkout-types.bottom .paypal-logo a,.checkout-types.minicart .paypal-logo a{display:block}.checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or{margin:0;width:150px;display:block;text-align:center;float:right}.cart-totals .checkout-types .btn-checkout{margin-bottom:7px}.cart-table{float:left;position:relative;width:100%}.cart-table tr.first th{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-transform:uppercase;color:#fff;background-color:#94c300;border-right:1px solid #fff}.cart-table tr.first th:first-child{width:100px}.cart-table tr.first th.r-align{text-align:right}.cart-table tr.first th.l-align{text-align:center}.cart-table .update-qty-plus{float:right;margin-top:8px}.cart-table .update-qty-moins{float:left;margin-top:8px}.cart-table .btn-remove{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -1350px;width:40px;height:40px}.lte9 .cart-table .btn-remove{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}.cart-table .price{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#333}.cart-table .btn-continue{width:auto;background-color:#e6e6e6;color:#000;border:0 none;font-family:dosismedium;font-weight:400;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;padding:10px 20px 10px 40px;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;float:left;position:relative}.cart-table .btn-continue:hover{text-decoration:none}.cart-table .btn-continue:hover:after{left:15px}.cart-table .btn-continue:after{content:"<";position:absolute;top:10px;left:20px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.cart-table .btn-proceed-checkout{width:185px;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;float:left;position:relative}.cart-table .btn-proceed-checkout:hover{text-decoration:none}.cart-table .btn-proceed-checkout:hover:after{right:25px}.cart-table .btn-proceed-checkout:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.cart-table .product-image{border:0 none;text-align:center}.cart-table .product-image img{width:125px}#checkout-step-shipping a{color:#3c752e;text-decoration:underline}#checkout-step-shipping a:hover{color:#3c752e;text-decoration:underline}#coupon_code{position:relative;float:left;width:215px}.cart-forms{float:right;max-width:40%;position:relative;text-align:left}.cart-forms .discount{width:300px;background-color:#e6e6e6;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;float:right;position:relative}.cart-forms .discount h2{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#333;margin:0;padding:0}.cart-forms .discount label{font-family:arial,helvetica,sans-serif;color:grey;font-weight:100;display:inline-block;width:100%;margin:5px 0;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;white-space:nowrap}.cart-forms .discount .btn-coupon{-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;width:30px;height:30px;border:0 none;position:relative;float:left;margin:5px 0 0 10px}.cart-forms .discount .btn-coupon.add-coupon{background-color:grey}.cart-forms .discount .btn-coupon.add-coupon:after{content:">";position:absolute;top:4px;left:8px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif;color:#fff}.cart-forms .discount .btn-coupon.add-coupon:hover:after{left:10px}.cart-forms .discount .btn-coupon.cancel-coupon{background-color:#ff2842}.cart-forms .discount .btn-coupon.cancel-coupon:after{content:"x";position:absolute;top:4px;left:10px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif;color:#fff}.btn-update{display:none}.cart-totals-wrapper{float:right;max-width:40%;padding-left:40px;position:relative;clear:right}.cart-table tbody td{border-bottom:1px solid #ccc}#shopping-cart-totals-table td{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;border-bottom:0 none;max-width:180px}#shopping-cart-totals-table tfoot .price{font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;font-weight:100;color:#94c300}.cart-totals table tfoot{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#94c300;font-weight:100}.display-both-prices .cart-table{float:none;width:100%}.display-both-prices .cart-forms{float:left;padding-right:10px;padding-left:0}.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell{padding-left:10px}.display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell{width:32%;float:right}.display-both-prices .crosssell{clear:right;float:right}.block-reorder{color:#3c752e;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;margin-top:8px}.block-reorder .block-title{padding-bottom:15px;margin-bottom:0;text-transform:none;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;color:#333;font-weight:100}.block-reorder a{color:#3c752e}.block-reorder .btn-cart{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}.block-reorder .btn-cart:hover{text-decoration:none}.block-reorder .btn-cart:hover:after{right:25px}.block-reorder .btn-cart:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.block-reorder .btn-cart:after{right:20px}.block-reorder .btn-cart:hover:after{right:15px}.checkout-onepage-index .section .btn{width:auto;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;position:relative;float:right}.checkout-onepage-index .section .btn:hover{text-decoration:none}.checkout-onepage-index .section .btn:hover:after{right:25px}.checkout-onepage-index .section .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.checkout-onepage-index .section .btn:after{right:20px}.checkout-onepage-index .section .btn:hover:after{right:15px}.checkout-onepage-index .section.active .step-title{background-color:#94c300;display:inline-block}.checkout-onepage-index .section.active .step-title h2{color:#fff}.checkout-onepage-index .section label{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#333;font-weight:100}.checkout-onepage-index .section input[type=radio],.checkout-onepage-index .section input[type=checkbox]{margin-top:4px}.checkout-onepage-index .step-title{background-color:#ccc;-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;margin-bottom:5px}.checkout-onepage-index .step-title h2{font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;color:#333;font-weight:100}.checkout-onepage-index .step-title .number{-moz-border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;border-radius:30px;background-color:#fff;color:#333;width:30px;height:23px;text-align:center;display:block;position:absolute;left:5px;top:5px;padding-top:7px;vertical-align:middle;font-family:dosismedium;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.checkout-onepage-index #checkout-progress-wrapper{margin-top:20px}.checkout-onepage-index .block-progress strong{border:0 none;text-transform:none;font-family:dosismedium;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;font-weight:100;color:#333}.block-progress{border:0;margin:0;padding-left:20px}.block-progress dl{display:inline-block;width:100%}.block-progress dl>div{border-bottom:1px dashed #333;display:inline-block;width:100%;margin-bottom:10px;padding-bottom:12px}.block-progress dl>div:first-child{border-top:1px dashed #333;padding-top:10px}.block-progress dt{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:grey}.block-progress dt.complete{color:#333}.block-progress dd{color:grey;padding:0;margin:5px 0;font-family:arial,helvetica,sans-serif;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.block-progress dd a{display:inline-block;width:100%;margin:15px 0 0;color:#3c752e;text-decoration:underline;font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.sp-methods{margin:0 0 8px;display:inline-block;width:100%}.sp-methods dt{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100;color:#333;border-bottom:1px dashed #333;display:inline-block;width:100%;margin-bottom:10px;padding-bottom:12px;margin-top:30px}.sp-methods dt:first-child{margin-top:0}.sp-methods dt.s_method_socolissimo-title{white-space:nowrap;display:inline-block;width:100%}.sp-methods dt.s_method_socolissimo-title img{display:inline-block}.sp-methods dd{margin:0;padding:0}.sp-methods dd label{display:inline-block;width:95%;padding:0}.sp-methods dd .price{position:relative;float:right;color:#94c300;font-family:dosissemibold;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem}.sp-methods dd.s_method_socolissimo label{display:inline-block;width:89%}.sp-methods dd.s_method_socolissimo label+div{font-family:arial,helvetica,sans-serif;color:grey;font-weight:100;display:inline-block;width:65%;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin:0 0 0 53px}.sp-methods .form-list{font-family:arial,helvetica,sans-serif;color:grey;display:inline-block;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;margin-left:20px}#co-payment-form dt{padding-bottom:5px;margin-bottom:0}#co-payment-form .checkmo-list label{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}#checkout-step-payment dt{border-bottom:0 none}#checkout-step-payment dt img{display:none}#checkout-step-payment dt label{display:inline-block;padding:0 0 0 80px}#checkout-step-payment dt label[for=p_method_paypal_standard]{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -1998px}.lte9 #checkout-step-payment dt label[for=p_method_paypal_standard]{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}#checkout-step-payment dt label[for=p_method_banktransfer]{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -2315px;padding-top:8px;height:35px;margin-top:-10px}.lte9 #checkout-step-payment dt label[for=p_method_banktransfer]{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}#checkout-step-payment dt label[for=p_method_checkmo]{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -2137px;padding-top:15px;height:35px;margin-top:-15px}.lte9 #checkout-step-payment dt label[for=p_method_checkmo]{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}#checkout-step-payment dt label[for=p_method_systempay]{background-repeat:no-repeat;background-color:transparent;background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/sprite.png);background-position:0 -1860px;padding-top:8px;height:35px;margin-top:-10px}.lte9 #checkout-step-payment dt label[for=p_method_systempay]{background-image:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/pix.png)}#checkout-step-payment dt label[for=p_method_systempay] span{margin-top:-20px}#layer_socolissimo{width:auto}#layer_socolissimo .btn_socolissimoChoisir{width:auto;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;white-space:nowrap;position:relative;float:left;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}#layer_socolissimo .btn_socolissimoChoisir:hover{text-decoration:none}#layer_socolissimo .btn_socolissimoChoisir:hover:after{right:25px}#layer_socolissimo .btn_socolissimoChoisir:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#layer_socolissimo .btn_socolissimoChoisir:after{right:20px}#layer_socolissimo .btn_socolissimoChoisir:hover:after{right:15px}#layer_socolissimo .valid-telephone-portable{border:1px solid #939393;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-family:arial,helvetica,sans-serif;display:inline-block;margin:10px 0}#layer_socolissimo .title-tel{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100;color:#333}#layer_socolissimo .domicile{font-family:arial,helvetica,sans-serif;color:grey;display:inline-block;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;font-weight:100;margin:10px 0 0}#layer_socolissimo_wrapper{width:auto}#layer_socolissimo_wrapper #socolissimo-telephone{width:450px}#layer_socolissimo_wrapper #socolissimo-map{min-width:950px}.opc select{height:40px;padding:0 8px}.opc .field-section{display:table-cell}.opc .field-section input[type=email],.opc .field-section input[type=number],.opc .field-section input[type=password],.opc .field-section input[type=search],.opc .field-section input[type=tel],.opc .field-section input[type=text],.opc .field-section select{width:250px}.opc .field-section .input-box{width:320px;margin-bottom:10px;display:inline-block}.opc .field-section ul{display:inline-block;width:100%}.opc .field-section ul li{float:left;position:relative;width:100%}.opc .field-section ul li .field{float:left;position:relative;width:50%;padding:0 20px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.opc .field-section div.fields{float:left;position:relative;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.opc .field-section .wide{float:left;position:relative;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px 0 0}.opc .field-section .wide .input-box,.opc .field-section .wide>label{display:inline-block;width:100%;text-align:left;max-width:inherit!important}.opc .field-section .wide .input-box{display:inline-block;width:100%;text-align:left}.opc .field-section .wide .input-box input{display:inline-block;width:527px}.opc #billing-address-select,.opc #shipping-address-select{width:250px;margin:10px 0}.opc label[for=billing-address-select],.opc label[for=shipping-address-select]{max-width:inherit!important;margin:10px 0 0}.opc label[for=s_method_chronopost_chronopost]{background:url(https://www.kittoner.fr/skin/frontend/kittoner/default/images/chrono.png) no-repeat transparent 0 0;display:inline-block;padding:0 0 0 75px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.opc .required{text-align:right}#systempay_payment_form p{font-size:16px;line-height:17.6px;font-size:1.6rem;line-height:1.7600000000000002rem;color:#939393}#systempay_payment_form button.btn{width:auto;background-color:#94c300;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none}#systempay_payment_form button.btn:hover{text-decoration:none}#systempay_payment_form button.btn:hover:after{right:25px}#systempay_payment_form button.btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#systempay_payment_form button.btn:after{right:20px}#systempay_payment_form button.btn:hover:after{right:15px}#checkout-review-table tr.first th{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;text-transform:uppercase;color:#fff;background-color:#94c300;border-right:1px solid #fff}#checkout-review-table tr.first th:first-child{width:100px}#checkout-review-table tr.first th.r-align{text-align:right}#checkout-review-table tr.first th.l-align{text-align:center}#checkout-review-table tfoot td{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;border-bottom:0 none}#checkout-review-table tfoot td .price{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100;color:#333}#checkout-review-table tfoot td.last strong .price{font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;font-weight:100;color:#94c300}#checkout-review-table tfoot td strong{font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;font-weight:100;color:#94c300}#checkout-review-table tfoot .price{font-family:dosissemibold;font-size:28px;line-height:30.8px;font-size:2.8rem;line-height:3.08rem;font-weight:100;color:#94c300}#checkout-review-table tfoot .cart-totals table tfoot{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:#94c300;font-weight:100}#checkout-review-table .cart-price{display:inline-block;width:100%;text-align:center}#checkout-review-table .cart-price .tax-flag{font-style:normal;font-family:dosismedium;font-size:14px}#checkout-review-table .cart-price.ht{color:grey}#checkout-review-table .a-center{font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}#checkout-review-table .a-right{font-family:dosisregular;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}#checkout-review-table .a-right.last .ttc{color:#ff2842;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;white-space:nowrap}.opc #opc-login #checkout-step-login{padding:0 30px}.opc #opc-login #checkout-step-login h3{font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;font-weight:100;color:#333;border-bottom:1px dashed #333;display:inline-block;width:100%;margin:0 0 10px;padding:0 0 12px;white-space:nowrap}.opc #opc-login #checkout-step-login .f-left{font-family:arial,sans-serif;font-size:12px;line-height:13.2px;font-size:1.2rem;line-height:1.32rem;color:#3c752e;text-decoration:underline}.opc #opc-login #checkout-step-login .btn{width:auto;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;position:relative;float:right}.opc #opc-login #checkout-step-login .btn:hover{text-decoration:none}.opc #opc-login #checkout-step-login .btn:hover:after{right:25px}.opc #opc-login #checkout-step-login .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.opc #opc-login #checkout-step-login .btn:after{right:20px}.opc #opc-login #checkout-step-login .btn:hover:after{right:15px}.opc #opc-login #checkout-step-login .col-1 .btn{float:left}.opc #opc-login #checkout-step-login .control label{max-width:240px}.opc #opc-login p:not(.required){font-family:dosismedium;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;color:grey;font-style:normal;margin:0 0 10px;display:inline-block;width:100%}.opc #opc-login .form-list li{margin:0 0 20px}.checkout-onepage-success .col-main{font-family:dosismedium;padding:0 10px;margin-top:10px;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}.checkout-onepage-success .col-main .sub-title{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.checkout-onepage-success .col-main p{font-family:dosisregular;padding:0 10px;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}.checkout-onepage-success .col-main a{color:#3c752e}.checkout-onepage-success .col-main .btn{width:auto;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;position:relative;float:right}.checkout-onepage-success .col-main .btn:hover{text-decoration:none}.checkout-onepage-success .col-main .btn:hover:after{right:25px}.checkout-onepage-success .col-main .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}.checkout-onepage-success .col-main .btn:after{right:20px}.checkout-onepage-success .col-main .btn:hover:after{right:15px}#socolissimo-map label{font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem;display:inline-block;margin:0 10px 10px 0;white-space:nowrap}#socolissimo-map .ligne1{border:0 none}#socolissimo-map .btn{width:auto;background-color:#ff2842;color:#fff;font-family:dosismedium;font-size:20px;line-height:22px;font-size:2rem;line-height:2.2rem;padding:10px 40px 10px 20px;text-transform:uppercase;height:41px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:0 none;position:relative;float:left;clear:both;margin:0 0 20px;white-space:nowrap;font-size:18px;line-height:19.8px;font-size:1.8rem;line-height:1.9800000000000002rem}#socolissimo-map .btn:hover{text-decoration:none}#socolissimo-map .btn:hover:after{right:25px}#socolissimo-map .btn:after{content:">";position:absolute;top:7px;right:30px;font-size:22px;line-height:24.2px;font-size:2.2rem;line-height:2.4200000000000004rem;line-height:25px;font-family:Nobile,sans-serif}#socolissimo-map .btn:after{right:20px}#socolissimo-map .btn:hover:after{right:15px}#socolissimo-map .ligne2{float:left;clear:both}#socolissimo-map .ligne2 .choix{margin:0 60px 0 0;min-width:120px}#socolissimo-map .ligne2 .choix .txt2{display:inline-block;padding:6px 0 6px 44px;width:auto;font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem}#socolissimo-map .col.cp{float:left;margin:0 60px 0 0;width:auto}#socolissimo-map input.cp{font-size:14px;line-height:15.4px;font-size:1.4rem;line-height:1.54rem;display:inline-block}#socolissimo-map .colgauche{width:300px}#socolissimo-map .coldroite{width:620px}#socolissimo-map .point_retrait{width:auto}#socolissimo-map .adresse_point{text-align:left}.cms-page-view .std img{height:auto}@media (max-width:568px){#our-tutos .section-title{display:block}#our-tutos .aside-btn{position:inherit;right:inherit;top:inherit;display:block;clear:both;width:100%}.tutos-box .col-2-4{width:100%;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.tutos-box .col-2-4 embed,.tutos-box .col-2-4 iframe,.tutos-box .col-2-4 object{position:absolute;top:0;left:0;width:100%;height:100%}.tutos-box .col-1-4{width:100%}.tutos-box .col-1-4 img{width:100%;height:auto}.cms-page-view .std{margin-bottom:0}.cms-page-view .std hr{display:none}.cms-page-view .std img{height:auto}.cms-page-view .std table{width:100%}.cms-page-view .std table tr{display:block;padding:0;margin:0}.cms-page-view .std table td{display:block;padding:0 10px;margin-bottom:20px}.cms-page-view .std table li{width:auto}.cms-page-view ul.subcategories1st{-webkit-column-count:inherit;-moz-column-count:inherit;-ms-column-count:inherit;-o-column-count:inherit;column-count:inherit;-webkit-column-gap:inherit;-moz-column-gap:inherit;-ms-column-gap:inherit;-o-column-gap:inherit;column-gap:inherit;columns:inherit;padding:inherit}.cms-page-view ul.subcategories1st li{margin-bottom:10px}.catalog-category-view #aside-phone,.catalog-category-view .bg-promo,.catalog-product-view #aside-phone,.catalog-product-view .bg-promo,.checkout-cart-index #aside-phone,.checkout-cart-index .bg-promo,.checkout-onepage-index #aside-phone,.checkout-onepage-index .bg-promo,.cms-home #aside-phone,.cms-home .bg-promo,.cms-page-view #aside-phone,.cms-page-view .bg-promo,.customer-account-forgotpassword #aside-phone,.customer-account-forgotpassword .bg-promo{display:none}.catalog-category-view .page-header .logo,.catalog-product-view .page-header .logo,.checkout-cart-index .page-header .logo,.checkout-onepage-index .page-header .logo,.cms-home .page-header .logo,.cms-page-view .page-header .logo,.customer-account-forgotpassword .page-header .logo{margin:0;margin-top:5px;margin-bottom:20px}.catalog-category-view .page-header .logo h1,.catalog-product-view .page-header .logo h1,.checkout-cart-index .page-header .logo h1,.checkout-onepage-index .page-header .logo h1,.cms-home .page-header .logo h1,.cms-page-view .page-header .logo h1,.customer-account-forgotpassword .page-header .logo h1{font-size:1.4rem;max-width:95%}.catalog-category-view .page-header .logo a img,.catalog-product-view .page-header .logo a img,.checkout-cart-index .page-header .logo a img,.checkout-onepage-index .page-header .logo a img,.cms-home .page-header .logo a img,.cms-page-view .page-header .logo a img,.customer-account-forgotpassword .page-header .logo a img{max-width:95%}.catalog-category-view .page-header .page-header-container .quicksearch div.label,.catalog-product-view .page-header .page-header-container .quicksearch div.label,.checkout-cart-index .page-header .page-header-container .quicksearch div.label,.checkout-onepage-index .page-header .page-header-container .quicksearch div.label,.cms-home .page-header .page-header-container .quicksearch div.label,.cms-page-view .page-header .page-header-container .quicksearch div.label,.customer-account-forgotpassword .page-header .page-header-container .quicksearch div.label{font-size:12px}.catalog-category-view .nav-primary,.catalog-product-view .nav-primary,.checkout-cart-index .nav-primary,.checkout-onepage-index .nav-primary,.cms-home .nav-primary,.cms-page-view .nav-primary,.customer-account-forgotpassword .nav-primary{margin-top:0}.catalog-category-view .header-minicart .skip-cart,.catalog-product-view .header-minicart .skip-cart,.checkout-cart-index .header-minicart .skip-cart,.checkout-onepage-index .header-minicart .skip-cart,.cms-home .header-minicart .skip-cart,.cms-page-view .header-minicart .skip-cart,.customer-account-forgotpassword .header-minicart .skip-cart{padding:inherit;margin:10px}.catalog-category-view #nav .nav-primary .drop-hover span,.catalog-category-view #nav .nav-secondary.drop-hover-content,.catalog-category-view .nav-primary ul,.catalog-product-view #nav .nav-primary .drop-hover span,.catalog-product-view #nav .nav-secondary.drop-hover-content,.catalog-product-view .nav-primary ul,.checkout-cart-index #nav .nav-primary .drop-hover span,.checkout-cart-index #nav .nav-secondary.drop-hover-content,.checkout-cart-index .nav-primary ul,.checkout-onepage-index #nav .nav-primary .drop-hover span,.checkout-onepage-index #nav .nav-secondary.drop-hover-content,.checkout-onepage-index .nav-primary ul,.cms-home #nav .nav-primary .drop-hover span,.cms-home #nav .nav-secondary.drop-hover-content,.cms-home .nav-primary ul,.cms-page-view #nav .nav-primary .drop-hover span,.cms-page-view #nav .nav-secondary.drop-hover-content,.cms-page-view .nav-primary ul,.customer-account-forgotpassword #nav .nav-primary .drop-hover span,.customer-account-forgotpassword #nav .nav-secondary.drop-hover-content,.customer-account-forgotpassword .nav-primary ul{display:none}.catalog-category-view #nav .nav-primary a,.catalog-product-view #nav .nav-primary a,.checkout-cart-index #nav .nav-primary a,.checkout-onepage-index #nav .nav-primary a,.cms-home #nav .nav-primary a,.cms-page-view #nav .nav-primary a,.customer-account-forgotpassword #nav .nav-primary a{font-size:1.6rem}.catalog-category-view .skip-links,.catalog-product-view .skip-links,.checkout-cart-index .skip-links,.checkout-onepage-index .skip-links,.cms-home .skip-links,.cms-page-view .skip-links,.customer-account-forgotpassword .skip-links{position:absolute;top:0;right:0;overflow:inherit}.catalog-category-view #nav .nav-primary>li,.catalog-product-view #nav .nav-primary>li,.checkout-cart-index #nav .nav-primary>li,.checkout-onepage-index #nav .nav-primary>li,.cms-home #nav .nav-primary>li,.cms-page-view #nav .nav-primary>li,.customer-account-forgotpassword #nav .nav-primary>li{border:0;padding-right:0}.catalog-category-view #nav .nav-primary>li:first-child,.catalog-product-view #nav .nav-primary>li:first-child,.checkout-cart-index #nav .nav-primary>li:first-child,.checkout-onepage-index #nav .nav-primary>li:first-child,.cms-home #nav .nav-primary>li:first-child,.cms-page-view #nav .nav-primary>li:first-child,.customer-account-forgotpassword #nav .nav-primary>li:first-child{display:none}.catalog-category-view .customer-services,.catalog-product-view .customer-services,.checkout-cart-index .customer-services,.checkout-onepage-index .customer-services,.cms-home .customer-services,.cms-page-view .customer-services,.customer-account-forgotpassword .customer-services{display:inherit;position:inherit;text-align:center;margin:10px 0;margin-bottom:0}.catalog-category-view .customer-services span,.catalog-category-view .customer-services strong,.catalog-product-view .customer-services span,.catalog-product-view .customer-services strong,.checkout-cart-index .customer-services span,.checkout-cart-index .customer-services strong,.checkout-onepage-index .customer-services span,.checkout-onepage-index .customer-services strong,.cms-home .customer-services span,.cms-home .customer-services strong,.cms-page-view .customer-services span,.cms-page-view .customer-services strong,.customer-account-forgotpassword .customer-services span,.customer-account-forgotpassword .customer-services strong{display:inline-block;font-size:16px}.catalog-category-view #header,.catalog-product-view #header,.checkout-cart-index #header,.checkout-onepage-index #header,.cms-home #header,.cms-page-view #header,.customer-account-forgotpassword #header{padding:10px}.catalog-category-view #header-nav,.catalog-product-view #header-nav,.checkout-cart-index #header-nav,.checkout-onepage-index #header-nav,.cms-home #header-nav,.cms-page-view #header-nav,.customer-account-forgotpassword #header-nav{position:inherit;height:inherit;float:none;margin:inherit;display:none}.catalog-category-view .page-header .page-header-container .quicksearch,.catalog-product-view .page-header .page-header-container .quicksearch,.checkout-cart-index .page-header .page-header-container .quicksearch,.checkout-onepage-index .page-header .page-header-container .quicksearch,.cms-home .page-header .page-header-container .quicksearch,.cms-page-view .page-header .page-header-container .quicksearch,.customer-account-forgotpassword .page-header .page-header-container .quicksearch{position:inherit;padding:inherit;width:auto;clear:both}.catalog-category-view .wrapper .page,.catalog-product-view .wrapper .page,.checkout-cart-index .wrapper .page,.checkout-onepage-index .wrapper .page,.cms-home .wrapper .page,.cms-page-view .wrapper .page,.customer-account-forgotpassword .wrapper .page{width:auto;padding:0}.catalog-category-view .page-header,.catalog-product-view .page-header,.checkout-cart-index .page-header,.checkout-onepage-index .page-header,.cms-home .page-header,.cms-page-view .page-header,.customer-account-forgotpassword .page-header{padding:0}.catalog-category-view .wrapper .page .toptext,.catalog-product-view .wrapper .page .toptext,.checkout-cart-index .wrapper .page .toptext,.checkout-onepage-index .wrapper .page .toptext,.cms-home .wrapper .page .toptext,.cms-page-view .wrapper .page .toptext,.customer-account-forgotpassword .wrapper .page .toptext{display:none}.catalog-category-view .page-header .page-header-container,.catalog-product-view .page-header .page-header-container,.checkout-cart-index .page-header .page-header-container,.checkout-onepage-index .page-header .page-header-container,.cms-home .page-header .page-header-container,.cms-page-view .page-header .page-header-container,.customer-account-forgotpassword .page-header .page-header-container{height:inherit}.catalog-category-view #rassurance,.catalog-product-view #rassurance,.checkout-cart-index #rassurance,.checkout-onepage-index #rassurance,.cms-home #rassurance,.cms-page-view #rassurance,.customer-account-forgotpassword #rassurance{display:block;width:100%;padding:0;margin-top:10px}.catalog-category-view #rassurance li,.catalog-product-view #rassurance li,.checkout-cart-index #rassurance li,.checkout-onepage-index #rassurance li,.cms-home #rassurance li,.cms-page-view #rassurance li,.customer-account-forgotpassword #rassurance li{display:block;width:100%}.catalog-category-view #rassurance li a,.catalog-product-view #rassurance li a,.checkout-cart-index #rassurance li a,.checkout-onepage-index #rassurance li a,.cms-home #rassurance li a,.cms-page-view #rassurance li a,.customer-account-forgotpassword #rassurance li a{display:block;padding:0;margin-bottom:10px}.catalog-category-view #rassurance li a img,.catalog-product-view #rassurance li a img,.checkout-cart-index #rassurance li a img,.checkout-onepage-index #rassurance li a img,.cms-home #rassurance li a img,.cms-page-view #rassurance li a img,.customer-account-forgotpassword #rassurance li a img{width:100%}.catalog-category-view .footer-container,.catalog-product-view .footer-container,.checkout-cart-index .footer-container,.checkout-onepage-index .footer-container,.cms-home .footer-container,.cms-page-view .footer-container,.customer-account-forgotpassword .footer-container{background-color:#333;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.catalog-category-view .footer-container .footer .three-col:first-child,.catalog-product-view .footer-container .footer .three-col:first-child,.checkout-cart-index .footer-container .footer .three-col:first-child,.checkout-onepage-index .footer-container .footer .three-col:first-child,.cms-home .footer-container .footer .three-col:first-child,.cms-page-view .footer-container .footer .three-col:first-child,.customer-account-forgotpassword .footer-container .footer .three-col:first-child{margin-right:inherit}.catalog-category-view .footer-container .footer .three-col,.catalog-product-view .footer-container .footer .three-col,.checkout-cart-index .footer-container .footer .three-col,.checkout-onepage-index .footer-container .footer .three-col,.cms-home .footer-container .footer .three-col,.cms-page-view .footer-container .footer .three-col,.customer-account-forgotpassword .footer-container .footer .three-col{float:none;width:100%;clear:both;margin-bottom:20px;display:none}.catalog-category-view #bottom-links,.catalog-category-view .footer-container .content-block,.catalog-product-view #bottom-links,.catalog-product-view .footer-container .content-block,.checkout-cart-index #bottom-links,.checkout-cart-index .footer-container .content-block,.checkout-onepage-index #bottom-links,.checkout-onepage-index .footer-container .content-block,.cms-home #bottom-links,.cms-home .footer-container .content-block,.cms-page-view #bottom-links,.cms-page-view .footer-container .content-block,.customer-account-forgotpassword #bottom-links,.customer-account-forgotpassword .footer-container .content-block{display:none}.catalog-category-view #bottom-links,.catalog-product-view #bottom-links,.checkout-cart-index #bottom-links,.checkout-onepage-index #bottom-links,.cms-home #bottom-links,.cms-page-view #bottom-links,.customer-account-forgotpassword #bottom-links{margin-top:0}.catalog-category-view #bottom-links>li,.catalog-product-view #bottom-links>li,.checkout-cart-index #bottom-links>li,.checkout-onepage-index #bottom-links>li,.cms-home #bottom-links>li,.cms-page-view #bottom-links>li,.customer-account-forgotpassword #bottom-links>li{float:inherit;width:100%;padding:0 0 10px}.catalog-category-view .content-block,.catalog-product-view .content-block,.checkout-cart-index .content-block,.checkout-onepage-index .content-block,.cms-home .content-block,.cms-page-view .content-block,.customer-account-forgotpassword .content-block{padding-right:0}.catalog-category-view .footer-container .contact-us,.catalog-product-view .footer-container .contact-us,.checkout-cart-index .footer-container .contact-us,.checkout-onepage-index .footer-container .contact-us,.cms-home .footer-container .contact-us,.cms-page-view .footer-container .contact-us,.customer-account-forgotpassword .footer-container .contact-us{float:inherit;height:auto;width:100%;padding:0 0;margin-right:inherit}.catalog-category-view #search-box,.catalog-product-view #search-box,.checkout-cart-index #search-box,.checkout-onepage-index #search-box,.cms-home #search-box,.cms-page-view #search-box,.customer-account-forgotpassword #search-box{display:block;padding:10px}.catalog-category-view #search-by-refs,.catalog-product-view #search-by-refs,.checkout-cart-index #search-by-refs,.checkout-onepage-index #search-by-refs,.cms-home #search-by-refs,.cms-page-view #search-by-refs,.customer-account-forgotpassword #search-by-refs{display:none}.catalog-category-view #search-by-models,.catalog-product-view #search-by-models,.checkout-cart-index #search-by-models,.checkout-onepage-index #search-by-models,.cms-home #search-by-models,.cms-page-view #search-by-models,.customer-account-forgotpassword #search-by-models{width:100%;float:inherit}.catalog-category-view #search-box .title,.catalog-product-view #search-box .title,.checkout-cart-index #search-box .title,.checkout-onepage-index #search-box .title,.cms-home #search-box .title,.cms-page-view #search-box .title,.customer-account-forgotpassword #search-box .title{line-height:24.2px;font-size:1.9rem;line-height:auto}.catalog-category-view #mark-box a.aside-link,.catalog-product-view #mark-box a.aside-link,.checkout-cart-index #mark-box a.aside-link,.checkout-onepage-index #mark-box a.aside-link,.cms-home #mark-box a.aside-link,.cms-page-view #mark-box a.aside-link,.customer-account-forgotpassword #mark-box a.aside-link{display:none}.catalog-category-view #mark-box ul,.catalog-product-view #mark-box ul,.checkout-cart-index #mark-box ul,.checkout-onepage-index #mark-box ul,.cms-home #mark-box ul,.cms-page-view #mark-box ul,.customer-account-forgotpassword #mark-box ul{display:block;margin:0;padding:0;width:100%;height:auto;margin-bottom:20px}.catalog-category-view #mark-box ul li,.catalog-product-view #mark-box ul li,.checkout-cart-index #mark-box ul li,.checkout-onepage-index #mark-box ul li,.cms-home #mark-box ul li,.cms-page-view #mark-box ul li,.customer-account-forgotpassword #mark-box ul li{float:none;display:inline-block;margin:5px;height:40px;width:50%;max-width:100px}.catalog-category-view #mark-box .section-title,.catalog-product-view #mark-box .section-title,.checkout-cart-index #mark-box .section-title,.checkout-onepage-index #mark-box .section-title,.cms-home #mark-box .section-title,.cms-page-view #mark-box .section-title,.customer-account-forgotpassword #mark-box .section-title{font-size:1.9rem}.catalog-category-view .features,.catalog-product-view .features,.checkout-cart-index .features,.checkout-onepage-index .features,.cms-home .features,.cms-page-view .features,.customer-account-forgotpassword .features{display:none}}.catalog-category-view .category-description table{width:730px;margin:auto}@media (max-width:568px){.catalog-category-view .list-filters-box{display:none}.catalog-category-view .category-products{float:inherit;padding:10px;width:inherit}.catalog-category-view .category-products .toolbar{display:none}.catalog-category-view .category-products .subheader_list:first-child{margin-top:0}.catalog-category-view .category-products #products-list .product-image{width:25%;height:inherit}.catalog-category-view .category-products #products-list .product-image img{width:100%;height:inherit}.catalog-category-view .category-products #products-list .product-shop{padding-top:10px;padding-left:inherit}.catalog-category-view .category-products #products-list .product-shop .upper-items{padding-left:10px}.catalog-category-view .category-products #products-list .product-shop .price-box{text-align:left}.catalog-category-view .category-products #products-list .product-shop .product-list-color{top:inherit;bottom:30px;right:inherit;left:-50px}.catalog-category-view .category-products #products-list .product-shop .action{top:15px;left:-70px;right:inherit}.catalog-category-view .category-products #products-list .product-shop .free-shipping{margin-left:10px}.catalog-category-view .category-products #products-list .product-shop .add-to-cart-buttons button{font-size:14px;padding:10px 25px 10px 10px}.catalog-category-view .category-products #products-list .product-shop .add-to-cart-buttons .btn:after{right:10px;font-family:inherit}.catalog-category-view .category-products .products-list{padding:0;float:inherit}.catalog-category-view .category-products .products-list>li.item{padding-top:10px}.catalog-category-view .category-products .products-list .list-block-subtitle h2{display:inherit}.catalog-category-view .category-products .products-list .list-block-subtitle h2 br{display:inline-block;margin-left:5px;content:" "}.catalog-category-view .category-products .products-list .list-block-subtitle .ps{display:none}.catalog-category-view .list-upper-content{margin-bottom:0}.catalog-category-view .list-upper-content .print-picture{display:none}.catalog-category-view .list-upper-content .main-content{width:100%;padding:0;float:inherit;padding-bottom:50px}.catalog-category-view .list-upper-content .main-content h1{font-size:24px;line-height:1em}.catalog-category-view .list-upper-content .main-content .desc-content{padding:0;margin-top:10px;text-align:justify}.catalog-category-view .category-description{margin-bottom:0}.catalog-category-view .category-description h2,.catalog-category-view .category-description hr,.catalog-category-view .category-description p{display:none}.catalog-category-view .category-description table{width:100%}.catalog-category-view .category-description table tr{display:block;padding:0;margin:0}.catalog-category-view .category-description table td{display:block;padding:0 10px}.catalog-category-view .modelespmarque,.catalog-category-view .subcategories2nd{padding:0 10px}.catalog-category-view .modelespmarque{display:block;margin-bottom:20px}.catalog-category-view .modelespmarque select{display:block;margin:0;margin-top:5px;width:100%;background:#eee}.catalog-category-view .subcategories2nd .subsubcategories3rd{columns:2}.catalog-category-view .subcategories2nd li:last-child{border-bottom:0}.catalog-category-view .subcategories2nd .sub-cat-name{margin-top:0}.catalog-category-view .category-seo-description{display:none}}@media (max-width:568px){.category-encre ul.subcategories1st,.category-machines-a-affranchir ul.subcategories1st,.category-rubans ul.subcategories1st,.category-toner ul.subcategories1st{-webkit-column-count:inherit;-moz-column-count:inherit;-ms-column-count:inherit;-o-column-count:inherit;column-count:inherit;-webkit-column-gap:inherit;-moz-column-gap:inherit;-ms-column-gap:inherit;-o-column-gap:inherit;column-gap:inherit;columns:inherit;padding:inherit}.category-encre ul.subcategories1st li,.category-machines-a-affranchir ul.subcategories1st li,.category-rubans ul.subcategories1st li,.category-toner ul.subcategories1st li{margin-bottom:10px}}@media (min-width:569px){.category-encre hr,.category-machines-a-affranchir hr,.category-rubans hr,.category-toner hr{width:730px}}@media (max-width:568px){.catalog-product-view .breadcrumbs ul li:last-child{display:none}.catalog-product-view .col1-layout .col-main{padding:10px}.catalog-product-view .product-tuto{display:none}.catalog-product-view .similar-products{display:none}.catalog-product-view .description{padding:0}.catalog-product-view .product-essential .block-related{float:inherit;height:inherit;padding:0;margin:0;clear:both;width:100%}.catalog-product-view .product-img-box{width:100%;position:relative;margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;margin-top:10px}.catalog-product-view .product-img-box .product-label{left:10px}.catalog-product-view .product-image-gallery,.catalog-product-view .product-wrapper .product-image{position:relative;display:table-cell}.catalog-product-view .product-image-gallery img,.catalog-product-view .product-wrapper .product-image img{max-width:100%;max-height:auto}.catalog-product-view .product-essential .product-name{font-size:18px;line-height:22px;color:#94c300;text-transform:uppercase;padding:0}.catalog-product-view .product-essential .product-shop{width:100%;padding:0}.catalog-product-view .product-view .product-shop .price-box .price-excluding-tax span,.catalog-product-view .product-view .product-shop .price-box .price-including-tax span{display:inherit}.catalog-product-view .price-info-box{margin:0}.catalog-product-view .product-view .product-shop .extra-info,.catalog-product-view .product-view .product-shop .price-info{max-width:inherit}.catalog-product-view .product-compatible{margin-top:0;min-height:inherit;padding-bottom:10px;margin-bottom:20px}.catalog-product-view .product-compatible .title{margin:0;margin-bottom:10px;text-align:left;font-size:18px;line-height:22px}.catalog-product-view .product-compatible ul{-webkit-column-count:inherit;-moz-column-count:inherit;-ms-column-count:inherit;-o-column-count:inherit;column-count:inherit;-webkit-column-gap:inherit;-moz-column-gap:inherit;-ms-column-gap:inherit;-o-column-gap:inherit;column-gap:inherit;columns:inherit;padding:inherit}.catalog-product-view .product-compatible ul li{margin-bottom:5px}}
