#buddypress .bp-list li .generic-button a:active {
    background-color: transparent !important
}

#buddypress .bp-list li .generic-button a:visited {
    background-color: transparent !important
}

#buddypress .bp-list li .generic-button a:link {
    background-color: transparent !important
}

.page-id-3471 .site-content .container {
    max-width: 100%;
}

.page-id-3471 .site-content .container .elementor-container {
    max-width: 100%;
}


@media (max-width: 410px) {
    .elementor-element-bff646c img {
        max-width: 60%;
    }

    .elementor-element-2424b25 {
        width: 50% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .bb-mobile-panel-header .logo-wrap img {
        width: 20%;
    }
}

#block-11 > .wc-block-grid.wp-block-handpicked-products.wc-block-handpicked-products.has-3-columns.has-multiple-rows > .wc-block-grid__products > li {
    max-width: 100%;
}

#block-17 > .wc-block-grid.wp-block-product-category.wc-block-product-category.has-3-columns.has-multiple-rows > .wc-block-grid__products > li {
    max-width: 100%;
}

.cbam_promotion_container {
    display: grid;
    background: #FFFFFF;
    justify-items: center;
    padding: 30px 20px;
    gap: 25px 0;
}

.cp_fixed_top {
    display: flex;
    gap: 18px;
    background: #F9F9F9;
    padding: 4px 8px;
    border-radius: 19px;
    position: relative;
}

.cp_fixed_top > span {
    cursor: pointer;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #ABAFB1;
    font-family: inherit;
    font-weight: 700;
    display: flex;
    font-size: 12px;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cp_fixed_top > span.active {
    background: #0283BF;
    color: white;
}

.cp_fixed_top::before {
    content: "";
    width: calc(100% - 16px);
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.cp_form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 320px;
    width: 100%;
}

.cp_form > label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cp_form > label > span {
    color: #5E6366;
    font-family: inherit;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
}

.cp_form > label > input {
    border: 1px solid #DADADA;
    font-family: inherit;
    font-weight: 300;
    font-size: 10px;
    line-height: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    color: black;
}

.cp_form > label > input::placeholder {
    color: #C7C7C7;
}

.cp_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E8E8E8;
    padding: 9px 18px;
    border-radius: 12px;
    gap: 8px 40px;
    width: 100%;
    margin: 4px 0;
}

.cp_radio > p {
    width: 100%;
    margin: 0 0 16px;
    font-family: inherit;
    font-weight: 700;
    color: #5E6366;
    font-size: 12px;
    line-height: 100%;
}

.cp_radio > label {
    font-family: inherit;
    font-weight: 400;
    color: #5E6366;
    font-size: 12px;
    line-height: 100%;
}

.cp_form > button[type="submit"] {
    opacity: 0;
}

.cp_tabs {
    grid-area: 2 / 1;
    opacity: 0;
    z-index: -100;
    position: absolute;
}

.cp_thank_you * {
    line-height: 20px !important;
}

.cp_tabs.show {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.cp_thank_you > img {
    width: 146px;
    height: 146px;
    margin-top: 33px;
    margin-bottom: 43px;
}

.cp_thank_you {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cp_thank_you > p {
    font-family: inherit;
    font-weight: 500;
    color: #5E6366;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

button.next_step {
    background: #0283BF;
    border: none;
    border-radius: 5px;
    padding: 10px 122px;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: white;
    width: 100%;
}

button.next_step:hover {
    cursor: pointer;
    background: #0275a9;
}

.cp_fixed_bottom {
    width: 100%;
}

.spinner-2 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-top-color: #555;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.woocommerce-message:has(.green_notice), .woocommerce-message:has(.green_notice) * {
    background: darkseagreen;
    color: white;
}

.wcpt-credit-notice {
    color: #4CAF50;
    margin-top: 5px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: max-content;
}

.cart-question {
    margin-top: 10px;
}

.cart-question label {
    margin-right: 15px;
}

.account-manager-section {
    border: 2px dashed #aaa;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}

#account-question-error {
    margin-top: 10px;
}


.wcpt-cart-widget {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px; /* optional: constrain its width */
    margin: 0 auto; /* center horizontally if max-width used */
    z-index: 9999; /* sit on top */
    background-color: #000; /* as per your design */
    color: #fff;
    padding: 0.75em 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.4);
}

/* ensure the link portion sits to the right */
.wcpt-cart-widget .wcpt-cw-half:last-child {
    text-align: right;
}

/* hide the entire account-fields block on checkout */
.woocommerce-checkout .woocommerce-account-fields,
.last-buttons-parent .button-n2 {
    display: none !important;
}

.cbt_titles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cbt_title {
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}

.cbt_subtitle {
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

.woocommerce-shipping-methods li {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    transition: border-color 0.3s ease;
}

.woocommerce-shipping-methods input[type="radio"] {
    transform: scale(1.2);
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.woocommerce-shipping-methods label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.woocommerce-shipping-methods label span.amount {
    font-weight: bold;
    margin-left: auto;
    color: #000;
    font-size: 14px;
}

.woocommerce-shipping-methods li:hover {
    border-color: #666;
}

.woocommerce-shipping-methods label::before {
    content: '';
    display: block;
    flex-basis: 100%;
    height: 4px;
}

/* Style each shipping method as a box */
.woocommerce-shipping-methods li {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-direction: row;
}

/* Highlight on hover or checked */
.woocommerce-shipping-methods li:hover {
    border-color: #333;
    box-shadow: 0 0 0 2px #e0e0e0;
}

/* Input radio button styling */
.woocommerce-shipping-methods input[type="radio"] {
    margin-right: 12px;
    transform: scale(1.2);
    cursor: pointer;
}

/* Label alignment and spacing */
.woocommerce-shipping-methods label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

/* Align the price on the right */
.woocommerce-shipping-methods label .amount {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin-left: auto;
}

/* Ensure label spans entire row */
.woocommerce-shipping-methods li label {
    width: 100%;
}

.woocommerce-shipping-methods input[type="radio"]:focus-visible {
    outline: 2px solid #0071a1;
}

.woocommerce-shipping-methods input[type="radio"] {
    vertical-align: middle;
}
