.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-cart {
    z-index: 1051;
    position: fixed;
    bottom: 1.25%;
    right: 1.25%;
    background: #ca3d26;
    border-radius: 80px;
    padding: 20px;
    width: 50px;
    height: 50px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgb(56 124 171 / 37%);
    -moz-box-shadow: 0 0 25px 0 rgba(56, 124, 171, 0.37);
    box-shadow: 0 0 25px 0 rgb(56 124 171 / 37%);
}
.btn-cart div {
    height: 35px;
    width: 35px;
    background: #28a745;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 25px 0 rgb(56 124 171 / 37%);
    -moz-box-shadow: 0 0 25px 0 rgba(56, 124, 171, 0.37);
    box-shadow: 0 0 25px 0 rgb(56 124 171 / 37%);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    font-family: "ITC Avant Garde Std Demi";
}
.formQte .qte{
    width: 100px;
    text-align: center;
    display: block;
    margin: auto;
}
.jconfirm-box-container{
    display: block !important;
    text-align: center;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none !important;
}
.formQte label{
    margin-top: 10px;
}
.formQte .form-group{
    margin-bottom: 0 !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane{
    margin-bottom: 0 !important;
}
input[type=number]::-webkit-inner-spin-button {
  opacity:1;
}


/*panier*/
.ps-table--shopping-cart tbody tr td {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 19px !important;
    font-weight: 600;
    line-height: 20px;
    color: #fff !important;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #f67811;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn i {
    margin-right: 6px;
    vertical-align: middle;
}
.float-right {
    float: right !important;
}
.mx-auto {
    display: block !important;
    margin: auto;
}
@media (min-width: 992px){
    .float-lg-right {
        float: right!important;
    } 
}
.quantity{
    text-align: center;
    padding: 5px;
}
/*end panier*/