/*---------------------------------*\
    Checkout .checkout
\*---------------------------------*/
.checkout-page .myaccount_header {
    padding: 0; /* reset */
}

.checkout-page .continueShoppingButton {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.checkout-page .continueShoppingButton::before {
    content: url(../../images/chevron-left_black.png);
    width: 5px;
    height: 8px;
    padding-right: 5px;
}

.checkout-page #box .main_header {
    background: none; /* reset */
}

.checkout-page #box,
.checkout-page #box .my_account .body,
.checkout-page #box .myaccount_content {
    min-height: inherit; /* reset */
    margin: 0; /* reset */
    padding: 0; /* reset */
    border: 0; /* reset */
}

/* Required field */
.checkout-page .required-field {
    width: inherit;
    color: inherit;
    padding: inherit;
}

.checkout-page .button_footer_line .required-field {
    clear: both; /* reset */
    padding: 0; /* reset */
    display: block; /* reset */
    padding-top: 15px;
    color: #444;
    font-size: 12px;
    font-family: "Playfair Display", serif;
}

@media only screen and (min-width: 879px) {
    .checkout-page .button_footer_line .required-field {
        display: inline-block;
        padding-top: 0;
        line-height: 60px;
        margin-left: 15px;
    }
}

@media print {
    .checkout-page .button_footer_line .required-field {
        display: none;
    }
}

/*---------------------------------*\
    Checkout - Cart [Page] .checkout-cart
    Checkout - Cart [Table] .checkout-cart-table
        (also used in Checkout - Shipping & Checkout - Confirmation)
\*---------------------------------*/
/* Checkout - Cart [Page] */

.checkout-cart .btn-go-login {
    display: block;
    float: right;
    margin-bottom: 35px;
}
/* HOTFIX 16/07/2020 VISIBILITE MOBILE
.checkout-cart .btn-go-login {
    display: none;
} */

@media only screen and (min-width: 879px) {
    .checkout-cart .btn-go-login {
        display: block;
        float: right;
        margin-bottom: 35px;
    }
}

.checkout-cart #orderItemDisplay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 0 20px;
}

.checkout-cart #orderItemDisplay .breadcrumb_item {
    float: none; /* reset */
    padding: 0; /* reset */
}

.checkout-cart .headingtext {
    margin-top: 35px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
}

@media only screen and (min-width: 879px) {
    .checkout-cart .headingtext {
        font-size: 48px;
    }
}

.checkout-cart .container_content_rightsidebar > .left_column {
    width: 100%; /* reset */
}

.checkout-cart #WC_EmptyShopCartDisplayf_div_1 {
    /* When cart is empty */
    font-size: 16px;
}

.checkout-cart #shopcartCheckoutButton_top {
    display: block;
    margin-bottom: 55px;
} 
/* HOTFIX 16/07/2020 VISIBILITE MOBILE
.checkout-cart #shopcartCheckoutButton_top {
    display: none;
} */

.checkout-cart #WC_CheckoutLogonf_div_9 {
    /* #shopcartCheckoutButton container */
    text-align: center;
}

.checkout-cart #shopcartCheckoutButton {
    display: inline-block;
}

@media only screen and (min-width: 879px) {
    .checkout-cart #shopcartCheckoutButton {
        float: right;
    }
}

@media only screen and (min-width: 879px) {
    .checkout-cart #shopcartCheckoutButton_top {
        display: block;
        margin-bottom: 55px;
    }
}

/* Checkout - Cart [Table] */
.checkout-cart-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table td {
        padding-top: 35px;
    }
}

.checkout-cart-table .shopCart_product {
    line-height: 1.5;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_product {
        width: 40%;
    }
}

.checkout-cart-table .shopCart_product:after {
    content: "";
    display: table;
    clear: both;
}

.checkout-cart-table .shopCart_product .img {
    float: right !important; /* reset */
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_product .img {
        float: left !important; /* reset */
    }
}

.checkout-cart-table .shopCart_product .product-manufacturer {
    display: block;
}

.checkout-cart-table .shopCart_product .product-name {
    font-size: 12px;
}

.checkout-cart-table .shopCart_product .product-attributes {
    list-style-type: none;
}

.checkout-cart-table .shopCart_product .attribute-item {
    font-size: 12px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_each {
        width: 20%;
        padding-right: 5%;
        text-align: right !important;
    }
}

.checkout-cart-table .shopCart_qty {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 35px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_qty {
        width: 20%;
        margin-bottom: 15px; /* reset */
    }
}

.checkout-cart-table .shopCart_qty:after {
    content: "";
    display: table;
    clear: both;
}

.checkout-cart-table .shopCart_qty .item-quantity {
    float: left;
    font-weight: 700;
}

.checkout-cart-table .shopCart_qty .btn-remove {
    float: right;
    padding: 14px 18px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_qty .item-quantity,
    .checkout-cart-table .shopCart_qty .btn-remove {
        float: none; /* reset */
    }
}

.checkout-cart-table .shopCart_total {
    display: none;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .shopCart_total {
        display: table-cell;
        width: 20%;
        text-align: right !important;
    }
}

.checkout-cart-table .discount td {
    vertical-align: middle !important; /* reset */
    margin: 0; /* reset */
    padding-top: 10px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .discount td {
        height: 30px;
    }
}

.checkout-cart-table .discount td:after {
    content: "";
    display: table;
    clear: both;
}

.checkout-cart-table .discount .line-label {
    width: 65%;
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .discount .line-label {
        width: 80%;
        padding-left: 110px;
    }
}

.checkout-cart-table .discount .line-value {
    width: 35%;
    float: left;
    text-align: right !important; /* reset */
}

@media only screen and (min-width: 879px), print {
    .checkout-cart-table .discount .line-value {
        width: 20%;
    }
}

.checkout-cart-BGCard {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 35px;
}

@media only screen and (min-width: 879px) {
    .checkout-cart-BGCard {
        width: 50%;
    }
}

.checkout-cart-BGCard .BGCard_title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.checkout-cart-BGCard .BGCard_message {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #444;
}

.checkout-cart-BGCard .BGCard_message a {
    text-decoration: underline;
}

/*---------------------------------*\
    Checkout - Shipping [Page] .checkout-shipping
\*---------------------------------*/
/* Breadcrumb */
.checkout-shipping #checkout_crumb {
    clear: both;
    margin-top: 25px;
    margin-bottom: 55px;
}

@media only screen and (min-width: 879px) {
    .checkout-shipping #checkout_crumb {
        margin-top: 55px;
        margin-bottom: 85px;
    }
}

.checkout-shipping #checkout_crumb .crumb {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.checkout-shipping #checkout_crumb .crumb span::before {
    background: #f6f6f6;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 35px;
}

.checkout-shipping #checkout_crumb .crumb span.Cart::before {
    content: url(../../images/picto_user_breakdown.png);
}

.checkout-shipping #checkout_crumb .crumb span.Shipping::before {
    content: url(../../images/picto_shipping_breakdown.png);
}

.checkout-shipping #checkout_crumb .crumb span.Confirm::before {
    content: url(../../images/picto_confirmation_breakdown.png);
}

.checkout-shipping #checkout_crumb .crumb span::before,
.checkout-shipping #checkout_crumb .crumb span {
    display: block;
    height: 70px;
}

.checkout-shipping #checkout_crumb .crumb span::before {
    width: 70px;
}

.checkout-shipping #checkout_crumb .crumb span {
    width: 140px;
    text-align: center;
}

.checkout-shipping #checkout_crumb .crumb span {
    position: relative;
    z-index: 9;
    height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    padding-top: 86px;
    text-align: center;
}

.checkout-shipping #checkout_crumb .crumb span.step_on::before {
    background: #000;
}

.checkout-shipping #checkout_crumb .crumb::before {
    content: '';
    width: 80%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 70px;
    top: 35px;
}

.checkout-shipping #checkout_ShippingPage #checkout_crumb .Shipping {
    position: absolute;
    left: 40.3%;
    top: 0;
}

.checkout-shipping #checkout_ShippingPage #checkout_crumb span.Cart {
    float: left;
}

.checkout-shipping #checkout_ShippingPage #checkout_crumb span.Confirm {
    float: right;
}

@media ( max-width: 879px) {
    /* Checkout Crumb */
    .checkout-shipping #checkout_crumb .crumb {
        width: 86.5%;
    }

    .checkout-shipping #checkout_crumb .crumb::before {
        width: 57%;
    }

    .checkout-shipping #checkout_crumb .crumb span {
        width: 70px;
        font-size: 10px;
    }

    .checkout-shipping #checkout_crumb .crumb span.Cart::before,
    .checkout-shipping #checkout_crumb .crumb .Shipping::before,
    .checkout-shipping #checkout_crumb .crumb span.Confirm::before {
        left: 0;
    }

    .checkout-shipping #checkout_ShippingPage #checkout_crumb .Shipping {
        left: 36.5%;
    }

    .checkout-shipping #checkout_ShippingPage #checkout_crumb span.Confirm {
        float: none;
        position: absolute;
        top: 0;
        left: 73%;
    }
}

.checkout-shipping #shipping .shipping_address {
    padding-bottom: 65px;
}

@media only screen and (min-width: 879px) {
    .checkout-shipping #shipping .shipping_address {
        padding-bottom: 85px;
    }
}

.checkout-shipping #shipInstructions {
    width: 100%;
    min-height: 100px;
}

.checkout-shipping #orderComment {
    width: 100%;
    min-height: 100px;
}

.checkout-shipping #WC_SingleShipmentShippingMethodDetails_div_1 .title {
    margin-bottom: 35px;
}

.checkout-shipping .bg-total-table {
    margin-bottom: 55px;
}

@media only screen and (min-width: 879px) {
    .checkout-shipping .bg-total-table {
        margin-bottom: 85px;
    }
}

.checkout-shipping .billing {
    border-bottom: 1px solid #dadada;
    padding-bottom: 55px;
}

.checkout-shipping .acceptsTermsBlock {
    float: left;
    margin-top: 25px;
    margin-bottom: 55px;
}

.checkout-shipping .button_footer_line {
    margin-top: 25px;
    margin-bottom: 85px;
}

@media only screen and (min-width: 879px) {
    .checkout-shipping .button_footer_line {
        float: right;
    }
}

@media only screen and (max-width: 879px) {
    .checkout-shipping #shippingBillingPageNext {
        width: 100%;
    }

    .checkout-shipping #shippingBillingPageNext .button_text {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 879px) {
    .checkout-shipping #shippingBillingPageNext {
        float: right;
    }
}

/*---------------------------------*\
    Checkout - Confirmation .checkout-confirmation
\*---------------------------------*/
.checkout-confirmation .main_content {
    padding: 0 20px !important;
}

.checkout-confirmation #checkout_crumb .continue_shopping {
    float: none; /* reset */
    padding: 0; /* reset */
}

.checkout-confirmation #checkout_crumb .continue_shopping .button_primary {
    margin-top: 35px;
}

.continue_shopping.position-right {
    float : right;
}

@media only screen and (max-width: 879px) {
    .checkout-confirmation #checkout_crumb .continue_shopping .button_primary {
        width: 100%;
    }
    
    .continue_shopping.position-right {
        margin-top: 30px;
        float : none;
        width: 100%;
    }
    
    .continue_shopping.position-right .button_primary {
        width: 100%;
    }
    
    .checkout-confirmation #checkout_crumb .continue_shopping .button_text {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 879px) {
    .checkout-confirmation #checkout_crumb .continue_shopping {
        float: right;
    }
}

.checkout-confirmation #shipping .shipping_address {
    padding-bottom: 35px;
}

@media only screen and (min-width: 879px), print {
    .checkout-confirmation .bg-table {
        margin-top: 35px !important; /* reset */
    }
}

@media only screen and (min-width: 879px) {
    .checkout-confirmation .billing_summary {
        margin-top: 35px;
    }
}

.checkout-confirmation #WC_CheckoutPaymentAndBillingAddressSummaryf_div_3_1 {
    margin-top: 35px;
}

.checkout-confirmation .button_footer_line {
    padding-top: 25px;
    padding-bottom: 35px;
}

@media print {
    .checkout-confirmation .button_footer_line {
        display: none;
    }
}

/* Header Checkout */
#headerRow1.headerCheckout {
    border-bottom: 1px solid #bebebe;
}

@media print {
    #headerRow1.headerCheckout {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

#AjaxLogon .top_border {
    float: none;
    border-top-width: 0;
}

.form_2column .inputField {
    width: 100%;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 0;
}

#orderItemDisplay .button_secondary {
    border-width: 0;
}

#billing summary .profile,
.billing_summary .profile,
.shipping_address_content .profile,
.shipping_address .profile {
    font-size: 16px;
}

#billing summary .text,
.billing_summary .text,
#shipping .text {
    text-transform: uppercase;
}

.shopping_cart_box .th_align_left_normal .img p + span,
#checkout_cart .item_wrapper .product_info_container .descp_product,
#shipping .item_wrapper .info_prodcut .descp_product {
    font-size: 12px;
    color: #444;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.main_header {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: -3px;
    max-width: 320px;
}

/* Checkout Shipping Adress [Edit] */
#editAddressContents .title h1 {
    padding-bottom: 45px;
}

/* Category View, Shopping  */
div.item_wrapper {
    padding-bottom: 60px;
    border-bottom: 1px solid #dadada;
    padding-top: 25px;
}

.item_wrapper .product_info_container .info_prodcut {
    float: left;
    width: 80%;
}

.item_wrapper .product_info_container .product_image_container {
    float: right;
    width: 20%;
}

.item_wrapper .product_info_container .price {
    font-size: 16px;
    color: #000;
    padding-top: 30px;
}

div.item_wrapper .product_image_container > img,
div.item_wrapper .product_image_container > a > img {
    width: 100%;
}

.item_wrapper .product_info_container .info_prodcut .qty {
    margin-top: 37px;
}

/* Shipping Mode Block */
#shipping .shipping_address {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dadada;
}

#checkout_ShippingPage .shippingMode {
    float: left;
    background-color: #f6f6f6;
}

#checkout_ShippingPage .shippingMode:nth-of-type(odd) {
    margin-right: 3.4%;
}

#checkout_ShippingPage .shippingMode .check {
    height: 100%;
    border-right: 3px solid #fff;
    position: relative;
}

#checkout_ShippingPage .shippingMode .check,
#checkout_ShippingPage .shippingMode .shippingContent {
    float: left;
}

/* Shipping Content */
#checkout_ShippingPage .shippingMode .shippingContent {
    width: 67%;
}

#checkout_ShippingPage .shippingMode .shippingContent > span {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

#checkout_ShippingPage .shippingMode .shippingContent p {
    font: 16px/19px 'Playfair Display', serif;
    color: #444;
    padding-top: 11px;
}

#checkout_ShippingPage .shippingMode .check input[type="radio"],
#paymentMethodsListArea input[type="radio"] {
    display: none;
}

#checkout_ShippingPage .shippingMode .check input[type="radio"] + label {
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    border: 1px solid #bebebe;
}

#paymentMethodsListArea {
    margin-top: 25px;
}

#paymentMethodsListArea label.desactivated {
    cursor:none;
    position: relative;
}

#paymentMethodsListArea label.desactivated > div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #505050;
    text-align: center;
    font-size: 18px; 
    background:rgba(246,246,246,0.8);
    transition: 2s background;
    padding-top: 20px;
}

.paymentMethodRadio, .paymentMethodRadio-desactivated {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border-radius: 50%;
    top: 45%;
    border: 1px solid #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}

.paymentMethodRadio-desactivated {
    border: 1px solid #EBEBEB;
}

.paymentMethodInfos {
    display: inline-block;
    padding: 20px 20px 20px 0;
    width: 80%;
    vertical-align: middle;
    text-align: center;
}

@media screen and (min-width: 879px) {
    .paymentMethodInfos {
        width: auto;
        min-width: 190px;
        text-align: center;
    }
}

.paymentMethodIcon {
    max-height: 50px;
}

.paymentMethodName {
    display: block;
    padding: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

#WC_BongenieCard_div_1_1 input[type="tel"] {
    width: 219px;
    height: 28px;
    padding: 0 0 0 20px;
    border: 1px solid #b4b4b4;
    font-size: 12px;
    text-transform: uppercase;
}

#checkout_ShippingPage .shippingMode .check input[type="radio"]:checked + label::after,
#paymentMethodsListArea input[type="radio"]:checked + label > .paymentMethodRadio::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 2px;
    left: 2px;
}

#checkout_ShippingPage .shippingMode div.cs-select {
    background: none;
    border-bottom-color: #bebebe;
    margin-top: 30px;
}

#checkout_ShippingPage .shippingMode .cs-select.cs-active {
    border-bottom: 1px solid #444;
}

#checkout_ShippingPage .shippingMode div.cs-select .cs-placeholder {
    color: #8b8b8b;
}

/* Title Block */
#box .title_Checkout {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    background: #fff;
    color: #000;
}

#box .title_Checkout span {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 70%;
    padding-right: 30px;
    padding-left: 30px;
    background: #fff;
    word-wrap: normal;
}

#box .title_Checkout span::before {
    padding-right: 10px;
}

#box #WC_ShipmentDisplay_div_5.title_Checkout span::before {
    content: "1.";
}

#box .shopping_cart_box .title_Checkout span::before {
    content: "2.";
}

#box #WC_ShipmentDisplay_div_22.title_Checkout span::before {
    content: "3.";
}

#box .title_Checkout::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000;
}

/* Shipping Block */
#checkout_ShippingPage.main_content .shipping_block .shipping_address_content .cs-select {
    margin-bottom: 17px;
    width: 288px;
}

#checkout_ShippingPage.main_content .shipping_block .customer_Info {
    font-family: "Playfair Display", serif;
    display: block;
    margin-bottom: 35px;
}

@media (min-width: 870px) {
    #checkout_ShippingPage.main_content .shipping_block .customer_Info {
        margin-bottom: 55px;
    }
}

#checkout_ShippingPage.main_content .shipping_block .customer_Info span {
    display: block;
}

#checkout_ShippingPage .shipping_method {
    margin-top: 35px;
}

#checkout_ShippingPage .shopping_cart_box {
    padding-top: 85px;
    clear: both;
}

/* Shipping */
#giftCardForm .title,
#shipping .title,
#shipping .label,
.billing .title,
#billing_summary .title {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.shipping_address .name {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #000;
}

.shipping_address .adress {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    color: #444;
}

#checkout_ShippingPage.main_content .shipping_block .hover_underline a,
#checkout_ShippingPage.main_content .shipping_block #shippingInstructionsCheckboxDiv label {
    font-size: 13px;
    color: #8b8b8b;
}

#checkout_ShippingPage.main_content .shipping_block .hover_underline a {
    text-decoration: none;
}

#checkout_ShippingPage.main_content .shipping_block #shippingInstructionsCheckboxDiv label {
    cursor: pointer;
}

#checkout_ShippingPage.main_content .shipping_block #shippingInstructionsCheckboxDiv input {
    display: none;
}

#checkout_ShippingPage.main_content .shipping_block #orderCommentCheckboxDiv {
    position: relative;
    margin-top: 22px;
}

#checkout_ShippingPage.main_content .shipping_block #orderCommentDiv {
    margin-top: 15px;
}

.checkbox_wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 2px;
}

.checkbox_wrapper input[type="checkbox"],
.checkbox_wrapper span.checkbox_mask {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6px;
    cursor: pointer;
}

.checkbox_wrapper input[type="checkbox"] {
    opacity: 0;
    z-index: 2;
}

.checkbox_wrapper span.checkbox_mask {
    border: 1px solid #d1d1d1;
    background: #fff;
}

.checkbox_wrapper input[type="checkbox"]:checked + span.checkbox_mask::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #000;
}

.checkbox_wrapper label {
    margin-left: 25px;
    font-size: 16px;
}

/* Detail Item Product */
#order_details div[id^="WC_OrderItemDetails_div_2_1"] {
    padding-top: 11px;
}

#order_details div[id^="WC_OrderItemDetails_div_1_1"] {
    padding-bottom: 10px;
}

/* Gift Card */
#giftCardSummary {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-pack: justify;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.8% 0;
}

#giftCardForm {
    margin: 0 0 20px;
}

#giftCardErrorMessage {
    color: #c01919;
    padding: 10px;
    display: inline;
    font-size: 12px;
}

@media only screen and (min-width: 1120px) {
    #giftCardSummary {
        display: flex;
    }
    #giftCardForm {
        width: 30%;
    }
}

#giftCardForm .title {
    padding-bottom: 19px;
}

#giftCardForm .input-group-giftCard {
    width: 100%;
}

#giftCardForm .input-giftCard {
    border-color: #bababa;
    text-transform: uppercase;
    font-size: 12px;
}

/* BG Club Voucher */
#voucherBgClub{
    margin: 0 0 20px;
}

@media only screen and (min-width: 1120px) {
    #voucherBgClub{
        position: relative;
        margin-left: 5%;
    }
}

#voucherBgClub .svg-logo {
    fill: #000;
    width: auto;
    height: 18px;
}

#voucherBgClub .title {
    position: relative;
    display: grid;
    padding-bottom: 16px;
}

#voucherBgClub .title__icon {
    padding-top: 34px;
}

#voucherBgClub .title__icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 1px;
    width: 85px;
    background-color: #b4b4b4;
}

#giftCardList .giftCardNum {
    font-size: 14px;
}

@media only screen and (max-width: 1119px) {
    #giftCardList .title_blank::before {
        content: "";
        display: inline-block;
        position: absolute;
        margin-top: -20px;
        height: 1px;
        width: 85px;
        background-color: #b4b4b4;
    }
    
    #giftCardList {
        margin-top: 45px;
    }
    
    #giftCardList .chf {
        margin-left: 8px;
    }
    
    #giftCardSummary{
        width: 80%;
    }
}

#voucherBgClub .title__text {
    margin-top: 6px;
}

@media only screen and (min-width: 1120px) {
    #voucherBgClub .title {
        display: flex;
        padding-bottom: 19px;
    }
    
    #voucherBgClub .title::before{
        content: "";
        display: inline-block;
        position: absolute;
        left: -40px;
        height: 85px;
        width: 1px;
        background-color: #b4b4b4;
    }

    #voucherBgClub .title__icon {
        padding-top: 0;
    }

    #voucherBgClub .title__icon::before {
        display: none;
    }


    #voucherBgClub .title__text {
        margin-top: 0;
    }
    
    #voucherBgClub .title__text::before {
        content: "";
        display: inline-block;
        position: relative;
        top: -4px;
        margin-right: 12px;
        margin-left: 16px;
        height: 1px;
        width: 12px;
        background-color: #b4b4b4;
    }
}

#voucherBgClub .voucherValue{
    height: 30px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 20px;
    background-color: #F5F5F5;
}

#voucherBgClub .input-group-voucherBgClub{
    display: flex;
}

#voucherBgClub .voucherIcon{
    position: relative;
    top: 2px;
}

#voucherBgClub .svg-voucher-solid{
    fill: #000;
    width: 16px;
}

#voucherBgClub .chf{
    position: relative;
    top: -2px;
    margin-left: 12px;
    color: #000000;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

#voucherBgClub .price{
    position: relative;
    top: -2px;
    color: #000000;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

#giftCardList .price {
    position: relative;
    top: -2px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    float: right;
    margin-left: 2px;
}

/* Total To Pay */
#giftCardTotal {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 25px 0;
}

#giftCardTotal:after {
    content: "";
    display: table;
    clear: both;
}

#giftCardTotal .line-label,
#giftCardTotal .line-value {
    width: 50%;
    float: left;
}

#giftCardTotal .line-label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media only screen and (min-width: 879px) {
    #giftCardTotal .line-label {
        text-align: right;
        width: 80%;
    }
    
    #giftCardTotal .line-value {
        width: 20%;
    }
}

#giftCardTotal .line-value {
    text-align: right;
}

@media only screen and (min-width: 1120px) {    
    #giftCardList .title_blank::before{
        content: "";
        display: inline-block;
        position: absolute;
        margin-left: -40px;
        height: 85px;
        width: 1px;
        background-color: #b4b4b4;
        margin-top: 10px;
    }
    
    #giftCardList {
        margin-left: 5%;
        width: 37%;
    }
}

@media only screen and (max-width: 410px) {    
    #giftCardList .giftCardNum {
        font-size: 10px;
    }
    
    #giftCardList .price, #giftCardList .chf {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 878px) {
    #giftCardSummary{
        width: 100%;
    }
}

#giftCardTotal .line-value .price {
    font-size: 22px;
    font-weight: 700;
}

#giftCardList .giftCardLine, #giftCardList .voucherLine {
    margin: 0 0 8px 0;
    padding-bottom: 8px;
}

#giftCardList .cardLabel {
    font-family: 'Playfair Display', serif;
}

#giftCardList a {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: inherit;
    margin: 0 0 0 15px;
    padding: 7.4px 8px;
    float: right;
}

#giftCardList .chf {
    float: right;
    font-family: 'Playfair Display', serif;
}

/* Payment Method */
#checkout_ShippingPage.main_content .choose_payment {
    padding-top: 25px;
}

#checkout_ShippingPage.main_content .choose_payment.hidden {
    display: none;
}

#checkout_ShippingPage.main_content .choose_payment ul {
    list-style: none;
}

#checkout_ShippingPage.main_content .choose_payment li {
    width: 100%;
}

@media screen and (min-width: 879px) {
    #checkout_ShippingPage.main_content .choose_payment li {
        display: inline-block;
        width: auto;
    }
}

#checkout_ShippingPage.main_content .choose_payment label {
    display: block;
    margin-bottom: 7px;
    margin-right: 7px;
    background: #f6f6f6;
    font-size: 0;
    cursor: pointer;
}

#checkout_ShippingPage.main_content .choose_payment option {
    display: none;
}

#checkout_ShippingPage.main_content .choose_payment li input {
    float: left;
}

/* Confirmation Page */
.ConfirmationPage {
    font-size: 14px;
    color: #000;
}

.ConfirmationPage .Confirmation_message {
    clear: both;
    margin: 35px 0;
}

.ConfirmationPage .Confirmation_message > span,
.ConfirmationPage .Confirmation_message h1 {
    font-family: 'Playfair Display', serif;
}

.ConfirmationPage .Confirmation_message h1 {
    font-size: 30px;
    line-height: 43px;
}

.ConfirmationPage .Confirmation_message > span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

@media only screen and (min-width: 879px), print {
    .ConfirmationPage .Confirmation_message > span {
        font-size: 18px;
    }
}

.ConfirmationPage .Confirmation_message p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.ConfirmationPage #billing_summary > input#PaymentsAndBill_authToken + .billing_summary {
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.ConfirmationPage #order_details .itemspecs {
    font-family: 'Playfair Display', serif;
}

.ConfirmationPage #order_details .itemspecs p {
    font-size: 16px;
}

.ConfirmationPage #order_details .itemspecs span {
    font-size: 12px;
}

/* @ Media Queries */
@media ( max-width: 879px) {
    #checkout_cart {
        padding: 0 20px;
    }

    /* Checkout Shipping block */
    #checkout_ShippingPage.main_content .shipping_block .title {
        font-size: 14px;
    }

    #checkout_ShippingPage.main_content .shipping_block .shipping_address_content {
        padding-top: 23px;
    }

    #checkout_ShippingPage.main_content .shipping_block .editAddressLink {
        margin-top: 4px;
    }

    #checkout_ShippingPage .shippingMode .shippingContent > span {
        font-size: 14px;
        width: 75%;
        display: block;
    }

    #checkout_ShippingPage .shippingMode .check {
        width: 49px;
    }

    #checkout_ShippingPage .shippingMode .check input[type="radio"] + label {
        margin-left: 18px;
    }

    #checkout_ShippingPage .shippingMode div.cs-select {
        width: 211px;
    }

    #shipping .item_wrapper .product_info_container .item-quantity span {
        font-weight: bold;
        font-size: 14px;
    }

    /* Total Breakdown */
    #shipping #total_breakdown #promotions .promotion_input input {
        width: 200px;
    }

    #shipping #total_breakdown #order_total tr:last-child .total_details {
        font: 600 16px/30px 'Source Sans Pro', sans-serif;
    }

    #checkout_ShippingPage.main_content .shipping_block.border {
        padding-top: 25px;
    }

    #checkout_ShippingPage.main_content #WC_CheckoutPaymentsAndBillingAddressf_div_2_1 .shipping_block.border {
        padding-top: 0;
    }

    #checkout_ShippingPage.main_content #WC_CheckoutPaymentsAndBillingAddressf_div_2_1 .shipping_block .title {
        padding: 25px 0 10px;
    }

    #checkout_ShippingPage.main_content .shipping_block.gift_Card.Total_to_pay {
        padding: 8px 0 14px !important;
    }

    #checkout_ShippingPage.main_content .billing_method.BillingCard {
        overflow-x: hidden;
    }

    #checkout_ShippingPage.main_content #paymentSection2.shipping_block.gift_Card {
        padding-top: 25px;
    }

    #checkout_ShippingPage.main_content .choose_payment li img {
        width: 60px;
    }

    #checkout_ShippingPage.main_content .choose_payment li input {
        margin: 10px 19px 0 0;
    }

    #checkout_ShippingPage.main_content .shipping_block.choose_payment .title {
        padding: 25px 0 10px;
    }
}

@media ( min-width: 879px) {
    #checkout_ShippingPage.main_content .shipping_block .shipping_address_content {
        padding-top: 25px;
    }

    #checkout_ShippingPage.main_content .shipping_block.Total_to_pay {
        padding: 29px 0 34px;
    }

    #shipping .shipping_method .title {
        padding-bottom: 25px;
    }

    .ConfirmationPage #shipping .shipping_method .title {
        padding-bottom: 0;
    }

    #checkout_ShippingPage .shippingMode .shippingContent > span {
        font-size: 16px;
    }

    #checkout_ShippingPage .shippingMode .check {
        width: 77px;
    }

    #checkout_ShippingPage .shippingMode .check input[type="radio"] + label {
        margin-left: 31px;
    }

    #checkout_ShippingPage .shippingMode div.cs-select {
        width: 240px;
    }

    #checkout_ShippingPage.main_content .choose_payment li input {
        margin: 19px 19px 0 0;
    }
}

@media ( max-width: 1024px) {
    /* Title Block */
    #box .title_Checkout {
        font-size: 26px;
    }

    #checkout_ShippingPage .shippingMode {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }

    #checkout_ShippingPage .shippingMode .shippingContent {
        padding: 25px 0 0 18px;
    }
}

@media ( min-width: 1024px) {
    #checkout_ShippingPage .shippingMode {
        width: 48.3%;
        max-width: 580px;
        height: 240px;
        background-repeat: no-repeat;
        background-position: 91.2% 74.1%;
    }

    #checkout_ShippingPage .shippingMode.la_poste_bongenie,
    #checkout_ShippingPage .shippingMode.la_poste_outlet {
        background-image: url(../../images/ShippingMode_SwissPost.png);
    }

    #checkout_ShippingPage .shippingMode.PickupInStore {
        background-image: url(../../images/ShippingMode_Store.png);
    }

    #checkout_ShippingPage .shippingMode .shippingContent {
        padding: 50px 0 0 39px;
    }
}

@media (max-width: 515px) {
    #editAddressContents .button_footer_line .required-field {
        clear: both;
        display: block;
        padding: 0;
    }
}

@media (max-width: 320px) {
    /* CS Select */
    #checkout_ShippingPage .shippingMode div.cs-select {
        width: 193px;
    }

    #shipping .shippingContent .cs-select > span {
        padding-right: 0;
    }

    #shipping .shippingContent .cs-placeholder::after {
        display: none;
    }
}
/***  PopinLoyaltyCard  ***/
.PopinLoyaltyCard {
    position: fixed !important;
    top: 15% !important;
    left: 15% !important;
    width: 70%;
    max-width: 70%;
    padding: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    z-index: 4999 !important;
}

@media (max-width: 700px) {
    .PopinLoyaltyCard {
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: inherit;
        transform: inherit;
        width: 100% !important;
        max-width: 100%;
        height: 100% !important;
        position: fixed !important;
    }
}

.PopinLoyaltyCard .dijitDialogTitleBar {
    position: absolute !important;
    top: -10px !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
}

.PopinPrivacySetting .dijitDialogPaneContent {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 700px) {
    .PopinLoyaltyCard  .close_acce {
        right: 0;
        top: 0;
    }
}

.PopinLoyaltyCard  .modal-header {
    text-align: right;
}

.PopinLoyaltyCard  .modal-body__title {
    padding: 17px;
    margin-top: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    letter-spacing: .16px;
    line-height: 40px;
}

.PopinLoyaltyCard  .modal-body__title {
    margin-top: 40px;
}

@media (max-width: 700px) {
    .PopinLoyaltyCard  .modal-body__title {
        padding-right: 0;
        padding-left: 0;
        font-size: 26px;
        line-height: 30px;
    }
}

.PopinLoyaltyCard .modal-body__form {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 700px) {
    .PopinLoyaltyCard .modal-body__form {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.PopinLoyaltyCard .modal-body__explanation {
    padding: 10px 10px 20px;
}

.PopinLoyaltyCard .modal-body__text {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.PopinLoyaltyCard .register__card-member__form-popin {
    display:flex;
    flex-direction:column;
    justify-content: center;
}

@media (min-width: 970px) {
    .PopinLoyaltyCard .register__card-member__form-popin {
        flex-direction: row;
    }
}
@media (min-width: 970px) {
    .PopinLoyaltyCard .bgc-form-group .bgc-form_label {
        top: initial;
        bottom: 0;
    }

    .bgc-form-group.input--filled .bgc-form_label {
        top:0;
        bottom: initial;
    }
}

.PopinLoyaltyCard .bgc-form-register{
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .PopinLoyaltyCard .bgc-form-register{
        margin-top: 2rem;
    }

    .PopinLoyaltyCard .bgc-form-register:first-child{
        margin-right: 1rem;
    }
}

.PopinLoyaltyCard  #loyaltyCardNumber{
    margin-top: 3rem;
}

.PopinLoyaltyCard  #loyaltyPin {
    margin-top: 1.4rem;
}

@media (min-width: 359px) {
    .PopinLoyaltyCard  #loyaltyCardNumber {
        margin-top: 2rem;
    }
}

@media (min-width: 414px) {
    .PopinLoyaltyCard  #loyaltyPin {
        margin-top: 0;
    }
}

@media (min-width: 572px) {
    .PopinLoyaltyCard  #loyaltyCardNumber {
        margin-top: 0;
    }
}

@media (min-width: 700px) {
    .PopinLoyaltyCard  #loyaltyCardNumber {
        margin-top: 2rem;
    }
}

@media (min-width: 814px) {
    .PopinLoyaltyCard  #loyaltyCardNumber {
        margin-top: 0;
    }
}

@media (min-width: 970px) {
    .PopinLoyaltyCard  #loyaltyCardNumber {
        margin-top: 2rem;
    }
}

.PopinLoyaltyCard .modal-btn {
    display: flex;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    flex-direction:row;
}

@media (max-width: 370px) {
    .PopinLoyaltyCard .modal-btn {
        display: flex;
        margin-top: 20px;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .PopinLoyaltyCard .modal-btn {
        display: flex;
        margin-top: 0;
        justify-content: center;
        flex-direction: column;
    }
}

.PopinLoyaltyCard .modal-btn .buttons_actions {
    display: inline-block;
    border-radius: 0;
}

.PopinLoyaltyCard .modal-btn .button_primary .button_text {
    height: auto;
    padding: 20px 46px 20px 30px;
}

.PopinLoyaltyCard .modal-btn .button_primary {
    justify-content:center;
    margin-top:0;
    margin-left: 20px;
}

@media (max-width: 700px) {
    .PopinLoyaltyCard .modal-btn .button_primary {
        margin-top: 20px;
        margin-left: 0;
    }
}

.PopinLoyaltyCard .modal-btn .button_secondary .button_text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content:center;
    height: auto;
    width: auto;
    padding: 20px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid #000;
    border-radius: 0;
}
