@charset "utf-8";

/* FR */


/* CSS Document */


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/* Reset ================================================================================= */

* {
    /* margin: 0; */
    /* padding: 0; */
}

html {
    height: 100%;
    font-size: 100%;
}


/*body { font: 0.625em/1em 'Verdana', Geneva, sans-serif; color: #2f2f2f; text-align: center; height: 100%; background: none no-repeat scroll center top #333333; }
*/

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* line-height: 1.35; */
    /* color: #9D8F87; */
}


/*margin:0 0 5px;*/

h1 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}


/* Forms */

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}


/* Table */

table {
    border: 0;
    /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}


/* Content */

p {
    /* margin: 0 0 10px; */
    /* line-height: 1.35; /* font-size: 11px; */
}

p.p-popup {
    line-height: 1.35;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small,
big {
    font-size: 1em;
}


/*sup           { font-size:1em; vertical-align:top; }*/


/* Lists */

ul,
ol {
    list-style: none;
}


/* Tools */

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}


/* ======================================================================================= */


/* Layout ================================================================================ */


/*.wrapper { min-width:954px; max-width: 1280px; height:100%; margin:0 auto; position:relative; }*/

#table {
    display: table;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}


/*.wrapper { min-width: 768px; width: auto; max-width: 1280px; margin: 0 auto; position: relative; max-height: 1080px; }*/

.wrapper {}

.page {
    background: #fff;
}

.cms-home .page {
    height: 100%;
    background: none;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
    /* height: 100%; */
    /* padding-top: 150px; */
}

.main {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    /* height: 100%; */
}


/* Base Columns */

.col-left {
    float: left;
    width: 195px;
    padding: 0;
}

.col-main {
    float: left;
    width: 685px;
    padding: 0;
}

.col-right {
    /* float: right; */
    /* width: 195px; */
    /* padding: 0; */
}


/* 1 Column Layout */

.col1-layout .col-main {
    float: none;
    width: auto;
    height: 100%;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .col1-layout .col-main {
        float: none;
        width: auto;
        height: 100%;
        width: 100%;
        margin: auto;
    }
}


/* 2 Columns Layout */

.col2-left-layout .col-main {
    float: right;
    height: 100%;
    width: 66%;
}

.col2-right-layout .col-main {}


/* 3 Columns Layout */

.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}


/* Content Columns */

.col2-set .col-1 {
    float: left;
    width: 50%;
}

.col2-set .col-2 {
    float: right;
    width: 47%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}


/* ======================================================================================= */


/* Global Styles ========================================================================= */


/* Form Elements */

input,
select,
textarea,
button {
    /* font: 12px/15px 'Verdana', Geneva, sans-serif; */
    /* vertical-align: middle; */
    color: #2f2f2f;
}

input.input-text,
select,
textarea {
    /* background: #FFFFFF; */
    /* border: 1px solid #b4b4b4; */
}

input.input-text,
textarea {
    padding: 2px;
}

select {
    /* padding: 1px; */
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em;
}

button.button:-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* FF Fix */

button.button {
    -webkit-border-fit: lines;
}


/* <- Safari & Google Chrome Fix */

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    display: block;
    background: #000;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 4px 0px;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    border: 0;
    font: bold 15px/40px;
    color: #fff;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 10px 25px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}


/* Form Highlight */

input.input-text:focus,
select:focus,
textarea:focus {
    background-color: #EBEBEB;
}


/*.highlight { background:#efefef; }*/


/* Form lists */


/* Grouped fields */


/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list li {
    /* margin: 0; */
}

.form-list li.control {
    /* margin: 8px 0 5px; */
}

.form-list label {
    float: left;
    color: #000000;
    margin: 5px 0;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #000000;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    /* float: none; */
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    /* margin-right: 6px; */
    float: left;
    margin-top: 9px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}


/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}


/* Customer */

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    padding: 8px 0 0;
    text-align: center;
    max-width: 940px;
    margin: auto;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    background: #BDB4AE;
    padding: 6px 8px 4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.buttons-set .back-link a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    border: 1px solid #bbafa0;
    background: #fbfaf6;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #f19900;
    background: #f9f3e3;
    color: #e76200;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

#advice-required-entry-attribute161 {
    display: none;
}

.validation-passed {}

p.required {
    font-size: 9px;
    text-align: right;
    color: #000000;
}


/* Expiration date and CVV number validation fix */

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}


/* Global Messages  */

.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-width: 1px !important;
    border-style: solid !important;
    height: 24px !important;
    line-height: 24px;
    font-size: 10px !important;
    margin: 0 10px;
    border-color: #9D8F87;
    color: #000000;
    text-align: center;
}

.error-msg {}


/* background-image:url(../images/i_msg-error.gif);*/

.success-msg {}


/* background-image:url(../images/i_msg-success.gif);*/

.note-msg,
.notice-msg {
    margin-top: 190px;
    margin-bottom: 190px;
    font-size: 20px !important;
    border-width: 0px !important;
}


/*background-image:url(../images/i_msg-note.gif); */


/* BreadCrumbs */

.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    margin: 0 0 10px 2%;
    color: #9D8F87;
    position: absolute;
    top: 15%;
    z-index: 5;
    background: #FFFFFF;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li strong {
    font-weight: bold;
}

.breadcrumbs li a,
.breadcrumbs li strong {
    color: #9D8F87;
    text-decoration: none;
}

.col3-layout .breadcrumbs {
    margin: 0 0 0 2%;
}

.col3-layout .col-center .breadcrumbs {
    margin: 0 0 0 4%;
}


/* Page Heading */

.page-title {
    max-width: 940px;
    border-top: 1px solid #e4e4e4;
    padding: 10px;
    margin: auto!important;
    margin-top: 1px;
}

/* page panier vide */
.cart-empty{
    max-width: 940px;
    margin: auto;
    min-height:500px ;
}

@media (max-width: 1400px) {
    .cart-empty {
        min-height: 188px;
    }
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #000000;
}


/* Pager */

.pager {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {}


/* Sorter */

.sorter {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.sorter .link-feed {}


/* Toolbar */

.toolbar {}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.toolbar-bottom {}


/* Data Table */

.data-table {
    width: 100%;
}

.data-table .odd {
    background: #ffffff
}

.data-table .even {
    background: #eeeeee;
}


/*.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 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold;
    padding: 5px 8px;
    color: #0a263c;
    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: #BDB4AE;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {}

.data-table tfoot tr {}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
}

.data-table tfoot strong {
    font-size: 14px;
}

.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;
}

#my-orders-table {
    border: 0;
    font-size: 10px;
}

#my-orders-table thead th {
    padding: 6px 8px;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    border: 0;
    background: #BDB4AE;
}

#my-orders-table tbody {
    border-bottom: 1px solid #BDB4AE;
}

#my-orders-table tbody td {
    padding: 6px 8px;
}

#my-orders-table tbody p {
    margin: 0;
}

#my-orders-table a {
    color: #000000;
    font-size: 11px;
}

.id-order {
    font-weight: bold;
    font-size: 13px;
}

.price-order {
    font-weight: bold;
    font-size: 14px;
}


/* Generic Info Box */

.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}


/* Shopping cart total summary row expandable to details */

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 0 no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {}

tr.summary-details td {
    font-size: 11px;
}

tr.summary-details-first td {}

tr.summary-details-excluded {
    font-style: italic;
}


/* Shopping cart tax info */

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}


/* Class: std - styles for admin-controlled content */

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    /* margin: 0 0 1em; */
    /* padding: 0; */
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}


/* Misc */

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-wishlist {}

.link-reorder {
    font-weight: bold;
    color: #000000 !important;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    font-weight: bold;
    color: #000000;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}


/* Global site notices */

.global-site-notice {
    border-top: 1px solid #afb0b1;
    /* border-width: 0 0 1px; */
    background: rgba(234, 238, 241, 0.94);
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 30px 12px 30px;
    /* background: url(../images/i_notice.gif) 20px 25px no-repeat; */
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    /* border: 1px dotted #cccc73; */
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}


/* Cookie Notice */

.notice-cookie {}

.notice-cookie .notice-inner {
    width: 1024px;
}

.notice-cookie .notice-inner p {
    width: 90%;
    display: inline-block;
}

.notice-cookie .notice-inner p a {
    display: inline-block;
    font-style: italic;
    color: #696969;
    text-decoration: none;
}

.global-site-notice .notice-inner .actions.validatecookie {
    padding-top: 0;
    width: 10%;
    float: right;
}

.validatecookie button.button span {
    display: block;
    background: #000;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
}

/* responsive notice */

@media (max-width:768px) {
    .notice-cookie .notice-inner {
        width: auto;
    }
    .notice-cookie .notice-inner p {
        width: 79%;
    }
    .notice-cookie .notice-inner .actions.validatecookie {
        width:20%;
    }
}

@media (max-width:425px) {
    .global-site-notice .notice-inner .actions.validatecookie {
        padding-top: 25px;
    }
}


/* Noscript Notice */

.noscript {}


/* Demo Notice */

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}


/* ======================================================================================= */


/* Header ================================================================================ */

.logo {}

.header-container {
    position: absolute;
    top: 6%;
    left: 17.4%;
    width: 26%;
    z-index: 1;
    height: 6%;
}

#trait {
    border-bottom: 1px solid #9D8F87;
    top: 16%;
    width: 60px;
    position: absolute;
    right: 20px;
}

.cms-home #trait {
    display: none;
}

.header img {
    width: 100%;
}


/*.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 50% 0 repeat; }*/


/*.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }*/


/*.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }*/

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
}

.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    position: absolute;
    top: 0;
    right: 29px;
    width: 315px;
    height: 30px;
    background: url(../images/bkg_form-search.gif) 0 0 no-repeat;
    padding: 1px 0 0 16px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 209px;
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    border: 0;
    height: 21px;
    background: url(../images/btn_search.gif) 0 0 no-repeat;
    padding: 0 0 0 3px;
    font: bold 11px/21px;
}

.header .form-search button.button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    vertical-align: middle;
    border-right: 1px solid #9D8F87;
    padding: 0 5px;
    display: inline-block;
    line-height: 9px;
}

.header .form-language label:first-child {
    padding-left: 0;
}

.header .form-language label:last-child {
    border-right: none;
}

.header .form-language label a {
    color: #9D8F87;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
}

.header .form-language label a:hover,
.header .form-language label a.active {
    color: #FFFFFF;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}


/*.header .links li { float: left; font-size: 11px; background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px; }*/

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

.header>a {
    text-decoration: none;
}


/********** < Navigation */

.nav-container {
    background: #0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
}

#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}


/* All Levels */


/* Style consistent throughout all nav levels */

#nav li {
    position: relative;
    text-align: left;
}

#nav li.over {
    z-index: 998;
}

#nav a,
#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}


/* 0 Level */

#nav li {
    float: left;
}

#nav li.active a {
    color: #d96708;
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

#nav li.over a,
#nav a:hover {
    color: #d96708;
}


/* 1st Level */

#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav ul li a {
    font-weight: normal !important;
}


/* 2nd Level */

#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}


/* 3rd+ Level */

#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}


/* Show menu */

#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}


/********** Navigation > */


/* ======================================================================================= */


/* Sidebar =============================================================================== */

.block {
    margin: 0 0;
}

.block .block-title {
    /*background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd;padding:2px 9px;*/
}

.block .block-title strong {
    display: block;
    font: bold 12px/16px;
    min-height: 16px;
    padding: 1px 0 1px;
}

.block .block-title strong span {}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c;
}

.block .block-content {
    margin: 0;
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #000000;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {}

.block li.even {
    background-color: #ffffff;
}


/* Mini Blocks */

.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 11px;
    line-height: 1.25;
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}


/* Mini Products List */

.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}


/* Block: Account */

.block-account {
    border: none;
    padding: 0 20px;
    text-align: center;
}

.block-account .block-title {
    /*background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; padding:3px 10px;*/
    border: 0;
}

.block-account .block-title strong {
    font-size: 30px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    line-height: 1.3em;
    text-transform: uppercase;
}

.block-account .block-content {}

.block-account .block-content li {
    padding: 0;
}

.block-account .block-content li strong {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Times New Roman', Times, serif;
    display: block;
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: lighter;
}

.block-account .block-content li a {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Times New Roman', Times, serif;
    display: block;
    padding: 0;
    color: #9D8F87;
    text-transform: uppercase;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #000000;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    padding: 0;
    color: #000000;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

.block-account .navCustomer {
    border: none;
    padding: 20px 0;
}


/* Block: Currency Switcher */

.block-currency {
    border: 0;
    background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21p;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}


/* Block: Layered Navigation */

.block-layered-nav {
    border: 0;
    text-align: center;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav .block-content {
    background: #FFFFFF;
}

.block-layered-nav dt {
    padding: 0px 0px 0 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9D8F87;
    font-family: Times;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
}

.block-layered-nav dt a {
    color: #9D8F87;
}

.block-layered-nav dd {}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    width: 270px;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}


/*a#utilisationlabeldispo_vente { text-decoration: none; margin-left:5px; font-size: 1.7em;}*/

input.dispo_vente {
    vertical-align: inherit;
}


/* Block: Cart */

.block-cart .block-title {
    /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}


/* Block: Wishlist */

.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}


/* Block: Related */

.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}


/* Block: Compare Products */

.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #00000;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}


/* Block: Recently Viewed */

.block-viewed {
    height: 100%;
}

.block-viewed .block-title strong {}


/* Block: Recently Compared */

.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}


/* Block: Poll */

.block-poll .block-title strong {
    background-image: url(../images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}


/* Block: Tags */

.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}


/* Block: Subscribe */

.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: bold;
    color: #666;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
}


/* Block: Reorder */

.block-reorder .block-title strong {
    background-image: url(../images/i_block-list.gif);
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}


/* Block: Banner */

.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}


/* Block: Login */

.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}


/* Paypal */

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}


/* ======================================================================================= */


/* Category Page ========================================================================= */

.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {}

.category-description {
    margin: 0 0 10px;
}

.category-products {
    text-align: center;
    margin-bottom: 30px;
}

.category-title h1 {
    color: #9D8F87;
}


/* View Type: Grid */

.products-grid {
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    margin-left: 0;
    width: 33%;
    font-size: 1.2em;
    line-height: 25px;
    color: #888888;
}

@media(max-width: 768px) {
    .products-grid li.item {
        width: 50%;
    }
    .products-grid .product-image {
        height: 240px;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .products-grid li.item {
        width: 100%;
    }
    .products-grid li.item {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .products-grid li.item i,
    .products-grid li.item span {
        font-size: 16px;
    }
}

.products-grid li.item i {
    font-style: normal;
}

.products-grid .product-image {
    display: block;
    /* width: 255px; */
    /* height: 245px; */
    margin: 0 0 -22px;
}

.products-grid .product-name {
    margin: 15px 0 6px 0!important;
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.products-grid .product-name a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.products-grid .price-box {
    margin: 9px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 0px;
}

@media (max-width: 500px) {
    .col1-layout .products-grid {
        margin-bottom: 0px;
    }
}


/* View Type: List */

.products-list li.item {
    padding: 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 100%;
    margin: 0;
}

.products-list .product-shop {}

.products-list .product-name {}

.products-list .product-name a {
    color: #000000;
    font-size: 24px;
    font-weight: lighter;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

#panorama .products-list .product-name a {
    color: #000000;
    font-size: 27px;
    font-weight: lighter;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}

.col-right .contenu div.block-cart {
    display: none;
}


/* ======================================================================================= */


/* Product View ========================================================================== */


/* Rating */

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}


/* Availability */

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}


/* Email to a Friend */

.email-friend {
    margin: 0;
}


/* Alerts */

.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}


/********** < Product Prices */

.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.price-box .price {
    font-weight: bold;
    color: #c76200;
}


/* Regular price */

.regular-price {
    color: #c76200;
}

.regular-price .price {
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}


/* Old price */

.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: bold;
    color: #c76200;
    text-decoration: line-through;
}


/* Special price */

.special-price {
    margin: 0;
    padding: 3px 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}


/* Minimal price (as low as) */

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}


/* Excluding tax */

.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}


/* Including tax */

.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}


/* Configured price */

.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}


/* FPT */

.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}


/* Excl tax (for order tables) */

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}


/* Incl tax (for order tables) */

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}


/* Price range */

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}


/* Price notice next to the options */

.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}


/* Price as configured */

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}


/********** Product Prices > */


/* Tier Prices */

.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}


/* Add to Links */

.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}


/* Add to Cart */

.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
}

.add-to-cart .qty {}

.add-to-cart button.button {
    float: left;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}


/* Add to Links + Add to Cart */

.add-to-box {
    margin: 10px 0;
    float: right;
    width: 80%;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view .product-name,
.product-view .product-patronage {
    width: 74%;
}

.product-essential {
    float: left;
    width: 74%;
    /* padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat;*/
}

.product-essential h2 {
    font: bold 13px/1.35 Verdana, Geneva, sans-serif;
}

.product-collateral {
    background: #faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}


/* Product Images */

.product-view .product-img-box {}

.product-view .product-img-box {
    position: relative;
    width: 100%;
}

.product-view .product-img-box .product-image {
    margin: 0;
    position: absolute;
    left: 25%;
    width: 75%;
    height: 315px;
}

.product-view .product-img-box .product-image img {
    width: 100%;
    max-width: 480px;
}

.product-image img#imagemedia {
    width: 100%;
    cursor: pointer;
}

.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-image-sku img {
    width: 100%;
    cursor: pointer;
}

.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(../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(../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-view .product-img-box .more-views {
    width: 25%;
    overflow: hidden;
    height: 315px;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
    display: none;
}

.product-view .product-img-box .more-views ul {}

.product-view .product-img-box .more-views li a {
    max-width: 100px;
    width: 100%;
    overflow: hidden;
}


/*.product-view .product-img-box .more-views li a img { max-width: 100px; width: 100%; height: auto; }*/

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    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 Shop */

.product-view .product-shop {
    margin-bottom: 10px;
    position: relative;
}

.product-view .cart-function {
    position: relative;
    height: 150px;
    width: 100%;
}

.product-view .cart-function .product-imprime {
    position: absolute;
    top: 10px;
    left: 0;
}

.product-view .cart-function .short-social {
    position: absolute;
    top: 38px;
    left: 0;
}

.social .st_twitter {
    display: none;
}

.product-view .cart-function input.qty {
    position: absolute;
    top: 40px;
    left: 40%;
    width: 18%;
}

.product-view .cart-function .add-to-cart button.button {
    position: absolute;
    top: 35px;
    left: 74%;
    width: 23%;
    background: #000000;
}


/*.product-view .cart-function .add-to-cart button.btn-cart { font-size: 10px; font-weight: bold; }*/

.product-view .cart-function .add-to-cart button.button span {
    padding: 1px 0;
}

.product-view .cart-function .add-to-links {}

.product-view .cart-function .add-to-links li a.link-wishlist {
    text-decoration: none;
    text-transform: uppercase;
    color: #9D8F87;
    border: 1px solid #9D8F87;
    font-weight: normal;
    font-size: 10px;
    padding: 4px 0;
    left: 74%;
    position: absolute;
    top: 60px;
    width: 23%;
    text-align: center;
}

.product-view .cart-function .price-box {
    position: absolute;
    top: 10px;
    left: 48%;
    width: 23%;
}

.product-view .cart-function select.super-attribute-select {
    position: absolute;
    top: 10px;
    left: 22%;
    width: 23%;
}

.product-view .cart-function .taille-weston select {
    position: absolute;
    top: 40px;
    left: 20%;
    width: 18%;
}

.product-view .cart-function .add-to-box .or {
    display: none;
}

.product-view .cart-function .livraison-weston {
    position: absolute;
    top: 59px;
    left: 74%;
    width: 23%;
}

.livraison-weston {
    cursor: pointer;
    display: block;
}

.livraison-titre {
    font-size: 12px;
    color: #9D8F87;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: 1px dotted #9D8F87;
    line-height: 20px;
    margin-bottom: 5px;
    background: url(../images/fleche_close.jpg) 135px -16px no-repeat;
}

.livraison-content {
    display: none;
}

.livraison-content p {
    color: #9D8F87;
    font-size: 10px;
}

.livraison-weston:hover .livraison-titre {
    background: url(../images/fleche_open.jpg) 135px -16px no-repeat;
}

.livraison-weston:hover .livraison-content {
    display: block;
}

#info-weston a.btn-retour-produit {
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #ffffff;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 11px;
    height: 30px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#info-weston a.btn-retour-produit:hover {
    color: #ffffff;
}

.product-view .cart-function .clickexplain-weston {
    position: absolute;
    top: 59px;
    left: 48%;
    width: 23%;
}

.product-view .cart-function .clickexplain-weston p {
    font-size: 10px;
    color: #9D8F87;
}

.product-view .cart-function .clickcall-weston {
    position: absolute;
    top: 85px;
    left: 22%;
    width: 23%;
    box-sizing: border-box;
    padding: 5px;
    border: 3px solid #e5dcd7;
    background: url("../images/fleche_close.jpg") no-repeat scroll 135px 15px rgba(0, 0, 0, 0);
    padding: 5px 7px;
}

.product-view .cart-function .pasenvente {
    position: absolute;
    top: 45px;
    left: 22%;
    font-weight: bold;
    font-size: 16px;
}

#non_dispo_stock {
    color: #000;
    margin-top: 20px;
}

.product-view .cart-function .clickcall-weston a.click-call {
    color: #9D8F87;
    height: 14px;
    line-height: 14px;
    border: 1px solid #9D8F87;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 0;
    text-decoration: none;
}

.product-view .cart-function .clickexplain-weston a {
    color: #9D8F87;
    display: block;
    text-align: left;
    padding: 0;
    text-decoration: none;
    font-size: 10px;
}

.product-view .cart-function .clickcall-weston a.click-aide {
    color: #333333;
    line-height: 14px;
    text-decoration: none;
}

.product-view a.click-stock {
    color: #333333;
    line-height: 14px;
    font-size: 9px;
    text-decoration: underline;
}

.product-view .cart-function .stockout {
    left: 74%;
    position: absolute;
    top: 12px;
    line-height: 14px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
    position: relative;
}

.product-view .product-shop .product-name {
    margin: 0 30px 5px 0;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font-size: 5em;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .short-description {
    float: right;
    width: 25%;
    margin-left: 1%;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 13px;
}

.product-view .short-description h3 {
    font-size: 13px;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    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: normal !important;
}


/* Product Options */

.product-options {
    /* margin: 0; */
    /* padding: 0; */
    /* float: left; */
    /* width: 20%; */
}

.product-options dt {
    padding: 0px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 0px 0px 0px;
    margin: 0 0 0px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 200px;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #FFFFFF;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
}

.col3-layout .price-box {
    float: none;
    padding: 0 0 0px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}


/* Grouped Product */

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}


/* Block: Description */

.product-view .box-description {}


/* Block: Additional */

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}


/* Block: Upsell */

.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.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;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}


/* Block: Tags */

.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}


/* Block: Reviews */

.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.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;
}


/* Send a Friend */

.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}


/* ======================================================================================= */


/* Content Styles ================================================================= */

.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
    color: #000000;
}


/* Product Tags */

.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}


/* Advanced Search */

.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}


/* CMS Home Page */

.cms-home .subtitle {}

.cms-index-index .subtitle {}


/* Sitemap */

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}


/* RSS */

.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}


/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.cart {
    margin: 0 15px;
    padding-left: 50px;
    padding-right: 50px;
}

@media(max-width:500px) {
    .cart {
        padding-left: 0px;
        padding-right: 0px;
        width: fit-content;
    }
    #shopping-cart-table {
        margin-left: -12px;
    }
}

.cart .product-name a {
    text-decoration: none;
}

.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}


/* Checkout Types */

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}


/* Shopping Cart Table */

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table h2.product-name a {
    font-size: 16px;
    font-family: 'Verdana', Geneva, sans-serif;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #000000;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}


/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals ul,
.cart .cart-collaterals ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}


/*.cart .cart-collaterals .col2-set { float: left; width: 560px; }*/


/*.cart .cart-collaterals .col2-set {float: left;width: 500px;}*/

.cart .cart-collaterals .col2-set {
    float: left;
    /*width: auto;*/
    width: 80%;
}

@media(max-width:768px){
    .cart .cart-collaterals .col2-set {
        width: 100%;
    }
}


.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell .btn-cart span {
    background: #9d8f87;
}

.cart .crosssell .regular-price .price {
    font-size: 13px;
}

.cart .crosssell h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Verdana', Geneva, sans-serif;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 77px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 82px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 11px 5px;
    width: 48%;
    float: left;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.generic-product-list {
    overflow: auto;
}

.generic-product-list li.crosssell {
    float: left;
    padding-bottom: 10px;
    width: 32%;
}

.generic-product-list li.crosssell a {
    text-decoration: none;
}

.generic-product-list li.crosssell a.img-cross {
    float: left;
    width: 50%;
}

.generic-product-list li.crosssell h5 {
    float: right;
    width: 46%;
    margin-top: 30px;
    font-size: 10px;
}

.generic-product-list li.crosssell .product-shop {
    clear: both;
    position: relative;
}

.generic-product-list li.crosssell a.more-cross {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.generic-product-list li.crosssell a.add-cross {
    float: right;
    text-align: center;
    background: #9d8f87;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 5px;
}


/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount,
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.cart .shipping .input-box {
    margin: 8px;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Verdana, Geneva, sans-serif;
    padding: 0 0 0 21px;
    /*color: #e26703;*/
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    /*border-color: #406a83;
    background: #618499;*/
    border-color: #9d8f87;
    background: #9d8f87;
}

.cart .shipping .buttons-set {
    margin: 10px 2px 0;
    border: 0;
    padding: 0;
    text-align: left;
}


.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount .buttons-set button.button {
    margin-left: -8px;
}
.cart .discount h2 {
    /*background-image: url(../images/i_discount.gif);
    background-position-y: bottom;*/
    background: none;
    padding-left: 0;
}

.cart .discount .input-box {
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping h2 {
    background-image: url(../images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}


/* Shopping Cart Totals */

.cart .totals {
    float: right;
    /*width: 268px;*/
    width: 20%;
}

@media(max-width:768px){
    .cart .totals {
        width: 20%;
    }
}

.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;
}


/* 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 .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}


/* ======================================================================================= */


/* Checkout ============================================================================== */


/********** < Common Checkout Styles */


/* Shipping and Payment methods */

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd {}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #666;
}

.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: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}


/* Tooltip */

.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

.tool-tip .qtip-content {
    padding: 105px;
}

.qtip-content a.lienbulle {
    text-decoration: none;
    color: white;
}


/* Gift Messages */

.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}


/* Checkout Agreements */

.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}


/* Centinel */

.centinel {}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}


/* Generic Info Set */

.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}


/********** Common Checkout Styles > */


/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
    margin-right: 5px;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    /* position: relative; */
    /* margin-left: 15px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    padding: 0px;
}

@media screen and (max-width: 991px) {
    .opc {
        padding: 20px;
        width: 100%;
    }
    .page-title {
        width: 100%;
    }
}

.opc li.section {}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: bold 11px/14px Verdana, Geneva, sans-serif;
    color: #999;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 13px/16px Verdana, Geneva, sans-serif;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}


/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #f18200;
}


/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}


/* Multiple Addresses Checkout */

.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}


/* Step 1 */

.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}


/* Step 2 */

.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}


/* Step 3 */

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}


/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login {
    margin: 0 2%;
}

.account-login .content {
    min-height: 295px;
    padding: 2% 4%;
    border: 1px solid #BBBBBB;
    border-bottom: 0;
}

.account-login .content h2 {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    color: #9d8f87;
}

.account-login .new-users h2 {
    background-image: none;
}

.account-login .registered-users h2 {
    background-image: none;
}

.account-login .buttons-set {
    border: 1px solid #BBBBBB;
    border-top: 0;
    margin: 0;
    padding: 8px 13px 20px;
    background: #FFFFFF;
}

.account-create .fieldset,
.forgot-pwd .fieldset {
    background: none;
    border: none;
    padding: 0;
}

.account-create .fieldset .legend,
.forgot-pwd .fieldset .legend {
    background: none;
    border: none;
    float: none;
    margin: 0;
    padding: 0;
    position: inherit;
    color: #000000;
    text-transform: uppercase;
}

#itemwishlist #itemwislist {
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

#itemwishlist #itemwislist .description {
    min-height: 80px;
}

#itemwishlist #itemwislist .cart-cell {
    position: relative;
    height: 60px;
}

#itemwishlist #itemwislist .cart-cell .price-box {
    position: absolute;
    left: 25px;
}

#itemwishlist #itemwislist .btn-cart {
    position: absolute;
    top: 30px;
    right: 0px;
}

#itemwishlist #itemwislist a.remove {
    position: relative;
    top: -56px;
    float: right;
}

#itemwishlist #itemwislist a {
    margin-right: 10px;
}

#itemwishlist #itemwislist .details {
    display: none;
}

#itemwishlist #itemwislist {}


/* Captcha ================================================================================ */

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.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;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}


/* Remember Me Popup ===================================================================== */

.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}


/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .page-title {
    margin: 0px 3px 0px 20px;
}

.my-account .page-title h1 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.my-account h2 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 20px;
}


/********** < Dashboard */

.dashboard {
    padding: 0 20px;
}

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

.box-account .col2-set div.col-1,
.box-account .col2-set .col-2 {
    float: none;
    width: 100%;
}

.my-account .welcome-msg {
    padding: 0 20px
}


/* General Box */

.box-account {
    /*background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px;*/
    margin: 0 0 20px;
}

.box-account .box-head {
    margin: 0 0 10px;
}

.box-account .box-head h2 {
    display: inline;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    font-weight: lighter;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.dashboard .box {
    position: relative;
}

.dashboard .box a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000000;
}

.dashboard .box a.password,
.dashboard .box a.btnBlack {
    position: inherit;
}

.dashboard .box a.btnBlack {
    color: #FFFFFF;
}

.dashboard .box .box-title {
    padding: 0 0 2px;
    margin: 0 0 8px;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    display: inline;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    font-weight: lighter;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}


/* Block: Recent Orders */

.dashboard .box-recent .box-head h2 {}


/* Block: Account Information */

.dashboard .box-info .box-head h2 {}

.dashboard .box-info h4 {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}


/* Block: Reviews */

.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}


/* Block: Tags */

.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}


/********** Dashboard > */


/* Address Book */

.addresses-list h2 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #9D8F87;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}


/* Order View */

.order-info {
    background: #BDB4AE;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}


/* Order Gift Message */

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}


/* Order Comments */

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}


/* Order Print Pages */

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}


/* Price Rewrites */

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}


/* My Wishlist */

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    border-color: #000000;
    background: #000000;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}


/* My Tags */

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}


/* My Reviews */

#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}


/* Billing Agreements */

.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}


/* ======================================================================================= */


/* 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;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.quick-access #checkout #logoLeclub {
    background: url("../images/logoLeClub.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    left: 5px;
    position: absolute;
    top: 25px;
    width: 63px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}


/* ======================================================================================= */


/* Footer ================================================================================ */

.footer-container {
    bottom: 0;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 768px;
}

.cms-home .footer-container {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 3000px;
}

.footer {
    background: url(../images/bkgColor.gif) repeat-x 0 0 #FFFFFF;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE8*/
    opacity: .8;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    width: 66%;
    z-index: 10;
    color: #9D8E87;
    margin-left: 34%;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    color: #82746F;
    text-decoration: none;
    display: block;
    font-size: 11px;
    height: 100%;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
}

.footer .bugs a {
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 10px;
}

.footer address a {
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
    display: table;
    float: left;
    height: 20px;
    width: 75%;
}

.footer ul.links .last {
    border-right: 0;
}

.footer li {
    display: table-cell;
    width: 33%;
    text-align: center;
    color: #82746F;
    font-size: 11px;
    border-right: 1px solid #9D8E87;
    vertical-align: middle;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.footer .block-piece-active ul,
.footer .block-piece ul {
    width: 25%;
}


/* ======================================================================================= */


/* Sample Data============================================================================ */

.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}


/* ======================================================================================= */


/* Clears ================================================================================ */

.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}


/* ======================================================================================= */


/*.menuleft { top: 20%; left: 2%; margin-left: 2%; position: absolute; width: 95%; }*/

.menuleft a {
    color: #BFB2AC;
    text-decoration: none;
    font-size: 1.3em;
}

.menuleft a:hover {
    color: #FFFFFF;
}

.menuleft .menucategorie a {
    display: block;
    padding: 0 1%;
    font-size: 3em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    text-transform: uppercase;
    color: #9D8E87;
    line-height: 1em;
}

.menuleft .menucategorie a:hover {
    color: #FFFFFF;
}

.menuleft .menuscategorie a {
    text-transform: uppercase;
    font-weight: lighter;
    color: #9D8E87;
}

.menuleft .menuscategorie a:hover {
    color: #FFFFFF;
}

.menuleft ul {
    padding: 1%;
}

.menuleft ul li {
    padding: 2px 0;
}

.menuleft .menuscategorieactif a,
.menuleft .menucategorieactif a,
.menuleft .menusscategorieactif a {
    color: #FFFFFF;
}

.nocursor {
    cursor: default;
}


/* ======================================================================================= */


/*#home { background: #000; }*/

.wrapper #logo {
    position: absolute;
    top: 9%;
    left: 16.4%;
    width: 26%;
    z-index: 1;
    height: 6%;
}

.std,
#home,
.wrapper,
#pageInstit {
    height: auto;
    /* background: url("http://178.255.129.84/media/home/home.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    background-position: 30% 20%;*/
}

a.logo {
    height: 100%;
    width: 100%;
}

#logo img {
    width: 100%;
}

h1#titleHome {
    display: block;
    color: #FFF;
    font-size: 3.8em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.8em;
    font-family: 'Times New Roman', Times, serif;
    left: 0;
}

.col33 ul#menuHome,
.col34 ul#menuHome {
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.5em;
}

.col33 ul#menuHome li a,
.col34 ul#menuHome li a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.col33 ul#menuHome li a:hover,
.col34 ul#menuHome li a:hover {
    color: #CCCCCC;
}

.col33 ul#menuHome li.big,
.col34 ul#menuHome li.big {
    margin-top: 10px;
}

.col33 ul#menuHome li.big a,
.col34 ul#menuHome li.big a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 2.5em;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
}

.col33 ul#menuHome li.big a:hover,
.col34 ul#menuHome li.big a:hover {
    color: #CCCCCC;
}

.col33.black h1#titleHome,
.col34.black h1#titleHome {
    color: #000000;
}

.col33.black ul#menuHome li a,
.col34.black ul#menuHome li a {
    color: #000000;
}

.col33.black ul#menuHome li a:hover,
.col34.black ul#menuHome li a:hover {
    color: #999999;
}

.col33.black ul#menuHome li.big,
.col34.black ul#menuHome li.big {
    margin-top: 10px;
}

.col33.black ul#menuHome li.big a,
.col34.black ul#menuHome li.big a {
    color: #000000;
    text-decoration: none;
    font-size: 2.5em;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
}

.col33.black ul#menuHome li.big a:hover,
.col34.black ul#menuHome li.big a:hover {
    color: #999999;
}

.col33 ul#menuHome,
.col34 ul#menuHome {
    display: none;
}

.col34 {
    width: 34%;
    display: block;
    float: left;
    height: 100%;
    position: relative;
}

.col33 {
    width: 33%;
    display: block;
    float: left;
    height: 100%;
    position: relative;
}

.col33 img,
.col34 img {
    max-width: 100%;
    height: auto;
    margin-top: 25px;
}

.contentHome {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 90%;
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    display: table-column;
}

.col33 h1#titleHome.black,
.col33 ul#menuHome.black,
.col34 h1#titleHome.black,
.col34 ul#menuHome.black {
    color: #000;
}


/*#col1Home { background: url("../images/home/home_col1.jpg") left bottom no-repeat; background-size:cover; }*/

#col1Home h1#titleHome {
    width: 100%;
}


/*#col2Home { background: url("../images/home/home_col2.jpg") left 50% no-repeat; background-size:cover; }*/

#col2Home h1#titleHome {
    width: 100%;
}


/*#col3Home { background: url("../images/home/home_col3.jpg") left 50% no-repeat; background-size:cover; }*/

#col3Home h1#titleHome {
    width: 100%;
}


/* ================================chronos====================================== */

.quick-access {
    position: absolute;
    top: 15px;
    height: 123px;
    z-index: 5;
    overflow: hidden;
    width: 200px;
    right: 0;
}


/*.quick-access #timer { background: url("../images/quick.jpg") no-repeat top left; position:absolute; width:50px; padding-top:15px; left:0; height:68px; border-right:0; }

.quick-access #timer span.title { display:block; width:100%; font-size:8px; text-align:center; text-transform:uppercase; font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; line-height:8px; margin-top:4px; }

.quick-access #timer span.clock { display:block; width:100%; text-align:center; font-size:28px; line-height:18px; margin-top:5px; color:#000000; }

.quick-access #timer span.end { color: #000000; display: block; font-size: 19px; font-weight: lighter; line-height: 14px; margin-top: 1px; text-align: center; width: 100%; }*/

.quick-access #checkout {
    background: #9D8F87;
    position: absolute;
    width: 134px;
    padding-left: 10px;
    padding-top: 10px;
    left: 55px;
    height: 82px;
    border-left: 1px solid #000000;
    top: 21px;
    text-align: left;
}

.quick-access #checkout .links li a[title="Mon compte"] {
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.quick-access form#search_mini_form {
    position: relative;
    text-align: left;
    background: #9D8F87;
    width: 200px;
    heght: 20px;
    display: block;
}

.quick-access form#search_mini_form .form-search label {
    display: none;
}

.form-search {
    display: block;
    width: 196px;
    height: 16px;
    padding: 2px;
    border-bottom: 1px solid #000000;
    position: relative;
}

.quick-access form#search_mini_form input {
    width: 196px;
    height: 16px;
    border: 0;
    background: #bdb4ae;
    font-size: 10px;
    text-indent: 4px;
    padding: 0;
}

.quick-access form#search_mini_form #btnQuickSearch {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 25px;
    height: 16px;
}

.quick-access form#search_mini_form #btnQuickSearch:hover {
    background: #000000;
}

.quick-access form#search_mini_form #btnQuickSearch.button span {
    border: 0;
    height: 100%;
    width: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    text-align: center;
    background: none;
    color: #000000;
}

.quick-access form#search_mini_form #btnQuickSearch:hover span {
    color: #FFFFFF;
}

.quick-access #checkout li a.top-link-cart {
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}

.quick-access #checkout li a.top-link-checkout {
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
}

.quick-access #checkout #mod_connect {
    position: absolute;
    top: 0;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    margin: 0 4px;
}

.quick-access #checkout #mod_connect a {
    display: inline;
    font-size: 8px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.quick-access #checkout #logoLeclub {
    background: url("../images/logoLeClub.gif") top left no-repeat;
    display: block;
    width: 63px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 5px;
}

.quick-access #checkout li.last {}

.quick-access #checkout li.first {}

.quick-access #checkout ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
    height: 16px;
    line-height: 16px;
}

.quick-access span#fleche {
    background: url("../images/fleche.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 7px;
    left: -5px;
    margin: 0 auto;
    position: absolute;
    top: 39px;
    width: 5px;
    z-index: 9;
}

.quick-access #block-social {
    float: left;
    padding: 0 15px;
    margin-left: 5px;
    background: #9D8F87;
}


/* ================================pageInstitutionnelle====================================== */

#colMenu {
    background: url("../images/home/img01.jpg") left bottom no-repeat;
    background-size: cover;
}

.contentPage {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 90%;
}

#colMenu h1 {
    display: block;
    color: #FFF;
    font-size: 2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.8em;
    font-family: 'Times New Roman', Times, serif;
}

#colMenu ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    color: #FFF;
    font-size: 1em;
    line-height: 1em;
}

.col-center #scroll {
    height: 80%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.col2-left-layout .col-left {
    float: left;
    width: 34%;
    padding: 0;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    position: relative;
}


/*background: url("../images/home/img02.jpg") left bottom no-repeat;*/

.col2-left-layout .col-main {
    float: right;
    padding: 0;
    height: 100%;
    min-height: 600px;
    position: relative;
}

.col2-left-layout .col-main #scroll {
    height: 80%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.col3-layout .col-left {
    /* float: left; */
    /* width: 34%; */
    /* padding: 0; */
    /* height: 100%; */
    /* min-height: 600px; */
    /* position: relative; */
}

.col3-layout .col-center {
    /* float: left; */
    width: 100%;
    /* padding: 100%; */
    /* height: 100%; */
    /* min-height: 600px; */
    /* position: relative; */
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.col3-layout .col-right {
    width: 100%;
    /* padding: 0; */
    /* height: 100%; */
    /* min-height: 600px; */
    /* position: relative; */
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.col3-layout .col-right #scroll {
    height: 80%;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.col3-layout .col-left {
    background: #000000;
    background-size: cover;
}

.col3-layout .col-left.sidebar {
    background: none;
    border-bottom: 1px solid #e4e4e4;
}

.col3-layout .col-left.sidebar .ldvl-desktop {
    border: none;
}

/*background:url("../images/home/img02.jpg") left bottom no-repeat;*/

.cms-manufacture .wrapper {
    width: 984px;
}

.cms-manufacture.col2-set .col-1 {
    clear: both;
}

.cms-manufacture.col2-set>div {}

.cms-manufacture .col-1 {
    width: 46%;
}

.cms-manufacture .col-2 {
    width: 46%;
    left: 54%;
}

.cms-manufacture p {
    line-height: 1.4em;
    font-size: 10px;
    color: #000;
    text-align: left;
    text-align: justify;
}

.cms-manufacture h1 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
}

.cms-manufacture h2 {
    font-size: 19px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #000;
    line-height: 1.2em;
    font-family: 'Verdana', arial, sans-serif;
    color: #9d8f87;
}

.cms-manufacture h3 {
    font-size: 15px;
    padding: 5px 0;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-family: 'Verdana', arial, sans-serif;
    color: #000;
    line-height: 1.3em;
}

.cms-manufacture h4 {
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0;
    margin: 0 0 5px 0;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    line-height: 1.2em;
}

.cms-manufacture h1.date {
    font-size: 25px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 40px;
    color: #9d8f87;
    font-family: 'Verdana', arial, sans-serif;
}

.cms-manufacture h2.date {
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 20px;
    color: #9d8f87;
    font-family: 'Verdana', arial, sans-serif;
}

.cms-manufacture h3.date {
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    font-family: 'Verdana', arial, sans-serif;
}

.cms-manufacture span.date {
    font-size: 19px;
    color: #9d8f87;
    font-family: 'Verdana', arial, sans-serif;
}

.cms-manufacture .decoBox {
    background: url("../images/cadreTop.png"), url("../images/cadreBottom.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}

.cms-manufacture a {
    font-size: 10px;
    font-weight: bold;
    background: #9d8f87;
    float: left;
    padding: 0 10px;
    display: block;
    color: #FFF;
    text-decoration: none;
    line-height: 16px;
    display: none;
}

.bx-prev {
    left: 20px;
    position: fixed;
    top: 20px;
}

.bx-next {
    left: 50px;
    position: fixed;
    top: 20px;
}

.cms-manufacture .quick-access,
.cms-manufacture .header-container,
.cms-manufacture .footer-container {
    z-index: 120;
}

.cms-manufacture .wrapper {
    width: 984px;
}

.btnBlack {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 6px 8px 4px;
    position: inherit;
    text-decoration: none;
    background: #BDB4AE;
}

.contenu {
    /* position: absolute; */
    margin-bottom: 35px;
    /* height: 73%; */
    /* width: 100%; */
    padding: 20px;
}

.product-view .jspVerticalBar {
    right: 38px;
}

.col3-layout .col-center .contenu {
    /* height: 75%; */
    /* bottom: 30px; */
}

.col3-layout .col-center .contenu #jspanecolright {
    height: 90%;
}

.contenu .block-model,
.contenu .block-content-model,
.contenu dl#narrow-by-list-model {
    height: 100%;
}

.contenu .block-content-model {
    margin-left: 4%;
}

.category-styles .contenu .block,
.category-accessoires .contenu .block {
    height: 0;
}

.category-styles .col3-layout .col-center .breadcrumbs {
    margin: 0 0 0 2%;
}

.category-styles .col3-layout .col-center h1.category_title {
    padding: 0 0 0 2%;
}

.category-lignes dl#narrow-by-list {
    height: auto;
}

.category-lignes .block-layered-nav .block-content,
.category-lignes .breadcrumbs {
    margin-left: 4%;
}

.category-femmes .block-layered-nav .block-content,
.category-femmes .breadcrumbs,
.category-femmes .contenu ul {
    margin-left: 0%;
    padding: 0;
}

.category-lignes .block-content .currently li {
    margin-bottom: 10px;
}

.categories {
    height: 20%;
    position: absolute;
    top: 0;
    left: 2%;
}

.categories .page-title {
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
}

li.modele_list {
    display: block;
    width: 48%;
    float: right;
    padding: 0 0 0 0;
    height: 31%;
    margin-bottom: 1%;
}

li.modele_list h2.title_modele {
    font-size: 27px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 5px;
    color: #000000;
    border-bottom: 1px solid #000000;
    width: 180px;
}

.contenuaccessoire {
    height: 80%;
    margin-left: 2%;
    width: 98%;
}

.contenustyle {
    height: 100%;
}

.contenustyle img,
.contenuaccessoire img {
    max-height: 90%;
    max-width: 100%;
}

.cadre {
    height: 43%;
    padding-bottom: 5%;
    margin-bottom: 7%;
    position: relative;
}

.colRight {
    padding: 0 6% 0 2%;
    width: 42%;
    height: 80%;
    float: right;
}

.colLeft {
    padding: 0 2%;
    width: 42%;
    height: 80%;
    float: left;
}

h2.title_modele {
    font-size: 27px;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 0 0 10px;
    line-height: 23px;
    color: #000000;
    border-bottom: 1px solid #000000;
    width: 60px;
    z-index: 200;
}

h2.title_modele a {
    text-decoration: none;
    color: #000000;
}

.colLeft h2.bottom,
.colRight h2.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.colLeft h2.top,
.colRight h2.top {
    position: absolute;
    top: 0;
    left: 0;
}

h1.category_title #category_trait {
    border-bottom: 1px solid #9d8f87;
    display: block;
    position: absolute;
    top: 65%;
    width: 60px;
    z-index: 120;
}

.col3-layout h1.category_title {
    padding: 0 0 0 2%;
}

.col3-layout .col-center h1.category_title {
    padding: 0 0 0 4%;
}

#full-page-container {
    overflow: auto;
}

.scroll-pane {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

.block-layered-nav dt.option_titre {
    color: #9D8f87;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    padding: 20px 20px 5px 0;
    font-weight: normal;
    background: url(../images/fleche_close.jpg) 64% 10px no-repeat;
    cursor: pointer;
    display: block;
}

.block-layered-nav dt.option_titre_hover {
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    padding: 20px 20px 5px 0;
    font-weight: normal;
    background: url(../images/fleche_open.jpg) 64% 10px no-repeat;
    cursor: pointer;
    padding-right: 20px;
    display: block;
}

.category-chaussures .block-layered-nav dt.option_titre a {
    padding: 0 200px 0 0;
    text-decoration: none;
}

.block-layered-nav dt.option_titre_modele_ceinture_nouveau {
    color: #000000;
}

.block-layered-nav dt.option_sous_titre {
    color: #9D8F87;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
}

.block-layered-nav dd.liste_option {
    padding-bottom: 0px;
}

.block-layered-nav dd ol {
    margin: 5px 0 0px;
}

.block-layered-nav dd ol li a {
    text-decoration: none;
    color: #9D8f87;
}

.block-layered-nav dd ol li a {
    text-decoration: none;
    color: #9D8f87;
}

.block-layered-nav dd.liste_option_modele_ceinture_nouveau ol li a {
    color: #000000;
}

.block-layered-nav dd ol li a.active {
    color: #000000;
}

.block-layered-nav dd ol li {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
}

li.category_title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
}

.block-layered-nav dd ol li a:hover {
    color: #9D8f87;
    text-decoration: none;
}

.block-layered-nav .block-content {
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.col3-layout .block-layered-nav .block-content {
    margin: 0 0 0 4%;
}

.block-layered-nav .currently li .category_ss_title {
    color: #9D8F87;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 90%;
    margin: 0 0 20px 0;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    width: 270px;
}

.block-layered-nav .currently li span {
    color: #9D8F87;
}

.category_description {
    /* color: #000000; */
    /* font-size: 11px; */
    /* font-weight: normal; */
    /* line-height: 14px; */
    /* margin: 0; */
    /* text-decoration: none; */
    /* text-indent: 0; */
    /* text-transform: none; */
    /* width: 270px; */
}

.category_item_underline {
    background: none repeat scroll 0 0 #9D8F87;
    height: 1px;
    margin: 30px 20px 30px 0;
    width: 60px;
    display: block;
}

#narrow-by-list-model .imgattribut {
    max-height: 70%;
}

#narrow-by-list-model .trait {
    border-bottom: 1px solid #000000;
    width: 60px;
    height: 1px;
    margin: 30px 0 30px;
}

#h8 {
    background: url("../images/cadreTop.png") no-repeat scroll left top, url("../images/cadreBottom.png") no-repeat scroll right bottom transparent;
}

#s16 {
    background: url("../images/cadreTop.png") no-repeat scroll left top
}

#panoramamain {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 104px;
    z-index: 999;
}

#panoramamain1 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain2 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain3 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain4 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain5 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain6 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain7 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain8 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

#panoramamain9 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 12%;
    z-index: 999;
}

a.panoramalien {
    color: #9D8F87;
    text-decoration: none;
    display: block;
    height: 5%;
}

#panorama {
    border-right: 0 none;
    max-width: 1280px;
    min-width: 768px;
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#panoramamain ol li a.product-image {
    position: relative;
    height: 130px;
}

#panoramamain ol li a.product-image img {
    position: absolute;
    bottom: 0;
}

#panorama ol {
    display: table;
}

#panorama ol li {
    width: 23%;
    float: left;
    padding: 1%;
    height: 150px;
    display: table-cell;
}

#panoramaTitre {
    height: 10%;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 1%;
    color: #9D8F87;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 80px;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    width: 67%;
    padding: 0 16%;
}

#panoramaFermer {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramacarteFermer {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramazoomFermer {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer1 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer2 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer3 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer4 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer5 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer6 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer7 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer8 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#panoramaFermer9 {
    position: absolute;
    top: 40px;
    right: 16%;
    margin-left: 1%;
    cursor: pointer;
    color: #9D8F87;
}

#jspanepanorama {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama1 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama2 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama3 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama4 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama5 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama6 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama7 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama8 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanepanorama9 {
    height: 90%;
    width: 99%;
    margin-left: 1%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#jspanecolright {
    /* position: absolute; */
    /* height: 95%; */
    /* overflow: hidden; */
    width: 100%!important;
}

#panoramafiche {
    display: block;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 1004px;
    z-index: 999;
}

#panoramazoom {
    display: block;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 1004px;
    z-index: 999;
}

#panoramachaussant {
    display: block;
    width: 100%;
    position: fixed;
    height: auto;
    left: 0;
    padding: 0;
    top: 1004px;
    z-index: 9999999;
}

#panoramachaussant {
    position: absolute;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.85);
}

#panoramafichediv {
    border-right: 0 none;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 768px;
    padding: 0;
    position: relative;
    width: auto;
}

#panoramazoomdiv,
#panoramachaussantdiv {
    border-right: 0 none;
    height: 100%;
    margin: 0 auto;
    max-width: 70%;
    min-width: 768px;
    padding: 0;
    position: relative;
    width: auto;
}
@media only screen and (max-device-width:768px) {
    #panoramazoomdiv,
    #panoramachaussantdiv {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

#panoramacontent,
#panoramachaussantcontent {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    margin-left: 1%;
    width: 99%;
}

#chaussant {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    padding: 20px 0 0 20px;
}

#chaussant h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
}

#chaussant h2 {
    color: #9D8F87;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

#chaussant h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

#click-call-chaussant p {
    color: #9D8F87;
}

#chaussant .messageerror {
    color: red;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

#panoramachaussantFermer {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #9D8F87;
}

#chaussant #resulat-chaussant h1 {
    margin: 20px 0;
}

.retourchaussant {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    width: 45%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.big-resultat {
    font-size: 1.2em;
    line-height: 1em;
}

a#panoramalien {
    color: #9D8F87;
    text-decoration: none;
    display: block;
    height: 5%;
}

#stage {
    display: block;
    margin: 0;
    padding: 5px 0;
    margin: 0 auto;
    padding-top: 0px;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

#stage #ceremonie,
#stage #utilisation,
#stage #confort {
    display: block;
    margin: 8px 0;
    padding: 0;
    width: 30%;
    float: left;
    height: 1px;
    border-bottom: 1px solid #000000;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 20px;
}

#stage .slider-text {
    display: block;
    margin: 0;
    padding: 0;
    width: 20%;
    float: left;
    text-align: left;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
}

#stage .slider-text span {
    width: 95%;
    text-align: left;
}

#stage .first {
    padding-right: 5%;
}

#stage .second {}

.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    background: #000000;
}

#stage .slider-frame {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 200px;
    height: 1px;
    background-color: #000000;
}

#stage .slider-frame .slider-button {
    display: block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000000;
    border: 0px;
    cursor: pointer;
}

#stage .slider-frame .slider-button.on {
    margin-left: 170px;
    background: #000000;
    border: 0px;
}

#stage .slider-frame .slider-button:before {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 43px;
    height: 12px;
    background: none repeat scroll 0 0 #FFFFFF;
}

ul.ticket_westmen {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ticket_westmen .colRight {
    margin: 45px 0 0 0;
    padding: 0;
    width: 40%;
    float: left;
}

ul.ticket_westmen .colLeft {
    width: 48%;
}

ul.ticket_westmen li {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

ul.ticket_westmen li img {
    max-width: 100%;
}

ul.ticket_westmen li h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    margin-right: 20px;
}

ul.ticket_westmen li h3 {
    color: #000000;
    font-size: 13px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

ul.ticket_westmen li h4 {
    color: #9d8f87;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

ul.ticket_westmen li p.date {
    color: #9d8f87;
    font-size: 10px;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

ul.ticket_westmen li p {
    text-align: justify;
}

ul.ticket_westmen li a.btnSuite {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    display: block;
    width: 100px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #9d8f87;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 52%;
}

ul.ticket_westmen li a.btn_W_facebook {
    height: 15px;
    line-height: 15px;
    width: 15px;
    display: none;
    padding: 0;
    background: url("../images/btnFacebook.jpg") no-repeat left top;
    position: absolute;
    top: 0;
    left: 48%;
    text-decoration: none;
}

ul.ticket_westmen li p.w_copyright {
    position: absolute;
    bottom: 10px;
    left: 52%;
}

ul.ticket_westmen li .w_separation {
    position: absolute;
    top: 8px;
    left: 52%;
    width: 100px;
    border-top: 1px solid #9d8f87;
    height: 1px;
}

ul.ticket_westmen li a.suite {
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    display: block;
    width: 100px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #9d8f87;
    color: #FFFFFF;
}


/* Add some nice box-shadow-ness to the modal tooltip */

#ui-tooltip-modal {
    max-width: 420px;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
}

#ui-tooltip-modal .ui-tooltip-content {
    padding: 100px;
}

#selectorstore {
    margin: 10px 0;
    height: 20px;
}

#selectorstore select {
    width: 80%;
    border: 0;
    background: #E9E4E0;
}

#selectorstore div {
    width: 25%;
    display: block;
    float: left;
    text-align: left;
}

.category-conseils-de-style .contenu ul {
    margin-bottom: 20px;
}

.category-conseils-de-style h1.category_title,
.category-femmes h1.category_title {
    height: auto;
    margin-bottom: 20px;
    font-size: 28px;
}

.category-conseils-de-style .retourchaussure a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #9D8F87;
    cursor: pointer;
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    padding: 0;
    text-decoration: none;
}

.retourchaussure {
    margin-bottom: 10px;
    padding: 0 0 0 4%;
    text-decoration: none;
    text-transform: uppercase;
}

.category-conseils-de-style .block-layered-nav dt.option_titre_hover,
.category-conseils-de-style .block-layered-nav dt.option_titre {
    background: none;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 0 0;
    color: #000000;
    font-weight: bold;
}

.category-conseils-de-style .retourchaussure .block-layered-nav dd.liste_optionsansaccordeon ol li a {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
}

.category-conseils-de-style .block-layered-nav dd.last {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
}

.category-conseils-de-style .block-layered-nav dd ol li a {
    color: #000000;
    font-size: 12px;
}

.category-conseils-de-style .block-layered-nav input {
    background: #9D8F87;
    border: 0;
    color: #000000;
    text-transform: uppercase;
    padding: 2px 5px;
}

.category-conseils-de-style .block-layered-nav a#utilisationlabeldispo_vente {
    text-decoration: none;
}

#info-weston {
    height: 80%;
    width: 100%;
}

#info-weston a {
    text-decoration: none;
    color: #000;
    /* font-size: 28px; */
    /* font-family: 'Times New Roman', Times, serif; */
    font-weight: normal;
    line-height: 38px;
}

#info-weston a:hover,
#info-weston a:active {
    color: #9d8f87;
}


/*#info-weston h1 { width:96%; padding: 0 2%; }

#info-weston h2 { width:96%; padding: 0 2%; }*/

#content-invite {
    bottom: 0;
    height: 84%;
    position: absolute;
    margin: 0px;
    padding: 0;
    width: 100%;
}

div#header-invite {
    width: 96%;
    padding: 0 2% 2%;
    position: relative;
    margin-bottom: 10px;
    height: 11%;
}

span.invite {
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 60px;
}

div#nav-invite {
    position: absolute;
    bottom: 0;
    border-bottom: 1px dotted #9d8f87;
    width: 90%;
}

div#nav-invite ul {
    margin: 0;
    padding: 0;
}

div#nav-invite ul li {
    float: left;
    display: block;
    height: 21px;
    margin-right: 5px;
}

div#nav-invite ul li a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 2px 4px 4px;
    height: 16px;
    line-height: 20px;
    color: #000;
    background: #9d8f87;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

div#nav-invite ul li a:hover,
div#nav-invite ul li a.active {
    color: #9d8f87;
    background: #000000;
}

#invite-general {
    height: 100%;
    width: 100%;
    padding: 0;
}

#invite-general div#bloc1,
#invite-general div#bloc2,
#invite-general div#bloc3,
#invite-general div#bloc4,
#invite-general div#bloc5,
#invite-general div#bloc6 {
    height: 350px;
    width: 50%;
    padding: 0;
    float: left;
    position: relative;
}

#invite-general div#bloc1:hover,
#invite-general div#bloc2:hover,
#invite-general div#bloc3:hover,
#invite-general div#bloc4:hover,
#invite-general div#bloc5:hover,
#invite-general div#bloc6:hover {
    cursor: pointer;
}

#invite-general #bloc1 a,
#invite-general #bloc2 a,
#invite-general #bloc3 a,
#invite-general #bloc4 a,
#invite-general #bloc5 a,
#invite-general #bloc6 a {
    height: 350px;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#manu-general {
    height: 100%;
    width: 100%;
    padding: 0;
}

div#bloc1-on,
div#bloc2-on,
div#bloc3-on,
div#bloc4-on,
div#bloc5-on,
div#bloc6-on,
div#bloc1-off,
div#bloc2-off,
div#bloc3-off,
div#bloc4-off,
div#bloc5-off,
div#bloc6-off {
    height: 350px;
    width: 100%;
}

div#bloc1-off,
div#bloc2-off,
div#bloc3-off,
div#bloc4-off,
div#bloc5-off,
div#bloc6-off {
    background: #d1ccc9;
}

#invite-general h1 {
    text-transform: uppercase;
    width: 70%;
    font-size: 30px;
    line-height: 26px;
}

#invite-general h2 {
    text-transform: uppercase;
    color: #000;
    width: 70%;
    font-size: 23px;
    line-height: 23px;
}

#invite-general h4 {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}

#invite-general p {
    text-align: justify;
}

#invite-general a {
    text-decoration: none;
    color: #000;
}

.nbpeausserie {
    float: left;
}

.nbpeausserielabel {
    float: left;
    padding-left: 5px;
}

.selectpeauserie {
    float: right;
}

.precedent {
    float: left;
    padding-left: 5px;
}

.nbfirstpeausserie {
    float: left;
    padding-left: 5px;
}

.nbbarrepeausserie {
    float: left;
    padding-left: 5px;
}

.nblastpeausserie {
    float: left;
    padding-left: 5px;
}

.suivant {
    float: left;
    padding-left: 5px;
}

.input-box-select {
    width: 200px;
    padding: 10px 0 0;
}

.product-view .input-box-select {
    width: auto;
    padding: 0;
}

.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.contenu div.product-view div.product-essential form#product_addtocart_form div.print-social div.short-social div.social span.st_facebook span.stButton span.chicklets {
    background: url("../images/social-facebook.jpg") no-repeat scroll left top transparent;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 15px;
}

.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.contenu div.product-view div.product-essential form#product_addtocart_form div.print-social div.short-social div.social span.st_twitter span.stButton span.chicklets {
    background: url("../images/social-twitter.jpg") no-repeat scroll left top transparent;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 15px;
}

.catalog-product-view div.wrapper div.page div.main-container div.main div.col-main div.contenu div.product-view div.product-essential form#product_addtocart_form div.print-social div.short-social div.social span.st_pinterest span.stButton span.chicklets {
    background: url("../images/social-pinterest.jpg") no-repeat scroll left top transparent;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 15px;
}

.print-social {
    position: absolute;
    width: 95px;
    top: 0;
}

.block_main_right {
    width: 92%;
    padding: 0 4%;
}

#slideshow_container {
    background: url("../images/produit_slideshow_bg.png") no-repeat scroll left top transparent;
    margin: 0;
    padding: 4%;
    width: 92%;
    position: relative;
    z-index: 5;
    height: 240px;
}

#slideshow {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
    overflow: hidden;
    z-index: 5;
}

ul#slideshow,
#slideshow li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#slideshow img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 7;
}

#slideshow_nav {
    float: right !important;
    border: medium none;
    position: relative;
    text-align: right;
    z-index: 9;
    margin-right: 10px;
}

#slideshow_nav a {
    color: #9D8F87;
    margin: 0 5px;
    text-decoration: none;
}

#slideshow_nav a.activeSlide {
    color: #000000;
}

#panoramaslideshow_container {
    width: 58%;
    margin: 0 21%;
    padding: 5% 0 0;
    height: 90%;
    z-index: 15;
}

#panoramaslideshowFermer {
    color: #9D8F87;
    margin-left: 1%;
    position: absolute;
    right: 16%;
    top: 40px;
    z-index: 20;
}

#panoramaslideshowblock {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 15;
}

#panoramaslideshowblock img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 17;
}

#panoramaslideshow_nav {
    border: medium none;
    position: absolute;
    top: 60px;
    right: 16%;
    text-align: center;
    z-index: 19;
}

#panoramaslideshow_nav a {
    color: #9D8F87;
    margin: 0 5px;
}

#panoramaslideshow_nav a.activeSlide {
    color: #000000;
    text-decoration: none;
}

#panoramaslideshowFermercommande {
    color: #9D8F87;
    margin-left: 1%;
    position: absolute;
    right: 16%;
    top: 40px;
    z-index: 20;
}

#panoramaslideshowblockcommande {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 15;
}

#panoramaslideshowblockcommande img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 17;
}

#panoramaslideshow_navcommande {
    border: medium none;
    position: absolute;
    top: 60px;
    right: 16%;
    text-align: center;
    z-index: 19;
}

#panoramaslideshow_navcommande a {
    color: #9D8F87;
    margin: 0 5px;
}

#panoramaslideshow_navcommande a.activeSlide {
    color: #000000;
    text-decoration: none;
}

#panoramavideo1 {
    display: none;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 104px;
    z-index: 15;
}

#panoramavideo1content {
    background: #FFFFFF;
    height: 100%;
    margin-left: 4%;
    width: 79%;
    position: relative;
}

#panoramavideo1div {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
}

#panoramavideo1_container {
    background: #FFFFFF;
    width: 100%;
    margin: 0 20%;
    padding: 5% 0;
    height: 90%;
    z-index: 15;
}

#panoramavideo1Fermer {
    color: #9D8F87;
    margin-left: 1%;
    position: absolute;
    right: 16%;
    top: 40px;
    z-index: 20;
}

#panoramavideo1 {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    padding: 0;
    z-index: 15;
    top: 0;
}

#panoramavideo1content {
    background: #FFFFFF;
    height: 83%;
    width: auto;
    max-width: 1260px;
    left: 10px;
    min-width: 768px;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: 17%;
}

#panoramavideo1div {
    width: 100%;
    height: 100%;
}

#panoramavideo1_container {
    width: 50%;
    margin: 0 auto;
    padding: 5% 25%;
    height: 90%;
    z-index: 15;
}

#panoramavideo1Fermer {
    color: #9D8F87;
    height: 20px;
    line-height: 50px;
    z-index: 20;
}

.lienvideo1 {
    cursor: pointer;
}

.panoramavideo {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    padding: 0;
    z-index: 15;
    top: 0;
}

.panoramavideocontent {
    background: #FFFFFF;
    height: 83%;
    width: auto;
    max-width: 1260px;
    left: 10px;
    min-width: 768px;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: 17%;
}

.panoramavideodiv {
    width: 100%;
    height: 100%;
}

.panoramavideo_container {
    width: 50%;
    margin: 0 auto;
    padding: 5% 25%;
    height: 90%;
    z-index: 15;
}

.panoramavideoFermer {
    color: #9D8F87;
    height: 20px;
    line-height: 50px;
    z-index: 20;
}

.lienzoomimage {
    cursor: pointer;
}

#produit_fiche {
    height: 100%;
    padding: 0 4%;
}

#produit_fiche h4 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    clear: both;
}

#produit_fiche .jspPane {
    width: 95%;
    padding: 0;
}

#produit_fiche .block_main_right {
    width: 100%;
    padding: 0 0% 10% 0;
}

#produit_fiche,
#produit_fiche .jspContainer {
    width: 92%;
    margin: 0;
}

#produit_fiche .jsPane {
    width: 92%;
    padding: 0 4%;
}


/*.block_fiche { width: 96%; margin: 20px 4% 0 0; }*/

.block_fiche.option_titre h4 {
    padding: 25px 20px 5px 0;
    background: url(../images/fleche_close.jpg) 100% 10px no-repeat;
    cursor: pointer;
    display: block;
}

.block_fiche.option_titre_hover h4 {
    padding: 25px 20px 5px 0;
    background: url(../images/fleche_open.jpg) 100% 10px no-repeat;
    cursor: pointer;
    display: block;
}

.livraison-weston hover {
    background: url(../images/fleche_open.jpg) 100% 10px no-repeat;
    cursor: pointer;
    display: block;
}

.block_fiche p {
    text-align: left;
    font-size: 10px;
}

.block_fiche img {
    margin: 5px 0;
}

.block_fiche h4 {
    font-family: 'Times New Roman', Times, serif;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-view {
    height: 100%;
    padding: 0 20px;
}

.product-view h3 {
    font-size: 12px;
}

.Voircarte {
    font: 0.625em/1em;
}

.product-view .product-essential .product-patronage h2 {
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    line-height: 55px;
    position: relative;
    z-index: 10;
}

.product-view .product-essential .product-name h1 {
    font-size: 31px;
    line-height: 0.9em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    padding-right: 30px;
}

.product-view .product-essential .selectpeauserie .precedent a,
.product-view .product-essential .selectpeauserie .suivant a {
    text-decoration: none;
    color: #000;
}

.product-view .short-storelocator {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 0;
}

.product-view .short-description p {}

.product-view .add-to-cart select.qty {
    border: 0;
    width: 23%;
    position: absolute;
    top: 35px;
    left: 48%;
}

.product-view .cart-function>select {
    position: absolute;
    width: 23%;
    top: 10px;
    left: 22%;
}

a.panoramacarte {
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 10px;
}

a.panoramalienzoom {
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 10px;
}

.zoomgalerie {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 15;
}

a.lienzoom {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.zoomcommande {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 15;
}

a.lienzoomcommande {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#panoramaproductviewed {
    display: none;
    width: 100%;
    position: fixed;
    height: 86%;
    left: 0;
    padding: 0;
    top: 14%;
    z-index: 999;
}

#panoramaproductviewed .block-title strong span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #9D8F87;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: normal;
    height: 10%;
    line-height: 80px;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
}

#panoramamain ol#products-list {
    width: 68%;
    display: block;
}

#panoramaproductvieweddiv {
    border-right: 0 none;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 768px;
    padding: 0;
    position: relative;
    width: auto;
}

#panoramaproductviewedcontent {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    margin-left: 1%;
    width: 99%;
}

#jspanepanoramaproductviewed {
    height: 90%;
    margin: 0;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#panoramaproductviewed div#panoramaproductvieweddiv div#panoramaproductviewedcontent div.block-viewed {
    padding: 0 16%;
}

#panoramaslideshow {
    display: block;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 2104px;
    z-index: 12;
}

#panoramaslideshowdiv {
    border-right: 0 none;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 768px;
    padding: 0;
    position: relative;
    width: auto;
}

#panoramaslideshowcontent {
    background: url("../images/produit_slideshow_bg.png") no-repeat scroll 17% 6% #FFFFFF;
    height: 100%;
    margin-left: 1%;
    width: 99%;
    position: relative;
}

#panoramaslideshowblock {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#panoramaslideshowblock li {
    height: 100%;
    width: 100%;
}

#panoramaslideshowcommande {
    display: block;
    width: 100%;
    position: fixed;
    height: 88%;
    left: 0;
    padding: 0;
    top: 2104px;
    z-index: 15;
}

#panoramaslideshowdivcommande {
    border-right: 0 none;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 768px;
    padding: 0;
    position: relative;
    width: auto;
}

#panoramaslideshowcontentcommande {
    background: url("../images/produit_slideshow_bg.png") no-repeat scroll 17% 6% #FFFFFF;
    height: 100%;
    margin-left: 1%;
    width: 99%;
    position: relative;
}

#panoramaslideshowblockcommande {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
}

#panoramaslideshowblockcommande li {
    height: 100%;
    width: 100%;
}

.category-modeles .col3-layout .col-center h1.category_title {
    padding-left: 0;
}

.category-modeles .col3-layout .col-center .breadcrumbs,
.catalog-product-view .col3-layout .col-center .breadcrumbs {
    margin-left: 4%;
    width: 196%;
}

.category-modeles .col3-layout .col66-right .breadcrumbs {
    margin-left: 2%;
    width: 98%;
}

#recently-viewed-items h2.product-name {
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 10;
}

#recently-viewed-items h2.product-name a {
    color: #000000;
    font-size: 27px;
    line-height: 26px;
    font-weight: lighter;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
}

#panoramaproductviewedcontent .block-title {
    z-index: 10;
    text-align: left;
}

#panoramaproductviewedFermer {
    position: absolute;
    right: 16%;
    top: 40px;
    z-index: 10;
    color: #9D8F87;
    font-size: 10px;
}

#contactForm h2.legend {
    display: none;
}

#contactForm .fieldset {
    margin: 0;
    padding: 10px 0;
    border: none;
    background: none;
    max-width: 940px;
    margin: auto;
}

#contactForm ul.form-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mention {
    width: 100%;
    height: 100%;
    padding: 10px!important;
    max-width: 940px;
    margin: auto;
}

#mention #jspaneInformation {
    height: 100%;
    width: 100%!important;
}

#credit {
    width: 100%;
    float: left;
    height: 100%;
    padding: 10px;
}

#credit #jspaneInformation {
    height: 100%;
    width: 100%!important;
}

#sitemapinformation {
    width: 100%;
    float: left;
    height: 100%;
    padding: 10px;
}

#sitemapinformation #jspaneInformation {
    height: 100%;
    width: 100%!important;
}

.level--1 {
    display: none;
}

#jspaneInformation #contactForm {
    width: 285px;
    padding: 2%;
    border: 1px solid #9D8F87;
    display: block;
}

#jspaneInformation #contactForm .buttons-set {
    margin: 0;
}

#jspaneInformation #contactForm .buttons-set p.required {
    float: left;
    margin-left: 13px;
}

#jspaneInformation #contactForm .buttons-set .button {
    display: inline-block;
    border: 1px solid #000;
    font-size: 9px;
    margin: 0 13px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 3px 15px;
    position: inherit;
    text-decoration: none;
    background: #7d7e7d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    /* IE6-9 */
}

#jspaneInformation #contactForm .buttons-set .button span {
    background: none;
}

#jspaneInformation .page-title {
    margin: 0 0 10px;
}

#jspaneInformation #contactForm label {
    margin: 5px 0;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
}

#jspaneInformation p {
    text-align: justify;
    margin-right: 10px;
}

#jspaneInformation li {
    margin: 5px 0 10px;
    font-size: 11px;
}

#jspaneInformation a {
    font-size: 12px;
    text-decoration: underline;
}

#jspaneInformation h4 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    text-transform: uppercase;
}

ol#recently-viewed-items {
    display: table;
    width: 100%;
}

ol#recently-viewed-items li {
    width: 23%;
    float: left;
    position: relative;
    display: table-cell;
    padding: 0 2% 0 0;
    height: 210px;
}

ol#recently-viewed-items li a {
    height: 110px;
    display: block;
}

ol#recently-viewed-items li a img {
    bottom: 0;
    position: absolute;
    left: 0;
}

ol#recently-viewed-items li h2.product-name {
    position: inherit;
    top: inherit;
    left: inherit;
    display: block;
    text-align: left;
    height: auto;
}

.Prix_entretien {
    color: #9D8f87;
    font-size: 16px;
    padding-bottom: 5%;
}

.lien_panorama {}

#panorama ol li.item_embauchoir {
    width: 70%;
    padding: 0 16%;
}

.Texte_entretien_embauchoir {
    padding-bottom: 5%;
    font-size: 18px;
    line-height: 1.35;
    text-align: justify;
    width: 59%;
}

#panorama ol li.item_gant {
    width: 34%;
    padding: 0 0%;
}

#panorama ol li.item_chaussepied {
    width: 76%;
    padding: 0 16%;
}

#panorama ol li.item_brossedaim {
    width: 76%;
    padding: 10% 16%;
}

#panorama ol li.item_spray {
    width: 25%;
    padding: 0% 44%;
}

#panorama ol li.item_kit {
    width: 45%;
    padding: 0% 28%;
}

li.modele_list:nth-child(2),
li.modele_list:nth-child(4) {
    float: left;
    margin-bottom: 5%;
}

.catalogsearch-result-index ol.products-list {
    margin-left: 2%;
}

.catalogsearch-result-index .page-title {
    margin-left: 4%;
    width: 150%;
    height: 10%;
    margin-bottom: 0;
}

.catalogsearch-result-index a.panoramalien {
    position: absolute;
    right: -96%;
    top: 10px;
}

#jspaneInformation ul.sitemap {
    padding: 0;
    margin: 0;
    list-style: none;
}

#jspaneInformation ul.sitemap li.level-0 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#jspaneInformation ul.sitemap li.level-0 a {
    text-decoration: none;
    font-size: 22px;
    /* font-family: 'Times New Roman', Times, serif; */
    /* color: #9D8F87; */
}

#jspaneInformation ul.sitemap li.level-1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#jspaneInformation ul.sitemap li.level-1 a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2em;
}

#jspaneInformation ul.sitemap li.level-2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#jspaneInformation ul.sitemap li.level-2 a {
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2em;
}

.category-les-actualites .colRight h3 {
    font-size: 13px;
}

.category-les-actualites .colRight p {
    font-size: 10px;
}


/*h2.btn-store { color: #FFFFFF; font-family: inherit; font-size: 1.2em; text-decoration:none; text-align:left; margin-top:5px; }*/

.catalog-product-view h2.btn-store {
    color: #000000;
}


/*.cms-home h2.btn-store { margin-top: 0; }*/

.title-order {
    background: none;
    color: #9D8F87;
    font-size: 13px;
    line-height: 20px;
}

.order-history {
    border-bottom: 1px solid #BDB4AE;
    /* width: 100%; */
    margin: 20px;
    padding-bottom: 10px;
}

.stButton .facebook {
    background-image: url("../images/social-facebook.jpg");
}

@media only screen and (max-device-width:480px) {
    .quick-access {
        width: 191px;
        display: block;
    }
    .quick-access #checkout {
        display: block;
        opacity: 1;
    }
    #col3Home {
        background-position: right top;
    }
    .footer-container .footer {
        top: -35px;
    }
    .menuleft .menucategorie a {
        font-size: 2em;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .wrapper {
        max-width: 980px;
        max-height: 1180px;
    }
    #col3Home {
        background-position: right top;
    }
    #narrow-by-list-model .imgattribut {
        max-height: 65%;
    }
    .menuleft .menucategorie a {
        font-size: 2em;
    }
}

@media only screen and (max-width: 980px) {
    .cms-manufacture h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .cms-manufacture h2 {
        font-size: 15px;
        line-height: 1.2em;
    }
    .cms-manufacture h1.date {
        font-size: 18px;
        line-height: 30px;
    }
    .cms-manufacture h2.date {
        font-size: 15px;
        line-height: 20px;
    }
    .cms-manufacture span.date {
        font-size: 13px;
    }
}

.jspanecarte {
    height: 80%;
}

#panoramaslideshow_containercommande {
    height: 80%;
    margin: 5% auto;
    width: 60%;
}

.Annulefiltre {
    color: #82746F;
    font-size: 11px;
    text-decoration: none;
}

.product-imprime {
    height: 20px;
    width: 20px;
    margin: 0;
}

.product-imprime a {
    display: block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    color: #333333;
    text-decoration: none;
    text-align: center;
    background: url(../images/westonicon.jpg) 50% top no-repeat;
}

.contactLeft {
    float: left;
    width: 100%;
    padding: 0 2%;
}

.contactRight {
    float: left;
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
}

a.panoramalienzoom {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.Voirzoom {
    height: 24px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

#panoramazoomdiv #panoramacontent .align {
    height: 90%;
    margin: 0 21%;
    padding: 5% 0 0;
    width: 58%;
    z-index: 15;
}

#panoramazoomdiv #panoramacontent .align img {
    width: 100%;
}

.cs #slideshow_container {
    height: 290px;
    margin: -90px 0 0 2%;
    width: 48%;
    padding: 1% 4% 0;
    float: right;
}

.cs #slideshow_nav {
    display: none;
}

#panoramaslideshowcommande.galerieSpeciale ul#panoramaslideshowblockcommande li img {
    float: inherit;
    height: 80%;
    width: auto;
}

.block-com-home {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 25%;
    padding: 10%;
}

.block-com-home h2 a {
    color: #000000;
    text-decoration: none;
    font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-com-home2 h3 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.block-com-home1 {
    text-align: center;
    padding-left: 17%;
}

.block-com-home2 {}

.opc .step-title {
    background: none;
    border: 0;
    padding: 10px 0;
}

.opc .step-title .number {
    background: #9D8F87;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    border: 0;
    border-radius: 15px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
}

.opc .step-title h2 {
    color: #9D8F87;
    margin-top: 7px;
    text-transform: uppercase;
}

.opc .step {
    background: none;
    padding: 15px 0;
    border: 0;
}

.opc .allow .step-title {
    background: #ffffff;
    border: 0;
}

.opc .allow .step-title .number {
    background: #777777;
    color: #FFFFFF;
}

.opc .allow .step-title h2 {
    color: #777777;
}

.opc .active .step-title {
    background: none;
    border: 0;
}

.opc .active .step-title .number {
    background: #000000;
    color: #FFFFFF;
}

.opc .active .step-title h2 {
    color: #000000;
}

.opc .buttons-set .back-link a {
    background: none;
    padding-left: 0;
}

#checkout-review-table thead th {
    font-weight: normal;
    padding: 8px;
    border-color: #BDB4AE;
    border: 0;
    font-weight: 14px;
    text-transform: uppercase;
}

#checkout-review-table .odd {}

#checkout-review-table tbody th,
.data-table tbody td {
    border: 0;
}

td.cart-image {
    width: 100px;
}

#checkout-review-table tfoot tr.first td {
    background: none;
}

#checkout-review-table tfoot td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: 0;
}

.data-table tfoot tr {
    background-color: none;
}

#opc-review .buttons-set {
    border-color: #ffffff;
    padding: 10px;
}

.qtip-content a {
    color: #06F;
    text-decoration: underline;
}

.catalog-product-view .col2-left-layout .main-container {
    height: 100%;
    position: relative;
}

.catalog-product-view .col-left {
    float: left;
    width: 34%;
    height: 100%;
    position: relative;
}

.catalog-product-view .col2-left-layout .main {
    width: 66%;
    float: right;
}

.catalog-product-view .col2-left-layout .col-main {
    width: 100%;
}

.catalog-product-view .product-view .product-name h1 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 10px;
}

.catalog-product-view .col2-left-layout .main {
    width: 77%;
}

.catalog-product-view .col-left {
    width: 23%;
}

.img-cross>img {
    width: 100%;
}


/*html body.catalog-product-view.catalog-product-view .page {background: none repeat scroll 0 0 #fff; height: 100%; width:1280px;}*/


/* Independent fields */


/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/


/* Customer */


/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.navigation {
    position: absolute;
    top: 10px;
    right: 0;
    width: 22%;
    margin-right: 4%;
}

.navigation>div a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    width: 50%;
    hgeight: 30px;
}

.navigation span.prev {
    padding: 10px 20px;
    display: block;
    background: url('../images/prev_btn.jpg') left 5px no-repeat;
}

.navigation span.next {
    padding: 10px 20px;
    display: block;
    background: url('../images/next_btn.jpg') right 5px no-repeat;
}

.navigation .fermer {
    margin: 0 0 18px;
    height: 20px;
}

.navigation .fermer a {
    text-decoration: none;
    display: block;
    width: 18px;
    height: 18px;
    background: url('../images/fermer_btn.jpg') right 5px no-repeat;
    float: right;
    padding: 0;
    font-size: 0;
    display: block;
    padding: 10px 20px;
}

.divutilisation {
    float: left;
    width: 50%;
}

html body.cms-index-index.cms-home div#table div#table-cell div.wrapper div.page div.main-container.col1-layout div.main div.col-main div.std div#home div#col1Home.col34 div.contentHome ul#menuHome li:nth-child(7) {
    display: none;
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
}

.popup>table td {
    vertical-align: middle;
}

.pop_content {
    width: 710px!important;
    border: 1px solid #333333;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    overflow: auto;
    /* height: 740px!important; */
    text-align: initial;
}

#pop_produit_stock .pop_content {
    width: 710px!important;
    border: 1px solid #333333;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    overflow: auto;
    height: 740px!important;
    text-align: initial;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .pop_content {
        width: 97%!important;
        border: 1px solid #333333;
        background: #FFFFFF;
        padding: 20px;
        position: relative;
        margin: 0 auto;
        overflow: auto;
        /* height: 740px!important; */
    }
    #pop_produit_stock .pop_content {
        width: 97%!important;
        border: 1px solid #333333;
        background: #FFFFFF;
        padding: 20px;
        position: relative;
        margin: 0 auto;
        overflow: auto;
        height: 740px!important;
        text-align: initial;
    }
}

@media (max-width: 479px) {}

.popup .btnCloseBox {
    color: #636363;
    cursor: pointer;
    display: block;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 20px;
    width: 40px;
}

.pop_content h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
}

.pop_btn {
    width: 312px;
    margin: 0 auto;
}

.pop_btn .btnCommander,
.pop_btn .btnCustomer {
    border: 1px solid #333333;
    background: #333333;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0 2px;
    padding: 1px 2px;
    cursor: pointer;
    width: 150px;
}

.pop_upsell {}

.box-up-sell>h2 {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
}

#ajax_loader {
    padding: 32px 98%;
}

#pop_produit_click h1,
#pop_produit h1,
#pop_produit_indispo h1 {
    /* color: #9d8f87; */
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: justify;
    text-transform: uppercase;
}

#pop_produit_click h5,
#pop_produit_indispo h5 {
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
}

#pop_produit_click input#popin_phone {
    padding: 3px 5px;
    margin-top: 6px;
    /* margin-left:230px; */
    height: 20px;
    font-size: 11px;
    float: left;
}

#pop_produit .crosssell {
    margin-top: 10px;
}

#product_cross_addtocart_form .btn-cart {
    display: none;
}

.sales-order-view .my-account {
    margin-right: 20px;
}

.sales-order-view .my-account .page-title {
    text-align: left;
    margin-bottom: 10px;
}

.sales-order-view .my-account .page-title h1 {
    width: 100%;
}

.sales-order-view .my-account #my-orders-table.data-table tfoot td {
    padding: 5px 0;
}

.sales-order-view .my-account .item-options>* {
    margin-bottom: 5px;
}

.sales-order-view .my-account .item-options {
    margin-top: 5px;
}

.sales-order-view .my-account .buttons-set .back-link {
    float: none;
}

.customer-account-resetpassword .contenu {
    box-sizing: border-box;
    padding: 0 20px;
}

.cms-home .wrapper {
    max-width: inherit;
    width: 100%;
}

.header-container {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
}

.header {
    position: relative;
    margin: 0;
    /* min-width:1000px; */
}

.header h1.logo {}

.cms-home .header>a {
    color: #000000;
    float: left;
    position: relative;
    top: inherit;
}


/*.cms-home h2.btn-store { color:#000000; float:left; margin-top: 53px; font-size:11px;}*/


/*h2.btn-store { font-size:11px;}*/

.header .form-language {
    clear: inherit;
    padding: 0;
    text-align: right;
}

.header .form-language label {
    border-right: 1px solid #000000;
    display: inline-block;
    line-height: 9px;
    vertical-align: middle;
}

.header .form-language label a {
    color: #000000;
    font-size: 11px;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
}

.header .form-language label a:hover,
.header .form-language label a.active {
    color: #777777;
}


/*.header .form-language .titre_langues { font-size: 11px; text-transform: uppercase; color:#000000;}*/

.header .form-language .content_titre {
    display: none;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    width: 200px;
    cursor: pointer;
}

.header .form-language:hover .content_titre {
    display: block;
    cursor: pointer;
}

.header .form-search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 30px;
    margin-top: -5px;
    padding: 0;
    position: relative;
    right: inherit;
    top: inherit;
    width: 125px;
}

.header .form-search label {
    float: left;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-right: 10px;
    overflow: hidden;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
    width: 80px;
}

.header .form-search input.input-text {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 80px;
    margin: 0;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    color: #000000;
    height: 21px;
    line-height: 18px;
    padding: 0 0 0 3px;
}


/*a.logo { float: left; height: inherit; margin: 30px; width: 257px;}*/

.header>a {
    float: left;
    margin-top: 48px;
    text-decoration: none;
}


/*h2.btn-store { color: #000000; font-size: 11px;}*/

.header>a.logo {
    height: inherit;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-right: 0;
    width: 300px;
}

.contentHome ul {
    display: none;
}

#col1Home:hover .contentHome ul {
    display: block;
}

#col2Home:hover .contentHome ul {
    display: block;
}

#col3Home:hover .contentHome ul {
    display: block;
}


/*-----menu----*/

.wmenutop {
    float: right;
    margin-right: 0px;
    margin-top: 55px;
}

.cms-home .wmenutop>a {
    float: none;
    margin-top: 0;
}

.cms-home .header {
    min-width: 300px;
    position: relative;
    /* min-width:980px; */
    z-index: 150;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    height: 112px;
}

.cms-home .header>a {
    left: 0;
    position: absolute;
    top: 45px;
}


/*.cms-home .header .form-language{position:absolute; top:42px; right:0;}*/

.header .links {
    float: none;
    margin: 0;
}


/*.header .links li { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); float: left; font-size: 11px; padding: 0 15px 0 0;}*/

.header .links a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

#block-social {
    float: right;
    margin-top: -14px;
    margin-right: 30px;
}


/*-----product----*/

.catalog-product-view .product-view .product-patronage h2 {
    font-size: 50px;
    line-height: 1.35;
}


/*-------------------------------------------background-image-------------------------------------------------------*/

#idsuperbg {
    background-image: url(http://178.255.129.84/media/home/home_1600x1200px.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position: 100% 100%;
    background-size: cover;
    /;
    /* -webkit-background-size: cover; */
    /* background-attachment: fixed; */
    /* background-attachment: fixed; */
    /* top: -14px; */
}


/*-------------------------------------------max-width: 1024px-------------------------------------------------------*/

@media all and (max-width: 1024px) {
    body {
        font: 0.625em/1em 'Verdana', Geneva, sans-serif;
        color: #2f2f2f;
        text-align: center;
        height: 100%;
        background: none no-repeat scroll center top #fff;
    }
    h1#titleHome {
        display: block;
        color: #FFF;
        font-size: 2.8em;
    }
    h2.btn-store {
        font-size: 10px;
        font-family: 'Verdana', Geneva, sans-serif;
        line-height: 1;
    }
    .product-view .cart-function .add-to-cart button.btn-cart {
        font-size: 8px;
        font-weight: bold;
    }
    a#utilisationlabeldispo_vente {
        text-decoration: none;
        margin-left: 5px;
        font-size: 1em;
    }
    .menuleft {
        display: none;
        top: 24%;
        left: 2%;
        margin-left: 2%;
        position: absolute;
        width: 95%;
    }
    /*-----menuheader----*/
    a.logo {
        float: left;
        height: inherit;
        margin-left: 30px;
        width: 207px;
        margin-top: 40px;
    }
    .header .form-language .titre_langues {
        font-size: 10px;
        text-transform: uppercase;
        color: #000000;
    }
    /*.header .links li { float: left; font-size: 10px; background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px;}*/
    .header .links li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        font-size: 10px;
        padding: 0 10px 0 0;
    }
    .cms-home h2.btn-store {
        color: #000000;
        float: left;
        font-size: 10px;
        line-height: 1;
    }
    #checkout {
        float: left;
        margin-left: 9px;
    }
    form#search_mini_form {
        float: left;
        margin-left: 9px;
    }
    .cms-home .header .form-language {
        float: left;
        margin-right: 9px;
        position: relative;
        right: 0;
        top: inherit;
    }
    .wmenutop>a {
        float: left;
        text-decoration: none;
    }
    /* Form Validation */
    .validation-advice {
        clear: both;
        min-height: 13px;
        font-size: 9px;
        font-weight: bold;
        line-height: 13px;
        color: #eb340a;
    }
    h1.category_title {
        height: 15%;
        line-height: 90%;
        padding: 0 0 0 2%;
        position: relative;
        color: #000000;
        font-size: 30px;
        font-weight: normal;
        margin: 0;
        text-transform: uppercase;
    }
    .page-title h1,
    .page-title h2 {
        margin: 0;
        text-transform: uppercase;
        color: #9D8F87;
        line-height: 27px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        font-weight: lighter;
    }
    #chaussant .col-2 {
        float: left;
        text-decoration: none;
    }
    /* #cms-manufacture #h5b,#h5a,#h5d,#h6a,#h6b,#h8,#h9,#h10,#h11,#h11b,#h12,#h13,#h14,#h15,#h16 { margin-top:-200px;}*/
    #cms-manufacture #h5b,
    #h5a,
    #h5d,
    #h9,
    #h11,
    #h11b,
    #h13,
    #h15 {
        margin-top: -200px;
    }
    #cms-manufacture #h8,
    #h10,
    #h12,
    #h14,
    #h16 {
        margin-top: -160px;
    }
    #cms-manufacture #h6b {
        margin-top: -160px;
    }
    #cms-manufacture #h15 {
        margin-top: -152px;
    }
    #cms-manufacture #h16 {
        margin-top: -116px;
    }
    #f9b {
        margin-top: -88px;
        margin-right: 350px;
    }
    #t11 {
        margin-top: -44px;
    }
    #t10 {
        margin-top: -84px;
    }
}


/*-------------------------------------------min-width: 1024px) and (max-width: 1279px-------------------------------------*/

@media all and (min-width: 1024px) and (max-width: 1279px) {
    body {
        font: 0.625em/1em 'Verdana', Geneva, sans-serif;
        color: #2f2f2f;
        text-align: center;
        height: 100%;
        background: none no-repeat scroll center top #333333;
    }
    h1#titleHome {
        display: block;
        color: #FFF;
        font-size: 3.8em;
    }
    h2.btn-store {
        font-size: 10px;
        font-family: 'Verdana', Geneva, sans-serif;
        line-height: 1;
    }
    .product-view .cart-function .add-to-cart button.btn-cart {
        font-size: 8px;
        font-weight: bold;
    }
    a#utilisationlabeldispo_vente {
        text-decoration: none;
        margin-left: 5px;
        font-size: 1em;
    }
    .menuleft {
        display: none;
        top: 24%;
        left: 2%;
        margin-left: 2%;
        position: absolute;
        width: 95%;
    }
    /*-----menuheader----*/
    a.logo {
        float: left;
        height: inherit;
        margin: 30px;
        width: 257px;
    }
    .header .form-language .titre_langues {
        font-size: 10px;
        text-transform: uppercase;
        color: #000000;
    }
    /* .header .links li { float: left; font-size: 10px; background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px; }*/
    .cms-home h2.btn-store {
        color: #000000;
        float: left;
        font-size: 10px;
        line-height: 1;
    }
    #checkout {
        float: left;
        margin-left: 9px;
    }
    form#search_mini_form {
        float: left;
        margin-left: 9px;
    }
    .cms-home .header .form-language {
        float: left;
        margin-right: 9px;
        position: relative;
        right: 0;
        top: inherit;
    }
    .header .links li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        font-size: 10px;
        padding: 0 10px 0 0;
    }
    .wmenutop>a {
        float: left;
        text-decoration: none;
    }
    /* Form Validation */
    .validation-advice {
        clear: both;
        min-height: 13px;
        margin: 80px 0 0;
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        color: #eb340a;
    }
    h1.category_title {
        height: 15%;
        line-height: 90%;
        padding: 0 0 0 2%;
        position: relative;
        color: #000000;
        font-size: 30px;
        font-weight: normal;
        margin: 0;
        text-transform: uppercase;
    }
    .page-title h1,
    .page-title h2 {
        margin: 0;
        text-transform: uppercase;
        color: #9D8F87;
        line-height: 27px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        font-weight: lighter;
    }
}


/*-------------------------------------------(min-width: 1280px) and (max-width: 1599px)-------------------------------------*/

@media all and (min-width: 1280px) and (max-width: 1599px) {
    body {
        font: 0.625em/1em 'Verdana', Geneva, sans-serif;
        color: #2f2f2f;
        text-align: center;
        height: 100%;
        background: none no-repeat scroll center top #333333;
    }
    h1#titleHome {
        display: bloh1#titleHomeck;
        color: #FFF;
        font-size: 4.8em;
    }
    .contentHome {
        position: absolute;
        top: 30%;
        left: 10%;
        width: 90%;
        text-align: center;
    }
    #col1Home:hover .contentHome ul {
        display: block;
        margin-top: -30px;
    }
    #col2Home:hover .contentHome ul {
        display: block;
        margin-top: -30px;
    }
    #col3Home:hover .contentHome ul {
        display: block;
        margin-top: -30px;
    }
    h2.btn-store {
        font-size: 11px;
        font-family: 'Verdana', Geneva, sans-serif;
        line-height: 1;
    }
    .product-view .cart-function .add-to-cart button.btn-cart {
        font-size: 10px;
        font-weight: bold;
    }
    a#utilisationlabeldispo_vente {
        text-decoration: none;
        margin-left: 5px;
        font-size: 1.7em;
    }
    .menuleft {
        display: none;
        top: 24%;
        left: 2%;
        margin-left: 2%;
        position: absolute;
        width: 95%;
    }
    /*-----menuheader----*/
    a.logo {
        float: left;
        height: inherit;
        margin-top: 30px;
        margin-left: 30px;
        width: 300px;
    }
    .header .form-language .titre_langues {
        font-size: 11px;
        text-transform: uppercase;
        color: #000000;
    }
    /* .header .links li { float: left; font-size: 11px; background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px; }*/
    .cms-home h2.btn-store {
        color: #000000;
        float: left;
        font-size: 11px;
        line-height: 1;
    }
    .header .links li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        font-size: 11px;
        padding: 0 15px 0 0;
    }
    #checkout {
        float: left;
        margin-left: 15px;
    }
    form#search_mini_form {
        float: left;
        margin-left: 15px;
    }
    .cms-home .header .form-language {
        float: left;
        margin-right: 10px;
        position: relative;
        right: 0;
        top: inherit;
    }
    .wmenutop>a {
        float: left;
        text-decoration: none;
    }
    /* Form Validation */
    .validation-advice {
        clear: both;
        min-height: 13px;
        margin: 3px 0 0;
        padding-left: 50px;
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        color: #eb340a;
    }
    h1.category_title {
        height: 15%;
        line-height: 90%;
        padding: 0 0 0 2%;
        position: relative;
        color: #000000;
        font-size: 40px;
        font-weight: normal;
        margin: 0;
        text-transform: uppercase;
    }
    .page-title h1,
    .page-title h2 {
        margin: 0;
        text-transform: uppercase;
        color: #9D8F87;
        line-height: 27px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        font-weight: lighter;
    }
}


/*-------------------------------------------(min-width: 1280px) and (max-width: 1599px)-------------------------------------*/

@media all and (min-width: 1600px) {
    body {
        /* font: 0.625em/1em 'Verdana', Geneva, sans-serif; */
        /* color: #2f2f2f; */
        /* text-align: center; */
        /* height: 100%; */
        /* background: none no-repeat     scroll center top #333333; */
    }
    #idsuperbg {
        background-position-y: bottom;
    }
    h1#titleHome {
        display: block;
        color: #FFF;
        font-size: 5.8em;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 0.8em;
        font- family: "Times New Roman", Times, serif;
        left: 0px;
    }
    .contentHome {
        position: absolute;
        top: 24%;
        left: 10%;
        width: 90%;
        text-align: center;
    }
    .header .form-language .titre_langues {
        font-size: 11px;
        text-transform: uppercase;
        color: #000000;
    }
    .header .links li {
        float: left;
        font-size: 11px;
        background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
        padding: 0 8px 0 7px;
    }
    .cms-home h2.btn-store {
        color: #000000;
        float: left;
        font-size: 11px;
    }
    h2.btn-store {
        font-size: 11px;
        font-family: 'Verdana', Geneva, sans-serif;
        line-height: 1;
    }
    .product-view .cart-function .add-to-cart button.btn-cart {
        font-size: 10px;
        font-weight: bold;
    }
    a#utilisationlabeldispo_vente {
        text-decoration: none;
        margin-left: 5px;
        font-size: 1.7em;
    }
    .menuleft {
        display: none;
        top: 24%;
        left: 2%;
        margin-left: 2%;
        position: absolute;
        width: 95%;
    }
    /*-----menuheader----*/
    a.logo {
        float: left;
        height: inherit;
        margin: 30px;
        width: 300px;
    }
    /* .header .links li { float: left; font-size: 11px; background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding: 0 8px 0 7px; } */
    .header .links li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        font-size: 11px;
        padding: 0 15px 0 0;
    }
    .header .form-language .titre_langues {
        font-size: 11px;
        text-transform: uppercase;
        color: #000000;
    }
    .cms-home h2.btn-store {
        color: #000000;
        float: left;
        font-size: 11px;
        line-height: 1;
    }
    #checkout {
        float: left;
        margin-left: 15px;
    }
    form#search_mini_form {
        float: left;
        margin-left: 15px;
    }
    .cms-home .header .form-language {
        float: left;
        margin-right: 10px;
        position: relative;
        right: 0;
        top: inherit;
    }
    .wmenutop>a {
        float: left;
        text-decoration: none;
    }
    /* Form Validation */
    .validation-advice {
        clear: both;
        min-height: 13px;
        margin: 3px 0 0;
        padding-left: 50px;
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        color: #eb340a;
    }
    h1.category_title {
        height: 15%;
        line-height: 90%;
        padding: 0 0 0 2%;
        position: relative;
        color: #000000;
        font-size: 30px;
        font-weight: normal;
        margin: 0;
        text-transform: uppercase;
    }
    .page-title h1,
    .page-title h2 {
        margin: 0;
        text-transform: uppercase;
        /* color: #9D8F87; */
        line-height: 27px;
        /* font-family: 'Times New Roman', Times, serif; */
        font-size: 23px;
        font-weight: lighter;
    }
}

.gm-style-iw {
    width: 240px !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(1, 1, 1, 0.6);
    border: 1px solid rgba(1, 1, 1, 0.6);
    border-radius: 0;
    height: 147px;
    padding: 20px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.gm-style-iw img {
    width: 70%;
    padding-bottom: 10px;
}

#menunavboutique {
    display: none;
}

.block_recherche {
    cursor: pointer;
}

.block_recherche:hover,
.block_recherche.open {
    color: #bababa;
    background: #f3f3f2;
}

.block_recherche.open>.searchform {
    display: block;
}

.searchform:hover {
    display: block;
}

.block_recherche.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

#s {
    width: 88%;
    background: #f3f3f2;
    padding: 5px 5px;
    border: 0;
    color: #8a8a8a;
    float: left;
    line-height: 29px;
}

.sbtn {
    display: block;
    position: absolute;
    right: -8px;
    top: -3px;
    background: none;
    border: none;
    color: #bcbcbc;
    font-size: 0.6em;
    cursor: pointer;
    width: 16%;
    float: left;
    height: 30px;
}

.searchform {
    display: none;
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 40px;
    top: 33px;
    padding: 0 15px;
    cursor: default;
    background: #f3f3f2;
    right: 0;
}


/*fiche produit */

.more-views a {
    color: #fff;
}

iframe {
    border: 0 none;
}

iframe#url_mag_stock{
    position: relative!important;
}

/* pop up  video*/

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 999999;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 999999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
