@charset "UTF-8";
*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none!important
}
.menu-container{
    display:flex;
    gap:2rem;
    justify-content:flex-start
}
.menu-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none
}
.menu-item span{
    margin-top:.2rem;
    font-size:.9rem;
    color:#333
}
.bg-green{
    background-color:#eaeaeae8
}
.form_text{
    font-family:Poppins,sans-serif;
    font-weight:600;
    font-size:20px
}
html{
    font-size:14px;
    overflow-x:hidden!important;
    scroll-behavior:smooth;
    transition:.3s
}
body{
    background:#fff
}
section{
    padding:100px 20px
}
ul{
    padding-left:0;
    margin-bottom:0
}
h1,h2,h3,h4,h5,h6{
    font-family:Poppins,sans-serif;
    font-weight:700;
    margin-bottom:0
}
h1{
    font-size:72px;
    line-height:82px;
    color:#343c55
}
h2{
    font-size:30px;
    line-height:50px;
    color:#343c55
}
h3{
    font-size:30px;
    line-height:38px
}
h4{
    font-size:24px;
    line-height:36px
}
h5{
    font-size:24px;
    line-height:28px
}
h6{
    font-size:21px;
    line-height:28px
}
p{
    font-size:18px;
    line-height:28px;
    color:#343c55;
    font-family:"Open Sans",sans-serif;
    font-weight:400;
    display:block
}
span{
    font-family:Poppins,sans-serif
}
a{
    font-family:Poppins,sans-serif;
    color:#343c55;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out
}
h2 a:hover{
    color:#f2ad4a
}
.container{
    max-width:1200px;
    width:100%
}
.anim-hidden{
    opacity:0;
    filter:blur(0);
    transform:translateY(20%);
    transition:all .5s
}
.info-text{
    font-family:Poppins,sans-serif;
    font-size:15px
}
.anim-show{
    opacity:1;
    filter:blur(0);
    transform:translateX(0)
}
@media (prefers-reduced-motion){
    .anim-hidden{
        transition:none
    }
}
.swiper-slide-active{
    opacity:1;
    animation:fadeUp;
    transform:translateY(100px);
    animation-name:fadeUp
}
.swiper-slide-active .hero-content-left h6{
    animation:fadeUp .6s ease-in-out forwards;
    transition:.3s ease-in-out
}
.swiper-slide-active .hero-content-left h1{
    animation:fadeUp .8s ease-in-out forwards;
    transition:.3s ease-in-out
}
.swiper-slide-active .hero-content-left p{
    animation:fadeUp 1s ease-in-out forwards;
    transition:.3s ease-in-out
}
.swiper-slide-active .hero-content-left .btn_box{
    animation:fadeUp 1.2s ease-in-out forwards;
    transition:.3s ease-in-out
}
.swiper-slide-active .hero-content-right .hero-img img{
    animation:fadeUp .6s ease-in-out forwards
}
@keyframes fadeUp{
    0%{
        opacity:0;
        transform:translateY(100px)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}
.log-in-btn{
    position:relative;
    display:block;
    overflow:hidden
}
.log-in-btn:hover span{
    color:#fff!important
}
.log-in-btn::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color:#e25748;
    overflow:hidden;
    z-index:-1;
    transition:.3s
}
.log-in-btn:hover::after{
    width:100%
}
.hero-slide-btn{
    width:58px;
    height:58px;
    line-height:58px;
    text-align:center;
    background-color:transparent;
    border:2px solid #e25748!important;
    border-radius:5px;
    display:block
}
.hero-slide-btn:hover i{
    color:#fff
}
.hero-slide-btn i{
    font-size:22px;
    color:#f2ad4a;
    position:relative;
    top:-2px
}
.hero-slide-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:100%;
    background-color:#e25748;
    overflow:hidden;
    z-index:-1;
    transition:.3s
}
.hero-slide-btn:hover::before{
    width:100%;
    color:#fff!important
}
.hero-slide-btn:hover::before i{
    width:100%
}
.btn_box{
    height:65px
}
.btn_box a{
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    position:relative;
    width:200px;
    height:80%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    background-color:#f2ad4a;
    line-height:24px;
    text-decoration:none;
    border-radius:50px;
    overflow:hidden;
    z-index:1
}
.btn_box a::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:100%;
    background-color:#e25748;
    z-index:-1;
    transition:.3s
}
.btn_box a:hover::before{
    width:100%
}
.btn-solid{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    padding:18px 40px;
    color:#fff;
    background-color:#f2ad4a;
    border-radius:30px;
    display:inline-block
}
.btn-solid:hover{
    color:#fff;
    background-color:#e25748
}
.ev-btn-solid{
    font-size:16px;
    padding:16px 40px
}
.border-btn a{
    background-color:transparent!important;
    border:2px solid #fff!important
}
.ev-top-content{
    text-align:center;
    max-width:550px;
    margin:0 auto;
    padding-bottom:60px
}
.ev-top-content span{
    font-size:18px;
    font-weight:700;
    color:#e25748;
    padding-bottom:5px
}
.ev-top-content h2{
    padding-bottom:10px
}
.ev-top-content p{
    font-size:21px
}
.view-all{
    padding-top:50px;
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
    text-align:center;
    padding-bottom:3px;
    max-width:90px;
    border-bottom:2px solid #f2ad4a!important;
    margin:0 auto;
    display:block
}
.view-all:hover{
    color:#f2ad4a
}
.view-popup{
    position:relative;
    max-width:450px;
    padding:40px 30px;
    margin:0 20px;
    transform:translateY(50%);
    background-color:#fff;
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0!important;
    margin:0 auto;
    z-index:99999
}
.view-popup .popup-label{
    position:absolute;
    top:0;
    left:88%;
    font-size:16px;
    cursor:pointer;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:100%;
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;
    display:block
}
.view-popup .popup-label:hover{
    color:#fff;
    background-color:#f2ad4a
}
.view-popup label{
    width:100%;
    font-size:14px;
    margin-top:10px
}
.view-popup input{
    width:100%;
    height:45px;
    line-height:45px;
    padding:0 15px;
    margin:5px 0;
    border:1px solid #eae1d4!important
}
.view-popup button{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:#343c55
}
.view-popup button:hover{
    background-color:#f2ad4a
}
.view-popup a{
    font-size:14px;
    text-transform:lowercase!important;
    font-weight:700;
    padding:0
}
.view-popup a:hover{
    color:#f2ad4a
}
.popup-btn .popup-link{
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    position:relative;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    padding:14px!important;
    background-color:#f2ad4a;
    text-decoration:none;
    overflow:hidden;
    z-index:1
}
.popup-btn .popup-link::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:100%;
    background-color:#e25748;
    z-index:-1;
    transition:.3s
}
.popup-btn .popup-link:hover::before{
    width:100%
}
.product .product-img{
    position:relative;
    overflow:hidden;
    max-width:100%
}
.product .product-img img{
    overflow:hidden;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .3s ease-in-out;
    height:250px;
    object-fit:cover;
    max-width:100%;
    display:block
}
.product .product-img .product-labels .ev-offer{
    position:absolute;
    top:30px;
    left:30px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:500;
    color:#fff;
    background-color:#f2ad4a;
    padding:4px 12px;
    border-radius:4px
}
.product .product-img .product-labels .ev-hot{
    position:absolute;
    top:30px;
    right:30px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:500;
    color:#fff;
    background-color:#e25748;
    padding:4px 12px;
    border-radius:4px
}
.product .product-img .p-option{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%);
    justify-content:center;
    opacity:-1;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .3s ease-in-out
}
.product .product-img .p-option ul{
    margin:0 auto
}
.product .product-img .p-option ul li{
    padding-left:5px;
    padding-right:5px;
    display:none;
    font-size:20px
}
.product .product-img .p-option ul li i{
    font-size:16px;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    border-radius:100%;
    color:#fff;
    background-color:#f2ad4a;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease-in-out
}
.product .product-img .p-option ul li i:hover{
    color:#fff;
    background-color:#e25748
}
.product .product-img .p-option ul li:nth-child(1){
    transition-delay:.1s
}
.product .product-img .p-option ul li:nth-child(2){
    transition-delay:.2s
}
.product .product-img .p-option ul li:nth-child(3){
    transition-delay:.3s
}
.product:hover .product-img img{
    transform:scale(1.05)
}
.product:hover .product-img .p-option{
    opacity:1;
    bottom:40%!important
}
.product:hover .product-img .p-option ul li{
    display:block
}
.product:hover .product-img .p-option{
    opacity:1;
    bottom:25px
}
.product:hover .product-img .p-option ul li a i{
    display:block
}
.product .product-text{
    padding:10px;
    display:block;
    background-color:#fff
}
.product .product-text .product-stars li i{
    font-size:14px;
    color:#f2ad4a;
    padding-bottom:8px
}
.product .product-text .product-title{
    font-size:17px;
    line-height:30px
}
.product .product-text .product-title a{
    padding-bottom:5px
}
.product .product-text .product-title a:hover{
    color:#f2ad4a
}
.product .product-text span{
    font-size:17px!important
}
.product .product-text li:nth-child(1) span{
    color:#e25748;
    padding-right:15px;
    font-weight:700
}
.product .product-text li:nth-child(2) span{
    font-size:18px!important;
    text-decoration:line-through!important;
    color:#a3a8af;
    font-weight:400!important
}
.product:hover{
    box-shadow:rgba(50,50,93,.15) 0 13px 27px -5px,rgba(0,0,0,.07) 0 8px 16px -8px;
    height:430px
}
.ev-overlay::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0%;
    background-color:rgba(255,255,255,.243);
    overflow:hidden;
    transition:all .5s ease-in-out;
    z-index:99
}
.ev-overlay:hover::before{
    width:100%;
    height:100%
}
.product{
    height:450px;
    overflow:hidden;
    position:relative;
    border-radius:10px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .4s ease-in-out;
    box-shadow:rgba(17,17,26,.05) 0 1px 0,rgba(17,17,26,.1) 0 0 8px
}
.product-top{
    padding-bottom:60px
}
.product-top .ev-top-content{
    text-align:start;
    margin:0;
    padding-bottom:0
}
.ev-pagination ul li a{
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    position:relative;
    width:60px;
    height:60px;
    line-height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#343c55;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #e25748!important;
    margin-right:15px;
    overflow:hidden;
    z-index:9;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out
}
.ev-pagination ul li a i{
    color:#f2ad4a
}
.ev-pagination ul li a:hover{
    color:#fff
}
.ev-pagination ul li a:hover i{
    color:#fff
}
.ev-pagination ul li a::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:100%;
    background-color:#f2ad4a!important;
    transition:.3s;
    z-index:-1
}
.ev-pagination ul li a:hover::before{
    width:100%
}
.product-size{
    margin:20px 0
}
.product-size li{
    margin-left:20px
}
.product-size li span{
    font-size:18px;
    font-weight:700
}
.product-size li a{
    position:relative;
    padding:10px;
    width:40px;
    height:40px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #a3a8af!important;
    z-index:1
}
.product-size li a span{
    font-weight:400
}
.product-size li:hover a{
    color:#fff
}
.product-size a::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background-color:#e25748;
    z-index:-1;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out
}
.product-size a:hover::before{
    width:100%
}
.product-size li:nth-child(1){
    margin-left:0;
    border:none!important
}
.product-section .menu-fulter ul li .nav-link.active i{
    color:#e25748!important
}
.header-section .top-bar{
    padding:12px 15px;
    border-bottom:1px solid #eae1d4!important
}
.header-section .top-bar .top-bar-contact ul li{
    padding-right:15px;
    display:block
}
.header-section .top-bar .top-bar-contact ul li a{
    font-size:16px;
    line-height:16px;
    font-family:"Open Sans",sans-serif
}
.header-section .top-bar .top-bar-contact ul li a i{
    margin-right:8px;
    color:#c21f46
}
.header-section .top-bar .top-bar-contact ul li a:hover{
    color:#c21f46
}
.header-section .top-bar .top-bar-contact ul li:nth-child(2) a{
    padding-left:15px;
    border-left:1px solid #717788!important;
    display:block
}
.header-section .top-bar .top-bar-contact ul li:nth-child(3) a{
    padding-left:15px;
    border-left:1px solid #717788!important;
    display:block
}
.header-section .top-bar .top-bar-social .social-icon li{
    padding-left:10px
}
.header-section .top-bar .top-bar-social .social-icon a i{
    font-size:16px
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(1){
    padding-left:15px
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(1) a i{
    color:#3e5998
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(1) a i:hover{
    color:#f2ad4a
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(2) a i{
    color:#1da1f2
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(2) a i:hover{
    color:#f2ad4a
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(3) a i{
    color:#0077b5
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(3) a i:hover{
    color:#f2ad4a
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(4) a i{
    color:#c21f46
}
.header-section .top-bar .top-bar-social .social-icon li:nth-child(4) a i:hover{
    color:#f2ad4a
}
.header-section .header-middle{
    padding:0 15px
}
.header-section .header-middle .evani-brand a img{
    width:250px
}
.header-section .header-middle .inner-wrapper ul .search-popup{
    display:none
}
.header-section .header-middle .inner-wrapper ul .search-popup a i{
    color:#343c55
}
.header-section .header-middle .inner-wrapper ul .search-popup a i:hover{
    color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul li{
    padding-left:20px;
    padding-top:25px;
    padding-bottom:25px;
    position:relative
}
.header-section .header-middle .inner-wrapper ul li a{
    font-size:16px;
    font-weight:600;
    text-transform:uppercase
}
.header-section .header-middle .inner-wrapper ul li a i{
    color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul li .log-in{
    position:relative;
    padding:8px 30px;
    border-radius:30px;
    border:1px solid #c21f46!important
}
.header-section .header-middle .inner-wrapper ul li .log-in i{
    display:none
}
.header-section .header-middle .inner-wrapper ul li .log-in:hover{
    color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper{
    position:fixed;
    width:100%!important;
    height:100%!important;
    background-color:rgba(52,60,85,.56);
    top:0;
    left:0;
    opacity:0;
    z-index:999999;
    display:none;
    padding:0 20px!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper .view-popup{
    text-align:left!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper1{
    position:fixed;
    width:100%!important;
    height:100%!important;
    background-color:rgba(52,60,85,.56);
    top:0;
    left:0;
    display:block;
    opacity:0;
    z-index:999999;
    display:none;
    padding:0 20px!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper1 .view-popup{
    text-align:left!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper2{
    position:fixed;
    width:100%!important;
    height:100%!important;
    background-color:rgba(52,60,85,.56);
    top:0;
    left:0;
    opacity:0;
    z-index:999999;
    display:none;
    padding:0 20px!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper2 .view-popup{
    text-align:left!important
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper.active{
    display:block;
    opacity:1;
    z-index:9999
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper1.active{
    display:block;
    opacity:1;
    z-index:9999
}
.header-section .header-middle .inner-wrapper ul li .popup-wraper2.active{
    display:block;
    opacity:1;
    z-index:9999
}
.header-section .header-middle .inner-wrapper ul li .close-btn.active{
    display:none!important;
    display:block
}
.header-section .header-middle .inner-wrapper ul .product-cart{
    position:relative
}
.header-section .header-middle .inner-wrapper ul .product-cart .cart-icon{
    margin-right:22px
}
.header-section .header-middle .inner-wrapper ul .product-cart .cart-icon span{
    font-size:10px;
    position:absolute;
    top:20px;
    color:#fff;
    margin-left:3px;
    width:15px;
    height:15px;
    line-height:15px;
    border-radius:100%;
    text-align:center;
    background-color:#c21f46
}
.header-section .header-middle .inner-wrapper ul .product-cart:hover .view-cart{
    display:block
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart{
    position:absolute;
    right:0;
    width:300px;
    padding:20px;
    top:100%;
    background-color:#fff;
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;
    z-index:9999999!important;
    display:none
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .cart-title{
    padding-bottom:15px;
    border-bottom:1px solid #eae1d4!important
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .cart-title span{
    font-size:14px;
    font-weight:600
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .cart-title a{
    font-size:14px;
    padding:0
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .cart-title a:hover{
    color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item{
    padding:15px 0;
    border-bottom:1px solid #eae1d4!important
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-inner{
    text-align:left!important
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-inner a{
    font-size:14px;
    padding:0
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-inner a:hover{
    color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-inner span{
    font-size:14px
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img{
    position:relative
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img img{
    width:75px;
    height:auto
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img span{
    position:absolute;
    top:-10px;
    right:-10px;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:100%;
    text-align:center;
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img span:hover{
    background-color:#f2ad4a
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img span:hover i{
    color:#fff
}
.header-section .header-middle .inner-wrapper ul .product-cart .view-cart .product-item .product-img span i{
    font-size:12px;
    color:#343c55;
    font-weight:700
}
.header-section .header-middle .inner-wrapper ul li:nth-child(2){
    padding-left:0
}
.header-section .header-middle .evani-search-form .search-product{
    position:relative;
    width:350px;
    display:flex
}
.header-section .header-middle .evani-search-form .search-product input{
    font-size:14px;
    height:48px;
    width:100%;
    padding:0 20px;
    border-radius:30px;
    border:1px solid #d3d3d3!important
}
.header-section .header-middle .evani-search-form .search-product button{
    background-color:#fff;
    justify-content:center;
    position:absolute;
    right:20px;
    border:none
}
.header-section .header-middle .evani-search-form .search-product button i{
    font-size:16px
}
.header-section .header-middle .evani-search-form .search-product button i:hover{
    color:#f2ad4a
}
.header-section .header-middle .evani-search-form input:focus{
    border:1px solid #f2ad4a!important
}
.header-section .mega-menu-wrapper .nav-menu>ul>li>a:hover{
    color:red!important;
    display:block
}
.header-section .item-right a{
    height:55px;
    line-height:50px;
    padding:0 20px!important;
    border-radius:0 8px 8px 0
}
.header-section .item-right a:hover{
    background:#c21f46;
    height:100%
}
.mega-menu-wrapper{
    padding:0 15px
}
.header-section .wrapper-items{
    background-color:#e25748;
    display:flex;
    height:50px;
    align-items:center;
    border-radius:5px
}
.header-section .item-left{
    flex:0 80%!important;
    z-index:99!important;
    height:50px
}
.header-section .item-right{
    flex:0 20%!important;
    height:50px;
    display:flex;
    justify-content:flex-end
}
.header-section .item-right a{
    font-size:16px;
    text-transform:uppercase;
    color:#fff!important;
    padding-right:15px;
    transition:color .3s ease
}
.header-section .item-right a:hover{
    color:#fff!important
}
.header-section .item-right a i{
    padding-right:10px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li{
    display:inline-block;
    line-height:50px;
    height:50px;
    display:table-cell;
    border-right:1px solid #e77467!important
}
.header-section .mega-menu-wrapper .nav-menu>ul>li>a{
    font-size:16px;
    text-transform:uppercase;
    font-weight:500;
    height:50px;
    line-height:50px;
    padding:0 25px;
    color:#fff;
    transition:color .3s ease;
    display:block
}
.header-section .mega-menu-wrapper .nav-menu ul li:nth-child(1) a{
    border-radius:5px 0 0 5px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li>a.active{
    background-color:#c21f46
}
.header-section .mega-menu-wrapper .nav-menu>ul>li>a:hover{
    color:#fff!important;
    background-color:#c21f46
}
.header-section .mega-menu-wrapper .nav-menu>ul>li>a i{
    font-size:12px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li:hover>a{
    color:#fff!important
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu{
    position:absolute;
    background-color:#fff;
    box-shadow:-2px 2px 70px -25px rgba(0,0,0,.3);
    padding:20px 30px;
    transition:all .2s ease;
    opacity:0;
    visibility:hidden;
    z-index:500
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu>ul>li{
    line-height:1
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu>ul>li>a{
    display:inline-block;
    padding:10px 0;
    font-size:15px;
    transition:color .3s ease;
    text-decoration:none;
    text-transform:capitalize
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .single-column-menu{
    min-width:280px;
    max-width:350px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li{
    line-height:1;
    display:block
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a{
    padding:8px 0;
    display:inline-block;
    font-size:15px;
    transition:color .3s ease
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu{
    left:50%;
    transform:translateX(-50%)
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4{
    max-width:800px;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:20px 15px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item{
    flex:0 0 25%;
    padding:0 15px
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul{
    margin-bottom:12px!important
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title{
    font-size:16px;
    color:#ea4636;
    font-weight:500;
    line-height:1;
    padding:10px 0
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title{
    text-align:center
}
.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item img{
    max-width:100%;
    width:100%;
    vertical-align:middle;
    margin-top:10px
}
.header-section .item-right a:hover,.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu>ul>li>a:hover,.header-section .mega-menu-wrapper .nav-menu>ul>li:hover>a{
    color:#ea4636
}
.mobile-menu-head,.mobile-menu-trigger{
    display:none
}
.hero-section{
    padding:0 10px;
    max-width:100%;
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;
    display:block
}
.hero-section .container-fluid{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.hero-section .container-fluid .hero-slider{
    padding:10px 0
}
.hero-section .container-fluid .hero-slider .hero-content-left .hero-inner{
    max-width:585px;
    float:right
}
.hero-section .container-fluid .hero-slider .hero-content-left .hero-inner h6{
    color:#e25748;
    transition-delay:.2s
}
.hero-section .container-fluid .hero-slider .hero-content-left .hero-inner h1{
    max-width:550px;
    transition-delay:.4s
}
.hero-section .container-fluid .hero-slider .hero-content-left .hero-inner p{
    font-size:24px;
    line-height:32px;
    padding:30px 0;
    overflow:hidden;
    display:block;
    transition-delay:.6s
}
.hero-section .container-fluid .hero-slider .hero-content-left .hero-inner .btn_box{
    transition-delay:.8s
}
.hero-section .container-fluid .hero-slider .hero-content-right .hero-inner{
    position:relative;
    display:block
}
.hero-section .container-fluid .hero-slider .hero-content-right .hero-inner .hero-img{
    width:100%;
    height:100%
}
.hero-section .container-fluid .hero-slider .hero-content-right .hero-inner .hero-img img{
    max-width:100%
}
.hero-section .container-fluid .hero-slider .hero-content-right .hero-inner .hero-cart-img{
    position:absolute;
    width:100%;
    height:100%;
    top:0
}
.hero-section .container-fluid .hero-slider .swiper-button-left{
    padding-right:20px
}
.swiper-button-next:after{
    content:""
}
.swiper-button-prev:after{
    content:""
}
.intro-section{
    background-color:#e25748;
    display:block
}
.intro-section .intro-items{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:70px
}
.intro-section .intro-items .single-intro{
    text-align:center;
    padding:20px
}
.intro-section .intro-items .single-intro .intro-icons{
    position:relative;
    width:90px;
    height:90px;
    border-radius:100%;
    margin:0 auto;
    text-align:center;
    background-color:#e25748;
    border:1px solid #fff!important;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease-in-out
}
.intro-section .intro-items .single-intro .intro-icons .single-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:100%;
    text-align:center;
    color:#fff;
    background:#f2ad4a
}
.intro-section .intro-items .single-intro .intro-text h5{
    color:#fff;
    padding-top:20px
}
.intro-section .intro-items .single-intro .intro-text p{
    color:#fff;
    padding-top:8px
}
.intro-section .intro-items .single-intro:hover .intro-icons{
    background-color:#fff;
    box-shadow:rgba(0,0,0,.19) 0 10px 20px 4px
}
.intro-section .intro-items .single-intro:hover .intro-icons .single-icon{
    background-color:#e25748
}
.categories-section{
    padding-bottom:50px
}
.kategori-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    width:200px;
    padding:20px;
    border-radius:5px;
    margin:0 auto;
    background-color:rgba(255,255,255,.8509803922);
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease-in-out;
    z-index:9
}
.product-section{
    background-color:#f0f4f7
}
.product-section .menu-fulter{
    padding-bottom:50px
}
.product-section .menu-fulter ul li{
    padding:0 20px;
    text-align:center
}
.product-section .menu-fulter ul li a{
    font-size:18px;
    color:#343c55;
    background-color:transparent!important;
    font-weight:700
}
.product-section .menu-fulter ul li a:hover{
    color:#e25748
}
.product-section .menu-fulter ul li a.active{
    color:#e25748
}
.product-section .ev-products{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px
}
.featured-product-section{
    overflow:hidden!important
}
.featured-product-section .pr-featured-left h6{
    color:#e25748
}
.featured-product-section .pr-featured-left h2{
    font-size:35px;
    padding-bottom:10px
}
.featured-product-section .pr-featured-left ul{
    padding:20px 0
}
.featured-product-section .pr-featured-left ul li span{
    font-size:30px;
    line-height:38px
}
.featured-product-section .pr-featured-left ul li:nth-child(1) span{
    font-size:48px;
    line-height:58px;
    color:#e25748;
    font-weight:600;
    padding-right:20px
}
.featured-product-section .pr-featured-left ul li:nth-child(2) span{
    color:#a3a8af;
    text-decoration:line-through!important
}
.featured-product-section .pr-featured-right .featured-img1{
    width:350px;
    text-align:end;
    background-image:url(https://www.agencontainer.co.id/assets/images/shape-bg.png)
}
.featured-product-section .pr-featured-right .pr-featured-img{
    text-align:center;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat
}
.featured-product-section .pr-featured-right .pr-featured-img img{
    justify-content:center;
    -webkit-animation:mover 1.5s infinite alternate;
    animation:mover 1.5s infinite alternate
}
@-webkit-keyframes mover{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-50px)
    }
}
@keyframes mover{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-50px)
    }
}
.popular-product-section{
    padding-top:120px;
    padding-bottom:220px;
    background-color:#f0f4f7
}
.popular-product-section .product-slider{
    padding-bottom:90px
}
.popular-product-section .product-slider .single-slide{
    background-color:#fff;
    border-radius:10px
}
.brand-section{
    padding:0 10px;
    margin:-105px 0
}
.brand-section .brand-slider{
    background-color:#f2ad4a;
    height:220px;
    padding:20px 30px;
    border-radius:10px
}
.brand-section .brand-slider .brand-slide{
    display:flex;
    align-items:center
}
.brand-section .brand-slider .brand-slide .brand-img{
    margin:0 auto
}
.brand-section .brand-slider .brand-slide .brand-img img{
    max-width:100%
}
.news-section{
    background-color:#f5fafd;
    padding:120px 20px
}
.news-section .news-slider{
    padding-bottom:80px
}
.news-section .news-slider .single-post{
    border-radius:10px;
    background-color:#fff;
    display:block;
    box-shadow:rgba(17,17,26,.1) 0 0 16px
}
.news-section .news-slider .single-post .news-img{
    overflow:hidden
}
.news-section .news-slider .single-post .news-img img{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease-in-out;
    width:100%
}
.news-section .news-slider .single-post:hover img{
    transform:scale(1.1)
}
.shop-product-section{
    background-color:#fff;
    padding:90px 20px
}
.shop-product-section .menu-fulter{
    padding-bottom:0
}
.shop-product-section .menu-fulter ul li{
    padding:0
}
.shop-product-section .products .product{
    box-shadow:rgba(149,157,165,.106) 0 8px 24px
}
.shop-product-section .products .product:hover{
    box-shadow:rgba(50,50,93,.15) 0 13px 27px -5px,rgba(0,0,0,.07) 0 8px 16px -8px
}
.single-shop-section{
    background-color:#fff;
    padding:120px 20px
}
.single-shop-section .menu-fulter{
    padding-bottom:0
}
.single-shop-section .menu-fulter .nav-item{
    padding:0!important
}
.single-shop-section .products .product{
    box-shadow:rgba(149,157,165,.2) 0 8px 24px
}
.single-shop-section .products .product .product-text .product-title{
    font-size:18px
}
.single-shop-section .products .product:hover{
    box-shadow:rgba(50,50,93,.15) 0 13px 27px -5px,rgba(0,0,0,.07) 0 8px 16px -8px
}
.single-shop-section .ev-pagination{
    margin-top:50px
}
.section-wrapper{
    background:0 0;
    padding:10px 0
}
.single-product-section{
    padding-bottom:50px
}
.single-product-section .product-tabs li{
    margin-right:20px
}
.single-product-section .product-tabs li a{
    font-size:18px;
    font-weight:700;
    color:#a3a8af
}
.single-product-section .product-tabs li a.active{
    color:#343c55
}
.single-product-section .product-tabs .menu-fulter{
    margin:20px 0
}
@-webkit-keyframes staranimation{
    0%{
        opacity:0;
        transform:scale(1)
    }
    50%{
        opacity:.5
    }
    100%{
        opacity:0;
        transform:scale(2);
        top:-1px
    }
}
@-moz-keyframes staranimation{
    0%{
        opacity:0;
        transform:scale(1)
    }
    50%{
        opacity:.5
    }
    100%{
        opacity:0;
        transform:scale(2);
        top:-1px
    }
}
@-o-keyframes staranimation{
    0%{
        opacity:0;
        transform:scale(1)
    }
    50%{
        opacity:.5
    }
    100%{
        opacity:0;
        transform:scale(2);
        top:-1px
    }
}
@keyframes staranimation{
    0%{
        opacity:0;
        transform:scale(1)
    }
    50%{
        opacity:.5
    }
    100%{
        opacity:0;
        transform:scale(2);
        top:-1px
    }
}
@-webkit-keyframes starbackground{
    0%{
        color:#aaa
    }
    100%{
        color:#f1c40f
    }
}
@-moz-keyframes starbackground{
    0%{
        color:#aaa
    }
    100%{
        color:#f1c40f
    }
}
@-o-keyframes starbackground{
    0%{
        color:#aaa
    }
    100%{
        color:#f1c40f
    }
}
@keyframes starbackground{
    0%{
        color:#aaa
    }
    100%{
        color:#f1c40f
    }
}
.single-product-slider{
    padding-bottom:80px
}
.single-product-section .product-tabs li .nav-link{
    padding-left:0
}
.single-popular-product-section{
    padding-top:0;
    padding-bottom:120px;
    background-color:#fff
}
.single-popular-product-section .products .product{
    box-shadow:rgba(149,157,165,.2) 0 8px 24px
}
.single-popular-product-section .products .product:hover{
    box-shadow:rgba(50,50,93,.15) 0 13px 27px -5px,rgba(0,0,0,.07) 0 8px 16px -8px
}
.shopping-section{
    padding-bottom:50px
}
.shopping-section .cart-btn{
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#fff;
    text-align:center;
    border-radius:100%;
    border:1px solid #e5e5e5!important;
    display:block
}
.shopping-section .cart-btn:hover{
    color:#fff;
    background-color:#e25748
}
.map-section{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:110px
}
.map-section #map{
    width:100%;
    height:430px;
    border-radius:10px;
    z-index:1
}
.footer-section{
    padding-top:100px;
    padding-bottom:50px;
    padding-left:10px;
    padding-right:10px
}
.footer-section .widgets-p-top{
    padding-top:30px
}
.footer-section .widgets-p-top h6{
    padding-bottom:20px
}
.footer-section .widgets-item .footer-logo img{
    width:250px
}
.footer-section .widgets-item .widgets-contacts{
    padding:30px 0
}
.footer-section .widgets-item .widgets-contacts ul{
    padding-top:8px
}
.footer-section .widgets-item .widgets-contacts ul li{
    padding-bottom:10px
}
.footer-section .widgets-item .widgets-contacts ul li a{
    font-size:18px;
    line-height:24px;
    font-family:"Open Sans",sans-serif!important
}
.footer-section .widgets-item .widgets-contacts ul li a i{
    padding-right:15px
}
.footer-section .widgets-item .widgets-contacts ul li a:hover{
    color:#343c55
}
.footer-section .widgets-item .widgets-contacts ul li a:hover i{
    color:#e25748
}
.footer-section .widgets-item .widgets-contacts ul li a span{
    font-family:"Open Sans",sans-serif!important
}
.footer-section .widgets-item .widgets-social ul li{
    padding-right:20px
}
.footer-section .widgets-item .widgets-social ul li a i{
    font-size:20px
}
.footer-section .widgets-item .widgets-social ul li:nth-child(1) a i{
    color:#3e5998
}
.footer-section .widgets-item .widgets-social ul li:nth-child(1) a i:hover{
    color:#f2ad4a
}
.footer-section .widgets-item .widgets-social ul li:nth-child(2) a i{
    color:#1da1f2
}
.footer-section .widgets-item .widgets-social ul li:nth-child(2) a i:hover{
    color:#f2ad4a
}
.footer-section .widgets-item .widgets-social ul li:nth-child(3) a i{
    color:#0077b5
}
.footer-section .widgets-item .widgets-social ul li:nth-child(3) a i:hover{
    color:#f2ad4a
}
.footer-section .widgets-item .widgets-social ul li:nth-child(4) a i{
    color:#e25748
}
.footer-section .widgets-item .widgets-social ul li:nth-child(4) a i:hover{
    color:#f2ad4a
}
.footer-section .widgets-item .widgets-link-items{
    padding:0 15px
}
.footer-section .widgets-item .widgets-link-items ul li{
    padding-bottom:8px
}
.footer-section .widgets-item .widgets-link-items ul li a{
    font-size:18px;
    font-family:"Open Sans",sans-serif!important;
    font-weight:500
}
.footer-section .widgets-item .widgets-link-items ul li a:hover{
    color:#f2ad4a
}
.footer-section .widgets-item .news-letter p{
    max-width:450px
}
.footer-section .widgets-item .news-letter .widgets-form{
    margin-top:25px;
    padding:15px;
    max-width:280px;
    height:55px;
    background-color:#fff;
    border:1px solid #e5e5e5!important;
    border-radius:5px
}
.footer-section .widgets-item .news-letter .widgets-form input{
    width:90%;
    font-size:16px;
    background-color:transparent!important
}
.footer-section .widgets-item .news-letter .widgets-form button{
    background-color:#fff
}
.footer-section .widgets-item .news-letter .widgets-form button i{
    font-size:20px;
    color:#343c55
}
.footer-section .widgets-item .news-letter .widgets-form:hover button i{
    color:#e25748
}
.footer-section .footer-bottom{
    padding-top:80px;
    z-index:9
}
.footer-section .footer-bottom .footer-bottom-left{
    float:left
}
.footer-section .footer-bottom .footer-bottom-left span{
    font-size:16px;
    font-family:"Open Sans",sans-serif!important
}
.footer-section .footer-bottom .footer-bottom-left span a{
    font-weight:600;
    font-family:"Open Sans",sans-serif!important;
    padding-left:8px
}
.footer-section .footer-bottom .footer-bottom-left span:hover a{
    color:#f2ad4a
}
.footer-section .footer-bottom .footer-bottom-right{
    float:right
}
.footer-section .footer-bottom .footer-bottom-right ul li{
    padding-left:40px
}
.footer-section .footer-bottom .footer-bottom-right ul li a{
    font-size:16px;
    font-family:"Open Sans",sans-serif!important;
    z-index:999
}
.footer-section .footer-bottom .footer-bottom-right ul li a:hover{
    color:#f2ad4a
}
#button{
    opacity:0;
    visibility:hidden;
    z-index:1000
}
#button:active{
    background-color:#555
}
#button.show{
    opacity:1;
    visibility:visible
}
@media (max-width:1450px){
    .hero-section .hero-slider .hero-content-left{
        padding-left:80px
    }
    .hero-section .hero-slider .hero-content-left .hero-inner h1{
        font-size:58px;
        line-height:68px
    }
    .hero-section .hero-slider .hero-content-right{
        padding-right:50px
    }
}
@media (max-width:1024px){
    .hero-section .hero-slider{
        padding-bottom:40px
    }
    .hero-section .hero-slider .hero-content-left{
        padding-left:0
    }
    .hero-section .hero-slider .hero-content-left .hero-inner h1{
        font-size:62px;
        line-height:72px
    }
    .hero-section .hero-slider .hero-content-right{
        padding-right:0
    }
    .hero-section .hero-slider .hero-content-right .hero-inner{
        position:relative;
        display:block
    }
    .hero-section .hero-slider .swiper-button-prev{
        position:relative;
        bottom:-30px;
        left:0
    }
    .hero-section .hero-slider .swiper-button-prev i{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%)
    }
    .hero-section .hero-slider .swiper-button-next{
        position:relative;
        bottom:-66px;
        left:70px
    }
    .hero-section .hero-slider .swiper-button-next i{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%)
    }
}
@media (min-width:992px){
    .header-section .mega-menu-wrapper .nav-menu>ul>li.menu-item-has-children:hover .sub-menu{
        margin-top:0;
        visibility:visible;
        opacity:1
    }
}
@media (max-width:991px){
    section{
        padding:70px 15px
    }
    h1{
        font-size:42px!important;
        line-height:56px!important
    }
    .ev-top-content h2{
        font-size:42px;
        line-height:52px
    }
    .btn_box{
        height:40px
    }
    .btn_box a{
        font-size:14px;
        width:200px
    }
    .view-cart.active{
        display:block
    }
    .featured-slide-btn{
        position:absolute
    }
    .featured-slide-btn1{
        left:72%!important
    }
    .header-section .evani-search-form .search-product{
        border:none!important;
        display:none!important
    }
    .header-section .top-bar{
        padding-left:5px
    }
    .header-section .top-bar .top-bar-contact{
        display:none!important
    }
    .header-section .top-bar .top-bar-social .social-icon{
        position:absolute;
        right:20px
    }
    .header-section .header-middle{
        padding-right:55px;
        padding-left:10px;
        padding-top:0;
        padding-bottom:0
    }
    .header-section .header-middle .evani-brand a img{
        width:150px
    }
    .header-section .header-middle .inner-wrapper ul .search-popup{
        display:block!important
    }
    .header-section .header-middle .inner-wrapper ul .search-popup .view-popup{
        margin-top:90px
    }
    .header-section .header-middle .inner-wrapper ul .search-popup .view-popup .la-search-pr{
        font-size:16px;
        font-weight:500;
        padding-bottom:10px
    }
    .header-section .header-middle .inner-wrapper ul .search-popup .view-popup .search-product{
        border:1px solid #eae1d4!important
    }
    .header-section .header-middle .inner-wrapper ul .search-popup .view-popup .search-product input{
        font-size:14px;
        border:none!important;
        width:100%!important
    }
    .header-section .header-middle .inner-wrapper ul .search-popup .view-popup .search-product button{
        width:16%!important;
        color:#343c55!important;
        background-color:#fff
    }
    .header-section .header-middle .inner-wrapper ul li .log-in{
        padding:0;
        border:none!important
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(2){
        padding-left:20px
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(2) i{
        display:block!important
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(2) .log-in-text{
        display:none
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(3){
        display:none
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(3) i{
        display:block!important;
        margin-bottom:2px
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(5) a i{
        margin-top:4px
    }
    .header-section .header-middle .inner-wrapper ul li:nth-child(6) a i{
        margin-top:4px
    }
    .header-section .wrapper-items{
        justify-content:end;
        width:100%;
        background-color:#fff!important
    }
    .header-section .wrapper-items{
        height:0
    }
    .header-section .item-left{
        flex:0 0 100%
    }
    .header-section .item-left,.header-section .item-right{
        flex:0 0 auto
    }
    .header-section .item-right a{
        display:none!important
    }
    .header-section .mobile-menu-trigger{
        display:flex;
        height:30px;
        width:30px;
        margin-left:15px;
        cursor:pointer;
        align-items:center;
        justify-content:center;
        position:absolute;
        top:70px!important;
        right:20px
    }
    .header-section .mobile-menu-trigger span{
        display:block;
        height:2px;
        background-color:#333;
        width:24px;
        position:relative
    }
    .header-section .mobile-menu-trigger span:after,.header-section .mobile-menu-trigger span:before{
        content:"";
        position:absolute;
        left:0;
        width:100%;
        height:100%;
        background-color:#333
    }
    .header-section .mobile-menu-trigger span:before{
        top:-6px
    }
    .header-section .mobile-menu-trigger span:after{
        top:6px
    }
    .header-section .item-right{
        display:flex;
        align-items:center
    }
    .header-section .mega-menu-wrapper .nav-menu{
        position:fixed;
        width:320px;
        background-color:#fff;
        left:0;
        top:0;
        height:100%;
        overflow:hidden;
        transform:translate(-100%);
        transition:all .5s ease;
        z-index:1099
    }
    .header-section .mega-menu-wrapper .nav-menu.active{
        transform:translate(0)
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li{
        line-height:1;
        margin:0!important;
        display:block;
        width:100%!important;
        border-right:none!important
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li>a{
        position:relative;
        color:#343c55!important;
        background-color:#fff!important;
        line-height:50px;
        height:50px;
        padding:0 50px 0 15px;
        border-bottom:1px solid rgba(0,0,0,.1)!important
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li:hover>a{
        color:#f2ad4a!important
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li>a i{
        position:absolute;
        height:50px;
        width:50px;
        font-size:12px;
        top:0;
        right:0;
        text-align:center;
        line-height:50px;
        transform:rotate(-90deg);
        opacity:1!important
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head{
        display:flex;
        height:50px;
        border-bottom:1px solid rgba(0,0,0,.1)!important;
        justify-content:space-between;
        align-items:center;
        position:relative;
        z-index:501;
        position:sticky;
        background-color:#fff;
        top:0
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head .go-back{
        line-height:50px;
        height:50px;
        width:50px;
        text-align:center;
        color:#000;
        border-right:1px solid rgba(0,0,0,.1)!important;
        cursor:pointer;
        display:none
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head .go-back i{
        font-size:14px!important
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head.active .go-back{
        display:block
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head .current-menu-title{
        font-size:15px;
        font-weight:500;
        color:#000
    }
    .header-section .mega-menu-wrapper .nav-menu .mobile-menu-head .mobile-menu-close{
        font-size:14px!important;
        line-height:50px;
        height:50px;
        width:50px;
        color:#000;
        text-align:center;
        border-left:1px solid rgba(0,0,0,.1)!important;
        cursor:pointer
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu,.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu{
        visibility:visible;
        opacity:1;
        position:absolute;
        box-shadow:none;
        margin:0;
        padding:15px;
        top:0;
        left:0;
        width:100%;
        height:100%;
        padding-top:65px;
        max-width:none;
        min-width:auto;
        display:none;
        transform:translateX(0);
        overflow-y:auto
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.active{
        display:block
    }
    @keyframes slideLeft{
        0%{
            opacity:0;
            transform:translateX(100%)
        }
        100%{
            opacity:1;
            transform:translateX(0)
        }
    }
    @keyframes slideRight{
        0%{
            opacity:1;
            transform:translateX(0)
        }
        100%{
            opacity:0;
            transform:translateX(100%)
        }
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item img{
        margin-top:0
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title{
        margin-bottom:20px
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title{
        margin-bottom:0
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu-column-4>.list-item{
        flex:0 0 100%;
        padding:0
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a,.header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu>ul>li>a{
        display:block
    }
    .header-section .mega-menu-wrapper .nav-menu>ul>li .sub-menu.mega-menu>.list-item>ul{
        margin-bottom:15px
    }
    .menu-overlay{
        position:fixed;
        background-color:rgba(0,0,0,.5);
        left:0;
        top:0;
        width:100%;
        height:100%;
        z-index:1098;
        visibility:hidden;
        opacity:0;
        transition:all .5s ease
    }
    .menu-overlay.active{
        visibility:visible;
        opacity:1
    }
    .log-in-btn::after{
        display:none
    }
    .hero-section{
        display:block;
        margin-top:-35px
    }
    .hero-section .hero-content-left .hero-inner{
        max-width:100%!important
    }
    .hero-section .hero-content-right .hero-img{
        display:block
    }
    .intro-section .intro-items{
        gap:10px
    }
    .featured-product-section{
        padding-top:80px;
        padding-bottom:90px
    }
    .featured-product-section .pr-featured-left h2{
        font-size:42px;
        line-height:52px
    }
    .featured-product-section .pr-featured-left ul li span{
        font-size:20px;
        line-height:32px
    }
    .featured-product-section .pr-featured-left ul li:nth-child(1) span{
        font-size:32px;
        line-height:42px;
        padding-right:10px
    }
    .featured-product-section .pr-featured-right .featured-img1{
        padding-top:90px
    }
    .brand-section{
        padding:0;
        margin:-90px 0
    }
    .brand-section .brand-slider{
        height:180px
    }
    .news-section{
        background-color:#f5fafd;
        padding:90px 15px
    }
    .shop-product-section{
        padding:80px 20px
    }
    .map-section{
        padding-bottom:90px
    }
}
@media (max-width:767px){
    section{
        padding:60px 15px
    }
    h2{
        font-size:38px;
        left:44px
    }
    p{
        font-size:16px
    }
    .btn-solid{
        font-size:16px;
        font-weight:700;
        padding:14px 30px
    }
    .btn_box{
        height:50px
    }
    .btn_box a{
        font-size:14px;
        width:170px
    }
    .hero-slide-btn{
        width:50px;
        height:50px;
        line-height:50px
    }
    .hero-slide-btn i{
        font-size:18px
    }
    .ev-pagination ul li a{
        width:50px;
        height:50px;
        line-height:50px
    }
    .hero-section .hero-slider{
        overflow:inherit
    }
    .hero-section .hero-slider .swiper-button-prev{
        bottom:-38px
    }
    .hero-section .hero-slider .swiper-button-next{
        left:60px
    }
    .hero-section .swiper-slide{
        padding-bottom:30px
    }
    .hero-section .swiper-button-prev{
        left:42%!important;
        margin-left:-25px
    }
    .hero-section .swiper-button-next{
        left:40%!important;
        margin-left:50px
    }
    .featured-slide-btn{
        position:absolute
    }
    .featured-slide-btn1{
        left:77%!important
    }
    .ev-top-content{
        padding-bottom:40px
    }
    .ev-top-content h2{
        padding-bottom:10px!important
    }
    .ev-top-content p{
        font-size:18px
    }
    .header-section .inner-header .header-popup .view-popup .popup-label{
        left:80%!important;
        display:block
    }
    .hero-section{
        padding-right:15px;
        padding-left:15px
    }
    .hero-section .hero-content-left .hero-inner{
        text-align:center
    }
    .hero-section .hero-content-left .hero-inner p{
        font-size:18px!important;
        padding:20px 0!important
    }
    .hero-section .hero-content-left .hero-inner .btn_box{
        margin-bottom:20px
    }
    .hero-section .hero-content-left .hero-inner .btn_box a{
        margin:0 auto
    }
    .hero-section .hero-content-right .hero-img{
        padding-top:50px
    }
    .hero-section .hero-slider .hero-content-left .hero-inner h1{
        max-width:100%!important
    }
    .intro-section .intro-items{
        grid-template-columns:1fr 1fr;
        gap:10px
    }
    .product-section .ev-products{
        grid-template-columns:1fr 1fr;
        gap:20px
    }
    .featured-product-section .pr-featured-left h6{
        font-size:18px
    }
    .featured-product-section .pr-featured-right .featured-img1{
        padding-top:90px!important
    }
    .featured-product-section .pr-featured-right .pr-featured-img{
        padding-top:40px
    }
    .popular-product-section{
        padding-bottom:130px
    }
    .news-section{
        padding:70px 15px
    }
    .brand-section{
        padding:0 10px;
        margin:-70px 0
    }
    .brand-section .brand-slider{
        height:140px
    }
    .single-product-section .product-tabs li{
        margin-right:5px
    }
    .single-product-section .product-tabs li a{
        font-size:14px
    }
    .single-popular-product-section{
        padding-bottom:60px
    }
    .shop-product-section{
        padding:60px 20px
    }
}
@media (max-width:576px){
    h1{
        font-size:44px;
        line-height:55px
    }
    h2{
        font-size:30px;
        line-height:42px
    }
    .ev-top-content h2{
        font-size:32px!important;
        line-height:42px!important
    }
    .featured-slide-btn{
        position:absolute
    }
    .featured-slide-btn1{
        left:74%!important
    }
    .ev-top-content{
        padding-bottom:20px
    }
    .ev-top-content h2{
        padding-bottom:8px!important
    }
    .ev-top-content p{
        font-size:18px
    }
    .hero-section .swiper-button-next{
        margin-left:45px
    }
    .hero-section .hero-slider{
        overflow:inherit
    }
    .intro-section .intro-items{
        grid-template-columns:1fr;
        gap:10px
    }
    .categories-section .ev-top-content p{
        font-size:18px
    }
    .categories-section .ev-top-content h2{
        padding-bottom:0
    }
    .product-section .menu-fulter ul li{
        padding:0
    }
    .product-section .menu-fulter ul li a{
        font-size:15px
    }
    .product-section .ev-products{
        grid-template-columns:1fr;
        gap:30px
    }
    .featured-product-section .pr-featured-left h2{
        font-size:32px;
        line-height:38px
    }
    .intro-section .intro-items .single-intro .intro-icons{
        position:relative;
        width:82px;
        height:82px
    }
    .intro-section .intro-items .single-intro .intro-icons .single-icon{
        width:65px;
        height:65px;
        line-height:65px
    }
    .intro-section .intro-items .single-intro .intro-icons .single-icon img{
        width:30px
    }
    .shopping-section .cart-btn{
        width:35px;
        height:35px;
        line-height:35px;
        font-size:12px
    }
    .footer-section{
        padding:60px 15px
    }
    .footer-section .widgets-item .footer-logo img{
        width:150px
    }
    .footer-section .widgets-item .widgets-link-items{
        padding:0
    }
    .footer-section .widgets-item .widgets-link-items h6{
        padding-bottom:10px
    }
    .footer-section .widgets-item .widgets-link-items:nth-child(2){
        padding-top:40px
    }
    .footer-section .footer-bottom .footer-bottom-left span{
        font-size:14px
    }
    .footer-section .footer-bottom .footer-bottom-right ul li{
        padding:0 3px
    }
    .footer-section .footer-bottom .footer-bottom-right ul li a{
        font-size:14px
    }
}
@media (max-width:450px){
    .header-section .mega-menu-wrapper{
        padding:0
    }
    .header-section .header-middle .evani-brand a img{
        width:120px
    }
    .header-section .inner-wrapper ul li{
        padding-left:14px!important;
        position:relative
    }
    .header-section .inner-wrapper ul li:nth-child(2){
        padding-left:14px!important
    }
    .header-section .header-middle .evani-brand a img{
        width:120px
    }
    .header-section .inner-wrapper ul .product-cart .view-cart{
        width:275px!important
    }
    .featured-slide-btn{
        position:absolute
    }
    .featured-slide-btn1{
        left:72%!important
    }
    .product-section .ev-products{
        grid-template-columns:1fr;
        gap:30px
    }
}
/* Product Section */
.product-section {
    background-color: #f5f5f5; /* Light gray background like Shopee */
    padding: 60px 15px; /* Reduced padding for a tighter layout */
}

/* Top Content */
.product-section .ev-top-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.product-section .ev-top-content h2 {
    font-size: 28px; /* Smaller, cleaner heading */
    line-height: 36px;
    color: #333;
    font-weight: 700;
}
.product-section .ev-top-content h2 a {
    color: #333;
    transition: color 0.2s ease;
}
.product-section .ev-top-content h2 a:hover {
    color: #ee4d2d; /* Shopee orange */
}
.product-section .ev-top-content p {
    font-size: 16px; /* Smaller, subtler description */
    line-height: 24px;
    color: #666;
}

/* Filter Tabs */
.product-section .menu-fulter {
    padding-bottom: 30px;
}
.product-section .menu-fulter ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.product-section .menu-fulter ul li a {
    font-size: 16px; /* Smaller, cleaner tabs */
    font-weight: 600;
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.2s ease;
}
.product-section .menu-fulter ul li a:hover,
.product-section .menu-fulter ul li a.active {
    color: #fff;
    background-color: #ee4d2d; /* Shopee orange */
}

/* Product Grid */
.product-section .ev-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
    gap: 15px; /* Tighter gap like Shopee */
}

/* Product Card */
.product-section .ev-products .product {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 320px; /* Base height for desktop */
    transition: all 0.2s ease; /* Faster transition for hover */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); /* Subtle shadow */
    display: flex;
    flex-direction: column; /* Ensure content stretches */
}
.product-section .ev-products .product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Stronger shadow on hover */
    transform: translateY(-2px); /* Subtle lift effect like Shopee */
}

/* Product Image */
.product-section .ev-products .product-img {
    position: relative;
    overflow: hidden;
}
.product-section .ev-products .product-img img {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover; /* Ensure images fill space */
    display: block;
    background-color: #eee; /* Placeholder while loading */
    transition: transform 0.3s ease;
}
.product-section .ev-products .product:hover .product-img img {
    transform: scale(1.05); /* Subtle zoom like Shopee */
}

/* Product Labels */
.product-section .ev-products .product-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
}
.product-section .ev-products .product-labels .ev-offer,
.product-section .ev-products .product-labels .ev-hot {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1.2;
}
.product-section .ev-products .product-labels .ev-offer {
    background-color: #ee4d2d; /* Shopee orange */
}
.product-section .ev-products .product-labels .ev-hot {
    background-color: #f05d40; /* Slightly darker for contrast */
}

/* Product Options (Icons) */
.product-section .ev-products .p-option {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}
.product-section .ev-products .product:hover .p-option {
    opacity: 1;
    bottom: 20px; /* Slide up slightly on hover */
}
.product-section .ev-products .p-option ul {
    display: flex;
    gap: 8px;
}
.product-section .ev-products .p-option ul li {
    display: block; /* Always visible on hover */
}
.product-section .ev-products .p-option ul li a i {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #ee4d2d; /* Shopee orange */
    transition: background-color 0.2s ease;
}
.product-section .ev-products .p-option ul li a:hover i {
    background-color: #d43f21; /* Darker orange on hover */
}

/* Product Text */
.product-section .ev-products .product-text {
    padding: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px; /* Space between elements */
    flex-grow: 1; /* Stretch to fill available space */
}
.product-section .ev-products .product-text .product-stars {
    margin-bottom: 0;
}
.product-section .ev-products .product-text .product-stars li i {
    font-size: 12px; /* Smaller stars */
    color: #f1c40f; /* Gold for stars */
}
.product-section .ev-products .product-text .product-title {
    font-size: 14px; /* Compact like Shopee */
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Truncate long titles */
}
.product-section .ev-products .product-text .product-title a {
    color: #333;
    transition: color 0.2s ease;
}
.product-section .ev-products .product-text .product-title a:hover {
    color: #ee4d2d; /* Shopee orange */
}
.product-section .ev-products .product-text ul li span {
    font-size: 16px !important;
    font-weight: 600;
    color: #ee4d2d; /* Shopee orange for price */
}
.product-section .ev-products .product-text ul li:nth-child(2) span {
    font-size: 14px !important;
    color: #999;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}

/* WhatsApp Button */
.product-section .ev-products .product-action {
    margin-top: auto; /* Push button to bottom of card */
    padding-top: 10px; /* Add space above button */
}
.product-section .ev-products .whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee4d2d; /* Shopee orange */
    padding: 8px 16px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%; /* Full-width button */
    text-decoration: none !important; /* Ensure no underline */
}
.product-section .ev-products .whatsapp-btn i {
    font-size: 16px;
    margin-right: 8px; /* Space between icon and text */
    color: #fff;
}
.product-section .ev-products .whatsapp-btn:hover {
    background-color: #d43f21; /* Darker orange on hover */
    transform: scale(1.02); /* Subtle scale effect */
}
.product-section .ev-products .whatsapp-btn:hover i {
    color: #fff; /* Ensure icon stays white */
}

/* View All Button */
.product-section .view-all {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee4d2d; /* Shopee orange */
    padding: 12px 24px;
    border-radius: 20px;
    border: none !important;
    transition: background-color 0.2s ease;
}
.product-section .view-all:hover {
    background-color: #d43f21; /* Darker orange */
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .product-section .ev-products {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
        gap: 10px;
    }
    .product-section .ev-products .product-img img {
        height: 150px; /* Smaller images for mobile */
    }
    .product-section .ev-products .product-text {
        padding: 10px;
    }
    .product-section .ev-products .product-text .product-title {
        font-size: 13px;
        line-height: 18px;
    }
    .product-section .ev-products .product-text ul li span {
        font-size: 14px !important;
    }
    .product-section .ev-products .whatsapp-btn {
        font-size: 12px;
        padding: 7px 14px;
    }
    .product-section .ev-products .whatsapp-btn i {
        font-size: 14px;
        margin-right: 6px;
    }
    .product-section .ev-products .product-text .product-stars li i {
        font-size: 10px; /* Smaller stars for mobile */
    }
    .product-section .ev-products .product {
        min-height: 300px; /* Increase height for more space */
    }
    .product-section .ev-products .product-action {
        padding-top: 15px; /* More space above button on mobile */
    }
}

@media (max-width: 576px) {
    .product-section .ev-products {
        grid-template-columns: repeat(2, 1fr); /* Maintain 2 columns */
        gap: 10px;
    }
    .product-section .ev-products .product-img img {
        height: 120px; /* Smaller images for small screens */
    }
    .product-section .ev-products .product-text {
        padding: 8px;
    }
    .product-section .ev-products .product-text .product-title {
        font-size: 16px;
        line-height: 16px;
    }
    .product-section .ev-products .product-text ul li span {
        font-size: 13px !important;
    }
    .product-section .ev-products .whatsapp-btn {
        font-size: 11px;
        padding: 6px 12px;
    }
    .product-section .ev-products .whatsapp-btn i {
        font-size: 13px;
        margin-right: 5px;
    }
    .product-section .ev-products .product {
        min-height: 280px; /* Adjusted for more vertical space */
    }
    .product-section .ev-products .product-action {
        padding-top: 20px; /* Increase space to push button lower */
    }
}

@media (max-width: 360px) {
    .product-section .ev-products {
        grid-template-columns: repeat(2, 1fr); /* Still 2 columns */
        gap: 8px;
    }
    .product-section .ev-products .product-img img {
        height: 100px; /* Smaller images for very small screens */
    }
    .product-section .ev-products .product-text {
        padding: 6px;
    }
    .product-section .ev-products .product-text .product-title {
        font-size: 11px;
        line-height: 14px;
    }
    .product-section .ev-products .product-text ul li span {
        font-size: 12px !important;
    }
    .product-section .ev-products .whatsapp-btn {
        font-size: 10px;
        padding: 5px 10px;
    }
    .product-section .ev-products .whatsapp-btn i {
        font-size: 12px;
        margin-right: 4px;
    }
    .product-section .ev-products .product {
        min-height: 260px; /* Further adjust card height */
    }
    .product-section .ev-products .product-action {
        padding-top: 15px; /* Adjust for very small screens */
    }
    
}
/* Tombol floating */
    .wa-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      cursor: pointer;
      z-index: 1000;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    }

    /* Popup box */
    .whatsapp-popup {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 320px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
      display: none;
      z-index: 1000;
      overflow: hidden;
    }

    .whatsapp-header {
      background: #25d366;
      color: #fff;
      padding: 15px;
      font-weight: bold;
    }

    .whatsapp-header small {
      display: block;
      font-size: 14px;
      font-weight: normal;
    }

    .whatsapp-body {
      padding: 15px;
    }

    .whatsapp-contact {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 10px;
      padding: 10px;
      border: 1px solid #e0e0e0;
      transition: all 0.3s ease;
    }

    .whatsapp-contact:hover {
      background: #f8f9fa;
    }

    .whatsapp-contact img {
      width: 45px;
      margin-right: 10px;
    }

    .close-popup {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 20px;
      cursor: pointer;
      color: #fff;
    }