.widget span {
    color: #000 !important;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    display: block;
}
.single_product_description .product_info h3 {
    margin-bottom: 0px;
    font-weight: 400;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
.v_centered h1{
    color: #000;
}
.accordion-header {
    background: #f3f3f361;
    padding: 1em 1.5em;
    color: #595959;
}
.accordion-header:hover {
    background: #ffdf5d;
    position: relative;
    z-index: 5;
}
.accordion__item.active .accordion-header {
    background: #ffdf5d;
}
.topbar{
    display: block!important;
    z-index: 999999;
}
.tb_toggle_menu{
    display: none;
}
.accordion-body__contents {
    font-size: 13px !important;
    font-weight: 400;
}
.d-block{
    display: block;
}
.d-flex{
    display: flex;
}