.bbx-green {
    color: #00491E;
}

.bbx-block-compare {
    display: block;
}

.bbx-block-wishlist {
    display: none;
}

.bbx-breadcrumbs .items {
    margin: 0 0 14px 0;
}

.bbx-block .content {
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
}

.bbx-block .content .items .item {
    font-size: 16px;
    line-height: 22px;
}

.bbx-block .content .items .item a {
    padding: 10px 18px 10px 15px;
}

.bbx-block .content .items .current {
    border-left: 5px solid #00CA87;
}

.bbx-block .content .items .current > strong {
    font-weight: 800;
}

.bbx-block-title {
    margin: 0 0 10px 0;
}

.account .sidebar-additional {
    margin: 0 0 0 0;
}

.bbx-primary a.action {
    padding: 6px 10px;
    margin-right: 10px;
    text-transform: none;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color:#000000;
}

.bbx-primary a.action:hover {
    background-color: #000000;
}

.actions-toolbar .secondary  {
    float: none;
}

.bbx-secondary {
    margin:  7px 0 0 0;
    font-weight: bold;
}

.block-compare .action.delete:before{
    color: #9C9C9C;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.empty {
    color: #9C9C9C;
}

/*
* My Account | Customer
*/

.bbx-big-title {
    width: 100%;
    margin: 0 0 22px 0;
}

.bbx-big-title > strong {
    font-size: 18px;
    font-weight: 800;
}

.bbx-box-title {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #EBEBEB;
}

.bbx-box-title > strong {
    font-size: 18px;
    font-weight: 700;
}

.bbx-dashboard-info .box-role {
    display: none;
}

.bbx-dashboard-info .box-title > strong {
    font-size: 16px;
}

.bbx-dashboard-info .box-actions {
    font-weight: 800;
}

.bbx-dashboard-info .box-actions .edit {
    margin-right: 15px;
}

.bbx-dashboard-addresses .bbx-box-title > strong {
    margin-right: 10px;
}

.bbx-dashboard-addresses .bbx-box-title .edit {
    font-weight: 800;
}

.bbx-dashboard-addresses .box-title {
    font-size: 16px;
}

.bbx-dashboard-addresses .box-actions {
    font-weight: 800;
}

.bbx-dashboard-addresses .box-actions .edit {
    margin-right: 15px;
}

.fieldset h2 {
    font-size: 20px;
}

.fieldset legend.legend {
    font-size: 18px;
    color: #00491e;
    font-weight: 700;
}

.block-addresses-default .bbx-box-title > span,
.block-addresses-list .bbx-box-title > span {
    color: #00491e;
    font-size: 16px;
}

.block-addresses-default .box-actions .action, 
.block-addresses-list .box-actions .action {
    font-weight: 800;
    margin-right: 10px;
}

.bixbox-admin__data-grid-pager-wrap {
    display: flex;
    justify-content: end;
}
.action-select-wrap .bixbox-action-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../images/down-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: calc(100% - 10px) 11px;
    padding-right: 25px;
    border: solid 1px #9c9c9c;
    border-radius: 5px;
}

.bixbox-sizes-collapsible-btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: url(../../images/down-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: calc(100% - 11px) 10px;
    padding: 1.5rem;
}
.bixbox-sizes-collapsible-btn:hover {
    background: url(../../images/down-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: calc(100% - 11px) 10px;
}
.bixbox-sizes-collapsible-btn:focus {
    border: none;
    background: url(../../images/down-arrow.svg) no-repeat;
    background-size: 11px;
    background-position: calc(100% - 11px) 10px;
}

.bixbox-sizes-wrapper {
    float: left;
    width: 12%;
    position: relative;
}
.wk-ui-component-container .bixbox-sizes-wrapper .selectmenu-items {
    left: -1px;
    min-width: calc(100% + 2px);
}
.bixbox-sizes-value {
    display: flex;
    justify-content: start;
    border: solid 1px #9c9c9c;
    border-radius: 5px;
}
.bixbox-sizes-value input[type="text"] {
    border: none;
}

.bixbox-admin__data-grid-pager {
    display: inline-block;
    padding-left: 5rem;
}
.bixbox-admin__data-grid-pager .admin__control-text {
    margin: 2px 0 0 10px;
    text-align: center;
    width: 5rem;
    max-height: 3.4rem;
    float: left;
}

.action-multicheck-wrap .bixbox-action-multicheck-toggle {
    margin: 0;
    background: url('../../../../../Magento/blank/id_ID/Magento_PurchaseOrder/images/select-bg.svg') no-repeat 50% 50%;
    border: 1px solid #adadad;
    float: left;
    border-radius: 0 1px 1px 0;
    min-height: 1.6rem;
    margin-left: -1px;
    padding: 0;
    position: relative;
    transition: border-color 0.1s linear 0s;
    width: 1.6rem;
}

.bixbox-detail-title-wrapper {
    display: flex;
    justify-content: start;
    margin-bottom: 3rem;
}

.bixbox-wk-dash-label {
    display: block;
    margin: 0;
    font-weight: 300;
}
.bixbox-wk-dash-label .status {
    text-align: center;
    padding: 0.25rem;
    border-radius: 3px;
}
.bixbox-wk-dash-label .status.processing {
    background-color: #fafafa;
}

.bixbox-order-links {
    margin: 0;
    border-bottom: none;
}
.bixbox-order-links .item {
    background: #fafafa;
    display: inline-block;
    margin: 0 -5px 0 0;
    padding: 2rem;
    border: solid 1px #ccc;
}
.bixbox-order-links .item.current {
    background: #fff;
    border-bottom: none;
}

@media only screen and (min-width: 640px) {
    .mp-gdpr-delete-customer-account, .mp-gdpr-delete-account .actions-toolbar,
    .mp-gdpr-delete-account .gdpr-delete-message  {
        margin-left: -10px;
    }
}

.past-orders{
    display: block;
    float: right;
    width: 100%;
    padding-bottom: 50px;
}

.past-orders a.button{

    display: block;
    float: right;
    clear: both;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 8px;
    font-weight: 500;
}

.bbx-box.fieldset {
    margin-bottom: 30px;

}

.bbx-sub-title {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bbx-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.bbx-box .field.choice .label {
    font-weight: bold;
}

.bbx-addresses-default .block-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.bbx-addresses-default .bbx-box-title {
    border-bottom: unset;
}

.bbx-pinpoint {
    padding-bottom: 20px;
}

.bbx-action-toolbar .primary a.action.primary-white {
    padding: 10px 20px;
    margin-right: 5px;
    text-transform: uppercase;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color:#000000;
    text-decoration: none;
}

.bbx-action-toolbar .primary a.action.primary-white:hover {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.bbx-login-js .columns .column.main {
    padding-bottom: 0;
}

.bbx-login-js .login-container .fieldset:after {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .bixbox-login-wrapper {
        width: 100%;
        height: 100%;
        min-height:740px;
        padding: 0;
        margin: 0;
        background: url(../../Webkul_B2BMarketplace/images/background_login_mobile.png);
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: repeat; 
    }

    .bixbox-b2bmarketplace-supplier-login-banner {
        display: none;
    }

    .bixbox-b2bmarketplace-supplier-login-main {
        height: 80%;
        width: 80% !important;
        margin: 10% !important;
    }

    .bixbox-b2bmarketplace-login-toplink {
        margin-top: 15px;
    }

    .bixbox-b2bmarketplace-login-toplink ul li {
        margin-bottom: 5px;
        width: 100%;
    }

    .bixbox-b2bmarketplace-login-toplink ul li .spacer {
        display: none;
    }

    .bbx-signup {
        margin: 15px 0 0 0 !important;
    }
}

/* hide address & new address button on checkout */

body.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item,
body.checkout-index-index .opc-wrapper .opc > li.checkout-shipping-address .message,
body.checkout-index-index .checkout-container .checkout-shipping-address div.new-address-popup{
    display: none;
}

.bbx-wishlist-subtitle {
    display: none;
}