input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.btn-filter{
    border-radius: 20px;
    border: 1px solid var(--lightblue);
    color: var(--bleu);
    font-weight: 600;
}

.btn-filter img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#cart-column .h2{
    font-family: "Maven Pro";
    font-weight: normal;
    color: var(--bleu);
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

#cart-column .h2:after {
    content: url(../../images/stockerseul/h2_line_orange.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

#cart-column img{
    width: 100%;
    height: auto;
}

#cart-column .h3{
    font-weight: 600;
    color: var(--bleu);
    font-size: 17px;

}

.item_total{
    font-size: 14px;
}

.item_total span{
    color: var(--orange);
    font-size: 20px;
    font-weight: 600;
}

.quantifier{
    background: white;
    width: 68px;
    border-radius: 3px;
    border: 2px solid var(--lightgrey);
    display: inline-block;
    vertical-align: middle;
}

.quantifier input{
    height: 39px;
    width: 38px;
    border: 0;
    background: none;
    text-align: center;
    color: var(--bleu);
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.inc_dec{
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.inc_dec span{
    display: block;
    text-align: center;
    color: var(--bleu);
    font-weight: 600;
    line-height: 19px;
    cursor: pointer;
}

.btn-remove{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

#cart-total{
    font-family: "Maven Pro";
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
    border-top: 2px solid var(--lightgrey);
}

#cart-total span{
    color: var(--orange);
    font-weight: 900;
}

.cart_legend{
    font-size: 14px;
    margin-top: 20px;
}

.product-item:hover{}

.product-item img{
    width: 100%;
    height: auto;
}

.product_description{
    transform: translateY(100%);
    display: none;
}

.product-item{
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 150px;
    position: relative;
    background: white;
}

.product-item h3{
    text-align: center;
    font-family: "Maven Pro";
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--lightblue);
    padding: 20px 0;
    margin: 0 20px;
}

.product-item .availability{
    text-align: center;
    font-family: "Maven Pro";
    font-size: 12px;
    padding-top: 10px;
    margin: 0 20px;
}

.item_price{
    color: var(--orange);
    font-size: 26px;
    font-weight: 900;
}

.item_price sup{
    font-weight: normal;
    padding-left: 10px;
}

.product-item .btn{
    border: 2px solid var(--orange);
    color: var(--orange);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
}

#checkout_process{
    padding: 0;
    margin: 0;
    display: inline-block;
    background: linear-gradient(180deg, white 0%, white 30%, var(--lightgrey) 30%, var(--lightgrey) 35%, white 35%);
}

#checkout_process li{
    display: inline-block;
    list-style-type: none;
    text-align: center;
    color: var(--lightgrey);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    width: 200px;
}

#checkout_process li:first-child,#checkout_process li:last-child{
    width: 100px;
}

#checkout_process li:first-child{
    left: -50px;
    position: relative;

}

#checkout_process li:last-child{
    right: -50px;
    position: relative;
}

#checkout_process li span{
    width: 44px;
    height: 44px;
    background: var(--lightgrey);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 5px var(--lightgrey);
    font-size: 23px;
}

#checkout_process li.checkout_step_complete span{
    background: var(--emeraude);
    box-shadow: 0px 0px 0px 5px var(--emeraude);
}

#checkout_process li.checkout_step_complete{
    color: var(--emeraude);
}

#checkout_process li div{
    padding-top: 5px;
}

.checkout_step_active{
    color: var(--turquoise) !important;
}

.checkout_step_active span{
    box-shadow: 0px 0px 0px 5px var(--orange) !important;
    background: var(--orange) !important;
}

#cart_table thead{
    background: var(--orange);
    border-bottom: 30px solid var(--lightblue);
}

#cart_table thead th{
    color: white;
}

.table-striped tbody tr{
    background: var(--lightblue2);
    border-bottom: 30px solid var(--lightblue);

}

.table-striped tbody tr:nth-of-type(odd){
    background: white !important;
}

.cgv{
    font-size: 13px;
}

.cgv a{
    color: var(--orange);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--lightgrey);
    border-color: var(--lightgrey);
}

#cart_table .h3{
    font-size: 16px;
    font-weight: bold;
}

#cart_table p{
    font-size: 14px;
}

#cart_table img{
    height: auto;
}

#select_delivery a{
    display: inline-flex;
    width: 290px;
    background: white;
    height: 306px;
    border-radius: 5px;
    vertical-align: top;
    margin: 0 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 16px 0px var(--lightblue2);
    font-size: 19px;
    color: var(--bleu);
    font-weight: 600;
}

#select_delivery img{
    margin-bottom: 20px;
}

#select_delivery a:hover{
    text-decoration: none;
}

#select_delivery a.unselected{
    box-shadow: none;
    background: none;
}

#shop-delivery-home-city{
    background: white;
    height: 55px;
    width: 620px;
    border: 3px solid var(--lightgrey);
    border-radius: 30px;
    color: var(--bleu);
    text-align: center;
    font-style: italic;
}

#carrier{
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery_separator{
    border: 2px solid rgba(0, 0, 0, .1);
}

#delivery_table.table td,#delivery_table.table th{
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.select_input input{
    height: 20px;
    border-radius: 24px;
    border: 1px solid var(--lightgrey);
    height: 47px;
    padding: 10px;
    width: 100%;
}

.select_input label{
    display: block;
    font-weight: bold;
    margin-top: 20px;
}

.info-icon{
    color: var(--orange);
}

#data-shop-delivery-withdrawal-agency-placeholder{
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Maven Pro";
    color: var(--lightgrey);
    font-size: 31px;
    border: 2px dashed var(--lightgrey);
}

#data-shop-delivery-withdrawal-agency-placeholder .arrow{
    color: var(--orangelight);
    line-height: 1.5em;
}

#data-shop-delivery-withdrawal-agency-placeholder .arrow .head{
    font-size: 1.5em;
    margin-top: 0.5em;
    vertical-align: middle;
}

#data-shop-delivery-withdrawal-agency-placeholder .arrow .body{
    font-size: 0.7em;
    letter-spacing: -0.7em;
    vertical-align: middle;
}

input[data-shop-delivery-withdrawal-date]{
    margin-bottom: 20px;
}

#data-shop-delivery-withdrawal-agency-choosen{
    font-family: "Maven Pro";
    color: var(--bleu);
    font-size: 20px;
    border: 1px solid var(--borderblue);
    background-color: white;
}

#data-shop-delivery-withdrawal-agency-choosen .title{
    color: var(--turquoise);
    padding: 7px;
    border-bottom: 1px solid var(--borderblue);
    font-family: "Maven Pro";
    font-size: 17px;
}

#data-shop-delivery-withdrawal-agency-choosen .btn{
    margin: 20px 0;
}

.item-list-cart{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.white_shadowed_box{
    background: white;
    border-radius: 3px;
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}

h2.blue_lined{
    position: relative;
    padding-bottom: 25px;
}

h2.blue_lined:after{
    content: url(../../images/stockerseul/h2_line_orange.png);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -126px ;
}

form[name="customer_shop"] label,
#addressDelivery label,
#addressBilling label,
form[name="customer_my_account"] label{
    text-align: left;
    display: block;
    font-family: 'Muli';
    font-weight: bold;
}

.blue_lined input[type="checkbox"]{
    margin: 11px 5px 0 0;
}