
::-webkit-scrollbar {    width: 5px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px #83f8ff;}
::-webkit-scrollbar-thumb {    background-color: #137fe2;border-radius: 4px;}


/*search*/
.shop_search_btn {
    background: #d5d5d5;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}

.box_search input[type=text] {
    -webkit-appearance: textfield;
    /* -webkit-box-sizing: content-box; */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: solid 1px #ccc;
    padding: 5px 55px 5px 32px;
    line-height: 1.2;
    /* width: 110px; */
    width: 100%;
    max-width: 160px;
    border-radius: 0em;
    transition: all .5s;
    outline: none;
    height: auto;
}


/*top*/
#to_top {
    left: 20px;
    background: #ffffffa8;
    box-shadow: unset;
    color: #3aa8ff;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #97f4ff;
    font-size: 11px;
    padding-top: 5px;
    box-shadow: 0 0 12px rgba(58,168,255,0.7),
                0 0 24px rgba(58,168,255,0.4);
    animation: topmoveTop 1.5s ease-in-out infinite alternate;
}

#to_top i:before, #to_top i:after {    background: #3aa8ff;}
#to_top i.top:before, #to_top i.top:after {    height: 10px;    top: 6px;}
 @keyframes topmoveTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}


/*header*/
.pageIndex .main_header_area {
    background: linear-gradient(
  180deg,
  #ffffff 0%,
  #ffffff 5%,
  #ffffff00 100%
);
    box-shadow: none;
    position: relative;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    background: transparent;
    transition: all 0.7s;
}

.header_area.sticky {
    top: 0px;
    background: #ffffff00;
    transition: all 0.7s;
}

.me_tp_features a i {
    margin: 0 3px;
    display: none;
}


.main_header_area {
    position: relative;
    background: transparent;
    background: linear-gradient(180deg, #ffffff 0%, #ffffffd4 20%, #ffffff00 100%);
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffffb0 0%, #daebff9e 100%);
    position: absolute;
    left: 0;
    backdrop-filter: blur(20px);
    box-shadow: 1px 1px 5px #00000066;
    height: 100px;
    top: 0;
    transition: all 0.9s cubic-bezier(0.53, 0.09, 0.54, 0.98);
}



/*logo*/



.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
}


@media only screen and (max-width: 1024px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
}




.header_area .nav-brand {
    display: inline-block;
    width: 100%;
}


.header_area.sticky .nav-brand {
    width: 100%;
    transition: all 0.9s;
}

.header_area .nav-brand img {  
max-width: 100%;  
transition: all 0.5s;
}



.header_area.sticky .nav-brand img {
    filter: none;
    transition: all 0.3s;
}


.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 267px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    align-content: center;
}


.contact_page .banner { 
    aspect-ratio: 1985 / 100;    
}
.product_page .banner { 
    aspect-ratio: 1985 / 100;    
}
.promotions_page  .banner  { 
    aspect-ratio: 1985 / 200;   
	background:transparent;
}

.banner {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1985 / 400;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    min-height: auto;
    overflow: hidden;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    transform: translateX(-50%);
    /* background: #00000042; */
  }



.banner h5 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 10px;
    font-weight: 600;
    animation: fade-in-top 1.5s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;    
    top: 30px;
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.banner h5::before {
    content: 'CASE';
    display: block;
    margin-bottom: -63px;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff29;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-indent: .1rem;
}

.article_b .banner h5::before {
    content: 'SERVICE';
    display: block;
    margin-bottom: -63px;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff29;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-indent: .1rem;
}



.banblog {
    background-image: url(https://pic03.eapple.com.tw/vikingmds/banner02.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/vikingmds/banner02.jpg);
}
/*	
.banA {
    background-image: url(https://pic03.eapple.com.tw/vikingmds/banner02.jpg);
}
*/
/*nav*/
.me_tp_features {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    color: #ffffff;
}


.me_tp_features a {
    font-size: 14px;
    color: #0072cb;
}



.header_area .main_header_area .container {
    max-width: 90%;
    transition: 0.5s;
}

.header_area.sticky .main_header_area .container {
    max-width: 80%;
    transition:0.4s ease-in-out;
}

.stellarnav ul {
    margin: 0;
    text-align: right;
    
}


.stellarnav > ul > li:nth-of-type(3):after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0%;
    top: 30%;
    background-size: contain !important;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li:nth-of-type(3):hover::after {
    transform: rotate(90deg);
    top: 25%;
}


.stellarnav > ul > li:nth-of-type(4):after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0%;
    top: 30%;
    background-size: contain !important;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li:nth-of-type(6):hover::after {
    transform: rotate(90deg);
    top: 25%;
}
.stellarnav > ul > li:nth-of-type(6):after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0%;
    top: 30%;
    background-size: contain !important;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li:nth-of-type(4):hover::after {
    transform: rotate(90deg);
    top: 25%;
}


.stellarnav > ul > li:after {
    background: url(https://pic03.eapple.com.tw/shuyongofficial/icon01.svg) no-repeat;

}
.stellarnav li.has-sub > a:after {display:none;}

.stellarnav > ul > li > a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}


.stellarnav>ul>li>a {
    padding: 0px 5px;
    color: #2585ce;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    transition: all 0.5s;
}

.sticky .stellarnav>ul>li>a {
    color: #2585ce;
    transition: all 0.5s;
}

.stellarnav>ul>li>a:hover {
    transition: all 0.5s;
    color: #54c9fc;
    transform: translateY(-5px);
    transition: 0.6s ease;
}



.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #2B3047;
    color: #fff;
}

@media screen and (max-width: 1120px) {
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 0 20px;
}

.stellarnav>ul>li>a {
   
    font-size: 15px;
    
}

	
}

@media screen and (max-width: 1024px) {
.me_tp_features {
    display:none;
}


.navigation {
    display:flex;
	flex-direction:column;
}

.header_area .main_header_area::before {
  height: 93px;
}
	
    .stellarnav ul {
    margin: 0;
    text-align: center;
}

.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #ffffff;
    display: block;
    transform: scale(0.9);
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 4px;
}    

.stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }
    
}
.stellarnav ul ul {
    border-radius: 10px;
    overflow: hidden;
    border: none;
	box-shadow: 0 5px 10px rgb(26 221 255 / 15%);
	
}
.stellarnav > ul > li:nth-of-type(3) > ul {
   width: 150px;
   right:-20px;	
}

.stellarnav > ul > li:nth-of-type(4) > ul {
   width: 150px;
   right:-20px;	
}
.stellarnav > ul > li:nth-of-type(6) > ul {
    width: 150px;
    right: -20px;
}

.stellarnav li li {
    border:none;
}

.stellarnav li li a {
	 font-family: "Noto Sans TC", sans-serif;
	 color: #00BCD4;
	 font-weight: 400;
	 padding-left: 35px;
	font-size:14px;
	letter-spacing:2px;
}
.stellarnav li li a:hover {
	color: #ffffff;
    background: #4fc9ff96;
    transition: .5s;
}




.path p, .path p a {
    display:none;
}



.linksBtn {display: none;}


.info_fix {right: 22px; padding-top: 20px; width: 60px;}
.info_fix_links { display: flex !important; position: relative; z-index:999;}



.info_fix_links a {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 5px;
    border: 0px solid #ffb20200;
    box-shadow: 0 0 10px #00d8e9;
     animation: topmoveTop 1.5s ease-in-out infinite alternate;
}

.fa-phone-volume::before {
    content: "\f2a0";
    color: #48aaff;
}

.fa-envelope::before {
    content: "\f0e0";
    color: #48aaff;
}

.info_fix_tel:hover .fa-phone-volume::before {
    color: #ffffff;
}
.info_fix_mail:hover .fa-envelope::before {
    color: #ffffff;
}

.info_fix_links a:hover {
    position: relative;
    overflow: hidden;
    background: #aef5ffd4;
    margin: 5px;
    border: 0px solid #ffb20200;
     box-shadow: 0 0 10px #00d8e9;
}


@keyframes topmoveTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}




@media screen and (max-width:480px) {
.info_fix { right: 5px; width: 50px;}
.info_fix_links:before {width: 50px; left: 45%;top: -70px;}
}


@media only screen and (max-width: 768px) {
   .nav-header {  
    max-width: 180px;
} 
}
@media only screen and (max-width: 480px) {
   .nav-header {   max-width: 130px;} 
    .header_area .main_header_area::before {height: 60px;}
}



.banF {
    opacity: 0;
    min-height: 125px;
}


 .product_page #content, .album_class_page #content, .album_page #content, .album_info_page #content, .blog_page #content, .blog_in_page #content{
	/*background-image: url(https://pic03.eapple.com.tw/sywc/bg03.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	z-index: -1;
	} 




.products-list .pic::before, .related_list li figure::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 1.2;
	letter-spacing: 0px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after, .related_list li figure::after {

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(66 179 253 / 37%);
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after, .related_list li:hover figure::before, .related_list li:hover figure::after  {
    opacity: 1;
}


.product_page .main_part { max-width:1500px;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page {width: 100%;display: none;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
	.nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 132px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    align-content: center;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}



.product_page .product_menu_list {padding: 0;}
.product_menu_list > h5 {display: block;color: #444;font-size: 16px;border-bottom: 2px solid #eee;padding: 10px 0;}
.product-layer-two{background: transparent;border-radius: 10px;}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li.active{background: #fff;transition: all .5s;}
.product-layer-two li.active li a {background: #eee;transition: all .5s;}
.product-layer-two li a {color: #333;font-size: 12px;background: transparent;padding: 10px 0;}
.product-layer-two li a:hover{background: #2d5b96bf;color: #fff;padding-left: 10px;}
.product-layer-two li a:hover ~ i{color: #0f0f0f;}
.fa-circle-plus::before {content: "+";}
.product-layer-two li.active a {font-weight: 500;border: none;color: #fff;background: #666;padding-left: 10px;}
.product-layer-two li.active i.close::before{color: #fff;}
.product-layer-two li.active .fa-circle-plus::before {color: #fff;}
.product-layer-two li li a {padding: 10px;font-size: 12px;background: #eeeeee;}
.product-layer-two > li {padding-bottom: 0;border-bottom: none;}
.product-layer-two > li > a {letter-spacing: 2px;border: none;transition: all .5s;}
.product-layer-two > li.active > a {background: #555;}
.product-layer-two > li.active li.active > a{background: #fff;color: #ad925e;}
.product-layer-two > li ul > li + li {margin-top: 0;}
.product-layer-two li ul {margin-top: 0;}
.product-layer-two li li:hover {margin-left: 0;background: #fff;transition: all .5s;}
.product-layer-two li li:hover > a {background: transparent;}
.product-layer-two li li:hover > a:before{display: none;}
.product-layer-two li i {top: 12px;height: auto;font-size: 12px;font-weight: 300;color: #555;}


.products-list .price {margin: 0 0 10px;}
.products-list .price b {color: #415677;}
.products-list .more {font-size: 14px;font-weight: 500;border: 0px solid #03A9F4;color: #ffffff;background: linear-gradient(90deg, #48aaff57, #033e9885);}
.products-list .item a:hover .more {background: linear-gradient(90deg, #48aaffa6, #033e98bf);}
.products-list .name {height: auto;text-align: center;letter-spacing: 1px;line-height: 160%;}

.product_info_page .product_menu_list{display: none;} 

.product_pic {display: flex;flex-direction: column-reverse;max-width: 1200px;margin: 0 auto;}
.product_pic .swiper-slide{max-height: 80vh;}
.product_pic .proImgSwiper{max-height: 80vh;}
.swiper-button-next:after, .swiper-button-prev:after {background: #888;width: 30px;height: 45px;display: block;
    padding: 0 10px;font-size: 14px;line-height: 45px;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{text-shadow: none;}

.sidebarBtn {border: none;background: transparent;}
.sidebarBtn h2 {color: #333;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.sidebarBtn .sp_price {color: #b92c2c;}
.inquiry_a1 {background: #888;border-radius: 0;}
.inquiry_a2 {background: #eee;border-radius: 0;color: #888;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #555;color: #fff;}

.prod_tabs{margin-top: 120px;}
.pd_tabTitle li {border-bottom: none;background: transparent;border-bottom: 2px solid #ddd;transition: all .5s;}
.pd_tabTitle li a{color: #ddd;letter-spacing: .6rem;transition: all .5s;}
.pd_tabTitle li.activeTab {border-bottom: 2px solid #eee;}
.pd_tabTitle li.activeTab::after {height: 0;}
.pd_tabTitle li.activeTab a {color: #333;font-weight: 400;}


.prod_related {background: transparent;padding: 50px 0 25px;border-top: 1px solid #333;margin-top: 100px;display: none;}
.prod_related h6 span:before {color: #333;font-weight: 400;}
.prod_related h6 span:before {font-size: 18px;letter-spacing: .6rem;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1400px;width: 94%;}
.related_list li a{padding: 0;}
.related_list li a p {font-size: 14px;width: 90%;line-height: 1.4;margin: 10px auto 20px;padding: 0;}


.stepImg{margin: 40px auto 80px;width: 100%;}
.stepImg img{display: none;}
.stepImg span {border: 1px solid #4f4949;text-align: center;font-size: 12px;padding: 15px 20px;color: #4f4949;
 margin: 0 -1px 0 0;width: 33.3%;}
.stepImg span.one{text-align: center;margin-left: 0;}
.stepImg span.three{text-align: center;}   
.stepImg span.active {color: #fff;background: #4f4949;}

.shopping-cart .cart_head {background: #b6a292;}
.shopping-cart .cell.product_name {font-weight: 400;padding: 10px 20px;}

.total_amount {justify-content: flex-end;margin: 30px 0 80px auto;font-size: 14px;}
.total_amount ul {background: #fff;margin: 40px 0 60px;}
.total_amount ul:after{display: none;}
.rewrite_simple, .send_simple {font-size: 14px;}
.rewrite_simple {background: #4f4949;}
.send_simple {background: #b6a292;margin-left: 20px;}
.blank_letter {letter-spacing: 2px;}
.red {color: #b92c2c;}

.separate_title {padding: 10px 20px;background: #b6a292;color: #fff;font-weight: 400;}
.border200 {width: 100%;border: 1px solid #ccc;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.formbox_form{padding: 0;}
.formbox_form li .form__insert select{margin-bottom: 10px;}
.form label {color: #474141;margin-bottom: 0;}
.form label .inputbox {margin-right: 10px;}
.form label.circle .inputbox {background-image: none;border: 1px solid #474141;border-radius: 50%;}
.form label .inputbox.Big {width: 18px;height: 18px;}
.form label.Bigcheck {margin-left: 0;top: 0;margin-top: 10px;}
.form label.Bigcheck .inputbox {background-image: none;border: 1px solid #474141;}
.form label.circle input:checked {background-position: center !important;}
.form label.Bigcheck input:checked {background: #474141;}
.separate_title .note {background: #f3f3f3;font-size: 10px;color: #888;padding: 2px 6px;border-radius: 30px;margin-left: 15px;}

.order_finish_page .main_part {max-width: 1400px;}
.order_pay {padding: 0;}
.note_edit{background: transparent;padding: 20px;color: #474141;}
.order_list_tit b {font-size: 24px;color: #474141;font-weight: 400;}
.order_list_spec p {font-weight: 400;padding: 10px 20px;background: #b6a292;}
.order_list_tab td {background: #f8f8f8;}
.order_list_tab td:nth-child(1) {background: #474141;color: #fff;width: 150px;font-weight: 400;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #b6a292 solid;}
.pay_text > a{font-size: 14px;}
.order_list_head p {font-size: 18px;color: #474141;border-bottom: 2px #474141 solid;}
.order_list_pro td:nth-child(1),.order_list_pro td:nth-child(4) {width: 70px;}
.order_list_pro tr:first-child {background: #b6a292;}
.order_list_pro tr:first-child td {color: #fff;font-weight: 400;}
.last_box_money em span {color: #3fa5ff;letter-spacing: 0;}

.car_page .information_left {width: 100%;margin: 50px auto;}
.contact_le_map a {background: #888;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {margin-right: 20px;}

.formbox_form li.last {justify-content: center;}

@media (max-width: 1200px){
	.related_list {grid-template-columns: repeat(2, 1fr);}
	.related_list li figure {aspect-ratio: auto;}
	.related_list li a img {height: 25vw;}
}
@media (max-width: 1024px){
	
	.stepImg {margin: 40px auto;}
}
@media screen and (max-width: 768px) {
	
	.product-layer-two {grid-gap: 0 5px;}
	.product-layer-two li a{width: 100%;padding: 10px 0;}
	
	.product_page .product_menu_list > h5 {font-size: 18px;font-weight: 500;letter-spacing: .4rem;margin-bottom: 0;}
	.fa-caret-down::before{font-size: 14px;}
	.product-layer-two li a{border-bottom: 1px solid #eee;padding: 10px 0 5px;width: 95%;}

	.mobile_product_name{display: none;}
	

	.shopping-cart .cart_content .row{border: 1px solid #b6a292;padding: 15px 10px;}
	.shopping-cart .cell {flex-direction: row;border-bottom: none;}
	.shopping-cart .cell:before {color: #b6a292;margin-right: 10px;font-weight: 400;}
	.shopping-cart .cell.product_name {padding: 0;}
	.shopping-cart .cell.product_name p {font-size: 18px;color: #4f4949;padding-right: 30px;}
	.small_pic {width: 65px;height: 65px;}
	.shopping-cart .cell.amount:last-child {position: absolute;right: 0;top: 0;border-bottom: none;
     width: 30px !important;height: 30px;background: #b6a292;}
    .shopping-cart .cell.amount:last-child:before{display: none;}
    .shopping-cart .cell.amount:last-child > a{margin: 0 auto;line-height: 1;}
    .fa-lg {font-size: 14px;color: #fff;}

}
@media (max-width: 640px) {
	
    .order_list_pro td span {font-size: 14px;color: #474141;}
}
@media screen and (max-width: 600px){
	
	.pd_tabTitle li a{font-size: 12px;}
	.related_list li a img {height: 150px;}
	

	.shopping-cart .cell, .shopping-cart .cell.amount, .shopping-cart.check .cell.amount, .shopping-cart.check .cell{
		width: 100%;}
	.shopping-cart .cell {justify-content: space-between;border-bottom: 1px solid #eee;}
	.shopping-cart .cell.product_name {min-height: 60px;padding-bottom: 30px;}
	.shopping-cart .cell.product_name p {font-size: 14px;}

	.total_amount {justify-content: space-around;}
	.rewrite_simple, .send_simple{margin: 0;}
	
	.pay_text{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
	.pay_text > a{width: 160px;text-align: center;}
	.orderFinish_data .pay_text>*+* {margin-top: 0;}
	.order_list_tab td {padding: 6px 12px;}

	.formbox_form li.last {justify-content: space-around;}
}
@media (max-width: 570px) {
	
	.order_list_tab td:nth-child(1) {width: 100px;}
}
@media (max-width: 568px){
	
	.order_list_tab td{font-size: 14px;}
}



.product-layer-two li li a{transition: all .5s;}
.product-layer-two li li:hover > a {color: #22395d;}
.product-layer-two > li.active > a {background: linear-gradient(90deg, #48aaffa6, #033e9800);  }
.product-layer-two > li.active li.active > a {color: #24395b;font-weight: 600;}

.inquiry_a3 {background: #22395d;}

.stepImg span {border: 1px solid #888;}
.stepImg span.active {background: #888;}
.shopping-cart .cart_head {background: #888;}
.rewrite_simple {background: #888;}
.send_simple {background: #22395d;}

.separate_title {background: #888;}

.order_list_spec p {background: #888;}
.order_list_tab td:nth-child(1) {background: #22395d;}
.order_list_tab.payer td:nth-child(1) {border-right: 3px #888 solid;}
.order_list_pro tr:first-child {background: #888;}



@media screen and (max-width: 768px) {
	
	.product-layer-two li a {padding: 10px 0;width: 100%;}
	
	.shopping-cart .cart_content .row {border: 1px solid #24395b;}
    .shopping-cart .cell.amount:last-child {background: #24395b;}
    .shopping-cart .cell:before {color: #22395d;}
}



.blog_le .accordion {list-style-type:none;margin:auto;border-radius: 5px;border: none;overflow:hidden;background-color: aliceblue;}
.accordion li .link{position: relative;}
.accordion li+li .link{border-top: 0px solid #ccc;} 
.accordion li .link a {cursor:pointer;display:block;padding:15px 10px;color: #4e617b;font-size:14px;font-weight: 600;position:relative;}
.blog_le .accordion li.open .link { color:#999; }
.blog_le .accordion li .link i { position: absolute; top: 0; right: 0; font-size: 16px; color: #444; transition: all 0.4s ease;  width: 45px; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer;}

.blog_le .accordion li.open .link i { color:#999;}
.blog_le .accordion li.open i.fa-chevron-down::before {content: '\f077';}
.blog_le .accordion li.default .submenu {display: block;}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background: linear-gradient(90deg, #6fd3ff91, #1572d17d) !important;}
.blog_le .accordion > li:hover .link,z
.blog_le .accordion > li.on_this_category .link { color:#fff !important;}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a { color:#fff !important;}
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.on_this_category .link i { color:#fff !important;}
h5.blog_le_t {
    display: none;
}



.blog_ri {padding: 0 0 0 50px;}
.blog_page h4.blog_category_title{display: none;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a {grid-template-columns: 200px 1fr;align-items: center;grid-gap: 50px;padding-right: 50px;}
.subbox_item a:before {
	font-size: 12px;
	padding: 5px 20px;
	color: #fff;
	bottom: auto;
	right: auto;
	left: 90%;
	top: 85%;
	transform: translate(-50%,-50%);
	}
.subbox_item a:after {background: rgb(175 211 255 / 50%);border: none;}
.blog_list_ri h5 {color: #444;font-weight: 400;}
.blog_list_ri em {font-size: 12px;}
.blog_list_ri p {font-weight: 400;letter-spacing: .2rem;line-height: 160%;font-size: 12px;margin-top: 20px;}

h4.blog_category_title {padding: 0;font-size: 20px;letter-spacing: .4rem;margin-bottom: 0;font-weight: 400;}
.blog_shareData{border-bottom: 1px solid #eee;padding-bottom: 10px;}
.toShareNews b{font-size: 12px;font-weight: 400;}
.toShareNews a object{max-width: 20px;}

.blog_back {grid-gap: 0;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
	background: transparent;color: #888;border: 1px solid #888;font-size: 14px;padding: 12px;}
.blog_back a.article_btn_back{background: #888;padding: 12px;}
.news_related {background: transparent;padding: 50px 15px;margin-top: 50px;}
.news_related h6 span:before {font-size: 18px;letter-spacing: .6rem;font-weight: 500;color: #555;}
.news_related_list li a p {padding: 5px 5px 10px;line-height: 1.6;}
.lastPage {background: #c1a383;font-size: 16px;}

@media screen and (max-width: 1024px){

	.subbox_item a {grid-template-columns: 120px 1fr;align-items: start; grid-gap: 30px;padding: 15px 0;}
}
@media screen and (max-width: 768px){
	
	.blog_le{padding: 0;}

	.blog_list_ri{padding: 0;}
	.blog_list_ri h5 {font-size: 16px;}

	.blog_le, .blog_ri{margin-bottom: 50px;}
	.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back{font-size: 12px;}
	.lastPage{font-size: 12px;}
    .blog_ri {padding:10px;}
	.article_b .subbox_item a:before {display:none;}
     .article_b .subbox_item a {display:flex;flex-direction:column;}
	
}
@media screen and (max-width: 450px){

	.subbox_item a {grid-template-columns: 80px 1fr;grid-gap: 15px;}
}




.blog_list_ri h5 {}
.subbox_item a:before {background: #c1d7dd00;}


.subbox_item a {
    position: relative;
}

.article_a  .subbox_item a::before {
    content: "More+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0);
    transform-origin: center;
    font-size: 15px;
    color: #0d4cae;
    border-bottom: 2px solid #0d4cae;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .35s ease, transform .45s cubic-bezier(.4,0,.2,1);
    z-index: 10;
}

.article_a .subbox_item a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1);
}





h4.blog_category_title{color: #fff;}
.blog_back a.article_btn_back {background: #76dcfb;color: #ffffff;font-size: 14px;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {color: #76dcfb;border: 1px solid #76dcfb;font-size: 14px;}
.news_related {border-top: 1px solid #ccc;display: none;}
.news_related h6 span:before{color: #eee;}
.news_related_list li a {padding: 0;background: #222;}
.news_related_list li a p {color: #ccc;padding: 20px 5px;}





.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 50%);backdrop-filter: blur(5px);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border-bottom: 2px solid #68d5ba;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name {font-weight: 400;text-align: center;color: #888;letter-spacing: .6rem;font-size: 14px;}
.show-list .item:hover .show_name {color: #333;}

.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 16px;color: #888;font-weight: 400;}
.other_subalbum li a p {background: rgb(85 85 85 / 20%);color: #fff;text-align: center;font-weight: 300;
    font-size: 14px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;
height: 100%;display: flex;justify-content: center;align-items: end;padding-bottom: 30px;}
.other_album_choice li {background: #888;font-size: 12px;border-radius: 3px;}

.album_descrip p{font-size: 14px;line-height: 180%;}
.fa-right-from-bracket::before {content: "\f061";}

.album_fixed_title { display: none;}




.article_b .i_blog_le { 
    aspect-ratio: 3 / 2;    
    grid-gap: 10px;
}

.article_b .module_i_news ul {}

.article_b .module_i_news li {
    background: #ffffff59;
}

.article_b .module_i_news li a:after {  
    background: transparent;
}




.article_b .blog_list_ri h5 { 
    color: #3e3e3e;
}


.article_b .subbox_item {
    border: 1px solid #99783300;
    background-color: #3dbde30f;
    padding: 10px;
}

.article_b .subbox_item a {
    align-items: center;
    grid-template-columns: 200px 1fr;
}

.article_b .subbox_item:hover {
    border: 1px solid #16e6e896;
   box-shadow: 0 5px 8px rgb(162 162 162 / 15%);
}
   


.article_b .subbox_item a:before {
    color: #47c1f7;
    background: #99783300;
    padding: 10px;
    opacity: 0.5;
}

.article_b .subbox_item a:hover:before {
    color: #084dae;
    background: #99783300;
    padding: 10px;
    opacity: 1;
}

.article_b .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #b5faff69;
    opacity: 0;
}

.article_b .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}


.article_b .blog_subbox {
    grid-template-columns: 1fr;
    /* padding: 10px; */
}


.article_b .blog_back {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    display: none;
}

.article_b .blog_back a.article_btn_back {
    background: var(--subColor);
}


.article_b .path p,
.article_b .path p a {
    display: none;
}



.article_b h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    opacity: 0;
}


.article_b .blog_shareData {
    padding-bottom: 15px;
}


.article_b .news_related {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}




/*promotion*/
.promotion_title em {   display: none;}
.promotion_title span {
    border: 1px #cccccc00 dashed;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
    color: #06caff;
}
.other_promotion li a:before {content:'';display:block;position:absolute;left:-1px;top:-1px;z-index:1;width:15px;height:15px;border: 1.5px #24cce7 solid;border-bottom:none;border-right:none;transition:all .5s;}
.other_promotion li a:after {content:'';display:block;position:absolute;right:-1px;bottom:-1px;z-index:2;width:15px;height:15px;border: 1.5px #24cce7 solid;border-top:none;border-left:none;transition:all .5s;}
.promotion_title h2 {
    font-size: 24px;
    color: #105991;
}



/*contact*/
.contact_content .information_right {
    width: 100%;
    padding-left: 30px;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 28px;
}

.contact_form li {
    display: grid;
    grid-template-columns: 214px 1fr;
    grid-gap: 10px;
}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;
    grid-template-columns: 31px 1fr;
    grid-gap: 10px;
    font-size: 15px;
}

.contact_form li .form__label {
    display: block;
    max-width: 200px;
    text-align: left;
}

.contact_le_map a {background: #46A3FF;}
.contact_form li.last cite {background: #46A3FF;}


.contact_form li.last blockquote, .contact_form li.last cite {   border: 1px #46A3FF solid;  border-radius: 0px;}

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0px;
}


#content {min-height: 80vh;}

.promotions_page #content {
    background-image: url(https://pic03.eapple.com.tw/vikingmds/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.contact_le_map a {    background: #46A3FF;}
.contact_form li.last cite {background: #46A3FF;}
.contact_content .information_right {
    background: #ffffff;
    border-radius: 1em;
    width: 100%;
    max-width: 1250px;
    margin: 50px auto;
    padding: 30px 40px 30px 40px;
    box-shadow: 1px 1px 15px #b8cfe7;
}
.contact_form {color: #3B3C3D;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #46A3FF solid;}
.information_right .contact_form li.last blockquote input {color: #46A3FF;}
.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    color: #46A3FF;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.2em;
    margin-bottom:5px;
}

.contact_form li .form__label {
    font-family: '"Noto Sans TC", sans-serif';
    display: block;
    max-width: auto;
    /* text-align: right; */
    letter-spacing: 0.05em;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0.05em;
}
.red {
    color: #39a1e5;
}

.contact_editbox { padding: 0px 0px;}

.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #454442 solid; */
    background: #0000000a;
    color: #3B3C3D;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4544423d;
    padding: 5px 0 30px 0;
    grid-gap: 20px;
}

.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #898989 solid;
    color: #3B3C3D;
    transition: all 0.3s;
}


.contact_content .information_left {
    display: none;
    flex-direction: column;
    /* margin: 10px 50px 10px 80px; */
    padding: 0px;
    width: 100%;
    max-width: 1300px;
}
.i_contact_box section {
    width: 100%;
    max-width: 1300px;
    margin: 0;
}


.contact_editbox {
  order: 1;
}




.contact_content form {
    max-width: calc(100% / 12 * 9);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin: 0 auto;
    border-radius: 30px;
}

.contact_content .con_text {
    color: #3B3C3D;
    letter-spacing: 0.05em;
    font-family: '"Noto Sans TC", sans-serif';
    font-weight: 400;
}

 .contact_page #content{
	background-image: url(https://pic03.eapple.com.tw/vikingmds/bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	} 




@media screen and (max-width: 768px) {
.contact_form li {
    display:flex;
    flex-direction:column;
}
.contact_form li.last {
 display: flex;
 flex-direction: row;
 justify-content: center;
  max-width: 200px;
 }

.contact_content .information_right {
  
    margin: 50px auto;
    padding:20px;
   
}
	
}



/*footer*/

.footer{         
    z-index: 99;
    background-image: url(https://pic03.eapple.com.tw/vikingmds/footer.jpg); 
    background-position:bottom;
    background-attachment: fixed;}

.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.footer_info li{width: 45%;font-family: "Noto Sans TC", sans-serif;}
.footer_info li p {color: #fff;font-family: noto;font-family: "Noto Sans TC", sans-serif;}
.footer_info li p a {  color: #fff;}
.footer_info li p.mail{display: none;}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
}

.footer_menu a:first-child {display:none;}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}


@media screen and (max-width: 768px) {

#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
.footer_info li p{text-align: center;}
.footer_info li { width: 90%;}
.footer_menu {    max-width: 450px;    margin: auto;}
 .footer_menu {  grid-template-columns: 1fr 1fr;}
.footer_info { justify-content: flex-start;}
.footer_logo { margin-left: 17px;}
    .footer_info li p {  text-align: left;}
}

/*mobile*/
@media screen and (max-width: 768px) {



    .nav-header {
        max-width: 130px;
       
    }

.stellarnav>ul>li>a {
    color: #1e5a87;
    transition: all 0.5s;
}


.stellarnav > ul > li:nth-of-type(4) > ul {
   width: 0px;
   right: 0px;
	box-shadow:none;
}

.stellarnav > ul > li:nth-of-type(6) > ul {
   width:auto;
   right: auto;
	box-shadow:none;
}

.stellarnav > ul > li:nth-of-type(3) > ul {
   width:auto;
   right: auto;
	box-shadow:none;
}
	
	
.stellarnav > ul > li:after {
    display:none;
}
.stellarnav > ul > li.drop-left > ul {
    background: transparent;
    padding: 0px 0;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}


.stellarnav .icon-close {
    right: 12px;
    top: 2px;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after {
    border-bottom: solid 2px #ffffff;
}

    .stellarnav.mobile.left > ul {
        top: -1px;
        border: none;
        background: #ffffff59;
        backdrop-filter: saturate(93%) blur(10px);
        padding: 0;
        animation: fade-in-left .8s cubic-bezier(.39, .575, .565, 1.000) both;
        width: 100%;
        max-width: 100%;
        z-index: 9999999999;
    }
@keyframes fade-in-left{
    0%{transform:translateX(-50px);opacity:0}
    100%{transform:translateX(0);opacity:1}
}



.stellarnav.mobile {
        left: 0px;
        top: 15px;
    }

.stellarnav.mobile li a {
    border-bottom: none
}

.stellarnav.mobile > ul > li {
    border-bottom: 1px #ffffff29 solid;
    padding: 10px;
}

.stellarnav.mobile ul {
    background: transparent;
    padding: 2px;
}

.stellarnav.mobile ul ul {
    padding: 0px;
    background: transparent;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    padding-left: 0px;
}


.stellarnav.mobile li.open {
    background: transparent;
    padding: 10px;
}

.stellarnav.mobile li.open li.open {
    background: transparent;
    padding: 0;
}


.stellarnav.mobile li.open li a:not(.dd-toggle) {
    padding: 10px 20px;
    color: #1e5a87;
    border-bottom: none;
    font-size: 13px;
    letter-spacing: 1px;
    background: #ffffff00;
}

.stellarnav li li {border: none;margin-left: 0px;transition: .6s;font-size: 13px;}



.header_area .main_header_area .container {
    max-width: 90%;
}
.header_area.sticky .main_header_area .container {
    max-width: 90%;
    transition: 0.4s ease-in-out;
}


.stellarnav a.dd-toggle .icon-plus {
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff00;
    border-radius: 50%;
    position: relative;
}

.stellarnav a.dd-toggle .icon-plus:before,
.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    position: absolute;
    background: #73abff;
    left: 50%;
    top: 50%;
    border: none;
}

.stellarnav a.dd-toggle .icon-plus:before {
    width: 10px;
    height: 2px;
    transform: translate(-50%,-50%);
}
.stellarnav a.dd-toggle .icon-plus:after {
    width: 2px;
    height: 10px;
    transform: translate(-50%,-50%);
}

.stellarnav li.open > a.dd-toggle .icon-plus:before {
    background: #00dcff;
}

.stellarnav li.open > a.dd-toggle .icon-plus:after {
    opacity: 0;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}



.stellarnav.mobile > ul > li > a.dd-toggle {
    top: 10px;
}
.stellarnav.mobile > ul > li > ul > li a.dd-toggle {
    top: 10px;
}



.stellarnav .menu-toggle:after {
    display: none;
    color: #f1f0e0;
}

.stellarnav .menu-toggle span.bars span {
    height: 2px;
    border-radius: 0;
    margin: 0 auto 6px;
}

.stellarnav .menu-toggle span.bars span:nth-of-type(1),
.stellarnav .menu-toggle span.bars span:nth-of-type(3) {
    background: #4aabff;
}
.stellarnav .menu-toggle span.bars span:nth-of-type(2) {
    background: #8ed8ff;
}

.stellarnav.mobile li.open li a:before {
    opacity: 0;
}

.stellarnav.mobile li.open li.open li a:before {
    display: none;
}



.stellarnav> ul > li > a {
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-out;
}

.stellarnav.left.mobile.active > ul > li > a {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(1) > a {
    transition-delay: 0.1s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(2) > a {
    transition-delay: 0.3s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(3) > a {
    transition-delay: 0.5s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(4) > a {
    transition-delay: 0.7s;
}

.stellarnav.left.mobile.active  > ul > li:nth-of-type(5) > a {
    transition-delay: 0.9s;
}


.stellarnav.mobile.left .close-menu {
        padding: 10px 10px 5px;
        background: #3285bf85;
        position: relative;
        color: aliceblue;
    }


.stellarnav > ul > li:nth-of-type(4) > ul {
    width: auto;
}
.stellarnav > ul > li:nth-of-type(2) > ul {
    width: auto;
}
.stellarnav > ul > li:nth-of-type(5) > ul {
    width: auto;
}
.stellarnav.left.mobile.active .close-menu::after {
    animation: wave-reveal-2 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: .2s;
    opacity: 1;
}

@keyframes wave-reveal-2 {
    0% {
        clip-path: inset(0 50% 0 50%);
        filter: blur(6px) invert(1);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        clip-path: inset(0 0 0 0);
        filter: blur(0) invert(1);
        opacity: 1;
    }

}



