/********************************
              GENERAL
********************************/
.no-margin
{
    margin: 0 !important;
}

.no-padding
{
    padding: 0 !important;
}

.text-bold
{
    font-weight: bold;
}

a,
a:focus,
a:hover
{
    color: #000;
}

/********************************
             MMENU
********************************/
.mm-slideout
{
    z-index: auto;
}

/********************************
        CHECKBOX / RADIO
********************************/
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('../images/csscheckbox.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:28px;
    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;
}
.radio label, .checkbox label {
    min-height: 16px;
}

label.css-label-checkbox
{
    background-image:url('../images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-success
{
    height: 26px;
    line-height: 26px;
    display: none;
}

.bloc-optin{
    font-size:12px;
}

.bloc-optin input[type=checkbox].css-checkbox + label.css-label-checkbox
{
    padding-left:28px;
    height:12px;
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:22px;
    vertical-align:middle;
    cursor:pointer;
}

.bloc-optin label.css-label-checkbox
{
    background-image:url('../images/csscheckbox_mini.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bloc-optin input[type=checkbox].css-checkbox:checked + label.css-label-checkbox
{
    background-position: 0 -11px;
}

.bloc-optin .radio label, .checkbox label {
    min-height: 12px;
}

/********************************
             ALERT
********************************/
#popup_container
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../images/title.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content
{
    background: 16px 16px no-repeat url(../images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert
{
    background-image: url(../images/info.gif);
}

#popup_content.confirm
{
    background-image: url(../images/important.gif);
}

#popup_content.prompt
{
    background-image: url(../images/help.gif);
}

#popup_message
{
    padding-left: 48px;
}

#popup_panel
{
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt
{
    margin: .5em 0em;
}

/********************************
            LOADING
********************************/
.loading
{
    background-image: url("/templates/bootstrap/images/pixel_semitransparent.png");
    background-repeat: repeat;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.loading_center
{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    top: 30%;
    width: 300px;
}

.loading_loaderimg
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 220px;
}

.popin_loaderimg
{
    position: relative;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
}

/*
-------------------------------------------------
COOKIES INFORMATIONS
-------------------------------------------------
*/
.popin.popin-cookies
{
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    text-align: justify;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    background-color: #000;
    color:#fff;
    font-size: 11px;
    text-align: justify;
    width: 320px;
    border: 0px solid #ddd;
}

.popin.popin-cookies .message a,
.popin.popin-cookies .message a:hover,
.popin.popin-cookies .message a:active
{
    color: #fff;
    text-decoration: underline;
}

.popin.popin-cookies .close
{
    opacity:0.8;
}

.popin.popin-cookies .close .glyphicon 
{
    padding-left: 10px;
    color:#fff;    
}

/********************************
            PAGE 404
********************************/
.page-404
{
    text-align: center;
}

.page-404 img
{
    height: 100%;
    max-width: 600px;
    width: 100%;
}

.page-404 a,
.page-404 a:focus
{
    text-decoration: none;
    color: inherit;
}

/********************************
              LOGO
********************************/
.logo
{
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.logo.logo-editpage
{
    background-image: url("../images/edit-document.png");
    opacity: 0.5;
    position: fixed;
    right: 2px;
    top: 2px;
    z-index: 1000;
}

#logo_social
{
    z-index: 101;
}

/********************************
             BUTTONS
********************************/
.btn.btn-account
{
    background-color: #181519;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn.btn-modify
{
    margin-bottom: 5px;
}

.btn.btn-address.btn-modify
{
    background-color: #b7ada4;
    color: #fff;
    cursor: pointer;
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-align: left;
}

.btn.btn-address.btn-delete
{
    background-color: #fff;
    border: 1px solid #b7ada4;
    color: #000;
    font-size: 13px;
    text-align: left;
}

.btn.btn-account.btn-add
{
    background-color: #181519;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
}

/*****************************
            INPUTS
******************************/
#gender.form-control,
.select-account.form-control,
#account_country.form-control,
#account_state.form-control,
.select-frago.form-control,
#birth_country.form-control
{
    color: #000;
    margin-bottom: 5px;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    border: 1px solid #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    background-color: #fff;
    background-image: url('../images/arrow_aap.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 10px;
}


select.form-control::-ms-expand,
select.form-control::-ms-expand
{
    display: none;
}

.label-birthday
{
    font-size: 11px;
    font-weight: normal;
}


/********************************
              LIENS
********************************/
.link, .link:hover, .link:focus
{
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial,Times New Roman,Times,serif;
    font-size: 12px;
}

.link.link-login
{
}

.link.link-wishlist
{
}

.link.link-myaccount
{
}

/********************************
        INPUT PLACEHOLDER
********************************/
.autosearch.form-control::-webkit-input-placeholder
{
    color: #fff;
}
.autosearch.form-control:-moz-placeholder
{
    color: #fff;
    opacity: 1;
}
.autosearch.form-control::-moz-placeholder
{
    color: #fff;
    opacity: 1;
}
.autosearch.form-control:-ms-input-placeholder
{
    color: #fff;
}

@media screen and (max-width: 359px)
{
    .input-account.form-control::-webkit-input-placeholder
    {
        font-size: 8px;
    }
    .input-account.form-control:-moz-placeholder
    {
        font-size: 8px;
    }
    .input-account.form-control::-moz-placeholder
    {
        font-size: 8px;
    }
    .input-account.form-control:-ms-input-placeholder
    {
        font-size: 8px;
    }
}

/*********************************
           INPUT FOCUS
*********************************/
.form-control:focus
{
    border-color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(190, 183, 173, 0.6);
    outline: 0 none;
}

/*********************************
          MENU BOOTSTRAP
*********************************/
.menu-wrapper::after,
.menu.menu-eshop ul.dropdown-menu::after
{
    bottom: 0;
    box-shadow: 0 10px 10px -8px #888;
    content: " ";
    height: 20px;
    left: 0;
    margin: 0 auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 199;
}

.menu.menu-eshop li.dropdown
{
    position: static;
    
}

.menu.menu-eshop .fam_01 p
{
    font-family: georgia;
    font-size: 20px;
    margin: 5px 0;
}

.menu.menu-eshop .fam_02 p
{
    color: #1a171b;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0;
}

.menu.menu-eshop .fam_03 a
{
    color: #b7ada4;
    font-family: Arial,sans-serif;
    font-size: 11px;
}

.menu.menu-eshop .fam_02 + .list-unstyled
{
    line-height: 1;
}

.menu.menu-eshop ul.dropdown-menu
{
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    padding: 30px 10px;
    right: 0;
    top: 50px;
}

.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li > a:hover,
.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li > a:focus,
.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li.open > a,
.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li.active > a,
.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li.active > a:hover,
.menu.menu-eshop .menu-container.navbar-default .navbar-nav > li.active > a:focus
{
    background-color: transparent;
    color: inherit;
}

.menu.menu-eshop li a:first-child img
{
    border-left: 2px dotted #000;
}

.menu.menu-eshop .navbar-brand
{
    display: none;
}

.menu.menu-eshop .navbar-nav
{
    width: 100%;
    max-width: 1000px;
    float: none;
    display: table !important;
    height: 50px;
}

.menu.menu-eshop .navbar-nav li.dropdown
{
    display: table-cell;
    float: none;
    height: 20px;
    margin: 15px 0;
    vertical-align: middle;
}

.menu.menu-eshop .navbar-nav li.dropdown:first-child a.dropdown-toggle
{
    text-align: left;
}

.menu.menu-eshop .navbar-nav li.dropdown:last-child a.dropdown-toggle
{
    text-align: right;
}

.menu.menu-eshop .navbar-nav li.dropdown a.dropdown-toggle
{
    border-radius: 0;
    color: #1a171b;
    cursor: default;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.menu.menu-eshop .navbar-nav li + li
{
    background-image: url("../images/barre.png");
    background-position: -4px center;
    background-repeat: no-repeat;
}

.menu.menu-eshop .navbar-nav li .caret
{
    display: none;
}

.menu.menu-eshop .fam_01
{
    width: 100%;
}

.menu.menu-eshop .menu-navigation,
.menu.menu-eshop .menu-htmlcontent
{
    display: inline-block;
    vertical-align: top;
}

.menu.menu-eshop .menu-htmlcontent
{
    float: right;
}

.menu.menu-eshop .side-by-side
{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/********************************
             SEARCH
********************************/
.autosearch,
.mm-menu .mm-search input.autosearch,
.mm-menu.mm-theme-white .mm-search input.autosearch
{
    background-color: #a7a095;
    border: 1px solid #beb7ad;
    border-radius: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    max-height: 40px;
}

.autosearch.form-control:focus,
.mm-menu .mm-search input.autosearch.form-control:focus,
.mm-menu.mm-theme-white .mm-search input.autosearch.form-control:focus
{
    box-shadow: none;
    border: 1px solid #beb7ad;
}

.autosearch
{
    height: 30px;
}

.mm-menu .mm-search input.autosearch,
.mm-menu.mm-theme-white .mm-search input.autosearch
{
    height: 40px;
}

.glyphicon.glyphicon-fragosearch
{
    height: 30px;
}

.mm-search .glyphicon.glyphicon-fragosearch
{
    height: 40px;
}

.glyphicon.glyphicon-fragosearch
{
    background-image: url("../images/search_icon.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;
}

/*******************************
             LOGIN
*******************************/
.btn.btn-connect
{
    background-color: #1a171b;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn.btn-forgotten-password
{
    background-color: #b7ada4;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn.btn-createaccount
{
    background-color: #1a171b;
    border-radius: 0;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.btn.btn-returnlogin
{
    background-color: #b7ada4;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

.container-login,
.container_form_create
{
    background: #efedeb none repeat scroll 0 0;
    min-height: 190px;
    padding: 10px 0;
}

.container-identification
{
    background: #efedeb none repeat scroll 0 0;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body .container-identification
{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form.form-login
{
    padding: 40px 0;
}

.login-title
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 13px;
    color: #000000;
    font-family: Arial,Times New Roman,Times,serif;
}

.message-login
{
    color: #ff0000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.container-loginadmin
{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    .container-login,
    .container_form_create
    {
        min-height: 234px;
    }
}

@media screen and (max-width: 767px)
{
    .container-login,
    .container_form_create
    {
        min-height: 110px;
    }
}

/*******************************
       CREATION DE COMPTE
********************************/
.form.form-alreadyclient
{
    background: #efedeb none repeat scroll 0 0;
    padding: 10px 0;
}

.form-user
{
    background: #efedeb none repeat scroll 0 0;
}

.form-user select.form-control
{
    color: #000;
    margin-bottom: 5px;
    border: 1px solid #999999;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
}

.title-alreadyclient,
.title-createacount
{
    color: #000;
    font-size: 18px;
}

.subtitle-createacount
{
    color: #000;
    font-size: 14px;
    margin-bottom: 40px;
}

.btn.btn-alreadyclient
{
    background-color: #1a171b;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    text-transform: uppercase;
}

.form.form-login + .contextcreateaccount .form.form-create,
.back-to-login
{
    display: none;
}

.form.form-login + .contextcreateaccount .back-to-login
{
    display: block;
}

/********************************
        FORGOTTEN PASSWORD
********************************/
#forgottenpassword_module
{
    margin-top: 20px;
    margin-bottom: 20px;
}

/********************************
            HEADER
********************************/

.header-search
{
    position: absolute;
    top: 25%;
}

.header-search .form-autosearch
{
    max-width: 256px;
    margin: 0 auto;
}

.header-lang,
.header-country
{
    color: #fff;
    font-size: 12px;
}

.header-lang label,
.header-country label
{
    line-height: 30px;
    white-space: nowrap;
}

.header-lang select,
.header-country select
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    background-color: #a7a095;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    height: 30px;
    text-indent: 1px;
    text-overflow: "";
}

.header-lang select:focus,
.header-country select:focus
{
    box-shadow: none;
    border: 0;
}

.header-lang select option,
.header-country select option
{
    background-color: #fff;
    color: #000;
}

.header-lang select::-ms-expand,
.header-country select::-ms-expand
{
    display: none;
}

.header-login-cartbox
{
    line-height: 60px;
    white-space: nowrap;
    font-size: 12px;
}

.header-login-cartbox li
{
    margin: 0;
    padding: 0;
}

.header .pipe
{
    color: #fff;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 992px)
{
    .header-lang select,
    .header-country select
    {
	background-image: url('../images/select-header.png');
	background-repeat: no-repeat;
	background-position: right center;
    }
}

@media screen and (max-width: 991px)
{
    .header-lang select,
    .header-country select
    {
        background-color: transparent;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-lang select.form-control:focus,
    .header-country select.form-control:focus
    {
        border-color: transparent;
        box-shadow: none;
    }
    
    .header-lang-container,
    .header-lang
    {
        padding-right: 0;
    }
    
    .header-country-container,
    .header-country
    {
        padding-left: 0;
    }
    
    .header-select
    {
        padding: 0 0 0 10px;
    }
    
    .mm-body
    {
        bottom: 12px;
        left: 0;
        position: absolute;
        right: 0;
        top: 8px;
        pointer-events: none;
    }
    
    .mm-logo
    {
        padding: 10px 0;
        text-align: center;
    }
    
    .mm-logo a,
    .mm-links a
    {
        pointer-events: auto;
    }
    
    .mm-logo img
    {
        max-height: 50px;
    }
    
    .mm-links
    {
        bottom: 12px;
        position: absolute;
        right: 15px;
        text-align: right;
        top: 14px;
    }
    
    .mm-links a
    {
        padding: 0 4px;
    }
    
    .mm-links a:last-child img
    {
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 479px)
{
    .mm-logo img
    {
        margin-top: 6px;
        max-height: 34px;
        padding-right: 64px;
    }
    
    .mm-links
    {
        right: 4px;
        top: 10px;
    }
    
    .mm-links a
    {
        padding: 0 4px;
    }
}

/********************************
            FOOTER
********************************/
.footer-body img
{
    width: 26px;
    height: 26px;
}

.row.row-links ul
{
    display: table;
    width: 100%;
    padding: 4px 0;
}

.row.row-links ul > li
{
    display: table-cell;
    text-align: right;
}

.row.row-links ul > li a
{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 991px)
{
    .footer-body img
    {
        padding-bottom: 15px;
        width: auto;
        height: 100%;
    }
    
    .row.row-links ul > li
    {
        display: inline-block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
}

/********************************
            ARROWS
********************************/
#arrowTop
{
    background-image: url("../images/arrowTop.png");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    top: 0;
    z-index: 999;
}

#arrowBottom
{
    background-image: url("../images/arrowBottom.png");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    bottom: 0;
    z-index: 999;
}

/********************************
        HIDDEN ELEMENT
********************************/
.familycontent img
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/********************************
        HIDDEN ELEMENT
********************************/
#select_devise_module,
#kcmslang,
#kcmssite,
.cartbox_reset a img,
.popin_standard
{
    display: none;
}


/*
-------------------------------------------------
POPIN
-------------------------------------------------
*/

.popin_standard
{
    background-image:url("../images/pixel_semitransparent.png");
    background-repeat:repeat;
    bottom:0;
    height:100%;
    left:0;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:2000;
    display:none;
}

.popin_standard .popintitle{
	text-align: center;
    vertical-align: middle;
}   
.popin_standard_center
{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    top:50px;
    width:600px;
}

.popin_standard_close
{
    position:absolute;
    top:5px;
    right:5px;
    width:20px;
    height:20px;
    z-index:10;
    cursor:pointer;
}

.popin_standard_content
{
    float:left;
    height:auto;
    width:600px;
    padding:25px 10px 10px;
    position:relative;
    background-color:#FFFFFF;
    border-radius: 15px;
    min-height:200px;
}

.popin_loaderimg
{
    position:relative;
    width:32px;
    margin-left:auto;
    margin-right:auto;
    top:80px;

}

#popin_standard_draghandle
{
    background-color: #eee;
    border-radius: 10px 10px 0 0;
    cursor: move;
    height: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;    
}

.popin_standard .invoice_btn_popin.black_button  {
	background-color: #000;
    color: #fff;
    text-align: center;
    width: 35px;
    border-radius: 3px; 
    height: 25px;
    vertical-align: middle;
    margin-top: 15px;
    padding: 3px;
	cursor:pointer;
}
/*
-------------------------------------------------
		Loading
-------------------------------------------------
*/

.loading
{
    background-image:url("../images/pixel_semitransparent.png");
    background-repeat:repeat;
    bottom:0;
    height:100%;
    left:0;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:100000;
    display:none;
}

.loading_center
{	
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    top: 30%;
    width: 300px;
}

.loading_loaderimg
{
    position:relative;
    width:220px;
    margin-left:auto;
    margin-right:auto;
}


/********************************
            MODAL
********************************/
.modal-header
{
    padding: 0 0 10px;
    background-color: #fff;
}

.modal-header .close
{
    color: #1a171b;
    padding: 10px 10px 0 0;
}

/********************************
             INPUT
********************************/
.input.input-form
{
    border: medium none;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 28px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
}

.input.input-form.input-error
{
    border: 1px solid #f00;
}

select.form-control.input-error
{
    border: 1px solid #f00 !important;
}

.input-account.form-control
{
    border: 0 none;
    border-radius: 0;
    font-size: 11px;
    height: 28px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
    color: #000;
}

.input-account.form-control.input-error
{
    border: 1px solid #f00;
}

.input.input-forgottenpassword
{
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 30px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
}

.input.input-frago
{
    border: medium none;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 28px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
}

.input.input-textarea
{
    border: medium none;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 70px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
    resize: none;
}

/********************************
          MODAL LOGIN
********************************/
.modal.modal-frago .modal-content
{
    background-color: #efedeb;
    border: medium none;
    border-radius: 0;
    min-height: 200px;
}

.input.input-login
{
    border: medium none;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 28px;
    margin-bottom: 5px;
    padding: 0 0 0 10px;
}

.input.input-login.form-control[disabled],
.input.input-login.form-control[readonly]
{
    background-color: #ccc;
}

.btn.btn-login
{
    background-color: #181519;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 9px;
    padding-right: 76px;
    padding-top: 8px;
    text-transform: uppercase;
}

.btn.btn-login.btn-confirm
{
    padding-right: 12px;
}

.link.link-forgottenpwd,
.link.link-createaccount
{
    color: #1a171b;
    text-decoration: none;
    font-family: Arial,Times New Roman,Times,serif;
    font-size: 12px;
    text-transform: none;
}

.link.link-forgotten-password
{
    color: #1a171b;
    text-decoration: none;
    font-family: Arial,Times New Roman,Times,serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.modal-header.modal-login-header
{
    padding: 0 0 10px;
    background-color: #fff;
}

.modal-header.modal-login-header .close
{
    color: #1a171b;
    padding: 10px 10px 0 0;
}

.forgottenpassword_ko
{
    color: #ff0000;
    font-size: 14px;
}

.myaccount_error
{
    color: #ff0000;
    font-size: 12px;
}

.forgottenpassword_ok
{
    color: #00CC00;
    font-size: 14px;
}

.myaccount_success
{
    color: #00CC00;
    font-size: 12px;
}

/********************************
          MODAL ADDCART
********************************/
.btn.btn-continue
{
    background-color: #1a171b;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 52px;
    margin: 10px 0;
    padding: 8px;
    text-transform: uppercase;
    white-space: normal;
}

.btn.btn-order
{
    background-color: #1a171b;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 52px;
    margin: 10px 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

/********************************
        FORGOTTEN PASSWORD
********************************/
.btn.btn-black
{
    background-color: #000;
}

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

.detailorder-title
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.table.detailorder-table
{
    background-color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}

.table.detailorder-table th
{
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 0;
}

.table.detailorder-table td
{
    border-top: 0;
    font-size: 12px;
}

.title-detailorder
{
    margin: 0;
    padding: 20px 0;
}

.detailorder.detailorder_step02 > div > div > .title-detailorder
{
    padding: 0 0 10px 0;
}

.detailorder-details
{
    background-color: #fff;
}

.detailorder-ss-total,
.detailorder-fdp,
.detailorder-total,
.detailorder-promotion,
.detailorder-payments,
.detailorder-lefttopay
{
    font-size: 12px;
}

.detailorder-ss-total .c1,
.detailorder-ss-total .c2,
.detailorder-fdp .c1,
.detailorder-fdp .c2,
.detailorder-total .c1,
.detailorder-total .c2
{
    display: inline-block;
}

.detailorder-ss-total .c2,
.detailorder-fdp .c2,
.detailorder-total .c2
{
    float: right;
}

@media screen and (max-width: 767px)
{
    .table-responsive > .table.detailorder-table > thead > tr > th,
    .table-responsive > .table.detailorder-table > tbody > tr > th,
    .table-responsive > .table.detailorder-table > tfoot > tr > th,
    .table-responsive > .table.detailorder-table > thead > tr > td,
    .table-responsive > .table.detailorder-table > tbody > tr > td,
    .table-responsive > .table.detailorder-table > tfoot > tr > td
    {
        white-space: normal;
    }
    .table-responsive > .table.detailorder-table > tbody > tr > td.detailorder_total_price_ttc
    {
        white-space: nowrap;
    }
    .table.detailorder-table > thead > tr > th,
    .table.detailorder-table > tbody > tr > th,
    .table.detailorder-table > tfoot > tr > th,
    .table.detailorder-table > thead > tr > td,
    .table.detailorder-table > tbody > tr > td,
    .table.detailorder-table > tfoot > tr > td
    {
        padding: 8px 4px;
    }
    .detailorder_quantity .change_quantity_selector.form-control
    {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        min-width: 40px;
        padding: 6px 0;
        text-align: center;
        width: 100%;
    }
    .detailorder.detailorder_step02 > div > div > .title-detailorder
    {
        padding: 20px 0;
    }
}

/********************************
          MEDIA QUERIES
********************************/
@media screen and (max-width: 992px)
{
    /****************************
                FOOTER
    ****************************/
    .footer-link
    {
        float: none;
    }
    
    .footer-body .zone_c > div, .footer-body .zone_c > ul
    {
        display: block;
        text-align: center;
        position: relative;
        width: 100%;
    }
    
    .footer-body .zone_c > ul
    {
        padding-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    /****************************
            POPIN ADDCART
    ****************************/
    .btn.btn-continue,
    .btn.btn-order
    {
        height: auto;
    }
}

/*************************************
            MMENU CARTBOX
**************************************/
.badge.badge-cartbox
{
    background-color: transparent;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 13px;
    width: 30px;
}

/********** Adresse account ***********/
.panel-address{
	
	border:1px solid black;
}

.panel-address .del-elem-cross{
	
	position: relative;
	top: 0px;
	right: -112px;
	float: right;
	right: -30px;
	cursor: pointer;
}

.panel-address .btn.btn-address.btn-modify{
 
	margin-top: 25px;
	text-align: center;
	width: 108px;
	padding: 6px 0px;
}

#myaddresses_fac .panel-address .btn.btn-address.btn-modify{
	/*margin-top:0px;*/
	text-align:center;
}

.panel-address .panel-body{
	 font-size:13px;
	 min-height:240px;
}
.panel-body > div{
	min-height:210px;
}

.panel-body > div .btn-modify {
	position:absolute;
	bottom:0px;
	
}


#address_liv_panel{
	
	border-left:1px solid #000;
}

.add-new-address{	
	top: 25%;
	left: 42%;
	position: absolute;
	cursor: pointer;
	
}
  .account-address-new .btn-modify
 {
	position:absolute !important;
	bottom:0px !important;
	left:44px;
}

.account-address-new{
	
	min-height: 210px;
}

#btn-add-new-address{
	bottom: 25px;
	position: absolute;
	display:flex;
	flex-wrap:wrap;
	white-space:wrap !important;
	background-color: #b7ada4;
	color: #fff; 
	font-weight:bold;
 
	cursor: pointer;
	font-family: "Arial";
	text-transform: uppercase;

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px; 
	line-height: 1.42857143;
	text-align: center; 
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
 
}

.header_txt_address_compte{
	display: inline-block;
	margin-bottom: 25px;
	
}

.account-address{
	margin-left:20px;
	
}
.bloc-left-address-mon-compte{
	
	padding-left:0px;
}

.header_txt_address_compte.right{
	margin-bottom: 44px;
}

  .soneeet_addressbox_selected ,
 .soneeet_addressbox {
	background-position:5px 5px !important;
	border: 1px solid black;
	padding: 5px;
	 height: 210px !important;
	margin: 10px 15px;
	min-height:231px;
}
 .soneeet_addressbox_selected .btn.btn-address.btn-modify,
 .soneeet_addressbox .btn.btn-address.btn-modify {
	position: absolute;
	left: 44px;
	bottom: 5px;
	text-align: center;
	width: 100px;
		
}

  .soneeet_addressbox_selected .del-elem-cross,
  .soneeet_addressbox .del-elem-cross {
	position: relative;
	left:133px;
	top:-21px;
	width: 20px;
	height: 20px;
	 
		
}

.soneeetadd_new_add_liv{
	border: 1px solid black;
    padding: 5px;
    min-height: 145px;
    margin: 10px 15px;
	position: relative;
	cursor: pointer;
	height: 210px;
	min-height:231px;
}
#btn-add-new-address-soneeet{
	position: absolute;
	right: 5px;
	left: 5px;
	bottom: 0px;
}

.right-bloc-liv-addresse{
	border-left:1px solid black;
	min-height:216px;
}

.bloc-choose-other-liv{
	/*width: 400px;*/
	width: 420px;
	margin-left:15px;
	font-size:14px;
}

.panel-address-soneeet{
	border:1px solid black;
	min-height:155px;
	padding:10px;
	margin-top:41px;
	
}

#btn-click-here-livraison{
	
	background-color:#b7ada4 !important;
}

.txt_choose_add_liv{
	padding-left:15px;
	font-weight:bold;
}

.detailorder.detailorder_step02{
	
	margin-top:50px;
}

.detailorder.detailorder_step02{
	/*border-top: 1px solid #ccc;*/
    margin-top: 25px;
    padding-top: 20px;
 
}
.panel-address-soneeet-tunel{
	border: 1px solid black;
	min-height: 231px;
	padding: 10px;
	margin-top: 7px;
}

.panel-address-soneeet-tunel .account-address-new{
	padding-top:22px;
}
.panel-address-soneeet-tunel .account-address-new .btn-modify{
	padding-top:40px;
	position:relative;
	/*top:20px;*/
}



.title_add_principale{
	
	padding-bottom:45px;
}

.soneeet_address_fac{
	padding-top:45px !important;
}

.btn.btn-account.btn-modify.btn-tunnel{

	font-size: 13px;
	height: 27px;
	line-height: 27px;
	margin-left: 12px;
	padding-bottom: 0;
	padding-top: 0;
	width: 108px;	
}

.btn-select-address-liv{
	height: 25px;
	width: 25px;
	float: left;
	top: 12px;
	position: relative;
	left: -10px;	
}