.menu-trigger.menu-trigger.menu-trigger.menu-trigger.menu-trigger@charset "UTF-8";
.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}
@media screen and (max-width:480px) {
  .menu-trigger {
    top: 5px;
    left: 10px;
  }
}
a.menu-trigger:hover {
    background: rgba(0,0,0,0);
    opacity: 0.3;
}
.menu-trigger span {
    position: absolute;
    z-index: 9999;
    left: 5px;
    width: 80%;
    height: 3px;
    background-color: #000;/*border-radius: 2px;*/
}
.menu-trigger span:nth-of-type(1) {
    top: 8px;
}
.menu-trigger span:nth-of-type(2) {
    top: 24px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15.5px) rotate(-45deg);
    background-color: #FFF;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15.5px) rotate(45deg);
    background-color: #FFF;
}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    box-sizing: border-box;
}
#overlay ul {
    padding-left: 0px;
    display: block;
    width: 420px;
    margin: 80px auto 0 auto;
}
#overlay ul li {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 20px;
}
#overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
}
#overlay li span {
    font-size: 0.8rem;
    margin-left: 15px;
    color: #FFF;
}
#overlay ul li a:hover, #overlay ul li a:hover span {
    color: #d0af4c;
    transition: 0.3s;
}
#overlay ul li a:hover span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    margin: 0 0 0 7px;
}



#overlay ul li.shop-link {
 font-size: 14px;
 background: url("../images/ban-shop.png") no-repeat top right;
 background-size: contain;
  line-height: 1.6em;
}
#overlay li.shop-link span {
    margin-left: 0;
 display: block;
}

@media screen and (max-width:480px) {
 #overlay ul {
  margin: 30px auto 0 auto;
  width: 100%;
 }
 #overlay ul li {
  margin-top: 18px;
  line-height: 1.6em;
 }
#overlay li span {
    margin-left: 10px;
 display: inline-block;
}
#overlay li:nth-child(3) span,
#overlay li:nth-child(4) span {
    margin-left: 0;
 display: block;
}
}