@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/*header*/
.banner-logo {
  opacity: 0;
  animation: banner-logo 4s forwards;
}

@keyframes banner-logo {
  0% { opacity: 0; transform: scale(1.2); filter: blur(10px); }
  20% { opacity: 1; transform: scale(1); filter: blur(0); }
  60% { opacity: 1; }
  100% { opacity: 0; filter: blur(10px); }
}
  
/*======================================*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}}

/*============大圖動畫===========*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
  background: url(https://pic03.eapple.com.tw/shangancare/A01.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -38%;
  left: -7%;
  width: 125% !important;
  height: 102% !important;
  background-position: left;
  mix-blend-mode: plus-lighter;
  padding-bottom: calc(100% / 1* 0.12);
  opacity: 1;
filter: blur(2px);
  /* 立即並持續閃爍 */
  animation: random-flicker 3s infinite steps(5);
}

@keyframes random-flicker {
  0% { opacity: 0.5; filter: blur(6px); }
  20% { opacity: 0.8; filter: blur(3px); }
  40% { opacity: 0.6; filter: blur(5px); }
  60% { opacity: 0.9; filter: blur(2px); }
  80% { opacity: 0.7; filter: blur(4px); }
  100% { opacity: 0.6; filter: blur(6px); }
}
/*==========END================*/


.me_tp_features {
    width: 100%;
    text-align: right;
    display:none;
}
/*=========只有首頁===========*/
.pageIndex .header_area {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 20px;
    transition: ease-out 0.3s;
    box-shadow: none;
    background: #f0f0f000;
}
.pageIndex .header_area .main_header_area {
    background: #ffffffb0;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 999em;
    transition: ease-out 0.5s;
    box-shadow: 0px 0px 15px -10px #000000bd;
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.5s;
    position: fixed;
    top: 0;
    padding: 0;
}
.pageIndex .header_area.sticky .main_header_area {
    background: #ccdce5c7;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
    
}
/*=============================*/
.header_area {
position: sticky;
    z-index: 9999;
    padding: 0;
    background: #ffffffc7;
    top: 0;
    width: 100%;}
.header_area .main_header_area {
    background: #ffffff00;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 999em;
    transition: ease-out 0.5s;
    box-shadow:none;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #ffffffc7;
}
.header_area.sticky .main_header_area {
    background: #ffffffc7;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
    }
    
    
/*===========================*/
.pageIndex .main_header_area .container {
    max-width: 100%;
    margin: auto;
}
.main_header_area .container {
    max-width: 100%;
    margin: auto;
}
.navigation {
    width: 97%;
    position: relative;
    padding: 0;
    display: flex;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    align-items: center;
}
/*========LOGO===========*/
.nav-brand {
    display: block;
    max-width: 65%;
    margin: 0 auto;
    padding: 5px;
}
/*======================*/
.stellarnav li {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #343a40;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    letter-spacing: 3px;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #343a40;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
/*========下拉選單=======*/
.stellarnav ul ul {
    top: 45px;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ffffffa3;
    left: 5%;
    backdrop-filter: blur(10px);
}
.stellarnav li li {
    display: block;
    border: 1px #eeeeee00 solid;
    border-bottom-width: 0;
}
.stellarnav li a {
    padding: 7px 0px;
    display: block;
    color: #343a40;
    font-size: 13px;
}
.stellarnav li li a:hover {
    color: #2c2c2c;
    transition: 0.5s ease-out;
    transform: translateX(-5px);
}

/*footer*/
.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    max-width: 110px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 100%;
}
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.footer::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a2cfeb6a;
    width: 400px;
    height: 400px;
    top: 35%;
    left: -4%;
    animation: floatPath1 15s ease-in-out infinite;
    z-index: -1;
}
.footer::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a2cfeb6a;
    width: 300px;
    height: 300px;
    top: 67%;
    left: 86%;
    animation: floatPath2 12s ease-in-out infinite;
    animation-delay: 3s;
    z-index: -1;
}
/* 動畫：緩慢飄移 */
@keyframes floatPath1 {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(30px, -20px) scale(1.05); }
  50%  { transform: translate(-20px, 10px) scale(1); }
  75%  { transform: translate(15px, 15px) scale(1.1); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes floatPath2 {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(-25px, 25px) scale(1.1); }
  40%  { transform: translate(30px, 10px) scale(1); }
  60%  { transform: translate(-15px, -20px) scale(1.05); }
  80%  { transform: translate(20px, -15px) scale(1); }
  100% { transform: translate(0, 0) scale(1); }
}

/*==========================*/

.footer_logo img {
    max-width: 90%;
}
.footer_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 25px 30px;
    justify-content: center;
}
.footer_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0;
    letter-spacing: 0.15em;
}
.footer_info li {
    display: block;
    padding: 10px;
    z-index: 99;
}
.footer_info li p {
    line-height: 170%;
    letter-spacing: 1px;
    color: #1b79b2;
    font-size: 13px;
}
a {
    color: #1b79b2;
    letter-spacing: 3px;
}
.footer_menu {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
    z-index: 99;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 4px;
    border: 0;
    margin: 0 0px 4px 0;
    font-size: 13px;
    line-height: 0;
    color: #1b79b2;
    background: 0;
}
.footer_menu a:hover {
    background: #66666600;
    color: #e89215;
}
.footer_info ul>li:nth-child(1):before {
    content: "聯絡資訊";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
}
.footer_info ul>li:nth-child(2):before {
    content: "網站地圖";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
    padding-left: 4px;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #1b79b2;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #1b79b2;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.copy {
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
    color: #ffffff;
    border-top: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #1b79b2;
}
.copy a {
    color: #fff;
    letter-spacing: 1px;
}
.copy a:hover {
    color: #e89215;
}



/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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%;}

.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) {
}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {background-image: url(https://pic03.eapple.com.tw/shangancare/banner-01.jpg);}
.banner h5 {
    font-size: 27px;
    color: #e18b15;
}
.banner.banA {}
.banner.banB {}
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
/*====================關於我們=================*/
.news_part .title_i_box h4::before {
    content: "New";
    padding: 0 10px 0 0;
    font-family: auto;
    font-weight: 700;
    font-size: 27px;
    color: #e18b15;
}
.news_part .title_i_box h4 {
    font-size: 18px;
    color: #e18b15;
    font-weight: 600;
}
.news_list ul li span {
    display: block;
    vertical-align: top;
    padding: 10px 0;
    font-size: 13px;
    color: #91adda;
    width: 150px;
    letter-spacing: 2px;
}
.news_list ul li p:after {
    content: 'read more';
    font-size: 12px;
    color: #91adda;
    letter-spacing: 0px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}
.news_list ul li p {
    display: block;
    padding: 15px 70px 15px 0;
    font-size: 14px;
    color: #333333;
    width: calc(100% - 160px);
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.animated-arrow {
    background: #e18b15;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 185px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;
    font-size: 15px;
}
/*====================服務項目=============*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    display: none;
}
.promotion_title {
    display: none;
}
.other_select_page .other_promotion li {
    display: none;
}
/*=================個案分享===============*/
h5.blog_le_t {
    font-size: 20px;
    font-weight: 500;
    color: #e18b15;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    color: #717171;
    border: solid 1px #c7c7c7;
    border-radius: 30px;
    padding: 10px 35px 10px 10px;
}
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: #e18b15;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 23px;
    border: 1px #e18b15 solid;
    overflow: hidden;
}
.accordion li+li .link {
    border-top: 1px solid #e18b15;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #e18b15 !important;
}
.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 12px;
    color: #91adda;
    transition: all .6s;
}
.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 12px;
    color: #91adda;
    transition: all .6s;
}
.blog_list_ri h5 {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    letter-spacing: 1px;
}
.blog_list_ri em {
    font-size: 13px;
    color: #daae53;
    font-style: normal;
    display: block;
    letter-spacing: 1px;
}
.blog_list_ri p {
    font-size: 13px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev {
    background: #e18b15;
}
.blog_back a.article_btn_next {
    background: #e18b15;
}
.blog_back a.article_btn_back {
    background: #91adda;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 20px;
    color: #e18b15;
}
.news_related {
    background: #f3f3f300;
    padding: 25px 15px;
}
.lastPage {
    font-size: 15px;
    color: #fff;
    background: #91adda;
    padding: 4px 20px;
    display: block;
    margin: 40px auto;
    width: 104px;
    text-align: center;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0; margin-top: -30px;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {       width: 90%;
    margin: 0px auto;
    padding: 0 10px;
    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;display:none;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {    max-width: 1200px;}
/**/
/*******************************************/
/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1015px) {
    .pageIndex .header_area {
        position: sticky;
        top: 0;
    }
    .pageIndex .header_area .main_header_area {
        width:100%;
        border-radius:0;
        box-shadow:none;
    }

}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}

.pageIndex .header_area {
        position: sticky;
        top: 0;
    }
    .pageIndex .header_area .main_header_area {
        width:100%;
        border-radius:0;
        box-shadow:none;
    }
    .pageIndex .navigation {
        width:100%;
    }


.stellarnav .menu-toggle span.bars span {
    background: #1b79ab;
}

.stellarnav .menu-toggle:after {
    color: #1b79ab;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #1b79ab;
    color: #fff;
}

.stellarnav .icon-close:before {
    border-bottom: solid 3px #ffffff;
}

.stellarnav .icon-close:after {
    border-bottom: solid 3px #ffffff;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    background: #fff;
    border-right: 1px #ffffff solid;
}

.stellarnav.mobile > ul > li {
   border-bottom: 1px #dddddd00 solid; 
}

.stellarnav.mobile li a {
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}

.stellarnav.mobile > ul > li > a {
    color: #333;
}

.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 3px #333;
}

.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 3px #333;
}

.stellarnav.mobile li.open {
    background: #daae5361;
}

.stellarnav.mobile ul ul {
    background: #e7dbc261;
}

.stellarnav li {
    margin:0;
}

.stellarnav ul ul {
    top: 0;
}





.footer::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a2cfeb6a;
    width: 400px;
    height: 400px;
    top: 35%;
    left: -4%;
    animation:none;
    z-index: -1;
}
.footer::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #a2cfeb6a;
    width: 300px;
    height: 300px;
    top: 67%;
    left: 86%;
    animation:none;
    animation-delay: 3s;
    z-index: -1;
}

}

@media screen and (max-width: 610px) { 
    .footer::before {
    display: none;
}
.footer::after {
    display: none;
}

}


@media screen and (max-width: 600px) { 
}




