<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer_widgets{
    background-color: white !important;
    color:black !important;
}

.footer_widgets a {
    color: black !important;
}

.footer_widgets a:hover {
    color: black !important;
}

.footer_widgets .accordion h4{
    color: gray !important;
    font-weight: 900 !important;          
}
.footer_widgets  h4{
    color: gray !important;
    font-weight: 700 !important;            
    padding: 3px 0;            
    width: 100%;
    text-align: center;
}

.footer_middle {
    border-top: 1px solid lightgray;
    margin: 5px 0;
}        

.footer_widgets h2{
    color: gray !important;           
}

.footer_widgets .footer_social a {
    color: gray !important;
}

.footer_widgets .footer_social a:hover {
    color: gray !important;
}

.copyright_area p{
    color:black !important;
}

.footer_widgets .accordion-button::after {
    color: gray !important;
    margin-left: 10px !important;
}

.footer_widgets .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}       

.footer_widgets .copyright_area a:hover {
    color: black !important;
    background-color: transparent;
    color:inherit;
}
.footer_widgets .accordion-button:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color:inherit;
}
.footer_widgets .accordion .accordion-item {
    border: none; 
    box-shadow: none;
    margin: 0; 
    padding: 0; 
    box-shadow: none;
    background-color: transparent;
    color:inherit;
    justify-content: center;
}

.footer_widgets .accordion .accordion-button {
    width: 8%; 
    box-shadow: none;
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin: auto;
    align-items: center;
    text-align: center;
    background-color: transparent;
    color:inherit;
    padding: 0 10px;
}

.footer_widgets .accordion .accordion-button:not(.collapsed) {
    border-bottom: none; 
    border-top: none; 
    background-color: transparent;
    color:inherit;
    box-shadow: none;
    padding: 0 0px;
}

.footer_widgets .accordion .accordion-body {
    padding: 0.5rem 0 1rem 1rem !important; 
    background-color: transparent;
    color:inherit;
    width:fit-content;
    margin: 0 auto;
} 

.footer_social{
    text-align: center;
    padding: 1rem 0 !important;
    border-top: none;
    border-bottom: none;
}

.return-exchange{
    margin-top: 10px;
    padding: 1px 0;
    
}

.section_title h2::before {
    background: gray !important;
}

.k-canvas_open {
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 9;
    font-size: 2rem;
}

.k-accordion-button {
    justify-content: center;
}</pre></body></html>