.sidebar {
    width: 100%;
    padding-left: 20px;
}
.sidebar ul{
    padding-left: 0;
}
.sidebar_section:not(:last-child) {
    margin-bottom: 60px;
}
.sidebar_section_title {
    font-family: 'Arial', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1b1f2e;
    line-height: 0.75;
}
.sidebar_categories {
    margin-top: 16px;
}
.sidebar_categories ul li:not(:last-of-type) {
    border-bottom: solid 1px #e5e5e5;
}
 
.sidebar_categories ul li {
    position: relative;
    width: 100%;
    /* height: 51px; */
}
.sidebar_categories ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #76777a;
    line-height: 24px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 15px 0;
    transition: 0.3s;
} 
.sidebar_categories ul li:hover a{
    color: #FF7100;
}
.sidebar_section_title {
    font-family: 'Arial', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1b1f2e;
    line-height: 0.75;
}
.sidebar_latest {
    margin-top: 31px;
}
.latest.d-flex.flex-row.align-items-start.justify-content-start {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.latest.d-flex.flex-row.align-items-start.justify-content-start  a{
    color: black;
}

.latest:not(:last-child) {
    margin-bottom: 20px;
}
.latest_content {
    /* padding-left: 21px; */
    margin-top: -4px;
}
.latest_price {
    font-family: 'Arial', serif;
    font-size: 14px;
    font-weight: 700;
    color: #FF7100;
    line-height: 0.75;
    margin-top: 16px;
}
.sidebar_banner {
    width: 100%;
    height: 213px;
    position: relative;
}
.sidebar_banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/Product/bj.png');
}
.sidebar_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF7100;
    opacity: 0.7;
}.banner_title {
    font-family: 'Arial', serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
}.banner_button {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 20px;
}
.banner_button a{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.3s;
}
.banner_button a:hover{
    background-color: #FF7100;
    color: white;
}
.sidebar_banner_content{
    z-index: 1;
}
.latest_title a{
    transition: 0.3s;
}
 .latest_title:hover a{
    color: #FF7100 !important ;
 }