/* --- CSS files for 1001 checkout responsive --- */


a{
    color: #828282;
}
a:hover,
a:focus{
    color: #666666;
}
.clear{
    clear: both;
    line-height: 0;
}
.glyphicon-remove,
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline{
    color: #ef3030;
}
.glyphicon-ok{
    color: #9bff00;
}
.test-A{
    /*display: block;*/
    display: none;
}
.test-B{
    /*display: none;*/
    display: block;
}
.align-center{
    text-align: center;
}

/* *----- HEADER -----* */
.container-header{
    position: relative;
}
.navbar-header{
    background: #42605e;
    width: 100%;
}
.navbar-toggle .icon-bar{
    background: #ffffff;
}
.accroche{
    padding: 3px 0;
}
.accroche > span{
    display: block;
}
.texte1,
.texte2{
    display: block;
}
.accroche .texte1{
    color: #ffffff;
    font-size: 12px
}
.accroche .texte2{
    color: #9bff00;
    font-weight: bold;
    font-size: 13px;
    background: transparent url("/img/fronts/1001/puce05.gif") no-repeat scroll 0px 3px;
    padding-left: 15px;
}
.accroche1{
    top: 0;
    position: relative;
}
.logo img{
    max-height: 50px;
    padding-top: 2px;
}
.free-shipping-xs{
    background: #7eb9b8;
    padding: 3px;
    text-align: center;
    margin: 0 -15px;
}
.free-shipping-xs img{
    margin: 3px auto;
}
.navbar-nav{
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav li a{
    color: #42605e;
    border-bottom: 1px solid #c3c3c3;
}
.navbar-nav .aide{
    background: url('/img/fronts/1001/icon-help.png') no-repeat 15px center transparent;
    padding-left: 46px;
}

@media (min-width: 768px) {
    .logo img{
        max-height: 90px;
        position: static;
        top: auto;
    }
    .navbar-toggle {
        top: 15px;
    }
    .free-shipping img{
        float: right;
    }
    .accroche{
        padding: 10px 0;
    }
    .texte2{
        font-size: 16px;
    }
    .accroche1,
    .accroche2{
        float: left;
        display: inline-block;
    }
    .accroche1{
        margin-right: 10px;
        position: static;
        top: auto;
    }
    .accroche2{
        color: #7eb9b8;
        font-size: 11px;
        width: 50%;
        padding: 4px;
    }
    .accroche .texte1{
        font-size: 14px;
    }
    .accroche2 .texte4{
        color: #ffffff;
    }
    .header_slogan{
        display: block;
        clear: both;
        color: #ffffff;
        font: bold italic 11px/20px Georgia,Times,serif; 
        padding: 10px 0;
    }
}
@media (min-width: 990px) {
    .navbar-collapse-1001{
        position: absolute;
        top: 0;
        right: 0;
        width: 24%;
    }
    .navbar-nav{
        float: right;
        background: transparent;
    }
    .navbar-nav li{
        display: inline-block;
        padding: 5px 0;
    }
    .navbar-nav li a{
        color: #ffffff;
        font-size: 9px;
        line-height: 17px;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .navbar-nav li a:hover{
        background-color: transparent;
        text-decoration: underline;
    }
    .navbar-nav .aide{
        background: url('/img/fronts/1001/icon-help.png') no-repeat 0 center transparent;
        padding-left: 26px;
    }
    .navbar-nav .panier{
        background: url('/img/fronts/1001/picto_panier.gif') no-repeat 5px center transparent;
        padding-left: 27px;
        border-left: 1px solid #aaa;
        margin-left: 4px;
    }
    .header_slogan{
        font-size: 13px;
    }
    .navbar-nav li a{
        font-size: 12px;
        line-height: 17px;
    }
    .accroche{
        padding: 3px 0 0 0;
    }
}

.tva-inc {
    font-size: 14px;
}
.tocart {
    height: 95px;
}


/*-- --*/

/* *------- BREADCRUMB ------* */
.container-checkout{
    min-height: 860px;
}
.breadcrumb{
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 10px;
    clear: both;
}
.breadcrumb li{
    background: #e3e3e3;
    position: relative;
    margin-right: 11px;
    width: 19%;
}
.breadcrumb > li + li:before,
.breadcrumb li:before{
    content: "";
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #ffffff;
    position: absolute;
    left:0;
}
.breadcrumb > li + li:after,
.breadcrumb li:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid #e3e3e3;
    position: absolute;
    display: block;
    right: -10px;
    top: 0;
}
.breadcrumb li .breadcrumb-xs{
    padding: 0 34% 0 50%;
}
.breadcrumb > .active{
    background: #42605e;
    color: #ffffff;
}
.breadcrumb li.active:after {
    border-left: 11px solid #42605e;
}

@media (min-width: 768px) {
    .breadcrumb{
        clear: both;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 30px;
    }
    .breadcrumb li{
        width: 21%;
    }
    .breadcrumb > li + li::before, 
    .breadcrumb li::before{
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    .breadcrumb > li + li::after,
    .breadcrumb li::after{
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
}
@media (min-width: 990px) {
    .breadcrumb li{
        width: 23%;
    }
}

/* *------------ CART --------------* */

.checkout-process{
    color: #42605e;
}
.checkout-process form{
    margin-bottom: 0;
}
.checkout-title-1{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.checkout-process .cart{
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.alert.alert-danger {
    position: sticky;
    top: 20px;
    z-index: 1;
}
.alert.alert-danger .flashMessages {
    font-weight: bold;
    list-style: none;
}
.image-container,
.model-container{
    text-align: center;
}
.model-container{
    color: #42605e;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
.onstock{
    color: #33c933;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    display: inline-block;
}
.model-container-inner .replaced{
    color: #7EB9B8;
    margin: 10px 0 15px 0;
}
.model-container-inner .replaced .info-2{
    color: #42605e;
    display: block;
}
.model-container-inner .replaced .info-3{
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.all-inclusive{
    color: #33c933;
    font-size: 10px;
    padding-bottom: 5px;
    display: inline-block;
}
.notice-inclusive{
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.notice-inclusive p{
    color: #42605e;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.notice-inclusive:before{
    background: url('/img/fronts/1001/pdf-icon-cart.png') no-repeat 0 2px;
    content: "";
    width: 20px;
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}
.model-container input.item-qty-xs{
    width: 70%;
    border-radius: 4px 0 0 4px;
    padding: 2px;
}
.btn-qty-xs{
    background: #7eb9b8;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    padding: 5px 4px;
    height: 26px;
    float: left;
}
.model-container-inner .btn-qty-xs{
    float: none;
    padding: 6px 4px;
}
.quantity-container input{
    text-align: center;
}
.quantity-container input[type=number]::-webkit-inner-spin-button,
.quantity-container input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.price-xs{
    font-size: 16px;
    display: inline-block;
    padding-bottom: 5px;
}
.model-container input{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-radius: 4px;
}

.options-remote .title-options-remote{
    float: left;
    font-size: 12px;
    font-weight: bold;
}
.options-remote .option-content{
    border: 1px solid #cdcdcd;
    padding: 8px 10px;
    display: table;
    font-size: 12px;
    width: 100%;
    min-height: 45px;
    margin-bottom: 15px;
}
.options-remote .warranty-bloc .option-content:before,
.options-remote .battery-bloc .option-content .option-txt:before,
.mini-cart .ext-product:before{
    content: "";
    width: 22px;
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}
.options-remote .battery-bloc .option-content .option-txt:before{
    display: inline-block;
}
.mini-cart .ext-product:before{
    display: none;
}
.options-remote .warranty-bloc .option-content:before,
.mini-cart .ext-warranty:before{
    background: url('/img/fronts/1001/option-remote-icon.png') no-repeat 2px center;
}
.options-remote .battery-bloc .option-content .option-txt:before,
.mini-cart .ext-battery:before{
    background: url('/img/fronts/1001/option-remote-icon.png') no-repeat -29px center;
    margin-right: 2px;
}
.options-remote .option-bloc .option-txt,
.totals-table .stripped.paper-block .option-txt{
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
}
.options-remote .battery-bloc .option-txt{
    display: table-row;
    padding-left: 0;
}
.mini-cart .ext-product .extension{
    display: block;
    vertical-align: middle;
}
.options-remote .option-bloc .option-txt span{
    font-weight: bold;
}
.option-txt img,
.option-txt input{
    display: inline;
    margin: 0 0 0 2px;
    font-size: 11px;
}
.option-content .container-check,
.totals-table .paper-block .container-check{
    display: table-cell;
    vertical-align: middle;
    width: 20px;
}
.option-content .container-check .option-checkbox,
.totals-table .paper-block .container-check .option-checkbox{
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #aaaaaa;
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.25) inset;
    cursor: pointer;
}
.option-content .container-check .option-checked,
.totals-table .paper-block .container-check .option-checked{
    background: url('/img/fronts/1001/option-remote-checked.png') no-repeat center center;
    background-color: #73c005;
    border: 1px solid #73c005;
    box-shadow: none;
}
.option-txt input.battery,
.option-txt input.option-bloc{
    vertical-align: middle;
}
.option-txt img{
    width: 15px;
    height: auto;
}
.option-bloc .more-info-container img{
    width: 15px;
    height: auto;
    cursor: pointer;
}
.option-bloc .more-info-container .more-info{
    background: #efefef;
    padding: 5px;
    font-size: 11px;
    position: absolute;
    z-index: 10;
    line-height: 14px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    /*border-radius: 5px;*/
    display: none;
}
.more-info-container{
    display: inline;
}
.battery-bloc .battery-option-price{
    display: table-row;
}
.battery-bloc .option-bloc .option-txt{
    margin-bottom: 8px;
}
.battery-bloc .battery-price,
.battery-bloc .battery-txt{
    font-size: 12px;
    line-height: 26px;
}
.battery-bloc .battery-price{
    text-align: center;
    font-weight: bold;
}
.battery-bloc .quantity-container{
    margin-top: 10px;
}
.battery-bloc .quantity-container input{
    width: 45%;
    height: 26px;
    float: left;
}
.tel2-cart-img{
    padding: 10px;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.tel2-cart-img img{
    margin: 0 auto;
}

.cart-reassurance-wrapper {
    text-align: center;
}
.cart-reassurance-wrapper .reassurance-container {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 30px 15px 15px 0;
    margin-right: 10px;
    width: 100%;
}
.cart-reassurance-wrapper .reassurance-container span {
    font-weight: bold;
    font-size: 20px;
    color: #42605e;
}
.cart-reassurance-wrapper .reassurance-container .secure-payment {
    display: flex;
    justify-content: center;
}
.cart-reassurance-wrapper .reassurance-container .secure-payment:before {
    background: url(/img/fronts/1001/green-locked.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    content: "";
}
.cart-reassurance-wrapper .ill {
    top: 20px;
    vertical-align: top;
    position: relative;
}
@media (min-width: 992px){
    .cart-reassurance-wrapper .reassurance-container {
        width: 55%;
    }
    .cart-reassurance-wrapper .ill {
        max-width: 42%;
        top: 50px;
    }
}

.totals-table{
    font-size: 12px;
    color: #42605e;
    margin-bottom: 25px;
}
.totals-table .stripped{
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    padding: 10px;
}
.totals-table .stripped.paper-block{
    display: table;
    width: 100%;
    font-weight: bold;
}
.totals-table .stripped-a{
    background: #f7f7f7;
}
.totals-table a{
    color: #42605e;
    text-decoration: underline;
}
.totals-table a:hover{
    text-decoration: none;
}
.totals-table .total-cart-container{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
@media (min-width: 550px){
    .options-remote .battery-bloc .option-txt{
        display: table-cell;
    }
    .battery-bloc .quantity-container{
        margin-top: 0;
    }
    .battery-bloc .battery-option-price{
        display: table-cell;
    }
}
@media (min-width: 768px){
    .options-remote .option-content{
        margin-bottom: 0;
    }
    .battery-bloc .quantity-container input{
        margin-left: 0;
    }
    .battery-bloc .battery-price{
        font-weight: normal;
    }
    .mini-cart .ext-product:before{
        display: table-cell;
    }
}

/*::.. MULTISHIPPING ..::*/
.totals-table .multishipping-choice .title{
    font: bold 14px/18px  Arial, sans-serif;
    color: #42605e;
    text-transform: uppercase;
    margin: 15px 0;
    margin-left: 2%;
}
.totals-table .multishipping-choice .title span{
    font: normal 12px/18px  Arial, sans-serif;
    text-transform: lowercase;
}
.totals-table .multishipping-choice .label-container{
    margin: 0 0 10px 0;
}
.totals-table .multishipping-choice .shipping-method {
    /* display: block;*/
    width: 99%;
    cursor: pointer;
}    
.totals-table .multishipping-choice .shipping-method-txt {
    display: block;
    float: left;
    width: 92%;
    padding-left: 2%;
}
.totals-table .multishipping-choice .shipping-method-radio {
    float: left;
    display: block;
    margin-left: 2%;
}
.totals-table .multishipping-choice .shipping-method-label{
    color: #42605e;
    font-size: 13px;
    display: block;
    width: 100%;
    background: url('/img/fronts/1001/bg-method.png') repeat-x left bottom transparent;
}
.totals-table .multishipping-choice .shipping-method-label span{
    color: #42605e;
    padding: 0 5px 0 0;
    background: #f6f6f6;
}
.totals-table .multishipping-choice .shipping-method-label .price{
    color: #42605e;
    float: right;
    padding: 0 0 0 5px;
}
.totals-table .multishipping-choice .shipping-method-sublabel {
    color: #33c933;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 3px 0 5px 0;
    position: relative;
}
.totals-table .multishipping-choice .cart-sublabel{
    color: #ef3030;
    font-size: 12px;
    margin: 0;
}
.multishipping-choice .zipcode-choice p{
    color: #7eb9b8;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    padding-left: 11%;
    padding-top: 7px;
    background: url('/img/fronts/1001/bg-zipcode-choice.png') no-repeat left top transparent;
}
.totals-table .multishipping-choice .zipcode-choice .zipcodelabel{
    color: #42605e;
    font-size: 12px;
    font-weight: normal;
}
.totals-table .multishipping-choice .zipcode-choice .zipcodeinput{
    border: 1px solid #cdcdcd;
    padding-right: 8px;
    padding-left: 8px;
    width: 175px;
}
.totals-table .multishipping-choice .zipcode-choice .zipcodeinput{
    border: 1px solid #cdcdcd;
    padding-right: 8px;
    padding-left: 8px;
    width: 175px;
}
.totals-table .multishipping-choice .zipcode-choice .zipcodeinput{
    border: 1px solid #cdcdcd;
    width: 175px;
    padding: 3px 8px;
    font-size: 15px;
}
.totals-table .multishipping-choice .zipcode-choice .zipcodebtn{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    position: relative;
    height: 30px;
    top: -2px;
    right: 6px;
    padding: 0 5px;
    border: 1px solid #cdcdcd;
    background: #7eb9b8;
}
.totals-table .multishipping-choice .zipcode-choice .zipcode-choice-details{
    margin-top: 10px;
}
.totals-table .multishipping-choice .zipcode-choice .delivery-info{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #999999;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-family: times;
    border-radius: 10px;
    vertical-align: middle;
    border: none;
    top: -1px;
    position: relative;
    margin-right: 4px;
}
.error-zipcode {
    margin: 10px 0;
}
.error-zipcode span {
    background-color: rgba(255,0,0,.1);
    color: #a94442;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
}
.totals-table .bloc-free-delivery{
    position: absolute;
    width: 5px;
    height: 58px;
    background: #42605e;
    left:5px;
}
.totals-table .multishipping-bloc{
    display: block;
    width: 100%;
}
@media (min-width: 992px){
    .multishipping-choice .zipcode-choice p{
        padding-left: 6%;
    }
}

@media (min-width: 768px){
    .multishipping-choice .zipcode-choice{
        margin-left: 8%;
    }
    .multishipping-choice .zipcode-choice p{
        padding-left: 8%;
    }
}


.popuprelais .relais-title{
    font-size: 12px;
    font-weight: bold;
    color: #42605e;
}
.popuprelais .relais-form{
    margin-bottom: 18px;
}
.popuprelais .relais-form label{
    font-size: 12px;
    color: #404040;
    font-weight: normal;
    padding-left: 20px;
    background: url('/img/fronts/1001/relais-arrow.png') no-repeat left top transparent;
}
.popuprelais .relais-form input.zipcode{
    padding: 0 8px;
    width: 75%;
    border: 1px solid #cdcdcd;
    height: 30px;
    font-size: 12px;
}
.popuprelais .relais-form input.submit-button{
    margin-left: 4px;
    border: 1px solid #697e7d;
    background: #7eb9b8;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
}
.popuprelais .relais-all .relais-header{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background: #aeaeae;
    border-radius: 5px 5px 0 0;
    padding: 5px 12px;
}
.popuprelais .relais-all .relais-content{
    border: 1px solid #cdcdcd;
}
.popuprelais .relais-all .relais-content ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.popuprelais .relais-all .relais-content .relais-content-point{
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
}
.popuprelais .relais-all .relais-content .relais-content-point .address{
    color: #545454;
    font-size: 13px;
    line-height: 16px;
}

.popuprelais .relais-all .relais-content .relais-content-point .btn-relais{
    background: #7eb9b8;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #7eb9b8;
    border-bottom: 3px solid #697e7d;
    padding: 6px 20px;
    margin-right: 12px;
    max-width: 190px;
}
.popuprelais .relais-all .relais-content .relais-content-point .link{
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.popuprelais .relais-all .relais-content .relais-content-commune{
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.popuprelais .relais-all .relais-content .relais-content-commune p{
    margin: 10px 0px;
    font-size: 11px;
}

.popuprelais .relais-all .relais-content .relais-content-commune .link{
    color: #f18632;
}

.popuprelais .right-block{
    height: 490px;
    margin-bottom: 15px;
}
.popuprelais .map-relais{
    position: relative;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
}
.gm-style .info_window_content .adress{
    color: #545454;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
.gm-style .info_window_content .hours{
    border-collapse: collapse;
    width: 100%;
}
.gm-style .info_window_content .hours tr th,
.gm-style .info_window_content .hours tr td{
    border: 1px solid #cdcdcd;
    padding: 0 2px;
}
.gm-style .info_window_content .hours tr.dfooter .newsletter-block th,
.gm-style .info_window_content .hours tr.d td{
    background: #ececec;
}
.gm-style .info_window_content .button{
    background: #7eb9b8;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #7eb9b8;
    border-bottom: 3px solid #697e7d;
    padding: 6px 20px;
    margin: 10px auto;
    display: block;
    max-width: 180px;
}
.gm-style .info_window_content .button:hover{
    border-bottom: 3px solid #7eb9b8;
}
.gm-style .gm-style-iw {
    max-width: calc(100% - 24px) !important;
    padding-right: 12px !important;
}
.gm-style .gm-style-iw > div {
    max-width: 100% !important;
}
.popuprelais{
    position: relative;
    top: 0;
    left: -15px;
    /*margin-right: -15px;*/
}

@media (min-width: 992px){
    .multishipping-choice .zipcode-choice{
        margin-left: 7%;
    }
    .multishipping-choice .zipcode-choice p{
        padding-left: 6%;
    }
    .multishipping-choice .shipping-method-txt {
        width: 92%;
    }
    .popuprelais .relais-all .relais-content{
        height: 435px;
        overflow-y: auto;
    }
    
    .popuprelais .relais-all .relais-content .relais-content-point .link{
        display: block;
    }
}

/*::.. END MULTISHIPPING ..::*/

.cart-product{
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
}
.cart-product:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.order-coupon .coupon{
    height: 33px;
    border: 1px solid #999;
    width: 76%;
}
.order-coupon .cart-btn{
    background: #7eb9b8;
    color: #ffffff;
    font-weight: bold;
}
.checkoutbutton-cont{
    width: 80%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #6ba718;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0,0,0,.15);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82d709+0,66ad01+100 */
    background: #82d709; /* Old browsers */
    background: -moz-linear-gradient(top,  #82d709 0%, #66ad01 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #82d709 0%,#66ad01 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #82d709 0%,#66ad01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d709', endColorstr='#66ad01',GradientType=0 ); /* IE6-9 */
}
.checkoutbutton-cont input{
    vertical-align: top;
}
.checkoutbutton{
    background: none;
    border: 0 solid transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 12px;
    width: 100%;
}
.checkoutbutton-cont:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66ad01+0,82d709+100 */
    background: #66ad01; /* Old browsers */
    background: -moz-linear-gradient(top,  #66ad01 0%, #82d709 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #66ad01 0%,#82d709 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #66ad01 0%,#82d709 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ad01', endColorstr='#82d709',GradientType=0 ); /* IE6-9 */
}
.checkoutbutton-cont.disabled{
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
    box-shadow: none;
}
.bask-button-back{
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
}
.cart-cgv{
    font-size: 11px;
    color: #999999;
}

.image-container .item-image{
    padding: 2px;
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    object-position: bottom;
    margin: 0 auto;
}
.image-container .item-image-replaced .item-image{
    width: 100%;
    max-width: 80px;
}
.image-container .telBecomeTitle{
    font-size: 12px;
    color: #70cb09;
    font-weight: bold;
    text-transform: uppercase;
}
.image-container .telBecome {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 2px 2px 10px 2px;
    margin: 0;
}
.image-container .telBecomeLeft {
    color: #e05014;
}
.image-container .telBecomeRight {
    color: #70cb09;
}
.image-container .telBecomeCenter{
    display: none;
}
.image-container .replaced-arrow{
    width: 14px;
}
.image-container .telBecomeSubTitle{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .checkout-title-1{
        font-size: 22px;
        line-height: 34px;
    }
    .table-head{
        display: table;
    }
    .table-head-row{
        display: table-row;
        background: #f1f1f1;
    }
    .table-head-cell{
        font-size: 13px;
        line-height: 20px;
        color: #7e7e7e;
        text-align: center;
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .table-head-cell p{
        margin: 0;
        padding: 10px 0;
    }
    /*.image-container .item-image-replaced{*/
    /*    table-layout: fixed;*/
    /*}*/
    .image-container .replaced-arrow{
        width: 20px;
    }
    .image-container .telBecomeCenter{
        display: block;
    }
    .model-container .model-container-inner{
        padding: 20px 10px;
        text-align: center;
    }
    .price-container .price-container-inner,
    .quantity-container .quantity-container-inner,
    .delete-container .delete-container-inner,
    .ttc-container .ttc-container-inner{
        padding: 30px 10px;
        text-align: center;
    }
    .quantity-container .quantity-container-inner{
        padding: 30px 0;
        text-align: center;
    }
    .quantity-container .quantity-container-inner input{
        width: 100%;
        text-align: center;
    }
    .table-body-row{
        display: flex;
        align-items: center;
    }
    .table-body-cell.model-container{
        align-self: center;
    }
    .tel2-cart-img{
        padding: 0;
        border: 0 solid transparent;
        margin: 19px 0;
        position: relative;
        right: -24px;
        top: 80px;
    }
    .tel2-cart-img img{
        margin: 0 0 0 auto;
    }
    .checkout-button-container .checkout-button{
        text-align: right;
    }
    .checkout-button-container .bask-button-back{
        text-align: left;
        font-size: 12px;
        line-height: 34px;
    }
    .bask-button-back{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .checkoutbutton-cont{
        width: auto;
        margin: 0 0 10px auto;
        clear: both;
    }
    .checkoutbutton span {
        content: '';
        display: inline-block;
        background: url("/img/fronts/1001/arrow-cart.png") no-repeat left top transparent;
        width: 25px;
        height: 25px;
        top: 7px;
        position: relative;
        margin-left: 10px;
    }
}


@media (min-width: 992px) {
    .tel2-cart-img{
        top: 65px;
    }
}

/* ------- DALENYS ------- */

.recap .payment-type{
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    transition: all 250ms ease-in-out;
}
.recap .payment-type.opened{
    border: 1px solid #666666;
}
.recap .payment-type .head-payment{
    font-size: 14px;
    font-weight: bold;
    color: #42605e;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    position: relative;
}
.recap .payment-type .head-payment input[type="radio"]{
    display: block;
    margin: 10px 10px 10px 0;
    float: left;
}
.recap .payment-type .head-payment > *{
    max-height: 20px;
    display: inline-block;
    margin-top: 16px;
}
.recap .payment-type .head-payment > span{
    padding-top: 5px;
    display: block;
    margin-top: 0;
    position: absolute;
    top: 4px;
    left: 38px;
}
.recap .payment-type .body-payment{
    padding: 20px;
}
.checkout-process .recap .recap-form {
    width: 324px;
    max-width: 100%;
    box-sizing: border-box;
}
.checkout-process .recap form p,
.checkout-process .recap form p label {
    display: block;
    width: 100%;
}
.checkout-process .recap form p {
    position: relative;
}
.checkout-process form input[name='phone'] {
    padding-left: 53px;
}
form#Contact .has-feedback div.iti i.form-control-feedback {
    right: -5px !important;
}
.checkout-process .recap input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 5px 7px 3px 7px;
    border: 1px solid rgba(0, 0, 0, .5);
    transition: all 250ms ease-in-out;
}
.checkout-process .recap .txt{
    padding-top: 3px;
    display: none;
}
.checkout-process .recap .input-container {
    display: inline-block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 5px 7px 3px 7px;
    border: 1px solid rgba(0, 0, 0, .5);
    transition: all 250ms ease-in-out;
}
.checkout-process .recap .on-error{
    margin-bottom: 20px;
    border-bottom: 1px solid #e00c00;
}
.checkout-process .recap .on-error .h5{
    color: #e00c00;
    margin-top: 0;
}
#brand-container {
    position: absolute;
    top: 35px;
    right: 4px;
    display: inline-block;
    width: 35px;
    height: 22px;
    overflow: hidden;
    box-sizing: border-box;
}
#brand-container img{
    max-height: 20px;
}
#hosted-fields-select-brand-button{
    -moz-appearance: initial !important;
}
#brand-container #hosted-fields-select-brand-button-arrow{
    display: none;
}
#info-container {
    position: absolute;
    top: 32px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}
#info-container i{
    font: 12px/14px Verdana,sans-serif;
    color: #7eb9b8;
    border: 1px solid #449fb2;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    border-radius: 30px;
    cursor: pointer;
}
#cvv-container{
    width: 88%;
}
.checkout-process .recap label {
    vertical-align: super;
    width: 100%;
}
.checkout-process .recap .submit {
    clear: both;
}
.checkout-process .recap .submit input{
    width: 100%;
}
.popup-cvv{
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 20px;
    border-radius: 10px;
    right: -30px;
    bottom: 30px;
    width: 300px;
    text-align: center;
    z-index: 1;
}
.popup-cvv span{
    display: block;
    margin-bottom: 15px;
    text-align: left;
}
.popup-cvv:before,
.popup-cvv:after{
    position: absolute;
    bottom: -10px;
    right: 29px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #c7c7c7 transparent transparent transparent;
    border-width: 11px 11px 0 11px;
}
.popup-cvv:after{
    border-color: #ffffff transparent transparent transparent;
    right: 29px;
    bottom: -9px;
}
/* Hosted fields auto set class */
.checkout-process .recap input.hosted-fields-invalid-state,
.checkout-process .recap .hosted-fields-invalid-state {
    border: 1px solid #e05014;
}
.checkout-process .recap .hosted-fields-invalid-state-txt{
    margin: 0;
    color: #ef3030;
    font-size: 85%;
}
.checkout-process .recap input.hosted-fields-valid-state,
.checkout-process .recap .hosted-fields-valid-state {
    border: 1px solid #6da92a;
}
.checkout-process .recap .hosted-fields-valid-state-txt{
    color: #6da92a;
    margin: 0;
}

.checkout-process .reassurance-flex{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.checkout-process .reassurance-flex > div{
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0e96bc;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    background: #f8f8f8;
}
.checkout-process .reassurance-flex > div > span:before {
    content: '';
    font-family: 'TEfont';
    padding-right: 10px;
}
.checkout-process .reassurance-flex .block-1 span:before {content: 'V';}
.checkout-process .reassurance-flex .block-2 span:before {content: '2';}
.checkout-process .reassurance-flex .block-3 span:before {content: '4';}

.checkout-process .reassurance-flex .block-2{
    margin: 10px 0;
}
.recap .hilight-text{
    color: #e00c00;
}

@media (min-width: 768px){
    /*    .page-container-others .checkout-process .recap form,
        .page-container-others .checkout-process .recap form > div{
            display: inline-block !important;
        }*/
    .page-container-others .checkout-process .recap input[type="image"]{
        margin: 0;
    }
    .page-container-others .checkout-process .recap .recap-cart .mini-cart .second-table{
        margin-left: 220px;
    }
    .recap .payment-type .head-payment input[type="radio"]{
        position: relative;
        top: 2px;
        display: inline-block;
        margin-top: 0;
        float: none;
        margin-bottom: 0;
    }
    .recap .payment-type .head-payment > *{
        margin-right: 20px;
        max-height: none;
        display: inline-block;
        padding-top: 0;
        margin-top: 0;
    }
    .recap .payment-type .head-payment > span{
        display: inline-block;
        position: static;
    }
    .checkout-process .recap form {
        padding-right: 40px;
    }
    .input-50-wrapper{
        display: flex;
    }
    .input-50:first-child{
        margin-right: 4%;
    }
    .input-50:last-child{
        margin-left: 4%;
    }
    #brand-container {
        top: 32px;
        right: -60px;
        width: 50px;
        height: 30px;
    }
    #brand-container img{
        max-height: none;
    }
    #cvv-container{
        width: 100%;
    }
    #info-container {
        right: -30px;
    }
    .checkout-process .reassurance-flex{
        flex-direction: row;
        align-items: stretch;
        justify-content: stretch;
    }
    .checkout-process .reassurance-flex > div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-process .reassurance-flex .block-2{
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        margin: 0;
    }
    .popup-cvv{
        right: -316px;
        top: -100px;
        bottom: auto;
    }
    .popup-cvv:before,
    .popup-cvv:after{
        top: 98px;
        left: -11px;
        bottom: auto;
        right: auto;
        border-color: transparent #c7c7c7 transparent transparent;
        border-width: 11px 11px 11px 0;
    }
    .popup-cvv:after{
        border-color: transparent #ffffff transparent transparent;
        left: -10px;
        right: auto;
        bottom: auto;
    }
}
@media (min-width: 900px) {
    .page-container-others .checkout-process .recap .recap-cart .mini-cart .second-table table tr td:last-child{
        width: 230px;
    }
}
@media (min-width: 992px) {
    .page-container-others .checkout-process .recap .recap-cart .nopadleft{
        padding-left: 0;
    }
    .page-container-others .checkout-process .recap .recap-cart .mini-cart .second-table table tr td:last-child{
        width: 86px;
    }
    .page-container-others .checkout-process .recap .supermargin{
        margin:0 10%;
        margin-top: 25px;
    }
    .page-container-others .checkout-process .recap-total{
        text-align: left;
    }
    .page-container-others .checkout-process .recap .title-tunnel{
        font-size:22px;
    }

    .page-container-others .checkout-process .expliq{
        font-size: 12px;
    }
    .page-container-others .checkout-process .recap .payment_securise {
        font-size: 12px;
    }
    .page-container-others .checkout-process .recap .payment_securise span{
        font-size: 12px;
        padding:0 10px 0 5px;
    }
    .page-container-others .checkout-process .recap .recap-cart .logorelais{
        float: none;
    }
    .page-container-others .checkout-process .recap .recap-cart .mini-cart .second-table .table{
        margin-bottom: 10px;
    }
}


/* ------- CART Newsletter ------- */
.newsletter-cart .newsletter-block{
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    padding: 30px 0;
    margin: 20px 0;
    color: #42605e;
    font-size: 12px;
    border-radius: 10px;
}
.newsletter-cart .newsletter-block .info-newsletter{
    width: 100%;
    display: table;
}
.newsletter-cart .newsletter-block .info-newsletter .icon-newsletter{
    background: url('/img/fronts/1001/icon-newsletter-cart.svg') no-repeat 0 0 transparent;
    width:30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    background-size: 100%;
}
.newsletter-cart .newsletter-block .info-newsletter p{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.newsletter-cart .newsletter-block .field-newsletter{
    border: 1px solid #e0e0e0;
    color: #fff;
    background-color: #fff;
    color: #8f8f8f;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.newsletter-cart .newsletter-block .btn-newsletter{
    background: transparent linear-gradient(to bottom, #7EB9B8 0%, #599493 100%) repeat scroll 0% 0%;
    border: 1px solid #66A2A1;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-cart .newsletter-block .btn-newsletter:hover{
    background: #7eb9b8;
}
.newsletter-cart .newsletter-block #error-msg-newsletter p{
    color: #e00c00;
    margin-top: 10px;
    padding: 2px;
}
.newsletter-cart .newsletter-block .msg-newsletter-icon .icon-newsletter{
    background: url('/img/fronts/1001/icon-newsletter-cart.svg') no-repeat 0 0 transparent;
    width:50px;
    height: 50px;
    display: inline-block;
    float: right;
    background-size: 100%;
}
.newsletter-cart .newsletter-block .msg-newsletter-content{
    display: table;
    width: 100%;
    min-height: 50px;
}
.newsletter-cart .newsletter-block .msg-newsletter-content p{
    display: table-cell;
    vertical-align: middle;
}
@media(min-width:768px){
    .newsletter-cart .newsletter-block .icon-newsletter{
        background: url('/img/fronts/1001/icon-newsletter-cart.svg') no-repeat 0 0 transparent;
        width:70px;
        height: 70px;
        display: inline-block;
        float: right;
        background-size: 100%;
    }
    .newsletter-cart .newsletter-block .info-newsletter p{
        padding: 0;
        font-weight: bold;
    }
    .newsletter-cart .newsletter-block .msg-newsletter-content{
        min-height: 70px;
    }
}
/* ------- END CART Newsletter ------- */


/* * ------ ADRESSES ------ * */
.checkout-process label{
    font-size: 12px;
    font-weight: normal;
}
.checkout-process h1, .checkout-process h3{
    margin-top: 25px;
}
.checkout-process input[type="text"]{
    width: 94%;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    margin-right: 1%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.checkout-process .requis label:after,
.checkout-process .siuqer:before{
    content:" *";
    color: #ef3030;
}
.checkout-process select{
    display: inline-block;
    width: 94%;
    height: 34px;
    padding: 6px 12px;
    margin-right: 1%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.checkout-process .info-supp{
    font-size: 12px;
}
.checkbox-btn {
    display: table;
    width: 96%;
}
.checkbox-btn label {
    background: #f1f1f1;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    cursor: pointer;
}
.checkbox-btn label:first-child{
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #cdcdcd;
}
.checkbox-btn label:last-child{
    border-radius: 0 5px 5px 0;
}
.checkbox-btn label.clicked{
    background: #7eb9b8;
    color: #ffffff;
}
.checkbox-btn label input{
    display: none;
}

.help-block{
    color: #ef3030;
}
.terms-wrapper{
    margin-bottom: 20px;
    text-align: center;
}
.terms a{
    color: #42605e;
    text-decoration: underline;
}
.terms a:hover{
    text-decoration: none;
}

/* --- Relais colis --- */

.checkout-process .adresserelais{
    border: 1px solid #8dba1e;
    padding: 15px;
}
.checkout-process .adresserelais.adresserelais2{
    border: 1px solid #a61231;
}
.checkout-process .adresserelais .logorelais{
    float: left;
    margin-right: 4%;
}
.checkout-process .cart-sum .logorelais{
    float: left;
    padding-right: 10px;
}
.checkout-process .adresserelais .addressrelais-txt{
    color: #77b31e;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 7px 0;
}
.checkout-process .adresserelais.adresserelais2 .addressrelais-txt{
    color: #a61231;
}
.checkout-process .adresserelais .addressrelais-txt span{
    font-size: 14px;
}
.checkout-process .adresserelais-link{
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 10px;
}

.checkout-process .adresserelais-link a{
    color: #ef3030;
}
.checkout-process .adresserelais-link:hover{
    text-decoration: underline;
}

/* --- FIN Relais colis --- */

@media (min-width: 768px) {
    .checkbox-btn{
        display: inline-block;
        width: auto;
    }
    .checkbox-btn label {
        background: transparent;
        display: inline-block;
        height: auto;
        vertical-align: middle;
        text-align: left;
        border: 0px solid transparent;
        border-radius: 0;
        cursor: pointer;
        margin-right: 15px;
    }
    .checkbox-btn label input{
        display: inline-block;
        margin-right: 5px;
    }
    .checkout-process input[type="text"],
    .checkout-process select{
        width: 90%;
    }
    .checkbox-btn label.clicked{
        background: transparent;
        color: #42605e;
    }
    .checkbox-btn label:first-child{
        border-radius: 0;
        border-left: 0 solid transparent;
    }
    .checkbox-btn label:last-child{
        border-radius: 0;
    }
    .terms-wrapper{
        text-align: center;
    }
    .checkout-process .adresserelais .addressrelais-txt{
        font-size: 15px;
    }
    .checkout-process .adresserelais .addressrelais-txt span{
        font-size: 17px;
    }
}

/* *---- RECAP ----* */
.recap-total{
    font-weight: bold;
    font-size: 12px;
    color: #7e7e7e;
    text-align: center;
    margin-top: 20px;
    border: 1px solid;
    padding: 5px;
}
.title-tunnel{
    font-size: 14px;
    font-weight: bold;
    color: #42605e;
    margin-top: 0;
}
.mercanet-choice input{
    width: 30%;
}
.mercanet-choice #paypal_form{
    margin-top: 15px;
    width: 330px;
    max-width: 100%;
}
.mercanet-choice img{
    width: 5px;
}
.mercanet-choice img.img-secure{
    width: auto;
}
.expliq{
    margin: 10px 0 2px 0; 
    font-size: 10px;
    color: #697e7d;
}
.expliq00200{
    margin: 0 0 20px 0;
}
.payment_securise{
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}
.payment_securise span{
    text-transform: none;
    margin-right: 5px;
}
.img-pay-button{
    border-radius: 10px;
    padding: 8px 15px;
    border: 1px solid #cdcdcd;
    margin-right: 5px;
    /*width: 40%;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
/*.img-pay-button img{
    max-width: 100%;
}*/
.img-pay-button:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+100 */
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top,  #dbdbdb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #dbdbdb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #dbdbdb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.supermargin{
    margin-bottom: 25px;
}
.recap-cart .panel-heading{
    background: #f1f1f1;
}
.recap-cart .panel-title{
    color: #7e7e7e;
    font-size: 13px;
    text-align: center;
}
.recap-cart .panel-body p{
    margin-bottom: 5px;
    font-size: 12px;
}
.mini-cart td{
    font-size: 12px;
    color: #42605e;
}
.mini-cart .visible-sm.visible-md{
    display: none !important;
}
.mini-cart .first-table{
    margin-bottom: 0;
}
.mini-cart .first-table td {
    width: 100%;
    display: block;
    text-align: center;
    border-top: 0 solid transparent;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 2px;
}
.mini-cart .first-table td:first-child{
    padding-top: 10px;
}
.mini-cart .first-table td:last-child{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.mini-cart .first-table .product-container{
    text-align: center;
}
.mini-cart .first-table .product-container.main-product{
    font-weight: bold;
}
.mini-cart .first-table .head-mini-cart-xs{
    background: #f1f1f1;
    color: #7e7e7e;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}
.mini-cart .second-table td{
    border-top: 0 solid transparent;
    text-align: left;
    vertical-align: middle;
}
.mini-cart .mini-cart-heading{
    background-color: #F5F5F5;
    color: #8c8c8c;
    font: 11px Verdana,Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid transparent;
}
.mini-cart-sidebar .table td:last-child{
    border-right: 1px solid #ddd;
    text-align: right;
}
.mini-cart-sidebar .table td:first-child,
.mini-cart-sidebar .first-table td:first-child{
    border-left: 1px solid #ddd;
    width: 40%;
    text-align: left;
}
.mini-cart-sidebar tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.recap .mini-cart-sidebar .table .image-container{
    border: none;
    text-align: center;
}
.recap .mini-cart-sidebar .table .image-container img{
    max-height: 100px;
    padding: 0 10px;
    max-width: 100%;
}
.recap .mini-cart-sidebar .table .product-container{
    border: none;
    text-align: left;
}
.total-cart-container td{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.total-cart-container .total-txt{
    padding-left: 5%;
}
.total-cart-container .total-price{
    text-align: right;
    padding-right: 5%;
}

@media (min-width: 768px) {
    .recap{
        padding: 20px;
        margin-bottom: 30px;
    }
    .recap-total{
        border: 1px solid #dcdcdc;
        padding: 10px;
        font-size: 16px;
        text-align: left;
    }
    .title-tunnel{
        font-size: 22px;
    }
    .mercanet-choice input,
    .mercanet-choice img{
        width: auto;
    }
    .mercanet-choice #paypal_form input{
        width: auto;
    }
    .img-pay-button{
        width: auto;
        margin-right: 15px;
    }
    .img-pay-button img{
        width: auto;
    }
    .mini-cart .visible-sm.visible-md{
        display: table-row !important;
    }
    .mini-cart .txt-xs{
        display: none;
    }
    .mini-cart .first-table td {
        width: auto;
        display: table-cell;
        vertical-align: middle;
        border-top: 1px solid #ddd;
        border-right: 0 solid transparent;
        border-left: 0 solid transparent;
    }
    .mini-cart .first-table td:last-child{
        border-bottom: 0 solid transparent;
        padding: 10px;
    }
    .mini-cart .first-table td:first-child{
        padding: 10px;
    }
    .mini-cart .first-table tr:last-child td{
        border-bottom: 1px solid #ddd;
    }
    .mini-cart .first-table.table thead tr th{
        background: #f1f1f1;
        color: #7e7e7e;
        font-size: 13px;
        text-align: center;
        font-weight: normal;
        vertical-align: middle;
        border-bottom: 0;
        border-top: 1px solid #ddd;
    }
    .mini-cart .first-table.table thead tr th:first-child{
        border-left: 1px solid #ddd;
        border-radius: 5px 0 0 0;
    }
    .mini-cart .first-table.table thead tr th:last-child{
        border-right: 1px solid #ddd;
        border-radius: 0 5px 0 0;
    }
    .mini-cart .first-table .product-container{
        text-align: left;
    }
    .mini-cart .ext-product .extension{
        padding: 0 8px;
        display: table-cell;
    }
    .second-table .table{
        width: 50%;
        margin-left: 50%;
    }
    .second-table .table td{
        border-bottom: 1px solid #ddd;
    }
    .expliq{
        font-size: 12px;
    }
}

/* *----- PAY -----* */

.hilight_block{
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #82d709;
    font-size: 12px;
}
@media(min-width:768px){
    .hilight_block{
        font-size: 14px;
    }
}

/* *---- CONFIRM ----* */
.confirm,
.second-title-tunnel{
    font-size: 12px; 
}

.second-title-tunnel{
    color: #000000;
}
.sub-title-tunnel{
    font-size: 12px;
}
.paperpayement{
    padding: 10px;
    border: 1px solid #e00c00;
}
.paperpayement .hilight-text{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.paperpayement table{
    font-size: 12px;
    color: #42605e;
}
.paperpayement .address,
.paperpayement .explication{
    font-size: 12px;
}
.thanks{
    font-size: 12px;
}

/* *----- FOOTER ------* */

/* ------- Newsletter ------- */
footer .newsletter-block{
    background: #2C413E;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
}
footer .newsletter-block .info-newsletter{
    width: 100%;
    display: table;
}
footer .newsletter-block .info-newsletter .icon-newsletter{
    background: url('/img/fronts/1001/icon-newsletter.svg') no-repeat 0 0 transparent;
    width:30px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    background-size: 100%;
}
footer .newsletter-block .info-newsletter p{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
footer .newsletter-block .field-newsletter{
    border: none;
    color: #fff;
    background-color: #fff;
    color: #8f8f8f;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

footer .newsletter-block .btn-newsletter{
    background: transparent linear-gradient(to bottom, #7EB9B8 0%, #599493 100%) repeat scroll 0% 0%;
    border: 1px solid #66A2A1;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
footer .newsletter-block .btn-newsletter:hover{
    background: #7eb9b8;
}
footer .newsletter-block #error-msg-newsletter p{
    background-color: #e00c00;
    margin-top: 10px;
    padding: 2px;
    display: inline-block;
}
.footer .newsletter-block .msg-newsletter-icon .icon-newsletter{
    background: url('/img/fronts/1001/icon-newsletter.svg') no-repeat 0 0 transparent;
    width:70px;
    height: 70px;
    display: inline-block;
    float: right;
    background-size: 100%;
}
footer .newsletter-block .msg-newsletter-content{
    display: table;
    width: 100%;
    min-height: 70px;
}
footer .newsletter-block .msg-newsletter-content p{
    display: table-cell;
    vertical-align: middle;
}
@media(min-width:768px){
    .footer .newsletter-block .container{
        max-width: 970px;
    }
    footer .newsletter-block .icon-newsletter{
        background: url('/img/fronts/1001/icon-newsletter.svg') no-repeat 0 0 transparent;
        width:70px;
        height: 70px;
        display: inline-block;
        float: right;
        background-size: 100%;
    }
    footer .newsletter-block .info-newsletter p{
        padding: 0;
        font-weight: bold;
    }
}
/* ------- END Newsletter ------- */

.footerbar{
    background: #dcdcdc;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    color: #000000;
}
@media(min-width:768px){
    .footerbar{
        font-size: 11px;
        color: #000000;
        padding: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82d709+0,66ad01+100 */
        background: #82d709; /* Old browsers */
        background: -moz-linear-gradient(top,  #82d709 0%, #66ad01 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #82d709 0%,#66ad01 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #82d709 0%,#66ad01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d709', endColorstr='#66ad01',GradientType=0 ); /* IE6-9 */

    }
    .footerbar a{
        color: #000000;
    }
    .footerbar a:hover{
        color: #000000;
        text-decoration: underline;
    }
    .footerbar .payment_secure {
        background: transparent;    
        text-align: right;
        padding: 2px 10px;
    }
    .footerbar .footer-nav{
        padding: 2px 10px;
        line-height: 20px;
        text-align: left;
    }
}

/* -- FOOTER B -- */
.footer .footer-wrapper-B{
    display: flex;
    flex-direction: column;
    background: #2C413E;
}
.footer-B{
    background: #2C413E;
    color: #ffffff;
    padding-top: 20px;
    font-size: 11px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-B .footer-title{
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-B ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 16px;
    margin-bottom: 4px;
}
.footer-B ul li a{
    color: #ffffff;
}
.footer-B .footer-block{
    margin-bottom: 30px;
}
.footer-B .special-blue{
    color: #7EB9B8;
}
.footer-B .credentials{
    text-align: center;
    grid-column: 1 / span 2;
    padding: 0 20px 20px 20px;
}
.footer-B .table-img{
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-template-rows: 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.footer-B .table-img img{
    max-width: 100%;
    max-height: 30px;
}
.footer-B .footer-title.payment-secured{
    padding-left: 15px;
    background: no-repeat url('/img/fronts/1001/locked.svg') left center transparent;
}
.footer-B .footer-phone{
    font-size: 15px;
    font-style: italic;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: 30px;
    background: no-repeat url('/img/fronts/1001/icon-telephone.svg') left center transparent;
    margin-bottom: 10px;
}
.footer-B .footer-phone a,
.footer-B .footer-phone a:hover{
    color: #ffffff;
}

@media (min-width: 550px) {
    .footer-B {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content min-content;
        grid-gap: 15px;
    }
    .footer-B .footer-block{
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .footer-B {
        background: #2C413E;
        max-width: 1140px;
    }
    .footer-B .footer-block{
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        grid-gap: 10px;
    }
    .footer-B .footer-block .footer-title{
        grid-column: 1 / span 2;
    }
    .footer-B .table-img{
        align-items: center;
    }
}

/*-- end footer **--*/


/*-------------------------------------------------- NEW CART ------------------------------------------------*/
