.wl-fh-filter-heading-area {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 15px;
}
.wl-fh-filter-heading {
text-transform: uppercase;
font-family: var(--wl-font-family), Sans-serif;
font-size: 18px;
letter-spacing: 3px;
padding-right: 10px;
}
.wl-fh-hr .wl-fh-filter-heading-area {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.wl-fh-single-filter>input {
position: absolute;
opacity: 0;
z-index: -1;
} .wl-fh-filters {
overflow: hidden;
}
.wl-fh-single-filter {
width: 23%;
color: #212121;
margin-right: 0.50%;
float: left;
}
.wl-fh-single-filter-wrap {
position: relative;
border: 1px solid #d6d6d6;
overflow: hidden;
box-sizing: border-box;
z-index: 999;
}
.wl-fh-item-data {
display: none;
} .wl-fh-tab-label {
position: relative;
font-family: var(--wl-font-family), Sans-serif;
display: flex;
justify-content: space-between;
background: #fff;
font-weight: normal;
cursor: pointer;
color: #212121;
text-transform: uppercase;
font-size: 12px;
padding: 8px 10px;
}
.wl-fh-tab-label::before {
content: "\f078";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 10px;
top: 9px;
transition: all 0.2s;
font-weight: bold;
}
.wl-fh-single-filter.open .wl-fh-tab-label::before {
-webkit-transform: rotateX(180deg) !important;
transform: rotateX(180deg) !important;
} .wl-fh-filter-content {
padding:10px;
color: #2c3e50;
background: #ffffff;
}
.wl-fh-filter-content a {
font-family: var(--wl-font-family), Sans-serif;
color: #053eff;
margin-top: 10px;
display: inline-block;
text-decoration: none;
} .wl-fh-filter-search {
position: relative;
}
.wl-fh-filter-search input {
width: 100%;
padding: 8px;
line-height: 21px;
border: 0px;
border: 1px solid #d6d6d6;
font-size: 12px;
}
.wl-fh-filter-search input[placeholder] {
padding-left: 30px;
}
.wl .wl-fh-filters-area.wl-fh-hr .wl-fh-search-button {
position: absolute;
left: 11px;
border: 0;
background: transparent;
bottom: 0;
top: 0;
margin: 0;
padding: 0;
color: var(--wl-black);
font-size: 12px;
}
.wl-fh-search-button:hover, .wl-fh-search-button:focus, .wl-fh-search-button:active {
background-color: transparent;
background-image: none;
color: #212121;
} .wl-fh-checkbox-custom,
.wl-fh-radio-custom {
opacity: 0;
position: absolute;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
.wl-fh-checkbox-custom,
.wl-fh-checkbox-custom-label,
.wl-fh-radio-custom,
.wl-fh-radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointer;
margin-left: 0;
}
.wl-fh-checkbox-custom-label,
.wl-fh-radio-custom-label {
position: relative;
font-family: var(--wl-font-family), Sans-serif;
font-size: 13px;
}
.wl-fh-checkbox-custom+.wl-fh-checkbox-custom-label:before,
.wl-fh-radio-custom+.wl-fh-radio-custom-label:before {
content: '';
background: #fff;
border: 1px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 17px;
height: 17px; line-height: 15px;
margin-right: 5px;
text-align: center;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
.wl-fh-checkbox-custom:checked+.wl-fh-checkbox-custom-label:before {
content: "\2714";
background: var(--wl-black);
color: #fff;
font-size: 13px;
}
.wl-fh-checkbox-custom:checked+.wl-fh-checkbox-custom-label span{font-weight:normal;}
.wl-fh-radio-custom+.wl-fh-radio-custom-label:before {
border-radius: 50%;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
.wl-fh-radio-custom:checked+.wl-fh-radio-custom-label:before {
content: "\2714";
color: #fff;
background: var(--wl-black);
font-size: 13px;
}
.wl-fh-radio-custom:checked+.wl-fh-radio-custom-label span {
font-family: var(--wl-font-family), Sans-serif;
}
.wl-fh-checkbox-custom:focus+.wl-fh-checkbox-custom-label,
.wl-fh-radio-custom:focus+.wl-fh-radio-custom-label {
outline: 0px solid #ddd;
}
.rating-area .wl-fh-radio-custom+.wl-fh-radio-custom-label:before {
border-radius: 0;
} .wl-fh-flter-action-area {
display: flex;
align-items: center;
width: 45%;
justify-content: end;
}
.wl-fh-flter-action-left {
margin-right: 20px;
}
.wl .wl-filter-clear-btn, .wl .wl-fh-flter-action-left a {
font-family: var(--wl-font-family), Sans-serif;
font-size: 16px;
color: #a5a4a4;
text-decoration: underline;
letter-spacing: 1px;
padding: 0;
border: none;
}
.wl .wl-filter-clear-btn:focus,
.wl .wl-filter-clear-btn:hover {
background: transparent;
color: var(--wl-gray);
}
.wl-fh-btn-checkout,
a.wl-fh-btn-checkout {
font-family: var(--wl-font-family), Sans-serif;
font-size: 14px;
color: #fff;
background: var(--wl-black);
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
margin: 0;
border: 0;
border-radius: 5px;
height: 40px;
display: inline-block;
line-height: 40px;
text-align: center;
cursor: pointer;
padding: 0 35px;
text-decoration:none;
outline:0;
}
.wl-fh-btn-checkout:hover,
a.wl-fh-btn-checkout:hover,
.wl-fh-btn-checkout:focus{
background: var(--wl-gray);
color: #fff;
}
.wl-fh-btn-checkout a{color:#fff;text-decoration:none;} span.rating-star i {
color: #FFA529;
margin-left: 4px;
}
.opa {
opacity: 0.4;
} .wl-fh-filters .wl-fh-filters-inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
float: left;
}
.wl-fh-filters .wl-fh-single-filter {
flex-grow: 1;
flex-basis: 0;
text-decoration:none;
outline:0;
} @media only screen and (min-width: 360px) {
.wl-fh-filters-area {
max-height: none;
}
.wl-fh-hr .wl-fh-filter-heading-area {
flex-direction: column;
align-items: normal;
}
.wl-fh-filters {
overflow: hidden;
display: flex;
flex-direction: column-reverse;
}
.wl-fh-filters-inner {
width: 100%;
}
.wl .wl-fh-single-filter {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 5px;
}
.wl-fh-single-filter-search {
width: 100%;
float: none;
margin-bottom: 10px;
}
} @media only screen and (min-width: 340px) {
.wl-fh-flter-action-area {
display: flex;
align-items: center;
width: 100%;
justify-content: center;
}
.wl-fh-filters .wl-fh-filters-inner {
display: block;
width: 100%;
}
.wl .wl-fh-single-filter {
width: 100%;
margin-right: 0%;
float: left;
}
} @media only screen and (min-width: 768px) {
.wl-fh-filters-area {
max-height: 178px;
}
.wl-fh-hr .wl-fh-filter-heading-area {
flex-direction: row;
align-items: center;
}
.wl-fh-filters .wl-fh-filters-inner {
display: flex;
width: 100%;
}
.wl .wl-fh-single-filter {
width: 49%;
margin-right: 1.9%;
float: left;
}
.wl-fh-filters-inner .wl-fh-single-filter:last-child {
margin-right: 0;
}
} @media only screen and (min-width: 992px) {
.wl-fh-filters-area {
max-height: 129px;
}
.wl-fh-hr .wl-fh-filter-heading-area {
flex-direction: row;
align-items: center;
}
.wl-fh-filters {
display: inherit;
}
.wl-fh-filters .wl-fh-filters-inner {
display: flex;
width: 79%;
}
.wl .wl-fh-single-filter:nth-child(even) {
margin-right: 1%;
}
.wl .wl-fh-single-filter {
width: 23%;
margin-right: 1%;
float: left;
}
.wl-fh-single-filter-search {
width: 20%;
float: right;
margin-bottom: 0;
}
}