/*
This file is part of is free software.
*/
/* 
    Created on : 25 мая 2025 г., 13:40:46
    Author     : Dmitrij Nedeljković https://dmitrydevelopment.com/
*/

#sms-auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
}

.sms-auth-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sms-auth-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 32px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-size: 70%;
}

.sms-auth-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-display {
    width: 40px;
    text-align: center;
    pointer-events: none;
}

.quantity-control {
    position: relative;
}

.qty-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: none;
    pointer-events: none;
    z-index: 10;
}

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

                body.single-product .quantity {
        display: none;
    }
 .quantity-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quantity-wrapper button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* убирает лишний внутренний отступ */
}

    .quantity-wrapper input[type="number"] {
        -moz-appearance: textfield;
        appearance: textfield;
        text-align: center;
        width: 60px;
        height: 32px;
        font-size: 16px;
    }

    .quantity-wrapper input::-webkit-outer-spin-button,
    .quantity-wrapper input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #deliveryForm .form-row label{

	display: inline-block !important;
	line-height: 1;
	vertical-align: middle !important;

    }


    .woocommerce-shipping-destination {
    display: none !important;
}


.elementor-widget-woocommerce-checkout-page a {
  color: #69727d  !important;
    font-weight: 700 !important;
}

.elementor-widget-woocommerce-checkout-page .product-quantity{
   color: #69727d  !important;
    font-weight: 700 !important;
}

.woocommerce-table--order-details, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td{
   color: #69727d  !important;
    font-weight: 700 !important;
}