.block-user.panier-detail {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px 12px;
    margin-top: 10px;
    box-shadow: 6px 2px 9px #95949470;
    margin-bottom: 30px;
}
.block-user-information {
    padding: 0px 0px 15px;
    flex: auto;
    width: 100%;
    font-size: 18px;
}
.information-title {
    color: #075299;
    border-bottom: 2px solid #075299;
    padding-bottom: 2px;
}
.block-user .card-body-title {
    border-left-color: var(--top-menu-bakground);
    border-left-style: none;
    padding: 1.25rem 0.25rem;
}
.block-user {
    background: #fff;
    border-radius: 5px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 5px;
}
.card-body-title.panier-hot {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px 12px !important;
    margin-top: 10px;
    box-shadow: 6px 2px 9px #95949470;
    margin-bottom: 30px;
}
.p-name-hot {
    color: #1e509f;
    font-family: 'MontserratBold';
    font-size: 19px;
}
.booking-item-rating-stars {
    color: #ed9643;
    font-size: 12px;
}
a.btn.btn-danger.btn-remove {
    background: #e10d1a;
    border-radius: 50px;
    padding: 5px 10px;
    position: absolute;
    margin-left: -31px;
    z-index: 2;
}
a.condition-panier {
    color: #254ea1;
    font-family: 'MontserratBold';
    font-size: 17px;
}
.p-mon-total {
    color: #ff914d;
    font-family: 'MontserratBold';
    font-size: 30px;
}
button.btn.btn-save.submit-button.p-btn-save {
    padding: 10px 20px;
    background: #d8bb6f;
    border: none;
    margin-top: 0px;
  }
.price-carte{
    font-size: 20px;
    font-weight: 900;
    color: #303030;
}
.details-cart{
    margin-bottom: 10px;
}
@media (min-width: 1480px){
    .row.carte-item {
        margin-right: -11px !important;
        margin-left: -10px !important;
    }
}