
/* SLIDER ****************************************/
    .page-boutique .flexslider{
        margin: 0;
        padding: 0;
        border:0;
        box-shadow: none;
        border:1px solid #d8d2c5;
        border-radius: 0;
    }
    .page-boutique .slider{
        width: 620px;
        float: left;
    }
    .page-boutique .flexslider .boutique-produit .field-image{
        width: 400px;
        float: left;
        margin-right: 10px;
        border-right: 1px solid #d8d2c5;
    }
    .page-boutique .flexslider .boutique-produit .field-title{
        padding-top: 10px;
    }
/* SIDEBAR HOME PAGE ************************************/
    .page-boutique .sidebar{
        width: 300px;
        float: left;
        margin-left: 20px;
    }
    .page-boutique .sidebar .abonnez_vous_home .text{
        margin-top:82px;
    }

    .page-boutique .sidebar .picto_generation_plus_overlay {
        position: absolute;
        width: 71px;
        height: 101px;
        top: -68px;
        left: 141px;
        background-image: url('../images/magazine.png');
        background-size: 100% 100%;
        z-index: 2;
    }
/* PUSH ABONNER-VOUS HOME PAGE ************************************/
.page-boutique .push_abonnez_vous{
    border: 1px solid #d8d2c5;
    padding: 10px;
}

/* BLOCKS PRODUITS **************************************/
    .boutique-produits .boutique-produit{
        display: inline-block;
        margin: 0px 20px 20px 0px;
    }
    .boutique-produits .boutique-produit:nth-child(3n){
        margin-right: 0;
    }
/* BLOCK PRODUIT ****************************************/
    .boutique-produit{
        width: 300px;
        float: left;
        height: 385px;
    }
    .boutique-produit .field-image img{
        border: 1px solid #d8d2c5;
        width: 298px;
    }
    .flexslider .boutique-produit{
        width: 618px;
        background: #f1eee7;
    }
    .flexslider .boutique-produit .field-image img{
        width: auto;
        border:none;
    }
    .boutique-produit .field-title{
        font-family: "ff-more-web-pro",serif;
        font-style: normal;
        font-size: 18px;
    }

    .boutique-produit .field-prix{
        font-weight: 700;
        margin: 2px 0px;
    }
    .boutique-produit .field-prix_abonnes{
        background-color: #fbba17;
        display: inline-block;
        padding: 5px;
        margin: 5px 0px;
        font-weight: 700;
    }
    .boutique-produit .field-prix .valeur,
    .boutique-produit .field-prix_abonnes .valeur{
        font-weight: normal;
    }
    .boutique-produit .field-action a{
        margin: 0;
        padding: 5px 30px;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-image: url(../images/white_arrow.png);
        background-color: #706858;
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        color: #fff;
    }
    .boutique-produit .field-action a:hover{
        background-color: #564e3e;
    }
/* CART BOX **************************************************/
.cart_box a{
    margin: 0;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/white_arrow.png);
    background-color: #706858;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 11px;
    margin-top: -41px;
}
.cart_box a:hover{
    background-color: #564e3e;
}
.cart_box a .icon-cart{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/picto_panier.png);
    width: 20px;
    height: 20px;
    float:left;
}
.cart_box a .count{
    float:left;
    margin: 0px 10px;
    display: inline-block;
}
.cart_box a .cart{
    float:left;
    display: inline-block;
}
/*LISTING HOME PAGE  ****************************************/

    .boutique-categorie h2{
        background-color: #d8d2c5;
        padding: 5px 0px 5px 10px;
        border: 0;
        margin: 20px 0px 20px 0px;
        font-size: 14px;
        font-family: "ff-more-web-pro",serif;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
    }
/* DETAIL CATEGORIE ******************************************/
    .boutique-categorie-produits .boutique-produit{
        display: inline-block;
        margin: 0px 20px 50px 0px;
    }
    .boutique-categorie-produits .boutique-produit:nth-child(even){
        margin-right: 0px;
    }
    .boutique-categorie-produits{
        width: 620px;
        float: left;
    }
/* DETAIL PRODUIT *******************************************/
    .boutique-produit-detail .bandeau{
        background-color: #f1eee7;
        border:3px solid #d8d2c5;
    }
    .boutique-produit-detail .bandeau .col-left{
        width: 300px;
        padding: 15px;
        float: left;
    }
    .boutique-produit-detail .bandeau .col-right{
        width: 550px;
        text-align: right;
        float: right;

    }
    .boutique-produit-detail .bandeau .col-right .miniature-picture{
        width: 120px;
        float: right;
        border-left: 1px solid #d8d2c5;
        border-right: 1px solid #d8d2c5;
        height: 267px;
        overflow: hidden;
        position: relative;
    }
    .boutique-produit-detail .bandeau .col-right .miniature-picture .items{
        position: absolute;
        top: 0;
        left: 0;
    }
    .boutique-produit-detail .bandeau .col-right .miniature-picture .item{
        border-top: 1px solid #d8d2c5;
        border-bottom: 1px solid #d8d2c5;
        cursor: pointer;
        position: relative;
    }
    .boutique-produit-detail .bandeau .col-right .miniature-picture .item .overlay-interne{
        position: absolute;
        background-color: #000;
        height: 100%;
        width: 100%;
    }
    .boutique-produit-detail .bandeau .col-right .hd-picture{
        width: 380px;
        float: right;
    }
    .boutique-produit-detail .bandeau .col-right img{
        display: block;
    }
    .boutique-produit-detail .bandeau .col-left .field-reference{
        font-weight: 700;
        margin: 15px 0px;
    }
    .boutique-produit-detail .bandeau .col-left .field-quantite{
        font-weight: 700;
        margin: 15px 0px;
        line-height: 30px;
        vertical-align: middle;
    }
    .boutique-produit-detail .bandeau .col-left .field-quantite .gestion_quantite {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        float: left;
    }
    .boutique-produit-detail .bandeau .col-left .field-quantite .label-quantite{
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    .gestion_quantite .reduire-qt,
    .gestion_quantite .augmenter-qt{
        background-color: #706858;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color:#fff;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
        border-radius: 5px;
        float: left;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .gestion_quantite .reduire-qt:hover,
    .gestion_quantite .augmenter-qt:hover{
        background-color: #564e3e;
    }
    .gestion_quantite .qt{
        padding: 0px;
        margin: 0px 5px;
        float: left;
        height: 28px;
        text-align: center;
        line-height: 28px;
        width: 60px;
        display: inline-block;
        border:1px solid #d8d2c5;

    }
    .boutique-produit-detail .bandeau .col-left .field-prix{
        font-weight: 700;
        margin: 2px 0px;
        font-size: 19px;
    }
    .boutique-produit-detail .bandeau .col-left .field-prix_abonnes{
        background-color: #fbba17;
        display: inline-block;
        padding: 5px;
        margin: 15px 0px 2px 0px;
        font-weight: 700;
        font-size: 19px;
    }
    .boutique-produit-detail .bandeau .col-left .field-prix .valeur,
    .boutique-produit-detail .bandeau .col-left .field-prix_abonnes .valeur{
        font-weight: normal;
    }
    .boutique-produit-detail .bandeau .col-left .field-action a{
        margin: 0;
        padding: 5px 30px 5px 42px;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-image: url(../images/picto_panier.png);
        background-color: #706858;
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        color: #fff;
    }
    .boutique-produit-detail .bandeau .col-left .field-action a:hover{
        background-color: #564e3e;
    }
    .boutique-produit-detail #field-details{
        margin-top:10px;
    }

/* BOUTIQUE ADD CART POPUP **************************/
.boutique-popup-add-cart{
    width:700px;
}
.boutique-popup-add-cart .col-left{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.boutique-popup-add-cart .col-right{
    margin-left: 300px;
}
.boutique-popup-add-cart .col-right .title{
    font-family: "ff-more-web-pro",serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 25px !important;
}
.boutique-popup-add-cart .col-right .reference,
.boutique-popup-add-cart .col-right .quantite,
.boutique-popup-add-cart .col-right .prix,
.boutique-popup-add-cart .col-right .prix-abo{
    font-weight: 700;
    font-size: 15px;
}
.boutique-popup-add-cart .col-right .prix-total{
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0px;
}
.boutique-popup-add-cart .col-right .reference{
    margin-top: 10px;
}
.boutique-popup-add-cart .col-right .cart-link{
    margin: 0;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/white_arrow.png);
    background-color: #706858;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: #fff;
}
.boutique-popup-add-cart .col-right .cart-link:hover{
    background-color: #564e3e;
}
.boutique-popup-add-cart .col-right .continue-link{
    color:#000;
    margin:0px 10px;
    display:inline-block;
}

/* POPUP ********************************/
.boutique-popup-list-address .item{
    border: 3px solid #d8d2c5;
    margin: 5px 0px;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}


/* MENU CART ********************************/
.my_cart_step_menu{
    width:940px;
    background-color: #706858;
}

.my_cart_step_menu ul li{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    width: 312px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color:#a39f96;
    font-size: 18px;
    float: left;
    font-weight:700;
    vertical-align: middle;
    background-color: #706858;
    border-right: 1px solid #9a9385;
    position: relative;
}
.my_cart_step_menu ul li a{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color:#a39f96;
    width: 100%;
    text-decoration: none;
}
.my_cart_step_menu ul li .arrow-active{
    width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid #9a9385;
    position: absolute;
    top: 0;
    right: -23px;
    z-index: 1;
}
.my_cart_step_menu ul li .arrow-no-active{
    width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid #706858;
    position: absolute;
    top: 0;
    left:-1px;
    z-index: 1;
}
.my_cart_step_menu ul li.active{
    background-color: #9a9385;
    color:#fff;
}
.my_cart_step_menu ul li.active a{
    background-color: #9a9385;
    color:#fff;
}
.my_cart_step_menu ul li:last-child{
    border: 0px;
    width: 314px;
}
.my_cart_step_menu ul{
    margin: 0;
    padding: 0;
    border: 0;
}
/* MON PANIER ************************/
.boutique-panier{
    width: 100%;
    margin-top: 20px;
}
.boutique-panier thead th{
    background-color: #d8d2c5;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    border-bottom: 10px solid #fff;
}
.boutique-panier thead th:first-child{
    padding-left: 30px;
}
.boutique-panier tbody tr td{
    border-bottom:1px solid #d8d2c5;
    vertical-align: middle;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 700;
}
.boutique-panier tbody tr td.col-image img{
    display: block;
}
.boutique-panier tbody tr td.col-quantite{
    text-align: center;
}
.boutique-panier tbody tr td .reference{
    font-weight: normal;
}
.boutique-panier tbody tr td.col-remove a{
    background-image: url(../images/picto_delete.png);
    height: 22px;
    width: 17px;
    display: inline-block;
}


.page-boutique-mon-panier-resume .content-tableau{
    position: relative;
}
.page-boutique-mon-panier-resume .load-price{
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}
.page-boutique-mon-panier-resume .load-price .text{
    position: absolute;
    top: 50%;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.boutique-resume-table{
    text-align: right;
    font-size: 15px;
    padding-left: 560px;
    margin-bottom: 20px;
}
.boutique-resume-table .total,
.boutique-resume-table .frais,
.boutique-resume-table .reduction-membres,
.boutique-resume-table .final-price{
    border-bottom:1px solid #d8d2c5;

}
.boutique-resume-table .label,
.boutique-resume-table .number{
    height:40px;
    line-height: 40px;
    vertical-align: middle;
}
.boutique-resume-table .label{
    display: inline-block;
}
.boutique-resume-table .number {
    width: 100px;
    display: inline-block;
    font-weight: 700;
    width: 150px;
    margin: 0px 20px 0px 20px;

}
.boutique-resume-table .final-price{
    font-weight: 700;
}
.boutique-resume-table .final-price .number{
    font-size: 20px;
}
.boutique-resume-table #edit-delivery-type{
    border: 1px solid #d8d2c5;
    background-color: #f1eee7;
    padding: 40px 15px 15px 15px;
    position: relative;
    margin-top: 15px;
}
.boutique-resume-table #edit-delivery-type .postfinance{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/picto_boutique_cartes.png);
    width: 204px;
    height: 30px;
    position: absolute;
    bottom: 18px;
    left: 167px;
}
.boutique-resume-table #edit-delivery-type .fieldset-legend {
    position: absolute;
    font-size: 19px;
    font-weight: 700;
    top: 10px;
    left: 19px;
}
.boutique-resume-table #edit-delivery-type .form-item{
    text-align: left;
}
.page-boutique-mon-panier-resume .valide-link{
    margin: 0px 0px 0px 0px;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/white_arrow.png);
    background-color: #706858;
    border-radius: 5px;
    border: 0;
    color: #fff;
    float: right;
}
.page-boutique-mon-panier-resume .valide-link:hover{
    background-color: #564e3e;
}
.page-boutique-mon-panier-resume .continue-link{
    color:#000;
    height: 31px;
    float: left;
    line-height: 31px;
}
/* PANIER VIDE *****************************/
    .boutique-empty{
        height: 80px;
        line-height: 80px;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        margin: 20px 0px;
        border-top:1px solid #d8d2c5;
        border-bottom:1px solid #d8d2c5;
    }
/* FOOTER WRAPER ******************************/
.boutique-footer-wrapper{
    border:1px solid #d8d2c5;
    background-color: #f1eee7;
    margin-top: 20px;
}
.boutique-footer-wrapper ul,
.boutique-footer-wrapper ul li{
    margin: 0;
    padding: 0;
    border: 0;
}
.boutique-footer-wrapper ul li{
    list-style-type: none;
    width: 231px;
    display: inline-block;
    float: left;
    height: 115px;
    text-align: center;
    border-right:1px solid #d8d2c5;
    position: relative;
}
.boutique-footer-wrapper ul li .icon{
    width: 50px;
    height: 50px;
    margin: 10px auto 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.boutique-footer-wrapper ul li .text{
    font-size: 14px;
    width: 120px;
    margin: 0 auto;
}
.boutique-footer-wrapper ul li.service{
    border: 0;
}
.boutique-footer-wrapper ul li.postfinance .icon{
    background-image: url(../images/picto_boutique_cartes.png);
    width: 204px;
    height: 30px;
    margin-top: 20px;
}
.boutique-footer-wrapper ul li.expedition .icon{
    background-image: url(../images/picto_boutique_footer_expedition.png);
}
.boutique-footer-wrapper ul li.retours .icon{
    background-image: url(../images/picto_boutique_footer_retour.png);
}
.boutique-footer-wrapper ul li.service .icon{
    background-image: url(../images/picto_boutique_footer_service.png);
}
.boutique-footer-wrapper ul li.postfinance .logo{
    display:none;
    /*background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/picto_boutique_footer_postfinance.png);
    width: 86px;
    height: 31px;
    position: absolute;
    right: 20px;
    bottom: 18px;*/
}
.boutique-footer-wrapper ul li.postfinance .text{
    margin-top:5px;
    /*margin: 5px 0px 0px 0px;
    text-align: right;
    line-height: 16px;
    width: 118px;*/
}
/* MES ADRESSES ***************************/
.page-boutique-mon-panier-livraison #edit-billing{
    margin-top: 20px;
}
.page-boutique-mon-panier-livraison #edit-billing,
.page-boutique-mon-panier-livraison #edit-delivery{
    border:1px solid #d8d2c5;
    background-color: #f1eee7;
    padding: 40px 15px 15px 15px;
    position: relative;
}
.page-boutique-mon-panier-livraison #edit-billing .fieldset-legend,
.page-boutique-mon-panier-livraison #edit-delivery .fieldset-legend{
    position: absolute;
    font-size: 19px;
    font-weight: 700;
    top: 10px;
}
.page-boutique-mon-panier-livraison #edit-billing .list-adresses-livraison,
.page-boutique-mon-panier-livraison #edit-delivery .list-adresses-livraison{
    margin: 0px;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/white_arrow.png);
    background-color: #706858;
    border-radius: 5px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}
.page-boutique-mon-panier-livraison #edit-billing .list-adresses-livraison:hover,
.page-boutique-mon-panier-livraison #edit-delivery .list-adresses-livraison:hover{
    background-color: #564e3e;
}
.page-boutique-mon-panier-livraison #edit-billing .form-item-billing-lastname,
.page-boutique-mon-panier-livraison #edit-billing .form-item-billing-firstname{
    display: none;
}
.page-boutique-mon-panier-livraison #edit-billing label,
.page-boutique-mon-panier-livraison #edit-delivery label{
    font-weight: normal;
}
.page-boutique-mon-panier-livraison #edit-billing input[type=text],
.page-boutique-mon-panier-livraison #edit-delivery input[type=text]{
    width: 100%;
    padding: 0px;
    height: 28px;
    border: 1px solid #d8d2c5;
}
.page-boutique-mon-panier-livraison #edit-billing input[type=text].error,
.page-boutique-mon-panier-livraison #edit-delivery input[type=text].error{
    border: 1px solid red;
}
.page-boutique-mon-panier-livraison #edit-billing .billing_display_name,
.page-boutique-mon-panier-livraison #edit-delivery .delivery_display_name{
    font-weight: 700;
    text-transform: uppercase;
}
.page-boutique-mon-panier-livraison #edit-delivery .delivery_display_name{
    display:none;
}

.page-boutique-mon-panier-livraison #edit-billing .form-item-billing-address,
.page-boutique-mon-panier-livraison #edit-delivery .form-item-delivery-address{
    display: inline-block;
    width: 300px;
    margin-right: 10px;
}
.page-boutique-mon-panier-livraison #edit-billing .form-item-billing-npa,
.page-boutique-mon-panier-livraison #edit-delivery .form-item-delivery-npa{
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}
.page-boutique-mon-panier-livraison #edit-billing .form-item-billing-city,
.page-boutique-mon-panier-livraison #edit-delivery .form-item-delivery-city{
    display: inline-block;
    width: 300px;
}
.page-boutique-mon-panier-livraison #edit-delivery .form-item-delivery-lastname,
.page-boutique-mon-panier-livraison #edit-delivery .form-item-delivery-firstname{
    display: inline-block;
    margin-right: 10px;
    width: 300px;
}
.page-boutique-mon-panier #edit-submit{
    margin: 0px;
    padding: 5px 30px;
    font-weight: 700;
    height: 32px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/white_arrow.png);
    background-color: #706858;
    border-radius: 5px;
    border: 0;
    color: #fff;
    float: right;
    cursor: pointer;
}
.page-boutique-mon-panier #edit-submit:hover{
    background-color: #564e3e;
}
.page-boutique-mon-panier .back-link{
    color:#000;
    height: 32px;
    line-height: 32px;
}
.boutique-popup-list-address{
    width: 500px;
}
.page-boutique-mon-panier-livraison #edit-delivery .delivery_fields,
.page-boutique-mon-panier-livraison #edit-delivery .list-adresses-livraison{
    display: none;
}

/* MES COMMANDES ***************************/
.page-user-commandes table{
    width: 100%;
}
.page-user-commandes table thead tr th{
    background-color: #d8d2c5;
    text-transform: capitalize;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    margin-right: 1px;
    text-align: center;
    border-right: 1px solid #fff;
}
.page-user-commandes table thead tr th.date,
.page-user-commandes table thead tr th.prix,
.page-user-commandes table thead tr th.detail{
    width: 100px;
}
.page-user-commandes table thead tr th.statut{
    width: 150px;
}
.page-user-commandes table tbody tr td{
    border-left:1px solid #d8d2c5;
    border-bottom:1px solid #d8d2c5;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0px;
}
.page-user-commandes table thead tr th.detail,
.page-user-commandes table tbody tr td.detail{
    border-right:1px solid #d8d2c5;
}
.page-user-commandes table tbody tr td.detail a{
    color:#000;
}
.page-user-commandes table tbody tr td.produits{
    text-align: left;
}
.page-user-commandes table tbody tr td.produits ul{
    margin: 0px;
    padding: 0;
    border: 0;
}
.page-user-commandes table tbody tr td.produits ul li{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}
.page-user-commandes table tbody tr td.produits ul li .quantity{
    display: inline-block;
    float: left;
    width: 25px;
}
.page-user-commandes table tbody tr td.produits ul li .title{
    display: inline-block;
    font-weight: 700;
    float: left;
    width: 130px;
    margin-bottom: 6px;
    line-height: initial;
}


/***************************************************************************************************
 *
 *  OLD BOUTIQUE
 *  PART TO DELETE WHEN RELEASE NEW BOUTIQUE AFTER
 *
 ***************************************************************************************************/

.page-boutique #content{
    float : left;
    width : 940px;
}

.page-boutique .status p{
    margin-bottom : 10px;
}

.page-boutique .status li{
    margin-left : 10px;
    margin-bottom : 5px;
}

.page-boutique .product_list{
    float: left;
    margin:0;
    padding : 0;
    width : 100%;

}

.page-boutique .product_item {
    list-style : none;
    margin : 0;
    padding:40px 0 28px 0;
    float : left;
    border-bottom : 1px solid #d8d2c5;
    width : 100%;
}

.page-boutique .product_item:first-child {
    border-top : 1px solid #d8d2c5;
}

.page-boutique .block_picture{
    float : left;
    width : 242px;
    height : 170px;
    margin : 0;
}

.page-boutique .block_picture img{
    border : 1px solid #e6e6dd;
}

.page-boutique .informations{
    float : left;
    width : 440px;
    padding : 0 20px;
}

.page-boutique .informations h1{
    font-size : 20px;
    font-weight : 400;
    margin-bottom : 2px;
    font-family: "ff-more-web-pro",serif;
}

.page-boutique .informations p{
    font-size : 14px;
    margin-bottom : 15px;
}

.page-boutique .selecteur{
    width : 200px;
    float : right;
}

.page-boutique .selecteur .prix{
    font-size : 16px;
    margin-bottom : 3px;
}

.page-boutique .selecteur .old_price{
    text-decoration: line-through;
    margin : 0 10px 0 3px;
}

.page-boutique .selecteur .prix-membre{
    font-size : 16px;
    background-color: #fbba17;
    padding : 1px 0 2px 10px;
}

.page-boutique .selecteur input{
    float: left;
    width : 50px;
    height : 30px;
    border : 1px solid #e6e6dd;
    text-align: center;
    margin : 0 5px;
}

.page-boutique .selecteur .moins, .page-boutique .selecteur .plus{
    width : 33px;
    height : 33px;
    text-align : center;
    background-color : #706858;
    font-size : 21px;
    float : left;
    color : white;
    cursor : pointer;
    border-radius : 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-boutique #coordonnee{
    float : left;
    width : 900px;
    margin-top : 38px;
    background-color : #f1eee7;
    border : 1px solid #d8d2c5;
    padding : 8px 20px 40px 20px;
}
.page-boutique #coordonnee h1{
    font-size : 20px;
    margin : 0 0 10px 0;
}
.page-boutique #coordonnee .form-item{
    width : 280px;
    float : left;
    margin : 14px 20px 0 0;
}
.page-boutique #coordonnee .cp{
    width : 130px;
    float : left;
    margin : 14px 20px 0 0;
}
.page-boutique #coordonnee .cp input{
    width : 110px;
    padding : 0 10px;
    height : 30px;
    border : 1px solid #d8d2c5;
}
.page-boutique #coordonnee label{
    width : 280px;
    float : left;
    font-weight : 400;
    font-size : 14px;
    margin-bottom : 2px;
}

.page-boutique #coordonnee input{
    width : 260px;
    padding : 0 10px;
    height : 30px;
    border : 1px solid #d8d2c5;
}
.cleaner{
    float : left;
    width : 100%;
}
.page-boutique #coordonnee .info-box{
    float : left;
    width : 452px;
    margin : 35px 0 0 0;
    font-size : 14px;
}

.page-boutique #coordonnee input[type=submit]{
    background-color: #706858;
    background-image: url("../images/white_arrow.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 30px;
    width : auto;
    float:left;
    font-size : 14px;
    margin-top : 35px;
    margin-left : 72px;
}

.page-boutique #coordonnee input[type=submit]:hover{
    background-color: #564E3E;
}

#info{
    float : left;
    width : 100%;
    margin-top : -75px;
    padding-top : 100px;
}
