.rqt-product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rqt-product-list .rqt-product-item.et_pb_row_inner {
    border: 1px solid var(--rqt-pale-gray);
    box-shadow: 0px 0px 2px 0px #dce2e9;
    border-radius: 10px;
    padding: 24px;
}

.rqt-product-list .rqt-product-item.et_pb_row_inner:hover {
    box-shadow: 0px 2px 10px 0px #dce2e9;
}

.rqt-product-list .rqt-products-childs .rqt-product-item.et_pb_row_inner {
    box-shadow: none;
    border: 1px solid var(--rqt-pale-gray);
}

.rqt-product-actions .rqt-label-form p.rqt-note-max-per-commande {
    padding-bottom: 0;
}

.rqt-cart-product-child td:first-child::before {
    content: "(+) ";
}

.rqt-add-message {
    color: var(--rqt-green);
}

.rqt-products-childs,
.rqt-add-message,
.rqt-extra-products-toggle {
    display: none;
}

.rqt-product-list .rqt-product-btn-actions-wrapper a.rqt-btn-add-to-cart.rqt-button-disabled,
.rqt-product-list .rqt-product-btn-actions-wrapper a.rqt-btn-add-to-cart.rqt-button-disabled:focus {
    background-color: var(--rqt-gray) !important; 
    border-color: var(--rqt-gray) !important;
}

.rqt-remove-item {
    cursor: pointer;
}
  
.rqt-product-form .rqt-cf7-form .rqt-product-response.wpcf7-not-valid-tip {
    display: none;
}

.rqt-product-btn-actions-wrapper {
    display: flex;
    gap: 20px;
}

.rqt-products-childs .rqt-product-btn-actions-wrapper {
    display: grid;
} 

#rqt-cart-products .rqt-first-row th:nth-child(2),
#rqt-cart-products .rqt-first-row th:nth-child(3),
#rqt-cart-products td[data-label="Retirer"],
#rqt-cart-products td[data-label="Quantité"] {
    text-align: center;
}

@media all and (min-width: 981px) and (max-width: 1150px) {
    .rqt-product-btn-actions-wrapper {
        display: grid;
    } 
}

@media all and (max-width: 579px) {
    .rqt-product-btn-actions-wrapper {
        display: grid;
    }
}
