/* 
Theme Name:		 Glowzy Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Glowzy Child is a child theme of Glowzy, created by ChildTheme-Generator.com
Author:			 Webgarh
Author URI:		 http://childtheme-generator.com/
Template:		 glowzy
Version:		 1.0.0
Text Domain:	 glowzy-child
*/


/*
    Add your custom styles here
*/

/* 10th sept 2025 */
/*.product-type-variable-subscription div#footer,.product-type-variable-subscription div#header{display:none}*/
.hide-banner-old-section {
    display: none;
}
.membership-page-temp span {
    background: transparent !important;
}
.wp-block-cover.wps-mfw-temp3 .wps_mfw_membership_front_page {
    background: #FFF;
    border: 1px solid #e2e2e2;
    max-width: 700px;
    padding: 0;
    position: relative;
    box-shadow: none;
    border-radius: 5px;
     min-height: 100% !important;
    padding: 40px;
}

.wps_membership_plan_content_desc {
    display: grid !important;
    grid-template-columns: 1fr 0fr;
    gap: 10px;
}
.wps_membership_plan_content_desc > :nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
}
.wps_membership_plan_content_desc > :nth-child(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
}
.wps_membership_plan_content_desc > :nth-child(3) {
    grid-column: 2 !important;
    grid-row: 1 !important;
}
.wps_membership_plan_content_desc > :nth-child(4) {
    grid-column: 2 !important;
    grid-row: 2 !important;
}
/* new */
.wp-block-cover.wps-mfw-temp3 .wp-block-cover__inner-container {
    padding: 10px;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wp-block-cover.wps-mfw-temp3 .wp-block-heading {
    max-width: 100%;
    margin: 0;
}
.wps_membership_plan_content_desc {
    display: grid !important;
    grid-template-columns: 1fr;
    column-gap: 60px;
}
.wp-block-cover.wps-mfw-temp3 .wps_mfw_membership_front_page .wps_membership_plan_content_price {
    width: auto;
    height: 45px;
    background: #FC9918 !important;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 15px;
    letter-spacing: 0;
    padding: 0 20px;
}
.wp-block-cover.wps-mfw-temp3 .wps_membership_buy_now_btn .wps_membership_buynow {
    margin: 0;
    border-color: #FC9918 !important;
    color: #FC9918;
    width: 100%;
    height: 50px;
    padding: 0;
}
.wp-block-cover.wps-mfw-temp3 .wps_mfw_membership_front_page h2 {
    padding: 0 70px 0 0;
    margin: 0 0 15px;
    text-align: left;
    font-weight: 600;
    line-height: 1.25;
    font-size: 40px;
}
@media screen and (max-width: 768px){
    .wp-block-cover.wps-mfw-temp3 .wps_mfw_membership_front_page h2 {
    padding: 0 70px 0 0;
    margin: 0 0 15px;
    text-align: left;
    font-weight: 600;
    line-height: 1.25;
    font-size: 22px !important;
}
.wps_membership_plan_content_desc {
    column-gap: 20px;
}
.wp-block-cover.wps-mfw-temp3 .wps_all_plans_detail_wrapper {
    padding: 20px 0px 0 20px;
}
.wp-block-cover.wps-mfw-temp3 .wps_mfw_membership_front_page .wps_membership_plan_content_price {
    width: 50px;
    height: 28px;
    background: #FC9918 !important;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 15px;
    letter-spacing: 0;
    padding: 0 20px;
}
}
/* 11th sept 2025 */

/* div#headerimg h1 {
    text-align: center;
    font-size: 40px;
    text-decoration: none !important;
}
div#headerimg h1 a {
    text-decoration: none;
}
.membership-tabs {
    gap: 0 !important;
    margin: 30px 0 !important;
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px !important;
    overflow: hidden;
}
.membership-product {
    max-width: 700px !important;
    margin: 80px auto 60px !important;
    text-align: left !important;
    font-family: "Helvetica Neue",Arial,sans-serif;
}
h2.membership-title {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.membership-subtitle {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    color: #3e3e3e !important;
}
.membership-features {
    margin-block: 30px;
}
.membership-benefits li {
    margin: 8px 0;
    font-size: 18px !important;
    position: relative;
    padding-left: 18px;
    color: #3e3e3e !important;
}
.membership-benefits {
    margin: 10px 0 !important;
    text-align: left;
}
.membership-features p {
    font-size: 18px;
    color: #3e3e3e;
    margin-block: 0px !important;
}
.plan-tab {
    display: flex;
    width: 50% !important;
    border-radius: 0 !important;
    overflow: hidden;
    flex: 1;
    padding: 14px 20px;
    background: #fff;
    border: none !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px !important;
    color: #333;
    transition: all 0.3s ease;
    flex-direction: column;
}
.plan-tab.active {
    background: #543f58 !important;
    color: #fff;
    border-color: #5a2a83;
}
.plan-tab.active span {
    color: #fff;
}
.membership-benefits li::before {
    content: "•";
    color: #f39c12;
    position: absolute;
    left: 0;
    font-size: 30px !important;
    line-height: 26px !important;
}
.button.single_add_to_cart_button.button.alt {
    margin-block: 30px;
    background: #543f58 !important;
    border: none!important;
    padding: 20px 30px!important;
    font-size: 18px !important;
    border-radius: 6px;
    cursor: pointer;
    transition: background .3s;
    width: 100% !important;
    color: #fff !important;
    font-weight: 700 !important;
}
button.plan-tab + .plan-tab {
    border-left: 1px solid #ccc !important;
}
.plan-price {
    font-size: 18px !important;
} 

.email-input-membership {
    padding: 20px 15px !important;
    width: 100%;
    height: auto !important;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    font-size: 16px;
    max-width: 100% !important;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818;
    max-width: 700px !important;
    margin: 40px auto;
}
.plan-tab:hover {
    color: unset !important;
}

.product-type-variable-subscription div#header {
    display: none;
}
.product-type-variable-subscription hr {
    display: none;
}
.product-type-variable-subscription div#footer {
    display: none;
}
.owl-stage {
    display: flex;
    gap: 20px;
}
.wpb_slider_area.wpb_fix_cart {
    max-width: 1280px !important;
    margin: 0px auto;
}
button.owl-prev, .owl-next {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained h4 {
    max-width: 1280px;
    margin: auto;
}
.owl-item {
    width: 500px !important;
}
.wpb-woo-products-slider figcaption a.button, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot.active span, .wpb-woo-products-slider figure .stock, .wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #161515 !important;
    border-radius: 6px !important;
}
.grid_no_animation .pro_price_area {
    color: #161515;
}
.glow_skin_section {
    display: none;
}
.newest_product_section {
    display: none;
}
.happy_user_section {
    display: none;
}
.about_section {
    display: none;
}
.category_hide_section {
    display: none;
}
.save_section {
    display: none;
}
.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-701c2d95.wp-block-columns-is-layout-flex {
    display: none;
} */
.glow_skin_section {
    display: none;
}
.newest_product_section {
    display: none;
}
.happy_user_section {
    display: none;
}
.about_section {
    display: none;
}
.category_hide_section {
    display: none;
}
.save_section {
    display: none;
}
.wp-block-columns.alignwide.is-layout-flex.wp-container-core-columns-is-layout-701c2d95.wp-block-columns-is-layout-flex {
    display: none;
}
.owl-stage {
    display: flex;
    gap: 20px;
}
.wpb_slider_area.wpb_fix_cart {
    max-width: 1280px !important;
    margin: 0px auto;
}
button.owl-prev, .owl-next {
    background: #fff !important;
    border: 1px solid #543f58!important;
    border-radius: 6px !important;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained h4 {
    max-width: 1280px;
    margin: auto;
}
.owl-item {
    width: 500px !important;
}
.wpb-woo-products-slider figcaption a.button, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot.active span, .wpb-woo-products-slider figure .stock, .wpb-woo-products-slider.woocommerce .wpb-wps-slider-item span.onsale, .wpb-woo-products-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #543f58 !important;
    border-radius: 6px !important;
}
.grid_no_animation .pro_price_area {
    color: #161515;
}


/* 12th sept 2025 */
/* .woocommerce {
    max-width: 1280px !important;
} */
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width: 1280px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    background: #fffaf7 !important;
    border: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 15px !important;
}

body.woocommerce-cart
  .wc-block-cart-items__row:has(.wc-block-components-product-name[href*="/product/membership"])
  .wc-block-components-quantity-selector {
    display: none;
}
.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}
#wps-wpr-campaign-modal .wps-wpr-hlw_container {
  max-height: 800px;
}
.wps-wpr_earn-ref-btn {
  grid-template-columns: 1fr;
}
.wps_wpr_campaign_promo {
    display: none;
}
#wps-wpr-campaign-modal .wps_wpr_campaign_btn {
    border: 1px solid #000;
}
.wps-wpr_camp-birth.wps-wpr_camp-acc-wrap-in #account_bday {
  padding: 0px 15px;
}
#wps-wpr-campaign-modal.wps-wpr-campaign-modal--active {
    display:none;
}
/* Responsive css */
@media screen and (max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    background: #fffaf7 !important;
    border: 1px solid #ddd;
}
}


.easy-notification-bar-message {
    position: relative;
    padding-right: 120px !important;
}

.easy-notification-bar-message::after {
    content: "🔔 NOTIFICATION";
    position: absolute;
    top: 34%;
    right: 15px;
    transform: translateY(-50%);
    background: #543f58;
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: bold;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.05); }
    100% { transform: translateY(-50%) scale(1); }
}