#ct_sidebar {
    width: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin-right: 20px
}

#sb_adv_search input, #sb_basic_search input {
    width: calc(100% - 5px);
    height: 20px;
    padding-left: 5px
}

.search_container {
    position: relative
}

.search_button {
    position: absolute;
    top: 1px;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: #c09c83;
    background-image: url(images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-left: 1px solid #5f3a20;
    cursor: pointer
}

.keyword,.category-highlight {
    font-weight: 700;
    color: #C09C83
}

.keyword:after, .keyword:before {
    content: "\201D"
}

#sb_category_list {
    list-style: none;
    margin: 0;
    padding: 0
}

#sb_category_list a {
    display: table
}

#sb_category_list li:not(:first-child) {
    margin-top: 2px
}

.subcategories {
    display: none;
    list-style: none
}

.subcategories.active {
    display: block
}

#ct_products, #pr_products {
    display: -webkit-box;
    display: -ms-flexbox
}

.display_subs {
    cursor: pointer;
    background: url(images/plus.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px
}

.without_sub {
    margin-left: 17px
}

.subcategories, .subcategories li, .subcategories ul {
    position: relative
}

.subcategories ul {
    list-style: none;
    padding-left: 32px
}

.subcategories li::after, .subcategories li::before {
    content: "";
    position: absolute;
    left: -12px
}

.subcategories li::before {
    border-top: 1px solid #fff;
    top: 9px;
    width: 8px;
    height: 0
}

.subcategories li::after {
    border-left: 1px solid #fff;
    height: 100%;
    width: 0;
    top: 2px
}

.subcategories li:last-child::after {
    height: 8px
}

.subcat_name {
    margin-left: 15px
}

li.menu_button.active, li.menu_button.active:hover {
    text-decoration: none
}

li.menu_button.active>ul {
    color: #fff;
    font-weight: 400
}

#ct_products {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#pr_products {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: calc(100% - 300px)
}

.articlebox {
    display: block!important
}

#breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    gap: 10px;
    flex-wrap: wrap;
    font-style: italic;
    margin-top: 5px;
}

.breadcrumb:hover {
    color: #c09c83;
}

.breadcrumb-arrow {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-top: 10px solid transparent;
    border-left: 10px solid #5a677f;
    border-bottom: 10px solid transparent;
    margin-right: -10px;
}