/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
#buddypress .u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
}

#buddypress .u-column1.col-1.woocommerce-Address {
    float: left;
    width: 48%;
    flex: 0 0 100%;
    max-width: 100%;
}

#buddypress .u-column2.col-2.woocommerce-Address {
    float: right;
    width: 48%;
    flex: 0 0 100%;
    max-width: 100%;
}

#buddypress .woocommerce-Address header {
    padding: 12px;
    border: 1px #e3e3e3 solid;
    border-bottom: 0;
}

#buddypress .woocommerce-Address address {
    margin: 0;
    padding: 12px;
    border: 1px #e3e3e3 solid;
    font-style: normal;
}

#buddypress .woocommerce-Address header a.edit {
    font-size: 12px;
    margin-top: -2.5em;
    color: #213cff;
}

#buddypress .addresses .title .edit {
    float: right;
}

#buddypress .woocommerce-Address header h3 {
    font-size: 18px;
    margin: 0;
}

#buddypress .woocommerce-account .addresses .title h3 {
    float: left;
    margin-bottom: 20px;
}

.item-body .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    margin: 5px;
}

.item-body .woocommerce li.review {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.item-body .woocommerce li.review img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    box-shadow: none;
}

.item-body .woocommerce li.review .comment-text {
    margin: 0 0 0 65px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.item-body-inner-wrapper .woocommerce-Message a.woocommerce-Button.button {
    float: right !important;
}

.buddyboss-theme .woocommerce-Message.woocommerce-Message--info.woocommerce-info.wc-MyAccount-fix-center {
    display: flex;
    width: 100%;
    align-items: center;
}
.buddyboss-theme .woocommerce-info.wc-MyAccount-fix-center .wc-MyAccount-sub-tagline {
    margin-left: 10px;
}
.buddyboss-theme .woocommerce-info.wc-MyAccount-fix-center .wc-MyAccount-sub-icon img {
    width:40px;
}
.buddyboss-theme .woocommerce-info.wc-MyAccount-fix-center a.woocommerce-Button.button {
    position: absolute;
    right: 25px;
}

@media screen and (max-width: 543px) {
    #buddypress .u-column1.col-1.woocommerce-Address {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    #buddypress .u-column2.col-2.woocommerce-Address {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .buddyboss-theme .woocommerce-info.wc-MyAccount-fix-center{
        display: block !important;
        padding:20px 10px;
        text-align: center;
    }
    #buddypress.buddypress-wrap .woocommerce-info.wc-MyAccount-fix-center a.woocommerce-Button.button {
        position: inherit;
        right: 0;
        clear: both;
        margin-top: 10px;
        float: none;
    }
    .buddyboss-theme .woocommerce-info.wc-MyAccount-fix-center .wc-MyAccount-sub-tagline {
        margin-left: 0;
    }
    .item-body-inner-wrapper .woocommerce-Message a.woocommerce-Button.button {
        margin: 0 !important;
    }


}

/*Buddx Pro and Reign Theme Support*/
.theme-buddyx-pro #bpwoo-subnav-item-icon:before,
.reign-theme #bpwoo-subnav-item-icon:before {
    content: "\f07a";
    margin-right: 5px;
}
.theme-buddyx-pro #bpwoo-subnav-checkout-item-icon:before,
.reign-theme #bpwoo-subnav-checkout-item-icon:before {
    content: "\f09d";
    margin-right: 5px;
}
.theme-buddyx-pro .buddyx-nav-iconic .wc-proceed-to-checkout{
    margin-top: 20px;
}
.theme-buddyx-pro #buddypress.buddypress-wrap .woocommerce-cart-form .quantity.buddyx-quantity,
.theme-buddyx-pro #buddypress.buddypress-wrap .woocommerce-page .cart-collaterals .cart_totals,
.theme-buddyx-pro #buddypress.buddypress-wrap .woocommerce .cart-collaterals .cart_totals {
    border-radius: var(--button-border-radius) !important;
}
.theme-buddyx-pro #buddypress.buddypress-wrap .quantity.buddyx-quantity input.qty_button {
    background: transparent;
    border:none;
    color: var(--global-title-color);
}
.row-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.row-list li {
  flex: 0 0 20%; /* Adjust the width of each item as needed */
  text-align: center;
  padding: 10px;
}
