/******************************
      PAYS DE LIVRAISON
******************************/
.shipping-country.form-group
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.shipping-country.form-group label
{
    float: left;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.shipping-country.form-group select
{
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 0;
    height: 28px;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    left: 220px;
    top: 0;
}

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

.col-absolute.col-country .shipping-country.form-group
{
    float: right;
    margin-bottom: 0;
}

.col-absolute.col-country .shipping-country.form-group label
{
    float: left;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

.col-absolute.col-country .shipping-country.form-group select
{
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 0;
    height: 28px;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 10px;
    position: relative;
    left: auto;
}

.group.group01
{
    border-bottom: 1px solid #d6d1cc;
}

.group.group01 .stepslabel
{
    border-bottom: 0;
}

@media screen and (max-width: 767px)
{
    .stepslabel
    {
        margin-top: 0;
    }
    
    .shipping-country.form-group label,
    .shipping-country.form-group select
    {
        width: 100%;
        position: relative;
        left: auto;
    }
    .shipping-country.form-group select
    {
        margin-top: 10px;
    }
    
    .col-absolute.col-country .shipping-country.form-group
    {
        margin-top: 0;
    }
    
    .col-absolute.col-country .shipping-country.form-group
    {
        float: none;
    }
    
    .col-absolute.col-country
    {
        bottom: auto;
        left: auto;
        padding: 0 15px;
        position: relative;
        right: auto;
    }
    
    .col-absolute.col-country .shipping-country.form-group label
    {
        width: 100%;
    }
    
    .col-absolute.col-country .shipping-country.form-group select
    {
        margin: 10px 0 20px;
        width: 100%;
    }
    
    .breadcrumb.breadcrumb-tunnel
    {
        display: none;
    }
    
    .stepslabel span
    {
        display: inline-block;
        width: 100%;
    }
    
    .col-absolute.col-country .label-shipping-country
    {
        display: none;
    }
}

/*****************************
           INPUTS
******************************/
.input.input-tunnel
{
    border: 1px solid #9a999b;
    border-radius: 0;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 24px;
    padding: 0 0 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.input.input-md.input-tunnel
{
    height: 30px;
}

.input-tunnel.form-control:focus
{
    box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
    input#codepromo.input.input-tunnel
    {
        margin: auto;
        width: 90%;
    }
}

/*****************************
           BUTTTONS
******************************/
.btn.btn-account.btn-add.btn-tunnel
{
    background-color: #b7ada4;
    white-space: normal;
}

.btn.btn-account.btn-modify.btn-tunnel
{
	/*
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-top: 0;*/
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	margin-left: 12px; 
	padding: 0;
	text-align:center;
	width: 108px;	

}

/*****************************
           ORDERMSG
******************************/
.btn.btn-ordermsg
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1a171b;
    border-color: #8c8b8d #535053 #615f62 #39373a;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    bottom: 1px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    position: absolute;
    right: 1px;
    text-transform: uppercase;
    width: auto;
    z-index: 10;
}

.ordermsg-container
{
    min-height: 120px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.ordermsg-container #infoordermsg
{
    line-height: 1.8;
}

.ordermsg-container textarea
{
    border-radius: 0;
    font-family: monospace;
    font-size: 13px;
    overflow: auto;
    resize: none;
    height: 70px;
}

#ordermsgtxt.form-control:focus
{
    box-shadow: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #8c8b8d #535053 #615f62 #39373a;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

@media screen and (max-width: 767px)
{
    .ordermsg-container
    {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        min-height: 0;
        margin-bottom: 20px;
    }
    
    .btn.btn-ordermsg
    {
        position: relative;
        bottom: auto;
        right: auto;
        width: 1%;
        z-index: auto;
    }
    
    .ordermsg-container .checkbox-ordermsg,
    .ordermsg-container #infoordermsg
    {
        display: none !important;
    }
    
    .ordermsg-container #textOrderInput
    {
        visibility: visible !important;
    }
}

/*****************************
            AVOIRS
******************************/
.list_intent_payment
{
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.list_intent_payment h3
{
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    margin: 10px 0;
}

.list_intent_payment .intent_payment,
.list_intent_payment .lefttopay
{
    display: table-row;
    text-align: right;
}

.list_intent_payment .total_avoir
{
    display: none;
}

.intent_payment img
{
    width: 10px;
    height: 10px;
    cursor: pointer;
    vertical-align: baseline;
}

.intent_payment > span:first-child
{
    padding: 5px;
    text-align: right;
}
.intent_payment > span
{
    display: table-cell;
    padding: 5px 0 5px 5px;
    text-align: right;
}
.intent_payment span:first-child
{
    padding: 5px;
}

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

.list_intent_payment .lefttopay .c2
{
    display: table-cell;
    padding: 5px 0 5px 5px;
}

.select_avoir select
{
    margin: 10px 0;
}

/*****************************
          PROMOTION
******************************/
.btn.btn-promo
{
    background-color: #1a171b;
    border-color: #8c8b8d #535053 #615f62 #39373a;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    padding: 3px 0;
    text-transform: uppercase;
}

.promotion
{
}

.detailorder.detailstep01 .promotion .label_codepromo
{
    float: right;
    padding: 0 0 10px 0;
}

.detailorder.detailorder_step02 .promotion .label_codepromo
{
    float: right;
    padding: 0 0 10px 0;
}

@media screen and (max-width: 767px)
{
    .promotion
    {
        margin-top: 10px;
    }
}

/******************************
        RECAP COMMANDE
*******************************/
.table-detailorder
{
    border-bottom: 1px solid #d6d1cc;
    padding-bottom: 20px;
}

.table-detailorder .price_strike
{
    text-decoration: line-through;
}

.detailorder_step02 .detailorder-body
{
    margin-top: 20px;
}

.title-detailorder.title-detailorder-step02
{
    padding-top: 20px;
    border-top: 1px solid #d6d1cc;
}

.detailstep01 .detailorder-table th,
.detailorder_step02 .detailorder-table th
{
    border-bottom: 0;
}

.detailstep01 .detailorder-table td,
.detailorder_step02 .detailorder-table td
{
    border-top: 0;
    vertical-align: middle;
}

.detailorder_media img
{
    width: 60px;
}

.detailorder_delete img
{
    width: 14px;
    cursor: pointer;
}

.detailorder.detailorder_aap .detailorder-addresses
{
    border-top: 0;
}

.detailorder.detailorder_aap .detailorder-addresses
{
    display: none;
}

.change_quantity_selector.form-control
{
    border: 1px solid #999;
    border-radius: 0;
    height: 28px;
    padding-bottom: 0;
    padding-top: 0;
}

.info_declinaison
{
    list-style: outside none none;
    padding: 0;
}

.info_declinaison .c1
{
    display: none;
}

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

.detailorder_footer
{
    float: right;
    padding-bottom: 20px;
    padding-top: 20px;
}

.fdp_ttc, .total_ttc
{
    display: table-row;
}

.fdp_ttc .c1, .total_ttc .c1
{
    padding: 5px;
}

.fdp_ttc .c2, .total_ttc .c2
{
    padding: 5px 0 5px 5px;
}

.fdp_ttc .c1, .total_ttc .c2
{
    display: table-cell;
}

.fdp_ttc .c1,
.total_ttc .c1
{
    text-align: right;
}

.fdp_ttc .c2,
.total_ttc .c2
{
    text-align: right;
}

.detailorder-addresses
{
    border-top: 1px solid #d6d1cc;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

.detailorder_step05 .table-detailorder
{
    border-bottom: 0;
}

@media screen and (max-width: 767px)
{
    .table-responsive.table-detailorder
    {
        border-top: 0;
    }
    .detailorder_footer
    {
        padding-top: 0;
    }
    .detailorder_step05 .table-detailorder
    {
        border-bottom: 1px solid #d6d1cc;
    }
    .detailorder.detailorder_step05 .col-liv,
    .detailorder.detailorder_step05 .col-fac
    {
        margin: 20px 0 0;
    }
    .change_quantity_selector.form-control
    {
        min-width: 70px;
    }
}

/***********************************
            BREADCRUMB
***********************************/
.breadcrumb.breadcrumb-tunnel
{
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.breadcrumb.breadcrumb-tunnel > li + li:before
{
    color: #ada39b;
    content: "> ";
}

.breadcrumb.breadcrumb-tunnel .breadcrumb-item
{
    color: #ada39b;
}

.breadcrumb.breadcrumb-tunnel .breadcrumb-item a,
.breadcrumb.breadcrumb-tunnel .breadcrumb-item a:focus
{
    text-decoration: none;
    color: #ada39b;
}

.breadcrumb.breadcrumb-tunnel .breadcrumb-item.active
{
    color: #393639;
    font-weight: bold;
}

/***********************************
              BUTTONS
***********************************/
.btn.btn-return
{
    background-color: #b7ada4;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    height: 24px;
    padding: 3px 0;
}

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

/************************************
            CATALOG CART
************************************/
.chewinggum
{
    background-color: #fff;
    background-image: url("../images/picto_catalog_step01.png");
    background-repeat: no-repeat;
    float: left;
    font-family: Georgia,sans-serif;
    font-size: 16px;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    padding-left: 26px;
    position: relative;
    z-index: 10;
}

.chewinggum_line
{
    background-image: url("../images/bg_dot.png");
    background-repeat: repeat-x;
    max-width: 1000px;
    position: relative;
    right: 0;
    top: 15px;
    width: 100%;
    z-index: 1;
}

/************************************
              STEP02
************************************/
.title-detailorder
{
    font-size: 14px;
    font-weight: normal;
}

.col-fac
{
    height: 140px;
    padding: 0 10px 0 22px;
    position: relative;
}

.col-fac p
{
    margin: 0;
}

.col-liv
{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px)
{
    .col-liv
    {
        margin-bottom: 0;
    }
    
    .col-fac
    {
        height: auto;
        padding: 0;
    }
    
    .detailorder_step02 .detailorder-body
    {
        margin-top: 0;
    }
    
    .title-detailorder.title-detailorder-step02,
    .detailorder.detailorder_step05 .title-detailorder,
    .detailorder.orderconfirm .title-detailorder
    {
        border-left: 1px solid #d6d1cc;
        border-right: 1px solid #d6d1cc;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    
    .btn.btn-account.btn-modify.btn-tunnel
    {
        font-size: 12px;
        margin-left: 10px;
        height: auto;
        padding: 5px 20px;
        line-height: 1;
    }
}

/*******************************
        SAMPLES - GIFTS
********************************/
.samples
{
    margin: 20px 0;
}

.order_top_links
{
    margin-top: 20px;
    margin-bottom: 40px;
}

.order_bottom_links
{
    margin-bottom: 20px;
}

#loyaltyGifts
{
    margin-top: 20px;
}

/*******************************
           PAYMENT
********************************/
.payments
{
    border-bottom: 1px solid #d6d1cc;
    clear: both;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 100%;
}

.payments h2
{
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    position: absolute;
}

.payment_box h3
{
    font-size: 12px;
    font-weight: normal;
    left: 30px;
    margin: 0;
    position: relative;
}

.payment_box
{
    background-image: url("../images/csscheckbox_uncheck.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    clear: both;
    cursor: pointer;
    left: 180px;
    padding: 10px;
    position: relative;
    display: inline-block;
}

.payment_box_selected
{
    background-image: url("../images/csscheckbox_check.png");
    background-position: 10px center;
    background-repeat: no-repeat;
}

.atos_select_cb_form
{
    height: 60px;
    left: 189px;
    position: relative;
}

.atos_select_cb_form p
{
    float: left;
}

#form_payment_CBATOS
{
    display: none;
}

.info_bulle_paiement
{
    background: rgba(0, 0, 0, 0) url("../images/info_bulle.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 14px;
}

.payment_box > input[type="radio"]
{
    display: none;
}

.form_show
{
    display: block;
    overflow: hidden;
}

.form_hide
{
    display: none;
}

.logo-cb
{
    margin: 8px 0;
}

.worldpay_table_payment_box_error
{
    color: red;
    
}

.worldpay_table_payment_box
{
    background-color: #eee;
}

.worldpay_table_payment
{
    position: relative;
    left: 188px;
    margin: 5px 0;
}

.worldpay_table_payment input
{
    width: 240px;
    margin: 5px 0 10px;
}
.worldpay_table_payment select
{
    margin: 5px 0 10px;
    height: 31px;
    line-height: 31px;
    padding: 6px;
}

.worldpay_table_payment .input-crypto
{
    width: auto;
}

.date-separator
{
    font-size: 21px;
    height: 35px;
    line-height: 35px;
    margin: 5px 0 10px;
}

@media screen and (max-width: 767px)
{
    .payments h2
    {
        position: relative;
    }
    
    .payment_box,
    .worldpay_table_payment
    {
        left: 0;
    }
    
    .atos_select_cb_form
    {
        height: auto;
        left: 40px;
    }
    
    .worldpay_table_payment input
    {
        width: 100%;
    }
    
    .title-detailorder.title-detailorder-step02
    {
        border-left: 1px solid #d6d1cc;
        border-right: 1px solid #d6d1cc;
        margin: 20px 0 0;
        padding: 20px;
    }
    
}

/*******************************
          VALIDORDER
********************************/
.checkbox.checkbox-confirmorder input.css-checkbox[type="checkbox"] + label.css-label-checkbox,
.checkbox.checkbox-cgv input.css-checkbox[type="checkbox"] + label.css-label-checkbox
{
    font-size: 12px;
}

.checkbox.checkbox-confirmorder input.css-checkbox[type="checkbox"] + label.css-label-checkbox a,
.checkbox.checkbox-confirmorder input.css-checkbox[type="checkbox"] + label.css-label-checkbox a:focus,
.checkbox.checkbox-cgv input.css-checkbox[type="checkbox"] + label.css-label-checkbox a:focus,
.checkbox.checkbox-cgv input.css-checkbox[type="checkbox"] + label.css-label-checkbox a
{
    text-decoration: none;
    color: #000;
}

.checkbox.checkbox-cgv
{
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 991px)
{
    .checkbox.checkbox-cgv
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*******************************
    CONFIRMATION DE COMMANDE
********************************/
.detailorder.orderconfirm
{
    margin: 20px 0;
}

.detailorder_payment_mode
{
    display: none;
}

.detailorder_payment_delay_infos
{
    margin-bottom: 20px;
}

.detailorder-payments
{
    float: right;
    text-align: right;
    font-size: 14px;
}

.detailorder_payment .label_payment
{
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}

.detailorder_payment .amount_payment
{
    display: inline-block;
    padding: 5px 0 5px 5px;
    font-size: 14px;
}

.detailorder.orderconfirm .title-detailorder
{
    border-top: 1px solid #d6d1cc;
}

.virtualmerchant_error
{
    font-weight: bold;
    color:red;
    margin:15px;
    
}

/*******************************
     CATALOGUE PAPIER CADEAU
********************************/
input[type="checkbox"].css-checkbox + label.css-label-checkbox.giftwrap {
    font-size: 12px;
    font-weight: normal;
}

.giftwrap-note {
    font-size: 11px;
}

.giftwrap-checkbox-container {
    margin-top: 20px;
}