.widget_archive li a, .widget_categories li.cat-item a, .widget_pages li a {
    color:#000;
}
.product-sidebar .single-post .content h5 a{
   color:#000;
   font-weight: 300;
}
.widget_categories {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
}



.overflow-animate {
    width: 190px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    transition: 800ms all;
    animation-name: fadeInRight;
}
.signature.custom {
    position: relative;
    transition: 800ms all;
    margin-right: unset;
}
.signature {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}
.signature.white .design-by-text {
    text-decoration: none;
    color: #0e0e0e;
    opacity: .7;
    margin-right: 8px;
    font-weight: 600;
}
.signature.custom .design-by-text {
    white-space: nowrap;
    font-size: 14px;
}
.signature img {
    height: 1.200rem;
}