/**
 * 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;
    background-size: 16px;
    background-image: url("/templates/lecoqsportif/images/radio_off.png");
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-left: 21px;
    vertical-align: middle;
}

input[type=radio].css-checkbox:checked+label.css-label-radio {
    background-image: url("/templates/lecoqsportif/images/radio_on.png");
}

label.css-label-radio {
    -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: 30px;
    height: 16px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 16px;
    background-image: url("/templates/lecoqsportif/images/checkbox_off.png");
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label-checkbox {
    background-image: url("/templates/lecoqsportif/images/checkbox_on.png");
}

label.css-label-checkbox {
    background-image: url(../images/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
 **********************************************/

.catalog_button {
    text-align: center;
    clear: both;
    /* lcsa */
}

.catalog_button a {
    background-color: #001832;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "UniversLTW01-57Condense 723821", Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px;
}

.catalog_button a:hover {
    background-color: #0d5b9d;
}

#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;
}

.cadre_recherche_article {
    display: none;
}

.content_recherche_vide {
    float: left;
    margin-top: 35px;
    position: relative;
}

.vignette_recherche_vide {
    position: relative;
    float: left;
    width: 220px;
    margin: 10px 10px 40px;
}

.vignette_recherche_vide_img {
    width: 220px;
}

.vignette_recherche_vide_lien {
    float: left;
    height: 15px;
    line-height: 15px;
    margin-top: 7px;
    padding: 10px 0 10px 10px;
    position: relative;
    width: 208px;
    border: 1px solid #e2e6ea;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.vignette_recherche_vide_lien a {
    text-decoration: none;
    color: #001832;
}

.vignette_recherche_vide_lien:hover a {
    color: #d20024;
}

.vignette_recherche_vide_lien span {
    font-family: "UniversLTW01-57Condense 723821";
    font-size: 12px;
    text-transform: uppercase;
}

.arrow {
    background-color: #001832;
    height: 35px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 22px;
    border: 1px solid #001832;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.arrow .ico {
    width: 4px;
    height: 7px;
    background: url('../images/arrow-mini.gif') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -2px;
}

.vignette_recherche_vide_lien:hover {
    color: #d20024;
    border-color: #d20024;
}

.vignette_recherche_vide_lien:hover .arrow {
    background-color: #d20024;
    border-color: #d20024;
}

/* Pagination */
.pagination {
    margin: 0;
}

ul.pagination {
    margin: 0 0 40px;
}

.pagination_top {
    margin-top: 20px;
}

.pagination_bottom.empty {
    display: none;
}

.catalog_pagination {
    margin: auto;
}

.catalog_pagination tr td a {
    display: block;
    padding: 5px;
    width: 15px;
    cursor: pointer;
}

.catalog_pagination tr td a:hover {
    background-color: #eeeeee;
    border-radius: 5px;
}

.catalog_pagination_number {}

.catalog_pagination_number_select {
    background-color: #eeeeee;
    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; lcsa*/
    position: relative;
    clear: both;
}

.catalog:after {
    /* lcsa */
    content: '';
    clear: both;
    display: block;
}

/* Catalog infini */
.catalog_infinite {
    position: relative;
    clear: both;
}

.catalog_infinite_loading {
    padding: 30px;
}

.catalog_infinite_loading img {
    display: none;
}

/* Filter Menu */
.filter-menu {
    width: 100%;
}

.filter-menu-wrapper {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #e6ebef;
}

.filter-menu-title,
.filters-wrapper,
.filter-category-wrapper {
    display: inline-block;
}

.filter-menu-title {
    width: 10%;
    margin-right: -4px;
    font-size: 14px;
    font-weight: bold;
}

.filters-wrapper {
    width: 90%;
}

.filter-menu-wrapper {
    border: 1px solid transparent;
    min-height: 30px;
}

.filter-category-wrapper {
    width: 20%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.filter-category {
    border: 1px solid #ccc;
    transition: background-color .3s ease-in-out, border-color .5s ease-in-out;
    background: #f3f3f3;
    color: #333;
    padding: 4px 11px;
}

.filter-category-title {
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis;
    line-height: 18px;
    width: 90%;
    margin-right: -4px;
}

.filter-category-icon {
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    width: 10%;
    text-align: center;
}

.filter-category-values {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #333;
    padding: 4px 11px;
    transition: background-color 0.3s ease-in-out 0s, border-color 0.5s ease-in-out 0s;
}

.filter-category-values .filter_menu_value {
    margin: 5px;
}

.filter_selected {
    font-weight: bold;
}

.filter_menu_value_label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2%;
    vertical-align: top;
}

/**********************************************
             PAGE RECHERCHE ARTICLE
 **********************************************/

.search_yoursearch {
    font-weight: normal;
    display: none;
}

.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 {}

.soustitre_moz .label_key {
    display: none;
}

/*.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 {
    display: inline-block;
    text-decoration: line-through;
}

.prixentier_moz {
    float: left;
}

.prixcent_moz {
    float: left;
}

.prixdevise_moz {
    float: left;
}

.button-seedetail_moz {}

.button-addwishlist_moz {
    background-color: #ffffff;
    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: #ffffff;
}

.moz_button_addcard_enabled:hover {
    background-color: #2d668b;
    color: #ffffff;
}

.moz_button_addcard_disabled {
    background-color: #aaaaaa;
    color: #ffffff;
}

.moz_button_addcard_disabled:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

/**********************************************
             MOZAIQUE CATALOGUE SMALL
 **********************************************/

.cadre_moz_small .etiquette-prix_moz div {
    width: auto;
}

/**********************************************
                 FICHE ARTICLE
 **********************************************/

.integer_part_price_article {
    color: #003253;
    font-size: 2.5em;
    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_body {
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    background: #001832;
    color: #fff;
}

.article_button_addcard_body:hover {
    background: #0d5b9d;
}

.article_button_addcard_enabled {
    background: #001832;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "UniversLTW01-57Condense 723821";
    font-size: 15px;
    font-weight: 400;
}

.article_button_addcard_disabled {
    background-color: #aaaaaa;
    color: #ffffff;
}

.article_button_addcard_disabled:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.article_button_addwishlist_body {
    background-color: #eeeeee;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}

.article_associations {}

/**********************************************
              TABLE DE DECLINAISON
 **********************************************/

.article_declinaison_box {
    float: left;
    position: relative;
    width: 100%;
}

.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 #000000;
    margin: 3px;
    padding: 3px;
}

.decli_value:hover {
    border: 1px solid #2d668b;
    background-color: #2d668b;
    color: #ffffff;
}

.decli_value_enabled {}

.decli_value_disabled {
    opacity: 0.6;
}

/**********************************************
           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            : #ffffff;
    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            : #ffffff;
    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: #ffffff;
    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: #aaaaaa;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.wishlist_selectorlist_createbutton:hover {
    background-color: #888888;
}

.popin_addwishlist_continuebutton {
    background-color: #003253;
    border-radius: 10px;
    color: #ffffff;
    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: #ffffff;
    cursor: pointer;
    float: left;
    margin: 5px 0;
    padding: 5px;
    position: relative;
}

.wishlist_editor .return_button:hover {
    background-color: #2d668b;
}

.wishlist_editor .header {
    background-color: #eeeeee;
    border-radius: 10px;
    clear: both;
    float: left;
    padding: 10px;
    width: 45%;
}

.wishlist_editor .article_list {
    background-color: #eeeeee;
    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: #ffffff;
    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 {}

.cartbox_body {}

.cartbox_number {
    float: right;
    margin-right: 3px;
}

.cartbox_number a {
    text-decoration: none;
    color: #003f75;
    font-weight: bold;
}

.cartbox_reset {
    display: inline;
    margin-left: 10px;
}

.cartbox_linktoorder {
    float: right;
    cursor: pointer;
}

.cartbox_linktoorder:hover a {
    color: #d20024;
}

.cartbox_linktoorder a {
    text-decoration: none;
    color: #001832;
}

.cartbox_linktopreview {
    text-align: center;
    margin: 10px 0 0;
}

.cartbox_body_message {}

#cartbox_preview {
    background-color: #ffffff;
    position: absolute;
    width: 250px;
    z-index: 1000;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin-top: 1%;
}

.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: #888888;
    border-radius: 5px;
    color: #ffffff;
    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: #ffffff;
    float: left;
    width: 210px;
}

.cartbox_preview_addtoorderbutton a:hover {
    background-color: #2d668b;
    color: #ffffff;
    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: #ffffff;
}

/**
* Template d'adresse
*/

#myaddresses_liv,
#myaddresses_fac {}

.div_address {
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    width: 310px;
    height: 150px;
    border: 1px solid #cccccc;
    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: #cccccc;
    color: #000000;
    padding: 5px;
    margin-right: 2px;
    display: block;
    text-align: center;
    width: 125px;
    border-radius: 5px;
}

.menu_myaccount .menu_onglet_link_1:hover {
    color: #000000;
}

/**
 * Menu secondaire eshop
 */

.menu_secondaire_onglet_1 {
    background-color: #003253;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 1px;
}

.menu_secondaire_onglet_1 a {
    color: #ffffff;
}

.menu_secondaire_onglet_1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.menu_secondaire_volet {
    margin: 10px 0;
}

/**********************************************
                  MES AVOIRS
 **********************************************/
.eshop_listavoirs {
    width: 96%;
    background-color: #ffffff;
    display: inline-block;
    margin-left: 3%;
    padding: 2% 0 5%;
}

.eshop_avoirs {
    background: transparent url("../images/bon_achat_background.gif") no-repeat scroll left bottom;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #001832;
    float: left;
    height: 190px;
    margin: 0;
    width: 47%;
    position: relative;
    line-height: 22px;
}

.eshop_avoirs .large-display {
    /*left     : 40%;
    top      : 70px;
    position : absolute;*/
    margin-left: 40%;
    margin-top: 9%;
}

.eshop_avoirs .large-display h1 {
    color: #001832;
    display: block;
    font-family: "UniversLTW01-67BoldCn";
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.eshop_avoirs .large-display p {
    color: #7d9db6;
    display: block;
    font-family: "UniversLTW01-67BoldCn";
    font-size: 16px;
}

.eshop_avoirs .large-display p span {
    color: #001832;
}

.eshop_avoirs .large-display .ref_label,
.eshop_avoirs .large-display .user_label {
    color: #7d9db6;
}

.eshop_avoirs_number {
    font-size: 12px;
}

.eshop_avoirs_number:before {
    content: '#';
}

.eshop_avoirs_amount {
    position: absolute;
    background: #001832 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-family: "UniversLTW01-67BoldCn";
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.eshop_avoirs_resume p {
    font-size: 13px;
    margin-bottom: 10px;
}

.eshop_avoirs_resume p:last-child {
    font-weight: bold;
    padding-bottom: 10px;
}

.eshop_avoirs_amount .amout_label {
    display: none;
}

.large-display .ticketavoir_check {
    display: none;
}

.eshop_avoirs_resume {
    width: 93%;
    background-color: #ffffff;
    display: inline-block;
    margin-left: 3%;
    border-bottom: 1px solid #e5ebf1;
}

/**********************************************
                  MES COMMANDES
 **********************************************/

.orderlist {
    position: relative;
    padding: 5px;
    background-color: #003253;
    border-radius: 10px;
    color: #ffffff;
    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: #eeeeee;
    border-radius: 10px;
    color: #000000;
    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
-------------------------------------------------
*/

#return_content_wrapper {
    margin-bottom: 35px;
}

#return_content_wrapper .return_title,
#return_content_wrapper .valid-return-title {
    color: #001832;
    font-family: "UniversLTW01-67BoldCn", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 30px;
}

#return_content_wrapper .return_explanation,
#return_content_wrapper .valid-return-info,
#return_content_wrapper .return_messageconfirm {
    font-size: 14px;
    color: #001832;
    margin-bottom: 35px;
}

#return_content_wrapper .detailorder_article_header {
    font-weight: normal;
    text-align: center;
}

#return_content_wrapper .detailorder_article_header th {
    background-color: #ffffff;
    border: medium none;
    color: #001832;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

#return_content_wrapper .detailorder_article_header .detailorder_article {
    width: 293px;
}

#return_content_wrapper .detailorder_article_header .detailorder_unit_price_ttc,
#return_content_wrapper .detailorder_article_header .order_quantity,
#return_content_wrapper .detailorder_article_header .detailorder_price_ttc,
#return_content_wrapper .detailorder_article_header .detailorder_status,
#return_content_wrapper .detailorder_article_header .quantity_to_return {
    width: 100px;
}

#return_content_wrapper .detailorder_article_header .quantity_to_return {
    width: 203px;
}

#return_content_wrapper .detailorder_table tr,
#return_content_wrapper .detailorder_table tr td {
    border: medium none;
}

#return_content_wrapper .detailorder_article_list .detailorder_unit_price_ttc,
#return_content_wrapper .detailorder_article_list .order_quantity,
#return_content_wrapper .detailorder_article_list .detailorder_price_ttc,
#return_content_wrapper .detailorder_article_list .detailorder_status,
#return_content_wrapper .detailorder_article_list .quantity_to_return {
    text-align: center;
}

#return_content_wrapper .detailorder_article_list .quantity_to_return {
    padding-left: 5px;
    padding-right: 5px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article,
#return_content_wrapper .detailorder_article_list .detailorder_unit_price_ttc,
#return_content_wrapper .detailorder_article_list .order_quantity,
#return_content_wrapper .detailorder_article_list .detailorder_price_ttc,
#return_content_wrapper .detailorder_article_list .detailorder_status,
#return_content_wrapper .return_messageconfirm_table .detailorder_article {
    border-right: 1px dotted #e5ebf1;
}

#return_content_wrapper .detailorder_article_list .detailorder_article {
    padding: 10px;
}

#return_content_wrapper .detailorder_article_list .order_quantity .order_quantity_input,
#return_content_wrapper .return_messageconfirm_table .quantity_to_return .order_quantity_input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #001832;
    display: inline-block;
    height: 23px;
    padding: 4px;
    text-align: center;
    width: 41px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-media .detailorder_img {
    position: relative;
    height: 110px;
    width: 110px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-media,
#return_content_wrapper .detailorder_article_list .detailorder_article .article-title {
    display: inline-block;
    vertical-align: top;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-title {
    width: 150px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-title .info_declinaison li {
    margin-top: 5px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-title .info_declinaison .c1 {
    display: inline-block;
    font-weight: normal;
    padding-right: 3px;
    color: #7a7a7a;
    font-size: 12px;
}

#return_content_wrapper .detailorder_article_list .detailorder_article .article-title .info_declinaison .c2 {
    font-weight: bold;
}

#return_content_wrapper .detailorder_article_list .quantity_to_return .select_quantity_to_return {
    display: inline-block;
    height: 23px;
    padding: 4px;
    /* text-align : center; lcsa */
    width: 41px;
    background-position: 90% center;
}

#return_content_wrapper .return_select_reasons h3 {
    display: inline-block;
    font-size: 14px;
    color: #001832;
    margin-bottom: 24px;
    width: 100%;
}

#return_content_wrapper .return_select_reasons .return_reason_select {
    font-size: 13px;
    color: #7a7a7a;
    width: 100%;
    height: 30px;
    padding-left: 15px;
}

#return_content_wrapper select {
    border: 1px solid #e0e0e0;
    background: url("/templates/lecoqsportif/images/ico_select_mobile.png") no-repeat 98% center;
    background-size: 10px 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#return_content_wrapper select::ms-expand {
    display: none;
}

#return_content_wrapper .return_free_text h3 {
    display: inline-block;
    font-size: 14px;
    color: #001832;
    margin-bottom: 24px;
    width: 100%;
}

#return_content_wrapper .return_free_text textarea {
    /*width  : 560px; lcsa */
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #e0e0e0;
    padding: 15px;
}

#return_content_wrapper .return_nota_bene {
    font-size: 14px;
    color: #001832;
    /*width         : 100%; lcsa */
    margin-top: 20px;
    margin-bottom: 20px;
}

/*#return_content_wrapper .return_valid {
    display       : inline-block;
    width         : 100%;
    margin-bottom : 40px;
} lcsa */

#return_content_wrapper .return_valid .return_valid_mandatory_fields,
#return_content_wrapper .return_valid .return_btns {
    /*display        : inline-block;
    width          : 50%;
    margin-right   : -4px;
    vertical-align : top; lcsa */
    text-align: right;
}

#return_content_wrapper .return_valid .return_btns .return_btn_cancel {
    background: none repeat scroll 0 0 #b8b8b8;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    display: inline-block;
    font-family: 'UniversLTW01-57Condense 723821';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    margin: 20px 10px 0;
    padding: 8px 40px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

#return_content_wrapper .return_valid .return_btns .return_btn_cancel:hover {
    background-color: #c9c9c9
}

#return_content_wrapper .return_valid .return_btns .return_btn_valid,
#return_content_wrapper .return_validate_btns .return_btn_valid {
    background: none repeat scroll 0 0 #001832;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    display: inline-block;
    font-family: 'UniversLTW01-57Condense 723821';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    margin: 20px 0 0;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

#return_content_wrapper .return_valid .return_btns .return_btn_valid:hover,
#return_content_wrapper .return_validate_btns .return_btn_valid:hover {
    background-color: #0d5b9d;
}

#return_content_wrapper .detail-return-articles-txt {
    color: #001832;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#return_content_wrapper .return_messageconfirm_table {
    width: 100%;
}

#return_content_wrapper .return_messageconfirm_table th {
    background-color: #001832;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

#return_content_wrapper .return_messageconfirm_table td {
    padding: 10px;
}

#return_content_wrapper .return_messageconfirm_table .article-media,
#return_content_wrapper .return_messageconfirm_table .article-title {
    display: inline-block;
    vertical-align: top;
}

#return_content_wrapper .return_messageconfirm_table .article-media .detailorder_img {
    position: relative;
    height: 110px;
    width: 110px;
}

#return_content_wrapper .return_messageconfirm_table .quantity_to_return {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#return_content_wrapper .return_validate_btns {
    display: inline-block;
    margin-top: 85px;
    text-align: right;
    width: 100%;
}

#return_content_wrapper .return-valid-left .return-valid-msg,
#return_content_wrapper .return-valid-left .valid-return-info2,
#return_content_wrapper .return-valid-left .valid-return-add-infos {
    font-size: 14px;
}

#return_content_wrapper .return-valid-left .return-valid-msg {
    color: #00cc00;
    margin-bottom: 5px;
}

#return_content_wrapper .return-valid-left .valid-return-info2 {
    margin-bottom: 10px;
}

#return_content_wrapper .return-valid-left .return_messageconfirm p {
    margin: 0;
    padding: 0;
}

.return-valid-left {
    display: inline-block;
    margin-right: -4px;
    width: 60%;
}

.return-valid-right {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 40%;
}

/*
-------------------------------------------------
                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: #ffffff;
}

.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 {}

.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 {}

.detailorder_table tr {
    border-bottom: 1px solid #eeeeee;
}

.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 {}

.detailorder_quantity_input {
    width: 20px;
}

.detailorder .addresses {
    float: left;
    width: 50%;
}

.detailorder .valorisation {
    float: right;
    width: 50%;
}

.detailorder .select_avoir {
    background-color: #ffffff;
    padding: 20px;
    text-align: right;
}

.detailorder .list_intent_payment {
    background-color: #ffffff;
    line-height: 25px;
    padding: 0 20px 20px;
    text-align: right;
}

.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;
    cursor: pointer;
}

.detailorder .list_intent_payment .total_avoir .c2 {
    margin: 0 0 0 10px;
}

.detailorder .list_intent_payment .lefttopay .c2 {
    color: #d20024;
    font-weight: bold;
    padding: 5px;
}

.detailorder_footer {
    display: block;
    float: right;
    font-size: 15px;
}

.detailorder_footer .c1 {}

.detailorder_footer .c2 {}

.total_hfdp_ttc {
    display: table-row;
}

.fdp_ttc {
    display: table-row;
}

.label_payment {
    float: left;
    font-weight: bold;
}

.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: #ffffff;
    font-weight: bold;
    padding: 5px;
    display: table-cell;
    text-align: right;
}

.addresses {
    margin-top: 5px;
    background-color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    width: 100%;
}

.detailorder_shipping {
    background-color: #ffffff;
    float: left;
    padding: 10px;
    width: 190px;
}

.detailorder_facturation {
    background-color: #ffffff;
    float: left;
    padding: 10px;
    width: 190px;
}

.detailorder_payments {
    background-color: #ffffff;
    float: left;
    padding: 10px;
    width: 190px;
}

.detailorder_shipping h2,
.detailorder_facturation h2,
.detailorder_payments h2 {
    margin-top: 0px;
    font-size: 13px;
    font-weight: bold;
}

/*---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 {}

.order_bottom_links {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0;
}

.order_bottom_links a {
    float: right;
    background-color: #003253;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px;
    padding: 5px;
}

.order_bottom_links a:hover {
    background-color: #2d668b;
    color: #ffffff;
    text-decoration: none;
}

.payment_box {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    margin: 5px 0;
}

.payment_box>input[type="radio"] {
    /*display : none;*/
}

.payment_box_selected {
    /*background-color    : #ffffff;
    border              : 1px solid #eeeeee;
    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 .valid-order-checkbox {
    position: relative;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.validorderbutton .check_nwsl,
.validorderbutton .check_cgv {
    margin-bottom: 10px;
    margin-top: 10px;
}

.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: #ffffff;
    font-weight: bold;

}

.valid_order_button input:hover {
    background-color: #2d668b;
}

.virtualmerchant_error {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width : 800px) {

    .cartbox_linktoorder {
        float: none;
        display: inline-block;
    }

    .cartbox_number {
        float: none;
        display: inline-block;
    }

    #cartbox_preview {
        background-color: #ffffff;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
        margin-top: 1%;
        padding: 5px;
        position: absolute;
        right: 10px;
        width: 250px;
        z-index: 1000;
    }

}

.temporary_container_content {
    margin-top: 40px;
}

#create_account_adressefac {
    display: none;
}

/**********************
**  LISTE DECLINAISONS
**********************/

.liste_decli_input_values {
    position: absolute;
    top: 22px;
    right: 1px;
    width: 99%;
    margin-left: auto;
    z-index: 20;
    background-color: #e2e6ea;
    display: none;
    border: 1px solid #cccccc;
}

.liste_decli_input_values .decli_input_values {
    display: block;
    background-color: #e2e6ea;
    border: 1px solid #e2e6ea;
    font-size: 11px;
    position: relative;
    width: 96%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.decli_input_values_first {
    position: relative;
    display: block;
    background-color: #e2e6ea;
    border: 1px solid #e2e6ea;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    width: 98%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    cursor: pointer;
    z-index: 99;
}

.decli_input_values_first:hover {
    background-color: #d7dbdf;
}

.container_contact_customer_service .sous_container_contact_customer_service {
    display: table;
}

.container_contact_customer_service .sous_container_contact_customer_service .contact_customer_service_sentence {
    display: table-cell;
    vertical-align: middle;
    color: #001832;
    font-family: "UniversLTW01-67BoldCn", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    padding-right: 20px;
}

.container_contact_customer_service .sous_container_contact_customer_service .contact_customer_service_button {
    display: table-cell;
    vertical-align: top;
}

.container_contact_customer_service .sous_container_contact_customer_service .contact_customer_service_button a {
    text-decoration: none;
    color: white;
}

.contact_customer_service_button .container_customer_service_button .customer_service_button_yes {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    background: #001832 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "UniversLTW01-57Condense 723821";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.contact_customer_service_button .container_customer_service_button .customer_service_button_no {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    background: #001832 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "UniversLTW01-57Condense 723821";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}


#saved_order {
    display: none;
}

/* Tous sportifs */
.template-t10 .zone_c .login_popin {
    padding-top: 42.3vw;
    background: url(/media/images/animations/tous-sportifs/bg-login-tous-sportifs-mob.jpg) no-repeat center top;
    background-size: 100% auto;
}

.container_main_menu .menu_onglet:not([data-auth="0"]),
.mm-menu .mm-vertical[data-auth] {
    display: none;
}

.mm-menu .mm-vertical[data-auth="0"] {
    display: block;
}

/* Klaviyo */
button.needsclick {font-style:italic;}

/*
    DALENYS PAYMENT FORM
*/

.payment-label-container {
    padding: 15px 0 0;
}
.payment-label-container .payment-input,
.payment-label-container .payment-label {
    display: table-cell;
    vertical-align: middle;
}

.payment-label-container .payment-icons {
    margin-left: 30px;
    margin-top: 10px;
}

.payment-label-container .payment-icons img {
    margin-bottom: 10px;
    width: 60px !important
}

.payment-main,
.payment-bav-wrapper {
    border-top: 1px solid #f7f6fb;
    position: relative;
}

script:first-child + .payment-main {
    border-top: none;
}

.dalenys-form {
    width: 100%;
    font-size: 10px;
    font-size: .625rem;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 30px 0;
}

.dalenys-form p,
.dalenys-form p label {
    display: block;
}
.dalenys-form p {
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 0 10px;
}

.dalenys-form p:nth-child(1) {
    position: relative;
}

.dalenys-form input[type=text] {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 7px 3px 7px;
    width: 250px;
}

.dalenys-form .input-container {
    display: inline-block;
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 9px 7px 3px 7px;
    border: 1px solid #ddd;
    background: white;
}

.dalenys-form #card-container {
    width: 250px;
}

.dalenys-form #expiry-container,
.dalenys-form #cvv-container {
    width: 91px;
}

.payment-main h3 {
    color: #7a7a7a;
    margin: 0;
    font-size: 1.3em;
    line-height: 18px;
}
.payment_box_selected h3 {
    color: #001832;
}

/* Hosted fields auto set class */
.dalenys-form .hosted-fields-invalid-state {
    border: 2px solid red;
}

.dalenys-form .hosted-fields-valid-state {
    border: 2px solid green;
}


/* TEMPORARY ********************************************************************/

/* Brexit masquer possibilités achat pour UK
option[value="GB"],
html[lang="en-GB"] .article_quantity_select,
html[lang="en-GB"] .article_button_addcard,
html[lang="en-GB"] .mobile-shortcut {
    display: none;
}
html[lang="en-GB"] .article_about_price {
    margin: 20px 0;
}
*/