/**
* Copyright © 17-05-2022 Aloteam. All rights reserved.
* See COPYING.txt for license details.
*/
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{
    width: 340px;
}

.magicmenu .nav-desktop .level0 .level-top-mega [class*="column-count-"] .children a{
    max-width: 82.3529%;
    width: 100%;
    display: block;
}

.magicmenu .nav-desktop .level0.nav-1 .mage-column.mega-block-right{
    padding-left: 15px;
    padding-right: 15px;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{
    padding-bottom: 0;
    margin-right: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before{
    width: 0;
    height: 0;
}

.magicmenu .nav-desktop .level0.nav-1 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1{
    padding-top: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span{
    font-size: 14px;
    font-weight: initial;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 a:after{
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 8px;
    line-height: 15px;
    display: none;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 a:hover:after{
    display: inline-block;
}

.magicmenu .nav-desktop .level0 .level-top-mega{
  padding: 18px 23px;
  min-height: 427px;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1{
    padding-top: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:not(:last-child){
    border-width: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right{
  padding-top: 0;
  padding-bottom: 0;
}

.magicmenu .nav-desktop ul.column-count-2{
    column-count: 2;
}

.magicmenu .nav-desktop ul.column-count-3{
    column-count: 3;
}

.magicmenu .nav-desktop ul.column-count-4{
    column-count: 4;
}

.magicmenu .nav-desktop ul.column-count-5{
    column-count: 5;
}

.magicmenu .nav-desktop ul.column-count-6{
    column-count: 6;
}

.magicmenu .nav-desktop ul.column-count-7{
    column-count: 7;
}

.magicmenu .nav-desktop ul.column-count-8{
    column-count: 8;
}

.magicmenu .nav-desktop ul.column-count-9{
    column-count: 9;
}

.magicmenu .nav-desktop ul.column-count-10{
    column-count: 10;
}

.magicmenu .nav-desktop .level0.blog .level-top-mega.menu-mega-custom{
    left: 0;
    right: 0;
    max-width: 100%;
}

.magicmenu .nav-desktop .level0 .level-top-mega.menu-extra-center{
    transform: translateX(0);
}

header .header-content >.container{
    position: relative;
}

header .header-content .header-menu{
    position: static;
}

.nav-sections-item-content .magicmenu{
    position: static;
}

.magicmenu .nav-desktop .level0 .level-top{
    padding: 25px 15px;
}

.magicmenu .nav-desktop .level0 .block-menu-right-item-title img{
    margin-bottom: 15px;
}


.magicmenu .nav-desktop .level0.nav-5 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:last-child{
    border-width: 0;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom{
    transition: all .3s ease;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    position: absolute;
    pointer-events: none;
    top: calc(100% + 30px);
    padding-left: 0;
    padding: 18px 23px;
    z-index: 10;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    min-height: 427px;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom .category-item{
    width: 34% !important;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom .mega-block-right{
    width: 66% !important;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom p{
    margin-bottom:  0;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom .block-static-block.widget, 
.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom .block-cms-link.widget{
    margin-bottom: 0;
}

.magicmenu .nav-desktop .level0.menu-extra-custom:hover .menu-mega-custom{
    pointer-events: unset;
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.magicmenu .nav-desktop .level0.menu-extra-custom:hover .menu-mega-custom{
    pointer-events: unset;
    top: 100%;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom .block-menu-right-item-title.introduction p{
    font-size: 14px;
    line-height: 24px;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom ul{
    list-style: none;
    text-align: initial;
    padding: 0 15px;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom ul li{
    padding-top: 0;
    margin:  0;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom ul a{
    line-height: 25px;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom ul a:after{
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 8px;
    line-height: 15px;
    display: none;
}

.magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom ul a:hover:after{
    display: inline-block;
}

.magicmenu .nav-desktop .level0 .level-top-mega{
    left: 0 !important;
    right: 0;
}

.magicmenu .nav-desktop .level0 ul a:hover{
    text-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

.magicmenu .nav-desktop .level0:hover .level-top-mega .content-mega-horizontal{
    max-width: 100%;
}
._block-content-loading {
    /* height: 100%; */
}
.product-view ._block-content-loading>.lazyload {
    height: 800px;
    background-image: url(../images/loader.svg) !important;
}

.magicmenu .nav-desktop .level0.our-designers .level-top-mega{
  padding-bottom: 93px;
}

/*responsive*/
@media screen and (min-width: 1200px){
    body header .container{
        max-width: 100%;
    }
}

@media screen and (min-width: 1440px){
    body header .container{
        max-width: 100%;
    }
}

@media screen and (min-width: 1740px){
    body header .container{
        max-width: 1740px;
    }
}

@media screen and (min-width: 1600px){
    .nav-mobile{
        display: none!important;
    }
}

@media screen and (min-width: 768px){
    .nav-mobile{
        display: block!important;
    }
}

@media screen and (max-width: 1919px){
    .magicmenu .nav-desktop .level0 .level-top{
        padding: 25px 10px;
    }
}

@media screen and (max-width:  1599px){
    .header-content .item-tool{
        flex: 1;
        max-width: unset;
    }

    header .header-content .header-menu{
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
    }

    .header-content{
        padding-top: 15px;
    }

    .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{
        width: 270px;
    }

    .magicmenu .nav-desktop .level0 .level-top-mega{
        min-height: unset;
    }

    .magicmenu .nav-desktop .level0.menu-extra-custom .menu-mega-custom{
        min-height: unset;
    }
}

@media(max-width: 1379px){
    .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{
        width: 225px;
    }
}

@media(max-width: 1199px){
    .nav-mobile .menu-extra-custom.our-brands .inner-block-menu-right{
        display:  none;
    }

    .nav-mobile .menu-extra-custom .block-menu-right-item{
        width:  100% !important;
    }

    .nav-mobile .menu-extra-custom.our-brands .inner-block-menu-right,
    .nav-mobile .menu-extra-custom.blog .inner-block-menu-right .pagebuilder-column:not(:first-child){
        display:  none !important;
    }

    .nav-mobile .menu-extra-custom .pagebuilder-column-group{
        flex-wrap: wrap;
    }

    .nav-mobile .menu-extra-custom .pagebuilder-column{
        width:  100% !important;
        padding: 0!important;
    } 

    .nav-mobile .menu-extra-custom .pagebuilder-column ul{
        padding: 0;
    }

    .nav-mobile .menu-extra-custom.blog .collapse{
        display: none;
    } 

    .nav-mobile li.level0:last-child a{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #e5e5e5;
    }
}
@media(max-width: 480px) {
    .product-view ._block-content-loading>.lazyload {
        height: 350px;
    }
}

/*changes_junw_6_2022*/
/*replace Bestsellers section with New Arrivals section in Funio 3*/
#html-body .magiccart__product.magiccart__product--style--1 .block-title-tabs{
  padding-bottom: 10px;
}

#html-body .magiccart__product.magiccart__product--style--1 .block-title-tabs:before{
    width: 67px;
    height: 2px;
    margin: 0;
    position: absolute;
    display: inline-block;
    clip:  initial;
}

#html-body .magiccart__product .block-title-tabs .block-title-heading .title{
  margin-bottom: 5px;
}

.products.wrapper.grid .product-item-info:hover .product-item-actions .stock.unavailable{
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    position: relative;
    text-align: center;
    color: #000;
    cursor: not-allowed;
}

.products.wrapper.grid .product-item-info:hover .product-item-actions .stock.unavailable:before{
    content: "\f109";
    font-family: funio;
}

.products.wrapper.grid .product-item-info:hover .product-item-actions .stock.unavailable span{
  display: none;
}

#html-body .magiccart__product.magiccart__product--style--1 .action-more{
  text-align: center;
}

#html-body .magiccart__product.magiccart__product--style--1 .action-more .load-more{
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 2;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 40px;
    height: 34px;
    line-height: 36px;
    cursor: pointer;
    color: #000;
}

#html-body .magiccart__product.magiccart__product--style--1 .action-more .load-more:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #000000;
}

#html-body .magiccart__product.magiccart__product--style--1 .action-more .load-more:hover{
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

#html-body .magiccart__product.magiccart__product--style--1 .action-more .load-more:hover:before{
   left: 0; 
}
/*end replace Bestsellers section with New Arrivals section in Funio 3*/

/*replace benefit section with this in Funio 3*/
#html-body .service.service--home .service-item:not(:last-child):before{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 50%;
    width: 1px;
    -webkit-animation: fadeInDown .8s ease-in-out;
    animation: fadeInDown .8s ease-in-out;
    animation-delay: .2s;
    background-color: #dadada;
}

#html-body .service.service--home .service-item{
    text-align: center;
    position: relative;
}

#html-body .service.service--home figure {
    margin-bottom: 15px;
}

#html-body .service.service--home .service-item .service-item-text{
    font-size: 1.6rem;
    max-width: 389px;
    margin: 0 auto;
}

#html-body .service.service--home .service-item h3{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 5px;
}

#html-body .service.service--home{
  padding: 54px 0 45px;
}

#html-body .service.service--home .service-item img{
    margin-bottom:  0;
}

#html-body .service.service--home .service-item figure{
    margin-bottom: 15px;
}
/*end replace benefit section with this in Funio 3*/

/*replace banner section with this in Funio 5*/
#html-body .banner.banner--style--2 .banner-item:last-child{
    padding-top: 0;
}

#html-body .banner.banner--style--2 .banner-item-details a{
    padding: 0;
}

#html-body .banner.banner--style--2 .banner-item:hover .banner-item-details a{
   padding: 5px 0;
}

.banner.banner--style--2 .banner-item-details h3{
    color: white;
}

.banner.banner--style--2 .banner-item-details a{
    color: white;
}

#html-body .banner.banner--style--2 .banner-item-details a:before, #html-body .banner.banner--style--2 .banner-item-details a:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: white;
}

#html-body .banner.banner--style--2 .banner-item-details a:hover:before{
    top: -2px;
}
/*end replace banner section with this in Funio 5*/

/*remove SKU and replace before stock status*/
.product-info-stock-sku{
  display: flex;
  flex-wrap: wrap;
}

.product-info-stock-sku .product-sku{
  margin-right: 30px;
}
/*end remove SKU and replace before stock status*/

/*responsive*/
@media(max-width: 991px){
    .zoomContainer{
        display: none !important;
    }

/*    .catalog-product-view .product.media{
        pointer-events: none;
    }*/

    #html-body .service.service--home .service-item .service-item-text,
    #html-body .service.service--home .service-item p{
        font-size: 14px;
    }

    #html-body .service.service--home .service-item h3{
        font-size: 18px;
    }

    #html-body .service.service--home{
        margin-top: 0;
        padding: 0;
    }

    #html-body .banner.banner--style--2 .banner-item-details{
        padding-top: 100px;
        padding-bottom: 25px;
    }

    #html-body .banner.banner--style--2 .banner-item-details h3{
        font-size: 2rem;
    }
}

@media(max-width: 767px){
    #html-body .service.service--home .pagebuilder-column-group{
        margin: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #e5e5e5;
    }

    #html-body .service.service--home .service-item:before{
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #html-body .service.service--home .service-item{
        padding: 15px;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #e5e5e5;
    }

    #html-body .service.service--home .service-item:last-child{
        border-width: 0;
    }

    #html-body .banner.banner--style--2 .banner-item:nth-child(2){
        order: 3;
        margin-top: 30px;
    }
}

@media(max-width: 575px){
    #html-body .banner.banner--style--2 .banner-item{
        margin-top: 30px;
    }

    #html-body .banner.banner--style--2 .banner-item:first-child{
        margin-top:  0;
    }

    #html-body .banner.banner--style--2 .banner-item-details h3{
        font-size: 20px;
    }

    #html-body .banner.banner--style--2 h2{
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

/*22/07/2022*/
.lookbook .easypin-marker:after{
    animation: zoomcustom 1s infinite ease;
    -webkit-animation: zoomcustom 1s infinite ease;
}

/*27/07/2022*/
.lookbook .easypin-marker{
    z-index: 2;
}

/*02/08/2022*/
@media screen and (max-width: 479px){
    #html-body .banner.banner--style--2 h2{
       font-size: 2.5rem;
       margin-bottom: 20px;
    }
}

@media screen and (max-width: 359px){
    #html-body .banner.banner--style--2 h2{
       font-size: 2rem;
    }
}