/*your custom css goes here*/

.wm-home-bg{
    background:#f6f7fb;
}

.wm-rounded-12{
    border-radius:12px;
    overflow:hidden;
}

.wm-rounded-10{
    border-radius:10px;
    overflow:hidden;
}

.wm-five-cols .wm-cat-tile{
    flex:1 1 20%;
    max-width:20%;
}

.wm-cat-tile{
    display:block;
    text-align:center;
    padding:4px 2px;
}

.wm-cat-icon{
    width:48px;
    height:48px;
    margin:0 auto;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 1px 8px rgba(0,0,0,.06);
}

.wm-cat-icon img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.wm-cat-name{
    font-size:12px;
    margin-top:6px;
    opacity:.85;
}

.wm-section-title{
    font-size:16px;
    font-weight:700;
    color:#111;
}

.wm-simple-card{
    background:#fff;
    border-radius:12px;
    padding:8px;
    box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.wm-product-card{
    background:#fff;
    border-radius:12px;
    padding:10px;
    box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.wm-price{
    font-size:16px;
    font-weight:700;
    color:#f39c12;
    line-height:1.2;
}

.wm-meta{
    font-size:12px;
    opacity:.65;
    margin-top:4px;
}

.wm-name{
    font-size:13px;
    font-weight:600;
    margin-top:6px;
    line-height:1.3;
    height:34px;
    overflow:hidden;
}

.wm-shop-card{
    background:#fff;
    border-radius:12px;
    padding:10px;
    display:flex;
    align-items:center;
    box-shadow:0 1px 10px rgba(0,0,0,.06);
    margin-bottom:10px;
}

.wm-shop-left{
    width:52px;
    flex:0 0 52px;
    margin-right:10px;
}

.wm-shop-avatar{
    width:52px;
    height:52px;
    border-radius:26px;
    object-fit:cover;
    background:#f3f4f6;
}

.wm-shop-mid{
    flex:1 1 auto;
    min-width:0;
}

.wm-shop-name{
    font-weight:700;
    font-size:14px;
}

.wm-shop-meta{
    font-size:12px;
    opacity:.65;
    margin-top:4px;
}

.wm-shop-right{
    margin-left:10px;
}

.wm-shop-btn{
    border-radius:999px;
    padding:6px 10px;
}

.wm-download-card{
    background:#fff;
    border-radius:14px;
    padding:16px;
    position:relative;
    overflow:hidden;
    box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.wm-download-title{
    font-size:18px;
    font-weight:800;
}

.wm-download-subtitle{
    font-size:13px;
    opacity:.7;
    margin-top:6px;
}

.wm-download-btn{
    flex:1 1 0;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(0,0,0,.2);
    border-radius:8px;
    padding:10px 8px;
    color:#111;
    text-decoration:none;
    background:#fff;
}

.wm-download-btn i{
    font-size:18px;
    margin-right:6px;
}

.wm-mobile-footer{
    background:#1f1f1f;
    border-radius:14px;
    overflow:hidden;
    color:#fff;
}

.wm-mobile-footer-top{
    padding:16px;
}

.wm-footer-title{
    font-size:18px;
    font-weight:800;
}

.wm-footer-subtitle{
    font-size:12px;
    opacity:.8;
    margin-top:6px;
}

.wm-footer-input{
    border-radius:10px;
    height:44px;
}

.wm-footer-submit{
    border-radius:10px;
    height:44px;
    font-weight:700;
}

.wm-mobile-footer-links{
    padding:16px;
    border-top:1px solid rgba(255,255,255,.08);
}

.wm-footer-group{
    font-size:14px;
    font-weight:700;
    color:#f39c12;
    margin-bottom:10px;
}

.wm-footer-link{
    display:block;
    color:rgba(255,255,255,.86);
    text-decoration:none;
    padding:6px 0;
    font-size:13px;
}

.wm-mobile-footer-bottom{
    padding:14px 16px 18px;
    border-top:1px solid rgba(255,255,255,.08);
    font-size:12px;
}

.wm-back-to-top{
    position:fixed;
    right:14px;
    bottom:92px;
    width:44px;
    height:44px;
    border:none;
    border-radius:22px;
    background:#f39c12;
    color:#fff;
    display:none;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
    z-index:1060;
}

@media (min-width: 992px){
    .wm-home-header{
        border-bottom:0 !important;
        box-shadow:none !important;
    }
    .wm-home-header .logo-bar-area{
        background:#fff;
        border-bottom:0;
    }
    .wm-home-header .logo-bar-area .container{
        padding-top:10px;
        padding-bottom:10px;
    }
    .wm-home-header .logo-bar-area .input-group .form-control{
        height:38px;
        border:1px solid #e6e8eb;
        border-right:0;
        border-radius:4px 0 0 4px;
        box-shadow:none;
    }
    .wm-home-header .logo-bar-area .input-group-append .btn{
        height:38px;
        padding-left:18px;
        padding-right:18px;
        border-radius:0 4px 4px 0;
        background:#f3c04d;
        border:1px solid #f3c04d;
        color:#fff;
    }
    .wm-home-nav-bar{
        background:#fff;
        border-top:1px solid #e6e8eb;
        border-bottom:1px solid #e6e8eb;
    }
    .wm-home-nav-bar .container{
        display:flex;
        align-items:center;
    }
    .wm-home-nav-bar ul{
        flex:1 1 auto;
        display:flex;
        align-items:center;
        gap:18px;
        white-space:nowrap;
        overflow:hidden;
    }
    .wm-home-nav-item{
        margin-right:0;
        padding:0;
    }
    .wm-home-nav-link{
        display:inline-block;
        padding:12px 0;
        font-size:14px;
        font-weight:600;
        color:#111;
        opacity:1;
        text-decoration:none;
    }
    .wm-home-nav-link:hover{
        opacity:1;
        text-decoration:none;
    }

    .wm-home-tools{
        display:flex;
        align-items:center;
        gap:18px;
    }
    .wm-home-tool{
        position:relative;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        min-width:54px;
        text-decoration:none;
        color:#111;
        opacity:.85;
    }
    .wm-home-avatar{
        width:20px;
        height:20px;
        object-fit:cover;
        display:block;
    }
    .wm-home-tool:hover{
        opacity:1;
        text-decoration:none;
    }
    .wm-home-tool i{
        font-size:20px;
        line-height:1;
    }
    .wm-home-tool .t{
        margin-top:6px;
        font-size:11px;
        line-height:1;
        white-space:nowrap;
    }
    .wm-home-badge{
        position:absolute;
        right:8px;
        top:-6px;
        min-width:18px;
        height:18px;
        padding:0 5px;
        border-radius:999px;
        background:var(--primary);
        color:#fff;
        font-size:11px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .wm-home-tool-flag{
        min-width:28px;
    }
    .wm-home-tool-flag img{
        display:block;
    }
    .wm-home-hero{
        background:#e9ecef;
    }
    .wm-home-hero-carousel{
        margin:0;
    }
    .wm-home-hero-carousel .carousel-box > a{
        position:relative;
    }
    .wm-hero-caption{
        position:absolute;
        left:6%;
        top:50%;
        transform:translateY(-50%);
        max-width:52%;
        color:#111;
        pointer-events:none;
    }
    .wm-hero-badge{
        display:inline-flex;
        align-items:center;
        gap:6px;
        padding:6px 12px;
        border-radius:999px;
        background:rgba(255,255,255,.86);
        border:1px solid rgba(0,0,0,.06);
        font-size:12px;
        font-weight:700;
        letter-spacing:.2px;
    }
    .wm-hero-title{
        margin-top:12px;
        font-size:42px;
        font-weight:900;
        line-height:1.1;
        text-shadow:0 10px 30px rgba(0,0,0,.08);
    }
    .wm-hero-cta{
        display:inline-flex;
        align-items:center;
        margin-top:16px;
        padding:10px 16px;
        border-radius:10px;
        background:#f3c04d;
        color:#fff;
        font-weight:800;
        font-size:13px;
        box-shadow:0 10px 24px rgba(0,0,0,.12);
    }
    .wm-home-hero-img{
        height:520px;
        object-fit:cover;
    }
    .wm-home-hero .slick-prev,
    .wm-home-hero .slick-next{
        width:40px;
        height:40px;
        border-radius:20px;
        background:rgba(255,255,255,.7);
        box-shadow:0 6px 18px rgba(0,0,0,.12);
    }
    .wm-home-hero .slick-prev:hover,
    .wm-home-hero .slick-next:hover{
        background:rgba(255,255,255,.9);
    }
    .wm-home-hero .slick-prev{
        left:16px;
        z-index:2;
    }
    .wm-home-hero .slick-next{
        right:16px;
        z-index:2;
    }
    .wm-home-hero .slick-dots{
        bottom:10px;
    }

    .wm-home-block-head{
        position:relative;
        text-align:center;
        padding-bottom:14px;
        margin-bottom:18px;
    }
    .wm-home-block-head:after{
        content:'';
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:1px;
        background:#eef0f2;
    }
    .wm-home-block-title{
        position:relative;
        display:inline-block;
        font-size:26px;
        font-weight:900;
        color:#111;
        padding-bottom:6px;
        line-height:1.15;
        max-width:70%;
    }
    .wm-home-block-title:after{
        content:'';
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:-9px;
        width:74px;
        height:3px;
        border-radius:2px;
        background:var(--primary);
    }
    .wm-home-block-actions{
        position:absolute;
        right:0;
        top:0;
        display:flex;
        align-items:center;
        gap:10px;
    }
    .wm-home-block-actions .btn{
        border-radius:999px;
        padding-left:14px;
        padding-right:14px;
    }
    .wm-home-block-actions .aiz-count-down{
        margin:0;
    }

    .wm-home-cat-tile{
        position:relative;
        overflow:hidden;
        background:#f2f3f5;
    }
    .wm-home-cat-tile-lg{
        height:360px;
    }
    .wm-home-cat-tile-sm{
        height:175px;
    }
    .wm-home-cat-tile img{
        transition:transform .35s ease;
    }
    .wm-home-cat-tile:hover img{
        transform:scale(1.03);
    }
    .wm-home-cat-overlay{
        position:absolute;
        right:16px;
        top:14px;
        text-align:right;
        color:#111;
        max-width:75%;
        background:rgba(255,255,255,.72);
        backdrop-filter:blur(6px);
        border-radius:12px;
        padding:10px 12px;
    }
    .wm-home-cat-title{
        display:block;
        font-size:26px;
        font-weight:900;
        line-height:1.15;
    }
    .wm-home-cat-tile-sm .wm-home-cat-overlay{
        right:12px;
        top:10px;
        max-width:85%;
        padding:8px 10px;
    }
    .wm-home-cat-tile-sm .wm-home-cat-title{
        font-size:18px;
        font-weight:900;
    }

    .wm-home-hotcat-tile{
        background:#fff;
        border:1px solid #eef0f2;
        border-radius:14px;
        padding:16px 12px;
        text-align:center;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        height:130px;
        transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }
    .wm-home-hotcat-tile:hover{
        border-color:#e1e5e9;
        box-shadow:0 10px 24px rgba(0,0,0,.08);
        transform:translateY(-2px);
        text-decoration:none;
    }
    .wm-home-hotcat-icon{
        width:72px;
        height:72px;
        margin-left:auto;
        margin-right:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background:#fff;
        border-radius:18px;
    }
    .wm-home-hotcat-icon img{
        display:block;
        width:56px;
        height:56px;
        object-fit:contain;
    }
    .wm-home-hotcat-name{
        margin-top:12px;
        font-size:13px;
        font-weight:700;
        color:#111;
        max-width:100%;
    }

    .wm-home-hero-carousel,
    .wm-home-hero-carousel .slick-list,
    .wm-home-hero-carousel .slick-track,
    .wm-home-hero-carousel .slick-slide,
    .wm-home-hero-carousel .slick-slide > div,
    .wm-home-hero-carousel .carousel-box{
        height:620px !important;
    }
}

@media (max-width: 991.98px){
    .wm-home-header{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1020;
        background: #fff;
        width: 100%;
        padding-bottom: 10px;
    }
    .aiz-main-wrapper {
        padding-top: var(--wm-mobile-header-offset, 0px);
    }
    .wm-mobile-topbar{
        min-height:44px;
        padding-top:6px;
        padding-bottom:6px;
    }
    .wm-mobile-logo{
        height:34px;
        width:auto;
        display:block;
    }
    .wm-mobile-topbar-btn{
        height:34px;
        min-width:34px;
        padding:0 6px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .wm-mobile-flag{
        display:block;
    }

    .wm-home-slider .carousel-box > a{
        position:relative;
        display:block;
    }
    .wm-home-slider .wm-hero-caption{
        position:absolute;
        left:12px;
        right:12px;
        bottom:12px;
        top:auto;
        transform:none;
        max-width:none;
        color:#fff;
        z-index:2;
        pointer-events:none;
    }
    .wm-home-slider .wm-hero-badge{
        display:inline-flex;
        align-items:center;
        padding:4px 10px;
        border-radius:999px;
        background:rgba(0,0,0,.35);
        border:1px solid rgba(255,255,255,.16);
        font-size:11px;
        font-weight:700;
        letter-spacing:.2px;
        backdrop-filter:blur(6px);
    }
    .wm-home-slider .wm-hero-title{
        margin-top:8px;
        font-size:18px;
        font-weight:900;
        line-height:1.2;
        text-shadow:0 10px 22px rgba(0,0,0,.35);
    }
    .wm-home-slider .wm-hero-cta{
        display:inline-flex;
        align-items:center;
        margin-top:10px;
        padding:8px 12px;
        border-radius:10px;
        background:rgba(243,192,77,.95);
        color:#111;
        font-weight:900;
        font-size:12px;
        box-shadow:0 10px 24px rgba(0,0,0,.18);
    }
}

.wm-home-hero-carousel .carousel-box{
    height:620px;
}
.wm-home-hero-carousel .carousel-box > a{
    display:block;
    height:100%;
}
.wm-home-hero-img{
    height:100% !important;
    object-fit:cover;
}

@media (min-width: 992px){
    body.wm-force-seller-mobile .top-navbar,
    body.wm-force-seller-mobile header.z-1020,
    body.wm-force-seller-mobile footer,
    body.wm-force-seller-mobile .aiz-mobile-bottom-nav{
        display:none !important;
    }
    body.wm-force-seller-mobile{
        padding-bottom: calc(90px + env(safe-area-inset-bottom));
    }
    body.wm-force-seller-mobile .wm-seller-bottom-nav.d-lg-none{
        display:flex !important;
    }
    body.wm-force-seller-mobile .d-lg-block,
    body.wm-force-seller-mobile .d-lg-flex,
    body.wm-force-seller-mobile .d-lg-inline-block,
    body.wm-force-seller-mobile .d-lg-inline-flex,
    body.wm-force-seller-mobile .d-lg-table,
    body.wm-force-seller-mobile .d-lg-table-cell{
        display:none !important;
    }
    body.wm-force-seller-mobile .d-lg-none.d-flex{
        display:flex !important;
    }
    body.wm-force-seller-mobile .d-lg-none.d-inline-flex{
        display:inline-flex !important;
    }
    body.wm-force-seller-mobile .d-lg-none.d-inline-block{
        display:inline-block !important;
    }
    body.wm-force-seller-mobile .d-lg-none.d-block{
        display:block !important;
    }
    body.wm-force-seller-mobile .d-lg-none{
        display:block !important;
    }
}
