body.btNoSidebar .btPostSingleItemStandard:first-child {
    margin-top: 0em;
}

.btSiteFooterWidgets .btSearch button:before,
.btSidebar .btSearch button:before,
.btSidebar .widget_product_search button:before {
    content: "\e99f";
    font-family: 'Icon7Stroke';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    transform: scale(1);
    transition: all 300ms ease;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image {
    max-width: 100%;
    display: flex;
    margin-bottom: 1em;
    justify-content: center;
}

.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port {
    padding-bottom: 5em;
}

.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port {
    padding-top: 5em;
}

.page-space {
    margin-top: 5em;
    margin-bottom: 5em;
}

.w-100 {
    width: 100%;
}