/*
Theme Name: Rayan Rengas theme
Template: astra
Author: Child Theme Configurator
Version: 1.0.0.1753275051
Updated: 2025-07-23 12:50:51

*/

.tire-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}
.tire-search-form select,
.tire-search-form button {
    flex: 1;
    min-width: 120px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}
.tire-search-form button {
    background: #002C6E;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.tire-search-form button:hover {
    background: #C8102E;
}






/* WooCommerce Thank You Page Styles */

.woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 24px !important;
}
.woocommerce-thankyou-order-details {
    padding: 0 !important;
}