/*
Theme Name: Flow Commerce Child
Theme URI: https://marketplace-dev.flowplatform.com/
Template: hello-commerce
Author: Flow Team
Author URI: https://flowliving.com/
Description: Subscribe to the Flow Audience Marketplace and unlock premium, first-party data audiences sourced directly
from top-tier retailers, leading commerce platforms and marketplaces across SA.
Tags: Target high-intent audiences across channels like Meta, Google and TikTok to boost campaign performance
Version: 1.0.1.1758178805
Updated: 2025-09-18 09:00:05

*/

/*Products page*/

.wp-post-image {
    border-radius: 20px !important;
}

.wps_recurring_bifurcation_wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-totals-footer-item,
.wp-block-woocommerce-cart-order-summary-block,
.price,
.quantity {
    display: none !important;
}

/* Hide product descriptions in Cart & Checkout blocks */
.cart-product-description,
.wc-block-components-product-metadata__description {
    display: none !important;
}

/* Hide Audience Plans Menu Item for non-logged-in users */
body:not(.logged-in) .menu-item a[href*="audience-plans"] {
    display: none !important;
}

/* Hide My Account Menu Item for non-logged-in users */
body:not(.logged-in) .menu-item a[href*="my-account"] {
    display: none !important;
}

/* Hide Log In button for logged-in users */
body.logged-in #header_login_button {
    display: none !important;
}

/* Log In button styling */
.hearer_login_button {
    padding: 10px 18px;
    border-radius: 8px;
    border: 2px solid #FF5C00;
    color: #FF5C00;
    font-weight: 600;
}

/* advertiser selector */
.flow-advertiser-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px !important;
    color: #000000 !important;
}

.flow-advertiser-label {
    margin-right: 4px;
    white-space: nowrap;
}

.flow-advertiser-name {
    font-size: 12px !important;
}



.flow-advertiser-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 2px;
}

.flow-advertiser-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Toggle button */

.flow-advertiser-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0px !important;
    border-radius: 30px !important;
    padding: 8px 15px !important;
    background-color: #f5f5f5 !important;
    cursor: pointer;
    font-size: 12px;
    color: #000000 !important;
    line-height: 1.2;
}

.flow-advertiser-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 1px #000;
}

.flow-advertiser-caret {
    font-size: 10px;
    color: #000000 !important;
    margin-left: 2px;
}

/* Dropdown menu */
.flow-advertiser-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    min-width: 100%;
    background: #fff;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 4px 0;
    z-index: 999;
    display: none;
}

.flow-advertiser-menu.is-open {
    display: block;
}

.flow-advertiser-menu-item {
    margin: 0;
}

.flow-advertiser-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: none;
    background: transparent;
    background-color: transparent !important;
    cursor: pointer;
    font-size: 12px !important;
    color: #000000 !important;
    text-align: left;
}

.flow-advertiser-option:hover {
    background: #f5f5f5;
    background-color: #f5f5f5;
}

.flow-advertiser-menu-item.is-active .flow-advertiser-option {
    font-weight: 600;
}

.flow-advertiser-selector-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    /* prevents wrapping */
}

.flow-advertiser-label {
    white-space: nowrap;
    /* prevents only the label from wrapping */
}

.flow-advertiser-selector-row select {
    max-width: 160px;
    /* adjust for small headers */
    font-size: 12px !important;
    color: #000000 !important;
}

/* Header indicator visible on desktop only */
.flow-advertiser-indicator-header {
    display: inline-block;
}

/* Hide header indicator on mobile */
@media (max-width: 767.98px) {
    .flow-advertiser-indicator-header {
        display: none !important;
    }
}

/* Stronger rule: hide advertiser menu item on desktop */
.elementor-nav-menu .flow-advertiser-menu-item,
.elementor-nav-menu--layout-horizontal .flow-advertiser-menu-item {
    display: none !important;
}

/* Show it only inside Elementor's mobile dropdown */
@media (max-width: 767.98px) {
    .elementor-nav-menu--dropdown .flow-advertiser-menu-item {
        display: block !important;
        padding: 10px 16px;
    }

    .elementor-nav-menu--dropdown .flow-advertiser-selector-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        width: 100%;
        white-space: nowrap;
    }

    .elementor-nav-menu--dropdown .flow-advertiser-selector-row select {
        max-width: 60%;
        font-size: 12px;
    }
}

/* styling of business logic on the cart page */
.flow-cart-notice {
    margin-bottom: 1em;
    padding: 0.75em 1em;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 0.9rem;
}

.flow-cart-notice--upgrade {
    border-left: 4px solid #f39c12;
}

.flow-cart-notice--join {
    border-left: 4px solid #e74c3c;
    font-family: 'Helvetica Neue LT Std', sans-serif !important;
    font-weight: 500 !important;
}
.flow-cart-notice flow-cart-notice--join strong{
	font-weight: 500 !important;
}

/* Super basic modal styling, tweak as needed */
.flow-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.flow-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.flow-modal-inner {
    position: relative;
    max-width: 400px;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.flow-select-channels {
    font-weight: 300 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

/* Wishlist styling */
/* Hide unwanted <br> tags inside Flow wishlist PDF form */
#flow-wl-pdf-form br {
    display: none !important;
}

.flow-wl-modal {
    position: fixed;
    inset: 0;
    display: none;
}

.flow-wl-modal.is-open {
    display: block;
}

.flow-wl-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.flow-wl-modal__dialog {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 10vh auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.flow-wl-field {
    margin-bottom: 12px;
    margin-right: 15px;
}

.flow-wl-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.flow-wl-field input[type="text"],
.flow-wl-field input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

.flow-wl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.flow-wl-advertiser {
    margin-bottom: 20px !important;
}

.flow-wl-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 5px;
}

.flow-wishlist-open {
    cursor: pointer;
    width: 34px;
    height: auto;
    margin-left: 5px;
}

.flow-wishlist-wrapper-button {
    display: inline;
}

.flow-wl-add-audiences {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 15px;
}

.flow-wl-add-audiences h4 {
    margin: 0;
}

.flow-wl-add-audiences .flow-button-primary {
    margin-left: auto;
}

/* reuse cart notice look for wishlist notices */
.flow-wishlist-message {
    display: none;
    /* hidden by default, JS will show it */
    clear: both;
}

.flow-wishlist-message.flow-cart-notice {
    display: block;
    margin-top: 0.75em;
    padding: 0.75em 1em;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 0.9rem;
}

.flow-wl-pdf-section {
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
}

.flow-wl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.flow-wl-field {
    margin-bottom: 15px;
}

.flow-wl-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.flow-wl-field input {
    width: 100%;
}

.flow-wl-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

/* Success + error variants for wishlist */
.flow-wishlist-message--success {
    border-left: 4px solid #27ae60;
    /* green, or use your upgrade colour */
}

.flow-wishlist-message--error {
    border-left: 4px solid #e74c3c;
    /* same as --join if you like */
}

/* Full-screen overlay for wishlist modal */
.flow-wishlist-modal {
    position: fixed;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    display: none;
    /* JS will .show() it */
    z-index: 9999;
}

/* Backdrop */
.flow-wishlist-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* Modal content */
.flow-wishlist-modal-inner {
    position: relative;
    max-width: 555px !important;
    /* nice centred width */
    width: 90%;
    /* responsive */
    min-width: 555px !important;
    /* prevents collapsing */
    margin: 30vh auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: block;
    /* ensure width expands across content */
}

.flow-wishlist-modal-inner h3 {
    font-size: 20px !important;
}

.flow-wishlist-actions {
    display: flex;
    gap: 8px;
}

/* Ensure message stretches full width inside modal */
.flow-wishlist-message.flow-cart-notice {
    display: block;
    margin-top: 0.75em;
}

/*button styling */
.flow-wishlist-wrapper-button.flow-wishlist-open {
    cursor: pointer;
    width: 30px;
    height: auto;
}

.flow-wishlist-close-x {
    position: absolute !important;
    top: 12px;
    right: 12px !important;
    background: transparent !important;
    color: #FF5C00 !important;
    font-size: 25px !important;
    font-weight: bold !important;
    text-align: center;
    padding: 0 !important;
    display: block !important;
    border: 0 !important
}

/* Wishlist PDF modal styling */
.flow-pdf-preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    align-items: center;
    justify-content: center;
}

.flow-pdf-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9999999;
}

.flow-pdf-modal-content {
    position: absolute;
    background: #f0f0f0;
    width: 80%;
    max-width: 95%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    z-index: 100000000;
    top: 10%;
    left: 10%;
}

.flow-pdf-modal-header {
    background: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
}

.flow-pdf-modal-body {
    flex: 1;
    padding: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #525659;
}

/* A4 ratio: 210mm x 297mm → 210 / 297 ≈ 0.707 */
.flow-pdf-preview-wrapper {
    width: 100%;
    max-width: 80%;
    /* tweak to taste */
    max-height: 100%;
    aspect-ratio: 210 / 297;
    /* lock to A4 portrait */
    display: block;
}

/* Make iframe fill the A4 “page” shape without distortion */
.flow-pdf-preview-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flow-pdf-modal-footer {
    background: #fff;
    padding: 12px 16px;
    border-top: 1px solid #ddd;
    text-align: right;
    border-radius: 0 0 6px 6px;
}

/* Hidden by default */
.flow-pdf-generating-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999999999;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/* Show when generating */
body.flow-pdf-generating .flow-pdf-generating-overlay {
    display: flex;
}

.flow-pdf-generating-inner {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 28px;
    border-radius: 8px;
    max-width: 320px;
}

/* Simple spinner */
.flow-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    margin: 0 auto 10px auto;
    animation: flow-spin 0.8s linear infinite;
}

.flow-pdf-generating-inner .hint {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 4px;
}

@keyframes flow-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Optional: style loading state on button */
#flow-btn-confirm-pdf.is-loading {
    opacity: 0.8;
    cursor: wait;
}

/* hiding standard add to cart button in wishlist table */
a.tinvwl-button.alt.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

/* updates to align woocommerce notices to the same as the cart notices above */
/* Base Woo notice styling – match .flow-cart-notice */
body .woocommerce-message,
body .woocommerce-notices-wrapper .woocommerce-error,
body .woocommerce-notices-wrapper .woocommerce-info,
body .woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 4px !important;
    background: #f7f7f7 !important;
    font-size: 0.9rem !important;
}

/* Type-specific borders (similar idea to your upgrade/join) */
body .woocommerce-notices-wrapper .woocommerce-error {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid #e74c3c !important;
    /* error = red (like --join) */
}

body .woocommerce-notices-wrapper .woocommerce-info {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid #f39c12 !important;
    /* info = orange (like --upgrade) */
}

body .woocommerce-message,
body .woocommerce-notices-wrapper .woocommerce-message {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 4px solid #27ae60 !important;
    /* success = green, tweak if needed */
}

.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-info:focus,
.woocommerce-info:focus-visible,
.woocommerce-error:focus,
.woocommerce-error:focus-visible {
    outline: none !important;
}

.woocommerce-notices-wrapper:focus-within {
    outline: none !important;
}




/* hiding the wishlist name */
.tinv-header h2 {
    display: none !important;
}

.flow-wl-row-inline {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flow-wl-row-inline .flow-wl-field {
    flex: 1 1 200px;
    /* responsive */
    min-width: 200px;
}

/* Objective gets more space */
.flow-wl-field-objective {
    flex: 2 1 300px;
}

.flow-wl-field select,
.flow-wl-field input[type="date"] {
    width: 100%;
    max-width: 100%;
}

/* audience plans table */
.flow-audience-plans-table {
    width: 100%;
}

.flow-audience-plans-table-col1 {
    width: 35%;
}

.flow-audience-plans-table-col2 {
    width: 35%;
}

.flow-audience-plans-table-col3 {
    width: 20%;
}

.flow-audience-plans-table-col4 {
    width: 10%;
}

/* LLM styling */
df-messenger {
    /* make sure nothing else overrides this */
    position: fixed !important;
    bottom: 16px !important;
    right: 16px !important;
    z-index: 999999 !important;

    /* optional, tweak as you like */
    --df-messenger-font-color: #000;
    --df-messenger-font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif !important;
    --df-messenger-chat-background: #F3F6FC;
    --df-messenger-message-user-background: #D3E3FD;
    --df-messenger-message-bot-background: #fff;
}

.flow-analytics-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.flow-analytics-wrapper iframe {
    width: 100%;
    height: 90vh;
    /* full-page feel */
    border: none;
    display: block;
}

.flow-button-disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}




/* New css from additional css */
/* body{
    background-color: #F2F4F7;
} */
/*Products page*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border-radius: 30px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff !important;
}

.sp-smart-brand-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.woocommerce div.product form.cart .button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.woocommerce div.product form.cart .button:hover {
    background: #D23900 !important;
}

.woocommerce div.product .product_title {

    font-weight: 500 !important;
    font-size: 22px;
}

.woocommerce .quantity .qty {

    border-radius: 5px !important;
    padding: .2rem 1rem !important;

}

.wc-block-components-button {
    background: #FF5C00 !important;
    border-radius: 30px;
    padding: 8px 15px 8px 15px !important;
    margin-left: 10px;
    margin-bottom: 16px;
    color: #ffffff !important;
    border: none !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {

    font-weight: bold !important;
    font-size: 25px;
}

/* .block-quick-view {
background: #FF5C00 !important;
border-radius: 30px !important;
width: 120px !important;
font-size: 12px !important;
margin: auto !important;
} */

.add_to_cart_button {
    background: #FF5C00 !important;
    border-radius: 30px !important;
    width: 120px !important;
    font-size: 12px !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
}

.single_add_to_cart_button {
    background: #000000 !important;
    border-radius: 10px !important;
    width: 120px !important;
    font-size: 12px !important;
}

#wqv-quick-view-content .wqv-product-info .product_title {
    color: #000000 !important;
    font-weight: bold;
}

.woocommerce-product-details__short-description {
    color: #000000 !important;
}

.wqv-product-info {
    padding: 0px !important;
}

.block-wpsp-all-platforms {
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 60px;
}

.block-wpsp-platform-images {
    display: flex;
    gap: 4px;

    width: 100%;
}

.block-wpsp-all-platforms img {
    max-width: 19px;
    height: auto;
}

.block-wpsp-product-trend-status {
    display: flex;
    gap: 4px;
    margin-top: 20px;

    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    width: 100%;
}

.block-wpsp-product-trend-status img {
    max-width: 22px;
    height: auto;
}

.block-wpsp-product-trend-status span {
    color: #333333;
    font-size: 10px;
    font-weight: 300;
    display: block;
}

.sp-wqv-content {

    padding: 20px !important;
    border-radius: 30px !important;
}

.sp-wqv-content .wp-post-image {
    border-radius: 30px !important;
}

.block-wpsp-image-space {
    width: 31%;
}

.block-wpsp-image-space2 {
    width: 31%;
    display: flex;
    gap: 4px;
}

.wqv-product-info .wqv-product-content .product_title.entry-title::after {
    display: none !important;
}

.form-group .ppom-input-audience {
    display: none !important;
}

.block-wpsp-product-funnel {
    display: flex;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 60px;
}

.block-wpsp-product-audience {
    display: flex;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 60px;
}

.block-wpsp-product-audience span {
    color: #333333;
    font-size: 10px;
    font-weight: 300;
    display: block;
}

.block-wpsp-product-funnel span {
    color: #333333;
    font-size: 10px;
    font-weight: 300;
    display: block;
}

.block-wpsp-product-audience .block-review-count {
    margin-top: 2px !important;
    font-weight: bold !important;
}

.block-wpsp-product-funnel .block-funnel-container {
    position: relative;
    right: 0px;
    margin-top: 8px;
}

.ppom-input-audience {
    display: none !important;
}

.custom-paragraph-over-image {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    /* Slightly transparent */
    padding: 10px;
    z-index: 999;
    max-width: 80%;
    font-size: 14px;
    border-radius: 6px;
}

/* Custom styled checkbox */
.custom-platform-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid black;

    /* Rounded shape */
    background-color: white;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

/* Checked state */
.custom-platform-checkbox:checked {
    background-color: black;
    border-color: black;
}

/* Tick styling */
.custom-platform-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    /* Thicker white tick */
    transform: translate(-50%, -50%) rotate(45deg);
    /* Centered and angled */
}

.pabc-attributes input[type="checkbox"] {
    appearance: none;
    /* Remove default styling */
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background-color: white;
    margin-top: -5px;
}

/* Tick mark when checked */
.pabc-attributes input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mfp-wqv #wqv-quick-view-content .mfp-close {
    top: 4px !important;
    right: 6px !important;
}

.mfp-wqv #wqv-quick-view-content .mfp-close:before {
    color: #000 !important;
}

.woocommerce-order-overview__total {
    display: none !important;
}

.woocommerce-thankyou-order-received {
    font-size: 16px !important;
}

.block-login-form {
    width: 50%;

    margin: 20px auto !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
    border: none !important;
    border-radius: 30px !important;
}

.block-login-form h2 {
    display: none !important;
}

.single_add_to_cart_button {
    margin-bottom: 15px !important;
}

.wc-block-components-product-name {
    font-size: 14px !important;
}

.elementor-menu-cart__subtotal {
    display: none !important
}

.block-remove-padding .elementor-menu-cart__toggle_button {
    padding: 0 !important;
}

.pabc-attributes label {
    text-transform: capitalize !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-loop-product__title {
    color: #0a0a0a;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: bold !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    height: 43px;
    font-weight: 500 !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100% !important;
}

.woocommerce ul.products li.product a img {
    border: 0px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2% 2em 0 !important;
    padding: 0 0 20px 0;
    width: 23.5% !important;
    height: 420px !important;
}

.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
    /* remove right margin on every 4th product */
}

/*Products page end*/

.block-cart-details .variation {
    display: block !important;
    font-size: 10px !important;
}

.block-cart-details .variation-SelectedPlatforms {
    margin-left: 0 !important;
}

.block-button-cart .variation {
    display: block !important;
}

.block-cart-brand-name {
    font-weight: bold !important;
    color: #FF5C00 !important;
}

.block-cart-details .woocommerce-Price-amount {
    display: none !important;
}

.block-cart-details .product-quantity {
    display: none !important;
}

.block-cart-details .elementor-menu-cart__subtotal {
    display: none !important;
}

.block-arrow .sub-arrow {
    position: absolute !important;
    right: 26px !important;
}

.elementor-46 .elementor-element.elementor-element-836199c .elementor-nav-menu--dropdown li:first-child a {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.block-font-weight a {
    font-weight: 500 !important;
}

.block-style-nav ul {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.elementor-46 .elementor-element.elementor-element-836199c .elementor-nav-menu--dropdown li a:hover {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.wqv-product-info .quantity {
    display: none !important;
}

.woocommerce-ResetPassword .woocommerce-Button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    padding: 12px 22px 9px 22px !important;
    text-align: center !important;
}

.woocommerce-ResetPassword .woocommerce-Button:hover {
    background: #D23900 !important;

}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    display: none !important;
}

.block-thumbnail {
    width: 130px;
    height: 50px !important;
    position: absolute;
    top: -9% !important;
    left: 16px;
    background: #fff !important;
    border-radius: 100px !important;
    border: 1px solid #fff !important;
}

.wpsp-brand-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 55px !important;
}

.product-details {
    position: relative;
}

.wpsp-product-title {

    height: 60px;
}

#wpsp-slider-section-wrapper .product-details .wpsp-product-title {
    padding-top: 20px;
}

.wpsp-product-platforms {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wpsp-platform-item {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.block-wpsp-product-meta {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.block-wpsp-product-meta .wpsp-slider-rating {
    background-color: #DAD7E5;
    border-radius: 30px;
    padding-left: 2px;
    padding-right: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    gap: 6px;
}

#wpsp-slider-section-wrapper.wpsp-slider-section .wpsp-product .star-rating {
    margin-top: 4px !important;
}

.wpsp-product-status-tag {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: hsla(8, 100%, 56%, 1);
    background: linear-gradient(90deg, hsla(8, 100%, 56%, 1) 0%, hsla(22, 100%, 57%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(8, 100%, 56%, 1) 0%, hsla(22, 100%, 57%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(8, 100%, 56%, 1) 0%, hsla(22, 100%, 57%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF3C1E", endColorstr="#FF7426", GradientType=1);
    padding: 5px;
    width: 67%;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.wpsp-product-status-tag2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #2b2565 !important;
    padding: 7px;
    width: 67%;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.wpsp-product-status-tag3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #281667 !important;
    padding: 5px;
    width: 73%;
    top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.wpsp-product-status-tag3 div {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.wpsp-product-status-tag div {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.wpsp-product-status-tag2 div {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.block-review-count {
    font-weight: bold;

}

.block-rating-icon {
    width: 20px !important;
    height: 20px !important;
    margin-left: 2px !important;
}

.swiper-button-next {
    position: absolute !important;
    top: 0% !important;
    bottom: 0% !important;
    margin: auto !important;
    width: 42px !important;
    height: 66px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev {
    position: absolute !important;
    top: 0% !important;
    bottom: 0% !important;
    margin: auto !important;
    width: 42px !important;
    height: 66px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.wpsp-slider-section .wpsp-product-section .wpsp-nav i {
    font-size: 35px !important;
}

.wpsp-slider-section .wpsp-product-section .wpsp-nav i::hover {
    font-size: 35px !important;
    color: #000000 !important;
}

#wpsp-slider-section-wrapper .wpsp-product .wpsp-review-count {
    font-size: 12px !important;
    margin-top: 3px;
    font-weight: 500 !important;
}

.wpsp-product-trend-status img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.block-product-slider-container .wpsp-product-status-tag span {
    font-size: 12px !important;
}

#wpsp-slider-section-wrapper.wpsp-slider-section .wpsp-product-section .wpsp-product .wpsp-product-image {
    border: 0px important;

}

.wpsp-slider-section.wpsp_custom .wpsp-product-section .wpsp-product .wpspro-product-data {
    border-radius: 30px !important;
}

#wpsp-slider-section-wrapper.wpsp-slider-section img.wpsp-product-img {
    height: 160px !important;
    object-fit: cover;
    width: 100%;
}

.sp-product-content {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    min-height: 66px;
    font-size: 12px !important;
    line-height: 16px !important;
}

.wpspro-product-data {
    height: 400px !important;
    background-color: #ffffff !important;
}

.block-product-container5 .wpsp-product-title h3 {
    font-size: 14px;
    height: 30px;
}

.block-quick-view {
    /* background: #FF5C00 !important;
width: 120px !important;
font-size: 12px !important; */

    background: transparent !important;
    width: 120px !important;
    font-size: 40px !important;
    position: absolute !important;
    bottom: 17px;
    color: #FF5C00 !important;
    left: 10px !important;
}

#sp-wqv-view-button.sp-wqv-view-button.button i:before {
    font-size: 23px;
}

.block-product-container5 .block-thumbnail {
    width: 130px;
    height: 50px !important;
    position: absolute;
    top: -9% !important;
    left: 16px;
    background: #fff !important;
    border-radius: 100px !important;
    border: 1px solid #fff !important;
}

.block-product-container5 .wpsp-brand-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

.block-product-container5 .wpsp-product-status-tag span {
    font-size: 12px;
}

.block-product-container5 #wpsp-slider-section-wrapper .wpsp-product .wpsp-review-count {
    font-size: 10px !important;
    margin-top: 1px;
    font-weight: 500 !important;
}

#wpsp-slider-section-wrapper .wpsp-product .wpsp-review-count {
    font-size: 10px !important;
    margin-top: 3px;
    font-weight: 500 !important;
}

.block-product-container5 .block-rating-icon {
    width: 14px;
    height: 14px !important;
    margin-left: 2px;
    margin-top: 1px;
}

.block-product-container5 .wpsp-platform-item {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.block-product-container5 .sp-product-content {

    font-size: 11px !important;
    line-height: 14px !important;
}

/* Funnel Section */

.block-funnel-container {
    width: 28px;
    right: 19px;
    position: absolute;
}

.funnel {
    background: #DAD7E5;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    padding: 0px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    height: 20px;
    /*gap: 1px;*/
}

.item {
    background: #DAD7E5;
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    height: 10px !important;
    box-sizing: border-box;
    border-top: 1px solid #DAD7E5;
}

.empty-space {
    height: 10px !important;
    /* match .item height */
    width: 100%;
    background: transparent;
    /* make sure it's invisible but still takes space */
}

.item1 {
    background-color: #2b2565;
}

.item2 {
    background-color: #2b2565;
}

.item3 {
    background-color: #2b2565;
}

.block-product-container5 .block-funnel-container {
    width: 22px;

}

.block-product-container5 .funnel {
    height: 15px;
}

#block-bundles-slider .wpsp-slider-section img.wpsp-product-img {
    height: 200px !important;
    object-fit: cover;
    width: 100%;
}

#block-bundles-slider .wpspro-product-data {
    height: 450px !important;
}

.wpsp-review-count {
    font-size: 10px !important;
    margin-top: 3px !important;
    font-weight: 500 !important;
}

.product .size-woocommerce_thumbnail {
    height: 160px !important;
    object-fit: cover !important;
    width: 100% !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.product .block-wpsp-product-meta {
    padding-left: 13px;
    padding-right: 13px;
}

.block-wpsp-product-audience .block-wpsp-product-meta {
    padding-left: 0px !important;
}

.product .block-rating-icon {
    margin-bottom: 0 !important;
}

.product .ajax_add_to_cart {
    display: none !important;
}

.block-product-description {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.woocommerce ul.products a.woocommerce-loop-product__link {
    flex-grow: 0 !important;
}

.block-list-products .wpsp-slider-rating {
    padding-right: 8px !important;
}

.block-list-products .wpsp-platform-item {
    width: 19px !important;
    height: 19px !important;
}

.block-list-products .block-funnel-container {
    width: 26px !important;
    right: 16px !important;
}

.block-list-products .wpsp-review-count {
    font-size: 9px !important;
    margin-top: 4px !important;
}

.block-list-products .woocommerce-loop-product__title {
    color: #000000 !important;
    height: 44px !important;
    margin-top: 29px !important;
}

.wpsp-slider-section #sp-woo-product-slider-pro254.wpsp-product-section .wpsp-product .sp-product-more-content a {
    display: none !important;
}

.block-more-products {
    width: 114px;
    height: 44px !important;
    position: absolute;
    top: 41% !important;
    left: 10px;
    background: #fff !important;
    border-radius: 100px !important;
    border: 1px solid #fff !important;
}

.woocommerce div.product form.cart .button {
    margin-left: 0 !important;
}

.cart .block-wpsp-product-meta {
    padding-left: 0 !important;
}

.wp-singular .block-wpsp-product-audience .block-review-count {
    margin-top: 4px !important;

}

.wc-tabs {
    display: none !important;
}

.woocommerce-Tabs-panel {
    display: none !important;
}

.zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.content-area {
    padding-top: 10px;
}

.wpsp-short-description p {
    color: #000000 !important;
}

.wpsp-short-description p:hover {
    color: #000000 !important;
}

.woocommerce-form-login__submit {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.woocommerce-form-login__submit:hover {
    background: #D23900 !important;

}

.woocommerce {
    font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif !important;
    ;
}

.woocommerce-cart table.shop_table a.remove {
    border: none !important;
    color: #FF5C00 !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    display: none !important;

}

.sku_wrapper {
    font-weight: normal !important;
}

.sku_wrapper .sku {
    font-weight: normal !important;
}

.posted_in {
    font-weight: normal !important;
}

.posted_in a {
    font-weight: normal !important;
    color: #FF5C00;
}

.tagged_as {
    font-weight: normal !important;
}

.tagged_as a {
    font-weight: normal !important;
    color: #FF5C00;
}

#wqv-quick-view-content .wqv-product-info .product_meta>span {
    color: #000000 !important;
}

.woocommerce-MyAccount-navigation-link--wps_subscriptions {
    display: none !important;
}

.woocommerce-orders-table__cell-order-total {
    display: none !important;
}

.woocommerce-orders-table__header-order-total {
    display: none !important;
}

.woocommerce-cart table.shop_table a.remove:hover {
    background: transparent !important;

}

.woocommerce .cart_totals h2 {

    display: none;
}

/* hide the numeric price and the interval text */
table.shop_table .product-price .woocommerce-Price-amount,
table.shop_table .product-price .wps_sfw_interval {
    display: none !important;
}

.block-platforms-cart {
    display: block !important;
}

.site-main {
    margin-top: 10px;
}

.elementor-button--view-cart {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.elementor-button--checkout {
    background: #FF5C00 !important;
    border-radius: 30px !important;
}

.elementor-menu-cart__product-price {
    display: none !important;
}

.elementor-menu-cart__product-name .variation {
    text-transform: capitalize !important;
}

.rfilterbuttons li,
.rfilterselected li {
    padding: 12px 12px 7px !important;
    border: 1px solid #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    background: #FF5C00 !important;
}

.rfilterbuttons li label,
.rfilterselected li label {
    font-weight: 700;
    color: #ffffff;
}

.plugincy-search-submit {
    font-weight: 700 !important;
}

.block-shop-content-page .woocommerce .woocommerce-ordering select {

    border-radius: 30px !important;
    border-color: #FF5C00 !important;
}

.woocommerce-message {

    font-size: 12px !important;
}

.wc-backward {
    font-weight: 900 !important;
}

.cart-empty {
    background-color: #FF5C00 !important;
    border: none !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active {
    background-color: #FF5C00 !important;
}

.woocommerce form .form-row .input-text {
    border-radius: 33px;
    padding: 10px;
}

.woocommerce-Button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;

    text-align: center !important;
}

.woocommerce-Button:hover {
    background: #D23900 !important;

}

.woocommerce-info,
.woocommerce-message {
    background-color: transparent !important;
    border: 1px solid #FF5C00 !important;
    color: #000;
}

.woocommerce-info::before {
    color: #FF5C00 !important;
}

.block-my-account .woocommerce h2 {
    display: none !important;
}

.product-brand-images .brand-item img {
    width: 99px !important;
    height: 37px !important;
    border-radius: 33px !important;
    object-fit: cover;
    max-width: 100px !important;
}

.widget_shopping_cart_content .variation {
    display: none !important;
}

.widget_shopping_cart_content .block-wpsp-product-meta {
    display: none;
}

.wc-block-components-checkout-place-order-button {
    font-weight: 900;
}

.woocommerce-MyAccount-subscriptions {
    display: none !important;
}

.woocommerce-order header {
    display: none !important;
}

.shop_table tfoot {
    display: none !important;
}

tfoot {
    display: none !important;
}

.shop_table .product-total {
    display: none !important;
}

.shop_table .product-total {
    display: none !important;
}

.woocommerce-order-details__title {
    font-size: 30px !important;
}

.woocommerce-column__title {
    font-size: 30px !important;
}

.woocommerce-thankyou-order-received {
    font-size: 16px !important;
    background: #4CAF50;
    padding: 20px;
    color: #ffffff;
    font-weight: 800;
}

.woocommerce-orders-table__cell-order-actions .pay {
    display: none !important;
}

.woocommerce-orders-table__cell-order-actions .cancel {
    background: red !important;
    border-radius: 50px !important;
    font-weight: 900 !important;
}

.woocommerce-orders-table__cell-order-actions .view {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.woocommerce-orders-table__cell-order-actions .view:hover {
    background: #D23900 !important;

}

.woocommerce .product_meta {
    font-size: 13px;
    gap: 8px;
    line-height: 16px;
}

.related h2 {
    font-size: 39px;
}

.woocommerce table.my_account_orders .button {

    padding-top: 16px;
}

.wc-item-meta {
    text-transform: capitalize;
    margin-top: 20px;
}

.product_sub_status b {
    padding: 7px;
    background: #FF5C00;
    border-radius: 30px;
    color: #ffffff;
}

.woocommerce table:is(.shop_table, .shop_attributes)>tbody>tr:nth-child(odd)>td,
.woocommerce table:is(.shop_table, .shop_attributes)>tbody>tr:nth-child(odd)>th {
    background: none;
}

.woocommerce tbody>tr:nth-child(odd)>td,
.woocommerce tbody>tr:nth-child(odd)>th {
    background-color: #fbfbfb;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table:is(.shop_table, .shop_attributes) th {
    vertical-align: top !important;
}

.tinvwl-button {
    border-radius: 30px !important;
    background: #FF5C00 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.tinvwl-button:hover {
    background: #D23900 !important;
}

.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button {
    color: #FF5C00 !important;
    font-size: 13px !important;
}

.tinv-wraper.tinv-wishlist {
    margin-left: 16px !important;
}

.tinv-wishlist table,
.tinv-wishlist table th,
.tinv-wishlist table td {
    border-color: #d1d1d1;
    font-family: 'Helvetica Neue LT Std';
}

.woocommerce div.product form.cart a.tinvwl_add_to_wishlist_button:hover:before {
    color: #FF5C00 !important;
}

.woocommerce div.product form.cart a.tinvwl_add_to_wishlist_button:before {
    color: #FF5C00 !important;
}

.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {
    color: #FF5C00 !important;
}

.tinvwl_already_on_wishlist-text {
    text-decoration: none !important;
    font-size: 13px !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-skin-:before,
.woocommerce ul.products li a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-skin-:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-skin-:before {
    color: #FF5C00 !important;
}

.tinvwl-table-manage-lists {
    width: 100% !important;
}

.tinvwl-button {
    background: #FF5C00 !important;
}

.ftinvwl-pencil {
    color: #FF5C00 !important;
}

.ftinvwl-pencil:hover {
    color: #D23900 !important;
}

.tinv-wishlist .tinvwl-button,
.wishlist_products_counter .widget_wishlist .tinvwl-button,
.woocommerce.tinv-wishlist #respond input#submit,
.woocommerce.tinv-wishlist a.tinvwl-button,
.woocommerce.tinv-wishlist button.tinvwl-button,
.woocommerce.tinv-wishlist input.tinvwl-button {
    font-weight: bold !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.tinvwl_cart_to_wishlist_button.tinvwl-icon-custom img,
div.wishlist_products_counter.top_wishlist-custom img {
    max-width: 27px !important;
    max-height: 27px !important;
}

.woocommerce .woocommerce-product-gallery {
    border: 0px !important;
}

.generate-pdf {
    border-radius: 30px !important;
    background: #FF5C00 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.generate-pdf:hover {
    background: #D23900 !important;
}

.tinv-wishlist .tinvwl-button:hover,
.wishlist_products_counter .widget_wishlist .tinvwl-button:hover,
.woocommerce.tinv-wishlist #respond input#submit:hover,
.woocommerce.tinv-wishlist a.tinvwl-button:hover,
.woocommerce.tinv-wishlist button.tinvwl-button:hover,
.woocommerce.tinv-wishlist input.tinvwl-button:hover {
    color: #fff !important;
    background-color: #D23900 !important;
}

.tinv-wishlist table tr {
    border-color: #cccccc !important;
}

.product-name a {
    color: #000000 !important;
}

.tinvwl-name-to-rename sup {
    color: #FF5C00;
    font-size: 14px;
}

.tinv-wishlist label {

    color: #000000 !important;
    width: 100% !important;
}

.tinv-wishlist .tinv-modal .tinvwl-button:hover,
.tinv-wishlist .tinv-modal .tinvwl-button.tinvwl_button_close:hover {
    background-color: #D23900 !important;
}

.tinv-wishlist .tinv-modal .tinvwl-button,
.tinv-wishlist .tinv-modal .tinvwl-button.tinvwl_button_close {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
    color: #FF5C00 !important;
}

.tinv-wishlist .tinv-header h2 {
    text-align: left !important;
}

.product-remove .ftinvwl-times:before {
    color: #FF5C00 !important;
}

.wc-forward {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.wc-forward:hover {
    background: #D23900 !important;
}

.flow-contact-upgrade {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.flow-contact-upgrade:hover {
    background: #D23900 !important;
}

.wc-proceed-to-checkout .checkout-button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;

    text-align: center !important;
}
.cart_totals .checkout-button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #D23900 !important;
}
.cart_totals .checkout-button:hover {
    background: #D23900 !important;
}
.actions .button{
	 background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}
.actions .button:hover {
    background: #D23900 !important;
}
.tinv-wishlist .return-to-shop {
    margin-top: 20px !important;
    float: left !important;
}

.tinvwl_button_move {
    margin-top: 10px !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    background: #FF5C00 !important;

}

#wqv-quick-view-content .wqv-product-info .single_add_to_cart_button {
    border-radius: 20px !important;
    padding-top: 3px !important;
    background: #FF5C00 !important;
}

.block-quick-view-btn {
    /* position: absolute !important;
    bottom: 23px;
    right: 22px;
    background: transparent !important;
    color: #FF5C00 !important; */
    display: none !important;
}



.block-view-product-btn {
    position: absolute !important;
    bottom: 19px;
    border-radius: 30px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    left: 16px !important;
    border: 1px solid #FF5C00 !important;
    color: #FF5C00 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 12px 22px 9px 22px !important;
}

.block-view-product-btn:hover {

    border: 1px solid #D23900 !important;
    color: #D23900 !important;
}

.tinvwl-icon-custom {
    position: absolute !important;
    border-radius: 30px !important;
    right: 0;
    bottom: 0;
    font-size: 11px !important;
    padding: 11px !important;
}

.flow-wishlist-open {
    position: absolute !important;
    right: 19px !important;
    bottom: 25px !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    width: auto !important;
    height: auto !important;
}

.entry-summary .flow-wishlist-open {
    position: relative !important;
    padding: 4px;
    margin-left: 39px;
    margin-top: 25px;
    text-transform: none !important;
}

.related .tinvwl-icon-custom {
    position: absolute !important;
    border-radius: 30px !important;
    right: 0;
    bottom: 0;
    font-size: 11px !important;
    padding: 11px !important;
}

.wpspro-product-data .block-quick-view-btn {
    display: none !important;
}

#product-filter .filter-group label {
    font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

#product-filter .filter-group .title {
    font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

#product-filter label.image-option {
    border: 1px solid #ddd !important;
}

.flow-btn-show-create {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.flow-btn-show-create:hover {
    background-color: #D23900 !important;
}

.flow-audience-plans-table-col4 .button {
    background: transparent;
    color: #FF5C00 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.flow-audience-plans-table-col4 .button:hover {

    color: #D23900 !important;
    border: 1px solid #D23900 !important;
}

.flow-audience-plans-table {
    font-size: 1em !important;
}

.flow-audience-plans-table-col1 small {
    font-size: 14px !important;
}

.flow-plans-header .flow-btn-do-create {

    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;

}

.flow-btn-cancel-create {
    background: transparent !important;
    color: #FF5C00 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.flow-plans-header .flow-btn-do-create:hover {
    background: #D23900 !important;
}

.flow-plans-header .flow-btn-cancel-create:hover {
    background: #D23900 !important;
    color: #ffffff !important;
}



.wpforms-field-row-block input {
    border-radius: 30px !important;
}

.wpforms-field-medium {
    border-radius: 30px !important;
}

.flow-wl-field input[type="text"],
.flow-wl-field input[type="date"] {
    border-radius: 30px !important;
}

#flow_campaign_objective {
    border-radius: 30px !important;
    border: 1px solid #dcdcdc !important;
}

#flow_campaign_description {
    border-radius: 30px !important;
    border: 1px solid #dcdcdc !important;
}

.flow-wl-actions button {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
}

.flow-wl-actions button:hover {

    background-color: #D23900 !important;
}

.flow-button-primary {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;

    text-align: center !important;
}

.flow-button-primary :hover {
    background-color: #D23900 !important;
}

.tinv-wishlist {
    font-family: 'Helvetica Neue LT Std', Arial, Helvetica, sans-serif !important;
}

.product-action .button {
    background: transparent !important;
    color: #FF5C00 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 12px 22px 9px 22px !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
    min-width: 143px !important;
}

.product-action .button:hover {

    border: 1px solid #D23900 !important;
    color: #D23900 !important;
}

.edit-account input {
    border-radius: 30px !important;
    border: 1px solid #F1F4F7 !important;
    background: #F1F4F7 !important;
    padding: 12px !important;
    margin-top: -21px !important;
    margin-left: -10px !important;
}

#flow-upgrade-modal.flow-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#flow-upgrade-modal .flow-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

#flow-upgrade-modal .flow-modal-inner {
    position: relative;
    max-width: 420px;
    margin: 10vh auto;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
}

#flow-upgrade-modal h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

#flow-upgrade-modal p {
    margin-bottom: 20px;
}

#flow-upgrade-modal .flow-modal-actions .button {
    min-width: 180px;
}

.woocommerce-breadcrumb {

    font-size: 12px !important;
    margin-bottom: 18px !important;
}

.edit-account .woocommerce-Button {
    margin-top: 10px;
}


.flow-add-to-plan-btn {
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #FF5C00 !important;
    background: transparent !important;
    color: #FF5C00 !important;
    border-radius: 30px !important;
    display: flex;
    justify-content: center;
    gap: 11px !important;
    padding: 12px 22px 9px 22px !important;
    box-shadow: none !important;
    text-transform: none !important;
    min-width: 140px;
    /* not needed because we use flex alignment */
    text-align: center !important;

}

.flow-add-to-plan-btn img {
    width: 20px !important;
    height: auto;
    margin-top: -4px;
}

.flow-add-to-plan-btn:hover {
    border: 1px solid #D23900 !important;
    color: #D23900 !important;
}



.woocommerce-product-gallery__image {
    margin-bottom: 30px !important;
}

.flow-advertiser-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0px !important;
    border-radius: 30px !important;
    padding: 8px 15px !important;
    background-color: #f5f5f5 !important;
    cursor: pointer;
    font-size: 12px;
    color: #000000 !important;
    line-height: 1.2;
}

.related .woocommerce-loop-product__title {
    margin-top: 30px !important;
}


.flow-wishlist-confirm {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 12px 22px 9px 22px !important;
}

.flow-wishlist-confirm:hover {
    background-color: #D23900 !important
}

.flow-wishlist-actions .flow-wishlist-cancel {
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #FF5C00 !important;
    background: transparent !important;
    color: #FF5C00 !important;
    border-radius: 30px !important;
    display: flex;
    justify-content: center;
    gap: 11px !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 12px 22px 9px 22px !important;
}

.flow-wishlist-actions .flow-wishlist-cancel:hover {
    border: 1px solid #D23900 !important;
    color: #D23900 !important;
    background-color: transparent !important;
}

.product-action .sp-wqv-view-button {
    display: none !important;
}

/* Target the bubble button icon */
button.close-button.bubble .icon svg {
    display: none !important;
    /* Hide the SVG */
}

button.close-button.bubble .icon {
    background-image: url("https://marketplace-dev.flowplatform.com/wp-content/uploads/2025/12/Flow-Audience-AI-icon.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 36px !important;
    /* match your image size */
    height: 36px !important;
    display: inline-block !important;
}

.flow-add-to-plan-btn .icon-hover {
    display: none !important;
}

.flow-add-to-plan-btn:hover .icon-default {
    display: none !important;
}

.flow-add-to-plan-btn:hover .icon-hover {
    display: inline !important;
}

.product_type_simple {
    display: none !important;
}

.product-action .product_type_simple {
    display: none !important;
}

.block-basket-content .product-name a {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.flow-wishlist-select {
    margin-top: 13px;
    padding: 9px 23px;
    border-radius: 30px !important;
    border: 1px solid #F1F4F7 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    padding-top: 0px !important;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {

    margin-top: -22px !important;
    margin-right: 14px !important;
}


.woocommerce form .form-row label {
    line-height: normal !important;
}

#tiktok_ad_account_id {
    margin-bottom: 22px;
}

.audience-table img {
    border-radius: 10px;
}

.sp-product-more-content a {
    display: none !important;
}

.woocommerce-cart-form__contents {
    padding: 10px;
}

.flow-modal-inner h3 {
    font-size: 20px !important;
}

.flow-modal-inner .button-primary {
    background: #FF5C00 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 30px !important;
    border: 1px solid #FF5C00 !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 12px 22px 9px 22px !important;
}

.flow-modal-innerm .button-primary:hover {
    background-color: #D23900 !important
}

.flow-modal-inner #flow-channels-cancel {
    align-items: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #FF5C00 !important;
    background: transparent !important;
    color: #FF5C00 !important;
    border-radius: 30px !important;
    justify-content: center;
    gap: 11px !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 12px 22px 9px 22px !important;
}

.flow-modal-inner #flow-channels-cancel:hover {
    border: 1px solid #D23900 !important;
    color: #D23900 !important;
    background-color: transparent !important;
}

.wpsp-slider-section .wpsp-product-title a h3 {
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 0px 0 0px 0 !important;
    font-weight: 500 !important;
}

#flow-new-plan-name {
    border-radius: 30px !important;
    border: 1px solid #000000 !important;
    background: #F1F4F7 !important;
}

#flow-new-plan-name:focus-visible {
    border: 1px solid #F1F4F7 !important;
}

.flow-wishlist-new-name-input {
    border-radius: 30px !important;
    border: 1px solid #000000 !important;
    background: #F1F4F7 !important;
}

.woocommerce-form-login .woocommerce-page form .show-password-input::before {
    margin-top: 0px !important;
}












@media all and (max-width: 640px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .content-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .related h2 {
        font-size: 22px;
    }

    .block-login-form {
        width: 100%;

    }

    .wqv-product-info {
        padding: 10px !important;
    }

    .block-wpsp-platform-images .wpsp-platform-item {
        margin-top: 0px;
    }

    .block-wpsp-image-space {
        width: 31%;
    }

    .block-wpsp-image-space2 {
        width: 31%;
        gap: 12px;
    }

    .block-wpsp-product-audience span {
        font-size: 8px !important;
    }

    .block-wpsp-product-audience .block-review-count {
        margin-top: 5px !important;

    }

    .site-main {
        margin-top: 0px;
    }

    .entry-summary .flow-wishlist-open {
        margin-left: 22px;
    }

    .woocommerce-loop-product__title {
        margin-top: 29px;
    }

    .product .block-wpsp-product-meta {
        padding-right: 9px;
    }
}

