/*
 Theme Name:   LightTheme Child
 Theme URI:    https://example.com/lighttheme-child
 Description:  Child theme for the LightTheme WordPress theme.
 Author:       OpenAI
 Template:     lighttheme
 Version:      1.0.0
 Text Domain:  lighttheme-child
*/

/* Add your custom CSS below this line */

@media (min-width: 62.5em) {
    
    #myMenu1, .menu {
  
    width: 1000px !important;
    
}

}


a.button, button:not(.cky-btn, .cky-show-desc-btn, .cky-accordion-btn, .cky-btn-close, .color-chip, .card-image-btn, .fabric-color-chip) {
    
        background: #ee891a !important;
    
}

a.button:hover, button:not(.cky-btn, .cky-show-desc-btn, .cky-accordion-btn, .cky-btn-close, .color-chip, .card-image-btn, .fabric-color-chip):hover {
    background: #dba115!important;
}

span.mat-checkbox-label {
    display: flex;
}

.mat-checkbox-inner-container {
    
    display: none !important;
}

button.mat-focus-indicator.mat-button.mat-button-base {
    background-color: unset !important;
    border: unset !important;
}

button.filter-section-toggle {
    background-color: unset !important;
    border: unset !important;
}

button.filter-section-toggle:hover {
    background-color: unset !important;
}

button.mat-focus-indicator.view-switch-btn.mat-icon-button.mat-button-base {
    border-radius: 20px !important;
}

nav.listing-pagination {
    background-color: unset !important;
}


.offer-badge {
    min-width: max-content;
}


