/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

h3.hide-for-small.hide-for-medium.ct-1st {font-size: 2em;}
.title-cart .ct-2nd, .title-checkout .ct-2nd, .title-thankyou .ct-2nd{font-size: 1em!important;}
.title-cart .ct-3th, .title-checkout .ct-3th, .title-thankyou .ct-3th{font-size: 0.8em!important;}

.widget_price_filter .ui-slider .ui-slider-range{background: #000000!important;}
.widget_price_filter .ui-slider .ui-slider-handle:before{width: 20px!important; height: 20px!important; top: 0px!important;
background-color: #000000!important;z-index: 999;border: none!important;}

#masthead{padding:10px 0px}
p {font-size: 1.1em; line-height: 1.4;
color: #575757;}
.nasa-single-product-stock .nasa-product-stock-progress .nasa-product-stock-progress-bar{height: 3px;}
.nasa-avg-rating .avg-rating-number {color: #181818;}
#site-navigation{text-transform: uppercase;}
.product-info .entry-title{font-size: 1.7em;}
.nasa-product-details-page .product-info .entry-title {padding-right: 15px;}
.group-btn-in-list .add_to_cart_text{padding: 0 20px;}
.add_to_cart_text { background: #000000 !important; color: white !important;}


.tire-filter-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.tire-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
	justify-content: center;
}
button#filter_tires {margin-top: 7px;}
.filter-group {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
}

.filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.filter-group select {
    width: 100%;    
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-size: 1rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}

.filter-group select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.7;
}

.filter-group select:focus {
    border-color: #0066cc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,102,204,0.2);
}

.filter-group button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.filter-group button:hover {
    background-color: #0052a3;
}

.filter-group button:active {
    transform: translateY(1px);
}

/* Responsive */
@media (max-width: 768px) {
    .tire-filter {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        width: 100%;
        max-width: none;
    }
}