/*
 Theme Name:   Optimus Websites
 Description:  Optimus Websites B.V.
 Template:     pe-klick
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


@media (max-width:991px) {
    .row {
        --bs-gutter-x: 1rem;
    }
}

.woocommerce form .form-row label {
    font-weight: 700;
}

body .add-request-quote-button.button {
    line-height: 1;
    padding: 1.5rem 2rem;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0;
}



/* Checkout */
body .raq-send-request {
    display: none;
}

.rq-checkout__table-title {
    margin-bottom: 1.5rem;
}

.rq-checkout__totals {
    padding-top: 1rem;
    border-top: 3px solid #cfcfcf;
}

.rq-checkout__info {
    padding: 1.5rem;
    background-color: #fff;
}

.rq-checkout__terms {
    font-size: 14px;
}

.rq-checkout__privacy {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 3px solid #cfcfcf;
    font-size: 13px;
}

/* Checkout - Form */
#yith-ywraq-form {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background-color: #fff;
}

#yith-ywraq-form table {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}


#yith-ywraq-form .product-subtotal, #yith-ywraq-form .product-quantity, #yith-ywraq-form .product-price {}
#yith-ywraq-form .product-subtotal, 
#yith-ywraq-form .product-quantity, 
#yith-ywraq-form .product-price {
    margin: 0;
    padding: 0;
    text-align: left;
}

#yith-ywrq-table-list {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

body .woocommerce .yith-ywraq-item-remove.remove {
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--bs-base) !important;
}

body .woocommerce .yith-ywraq-item-remove.remove:hover {
    color: var(--bs-primary) !important;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table th {
    font-weight: 700;
}

.woocommerce table.shop_table td {
    padding: 0;
    border: none;
}

.ywraq-before-form:before {
    content: "";
    background: none;
    width: auto;
    height: auto;
}

@keyframes spin {
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(360deg); 
    }
}

.rq-checkout__sync-button {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.rq-checkout__sync-button--loading {
    cursor: wait;
    pointer-events: none;
}

.rq-checkout__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.rq-checkout__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.rq-checkout__overlay--visible {
    display: flex;
}

.rq-checkout__spinner--visible {
    opacity: 1;
    animation: spin 1.5s linear infinite;
}
