.filter__Blog {
    border: 1px solid;
    background: #fff;
    padding: 1rem 1rem;
}

.filter__Blog .filter__Title {
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter__Blog .filter__Title h2 {
    font-size: 18px !important;
    color: #d5ac5f !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.filter__Blog .filter__Title .remove__Filters img {
    width: 1rem;
    height: 1rem;
}

.filter__Blog .search__Blog__Inp {
    padding: 1rem;
}

.filter__Blog .search__Blog__Inp .search__Input {
    width: 100%;
    line-height: 40px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #aaa;
    padding: 0 1rem;
}

.filter__Blog .search__Blog__Inp .search__Input:focus {
    box-shadow: 0 0 0 0.2rem #d5ac5bb3;
}

.filter__Blog .filter__Category__Wrapper {
    padding: 10px 20px;
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
}

.filter__Blog .filter__Category__Wrapper .category__Name {
    padding-top: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    color: #424750;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter__Blog .filter__Category__Wrapper .category__Name img {
    width: 1rem !important;
    height: 1rem !important;
    transform: rotate(-90deg) !important;
    transition: 0.5s !important;
}

.filter__Blog .filter__Category__Wrapper .category__Name.active img {
    transform: rotate(90deg) !important;
}

.filter__Blog .filter__Category__Wrapper .filter__Category__List {
    overflow-y: auto;
    margin: 6px 0 0 6px;
    padding: 1rem 0;
}

.filter__Blog .filter__Category__Wrapper .filter__Category__List .filter__Category__List__Item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.filter__Blog .filter__Category__Wrapper .filter__Category__List .filter__Category__List__Item .filter__Item__Name {
    font-weight: 400;
    padding-right: 0.5rem;
}

.checkmark {
    position: absolute;
    margin-left: 10px !important;
    margin-right: 10px !important;
    height: 18px !important;
    width: 18px !important;
    background-color: #fff !important;
    border: 1px solid #c1c1c1 !important;
    border-radius: 50%;
}

.container-chk .checkmark:after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -55%) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #fff;
}

.container-chk input:checked ~ .checkmark {
    background-color: #d5ac5b !important;
    border: none !important;
}

@media only screen and (min-width: 1366px) {
    #ferrero-branding .product-highlights--box.category,
    #ferrero-branding .products--box.category {
        margin-right: 18px !important;
    }
}

#ferrero-branding .product-highlights--box.category:nth-child(3n),
#ferrero-branding .products--box.category:nth-child(3n) {
    margin-right: 0 !important;
}

#ferrero-branding .tips-and-ideas--content {
    padding: 0 0.5rem;
}

html[dir=rtl] #ferrero-branding .products--box.category {
    margin-right: 0 !important;
    margin-left: 12px !important;
}

button.filter-btn {
    width: 100% !important;
    margin-top: 25px !important;
    background-color: #d5ac5b !important;
    color: white;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

div.filter__Blog {
    height: auto !important;
}
