/*#wpadminbar {*/
/*    display: none;*/
/*}*/
.topic, .forum {
    margin-top: 1rem !important;
}

.build-color.build-0 {color: #d30000;}

.build-color.build-1 {
    color: #ff8333;
}

.build-color {
    color: #15b000;
}

.webc-woocommerce.woocommerce-webc-logged-in .bbp-breadcrumb, .webc-woocommerce.woocommerce-webc-logged-in #subscription-toggle, .webc-woocommerce.woocommerce-webc-logged-in #favorite-toggle, .webc-woocommerce.woocommerce-webc-logged-in .bbp-topic-tags{
    display: none;
}
.w-half {
    width: 50%;
}

.woocommerce-account.woocommerce-webc-logged-in.woocommerce-lost-password {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.woocommerce-account.woocommerce-webc-logged-in.woocommerce-lost-password .woocommerce {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.woocommerce-account.webc-woocommerce .woocommerce-button.small {
    height: 30px;
    font-size: 13px !important;
    line-height: 30px;
    margin: 0px !important;
    padding: 0px 25px 0px 14px !important;
    display: flex;
    align-items: center;

}
.woocommerce-account.webc-woocommerce .woocommerce-button.small:hover{
    cursor: pointer !important;
}
.woocommerce-account.webc-woocommerce .woocommerce-button.small * {display: flex !important;flex-direction: row;align-items: center;}

.woocommerce-account.webc-woocommerce .woocommerce-button.small img {
    height: 20px;
}