.breadcrumbs a {
    color: #dec8b3;
    font-weight: normal;
}


div#shop-sidebar ul.product-categories{
    padding-top: 22px;
    width: 100%;
    height: auto;
    border: 2px solid #695339;
    background: linear-gradient(135deg, #e8c8a2 10%, #8c6a44 90%);
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
}

div#shop-sidebar ul.product-categories li{
    padding-left: 28px;
}

div#shop-sidebar ul.product-categories li a{
    font-size: 14px;
    color: #5b5248;
    text-decoration: none;
    text-transform: uppercase;
}

#shop-sidebar span.widget-title{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #e8c8a2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
}

#shop-sidebar span.widget-title:before{
    position: absolute;
    content: "";
    margin-top: 12px;
    left: 0;
    background: url(/wp-content/uploads/2024/08/left.png);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    transform: translate(0% , -50%);
}

#shop-sidebar span.widget-title:after{
    position: absolute;
    content: "";
      margin-top: 12px;
    right: 0;
    background: url(/wp-content/uploads/2024/08/right.png);
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    transform: translate(0% , -50%);
}

div#shop-sidebar ul.product-categories li:before{
    position: absolute;
    left: 15px;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, #644d30 10%, #dcbc97 90%);
    content: "";
}

div#shop-sidebar #woocommerce_product_categories-3 span.widget-title:after, div#shop-sidebar #woocommerce_product_categories-3 span.widget-title:before{
    display: none !important;
}

div#shop-sidebar #woocommerce_product_categories-3 span.widget-title{
    z-index: 20;
    border: 2px solid #a79075;
    background: linear-gradient(135deg, #040404 10%, #2e2e2d 90%);
    color: #e8c8a2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    height: 40px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
