/**
 * CSS eshop mosaique, fiche article, tunnel
 */


/**********************************************
             CHECK ET RADIO BUTTON
 **********************************************/

input[type=radio].css-checkbox {
	display:none;
}
input[type=radio].css-checkbox + label.css-label-radio {
    background-repeat:no-repeat;
    background-position: 0 0;    
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
    padding-left: 27px;
    vertical-align: middle;
}
input[type=radio].css-checkbox:checked + label.css-label-radio {
    background-position: 0 -22px;
}
label.css-label-radio {	
    background-image:url("http://csscheckbox.com/checkboxes/u/csscheckbox_7140f97e96e2bbe46d72f09d7f4d2627.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


input[type=checkbox].css-checkbox {
	display:none;
}
input[type=checkbox].css-checkbox + label.css-label-checkbox {
	padding-left:27px;
	height:22px;
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:22px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label-checkbox {
	background-position: 0 -22px;
}
label.css-label-checkbox {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_4da3b5b298edb587858b1e6176b0c7d5.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/**********************************************
                    CATALOGUE
 **********************************************/

#navigation_eshop
{
    
}

#navigation_eshop div
{
    float:left; 
    margin-right: 3px;  
}

#navigation_eshop div:after
{
    content:'>';
}

#navigation_eshop div:last-child
{
    font-weight: bold;
}

.navigation_eshop_level1
{
    font-size: 14px;
    margin: 0;
    line-height: 16px;
}

.navigation_eshop_level2
{
    line-height: 16px;
}

.navigation_eshop_level3
{
    line-height: 16px;
}


.loader_catalog
{

}

.neeetcatalog
{
    text-align: center;
}

.neeetcatalog_loading
{
    text-align: center;  
}

.nb_articles
{
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}

/* Pagination */
.pagination
{
    float: left;
}

.pagination_top
{
    margin-top:20px;
}

.pagination_bottom
{
    clear:both;
}

.catalog_pagination
{
    margin:auto;
}

.catalog_pagination tr td a
{
    display: block;
    padding: 5px;
    width: 15px;
}

.catalog_pagination tr td a:hover
{
    background-color: #EEE;
    border-radius:5px;
}

.catalog_pagination_number
{
    
}

.catalog_pagination_number_select
{
    background-color: #EEE;
    border-radius:5px;
}

/* Menu de tri */
.order_menu
{
    float: right;
    padding: 5px;
}

.catalog_order_menu
{
    display: table-cell;
}

.catalog_order_menu div
{
    padding:2px;
    text-align: left;
}

.catalog_nbbypage_menu
{
    display: table-cell;
}

.catalog_nbbypage_menu div
{
    padding:2px;
    text-align: left;
}

.catalog
{
    float: left;
    position: relative;
    clear:both;
}

/* Catalog infini */
.catalog_infinite
{
    position: relative;
    clear:both;    
}

.catalog_infinite_loading
{
    padding:30px;
}
.catalog_infinite_loading img
{
    display:none;
}

/* Filter Menu */
.filter_menu
{
    left: -115px;
    position: absolute;
    top: 0;
    width: 200px;  
}

.filter_menu_title
{
    text-transform: uppercase;
}

.filter_menu_element
{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}

.filter_menu_key
{
    cursor: pointer;
    font-size: 13px;
    font-weight: bold; 
}

.filter_menu_listvalue
{
    margin:0;
    padding:0;
    list-style: none;
}

.filter_menu_value
{
    cursor: pointer;
}

.filter_menu_value_unselect
{

}

.filter_menu_value_number
{
    margin:5px;
    font-style: italic;
}

/**********************************************
             PAGE RECHERCHE ARTICLE
 **********************************************/

.search_yoursearch
{
   font-weight:normal; 
}

.search_yoursearch span
{
    font-style: italic;
    font-weight: bold;
}


/**********************************************
             MOZAIQUE CATALOGUE STD
 **********************************************/
.cadre_moz
{
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    float: left;
    margin: 5px;
    text-align: center;
    width: 228px;
    height: 370px;
    position:relative;
}

.cadre_moz .fond_vignette_moz img
{
    margin: 10px 0;
    height: 200px;
    width: 200px;
    border-radius: 20px;
}

.titre_moz h2
{
    font-size: 14px;
    margin: 5px 0; 
}
.soustitre_moz
{

}

.etiquette-prix_moz
{
    background-color: #fff;
    border-radius: 5px;
    bottom: 30px;
    color: #003253;
    font-size: 25px;
    font-weight: bold;
    left: 10px;
    padding: 5px;
    position: absolute; 
}

.prix_moz
{
    
}

.prixbarre_moz
{
    
}
.prixentier_moz
{
   float: left; 
}
.prixcent_moz
{
   float: left;
   font-size: 15px;
}
.prixdevise_moz
{
    float: left;
}

.button-seedetail_moz
{
    
}

.button-addwishlist_moz
{
    background-color: #fff;
    border-radius: 5px;
    bottom: 3px;
    padding: 2px;
    position: absolute;
    right: 10px;
}

.moz_button_addwishlist_body
{
    cursor:pointer;
}

.button-addcard_moz
{
    bottom: 20px;
    position: absolute;
    right: 0;
}

.moz_button_addcard_body
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}

.moz_button_addcard_enabled
{
    background-color: #003253;
    color: #fff;
}

.moz_button_addcard_enabled:hover
{
    background-color: #2d668b;
    color: #fff;
}

.moz_button_addcard_disabled
{
    background-color: #aaa;
    color: #fff;
}

.moz_button_addcard_disabled:hover
{
    background-color: #aaa;
    color: #fff;
}

/**********************************************
             MOZAIQUE CATALOGUE SMALL
 **********************************************/

.cadre_moz_small
{
    background-color: #EEEEFF;
    border: 1px solid #EFEFEF;
    float: left;
    margin: 5px;
    text-align: center;
    width: 168px;
    height: 270px;
    position:relative;
}

.cadre_moz_small .fond_vignette_moz img
{
    margin: 10px 0;
    height: 155px;
    width: 155px;
}

.titre_moz_small h2
{
    font-size: 14px;
    margin: 5px 0; 
}
.soustitre_moz_small
{

}

.cadre_moz_small .etiquette-prix_moz
{
    float: left;
    height: 33px;
    left: auto;
    right: 20px;
    width: 80px;
}
.cadre_moz_small .etiquette-prix_moz div
{
    width:auto;
}

/**********************************************
                 FICHE ARTICLE
 **********************************************/

.article_viewer
{
    
}

.article_navigation
{
    float:left;
    margin: 5px 0;
    width: 100%;
}

.article_viewer_l1
{
    float: left;
}

.article_viewer_l2
{
    float:left;
    width:100%;    
}

.media_viewer
{
    float: left;
    width: 420px; 
}

.media_viewer_screen
{
    float: left;
    width: 420px; 
    height: 420px;
}

.media_viewer_list
{
    float:left;
    width: 720px;
}

.media_viewer_list ul
{
     float:left;
     list-style: none;
     padding:0;
     margin: 0;
}

.media_viewer_list ul li
{
     float:left;
}

.media_viewer_list ul li img
{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    width: 50px;
}

.article_viewer_panel
{
    float:left;
    width:300px;
}

.article_description .Ktabaddresses_volet_select
{
    
}

.article_price
{
    float:left;
    margin: 10px 0;
    width:100%;
}

.article_price_body
{
    background-color: #eee;
    border-radius: 5px;
    height: 35px;
    margin: auto;
    padding: 5px;
    width: 100px;
    text-align: center;
    position:relative;
}

.strike_price_article
{
    color: #003253;
    font-size: 1.2em;
    position: absolute;
    text-decoration: line-through;
    top: -2px;
}

.integer_part_price_article
{
    color: #003253;
    font-size: 2.5em;
    margin-right: 2px;
    font-weight: bold;
    display:inline;
}

.decimal_part_price_article
{
    font-size: 1.5em;
    color:#003253;
    font-weight: bold;
    display:inline;
}

.devise_article
{
    font-size: 1.5em;
    color:#003253;
    font-weight: bold;
    display:inline;
}

.article_button_addcard
{
    float:right;
}

.article_button_addcard_body
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.article_button_addcard_body:hover
{
    background-color: #2d668b;
}

.article_button_addcard_enabled
{
    background-color: #003253;
    color: #fff;
}

.article_button_addcard_disabled
{
    background-color: #AAA;
    color: #fff;
}

.article_button_addcard_disabled:hover
{
    background-color: #AAA;
    color: #fff;
}


.article_button_addwishlist
{
    float:right;
}

.article_button_addwishlist_body
{
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}

.article_quantity_select
{
    float: left;
    margin: 20px 0;
}

.article_associations
{
    
}

/**********************************************
              TABLE DE DECLINAISON
 **********************************************/

.article_declinaison
{
   float: left;
   width: 100%;     
}

.decli_key
{
   float: left;
   width: 100%;    
}

.decli_values
{
    float: left;
    width: 100%;    
}

.decli_values ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.decli_values ul li
{
    float:left;
    cursor: pointer;
}

.decli_value
{
    border:1px solid #000;
    margin:3px;
    padding:3px;
}

.decli_value:hover
{
    border:1px solid #2d668b;
    background-color: #2d668b;
    color:#FFF;    
}

.decli_value_enabled
{
    
}

.decli_value_disabled
{
    opacity:0.5;
}

.decli_value_selected
{
    border:1px solid #003253;
    background-color: #003253;
    color:#FFF;
}

.decli_value_unselected
{
    
}

/**********************************************
           POPIN ADD CART / ADD WISHLIST
 **********************************************/

.popin_addcart
{
    
}

.popin_addcart_content
{
    float: left;
    height: 300px;
    width:100%;
}

.popin_addcart_buttons
{
    left: 170px;
    position: relative;
    border-spacing: 10px;
    display: table;
    float: left;
}

.popin_addcart_continuebutton
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    font-size: 10px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}
.popin_addcart_continuebutton:hover
{
    background-color: #2d668b;    
}

.popin_addcart_orderbutton
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    font-size: 10px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 90px;
    height: 30px;
}
.popin_addcart_orderbutton:hover
{
    background-color: #2d668b;
}

.moz_article_infos
{
    font-size: 18px;
    font-weight: bold;   
}

.moz_article_colleft
{
    float:left;
    width:50%;
}

.moz_article_colright
{
    float:left;
    width:50%;    
}

.moz_article_declinaison
{
    float: left;
    position: relative;
}
.moz_article_price
{
    float: right;
    margin: 10px 11px;
}
.moz_article_quantity_select
{
    float: left;
    position: relative;
    top: 18px;
    left:50px;
    clear:both;
}

.moz_article_button_addcard
{
    float:right;  
}

.popin_standard_content .media_viewer
{
    width:320px;
    margin: 10px 0;
}

.popin_standard_content .media_viewer_screen
{
    width:320px;
    height:320px;
}

.popin_standard_content .media_viewer_screen img
{
    width:320px;
}

/**********************************************
                    WISHLIST
 **********************************************/

.mywishlist_detail
{
    position:relative;
}

.moz_article_button_addwishlist
{
    float: right;
    position: relative;
    top: 12px;
}

.wishlist_selectorlist
{
    background-color: #003253;
    color:#fff;
    border-radius: 10px;
    float: left;
    font-weight: bold;
    margin: 10px;
    position:relative;
}

.wishlist_selectorlist_button
{
    cursor: pointer;
    display: block;
    margin: 10px auto;
    position: relative;
    text-align: center;
    clear: both;
    
}

.wishlist_selectorlist_rename
{
    float: left;
    margin: 10px 0 10px 10px;
}

.wishlist_selectorlist_delete
{
    float: right;
    margin: 10px 10px 10px 0;
}

.wishlist_selectorlist_infos
{
    float: left;
    margin: 10px;
}

.wishlist_selectorlist_infos p
{
    margin:0;
}


.wishlist_selectorlist_createbutton
{
    background-color: #aaa;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;    
}

.wishlist_selectorlist_createbutton:hover
{
     background-color: #888;
}

.popin_addwishlist_continuebutton
{
    background-color: #003253;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 50px auto auto;
    padding: 10px;
    text-align: center;
    width: 150px;
}

.wishlist_editor .return_button
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 5px 0;
    padding: 5px;
    position: relative;
}
.wishlist_editor .return_button:hover
{
    background-color: #2d668b;
}

.wishlist_editor .header
{
    background-color: #eee;
    border-radius: 10px;
    clear: both;
    float: left;
    padding: 10px;
    width: 45%;
}

.wishlist_editor .article_list
{
    background-color: #eee;
    border-radius: 10px;
    float: right;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;
    width: 46%;   
}

/*Surcharge si contexte module*/
.module_mywishlist_detail .wishlist_editor .header
{
    margin: 10px 0;
    width: 97%;
}

.module_mywishlist_detail .wishlist_editor .article_list
{
    margin: 10px 0;
    width: 97%;
    overflow-y: inherit;
    max-height: inherit;
}

.wishlist_infos_article
{
    background-color: #fff;
    border-radius: 10px;
    float: left;
    margin: 5px 0;
    padding: 5px;
    position: relative;
    width: 98%;
}

.wishlist_infos_article .selector
{
    width: auto;
}

.wishlist_infos_article .delete
{
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.wishlist_infos_article .media 
{
    float: left;
    margin-right: 5px;
}

.wishlist_infos_article .media img
{
    height: 70px;
}

.wishlist_infos_article .infos
{
    float: left;
    width: 60%;
}

.wishlist_infos_article .infos .title
{
    float: left;
    font-weight: bold;
}

.wishlist_infos_article .infos .subtitle
{
    clear: both;
    float: left;  
}

.wishlist_infos_article .infos .declinaison
{
    clear: both;
    float: left;  
}
.wishlist_infos_article .infos .declinaison .declinaison_line
{
    clear: both;
    float: left;  
}
.wishlist_infos_article .infos .declinaison .declinaison_line .c1
{
    display:none;
}
.wishlist_infos_article .infos .declinaison .declinaison_line .c2
{

}

.wishlist_infos_article .infos .quantity
{
    bottom: 4px;
    position: absolute;
    right: 4px;
}

.wishlist_editor .button_modify
{
    clear:both;
    position:relative;
}

.wishlist_select_all_button
{
    float:left;
}

.wishlist_add_all_button
{
    float:right;
}

/**********************************************
                    CARTBOX
 **********************************************/

#cartbox
{
    position: absolute;
    right: 350px;
    top: 10px;   
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.cartbox_body
{
    
}

.cartbox_number
{
    float: left;
}

.cartbox_reset
{
    display: inline;
    margin-left: 10px;
}

.cartbox_linktoorder
{
    
}

.cartbox_linktopreview
{
    text-align: center; 
    margin: 10px 0 0;
}

#cartbox_preview
{
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 75px;
    width: 250px;
    z-index: 100;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.cartbox_preview_body
{
    
}
.cartbox_preview_loading
{
    margin: 20px 0;
    text-align: center;    
}

.cartbox_preview_articleslist
{
    float: left;
}

.cartbox_preview_articlesline
{
    position:relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    height: 90px;
}

.cartbox_preview_articlesline_img
{    
    float: left;
    position: relative;
    width: 80px;
}

.cartbox_preview_articlesline_img img
{
    width:100%;
}

.cartbox_preview_articlesline_label
{
    float: left;
    padding: 0px 5px;
    position: relative;
    width: 100px;
}

.cartbox_preview_articlesline_label_title
{
    font-weight: bold;
}

.cartbox_preview_articlesline_label_declinaison_key
{
    display:none;
    float:left;
}

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

.cartbox_preview_articlesline_label_declinaison_separator::after
{
    content: " - ";
}

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

.cartbox_preview_articlesline_quantity
{
    background-color: #888;
    border-radius: 5px;
    color: #fff;
    float: left;
    padding: 3px;
    position: relative;
    text-align: center;
    top: 25px;
    width: 15px;
}

.cartbox_preview_articlesline_quantity_decrease
{
    cursor: pointer;
    float: left;
    position: relative;
    top: 28px;
    width: 10px;
    margin:2px;   
}

.cartbox_preview_articlesline_quantity_increase
{
    cursor: pointer;
    float: left;
    position: relative;
    top: 28px;
    width: 10px;
    margin:2px; 
}

.cartbox_preview_articlesline_quantity_decrease img
{
    width:100%;
}

.cartbox_preview_articlesline_quantity_increase img
{
    width:100%;
}

.cartbox_preview_articlesline_del
{
    float: left;
    position: relative;
    width: 10px;
    top:30px;
}

.cartbox_preview_articlesline_del img
{
    width:100%;
}

.cartbox_preview_estimated_total
{
    float: left;
    font-size: 16px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;    
}

.cartbox_preview_estimated_total span
{
    font-weight: bold;
}

.cartbox_preview_addtoorderbutton a
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #003253;
    color: #fff;
    float:left;
    width: 210px;
}

.cartbox_preview_addtoorderbutton a:hover
{
    background-color: #2d668b;
    color: #fff; 
    text-decoration: none;
}

/**********************************************
            MON COMPTE / MES ADRESSES
 **********************************************/

/**
 * Normalisation des adresses via popin
 */
.normalize_listadresse
{
    max-height:500px;
    overflow-y: scroll;   
}
.normalize_listadresse h2
{
    font-size: 20px;
    text-align: center;
}

.normalize_listadresse_adresse
{
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    padding: 10px;
}
.normalize_listadresse_adresse:hover
{
    background-color: #969696;
    color:#FFF;
}

/**
* Template d'adresse
*/

#myaddresses_liv, #myaddresses_fac
{

}

.div_address 
{
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    width: 310px;
    height: 150px;
    border: 1px solid #ccc;
    float:left;
}

.div_address .title_address {
    font-size: 14px;
    margin-bottom: 5px;
}
.div_address .address_city 
{
    font-size: 11px;
    margin-bottom: 5px;
}

.address_buttons
{
    bottom: 10px;
    position: absolute;
}

.myaddresses_add_address
{
    clear:both;
}

/**
 * Menu Mon compte
 */
.menu_myaccount .menu_onglet_link_1
{
    background:none;
    background-color: #ccc;
    color:#000;
    padding: 5px;
    margin-right: 2px;
    display:block;
    text-align: center;
    width: 125px;
    border-radius:5px;
}
.menu_myaccount .menu_onglet_link_1:hover
{
    color:#000;
}

/**
 * Menu secondaire eshop
 */



.menu_secondaire_onglet_1 
{
    background-color: #003253;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 1px;
}

.menu_secondaire_onglet_1 a
{
    color:#FFF;
}
.menu_secondaire_onglet_1 a:hover
{
    color:#FFF;
    text-decoration: none;
}

.menu_secondaire_volet
{
    margin: 10px 0;
}

/**********************************************
                  MES AVOIRS
 **********************************************/

.eshop_avoirs
{
    background-color: #003253;
    background-image:url('../images/caddie_white.png');
    background-repeat: no-repeat;
    background-position: 75px center;
    color: #fff;
    float:left;
    margin:5px;
    padding:10px;
    border-radius:10px;
    width: 110px;
    height: 50px;
}

.eshop_avoirs_number
{
    font-size: 12px;
}

.eshop_avoirs_number:before
{
    content:'#';
}

.eshop_avoirs_amount
{
    font-weight: bold;
    font-size:15px;
}

/**********************************************
                  MES COMMANDES
 **********************************************/

.orderlist
{
    position: relative;
    padding:5px;
    background-color: #003253;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 0;
    clear: both;
}

.orderlist:hover
{
    background-color: #2d668b;
}

.orderlist_table
{
    width: 80%;   
}
.orderlist_table:hover
{
   font-weight: bold;
}

.orderlist_table .number
{
    text-align: left;
    width: 50px; 
}

.orderlist_table .number:before
{
    content:'#';
}

.orderlist_table .date
{
   width: 30%;  
}

.orderlist_table .date span
{
    margin: 0 2px;
}

.orderlist_table .amount
{
   width: 20%;
   text-align: center;
}

.orderlist_table .name
{
   width: 35%; 
   text-align: center;
}

.orderlist_table .statut
{
    text-align: right;    
}

.orderlist_orderdetail
{
    display:none;
    clear:both;
}

.order_return_button
{
    background-color: #eee;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top:6px;
    right:6px;
    text-align: center;
    width: 10%;
}

.order_return_button:hover
{
    font-weight: bold;
}

/*
-------------------------------------------------
               Popin des retours
-------------------------------------------------
*/

.quantity_return
{
    text-align: center;    
}

.quantity_already_return
{
    text-align: center;
}

.select_quantity_to_return
{
    text-align: center;
}

.return_table_article
{
    max-height: 400px;
    overflow-y: scroll;
    width: 590px;
}

.return_free_text textarea
{
    height: 80px;
    width: 97%;    
}


/*
-------------------------------------------------
                Ktab / Myadresses
-------------------------------------------------
*/

.Ktabaddresses
{

}
.Ktabaddresses_onglets
{
    clear: both;
    float: left;
    position: relative;
    z-index: 100;
    height: auto;
}
.Ktabaddresses_onglet_select
{
    position:relative;
    float:left;
    padding:5px;
    cursor:pointer;
    width:150px;
    height: 13px;
    text-align:center;
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color:#FFF;
}

.Ktabaddresses_onglet_unselect
{
    position:relative;
    float:left;
    border: 0px solid #CCCCCC;
    background-color:#999999;
    padding:5px;
    cursor:pointer;
    width:150px;
    text-align:center;
    -webkit-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px; 
}
.Ktabaddresses_volets
{
    position:relative;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 15px 15px;
    clear: both;
    top:-2px;
    width: 100%;
    background-color: #FFFFFF;
    float:left;
}
.Ktabaddresses_volet_select
{
    min-width: 500px;
    padding: 7px;
    position: relative;
    float:left;
}
.Ktabaddresses_volet_unselect
{
    display:none;
}

/**********************************************
            MODULE DETAIL COMMANDE 
 **********************************************/

.detailorder
{
    
}

.detailorder_header
{
    
}

.detailorder_header_id_order
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

.detailorder_header_id_order .c1
{
    
}

.detailorder_header_id_order .c1:after 
{
    content:" : ";
}


.detailorder_header_id_order .c2
{
    
}

.detailorder_table
{
    clear: both;
    width: 100%;
    border-collapse: collapse;
}

.detailorder_table th
{
    padding: 10px 0;
}

.detailorder_table tr
{
    border-bottom: 1px solid #EEE;
}

.detailorder_table .detailorder_title
{
    font-weight: bold;
}

.detailorder_table td ul
{
    list-style: none;
    margin:0;
    padding:0;
}

.detailorder_table .info_declinaison .c1
{
    display:none;
}

.detailorder_unit_price_ttc, .detailorder_quantity, .detailorder_total_price_ttc
{
    text-align: center;
}

.detailorder_table .price_strike
{
    text-decoration: line-through;
}

.detailorder_media img
{
    width:110px;
}

.detailorder_quantity_input
{
    width:20px;
}

.detailorder .addresses
{
   float:left;
   width: 50%;
}

.detailorder .valorisation
{
   float:right;
   width: 50%;
}

.detailorder .select_avoir
{
    background-color: #eee;
    border-radius: 5px;
    float: right;
    line-height: 25px;
    padding: 5px;
    clear:both;
}

.detailorder .list_intent_payment
{
    background-color: #eee;
    border-radius: 5px;
    float: right;
    line-height: 25px;
    margin: 5px 0;
    padding: 5px;
    width: 250px;
    text-align: right;
    clear:both;
}

.detailorder .list_intent_payment .total_avoir
{
    display:none;
}

.detailorder .list_intent_payment h3
{
    margin:0;
}

.detailorder .intent_payment
{
    
}

.detailorder .intent_payment img
{
    height: 10px;
    margin: 0 5px;
    width: 10px;    
}

.detailorder .list_intent_payment .total_avoir .c2
{
    margin: 0 0 0 10px;    
}

.detailorder .list_intent_payment .lefttopay .c2
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 0 10px;
}

.detailorder_footer
{
    display: block;
    float: right;
    font-size: 15px;
    margin: 10px 0;
}

.detailorder_footer .c1
{
    display:table-cell;
    padding:5px;
}

.detailorder_footer .c2
{
    display:table-cell;
    padding:5px;
    text-align: right;
    color:#003253;
}

.total_hfdp_ttc
{
    display: table-row;    
}

.fdp_ttc
{
    display: table-row;
}

.total_ttc
{
    display: table-row;
}

.total_ttc .c2
{
    font-weight: bold;
    color:#FFF;
    background-color:#003253;
    border-radius: 5px;
    padding:5px;
}

.promotion
{
    background-color: #eee;
    border-radius: 5px;
    float: right;
    line-height: 25px;
    margin: 5px 0;
    padding: 5px; 
}

.error_codepromo
{
    color:#FF0000;
}

.label_codepromo
{
    
}

.edit_codepromo #codepromo
{
   width:100px; 
}

.edit_codepromo .c1,.edit_codepromo .c2,.edit_codepromo .c3
{
    float:left;
    margin:0 2px;
}

.label_codepromo .c1,.label_codepromo .c2,.label_codepromo .c3
{
    float:left;
    margin:0 2px;
}

.label_codepromo .c2
{
    font-weight: bold;
}

.label_codepromo .c3
{
    font-style: italic;
}
.label_codepromo .c3:before
{
    content:"(";
}
.label_codepromo .c3:after
{
    content:")";
}

.detailorder_payments
{
    clear:both;
    float:right;
}

.detailorder_payment
{
    
}

.detailorder_payments_list
{
    
}

.label_payment
{
    float: left;
    margin: 0 5px;
}

.amount_payment
{
    float: right;
    margin: 0 5px;
}

.detailorder_payments_lefttopay
{
    clear: both;
    float: right;
    font-size: 15px;
    margin: 10px 0;
}

.detailorder_payments_lefttopay .c1
{
    display: table-cell;
    padding: 5px;
    font-weight: bold;
}

.detailorder_payments_lefttopay .c2
{
    background-color: #003253;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px;   
    display: table-cell;
    text-align: right;
}


.detailorder_shipping
{
    background-color: #eee;
    border-radius: 10px;
    float: left;
    margin: 5px;
    padding: 10px; 
    width:40%;
}

.detailorder_facturation
{
    background-color: #eee;
    border-radius: 10px;
    float: left;
    margin: 5px;
    padding: 10px;
    width:40%;
}

//---LIGHT----
.detailorder_light .detailorder_img
{
    width:60px;
}

.detailorder_light .detailorder_img
{
    width: 60px;
}

.detailorder_light .detailorder_header
{
    display:none;    
}

.detailorder_light .detailorder_table th
{
    display:none;    
}

.detailorder_light .detailorder_unit_price_ttc
{
    display:none;
}

.detailorder_light .detailorder_delete
{
    display:none;
}

/**********************************************
              TUNNEL DE COMMANDE
 **********************************************/

.shipping_country
{
    float:left;
    width: 100%;
}

.shipping_country h2
{
    float:left;
}

.select_shipping_country
{
    float:left;
    margin: 9px;
}

.order_bottom_links
{
    float:left;
    width:100%;
    clear:both;
    margin:20px 0;
}

.order_bottom_links a
{
    float:right;
    background-color: #003253;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px;
    padding: 5px;
}
.order_bottom_links a:hover
{
    background-color: #2d668b;
    color: #fff;
    text-decoration: none;
}

.payment_box
{
    background-color: #eee;
     border:1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    margin: 5px 0;
}
.payment_box > input[type="radio"]
{
    display:none;
}

.payment_box_selected
{
    background-color: #fff;
    border:1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.payment_box h3
{
    left: 30px;
    margin: 5px;
    position: relative;
}

.form
{
    
}

.form_show
{
    display:block;
}

.form_hide
{
    display:none;
}

.select_exp div
{
    float:left;
}

.validorderbutton .check_cgv 
{
    float: right;
}

.validorderbutton .check_cgv .css-label-checkbox
{
    font-size:12px !important;
}

.valid_order_button
{
    clear: both;
    float: right;
    margin: 10px 0;
}

.valid_order_button input
{
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    text-transform: uppercase;
    background-color:#003253;
    color:#FFF;
    font-weight: bold;
    
}
.valid_order_button input:hover
{
    background-color:#2d668b;
}

.virtualmerchant_error
{
    color:#ff0000;
    font-weight: bold;
    font-size: 15px;
}