.woocommerce form .form-row .input-checkbox {
    display: inline-block !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    cursor: pointer !important;
}

select {
    outline: none;
    color: #666666;
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23888' height='10' viewBox='0 0 8 10' width='8' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l4 5 4-5z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 6px);
    background-position-y: calc(50% + 4px);
}

.select2 {
    color: #666666;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #666;
    border-radius: 12px;
    transition: all 0.3s;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
    padding: 0rem 1rem !important;
    color: #666666;
}

#customer_details .col-1 {
    width: 100% !important;
}

#customer_details .col-2 {
    display: none !important;
}

/* Billing field description styles */
.woocommerce form .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .description {
    display: block !important;
    font-size: 12px;
    background: var(--e-global-color-accent);
    padding: 5px !important;
    margin-top: 0 !important;
    overflow: visible !important;
    height: auto !important;
}

.woocommerce form .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .description::before,
.woocommerce form .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .description::after {
    display: none;
}

/* Thank you page styles */
.checkout-thankyou {
    color: var(--e-global-color-text);
}

.checkout-thankyou-download-links {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin: 20px 0;
}

.checkout-thankyou-download-links a.elementor-button,
.checkout-thankyou-download-links a.elementor-button:hover {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.checkout-thankyou .payment-instructions {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}
