.filter .title{
width: 100%;
font-size: 25px;
line-height: 25px;
margin-bottom: 20px;
}
.filter .subtitle{
width: 100%;
font-size: 16px;
line-height: 16px;
margin-bottom: 7.5px;
}
.filter .b{
width: 100%;
margin-bottom: 20px;
}
.filter .brand{
margin-bottom: 10px;
}
.filter .m{
width: 48%;
margin-bottom: 20px;
}
.filter .sp{
width: 4%;
height: 30px;
}
.filter .select{
width: 100%;
}
.filter select{
width: calc(100% - 0px);
padding: 10px 5px;
border: 1px solid rgba(0,0,0,.2);
border-radius: 5px;
font-size: 14px;
line-height: 14px;
}
.filter .states .radio{
margin-right: 20px;
}
.filter .states .radio input{
width: 20px;
height: 20px;
border: 1px solid rgba(0,0,0,.2);
border-radius: 2px;
margin-right: 7.5px;
transition: .3s;
cursor: pointer;
z-index: 2;
}
.filter .states .radio input:checked{
border: 1px solid rgba(0,0,0,.5);
}
.filter .states .radio .checked{
position: absolute;
left: 0;
width: 12px;
height: 12px;
background: rgba(0,0,0,.5);
border-radius: 10px;
margin: 4px 4px;
opacity: 0;
transition: .3s;
}
.filter .states .radio input:checked ~ .checked{
opacity: 1;
}
.filter .states .radio label{
line-height: 20px;
font-size: 14px;
}
.filter .button{
margin: 0;
}
.filter .button input{
width: 100%;
padding: 3% 0;
text-align: center;
font-size: 18px;
line-height: 18px;
font-weight: 500;
background: var(--brand-color);
border-radius: 5px;
cursor: pointer;
box-shadow: 4px 4px 10px 2px rgba(0,0,0,.1);
transition: .3s;
}
.filter .button input:hover{
box-shadow: 2px 2px 10px 2px rgba(0,0,0,.2);
}