#remise {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    padding-left: 10px;
}

#remise .full-width {
    grid-column: span 2;
}

#total-remise {
    font-size: 20px;
    font-style: italic;
}

.text-remise,
.text-remise-empechement {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.text-remise p,
.text-remise-empechement p {
    font-weight: 600;
}
 
.text-remise span,
.text-remise-empechement span {
    display: block;
    font-style: italic;
}

.text-remise p,
.text-remise span {
    color: #5dd651;
}

.text-remise-empechement p,
.text-remise-empechement span {
    color: #FF1654 ;
}

.empechement_remisetype {
    font-weight: bold;
    color: #FF1654 ;
}

.input_promo {
    width: 85%!important;
}

.btn-promo {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
}

.btn-promo-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

#total-final-green {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #9ccc6e;
    color: white;
    margin-top: 45px;
    align-items: baseline;
    padding: 10px;
    margin-bottom: 5px;
}

#total-final-ttc {
    margin-left: 5px;
    font-size: 20px;
}

#text-total-final {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

#total-final-price {
    font-size: 25px;
    font-weight: bold;
}

#total-final {
    text-align: start;
}

#total-disclamer {
    font-style: italic;
    color: #707070;
    text-align: left;
}

#end-checkout-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin-bottom: 50px;
}

#poursuivre_btn {
    color:#4a7853!important;
    border:2px solid #4a7853!important;
    background-color: #fff!important;
}

#end-checkout-buttons>.btn {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

#save_panier_text a {
    text-decoration: underline;
    font-weight: bold;
}

.quantity_product_box {
    border-radius: 5px!important;
}

.btn_selector {
    width: 20px;
    min-width: 20px;
    border-radius: 50px;
    height: 20px;
    min-height: 20px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}

#economy-text {
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    color: #666;
    font-weight: 500;
}

#prixbarre-total {
    text-align: end;
    margin-right: 60px;
    font-size: 20px;
}

#fcodepromo, #form_codeparrain {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
}

#form_codeparrain input, #fcodepromo input {
    width: 50%!important;
}

.btn-promo-wrap a, .btn-promo-wrap a:hover, .btn-promo-wrap a:focus {
    background-color: white!important;
    color: black!important;
    border: 2px solid #b1b1b1!important;
    font-weight: bold;
}

#total-sub-1 {
    flex-grow: 1;
}

@media screen and (max-width: 600px) {
    #total-sub-1 {
        flex-grow: unset;
    }
}

.input_block {
    flex-direction: column;
    align-items: flex-start;
}

.input_promo {
    margin: 0!important;
    min-height: 40px!important;
}

.exclamation-picto {
    height: 20px;
    border: 2px solid;
    padding: 2px 8px;
    border-radius: 25px;
    margin-right: 5px;
}

.msg_block {
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #7CC576;
}

.error_block {
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: red;
}

.reduc_applied {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0;
}

.btn_reduc_applied {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
    align-items: center;
}

.btn-delete-promo {
    margin-top: -2px;
    cursor: pointer;
    height: 25px;
    margin-left: 10px;
}

#info_tarif_premium {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 20px;
    color: #5C5C5C;
}

#info_tarif_premium p {
    font-weight: bold;
}

#info_tarif_premium a {
    font-weight: normal;
    text-decoration: underline;
}

@media screen and (max-width: 380px) {
    #info_tarif_premium {
        font-size: .725rem;
    }
}

@media screen and (max-width: 1024px) {
    #total>#total-weight {
        padding-left: 0!important;
    }
}

@media screen and (min-width: 381px) and (max-width: 1024px) {
    #info_tarif_premium {
        padding-left: 0!important;
        margin-left: 20px;
    }
}

.code-text {
    font-weight: bold;
    color: #505050;
}

.code-expl {
    font-style: italic;
    margin-top: 5px;
}

#error_promo, #error_parrain {
    align-items: center;
    margin-top: 5px;
}

#error_promo>img, #error_parrain>img {
    height: 25px;
}

#error_promo_txt, #error_parrain_txt {
    margin-left: 5px;
    font-weight: 600;
    font-style: italic;
    color: red;
    text-align: left;
}

.code-price {
    font-size: 20px;
    font-style: italic;
}

@media screen and (min-width: 601px) {
    .fastcmd .article_panier>.col7 { width:40%;}
    .fastcmd .article_panier>.col1 { width:12%;text-align: center;}
    .fastcmd .article_panier>.col3 { width:12%;text-align: right;}
    .fastcmd .article_panier>.col4 { width:12%;text-align: center;}
}

.recapmonpanier>.article_panier>.col7 { display: none;}

#total {
    justify-content: flex-start;
    padding-right: 20px;
    border-bottom: 1px solid;
    font-style: italic;
    padding-bottom: 25px;
}
#total>#total-weight {
    padding-left: 45px;
}

#avantages {
    text-align: left;
    font-size: 12px;
    padding: 20px 0 20px 10px;
    color: #5C5C5C;
    display: flex;
    align-items: center;
    position: relative;
}

#avantages-modal {
    position: absolute;
    background-color: white;
    border: 1px solid #707070;
    padding: 10px 5px;
    right: 0;
    top: 60px;
    font-size: .929rem;
    font-weight: 300;
    display: none;
}

#avantages-modal div {
    font-style: italic;
    text-align: left;
    position: relative;
    font-size: .929rem;
}

#close-avantages-modal {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 2;
    cursor: pointer;
}

.finpanier {
    position: relative;
    width:47.75%;
    max-width: 830px;
}

@media screen and (min-width: 1025px) {
    .finpanier {
        min-width: 400px;
    }
}

.monpanier .article_panier.article_panier_array .col5 {
    font-weight: 400;
}

@media screen and (max-width:960px) {
    .monpanier .article_panier .col3 [id*='edit_infoprixpro'] p,
    .monpanier .article_panier .col3 [class*='infoprixclub'] p{font-size:8px;}
    .monpanier .article_panier .col4 input { max-width:70px;}
}

@media screen and (min-width: 601px) {
    .monpanier header>.article_panier .col1 { text-align:left;}
    .monpanier .article_panier .col1 img {max-height:115px; border: 1px solid #c5c5c5;}
    .monpanier .article_panier .col3 { position: relative;}
    .monpanier .article_panier .col3 [id*='edit_infoprixpro'],
    .monpanier .article_panier .col3 [class*='infoprixclub'] {font-size:10px;}
    .monpanier .article_panier .col3 [id*='edit_infoprixpro'] img,
    .monpanier .article_panier .col3 [class*='infoprixclub'] img { height:20px;}
    .monpanier .article_panier .col3 [class*='infoprixclub'] p{
        color:#cd362c;
        line-height: 20px;
    }

    .monpanier .article_panier .col4 input {
        max-width:60px;
        min-height:33px;
        margin: 0 5px;
    }

    .monpanier .article_panier .col5 { width:10%;text-align:left;}
    .monpanier .article_panier .col7 { width:6.13%;text-align:center; height: 15px;}
    .monpanier .article_panier .col1 { width:7%;text-align:center;}
    .monpanier .article_panier .col2 { width:33.33%;text-align:left;}
    .monpanier .article_panier .col2.premium { width:20%;text-align:left;}
    .monpanier .article_panier .col3 { width:19.60%;text-align:center;;font-weight:600;}
    .monpanier .article_panier .col3.premium { opacity:40%}
    .monpanier .article_panier .colpremium { font-weight:600; text-align: center;}
    .monpanier .article_panier .col4 { width:15.22%;text-align:center;display: flex;justify-content: center;align-items: center;}

    .monpanier .article_panier .col3 [id*='edit_infoprixpro'] p,
    .monpanier .article_panier .col3 [class*='infoprixclub'] p{font-size:8px;}
    .monpanier .article_panier .col4 input { max-width:70px;}

    .monpanier .article_panier.article_panier_array .col2 {
        font-size: 1rem;
    }
}

.monpanier .article_panier .col7 a img {
    max-height: 100%;
}

.col5 {
    margin-right: 20px;
    border-left: 1px solid;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bcwhite {
    border-color: white;
}

.bcgrey {
    border-color: #707070;
}

.col5-top {
    margin: 8px 20px 10px 0;
    min-height: 19px;
}

#form_cleanpanier {
    padding-top: 10px;
}

@media screen and (max-width: 600px) {
    #avantages-modal {
        right: 10px!important;
        left: 10px!important;
        top: 95px!important;
    }

    #header_panier_mobile {
        display: flex!important;
        height: 36px;
        align-items: center;
        justify-content: center;
    }

    #header_panier_mobile h2 {
        color: white;
        text-align: center;
        font-weight: 600;
    }

    #total_only_mobile {
        display: flex!important;
        padding-left: 10px;
        align-items: center;
        grid-area: 4 / 1 / 4 / 1;
        height: 100%;
        background-color: #e5e5e5e5;
    }

    .article_panier.premium #total_only_mobile {
        grid-area: 5 / 1 / 6 / 2;
    }

    #total_only_mobile p {
        font-weight: 300;
        text-transform: uppercase;
    }

    .fw-300 {
        font-weight: 300!important;
    }

    .align-end {
        text-align: end;
    }

    .weight {
        font-size: 1rem!important;
    }

    .total {
        font-size: 1.143rem!important;
        color: black;
        font-weight: 600;
    }
}

.cart_end {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.cart_end>.inverted {
    margin-left: 0!important;
}

@media screen and (min-width: 1024px) and (max-width: 1290px) {
    .cart_end .btn {
        font-size: 14px!important;
    }
}

@media screen and (min-width: 601px) and (max-width: 1290px) {
    .cart_end .btn {
        padding: 9px 10px!important;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .cart_end .btn {
        font-size: 11px!important;
    }
}

@media screen and (min-width: 601px) {
    .cart_end {
        padding-top: 20px;
    }
}

.validate_cart {
    margin: 10px 0;
}

.inverted {
    color: #4a7853 !important;
    border: 2px solid #4a7853 !important;
    background-color: #fff !important;
}

.inverted:hover {
    color: #fff !important;
    background-color: #4a7853 !important;
}

#total_only_mobile {
    display: none;
}

#header_panier_mobile {
    display: none;
}

#save_cart {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.save_cart_div {
    text-decoration: underline;
    font-weight: 600;
}

.total-remise_pourcent, .total-remise_promo, .total-remise_tarif {
    font-size: 20px;
    margin-right: 38px;
}

@media screen and (max-width: 600px) {
    .total-remise_pourcent, .total-remise_promo, .total-remise_tarif {
        font-size: 14px!important;
        margin-right: 23px!important;
    }

    .code-price {
        font-size: 14px!important;
    }
}

@media screen and (min-width: 601px) and (max-width: 890px) {
    header.article_panier {
        font-size: .786rem!important;
    }

    .monpanier .article_panier.article_panier_array .col2 {
        font-size: .8rem!important;
    }

    .monpanier.article_panier.article_panier_array .col3 {
        font-size: .8rem!important;
    }

    .article_panier span.barre {
        font-size: .7rem!important;
    }

    .quantity_product_box {
        font-size: .786rem!important;
    }

    .monpanier .article_panier.article_panier_array .col5 {
        font-size: .9rem!important;
    }

    .monpanier .article_panier .col6 {
        font-size: .8rem!important;
    }

    #form_cleanpanier a span {
        font-size: .8rem!important;
    }

    .monpanier .article_panier.article_panier_array .col3, .monpanier .article_panier.article_panier_array .colpremium {
        font-size: .8rem;
    }
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
    #total-final-price {
        font-size: 1.143rem!important;
    }

    #prixbarre-total {
        font-size: 1.071rem!important;
    }

    #total-final-ttc {
        font-size: 1.071rem!important;
    }

    #text-total-final {
        font-size: 1.429rem!important;
    }

    .plus_selector, .minus_selector {
        display: none;
    }

    #form_cleanpanier a {
        height: 15px!important;
    }
}

#form_cleanpanier a span {
    color: #999999;
}

#avantages h2 {
    font-weight: 600;
}

.cart_end a {
    font-weight: 600;
    width: 50%;
    white-space: nowrap;
}

.monpanier .article_panier .col7 a span { display: none;}

.monpanier .article_panier .col7 a {
    font-weight: bold;
}

div.article_panier {
    border:1px solid #c5c5c5;
    background-color: #f5f5f5;
}

header.article_panier {
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    font-size:16px;
    height: 40px;
    font-weight: 600;
}

#form_cleanpanier a {
    height: 20px;
    float:left;
    width: 200px;
    padding: 0;
}

#form_cleanpanier {
    width: 100%;
}

#main_bloc {
    width: 90%;
    margin: auto;
}

.maxw1169.spepad {
    max-width: none!important;
}

#form_cleanpanier a img {
    opacity: 0.4;
}

@media screen and (max-width: 380px) {
    .text-remise,
    .text-remise-empechement {
        font-size: .875rem!important;
    }

    #total-remise {
        font-size: .988rem!important;
    }

    #error_promo_txt, #error_parrain_txt {
        font-size: .5rem!important;
    }

    #error_promo>img, #error_parrain>img {
        height: 15px;
    }

    #remise {
        grid-gap: 10px!important;
    }

    #avantages {
        margin: 0 10px 0 10px!important;
        font-size: .625rem!important;
    }
}

@media screen and (max-width: 600px) {
    .article_panier span.align-end {
        font-size: 17px;
    }
    #total {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }

    #main_bloc {
        width: 100%!important;
    }

    #save_cart {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cart_end {
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    #form_commande div.center a.btn {
        width: 100%!important;
        font-size: 1.286rem!important;
    }

    .col7 {
        height: 15px;
    }

    .monpanier .article_panier .col7 a img {
        max-height: 15px!important;
    }

    span.lib {
        color: #575757;
        font-weight: bold !important;
    }

    .col3>span:first-child {
        color: #575757;
    }

    .col3.premium>span {
        opacity: 40%;
    }

    .price {
        display: flex;
        flex-direction: column;
    }

    .col2 span.lib {
        display: none!important;
    }

    .col6 span.lib {
        display: none!important;
    }

    .article_panier {
        display: grid!important;
        grid-template-columns: repeat(3, 1fr)!important;
        grid-template-rows: 1fr 1fr 1fr 0.5fr!important;
        grid-column-gap: 0!important;
        grid-row-gap: 0!important;
    }

    .article_panier.premium {
        display: grid!important;
        grid-template-columns: repeat(3, 1fr)!important;
        grid-template-rows: 1fr 0.3fr 0.3fr 0.5fr 0.5fr !important;
        grid-column-gap: 0!important;
        grid-row-gap: 0!important;
    }

    header.article_panier {
        display: none!important;
    }

    .col1 {
        grid-area: 1 / 1 / 4 / 2!important;
    }

    .article_panier.premium .col1 {
        grid-area: 1 / 1 / 5 / 2!important;
    }

    .col2 {
        grid-area: 1 / 2 / 2 / 4!important;
    }

    .article_panier.premium .col2 {
        grid-area: 1 / 2 / 2 / 4!important;
    }

    .col3 {
        grid-area: 2 / 2 / 3 / 4!important;
    }

    .article_panier.premium .col3 {
        grid-area: 2 / 2 / 3 / 4!important;
    }

    .colpremium {
        grid-area: 3 / 2 / 4 / 4!important;
    }

    .col4 {
        grid-area: 3 / 2 / 4 / 4!important;
        margin-top: 0!important;
    }

    .article_panier.premium .col4 {
        grid-area: 4 / 2 / 5 / 4!important;
    }

    .col5 {
        grid-area: 4 / 2 / 5 / 3!important;
        background-color: #e5e5e5e5;
        font-size: 18px;
        font-weight: normal;
        height: 100%!important;
        margin-top: 0!important;
    }

    .article_panier.premium .col5 {
        grid-area: 5 / 2 / 6 / 3!important;
    }

    .col6 {
        grid-area: 4 / 3 / 5 / 4!important;
        background-color: #e5e5e5e5;
        font-size: 18px;
        height: 100%!important;
        margin-top: 0!important;
    }

    .article_panier.premium .col6 {
        grid-area: 5 / 3 / 6 / 4!important;
    }

    .col7 {
        grid-area: 4 / 4 / 5 / 5!important;
        background-color: #e5e5e5e5;
        height: 100%!important;
        margin-top: 0!important;
        padding-right: 10px!important;
    }

    .article_panier.premium .col7 {
        grid-area: 5 / 4 / 6 / 5!important;
    }

    .display-mobile {
        grid-area: 4 / 1 / 5 / 2;
        height: 100%;
        background-color: #e5e5e5e5;
        display: flex;
        align-items: center;
        padding-left: 5px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #656565;
    }

    .monpanier .article_panier .col2 {
        height: 50px;
    }

    .article_panier [class*="col"] span.lib+span {
        width: 100%;
    }

    .monpanier .article_panier .col2 {
        border-bottom: 0!important;
    }

    .article_panier [class*="col"] {
        border-bottom: 0!important;
    }

    .col5 {
        border-left: 0!important;
        justify-content: start;
        margin-right: 0!important;
        min-height: 0!important;
    }

    .article_panier [class*="col"] {
        margin-top: 20px;
    }

    .minus_selector {
        display: none;
    }

    .plus_selector {
        display: none;
    }

    .price {
        max-width: 30%;
    }

    .inputset {
        min-height: 30px!important;
    }

    .monpanier {
        margin-right: 0;
    }

    div.article_panier {
        padding: 0!important;
        background-color: white!important;
        color: #656565!important;
    }

    img.maxw100 {
        margin: 0;
    }

    a.col1 {
        margin: 0!important;
    }

    span.price {
        color: #656565;
    }

    span.price .barre {
        font-weight: normal!important;
    }

    #form_commande {
        margin: 0!important;
    }

    .finpanier {
        width: 100%;
        max-width: 100%;
    }

    #prixbarre-total {
        display: none;
    }

    #end-checkout-buttons {
        flex-direction: column-reverse!important;
        margin-bottom: 20px!important;
    }

    #total-final-price {
        margin-left: auto;
    }

    #end-checkout-buttons .btn {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0!important;
    }

    #save_panier_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-remise,
    .text-remise-empechement {
        display: block;
        text-align: left;
        font-weight: 600;
    }
    
    .text-remise
    {
        color: #505050;
    }

    .text-remise-empechement
    {
        color: red;
    }

    .text-remise span,
    .text-remise-empechement span {
        white-space: nowrap;
        font-weight: 400;
    }

    #total {
        width: 100%;
        border-left: 2px #9ccc6e solid;
        border-right: 2px solid #9ccc6e;
        border-bottom: 0;
    }

    #total-final {
        border-left: 2px #9ccc6e solid;
        border-right: 2px solid #9ccc6e;
    }

    #remise {
        border-bottom: 0;
        margin: 0 10px 0 10px;
        padding-left: 0;
        grid-template-columns: 3fr 1fr;
        grid-gap: 10px 0!important;
    }

    .remise_mobile_applied {
        grid-template-columns: 2fr 2fr!important;
    }

    #avantages {
        margin: 0px 20px 0px 20px;
        border-top: 1px solid #dbdbdb;
        padding-left: 0;
    }

    #form_cleanpanier {
        height: 60px;
        border-left: 2px #9ccc6e solid;
        border-right: 2px solid #9ccc6e;
    }

    .finpanier {
        padding-top: 0;
    }

    .monpanier {
        border-left: 2px #9ccc6e solid;
        border-right: 2px solid #9ccc6e;
    }

    div.article_panier {
        border-left: 0;
        border-right: 0;
    }

    #nb_articles_panier {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        color: white;
        background-color: #9CCC6E;
        text-transform: initial;
        font-size: 20px;
    }

    #total-final-green {
        margin-bottom: 0;
        width: 100%;
    }

    #economy-text {
        border-top: 1px solid #dbdbdb;
        width: 90%;
        padding-right: 0;
    }

    #total-final {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #record_cleanpanier {
        padding-left: 10px!important;
        color: #999999;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase;
        font-size: 13px!important;
    }

    #form_applypromo {
        border-left: 2px #9ccc6e solid;
        border-right: 2px solid #9ccc6e;
    }

    .btn-promo-wrap {
        width: 80px;
    }

    .btn_code_reduc {
        width: 100%;
        font-size: 10px;
        display: flex;
        justify-content: center;
    }

    .input_block input, .input_block input:focus {
        padding-left: 5px;
    }

    #total-remise {
        text-align: right;
        font-size: 15px;
        font-weight: 600;
    }

    .error_block {
        display: flex;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
    }

    .btn_reduc_applied {
        justify-content: end;
    }

    .btn-delete-promo {
        right: 10px;
        height: 20px;
        margin-top: 0;
    }
}

#avantages img {
    margin-left: 20px;
    height: 20px;
    cursor: pointer;
}

.disclamer-guest {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
}

.disclamer-guest p {
    font-weight: 600;
    color: #707070;
}

@media screen and (max-width: 1024px) {
    .disclamer-guest p {
        text-align: left;
    }
}