@charset "utf-8";
body {
  font-family: "Ubuntu", sans-serif, "Noto Sans TC", sans-serif;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
  background: #ffffff;
  width: 6px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
  display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
  background-color: #f3eade;
  border-radius: 0px;
  transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.path p, .path p a{
  display: none;
}

/*大圖特效**********************************************************/

#content_main {
  margin: 0;
}

.bannerindex {
  position: relative;
  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:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.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/panyan/title01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 13%;
  right: 0%;
  width: 45.6% !important;
  height: 63% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: wave-reveal-left 3s 0.4s both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/panyan/title01-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15.5%;
    right: 16.4%;
    width: 26% !important;
    height: 9% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: wave-reveal-right 3s 0.4s both;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}

@keyframes wave-reveal-left {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes wave-reveal-right {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/*第二張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
  background: url(https://pic03.eapple.com.tw/panyan/title02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 22%;
  right: 27%;
  width: 46.6% !important;
  height: 63% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
animation: wave-reveal-top 3s 0.4s both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/panyan/title02-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 19.5%;
    right: 26.9%;
    width: 46.7% !important;
    height: 20% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    animation: scale-in-hor-center 2s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: 1s;
}

@keyframes wave-reveal-top {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}


@media (max-width: 1024px){
  .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
  right: -7%;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    right: 9.4%;
}
}


/*手機版大圖*************************************************************/
  @media screen and (max-width: 600px) { 
.bannerindex .swiper-slide img { display:none; }
  .bannerindex .swiper-slide {height: 117vw;  width: 100% !important; }/*圖片比例*/
  .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/panyan/rwd01.jpg); background-position: top; background-size:cover;}/*個別換背景*/
  .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/panyan/rwd02.jpg); background-position: top; background-size:cover;}
  
/*第一張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    bottom: 0%;
    right: 12%;
    width: 56.6% !important;
    height: 76% !important;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    bottom: 15%;
    right: 11.9%;
    width: 50% !important;
    height: 18% !important;
}


/*第二張大圖*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
        bottom: 16%;
        right: 5%;
        width: 90.6% !important;
        height: 65% !important;
    }

    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
        bottom: 19.5%;
        right: 4.9%;
        width: 90.7% !important;
        height: 20% !important;
    }
  }


  

/*logo***************************************************************/

.pageIndex .nav-header {
    width: 200px;
    transition: all 1s ease-in-out;
}

.pageIndex .header_area.sticky .nav-header {
  width: 100px;
  transition: all 1s ease-in-out;
}

.nav-header {
  width: 100px;
  transition: all 1s ease-in-out;
}

/*header*/

.me_tp_features {
  display: none;
}

.header_area {
  position: sticky;
  background: #ffffff;
  padding: 0.5vw 1vw;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 8%);
}

.main_header_area .container {
    width: 95%;
}

.pageIndex .header_area {
  position: sticky;
  background: #ffffff;
  padding: 1.5vw 2vw;
}

.pageIndex .header_area {
  position: fixed;
  background: transparent;
  padding: 1.5vw 2vw;
}

.pageIndex .header_area {
  transition: all .5s ease-in-out;
  animation: fade-in-bottom 1.5s cubic-bezier(.39, .575, .565, 1.000) both;
  animation-delay: 1s;
  box-shadow: none;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.pageIndex .header_area.sticky {
  background: #ffffff;
  padding: 0.5vw 0vw;
  transition: all .5s ease-in-out;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 8%);
}

.header_area.sticky {
  background: #ffffffe3;
  transition: all .5s ease-in-out;
}

.navigation {
  display: flex;
  align-items: center;
  transition: all .5s ease-in-out;
}

@media (max-width: 1024px) {
  .pageIndex .nav-header {
    width: 130px;
}
}

@media (max-width: 900px) {
  .pageIndex .nav-header {
    width: 100px;
}
}


/*第一層*/

.pageIndex .stellarnav ul{
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.pageIndex .header_area.sticky .stellarnav ul{
    opacity: 1;
    transition: 1s;
    pointer-events: all;
}

.stellarnav>ul>li:hover>a {
  color: #625147;
  transition: 0.3s;
}

.stellarnav>ul>li>a {
  margin: 0 15px;
  letter-spacing: 0.05em;
  color: #FFF;
}

.pageIndex .stellarnav>ul>li>a {
  color: #fff
}

.pageIndex .header_area.sticky .stellarnav>ul>li>a {
  color: #444
}

.stellarnav>ul>li>a {
  color: #444;
  font-size: 15px;
  letter-spacing: 2px;
}

.pageIndex .header_area.sticky .stellarnav>ul>li:hover>a {
  color: #625147
}

.stellarnav>ul>li:hover>a {
  color: #625147
}

.stellarnav>ul>li>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #625147;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.stellarnav>ul>li:hover>a:before {
  transform: scaleX(1);
}

.stellarnav>ul>li.has-sub>a {
  padding-right: 0px
}

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
}

.stellarnav li li {
  border: none;
}

.stellarnav li li>a, .stellarnav li li.has-sub>a {
  padding: 10px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 1px;
  font-size: 14px;
}

.stellarnav li li:hover>a, .stellarnav li li.has-sub:hover>a {
  border: none;
  color: #fff;
  background: #625147;
}

.pageIndex .header_area.sticky .stellarnav>ul>li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 27px;
  background: #625147;
  right: 0px;
  top: 8px;
}

.stellarnav>ul>li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 27px;
  background: #625147;
  right: 0px;
  top: 8px;
}

.pageIndex .stellarnav>ul>li:not(:nth-last-child(1)):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 27px;
  background: #fff;
  right: 0px;
  top: 8px;
}

/*footer*********************************/


.footer_info li p.add:before {
    content: '寄信地址：';
}

.footer_logo img {
    max-width: 100%;
    width: 140px;
    padding-bottom: 30px;
}

.footer_menu a:first-child {
  display: none;
}

.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer {
    padding: 50px 0 15px;
    background: url(https://pic03.eapple.com.tw/panyan/footer.jpg);
    background-size: contain;
}

.footer_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
  gap: 11px;
  padding-left: 32px;
  max-width: 484px;
}

.footer_info li {
  display: inline-table;
}

.footer_logo {
  display: grid;
  align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding-left: 109px;
}

.footer_info ul:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}

.footer_menu a {
  margin: 0;
  text-align: center;
  padding: 9px;
  transition: all 0.3s;
  background: #ffffffa8;
  border: 1px solid #b6b6b6;
  letter-spacing: 1px;
}

.footer .center {
  position: relative;
  padding-bottom: 20px;
}

.footer_info li p, .footer_info li a {
  color: #444
}

.footer_menu a:hover {
  background: #545454;
  box-shadow: 0 4px 8px #6868683b;
}

.copy {
  background: transparent;
  color: #a7a7a7;
  border: none;
}

.copy a {
  color: #a7a7a7;
  transition: all 0.3s;
}

.copy a:hover {
  color: #000;
}

.box_link {
  display: none
}

@media screen and (max-width: 980px) {
  /*FOOTER*/
  .footer_info {
    padding: 0 44px 0 0;
  }
  .footer_info ul {
    padding-left: 46px;
  }
}

@media screen and (max-width: 900px) {
  .footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer_info ul {
    padding-left: 10px;
  }
  .footer_info {
    justify-content: center;
  }
  .footer_logo {
    text-align: center;
  }

  .footer_menu {
      padding-left: 15px;
      padding-right: 25px;
}
}

/* 商品下拉超過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;
}

/*分隔線*******************************************************/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {}

/********相簿**************************************************************/

.subalbum-menu h2{
  display: none;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  transform: skewX(-20deg);
}

.show-list .item:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.show-list .item:hover .overlay::before {
  left: 125%;
  transition: all 0.8s ease-in-out;
}

.other_subalbum li a:hover p {
    margin-top: 20px;
    border: 1px solid #bdbdbd;
    transition: all .5s;
}

.other_subalbum li a p {
    padding: 10px;
    transition: all .5s;
    border: 1px solid transparent;
    letter-spacing: 1px;
  
}
@media (max-width: 480px) {
.show-list {
    grid-template-columns: 1fr;
    }

}


/*首頁相簿**************************************************/


/*按鈕*/
.module_i_album .title_i_box h4{
  display: none;
}

.module_i_album {
    padding-top: 0px;
    padding-bottom: 50px;
}

.animated-arrow {
  position: relative;
    border: 1px solid #444;
    border-right: none;
    border-left: none;
    background: #fff;
    color: #444;
    padding-top: 17px;
    letter-spacing: 1.5px;
    height: 63px;
    font-size: 15px;
    z-index: 1;
}

.animated-arrow:after {
    content: 'MORE';
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animated-arrow:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f2f2f296;
    width: 0%;
    height: 100%;
    transition: all .5s;
    z-index: -1;
}
.animated-arrow:hover:before {
    width: 100%;
    transition: all .5s;
}

.module_i_album b {
    font-weight: 400;
}

.i_album_b a i.fa-solid.fa-arrow-right{
  display: none;
}
/*相簿*/

.i_album_list li a p {
    background: #625147a1;
    color: #fff;
    letter-spacing: 1.3px;
    font-weight: 300;
}



/********分隔線**************************************************************/


/*預設解除背景輪播*/

#content_main {
  margin: 0;
}

.bannerindex {
  position: relative;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bannerindex {
    padding: 0;
    margin: 0;
  }
}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/

.banner {
    height: 35vw;
    background-size: cover;
    background-position: left bottom;
    max-height: 350px;min-height: 230px;
    border-radius: 0 0 var(--m100) var(--m100);
    position: relative;
}

.banner h5 {
    position: absolute;
    color: #fff;
    width: 300px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 4px 4px 7px #1411103d;
    background: #625147;
    font-size: 20px;
    top: 0px;
    height: 200px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 56px;
    letter-spacing: 1px;
}

.banner.banE h5:after {
    content: 'OUR WORKS';
    position: absolute;
    font-size: 20px;
    font-weight: 200;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
}


.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/panyan/banner1.jpg);
}

@media screen and (max-width: 768px){ 

.banner h5 {
  width: 235px;
  height: 150px;
  font-size: 18px;
  padding-bottom: 42px;
}

.banner.banE h5:after {
    top: 48%;
    font-size: 16px;
}

}

@media screen and (max-width: 768px) {
  /* 開啟手機板下方按鈕所需設定 */
  #bottom_menu {
    display: none;
  }
  .footer.with_shopping_mode {
    padding: 30px 0 0px;
  }
  #to_top {
    bottom: 60px;
  }

.pageIndex .header_area{
  animation: none;
}

.copy {
    font-size: 10px;
    padding: 0px 0px 15px;
}
.stellarnav a.dd-toggle .icon-plus:after,.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 2px #777;}
.header_area.sticky {
    backdrop-filter: none;
}
#bottom_menu{box-shadow: none;}

.pageIndex .stellarnav .menu-toggle {
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.pageIndex .header_area.sticky .stellarnav .menu-toggle {
  opacity: 1;
  pointer-events: all;
  transition: .5s;
}

.stellarnav .menu-toggle {
    padding-top: 26px;
    transition: all .5s;
}

.stellarnav > ul > li:after{display: none;}
    #to_top {
        background: transparent;
        left: unset;
        right: -4px;
        bottom: 70px;
        box-shadow: none;
    }
.stellarnav > ul > li > a:before{display: none;}
.stellarnav > ul > li > a{text-shadow: none;}
.pageIndex .stellarnav > ul > li > a {text-shadow: none;}
.header_area.sticky .stellarnav > ul > li:hover > a{    transform: translateY(0px);}
.header_area.sticky .stellarnav > ul > li > a{    margin: 0 15px}
.stellarnav.mobile li.open li.open {
    padding: 0px;
}
.stellarnav.mobile li.open {
    background: #f3f3f3;
    padding: 0px 10px 10px 10px;
}
.stellarnav > ul:hover > li > a {opacity: 1; }
.stellarnav > ul > li:hover > a {opacity: 1;  }

.stellarnav.mobile > ul > li > a b {display: grid}

.stellarnav > ul > li > a > b:nth-child(2) {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #000;
}

.stellarnav.mobile > ul > li > a {
padding: 25px 43px 25px 10px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 25px;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
margin-left: 0px;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #bababa;
    padding: 10px 20px;
    color: #878787;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    background: transparent;
    color: #444;
}
.stellarnav.mobile li.open {
    background: #fff;
}

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

.stellarnav.mobile ul ul {
    padding: 2px;
    box-shadow: none;
}

.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 0px;
}

.stellarnav.mobile ul ul ul {
    margin-left: 30px;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    top: -1px;}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #000;color: #fff;
}

.stellarnav .icon-close:before,.stellarnav .icon-close:after{border-color: #fff;}


}

@media screen and (max-width: 600px) {}