/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.jkit-post-category a {
    pointer-events: none !important;
}
.iconaudio img {position: relative;top: 7px;margin-right: 7px;}

.disable_click a {
    pointer-events: none;
}


/* ================================
   MY ACCOUNT - PROFESSIONAL DESIGN
================================= */

.woocommerce {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}

.woocommerce::after,
.woocommerce::before {
    content: "";
    display: table;
    clear: both;
}

/* Layout */
.woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 27%;
    background: #0f0f0f;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 24px 0;
    box-shadow: 0 12px 35px rgba(0,0,0,0.28);
}

.woocommerce .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    background: #111111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.28);
}

/* Sidebar menu */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 16px 24px;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a br {
    display: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(255,255,255,0.04);
    color: #ffffff;
    border-left: 3px solid #ff5a1f;
    padding-left: 28px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(90deg, rgba(255,90,31,0.18), rgba(255,90,31,0.04));
    color: #ffffff;
    border-left: 3px solid #ff5a1f;
    font-weight: 700;
}

/* Content headings */
.woocommerce-MyAccount-content h3 {
    margin: 0 0 28px;
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.woocommerce-MyAccount-content h4 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
}

/* Music library grid */
.my-music-library {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

/* Music card */
.music-item {
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 22px 22px 18px;
    margin-bottom: 0 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.music-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255,90,31,0.35);
    box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

/* Optional label before title */
.music-item h4::before {
    content: "Track";
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
}

/* Audio */
.music-item audio {
    width: 100%;
    border-radius: 12px;
    background: #ffffff;
    outline: none;
}

/* Notices and text */
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content li,
.woocommerce-MyAccount-content span,
.woocommerce-MyAccount-content label {
    color: #d6d6d6;
    font-size: 15px;
    line-height: 1.7;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button {
    background: #ff5a1f !important;
    color: #ffffff !important;
    border-radius: 10px;
    padding: 12px 20px;
    border: none !important;
    font-weight: 700;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .button:hover {
    background: #ff6f3d !important;
    transform: translateY(-1px);
}

/* Tables and forms */
.woocommerce table.shop_table,
.woocommerce form,
.woocommerce .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce-customer-details {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    color: #fff;
}

/*addresstab*/

header.woocommerce-Address-title.title h2 {
    font-size: 13px;
    text-align: center;
    padding-top: 10%;
}

address {
    padding: 12px;
}

header.woocommerce-Address-title.title {
    padding: 3%;
}

.woocommerce-account .addresses .title .edit {
    float: unset;
    display: block;
    text-align: center;
    padding: 0px !important;
    line-height: 3px;
}

/*checkoutpage*/

.woocommerce {
    max-width: unset !important;
    padding: unset !important;
}

form.checkout.woocommerce-checkout {
    padding: 17px !important;
    margin-bottom: 5% !important;
}


.woocommerce-message {
    display: none;
}



/* Mobile */
@media (max-width: 991px) {
    .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        margin-bottom: 24px;
    }

    .woocommerce .woocommerce-MyAccount-content {
        padding: 24px 20px;
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 28px;
    }

    .woocommerce-MyAccount-content h4 {
        font-size: 20px;
    }
}

/* Small mobile */
@media (max-width: 576px) {
    .woocommerce {
        padding: 20px 12px;
    }

    .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-content {
        border-radius: 14px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 14px 18px;
        font-size: 15px;
    }

    .music-item {
        padding: 18px;
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 24px;
    }
}



/*sample*/

.audio-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99999;
    justify-content:center;
    align-items:center;
}

.audio-popup-content{
    background:#fff;
    padding:20px;
    border-radius:10px;
    width:400px;
    max-width:90%;
    position:relative;
    text-align:center;
}

.audio-popup-close{
    position:absolute;
    right:12px;
    top:8px;
    font-size:24px;
    cursor:pointer;
    color:#000;
}

.sample-audio{
    cursor:pointer;
}

.audio-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:9999;
justify-content:center;
align-items:center;
}

.audio-popup-content{
background:#fff;
padding:20px;
border-radius:10px;
width:350px;
position:relative;
}

.audio-popup-close{
position:absolute;
top:5px;
right:10px;
font-size:25px;
cursor:pointer;
}





button.sample-audio-btn {
    color: #f36f21;
    background: transparent;
    padding: 0;
}
button.sample-audio-btn:hover {
    background: transparent;
    color: #fff;
}
.track-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.track-row a {
    width: 100%;
}


