/*css header menu*/
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-weight: 400 !important;!i;!;
    font-size: 14px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input {
    margin: 0 8px 0 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
    display: flex;
    align-items: center;
}

input[type=checkbox], input[type=radio] {
    width: 17px;
    height: 17px;
}

.yith-wcan-filters .yith-wcan-filter h4 {
    font-weight: 600;
    font-size: 16px;
}

.yith-wcan-filters .yith-wcan-filter:not(:last-child) h4 {
	border-bottom: 1px solid #cccccc6b;
    padding-bottom: 15px;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 15px;
}