
/* ==========================================================
   SHOPEX PRO
   MEGA MENU
========================================================== */

/* Wrapper */

.shopex-mega-menu{

    position:absolute;

    top:100%;

    left:0;

    width:100%;

    min-width:1150px;

    background:#ffffff;

    border-radius:0 0 10px 10px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

    opacity:0;

    visibility:hidden;

    transform:translateY(15px);

    transition:.30s ease;

    z-index:999;

}

/* Hover */

.shopex-categories:hover .shopex-mega-menu{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

/* Main */

.shopex-mega-inner{

    display:grid;

    grid-template-columns:260px 1fr;

    min-height:420px;

}

/* ==========================================================
   LEFT CATEGORY
========================================================== */

.shopex-mega-left{

    background:#fafafa;

    border-right:1px solid #ececec;

    padding:15px 0;

}

.shopex-parent-item{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 22px;

    cursor:pointer;

    transition:.25s;

    font-size:15px;

    color:#222;

}

.shopex-parent-item i{

    width:20px;

    color:#ff9900;

    font-size:16px;

}

.shopex-parent-item:hover,

.shopex-parent-item.active{

    background:#ffffff;

    color:#ff9900;

    font-weight:600;

}

/* ==========================================================
   CONTENT
========================================================== */

.shopex-mega-content{

    background:#ffffff;

    padding:28px;

    overflow:hidden;

}

.shopex-mega-panel{

    width:100%;

}

.shopex-mega-grid{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:35px;

}

/* ==========================================================
   SUB CATEGORY
========================================================== */

.shopex-subcategories h4{

    margin:0 0 18px;

    font-size:18px;

    color:#111;

}

.shopex-subcategories a{

    display:block;

    padding:8px 0;

    text-decoration:none;

    color:#555;

    transition:.20s;

}

.shopex-subcategories a:hover{

    color:#ff9900;

    padding-left:8px;

}

/* ==========================================================
   RIGHT SIDE
========================================================== */

.shopex-mega-right{

    display:flex;

    flex-direction:column;

    gap:22px;

}



/* ==========================================================
   TRENDING
========================================================== */

.shopex-trending-searches{

    background:#fafafa;

    padding:18px;

    border-radius:8px;

}

.shopex-trending-searches h4{

    margin:0 0 12px;

    font-size:16px;

}

.shopex-trending-searches ul{

    margin:0;

    padding:0;

    list-style:none;

}

.shopex-trending-searches li{

    margin-bottom:8px;

}

.shopex-trending-searches a{

    text-decoration:none;

    color:#555;

    transition:.20s;

}

.shopex-trending-searches a:hover{

    color:#ff9900;

}

/* ==========================================================
   FEATURED PRODUCTS
========================================================== */

.shopex-featured-products{

    background:#ffffff;

    border:1px solid #eeeeee;

    border-radius:8px;

    padding:18px;

}

.shopex-featured-products p{

    margin:0;

    font-size:15px;

    font-weight:600;

    color:#111;

}

/* ==========================================================
   SCROLL
========================================================== */

.shopex-mega-left::-webkit-scrollbar{

    width:6px;

}

.shopex-mega-left::-webkit-scrollbar-thumb{

    background:#dddddd;

    border-radius:20px;

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:1200px){

    .shopex-mega-menu{

        min-width:980px;

    }

}

@media(max-width:991px){

    .shopex-mega-menu{

        display:none;

    }

}



.shopex-category-banner{

    position:relative;

    width:100%;

    height:320px;

    overflow:hidden;

    border-radius:16px;

    background:#f8f8f8;

    display:flex;

}

.shopex-category-banner img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    display:block;

}

.shopex-banner-overlay{

    position:absolute;

    inset:0;

    padding:24px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:flex-start;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.50),
        rgba(0,0,0,.08)
    );

}

.shopex-banner-badge{

    display:inline-block;

    background:#ff4d4f;

    color:#fff;

    padding:5px 12px;

    border-radius:20px;

    font-size:12px;

    margin-bottom:10px;

}



.shopex-banner-overlay h4{

    margin:0;

    font-size:26px;

}

.shopex-banner-overlay h2{

    margin:10px 0;

    font-size:22px;

}

.shopex-banner-overlay p{

    margin-bottom:15px;

    color:#666;

}



.shopex-banner-btn{

    display:inline-block;

    padding:10px 18px;

    background:#111;

    color:#fff;

    border-radius:6px;

    text-decoration:none;

}




/* =========================
Banner Buttons
========================= */

.shopex-banner-buttons{

    display:flex;

    gap:12px;

    margin-top:10px;

    align-items:center;

}

.shopex-shop-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:150px;

    height:46px;

    padding:0 28px;

    background:#ff6a00;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;

    transition:.30s;

}

.shopex-shop-btn:hover{

    background:#111;

    color:#fff;

}

.shopex-cart-btn{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#111;

    text-decoration:none;

}

.shopex-cart-btn:hover{

    background:#ff6a00;

    color:#fff;

}


/* ==========================================================
SHOPEX PRO PREMIUM BANNER
========================================================== */

.shopex-category-banner{

    position:relative;

    width:100%;

    height:320px;

    overflow:hidden;

    border-radius:16px;

    background:#f8f8f8;

    flex-shrink:0;

}

.shopex-category-banner img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    display:block;

}

.shopex-banner-overlay{

    position:absolute;

    inset:0;

    padding:30px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:flex-start;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.12)
    );

    color:#fff;

}

.shopex-banner-buttons{

    display:flex;

    align-items:center;

    gap:10px;

    margin-top:10px;

}

.shopex-shop-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:12px 24px;

    background:#ff6a00;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

}

.shopex-cart-btn{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#111;

    border-radius:50%;

    text-decoration:none;

}

/*==================================
PREMIUM MEGA BANNER FINAL
==================================*/

.shopex-category-banner{

    position:relative;

    width:100%;

    height:320px;

    overflow:hidden;

    border-radius:16px;

    background:#f5f5f5;

}

.shopex-category-banner img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    display:block;

}

.shopex-banner-overlay{

    position:absolute;

    inset:0;

    padding:24px;

    display:flex;

    flex-direction:column;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.58),
        rgba(0,0,0,.18)
    );

}

/* Top */

.shopex-banner-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    width:100%;

}

.shopex-banner-badge{

    background:#ff4d4f;

    color:#fffff;

    padding:6px 14px;

    border-radius:30px;

}

.shopex-banner-offer{

    margin-left:auto;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:8px 18px;

    background:linear-gradient(135deg,#ff9a00,#ff2d00);

    color:#fff;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    box-shadow:0 10px 24px rgba(255,106,0,.35);

}


.shopex-banner-badge{

    background:#ff4d4f;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

.shopex-banner-offer{

    color:#fff;

    font-size:14px;

    font-weight:600;

}

/* Middle */

.shopex-banner-middle{

    margin-top:22px;

}

.shopex-banner-middle h3{

    margin:0 0 10px;

    color:#fff;

    font-size:30px;

    font-weight:700;

    line-height:1.2;

}

.shopex-banner-middle p{

    margin:0;

    max-width:230px;

    color:rgba(255,255,255,.90);

    line-height:1.6;

    font-size:14px;

}

/* Bottom */

.shopex-banner-bottom{

    margin-top:auto;

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:12px;

}

/* Button */

.shopex-shop-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    background:#ff6a00;

    color:#fff;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.shopex-shop-btn:hover{

    background:#111;

    color:#fff;

}

.shopex-cart-btn{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#111;

    text-decoration:none;

    transition:.3s;

}

.shopex-cart-btn:hover{

    background:#ff6a00;

    color:#fff;

}
