/*
Theme Name: gplgood
Theme URI: https://gplgood.net/
Template: flatsome
Author: UX Themes
Author URI: gplgood
Description: This is a child theme for Flatsome Theme
Version: 3.0.1780029405
Updated: 2026-05-29 04:36:45

*/

/* =========================================================
   COMPACT PREMIUM HEADER + COLOR FIX
========================================================= */

/* =========================================================
   MAIN HEADER
========================================================= */

#masthead{
    background:linear-gradient(
        90deg,
        #040816 0%,
        #070B1A 50%,
        #040816 100%
    ) !important;

    border-bottom:1px solid rgba(255,255,255,.04);

    box-shadow:
    0 6px 24px rgba(0,0,0,.22);
}

/* REMOVE EXTRA EFFECTS */
#masthead:before,
.header-wrapper:after{
    display:none !important;
}

/* =========================================================
   HEADER HEIGHT
========================================================= */

.header-main{
    padding:10px 0 !important;
}

.header-bottom{
    padding:8px 0 !important;

    background:transparent !important;
}

/* =========================================================
   LOGO
========================================================= */

.header-logo img{
    max-height:38px !important;
}

/* =========================================================
   SEARCH BAR
========================================================= */

.header-search{
    max-width:560px !important;
}

/* SEARCH FORM */
.header-search-form{
    height:44px !important;

    background:#111827 !important;

    border:1px solid rgba(124,58,237,.18) !important;

    border-radius:16px !important;

    overflow:hidden;

    box-shadow:
    0 4px 18px rgba(0,0,0,.20);
}

/* SEARCH INPUT */
.header-search-form input{
    height:44px !important;

    background:transparent !important;

    color:#FFFFFF !important;

    font-size:14px !important;

    padding-left:18px !important;
}

/* PLACEHOLDER */
.header-search-form input::placeholder{
    color:#94A3B8 !important;
}

/* SEARCH BUTTON */
.header-search-form button{
    width:50px !important;
    height:44px !important;

    background:#7C3AED !important;

    color:#FFFFFF !important;

    border:none !important;

    border-radius:0 16px 16px 0 !important;
}

/* SEARCH ICON */
.header-search-form button i{
    font-size:18px !important;
}

/* SEARCH HOVER */
.header-search-form button:hover{
    background:#8B5CF6 !important;
}

/* =========================================================
   MEMBERSHIP BUTTON
========================================================= */

.header-button .button{
    height:42px !important;
    line-height:42px !important;

    padding:0 22px !important;

    border:none !important;

    border-radius:14px !important;

    background:linear-gradient(
        135deg,
        #7C3AED,
        #9333EA
    ) !important;

    color:#FFFFFF !important;

    font-size:14px !important;
    font-weight:700 !important;

    box-shadow:
    0 6px 20px rgba(124,58,237,.22);
}

/* BUTTON HOVER */
.header-button .button:hover{
    background:linear-gradient(
        135deg,
        #8B5CF6,
        #A855F7
    ) !important;
}

/* =========================================================
   ACCOUNT BUTTON
========================================================= */

.account-item>a{
    height:42px !important;
    line-height:42px !important;

    padding:0 20px !important;

    background:#0F172A !important;

    border:1px solid rgba(255,255,255,.06);

    border-radius:14px !important;

    color:#FFFFFF !important;

    font-size:14px !important;
    font-weight:600 !important;
}

/* ACCOUNT HOVER */
.account-item>a:hover{
    border-color:rgba(124,58,237,.28);

    color:#A855F7 !important;
}

/* =========================================================
   CART
========================================================= */

.header-cart-link{
    height:42px !important;
    line-height:42px !important;

    padding:0 10px !important;

    color:#FFFFFF !important;

    font-size:14px !important;
    font-weight:700 !important;
}

/* CART ICON */
.cart-icon i{
    font-size:18px !important;
}

/* CART COUNT */
.cart-icon strong{
    background:#F97316 !important;

    color:#FFFFFF !important;
}

/* =========================================================
   CHANGELOG BUTTON
========================================================= */

.header-bottom .button{
    height:42px !important;
    line-height:42px !important;

    padding:0 26px !important;

    border:none !important;

    border-radius:999px !important;

    background:linear-gradient(
        135deg,
        #10B981,
        #34D399
    ) !important;

    color:#FFFFFF !important;

    font-size:14px !important;
    font-weight:700 !important;

    box-shadow:
    0 6px 18px rgba(16,185,129,.20);
}

/* =========================================================
   MENU
========================================================= */

.nav-uppercase>li>a{
    color:#FFFFFF !important;

    font-size:14px !important;
    font-weight:600 !important;

    padding:0 12px !important;
}

/* MENU HOVER */
.nav-uppercase>li>a:hover{
    color:#A855F7 !important;
}

/* ACTIVE MENU */
.nav-uppercase>li.active>a{
    color:#A855F7 !important;
}






/* HERO SECTION FIX */

.hero-section{
    background:#020617;
    padding:120px 0;
    position:relative;
    overflow:hidden;
}

.hero-section .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-left{
    width:50%;
    z-index:2;
}

.hero-right{
    width:50%;
    position:relative;
}

.hero-title{
    font-size:68px;
    line-height:1.1;
    font-weight:800;
    color:#FFFFFF;
    margin-bottom:25px;
}

.hero-title span{
    color:#7C3AED;
}

.hero-description{
    color:#94A3B8;
    font-size:20px;
    line-height:1.8;
    max-width:650px;
    margin-bottom:35px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    padding:12px 20px;
    border-radius:50px;
    color:#CBD5E1;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:40px;
}

.hero-btn-primary{
    background:linear-gradient(135deg,#7C3AED,#9333EA);
    color:#fff;
    padding:18px 32px;
    border-radius:16px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 0 30px rgba(124,58,237,.35);
}

.hero-btn-secondary{
    background:transparent;
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
    padding:18px 32px;
    border-radius:16px;
    text-decoration:none;
}

.hero-image{
    width:100%;
    border-radius:30px;
    position:relative;
    z-index:2;
    box-shadow:
    0 0 40px rgba(124,58,237,.25),
    0 0 100px rgba(6,182,212,.12);
}

/* GLOW EFFECTS */

.hero-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:#7C3AED;
    filter:blur(180px);
    opacity:.18;
    right:-100px;
    top:-100px;
}

.hero-section::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:#06B6D4;
    filter:blur(180px);
    opacity:.12;
    left:-100px;
    bottom:-100px;
}

/* MOBILE */

@media(max-width:991px){

.hero-section .container{
    flex-direction:column;
}

.hero-left,
.hero-right{
    width:100%;
}

.hero-title{
    font-size:42px;
}

.hero-buttons{
    flex-direction:column;
}

}



/* PRICE COLOR WHITE */

.price,
.product-price,
.woocommerce-Price-amount,
.amount{
    color:#ffffff !important;
}

/* SALE PRICE */

.price ins,
.price ins .amount{
    color:#ffffff !important;
    text-decoration:none;
}

/* OLD PRICE */

.price del,
.price del .amount{
    color:rgba(255,255,255,0.45) !important;
}




/* Checkout Input Text Color */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    color: #ffffff !important;
    background: #1b1b2f !important;
    border: 1px solid #444 !important;
}

/* Placeholder Color */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #bdbdbd !important;
    opacity: 1;
}

/* Label Color */
.woocommerce-checkout label {
    color: #ffffff !important;
}

/* Selected Text Fix */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    color: #ffffff !important;
    background: #22223b !important;
    border-color: #8b5cf6 !important;
    box-shadow: 0 0 5px rgba(139,92,246,0.5);
}

/* Order Table Text */
.woocommerce-checkout-review-order,
.woocommerce-checkout-review-order * {
    color: #ffffff !important;
}




/* FORCE CHECKOUT STEP TEXT VISIBLE */

.woocommerce-checkout .checkout-breadcrumbs *,
.woocommerce-cart .checkout-breadcrumbs *,
.woocommerce-breadcrumb *,
.cart-breadcrumbs *{
    opacity: 1 !important;
    color: #ffffff !important;
}

/* Current + Completed Steps */
.checkout-breadcrumbs a,
.checkout-breadcrumbs span,
.checkout-breadcrumbs strong {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Remove dark color */
.checkout-breadcrumbs .hide-for-small,
.checkout-breadcrumbs .is-active,
.checkout-breadcrumbs .current {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Arrow icon */
.checkout-breadcrumbs i {
    color: rgba(255,255,255,.5) !important;
}

/* Optional Glow Effect */
.checkout-breadcrumbs .current {
    text-shadow: 0 0 10px rgba(255,255,255,.4);
}





/* Mini Cart Text Color Fix */

.woocommerce-mini-cart a,
.woocommerce-mini-cart .quantity,
.woocommerce-mini-cart .woocommerce-Price-amount,
.woocommerce-mini-cart .product-title{
    color:#111111 !important;
}

/* Remove Button */
.woocommerce-mini-cart .remove{
    color:#666 !important;
}


/* FORCE MY ACCOUNT TITLE COLOR */

body.woocommerce-account .page-title,
body.woocommerce-account .page-title-inner,
body.woocommerce-account .entry-title,
body.woocommerce-account h1,
body.woocommerce-account .uppercase{
    color:#000000 !important;
    opacity:1 !important;
}

/* Subtitle */
body.woocommerce-account .woocommerce-breadcrumb,
body.woocommerce-account .is-large{
    color:#666666 !important;
    opacity:1 !important;
}

/* Billing Address Text Color Fix */

.woocommerce-account h2,
.woocommerce-Addresses h2,
.woocommerce-column__title{
    color:#ffffff !important;
    opacity:1 !important;
    background:none !important;
}

/* Payment Gateway Text Color Fix */

.wc_payment_methods label,
.wc_payment_method label,
.payment_box,
.payment_box p,
.payment_methods *,
.woocommerce-checkout-payment label{
    color:#ffffff !important;
    opacity:1 !important;
}

/* Card Field Labels */
#wc-stripe-cc-form label,
.StripeElement,
.woocommerce-checkout input,
.woocommerce-checkout select{
    color:#ffffff !important;
}

/* Placeholder */
.woocommerce-checkout input::placeholder{
    color:#cbd5e1 !important;
}



/* Account Details Form Text Fix */

.woocommerce-account label,
.woocommerce-account legend,
.woocommerce-account p,
.woocommerce-account em,
.woocommerce-account span{
    color:#ffffff !important;
    opacity:1 !important;
}

/* Input Text */
.woocommerce-account input,
.woocommerce-account textarea{
    color:#111111 !important;
    background:#ffffff !important;
}

/* Placeholder */
.woocommerce-account input::placeholder{
    color:#94a3b8 !important;
}

/* Password Section Title */
.woocommerce-account fieldset legend{
    color:#ffffff !important;
    font-weight:700;
}






.membership-banner{
    background:linear-gradient(90deg,#2a0147,#4b0c7a);
    border:2px solid #6d28d9;
    border-radius:24px;
    padding:30px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
    margin:40px 0;
    box-shadow:0 10px 40px rgba(0,0,0,.35);
}

.membership-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.membership-icon{
    font-size:60px;
    line-height:1;
}

.membership-content h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin:0 0 10px;
}

.membership-content h2 span{
    background:linear-gradient(90deg,#facc15,#c084fc);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.membership-content p{
    color:#d1d5db;
    font-size:18px;
    line-height:1.7;
    margin:0;
}

.membership-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px 40px;
}

.membership-features span{
    color:#fff;
    font-size:16px;
    font-weight:500;
}

.membership-btn{
    background:#fff;
    color:#6d28d9;
    padding:18px 34px;
    border-radius:14px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.membership-btn:hover{
    transform:translateY(-3px);
    background:#f3f4f6;
}

@media(max-width:768px){

    .membership-banner{
        padding:25px;
    }

    .membership-content h2{
        font-size:30px;
    }

    .membership-features{
        grid-template-columns:1fr;
    }

    .membership-btn{
        width:100%;
        text-align:center;
    }

}



/* GOLD MEMBERSHIP */

.gold-membership-box{

    background:
    linear-gradient(135deg,#1e1b4b,#2a0147);

    border:1px solid rgba(139,92,246,.35);

    border-radius:26px;

    padding:30px;

    margin:30px 0;

    position:relative;

    overflow:hidden;

    box-shadow:
    0 10px 40px rgba(0,0,0,.35);

}

/* glow */

.gold-membership-box::before{

    content:'';

    position:absolute;

    width:220px;
    height:220px;

    background:#7c3aed;

    filter:blur(120px);

    opacity:.25;

    top:-80px;
    right:-80px;

}

/* icon */

.gold-icon{

    width:75px;
    height:75px;

    border-radius:20px;

    background:
    linear-gradient(135deg,#8b5cf6,#9333ea);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    margin-bottom:20px;

    position:relative;
    z-index:2;

}

/* title */

.gold-content h2{

    color:#fff;

    font-size:32px;

    font-weight:800;

    line-height:1.3;

    margin-bottom:14px;

    position:relative;
    z-index:2;

}

.gold-content h2 span{

    background:
    linear-gradient(90deg,#facc15,#c084fc);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* text */

.gold-content p{

    color:#cbd5e1;

    font-size:16px;

    line-height:1.8;

    margin-bottom:18px;

    position:relative;
    z-index:2;

}

/* features */

.gold-features{

    display:flex;
    flex-wrap:wrap;

    gap:12px;

    margin-bottom:25px;

    position:relative;
    z-index:2;

}

.gold-features span{

    color:#fff;

    font-size:14px;

    font-weight:600;

}

/* button */

.gold-btn{

    position:relative;
    z-index:2;

    background:
    linear-gradient(90deg,#9333ea,#c026d3);

    color:#fff !important;

    text-decoration:none;

    padding:16px 28px;

    border-radius:16px;

    font-size:16px;

    font-weight:700;

    display:inline-block;

    transition:.35s;

    box-shadow:
    0 12px 30px rgba(147,51,234,.35);

}

.gold-btn:hover{

    transform:translateY(-4px);

}












.quantity{
    display:none !important;
}



.gpl-small-features{
    display:none !important;
}





/* =====================================================
   PREMIUM MUSCLE SINGLE PRODUCT PAGE
===================================================== */

body.single-product{
    background:#050816;
}

/* MAIN */

.muscle-single-product{
    width:100%;
    padding:30px;
    background:#050816;
    color:#fff;
    font-family:Arial,sans-serif;
}

.muscle-grid{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    gap:30px;
    align-items:start;
}

@media(max-width:991px){
    .muscle-grid{
        grid-template-columns:1fr;
    }
}

/* LEFT */

.muscle-gallery{
    background:linear-gradient(135deg,#1b0638,#090d1f);
    border-radius:28px;
    padding:25px;
    border:1px solid rgba(255,255,255,0.08);
    position:relative;
    overflow:hidden;
}

.muscle-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(90deg,#7b2fff,#d02fff);
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:700px;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(168,85,247,.3);
}

/* IMAGE */

.muscle-main-image img{
    width:100%;
    border-radius:24px;
    display:block;
}

/* WOOCOMMERCE GALLERY */

.woocommerce-product-gallery{
    width:100% !important;
    margin:0 !important;
}

.woocommerce-product-gallery__wrapper{
    border-radius:25px;
    overflow:hidden;
}

.woocommerce-product-gallery .flex-viewport{
    border-radius:24px;
    overflow:hidden;
}

/* THUMBNAILS */

.flex-control-thumbs{
    display:flex;
    gap:14px;
    margin-top:20px !important;
    overflow-x:auto;
    padding-bottom:5px;
}

.flex-control-thumbs::-webkit-scrollbar{
    height:4px;
}

.flex-control-thumbs li{
    list-style:none;
    width:110px !important;
    min-width:110px;
}

.flex-control-thumbs img{
    border-radius:16px;
    border:2px solid rgba(255,255,255,0.08);
    transition:0.3s;
    cursor:pointer;
    background:#111827;
}

.flex-control-thumbs img:hover{
    border-color:#b84dff;
    transform:translateY(-3px);
}

/* FEATURES */

.muscle-bottom-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:28px;
}

@media(max-width:768px){
    .muscle-bottom-features{
        grid-template-columns:repeat(2,1fr);
    }
}

.muscle-feature-box{
    background:#0c1227;
    border-radius:20px;
    padding:22px 16px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s;
}

.muscle-feature-box:hover{
    transform:translateY(-5px);
    border-color:#b84dff;
    box-shadow:0 10px 25px rgba(185,84,255,.2);
}

.muscle-feature-box span{
    font-size:30px;
    display:block;
    margin-bottom:10px;
}

.muscle-feature-box p{
    margin:0;
    font-size:15px;
    color:#d1d5db;
    line-height:1.4;
}

/* RIGHT */

.muscle-summary{
    background:linear-gradient(135deg,#0d1023,#070b18);
    border-radius:28px;
    padding:35px;
    border:1px solid rgba(255,255,255,0.08);
    position:sticky;
    top:20px;
}

/* BREADCRUMB */

.muscle-breadcrumb{
    margin-bottom:20px;
    font-size:14px;
    color:#9ca3af;
}

.muscle-breadcrumb a{
    color:#d1d5db;
}



/* TITLE */

.muscle-title h1{
    color:#fff;
    font-size:25px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:25px;
}

@media(max-width:768px){
    .muscle-title h1{
        font-size:32px;
    }
}

/* RATING */

.muscle-rating-row{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.muscle-rating .woocommerce-product-rating{
    margin:0 !important;
}

.star-rating{
    color:#ffcc00 !important;
}

.muscle-sales{
    color:#d1d5db;
    font-size:15px;
}

/* PRICE */

.muscle-price{
    margin-bottom:25px;
}

.muscle-price .price{
    color:#fff;
    font-size:40px;
    font-weight:800;
    line-height:1;
}

.muscle-price ins{
    text-decoration:none;
}

.muscle-price del{
    opacity:.4;
    font-size:26px;
    margin-right:10px;
}

/* OFFER */

.muscle-offer{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    background:linear-gradient(90deg,#0f9f61,#19c37d);
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:22px;
    box-shadow:0 8px 20px rgba(25,195,125,.2);
}

/* DESCRIPTION */

.muscle-description{
    color:#d1d5db;
    font-size:17px;
    line-height:1.7;
    margin-bottom:30px;
}

/* CART */

.muscle-cart{
    margin-bottom:30px;
}

.muscle-cart form.cart{
    display:flex;
    gap:15px;
    align-items:center;
    flex-wrap:wrap;
}

/* QUANTITY */

.quantity input{
    width:80px !important;
    height:65px !important;
    background:#0c1227 !important;
    border:1px solid rgba(255,255,255,0.08) !important;
    border-radius:18px !important;
    color:#fff !important;
    font-size:18px !important;
}

/* BUTTON */

.single_add_to_cart_button{
    flex:1;
    height:65px;
    border:none !important;
    border-radius:20px !important;
    background:linear-gradient(90deg,#7b2fff,#d12fff) !important;
    color:#fff !important;
    font-size:20px !important;
    font-weight:700 !important;
    transition:0.3s;
    box-shadow:0 10px 30px rgba(168,85,247,.25);
}

.single_add_to_cart_button:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(168,85,247,.4);
}

/* INFO GRID */

.muscle-info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:20px;
}

@media(max-width:768px){
    .muscle-info-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

.muscle-info-box{
    background:#0c1227;
    border-radius:20px;
    padding:24px 14px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s;
    font-size:28px;
}

.muscle-info-box:hover{
    border-color:#b84dff;
    transform:translateY(-4px);
}

.muscle-info-box span{
    display:block;
    margin-top:12px;
    color:#d1d5db;
    font-size:14px;
    line-height:1.5;
}

/* META */

.muscle-meta{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.08);
    color:#d1d5db;
}

.muscle-meta a{
    color:#fff;
}

/* SHARE */

.muscle-share{
    margin-top:30px;
}

.muscle-share .social-icons{
    display:flex;
    gap:12px;
}

.muscle-share .button.icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#111827;
    border:none;
    color:#fff;
    transition:0.3s;
}

.muscle-share .button.icon:hover{
    background:linear-gradient(90deg,#7b2fff,#d12fff);
    transform:translateY(-3px);
}

/* FOOTER */

.muscle-footer{
    margin-top:40px;
}

/* TABS */

.woocommerce-tabs{
    background:#0b1020;
    border-radius:25px;
    padding:30px;
    border:1px solid rgba(255,255,255,0.08);
}

.woocommerce-tabs .nav-line-bottom>li>a{
    color:#d1d5db;
}

.woocommerce-tabs .nav-line-bottom>li.active>a{
    color:#fff;
}

/* RELATED PRODUCTS */

.related.products{
    margin-top:40px;
}

.related.products h2{
    color:#fff;
    font-size:32px;
    margin-bottom:25px;
}

/* PRODUCT CARD */

.product-small.box{
    background:#0c1227;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s;
}

.product-small.box:hover{
    transform:translateY(-6px);
    border-color:#b84dff;
}

.product-small .box-text{
    padding:20px;
}

.product-small .woocommerce-Price-amount{
    color:#fff;
}

/* REMOVE OLD STYLE */

.product-container,
.product-main{
    background:none !important;
    padding:0 !important;
}

.summary.entry-summary{
    padding:0 !important;
    margin:0 !important;
}

.product-footer{
    background:none !important;
}



/* =========================
IMAGE SIZE FIX 100% WORKING
========================= */

/* MAIN IMAGE AREA */

.muscle-gallery .woocommerce-product-gallery{
    width:100% !important;
}

.muscle-gallery .woocommerce-product-gallery__wrapper{
    width:100% !important;
}

/* IMAGE FIX */

.muscle-gallery .woocommerce-product-gallery__image{
    width:100% !important;
}

.muscle-gallery .woocommerce-product-gallery__image img{
    width:590px !important;
    height:300px !important;
    object-fit:cover !important;
    border-radius:30px !important;
    display:block !important;
}

/* FLEXSLIDER FIX */

.muscle-gallery .flex-viewport{
    height:auto !important;
    border-radius:30px !important;
    overflow:hidden !important;
}

/* REMOVE SMALL IMAGE */

.muscle-gallery img{
    max-width:100% !important;
}

/* THUMBNAILS */

.flex-control-thumbs{
    display:flex !important;
    gap:15px !important;
    margin-top:20px !important;
    overflow-x:auto !important;
}

.flex-control-thumbs li{
    width:20px !important;
    min-width:120px !important;
}

.flex-control-thumbs img{
    width:20px !important;
    height:85px !important;
    object-fit:cover !important;
    border-radius:16px !important;
    border:2px solid rgba(255,255,255,0.08) !important;
}

/* MOBILE */

@media(max-width:768px){

    .muscle-gallery .woocommerce-product-gallery__image img{
        height:auto !important;
    }

}




/* =========================
SMALL IMAGE COLUMN FIX
========================= */

/* LEFT COLUMN SMALL */

.muscle-gallery{
    width:700px !important;
    max-width:100% !important;
    flex:0 0 700px !important;
    margin:auto !important;
}

/* MAIN IMAGE */

.muscle-gallery .woocommerce-product-gallery__image img{
    width:100% !important;
    height:300px !important;
    object-fit:cover !important;
    border-radius:25px !important;
}

/* FLEX VIEWPORT */

.muscle-gallery .flex-viewport{
    width:100% !important;
    border-radius:25px !important;
    overflow:hidden !important;
}

/* THUMBNAILS */

.flex-control-thumbs{
    width:100% !important;
}

/* RIGHT CONTENT */

.muscle-summary{
    flex:1 !important;
}

/* GRID FIX */

.muscle-grid{
    display:flex !important;
    gap:30px !important;
    align-items:flex-start !important;
}

/* MOBILE */

@media(max-width:768px){

    .muscle-grid{
        flex-direction:column !important;
    }

    .muscle-gallery{
        width:100% !important;
        flex:auto !important;
    }

}




/* =========================
FIX IMAGE TOP SPACE
========================= */

/* MAIN GRID */

.muscle-grid{
    display:flex !important;
    align-items:flex-start !important;
    gap:30px !important;
}

/* LEFT IMAGE COLUMN */

.muscle-gallery{
    width:700px !important;
    max-width:700px !important;
    margin-top:0 !important;
    padding-top:15px !important;
    align-self:flex-start !important;
}

/* REMOVE TOP SPACE */

.muscle-gallery .woocommerce-product-gallery{
    margin-top:0 !important;
    padding-top:0 !important;
}

/* IMAGE BOX */

.muscle-gallery .flex-viewport{
    margin-top:0 !important;
    border-radius:25px !important;
    overflow:hidden !important;
}

/* IMAGE */

.muscle-gallery .woocommerce-product-gallery__image img{
    width:100% !important;
    height:320px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:25px !important;
}

/* RIGHT CONTENT */

.muscle-summary{
    margin-top:0 !important;
    align-self:flex-start !important;
}

/* MOBILE */

@media(max-width:768px){

    .muscle-grid{
        flex-direction:column !important;
    }

    .muscle-gallery{
        width:100% !important;
        max-width:100% !important;
    }

}






/* =========================
FEATURES 3 COLUMN FIX
========================= */

.krunk-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:20px !important;
    margin-top:30px !important;
}

/* EACH ITEM */

.krunk-feature{
    background:#071225;
    padding:18px 20px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-size:18px;
    font-weight:500;
}

/* MOBILE */

@media(max-width:768px){

    .krunk-features{
        grid-template-columns:repeat(2,1fr) !important;
    }

}

@media(max-width:480px){

    .krunk-features{
        grid-template-columns:1fr !important;
    }

}





/* =========================
PREMIUM SMALL FEATURE BOX
========================= */

.krunk-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
    margin-top:25px !important;
}

/* FEATURE ITEM */

.krunk-feature{
    position:relative;
    background:linear-gradient(135deg,#081225,#050d1f);
    border:1px solid rgba(120,90,255,0.18);
    border-radius:18px;
    padding:16px 18px;
    min-height:78px;

    display:flex;
    align-items:center;
    gap:12px;

    color:#fff;
    font-size:15px;
    font-weight:600;
    line-height:1.5;

    transition:all .3s ease;
    overflow:hidden;
}

/* HOVER */

.krunk-feature:hover{
    transform:translateY(-4px);
    border-color:#8b5cf6;
    box-shadow:0 10px 25px rgba(139,92,246,.18);
}

/* ICON */

.krunk-feature::before{
    content:"✓";
    width:34px;
    height:34px;
    min-width:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;
    background:linear-gradient(135deg,#7c3aed,#c026d3);

    color:#fff;
    font-size:16px;
    font-weight:700;

    box-shadow:0 5px 15px rgba(168,85,247,.25);
}

/* REMOVE OLD CHECK */

.krunk-feature br{
    display:none;
}

/* MOBILE */

@media(max-width:768px){

    .krunk-features{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .krunk-feature{
        font-size:14px;
        min-height:72px;
        padding:14px;
    }

}

@media(max-width:480px){

    .krunk-features{
        grid-template-columns:1fr !important;
    }

}





/* ADD TO CART BUTTON WITH ICON */
.single_add_to_cart_button{
    width:300px !important;
    max-width:100% !important;
    height:50px !important;

    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:14px;

    background:linear-gradient(135deg,#7b2cff,#ff2df7) !important;
    color:#fff !important;

    border:none !important;
    border-radius:22px !important;

    font-size:20px !important;
    font-weight:700 !important;
    letter-spacing:.5px;

    box-shadow:0 0 35px rgba(162,82,255,.45);
    transition:all .3s ease;

    position:relative;
}

/* ICON */
.single_add_to_cart_button::before{
    content:"🛒";
    font-size:28px;
    line-height:1;
}

/* HOVER */
.single_add_to_cart_button:hover{
    transform:translateY(-3px);
    opacity:.95;
}







/* EXTRA BOX */
.product-extra-buttons{
    display:flex;
    gap:18px;
    margin-top:25px;
    flex-wrap:wrap;
}

/* VERSION + DATE */
.theme-version,
.theme-updated{
    background:#07142e;
    border:1px solid rgba(120,80,255,.25);
    border-radius:10px;
    padding:10px 15px;
    min-width:150px;
}

/* LABEL */
.theme-version .label,
.theme-updated .label{
    display:block;
    font-size:14px;
    color:#9ea7d8;
    margin-bottom:8px;
}

/* VALUE */
.theme-version .value,
.theme-updated .value{
    font-size:15px;
    font-weight:700;
    color:#fff;
}

/* LIVE DEMO BUTTON */
.live-demo-btn{
    height:60px;
    padding:0 25px;
    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7b2cff,#ff2df7);
    color:#fff !important;

    border-radius:10px;
    text-decoration:none;
    font-size:30px;
    font-weight:300;

    box-shadow:0 0 35px rgba(162,82,255,.35);
    transition:.3s;
}

/* HOVER */
.live-demo-btn:hover{
    transform:translateY(-3px);
    opacity:.95;
}







/* VERSION BOX */
.theme-version{
    position:relative;
    padding:22px 25px 22px 85px !important;

    background:#07142e;
    border:2px solid #ff2df7 !important;
    border-radius:20px;

    box-shadow:0 0 25px rgba(255,45,247,.15);
}

/* VERSION ICON */
.theme-version::before{
    content:"🚀";

    position:absolute;
    left:24px;
    top:50%;
    transform:translateY(-50%);

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:linear-gradient(135deg,#7b2cff,#ff2df7);
    color:#fff;

    font-size:22px;
    box-shadow:0 0 20px rgba(255,45,247,.35);
}

/* UPDATED BOX */
.theme-updated{
    position:relative;
    padding:22px 25px 22px 85px !important;

    background:#07142e;
    border:2px solid #00e676 !important;
    border-radius:20px;

    box-shadow:0 0 25px rgba(0,230,118,.15);
}

/* UPDATED ICON */
.theme-updated::before{
    content:"📅";

    position:absolute;
    left:24px;
    top:50%;
    transform:translateY(-50%);

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:linear-gradient(135deg,#00c853,#00e676);
    color:#fff;

    font-size:22px;
    box-shadow:0 0 20px rgba(0,230,118,.35);
}

/* LIVE DEMO BUTTON */
.live-demo-btn{
    position:relative;

    height:100px;
    padding:0 38px 0 95px !important;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7b2cff,#ff2df7);
    border:2px solid rgba(255,255,255,.12);

    border-radius:22px;

    color:#fff !important;
    text-decoration:none;

    font-size:28px;
    font-weight:700;

    box-shadow:0 0 35px rgba(162,82,255,.35);
}

/* LIVE DEMO ICON */
.live-demo-btn::before{
    content:"🚀";

    position:absolute;
    left:28px;
    top:50%;
    transform:translateY(-50%);

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);

    font-size:24px;
}








/* SMALL LIVE DEMO BUTTON */
.live-demo-btn{
    position:relative;

    height:100px !important;
    padding:0 15px 0 50px !important;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7b2cff,#ff2df7);
    border:2px solid rgba(255,255,255,.12);

    border-radius:20px;

    color:#fff !important;
    text-decoration:none;

    font-size:20px !important;
    font-weight:700;

    box-shadow:0 0 25px rgba(162,82,255,.30);

    min-width:200px;
}

/* ROCKET ICON */
.live-demo-btn::before{
    content:"🚀";

    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);

    font-size:20px;
}




/* PREMIUM LIVE DEMO BUTTON */
.live-demo-btn{
    position:relative;

    width:200px !important;
    height:100px !important;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    padding:0 30px 0 88px !important;

    background:
        linear-gradient(135deg,#7b2cff 0%,#b026ff 45%,#ff2df7 100%);

    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;

    color:#fff !important;
    text-decoration:none;

    font-size:20px !important;
    font-weight:800;
    letter-spacing:.5px;

    overflow:hidden;

    box-shadow:
        0 0 30px rgba(162,82,255,.35),
        inset 0 1px 0 rgba(255,255,255,.12);

    transition:all .35s ease;
}

/* GLOW EFFECT */
.live-demo-btn::after{
    content:"";

    position:absolute;
    top:-50%;
    left:-120%;

    width:120%;
    height:200%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );

    transform:rotate(20deg);
    transition:.7s;
}

/* ROCKET ICON BOX */
.live-demo-btn::before{
    content:"🚀";

    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:rgba(255,255,255,.14);
    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.12);

    font-size:26px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 0 18px rgba(255,255,255,.08);
}

/* TEXT */
.live-demo-btn span{
    position:relative;
    z-index:2;
}

/* EXTERNAL ICON */
.live-demo-btn span::after{
    content:"↗";
    margin-left:12px;
    font-size:20px;
    font-weight:700;
}

/* HOVER */
.live-demo-btn:hover{
    transform:translateY(-4px) scale(1.02);

    box-shadow:
        0 0 45px rgba(255,45,247,.45),
        0 10px 30px rgba(123,44,255,.35);
}

/* SHINE ANIMATION */
.live-demo-btn:hover::after{
    left:130%;
}





/* SIMPLE PRODUCT TABS */
.woocommerce-tabs{
    margin-top:20px;
}

/* TAB MENU */
.woocommerce-tabs .tabs{
    display:flex;
    gap:10px;

    border:none !important;
    padding:0 !important;
}

/* TAB BOX */
.woocommerce-tabs .tabs li{
    list-style:none;

    background:#07142e !important;
    border:1px solid rgba(255,255,255,.08) !important;

    border-radius:10px !important;

    transition:.3s ease;
}

/* TAB TEXT */
.woocommerce-tabs .tabs li a{
    display:block;

    padding:10px 30px !important;

    color:#ffffff !important;

    font-size:15px !important;
    font-weight:300 !important;

    text-decoration:none !important;
}

/* ACTIVE TAB */
.woocommerce-tabs .tabs li.active{
    background:#8b3dff !important;

    border-color:#8b3dff !important;

    box-shadow:0 0 20px rgba(139,61,255,.25);
}

/* ACTIVE TEXT */
.woocommerce-tabs .tabs li.active a{
    color:#fff !important;
}

/* HOVER */
.woocommerce-tabs .tabs li:hover{
    transform:translateY(-2px);

    border-color:#8b3dff !important;
}






/* REVIEWS TITLE FIX */
#reviews h2,
.woocommerce-Reviews-title{
    color:#ffffff !important;
    background:none !important;

    font-size:34px !important;
    font-weight:700 !important;

    display:block !important;

    padding:0 !important;
    margin-bottom:20px !important;

    box-shadow:none !important;
    border:none !important;
}

/* REMOVE BLUE HIGHLIGHT */
#reviews h2::selection,
.woocommerce-Reviews-title::selection{
    background:#7b2cff;
    color:#fff;
}





/* REMOVE BLUE BACKGROUND FROM REVIEW TITLE */
.comment-reply-title,
#reply-title,
.woocommerce-Reviews-title{
    background:transparent !important;
    color:#ffffff !important;

    font-size:36px !important;
    font-weight:700 !important;
    line-height:1.4 !important;

    padding:0 !important;
    margin-bottom:25px !important;

    display:block !important;

    box-shadow:none !important;
    border:none !important;
}

/* LABEL FIX */
.comment-form label{
    background:none !important;
    color:#ffffff !important;

    font-size:18px !important;
    font-weight:600 !important;

    padding:0 !important;
}

/* REMOVE TEXT SELECTION COLOR */
.comment-reply-title::selection,
.comment-form label::selection{
    background:#7b2cff;
    color:#fff;
}




/* REVIEW TEXTAREA */
.woocommerce-Reviews textarea{
    width:100% !important;
    min-height:220px !important;
	
	
	
	
	
	
	
	
	

    background:#07142e !important;
    color:#ffffff !important;

    border:2px solid rgba(123,44,255,.25) !important;
    border-radius:24px !important;

    padding:24px !important;

    font-size:18px !important;
    line-height:1.7 !important;

    box-shadow:
        inset 0 0 15px rgba(255,255,255,.03),
        0 0 25px rgba(123,44,255,.12);

    transition:.3s ease;
}

/* FOCUS EFFECT */
.woocommerce-Reviews textarea:focus{
    border-color:#ff2df7 !important;

    box-shadow:
        0 0 35px rgba(255,45,247,.25),
        inset 0 0 15px rgba(255,255,255,.03);

    outline:none !important;
}

/* PLACEHOLDER */
.woocommerce-Reviews textarea::placeholder{
    color:#8f9bd1 !important;
    font-size:16px;
}

/* SUBMIT BUTTON */
.woocommerce-Reviews button,
.woocommerce #review_form #respond .form-submit input{
    height:60px !important;
    min-width:180px !important;

    background:linear-gradient(135deg,#7b2cff,#ff2df7) !important;
    color:#ffffff !important;

    border:none !important;
    border-radius:18px !important;

    font-size:20px !important;
    font-weight:700 !important;
    letter-spacing:.5px;

    padding:0 35px !important;

    box-shadow:
        0 0 30px rgba(162,82,255,.30),
        inset 0 1px 0 rgba(255,255,255,.1);

    transition:.3s ease;
}

/* BUTTON ICON */
.woocommerce-Reviews button::before,
.woocommerce #review_form #respond .form-submit input::before{
    content:"✈ ";
}

/* BUTTON HOVER */
.woocommerce-Reviews button:hover,
.woocommerce #review_form #respond .form-submit input:hover{
    transform:translateY(-3px);

    box-shadow:
        0 0 40px rgba(255,45,247,.4),
        0 10px 30px rgba(123,44,255,.25);
}









.product-meta-grid{
    margin-top:25px;
}

.meta-card{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
    text-decoration:none;
}

.meta-icon{
    font-size:22px;
    width:26px;
    text-align:center;
    flex-shrink:0;
}

.meta-content{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.meta-content span{
    color:#ffffff;
    font-size:18px;
    font-weight:500;
    margin:0;
    line-height:1.4;
}

.meta-content strong{
    color:#ffffff;
    font-size:18px;
    font-weight:800;
    line-height:1.4;
}

/* Live Preview */
.preview-card strong{
    color:#c084fc;
    transition:.3s;
}

.preview-card:hover strong{
    color:#ff00c8;
}








/* ===== GPLGOOD PREMIUM TABLE ===== */

table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 14px;
    background:transparent;
}

/* HEADER */
table thead th{
    background:#081225;
    color:#fff;

    padding:22px 20px;

    font-size:16px;
    font-weight:700;

    text-transform:uppercase;

    border:none;
}

/* ROUND HEADER */
table thead th:first-child{
    border-radius:18px 0 0 18px;
}

table thead th:last-child{
    border-radius:0 18px 18px 0;
}

/* ROW */
table tbody tr{
    background:linear-gradient(
        80deg,
        #07111f,
        #09152b
    );

    transition:.3s ease;

    box-shadow:
    0 8px 20px rgba(0,0,0,.25);

    border-radius:18px;
}

/* HOVER */
table tbody tr:hover{
    transform:translateY(-4px);

    background:linear-gradient(
        90deg,
        rgba(147,51,234,.12),
        rgba(255,0,200,.06)
    );

    box-shadow:
    0 10px 35px rgba(147,51,234,.18);
}

/* TABLE DATA */
table tbody td{
    padding:18px 20px;

    vertical-align:middle;

    border:none;

    color:#fff;

    font-size:15px;
}

/* ROUND CORNERS */
table tbody td:first-child{
    border-radius:18px 0 0 18px;
}

table tbody td:last-child{
    border-radius:0 18px 18px 0;
}

/* IMAGES */
table img{
    width:100px;
    height:64px;

    object-fit:cover;

    border-radius:12px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;
}

/* IMAGE HOVER */
table tbody tr:hover img{
    transform:scale(1.04);
}

/* TITLE */
table td a{
    color:#fff;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    line-height:1.5;

    transition:.3s;
}

table td a:hover{
    color:#c084fc;
}

/* DATE */
table td:nth-child(3){
    color:#d18cff;

    font-weight:600;
}

/* PRICE */
.price,
.amount{
    color:#19ffb3;

    font-size:18px;

    font-weight:800;
}

/* DOWNLOAD BUTTON */
.download-btn,
table .button,
table button,
table input[type="submit"]{

    width:50px;
    height:50px;

    border:none;

    border-radius:16px;

    background:linear-gradient(
        135deg,
        #9333ea,
        #ff00c8
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:18px;

    box-shadow:
    0 10px 25px rgba(255,0,200,.25);

    transition:.3s;
}

/* BUTTON HOVER */
.download-btn:hover,
table .button:hover,
table button:hover{
    transform:scale(1.08);

    box-shadow:
    0 12px 30px rgba(255,0,200,.35);
}

/* PAGINATION */
.pagination,
.page-numbers{
    margin-top:35px;

    text-align:center;
}

/* PAGINATION BUTTON */
.page-numbers a,
.page-numbers span{

    width:44px;
    height:44px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin:0 5px;

    border-radius:14px;

    background:#091225;

    color:#fff;

    text-decoration:none;

    transition:.3s;
}

/* ACTIVE */
.page-numbers .current{
    background:linear-gradient(
        135deg,
        #9333ea,
        #ff00c8
    );

    box-shadow:
    0 8px 20px rgba(255,0,200,.25);
}

/* MOBILE */
@media(max-width:768px){

table{
    display:block;
    overflow-x:auto;
}

table td,
table th{
    min-width:160px;
}

table img{
    width:80px;
    height:54px;
}

}







/* SMALL COMPACT TABLE DESIGN */

table{
    border-spacing:0 8px !important;
}

/* ROW */
table tbody tr{
    height:90px !important;
}

/* TD */
table tbody td{
    padding:12px 16px !important;

    font-size:14px !important;
}

/* IMAGE SMALL */
table img{
    width:80px !important;

    height:50px !important;

    border-radius:10px !important;
}

/* TITLE SMALL */
table td a{
    font-size:15px !important;

    line-height:1.4 !important;

    font-weight:600 !important;
}

/* DATE */
table td:nth-child(3){
    font-size:14px !important;
}
/* PRICE */
.price,
.amount{
    font-size:20px !important;
}


/* DOWNLOAD BUTTON SMALL */
.download-btn,
table .button,
table button{
    width:40px !important;

    height:40px !important;

    border-radius:12px !important;

    font-size:15px !important;
}

/* HEADER SMALL */
table thead th{
    padding:18px 16px !important;

    font-size:14px !important;
}

/* MOBILE */
@media(max-width:768px){

table tbody td{
    padding:10px !important;
}

table img{
    width:60px !important;

    height:40px !important;
}

table td a{
    font-size:13px !important;
}

}







/* MOBILE MENU FIX */

@media(max-width:768px){

/* SIDEBAR MENU */
.mobile-sidebar,
.off-canvas,
.mfp-content,
.nav-sidebar{

    width:280px !important;

    max-width:280px !important;

    background:#060b1f !important;

    padding:20px 0 !important;

    overflow-y:auto !important;

    box-shadow:
    0 0 40px rgba(0,0,0,.45) !important;
}

/* SEARCH BOX */
.mobile-sidebar .searchform,
.off-canvas .searchform{

    padding:0 15px 20px !important;
}

.mobile-sidebar input,
.off-canvas input{

    height:52px !important;

    border-radius:16px !important;

    background:#11182f !important;

    border:1px solid rgba(255,255,255,.08) !important;

    color:#fff !important;

    font-size:15px !important;

    padding:0 18px !important;
}

/* MENU LINKS */
.mobile-sidebar ul li,
.off-canvas ul li{

    border-bottom:1px solid rgba(255,255,255,.05) !important;

    margin:0 !important;
}

.mobile-sidebar ul li a,
.off-canvas ul li a{

    display:flex !important;

    align-items:center !important;

    padding:16px 20px !important;

    color:#fff !important;

    font-size:16px !important;

    font-weight:700 !important;

    text-transform:uppercase !important;

    letter-spacing:.3px !important;

    transition:.3s ease !important;
}

/* HOVER */
.mobile-sidebar ul li a:hover,
.off-canvas ul li a:hover{

    background:linear-gradient(
        90deg,
        rgba(147,51,234,.18),
        rgba(255,0,200,.12)
    ) !important;

    color:#ff4dff !important;

    padding-left:28px !important;
}

/* ACTIVE MENU */
.mobile-sidebar .current-menu-item a,
.off-canvas .current-menu-item a{

    color:#ff4dff !important;

    background:rgba(147,51,234,.15) !important;

    border-left:3px solid #ff00c8 !important;
}

/* CLOSE BUTTON */
.mfp-close,
.off-canvas-close{

    color:#fff !important;

    font-size:30px !important;

    opacity:1 !important;
}

/* REMOVE EXTRA WIDTH ISSUE */
html,
body{
    overflow-x:hidden !important;
}

}









/* MOBILE SEARCH FIX */

@media(max-width:768px){

/* SEARCH WRAPPER */
.searchform,
.header-search-form{

    display:block !important;

    position:relative !important;

    width:100% !important;

    padding:14px 15px !important;

    background:#070d22 !important;

    z-index:999 !important;
}

/* INPUT */
.searchform input,
.header-search-form input,
.search-field{

    width:100% !important;

    height:52px !important;

    background:#1a2238 !important;

    border:1px solid rgba(255,255,255,.08) !important;

    border-radius:18px !important;

    color:#fff !important;

    font-size:15px !important;

    padding:0 55px 0 18px !important;

    opacity:1 !important;

    visibility:visible !important;
}

/* PLACEHOLDER */
.searchform input::placeholder,
.search-field::placeholder{

    color:#a7b0cf !important;
}

/* SEARCH ICON */
.searchform button,
.search-submit{

    position:absolute !important;

    right:28px !important;

    top:50% !important;

    transform:translateY(-50%) !important;

    background:none !important;

    border:none !important;

    color:#fff !important;

    font-size:18px !important;

    z-index:99 !important;
}

/* FIX HIDDEN ISSUE */
.searchform,
.searchform *{

    opacity:1 !important;

    visibility:visible !important;
}

}