@charset "UTF-8";

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/*
 * Corrects `block` display not defined in IE 8/9.
 */

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


/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/*
 * Removes default margin.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

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


/* ============================================ *
 * Reset
 * ============================================ */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #ededed;
    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 {
    list-style: none;
}

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

body,
button,
input,
select,
table,
textarea {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
}

a {
    color: #91c734;
    text-decoration: none;
}

a:hover {
    color: #82b32f;
    text-decoration: underline;
}

a:focus {
    outline-color: #8abd31;
    color: #394e14;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ============================================ *
 * Typography
 * ============================================ */

h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #91c734;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #000;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}


/* ============================================ *
 * 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: #DF280A;
}

.availability-only {
    color: #DF280A;
    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: #000;
    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;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #91c734;
    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;
}

.block-subtitle {
    font-weight: normal;
}

.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;
}

@media only screen and (max-width: 770px) {
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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;
        width: 100%;
        cursor: pointer;
        border-bottom: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #91c734;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
        background-color: #ededed;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #91c734;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
        background-color: #ededed;
    }
    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #CCCCCC;
    }
    .sidebar .block:last-of-type {
        border-bottom: 1px solid #CCCCCC;
    }
}


/* -------------------------------------------- *
 * Secondary Navigation
 */

.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}

.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
    color: #91c734;
}

.block-account li a,
.block-cms-menu li a {
    color: #000;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
    color: #91c734;
}


/* ============================================ *
 * Buttons
 * ============================================ */


/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #DDDDDD;
    color: #000;
    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: #000;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #000;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}


/* Primary Buttons */

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #91c734;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #82b32f;
    cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #749f29;
    color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #749f29;
    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;
    color: #91c734;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.button2 span:hover,
.button2 span span:hover {
    text-decoration: none;
    color: #658a24;
}

@media only screen and (max-width: 770px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set .buttons-set .back-link {
        display: none;
    }
    .col2-set .buttons-set .required {
        display: none;
    }
}

@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: 34px;
    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: 740px) {
    .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;
    border-top: 1px solid #EDEDED;
    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;
}


/* -------------------------------------------- *
 * Icons
 */

.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter>.sort-by .sort-by-switcher,
.sorter>.view-mode .grid,
.sorter>.view-mode .list,
.skip-nav .icon,
.skip-search .icon,
#search_mini_form .search-button:before,
.skip-account .icon,
.skip-cart .icon,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .btn-remove2,
    .ratings .rating-box,
    .ratings .rating-box .rating,
    .sorter>.sort-by .sort-by-switcher,
    .sorter>.view-mode .grid,
    .sorter>.view-mode .list,
    .skip-nav .icon,
    .skip-search .icon,
    #search_mini_form .search-button:before,
    .skip-account .icon,
    .skip-cart .icon,
    .product-view .sharing-links a,
    .review-summary-table .rating-box .rating-number:after,
    .ratings-table .rating-box,
    .ratings-table .rating-box .rating {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/icon_sprite.png);
        background-size: 100px 1000px;
    }
}


/* -------------------------------------------- *
 * Breadcrumbs
 */

.breadcrumbs {
    background: none;
    padding: 2px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    width: 1260px;
    max-width: 100%;
    height: 22px;
    overflow: hidden;
    z-index: 0;
    /*-moz-box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
  -webkit-box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
  -o-box-shadow:0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
  box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
  */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.breadcrumbs a {
    float: left;
    color: #63771d;
}

.breadcrumbs li:not(:last-child) a:after {
    content: ">";
    color: #63771d;
}

.breadcrumbs a:hover {
    color: #91c734;
}

.breadcrumbs strong {
    color: #000;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    padding: 0 7px;
}

@media only screen and (max-width: 770px) {
    .breadcrumbs {
        display: block;
        background-color: #fff;
    }
}


/* -------------------------------------------- *
 * 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-remove:hover,
.btn-previous:hover {
    background-color: #91c734;
    border-color: #91c734;
}

.btn-remove:after {
    content: 'X';
    color: red;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-remove2 {
    background-position: 4px -648px;
    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 #91c734;
    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 #FFFFFF;
    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: scroll;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}


/* -------------------------------------------- *
 * CVV Security Code
 */

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}


/* -------------------------------------------- *
 * Container
 */

.main-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ededed;
}

.main-container:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 480px) {
    .main-container {
        padding: 0;
    }
}

.footer-container {
    padding-top: 0px;
}


/* -------------------------------------------- *
 * Column Layouts
 */

.main {
    width: 100%;
    background: none;
    padding: 0;
    min-height: 100px;
    position: relative;
}

.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 */
    max-width: 100%;
    width: 1260px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1%;
}

.solrsearch-result-index .main-container,
.customer-account-index .main-container,
.customer-account .main-container,
.checkout-onepage-index .main-container,
.main-container.col1-layout {
    width: 1260px;
    max-width: 100%;
    background-color: white;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #C7C7C7;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px;
}

.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,
.col3-layout .col-main,
.col3-layout .col-left,
.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-main {
    width: 838px;
    float: right;
}

.col3-layout .col-right,
.col3-layout .col-left {
    width: 200px;
}

.col3-layout .col-wrapper {
    width: 1038px;
}

@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%;
        position: relative;
    }
    .col3-layout .col-wrapper .col-main {
        float: right;
        width: 75%;
    }
    .col3-layout .col-wrapper .col-left {
        width: 25%;
    }
}

@media only screen and (max-width: 770px) {
    .col-left,
    .col-right,
    .col-main,
    .col1-layout .col-left,
    .col1-layout .col-right,
    .col1-layout .col-main,
    .col2-left-layout .col-left,
    .col2-left-layout .col-right,
    .col2-left-layout .col-main,
    .col2-right-layout .col-left,
    .col2-right-layout .col-right,
    .col2-right-layout .col-main,
    .col3-layout .col-wrapper .col-left,
    .col3-layout .col-right,
    .col3-layout .col-wrapper .col-main {
        padding: 0;
        margin-bottom: 10px;
        float: none;
        width: auto;
    }
    .col3-layout .col-wrapper {
        float: none;
        width: auto;
    }
    .col-main {
        float: none;
        width: auto;
    }
    .col-main .col-left {
        padding: 0;
        /* On product listing pages, the left column gets moved inside col-main on small viewports */
    }
}


/* Content Columns */

.col2-set {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

@media only screen and (max-width: 770px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        padding: 10px;
    }
}

.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;
    background-image: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}

.global-site-notice p {
    margin-bottom: 0;
}


/* -------------------------------------------- *
 * Promotional Message Banner
 */

.promo-msg {
    color: #91c734;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}


/* -------------------------------------------- *
 * Grid
 */

.grid:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *
 * Messages
 */

.success {
    color: #11B400;
}

.error {
    color: #DF280A;
    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;
    background: #F4F4F4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: #000000;
    border-left: 5px solid #DF280A;
    background-color: #FAEBE7;
}

.messages .error-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 #DF280A;
    border-right: none;
}

.messages .notice-msg li {
    color: #000000;
    border-left: 5px solid #E26703;
    background-color: #F9EBE6;
}

.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;
}

.messages .success-msg li {
    color: #000000;
    border-left: 5px solid #11B400;
    background-color: #EFF5EA;
}

.messages .success-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 #11B400;
    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;
}

.products-grid .price-box,
.products-list .price-box {
    width: 100%;
    text-align: right;
}

.products-grid .price-box .minimal-price-link {
    display: none;
}

.price-notice {
    color: #A0A0A0;
}

.price-box .price {
    color: #ffa500;
    font-size: 16px;
}

.price-box .price,
.price {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
    color: #A0A0A0;
    white-space: nowrap;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
    float: left;
    padding-left: 1em;
    color: #91c734;
    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: block;
    float: right;
    width: 50%;
}

.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: #000;
    text-decoration: line-through;
    margin-top: 10px !important;
}

.price-box .special-price {
    color: #91c734;
    padding-left: 1em;
}

.price-box .special-price .price-label {
    color: #D84D3C;
}


/* -------------------------------------------- *
 * Price Box - Taxes
 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}


/* -------------------------------------------- *
 * Tier Prices
 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    margin-top: 7px;
    width: 100%;
}

.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;
}

#tier-prices-nav .selected {
    background-color: #FFD682;
}

.old-price .price {
    font-weight: 700;
    color: #c76200;
    text-decoration: line-through;
    font-size: small !important;
    margin-left: 5px;
}


/* ============================================ *
 * Item Options
 * ============================================ */

.item-options {
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.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 #91c734;
    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 #91c734;
    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;
}


/* -------------------------------------------- *
 * Product Image
 */

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    border: 1px solid #EDEDED;
}

@media only screen and (max-width: 770px) {
    body .product-img-box .product-image:hover {
        border-color: #EDEDED;
    }
}

.no-touch .product-image:hover {
    border-color: #91c734;
}


/* -------------------------------------------- *
 * Ratings
 */

.ratings {
    margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
}

.ratings .amount {
    display: block;
    margin: 5px auto;
}

.ratings .rating-links .separator {
    margin: 0 3px;
}


/* -------------------------------------------- *
 * Standard Formatted Text Block
 */

.std p {
    margin: 0 0;
}

.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
 */

.toolbar {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background: #F4F4F4;
    padding: 2px 5px;
}

.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar~.pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: none;
}

.sorter {
    float: left;
    width: 320px;
    max-width: 100%;
}

.sorter label {
    float: left;
    margin-right: 5px;
}

.sorter label:after {
    content: ':';
}

.sorter>.sort-by {
    float: left;
    margin-right: 5px;
    height: 30px;
    width: 180px;
}

.sorter>.sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.sorter>.sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}

.sorter>.sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}

.sorter>.sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}

.sorter>.sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter>.sort-by .styled-select {
    width: 60%;
    float: right;
}

.sorter>.view-mode {
    float: right;
    display: none;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}

.sorter>.view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode a.grid:hover {
    background-position: -42px -492px;
}

.sorter>.view-mode .list {
    background-position: 11px -517px;
}

.sorter>.view-mode strong.list,
.sorter>.view-mode a.list:hover {
    background-position: -39px -517px;
}

.limiter {
    float: left;
    width: 130px;
    max-width: 100%;
}

.pager {
    float: right;
    overflow: hidden;
    width: 450px;
    max-width: 100%;
}

.pager>.count-container {
    float: left;
}

.pager .amount {
    float: left;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    white-space: initial;
    margin: 0 0 0 0;
    width: 275px;
    max-width: 100%;
}

.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 30%;
}

.pager .limiter>label {
    padding-right: 5px;
}

.pager .limiter>label:after {
    content: ':';
}

.pages {
    float: right;
    overflow: hidden;
    width: 155px;
    max-width: 100%;
    margin-left: 0;
}

.pages strong {
    display: none;
}

.pages ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pages li {

}

.pages a,
.pages .current {
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 5px;
    color: #91c734;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages .current,
.pages .current:hover {
    color: #000;
    border: 1px solid #CCCCCC;
    width: 30px;
    background-color: #FFFFFF;
    cursor: default;
}

.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}

.pages .next:hover,
.pages .previous:hover {
    border: 1px solid #91c734;
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #91c734;
    border-right: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}

.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #658a24;
    border-right: none;
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #91c734;
    border-left: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}

.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #658a24;
    border-left: none;
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none;
    }
    .pager .pages {
        float: right !important;
    }
    .pager .pages a,
    .pager .pages .current {
        width: auto !important;
        margin-left: 10px !important;
    }
    .pager .pages .next,
    .pager .pages .previous {
        width: 10px !important;
    }
    .limiter label {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%;
    }
    .col1-layout .pager {
        float: left;
        clear: both;
    }
    .col1-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col1-layout .pager .count-container {
        float: right;
    }
}

@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;
        float: none;
        clear: both;
        margin: 0 auto;
    }
    .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;
    }
    .sorter>.sort-by,
    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager,
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none;
    }
}

.toolbar .toppager,
.toolbar-bottom .toolbar .toppager {
    display: none;
}


/* ============================================ *
 * ZOOM
 * ============================================ */

#zoomWindow {
    z-index: 1000000;
    background-color: white;
    border: 1px solid black;
}

#zoomWindowPicture,
#zoomWindowLabel {
    text-align: center;
}

#zoomWindow img {
    display: initial !important;
}


/* ============================================ *
 * ZOOM
 * ============================================ */


/* ============================================ *
 * 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 #91c734;
    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 #658a24;
    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 #91c734;
    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 #658a24;
    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;
}


/* ============================================ *
 * Magento Helpers
 * ============================================ */

.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right !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;
}


/* ==== MODIF JB ==== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: black;
    font-weight: bold;
}

img {
    max-width: 100%;
}

.button.blue {
    background-color: #469ad2;
}

a {
    color: #63771d;
}

.btn-info {
    float: left;
    background-color: #3fa0c0;
    color: #fff;
    height: 29px;
    font: bold 13px Arial, Helvetica, sans-serif;
    width: 61px;
    border: none;
    cursor: pointer;
}

.btn-info:hover {
    text-decoration: underline;
}

.btn-alert {
    float: left;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif) no-repeat -247px 0;
    color: #fff;
    height: 26px;
    font: bold 9px Arial, Helvetica, sans-serif;
    text-align: center;
    width: 76px;
    padding: 3px 0 0 23px;
}


/* Column Classes -------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625% !important;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

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

.clearfix {
    display: inline-block;
    width: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

@media only screen and (max-width: 771px) {
    #review-form,
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: none;
        width: 100%;
        clear: both;
        margin-left: 0;
    }
}


/* === MODIF JB === */

.page-title {
    /*background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) repeat-x scroll 0 22px transparent;
  padding-top: 25px;
  margin: 0 0 20px 0;*/
    position: relative;
    padding-top: 25px;
    position: relative;
    border-bottom: 2px solid #A2A2A2;
    background: none;
    margin-bottom: 30px;
}

.page-title h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #A2A2A2;
    font: bold 17px/25px Century Gothic, Arial, Helvetica, sans-serif;
    left: 0;
    padding-top: 10px;
    padding-right: 10px;
    position: absolute;
    top: 0;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.title-buttons {
    text-align: right;
}

.desktop-none {
    visibility: hidden !important;
    display: none;
}

.mobile-none {
    visibility: visible;
}


/* ==== RESPONSIVE ==== */

@media only screen and (max-width: 770px) {
    .mobile-none {
        visibility: hidden;
        display: none;
    }
    .desktop-none {
        visibility: visible !important;
    }
    .francoport-price .desktop-none {
        display: inline !important;
    }
}


/* ==== RESPONSIVE ==== */


/* Data Table */

.data-table {
    width: 100%;
    border: 1px solid #bebcb7;
}

.data-table .odd {
    background: #f8f7f5;
}

.data-table tbody .even th,
.data-table tbody .even td,
.data-table .even {
    background: #fff;
}


/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/

.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 10px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 10px;
}

.data-table thead th {
    font-weight: bold;
    border-right: 1px solid #daae3d;
    padding: 0px 10px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: #daae3d;
    color: white;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
    vertical-align: middle;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}


/* Bundle products tables */

.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}


/* DATA table */


/* Product reassurance */

.product-reassurance {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin: 5px 0;
    float: right;
}

.product-reassurance li {
    display: block;
    float: left;
    height: 100px;
    width: 100px;
    border: 1px solid #ddd;
    padding-top: 5px;
}

.product-reassurance li.first {
    background-position: left center;
    width: 23.2%;
    border: 1px solid #ddd;
    border-right: 0;
}

.product-reassurance li.last {
    background-position: right center;
    width: 100px;
    border: 1px solid #ddd;
}

li.with-description {
    border-right: 0;
}

li.with-description.last {
    border-right: 1px solid #ddd;
}

.product-reassurance li .product-reassurance-icon {
    display: block;
    height: 90px;
    width: 100%;
    -webkit-background-size: 90px !important;
    background-size: 90px !important;
}

.catalog-category-view #ficheexpress-container .product-reassurance li .product-reassurance-icon,
.catalog-category-view #ficheexpress-container .links-video a.link-tabset,
.solrsearch-result-index #ficheexpress-container .product-reassurance li .product-reassurance-icon,
.solrsearch-result-index #ficheexpress-container .links-video a.link-tabset {
    height: 75px !important;
    -webkit-background-size: 65px !important;
    background-size: 65px !important;
}

.product-reassurance li .product-reassurance-icon span {
    display: none;
}

.product-reassurance li .product-reassurance-icon-livraison {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product/reassurance/icon-livraison.png") center center no-repeat transparent;
}

.product-reassurance li .product-reassurance-icon-frais-port {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product/reassurance/icon-frais-port.png") center center no-repeat transparent;
}

.product-reassurance li .product-reassurance-icon-hotline {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product/reassurance/icon-hotline.png") center center no-repeat transparent;
}

.product-reassurance li .product-reassurance-icon-paiement {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product/reassurance/icon-paiement.png") center center no-repeat transparent;
}

.product-reassurance li .product-reassurance-subtitle {
    color: #AAA;
    font-size: 10px;
    line-height: 11px;
    padding: 0 7px;
    margin: 0;
    text-align: center;
    display: none;
}

.product-reassurance li .product-reassurance-description {
    display: none;
    width: 391px !important;
}

.product-reassurance li:hover .product-reassurance-description {
    background: #fff url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product/reassurance/description-bg.png") bottom center no-repeat;
    display: block;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 44px;
    min-height: 45px;
    width: 407px;
    z-index: 900;
}


/* Product reassurance */

.options-container-big .qty-disabled {
    display: none;
}


/* discount */

.checkout-onepage-index #discount-coupon-form .field-wrapper,
.checkout-cart-index #discount-coupon-form .field-wrapper {
    width: 100%;
    position: relative;
}

.checkout-onepage-index #discount-coupon-form .button-wrapper>button,
.checkout-cart-index #discount-coupon-form .button-wrapper>button {
    width: 100%;
    float: left;
}

.checkout-onepage-index #discount-coupon-form .button-wrapper,
.checkout-cart-index #discount-coupon-form .button-wrapper {
    width: 30%;
}

.checkout-onepage-index #discount-coupon-form .input-text,
.checkout-cart-index #discount-coupon-form .input-text {
    width: 70%;
    float: left;
    margin: 0;
}

.checkout-onepage-index #discount-coupon-form button.button2.cancel-coupon,
.checkout-cart-index #discount-coupon-form button.button2.cancel-coupon {
    position: absolute;
    top: 2px;
    left: 215px;
    display: block;
    width: 30px !important;
    height: 26px !important;
    float: none !important;
    z-index: 9999999999;
    color: #91c734 !important;
    background-color: #fff;
    text-transform: none;
    font-weight: bold;
}

.checkout-onepage-index #discount-coupon-form button.button2.cancel-coupon span,
.checkout-onepage-index #discount-coupon-form button.button2.cancel-coupon span span,
.checkout-cart-index #discount-coupon-form button.button2.cancel-coupon span,
.checkout-cart-index #discount-coupon-form button.button2.cancel-coupon span span {
    color: #91c734 !important;
    text-decoration: none !important;
}


/* panier plus d'infos transporteurs */

#co-shipping-method-form #colissimo-frinfos {
    width: 100%;
}

.products-grid .item img,
products-list .item img,
.home-category-selection img {
    cursor: pointer;
}

#menu-overlay {
    display: none;
}


/* === Tables, RESPONSIVE === */

@media only screen and (max-width: 770px) {
    .responsive-table,
    #shopping-cart-table,
    #shopping-cart-totals-table {
        /*tbody td:before {
            content: attr(data-label); font-weight: bold;
            display: inline-block; width: 8rem;
    }*/
    }
    .responsive-table .td-del,
    .responsive-table .th-del,
    .responsive-table .td-price,
    .responsive-table .th-price,
    #shopping-cart-table .td-del,
    #shopping-cart-table .th-del,
    #shopping-cart-table .td-price,
    #shopping-cart-table .th-price,
    #shopping-cart-totals-table .td-del,
    #shopping-cart-totals-table .th-del,
    #shopping-cart-totals-table .td-price,
    #shopping-cart-totals-table .th-price {
        display: none;
    }
    .responsive-table th,
    .responsive-table td,
    #shopping-cart-table th,
    #shopping-cart-table td,
    #shopping-cart-totals-table th,
    #shopping-cart-totals-table td {
        width: 25%;
    }
    .responsive-table .nobr,
    .responsive-table th,
    #shopping-cart-table .nobr,
    #shopping-cart-table th,
    #shopping-cart-totals-table .nobr,
    #shopping-cart-totals-table th {
        font-size: 11px;
        font-size: 1.1rem;
    }
    .responsive-table tbody td .form-control,
    #shopping-cart-table tbody td .form-control,
    #shopping-cart-totals-table tbody td .form-control {
        width: 20%;
        display: inline !important;
    }
    .responsive-table thead,
    #shopping-cart-table thead,
    #shopping-cart-totals-table thead {
        display: none;
    }
    .responsive-table tbody td,
    #shopping-cart-table tbody td,
    #shopping-cart-totals-table tbody td {
        height: auto !important;
        display: block !important;
        padding: .6rem;
        width: 100%;
    }
    .responsive-table tbody tr td:first-child,
    #shopping-cart-table tbody tr td:first-child,
    #shopping-cart-totals-table tbody tr td:first-child {
        text-align: right;
    }
    .responsive-table .odd,
    .responsive-table .even,
    #shopping-cart-table .odd,
    #shopping-cart-table .even,
    #shopping-cart-totals-table .odd,
    #shopping-cart-totals-table .even {
        background: #F8F7F6;
        border-bottom: 1px solid #ddd;
    }
    .responsive-table tbody td.td-img,
    #shopping-cart-table tbody td.td-img,
    #shopping-cart-totals-table tbody td.td-img {
        float: left;
        width: 40%;
    }
    .responsive-table tbody td.td-img img,
    #shopping-cart-table tbody td.td-img img,
    #shopping-cart-totals-table tbody td.td-img img {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .responsive-table tbody td.td-name,
    #shopping-cart-table tbody td.td-name,
    #shopping-cart-totals-table tbody td.td-name {
        float: left;
        width: 58%;
    }
    .responsive-table tbody td.td-name:after,
    #shopping-cart-table tbody td.td-name:after,
    #shopping-cart-totals-table tbody td.td-name:after {
        content: " ";
        display: block;
        float: none;
        clear: both;
    }
    .responsive-table tbody th.th-price,
    .responsive-table tbody td.td-price,
    #shopping-cart-table tbody th.th-price,
    #shopping-cart-table tbody td.td-price,
    #shopping-cart-totals-table tbody th.th-price,
    #shopping-cart-totals-table tbody td.td-price {
        display: none !important;
    }
    .responsive-table tbody td.td-qty,
    .responsive-table tbody td.td-subtotal,
    #shopping-cart-table tbody td.td-qty,
    #shopping-cart-table tbody td.td-subtotal,
    #shopping-cart-totals-table tbody td.td-qty,
    #shopping-cart-totals-table tbody td.td-subtotal {
        float: left;
        width: 28%;
    }
    .responsive-table .counter,
    #shopping-cart-table .counter,
    #shopping-cart-totals-table .counter {
        margin: 0;
        display: block;
    }
    .responsive-table .cart-price .price,
    #shopping-cart-table .cart-price .price,
    #shopping-cart-totals-table .cart-price .price {
        margin: 0;
        display: block;
    }
    .responsive-table .btn-remove2,
    #shopping-cart-table .btn-remove2,
    #shopping-cart-totals-table .btn-remove2 {
        float: right;
        margin: 10px;
    }
    .responsive-table tfoot td,
    #shopping-cart-table tfoot td,
    #shopping-cart-totals-table tfoot td {
        display: block;
    }
    .responsive-table tfoot td .btn,
    #shopping-cart-table tfoot td .btn,
    #shopping-cart-totals-table tfoot td .btn {
        display: block;
    }
    .data-table tbody .even th,
    .data-table tbody .even td,
    .data-table .even {
        background-color: #F8F7F6;
    }
    .cart .crosssell {
        display: none;
    }
}


/* === Tables, RESPONSIVE === */


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

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
}


/* -------------------------------------------- *
 * Input Box
 */

.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}


/* For adjacent select inputs. */


/* Example: credit card expiration month and year. */

.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}


/* -------------------------------------------- *
 * Labels
 */

label {
    display: inline-block;
    font-size: 13px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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: #DF280A;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

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 #C0C0C0;
    font-size: 15px;
    padding: 5px;
}


/* -------------------------------------------- *
 * Textarea
 */

textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 5px;
}


/* -------------------------------------------- *
 * Inputs
 */

.input-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    font-size: 15px;
}

.input-text:focus {
    border: 1px solid #91c734;
}

.input-text.validation-failed {
    border-color: #DF280A;
}

.input-text.validation-failed:focus {
    outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 30px;
    padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
}


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

#products-grid input[type=number].qty,
#products-grid input[type=text].qty {
    width: 12em;
    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 {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-weight: normal;
    vertical-align: top;
}


/* -------------------------------------------- *
 * Validation
 */

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #DF280A;
    font-size: 13px;
}


/* ============================================ *
 * Form List
 * ============================================ */

.form-list>li {
    margin-bottom: 10px;
    list-style: none;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}


/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.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 input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    float: left;
    clear: both;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    color: #000;
    background-color: #F4F4F4;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: 100%;
    width: 94%;
    float: none;
    padding: 6px 10px 6px 40px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #ededed;
}

.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 {
    margin-right: 6px;
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #A0A0A0;
}


/* ============================================ *
 * Table Helpers
 * ============================================ */

.hide-th {
    text-indent: -9999px;
}


/* ============================================ *
 * Data Table
 * ============================================ */

.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: middle;
}

.data-table th {
    background: #F4F4F4;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 1.4;
    white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}


/* ============================================ *
 * Generic Info Table
 * ============================================ */

.info-box {
    border: 1px solid #C0C0C0;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}


/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid #C0C0C0;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid #C0C0C0;
    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: right;
        padding-right: 10px !important;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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: right;
        padding-right: 10px !important;
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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;
    }
}

.styletable table {
    padding: 0;
    margin: 0;
    width: 100%;
}

.styletable td.first {
    border-top: 1px solid #C1DAD7;
}

.styletable td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.styletable td.alt {
    background: #F5FAFA;
    color: #797268;
}

.styletable th {
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg_header.jpg) no-repeat;
}

.styletable th:first-child {
    border-left: 1px solid #C1DAD7;
}

.styletable th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff;
}

.styletable th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa;
    color: #797268;
}


/* ============================================ *
 * Global
 * ============================================ */

html,
body {
    height: 100%;
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.main-holder {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main-bg {
    position: relative;
    width: 100%;
    float: left;
}

.carroussel {
    width: 100%;
    overflow: hidden;
}

.carroussel .btn-prev,
.carroussel .btn-next {
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    margin: 58px 00;
}

.carroussel .btn-prev {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif) no-repeat -39px -99px;
}

.carroussel .btn-next {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif) no-repeat -39px -112px;
}

.carroussel .holder {
    float: left;
    min-height: 205px;
    margin: 0 4px;
    display: inline;
    overflow: hidden;
    width: 127px;
}

*>.main-container,
.sendfriend-product-send .main-container,
.supercontact-index-index .main-container {
    width: 1260px;
    max-width: 100%;
    background-color: white;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #C7C7C7;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px;
}

.carroussel .holder ul {
    width: 99999px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carroussel .holder ul li {
    float: left;
    width: 127px;
}

.carroussel img {
    display: block;
    margin: 0 0 2px;
}

.carroussel .title {
    margin: 0 0 3px;
    text-align: center;
}

.carroussel .title a {
    color: #000;
    text-decoration: none;
}

.carroussel .title a:hover {
    text-decoration: none;
}

.carroussel .regular-price,
.carroussel .old-price,
.carroussel .special-price {
    display: block;
    text-align: right !important;
}

.supercontact-index-index #accordion * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.supercontact-index-index #accordion {
    margin: 50px auto;
}

.supercontact-index-index #accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
    text-align: center;
}

.supercontact-index-index #accordion .ui-accordion-header a {
    color: #fff;
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(250, 250, 250, 0.2);
}

.supercontact-index-index #accordion .ui-accordion-content {
    width: 100%;
    background-color: #f3f3f3;
    color: #777;
    font-size: 10pt;
    line-height: 16pt;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.4);
}

.supercontact-index-index #accordion .ui-accordion-content>* {
    margin: 0;
    padding: 20px;
}

.supercontact-index-index #accordion .ui-accordion-content a {
    color: #777;
}

.supercontact-index-index #accordion .ui-accordion-header-active {
    background-color: #FFC600 !important;
}

.supercontact-index-index #accordion .ui-accordion-header:first-of-type a {
    box-shadow: 0px -1px 0px 0px #b85c0f;
}

.supercontact-index-index #accordion .ui-accordion-content:last-of-type {
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0 0px 0px rgba(0, 0, 0, 0.5);
}

.supercontact-index-index #accordion textarea,
.supercontact-index-index #accordion input[type=email],
.supercontact-index-index #accordion input[type=search],
.supercontact-index-index #accordion input[type=number],
.supercontact-index-index #accordion input[type=password],
.supercontact-index-index #accordion input[type=tel],
.supercontact-index-index #accordion input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
}

.supercontact-index-index #accordion textarea {
    min-height: 400px;
}

.sendfriend-product-send .main-container .col-right {
    display: none;
}

.sendfriend-product-send .main-container .col-main {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
}

.cms-no-route .col-main,
.cms-no-route .col1-layout,
.cms-no-route .main-content,
.cms-index-noroute .col-main,
.cms-index-noroute .col1-layout,
.cms-index-noroute .main-content {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
}

.cms-no-route .std,
.cms-index-noroute .std {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/404/404.jpg);
    width: 100%;
    max-width: 100%;
    height: 854px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #e3e3e3;
}

.cms-no-route .std ul li,
.cms-index-noroute .std ul li {
    margin-left: 0 !important;
}

.cms-no-route .message-noroute,
.cms-index-noroute .message-noroute {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.cms-no-route .message-noroute li,
.cms-no-route .message-noroute p,
.cms-index-noroute .message-noroute li,
.cms-index-noroute .message-noroute p {
    font: 12px Arial, Helvetica, sans-serif !important;
    list-style-type: none !important;
}

.cms-no-route .message-noroute .page-head-alt p,
.cms-index-noroute .message-noroute .page-head-alt p {
    font-size: 20px !important;
    margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
    .catalog-category-view .col-holder {
        margin-top: 0;
    }
    .cms-no-route .std,
    .cms-index-noroute .std {
        -webkit-background-size: 100%;
        background-size: 200%;
        margin-top: 100px;
    }
    .cms-no-route .std li,
    .cms-no-route .std p,
    .cms-index-noroute .std li,
    .cms-index-noroute .std p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .cms-no-route .message-noroute,
    .cms-index-noroute .message-noroute {
        top: 300px;
    }
    .amshopby-filters-left {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cms-no-route .message-noroute,
    .cms-index-noroute .message-noroute {
        top: 600px;
    }
}


/* ============================================ *
 * Header
 * ============================================ */

.header-content {
    height: 84px;
}

.header-container {
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
}

.page-header {
    background-color: #2d2d2d;
}

@media only screen and (min-width: 771px) {
    .page-header {
        max-width: 100%;
        margin: 0 auto;
    }
    .page-header-container {
        position: relative;
    }
    .header-content {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0;
    }
}

.header-language-container,
.page-header {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

@media only screen and (min-width: 980px) {
    .page-header {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/header_texture.jpg) no-repeat 50% 0% #2d2d2d;
    }
}


/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */

.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;
    display: none;
}

.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: 0 !important;
    }
    .page-header-container .store-language-container select {
        font-size: 12px;
    }
}

.header-language-background,
.header-language-background a {
    color: #E6E6E6;
}

@media only screen and (max-width: 770px) {
    .header-language-background {
        display: none;
    }
}


/* ============================================ *
 * Logo
 * ============================================ */

header .logo {
    display: block;
    float: left;
    width: 65%;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 10px 0 0 0;
}

header .logo img {
    max-width: 100%;
}

header .logo .small {
    display: block;
}

header .logo .large {
    display: none;
}

header .logo:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 771px) {
    header .logo {
        max-width: 300px;
        min-height: 84px;
    }
    header .logo .small {
        display: none;
    }
    header .logo .large {
        display: block;
    }
}


/* ============================================ *
 * Skip Links
 * ============================================ */

.skip-links {
    clear: both;
    overflow: hidden;
}

@media only screen and (min-width: 771px) {
    .skip-links {
        border: 0;
    }
}


/* -------------------------------------------- *
 * Skip - Link
 */

.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #2d2d2d;
    color: #fff;
    line-height: 42px;
    text-align: left;
    font-weight: bold;
    text-transform: none;
}

a.skip-link {
    text-decoration: none;
    text-align: center;
}

/*@media only screen and (max-width: 770px) {*/
/*    .skip-link {*/
/*        border-right: 1px solid #EDEDED;*/
/*    }*/
/*    .skip-link:last-child {*/
/*        border-right: 0;*/
/*    }*/
/*}*/

@media only screen and (min-width: 500px) {
    .skip-link {
        width: 25%;
    }
}


/* -------------------------------------------- *
 * Skip Link - Active
 */

@media only screen and (max-width: 770px) {
    .skip-link.skip-active {
        background: #EDEDED;
        color: inherit;
        text-align: center;
    }
    .skip-link.skip-active span {
        color: inherit;
    }
}


/* -------------------------------------------- *
 * Skip Link - Icon
 */

.skip-link .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    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
 * ============================================ */

@media only screen and (max-width: 770px) {
    .header-content {
        height: auto;
        max-width: 770px;
    }
    #header-account li a,
    .nav-primary a.level0 {
        padding: 0 15px 0 25px;
        border-bottom: 1px solid #CCCCCC;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        line-height: 30px;
    }
    #header-account li:last-child a,
    .nav-primary li.level0:last-child a.level0 {
        border-bottom: 0;
    }
    .no-touch #header-account a:hover,
    .no-touch .nav-primary a:hover {
        background-color: #F4F4F4;
        text-decoration: none;
    }
}

.account-cart-wrapper {
    position: absolute;
    top: 15px;
    right: 0px;
}

@media only screen and (max-width: 770px) {
    .account-cart-wrapper {
        position: static;
    }
}


/* ==== MODIF JB ==== */

.top-bar {
    width: 100%;
    height: 24px;
    background: #5E5D5B;
}

.top-bar .holder {
    position: relative;
    width: 1260px;
    max-width: 100%;
    height: 23px;
    color: #787b83;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
}

.top-bar p,
.top-bar .tagline,
.top-bar .tagline-left {
    display: inline;
    line-height: 23px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.top-bar .tagline {
    /*padding-right: 275px;*/
}

.top-bar .tagline-left {
    color: #DACFCF;
    padding-right: 80px;
}

.top-bar .holder .fb_like_button_container {
    position: absolute;
    top: 1px;
    right: 139px;
}

.top-bar .holder .gplus_like_button_container {
    position: absolute;
    top: 1px;
    right: 100px;
}

.top-bar .holder .twitter_like_button_container {
    position: absolute;
    top: 1px;
    right: 0px;
}

.lang {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 3px;
    right: 14px;
}

.lang li {
    float: left;
    padding: 0 0 0 2px;
}

.lang a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 17px;
    height: 12px;
}

.lang .english {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-lang.gif) no-repeat 0 -14px;
}

.lang .french {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-lang.gif) no-repeat -19px -14px;
}

.lang li.active .english {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-lang.gif) no-repeat 0 0;
}

.lang li.active .french {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-lang.gif) no-repeat -19px 0;
}

ul.tag-header-tools {
    float: right;
}

#topCartContent::before {
    right: 12px;
}

ul.tag-header-tools li>span {
    color: #fff !important;
    line-height: 21px;
}

ul.tag-header-tools>li>ul {
    display: none;
}

.drop-container.aide li a {
    color: #000;
}

.drop-container.pro li h3 {
    text-align: center;
}

.drop-container.contacts>ul {
    width: 300px;
    height: 276px;
    left: 0;
    z-index: 999999999999999;
}

.drop-container.aide ul.listaide {
    min-height: 45px;
}

.drop-container .actions .button {
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 23px;
    display: block;
    text-transform: none;
}

.drop-container .actions {
    margin-top: 14px;
}

.drop-container .action {
    width: 87%;
}

.button.blue {
    background: #469ad2;
}

.tag-header-tools .drop-container ul li h3 {
    font-size: 13px;
    color: #000;
}

.tag-header-tools .drop-container ul li h4 {
    font-size: 11px;
    color: #000;
}

.tag-header-tools .drop-container ul li p {
    line-height: initial;
    font-size: 12px;
    color: #000;
}

.drop-container.contacts>ul>li,
.drop-container.aide>ul>li {
    padding: 14px 14px 0px 14px;
}

.drop-container.boutiques>ul>li,
.drop-container.pro>ul>li {
    padding: 14px 14px 0px 14px;
    float: right;
}

.tag-header-tools .drop-container>ul>li {
    text-align: left;
    width: 100%;
    height: 100%;
    background: #bebebe;
}

.button-gotocart-start a {
    text-decoration: none !important;
}

@-moz-document url-prefix() {
    /*    .drop-container.contacts > ul{
          right:216px!important;
      }
      .drop-container.aide > ul{
          right: 89px!important;
      }
      .drop-container.boutiques > ul{
          right:113px!important;
      }
      .drop-container.pro > ul{
          right:29px!important;
      }*/
    ul.tag-header-tools {
        width: 524px !important;
    }
    .col.footer-nos-marques::after,
    .col.footer-informations-boutique::after,
    .col.footer-nos-categories::after {
        height: 225px !important;
    }
}

.drop-container.aide>ul {
    width: 250px;
    height: 360px;
    /*right: 85px;*/
    left: 0;
}

.drop-container.boutiques>ul {
    width: 285px;
    height: 153px;
    right: 0;
}

.drop-container.boutiques>ul .button {
    width: 92%;
}

.drop-container.boutiques .image {
    float: left;
    padding-right: 6px;
}

.drop-container.boutiques .content {
    float: left;
    width: 150px;
    display: block;
}

.drop-container .conseil .phone {
    color: #469ad2;
    font-size: 16px;
}

.drop-container.boutiques .content p {
    font-size: 13px;
    text-align: justify;
}

.drop-container.boutiques .actions {
    position: absolute;
    width: 58%;
}

.drop-container.pro .actions {
    margin-top: 5px;
}

.drop-container.pro ul {
    /*right: 14px;*/
    width: 210px;
    height: 83px;
    right: 0;
}

ul.tag-header-tools li.drop-container:hover {
    background: #bebebe;
}

ul.tag-header-tools>li:hover>ul {
    display: block;
    position: absolute;
    background: #bebebe;
    z-index: 999999999999999;
}

li.contacts span.conseil,
li.pro span.conseil,
li.boutiques span.conseil,
li.aide span.conseil {
    padding-top: 2px;
    display: block;
}

ul.tag-header-tools>li {
    display: inline-block;
    cursor: pointer;
    float: left;
    position: relative;
    padding: 0px 8px 0px 8px;
}

.tag-header-tools .drop-container ul li h3,
.tag-header-tools .drop-container ul li .h3 {
    font-size: 13px;
    color: #000;
    display: block;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.tag-header-tools .drop-container ul li h4,
.tag-header-tools .drop-container ul li .h4 {
    font-size: 11px;
    color: #000;
    display: block;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.tag-header-tools .drop-container ul li p a {
    color: #63771d;
}

#header-account {
    padding: 5px 0 10px 0;
}

#header-account a {
    padding: 0;
}

.block-login-register .block-title,
.block-login-register .block-title strong,
#header-account a .title {
    color: #747373;
    font-size: 17px;
    padding-right: 10px;
}

.block-login-register .block-title span,
.block-login-register .block-title strong span,
#header-account a .title span {
    font-weight: normal;
    text-transform: none;
}

div#mini-login-layer {
    padding: 5px 10px;
}

div#mini-login-layer .block-login .block-title {
    display: none;
}

div#mini-login-layer a.mini-login-forgot-password {
    padding: 0 0 !important;
    font-size: 11px;
    float: none;
}

div#mini-login-layer .block .actions .button,
div#mini-login-layer button.button {
    float: right;
    width: 100%;
    font-size: 12px;
    padding: 2px;
    font-weight: bold;
    text-transform: none;
}

div#mini-login-layer label {
    font-weight: normal;
    font-size: 12px;
    color: #747373;
}

#header-account a.boxa {
    padding: 5px 0 0 10px !important;
    line-height: 1;
    color: black;
}

#header-account a .title {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

#header-account hr,
#header-account a.lien-deco {
    display: none !important;
}

#header-account .subtitle a {
    padding: 5px 0 !important;
}

#header-account .header-mon-compte .title {
    display: none;
}

#header-account .header-mon-compte .subtitle {
    font-weight: bold;
}

#header-account .header-mon-compte li:before {
    content: "-";
    display: inline;
    float: left;
}

#header-account .header-mon-compte a {
    line-height: 1;
}

@media only screen and (min-width: 770px) {
    .header-compte {
        float: left;
        padding-bottom: 20px;
    }
    .header-compte .subtitle {
        margin-left: 38px;
    }
    .header-compte .subtitle .skip-account {
        display: none;
    }
    .header-compte .compte-customer-name {
        display: block;
        padding: 0;
        height: auto;
        background: transparent;
        line-height: 1;
        clear: both;
        float: none;
        margin-left: 45px;
    }
    .header-compte .lien-deco {
        color: #fff;
        padding-left: 10px;
        display: block;
        width: 100%;
        margin-left: 5px;
    }
    .header-compte .compte-customer-name {
        margin-bottom: 5px;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 770px) {
    /* * > .main-container {margin-top: 110px !important;}*/
    #header-nav {
        top: 44px !important;
        position: fixed !important;
    }
    .header-compte .subtitle {
        display: none;
    }
    .header-language-container,
    .page-header {
        position: relative;
        background-color: #2d2d2d;
    }
    .skip-links {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 99999;
    }
    .skip-link,
    a.skip-nav {
        width: 25% !important;
        text-align: center;
    }
    .header-minicart .skip-cart {
        border-right: 0;
        /*border-left: 1px solid #EDEDED;*/
        padding-bottom: 0 !important;
    }
    .logo {
        background: #2d2d2d;
        float: none !important;
        width: 100% !important;
        margin-top: 44px;
        z-index: 99999999;
        padding: 0 0 10px 0 !important;
    }
    .logo .small {
        margin: 0 auto;
    }
    div#mini-login-layer {
        padding: 3% 5%;
        position: fixed;
        z-index: 9999999;
        background: #EDEDED;
        top: 44px;
        width: 100%;
    }
    #mini-login-layer::before {
        display: none;
    }
    .skip-nav span.icon {
        margin-top: 6px;
    }

    .productreturn-front-view .button + .button {
        margin-top: 10px;
    }
}



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

@media only screen and (min-width: 771px) {
    .skip-nav {
        display: none;
    }
}


/* ============================================ *
 * Nav - Skip Content
 * ============================================ */

@media only screen and (min-width: 771px) {
    #header-nav {
        display: block;
        /* Force visibility */
        border-bottom: 1px solid #EDEDED;
        position: relative;
    }
}


/* ============================================ *
 * Nav Primary
 * ============================================ */

@media only screen and (min-width: 771px) {
    .nav-primary {
        display: block;
        margin-top: 15px;
    }
}


/* ============================================ *
 * General Navigation Styles
 * ============================================ */

.nav-primary {
    background-color: #ffc600;
}

.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #000;
    line-height: 30px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.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;
}


/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

@media only screen and (max-width: 770px) {
    .nav-primary a.level0,
    .nav-primary a {
        line-height: 35px;
    }
    .nav-primary li.level0 ul {
        display: none;
    }
    .nav-primary li.level0 li {
        padding: 0 0 0 25px;
    }
    .nav-primary li.level1 a {
        padding: 0 15px 0 25px;
    }
    .nav-primary li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ccc;
        border-right: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px;
    }
    .nav-primary li.parent.sub-menu-active>a:after,
    .nav-primary li.parent.menu-active>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #ccc;
        border-bottom: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px;
    }
    .nav-primary li.menu-active>a,
    .nav-primary li.sub-menu-active>a {
        color: #91c734;
    }
}


/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

@media only screen and (min-width: 771px) {
    .nav-primary {
        /* Default styles for 1+ drop-down menus */
        /* Level 2+ */
        /* 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: #91c734;
    }
    .nav-primary .menu-active {
        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 #ccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px;
    }
}

.nav-primary li.menu-active>ul {
    display: block;
}


/* ===== MODIF JB ====== */

@media only screen and (min-width: 771px) {
    #header-nav {
        background-color: #ffc600;
        clear: both;
        z-index: 9;
        width: 100%;
    }
    /********** < Navigation */
    .nav-container {
        position: relative;
        width: 1260px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #nav {
        position: relative;
        margin: 0 auto;
        height: 36px;
        list-style: none;
        display: block;
        padding: 0;
        width: 100%;
    }
    /* All Levels */
    /* Style consistent throughout all nav levels */
    #nav li {
        text-align: left;
        display: block;
        width: 7.2%;
        float: left;
    }
    li#Feuilles_à_rouler_filtres_tubes_lvl-top,
    li#Grinder_broyeur_à_tabac_lvl-top {
        width: 9.5%;
    }
    li#Nouveautés_promotions_lvl-top {
        width: 9%;
    }
    #nav li.over {
        z-index: 998;
    }
    #nav a {
        display: block;
        text-decoration: none;
    }
    #nav button {
        display: block;
        text-decoration: none;
    }
    #nav a:hover {
        display: block;
        text-decoration: underline;
    }
    #nav button:hover {
        display: block;
        text-decoration: underline;
    }
    #nav span {
        display: block;
        cursor: pointer;
        white-space: normal;
    }
    #nav li ul .sorted-link .col1>span,
    #nav li ul .sorted-link .col2>span,
    #nav li ul .sorted-link .col3>span {
        white-space: normal;
        margin-top: 0;
        margin-bottom: 20px;
        width: 94%;
    }
    #nav ul li.parent a {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_nav2.gif) 100% 100% no-repeat;
    }
    #nav ul li.parent button {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_nav2.gif) 100% 100% no-repeat;
    }
    #nav ul li.parent li a {
        background-image: none;
    }
    #nav ul li.parent li button {
        background-image: none;
    }
    #nav li.last a.level-top {
        border-right: 0;
    }
    /* Home button */
    #nav li a.home,
    #nav li button.home {
        width: 30px;
        height: 33px;
        text-indent: -9999px;
        padding: 0;
        background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-home-menu.gif") no-repeat scroll 50% 50% transparent !important;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        overflow: hidden;
    }
    #nav li.over a.home,
    #nav li.over button.home {
        background-image: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-home-menu-over.gif") !important;
    }
    #nav a.level-top,
    #nav button.level-top {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #000;
    }
    #nav a.level-top:hover,
    #nav .active a.level-top {
        color: #fff;
    }
    #nav button.level-top:hover,
    #nav .active button.level-top {
        color: #fff;
    }
    #nav a.level-top span,
    #nav button.level-top span {
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        line-height: 13px;
        padding: 0;
    }
    #nav a.level-top {
        padding: 0 5px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    /*------------------------------------------------*/
    #nav li.over a.level-top,
    #nav li.over button.level-top {
        text-decoration: none;
    }
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top a.level-top:hover,
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top.over a.level-top,
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top.active a.level-top {
        background-color: #8a1832;
    }
    #nav li#Briquets_lvl-top a.level-top:hover,
    #nav li#Briquets_lvl-top.over a.level-top,
    #nav li#Briquets_lvl-top.active a.level-top {
        background-color: #ab011e;
    }
    #nav li#Accessoires_fumeurs_lvl-top a.level-top:hover,
    #nav li#Accessoires_fumeurs_lvl-top.over a.level-top,
    #nav li#Accessoires_fumeurs_lvl-top.active a.level-top {
        background-color: #c53831;
    }
    #nav li#Grinder_broyeur_à_tabac_lvl-top a.level-top:hover,
    #nav li#Grinder_broyeur_à_tabac_lvl-top.over a.level-top,
    #nav li#Grinder_broyeur_à_tabac_lvl-top.active a.level-top {
        background-color: #cb591d;
    }
    #nav li#Pipe_à_eau_bangs_lvl-top a.level-top:hover,
    #nav li#Pipe_à_eau_bangs_lvl-top.over a.level-top,
    #nav li#Pipe_à_eau_bangs_lvl-top.active a.level-top {
        background-color: #b1c64d;
    }
    #nav li#Chicha_narguilés_lvl-top a.level-top:hover,
    #nav li#Chicha_narguilés_lvl-top.over a.level-top,
    #nav li#Chicha_narguilés_lvl-top.active a.level-top {
        background-color: #008a13;
    }
    #nav li#Cigarette_électronique_lvl-top a.level-top:hover,
    #nav li#Cigarette_électronique_lvl-top.over a.level-top,
    #nav li#Cigarette_électronique_lvl-top.active a.level-top {
        background-color: #046fb5;
    }
    #nav li#Vaporisateur_lvl-top a.level-top:hover,
    #nav li#Vaporisateur_lvl-top.over a.level-top,
    #nav li#Vaporisateur_lvl-top.active a.level-top {
        background-color: #3c96d2;
    }
    #nav li.nav-16 a.level-top:hover,
    #nav li.nav-16.over a.level-top,
    #nav li.nav-16.active a.level-top {
        background-color: #3c96d2;
    }
    #nav li#Objets_divers_accessoires_lvl-top a.level-top:hover,
    #nav li#Objets_divers_accessoires_lvl-top.over a.level-top,
    #nav li#Objets_divers_accessoires_lvl-top.active a.level-top {
        background-color: #bb9220;
    }
    #nav li.nav-18 a.level-top:hover,
    #nav li.nav-18.over a.level-top,
    #nav li.nav-18.active a.level-top {
        background-color: rgba(187, 146, 32, 0.6);
    }
    #nav li#Encens_bien_être_lvl-top a.level-top:hover,
    #nav li#Encens_bien_être_lvl-top.over a.level-top,
    #nav li#Encens_bien_être_lvl-top.active a.level-top {
        background-color: #ba6f1c;
    }
    #nav li#Cadeaux_déco_lvl-top a.level-top:hover,
    #nav li#Cadeaux_déco_lvl-top.over a.level-top,
    #nav li#Cadeaux_déco_lvl-top.active a.level-top {
        background-color: #4d3420;
    }
    #nav li.nav-22 a.level-top:hover,
    #nav li.nav-22.over a.level-top,
    #nav li.nav-22.active a.level-top {
        background-color: rgba(99, 52, 32, 0.6);
    }
    #nav li#Nouveautés_promotions_lvl-top a.level-top,
    #nav li#Nouveautés_promotions_lvl-top a.level-top:hover,
    #nav li#Nouveautés_promotions_lvl-top.over a.level-top,
    #nav li#Nouveautés_promotions_lvl-top.active a.level-top {
        background-color: #e7b111;
    }
    #nav li.nav-25 a.level-top:hover,
    #nav li.nav-25.over a.level-top,
    #nav li.nav-25.active a.level-top {
        background-color: rgba(0, 0, 0, 0.6);
    }
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top button.level-top:hover,
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top.over button.level-top,
    #nav li#Feuilles_à_rouler_filtres_tubes_lvl-top.active button.level-top {
        background-color: #8a1832;
    }
    #nav li#Briquets_lvl-top button.level-top:hover,
    #nav li#Briquets_lvl-top.over button.level-top,
    #nav li#Briquets_lvl-top.active button.level-top {
        background-color: #ab011e;
    }
    #nav li#Accessoires_fumeurs_lvl-top button.level-top:hover,
    #nav li#Accessoires_fumeurs_lvl-top.over button.level-top,
    #nav li#Accessoires_fumeurs_lvl-top.active button.level-top {
        background-color: #c53831;
    }
    #nav li#Grinder_broyeur_à_tabac_lvl-top button.level-top:hover,
    #nav li#Grinder_broyeur_à_tabac_lvl-top.over button.level-top,
    #nav li#Grinder_broyeur_à_tabac_lvl-top.active button.level-top {
        background-color: #cb591d;
    }
    #nav li#Pipe_à_eau_bangs_lvl-top button.level-top:hover,
    #nav li#Pipe_à_eau_bangs_lvl-top.over button.level-top,
    #nav li#Pipe_à_eau_bangs_lvl-top.active button.level-top {
        background-color: #b1c64d;
    }
    #nav li#Chicha_narguilés_lvl-top button.level-top:hover,
    #nav li#Chicha_narguilés_lvl-top.over button.level-top,
    #nav li#Chicha_narguilés_lvl-top.active button.level-top {
        background-color: #008a13;
    }
    #nav li#Cigarette_électronique_lvl-top button.level-top:hover,
    #nav li#Cigarette_électronique_lvl-top.over button.level-top,
    #nav li#Cigarette_électronique_lvl-top.active button.level-top {
        background-color: #046fb5;
    }
    #nav li#Vaporisateur_lvl-top button.level-top:hover,
    #nav li#Vaporisateur_lvl-top.over button.level-top,
    #nav li#Vaporisateur_lvl-top.active button.level-top {
        background-color: #3c96d2;
    }
    #nav li.nav-16 button.level-top:hover,
    #nav li.nav-16.over button.level-top,
    #nav li.nav-16.active button.level-top {
        background-color: #3c96d2;
    }
    #nav li#Objets_divers_accessoires_lvl-top button.level-top:hover,
    #nav li#Objets_divers_accessoires_lvl-top.over button.level-top,
    #nav li#Objets_divers_accessoires_lvl-top.active button.level-top {
        background-color: #bb9220;
    }
    #nav li.nav-18 button.level-top:hover,
    #nav li.nav-18.over button.level-top,
    #nav li.nav-18.active button.level-top {
        background-color: rgba(187, 146, 32, 0.6);
    }
    #nav li#Encens_bien_être_lvl-top button.level-top:hover,
    #nav li#Encens_bien_être_lvl-top.over button.level-top,
    #nav li#Encens_bien_être_lvl-top.active button.level-top {
        background-color: #ba6f1c;
    }
    #nav li#Cadeaux_déco_lvl-top button.level-top:hover,
    #nav li#Cadeaux_déco_lvl-top.over button.level-top,
    #nav li#Cadeaux_déco_lvl-top.active button.level-top {
        background-color: #4d3420;
    }
    #nav li.nav-22 button.level-top:hover,
    #nav li.nav-22.over button.level-top,
    #nav li.nav-22.active button.level-top {
        background-color: rgba(99, 52, 32, 0.6);
    }
    #nav li#Nouveautés_promotions_lvl-top button.level-top,
    #nav li#Nouveautés_promotions_lvl-top button.level-top:hover,
    #nav li#Nouveautés_promotions_lvl-top.over button.level-top,
    #nav li#Nouveautés_promotions_lvl-top.active button.level-top {
        background-color: #e7b111;
    }
    #nav li.nav-25 button.level-top:hover,
    #nav li.nav-25.over button.level-top,
    #nav li.nav-25.active button.level-top {
        background-color: rgba(0, 0, 0, 0.6);
    }
    #nav a:hover {
        display: block;
        text-decoration: underline;
    }
    #nav button {
        border: none;
        background: none;
    }
    li.cagnotte:before {
        content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_01.jpg);
        float: left;
    }
    li.euro:before {
        content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_02.jpg);
        float: left;
    }
    li.alerte:before {
        content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_03.jpg);
        float: left;
    }
    li.fonctionnalite:before {
        content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_04.jpg);
        float: left;
    }
    li.service:before {
        content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_07.jpg);
        float: left;
    }
    .text_nouveau_site {
        position: absolute;
        width: 729px;
    }
    .fonctionnalite .button_fonc {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_06.jpg);
        width: 201px;
        height: 53px;
        border: none;
        top: 4px;
        position: relative;
        display: block;
        text-indent: -9999px;
    }
    li .texte {
        margin-left: 79px;
    }
    li .texte .button {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/2015_08_visu_accueil_05.jpg);
        width: 84px;
        height: 26px;
        border: none;
        display: block;
        text-indent: -9999px;
    }
    #nav button:hover {
        display: block;
        text-decoration: underline;
        cursor: pointer;
    }
    .menu-encens {
        background-color: #ba6f1c;
    }
    .menu-encens a.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-encens button.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-encens .sub-porte-encens {
        background-position: 0 0;
    }
    .menu-encens .sub-huile-parf {
        background-position: 0 -16px;
    }
    .menu-encens .sub-huile-mass {
        background-position: 0 -32px;
    }
    .menu-encens .sub-desodo {
        background-position: 0 -43px;
    }
    .menu-encens .sub-savons {
        background-position: 0 -64px;
    }
    .menu-encens .sub-acc-briquet {
        background-position: 0 -66px;
    }
    .menu-encens .sub-encens {
        background-position: 0 -23px;
    }
    .menu-deco {
        background-color: #4d3420;
    }
    .menu-deco a.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-deco button.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-deco .sub-badges {
        background-position: 0 0;
    }
    .menu-deco .sub-drapeaux {
        background-position: 0 -22px;
    }
    .menu-deco .sub-ecussons {
        background-position: 0 -43px;
    }
    .menu-deco .sub-artifice {
        background-position: 0 -198px;
    }
    .menu-deco .sub-porte-cle {
        background-position: 0 -220px;
    }
    .menu-deco .sub-poster {
        background-position: 0 -66px;
    }
    .menu-deco .sub-sticker {
        background-position: 0 -88px;
    }
    .menu-deco .sub-divers-2 {
        background-position: 0 -243px;
    }
    .menu-deco .sub-artisanat {
        background-position: 0 -132px;
    }
    .menu-deco .sub-tentures {
        background-position: 0 -242px;
    }
    .menu-deco .sub-confiserie {
        background-position: 0 -110px;
    }
    .menu-deco .sub-porter {
        background-position: 0 -154px;
    }
    .menu-deco .sub-chanvre {
        background-position: 0 -176px;
    }
    .menu-pap {
        background-color: #000;
    }
    .menu-pap .sorted-link {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-pap-illustration.jpg);
    }
    .menu-pap a.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-pap button.subtitle {
        height: 22px;
        overflow: hidden;
    }
    .menu-pap .sub-casquette {
        background-position: 0 0;
    }
    .menu-pap .sub-col-big {
        background-position: 0 -16px;
    }
    .menu-pap .sub-col-jack {
        background-position: 0 -32px;
    }
    .menu-pap .sub-col-psy {
        background-position: 0 -48px;
    }
    .menu-pap .sub-keiffeih {
        background-position: 0 -64px;
    }
    .menu-pap .sub-shirt-gilet {
        background-position: 0 -80px;
    }
    .menu-pap .sub-shirt-one {
        background-position: 0 -96px;
    }
    .menu-pap .sub-shirt-divers {
        background-position: 0 -112px;
    }
    .menu-pap .sub-shirt-bob {
        background-position: 0 -128px;
    }
    .menu-pap .sub-accessoires {
        background-position: 0 -144px;
    }
    /*
          MENU DEROUL SPAN
  */
    .cmsmenu-container .feuilles_tubes {
        background: #8a1832;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .cmsmenu-container .briquets_cat {
        background: #ab011e;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .acce_fum_cat {
        background: #c53831;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container div.col1>.acce_fum_cat {
        background: #c53831;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .grinder_broy_cat {
        background: #cb591d;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .cbd_cat,
    .cmsmenu-container .pipe_bang_cat {
        background: #b1c64d;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .chicha_narg_cat {
        background: #008a13;
        width: 220px;
        height: 23px;
        margin-left: 10px;
        margin-bottom: 5px;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .ecig_cat {
        background: #046fb5;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .vapo_cat {
        background: #3c96d2;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .objet_acc_cat {
        background: #bb9220;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .encens_etre_cat {
        background: #ba6f1c;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .devo_dec_cat {
        background: #4d3420;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .cmsmenu-container .promo_news {
        background: #e7b111;
        width: 220px;
        height: 22px;
        margin-left: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    span.encens_etre_cat {
        margin-bottom: 19px;
    }
    .cmsmenu-container .devo_dec_cat {
        margin-bottom: 10px;
    }
    /*
          RIGHT COL
  */
    #nav .cmsmenu-container .right-col {
        width: 19%;
        height: 400px;
        float: right;
        margin-left: 1%;
    }
    #nav .cmsmenu-container .big-link {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
    /*#nav .nav-3 .cmsmenu-container .big-link {color: #a2a2a2}
  #nav .nav-5 .cmsmenu-container .big-link {color: #000}*/
    #nav .right-col .big-link {
        margin: 4px 0;
    }
    #nav .right-col a img {
        margin-bottom: 6px;
        width: 96%;
    }
    /* Les spécifiques... */
    .nav-1 #nav-1-inscription {
        display: block;
        width: 220px;
        height: 32px;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-nav-1-btn-inscription.png) no-repeat 0 0;
        padding-top: 13px;
    }
    .nav-1 #nav-1-inscription input {
        width: 84px;
        height: 18px;
        color: #000;
        font-size: 11px;
        padding: 0 3px;
        margin: 3px 0 2px 43px;
        border: none;
        background: none;
        float: left;
    }
    .nav-1 #nav-1-inscription button {
        display: block;
        width: 84px;
        height: 23px;
        line-height: 23px;
        text-indent: -9999px;
        border: none;
        background: none;
        float: left;
    }
    .nav-1-fb {
        display: block !important;
        width: 220px;
        height: 28px;
        text-indent: -9999px;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-nav-1-btn-fb.png) no-repeat 0 0;
        margin: 2px 0 0 34px;
        float: right;
    }
    .nav-1-guide {
        display: block !important;
        width: 220px;
        height: 28px;
        text-indent: -9999px;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-nav-1-btn-guide.jpg) no-repeat 0 0;
        margin: 2px 0 0 34px;
        float: right;
    }
    /*
          BOTTOM
  */
    #nav .cmsmenu-container .bottom {
        height: 30px;
        clear: both;
    }
    #nav .cmsmenu-container .bottom .big-link {
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        float: left;
    }
    #nav .cmsmenu-container .bottom .guide-link {
        width: 183px;
        height: 28px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/guide-link-bkg.png) no-repeat 0 0;
        padding: 2px 3px 0 34px;
        float: right;
    }
    #nav .cmsmenu-container .bottom .one-line {
        line-height: 28px;
    }
    #nav .cmsmenu-container div.col1,
    #nav .cmsmenu-container div.col2,
    #nav .cmsmenu-container div.col3 {
        width: 33%;
        height: 392px;
        padding: 8px 0 0;
        float: left;
        border-right: 1px solid #ddd;
        margin-top: 0;
    }
    #nav .cmsmenu-container div.col3 {
        border-right: 0;
    }
    #nav .cmsmenu-container {
        position: relative;
        width: 1260px;
        height: 547px;
        color: #000;
        /*background-image:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-shadow.png);background-position:0 486px;background-repeat:repeat-x;*/
        padding: 5px;
    }
    #nav li ul.level0 {
        position: absolute;
        left: 0;
        display: none;
        width: 1260px;
        overflow: hidden;
        z-index: 2;
    }
    #nav li ul li {
        height: 600px;
        padding: 0;
        width: 1260px;
    }
    #nav .cmsmenu-container .sorted-link {
        width: 80%;
        height: 500px;
        font-size: 12px;
        background-color: #fff;
        background-position: right bottom;
        background-repeat: no-repeat;
        margin-bottom: 5px;
        float: left;
    }
    #nav #Cigarette_électronique_lvl-top ul.level0 {
        height: 740px !important;
    }
    #nav #Cigarette_électronique_lvl-top .menu-ecigarettes {
        height: 740px;
    }
    #nav #Cigarette_électronique_lvl-top .sorted-link {
        height: 695px;
    }
    #nav #Vaporisateur_lvl-top ul.level0 {
        height: 740px !important;
    }
    #nav #Vaporisateur_lvl-top .menu-vaporisateurs {
        height: 740px;
    }
    #nav #Vaporisateur_lvl-top .sorted-link {
        height: 695px;
    }
    /********** Navigation > */
    /* ======================================================================================= */
}


/* 1st Level */

#nav li ul li ul {
    display: block;
}

#nav .cmsmenu-container a.subtitle,
#nav .cmsmenu-container a.subtitle:hover {
    display: block;
    width: 193px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    overflow: hidden;
}

#nav .cmsmenu-container a.subtitle span {
    display: block;
}

#nav .cmsmenu-container a.subtitle span.bigwidth {
    width: 600px;
}

#nav .cmsmenu-container a.subtitle span.text {
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
    float: left;
    padding: 0 4px;
}

#nav .cmsmenu-container a.subtitle span.text:hover {
    text-decoration: underline;
}

#nav .cmsmenu-container a.subtitle span.linesub {
    width: 200px;
    height: 16px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) no-repeat right 17px;
    padding: 0;
    margin: 0;
    float: left;
}

#nav .cmsmenu-container button.subtitle,
#nav .cmsmenu-container button.subtitle:hover {
    display: block;
    width: 193px;
    background-repeat: no-repeat;
    padding: 0 0 0 27px;
    margin: 0 0 16px 10px;
    overflow: hidden;
}

#nav .cmsmenu-container button.subtitle span {
    display: block;
}

#nav .cmsmenu-container button.subtitle span.bigwidth {
    width: 600px;
}

#nav .cmsmenu-container button.subtitle span.text {
    line-height: 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
    float: left;
    padding: 0 4px;
}

#nav .cmsmenu-container button.subtitle span.text:hover {
    text-decoration: underline;
}

#nav .cmsmenu-container button.subtitle span.linesub {
    width: 200px;
    height: 16px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) no-repeat right 17px;
    padding: 0;
    margin: 0;
    float: left;
}

#nav .cmsmenu-container div.subtitle {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 0 10px;
    margin-bottom: 4px;
}

#nav .cmsmenu-container div.col1 ul,
#nav .cmsmenu-container div.col2 ul,
#nav .cmsmenu-container div.col3 ul {
    width: 100%;
    background: none !important;
    border: medium none;
    margin-bottom: 0;
    overflow: hidden;
}

#nav .cmsmenu-container div.col1 ul li,
#nav .cmsmenu-container div.col2 ul li,
#nav .cmsmenu-container div.col3 ul li {
    width: 100%;
    height: auto;
    background: none;
    border: medium none;
}

#nav .cmsmenu-container div.col1 ul li a,
#nav .cmsmenu-container div.col2 ul li a,
#nav .cmsmenu-container div.col3 ul li a {
    display: block;
    height: auto;
    color: #000;
    text-align: left;
    font: normal 12px Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
}

#nav .cmsmenu-container div.col1 ul li a:hover,
#nav .cmsmenu-container div.col2 ul li a:hover,
#nav .cmsmenu-container div.col3 ul li a:hover,
#nav .cmsmenu-container div.col1 ul li a.active,
#nav .cmsmenu-container div.col2 ul li a.active,
#nav .cmsmenu-container div.col3 ul li a.active {
    text-decoration: underline;
    background-color: #e6e6e6;
    opacity: .5;
}

#nav .cmsmenu-container div.col1 ul li button,
#nav .cmsmenu-container div.col2 ul li button,
#nav .cmsmenu-container div.col3 ul li button {
    display: block;
    height: auto;
    color: #000;
    text-align: left;
    font: normal 12px Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
}

#nav .cmsmenu-container div.col1 ul li button:hover,
#nav .cmsmenu-container div.col2 ul li button:hover,
#nav .cmsmenu-container div.col3 ul li button:hover,
#nav .cmsmenu-container div.col1 ul li button.active,
#nav .cmsmenu-container div.col2 ul li button.active,
#nav .cmsmenu-container div.col3 ul li button.active {
    text-decoration: underline;
    background-color: #e6e6e6;
    opacity: .5;
}

#nav .cmsmenu-container .sorted-link .bottom-link {
    color: #63771d;
    margin: 0 0 11px 10px;
}

#nav #ajax-loading .cmsmenu-container {
    background: #eee url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ajax-loader.gif) no-repeat center center;
}

.menu-ecigarettes {
    background-color: #046fb5;
}

.menu-ecigarettes a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-ecigarettes button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-ecigarettes .sub-ecig {
    background-position: 0 -44px;
}

.menu-ecigarettes .sub-eliq {
    background-position: 0 -65px;
}

.menu-ecigarettes .sub-mods {
    background-position: 0 -22px;
}

.menu-ecigarettes .sub-clearo {
    background-position: 0 0px;
}

.menu-promo {
    background-color: #e7b111;
}

.menu-promo a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-promo button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-promo .sub-nouveau {
    background-position: 0 0;
}

.menu-promo .sub-promo {
    background-position: 0 -44px;
}

.menu-promo .sub-destock {
    background-position: 0 -22px;
}

.menu-promo .subtitle a img {
    margin: 0 auto !important;
}

.menu-feuilles {
    background-color: #8a1832;
}


/*.menu-feuilles a.subtitle {background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-feuilles-subpicto.png)}*/

.menu-feuilles a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-feuilles button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-feuilles .sub-feuilles-a-rouler {
    background-position: 0 2px;
}

.menu-feuilles .sub-filtres-toncar {
    background-position: 0 -22px;
}

.menu-feuilles .sub-tubes {
    background-position: 0 -44px;
}

.menu-briquets {
    background-color: #ab011e;
}


/*.menu-briquets a.subtitle {background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu-briquets-subpicto.png)}*/

.menu-briquets a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-briquets button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-briquets .sub-briquet {
    background-position: 0 1px;
}

.menu-briquets .sub-acc-briquet {
    background-position: 0 -22px;
}

.menu-acc-fumeurs {
    background-color: #c53831;
}

.menu-acc-fumeurs a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-acc-fumeurs button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-acc-fumeurs .sub-blagues-tabac {
    background-position: 0 1px;
}

.menu-acc-fumeurs .sub-etui-cigarette {
    background-position: 0 -66px;
}

.menu-acc-fumeurs .sub-boite-cigarette {
    background-position: 0 -22px;
}

.menu-acc-fumeurs .sub-etuis-feuilles {
    background-position: 0 -89px;
}

.menu-acc-fumeurs .sub-fume-cigarette {
    background-position: 0 -109px;
}

.menu-acc-fumeurs .sub-machine-tuber {
    background-position: 0 -132px;
}

.menu-acc-fumeurs .sub-rouleuse {
    background-position: 0 -155px;
}

.menu-acc-fumeurs .sub-divers-1 {
    background-position: 0 -44px;
}

.menu-acc-fumeurs .sub-pipe {
    background-position: 0 -177px;
}

.menu-acc-fumeurs .sub-cigarette-electronique {
    background-position: 0 -197px;
}

.menu-acc-fumeurs .sub-eliquide {
    background-position: 0 -220px;
}

.menu-acc-fumeurs .sub-cendriers {
    background-position: 0 -242px;
}

.menu-grinder {
    background-color: #cb591d;
}

.menu-grinder a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-grinder button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-grinder .sub-grinder-broyeur {
    background-position: 0 0px;
}

.menu-grinder .sub-acc-grinders {
    background-position: 0 -22px;
}

.menu-cbd,
.menu-pipe-bangs {
    background-color: #b1c64d;
}

.menu-pipe-bangs a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-pipe-bangs button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-pipe-bangs .sub-pipe_bangs {
    background-position: 0 0;
}

.menu-pipe-bangs .sub-acc_bangs {
    background-position: 0 -23px;
}

.menu-pipe-bangs .sub-pipe {
    background-position: 0 -44px;
}

.menu-chicha {
    background-color: #008a13;
}

.menu-chicha a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-chicha button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-chicha .sub-chicha_narguile {
    background-position: 0 0;
}

.menu-chicha .sub-charbon-chicha {
    background-position: 0 -44px;
}

.menu-chicha .sub-echicha {
    background-position: 0 -87px;
}

.menu-chicha .sub-eliquide {
    background-position: 0 -110px;
}

.menu-chicha .sub-acc-narguile {
    background-position: 0 -22px;
}

.menu-balance {
    background-color: #76dfff;
}

.menu-balance a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-balance button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-balance .sub-balance-elec {
    background-position: 0 0;
}

.menu-balance .sub-acc-balance {
    background-position: 0 -16px;
}

.menu-objets-divers {
    background-color: #bb9220;
}

.menu-objets-divers a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-objets-divers button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-objets-divers .sub-gadgets {
    background-position: 0 -22px;
}

.menu-objets-divers .sub-boite-cachette {
    background-position: 0 -67px;
}

.menu-objets-divers .sub-boite-bois {
    background-position: 0 -44px;
}

.menu-objets-divers .sub-boite-metal {
    background-position: 0 -44px;
}

.menu-objets-divers .sub-machine-sac {
    background-position: 0 -23px;
}

.menu-objets-divers .sub-pillbox {
    background-position: 0 -23px;
}

.menu-objets-divers .sub-sachet-zip {
    background-position: 0 -44px;
}

.menu-objets-divers .sub-tightvac {
    background-position: 0 -24px;
}

.menu-objets-divers .sub-acc-elec {
    background-position: 0 -133px;
}

.menu-objets-divers .sub-balance {
    background-position: 0 0;
}

.menu-objets-divers .sub-acc-balance {
    background-position: 0 -22px;
}

.menu-objets-divers .sub-couteaux {
    background-position: 0 -155px;
}

.menu-objets-divers .sub-lampes-poche {
    background-position: 0 -110px;
}

.menu-vaporisateurs {
    background-color: #3c96d2;
}

.menu-vaporisateurs a.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-vaporisateurs button.subtitle {
    height: 22px;
    overflow: hidden;
}

.menu-vaporisateurs .sub-vapo {
    background-position: 0 0;
}

.menu-vaporisateurs .sub-vapo-modele {
    background-position: 0 -22px;
}

.menu-vaporisateurs .sub-acc-vapo {
    background-position: 0 -44px;
}

#nav .cmsmenu-container .bottom {
    height: 30px;
    clear: both;
}

#nav .block-subscribe {
    width: 220px;
    height: 62px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_block_newsletter_menu.png) no-repeat 0 bottom;
    padding: 0;
    margin: 0;
    display: none;
}

#nav .block-subscribe .block-title,
#nav .block-subscribe .block-title strong {
    padding: 0;
    background-color: #c4e22a !important;
}

#nav .block-subscribe form input[type=email] {
    height: 20px;
    margin: 20px 0 0px 38px;
    width: 90px;
}

#nav .block-subscribe button span {
    margin-top: 13px;
}

@media only screen and (max-width: 770px) {
    .skip-nav.skip-active {
        background-color: #ffc600;
    }
    .skip-link.skip-nav .icon,
    .skip-link.skip-cart:not(.no-count) .icon {
        margin-right: -4px;
    }
    #header-nav {
        height: calc(100% - 44px);
        overflow: scroll;
        padding-bottom: 50px;
        position: fixed;
        background-color: #ffc600;
        z-index: 99999999999999999;
        width: 75%;
        max-width: 100%;
        left: 0;
    }
    #header-nav.skip-active .nav-container {
        display: block;
    }
    #header-nav a {
        font-size: 1.1rem;
        color: black;
        font-weight: bold;
    }
    .nav-container {
        height: auto;
        position: relative !important;
        display: none;
    }
    #nav .cmsmenu-container div.subtitle {
        padding: 3px 10px;
        background-color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #91c735;
        font-weight: bold;
    }
    #nav .cmsmenu-container .sorted-link .bottom-link {
        display: none;
        color: #63771d;
        margin: 0;
        padding: 10px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #91c735;
    }
    #nav li ul li,
    #nav .cmsmenu-container {
        height: auto;
        background-image: none;
    }
    #nav li {
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    #nav li a#Feuilles_à_rouler_filtres_tubes,
    #nav li button#Feuilles_à_rouler_filtres_tubes,
    #nav li a#Briquets,
    #nav li button#Briquets,
    #nav li a#Accessoires_fumeurs,
    #nav li button#Accessoires_fumeurs,
    #nav li a#Grinder_broyeur_à_tabac,
    #nav li button#Grinder_broyeur_à_tabac,
    #nav li a#Pipe_à_eau_bangs,
    #nav li button#Pipe_à_eau_bangs,
    #nav li a#Pipe_à_eau_bangs_pipes,
    #nav li a#Chicha_narguilés,
    #nav li button#Chicha_narguilés,
    #nav li a#Cigarette_électronique,
    #nav li a#Vaporisateur,
    #nav li a#Objets_divers_accessoires,
    #nav li a#Encens_bien_être,
    #nav li a#Cadeaux_déco,
    #nav li button#Nouveautés_promotions,
    #nav li button#Cigarette_électronique,
    #nav li button#Vaporisateur,
    #nav li button#Objets_divers_accessoires,
    #nav li button#Encens_bien_être,
    #nav li button#Cadeaux_déco,
    #nav li button#Nouveautés_promotions,
    #nav li a.level-top,
    #nav li button.level-top {
        width: 100%;
        background-image: none;
        background-color: #e7b111;
        text-align: left;
        padding-left: 10px;
    }
    #nav li .menu-ecigarettes .sorted-link,
    #nav li .menu-promo .sorted-link,
    #nav li .menu-pap .sorted-link,
    #nav li .menu-acc-fumeurs .sorted-link,
    #nav li .menu-deco .sorted-link,
    #nav li .menu-pipe-bangs .sorted-link,
    #nav li .menu-encens .sorted-link,
    #nav li .menu-grinder .sorted-link,
    #nav li .menu-vaporisateurs .sorted-link,
    #nav li .menu-briquets .sorted-link,
    #nav li .menu-objets-divers .sorted-link,
    #nav li .menu-feuilles .sorted-link,
    #nav li .menu-chicha .sorted-link,
    #nav li .menu-balance .sorted-link {
        background-image: none;
    }
    #nav li a.level-top span,
    #nav li button.level-top span {
        font-size: 14px;
    }
    #nav li .right-col a.big-link {
        width: 100%;
        clear: both;
        float: none;
        font-size: 16px;
        padding: 10px;
    }
    #nav li .right-col img {
        width: 48%;
        height: auto;
        float: left;
        margin: 1%;
    }
    #nav li li ul li ul,
    #nav li .cmsmenu-container a.subtitle span.bigwidth,
    #nav li .cmsmenu-container span.feuilles_tubes,
    #nav li .cmsmenu-container .briquets_cat,
    #nav li .cmsmenu-container .acce_fum_cat,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat,
    #nav li .cmsmenu-container .grinder_broy_cat,
    #nav li .cmsmenu-container .pipe_bang_cat,
    #nav li .cmsmenu-container span.chicha_narg_cat,
    #nav li .cmsmenu-container .ecig_cat,
    #nav li .cmsmenu-container .vapo_cat,
    #nav li .cmsmenu-container .objet_acc_cat,
    #nav li .cmsmenu-container .encens_etre_cat,
    #nav li .cmsmenu-container .devo_dec_cat,
    #nav li .cmsmenu-container .promo_news {
        background-image: none;
        height: auto;
        padding: 3px 5px;
        margin: 0;
        text-transform: uppercase;
        display: table;
        width: 100%;
    }
    #nav li li ul li ul a.subtitle,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle,
    #nav li .cmsmenu-container .briquets_cat a.subtitle,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle,
    #nav li .cmsmenu-container .ecig_cat a.subtitle,
    #nav li .cmsmenu-container .vapo_cat a.subtitle,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle,
    #nav li .cmsmenu-container .promo_news a.subtitle {
        padding-left: 25px;
        height: 22px !important;
    }
    #nav li li ul li ul a.subtitle span.text,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle span.text,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle span.text,
    #nav li .cmsmenu-container .briquets_cat a.subtitle span.text,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle span.text,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle span.text,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle span.text,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle span.text,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle span.text,
    #nav li .cmsmenu-container .ecig_cat a.subtitle span.text,
    #nav li .cmsmenu-container .vapo_cat a.subtitle span.text,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle span.text,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle span.text,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle span.text,
    #nav li .cmsmenu-container .promo_news a.subtitle span.text {
        color: #fff;
        font-size: 16px;
        padding: 3px 0;
    }
    #nav li li ul li ul a.subtitle span.linesub,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle span.linesub,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle span.linesub,
    #nav li .cmsmenu-container .briquets_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .ecig_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .vapo_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .promo_news a.subtitle span.linesub {
        display: none;
    }
    #nav li .menu-promo .subtitle a {
        display: none;
    }
    #nav li#Nouveautés_promotions_lvl-top div.subtitle {
        padding: 0 0 0 35px;
        border-bottom: 1px solid #ddd;
    }
    #nav li .menu-promo .bottom,
    #nav li .menu-promo .big-link {
        display: none !important;
    }
    #nav li .menu-promo a[title="destockage"] {
        width: 100%;
    }
    #nav li .menu-promo .block-subscribe {
        margin: 0 auto;
        float: none;
        clear: both;
    }
    #nav li .menu-promo .block-subscribe .button span span {
        font-size: 1em;
    }
    #nav li ul.level0 {
        position: relative;
    }
    #nav .cmsmenu-container div.col1,
    #nav .cmsmenu-container div.col2,
    #nav .cmsmenu-container div.col3,
    #nav .cmsmenu-container div.separator,
    #nav .cmsmenu-container .sorted-link,
    #nav .cmsmenu-container a.subtitle,
    #nav .cmsmenu-container a.subtitle:hover,
    #nav .cmsmenu-container .right-col,
    #nav .cmsmenu-container .bottom,
    #nav .cmsmenu-container .bottom .big-link {
        height: auto;
        float: none;
    }
    #nav .cmsmenu-container div.col1 ul li a,
    #nav .cmsmenu-container div.col2 ul li a,
    #nav .cmsmenu-container div.col3 ul li a {
        width: 100%;
        background-image: none;
        background-color: #eee;
        font-size: 14px;
        padding: 7px 0 7px 20px;
        border-bottom: 1px solid #ddd;
    }
    #nav .cmsmenu-container div.col1 .subtitle+ul,
    #nav .cmsmenu-container div.col2 .subtitle+ul,
    #nav .cmsmenu-container div.col3 .subtitle+ul {
        display: none;
        margin-bottom: 0;
    }
    #nav .cmsmenu-container .right-col a.big-link,
    #nav .cmsmenu-container a.guide-link {
        display: none;
    }
    #nav .voirtout {
        font-weight: 700;
        padding: 10px;
        text-transform: uppercase;
    }
    .main-content .block-garanties ul li {
        width: 17%;
        margin-left: 1%;
    }
    .main-content .block-garanties div.titre,
    .main-content .follow-us div.titre {
        position: relative;
    }
    .cms-index-index .entry-info {
        padding: 1% 3% 3%;
        width: 94%;
        margin-top: 0;
    }
    .cms-index-index .entry-info h1 {
        margin: 30px 0;
    }
    .cms-home .home-category-container {
        margin: 0 auto;
        padding: 2%;
        width: 94%;
        height: auto;
    }
    .cms-home .home-category-links {
        height: auto;
    }
    .cms-home .home-category-container .heading {
        width: 100%;
    }
    .mobile-more-button {
        text-align: center;
        text-decoration: underline;
        display: block;
        margin: 0 auto;
    }
    #nav .cmsmenu-container a.subtitle,
    #nav .cmsmenu-container a.subtitle:hover {
        margin: 0;
        width: auto;
    }
    .menu-promo .block-subscribe form input[type=email] {
        margin: 2px 0px 0px 37px;
        width: 91px;
        height: 23px;
    }
    /* ==== MENU ==== */
    .nav-container {
        height: auto;
        position: relative !important;
        display: none;
    }
    #nav .cmsmenu-container div.subtitle {
        padding: 5px 0 5px 20px;
        font-size: 13px;
        margin-bottom: 0;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #91c734;
    }
    #nav .cmsmenu-container .sorted-link .bottom-link {
        display: none;
        color: #91c734;
        margin: 0;
        padding: 10px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #91c734;
    }
    #nav li ul li,
    #nav .cmsmenu-container {
        height: auto;
        background-image: none;
    }
    #nav li {
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    #nav li a#Feuilles_à_rouler_filtres_tubes,
    #nav li button#Feuilles_à_rouler_filtres_tubes,
    #nav li a#Briquets,
    #nav li button#Briquets,
    #nav li a#Accessoires_fumeurs,
    #nav li button#Accessoires_fumeurs,
    #nav li a#Grinder_broyeur_à_tabac,
    #nav li button#Grinder_broyeur_à_tabac,
    #nav li a#Pipe_à_eau_bangs,
    #nav li button#Pipe_à_eau_bangs,
    #nav li a#Pipe_à_eau_bangs_pipes,
    #nav li a#Chicha_narguilés,
    #nav li button#Chicha_narguilés,
    #nav li a#Cigarette_électronique,
    #nav li a#Vaporisateur,
    #nav li a#Objets_divers_accessoires,
    #nav li a#Encens_bien_être,
    #nav li a#Cadeaux_déco,
    #nav li button#Nouveautés_promotions,
    #nav li button#Cigarette_électronique,
    #nav li button#Vaporisateur,
    #nav li button#Objets_divers_accessoires,
    #nav li button#Encens_bien_être,
    #nav li button#Cadeaux_déco,
    #nav li button#Nouveautés_promotions,
    #nav li a.level-top,
    #nav li button.level-top {
        width: 100%;
        background-image: none;
        background-color: #ffc600;
        text-align: left;
        padding-left: 10px;
    }
    #nav li .menu-ecigarettes .sorted-link,
    #nav li .menu-promo .sorted-link,
    #nav li .menu-pap .sorted-link,
    #nav li .menu-acc-fumeurs .sorted-link,
    #nav li .menu-deco .sorted-link,
    #nav li .menu-pipe-bangs .sorted-link,
    #nav li .menu-encens .sorted-link,
    #nav li .menu-grinder .sorted-link,
    #nav li .menu-vaporisateurs .sorted-link,
    #nav li .menu-briquets .sorted-link,
    #nav li .menu-objets-divers .sorted-link,
    #nav li .menu-feuilles .sorted-link,
    #nav li .menu-chicha .sorted-link,
    #nav li .menu-balance .sorted-link {
        background-image: none;
    }
    #nav li a.level-top span,
    #nav li button.level-top span {
        font-size: 16px;
    }
    #nav li .right-col a.big-link {
        width: 100%;
        clear: both;
        float: none;
        font-size: 16px;
        padding: 10px;
    }
    #nav li .right-col img {
        width: 100%;
        height: auto;
    }
    #nav li li ul li ul,
    #nav li .cmsmenu-container a.subtitle span.bigwidth,
    #nav li .cmsmenu-container span.feuilles_tubes,
    #nav li .cmsmenu-container .briquets_cat,
    #nav li .cmsmenu-container .acce_fum_cat,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat,
    #nav li .cmsmenu-container .grinder_broy_cat,
    #nav li .cmsmenu-container .pipe_bang_cat,
    #nav li .cmsmenu-container span.chicha_narg_cat,
    #nav li .cmsmenu-container .ecig_cat,
    #nav li .cmsmenu-container .vapo_cat,
    #nav li .cmsmenu-container .objet_acc_cat,
    #nav li .cmsmenu-container .encens_etre_cat,
    #nav li .cmsmenu-container .devo_dec_cat,
    #nav li .cmsmenu-container .promo_news {
        background-image: none;
        height: auto;
        padding: 3px 5px;
        margin: 0;
        text-transform: uppercase;
        display: table;
        width: 100%;
    }
    #nav li li ul li ul a.subtitle,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle,
    #nav li .cmsmenu-container .briquets_cat a.subtitle,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle,
    #nav li .cmsmenu-container .ecig_cat a.subtitle,
    #nav li .cmsmenu-container .vapo_cat a.subtitle,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle,
    #nav li .cmsmenu-container .promo_news a.subtitle {
        height: 25px !important;
        padding: 0;
    }
    #nav li li ul li ul a.subtitle span.text,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle span.text,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle span.text,
    #nav li .cmsmenu-container .briquets_cat a.subtitle span.text,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle span.text,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle span.text,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle span.text,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle span.text,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle span.text,
    #nav li .cmsmenu-container .ecig_cat a.subtitle span.text,
    #nav li .cmsmenu-container .vapo_cat a.subtitle span.text,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle span.text,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle span.text,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle span.text,
    #nav li .cmsmenu-container .promo_news a.subtitle span.text {
        color: #fff;
        font-size: 14px;
        padding: 3px 0;
    }
    #nav li li ul li ul a.subtitle span.linesub,
    #nav li .cmsmenu-container a.subtitle span.bigwidth a.subtitle span.linesub,
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle span.linesub,
    #nav li .cmsmenu-container .briquets_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .acce_fum_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container div.col1>.acce_fum_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .grinder_broy_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .pipe_bang_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .cbd_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container span.chicha_narg_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .ecig_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .vapo_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .objet_acc_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .encens_etre_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .devo_dec_cat a.subtitle span.linesub,
    #nav li .cmsmenu-container .promo_news a.subtitle span.linesub {
        display: none;
    }
    #nav li .menu-promo .subtitle a {
        display: none;
    }
    #nav li#Nouveautés_promotions_lvl-top div.subtitle {
        padding: 0 0 0 35px;
        border-bottom: 1px solid #ddd;
    }
    #nav li .menu-promo .bottom,
    #nav li .menu-promo .big-link {
        display: none !important;
    }
    #nav li .menu-promo a[title="destockage"] {
        width: 100%;
    }
    #nav li .menu-promo .block-subscribe {
        margin: 0 auto;
        float: none;
        clear: both;
    }
    #nav li .menu-promo .block-subscribe .button span span {
        font-size: 1em;
    }
    #nav li ul.level0 {
        display: none;
        overflow: hidden;
        z-index: 1;
    }
    #nav .cmsmenu-container div.col1,
    #nav .cmsmenu-container div.col2,
    #nav .cmsmenu-container div.col3,
    #nav .cmsmenu-container div.separator,
    #nav .cmsmenu-container .sorted-link,
    #nav .cmsmenu-container a.subtitle,
    #nav .cmsmenu-container a.subtitle:hover,
    #nav .cmsmenu-container .right-col,
    #nav .cmsmenu-container .bottom,
    #nav .cmsmenu-container .bottom .big-link {
        height: auto;
        float: none;
    }
    #nav .cmsmenu-container div.col1 ul li a,
    #nav .cmsmenu-container div.col2 ul li a,
    #nav .cmsmenu-container div.col3 ul li a {
        width: 100%;
        background-image: none;
        background-color: #ddd;
        font-size: 13px;
        padding: 7px 0 7px 35px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
    }
    #nav .cmsmenu-container div.col1 ul,
    #nav .cmsmenu-container div.col2 ul,
    #nav .cmsmenu-container div.col3 ul {
        margin-bottom: 0;
    }
    #nav .cmsmenu-container .right-col a.big-link,
    #nav .cmsmenu-container a.guide-link {
        display: none;
    }
    #nav .voirtout {
        font-weight: bold;
        padding: 10px;
        text-transform: uppercase;
    }
}


/* ============================================ *
 * Search - Skip Link
 * ============================================ */

.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}

.skip-search .icon {
    background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
    .skip-search {
        display: none;
    }
}


/* ============================================ *
 * Search - Skip Content
 * ============================================ */

#header-search {
    padding: 20px;
    width: 39%;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

@media only screen and (min-width: 771px) {
    #header-search {
        padding: 0px;
        display: block;
        width: 45%;
        position: relative;
        margin: 0 auto;
        z-index: 99999;
        max-width: 100%;
    }
    .account-cart-wrapper {
        position: absolute;
        top: 15px;
        right: 0px !important;
        text-align: right;
    }
}


/* ============================================ *
 * Search Input
 * ============================================ */

#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
}

#search_mini_form label {
    display: none;
}

#search {
    width: 86%;
    height: 38px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    border: none;
    border-radius: 0;
    float: left;
}

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


/* ==== MODIF JB ==== */

#search_mini_form button {
    position: relative;
    width: 38px;
    cursor: pointer;
    height: 38px !important;
    color: #fff;
    background: #91c734;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    float: left;
    padding: 0;
}

#search_mini_form button span {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/loupe_suggest.png);
    float: left;
    margin-left: -7px;
    margin-top: 1px;
}

.form-search {
    padding-top: 25px;
}


/* ==== MODIF JB ==== */


/* recherche desktop */

.solrsearch-autocomplete {
    z-index: 999;
    position: absolute;
    top: 60px !important;
    left: 0px !important;
    right: initial !important;
    width: 100%;
}

#solrsearch_autocomplete_wrapper {
    padding: 10px;
    border-left: 3px solid #91c734;
    width: 86%;
}

#search-loading {
    position: absolute;
    right: 15%;
}

#solrsearch_autocomplete_content li:hover {
    background-color: #ddd;
}

#solrsearch_autocomplete_content .index-name {
    font-size: 1rem;
    color: #757575;
    display: block;
}

#solrsearch_autocomplete_content .solr-index.solr-catalog_product {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}


/* recherche desktop */


/* ==== RESPONSIVE ==== */

@media only screen and (max-width: 770px) {
    #header-search {
        width: 100%;
        position: fixed;
        top: 44px;
        padding: 0 0 15px 0;
        z-index: 99999;
    }
    .form-search {
        padding-top: 15px;
    }
    #search {
        float: left;
        width: 85%;
        display: inline-block;
        margin-left: 3%;
    }
    #search_mini_form button {
        float: left;
        max-width: 11%;
    }
    .skip-search .icon {
        background-position: 11px -142px;
    }
    .solrsearch-autocomplete {
        top: 52px !important;
        left: 7px !important;
    }
}


/* ============================================ *
 * Header - Account
 * ============================================ */


/* -------------------------------------------- *
 * Skip Link - Account
 */

.skip-account .icon {
    background-position: 0px -42px;
}

@media only screen and (min-width: 771px) {
    .skip-account {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        text-transform: none;
    }
    .header-compte:hover #header-account,
    #header-account.skip-active {
        display: block;
        position: absolute;
        z-index: 200;
        top: 75px;
        right: 0;
        width: 266px;
        border-left: 5px solid #469ad2;
        text-align: left;
        background-color: #F2F2F2;
        padding-bottom: 10px;
    }
    #header-account a {
        display: block;
        padding: 5px 10px 0 10px;
        color: #000;
        line-height: 2;
    }
    #header-account a:hover {
        color: #91c734;
    }
}


/* -------------------------------------------- *
 * Account Links
 */

#header-account {
    padding: 5px 0;
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
}

#header-account a:hover {
    color: #91c734;
}

#mini-login-layer::before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/header/petite-fleche.png);
    position: absolute;
    top: -11px;
    text-align: left;
    width: 100%;
    left: 80px;
}

#header-cart::before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/header/petite-fleche.png);
    position: absolute;
    top: -11px;
    text-align: right;
    width: 100%;
    right: 45px;
}


/* ============================================ *
 * Header - Cart
 * ============================================ */


/* -------------------------------------------- *
 * Skip Link - Cart
 */

.skip-cart {
    padding-bottom: 70px !important;
}

.skip-cart .icon {
    background-position: 0px -90px;
}

@media only screen and (min-width: 771px) {
    .skip-cart {
        width: auto;
        padding: 0 10px;
    }
    .header-minicart:hover #header-cart,
    #header-cart.skip-active {
        display: block;
        position: absolute;
        z-index: 200;
        top: 61px;
        right: 0;
        width: 320px;
        background: white;
        background-color: #F2F2F2;
        border-top: 0;
    }
}


/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart .count {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(145, 199, 52, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.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;
    }
}

@media only screen and (min-width: 771px) {
    .skip-cart {
        color: #fff;
        text-transform: none;
    }
    .skip-cart:hover {
        text-decoration: none;
    }
    .skip-cart .count {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        position: static;
        background: none;
        margin-left: 0px;
        font-size: 14px;
        width: auto;
    }
    .skip-cart .count:before {
        content: '(';
    }
    .skip-cart .count:after {
        content: ')';
    }
    .skip-cart .count,
    .skip-link.skip-active .count {
        color: #91c734;
    }
}

.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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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;
}


/* ============================================ *
 * Footer
 * ============================================ */


/* -------------------------------------------- *
 * Footer
 */

.footer,
.footer button {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
    clear: both;
    padding-top: 0;
    max-width: 100%;
    width: 1260px;
    margin: 0 auto;
    /* -------------------------------------------- *
   * Social icons
   */
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px;
    }
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}

.footer .block-title strong {
    font-weight: normal;
}

.footer .block-title,
.footer address {
    color: #91c734;
}

.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}

.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
}

.footer .links a {
    color: #000;
}

.footer .links a:hover {
    color: #91c734;
}

.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}

.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .form-subscribe-header {
    display: none;
}

.footer .links.social-media em {
    background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}

.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}

.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}

.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}

.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}

.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}

.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}

.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.footer .block-subscribe .block-content {
    padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}

.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}

.footer .bugs,
.footer address {
    clear: both;
}

.footer .bugs {
    display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
    display: none;
}

.footer .copysocial {
    border-top: 1px solid #CCCCCC;
}

.footer address {
    font-size: 11px;
    margin-top: 0;
    padding: 20px 0 0 20px;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%;
    }
    .footer .links:nth-child(4) {
        margin-right: 0;
    }
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 770px) {
    .footer .form-language,
    .footer .currency-switcher {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .footer .links {
        width: 48.4375%;
        margin-right: 0;
    }
    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both;
    }
    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%;
    }
}


/* ==== MODIF JB ==== */

.footer-before-container,
.footer-container {
    background: #000;
}

.guarantee-div {
    background: #24252a;
    border-top: 4px solid #FFC600;
}

.footer {
    height: 1%;
    overflow: hidden;
}

.col-container {
    text-align: center;
    margin: 0 auto;
}

.footer .cols.clearer {
    width: 100%;
}

.footer .cols {
    margin: 30px 0 0 0;
}

.footer .col {
    text-align: left;
    float: left;
    min-height: 285px;
    width: 25%;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
    border-left: 1px solid #fff;
    padding-left: 2%;
}

.footer .col .button.blue {
    position: absolute;
    bottom: 0;
    left: 25px !important;
}

.footer .title {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    -moz-text-shadow: -1px 1px 0px #000;
    -webkit-text-shadow: -1px 1px 0px #000;
    -o-text-shadow: -1px 1px 0px #000;
    text-shadow: -1px 1px 0px #000;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
}

.footer ul {
    /*margin:0 0 12px;*/
    padding: 0;
    list-style: none;
    font: 11px/12px Arial, Helvetica, sans-serif;
    min-height: 85px;
}

* html .footer ul {
    height: 83px;
}

.footer ul li {
    padding: 0 0 0 10px;
}

.footer .recrutement {
    margin-top: 15px;
}

.footer .button {
    font-size: 13px;
    text-shadow: none;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    width: 80%;
    margin-top: 15px;
}

.footer .cols.clearer {
    margin-top: 33px !important;
}

.footer-nos-categories .title:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer/nos_categories.jpg);
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.footer-nos-marques .title:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer/2016_nos-marques.jpg);
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.footer-informations-boutique .title:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer/2016_nos_boutiques.jpg);
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.footer-mon-compte .title:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/header/mon-compte.png);
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.footer a {
    color: #fff;
    font-size: 11px;
    -moz-text-shadow: -1px 1px 0px #000;
    -webkit-text-shadow: -1px 1px 0px #000;
    -o-text-shadow: -1px 1px 0px #000;
    text-shadow: -1px 1px 0px #000;
}

.footer .more {
    bottom: 0;
    color: #63771d;
    font-size: 11px;
    left: 0;
    position: absolute;
    text-decoration: none;
    width: 100%;
}

.footer .more:hover {
    text-decoration: underline;
}


/*.footer .alt{width:280px;}*/

.footer .alter {
    /*    margin:0 0 -4px;
      width:150px;*/
    border-right: none !important;
}

.col.footer-nos-marques:after,
.col.footer-informations-boutique:after,
.col.footer-nos-categories:after {
    /*content:"";
  display:block;
  width: 1px;
  height: 205px;
  background: white;
  float:left;*/
}

.footer .subtitle {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 15px 0;
}

.footer .alter ul {
    min-height: 20px;
    margin: 0 0 4px;
}

.footer .cols.clearer ul {
    font-size: 19px;
}

.footer_input_sub {
    margin: initial !important;
    padding: 0 !important;
}

.footer_input_sub #newsletter-footer {
    width: 257px;
    float: left;
    padding: 0;
    border: 0 !important;
    padding-left: 5px !important;
    height: 28px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

* html .footer .alter ul {
    height: 20px;
}

.footer .mentions {
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
    width: 1260px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
}

.footer .cols.clearer div ul li {
    padding: 0;
}


/* Footer Nos Marques */

.footer .footer-nos-marques ul {
    float: left;
    width: 49.5%;
}

.footer-nos-categories ul,
.footer-informations-boutique ul {
    float: left;
    width: 209px;
}


/* Footer Socials */

.footer .block-footer-socials {
    background: none;
    margin-bottom: 0;
}

.footer .block-footer-socials .fb_like_button_container,
.footer .block-footer-socials .gplus_like_button_container,
.footer .block-footer-socials .twitter_like_button_container {
    float: left;
    margin-right: 7px;
}

.footer .block-footer-socials .clearer .block-title {
    background: none;
}


/* Footer Newsletter */

.footer .block-footer-subscribe {
    background: none;
    margin: auto;
    padding: 0;
}

.footer .block-footer-subscribe .block-content {
    border: 0 none;
    padding: 0;
}

.footer .block-footer-subscribe .actions {
    background: none;
    padding: 0;
}

.footer .block-footer-subscribe #newsletter {
    height: 17px;
    width: 158px;
}

.footer .block-footer-subscribe .input-box,
.footer .block-footer-subscribe .input-text-container,
.footer .block-footer-subscribe .actions {
    float: left;
}

.footer .block-footer-subscribe #newsletter-footer {
    height: 15px;
    padding: 3px;
    width: 254px;
}


/* Footer titles for Socials and Newsletter */

.footer .block .block-title strong span {
    color: white;
}

.footer .block-footer-socials .block-title,
.footer .block-footer-subscribe .block-title {
    background: none;
    color: #FFF;
    height: auto;
    padding: 0 0 0 10px;
    text-align: left;
}

.footer .block-footer-socials .block-title strong,
.footer .block-footer-subscribe .block-title strong {
    font: normal 12px/20px Arial;
    text-transform: none;
}

.footer-before-container .widget {
    position: relative;
}

.guarantee-list {
    position: relative;
    margin: 0 auto;
    width: 1260px;
    max-width: 100%;
}

.guarantee-list .title {
    position: relative;
    left: -19px;
    width: 100%;
    height: 57px;
}

.guarantee-list .title-left {
    width: 18px;
    height: 57px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/guarantee-title-left.png) no-repeat 0 0;
    margin-left: 1px;
    float: left;
}

.guarantee-list .title-txt {
    width: 100%;
    height: 57px;
    text-indent: -9999px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/guarantee-title-txt.jpg) no-repeat 0 0;
    float: left;
}

.guarantee-list .title-right {
    width: 18px;
    height: 57px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/guarantee-title-right.png) no-repeat 0 0;
    float: left;
}

.guarantee-list>ul {
    margin: 0 auto;
    padding: 11px 0 0 0;
    list-style: none;
    overflow: hidden;
    text-align: center !important;
}

.guarantee-list ul li a {
    color: #617F0F;
}

.guarantee-list ul li.garant a {
    color: #ABD905;
    font-weight: bolder !important;
    -moz-text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}

.guarantee-list>ul>li {
    display: block;
    margin: 0 28px;
    margin-bottom: 25px;
    display: inline-block;
}

.guarantee-list #sti-menu li.garant {
    width: 15%;
    margin-top: 30px;
}

.guarantee-list #sti-menu li.garant a {
    width: 122px;
}

.guarantee-list ul.footer_info>li>ul>li {
    float: left;
    display: block;
}

.guarantee-list ul.footer_info>li {
    width: 290px;
    margin: 0;
    color: #fff;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 20px;
    font-weight: bolder;
    vertical-align: top;
}

.guarantee-list a.guarantee {
    font: normal 13px Arial, Helvetica, sans-serif;
    margin: -4px 0 0;
    position: relative;
    display: block;
    width: 133px;
    /* height: 31px; */
    text-align: center;
    padding: 90px 0 0;
    cursor: pointer;
}

.guarantee-list .guarantee-1 {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer_rassurance/2016_livraison.jpg) no-repeat 50% 0;
    display: block;
    width: 80px;
    height: 77px;
}

.guarantee-list .guarantee-2 {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer_rassurance/2016_suivi.jpg) no-repeat 50% 0;
    display: block;
    width: 80px;
    height: 77px;
}

.guarantee-list .guarantee-3 {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer_rassurance/2016_sav.jpg) no-repeat 50% 0;
    display: block;
    width: 80px;
    height: 77px;
}

.guarantee-list .guarantee-4 {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer_rassurance/2016_qualite.jpg) no-repeat 50% 0;
    display: block;
    width: 80px;
    height: 77px;
}

.guarantee-list .guarantee-5 {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/footer_rassurance/2016_fidelite.jpg) no-repeat 50% 0;
    display: block;
    width: 80px;
    height: 77px;
}

.guarantee-list .footer_info .reseau i {
    top: 0px;
    left: 9px;
    position: absolute;
}

.guarantee-list span {
    top: 90px;
}

.garant .sti-item {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 13px;
    max-width: 105px;
}

.footer_info .fa {
    line-height: 50px;
    margin-right: 10px;
}

.footer_info .transporteur_footer {
    margin-top: 15px;
}

.footer_info .paiement_secu>li {
    display: block;
    float: left;
    font-size: 55px;
    padding: 0;
}

.footer li>ul.reseau li {
    font-size: 34px;
    border-radius: 100%;
    margin: 10px 20px 0px 0px;
    width: 50px;
    height: 50px;
    display: block;
    color: white;
    float: left;
    text-shadow: none;
    text-align: center;
    position: relative;
}

.footer .youtube {
    background: #d9252f;
}

.footer .twitter {
    background: #61a7d9;
}

.footer .facebook {
    background: #4965a4;
}

.footer .pinterest {
    background: #c71619;
    border: 5px solid #fff;
    padding-left: 7px;
}

.footer .pinterest .fa {
    margin-top: -2px;
    margin-left: -2px;
}

ul.reseau {
    display: table;
    float: right;
    padding-right: 60px;
    padding-top: 10px;
}

ul.reseau li {
    font-size: 20px;
    border-radius: 100%;
    margin: 11px 22px 0px 0px;
    display: block;
    color: white;
    float: left;
    text-shadow: none;
}

ul.reseau li.youtube {
    background: #d9252f;
    width: 36px;
    padding: 2px 4px !important;
    height: 36px;
    border: 5px solid #d9252f;
}

ul.reseau li.twitter {
    background: #61a7d9;
    width: 36px;
    height: 36px;
    padding: 3px 5px !important;
    border: 5px solid #61a7d9;
}

ul.reseau li.facebook {
    background: #4965a4;
    width: 36px;
    padding: 3px 4px !important;
    height: 36px;
    border: 5px solid #4965a4;
}

ul.reseau li.pinterest {
    background: #c71619;
    border: 5px solid #fff;
    width: 36px;
    padding: 5px 6px !important;
    height: 36px;
}

.footer_info .fa {
    line-height: 50px;
    margin-right: 10px;
}

.paiement_secu li {
    margin-right: 15px;
}

.transporteur_footer li {
    margin-right: 15px;
    padding: 0 !important;
}

.fianet_footer li {
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 !important;
}

.button_footer {
    float: left;
    padding: 0;
    border: 0;
    height: 28px;
    width: 28px;
    background: #ACD904;
    color: #fff;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

span.number-footer a {
    font-size: 42px;
    color: #489AD4 !important;
    margin-top: 9px;
    margin-bottom: 14px;
    float: left;
    -webkit-appearance: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.facebook .fa-facebook {
    margin-left: 3px;
}

.footer_input_sub .validation-error {
    background: none !important;
    padding-right: initial !important;
}

* html .guarantee-list ul li {
    display: inline;
}

*+html .guarantee-list ul li {
    display: inline;
}

.btn-facebook {
    display: block;
    color: #fff;
    text-align: center;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif) no-repeat 0 -137px;
    height: 25px;
    width: 204px;
    font: bold 11px/25px Tahoma, Arial, Helvetica, sans-serif;
    margin: 0 -2px 5px;
}

.product-img-box .emailto-link {
    display: inline-block;
    margin: 0 0 0 22px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-send-to-friend.gif) no-repeat 0 50%;
    padding: 0 0 0 30px;
    font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.product-img-box .emailto-link a {
    text-decoration: underline;
}

.product-img-box .emailto-link a:hover {
    text-decoration: none;
}

* html .product-img-box .emailto-link {
    display: inline;
}

*+html .product-img-box .emailto-link {
    display: inline;
}

.product-view .product-shop p a {
    text-decoration: underline;
    font-weight: bold;
}

.product-view .product-shop p a:hover {
    text-decoration: none;
}

.product-features {
    margin: -16px 0 0;
    position: relative;
    padding: 0 0 14px 36px;
    list-style: none;
}


/* descriptions */

.product-view .std ul li,
.product-view .std ul li:hover {
    margin: 0 0 5px !important;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bullet-green.gif) no-repeat 0 5px !important;
    padding: 0 0 0 11px !important;
    float: none !important;
}

.product-view .std ul.bundled-item li,
.product-view .std ul.bundled-item li:hover {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bundled-item.gif) no-repeat 0 5px !important;
}

.product-features li {
    margin: 0 0 3px;
}

.product-services {
    padding: 36px 0 0;
}

.product-services .title {
    text-decoration: underline;
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 0 4px;
}

.product-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-services ul li {
    margin: 0 0 4px;
    padding: 1px 0 0 25px;
    min-height: 16px;
}

* html .product-services ul li {
    height: 16px;
}

.product-services ul .livraison_gratuite {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/euro.gif) no-repeat 0 50%;
}

.product-services ul .time {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-time.gif) no-repeat 0 50%;
}

.product-services ul .hotline {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-hotline.gif) no-repeat 0 50%;
    margin: 0 0 5px -5px;
    position: relative;
    padding: 1px 0 0 30px;
}

.product-services ul .partnership {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/ico-partnership.gif) no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.float_center {
    float: right;
    position: relative;
    left: -50%;
    /* or right 50% */
    text-align: left;
}

.float_center>.child {
    position: relative;
    left: 50%;
}

.scrollTop {
    display: block;
    width: 64px;
    height: 62px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_top.png) no-repeat 0 0;
    background-size: 64px 62px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    filter: alpha(opacity=0);
    z-index: 10;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9999px;
    overflow: hidden;
}


/* ==== RESPONSIVE ===== */

@media only screen and (max-width: 770px) {
    .scrollTop {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .footer {
        padding-top: 0 !important;
    }
    .guarantee-list {
        width: 90%;
    }
    .guarantee-list ul li a,
    .footer .number-footer {
        font-size: 2rem;
        line-height: 2rem;
        margin-top: 10px;
        display: inline-block;
    }
    body .footer-before-container .guarantee-div {
        border-top: 0;
    }
    body .footer-before-container .footer a {
        font-size: 1.6rem;
        font-size: 16px;
    }
    body .footer-before-container .footer ul {
        display: block;
        margin: 0 auto;
        min-height: 0;
        font: 16px/18px Arial, Helvetica, sans-serif;
    }
    body .footer-before-container .footer ul li.garant {
        padding: 0;
    }
    body .footer-before-container .footer ul li ul {
        padding-left: 0px;
    }
    body .footer-before-container .guarantee-list ul li.garant {
        width: 100% !important;
        float: none;
        margin: 0;
    }
    body .footer-before-container .guarantee-list ul li.garant a {
        width: 100% !important;
        height: 1rem !important;
    }
    body .footer-before-container .guarantee-list ul li.garant .guarantee {
        background-size: 40px;
        float: left;
        position: relative;
        width: 40px;
        height: 40px;
    }
    body .footer-before-container .guarantee-list ul li.garant span.sti-item {
        top: 8px;
        left: 57px;
        right: initial;
        font-size: 1.8rem;
        font-size: 18px;
        max-width: 100%;
        text-align: left;
    }
    body .footer-before-container ul.footer_info {
        margin-top: 1em;
    }
    body .footer-before-container .guarantee-list ul.footer_info>li {
        text-align: center;
        height: auto;
        margin: 0 auto;
        width: 100% !important;
    }
    body .footer-before-container span.number-footer a {
        float: none;
        margin-top: 0;
    }
    body .footer-before-container .footer_info .paiement_secu {
        margin-bottom: 0;
        margin-top: 0;
    }
    body .footer-before-container .footer-nos-marques,
    body .footer-before-container .footer-nos-categories {
        display: none;
    }
    body .footer-before-container .col.footer-nos-marques:after,
    body .footer-before-container .col.footer-informations-boutique:after,
    body .footer-before-container .col.footer-nos-categories:after {
        content: none;
    }
    body .footer-before-container .subtitle {
        font-size: 2.2rem;
        font-size: 22px;
    }
    body .footer-before-container .footer-mon-compte,
    body .footer-before-container .footer-informations-boutique {
        width: 96%;
        padding: 2%;
    }
    body .footer-before-container .footer-mon-compte ul,
    body .footer-before-container .footer-informations-boutique ul {
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }
    body .footer-before-container .footer-mon-compte ul a,
    body .footer-before-container .footer-mon-compte ul a span,
    body .footer-before-container .footer-mon-compte ul .subtitle,
    body .footer-before-container .footer-informations-boutique ul a,
    body .footer-before-container .footer-informations-boutique ul a span,
    body .footer-before-container .footer-informations-boutique ul .subtitle {
        font-size: 1.6rem;
        font-size: 16px;
    }
    body .footer-before-container .footer-mon-compte ul li,
    body .footer-before-container .footer-informations-boutique ul li {
        padding: 5px 0 !important;
        border-bottom: 1px solid #333;
    }
    body .footer-before-container .footer-mon-compte ul li:last-child,
    body .footer-before-container .footer-informations-boutique ul li:last-child {
        border-bottom: 0;
    }
    body .footer-before-container .footer-mon-compte .subtitle {
        display: none;
    }
    body .footer-before-container .footer .recrutement {
        margin-top: 0;
    }
    .footer_info li>ul.reseau li {
        margin-right: 15px;
    }
    .footer-container {
        background-color: #24252a;
    }
    .footer-container .footer-nos-marques,
    .footer-container .footer-nos-categories {
        display: none;
    }
    .footer-container .col.footer-nos-marques:after,
    .footer-container .col.footer-informations-boutique:after,
    .footer-container .col.footer-nos-categories:after {
        content: none;
    }
    .footer-container .subtitle {
        font-size: 2.2rem;
        font-size: 22px;
    }
    .footer-container .footer-mon-compte,
    .footer-container .footer-informations-boutique {
        width: 96%;
        padding: 2%;
        border: none;
    }
    .footer-container .footer-mon-compte ul,
    .footer-container .footer-informations-boutique ul {
        text-align: left;
        width: 100%;
        margin-bottom: 0;
    }
    .footer-container .footer-mon-compte ul a,
    .footer-container .footer-mon-compte ul a span,
    .footer-container .footer-mon-compte ul .subtitle,
    .footer-container .footer-informations-boutique ul a,
    .footer-container .footer-informations-boutique ul a span,
    .footer-container .footer-informations-boutique ul .subtitle {
        font-size: 1.6rem;
        font-size: 16px;
    }
    .footer-container .footer-mon-compte ul li,
    .footer-container .footer-informations-boutique ul li {
        padding: 5px 0 !important;
        border-bottom: 1px solid #333;
    }
    .footer-container .footer-mon-compte ul li:last-child,
    .footer-container .footer-informations-boutique ul li:last-child {
        border-bottom: 0;
    }
    .footer-container .footer-mon-compte .subtitle {
        display: none;
    }
    .footer-container .footer .recrutement {
        margin-top: 0;
    }
    .before-body-end-container .before-body-end {
        padding: 0;
    }
    .before-body-end-container p.mentions,
    .before-body-end-container address {
        font-size: 1rem;
        font-size: 10px;
    }
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */


/* -------------------------------------------- *
 * Product List General
 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}


/* -------------------------------------------- *
 * Product Name
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #000;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #91c734;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 500;
}


/* ============================================ *
 * Product Grid
 * ============================================ */

.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;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
    min-height: 170px;
}

.products-grid .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #A0A0A0;
    font-size: 13px;
    margin: 0 0 5px;
    text-align: right;
}

.products-grid .add-to-links {
    margin-bottom: 0;
}


/* Config: Two columns + flexible gutter */

.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:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.products-grid .product-image:after {
    background-image: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/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:before,
.products-grid .product-image.loading:after {
    display: block;
}

@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) {
    .solrsearch-result-index .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: none !important;
        margin-right: 1.2% !important;
    }
}

@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 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
}

.products-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list>li .product-image {
    float: left;
    width: 33.33333%;
}

.products-list>li .product-image img {
    width: 100%;
    max-width: 100%;
}

.products-list>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}

.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: 65%;
    overflow: hidden;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    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 {
    overflow: hidden;
}

.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-list .truncated {
    display: none;
}

.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-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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;
    cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #91c734;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ededed;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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;
}

.block-layered-nav .block-content>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 #91c734;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content>dl>dt:hover {
    background-color: #ededed;
}

.block-layered-nav .block-content>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

.block-layered-nav .block-content>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    padding: 5px 15px;
    display: block;
}

.block-layered-nav dl dd ol>li>a .count {
    color: #A0A0A0;
}

@media only screen and (min-width: 771px) {
    .block-layered-nav .block-content>dl>dt {
        padding-left: 10px;
        border-top: 0 !important;
    }
    .block-layered-nav .block-content>dl>dt:after {
        display: none;
    }
}

@media only screen and (max-width: 770px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none;
    }
    .block-layered-nav--no-filters .block-title {
        display: none;
    }
    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px;
    }
    .block-layered-nav .block-content>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }
    .block-layered-nav .block-content>dl>dt:hover {
        color: #91c734;
    }
    .block-layered-nav .block-content>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #91c734;
        border-right: none;
    }
    .block-layered-nav .block-content>dl>dt.last {
        border-bottom-width: 1px;
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #91c734;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .block-layered-nav .block-content.accordion-open>dl>dd.current {
        display: block;
    }
    .block-layered-nav .block-subtitle--filter {
        background-color: #91c734;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF;
    }
    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #FFFFFF;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px;
    }
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #82b32f;
        color: #FFFFFF;
    }
    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #FFFFFF;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
    #narrow-by-list,
    #narrow-by-list2 {
        padding: 10px;
        border: 1px solid #CCCCCC;
        border-top: 0;
    }
    .block-layered-nav dl ol>li>a,
    .block-layered-nav dl ol>li>span {
        padding: 7px;
        margin: 5px;
    }
    .block-layered-nav dl ol>li>a {
        color: #000;
        background-color: #F4F4F4;
        padding: 5px 10px;
    }
    .block-layered-nav dl ol>li>a:hover {
        text-decoration: none;
        background: #ededed;
    }
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
    margin: 0 0 5px 10px;
}

.block-layered-nav .currently ol li .label {
    font-weight: bold;
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
}


/* ==== MODIF JB ==== */

.category-title {
    padding-top: 25px;
    position: relative;
    border-bottom: 2px solid #A2A2A2;
    background: none;
}

.category-title h1 {
    background: #fff;
    border: 0;
    color: #A2A2A2;
    font: bold 17px/25px Century Gothic, Arial, Helvetica, sans-serif;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 2px;
}

.category-description .img_button {
    text-align: center;
}

.category-description .img_button li {
    display: inline-block !important;
    height: 35px;
}

.category-description .img_button li img {
    float: left;
    width: 49px;
}

.category-description .img_button span {
    float: left;
    width: 79px;
    line-height: 1em;
    margin-top: 3px;
}

.category-description h3 {
    width: 100%;
    clear: both;
    float: none;
}

.category-feuilles-a-rouler-filtres-tubes .img_button li {
    width: 143px;
}

.category-feuilles-a-rouler-filtres-tubes .img_button .li_4 span {
    white-space: pre-wrap;
    width: 61%;
    float: left;
    margin-top: 4px;
}

.products-grid .actions button.btn-cart,
.products-grid .actions button.btn-cart-inactive,
.products-list button.btn-cart,
.products-list button.btn-cart-inactive,
#product_comparison button.btn-cart,
#product_comparison button.btn-cart-inactive {
    width: 100%;
    max-width: 100%;
}

.products-list a.btn-cart,
.products-list button.btn-cart,
.products-grid .actions a.btn-cart,
.products-grid .actions button.btn-cart,
#product_comparison button.btn-cart {
    background: #91c734 url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/acheter_new_button.jpg) no-repeat 0 0;
    padding: 6px 7px 5px 63px;
    font-weight: bold;
}

.products-list a.button.btn-cart-inactive,
.products-list button.button.btn-cart-inactive,
.products-grid .actions a.button.btn-cart-inactive,
.products-grid .actions button.button.btn-cart-inactive,
#product_comparison button.button.btn-cart-inactive {
    background: transparent url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/acheter_down.jpg) no-repeat 0 0;
    padding: 6px 7px 5px 63px;
    font-weight: bold;
}

@media only screen and (max-width: 770px) {
    .products-list a.button.btn-cart-inactive,
    .products-list button.button.btn-cart-inactive,
    .products-grid .actions a.button.btn-cart-inactive,
    .products-grid .actions button.button.btn-cart-inactive,
    #product_comparison button.button.btn-cart-inactive {
        padding: 5px 0 5px 35px;
    }
}

.actions .availability.out-of-stock span {
    display: none;
}

.availability {
    display: block;
    padding: 0 0 0 14px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: left;
}

.in-stock {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/instosk.jpg) no-repeat 0 4px;
    color: black !important;
    text-transform: none;
}

.products-grid .availability {
    line-height: 21px;
    display: none;
}

.products-grid .product-info,
.products-list .product-info {
    min-height: 200px !important;
}

.products-grid .price-box,
.products-list .price-box {
    position: absolute;
    bottom: 75px;
}

.products-grid .price-box .price,
.products-list .price-box .price {
    font-size: 26px;
    font-weight: bold;
}

.products-grid .ratings,
.products-list .ratings {
    display: none;
}

.products-grid .fiche-express,
.products-list .fiche-express {
    bottom: initial;
    top: 80px;
    background: #469ad2;
}

.products-grid .fiche-express:hover,
.products-list .fiche-express:hover {
    background: #469ad2;
}

.products-grid .btn-info,
.products-list .btn-info {
    display: none;
}

.products-list .link-learn {
    display: none;
}

.products-list .in-stock {
    display: inline-block;
}

.products-list .in-stock span {
    line-height: 19px;
}

.products-list .actions {
    float: right;
    clear: both;
}

.products-list .btn-info {
    margin-right: 5px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    width: 60%;
}

.solrsearch-result-index #ficheexpress-container,
.catalog-category-view #ficheexpress-container {
    z-index: 9;
}

.solrsearch-result-index #ficheexpress-container #reportprice,
.catalog-category-view #ficheexpress-container #reportprice {
    display: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-options,
.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-options-bottom,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-options,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-options-bottom {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 10px 5px;
    border: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-options,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-options {
    border: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-options-bottom,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-options-bottom {
    margin-bottom: 0;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-configuration .add-to-cart,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-configuration .add-to-cart {
    border-bottom: 0;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .one-third.first,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .one-third.first {
    width: 285px !important;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .one-third.second,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .one-third.second {
    width: 318px;
    margin-left: 9px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .one-third.special,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .one-third.special {
    width: 323px;
    margin-left: 5px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .one-third.special .holder,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .one-third.special .holder {
    border: 0;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop {
    width: 100%;
    float: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .ratings .rating-box,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .ratings .rating-box {
    float: left;
    clear: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-view .ratings .rating-links,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-view .ratings .rating-links {
    clear: none;
    float: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop p.rating-links a,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop p.rating-links a {
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox a.lien-avis,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox a.lien-avis {
    margin-top: 4px;
    display: inline-block;
    margin-left: 3px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox a.lien-avis-form,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox a.lien-avis-form {
    float: none;
    clear: both;
    display: block;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop .product-name,
.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop .product-name h1,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop .product-name,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .product-view .product-shop .product-name h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 1;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .lightbox-action a,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .lightbox-action a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/close-lightbox.png) right 4px no-repeat;
    padding-right: 16px;
    text-decoration: underline;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .express-infos,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .express-infos {
    position: relative;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .express-infos .cagnotte,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .express-infos .cagnotte {
    width: 50%;
    position: absolute;
    top: -10px;
    right: -25px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .express-infos .infos-cagnotte span.mw_display_point,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .express-infos .infos-cagnotte span.mw_display_point {
    position: relative;
    bottom: initial;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .express-infos .product-options,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .express-infos .product-options {
    border: none;
    width: 50%;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .mw_display_point img,
.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox p.required,
.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .validation-advice,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .mw_display_point img,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox p.required,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .validation-advice {
    display: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .block-related .block-title h2,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .block-related .block-title h2 {
    font-size: 16px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox button.btn-cart-inactive span,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox button.btn-cart-inactive span {
    -webkit-background-size: 100%;
    background-size: 100%;
    height: 52px;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .out-of-stock span,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .out-of-stock span {
    display: none;
}

.solrsearch-result-index #ficheexpress-container .ficheexpress-lightbox .price-box .old-price .price,
.catalog-category-view #ficheexpress-container .ficheexpress-lightbox .price-box .old-price .price {
    color: #000 !important;
    font-size: 24px !important;
    padding: 17px 17px 0 0;
}

.solrsearch-result-index #ficheexpress-container .price-box .price,
.catalog-category-view #ficheexpress-container .price-box .price {
    text-align: left;
    width: 100%;
    color: orange;
    font: bold 50px Arial, Helvetica, sans-serif !important;
}

.solrsearch-result-index #ficheexpress-container .product-configuration,
.solrsearch-result-index #ficheexpress-container .product-shop,
.catalog-category-view #ficheexpress-container .product-configuration,
.catalog-category-view #ficheexpress-container .product-shop {
    padding: 10px;
    border: 1px solid #ddd;
    height: 300px !important;
    min-height: 0;
    background: none;
}

.solrsearch-result-index #ficheexpress-container .MagicZoom,
.catalog-category-view #ficheexpress-container .MagicZoom {
    height: 300px !important;
}

.solrsearch-result-index #ficheexpress-container .product-options-bottom,
.catalog-category-view #ficheexpress-container .product-options-bottom {
    background: none;
}

.solrsearch-result-index #ficheexpress-container .product-configuration .multi-prod,
.catalog-category-view #ficheexpress-container .product-configuration .multi-prod {
    margin-top: 30px;
}

.solrsearch-result-index #ficheexpress-container .product-reassurance li,
.catalog-category-view #ficheexpress-container .product-reassurance li {
    height: 75px !important;
    width: 79px !important;
    padding: 0;
}

.solrsearch-result-index #ficheexpress-container .links-additionals-elements .links-view,
.catalog-category-view #ficheexpress-container .links-additionals-elements .links-view {
    height: 75px !important;
    width: 77px !important;
}

.solrsearch-result-index #ficheexpress-container .product-configuration .add-to-cart,
.catalog-category-view #ficheexpress-container .product-configuration .add-to-cart {
    float: none;
    clear: both;
}

.solrsearch-result-index #ficheexpress-container .product-configuration button.btn-cart span,
.catalog-category-view #ficheexpress-container .product-configuration button.btn-cart span {
    height: 53px;
    background-size: 108%;
}

.solrsearch-result-index #ficheexpress-container .options-container-big dl,
.catalog-category-view #ficheexpress-container .options-container-big dl {
    float: none;
    clear: both;
    padding-top: 0px;
}

.solrsearch-result-index #ficheexpress-container .product-options-bottom .product-configuration .add-to-cart,
.catalog-category-view #ficheexpress-container .product-options-bottom .product-configuration .add-to-cart {
    padding-top: 0;
}

.solrsearch-result-index #ficheexpress-container .product-options-bottom .multi-prod,
.catalog-category-view #ficheexpress-container .product-options-bottom .multi-prod {
    margin-top: 5px;
}

.solrsearch-result-index #ficheexpress-container .upsell-products li.aw-arp-item,
.solrsearch-result-index #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item,
.catalog-category-view #ficheexpress-container .upsell-products li.aw-arp-item,
.catalog-category-view #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item {
    min-height: 275px;
}

.solrsearch-result-index #ficheexpress-container .upsell-products li.aw-arp-item .price-box,
.solrsearch-result-index #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item .price-box,
.catalog-category-view #ficheexpress-container .upsell-products li.aw-arp-item .price-box,
.catalog-category-view #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item .price-box {
    position: absolute;
    bottom: 30px;
}

.solrsearch-result-index #ficheexpress-container .upsell-products li.aw-arp-item .price-box .price,
.solrsearch-result-index #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item .price-box .price,
.catalog-category-view #ficheexpress-container .upsell-products li.aw-arp-item .price-box .price,
.catalog-category-view #ficheexpress-container .block-related.aw-arp-block li.aw-arp-item .price-box .price {
    font-size: bold 33px Arial, Helvetica, sans-serif !important;
}

.solrsearch-result-index #ficheexpress-container .product-reassurance-description p.reassurance_produit,
.catalog-category-view #ficheexpress-container .product-reassurance-description p.reassurance_produit {
    padding-top: 0 !important;
    background-image: none !important;
    background-color: #fff !important;
}

.solrsearch-result-index #ficheexpress-container .product-reassurance-description,
.catalog-category-view #ficheexpress-container .product-reassurance-description {
    border: 1px solid #ddd;
    border-top: 0;
    background-image: none !important;
    top: 101px !important;
    background-color: #fff !important;
}

.solrsearch-result-index #ficheexpress-container .product-configuration .counter input,
.catalog-category-view #ficheexpress-container .product-configuration .counter input {
    width: 115px;
}

.solrsearch-result-index #ficheexpress-container .product-essential .one-third,
.catalog-category-view #ficheexpress-container .product-essential .one-third {
    width: 33.75% !important;
    margin-left: 0.564103% !important;
}

.solrsearch-result-index #ficheexpress-container .product-reassurance li .product-reassurance-icon,
.catalog-category-view #ficheexpress-container .product-reassurance li .product-reassurance-icon {
    height: 49px;
}

@media only screen and (max-width: 770px) {
    .pager .limiter,
    .sorter>.sort-by .sort-by-switcher,
    .sorter>.view-mode {
        display: none;
    }
    .sorter {
        width: 100% !important;
        float: none;
        clear: both;
    }
    .pager {
        width: 44% !important;
        clear: none !important;
    }
    .products-grid .btn-info {
        width: 44px;
        font-size: 11px;
    }
    .products-grid .actions button.btn-cart {
        width: 100%;
        font-size: 12px;
    }
    #narrow-by-list {
        display: none;
    }
    #narrow-by-list>dt {
        padding: 13px 0px 10px 20px;
        font-size: 16px;
    }
    .actions button.btn-cart {
        padding-left: 77px !important;
    }
}

.product-view .product-shop,
.product-configuration .holder {
    position: relative;
    color: #000;
    margin: 0;
}

.product-view .product-shop {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/product-shopconf-bkg.png) repeat-x left bottom;
    border: 1px solid #afafaf;
    padding: 5px 5px 0;
}

.products-grid .img-holder:hover .btn-zoom,
.products-list .img-holder:hover .btn-zoom {
    display: block;
}

.products-grid .btn-zoom,
.products-list .btn-zoom {
    display: none;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-zoom.jpg) no-repeat;
    height: 29px;
    width: 31px;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 5px;
}

@media only screen and (max-width: 770px) {
    .pager .amount {
        display: none;
    }
    .products-grid .actions button.btn-cart {
        padding: 6px 7px 5px 63px;
    }
    .limiter,
    .products-grid .availability {
        display: none;
    }
    select {
        font-size: 13px;
    }
    .sorter>.sort-by {
        width: auto;
    }
    .sorter>.sort-by .styled-select {
        width: 50%;
        float: left;
    }
    .products-grid .price-box {
        text-align: center;
    }
    .catalog-category-view .sidebar .block-carroussel .block-title>strong,
    .catalog-category-view .sidebar .block-carroussel .block-title>strong span {
        border: none !important;
        background: none !important;
    }
    .catalog-category-view .sidebar .block-carroussel .block-title>strong:after {
        border: none !important;
    }
    .price-box .old-price .price {
        color: #000;
    }
    .price-box .old-price .price,
    .price-box .special-price {
        float: right;
        width: 47%;
        margin-left: 2%;
    }
    .products-grid .price-box .price,
    .products-list .price-box .price {
        font-size: 18px;
    }
    .toolbar-bottom .toppager {
        display: block;
    }
}

.aw-arp-addtocart {
    margin-top: 5px;
}

.aw-arp-addtocart select,
.aw-arp-addtocart button {
    margin-top: 2px;
    width: 100%;
}


/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-view {
    /* Alerte Prix */
    /* Alerte Prix */
}

.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: #91c734;
    margin-bottom: 10px;
    border: 0;
}

.product-view .product-shop {
    float: left;
}

.product-view .product-shop .product-name {
    display: none;
    float: left;
}

.product-view .product-shop .product-name .h1 {
    color: black;
    float: left;
    margin-bottom: 0px;
}

.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
    display: none;
}

.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: 70%;
    margin-bottom: 10px;
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}

.product-view .product-shop .availability {
    font-size: 16px;
    display: none;
}

.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 .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #91c734;
    font-size: 24px;
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
    color: #000;
}

.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #000;
}

.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 .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}

.product-view .price-box.map-info a {
    display: inherit;
}

.product-view .old-price .price-label {
    display: none;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
    float: left;
}

.product-view span.report-span {
    font-size: 11px;
    font-weight: initial;
}

.product-view .product-configuration .report-price-under {
    display: none;
}

.product-view .report-price-under {
    padding: 0 0 0 27px;
    clear: both;
}

.product-view .report-price-under:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/picto_moins_cher.jpg);
    float: left;
    margin-right: 10px;
}

.product-view .report-price-under a {
    cursor: pointer;
    color: #479ad3 !important;
    font-weight: bolder;
    font-size: 14px;
}

.product-view #reportprice {
    display: none;
}

.product-view #reportprice.visible {
    display: block;
}

.product-view .reportprice-overlay {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/transborder-dark.png) repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.product-view .reportprice-container {
    display: block;
    position: absolute;
    width: 40%;
    top: 0;
    z-index: 9001;
    background: #fff;
    left: 30%;
    border: 3px solid #878787;
}

.product-view .reportprice-lightbox {
    height: auto;
    margin: 0 auto;
    padding: 3px;
    width: 100%;
}

.product-view .reportprice-lightbox .reportprice-wrapper {
    background-color: #FFF;
    color: #010101;
    font-size: 12px;
    padding: 10px;
    position: relative;
    text-align: left;
}

.product-view .reportprice-lightbox .reportprice-wrapper a.lightbox-close {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-close-popin.png) no-repeat center center transparent;
    cursor: pointer;
    display: block;
    height: 14px;
    width: 14px;
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-view .reportprice-lightbox .reportprice-wrapper a.lightbox-close span {
    display: none;
}

.product-view .reportprice-lightbox .reportprice-wrapper .reportprice-block-title {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/popin-title-line.png) repeat-x 0 10px;
    color: #9B9B9B;
    font-size: 17px;
    margin-bottom: 20px;
    width: 97%;
}

.product-view .reportprice-wrapper .reportprice-block-title strong {
    background: #fff;
    padding-right: 11px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .reportprice-form-input {
    float: left;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .reportprice-form-email {
    width: 200px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .reportprice-form-url {
    width: 260px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .reportprice-form-shipping {
    width: 164px;
    margin-left: 30px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .reportprice-form-comment {
    width: 454px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .input-box,
.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .input-box input,
.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list .input-box textarea {
    width: 100%;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list span.validation-error,
.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list div.validation-error,
.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list span.validation-passed,
.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list div.validation-passed {
    padding-right: 25px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list label.required em {
    float: none;
    position: static;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list input.default-value {
    color: #9F9F9F;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .form-list etxtarea {
    height: 10em;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .reportprice-form-actions {
    display: block;
    margin-top: 15px;
    height: 45px;
    width: 100%;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .reportprice-form-actions .reportprice-form-submit {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    float: right;
    height: 34px;
    text-align: center;
    width: 114px;
    line-height: 43px;
    background-color: #91c734;
    display: inline-block;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .reportprice-form-actions .reportprice-form-submit span {
    display: inline-block;
    line-height: 10px;
}

.product-view .reportprice-container .reportprice-lightbox .reportprice-wrapper .reportprice-form-actions .reportprice-form-submit:hover {
    text-decoration: none;
}

.product-view .fields.site {
    clear: both;
}

@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: 770px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
}

@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 {
    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.planete-sfactory.com/skin/frontend/noza/sfactory/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,
.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;
    border-bottom: 1px solid #CCCCCC;
}

.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 .product-options-bottom .price-box {
    display: none;
}

.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 {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}

.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: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    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 {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%;
    white-space: normal;
}

.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

.product-options-bottom .counter {
    float: left !important;
}

@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;
    display: none;
}

.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 dt,
.collateral-tabs dd {
    display: block;
    clear: both;
}

.collateral-tabs dd img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100% !important;
    height: auto !important;
    max-width: 700px;
}

.box-collateral {
    clear: both;
}

@media only screen and (min-width: 771px) {
    .product-collateral {
        width: 100%;
        padding: 0 15px 15px;
        border-top: 0;
    }
}

@media only screen and (max-width: 770px) {
    .sidebar .product-collateral .toggle-tabs {
        display: none;
    }
    .sidebar .product-collateral>dl>dt {
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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;
    }
    .sidebar .product-collateral>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 #91c734;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .product-collateral>dl>dt:hover {
        background-color: #ededed;
    }
    .sidebar .product-collateral>dl>dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #CCCCCC;
    }
    .sidebar .product-collateral>dl>dd:last-child {
        border-width: 0 1px 1px 1px;
    }
    .sidebar .product-collateral>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }
    .sidebar .product-collateral>dl>dt:hover {
        color: #91c734;
    }
    .sidebar .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #91c734;
        border-right: none;
    }
    .sidebar .product-collateral>dl>dt.last {
        border-bottom-width: 1px;
    }
    .sidebar .product-collateral.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }
    .sidebar .product-collateral.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #91c734;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .product-collateral.accordion-open>dl>dd.current {
        display: block;
    }
}

@media only screen and (max-width: 770px) {
    .product-view .product-shop,
    .product-view .add-to-cart-wrapper,
    .product-view .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 771px) {
    .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 {
    margin-bottom: 8px;
    width: 100%;
    float: left;
}

.product-view .ratings .rating-links {
    margin-top: 0;
}

.product-view .ratings .lien-avis-form {
    display: block;
    clear: both;
    float: none;
    text-decoration: underline;
}

#product-attribute-specs-table {
    max-width: 100%;
    width: 100%;
    border: none !important;
}

#product-attribute-specs-table th {
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}


/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table-wrapper {
    border: solid 1px #C0C0C0;
    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 .name-wrapper {
    color: #91c734;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}

.grouped-items-table .qty-label {
    margin-left: 7px;
}

.grouped-items-table td {
    padding: 4px;
}

.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}

.grouped-items-table .price-box {
    text-align: right;
}


/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options {
    width: 33%;
    float: right;
    clear: none;
    margin: 10px 0 0;
    padding: 10px 15px 15px;
    border: 1px solid #CCCCCC;
    position: relative;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
}

@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}

.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: 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 {
    float: right;
    width: 33%;
    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: #000;
}

@media only screen and (max-width: 1199px) {
    .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 {
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #000;
}


/* "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 {
    float: right;
    margin: 0 0 10px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: #ffa500;
}

@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 {
    width: 100%;
}

.block-related li {
    margin-bottom: 7px;
}

.block-related .block-title {
    border-bottom: none;
}

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}

.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;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.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;
}

.block-related-shoppingcart,
.upsell-products,
.block-related.aw-arp-block {
    width: 100%;
}

.block-related-shoppingcart .block-related,
.upsell-products .block-related,
.block-related.aw-arp-block .block-related {
    width: 100%;
}

.block-related-shoppingcart li.aw-arp-item,
.upsell-products li.aw-arp-item,
.block-related.aw-arp-block li.aw-arp-item {
    width: 14%;
    float: left;
    margin-right: 1.8%;
    min-height: 210px;
    position: relative;
}

.block-related-shoppingcart li.aw-arp-item a,
.upsell-products li.aw-arp-item a,
.block-related.aw-arp-block li.aw-arp-item a {
    color: black;
}

.block-related-shoppingcart .aw-arp-addtocart p,
.upsell-products .aw-arp-addtocart p,
.block-related.aw-arp-block .aw-arp-addtocart p {
    padding: 0;
}

.block-related-shoppingcart li.aw-arp-item a.link-cart,
.upsell-products li.aw-arp-item a.link-cart,
.block-related.aw-arp-block li.aw-arp-item a.link-cart {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #91c734;
}

.block-related-shoppingcart .price-box,
.block-related .price-box {
    text-align: right;
}

.block-related-shoppingcart .price-box .price,
.block-related .price-box .price {
    font-size: 24px !important;
}

.block-related-shoppingcart p.availability.out-of-stock,
.block-related p.availability.out-of-stock {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 8px;
    margin: 0 auto;
    background: #ddd;
    width: 100%;
}

.block-related-shoppingcart,
.block-related.aw-arp-block {
    padding: 20px;
}

.block-related-shoppingcart ul,
.block-related.aw-arp-block ul {
    width: 100%;
}

.block-related-shoppingcart .block-title,
.block-related.aw-arp-block .block-title {
    border-top: 0;
}

.block-related-shoppingcart li.aw-arp-item a.link-cart,
.block-related.aw-arp-block li.aw-arp-item a.link-cart {
    width: 100%;
    right: 0;
    padding: 5px;
}

.block-related-shoppingcart .aw-arp-addtocart,
.block-related.aw-arp-block .aw-arp-addtocart {
    width: 100%;
    position: absolute;
    bottom: 0;
}


/* =========== */


/* ============ MODIF JB =============== */


/* Product Configuration */

.product-configuration .add-to-cart {
    height: 25px;
    margin: 0;
    padding-top: 10px;
    float: left;
}

.tier-prices li {
    background: #dfdfdf;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

.catalog-product-view .tier-prices li .tierprice-radio {
    margin-left: 10px;
    margin-right: 10px;
}

a.report-price-button {
    float: left;
    font-size: 9.9px;
}

.product-configuration .multi-prod {
    float: left;
    width: 100%;
}

.counter {
    overflow: hidden;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: left;
}

.counter .decrease,
.counter .increase {
    color: #fff;
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    width: 20px;
    text-align: center;
    background-color: #91c734;
}

.counter input {
    float: left;
    color: #000;
    font-size: 12px;
    border: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0;
    height: 20px;
    width: 118px;
    text-align: center;
}

.product-configuration .counter .decrease,
.product-configuration .counter .increase {
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #000;
    text-align: center;
    border: 1px solid #afafaf;
    background-color: #A7D601;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

.product-configuration .counter .decrease {
    margin-left: 1px;
}

.product-configuration .counter input {
    width: 121px;
    height: 17px;
    line-height: 17px;
    font-style: bold;
    color: #000;
    font-size: 12px;
    text-align: center;
    border: none;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    background-color: #FFF;
    padding: 2px 5px;
    float: left;
}

.product-configuration a.btn-cart,
.product-configuration button.btn-cart,
.product-package button.btn-cart,
.product-configuration button.btn-cart-inactive,
.product-package button.btn-cart-inactive {
    background: 0 none;
    bottom: 0;
    display: block;
    width: 100%;
    border: none;
    float: none;
    margin: 5% 0;
    padding: 0;
}

#bundle-product-table .add-to-cart .button,
#bundleSummary button.btn-cart {
    display: block;
    width: 100%;
    height: 73px;
    border: none;
    margin: 3px 15px;
    float: none;
}

#bundle-product-table .add-to-cart .button span {
    display: block;
    height: 58px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_acheter_pack.gif) no-repeat 0 0;
}

.product-configuration a.btn-cart span,
.product-configuration button.btn-cart span,
.product-package button.btn-cart span,
.product-configuration button.btn-cart-inactive span,
.product-package button.btn-cart-inactive span {
    display: block;
    width: 100%;
    height: 73px;
    background: #91c734 url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-add-cart.jpg) no-repeat 0 0;
}

#bundle-product-table .add-to-cart .button {
    width: 200px;
    margin: 0 auto !important;
}

#bundle-product-table .add-to-cart .btn-cart-inactive span,
#bundle-product-table .add-to-cart .btn-cart-inactive:hover span {
    background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_acheter_pack_inactif.gif) !important;
}

.product-configuration a.btn-cart-inactive span,
.product-configuration button.btn-cart-inactive span,
.product-package button.btn-cart-inactive span,
#bundle-product-table .add-to-cart .btn-cart-inactive:hover span,
.product-configuration a.btn-cart-inactive:hover span,
.product-configuration button.btn-cart-inactive:hover span,
.product-package button.btn-cart-inactive:hover span {
    background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-add-cart-inactive.jpg);
}

.product-configuration button.btn-cart-inactive span span,
.product-package button.btn-cart-inactive span span {
    padding: 0;
    background: none;
}

#bundle-product-table .add-to-cart .button span span,
.product-configuration a.btn-cart span span,
.product-configuration button.btn-cart span span,
.product-package button.btn-cart span span,
.product-configuration a.btn-cart-inactive span span,
.product-configuration button.btn-cart-inactive span span,
.product-package button.btn-cart-inactive span span {
    text-align: left;
    text-indent: -9999px;
    padding: 0;
    background: none;
}


/* Product Configuration */


/* Cagnotte */

.infos-cagnotte {
    width: 143px;
    position: absolute;
    right: 0;
    top: 0;
}

.infos-cagnotte span {
    text-align: center;
}

.infos-cagnotte #reward_value {
    color: #478cc4;
    font-size: 28px;
    font-weight: 700;
}

.infos-cagnotte #reward_value .price:before {
    content: "+";
    margin-right: 5px;
    vertical-align: text-bottom;
}

.infos-cagnotte .reward_message {
    color: #478cc4;
    font-size: 12px;
    font-weight: 700;
}

.infos-cagnotte #reward_info_url {
    align: center;
    font-weight: 400;
    color: #478cc4;
    text-decoration: underline;
}

#reward_info {
    background-color: #fff;
    top: 107px;
    right: 0;
    position: absolute;
    width: 280px;
    z-index: 100000;
}

#reward_info .reward_info_title {
    background-color: #37A100;
    border: #CCC 1px solid;
    border-bottom: 0;
    color: #fff;
    padding: 4px 0;
    text-align: center;
}

#reward_info .reward_info_content {
    background-color: #fff;
    border: #CCC 1px solid;
    border-top: 0;
    line-height: 15px;
    padding: 5px 10px;
}

#reward_info .cms_block_reward {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg-reward-block.jpg) no-repeat right bottom;
    margin-top: 15px;
    min-height: 90px;
}


/* Cagnotte */


/* boutons continuer  */

button.btn-continue-shopping,
button.btn-view-product {
    background-color: #469ad2;
}

button.btn-continue-shopping {
    float: left;
    width: auto;
    /*&:before {
      content: "< ";
      padding-right: $gap/2;
  }*/
}

button.btn-view-product {
    float: right;
    width: auto;
}

button.btn-view-product:after {
    content: " >";
    padding-left: 5px;
}


/* boutons continuer  */


/* Product View ========================================================================== */

.catalog-product-view .col-main {
    padding: 0;
    margin: 10px 0 0 0;
}


/* ==== Product navigation bar ==== */

#product-navigation-bar {
    display: none;
    position: relative;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 5px;
    background: #fff;
    padding: 0 1%;
    border: 1px solid #aaa;
    position: relative;
    width: 98%;
    height: 22px;
    overflow: hidden;
    z-index: 0;
    -moz-box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
    -webkit-box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
    -o-box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
    box-shadow: 0px 0px 0px 0px #fff, inset 0px 1px 1px 0px #ddd, inset 0px 0px 0px 0px #ddd, inset 0px -4px 11px 2px #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#product-navigation-bar a {
    color: #789232;
}

#product-navigation-bar button {
    font-size: 12px;
    text-align: center;
    color: #789232;
    border: none;
    background: none;
    cursor: pointer;
}

#product-navigation-bar button:hover {
    text-decoration: underline;
}

#product-navigation-bar .back {
    line-height: 22px;
    padding-left: 11px;
    float: left;
}

#product-navigation-bar .nav-links {
    line-height: 22px;
    float: right;
}

#product-navigation-bar .nav-links .link,
#product-navigation-bar .nav-links .pager-label {
    display: inline;
    margin: 0 13px;
}

#product-navigation-bar .nav-links .next {
    margin-right: 26px;
}


/* ==== Colonnes sur fiche produit ==== */

.alert-price {
    display: none;
}

.product-info-cols {
    position: relative;
    padding: 0 0 20px;
}

.product-info-cols .col-1 {
    width: 645px;
    float: left;
}

.product-info-cols .col-2 {
    width: 316px;
    float: right;
}

.product-essential {
    background: none;
    padding: 0;
    position: relative;
}

.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-view .product-shop .product-entry {
    width: 100%;
    overflow: hidden;
}

.product-view .product-shop .product-name {
    margin: 0;
}

.product-view .product-shop .product-name h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.product-view .product-shop .product-ids {
    border-bottom: 1px solid #A3A0A0;
    font-size: 10px;
    padding-bottom: 5px;
    margin: 0 0 5px;
    clear: both;
}

.product-view .product-shop a {
    color: #638113;
}

.product-essential .socials .no-rating {
    display: none;
}

.product-essential .socials {
    padding: 0;
    border-top: 1px solid #a3a0a0;
    width: 90%;
    overflow: hidden;
}

.product-essential .socials #socials_likes {
    display: none;
    float: right;
    width: 50%;
}

.product-essential .socials #socials_likes div {
    float: left;
    margin-right: 6px;
}

.product-essential .rating-holder {
    margin: 0 2px 0 0;
    float: left;
}

.product-essential .rating-holder a {
    display: block;
    font-size: 10px;
}

.product-essential .rating-holder .rating-box {
    margin: 0 !important;
}

.product-essential .rating-holder .link-tabset {
    line-height: 16px;
    font-size: 10px;
    font-weight: 400;
    margin-left: 2px;
    float: left;
}

.product-essential .rating-holder .no-rating-holder {
    margin: 0;
    clear: both;
}

.product-essential .no-rating {
    float: left;
    margin: 0;
}

.product-essential .no-rating a {
    width: 110px;
    margin: 0 !important;
}

.product-entry .social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
}

.product-entry .social li {
    float: left;
    padding: 0 0 0 12px;
}

.product-entry .socials .fb_like_button_container {
    width: 87px;
    margin-right: 5px;
}

.product-entry .socials .gplus_like_button_container {
    margin-right: 5px;
}

.product-entry .socials .gplus_like_button_container,
.product-entry .socials .fb_like_button_container,
.product-entry .socials .twitter_like_button_container {
    float: left;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description p,
.product-view .product-shop .short-description ul,
.product-view .product-shop .short-description ol {
    margin: 0 0 10px;
}

.product-view .product-shop .short-description ul,
.product-view .product-shop .short-description ol {
    padding: 0 0 0 15px;
}

.product-view .product-shop .short-description li,
.product-view .product-shop .short-description li:hover {
    background: none !important;
    margin: 3px !important;
    padding: 0 !important;
}

.product-view .product-shop .short-description ul li {
    list-style: disc;
}

.product-view .product-shop .short-description ol li {
    list-style: decimal;
}

.product-view .product-shop .link-descriptif {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/linkdescr-picto.png) no-repeat 0 4px;
    padding: 0 0 0 6px;
    margin-left: 6px;
}

.product-view .product-shop a {
    font-size: 12px;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .socials a {
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
}

.product-view .product-shop .add-to-links {
    margin: 0;
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: 400 !important;
}

.product-view .product-shop .emailto-link {
    text-align: center;
    border-top: 1px solid #a3a0a0;
    padding: 5px 5%;
    width: 90%;
    margin: 0;
}

.product-view .product-shop .emailto-link a {
    font-weight: 400;
    text-decoration: underline;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/emailto-link-picto.png) no-repeat left center;
    padding: 1px 0 1px 14px;
}

.product-view .one-third {
    width: 32.95%;
    margin-left: 0.564103%;
}

.product-view .one-third.first {
    margin-left: 0;
}

.product-view .one-third a.link-compare {
    display: none;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper {
    position: relative;
    min-height: 397px;
    background: none;
    border: 1px solid #afafaf;
    padding: 5px 5px 0;
    width: 100%;
}

.product-view .emailto-link {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: inline-block;
    width: 94%;
    padding: 5px 0;
    left: 3%;
}

.product-view .product-reassurance,
.product-view .links-additionals-elements {
    float: left;
    max-width: 100%;
}

.product-view .product-essential .socials {
    padding-top: 10px;
}

.catalog-product-view .product-view .add-to-cart-wrapper .right {
    float: right;
}

.catalog-product-view .product-view .add-to-cart-wrapper .extra-info {
    float: none;
    clear: left;
}

.catalog-product-view .product-view .add-to-cart-wrapper .availability {
    margin: 10px 0;
    display: none;
}

.catalog-product-view .product-view .add-to-cart-wrapper .availability .value {
    display: inline-block;
    margin-top: 3px;
}

.catalog-product-view .product-view .add-to-cart-wrapper .mw_display_point {
    width: 50%;
    float: right;
    text-align: center;
    font-weight: bold;
}

.catalog-product-view .product-view .add-to-cart-wrapper .mw_display_point img {
    display: none;
}

.catalog-product-view .product-view .add-to-cart-wrapper .reward_message {
    color: #469ad2;
}

.catalog-product-view .product-view .add-to-cart-wrapper .mw_display_point a {
    color: #469ad2;
    text-align: center;
    text-decoration: underline;
    font-weight: normal;
}

.catalog-product-view .product-view .add-to-cart-wrapper .product-options,
.catalog-product-view .product-view .add-to-cart-wrapper .product-options-bottom {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.catalog-product-view .product-view .add-to-cart-wrapper .product-options dl,
.catalog-product-view .product-view .add-to-cart-wrapper .product-options-bottom dl {
    width: 33%;
}

.catalog-product-view .product-view .add-to-cart-wrapper .product-options .add-to-cart,
.catalog-product-view .product-view .add-to-cart-wrapper .product-options-bottom .add-to-cart {
    float: left !important;
}

.catalog-product-view .product-view .add-to-cart-wrapper p.required {
    display: none;
}


/* Product Images */

.product-view .product-img-box ul li img {
    height: 75px;
    width: 75px;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-img-box .more-views {
    margin-top: 6px;
}

.product-img-box .more-views h4 {
    display: none;
}

.product-view .product-img-box .more-views ul {
    padding: 0;
    margin: 0 0 0 -5px;
}

.product-view .product-img-box .more-views li {
    margin: 0 0 0 5px;
    float: left;
}

.product-view .product-img-box .more-views li a {
    display: block;
    width: 76px;
    height: 76px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .nav {
    font-weight: bold;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}


/* Product Additionals Elements */

.links-additionals-elements {
    float: right;
    margin-top: 5px;
    width: 100%;
}

.links-additionals-elements .links-view {
    float: left;
    height: 99px;
    margin-right: 3px;
    width: 95px;
    border: 1px solid #aaa;
    padding-top: 1px;
}

.links-additionals-elements .links-view.last {
    margin-right: 0;
}

.links-additionals-elements .links-view a {
    display: block;
    height: 100%;
    margin: 1px;
    text-indent: -9999px;
    width: 100%;
}

.links-video a.link-tabset {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_elements_videos.png") no-repeat 0 0;
    -webkit-background-size: 90px;
    background-size: 90px;
}

.link-manuel a.link-tabset {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_elements_manuals.png") no-repeat 0 0;
    -webkit-background-size: 90px !important;
    background-size: 90px !important;
}

.ficheexpress-lightbox .link-manuel a.link-tabset {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_elements_manuals.png") no-repeat 0 0;
    -webkit-background-size: 65px !important;
    background-size: 65px !important;
}


/* Product configuration */

.product-configuration {
    position: relative;
}

.product-configuration .cols {
    width: 306px;
    height: 284px;
}

.product-configuration .left-side {
    width: 143px;
}

.product-configuration table.tier-prices {
    width: 143px;
    position: relative;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.product-configuration table.tier-prices th {
    height: 14px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #afafaf;
    border-left: none;
    padding: 0;
    margin: 0;
}

.product-configuration table.tier-prices td {
    border: 1px solid #afafaf;
}

.product-configuration table.tier-prices th {
    border-bottom: 1px solid #afafaf;
}

.tier-prices .price {
    font-weight: bolder;
    font-size: large;
}

.product-configuration table.tier-prices td {
    text-align: center;
    margin: 0;
    padding: 0;
    border-right: none;
    height: 12px;
    vertical-align: middle;
}

.product-configuration table.tier-prices td.cell-1 {
    border: 1px solid #afafaf;
    border-left: none;
}

.product-configuration .right-side {
    position: relative;
    width: 100%;
    padding-left: 0px;
}

.product-configuration .footer {
    bottom: 0;
    height: auto;
    padding: 0;
    position: absolute;
    width: 100%;
}


/********** < Product Reward Prices */

.cagnotte-td {
    background-color: #FFF;
    border: 1px solid #AFAFAF;
    display: inherit;
    height: 248px;
}

.cagnotte-td-bottom {
    height: 10px;
}

.with-product-alert-btn .cagnotte-td {
    height: 195px;
}

.infos-cagnotte {
    width: 143px;
}

.infos-cagnotte #reward_price {
    text-align: center;
    position: absolute;
    bottom: 0;
}

.mw_rewardpoints,
.infos-cagnotte #reward_price #reward_value {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.infos-cagnotte #reward_price .reward_message {
    color: #478cc4;
    font-size: 12px;
    font-weight: 700;
}

.infos-cagnotte #reward_price a {
    align: center;
    font-weight: 400;
    color: #478cc4;
    text-decoration: underline;
}

#reward_info {
    background-color: #fff;
}

#reward_info .reward_info_title {
    background-color: #37A100;
    border: #CCC 1px solid;
    border-bottom: 0;
    color: #fff;
    padding: 4px 0;
    text-align: center;
}

#reward_info .reward_info_content {
    background-color: #fff;
    border: #CCC 1px solid;
    border-top: 0;
    line-height: 15px;
    padding: 5px 10px;
}

#reward_info .cms_block_reward {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg-reward-block.jpg) no-repeat right bottom;
    margin-top: 15px;
    min-height: 90px;
}

.product-configuration .footer .report-price-button {
    margin: 6px 0;
}

.product-configuration .footer .report-price-button,
.product-configuration .footer .alert-stock a {
    border: 0;
    cursor: pointer;
    display: block;
    clear: both;
    color: #303030;
    text-align: center;
    text-shadow: 0 0;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 5px 15px 92px;
    height: 30px;
    width: 208px;
    vertical-align: middle;
}

.product-configuration .footer .report-price-button {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-product-page-report-price.gif) no-repeat 0 0 transparent;
    margin: 9px 0 4px;
}

.product-configuration .footer .alert-stock {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-product-page-availability.gif) no-repeat 0 0 transparent;
}

.product-configuration .offer a {
    text-decoration: underline;
}

.product-configuration .offer a:hover {
    text-decoration: none;
}

.product-configuration .price-box {
    margin: 0;
    text-align: left;
}

.sb-popup .price-box {
    display: none !important;
}

.super-attribute-select {
    width: 100%;
}

.sb-popup .product-right {
    width: 70% !important;
}

.product-configuration .btn-cart {
    position: relative;
    margin: 0;
}

.product-configuration .availability {
    display: inline-block;
    width: 139px;
    font: normal 13px/18px Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0 0 0 18px;
    margin: 3px 0;
    float: right;
}

.cols .product-configuration .availability {
    width: 139px;
}

* html .product-configuration .availability {
    display: inline;
}

*+html .product-configuration .availability {
    display: inline;
}

.product-configuration .in-stock {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/instosk.jpg) no-repeat 0 1px;
    float: left;
    display: none;
}

.product-configuration select {
    display: block;
    width: 100%;
    margin: 0 0 3px;
    color: #66645e;
}

.product-configuration select option {
    text-align: center;
    width: 100%;
}

.product-configuration .left dl {
    float: none;
    clear: both;
}

.easyreview-front-postreviews,
.catalog-product-view {
    /*===== RATING ==== */
    /*===== STOCK ==== */
    /*===== OPTIONS ==== */
    /*===== BUNDLE ==== */
    /*===== PRIX ==== */
    /*===== ADD TO ==== */
    /*===== ALERT ==== */
    /*===== COLLATERALS ==== */
    /*===== OPTIONS II ==== */
    /*===== UPSELL ==== */
    /*===== REVIEWS ==== */
    /*===== SEND TO A FRIEND ==== */
    /*===== TABS ==== */
    /* ==== PACKS PRODUIT ===== */
    /* ==== PRODUITS CONFIGURABLES ==== */
}

.easyreview-front-postreviews .product-view .std ul li,
.easyreview-front-postreviews .product-view .std ul li:hover,
.catalog-product-view .product-view .std ul li,
.catalog-product-view .product-view .std ul li:hover {
    margin: 0;
    padding: 0;
    background: none;
}

.easyreview-front-postreviews .product-view .std ul.bundled-item li,
.easyreview-front-postreviews .product-view .std ul.bundled-item li:hover,
.catalog-product-view .product-view .std ul.bundled-item li,
.catalog-product-view .product-view .std ul.bundled-item li:hover {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bundled-item.gif) no-repeat 0 5px;
}

.easyreview-front-postreviews .no-rating-holder,
.catalog-product-view .no-rating-holder {
    width: 80px;
}

.easyreview-front-postreviews .no-rating,
.catalog-product-view .no-rating {
    margin: 0;
}

.easyreview-front-postreviews .ratings,
.catalog-product-view .ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.easyreview-front-postreviews .ratings strong,
.catalog-product-view .ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.easyreview-front-postreviews .ratings .rating-links,
.catalog-product-view .ratings .rating-links {
    margin: 0;
}

.easyreview-front-postreviews .ratings .rating-links .separator,
.catalog-product-view .ratings .rating-links .separator {
    margin: 0 2px;
}

.easyreview-front-postreviews .rating-box,
.catalog-product-view .rating-box {
    width: 85px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-rating.png) no-repeat 0 0;
    overflow: hidden;
}

.easyreview-front-postreviews .rating-box .rating,
.catalog-product-view .rating-box .rating {
    height: 16px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-rating.png) 0 100% repeat-x;
    float: left;
}

.easyreview-front-postreviews .ratings .rating-box,
.catalog-product-view .ratings .rating-box {
    float: left;
    margin-top: -1px;
}

.easyreview-front-postreviews .ratings-table th,
.easyreview-front-postreviews .ratings-table td,
.catalog-product-view .ratings-table th,
.catalog-product-view .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.easyreview-front-postreviews .ratings-table th,
.catalog-product-view .ratings-table th {
    font-weight: 700;
    padding-right: 8px;
}

.easyreview-front-postreviews .availability,
.catalog-product-view .availability {
    display: block;
    padding: 0 0 0 14px;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 0;
}

.easyreview-front-postreviews .in-stock,
.catalog-product-view .in-stock {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/instosk.jpg) no-repeat 0 4px;
}

.easyreview-front-postreviews .limited-qty,
.catalog-product-view .limited-qty {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/stock-limit.jpg) no-repeat 0 2px;
}

.easyreview-front-postreviews .out-of-stock,
.catalog-product-view .out-of-stock {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/indispo.jpg) no-repeat 0 2px;
}

.easyreview-front-postreviews .availability-only,
.catalog-product-view .availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.easyreview-front-postreviews .availability-only span,
.easyreview-front-postreviews .availability-only a,
.catalog-product-view .availability-only span,
.catalog-product-view .availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
    cursor: help;
}

.easyreview-front-postreviews .availability-only a,
.catalog-product-view .availability-only a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.easyreview-front-postreviews .availability-only .expanded,
.catalog-product-view .availability-only .expanded {
    background-position: 100% -15px;
}

.easyreview-front-postreviews .availability-only strong,
.catalog-product-view .availability-only strong {
    color: #be2c00;
}

.easyreview-front-postreviews .availability-only-details,
.catalog-product-view .availability-only-details {
    margin: 0 0 7px;
}

.easyreview-front-postreviews .availability-only-details th,
.catalog-product-view .availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.easyreview-front-postreviews .availability-only-details td,
.catalog-product-view .availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.easyreview-front-postreviews .availability-only-details tr.odd td.last,
.catalog-product-view .availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: 700;
}

.easyreview-front-postreviews .product-view .product-shop .availability,
.catalog-product-view .product-view .product-shop .availability {
    font-size: 11px;
}

.easyreview-front-postreviews .product-view .product-shop .availability span,
.catalog-product-view .product-view .product-shop .availability span {
    font-weight: 400;
}

.easyreview-front-postreviews .options-container-big,
.catalog-product-view .options-container-big {
    clear: both;
}

.easyreview-front-postreviews .options-container-big dd,
.catalog-product-view .options-container-big dd {
    margin-bottom: 3px;
}

.easyreview-front-postreviews .email-friend,
.catalog-product-view .email-friend {
    margin: 0;
}

.easyreview-front-postreviews .alert-price,
.catalog-product-view .alert-price {
    margin: 0;
    font-size: 11px;
}

.easyreview-front-postreviews .alert-stock,
.catalog-product-view .alert-stock {
    margin: 0;
    font-size: 11px;
}

.easyreview-front-postreviews .product-info-cols .col-2 .alert-price,
.catalog-product-view .product-info-cols .col-2 .alert-price {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.easyreview-front-postreviews .alert-stock,
.catalog-product-view .alert-stock {
    margin: 0;
    font-size: 11px;
    float: left;
    width: 292px;
    height: 57px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton-prevenir-des-ruptures.png);
    margin-top: 9px;
    margin-left: 1px;
}

.easyreview-front-postreviews .product-collateral .tab-holder .up-sell,
.catalog-product-view .product-collateral .tab-holder .up-sell {
    padding: 10px;
}

.easyreview-front-postreviews col.products-list-col,
.catalog-product-view col.products-list-col {
    width: 706px;
}

.easyreview-front-postreviews th.products-list-col,
.catalog-product-view th.products-list-col {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg-header-packs-1.jpg) center 10px no-repeat;
    width: 706px;
}

.easyreview-front-postreviews col.price-excluding-pack-col,
.catalog-product-view col.price-excluding-pack-col {
    width: 173px;
}

.easyreview-front-postreviews th.price-excluding-pack-col,
.catalog-product-view th.price-excluding-pack-col {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg-header-packs-2.jpg) center 10px no-repeat;
}

.easyreview-front-postreviews col.bundle-total-price-col,
.catalog-product-view col.bundle-total-price-col {
    width: 239px;
}

.easyreview-front-postreviews th.bundle-total-price-col,
.catalog-product-view th.bundle-total-price-col {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bordures_pack.png) center 10px no-repeat;
    width: 239px;
}

.easyreview-front-postreviews #bundle-product-table th,
.catalog-product-view #bundle-product-table th {
    color: #88847d;
    height: 30px;
    text-align: center;
}

.easyreview-front-postreviews #bundle-product-table td,
.catalog-product-view #bundle-product-table td {
    vertical-align: middle;
    text-align: center;
}

.easyreview-front-postreviews #bundle-product-table .list-product-bundle,
.catalog-product-view #bundle-product-table .list-product-bundle {
    overflow: hidden;
    margin-top: 20px;
}

.easyreview-front-postreviews #bundle-product-table .list-product-bundle li,
.catalog-product-view #bundle-product-table .list-product-bundle li {
    float: left !important;
    width: 100px;
}

.easyreview-front-postreviews #bundle-product-table .list-product-bundle li.last,
.catalog-product-view #bundle-product-table .list-product-bundle li.last {
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.easyreview-front-postreviews #bundle-product-table .list-product-bundle li img,
.catalog-product-view #bundle-product-table .list-product-bundle li img {
    border: 2px solid #b1b1b1;
}

.easyreview-front-postreviews #bundle-product-table .list-product-bundle li a,
.easyreview-front-postreviews #bundle-product-table .list-product-bundle li h3,
.catalog-product-view #bundle-product-table .list-product-bundle li a,
.catalog-product-view #bundle-product-table .list-product-bundle li h3 {
    color: #88847d;
    font-size: 12px;
    font-weight: 400;
}

.easyreview-front-postreviews #bundle-product-table .price-excluding-pack,
.catalog-product-view #bundle-product-table .price-excluding-pack {
    font-size: 20px;
    font-weight: 700;
    display: none !important;
}

.easyreview-front-postreviews #bundle-product-table .bundle-total-price .prices span,
.catalog-product-view #bundle-product-table .bundle-total-price .prices span {
    color: orange;
    font-weight: 700;
}

.easyreview-front-postreviews #bundle-product-table .bundle-total-price .discount-price,
.catalog-product-view #bundle-product-table .bundle-total-price .discount-price {
    font-size: 15px;
    margin-right: 5px;
}

.easyreview-front-postreviews #bundle-product-table .bundle-total-price .pack-price,
.catalog-product-view #bundle-product-table .bundle-total-price .pack-price {
    font-size: 37px;
}

.easyreview-front-postreviews .simplebundle-plus,
.catalog-product-view .simplebundle-plus {
    padding: 30px 25px 6px 25px;
}

.easyreview-front-postreviews #bundle-product-table .add-to-cart .button,
.catalog-product-view #bundle-product-table .add-to-cart .button {
    width: 239px;
}

.easyreview-front-postreviews #bundle-product-table .add-to-cart .button,
.easyreview-front-postreviews #bundleSummary button.btn-cart,
.catalog-product-view #bundle-product-table .add-to-cart .button,
.catalog-product-view #bundleSummary button.btn-cart {
    height: 58px;
    padding: 0 !important;
}

.easyreview-front-postreviews .bundle-product-table .add-to-cart,
.catalog-product-view .bundle-product-table .add-to-cart {
    border-bottom: 0 !important;
}

.easyreview-front-postreviews .bundle-product-table .button:hover,
.catalog-product-view .bundle-product-table .button:hover {
    background-color: #91c734;
}

.easyreview-front-postreviews .add-to-cart-wrapper span.qty-holder.qty-disabled,
.catalog-product-view .add-to-cart-wrapper span.qty-holder.qty-disabled {
    display: none;
}

.easyreview-front-postreviews .price,
.catalog-product-view .price {
    white-space: nowrap !important;
}

.easyreview-front-postreviews .price-box,
.catalog-product-view .price-box {
    margin: 0;
    min-height: 101px;
    width: 100%;
}

.easyreview-front-postreviews .price-box .price,
.catalog-product-view .price-box .price {
    font-weight: 700;
    color: #c76200;
    margin-top: 10px;
    margin-left: 10px;
}

.easyreview-front-postreviews .product-accessories .price-box,
.catalog-product-view .product-accessories .price-box {
    padding-right: 10px;
    text-align: right;
}

.easyreview-front-postreviews .product-accessories .price-box .price,
.catalog-product-view .product-accessories .price-box .price {
    font: bold 1.8em Arial, Helvetica, sans-serif;
}

.easyreview-front-postreviews .product-accessories .product-name,
.catalog-product-view .product-accessories .product-name {
    font-size: .9em;
    text-align: center;
}

.easyreview-front-postreviews .product-accessories .product-name a,
.catalog-product-view .product-accessories .product-name a {
    color: #666;
}

.easyreview-front-postreviews .product-accessories .add-to-buy-related,
.catalog-product-view .product-accessories .add-to-buy-related {
    position: absolute;
    bottom: 17px;
    padding: 6px 0 0 12px;
}

.easyreview-front-postreviews .regular-price,
.catalog-product-view .regular-price {
    color: #de9100;
}

.easyreview-front-postreviews .regular-price .price,
.catalog-product-view .regular-price .price {
    font-weight: 700;
    font-size: 13px;
    color: #c76200;
}

.easyreview-front-postreviews .block .regular-price,
.easyreview-front-postreviews .block .regular-price .price,
.catalog-product-view .block .regular-price,
.catalog-product-view .block .regular-price .price {
    color: #2f2f2f;
}

.easyreview-front-postreviews .old-price,
.catalog-product-view .old-price {
    text-align: left;
    margin: 0;
    padding: 17px;
}

.easyreview-front-postreviews .old-price .price-label,
.catalog-product-view .old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.easyreview-front-postreviews .old-price .price,
.catalog-product-view .old-price .price {
    font-weight: 700;
    color: #c76200;
    text-decoration: line-through;
    font-size: small;
    margin-left: 5px;
}

.easyreview-front-postreviews .special-price,
.catalog-product-view .special-price {
    margin: 0;
    padding: 0;
}

.easyreview-front-postreviews .special-price .price-label,
.catalog-product-view .special-price .price-label {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    color: #cd5033;
}

.easyreview-front-postreviews .special-price .price,
.catalog-product-view .special-price .price {
    color: #de9100;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.easyreview-front-postreviews .minimal-price,
.catalog-product-view .minimal-price {
    margin: 0;
}

.easyreview-front-postreviews .minimal-price .price-label,
.catalog-product-view .minimal-price .price-label {
    font-weight: 700;
    white-space: nowrap;
}

.easyreview-front-postreviews .minimal-price-link,
.catalog-product-view .minimal-price-link {
    display: block;
    float: right;
}

.easyreview-front-postreviews .minimal-price-link .label,
.catalog-product-view .minimal-price-link .label {
    color: #1e7ec8;
}

.easyreview-front-postreviews .minimal-price-link .price,
.catalog-product-view .minimal-price-link .price {
    font-weight: 400;
    color: #1e7ec8;
}

.easyreview-front-postreviews .block .price-box .price,
.easyreview-front-postreviews .price-box .price,
.catalog-product-view .block .price-box .price,
.catalog-product-view .price-box .price {
    color: orange;
    font: bold 50px Arial, Helvetica, sans-serif;
}

.easyreview-front-postreviews .block .price-box .old-price .price,
.catalog-product-view .block .price-box .old-price .price {
    margin-top: 4px !important;
}

.easyreview-front-postreviews .block .price-box .old-price .price,
.easyreview-front-postreviews .price-box .old-price .price,
.catalog-product-view .block .price-box .old-price .price,
.catalog-product-view .price-box .old-price .price {
    color: #000;
    font: bold 24px/24px Arial, Helvetica, sans-serif !important;
}

.easyreview-front-postreviews .price-excluding-tax,
.catalog-product-view .price-excluding-tax {
    display: block;
    color: #999;
}

.easyreview-front-postreviews .price-excluding-tax .label,
.catalog-product-view .price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.easyreview-front-postreviews .price-excluding-tax .price,
.catalog-product-view .price-excluding-tax .price {
    font-size: 13px;
    font-weight: 400;
    color: #c76200;
}

.easyreview-front-postreviews .price-including-tax,
.catalog-product-view .price-including-tax {
    display: block;
    color: #999;
}

.easyreview-front-postreviews .price-including-tax .label,
.catalog-product-view .price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.easyreview-front-postreviews .price-including-tax .price,
.catalog-product-view .price-including-tax .price {
    font-size: 13px;
    font-weight: 700;
    color: #c76200;
}

.easyreview-front-postreviews .weee,
.catalog-product-view .weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.easyreview-front-postreviews .weee .price,
.catalog-product-view .weee .price {
    font-size: 11px;
    font-weight: 400;
}

.easyreview-front-postreviews .price-excl-tax,
.catalog-product-view .price-excl-tax {
    display: block;
}

.easyreview-front-postreviews .price-excl-tax .label,
.catalog-product-view .price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.easyreview-front-postreviews .price-excl-tax .price,
.catalog-product-view .price-excl-tax .price {
    display: block;
}

.easyreview-front-postreviews .price-incl-tax,
.catalog-product-view .price-incl-tax {
    display: block;
}

.easyreview-front-postreviews .price-incl-tax .label,
.catalog-product-view .price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.easyreview-front-postreviews .price-incl-tax .price,
.catalog-product-view .price-incl-tax .price {
    display: block;
    font-weight: 700;
}

.easyreview-front-postreviews .price-from,
.catalog-product-view .price-from {
    margin: 0;
}

.easyreview-front-postreviews .price-from .price-label,
.catalog-product-view .price-from .price-label {
    font-weight: 700;
    white-space: nowrap;
}

.easyreview-front-postreviews .price-to,
.catalog-product-view .price-to {
    margin: 0;
}

.easyreview-front-postreviews .price-to .price-label,
.catalog-product-view .price-to .price-label {
    font-weight: 700;
    white-space: nowrap;
}

.easyreview-front-postreviews .price-notice,
.catalog-product-view .price-notice {
    padding-left: 10px;
    color: #999;
}

.easyreview-front-postreviews .price-notice .price,
.catalog-product-view .price-notice .price {
    font-weight: 700;
    color: #2f2f2f;
}

.easyreview-front-postreviews .price-as-configured,
.catalog-product-view .price-as-configured {
    margin: 0;
}

.easyreview-front-postreviews .price-as-configured .price-label,
.catalog-product-view .price-as-configured .price-label {
    font-weight: 700;
    white-space: nowrap;
}

.easyreview-front-postreviews .price-box-bundle,
.catalog-product-view .price-box-bundle {
    padding: 0 0 10px;
    float: left;
}

.easyreview-front-postreviews .price-box-bundle .price-box,
.catalog-product-view .price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.easyreview-front-postreviews .product-configuration .regular-price span,
.easyreview-front-postreviews .product-configuration .special-price span,
.easyreview-front-postreviews .product-configuration .old-price span,
.catalog-product-view .product-configuration .regular-price span,
.catalog-product-view .product-configuration .special-price span,
.catalog-product-view .product-configuration .old-price span {
    width: auto;
}

.easyreview-front-postreviews .add-to-links,
.catalog-product-view .add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.easyreview-front-postreviews .add-to-links .separator,
.catalog-product-view .add-to-links .separator {
    display: none;
}

.easyreview-front-postreviews .add-to-cart label,
.catalog-product-view .add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: 700;
    color: #666;
}

.easyreview-front-postreviews .add-to-cart .qty,
.catalog-product-view .add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.easyreview-front-postreviews .add-to-cart button.button,
.catalog-product-view .add-to-cart button.button {
    float: left;
}

.easyreview-front-postreviews .add-to-cart a.button,
.catalog-product-view .add-to-cart a.button {
    float: left;
}

.easyreview-front-postreviews .add-to-cart .paypal-logo,
.catalog-product-view .add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
}

.easyreview-front-postreviews .catalog-product-view .add-to-cart a.button,
.easyreview-front-postreviews .catalog-product-view .add-to-cart button,
.catalog-product-view .catalog-product-view .add-to-cart a.button,
.catalog-product-view .catalog-product-view .add-to-cart button {
    background: none;
    padding: 0;
}

.easyreview-front-postreviews .catalog-product-view .add-to-cart a.button span,
.easyreview-front-postreviews .catalog-product-view .add-to-cart button span,
.catalog-product-view .catalog-product-view .add-to-cart a.button span,
.catalog-product-view .catalog-product-view .add-to-cart button span {
    background: none;
    padding-left: 0;
}

.easyreview-front-postreviews .catalog-product-view .add-to-cart a.button span span,
.easyreview-front-postreviews .catalog-product-view .add-to-cart button span span,
.catalog-product-view .catalog-product-view .add-to-cart a.button span span,
.catalog-product-view .catalog-product-view .add-to-cart button span span {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-cart.jpg) no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.easyreview-front-postreviews .catalog-product-view .price-box,
.catalog-product-view .catalog-product-view .price-box {
    float: left;
}

.easyreview-front-postreviews .catalog-product-view .price-box .price,
.catalog-product-view .catalog-product-view .price-box .price {
    float: right;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
}

.easyreview-front-postreviews .cols .price-box .price,
.catalog-product-view .cols .price-box .price {
    padding: 0;
}

.easyreview-front-postreviews .add-to-box,
.catalog-product-view .add-to-box {
    margin: 10px 0;
    clear: both;
}

.easyreview-front-postreviews .add-to-box .add-to-cart,
.catalog-product-view .add-to-box .add-to-cart {
    float: left;
}

.easyreview-front-postreviews .add-to-box .or,
.catalog-product-view .add-to-box .or {
    float: left;
    font-weight: 700;
    margin: 0 7px;
    color: #666;
}

.easyreview-front-postreviews .add-to-box .add-to-links,
.catalog-product-view .add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.easyreview-front-postreviews .add-to-box .add-to-links li,
.catalog-product-view .add-to-box .add-to-links li {
    display: block !important;
}

.easyreview-front-postreviews .add-to-box .add-to-links li .separator,
.catalog-product-view .add-to-box .add-to-links li .separator {
    display: none !important;
}

.easyreview-front-postreviews .alert-stock,
.catalog-product-view .alert-stock {
    margin: 0;
    font-size: 11px;
    float: left;
    width: 100%;
    height: 57px;
    /* background-color: #e05a49; */
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton-prevenir-des-ruptures.png) 0 0 no-repeat;
    background-color: #df5b4e;
    margin: 9px 3px 0 0;
}

.easyreview-front-postreviews .product-collateral .title,
.easyreview-front-postreviews .product-collateral .h2,
.easyreview-front-postreviews .product-collateral h2,
.catalog-product-view .product-collateral .title,
.catalog-product-view .product-collateral .h2,
.catalog-product-view .product-collateral h2 {
    font-weight: 700;
    color: #e26703;
    padding: 0;
    margin: 10px 0;
}

.easyreview-front-postreviews .product-collateral .box-collateral,
.catalog-product-view .product-collateral .box-collateral {
    margin: 0 0 25px;
}

.easyreview-front-postreviews .tab-content .product-collateral h2,
.easyreview-front-postreviews .tab-content .product-collateral h3,
.catalog-product-view .tab-content .product-collateral h2,
.catalog-product-view .tab-content .product-collateral h3 {
    padding: 0;
    margin: 10px 0;
}

.easyreview-front-postreviews .product-options,
.catalog-product-view .product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}

.easyreview-front-postreviews .product-options dt,
.catalog-product-view .product-options dt {
    padding: 10px 0 0;
    font-weight: 400;
    display: none;
}

.easyreview-front-postreviews .product-options dt label,
.catalog-product-view .product-options dt label {
    font-weight: 700;
    color: #2f2f2f;
}

.easyreview-front-postreviews .product-options dt span.required,
.catalog-product-view .product-options dt span.required {
    color: #eb340a;
}

.easyreview-front-postreviews .product-options dt .qty-holder,
.catalog-product-view .product-options dt .qty-holder {
    float: right;
    margin-right: 15px;
}

.easyreview-front-postreviews .product-options dt .qty-holder label,
.catalog-product-view .product-options dt .qty-holder label {
    vertical-align: middle;
}

.easyreview-front-postreviews .product-options dt .qty-disabled,
.catalog-product-view .product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.easyreview-front-postreviews .product-options dd,
.catalog-product-view .product-options dd {
    padding: 0x;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

.easyreview-front-postreviews .product-options dl.last dd.last,
.catalog-product-view .product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.easyreview-front-postreviews .product-options dd input.input-text,
.catalog-product-view .product-options dd input.input-text {
    width: 98%;
}

.easyreview-front-postreviews .product-options dd input.datetime-picker,
.catalog-product-view .product-options dd input.datetime-picker {
    width: 150px;
}

.easyreview-front-postreviews .product-options dd .time-picker,
.catalog-product-view .product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.easyreview-front-postreviews .product-options dd textarea,
.catalog-product-view .product-options dd textarea {
    width: 98%;
    height: 8em;
}

.easyreview-front-postreviews .product-options dd select,
.catalog-product-view .product-options dd select {
    width: 99%;
}

.easyreview-front-postreviews .product-options dd .multiselect option,
.catalog-product-view .product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.easyreview-front-postreviews .product-options ul.options-list,
.catalog-product-view .product-options ul.options-list {
    margin-right: 5px;
}

.easyreview-front-postreviews .product-options ul.options-list li,
.catalog-product-view .product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.easyreview-front-postreviews .product-options ul.options-list input.radio,
.catalog-product-view .product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.easyreview-front-postreviews .product-options ul.options-list input.checkbox,
.catalog-product-view .product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.easyreview-front-postreviews .product-options ul.options-list .label,
.catalog-product-view .product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.easyreview-front-postreviews .product-options ul.options-list label,
.catalog-product-view .product-options ul.options-list label {
    font-weight: 400;
}

.easyreview-front-postreviews .product-options ul.validation-failed,
.catalog-product-view .product-options ul.validation-failed {
    padding: 0 7px;
}

.easyreview-front-postreviews .product-options p.note,
.catalog-product-view .product-options p.note {
    margin: 0;
    font-size: 11px;
}

.easyreview-front-postreviews .product-options p.required,
.catalog-product-view .product-options p.required {
    margin-bottom: 0;
    padding: 15px 0 0;
}

.easyreview-front-postreviews .product-options-bottom,
.catalog-product-view .product-options-bottom {
    background-color: #fffada;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.easyreview-front-postreviews .product-options-bottom .tier-prices,
.catalog-product-view .product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}

.easyreview-front-postreviews .product-options-bottom .tier-prices li,
.catalog-product-view .product-options-bottom .tier-prices li {
    padding: 2px 0;
    color: #e26703;
}

.easyreview-front-postreviews .product-options-bottom .tier-prices .price,
.easyreview-front-postreviews .product-options-bottom .tier-prices .benefit,
.catalog-product-view .product-options-bottom .tier-prices .price,
.catalog-product-view .product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.easyreview-front-postreviews .product-options-bottom .price-box,
.catalog-product-view .product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.easyreview-front-postreviews .product-options-bottom .price-label,
.catalog-product-view .product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.easyreview-front-postreviews .product-options-bottom .price-tax,
.catalog-product-view .product-options-bottom .price-tax {
    float: left;
}

.easyreview-front-postreviews .product-options-bottom .add-to-cart,
.catalog-product-view .product-options-bottom .add-to-cart {
    float: right;
}

.easyreview-front-postreviews .product-shop .product-options-bottom,
.catalog-product-view .product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.easyreview-front-postreviews .product-shop .product-options-bottom .price-box,
.catalog-product-view .product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.easyreview-front-postreviews .product-shop .product-options-bottom .price-label,
.catalog-product-view .product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.easyreview-front-postreviews .product-shop .product-options-bottom .price-tax,
.catalog-product-view .product-shop .product-options-bottom .price-tax {
    float: none;
}

.easyreview-front-postreviews .product-shop .product-options-bottom .add-to-cart-box,
.catalog-product-view .product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.easyreview-front-postreviews .product-view .grouped-items-table .price-box,
.catalog-product-view .product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

.easyreview-front-postreviews .product-view .box-additional .data-table th,
.easyreview-front-postreviews .product-view .box-additional .data-table td,
.catalog-product-view .product-view .box-additional .data-table th,
.catalog-product-view .product-view .box-additional .data-table td {
    line-height: 1.25;
}

.easyreview-front-postreviews .product-view .box-up-sell,
.catalog-product-view .product-view .box-up-sell {
    width: 952px;
}

.easyreview-front-postreviews .product-view .box-up-sell .title,
.catalog-product-view .product-view .box-up-sell .title {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid,
.catalog-product-view .product-view .box-up-sell .products-grid {
    width: 100%;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid td,
.catalog-product-view .product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid tr.last td,
.catalog-product-view .product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid td.last,
.catalog-product-view .product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid td img,
.catalog-product-view .product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid .product-image,
.catalog-product-view .product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid .product-name a:hover,
.catalog-product-view .product-view .box-up-sell .products-grid .product-name a:hover {
    text-decoration: underline;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid .product-name,
.catalog-product-view .product-view .box-up-sell .products-grid .product-name {
    color: #666;
    display: block;
    font-weight: 400;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid td.empty,
.catalog-product-view .product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.easyreview-front-postreviews .product-view .box-up-sell .products-grid .ratings .rating-box,
.catalog-product-view .product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.easyreview-front-postreviews .product-view .box-tags,
.catalog-product-view .product-view .box-tags {
    margin: 0;
}

.easyreview-front-postreviews .product-view .box-tags h3,
.catalog-product-view .product-view .box-tags h3 {
    font-size: 13px;
}

.easyreview-front-postreviews .product-view .box-tags .product-tags,
.catalog-product-view .product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.easyreview-front-postreviews .product-view .box-tags .product-tags li,
.catalog-product-view .product-view .box-tags .product-tags li {
    display: inline;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.easyreview-front-postreviews .product-view .box-tags .product-tags li.first,
.catalog-product-view .product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.easyreview-front-postreviews .product-view .box-tags .product-tags li.last,
.catalog-product-view .product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.easyreview-front-postreviews .product-view .box-tags .form-add label,
.catalog-product-view .product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #0a263c;
}

.easyreview-front-postreviews .product-view .box-tags .form-add .input-box,
.catalog-product-view .product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.easyreview-front-postreviews .product-view .box-tags .form-add input.input-text,
.catalog-product-view .product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.easyreview-front-postreviews .product-view .box-tags .form-add button.button span,
.catalog-product-view .product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.easyreview-front-postreviews .product-view .box-tags .note,
.catalog-product-view .product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

.easyreview-front-postreviews .dashboard .reviews,
.catalog-product-view .dashboard .reviews {
    margin: 0 0 20px;
}

.easyreview-front-postreviews .product-view #customer-reviews,
.catalog-product-view .product-view #customer-reviews {
    margin-bottom: 0;
}

.easyreview-front-postreviews .box-reviews,
.catalog-product-view .box-reviews {
    padding: 0;
}

.easyreview-front-postreviews .product-view .box-reviews .important,
.catalog-product-view .product-view .box-reviews .important {
    font-weight: 400;
    color: red;
}

.easyreview-front-postreviews .product-view .box-reviews dl,
.catalog-product-view .product-view .box-reviews dl {
    font-size: 12px;
    margin: 15px 0 0;
}

.easyreview-front-postreviews .product-view .box-reviews dt a,
.easyreview-front-postreviews .product-view .box-reviews dt span,
.catalog-product-view .product-view .box-reviews dt a,
.catalog-product-view .product-view .box-reviews dt span {
    font-weight: 700;
}

.easyreview-front-postreviews .product-view .box-reviews dd,
.catalog-product-view .product-view .box-reviews dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}

.easyreview-front-postreviews .product-view .box-reviews dd small,
.catalog-product-view .product-view .box-reviews dd small {
    font-style: italic;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add,
.catalog-product-view .product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add h3,
.catalog-product-view .product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: 400;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add h3 span,
.catalog-product-view .product-view .box-reviews .form-add h3 span {
    font-weight: 700;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add h4,
.catalog-product-view .product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add .data-table td,
.catalog-product-view .product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add .form-list,
.catalog-product-view .product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add .form-list .input-box,
.catalog-product-view .product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add .form-list input.input-text,
.easyreview-front-postreviews .product-view .box-reviews .form-add .form-list textarea,
.catalog-product-view .product-view .box-reviews .form-add .form-list input.input-text,
.catalog-product-view .product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

.easyreview-front-postreviews .product-view .box-reviews .admin-review .reviewer,
.catalog-product-view .product-view .box-reviews .admin-review .reviewer {
    border: 0 none;
    color: #3E74B4;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.easyreview-front-postreviews .product-view .box-reviews .customer-review .title,
.catalog-product-view .product-view .box-reviews .customer-review .title {
    border: 0 none;
    color: #E4AE42;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}

.easyreview-front-postreviews .product-view .box-reviews .date,
.easyreview-front-postreviews .product-view .box-reviews .rating-code,
.catalog-product-view .product-view .box-reviews .date,
.catalog-product-view .product-view .box-reviews .rating-code {
    display: none;
}

.easyreview-front-postreviews .product-view .box-reviews .label,
.catalog-product-view .product-view .box-reviews .label {
    float: left;
    display: block;
    font-weight: 400;
}

.easyreview-front-postreviews .product-view .review-form .product-name,
.catalog-product-view .product-view .review-form .product-name {
    font-weight: 700;
    margin: 0 0 15px;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add dl,
.catalog-product-view .product-view .box-reviews .form-add dl {
    padding: 0;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add dt,
.catalog-product-view .product-view .box-reviews .form-add dt {
    font-weight: 700;
    padding: 0 0 10px;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add dd,
.catalog-product-view .product-view .box-reviews .form-add dd {
    margin: 0;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add th,
.catalog-product-view .product-view .box-reviews .form-add th {
    width: 200px;
    color: #5d5d5d;
    padding-left: 5px;
    font-size: 12px;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add .rating-box,
.catalog-product-view .product-view .box-reviews .form-add .rating-box {
    float: right;
}

.easyreview-front-postreviews .product-reference,
.catalog-product-view .product-reference {
    display: block;
    text-align: right;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 14px 0 0;
}

.easyreview-front-postreviews .product-view .box-reviews .form-add,
.catalog-product-view .product-view .box-reviews .form-add {
    margin: 0;
    width: 367px;
}

.easyreview-front-postreviews .box-reviews .form-list,
.catalog-product-view .box-reviews .form-list {
    margin: 0 0 0 5px;
    width: 362px;
}

.easyreview-front-postreviews .box-reviews .form-list li,
.catalog-product-view .box-reviews .form-list li {
    margin: 0 0 10px;
}

.easyreview-front-postreviews .box-reviews .form-list label,
.catalog-product-view .box-reviews .form-list label {
    display: block;
    color: #5d5d5d;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0 0 1px;
}

.easyreview-front-postreviews .box-reviews .form-list .input-box,
.catalog-product-view .box-reviews .form-list .input-box {
    width: 362px;
}

.easyreview-front-postreviews .box-reviews .form-list input.input-text,
.catalog-product-view .box-reviews .form-list input.input-text {
    width: 356px;
}

.easyreview-front-postreviews .box-reviews .form-list textarea,
.catalog-product-view .box-reviews .form-list textarea {
    width: 356px;
    height: 120px;
    margin: 0 0 -5px;
    position: relative;
}

.easyreview-front-postreviews .box-reviews .buttons-set,
.catalog-product-view .box-reviews .buttons-set {
    border: none;
    padding: 0;
    width: 362px;
    margin: 0 0 0 5px;
}

.easyreview-front-postreviews .box-reviews .buttons-set .button:hover span,
.easyreview-front-postreviews .box-reviews .buttons-set .button-hover span,
.catalog-product-view .box-reviews .buttons-set .button:hover span,
.catalog-product-view .box-reviews .buttons-set .button-hover span {
    text-decoration: underline;
}

.easyreview-front-postreviews .product-view .review-form .data-table thead th,
.catalog-product-view .product-view .review-form .data-table thead th {
    background: none;
    border: none;
}

.easyreview-front-postreviews .product-view .review-form .data-table,
.easyreview-front-postreviews .product-view .review-form .data-table tbody th,
.easyreview-front-postreviews .product-view .review-form .data-table tbody td,
.catalog-product-view .product-view .review-form .data-table,
.catalog-product-view .product-view .review-form .data-table tbody th,
.catalog-product-view .product-view .review-form .data-table tbody td {
    background: none;
    border: none;
}

.easyreview-front-postreviews .product-view .review-form .data-table tbody td,
.catalog-product-view .product-view .review-form .data-table tbody td {
    text-align: center;
    padding: 0;
}

.easyreview-front-postreviews .product-view .review-form,
.catalog-product-view .product-view .review-form {
    padding-left: 30px;
}

.easyreview-front-postreviews .product-view .review-form li,
.catalog-product-view .product-view .review-form li {
    display: block;
    float: none;
    width: 100%;
    clear: both;
}

.easyreview-front-postreviews .product-view .review-form label,
.catalog-product-view .product-view .review-form label {
    color: #000;
    font-weight: 400;
}

.easyreview-front-postreviews .product-view .review-form #product-review-table td.label,
.catalog-product-view .product-view .review-form #product-review-table td.label {
    color: #fff;
}

.easyreview-front-postreviews .review-form .review-nologged,
.catalog-product-view .review-form .review-nologged {
    padding: 15px;
}

.easyreview-front-postreviews .product-view .product-collateral .product-video-container,
.catalog-product-view .product-view .product-collateral .product-video-container {
    text-align: center;
}

.easyreview-front-postreviews .send-friend .form-list,
.catalog-product-view .send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.easyreview-front-postreviews .send-friend .form-list li,
.catalog-product-view .send-friend .form-list li {
    margin-right: -15px;
}

.easyreview-front-postreviews .send-friend .form-list li p,
.catalog-product-view .send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.easyreview-front-postreviews .send-friend .form-list .field,
.catalog-product-view .send-friend .form-list .field {
    width: 315px;
}

.easyreview-front-postreviews .send-friend .form-list .input-box,
.catalog-product-view .send-friend .form-list .input-box {
    width: 300px;
}

.easyreview-front-postreviews .send-friend .form-list input.input-text,
.easyreview-front-postreviews .send-friend .form-list textarea,
.catalog-product-view .send-friend .form-list input.input-text,
.catalog-product-view .send-friend .form-list textarea {
    width: 294px;
}

.easyreview-front-postreviews .send-friend .form-list li.wide .input-box,
.catalog-product-view .send-friend .form-list li.wide .input-box {
    width: 612px;
}

.easyreview-front-postreviews .send-friend .form-list li.wide textarea,
.catalog-product-view .send-friend .form-list li.wide textarea {
    width: 609px;
}

.easyreview-front-postreviews .send-friend .buttons-set .limit,
.catalog-product-view .send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

.easyreview-front-postreviews .toggle-content.tabs,
.catalog-product-view .toggle-content.tabs {
    height: 1%;
    padding: 0 2px 0 0;
    overflow: hidden;
    margin: 0 0 -1px;
}

.easyreview-front-postreviews .toggle-content.tabs ul,
.catalog-product-view .toggle-content.tabs ul {
    margin: 0;
    list-style: none;
}

.easyreview-front-postreviews .toggle-content.tabs ul li,
.catalog-product-view .toggle-content.tabs ul li {
    float: left;
}

.easyreview-front-postreviews .toggle-content.tabs ul.toggle-tabs a,
.catalog-product-view .toggle-content.tabs ul.toggle-tabs a {
    display: block;
    height: 34px;
    text-align: center;
    font: bold 14px/34px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0 10px 0 30px;
}

.easyreview-front-postreviews .toggle-content.tabs ul a:hover,
.catalog-product-view .toggle-content.tabs ul a:hover {
    text-decoration: none;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-content li,
.catalog-product-view .toggle-content.tabs .tab-content li {
    float: none !important;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-additional a,
.catalog-product-view .toggle-content.tabs .tab-additional a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat;
    padding: 0 0 0 30px;
    width: 166px;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-additional a:hover,
.easyreview-front-postreviews .toggle-content.tabs .tab-additional.active a,
.catalog-product-view .toggle-content.tabs .tab-additional a:hover,
.catalog-product-view .toggle-content.tabs .tab-additional.active a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat 0 -36px;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-description a,
.catalog-product-view .toggle-content.tabs .tab-description a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -161px 0;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-description a:hover,
.easyreview-front-postreviews .toggle-content.tabs .tab-description.active a,
.catalog-product-view .toggle-content.tabs .tab-description a:hover,
.catalog-product-view .toggle-content.tabs .tab-description.active a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -161px -36px;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-accessoires a,
.catalog-product-view .toggle-content.tabs .tab-accessoires a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -322px 0;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-accessoires a:hover,
.easyreview-front-postreviews .toggle-content.tabs .tab-accessoires.active a,
.catalog-product-view .toggle-content.tabs .tab-accessoires a:hover,
.catalog-product-view .toggle-content.tabs .tab-accessoires.active a {
    background: #aad905 url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -322px -36px;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-sb_packs a,
.catalog-product-view .toggle-content.tabs .tab-sb_packs a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -483px 0;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-sb_packs a:hover,
.easyreview-front-postreviews .toggle-content.tabs .tab-sb_packs.active a,
.catalog-product-view .toggle-content.tabs .tab-sb_packs a:hover,
.catalog-product-view .toggle-content.tabs .tab-sb_packs.active a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -483px -36px;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-reviews a,
.catalog-product-view .toggle-content.tabs .tab-reviews a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -644px 0;
    padding: 0 0 0 30px;
    width: 112px;
}

.catalog-product-view .toggle-content.tabs .tab-conseils a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -820px 0;
}

body .tab-conseils+.tab-container h2 {
    clear: both;
}

body .tab-conseils+.tab-container .tab-content {
    padding-top: 0;
}

.catalog-product-view .toggle-content.tabs .tab-conseils.active a,
.catalog-product-view .toggle-content.tabs .tab-conseils a:hover {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -820px -37px;
}

.video-youtube-item {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 3px;
}

.video-youtube-item iframe {
    max-width: 100%;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-reviews a:hover,
.easyreview-front-postreviews .toggle-content.tabs .tab-reviews.active a,
.catalog-product-view .toggle-content.tabs .tab-reviews a:hover,
.catalog-product-view .toggle-content.tabs .tab-reviews.active a {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -644px -36px;
}

.easyreview-front-postreviews .toggle-content.tabs .back-top,
.catalog-product-view .toggle-content.tabs .back-top {
    float: right;
    font: 11px Arial, Helvetica, sans-serif;
    margin: 16px 5px 0 0;
    display: inline;
    text-decoration: underline;
}

.easyreview-front-postreviews .toggle-content.tabs .back-top:hover,
.catalog-product-view .toggle-content.tabs .back-top:hover {
    text-decoration: none;
}

.easyreview-front-postreviews .tab-holder,
.catalog-product-view .tab-holder {
    margin: 0 0 15px;
}

.easyreview-front-postreviews .tab-content,
.catalog-product-view .tab-content {
    border: 1px solid #cfd8c5;
    height: 1%;
    overflow: hidden;
    padding: 30px;
}

.easyreview-front-postreviews .tab-content .std,
.catalog-product-view .tab-content .std {
    padding: 10px;
    line-height: 19px;
}

.easyreview-front-postreviews .tab-content .upsell-products li.aw-arp-item,
.easyreview-front-postreviews .tab-content .block-related.aw-arp-block li.aw-arp-item,
.catalog-product-view .tab-content .upsell-products li.aw-arp-item,
.catalog-product-view .tab-content .block-related.aw-arp-block li.aw-arp-item {
    height: 290px;
    position: relative;
}

.easyreview-front-postreviews .tab-content .block .price-box .price,
.easyreview-front-postreviews .tab-content .price-box .price,
.catalog-product-view .tab-content .block .price-box .price,
.catalog-product-view .tab-content .price-box .price {
    font-size: 24px;
}

.easyreview-front-postreviews .tab-content .minimal-price-link,
.catalog-product-view .tab-content .minimal-price-link {
    display: none;
}

.easyreview-front-postreviews .toggle-tabs li,
.catalog-product-view .toggle-tabs li {
    background-color: #e4f3af;
}

.easyreview-front-postreviews .toggle-content.tabs .tab-accessoires a span,
.easyreview-front-postreviews .toggle-content.tabs .tab-additional a span,
.catalog-product-view .toggle-content.tabs .tab-accessoires a span,
.catalog-product-view .toggle-content.tabs .tab-additional a span {
    padding-left: 9px !important;
}

.easyreview-front-postreviews .up-sell,
.catalog-product-view .up-sell {
    text-align: center;
}

.easyreview-front-postreviews .up-sell #bundle-product-table,
.catalog-product-view .up-sell #bundle-product-table {
    margin: 0 auto;
}

.easyreview-front-postreviews #product-options-wrapper dl.last,
.easyreview-front-postreviews .price-as-configured,
.catalog-product-view #product-options-wrapper dl.last,
.catalog-product-view .price-as-configured {
    display: none;
}

.easyreview-front-postreviews .product-reassurance-description p.reassurance_produit,
.catalog-product-view .product-reassurance-description p.reassurance_produit {
    padding-top: 0 !important;
    background: none !important;
    background-color: #fff !important;
}

.easyreview-front-postreviews .product-reassurance-description,
.catalog-product-view .product-reassurance-description {
    border: 1px solid #ddd;
    border-top: 0;
    background-image: none !important;
    top: 101px !important;
    background-color: #fff !important;
}

.qty-disabled a,
.options-container-big .qty-disabled {
    display: none;
}


/* Block: Reviews */

.dashboard .reviews {
    margin: 0 0 20px;
}

.product-view #customer-reviews {
    margin-bottom: 0;
}

.box-reviews {
    padding: 8px 24px 5px;
}

.product-view .box-reviews .important {
    font-weight: normal;
    color: #f00;
}

.product-view .box-reviews dl {
    font-size: 12px;
    margin: 15px 0 0 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    padding-bottom: 25px;
    margin-bottom: 5px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

.product-view .box-reviews .admin-review .reviewer {
    border: 0 none;
    color: #3E74B4;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-view .box-reviews .customer-review .title {
    border: 0 none;
    color: #E4AE42;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}

.product-view .box-reviews .date,
.product-view .box-reviews .rating-code {
    display: none;
}

.product-view .box-reviews .label {
    float: left;
    display: block;
    font-weight: normal;
}

.product-view .review-form .product-name {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.product-view .box-reviews .form-add dl {
    padding: 0;
}

.product-view .box-reviews .form-add dt {
    font-weight: bold;
    padding: 0 0 10px;
}

.product-view .box-reviews .form-add dd {
    margin: 0;
}

.product-view .box-reviews .form-add th {
    width: 200px;
    color: #5d5d5d;
    padding-left: 5px;
    font-size: 12px;
}

.product-view .box-reviews .form-add .rating-box {
    float: right;
}

.product-reference {
    display: block;
    text-align: right;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 14px 0 0;
}

.product-view .box-reviews .form-add {
    margin: 0;
    width: 367px;
}

.box-reviews .form-list {
    margin: 0 0 0 5px;
    width: 362px;
}

.box-reviews .form-list li {
    margin: 0 0 10px;
}

.box-reviews .form-list label {
    display: block;
    color: #5d5d5d;
    font: 12px Arial, Helvetica, sans-serif;
    margin: 0 0 1px;
}

.box-reviews .form-list .input-box {
    width: 362px;
}

.box-reviews .form-list input.input-text {
    width: 356px;
}

.box-reviews .form-list textarea {
    width: 356px;
    height: 120px;
    margin: 0 0 -5px;
    position: relative;
}

.box-reviews .buttons-set {
    border: none;
    padding: 0;
    width: 362px;
    margin: 0 0 0 5px;
}

.box-reviews .buttons-set .button:hover span,
.box-reviews .buttons-set .button-hover span {
    text-decoration: underline;
}

.product-view .review-form .data-table thead th {
    background: none;
    border: none;
}

.product-view .review-form .data-table,
.product-view .review-form .data-table tbody th,
.product-view .review-form .data-table tbody td {
    background: none;
    border: none;
}

.product-view .review-form .data-table tbody td {
    text-align: center;
    padding: 0;
}

.data-table tbody td {
    padding: 5px !important;
}


/*
#checkout-review-table thead,
#request-list thead, 
#my-orders-table thead {display: none;}*/

.product-view .review-form {
    padding-left: 30px;
}

.product-view .review-form label {
    color: #000;
    font-weight: normal;
}

.product-view .review-form #product-review-table td.label {
    color: #fff;
}

.review-form .review-nologged {
    padding: 15px;
}

.review-form .form-list {
    float: none;
    width: 100%;
    clear: both;
    display: block;
}

.easyreview-front-postreviews h2 {
    text-align: center;
    padding: 30px;
}

.easyreview-front-postreviews .col-main {
    width: 100%;
    float: none;
    clear: both;
}

#review-form {
    width: 75%;
    margin: 0 auto;
}

#review-form,
#product-review-table {
    border: none;
    background: none;
}

#review-form td,
#review-form tr,
#review-form tr td,
#review-form tr th,
#review-form tr.last th,
#review-form tr.last td,
#product-review-table td,
#product-review-table tr,
#product-review-table tr td,
#product-review-table tr th,
#product-review-table tr.last th,
#product-review-table tr.last td {
    background: none;
    border: none;
    color: #000;
    padding: 0;
}

#review-form thead th,
#product-review-table thead th {
    padding: 10px !important;
}

#review-form .legend,
#product-review-table .legend {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 0;
    text-align: center;
}

#review-form input[type=email],
#review-form input[type=search],
#review-form input[type=number],
#review-form input[type=password],
#review-form input[type=tel],
#review-form input[type=text],
#product-review-table input[type=email],
#product-review-table input[type=search],
#product-review-table input[type=number],
#product-review-table input[type=password],
#product-review-table input[type=tel],
#product-review-table input[type=text] {
    width: 94%;
    margin-bottom: 10px;
}

#review-form .buttons-set,
#product-review-table .buttons-set {
    border-top: 0;
}

.slick-prev:before,
.slick-next:before {
    z-index: 1;
}

#bundle-product-table .simplebundle-pic {
    z-index: 3 !important;
}

#bundle-product-table .simplebundle-pic-qty {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
}

.MagicToolboxSelectorsContainer {
    margin-top: 13px;
}


/* ==== RESPONSIVE ==== */

@media only screen and (max-width: 770px) {
    /* ============ PRODUIT RESPONSIVE =============================================================================================================
  =============================================================================================================================================== */
    /* ==== GENERAL RESPONSIVE ==== */
    .catalog-product-view .col-main {
        margin: 0;
    }
    .catalog-product-view .toggle-content.tabs .tab-conseils a {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -820px 0;
    }
    .video-youtube-item {
        width: 100%;
        padding: 0;
    }
    .tab-container iframe {
        max-width: 100%;
        height: auto;
    }
    .catalog-product-view .toggle-content.tabs .tab-conseils.active a,
    .catalog-product-view .toggle-content.tabs .tab-conseils a:hover {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-tab-set.gif) no-repeat -820px -37px;
    }
    .catalog-product-view .main-container.col1-layout {
        padding: 4%;
    }
    .product-view .one-third {
        margin-left: 0 !important;
        width: 100% !important;
    }
    /* ==== GENERAL RESPONSIVE ==== */
    /* ==== NAVIGATION RESPONSIVE ==== */
    .breadcrumbs {
        height: auto;
        background: none;
    }
    .breadcrumbs ul {
        margin-bottom: 30px;
        background: none;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li.home {
        display: block;
        float: left;
        clear: none;
        padding: 5px 0;
        font-size: 9px;
    }
    .breadcrumbs ul a,
    .breadcrumbs ul li.last,
    .breadcrumbs ul li.home {
        background: none;
        height: auto;
        text-align: left;
        font-size: 9px;
    }
    #product-navigation-bar {
        border-radius: 0;
        background: none;
        height: auto;
        background: #91c734;
        font-size: 1rem;
        box-shadow: none;
        border: none;
    }
    #product-navigation-bar button {
        font-size: 16px;
        font-size: 1.6rem;
        height: auto;
    }
    /* ==== NAVIGATION RESPONSIVE ==== */
    /* ==== BOUTON EN COMMANDE RESPONSIVE ==== */
    .product-configuration a.btn-cart-inactive span,
    .product-configuration button.btn-cart-inactive span,
    .product-package button.btn-cart-inactive span,
    #bundle-product-table .add-to-cart .btn-cart-inactive:hover span,
    .product-configuration a.btn-cart-inactive:hover span,
    .product-configuration button.btn-cart-inactive:hover span,
    .product-package button.btn-cart-inactive:hover span {
        -webkit-background-size: 95%;
        background-size: 95%;
        background-color: transparent !important;
        height: 52px;
    }
    /* ==== BOUTON EN COMMANDE RESPONSIVE ==== */
    /* ==== FICHE EXPRESS RESPONSIVE ==== */
    .products-grid .img-holder:hover .fiche-express,
    .products-list .img-holder:hover .fiche-express,
    .products-grid .img-holder:hover .btn-zoom,
    .products-list .img-holder:hover .btn-zoom {
        display: none !important;
    }
    .ficheexpress-wrapper div.MagicToolboxContainer.minWidth,
    .ficheexpress-wrapper .product-img-box .mz-figure.mz-no-zoom,
    .ficheexpress-wrapper .product-img-box .mz-figure.mz-click-zoom,
    .ficheexpress-wrapper .product-img-box .mz-figure.mz-active,
    .ficheexpress-wrapper .product-view .product-img-box {
        width: 100% !important;
    }
    .ficheexpress-wrapper .product-configuration .add-to-cart {
        padding-top: 0;
        height: auto;
    }
    .ficheexpress-wrapper .product-essential .socials {
        display: none;
    }
    .ficheexpress-wrapper .continue-shopping {
        display: none;
    }
    /* ==== FICHE EXPRESS RESPONSIVE ==== */
    /* ==== REVIEW FORM RESPONSIVE ==== */
    .product-view .review-form {
        padding-left: 0;
    }
    .product-view .review-form .form-list input.input-text,
    .product-view .review-form .form-list .input-box,
    .product-view .review-form .form-list textarea {
        width: 100%;
    }
    .product-view .review-form .rating-box .rating {
        text-indent: -9999px;
    }
    /* ==== REVIEW FORM RESPONSIVE ==== */
    /* ==== PRIX & CONFIG PRODUIT RESPONSIVE ==== */
    .products-grid .product-image img {
        width: 100%;
        height: auto;
    }
    .product-img-box .MagicZoom {
        display: table;
        width: 100%;
    }
    .product-img-box .MagicZoom a {
        display: block;
        text-align: center;
    }
    .product-img-box .MagicZoom img,
    .product-img-box .mz-figure img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
    }
    .product-img-box .mz-figure.mz-no-zoom,
    .product-img-box .mz-figure.mz-click-zoom,
    .product-img-box .mz-figure.mz-active {
        width: 100%;
    }
    .product-img-box figure.mz-figure {
        -webkit-perspective: none;
        perspective: none;
        margin: 0 !important;
    }
    .product-img-box .MagicToolboxSelectorsContainer>div {
        text-align: center;
    }
    .product-img-box .MagicToolboxSelectorsContainer {
        margin-top: 7px;
    }
    .product-view #customer-reviews {
        background: none;
    }
    .product-view .product-shop {
        min-height: 0px !important;
    }
    .product-view .product-shop .product-ids,
    .product-view .product-shop .emailto-link,
    .product-view .product-shop .short-description,
    .product-view .product-shop .links-view {
        display: none;
    }
    .product-configuration .in-stock,
    .product-configuration .infos-cagnotte #reward_price a {
        display: none;
    }
    .product-configuration .product-configuration .right-side .left-col,
    .product-configuration .right-side .right-col {
        width: 48%;
        float: left;
        height: auto;
    }
    .product-configuration .infos-cagnotte #reward_price {
        position: relative;
    }
    #product-navigation-bar .back {
        display: none;
        width: 100%;
        padding: 10px;
        text-align: center;
        background-color: #333;
    }
    #product-navigation-bar .back button {
        color: #fff;
    }
    #product-navigation-bar .nav-links {
        padding: 10px;
        text-align: center;
        float: none;
        clear: both;
        background-color: #91c734;
    }
    #product-navigation-bar .nav-links a {
        color: #fff;
    }
    #product-navigation-bar .nav-links .link,
    #product-navigation-bar .nav-links .pager-label {
        margin: 0;
    }
    .product-essential .rating-holder {
        float: none;
    }
    .links-additionals-elements {
        display: none;
    }
    .product-view .product-shop .link-descriptif {
        background-image: none;
        padding: 0;
        margin: 0 auto !important;
    }
    .product-essential .socials {
        position: relative;
        bottom: initial;
        padding-top: 0;
    }
    .product-essential .socials #socials_likes {
        float: none;
        width: 100%;
    }
    .product-essential .socials .gplus_like_button_container,
    .product-essential .socials .twitter_like_button_container {
        margin-top: 5px;
    }
    .product-essential .socials .no-rating-holder {
        width: auto;
        clear: none;
    }
    .product-essential .socials .no-rating-holder p {
        margin-left: 10px;
    }
    .product-essential .socials .rating-holder a.link-tabset {
        font-size: 16px;
        font-size: 1.6rem;
        width: auto;
    }
    .product-view .product-shop .socials a {
        font-size: 16px;
    }
    .catalog-product-view .product-view .add-to-cart-wrapper .right {
        right: 0;
        top: 0;
    }
    .product-view .price-info {
        padding: 0;
    }
    .product-view .product-shop a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .product-view .product-shop .emailto-link {
        position: relative;
        width: auto;
        left: initial;
    }
    .product-view .product-shop,
    .product-view .add-to-cart-wrapper {
        border: none;
        min-height: 0;
        background: none;
    }
    .product-view .product-shop,
    .product-configuration .holder {
        padding: 0;
        float: none;
        background-image: none;
        width: 100%;
        margin: 0 auto;
    }
    .product-configuration .holder {
        min-height: 0;
    }
    .product-configuration form {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .product-reassurance,
    .report-price-under {
        display: none;
    }
    .product-reassurance li.first,
    .product-reassurance li,
    .product-reassurance li.last {
        width: 25%;
        background-image: none;
        background-color: #eee;
    }
    .collateral-tabs .tab {
        text-indent: -9999999px;
    }
    .tab-set .reviews a {
        width: 45px;
        padding: 0;
    }
    #review-form {
        font-size: 9px;
        font-size: 0.875rem;
    }
    .review-form ul {
        width: 90%;
        margin: 0 auto;
    }
    .review-form ul li {
        width: 100% !important;
        clear: both !important;
        float: none !important;
        display: block;
    }
    .extra-infos {
        margin-top: 0;
        line-height: 1;
    }
    .extra-infos strong {
        font-size: 13px;
        line-height: 2;
        text-align: left;
    }
    .product-accessories {
        width: 100%;
    }
    .product-accessories li {
        width: 47%;
        margin: 1%;
        height: auto;
    }
    .product-accessories .add-to-buy-related {
        bottom: initial;
        position: relative;
    }
    .carroussel .btn-prev,
    .carroussel .btn-next {
        display: none;
    }
    .catalog-product-view .price-box .price {
        font-size: 4.5rem;
        font-size: 45px;
    }
    .catalog-product-view #socials_likes {
        display: none;
    }
    .product-accessories .product-name a {
        font-size: 1.2rem;
        font-size: 12px;
    }
    .main-t {
        height: 0;
    }
    .main-holder {
        margin: -5px 0 0;
    }
    .product-configuration .right-side,
    .product-configuration form,
    .product-configuration .add-to-cart,
    .product-configuration .add-to-cart .counter,
    .product-configuration .multi-prod,
    .product-configuration a.btn-cart,
    .product-configuration button.btn-cart,
    .product-package button.btn-cart,
    .product-configuration button.btn-cart-inactive,
    .product-package button.btn-cart-inactive {
        width: 100%;
        border-bottom: 0;
    }
    .product-configuration a.btn-cart,
    .product-configuration button.btn-cart,
    .product-package button.btn-cart {
        background-color: #91c734;
    }
    .product-configuration button.btn-cart-inactive,
    .product-package button.btn-cart-inactive {
        background-color: #8a8a8a;
    }
    .product-configuration .alert-stock {
        width: 98%;
        background-size: contain;
    }
    .product-configuration .add-to-cart {
        height: auto;
    }
    .product-configuration .counter .decrease,
    .product-configuration .counter .increase {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .product-configuration .counter input {
        width: calc(100% -  82px);
        height: 40px;
        font-size: 2.4rem;
        font-size: 24px;
    }
    #tier-prices-nav li {
        height: 33px;
        line-height: 1;
    }
    #tier-prices-nav input[type=checkbox] {
        display: none;
    }
    #tier-prices-nav input[type=checkbox]+label {
        float: left;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/mobile/check_off.jpg) no-repeat;
        width: 35px;
        height: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
    }
    #tier-prices-nav input[type=checkbox]:checked+label {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/mobile/check_on.jpg) no-repeat;
        width: 35px;
        height: 35px;
        display: inline-block;
        padding: 0 0 0 0px;
    }
    .product-configuration .price-box {
        text-align: left;
        float: left;
    }
    .catalog-product-view .price-box .price {
        float: none;
        text-align: left;
        width: auto;
        line-height: 1.3;
    }
    .product-configuration .right-side .left-col,
    .options-container-big,
    .product-configuration .input-box {
        width: 100%;
    }
    .product-configuration select {
        width: 99%;
        border: 1px solid #ddd;
    }
    .product-configuration .right-side .right-col {
        position: absolute;
        right: 0;
    }
    .product-view .product-shop .product-name h1 {
        text-align: center;
    }
    .product-accessories {
        width: 100%;
    }
    .product-accessories li {
        width: 47%;
        margin: 1%;
        height: auto;
    }
    .product-accessories .add-to-buy-related {
        bottom: initial;
        position: relative;
    }
    .carroussel .btn-prev,
    .carroussel .btn-next {
        display: none;
    }
    .catalog-product-view .product-view .add-to-cart-wrapper .product-options {
        margin-top: 45px;
        background-color: #eee;
    }
    .catalog-product-view .product-view .add-to-cart-wrapper .product-options dl {
        width: 100%;
    }
    .price-info .price-box .price,
    .price-info .price-box .price {
        margin-left: 0 !important;
        font-size: 36px !important;
    }
    /* ==== PRIX & CONFIG PRODUIT RESPONSIVE ==== */
    /* ==== BUNDLE RESPONSIVE ==== */
    #bundle-product-table {
        margin: 0 auto;
        width: 100%;
    }
    #bundle-product-table th {
        display: none;
    }
    #bundle-product-table td {
        display: block;
        float: none;
        clear: both;
    }
    #bundle-product-table .list-product-bundle {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    #bundle-product-table .list-product-bundle li img {
        border: none;
    }
    #bundle-product-table .list-product-bundle li {
        width: 28% !important;
        margin: 1%;
        text-align: left;
        padding: 0;
        background-position: right 125px !important;
        background: none;
    }
    #bundle-product-table .add-to-cart .button {
        width: 100%;
        background-color: #91c734;
    }
    #bundle-product-table .simplebundle-plus {
        padding: 0;
        float: left;
        margin-top: 44px;
    }
    #bundle-product-table .price {
        font-size: 24px;
    }
    #bundle-product-table .simplebundle-pic-qty {
        top: 0;
        right: 0;
        z-index: 8 !important;
    }
    #bundle-product-table .bundle-product-table {
        width: 100%;
    }
    #bundle-product-table ul,
    #bundle-product-table .add-to-cart .button {
        width: 100% !important;
    }
    .product-view .product-img-box .product-name h1 {
        display: none;
    }
    .product-view .product-shop .product-name {
        display: block;
    }
    /* ==== BUNDLE RESPONSIVE ==== */
    /* ==== TABS RESPONSIVE ==== */
    .product-view .tab-content img {
        width: 100%;
        height: auto;
    }
    .product-collateral>dl>dd {
        padding: 0;
        border: none;
        clear: both;
    }
    .tab-content {
        padding: 10px !important;
    }
    .catalog-product-view .product-collateral>dl>dt:after {
        display: none;
    }
    .catalog-product-view .tab-content .std {
        padding: 0;
    }
    .catalog-product-view .toggle-content.tabs .tab-additional a,
    .catalog-product-view .toggle-content.tabs ul li {
        width: 35px;
    }
    .catalog-product-view .toggle-content.tabs .tab-content ul li {
        width: 100%;
    }
    .product-view .ratings {
        width: 100%;
    }
    .catalog-product-view .toggle-content.tabs ul a {
        width: auto !important;
    }
    .catalog-product-view .toggle-content.tabs .tab-reviews a {
        width: 45px !important;
    }
    /* ==== TABS RESPONSIVE ==== */
    /* ==== UPSELL RESPONSIVE ==== */
    .product-view .box-up-sell {
        width: 100%;
    }
    .product-view .box-up-sell .products-grid .product-image {
        width: 100%;
        height: auto;
    }
    .product-view .box-up-sell .products-grid li {
        width: 30%;
        margin: 4px;
    }
    .upsell-products li.aw-arp-item,
    .block-related.aw-arp-block li.aw-arp-item {
        width: 45% !important;
        min-height: 276px;
    }
    .upsell-products li.aw-arp-item a,
    .block-related.aw-arp-block li.aw-arp-item a {
        color: #000;
        line-height: 1.3;
        height: auto;
        padding: 0;
    }
    .upsell-products li.aw-arp-item .aw-arp-addtocart,
    .block-related.aw-arp-block li.aw-arp-item .aw-arp-addtocart {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    /* ==== UPSELL RESPONSIVE ==== */
    /* ==== AVIS RESPONSIVE ==== */
    .rating-links br {
        display: none;
    }
    .rating-links a.lien-avis {
        font-size: 15px !important;
        margin-top: 3px;
        display: block;
        float: left;
    }
    .rating-links a.lien-avis-form {
        position: absolute;
        right: 0px;
        font-size: 15px !important;
        margin-top: 3px;
    }
    /* ==== AVIS RESPONSIVE ==== */
    /* ==== REVIEW FORM RESPONSIVE ==== */
    .product-view .review-form {
        padding-left: 0;
    }
    .product-view .review-form .form-list input.input-text,
    .product-view .review-form .form-list .input-box,
    .product-view .review-form .form-list textarea {
        width: 100%;
    }
    .product-view .review-form .rating-box .rating {
        text-indent: -9999px;
    }
    #review-form {
        width: 100%;
    }
    #product-review-table td {
        height: 35px;
        border-bottom: 0;
    }
    #product-review-table td:before {
        margin-top: 10px;
        content: none;
    }
    #product-review-table .rating-value {
        height: 16px;
        width: 85px;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-rating.png) 0 0 repeat-x;
        display: block;
        float: left;
    }
    #product-review-table .rating-value-1 span,
    #product-review-table .rating-value-2 span,
    #product-review-table .rating-value-3 span,
    #product-review-table .rating-value-4 span,
    #product-review-table .rating-value-5 span {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-rating.png) 0 100% repeat-x;
        height: 16px;
        width: 85px;
        display: block;
    }
    #product-review-table .rating-value-1 span {
        width: 20%;
    }
    #product-review-table .rating-value-2 span {
        width: 40%;
    }
    #product-review-table .rating-value-3 span {
        width: 60%;
    }
    #product-review-table .rating-value-4 span {
        width: 80%;
    }
    #product-review-table .rating-value-5 span {
        width: 100%;
    }
    /* ==== REVIEW FORM RESPONSIVE ==== */
    /* ==== IMAGES FICHE PRODUIT RESPONSIVE ==== */
    .MagicToolboxSelectorsContainer {
        padding-top: 0;
    }
    .MagicToolboxSelectorsContainer .slick-list {
        top: 10px;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    .MagicToolboxSelectorsContainer .slick-next {
        right: -20px;
        top: 65%;
    }
    .MagicToolboxSelectorsContainer .slick-prev {
        top: 65%;
        left: -30px;
    }
    /* ==== FIN IMAGES FICHE PRODUIT RESPONSIVE ==== */
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .upsell-products li.aw-arp-item,
    .block-related.aw-arp-block li.aw-arp-item {
        height: 200px !important;
        width: 30%;
    }
}


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

@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }
    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}

@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !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;
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}

.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 - MSRP Product Listing
 * ============================================ */

.price-box .map-link {
    display: block;
    text-align: center;
}


/* ============================================ *
 * 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
 * ============================================ */

.cart-table {
    clear: both;
    width: 100%;
}

.cart .button {
    white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px;
}

.cart-totals-wrapper {
    width: 38%;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.cart-forms .shipping {
    background-color: #fff;
}

.checkout-cart-index #postcode {
    width: 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: 50%;
}

.display-both-prices .crosssell {
    clear: right;
    float: right;
}

@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%;
    }
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}

.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.top .paypal-logo .paypal-or {
    margin-top: 5px;
}

.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: 0px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px;
    }
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 0;
}

@media only screen and (max-width: 740px) {
    .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;
    }
}

@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}

.cart-table {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: middle;
}

.cart-table h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-table thead th,
.cart-table tbody td {
    padding: 10px 5px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}

.cart-table tr {
    border-bottom: 1px solid #C0C0C0;
}

.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;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.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;
    min-width: 100px;
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
}

.cart-table .product-cart-image a.cart-edit {
    display: none;
}

.cart-table .product-cart-sku {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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 #91c734;
    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 #91c734;
    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: #C0C0C0;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}

.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }
    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }
    .cart-table .product-cart-actions>li {
        white-space: inherit;
    }
}

@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;
        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;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        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
 * ============================================ */

.cart .shipping .shipping-form {
    padding: 0 10px;
}

.cart .shipping h2 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
}

.cart .shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid #C0C0C0;
}

.cart .shipping select.validation-failed {
    border-color: #DF280A;
}

.cart .shipping .shipping-desc {
    display: none;
}

.cart .shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}

.cart .shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}

.cart .shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}

.cart .shipping .form-list .shipping-country {
    width: 37%;
}

.cart .shipping .form-list .shipping-region {
    width: 41%;
}

.cart .shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}

.cart .shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}

.cart .shipping .form-list .input-box {
    padding-top: 0;
}

.cart .shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}

.cart .shipping .form-list label {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart .shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}

.cart .shipping .sp-methods label {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.cart .shipping .sp-methods label span {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.cart .shipping #co-shipping-method-form .buttons-set .button {
    margin-left: 0;
    display: none;
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list>li {
        width: 100%;
        float: none;
    }
    .shipping .shipping-form .form-list>li label {
        display: block;
    }
    .shipping .shipping-form .form-list>li input,
    .shipping .shipping-form .form-list>li select {
        width: 100%;
    }
}

.total-name {
    text-transform: none;
    font-weight: bold;
}

.total-description {
    text-transform: none;
    font-size: 14px;
}

.cart .cart-totals {
    text-align: right;
    border: none;
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}

.cart .cart-totals table {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.cart .cart-totals table td {
    padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}

@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
}

.discount-form .button2 {
    background-color: #91c734;
}

.discount-form .button2 span span {
    color: #fff;
}

.discount-form>div.input-box {
    display: none;
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}

#discount-coupon-form label,
.cart .giftcard label {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 115px;
    display: inline-block;
    margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}

#discount-coupon-form .validation-advice,
.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: #91c734;
}

.crosssell .item a.product-image {
    width: auto;
    float: left;
}


/* 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: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }
    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }
}


/* === ANCIEN STYLE === */


/* Shopping Cart ========================================================================= */

.cart {
    font: 11px/20px Arial, Helvetica, sans-serif;
}

.breadcrumbs .cart {
    line-height: inherit;
}

.cart .recap-cagnotte {
    font-size: 14px;
}

.cart .product-image {
    border: none;
}

.cart .product-image img {
    margin: 0 auto;
}

.cart .francoport {
    position: relative;
}

.cart .francoport .francoport-price {
    color: white;
    font: bold 27px Arial;
    position: absolute;
    left: 254px;
    top: -13px;
    text-align: center;
    width: 100px;
}

.cart .francoport img {
    margin: 0 auto;
}


/* Cart small buttons */

.cart .button span {
    font: bold 11px/25px Arial Black, Helvetica, sans-serif;
}


/* Checkout Types */

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .checkout-buttons {
    float: right;
}

.cart .checkout-types li {
    margin: 0 0 0 5px;
}

.cart .btn-proceed-checkout {
    background: none;
    border: none;
    padding: 0;
    width: 208px;
}

.cart .btn-proceed-checkout span {
    display: block;
    height: 52px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-proceed-checkout.jpg) left top no-repeat;
    border: none;
    padding: 0;
}

.cart .btn-proceed-checkout:hover span {
    background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-proceed-checkout_over.jpg);
}

.cart .btn-proceed-checkout span span {
    background: none;
    text-indent: -9999px;
}


/* Shopping Cart Table */

.cart .cart-table th {
    padding: 2px 10px;
}

.cart .cart-table td {
    padding: 10px;
}

.cart .cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart .cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart .cart-table tfoot td {
    padding: 5px 10px;
}

.cart .cart-table .btn-continue {
    float: left;
}

.cart .cart-table thead th {
    background: none repeat scroll 0 0 #daae3d;
    border: none;
    color: #ffffff;
}

.cart .cart-table {
    border: 1px solid #D7D7D7;
}

.cart .cart-table tbody {
    border-bottom: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7;
}

.cart .cart-table tfoot,
.cart .cart-table tfoot tr,
.cart .cart-table tfoot td,
.cart .cart-table tfoot tr.first td {
    background: none !important;
    border: none;
}

.cart .cart-table .btn-remove2 {
    width: 14px;
    height: 14px;
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif") no-repeat scroll -54px -99px transparent;
}


/* Section footer du panier, là où sont les totaux et les estimations de shipping. */

.cart .col-holder .col-1 {
    float: left;
    width: 600px;
    height: 100%;
}

.cart .col-holder .col-2 {
    float: right;
    width: 347px;
    height: 100%;
    float: right;
}

.cart .col-holder .col-2 .totals {
    height: 100%;
    float: right;
}


/* sup tax */

tr.tax {
    display: none;
}


/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
    padding: 25px 0 0;
    display: none;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 14px;
    display: none;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell ul {
    overflow: hidden;
    margin-left: 20px;
}

.cart .crosssell li.item {
    display: inline-block;
    float: left;
    margin: 10px 0 10px 5px;
    width: 220px;
}

.cart .crosssell li.item .product-image {
    margin-bottom: 5px;
    margin-right: 5px;
}

.cart .crosssell li.item .product-shop p {
    float: left;
    margin: 0;
}

.cart .crosssell li.item .product-shop .button span {
    font-size: 11px;
    padding-left: 0;
    text-align: left;
}

.cart .crosssell li.item .product-shop .button span span {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-submit-sfactory.png") no-repeat scroll right top transparent;
    padding-top: 2px;
    text-align: center;
    width: 76px;
}

.cart .crosssell li.item .product-shop .price-box {
    margin-bottom: 0;
}

.cart .crosssell li.item .product-shop ul.add-to-links {
    float: left;
    margin: 0 0 0 5px;
}

.cart .crosssell li.item .product-shop ul.add-to-links li {
    line-height: 15px;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.cart #shopping-cart-table footer,
.cart #shopping-cart-table tfoot {
    display: none;
}


/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount {
    border: 1px solid #d0cbc1;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    background-color: #daae3d;
    background-position: 0 0;
    background-repeat: no-repeat;
    font: 11px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set .button {
    float: none;
    margin-left: 0;
}

.cart .shipping .buttons-set .button {
    display: none;
}

.cart .discount {
    width: 295px;
}

.cart .discount fieldset {
    padding: 5px;
}

.cart .discount .v-fix {
    padding-top: 0;
}

.cart .discount .button {
    float: left;
    width: 84px;
}

.cart .discount .button span span {
    padding: 0 10px;
}

.cart .discount fieldset button.cancel-btn {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/green-cross.gif") no-repeat scroll 0 0;
    height: 11px;
    width: 12px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
}

.cart .discount fieldset button.cancel-btn span {
    background: none;
    width: 12px;
}


/* Google Chrome & Safari */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cart .discount .v-fix {
        padding-top: 1px;
    }
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 125px;
}

.cart .discount input.input-text {
    height: 22px;
    width: 175px;
}

#discount-coupon-form {
    padding-bottom: 10px;
}

#discount-coupon-form fieldset {
    position: relative;
}

.cart .shipping {
    border: 1px solid #D7D7D7;
}

.cart .shipping .sp-methods {
    margin: 0;
}

.cart .shipping dd:last-child {
    border: 0;
}


/*
.cart .shipping #country { width: 130px; }
.cart .shipping #postcode{ width: 85px; }
.cart .shipping #region { width: 209px;}
.cart .shipping #region_id { width: 215px;}
.cart .shipping .shipping-form .form-list li .input-box { width: auto;}
*/

.cart .shipping #postcode {
    display: none !important;
}

.cart .shipping #region {
    display: none !important;
}

.cart .shipping #region_id {
    display: none !important;
}

.cart .shipping #country {
    width: 210px;
}

.cart .shipping .shipping-country-input .input-box {
    background: none !important;
    padding-left: 5px;
    width: 210px;
}

.cart .shipping .shipping-form .form-list label {
    display: none;
}

.cart .shipping .shipping-form .form-list li {
    padding: 3px 5px 0px 0px;
    margin: 0;
    float: left;
}

.cart .shipping .shipping-form .form-list li p {
    padding: 3px 5px 0px 10px;
}

.cart .shipping .buttons-set {
    margin: 0px 10px 0px 0px;
}

.cart .shipping .buttons-set .button {
    margin-bottom: 10px;
    float: right;
}

.cart .shipping dt {
    display: none;
}

.cart .shipping dd:last-child ul {
    border-bottom: 0 none;
}

.cart .shipping dd li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.cart .shipping dd li label {
    padding: 0px 0px 0px 10px;
}

.cart .shipping dd:last-child li {
    border-bottom: 0 !important;
}

.cart .shipping .form-list {
    width: 100%;
    height: 40px;
}

.cart .shipping .form-list li:last-child {
    float: right;
    padding: 13px 5px 0px 5px;
}

.cart .shipping .form-list li button.button {
    padding-right: 12px;
}

.cart .shipping .form-list li button.button span {
    padding-left: 5px;
}

.cart .shipping .sp-methods_line .radio {
    position: absolute;
    left: -9000px;
}

.cart .shipping .sp-methods_line label {
    cursor: pointer;
    float: right;
    padding: 0;
    width: 423px;
}

.cart .shipping .sp-methods_line label span.radio_custom {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-checkbox.png") no-repeat scroll left top transparent;
    float: left;
    margin: 5px 0px;
    height: 20px;
    width: 22px;
}

.cart .shipping .sp-methods_line label:hover span.radio_custom {
    background-position: right top;
}

.cart .shipping .sp-methods_line.checked label span.radio_custom {
    background-image: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-checkbox-checked.png");
}

.cart .shipping dd li label span.title {
    float: left;
    margin: 0px 10px;
    padding-top: 2px;
    height: 30px;
}

#anonymous_element_2 {
    border: none !important;
}


/*#########################*/

label[for="s_method_mondialrelay_mondialrelay_corse"],
label[for="s_method_mondialrelay_mondialrelay"],
#s_method_mondialrelay_mondialrelay_corse_label .logoexped,
#s_method_mondialrelay_mondialrelay_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/logo_mondial.jpg") no-repeat scroll 0 0 transparent;
    width: 105px;
    height: 32px;
    float: left;
    margin-left: 2px;
}

.cart .shipping dd li.shipping_lettre_suivie:before {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/lettre_suivie.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 110px;
    width: 180px;
}

#s_method_socolissimoflexibilite_socolissimo_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/socolissimo.png") no-repeat scroll 0 0 transparent;
    width: 115px;
    height: 32px;
    float: left;
}

.cart .shipping dd li.shipping_colissimo:before {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colissimo.png") no-repeat scroll 0 0 transparent;
    padding-left: 80px;
    width: 180px;
}

#s_method_tntmodule_tnt_basic_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_chezmoi.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height: 32px;
    float: left;
}


/*
#s_method_tnt2_tnt_basic_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_chezmoi.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height:32px;
    float:left;
}

#s_method_tnt_tnt_relais_label .logoexped  {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_relais.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height:32px;
    float:left;
}

*/

#s_method_owebiashipping3_tnt_relais_factice_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_relais.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height: 32px;
    float: left;
}

#s_method_xionsitepickup_xionsitepickup_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/entrepot.png") no-repeat scroll 0 0 transparent;
    width: 95px;
    height: 32px;
    float: left;
    margin-left: 20px;
}

#s_method_chronopost_chronopost_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chronopost.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height: 32px;
    float: left;
}

#s_method_chronorelais_chronorelais_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chronorelais.jpg") no-repeat scroll 0 0 transparent;
    width: 115px;
    height: 32px;
    float: left;
}

.cart .shipping dd li label span.price {
    border-left: 1px solid #D7D7D7;
    float: right;
    margin-right: 20px;
    text-align: right;
    height: 30px;
    width: 70px;
}

.cart .shipping .shipping-form #co-shipping-method-form {
    position: relative;
}

.cart .shipping .shipping-form .shipping_info {
    background-color: white;
    position: absolute;
    bottom: 10px;
}


/* Shopping Cart Totals
.cart .totals { float:right; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
*/

.cart .totals {
    margin: 0 0 10px 0;
    border: 1px solid #D7D7D7;
    border-top: 0;
}

.cart .totals ul {
    display: table;
    width: 100%;
}

.cart .totals li.cart-subtotal,
.cart .totals li.cart-shipping,
.cart .totals li.cart-totals {
    clear: both;
    float: right;
    width: 55%;
}

.cart .totals li.cart-subtotal table,
.cart .totals li.cart-totals table {
    float: right;
}

.cart .totals li.cart-subtotal table tfoot,
.cart .totals li.cart-subtotal table tbody tr.shipping,
.cart .totals li.cart-subtotal table tbody tr.tax,
.cart .totals li.cart-totals table tbody tr.subtotal {
    display: none;
}

.cart .cart-totals table {
    text-transform: none;
}


/* Il faut afficher respectivement :
   - Seulement la première ligne du body (montant total sans frais de livraison)
     avant le tableau "Prévision des frais de livraison"
   - Seulement la dernière ligne du body (TVA) entre le tableau "Prévision des
     frais de livraison" et la ligne du montant total avec frais de livraison */

.cart .totals td,
.cart .totals th {
    line-height: normal;
    padding: 7px 10px;
    vertical-align: middle;
}

.cart .totals tr.summary-details td {
    background-color: transparent;
    border: none;
}


/*
.cart .totals table { width: 100%; }
.cart .totals table tfoot { background-color: #EBEFEE;}
*/

.cart .totals tbody tr td .total-name,
.cart .totals tfoot tr td .total-name {
    font: bold 1.5em Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.cart .totals tbody tr td .total-description,
.cart .totals tfoot tr td .total-description {
    font: 1em Arial, Helvetica, sans-serif;
    line-height: 15px;
}

.cart .totals tbody tr th.a-right,
.cart .totals tbody tr td:first-child.a-right,
.cart .totals tfoot tr td:first-child.a-right {
    font-weight: bold;
    text-align: left !important;
    /* Forcer l'alignement à gauche du premier champ. */
    width: 240px;
}

.cart .totals table tbody tr td .price,
.cart .totals table tfoot tr td .price {
    font-weight: bold;
    float: right;
    text-align: right;
    padding-right: 10px;
    width: 140px;
}

.cart .totals table tbody tr:first-child .price {
    font: bold 1.4em Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.cart .totals table tfoot tr td .price {
    color: #FDA900;
    font: bold 2.8em Arial, Helvetica, sans-serif;
    line-height: 35px;
    padding-right: 5px;
    width: 145px;
}

.cart .totals table tfoot tr {
    height: 52px;
}

.cart .totals table tfoot tr td:first-child {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shopping-cart-total-bg-left.png") no-repeat scroll top left !important;
    padding: 3px 10px 7px;
}

.cart .totals table tfoot tr td {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shopping-cart-total-bg-right.png") no-repeat scroll top right;
}


/* Options Tool Tip */

.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value dl {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .show dl {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show dl {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show dl {
    left: -240px;
    top: 7px;
}


/* ======================================================================================= */


/* === MODIF JB === */

.cart-table .counter {
    float: none;
}

.cart-collaterals #rewardpoints_box,
.cart-collaterals .shipping {
    display: none;
}

.cart-collaterals .col2-set .col-2 {
    width: 100%;
    float: none;
    padding: 0;
}

.cart-table tfoot {
    display: none !important;
}

.cart-table th {
    background: none repeat scroll 0 0 #daae3d;
    border: none;
    color: #ffffff;
}

.checkout-types.top {
    display: none;
}


/* Transporteurs desktop */

.cart-forms {
    float: right;
    clear: both;
    width: 70%;
}

#discount-coupon-form {
    float: left;
    width: 45%;
    margin-right: 2%;
}

.cart .shipping {
    float: left;
    width: 53%;
    margin-left: 0%;
    padding: 0;
}

.cart .discount {
    width: 100%;
}

.shipping #co-shipping-method-form .sp-methods dd label {
    padding: 0 !important;
    background-color: transparent;
    border: none;
    min-width: initial;
}

.cart .shipping dd li label span.price {
    margin: 0;
    text-indent: 0;
}

label[for="s_method_mondialrelay_mondialrelay_corse"],
label[for="s_method_mondialrelay_mondialrelay"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/logo_mondial.jpg") no-repeat scroll 28px 0 transparent;
    width: 100%;
    float: left;
}

.cart .shipping dd li.shipping_lettre_suivie:before {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/lettre_suivie.jpg") no-repeat scroll 28px 0 transparent;
    padding-left: 110px;
    width: 100%;
}

li.shipping_socolissimo {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/socolissimo.png") no-repeat scroll 26px 0 transparent;
    width: 100%;
    float: left;
}

li.shipping_colisprive {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colispriv.jpg") no-repeat scroll 28px 0 transparent;
    width: 100%;
    float: left;
}

li.shipping_lettre {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/lettre.jpg") no-repeat scroll 28px 0 transparent;
    width: 100%;
    float: left;
}


/*li.shipping_socolissimo{
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colissimo.png") no-repeat scroll 35px 0 transparent;
    padding-left: 80px;
    width: 100%;
}*/

li.shipping_chronorelais .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chrono-relais.png") no-repeat scroll 0px 0 transparent;
    width: 100%;
    float: left;
}

li.shipping_chronodom .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chrono-13.png") no-repeat scroll 0px 0 transparent;
    width: 100%;
    float: left;
}

li.shipping_colispriverelais .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colispriverelais.jpg") no-repeat scroll 5px 0 transparent;
    width: 100%;
    float: left;
}

li.shipping_tnt .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_chezmoi.jpg") no-repeat scroll 5px 0 transparent;
    width: 100%;
    float: left;
}

#s_method_tnt_tnt_relais_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_relais.jpg") no-repeat scroll 5px 0 transparent;
    width: 115px;
    float: left;
}

#s_method_owebiashipping3_tnt_relais_factice_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_relais.jpg") no-repeat scroll 35px 0 transparent;
    width: 115px;
    float: left;
}

label[for="s_method_xionsitepickup_xionsitepickup"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/entrepot.png") no-repeat scroll 35px 0 transparent;
    width: 115px;
    float: left;
}

#s_method_chronopost_chronopost_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chronopost.jpg") no-repeat scroll 35px 0 transparent;
    width: 115px;
    float: left;
}

#s_method_chronorelais_chronorelais_label .logoexped {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chronorelais.jpg") no-repeat scroll 5px 0 transparent;
    width: 115px;
    float: left;
}

#s_method_tnt_tnt_relais_label .logoexped,
li.shipping_lettre .logoexped,
li.shipping_colisprive .logoexped,
li.shipping_colispriverelais .logoexped,
li.shipping_socolissimo .logoexped,
li.shipping_chronorelais .logoexped,
li.shipping_chronodom .logoexped,
li.shipping_tnt .logoexped {
    width: 106px;
    display: block;
    height: 30px;
    float: left;
}

.sp-methods dd label a {
    float: none;
    clear: both;
    display: block;
    margin: 0 !important;
}


/* Transporteurs desktop */


/* Totaux desktop */

#shopping-cart-totals-table tbody {
    /*display: none;*/
}

#shopping-cart-totals-table tfoot {
    border: none;
}


/* Totaux desktop */


/* Tunnel Desktop */

.checkout-onepage-index #co-shipping-method-form .sp-methods {
    background-color: #fff;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dt {
    display: none;
    background-color: #fff;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dd {
    background-color: #fff;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dd li {
    margin: 0;
    background-color: #fff;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dd label {
    min-width: initial;
    width: 90%;
    text-indent: 150px;
    padding: 0 !important;
    height: 50px;
    line-height: 1;
    background-color: #fff;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods .price {
    padding-right: 10px;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dd li li {
    border-bottom: 1px solid #ddd;
}

.checkout-onepage-index #co-shipping-method-form .sp-methods dd li li label {
    height: auto !important;
    text-indent: 60px !important;
    padding: 10px 0 !important;
}

.checkout-onepage-index #checkout-step-shipping_method input[type="radio"] {
    margin-left: 30px;
}

.checkout-onepage-index .sp-methods .price {
    font-weight: bold;
    float: right;
    text-align: right;
}

.checkout-onepage-index .discount-form label .price {
    float: none;
    font-weight: normal;
}

.checkout-onepage-index label {
    font-weight: normal !important;
}

.checkout-onepage-index #mw_label_amount,
.checkout-onepage-index #mw_amount,
.checkout-onepage-index label[for="mw_amount"],
.checkout-onepage-index input [name="mw_amount"],
.checkout-onepage-index #mw_reward_slider_contaner {
    display: none;
}

.checkout-onepage-index label[for="s_method_mondialrelay_mondialrelay"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/logo_mondial.jpg") no-repeat scroll 32px 0 transparent;
    float: left !important;
    text-indent: 148px !important;
    width: 88.7% !important;
}

.checkout-onepage-index label.lettresuivie {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/lettre_suivie.jpg") no-repeat scroll 35px 0 transparent;
    padding-left: 110px;
    width: 100%;
}

.checkout-onepage-index label[for="s_method_owebiashipping4_owebia4_lettre_suivie"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/lettre.jpg") no-repeat scroll 35px 0 transparent;
    width: 100%;
    float: left;
}

.checkout-onepage-index label[for="s_method_owebiashipping9_domicile"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colispriv.jpg") no-repeat scroll 37px 0 transparent;
    width: 100%;
    float: left;
}

.checkout-onepage-index label[for="s_method_socolissimo_relay"],
.checkout-onepage-index label[for="s_method_socolissimo2_soco_basic"],
.checkout-onepage-index label[for="s_method_socolissimo2_owebia5_lettre_suivie"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/socolissimo.png") no-repeat scroll 35px 0 transparent;
    width: 100%;
    float: left;
}

.checkout-onepage-index label[for="s_method_tnt_tnt_basic"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_chezmoi.jpg") no-repeat scroll 35px 0 transparent;
    width: 100%;
    float: left;
}

.checkout-onepage-index label[for="s_method_tnt2_tnt_basic"],
.checkout-onepage-index label[for="s_method_tnt_tnt_relais"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/tnt_relais.jpg") no-repeat scroll 35px 0 transparent;
    width: 115px;
    float: left;
}

.checkout-onepage-index label[for^="s_method_chronorelais_"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chrono-relais.png") no-repeat scroll 32px 0 transparent;
    width: 115px;
    float: left;
}
.checkout-onepage-index label[for^="s_method_chronodom_"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/chrono-13.png") no-repeat scroll 32px 0 transparent;
    width: 115px;
    float: left;
}

.checkout-onepage-index label[for^="s_method_colispriverelais_"] {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/shipping/colispriverelais.jpg") no-repeat scroll 37px 0 transparent;
    width: 115px;
    float: left;
}

.checkout-onepage-index #checkout-comments {
    margin: 15px 0;
}

.checkout-onepage-index #socolissimo_data_temp input[type=email],
.checkout-onepage-index #socolissimo_data_temp input[type=search],
.checkout-onepage-index #socolissimo_data_temp input[type=number],
.checkout-onepage-index #socolissimo_data_temp input[type=password],
.checkout-onepage-index #socolissimo_data_temp input[type=tel],
.checkout-onepage-index #socolissimo_data_temp input[type=text] {
    width: 30%;
}

.checkout-onepage-index #mw-checkout-payment-storecredit {
    margin: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.checkout-onepage-index .dob {
    margin-bottom: -30px;
}

.checkout-onepage-index .checkage {
    position: relative;
}

.checkout-onepage-index .checkage p.required,
.checkout-onepage-index .checkage .validation-advice {
    position: absolute;
    top: 2px;
    left: 290px;
}

.checkout-onepage-index #p_method_free {
    display: none !important;
}

.cart .btn-proceed-checkout span {
    background-image: none;
}

button.button.btn-proceed-checkout.btn-checkout {
    width: 100%;
}

button.button.btn-proceed-checkout.btn-checkout span {
    text-indent: 0;
    background: #91c734;
    height: initial;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}


/* ==== RESPONSIVE ==== */

@media only screen and (max-width: 770px) {
    .checkout-onepage-index #co-shipping-method-form .sp-methods .price {
        padding-left: 10px;
        padding-right: 0;
        display: block;
        margin-top: -13px;
    }
    .checkout-onepage-index #co-shipping-method-form .sp-methods dd label {
        padding: 13px 0 !important;
        width: 100%;
        text-indent: 140px;
    }
    .checkout-onepage-index #co-shipping-method-form .sp-methods dd li li label {
        width: 70%;
        text-indent: 0 !important;
        margin-left: 10%;
    }
    #tnt-point-list {
        margin-bottom: 10px;
    }
    .opc .section #checkout-step-shipping_method {
        padding: 0;
    }
    .counter input {
        width: 32px;
    }
    .cart-table tbody th,
    .cart-table tbody td {
        border: none !important;
    }
    #shopping-cart-totals-table td,
    .cart .shipping,
    #discount-coupon-form {
        width: 100%;
        float: none;
        clear: both;
    }
    .cart-totals,
    .cart-forms .discount,
    .cart-forms .giftcard,
    .cart-forms .shipping {
        background-color: #fff;
    }
    .cart-table tr {
        margin-bottom: 0;
    }
}


/* ============================================ *
 * 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: 30px;
    }
    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }
    .checkout-onepage-index .col-right {
        padding-left: 0;
        margin-top: 60px;
    }
    .checkout-onepage-index .col-right:before {
        content: "PROGRESSION DU PAIEMENT";
        font-weight: bold;
        color: #000;
        font-size: 12px;
        margin-bottom: 10px;
        display: block;
        padding-left: 24px;
    }
}

.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 .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #91c734;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #c8e39a;
}

.opc .section.allow .step-title h2 {
    color: #A0A0A0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #91c734;
}

.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;
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc select.one-third {
    width: 31.623931623931625% !important;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}

.opc .buttons-set button.button {
    float: right;
    margin: 0;
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}

.opc .buttons-set .back-link {
    float: left;
    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;
}

@media only screen and (max-width: 770px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
    #mondialrelay_data_temp input[type=text] {
        width: 50%;
        float: left;
    }
    #mondialrelay_data_temp #mr_postalcode_btn {
        float: left;
        width: 50%;
    }
}

#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 {
    -moz-transition: opacity 300ms 0;
    -o-transition: opacity 300ms 0;
    -webkit-transition: opacity 300ms 0;
    transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -moz-transition: width 80ms 0;
    -o-transition: width 80ms 0;
    -webkit-transition: width 80ms 0;
    transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -moz-transition: margin-left 80ms 0;
    -o-transition: margin-left 80ms 0;
    -webkit-transition: margin-left 80ms 0;
    transition: margin-left 80ms 0;
}


/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */


/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */


/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}


/* -------------------------------------------- *
 * Shipping and Payment methods
 */

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dt:first-child {
    margin: 0 0 5px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label img {
    float: left;
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.sp-methods .checkmo-list address {
    float: left;
}

@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;
}


/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #CCCCCC;
    padding-left: 20px;
}

.block-progress .block-content {
    font-size: 13px;
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #A0A0A0;
}

.block-progress dt.complete {
    color: #000;
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: italic;
}

.block-progress dd address {
    font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}

.block-progress .payment-info dt:after {
    content: ': ';
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}


/* review step */

#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
    min-width: 220px;
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}

#review-buttons-container .f-left {
    float: right;
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        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;
    display: block;
}

.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;
}

.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;
}

@media only screen and (max-width: 770px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }
    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }
    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }
    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}


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


/* ============================================ *
 * Configurable Swatches
 * ============================================ */


/* Clears */

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}


/* General Swatch Styling */

.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #000;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #CCCCCC;
    margin: 0 0 3px;
}

.swatch-link img {
    border-radius: 2px;
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #F4F4F4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #EDEDED;
    position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #91c734;
}

#narrow-by-list dd .swatch-label {
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #CCCCCC;
    cursor: default;
}


/* Other Swatch States */

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #91c734;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #DF280A;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}


/* CUSTOM */

.availability.out-of-stock span {
    color: #A0A0A0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}

.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #91c734;
    padding-left: 5px;
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}

.product-view .product-options .select-label {
    display: none;
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}


/* ============================================ *
 * Customer
 * ============================================ */

.customer-account-login .account-login .col2-set {
    width: 100%;
    margin: 0 auto;
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}

.customer-account-login .col2-set .col-1 .fieldset p.required {
    margin-right: 20px;
}

@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;
    }
}

@media only screen and (max-width: 770px) {
    .customer-account-login .col2-set p.required {
        display: none;
    }
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-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 {
    margin: 0 auto;
    text-align: center;
}

.customer-account-create .buttons-set button.button {
    float: none;
}

.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 {
    margin-left: 30px;
    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 a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -17px;
}

body.customer-account .my-account .button {
    float: right;
    clear: both;
}

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 .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

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 {
    width: 365px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

.checkout-onepage-index .form-list .customer-dob .dob-year.one-third,
.checkout-onepage-index .form-list .customer-dob .dob-month.one-third,
.checkout-onepage-index .form-list .customer-dob .dob-day.one-third {
    width: 31.623931623931625% !important;
}


/* ============================================ *
 * Dashboard
 * ============================================ */

.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
}

.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.dashboard .box-head a {
    padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}

.dashboard .box-account {
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: italic;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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: "Raleway", "Helvetica Neue", Verdana, Arial, sans-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: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}

@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 {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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: 150px;
    padding-right: 10px;
    float: left;
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
    float: left;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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;
    }
    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@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;
    }
    body.customer-account h2 {
        clear: both;
        float: none;
    }
    body.customer-account .main-container .sidebar .block {
        padding: 0;
    }
}

@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }
    .order-info-box .box-content {
        clear: left;
    }
    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }
    .order-info dt {
        display: none;
    }
    .dashboard .page-title {
        margin-top: 20px;
    }
    .dashboard .page-title h1 {
        margin-top: 0;
    }
    .dashboard .welcome-msg {
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    }
    .dashboard .welcome-msg .hello {
        font-style: italic;
    }
    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }
    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }
    .dashboard .col2-set .col-2 {
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}

@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;
        margin-top: 30px;
    }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -40px;
    }
    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }
    body.customer-account .my-account .title-buttons .button+.button {
        margin-left: 0px;
    }
    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;
    }
    .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 {
    border-top: 1px solid #EDEDED;
    padding-top: 10px;
}


/* ============================================ *
 * MODIF JB
 * ============================================ */

.customer-account-index .main-container .sidebar .block,
.customer-account .main-container .sidebar .block {
    margin: 10px;
    background: #F4F4F4;
    padding: 20px;
}

.customer-account-create .agecheck-control {
    width: 365px;
}

.customer-account-create .agecheck-control p.required,
.customer-account-create .agecheck-control .validation-advice {
    position: absolute;
    left: 320px;
}

.customer-account-create li.control {
    width: 365px;
}

@media only screen and (max-width: 770px) {
    #my-quotations-table td {
        text-align: center;
    }
    #my-quotations-table td:before {
        display: block;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        background-color: #ddd;
        margin-bottom: 10px;
    }
    #my-quotations-table td.un:before {
        content: "Date";
    }
    #my-quotations-table td.trois:before {
        content: "Sujet";
    }
    #my-quotations-table td.quatre:before {
        content: "Statut";
    }
    #my-quotations-table td.six:before {
        content: none;
    }
    #my-quotations-table td.six {
        background-color: #91c734;
    }
    #my-quotations-table td.six a {
        color: white;
        padding: 10px;
        display: block;
    }
    .crmticket-front-ticket-mytickets .page-title h1 {
        position: absolute;
    }
}


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


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

@media only screen and (max-width: 770px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0;
    }
    .paypal-review-order .field.inactive {
        display: none;
    }
}

.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.top-container .bml-ad span {
    display: inline-block;
}

.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}

.bml-ad span {
    display: block;
    line-height: 0;
}

.bml-ad a {
    display: inline-block;
    max-width: 100%;
}

.bml-ad a:hover {
    opacity: 0.7;
}

.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}

@media only screen and (max-width: 770px) {
    .bml-ad.small {
        display: block;
    }
}

@media only screen and (min-width: 771px) {
    .bml-ad.large {
        display: block;
    }
}

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

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}

.sidebar .paypal-logo>a {
    display: inline-block;
    max-width: 100%;
}

.sidebar .paypal-logo>a:hover {
    opacity: 0.8;
}

.sidebar .paypal-logo>a img {
    display: block;
}

.sidebar .paypal-logo .label {
    margin-top: 4px;
}

.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}


/* ============================================ *
 * 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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
    display: none;
}

#customer-reviews h2 {
    color: #91c734;
    font-size: 12px;
    text-transform: uppercase;
}

#customer-reviews h2 span {
    color: #000;
}

#customer-reviews h3 {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#customer-reviews h3 span {
    color: #91c734;
}

#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #CCCCCC;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0;
}

#customer-reviews dl dd .ratings-table {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}

#customer-reviews dl dd table {
    margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
    color: #91c734;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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: 770px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0;
    }
    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px;
    }
}

@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%;
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-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: #82b32f;
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #749f29;
}

.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 #82b32f 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 #82b32f;
}

.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-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

#wishlist-table.clean-table th {
    border-bottom: 1px solid #C0C0C0;
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}

#wishlist-table.clean-table thead th {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#wishlist-table .product-name {
    font-size: 16px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

#wishlist-table .product-name a {
    color: #91c734;
}

#wishlist-table .wishlist-sku {
    font-size: 11px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 5px 0;
}

#wishlist-table textarea {
    border: 1px solid #C0C0C0;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#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 #91c734;
}

#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}

#wishlist-table .item-manage .button {
    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 td .button,
#wishlist-table td button {
    white-space: normal;
}

#wishlist-table .price-box {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

#wishlist-table .price-box .price {
    color: #000;
}

#wishlist-table .giftregisty-add {
    margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
    display: none;
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #91c734;
    margin-bottom: 3px;
}

#wishlist-table .truncated .details {
    background: none;
    color: #91c734;
}

#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}

@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: 770px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both;
    }
    #wishlist-table .product-name {
        font-size: 16px;
    }
    #wishlist-table textarea {
        height: 68px;
        max-width: 100%;
    }
    #wishlist-table .item-manage {
        max-width: 100%;
    }
    #wishlist-table tr {
        position: relative;
    }
    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    #wishlist-table td.customer-wishlist-item-image {
        width: 70px;
    }
    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px;
    }
    #wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0;
    }
    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px;
    }
    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px;
    }
}

@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 {
    display: inline-block;
}

.header-minicart a.btn-edit {
    display: none;
}

.header-minicart .counter {
    float: left;
}

@media only screen and (max-width: 770px) {
    .header-minicart {
        display: block;
    }
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}

.header-minicart .empty {
    padding: 10px;
    text-align: center;
}

.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
    border-left: 5px solid #91c734;
}

.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.planete-sfactory.com/skin/frontend/noza/sfactory/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 {
    color: #91c734;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: none;
}

.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #000;
    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;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 0px;
    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 .mini-products-list li img {
    height: 75px;
    width: auto;
    margin-right: 5px;
    border-radius: 100%;
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
    text-transform: lowercase;
    white-space: normal;
}

.header-minicart .product-details .product-name a {
    color: #91c734;
}

.header-minicart .product-details p.product-name:first-letter {
    text-transform: capitalize;
}

.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 20px;
}

.header-minicart .info-wrapper td {
    text-align: center;
    color: #91c734;
    clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: auto;
    line-height: 1;
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0;
    width: 3.2em;
    text-align: center;
    height: 20px;
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    padding: 1px 10px !important;
    margin-top: 5px;
    margin-left: 5px;
}

.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: #91c734;
}

.header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}

.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 a.remove {
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: initial;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif") no-repeat scroll -54px -99px transparent;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}

@media only screen and (min-width: 771px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1;
    }
}

@media only screen and (max-width: 770px) {
    .header-minicart .subtotal .label {
        color: #000;
    }
    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }
    .header-minicart .quantity-button {
        float: none;
    }
    .header-minicart .header-minicart .block-cart {
        padding: 15px;
    }
    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }
    .header-minicart .minicart-actions {
        padding-bottom: 33px;
    }
    .header-minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: absolute;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo>a {
        display: inline;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 740px) {
    .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;
    }
}

@media only screen and (max-width: 599px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}


/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */

.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200;
}

.search-autocomplete ul {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #91c734;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-autocomplete ul li {
    border-bottom: 1px solid #F4F4F4;
    color: #91c734;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left;
}

.search-autocomplete ul li:hover {
    color: #82b32f;
}

.search-autocomplete ul li.selected {
    background-color: #91c734;
    color: white;
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}

.search-autocomplete ul li:last-child {
    border-bottom: none;
}

.search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #91c734;
    border-top: none;
    left: 50%;
    top: -7px;
}


/* ============================================ *
 * 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 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
    margin: 15px 0;
}

.product-review .product-details h2 {
    border-bottom: 1px solid #CCCCCC;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-bottom: 10px;
}

.product-review .ratings-table {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.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;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.product-review .ratings-description dd {
    color: #737373;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
}

@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;
    }
}


/* ============================================ *
 * CMS Pages
 * ============================================ */

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}

.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}

.cms-page-view .std p,
.cms-no-route .std p {
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.cms-page-view .std h1,
.cms-no-route .std h1 {
    color: #91c734;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
    color: #91c734;
}

.cms-page-view .std li,
.cms-no-route .std li {
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-no-route .std img {
    width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cms-page-view .std p img {
    margin: 0 auto;
}

#accordion .toggle-tabs {
    display: none;
}

#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    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 #91c734;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

#accordion>dl>dt:hover {
    background-color: #ededed;
}

#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 {
    padding-left: 40px;
}

#contactForm h2 {
    display: none;
}

#contactForm:after {
    content: '';
    display: table;
    clear: both;
}

#contactForm .fieldset .legend+.required {
    margin: 0;
}

@media only screen and (max-width: 770px) {
    #contactForm {
        padding-left: 0;
    }
}


/* Lists */

.cms-liste-marques ul,
.cms-liste-marques ol,
.cms-liste-marques li {
    list-style: none !important;
}

ul.liste-alphabetique li h2 {
    background: #fff url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-header-liste-alpha.gif) 0 0 repeat-x;
    border-color: #D4D4D4;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    padding: 5px;
    font-weight: bold;
    font-size: 32px;
    clear: both;
    width: 100%;
    text-align: center;
}

ul.marques li {
    display: block;
    float: left;
    margin: 5px 5px 5px 85px;
    text-align: center;
}

ul.marques li img {
    border-style: none;
}

ul.marques li p span.widget-category-link {
    text-align: center;
}

ul.marques li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

ul.liste-alphabetique li .letter {
    background: #fff url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg-header-liste-alpha.gif) 0 0 repeat-x;
    border-color: #D4D4D4;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    font-size: 32px;
}

ul.manufacturer li {
    display: block;
    float: left;
    margin: 5px 5px 5px 85px;
    text-align: center;
}

ul.manufacturer li img {
    border-style: none;
}

ul.manufacturer li p span.widget-category-link {
    text-align: center;
}

ul.manufacturer li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

ul.manufacturer li h2 {
    color: #000;
    font-size: 16px;
    line-height: 19px;
}


/* ============================================ *
 * Pricing Conditions
 * ============================================ */

.price-box .minimal-price-link .label {
    color: #CF5050;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

.map-info {
    white-space: nowrap;
}

.catalog-product-view .map-info {
    white-space: normal;
}

.catalog-product-view .map-info>span {
    float: right;
    margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info>a {
    float: right;
    width: 100%;
}


/* ============================================ *
 * 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: 770px) {
    .notice-cookie {
        padding: 0 20px;
    }
    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0;
    }
}

@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;
    }
}


/* ============================================ *
 * Tags
 * ============================================ */

#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

.product-tags {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list>li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions>a {
    font-size: 12px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}

.my-tag-edit .button.btn-remove:after {
    color: white;
}

@media only screen and (max-width: 770px) {
    .tags-list>li,
    .tags-list {
        float: none;
    }
}


/* ============================================ *
 * Captcha
 * ============================================ */

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}

.captcha-img {
    border: 20px solid #bbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box,
.captcha-input-container,
.captcha-img-container {
    float: none;
    clear: both;
}

.control.newsletter-box:after,
.captcha-input-container:after,
.captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */

#co-billing-form ul.form-list>.control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

#co-billing-form ul.form-list>.control label {
    width: 100%;
}

#co-shipping-form ul.form-list>.control label {
    width: 100%;
}


/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */

@media only screen and (max-width: 479px) {
    .sales-order-invoice .sub-title,
    .sales-order-creditmemo .sub-title,
    .sales-order-shipment .sub-title {
        float: left;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    .sales-order-invoice .order-links,
    .sales-order-creditmemo .order-links,
    .sales-order-shipment .order-links {
        text-align: center;
        width: 100%;
    }
}


/* ============================================ *
 * Recurring Profiles
 * ============================================ */

#recurring_profile_list_view th {
    white-space: normal;
}

#recurring_profile_list_view th span {
    white-space: inherit;
}

@media only screen and (max-width: 479px) {
    #recurring_profile_list_view {
        font-size: 12px;
    }
    #recurring_profile_list_view a {
        font-size: inherit;
    }
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
        padding: 2px;
    }
}

.recurring-profiles-title {
    float: left;
}

.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
        text-align: center;
        float: none;
    }
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}


/* ============================================ *
 * Billing Agreements
 * ============================================ */

.billing-agreements .info-box {
    margin-bottom: 30px;
}

.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}

.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}

.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}

.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}

@media only screen and (max-width: 479px) {
    .billing-agreements .info-box .button {
        width: 100%;
        float: none;
    }
}

.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}

@media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
        max-width: 100%;
    }
}

.billing-agreement-details td,
.billing-agreement-details th {
    padding: 3.5px;
}

@media only screen and (max-width: 979px) {
    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}


/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */

.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list>li {
    float: left;
    height: 40px;
    margin-right: 25px;
}


/* ============================================ *
 * Widgets
 * ============================================ */


/* -------------------------------------------- *
 * Add to cart by SKU
 */

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}

@media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }
}

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

@media only screen and (min-width: 1199px) {
    .col2-left-layout .col-main .widget,
    .col2-right-layout .col-main .widget,
    .col3-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 770px) {
    .col1-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}


/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */

body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #F4F4F4;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 10px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.active {
    background-color: #DDDDDD;
}

body[class*="checkout-multishipping-"] .checkout-progress>li.last {
    border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #F4F4F4;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
    font-weight: normal;
    width: 100%;
    background: #F4F4F4;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

#multiship-addresses-table>tbody>tr>td.a-center.last>a {
    background-image: none;
}

#review-order-form>div:nth-child(3)>div.divider {
    width: 100%;
    clear: both;
}

@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }
    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 770px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        width: 12px;
    }
    body[class*="checkout-multishipping-"] .checkout-progress li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 3%;
        border-right: 0px;
    }
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 1px;
        width: 12px;
    }
    body[class*="checkout-multishipping-"] .box-title {
        float: left;
        width: 100%;
    }
    body[class*="checkout-multishipping-"] .page-title .button {
        float: left;
        margin-bottom: 10px;
    }
    body[class*="checkout-multishipping-"] .linearize-table tfoot td {
        text-align: right;
    }
    body[class*="checkout-multishipping-"] .linearize-table select {
        width: 100%;
        min-width: 200px;
    }
    body[class*="checkout-multishipping-"] .col-1.col-narrow,
    body[class*="checkout-multishipping-"] .col-2.col-wide {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 599px) {
    .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 10px;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .buttons-set .back-link {
        display: block;
    }
}


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

.products-grid>li .tier-prices {
    display: none;
}

.products-grid>li:hover .tier-prices,
.products-grid>li.hover .tier-prices {
    display: initial;
    transition: .4s;
}

#products-grid .qty-container {
    display: flex;
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 150px;
    width: 100%;
}

#products-grid li .counter {}

.atc:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.df-branding {
    display: none !important;
}

.category-header {
    padding: 0
}

@media only screen and (max-width: 979px) {
    .category-header {
        text-align: center;
        padding: 0 20px !important
    }
}

.category-header #toggle-category-info {
    bottom: 20px
}

.category-header {
    padding: 0 15px;
    position: relative;
    text-align: justify;
}

.category-header #category-header-info:not(.close-collapse)+#toggle-category-info {
    bottom: 5px
}

.category-header #toggle-category-info {
    position: absolute;
    bottom: 10px;
    background: white;
    padding: 0 10px;
    right: 0
}

.category-header #toggle-category-info:hover {
    opacity: 1
}

.category-header .close-collapse {
    overflow: hidden;
    height: 200px;
    transition: 1s
}

.category-header .close-collapse:before {
    content: "";
    float: left;
    height: 50px
}

.category-header .close-collapse>*:first-child {
    float: right;
    width: 100%;
    margin-left: -5px
}

.category-header .close-collapse:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 35px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFF) left repeat;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF) left repeat;
}

.rma-items .fieldset {
    background-color: #F4F4F4;
    padding: 15px
}

.rma-items .fieldset + .fieldset {
    margin-top: 15px
}

.productreturn-front-newrequest .rma-items .fieldset label,
.productreturn-front-newrequest .form-list label {
    width: 160px;
}

.productreturn-front-newrequest .form-list .error,
.productreturn-front-newrequest .form-list .fieldset .error {
    margin-left: 165px;
    color: red;
}

.rma-items .fieldset .product-image {
    top: 10px;
    right: 10px;
}

.rma-items .fieldset .preview-images {
    width: 100%;
}
.rma-items .fieldset .preview-images > img {
    float: left;
    margin: 2px;
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}


.rma-items .fieldset .preview-images > .loader {
    float: left;
    margin: 2px;
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.rma-items .fieldset .preview-images > .loader > img {
    float: left;
    margin: 50% auto;
    width: 30px;
    height: auto;
}

.rma-items .rma-product-image img {
    margin: 0 auto;
}
.rma-items .fieldset .product-image {
    display: inline-block;
}
@media (min-width: 1024px) {
    .rma-items .fieldset .product-image {
        position: absolute;
    }

    .rma-items .rma-product-image img {
        position: absolute;
        right: 0;
        top: 0;
        margin: 10px 10px 0 0;
    }
}

@media (max-width: 390px) {
    .productreturn-front-newrequestselectorder .data-table {
        font-size: 11px;
    }
    .productreturn-front-newrequestselectorder .data-table thead th,
    .productreturn-front-newrequestselectorder .data-table thead td {
        text-align: center;
    }
    .productreturn-front-newrequestselectorder .data-table thead th {
        padding: 0 2px;
    }
    .productreturn-front-newrequestselectorder .data-table tbody td {
        padding: 2px !important;
    }
}

/** Slider  */
.slick-dots li button:before {
    opacity: 1 !important;
    color: #ffffff !important;
}
.small-slides-container {
    display: none;
}
@media only screen and (min-width: 771px) {
    .slick-dots {
        display: none;
    }
    .small-slides-container {
        display: block;
    }
}

.cms-home .slick-dots li.slick-active button:before {
    font-size: 9px;
    color: #ffffff !important;
    opacity: 1 !important;
    margin-top: 2px;
}
.cms-home .slick-slider {
    position: initial !important;
}

@media only screen and (min-width: 771px) {
    .cms-home .slick-dots {
        display: none !important;
    }
}

@media only screen and (max-width: 440px) {
    .cms-home #slider-container {
        height: 185px !important;
    }
}
@media only screen and (min-width: 441px) and (max-width: 770px) {
    .cms-home #slider-container {
        height: 315px !important;
    }
}
@media only screen and (max-width: 770px) {
    .catalog-product-view .slick-slider {
        position: initial;
    }
    .catalog-product-view .slick-next,
    .catalog-product-view .slick-prev {
        top: 180px;
        transform: translateY(-50%);
    }
    .catalog-product-view .slick-next {
        right: 5px;
    }
    .catalog-product-view .slick-prev {
        left: 5px;
    }
    .cms-home .slick-initialized .slick-slide {
        -moz-transform: scale(2.2) !important;
        -webkit-transform: scale(2.2) !important;
        transform: scale(2.2) !important;
        height: 800px;
    }
}


@media only screen and (max-width: 770px) {
    .advancedcms-page-view .sidebar .block-layered-nav p#shopping_options,
    .solrsearch-result-index .sidebar .block-layered-nav p#shopping_options,
    .catalog-category-view .sidebar .block-layered-nav p#shopping_options {
        position: fixed;
        margin: 0 auto;
        left: 10%;
        right: 10%;
        bottom: 94px;
        width: 40%;
        font-size: 15px;
        display: block;
        border-radius: 20px;
        z-index: 2;
        color: white;
    }

    .advancedcms-page-view .sidebar .block-layered-nav p#shopping_options:before,
    .solrsearch-result-index .sidebar .block-layered-nav p#shopping_options:before,
    .catalog-category-view .sidebar .block-layered-nav p#shopping_options:before {
        content: ' ';
        position: absolute;
        display: block;
        top: 0;
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/filter.png);
        background-repeat: no-repeat;
        z-index: 100000000;
        width: 40px;
        height: 40px;
        background-position: center center;
    }

    .advancedcms-page-view .sidebar .block-layered-nav dl#narrow-by-list,
    .solrsearch-result-index .sidebar .block-layered-nav dl#narrow-by-list,
    .catalog-category-view .sidebar .block-layered-nav dl#narrow-by-list {
        position: fixed;
        background-color: white;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        overflow-x: scroll;
        z-index: 2;
    }

    .amlabel-table td {
        z-index: 1;
    }

    .advancedcms-page-view .sidebar .block-layered-nav .mobile-filter-top,
    .solrsearch-result-index .sidebar .block-layered-nav .mobile-filter-top,
    .catalog-category-view .sidebar .block-layered-nav .mobile-filter-top {
        position: fixed;
        background-color: #2b2b2b;
        left: 0;
        right: 0;
        top: 0;
        height: 80px;
        z-index: 100000;
    }

    .advancedcms-page-view .sidebar .block-layered-nav .mobile-filter-top .mobile-filter-top-title,
    .solrsearch-result-index .sidebar .block-layered-nav .mobile-filter-top .mobile-filter-top-title,
    .catalog-category-view .sidebar .block-layered-nav .mobile-filter-top .mobile-filter-top-title {
        color: white;
        font-size: 20px;
        float: left;
        padding: 10px 15px;
    }

    .advancedcms-page-view .sidebar .block-layered-nav .mobile-filter-top .btn,
    .solrsearch-result-index .sidebar .block-layered-nav .mobile-filter-top .btn,
    .catalog-category-view .sidebar .block-layered-nav .mobile-filter-top .btn {
        background: transparent;
        border: 1px solid grey;
        text-transform: uppercase;
        padding: 15px;
        float: right;
        margin: 15px;
        color: white;
        border-radius: 5px;
    }

    .advancedcms-page-view .col-main iframe {
        width: auto;
        height: auto;
    }
}


.sticker {
    display: inline !important;
    position: absolute;
    font-weight: bold;
    text-align: center;
    height: 16px;
    line-height: 16px;
    top: 5px;
    /*right: 40px;*/
    background-color: #f37700;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0 2px;
    margin-left: 5px;
    z-index: 0;
}

.sticker::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    top: -2px;
    left: -4px;
    background-image: url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/label/sticker-mobile.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

#nav .cmsmenu-container div.col1 ul li a {
    position: relative;
}

#nav li.level-top .cmsmenu-container .sticker {
    top: 0;
    left: initial;
    right: initial;
}

@media only screen and (max-width: 770px) {
    #nav li a.level-top span.sticker {
        font-size: 14px;
        line-height: 16px;
    }

    #nav li.level-top .cmsmenu-container .sticker {
        top: 5px;
    }
}

@media only screen and (min-width: 771px) {
    #nav a.level-top {
        position: relative;
    }
    #nav .level-top.level0 a.level-top > .sticker {
        display: inline-block !important;
        position: absolute;
        height: 16px;
        top: -16px;
        left: 0;
        right: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: initial;
        width: 100%;
        margin: 0;
    }
    #nav .level-top.level0 a.level-top > .sticker::before {
        content: initial;
    }
    #nav .level-top.level0 a.level-top > .sticker::after {
        content: ' ';
        display: block;
        position: absolute;
        height: 13px;
        bottom: -8px;
        left: 0;
        right: 0;
        background-image: url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/label/sticker.png');
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media only screen and (max-width: 770px) {
    #nav li .cmsmenu-container a.subtitle span.bigwidth {
        padding: 0 5px;
        height: 25px !important;
    }
    #nav li .cmsmenu-container span.feuilles_tubes a.subtitle span.text,
    #nav li .cmsmenu-container a.subtitle span.bigwidth .text {
        padding: 0;
        line-height: 25px;
    }
}

.demo-notice {
    position: fixed;
    display: none;
}

@media only screen and (max-width: 770px) {
    .main-container {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
    }

    .catalog-category-view .sidebar .block-layered-nav,
    .advancedcms-page-view .sidebar .block-layered-nav,
    .solrsearch-result-index .sidebar .block-layered-nav,
    .catalog-category-view .sidebar .block-content {
        border: none !important;
    }

    .category-header .close-collapse:after {
        width: 90% !important;
    }

    .layered-nav-slider-price {
        width: 95%;
        margin: 0 auto 15px;
    }

    header .logo {
        min-height: 70px;
    }

    div.MagicToolboxContainer.minWidth {
        min-height: 91vw;
    }

}

.error-shipping-domtom p, .error-shipping-domtom ul, .error-shipping-domtom ul li {
    text-align: left;
    font-size: 13px;
    color:red;
}

.error-shipping-domtom ul {
    list-style-type: disclosure-closed;
    margin-left: 15px;
    margin-bottom: 10px;
}

/***********************************************/
/*              Dynamic Links                  */
/***********************************************/
.dynamiclinks__container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #e4f3af;
    padding: 0.5rem;
}

.dynamiclinks__item {
    margin: 0 0.5rem 0.5rem;
    background-color: #FFF;
}

.dynamiclinks__item-link {
    padding: 0.5rem 1rem;
    display:inline-block;
}

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/


/* ============================================ *
 * Homepage
 * ============================================ */


/* -------------------------------------------- *
 * Primary Banner
 */

body.cms-home .std {
    border-radius: 15px 15px 0 0;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

body.cms-home .main-content .std {
    background-color: #fff;
    padding: 30px;
}

body.cms-home .slideshow-container {
    margin-top: 0;
}

.slideshow .banner-msg {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    top: 30%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow .banner-msg h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
    font-weight: bold;
    display: block;
    font-size: 36px;
}

@media only screen and (max-width: 770px) {
    .slideshow .banner-msg h2 {
        font-size: 20px;
    }
    .slideshow .banner-msg h2 strong {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .slideshow .banner-msg {
        top: 20%;
    }
    .slideshow .banner-msg h2 {
        font-size: 14px;
    }
    .slideshow .banner-msg h2 strong {
        font-size: 16px;
    }
}


/* -------------------------------------------- *
 * Promotion Banner Section
 */

.promos {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

.promos:after {
    content: '';
    display: table;
    clear: both;
}


/* Specifying the body only in order to override the .std ul li styling */

body .promos>li {
    margin: 0 0 10px 0;
    list-style: none;
    text-align: center;
    position: relative;
    border: 1px solid #CCCCCC;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.promos>li:last-child {
    margin-bottom: 0;
}

.promos img {
    max-width: 100%;
    width: 100%;
}

.promos a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: block;
}

.promos span {
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    display: block;
    width: 100%;
    top: 10%;
    font-weight: 500;
    font-size: 20px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-shadow: 1px 1px 3px #555555;
}

.promos strong {
    font-weight: 600;
    font-size: 26px;
    display: block;
}

@media only screen and (min-width: 771px) {
    .promos span {
        font-size: 16px;
    }
    .promos strong {
        font-size: 17px;
    }
    /* Config: Three columns + flexible gutter */
    body .promos>li {
        float: left;
        width: 31.74603%;
        margin-right: 2.38095%;
    }
    .promos>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 880px) {
    .promos span {
        font-size: 18px;
    }
    .promos strong {
        font-size: 24px;
    }
}


/* -------------------------------------------- *
 * New Products Section
 */


/* Hiding the reviews content via CSS because we can't modify the template, */


/* since it may be used in other places where those elements are needed */

.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
    display: none;
}

.cms-index-index h2.subtitle {
    padding: 6px 0;
    text-align: center;
    color: #91c734;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
    display: none;
}


/* ==== MODIF JB ==== */

.cms-home .main-container {
    background: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 0 !important;
}

.cms-home .col1-layout .col-main {
    padding: 0;
    border: none;
    background-color: transparent;
    width: 100% !important;
}

.cms-home .main-content {
    width: 1260px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.cms-home ul {
    list-style: none;
}

.cms-home ul li {
    margin-left: 0;
}

.cms-home .block-garanties ul li {
    margin-left: 0;
    display: block;
    width: 20%;
    float: left;
}

.cms-home .block-garanties ul li img {
    margin: 0 auto;
}


/* Category selection (home page) ======== */

.entry {
    width: 100%;
    overflow: visible;
    position: relative;
}

.entry p {
    margin: 0 0 9px 150px;
    text-align: center;
    font-size: 11px;
}

.entry p a {
    text-decoration: underline;
}

.entry p a:hover {
    text-decoration: none;
}

.entry .col-1 {
    float: left;
    width: 625px;
}

.entry-info {
    text-align: justify;
    width: 100%;
    clear: both;
    margin-top: 20px;
    padding: 0 6px;
}

.entry-info h2 {
    margin: 0 0 9px;
    text-align: center;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #f9991b;
}

.entry-info p {
    margin: 0 0 10px;
}

.cms-home .main-t {
    display: none !important;
}

.cms-home .product-cols {
    position: relative;
    border: none;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) no-repeat right 17px;
    padding-top: 50px;
    margin-top: 30px;
    /*  margin: 40px 0 50px 0*/
}

.cms-home .product-cols .title-prod-cols {
    position: absolute;
    top: 0;
    left: 15px;
    font: bold 17px Century Gothic, Arial, Helvetica, sans-serif;
    color: #a2a2a2;
    line-height: 25px;
    background-color: #fff;
    text-transform: none;
}

.cms-home .home-category-container {
    display: block;
    float: left;
    height: 380px;
    margin: 0 1%;
    text-align: center;
    width: 31.3%;
    position: relative;
}

.cms-home .home-category-container .heading {
    background: #ffc600;
    display: block;
    border: #d0a200 1px solid;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.cms-home .home-category-container .heading h2,
.cms-home .home-category-container .heading .h2 {
    font-size: 14px !important;
    line-height: 23px;
    margin: 0;
    color: black !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
}

.cms-home .home-category-links {
    display: block;
    float: left;
    font-size: 11px;
    padding: 20px 0 0 3px;
    text-align: left;
    width: 155px;
    height: auto;
}

.cms-home .home-category-links .home-category-links-subcategories ul li {
    padding-bottom: 2px;
}

.cms-home .home-category-links .home-category-links-subcategories a {
    color: #010101;
    text-decoration: none;
}

.cms-home .home-category-links .home-category-links-subcategories a:hover {
    text-decoration: underline;
}

.cms-home .home-category-links .home-category-links-maincategory {
    color: #3D6611;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}

.home-category-links-maincategory a {
    color: #638113;
    text-decoration: underline;
}

.home-category-links-maincategory a:hover {
    text-decoration: none;
}

.cms-home .home-category-selection {
    display: block;
    background: #fff;
    float: right;
    text-align: center;
    padding: 11px 4px 15px 4px;
    width: 120px;
    height: 260px;
    margin-top: 5px;
}

.cms-home .home-category-selection .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: black;
    line-height: 1;
    margin-bottom: 5px;
}

.cms-home .home-category-selection .product-name {
    display: block;
    min-height: 45px;
    line-height: 15px;
}

.cms-home .home-category-selection .product-name a {
    color: #606060;
    font-size: 12px;
    text-decoration: none;
}

.cms-home .home-category-selection .product-name a:hover {
    text-decoration: underline;
}

.cms-home .home-category-selection .action-buttons {
    height: 32px;
    margin-top: 0;
}

.cms-home .home-category-selection .price-box {
    margin: 0;
}

.cms-home .home-category-selection .price-box .price {
    font-size: 29px;
    font-weight: bold;
}

.cms-home .home-category-selection .price-box .old-price {
    padding-right: 5px;
}

.cms-home .home-category-selection .price-box .old-price .price {
    color: #000000;
    font-size: 13px;
    text-decoration: line-through;
}


/* Action buttons sur home =============================================================== */

.home-category-selection .action-buttons .btn-info,
.home-category-selection .action-buttons .btn-cart,
.home-category-selection .action-buttons .btn-cart-inactive {
    display: block;
    margin: 6px;
    padding: 0;
    width: 31px;
    height: 32px;
}

.home-category-selection .action-buttons .btn-info {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/home-btn-info-cart_nouveau.png) 0 0 no-repeat;
    float: left;
    margin-left: 20px;
}

.home-category-selection .action-buttons .btn-cart,
.home-category-selection .action-buttons .btn-cart-inactive {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/home-btn-info-cart_nouveau.png) 0 0 no-repeat;
    float: right;
    margin-right: 20px;
}

.home-category-selection .action-buttons .btn-info span,
.home-category-selection .action-buttons .btn-cart span,
.home-category-selection .action-buttons .btn-cart-inactive span {
    display: none;
}

p.reassurance_produit {
    padding-top: 11px;
    text-align: justify;
    font-size: 11px;
}

.product-reassurance-description .phone {
    /*float: left;
  background: url(/media/wysiwyg/numero.png) no-repeat;
  height: 15px;
  padding: 1px 0 0 27px;
  width: 115px;
  margin: -3px 0 0;
  position: relative;*/
}

.cms-home .home-category-selection .btn-info,
.cms-home .home-category-selection .button {
    display: block;
    text-indent: -9999px;
}

.cms-home .home-category-selection .btn-info,
.cms-home .home-category-selection .button {
    width: 31px;
    height: 32px;
    padding: 0;
    margin: 0;
    float: left;
}

.cms-home .home-category-selection .btn-info {
    margin: 0 16px 0 23px;
}

.cms-home .home-category-selection .button {
    background-position: -31px 0;
}

.cms-home .home-category-selection .button span {
    display: none;
}

.cms-home .home-category-selection .btn-cart-inactive {
    opacity: 0.6;
}

.cms-home .block-garanties {
    position: relative;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) no-repeat 0 17px;
    padding-top: 35px;
    margin: 0 0 30px 0;
    float: left;
    width: 73%;
}

.cms-home .block-garanties div.titre {
    position: absolute;
    top: 0;
    left: 0;
    font: bold 17px Century Gothic, Arial, Helvetica, sans-serif;
    color: #a2a2a2;
    line-height: 25px;
    background-color: #fff;
    padding-right: 6px;
}

.cms-home .follow-us {
    float: right;
    width: 24%;
    position: relative;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/tagslist-border.png) no-repeat 0 17px;
    padding-top: 35px;
    margin: 0 0 30px 2%;
}

.cms-home .follow-us div.titre {
    position: absolute;
    top: 0;
    left: 0;
    font: bold 17px Century Gothic, Arial, Helvetica, sans-serif;
    color: #a2a2a2;
    line-height: 25px;
    background-color: #fff;
    padding-right: 6px;
}

.cms-home .follow-us .facebook-link {
    margin-bottom: 10px;
    width: 95px;
    float: left;
    height: 64px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_RS_v1.png) no-repeat 0 0;
    max-width: 100%;
}

.cms-home .follow-us .facebook-link .title {
    color: black;
    height: 19px;
    line-height: 17px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.cms-home .follow-us .facebook-link .content a {
    display: block;
    width: 125px;
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}

.cms-home .follow-us .youtube-link {
    margin-bottom: 10px;
    width: 95px;
    float: left;
    height: 64px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_RS_v1.png) no-repeat -196px 0;
    max-width: 100%;
}

.cms-home .follow-us .youtube-link .title {
    color: black;
    height: 19px;
    line-height: 17px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.cms-home .follow-us .youtube-link .content a {
    display: block;
    width: 125px;
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}

.cms-home .follow-us .instagram-link {
    margin-bottom: 10px;
    width: 95px;
    float: left;
    height: 64px;
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bouton_RS_v1.png) no-repeat -97px 0;
    max-width: 100%;
}

.cms-home .follow-us .instagram-link .title {
    color: black;
    height: 19px;
    line-height: 17px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.cms-home .follow-us .instagram-link .content a {
    display: block;
    width: 125px;
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}

.cms-home .block-subscribe {
    clear: both;
    margin-top: 10px;
    border: 1px solid green;
    background-color: #eee;
}

.cms-home .block-subscribe .block-title {
    border-top: 0;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-bottom: 0;
}

.cms-home .block-subscribe .block-title strong {
    background: #91c734;
    width: 100%;
    display: block;
    padding: 5px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
}

.cms-home .block-subscribe .block-title strong span {
    color: black;
}

.cms-home .block-subscribe .block-content {
    margin-top: 0;
}

.cms-home .block-subscribe form {
    padding: 0 5px 5px 5px;
}

.cms-home .block-subscribe form .input-box,
.cms-home .block-subscribe form button {
    border-radius: 0;
}

.cms-home .block-subscribe form .input-box {
    width: 70%;
    float: left;
    padding-top: 0;
}

.cms-home .block-subscribe form .input-box input[type=email] {
    height: 33px;
}

.cms-home .block-subscribe form button {
    width: 30%;
    font-size: 11px;
    text-transform: none;
    font-weight: bold;
    padding: 7px 0;
}

.cms-home .block-subscribe .form-subscribe-header {
    display: none;
}

.cms-home .block-subscribe .block .actions {
    margin-top: 0;
}

.cms-index-index .entry-info h1 {
    margin: 0 0 22px 0;
    text-align: center;
    font: bold 19px Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: none;
}

.cms-home #small-slides-container {
    text-align: center;
    max-width: 100%;
}

.cms-home #small-slides-container #small-slides img {
    display: inline-block;
}

.cms-home #slider-container {
    position: relative;
    height: 470px;
    top: 0;
}

.cms-home #small-slides-container {
    top: 400px;
}

.cms-home .slick-list {
    margin-bottom: 30px;
}


/* ======================================================================================= */

@media only screen and (max-width: 770px) {
    .product-cols,
    .main-b {
        display: none;
    }
    .cms-index-index .entry-info {
        padding: 0;
        width: 100%;
        margin-top: 0;
    }
    .cms-index-index .entry-info .entry-info {
        padding: 0;
    }
    h1 {
        font-size: 1rem !important;
        color: #000;
        font-weight: 700;
        text-transform: none;
    }
    .main-container {
        padding: 0;
        width: 100%;
    }
    .cms-home .main-content .entry-info h1 {
        font-size: 16px !important;
        font-size: 1.6rem !important;
    }
    .cms-home .block-garanties,
    .cms-home .follow-us {
        width: 100%;
        clear: both;
        float: none;
    }
    .block-garanties div.titre,
    .follow-us div.titre {
        position: relative;
    }
    .cms-home .block-garanties ul li {
        width: 17%;
        margin-left: 1%;
        display: inline-block;
    }
    /* ==== SLIDER ==== */
    .cms-home .slick-slider {
        margin-bottom: 0;
    }
    .cms-home #slider-container {
        position: relative;
        top: 0;
    }
    .cms-home #small-slides-container {
        position: relative;
        height: auto;
        top: 97px;
        height: 100px;
        left: 0;
        bottom: 0;
    }
    .cms-home #small-slides-container #small-slides img {
        border: none !important;
    }
    .cms-home #small-slides img {
        width: 15%;
        padding: 0;
        margin: 0;
        border: none;
    }
    .cms-home #small-slides-container img.active {
        border: none;
    }
    .cms-home .home-category-links .home-category-links-maincategory {
        position: relative;
        bottom: initial;
    }
    .cms-home .slides_control>div {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    .cms-home .slick-initialized .slick-slide {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        transform-origin: center top;
    }
    /* ==== MAIN ==== */
    .cms-index-index .entry-info .entry-info {
        text-align: justify;
    }
    /* ==== FOOTER ==== */
    .footer {
        background-color: #000;
    }
    .guarantee-list ul.footer_info>li>ul>li {
        width: 100%;
    }
    .footer_input_sub #newsletter-footer {
        height: 35px;
        width: 90%;
    }
    .footer_input_sub .button_footer {
        width: 10%;
        height: 35px;
    }
    .guarantee-list ul.paiement_secu li {
        text-align: center;
    }
    ul.transporteur_footer li img {
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .cms-home .follow-us .facebook-link {
        width: 50% !important;
        float: left !important;
    }
    .cms-home .block-subscribe {
        width: 49%;
        float: right;
        height: 85px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-home #slider-container {
        height: 270px;
    }
    .cms-home #small-slides-container {
        top: 240px;
        height: auto;
    }
    /* ==== MENU ==== */
    #header-nav #nav a.level-top {
        max-width: 108px !important;
    }
}


/* ==== REFONTE DU SLIDER ==== */


/* ==== REFONTE DU SLIDER ==== */


/* ============================================ *
 * Category Landing Pages
 * ============================================ */

.category-image {
    position: relative;
}

.categorylandingMainblock {
    border: 1px solid #E2E2E2;
    padding: 7px;
}

.catblocks {
    float: left;
    padding: 0 0 20px 0;
    width: 100%;
}

.catblocks li {
    position: relative;
    float: left !important;
    width: 23% !important;
    margin-right: 2.66667% !important;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.catblocks li:hover {
    border-color: #91c734;
}

@media only screen and (max-width: 770px) {
    .catblocks li {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .catblocks li:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .catblocks li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }
}

.catblocks li:last-child {
    margin-right: 0 !important;
}

.catblocks li img {
    width: 100%;
    max-width: 100%;
}

.catblocks li a span {
    color: #FFFFFF;
    position: absolute;
    background-color: #7B7C7B;
    font-family: raleway;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px;
    margin-right: 10px;
}

.catblocklinks a {
    color: #FFFFFF;
    text-decoration: none;
}

.catlandingbottomPromoblock {
    float: left;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
    display: block;
    margin: 0;
    position: absolute;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
    text-decoration: underline;
    color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #656565;
}


/* ==== MODIF JB ==== */

.solrsearch-result-index .dt-manufacturer,
.solrsearch-result-index .dt-manufacturer {
    display: none;
}

.solrsearch-result-index,
.catalog-category-view {
    /* ==== sidebar filtres desktop ==== */
    /* ==== sidebar filtres desktop ==== */
    /* ==== sidebar filtres mobile ==== */
    /* ==== sidebar filtres mobile ==== */
}

.solrsearch-result-index .category-title,
.catalog-category-view .category-title {
    padding-top: 25px;
    position: relative;
}

.solrsearch-result-index .category-title h1,
.catalog-category-view .category-title h1 {
    background: #fff;
    border: 0;
    color: #A2A2A2;
    font: bold 17px/25px Century Gothic, Arial, Helvetica, sans-serif;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 0;
}

.solrsearch-result-index .block-subscribe,
.catalog-category-view .block-subscribe {
    margin-top: 10px;
    border: 1px solid green;
    background-color: #eee;
}

.solrsearch-result-index .block-subscribe .block-title,
.catalog-category-view .block-subscribe .block-title {
    border-top: 0;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-bottom: 0;
    background-color: #91c734 !important;
}

.solrsearch-result-index .block-subscribe .block-title strong,
.catalog-category-view .block-subscribe .block-title strong {
    background-color: #91c734 !important;
    width: 100%;
    display: block;
    padding: 5px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
}

.solrsearch-result-index .block-subscribe .block-title strong span,
.catalog-category-view .block-subscribe .block-title strong span {
    color: black;
}

.solrsearch-result-index .block-subscribe .block-content,
.catalog-category-view .block-subscribe .block-content {
    margin-top: 0;
}

.solrsearch-result-index .block-subscribe .block-subtitle,
.catalog-category-view .block-subscribe .block-subtitle {
    background-color: #eee !important;
    text-transform: none !important;
    font-weight: normal;
    text-align: left;
}

.solrsearch-result-index .block-subscribe form,
.catalog-category-view .block-subscribe form {
    padding: 0 5px 5px 5px;
}

.solrsearch-result-index .block-subscribe form .input-box,
.solrsearch-result-index .block-subscribe form button,
.catalog-category-view .block-subscribe form .input-box,
.catalog-category-view .block-subscribe form button {
    border-radius: 0;
}

.solrsearch-result-index .block-subscribe form .input-box,
.catalog-category-view .block-subscribe form .input-box {
    width: 60%;
    float: left;
    padding-top: 0;
}

.solrsearch-result-index .block-subscribe form input[type=email],
.solrsearch-result-index .block-subscribe form input[type=text],
.catalog-category-view .block-subscribe form input[type=email],
.catalog-category-view .block-subscribe form input[type=text] {
    height: 33px;
    width: 100%;
}

.solrsearch-result-index .block-subscribe form button,
.catalog-category-view .block-subscribe form button {
    width: 100%;
    font-size: 11px;
    text-transform: none;
    font-weight: bold;
    padding: 7px 0;
}

.solrsearch-result-index .block-subscribe form .actions,
.catalog-category-view .block-subscribe form .actions {
    margin-top: 0;
    width: 40%;
    float: right;
}

.solrsearch-result-index .block-subscribe form .actions .button,
.catalog-category-view .block-subscribe form .actions .button {
    padding: 7px;
}

.solrsearch-result-index .block-subscribe .form-subscribe-header,
.catalog-category-view .block-subscribe .form-subscribe-header {
    display: none;
}

.solrsearch-result-index .sidebar,
.catalog-category-view .sidebar {
    /*.block-layered-nav .currently .btn-remove {
      background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif) no-repeat -54px -99px;
      display: inline-block;
      float: none;
      height: 15px;
      overflow: hidden;
      margin: 1px 2px 0 0;
      position: relative;
      text-indent: -9999px;
      top: 2px;
      width: 15px;
  }*/
    /*#browseby,
  .block-layered-nav-cate {display: none;}*/
}

.advancedcms-page-view .sidebar .block-layered-nav,
.solrsearch-result-index .sidebar .block-layered-nav,
.catalog-category-view .sidebar .block-content {
    border: 1px solid #ddd;
}

.solrsearch-result-index .sidebar .block-layered-nav,
.advancedcms-page-view .sidebar .block-layered-nav,
.catalog-category-view .sidebar .block-layered-nav {
    border-bottom: 1px solid #d9d9d9;
}

.advancedcms-page-view .sidebar .block-title,
.advancedcms-page-view .sidebar .block-subtitle,
.advancedcms-page-view .sidebar .block-title h2,
.advancedcms-page-view .sidebar .block-title h3,
.advancedcms-page-view .sidebar .block-title strong,
.solrsearch-result-index .sidebar .block-title,
.solrsearch-result-index .sidebar .block-subtitle,
.solrsearch-result-index .sidebar .block-title h2,
.solrsearch-result-index .sidebar .block-title h3,
.solrsearch-result-index .sidebar .block-title strong,
.catalog-category-view .sidebar .block-title,
.catalog-category-view .sidebar .block-subtitle,
.catalog-category-view .sidebar .block-title h2,
.catalog-category-view .sidebar .block-title h3,
.catalog-category-view .sidebar .block-title strong {
    text-transform: uppercase;
    background-color: #ffc600;
    font-weight: bold;
    text-align: center;
    color: black;
    padding: 5px;
}

.advancedcms-page-view .sidebar .block-layered-nav .block-content>dl>dt,
.solrsearch-result-index .sidebar .block-layered-nav .block-content>dl>dt,
.catalog-category-view .sidebar .block-layered-nav .block-content>dl>dt {
    padding: 10px 0 0 10px;
    background: none;
    border-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 13px;
    border-left: 0 !important;
    border-right: 0 !important;
}

.advancedcms-page-view .sidebar .block-layered-nav .block-content>dl>dd,
.solrsearch-result-index .sidebar .block-layered-nav .block-content>dl>dd,
.catalog-category-view .sidebar .block-layered-nav .block-content>dl>dd {
    margin-bottom: -1px;
    border-bottom: 1px #CCCCCC solid;
    border-left: 0 !important;
    border-right: 0 !important;
}

.advancedcms-page-view .sidebar .block-layered-nav dl dd ol>li>span,
.advancedcms-page-view .sidebar .block-layered-nav dl dd ol>li>a,
.solrsearch-result-index .sidebar .block-layered-nav dl dd ol>li>span,
.solrsearch-result-index .sidebar .block-layered-nav dl dd ol>li>a,
.catalog-category-view .sidebar .block-layered-nav dl dd ol>li>span,
.catalog-category-view .sidebar .block-layered-nav dl dd ol>li>a {
    padding: 0;
    display: inline-block;
}

.advancedcms-page-view .sidebar div.block-layered-nav ol li,
.solrsearch-result-index .sidebar div.block-layered-nav ol li,
.catalog-category-view .sidebar div.block-layered-nav ol li {
    color: #638113;
}

.advancedcms-page-view .sidebar div.block-layered-nav ol li span.label_txt:hover,
.solrsearch-result-index .sidebar div.block-layered-nav ol li span.label_txt:hover,
.catalog-category-view .sidebar div.block-layered-nav ol li span.label_txt:hover {
    text-decoration: underline;
}

.advancedcms-page-view .sidebar .block-layered-nav dd li label:before,
.solrsearch-result-index .sidebar .block-layered-nav dd li label:before,
.catalog-category-view .sidebar .block-layered-nav dd li label:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/check_off.jpg);
    font-family: FontAwesome;
    color: #7e8f02;
    top: 1px;
    position: relative;
    padding-right: 5px;
}

.advancedcms-page-view .sidebar .block-layered-nav dd li.active label:before,
.solrsearch-result-index .sidebar .block-layered-nav dd li.active label:before,
.catalog-category-view .sidebar .block-layered-nav dd li.active label:before {
    content: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/check_on.jpg);
}

.advancedcms-page-view .sidebar .block-layered-nav .currently ol,
.solrsearch-result-index .sidebar .block-layered-nav .currently ol,
.catalog-category-view .sidebar .block-layered-nav .currently ol {
    padding-left: 0;
}

.advancedcms-page-view .sidebar .block-layered-nav .currently .btn-remove,
.advancedcms-page-view .sidebar .block-layered-nav .currently .btn-previous,
.advancedcms-page-view .sidebar .mini-products-list .btn-remove,
.advancedcms-page-view .sidebar .mini-products-list .btn-previous,
.advancedcms-page-view .sidebar #compare-items .btn-remove,
.advancedcms-page-view .sidebar #compare-items .btn-previous,
.solrsearch-result-index .sidebar .block-layered-nav .currently .btn-remove,
.solrsearch-result-index .sidebar .block-layered-nav .currently .btn-previous,
.solrsearch-result-index .sidebar .mini-products-list .btn-remove,
.solrsearch-result-index .sidebar .mini-products-list .btn-previous,
.solrsearch-result-index .sidebar #compare-items .btn-remove,
.solrsearch-result-index .sidebar #compare-items .btn-previous,
.catalog-category-view .sidebar .block-layered-nav .currently .btn-remove,
.catalog-category-view .sidebar .block-layered-nav .currently .btn-previous,
.catalog-category-view .sidebar .mini-products-list .btn-remove,
.catalog-category-view .sidebar .mini-products-list .btn-previous,
.catalog-category-view .sidebar #compare-items .btn-remove,
.catalog-category-view .sidebar #compare-items .btn-previous {
    float: none;
    display: inline-block;
}

.advancedcms-page-view .sidebar span.value,
.solrsearch-result-index .sidebar span.value,
.catalog-category-view .sidebar span.value {
    display: inline-block;
}

.advancedcms-page-view .sidebar .noUi-background,
.solrsearch-result-index .sidebar .noUi-background,
.catalog-category-view .sidebar .noUi-background {
    height: 14px;
}

.advancedcms-page-view.sidebar .noUi-target,
.solrsearch-result-index .sidebar .noUi-target,
.catalog-category-view .sidebar .noUi-target {
    margin: 0 auto;
    max-width: 90%;
}

.advancedcms-page-view .sidebar .noUi-horizontal .noUi-handle,
.solrsearch-result-index .sidebar .noUi-horizontal .noUi-handle,
.catalog-category-view .sidebar .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 19px;
    left: -14px;
    top: -4px;
}

.advancedcms-page-view .sidebar .noUi-handle:after,
.advancedcms-page-view .sidebar .noUi-handle:before,
.solrsearch-result-index .sidebar .noUi-handle:after,
.solrsearch-result-index .sidebar .noUi-handle:before,
.catalog-category-view .sidebar .noUi-handle:after,
.catalog-category-view .sidebar .noUi-handle:before {
    height: 10px;
    width: 1px;
    background: #E8E7E6;
    left: 8px;
    top: 4px;
}

.advancedcms-page-view .sidebar .noUi-handle:after,
.solrsearch-result-index .sidebar .noUi-handle:after,
.catalog-category-view .sidebar .noUi-handle:after {
    left: 10px;
}

.advancedcms-page-view .sidebar .slider-trigger,
.solrsearch-result-index .sidebar .slider-trigger,
.catalog-category-view .sidebar .slider-trigger {
    margin-top: 6px;
}

.advancedcms-page-view .sidebar .block-viewed strong,
.solrsearch-result-index .sidebar .block-viewed strong,
.catalog-category-view .sidebar .block-viewed strong {
    padding: 0;
}

.advancedcms-page-view .sidebar .block-layered-nav .actions,
.solrsearch-result-index .sidebar .block-layered-nav .actions,
.catalog-category-view .sidebar .block-layered-nav .actions {
    text-align: center;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 7px;
}

.advancedcms-page-view .sidebar .block-layered-nav .actions a,
.solrsearch-result-index .sidebar .block-layered-nav .actions a,
.catalog-category-view .sidebar .block-layered-nav .actions a {
    float: none;
    text-decoration: underline;
    color: #91c734;
}

.advancedcms-page-view .sidebar .block-layered-nav.amshopby-filters-left,
.solrsearch-result-index .sidebar .block-layered-nav.amshopby-filters-left,
.catalog-category-view .sidebar .block-layered-nav.amshopby-filters-left {
    width: 175px;
}

.advancedcms-page-view .sidebar .block-layered-nav ul li ul,
.solrsearch-result-index .sidebar .block-layered-nav ul li ul,
.catalog-category-view .sidebar .block-layered-nav ul li ul {
    padding-left: 10px;
}

@media only screen and (max-width: 770px) {
    .solrsearch-result-index .sidebar,
    .catalog-category-view .sidebar {
        /*.block.block-layered-nav {
        #browseby,.block-layered-nav-cate {display: none;}
    }*/
    }
    .advancedcms-page-view .sidebar .block-layered-nav .block-subtitle,
    .advancedcms-page-view .sidebar .block .block-title,
    .advancedcms-page-view .sidebar .block-layered-nav .block-subtitle,
    .solrsearch-result-index .sidebar .block-layered-nav .block-subtitle,
    .solrsearch-result-index .sidebar .block .block-title,
    .solrsearch-result-index .sidebar .block-layered-nav .block-subtitle,
    .catalog-category-view .sidebar .block-layered-nav .block-subtitle,
    .catalog-category-view .sidebar .block .block-title,
    .catalog-category-view .sidebar .block-layered-nav .block-subtitle {
        background: #e7b111;
        padding: 10px;
    }
    .advancedcms-page-view .sidebar div.block-layered-nav dd a,
    .advancedcms-page-view .sidebar .block-layered-nav dt.amshopby-collapsed,
    .advancedcms-page-view .sidebar .block-layered-nav dt,
    .solrsearch-result-index .sidebar div.block-layered-nav dd a,
    .solrsearch-result-index .sidebar .block-layered-nav dt.amshopby-collapsed,
    .solrsearch-result-index .sidebar .block-layered-nav dt,
    .catalog-category-view .sidebar div.block-layered-nav dd a,
    .catalog-category-view .sidebar .block-layered-nav dt.amshopby-collapsed,
    .catalog-category-view .sidebar .block-layered-nav dt {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .advancedcms-page-view .sidebar .block .block-content,
    .solrsearch-result-index .sidebar .block .block-content,
    .catalog-category-view .sidebar .block .block-content {
        padding: 0;
    }
    .advancedcms-page-view .sidebar div.block-layered-nav ol li,
    .solrsearch-result-index .sidebar div.block-layered-nav ol li,
    .catalog-category-view .sidebar div.block-layered-nav ol li {
        padding: 10px;
        margin-bottom: 10px;
        background-color: #F6F6F6;
        display: block;
        clear: both;
        height: 45px;
    }
    .advancedcms-page-view .sidebar .block-layered-nav .block-content>dl>dd,
    .solrsearch-result-index .sidebar .block-layered-nav .block-content>dl>dd,
    .catalog-category-view .sidebar .block-layered-nav .block-content>dl>dd {
        padding: 0;
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd li label,
    .solrsearch-result-index .sidebar .block-layered-nav dd li label,
    .catalog-category-view .sidebar .block-layered-nav dd li label {
        float: left;
        font-size: 14px;
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd li label:before,
    .solrsearch-result-index .sidebar .block-layered-nav dd li label:before,
    .catalog-category-view .sidebar .block-layered-nav dd li label:before {
        content: ' ';
        font-family: FontAwesome;
        color: #7e8f02;
        float: left;
        position: relative;
        padding: 0px 4px;
        border: 2px solid #7e8f02;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        line-height: 20px;
        border-radius: 5px;
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd li.active label:before,
    .solrsearch-result-index .sidebar .block-layered-nav dd li.active label:before,
    .catalog-category-view .sidebar .block-layered-nav dd li.active label:before {
        content: "\f00c";
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd li span.label_txt,
    .solrsearch-result-index .sidebar .block-layered-nav dd li span.label_txt,
    .catalog-category-view .sidebar .block-layered-nav dd li span.label_txt {
        margin-right: 5px;
        display: block;
        float: left;
        margin-top: 3px;
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd li span.label_cnt,
    .solrsearch-result-index .sidebar .block-layered-nav dd li span.label_cnt,
    .catalog-category-view .sidebar .block-layered-nav dd li span.label_cnt {
        display: block;
        margin-top: 5px;
    }
    .advancedcms-page-view.sidebar .block-layered-nav .currently .btn-remove,
    .solrsearch-result-index .sidebar .block-layered-nav .currently .btn-remove,
    .catalog-category-view .sidebar .block-layered-nav .currently .btn-remove {
        margin-left: 10px;
    }
    .advancedcms-page-view .sidebar div.block-layered-nav div.slider,
    .solrsearch-result-index .sidebar div.block-layered-nav div.slider,
    .catalog-category-view .sidebar div.block-layered-nav div.slider {
        height: 24px !important;
        width: 85% !important;
    }
    .advancedcms-page-view.sidebar .noUi-horizontal .noUi-handle,
    .solrsearch-result-index .sidebar .noUi-horizontal .noUi-handle,
    .catalog-category-view .sidebar .noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
        left: -15px;
        top: -4px;
    }
    .advancedcms-page-view .sidebar .block-layered-nav dd.dd-price,
    .solrsearch-result-index .sidebar .block-layered-nav dd.dd-price,
    .catalog-category-view .sidebar .block-layered-nav dd.dd-price {
        padding-bottom: 30px;
    }
    .advancedcms-page-view .sidebar .block-carroussel,
    .solrsearch-result-index .sidebar .block-carroussel,
    .catalog-category-view .sidebar .block-carroussel {
        width: 48%;
        margin: 1%;
        float: left;
    }
    .advancedcms-page-view .sidebar .block-carroussel .block-content,
    .solrsearch-result-index .sidebar .block-carroussel .block-content,
    .catalog-category-view .sidebar .block-carroussel .block-content {
        padding: 5px;
        border: none;
        display: table;
        margin: 0 auto;
    }
    .advancedcms-page-view .sidebar #narrow-by-list,
    .advancedcms-page-view .sidebar #narrow-by-list2,
    .solrsearch-result-index .sidebar #narrow-by-list,
    .solrsearch-result-index .sidebar #narrow-by-list2,
    .catalog-category-view .sidebar #narrow-by-list,
    .catalog-category-view .sidebar #narrow-by-list2 {
        border: none;
        padding: 0;
    }
    .advancedcms-page-view .sidebar #narrow-by-list dt,
    .solrsearch-result-index .sidebar #narrow-by-list dt,
    .catalog-category-view .sidebar #narrow-by-list dt {
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/mobile/fleche.png) center right no-repeat;
    }
    .advancedcms-page-view .sidebar #narrow-by-list dt.dt-price,
    .solrsearch-result-index .sidebar #narrow-by-list dt.dt-price,
    .catalog-category-view .sidebar #narrow-by-list dt.dt-price {
        background: none;
    }
    .advancedcms-page-view .sidebar .btn-remove:after,
    .solrsearch-result-index .sidebar .btn-remove:after,
    .catalog-category-view .sidebar .btn-remove:after {
        font-size: 16px;
    }
}

.solrsearch-result-index .block.block-carroussel,
.catalog-category-view .block.block-carroussel {
    border: 1px solid #ddd;
}

.solrsearch-result-index .block.block-carroussel .block-title,
.catalog-category-view .block.block-carroussel .block-title {
    border-top: 0;
}

.solrsearch-result-index .block.block-carroussel .block-content,
.catalog-category-view .block.block-carroussel .block-content {
    text-align: center;
    display: table;
    width: auto;
    margin: 0 auto;
    border: none;
}

.solrsearch-result-index .block.block-carroussel .carroussel,
.catalog-category-view .block.block-carroussel .carroussel {
    width: auto;
    text-align: center;
    display: table-cell;
}

.solrsearch-result-index .block.block-carroussel .carroussel .regular-price,
.solrsearch-result-index .block.block-carroussel .carroussel .old-price,
.solrsearch-result-index .block.block-carroussel .carroussel .special-price,
.catalog-category-view .block.block-carroussel .carroussel .regular-price,
.catalog-category-view .block.block-carroussel .carroussel .old-price,
.catalog-category-view .block.block-carroussel .carroussel .special-price {
    text-align: center;
    float: right;
    clear: right;
}

.solrsearch-result-index #ficheexpress-overlay,
.catalog-category-view #ficheexpress-overlay {
    z-index: 9 !important;
}

.solrsearch-result-index .product-img-box,
.solrsearch-result-index .ficheexpress-lightbox .product-view .product-img-box,
.catalog-category-view .product-img-box,
.catalog-category-view .ficheexpress-lightbox .product-view .product-img-box {
    margin-bottom: 0;
    width: 31.623931623931625%;
}

.solrsearch-result-index .minimal-price-link .label,
.catalog-category-view .minimal-price-link .label {
    display: none;
}

.solrsearch-result-index .minimal-price-link .price,
.catalog-category-view .minimal-price-link .price {
    font-weight: 700;
    color: #000;
    text-decoration: line-through;
    text-align: right;
}

.quickcart-lightbox {
    max-width: 100%;
}

.quickcart-lightbox .lightbox-action a {
    color: white;
}

#quickcart-container li.aw-arp-item {
    position: relative;
    float: left;
    width: 15.5%;
    height: 320px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 0;
}

#quickcart-container a {
    color: #000;
}

#quickcart-container .aw-arp-addtocart {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
    background-color: #91c734;
}

#quickcart-container .aw-arp-addtocart a {
    color: #fff !important;
}

#quickcart-container .price-box {
    text-align: right;
}

@media only screen and (max-width: 770px) {
    #quickcart-container li.aw-arp-item {
        width: 48% !important;
        margin: 0 1%;
    }
}

.df-branding {
    display: none !important;
}

.category-header {
    padding: 0
}

@media only screen and (max-width: 979px) {
    .category-header {
        text-align: center;
        padding: 0 20px !important
    }
}

.category-header #toggle-category-info {
    bottom: 20px
}

.category-header {
    padding: 0 15px;
    position: relative;
    text-align: justify;
}

.category-header #category-header-info:not(.close-collapse)+#toggle-category-info {
    bottom: 5px
}

.category-header #toggle-category-info {
    position: absolute;
    bottom: 10px;
    background: white;
    padding: 0 10px;
    right: 0
}

.category-header #toggle-category-info:hover {
    opacity: 1
}

.category-header .close-collapse {
    overflow: hidden;
    height: 200px;
    transition: 1s
}

.category-header .close-collapse:before {
    content: "";
    float: left;
    height: 50px
}

.category-header .close-collapse>*:first-child {
    float: right;
    width: 100%;
    margin-left: -5px
}

.category-header .close-collapse:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 35px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFF) left repeat;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF) left repeat;
}
div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
.amlabel-div {
    position: relative;
}
.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing:0.01px;
    text-decoration: none;
    color: #fff;
}
.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.amlabel-table td {
    vertical-align: middle;
    text-align: center;
}
.top-center {
    top: 0;
    left: 50%;
}
.middle-left {
    left: 0;
    top: 50%;
}
.middle-right {
    right: 0;
    top: 50%;
}
.bottom-center {
    bottom: 0;
    right: 50%;
}
.middle-center {
    top: 50%;
    right: 50%;
}
.top-left {
    top: 0;
    left: 0;
}
.top-right {
    top: 0;
    right: 0;
}
.bottom-left {
    bottom: 0;
    left: 0;
}
.bottom-right {
    bottom: 0;
    right: 0;
}

.products-list .amlabel-div {
    float:left;
}
* html .amlabel-div { float: left; }
* html .amlabel-div a { position: relative; }
.coin{
    background: url("https://www.planete-sfactory.com/skin/frontend/rwd/default/mw_rewardpoints/images/coin.png") no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
}
.mw_display_point.hide{
    display: none;
}
.mw_display_point.show{
    display: block;
}
.mw-facebook {
    float: left;
    display: table;
}

.mw-img-icon{
    float: left;
    margin-top: 3px;
    height: 25px;
    width: 50px;
}
.mw-icon-text{
    margin-left: 3px;
    margin-right: 3px;
    color: #004080;
}
#mw-share-facebook{
    padding-top: 10px;
    width:300px;
    padding-bottom: 10px;
    text-align: center;
}
#mw-share-facebook a{
    display: table-cell; 
    background-color: white;
    text-align: center;
    text-decoration: none;
}
.wc-overlay{position:absolute;display:none;opacity:0.9;z-index:99999;background:white url('https://www.planete-sfactory.com/skin/frontend/base/default/webcooking/images/ajax-loader.gif') center 5% no-repeat;}
/** Slideshow **/
.xi-slideshow-wrapper .slideshow-cms-block {display: none;}

/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider .nivo-caption img {position:relative;display:block;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}

/* The slices and boxes in the Slider */
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}

/* Caption styles */
.nivo-caption {background:none;color:#000;max-width:100%;max-height:100%;z-index:8;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}

/* Caption position */
.nivo-caption div.top_left {position:absolute;top:0px;left:0px;}
.nivo-caption div.top_right {position:absolute;top:0px;right:0px;}
.nivo-caption div.bottom_left {position:absolute;bottom:0px;left:0px;}
.nivo-caption div.bottom_right {position:absolute;bottom:0px;right:0px;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

/* Skin */
.nivoSlider {position:relative;background:#fff url(https://www.planete-sfactory.com/skin/frontend/base/default/images/xi/widgets/loading.gif) no-repeat 50% 50%;margin-bottom:50px;-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;box-shadow: 0px 1px 5px 0px #4a4a4a;}
.nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.nivoSlider a {border:0;display:block;}
.nivo-controlNav {position:absolute;right:0;bottom:-35px;}
.nivo-controlNav a {display:block;width:22px;height:22px;background:url(https://www.planete-sfactory.com/skin/frontend/base/default/images/xi/widgets/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.nivo-controlNav a:hover {background-position:0 -40px;}
.nivo-controlNav a.active {background-position:0 -20px;}
.nivo-directionNav a {display:block;width:30px;height:30px;background:url(https://www.planete-sfactory.com/skin/frontend/base/default/images/xi/widgets/arrows.png) no-repeat;text-indent:-9999px;border:0;opacity: 0.7;}
.nivo-directionNav a:hover {opacity: 1;}
a.nivo-nextNav {background-position:-30px 0;right:15px;}
a.nivo-prevNav {left:15px;}
.nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {color:#fff;border-bottom:1px dotted #fff;}
.nivo-caption a:hover {color:#fff;}
#lf_cookie_msg {background-color:#464646;position:fixed;left:0;top:0;width:100%;z-index:999999999;text-align:center;padding:3px 0; color:#F0F0F0;}
@media only screen and (max-width: 770px) {
    #lf_cookie_msg {
        top: initial;
        bottom: 0;
    }
}
#lf_cookie_close {background-image:url('https://www.planete-sfactory.com/skin/frontend/base/default/webcooking/images/cookies/close.jpg'); width:11px; height:11px; display:inline-block; }
#lf_cookie_close span {display:none;}
.solrsearch-autocomplete {z-index: 999;right: 77px;position: absolute;top: 23px;}
#solrsearch_autocomplete_wrapper {background:white;padding:5px;width:450px;}
#solrsearch_autocomplete_content {}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}


/**
 * NOZA CUSTOM MENU CSS STYLESHEET
 */

@media only screen and (min-width: 771px) {

    #nav .custom-menu-container .desktop-no-display {
        display: none !important;
    }

    /*
     * Reset previously over-specific CSS rules
     */
    #nav .custom-menu-container span {
        display: inline;
        cursor: inherit;
    }

    #nav .custom-menu-container button:hover {
        text-decoration: none;
        cursor: default;
    }

    #nav .custom-menu-container li {
        float: none;
        width: auto;
        height: auto;
        text-align: inherit;
    }

    #nav .custom-menu-container a {
        color: #000;
    }

    #nav .custom-menu-container a:hover {
        text-decoration: underline;
    }

    #nav .custom-menu-container a:hover img {
        opacity: 0.8;
    }

    #nav .custom-menu-container {
        padding: 6px;
        border: 12px solid #046fb5;
        background: #fff;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    }

    /*
     * Tab styles
     */
    #nav .custom-menu-container .left-tab-list {
        position: absolute;
        padding: 6px;
    }

    #nav .custom-menu-container .left-tab-list li {
        width: 200px;
        height: 100px;
        background: #e9e9e9;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 100px;
        text-align: center;
        text-transform: uppercase;
        cursor: default;
        transition-duration: 120ms;
        transition-property: background, color;
    }

    #nav .custom-menu-container .left-tab-list li:hover {
        color: #046fb5;
    }

    #nav .custom-menu-container .left-tab-list li.active {
        background: #d2d2d2;
    }

    #nav .custom-menu-container .left-tab-list li.active a {
        color: #046fb5;
    }

    #nav .custom-menu-container .menu-tab-content {
        display: none;
        min-height: 500px;
        padding-left: 212px;
    }

    #nav .custom-menu-container .menu-tab-content.active {
        display: block;
    }

    #nav .custom-menu-container .menu-tab-content:after {
        content: "";
        clear: both;
        display: table;
    }

    #nav .custom-menu-container .menu-tab-title {
        display: none;
    }

    /*
     * Menu content generic styles (columns and boxes)
     */
    .custom-menu-container .menu-tab-column {
        float: left;
    }

    .custom-menu-container .menu-tab-column .menu-tab-subcolumn {
        float: left;
        padding: 6px;
    }

    .custom-menu-container .menu-box {
        position: relative;
        padding: 2px;
        background: #046fb5;
    }

    .custom-menu-container .menu-box-title {
        padding: 3px 0 5px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .custom-menu-container .menu-linkbox {
        display: table;
        height: 80px;
        width: 100%;
    }

    .custom-menu-container .menu-textbox {
        padding: 12px;
        background: #fff;
        text-align: center;
    }

    .custom-menu-container .menu-linkbox + .menu-linkbox {
        margin-top: 12px;
    }

    #nav .custom-menu-container .menu-linkbox a {
        display: table-cell;
        background: #fff;
        vertical-align: middle;
        text-align: center;
    }

    #nav .custom-menu-container .menu-linkbox a:hover {
        background: #e9e9e9;
    }

    .custom-menu-container .column-w20 {
        width: 20%;
    }

    .custom-menu-container .column-w25 {
        width: 25%;
    }

    .custom-menu-container .column-w33 {
        width: 33.3333%;
    }

    .custom-menu-container .column-w40 {
        width: 40%;
    }

    .custom-menu-container .column-w50 {
        width: 50%;
    }

    .custom-menu-container .column-w66 {
        width: 66.6666%;
    }

    .custom-menu-container .column-w75 {
        width: 75%;
    }

    .custom-menu-container .column-w100 {
        width: 100%;
    }

    .custom-menu-container .ajax-loading {
        position: relative;
    }

    .custom-menu-container .ajax-loading:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9) url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu/ajax-loader.gif) no-repeat center center;
    }

    /*
     * Styles for boxes where titles are tabs
     */
    .custom-menu-container .menu-box .box-tab-list {
        position: relative;
        padding-right: 28px;
    }

    .custom-menu-container .menu-box .box-tab-list:after {
        content: "";
        clear: both;
        display: table;
    }

    .custom-menu-container .menu-box .title-help {
        position: absolute;
        right: 0;
        width: 28px;
        height: 28px;
        padding: 0 0 0 2px;
        font-size: 26px;
        line-height: 26px;
    }

    #nav .custom-menu-container .menu-box .title-help a {
        color: #fff;
    }

    #nav .custom-menu-container .menu-box .title-help a:hover {
        color: inherit;
        text-decoration: none;
        transform: scale(1.2);
        transition: transform 120ms ease-out;
    }

    .custom-menu-container .box-tab {
        position: relative;
        float: left;
        width: 50%;
        padding: 5px;
        background: #66b1e2;
        color: #e9e9e9;
        cursor: default;
    }

    .custom-menu-container .box-tab-title {
        display: none;
    }

    .custom-menu-container .box-tab.active {
        background: #046fb5;
        color: #fff;
    }

    /** CSS trick to draw oblique line between title tabs */
    .custom-menu-container .box-tab + .box-tab:before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0;
        border-top: 28px solid #66b1e2;
        border-left: 10px solid #046fb5;
    }

    .custom-menu-container .box-tab + .box-tab.active:before {
        border-top: 28px solid #046fb5;
        border-left: 10px solid #66b1e2;
    }

    /*
     * Style for boxes content (item list or filter list with text / images)
     */
    .custom-menu-container .box-list {
        display: flex !important;
        height: 154px;
        padding: 0 18px;
        background: #fff;
        font-size: 12px;
        overflow: hidden;
    }

    .custom-menu-container .box-small {
        height: 108px;
    }

    .custom-menu-container .box-list > li {
        flex: 2;
        overflow: hidden;
    }

    .custom-menu-container .box-tab-list ~ .box-tab-content {
        display: none !important;
    }

    .custom-menu-container .box-tab-list ~ .box-tab-content.active {
        display: block !important;
    }

    .custom-menu-container img {
        display: block;
        margin: auto;
    }

    .custom-menu-container .box-list img {
        height: 104px;
        margin-top: 10px;
    }

    .custom-menu-container .box-list.box-small img {
        height: 66px;
    }

    .custom-menu-container .filter-list {
        height: 142px;
    }

    .custom-menu-container .filter-list.filter-list-double {
        height: 284px;
    }

    .custom-menu-container .filter-list img {
        height: 80px;
        margin-top: 6px;
    }

    .custom-menu-container .filter-list .filter-item {
        cursor: default;
    }

    .custom-menu-container .filter-list .filter-item:hover {
        text-decoration: underline;
    }

    .custom-menu-container .filter-list .filter-item:hover img {
        opacity: 0.8;
    }

    .custom-menu-container .filter-list .filter-item:hover .text-item {
        background: #d2d2d2;
    }

    #nav .custom-menu-container .label {
        display: table;
        width: 100%;
        height: 40px;
        padding-bottom: 9px;
        text-align: center;
        line-height: 15px;
    }

    #nav .custom-menu-container .box-small .label {
        height: 32px;
        padding-bottom: 4px;
    }

    #nav .custom-menu-container .label > span {
        display: table-cell;
        vertical-align: middle;
    }

    #nav .custom-menu-container .box-list.list-wrap {
        flex-wrap: wrap;
        align-content: flex-start;
        overflow: auto;
    }

    #nav .custom-menu-container .box-list.list-wrap > li {
        flex-basis: 25%;
        flex-grow: 0;
    }

    #nav .custom-menu-container .box-list.list-wrap .label {
        height: 30px;
    }

    .custom-menu-container .list-wrap .visual {
        position: relative;
        width: 82px;
        height: 50px;
        margin: auto;
    }

    .custom-menu-container .list-wrap .visual:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #d2d2d2;
        opacity: 0.3;
    }

    .custom-menu-container .list-wrap a:hover .visual:before {
        display: none;
    }

    .custom-menu-container .list-wrap .visual img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        max-height: 100%;
        margin: 0;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .custom-menu-container .list-wrap a:hover .visual img {
        -webkit-filter: none;
        filter: none;
    }

    .custom-menu-container .filter-box {
        height: 28px;
        padding: 5px;
    }

    .custom-menu-container .filter-label {
        position: absolute;
        z-index: 1;
        bottom: 2px;
        left: 2px;
        padding-left: 6px;
        background: #d2d2d2;
    }

    .custom-menu-container .filter-label ~ .filter-label {
        bottom: 144px;
    }

    .custom-menu-container .filter-list-img {
        padding-left: 56px;
        padding-right: 0;
    }

    .custom-menu-container .filter-list-img .filter-box {
        background: #d2d2d2;
    }

    .custom-menu-container .filter-list-text {
        padding: 12px 6px 4px 6px;
        height: 84px;
    }

    .custom-menu-container .filter-item .filter-box {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/check_off.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .custom-menu-container .filter-item.checked .filter-box {
        background-image: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/check_on.jpg);
    }

    #nav .custom-menu-container .filter-list .text-item {
        display: table;
        height: 40px;
        margin: auto;
        background: #e9e9e9;
        padding: 2px;
        text-align: center;
        font-weight: bold;
        cursor: default;
    }

    #nav .custom-menu-container .filter-list .text-item > span {
        display: table-cell;
        vertical-align: middle;
    }

    #nav .custom-menu-container .filter-list .label {
        height: 28px;
        cursor: default;
    }

    #nav .custom-menu-container .filter-list .label > span {
        white-space: nowrap;
    }

    /*
     * Owl-Carousel override rules
     */
    .custom-menu-container .carousel-container {
        height: 154px;
        background: #fff;
    }

    .custom-menu-container .filter-list.owl-carousel {
        padding-right: 26px;
    }

    .custom-menu-container .owl-nav {
        font-size: 36px;
    }

    .custom-menu-container .owl-nav button {
        position: absolute;
        width: 26px;
        top: 50%;
        transform: translateY(-50%);
        transition-duration: 120ms;
        transition-property: color;
        outline: none;
    }

    .custom-menu-container .owl-nav button:hover {
        color: #046fb5 !important;
    }

    .custom-menu-container .owl-nav .owl-prev {
        left: 0;
    }

    .custom-menu-container .owl-nav .owl-next {
        right: 0;
    }

    #nav .custom-menu-container .owl-nav button.disabled {
        opacity: 0.4;
    }

    .custom-menu-container .owl-carousel .owl-item img {
        width: auto;
    }

    .custom-menu-container .filter-list .owl-nav button {
        top: 44%;
    }

    .custom-menu-container .filter-list .owl-nav .owl-prev {
        left: 28px;
    }

    .custom-menu-container .filter-list.owl-carousel:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 28px;
        background: #d2d2d2;
    }

    /*
     * Case specific CSS rules
     */
    .custom-menu-container .box-list-ecig-brand {
        padding: 10px 7px;
        height: 155px;
    }

    #nav .custom-menu-container .best-sellers .label {
        padding-bottom: 3px;
        font-size: 11px;
        line-height: 12px;
    }

    .custom-menu-container .selection-container {
        height: 142px;
        padding: 0 50px;
        background: #fff;
        text-align: center;
    }

    .custom-menu-container .selection-container .no-result-container {
        padding-top: 20px;
    }

    #nav .custom-menu-container .selection-container.no-result .cancel,
    #nav .custom-menu-container .selection-container.unfiltered .submit {
        float: none;
        margin: auto;
    }

    .custom-menu-container .selection-container .filter-active,
    .custom-menu-container .selection-container .no-result-container,
    .custom-menu-container .selection-container.no-result .result-container,
    #nav .custom-menu-container .selection-container.no-result .submit,
    #nav .custom-menu-container .selection-container.unfiltered .cancel {
        display: none;
    }

    .custom-menu-container .selection-container.no-result .no-result-container {
        display: block;
    }

    .custom-menu-container .selection-container .selection-count {
        font-size: 22px;
        font-weight: bold;
        text-decoration: underline;
    }

    #nav .custom-menu-container .selection-container .action {
        float: left;
        width: 50%;
        padding: 8px 22px;
    }

    #nav .custom-menu-container .selection-container .action:hover {
        text-decoration: underline;
    }

    #nav .custom-menu-container .selection-container .action:hover img {
        opacity: 0.8;
    }

    .custom-menu-container .menu-box-ecig-right {
        position: relative;
        height: 576px;
        margin: 6px;
        padding: 12px 0;
        border: 2px solid #046fb5;
        font-weight: bold;
    }

    .custom-menu-container .menu-box-ecig-right .visual {
        position: absolute;
        width: 160px;
        height: 516px;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .custom-menu-container .filter-list.filter-composition .text-item {
        width: 54px;
    }

    .custom-menu-container .filter-nicotine {
        height: 84px;
        background: #fff;
        padding-top: 45px;
    }

    .custom-menu-container .filter-nicotine .slider-container {
        margin: auto;
    }

    .custom-menu-container .filter-nicotine .slider-container .pointer-label {
        font-size: 16px;
        color: #000;
        top: -25px;
    }

    .custom-menu-container .filter-list-brand {
        padding: 20px 10px;
    }

    .custom-menu-container .filter-list-brand .visual {
        width: 90px;
        height: 62px;
    }

    .custom-menu-container .menu-tab-eliquides .filter-list-brand {
        height: 284px;
    }

    .custom-menu-container .menu-tab-diy .filter-list-brand {
        height: 292px;
    }

    .custom-menu-container .menu-tab-cbd .filter-list-brand {
        height: 458px;
    }

    .custom-menu-container .menu-box-eliquid-cms {
        height: 116px;
        border: 2px solid #046fb5;
    }

}

@media only screen and (max-width: 770px) {
    #nav .cmsmenu-container div.subtitle.no-bg{
        background: none;
        padding: 0;
        border: 0;
    }
    #nav .cmsmenu-container div.subtitle.no-bg+ul{
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
    #nav .cmsmenu-container div.subtitle.no-bg+ul .subtitle+ul{
        padding: 0;
    }

    #nav .cmsmenu-container .sorted-link div.subtitle:after{
        right: 5px;
    }
    #nav .cmsmenu-container .sorted-link ul>li div.subtitle:after{
        right: 10px;
    }
    .grinder-subitems-ul{
        padding: 0 !important;
    }
    #nav .cmsmenu-container .sorted-link ul.common-grinder-ul>li div.subtitle:after{
        right: 5px;
    }

    #header-nav{
        display: block;
        transition: .4s;
        transform: translate(-100%, 0);
        opacity: 0;
    }
    body.open-mobile-menu{
        overflow: hidden;
    }
    body.open-mobile-menu .page{
        position: relative;
    }
    body.open-mobile-menu #menu-overlay{
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background: rgba(0,0,0,.3);
        z-index: 99;
    }
    #header-nav.skip-active{
        transform: translate(0, 0);
        opacity: 1;
        border-right: 1px solid white;
        box-sizing: content-box;
        -webkit-box-shadow: 22px 0px 18px -21px rgba(0,0,0,0.75);
        -moz-box-shadow: 22px 0px 18px -21px rgba(0,0,0,0.75);
        box-shadow: 22px 0px 18px -21px rgba(0,0,0,0.75);
    }
    .parent ul.level0{
        transition: .4s;
    }
    #nav>li{
        position: relative;
    }
    #nav>li:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 0;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transition: .3s;
        font-family: inherit;
        background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu/arrow.png") no-repeat;
        width: 30px;
        height: 30px;
        background-size: 40%;
        background-position: center;
    }
    #nav>li.opened:after {
        transform: rotate(90deg);
    }
    #nav ul.level0{
        display: block !important;
    }
    #nav .parent:not(.opened) > ul:not(.level0){
        height: 0;
    }
    #nav ul.level0>li{
        display: none;
    }
    #nav .cmsmenu-container.menu-grinder div.col1 > ul > li > a{
        padding: 7px 0 7px 20px;
    }
    /*#nav .parent.opened ul.level0{*/
    /*    max-height: 600px;*/
    /*}*/
    #nav .custom-menu-container .mobile-no-display {
        display: none !important;
    }
    #nav .custom-menu-container .menu-tab-column{
        display: none;
    }
    #nav .custom-menu-container .menu-tab-title{
        position: relative;
    }

    #nav .custom-menu-container .menu-tab-title:after{
        content: "";
        position: absolute;
        right: 5px;
        top: 0;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transition: .3s;
        font-family: inherit;
        background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu/arrow.png) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 40%;
        background-position: center;
    }
    #nav .custom-menu-container .menu-box-title{
        right: 5px;
    }
    #nav .custom-menu-container .menu-tab-title.open:after{
        transform: rotate(90deg);
    }

    /*
     * Adaptations to display as mobile menu
     */
    #nav .cmsmenu-container .sorted-link br,
    #nav .custom-menu-container .left-tab-list,
    #nav .custom-menu-container img,
    .custom-menu-container .filter-box,
    .custom-menu-container .box-tab,
    .custom-menu-container .title-help,
    .custom-menu-container .menu-linkbox {
        display: none;
    }

    #nav .cmsmenu-container .bottom {
        padding: 0;
    }
    #nav .cmsmenu-container .bottom .big-link {
        display: none;
    }

    .custom-menu-container {
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    }

    .custom-menu-container .menu-tab-title {
        padding: 7px 0 5px 10px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .custom-menu-container .menu-box-title {
        position: relative;
        padding: 2px 0 3px 20px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    #nav .cmsmenu-container .folder-title a {
        position: relative;
    }

    #nav .cmsmenu-container .folder-title a:after,
    #nav .cmsmenu-container div.subtitle:after,
    .custom-menu-container .menu-box-title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transition: .3s;
        font-family: inherit;
        background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/menu/arrow.png") no-repeat;
        width: 30px;
        height: 30px;
        background-size: 40%;
        background-position: center;
    }
    #nav .cmsmenu-container .folder-title.unfolded a:after,
    #nav .cmsmenu-container div.subtitle.unfolded:after,
    .custom-menu-container .unfolded .menu-box-title:after {
        transform: rotate(90deg);
    }

    #Nouveautés_promotions .promo_news .subtitle:after{
        display: none!important;
    }
    #Nouveautés_promotions_lvl-top div.sorted-link  div.subtitle:after{
        display: none !important;
    }

    .padding-10 a, .padding-10-subtitle{
        padding: 7px 0 7px 10px !important;
    }
    #header-nav .custom-menu-container .menu-box a {
        display: block;
        padding: 1px 0 2px 30px;
        background: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    #header-nav .custom-menu-container .box-list {
        display: none;
        padding: 5px 0;
        background: #fff;
    }

    /*
     * Case specific CSS rules
     */
    .custom-menu-container .menu-box-ecig-right,
    .custom-menu-container .filter-composition .text-item br {
        display: none;
    }

}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.customer-account.sales-order-view .order-items .table-caption {
  font-size: 16px;
}
.customer-account.sales-order-history .order-table-history tr th,
.customer-account.sales-order-history .order-table-history tr td {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .table-responsive {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 770px) {
  .home-category-selection .old-price + .special-price {
    margin-top: 18px;
  }
}
/*# sourceMappingURL=custom.css.map */
.simplebundle-plus { float: left;padding: 32px 5px 0px 5px; font-weight: bold;font-size: 20px; }
.simplebundle-pic {position: relative; z-index: 999; }
.simplebundle-selection-item:hover .simplebundle-pic {z-index: 1001; }
.simplebundle-selection {float: left;width: 68%; position: relative; }
.simplebundle-selection .simplebundle-selection-item {float: left; }
.simplebundle-selection .simplebundle-selection-item:hover .extra-infos {display:block;}
.simplebundle-selection .extra-infos {border:#ddd 1px solid;text-align:justify;display:none; position: absolute;left: 0;background-color: white;min-height: 130px;z-index: 1000; padding:20px 10px 0 10px;margin-top:-1px;}
.simplebundle-selection .extra-infos strong {text-align: center;}
.simplebundle-pic-qty {background-color: #f18200;text-align: center;font-weight: bold;color: white;width: 30px;height: 30px;border-radius: 16px;padding: 2px 4px;position: absolute;right: 30%;top: 80%;border: white 2px solid;}
.simplebundle-infos {float: right;padding: 10px;background-color: white;border: #ddd 1px solid;margin: 0px 0px 10px 0px;width:180px;}
.sbundle-description {clear: both;background-color: white;padding: 15px;font-style: italic;margin-bottom: 20px;}
.simplebundle-orig-price {  text-decoration: line-through;font-weight: bold;padding-right: 10px;}
.simplebundle-price {font-weight: bold;font-size: 16px;}
.simplebundle-percent {font-weight: bold;
                       color: #cd5033;}
.simplebundle{border-bottom: 2px solid #ddd;margin-bottom: 15px;}
.sb-popup-container {position: fixed;top: 10px;margin-left: 50%;left:-300px;text-align:center; height:80%; min-height:300px;max-width: 100%;}
.sb-popup {background: #fff;width: 600px; max-width: 100%;padding: 20px;margin:0 auto;}
.sb-popup > ul {min-height:250px; max-height:500px; overflow-y: scroll;}
.sb-popup-overlay {position: fixed;width: 200%;height: 200%;top: -25%;left: -25%;background: #000;opacity:0.86;}
.sb-popup-wrapper {}
#sb_popup {z-index:999999;position:relative;}
#sb_popup .availability {display:none;}
.sb-popup .product-right {float:right;width:50%;}
.sb-popup .product-options {position:initial;}
.sb-popup .product-options, #sb_popup .product-options dd, #sb_popup .product-options dt {margin:0;padding:0;background:none;border:0;clear: both;}
.sb-popup .product-options p.required {top:0;}
.sb-popup .product-options dt {float:left;}
.sb-popup .product-options-bottom {display:none;}
.sb-popup .product-left {text-align: left;max-width: 50%;display: inline-block;float: left;}
#sb_popup .clear{clear:both;}
.sb-product {text-align: left;padding:20px;background-color:#ddd;}
.sb-product-even {background-color:#eee;}
#sb_popup #products-header-notice {text-align: center;font-weight: bold;}
#sb_popup .products-header-price {float:right;}
#sb_popup .popup-error {font-size:1.2em;color:red;}
#product-list-simple-bundles .simplebundle-selection {width:100%;}
#product-list-simple-bundles .simplebundle-pic-qty {width:10px;height:14px;  font-size: 0.8em;padding-top: 1px;padding: 0px 3px;}
#product-list-simple-bundles .simplebundle-plus {padding: 12px 1px 0px 1px;font-size:16px;margin-bottom: 14px;}
#product-list-simple-bundles .simplebundle-selection .simplebundle-selection-item{margin-bottom: 10px;}
#product-list-simple-bundles .simplebundle-price {float: right;font-size:11px;}


@media only screen and (max-width: 1024px){
    .sb-popup-container {
        left: -50%;
        width: 100%;
        
    }
    .sb-popup {
        width: 90%;
        padding: 5%;
        margin: 0 auto;
    }
    .product-right,
    .product-left {
        width: 100% !important;
        clear: both !important;
        float: none !important;
    }
    .sb-popup .product-options p.required {
        right: 0;
    }
    .sb-popup > ul {
        max-height: 600px;
        overflow: scroll;
    }
}

/* Cart Lightbox (QuickCart) */
.quickcart-lightbox .qc-block-title { float: left }
.quickcart-lightbox .lightbox-action { float: right }
.quickcart-lightbox .lightbox-action a {
    background: url("https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn.gif") no-repeat scroll -54px -99px transparent;
    padding-right: 16px;
    text-decoration: underline;
    display: block;
    text-indent: -9999px;}

.quickcart-lightbox .qc-block-content {
    float: none;
    clear: both;
    padding-top: 5px }

.quickcart-lightbox .qc-product { 
    //border: 1px solid #a3a0a0; 
    overflow: auto; 
    padding: 5px;
}

.quickcart-lightbox .item .leftColumn { float: left; width: 630px }

.quickcart-lightbox div.product-image { float: left; margin-right: 10px }
.quickcart-lightbox div.product-name { text-decoration: underline }
.quickcart-lightbox div.product-details{ float: left; margin-top: 5px; width: 380px }
.quickcart-lightbox div.product-details .product-qty { margin-top: 0 }
.quickcart-lightbox div.product-details .product-rewards { color: #0b2180; font: bold 12px/22px Arial; }

.quickcart-lightbox .item .rightColumn { float: right; }
.quickcart-lightbox .product-price { padding: 0 0 45px 0px }
.quickcart-lightbox .product-price .price {
    color: #FFA500;
    font: bold 30px/30px Arial,Helvetica,sans-serif }

.quickcart-lightbox .cart-infos { clear: left; float: right; margin-top: -15px }
.quickcart-lightbox .cart-infos p.subtotal { margin: 0; }

.quickcart-lightbox .actions-buttons { clear: both; overflow: hidden; padding-top: 8px }
.quickcart-lightbox .continue-shopping { float: left; width: 50%; }
.quickcart-lightbox .view-my-cart { float: right }

.quickcart-lightbox .btn-view-my-cart {}

.quickcart-lightbox .btn-view-my-cart span { display: block;white-space: nowrap }
.quickcart-lightbox .btn-view-my-cart span span { padding-left: 0; text-align: center }

.quickcart-lightbox .box-up-sell { margin: 10px 0; padding: 7px 7px 0; width: auto; }
.quickcart-lightbox .box-up-sell ul { width: auto; }

/* Overlay and bases */
.quickcart-lightbox {
    background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/transborder-dark.png) repeat 0 0;
    width: 990px;
    height: auto;
    margin: 0 auto;
    padding: 4px }

.quickcart-wrapper { padding: 10px 15px; background-color: #fff; }

#quickcart-overlay {
    background-color: #000000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.57;
    filter: alpha(opacity=57);
    width: 100%;
    z-index: 1000001 }

#loadingQuickCart {
    background: url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/noza-ajax-loader.gif') no-repeat center center transparent;
    width: 66px;
    height: 66px;
    position: absolute }

#quickcart-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000002 }


#quickcart-container .product-services {
    clear: right;
    float: right;
    padding-top: 5px;
    text-align: right }

/* Accessories */
#quickcart-container .box-up-sell .products-grid li{
    background: none;
    padding: 10px 21px 5px 23px;
    width: 189px }
#quickcart-container .box-up-sell .products-grid .product-image { height: auto; width: 184px }
#quickcart-container .box-up-sell .products-grid img { background: none; }
#quickcart-container .box-up-sell .products-grid .product-name { display: block; }
#quickcart-container .box-up-sell .products-grid li.last { background: none !important; padding-right: 0 !important }



/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
.wcln-hide-pager .toolbar .limiter {display:none;}
#narrow-by-list .empty-option {color:lightgray;}
#narrow-by-list .empty-option input[type="checkbox"] {visibility: hidden;}
.globalcount-uncomplete, .globalcount-uncomplete a {color:red;}
/*styling*/
#narrow-by-list input[type="checkbox"] {display: none;}
.block-layered-nav dd li.active label {font-weight: bold; color:#7e8f02;}
.block-layered-nav dd li.active label:before {content: " \2713";font-family: FontAwesome; color: #7e8f02;}
.block-layered-nav dd li.active .swatch-label {font-weight: bold; color:#7e8f02;}
.block-layered-nav dd li.active .swatch-label:before {content: " \2713";font-family: FontAwesome; color: #7e8f02;    display: block; width: 100px;}
.block-layered-nav dd li.active:hover label:before {content: " \2717";font-family: FontAwesome; color: #000;}
.block-layered-nav li .count {padding:0;display:inline;}

/* Product Images */
.ficheexpress-lightbox .product-view .product-img-box {
	width: 200px;
	float:left;
}

/* Fiche Express Buttons */
.ficheexpress-lightbox div.continue-shopping { overflow: hidden; }

/* Overlay and bases */
.ficheexpress-lightbox{ padding: 10px; background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/transborder.png) repeat 0 0; width: 980px; height: auto; margin: 0 auto; }
.ficheexpress-wrapper { padding: 10px; background-color: #fff; }

#ficheexpress-overlay {
    background-color: #000;
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 90000 }

#loadingFicheExpress {
	background: url('https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/noza-ajax-loader.gif') no-repeat center center transparent;
	width: 66px;
	height: 66px;
	position: absolute }

#ficheexpress-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1000000 }

.ficheexpress-lightbox .lightbox-action { margin-bottom: 3px; text-align: right }
.ficheexpress-lightbox .lightbox-action a {
	background: url(https://www.planete-sfactory.com/skin/frontend/noza/default/images/close-lightbox.png) right 4px no-repeat;
	padding-right: 16px;
	text-decoration: underline }


/* Options configurable validator */
.ficheexpress-lightbox .options-container-big span.validation-passed,
.ficheexpress-lightbox .options-container-big div.validation-passed {
	background: none;
	padding: 0 }

.ficheexpress-lightbox .options-container-big span.validation-error,
.ficheexpress-lightbox .options-container-big div.validation-error {
	background: none;
	padding: 0 }


/*****************************************************************
**** LIGHTBOX PREVIEW PRODUCT (FICHE EXPRESSE)
*****************************************************************/



.products-grid .fiche-express,
.products-list .fiche-express {
	position:absolute;
	text-align:center;
	bottom:45px;
	left:50%;
	height:29px;
	color:#fff;
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	cursor:pointer;
	display: none }

.products-grid .fiche-express {
	margin:0 0 0 -60px;
	background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-express-view.jpg) no-repeat;
	width:120px }

.products-list .fiche-express {
	bottom: 8px;
	font-size: 11px;
	margin:0 0 0 -40px;
	background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-express-view-list.jpg) no-repeat;
	width:80px }

.products-grid .img-holder:hover .fiche-express,
.products-list .img-holder:hover .fiche-express { display: block }

.products-grid .fiche-express:hover{
	background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-express-view-hover.jpg) no-repeat;
	text-decoration:none;
}
.products-list .fiche-express:hover{
	background:url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/btn-express-view-list-hover.jpg) no-repeat;
	text-decoration:none;
}


.ficheexpress-lightbox .product-info-cols { margin: auto }
.ficheexpress-lightbox .product-shop { font: 12px Arial,Helvetica,sans-serif }

.ficheexpress-lightbox .price-box .price {
    float: right;
    padding-top: 3px;
    text-align: right;
    width: 100% }

.ficheexpress-lightbox .box-up-sell { margin-top: 20px; width: 945px }
.ficheexpress-lightbox #upsell-product-list .item {
	background: url(https://www.planete-sfactory.com/skin/frontend/noza/sfactory/images/border-related-product.jpg) right top no-repeat;
	margin: 0;
	padding: 0;
	width: 235px }
.ficheexpress-lightbox #upsell-product-list .item.last {
	background: none }
.ficheexpress-lightbox #upsell-product-list .product-name a { color: #666364; text-decoration: none }
.ficheexpress-lightbox #upsell-product-list .price-box { display: none }
