/*
* S
* H
* E
* T
* A
 __   _ _   ___   _  _   ___    _    _ _ _   ___   ___ 
/ _| | U | | __| | \| | |_ _|  / \  | | | | | __| | o )
\_ \ |   | | _|  | \\ |  | |  | o | | V V | | _|  | o \
|__/ |_n_| |___| |_|\_|  |_|  |_n_|  \_n_/  |___| |___/
                                                       
* W
* E
* B
* ^^
*/

.shentafiltre-01 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.shentafiltre-02,
.shentafiltre-03 {
height: 50px;
width: calc(33.33% - 12px);
border: none;
border-radius: 12px;
color: var(--e-global-color-secondary );
font-family: poppins;
margin-right: 10px;
font-size: 15px;
padding: 0 20px;
background:white;
}

.shentafiltre-04 {
height: 50px!important;
background-color: var( --e-global-color-ce5c422 )!important;
color: #fff!important;
border: none!important;
border-radius: 4px!important;
cursor: pointer!important;
font-size: 16px!important;
width: 10%!important;
font-family: poppins!important;
font-size: 15px!important;
font-weight: 400!important;
border-radius: 12px!important;
}



.shentafiltre-06 {
height: 50px;
background-color: var( --e-global-color-ce5c422 );
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
font-family: poppins;
font-size: 15px;
font-weight: 400;
border-radius: 12px;
padding: 0px 20px;
}

@media (max-width: 900px) {
.shentafiltre-02,
.shentafiltre-03 {
width: 100%!important;
margin-bottom: 10px;
margin-right:0;
}
.shentafiltre-04,
.shentafiltre-06 {
    width: 100%!important;
}
}@media (max-width: 900px) {
.shentafiltre-04 {
width: 100%!important;
margin-bottom:10px!important;
}

.shentafiltre-01 {
    margin:15px;
}
	
@media screen and (max-width:900px) {

.shentafiltre-01{margin: 0;}

}