#panier-page-v2 .accessory-table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    /* display: none; */
}
#panier-page-v2 .accessories-title {
    display: none;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
#panier-page-v2 .add-accessory label {
    font-size: 16px;
}
#panier-page-v2 .accessory-table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}
#panier-page-v2 .accessory-table tr{
    border-bottom: solid 1px #ccc;
    width: 100%;
}
#panier-page-v2 .accessory-table .unit-price-value {
    min-width: 95px;
}
#panier-page-v2 .accessory-table th{
    text-align: center;
    padding: 10px 5px;
}
#panier-page-v2 .accessory-table td{
    text-align: center;
    padding: 10px 5px;
    vertical-align: top;
}
#panier-page-v2 .accessory-table .th-quantity {
    width: 140px;
}
#panier-page-v2 .accessory-table .th-label,
#panier-page-v2 .accessory-table .accessory-label{
    text-align: left;
}
#panier-page-v2 .td-quantity-ttl,
#panier-page-v2 .th-quantity-ttl {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.cart-v2-content .accessory-block td .product-quantity{
    margin: auto;
}
.cart-v2-content .accessory-block .total-price-value{
    font-weight: bold;
}
.cart-v2-content .accessory-block .accessory-label,
.cart-v2-content .accessory-block .unit-price-value{
    padding-top: 15px !important;
}
.cart-v2-content .accessory-block td:hover{
    background-color: #f0f0f0;
}
#panier-page-v2 .accessory-block .fp-secondary-btn {
    background-color: #ffffff;
    display: block;
    border: none;
    padding: 10px 10px;
    color: #f67f00;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: solid 2px #f67f00;
}
#panier-page-v2 .fp-secondary-btn:hover {
    border: solid 3px #ff961a;
    background-color: #ff961a;
    color: #fff;
}
#panier-page-v2 .accessory-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
#panier-page-v2 .accessory-form .adds-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
#panier-page-v2 .accessory-block{
    background-color: #F7F7F7;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 5px;
    border: solid 1px #D9D9D9;
}
#panier-page-v2 .accessory-block .quantity-btn{
    background-color: #fff;
    border-color: #D9D9D9;
}
#panier-page-v2 .accessory-form select {
    padding: 5px;
    flex: 2;
    height: 32px;
    color:#242424;
}
#panier-page-v2 .accessory-form label {
    font-size: 16px;
}

#panier-page-v2 .accessory-block .delete{
    color: #ff0000;
    font-size: 18px;
}
#panier-page-v2 .accessory-block .checkmark{
    color: #8cc63f;
    font-size: 18px;
}
#panier-page-v2 .selected-accessory {
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: none;
    justify-content: space-between;
    align-items: center;

}
#panier-page-v2 .selected-accessory i{
    color: #f67f00;
    font-size: 20px;
}
#panier-page-v2 .selected-accessory .accessory-title{
    font-weight: bold;
}
#panier-page-v2 .accessory-table .delete .delete-accessory-txt {
    display: none;
    font-weight: normal;
    font-size: 15px;
}
#panier-page-v2 .accessory-table .delete i {
    display: inline-block;
    padding-left: 5px;
}
