.all-frame-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}
li.additional_information_tab {
    text-decoration: underline;
    color: #000 !important;

}
.q_tabs.boxed.woocommerce-tabs .tabs-container, .q_tabs.boxed.woocommerce-tabs .tabs-container {
    padding: 0px !important;
    background-color: transparent;
}
.ppt {
    display: none !important;
}

.q_tabs .tabs-nav li.active a {
    background-color: transparent !important;
    color: #000;
    padding: 0px !important;
}


.redirecting-container {
    cursor: pointer;
}
@media (max-width: 768px) {
    .all-frame-product {
        grid-template-columns: 1fr;
    }
    .hidden-mobile {
        display: none;
    }
    .custom-container {
        font-family: 'Arial', sans-serif;
        color: #000;
        line-height: 1.5;
        text-align: center !important;
    }
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.loaderSpinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #d5152d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }



/* Container styling */
.custom-container {
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 1.5;
}

/* Headings */
.custom-heading-title {
    font-size: 18px; /* small uppercase look */
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    color: black;
}

/* Divider line */
.custom-divider-separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 5px 0 15px 0;
}

/* Product categories list */
.product-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;  /* removes bullets */
    padding: 0;        /* removes default padding */
    margin: 0;         /* removes default margin */
}

.product-categories li {
    margin: 5px 0;
    list-style: none;  /* removes bullets */
    padding: 0;        /* removes default padding */
    margin: 0;         /* removes default margin */
}

.product-categories li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.product-categories li a:hover {
    text-decoration: underline;
}

/* Children sublist (nested categories) */
.product-categories li ul.children {
    /* margin-left: 15px; */
}

/* Icon list / More products */
.icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list-item {
    margin: 5px 0;
}

.icon-list-item a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.icon-list-item a:hover {
    text-decoration: underline;
}

.pp_pic_holder{
    display: none !important;
}
.pp_overlay{
    display: none !important;
}
.variation-added-gallery:first-child {
    margin-top: 21px !important;
}
span.posted_in {
    display: none !important;
}
.wcpay-payment-request-wrapper {
    display: none !important;
}
.woocommerce .q_tabs.woocommerce-tabs {
    margin: 0 !important;
}

button.button.cta-button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    /* pointer-events: none; */
}
.cta-button {
    display: none !important;
}
/* button.button.cta-button {
    display: none !important;
} */