.header {
    z-index: 100;
    position: fixed;
    width: 100%;
    text-align: left;
    top: 0;
}


.header-motion-cloud{
    position: absolute;
    width: 14.25%;
    top: 10%;
    left: 28%;
}
.header-motion-sun{
    position: absolute;
    width: 3.2%;
    top: 9%;
    left: 48.4%;
}
.header-motion-pomelo{
   position: absolute;
    width: 5.9%;
    bottom: -3%;
    left: 37%;
}
.header-motion-people{
    position: absolute;
    width: 11.85%;
    bottom: -6%;
    right: 32%;
}

.menu-h{
    color: #4d4d4d;
    font-weight: 200;
}

.menu-h:hover{

}

.menu-active{
    color: #e9d068;
    font-weight: 600;
}



.m-vert{
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0;
    float: right;
    width: auto;
}

.pc-logo, .m-logo {
    z-index: 10;
    display: auto;
}

.aniposition{
    position: absolute;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    z-index: 9;
}

.social-menu{
    margin-right: 10px;
    display: inline-block;   
}

.shop-social-menu a {
    position: relative;
    display: inline-block;
    height: 38px;
}

.shop-number {
    position: absolute;
    right: -2px;
    bottom: 18px;
    background: #c30d23;
    color: #fff;
    font-family: arial;
    height: 16px;
    width: 16px;
    font-size: 7pt;
    line-height: 12pt;
    border-radius: 10px;
    padding: 0 5px 0 0;    
}

.custom-menu {
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.custom-menu .pure-menu-link,
.custom-menu .pure-menu-heading {
    font-size: 12pt;
    letter-spacing: 3px;
    font-weight: 300;
}

.menu-list-icon {
    margin-right: 2px;
}

.custom-menu .pure-menu-link:hover,
.custom-menu .pure-menu-heading:hover {
    background-color: transparent;
}

.custom-menu-top {
    position: relative;
    padding-top: 0;
}


.custom-menu-brand {
    text-align: center;
    position: relative;
}

.custom-menu-toggle {
    width: 55px;
    height: 55px;
    display: block;
    position: fixed;
    right: 10px;
    top:0;
    z-index: 101;
}

.custom-menu-toggle .bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    right: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-menu-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-menu-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-menu-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-menu-tucked .custom-menu-screen {
    -webkit-transform: translateY(-30em);
    -moz-transform: translateY(-30em);
    -ms-transform: translateY(-30em);
    transform: translateY(-30em);
}

.header-member-menu{
    position: absolute;
    top: 40px;
    right: 26%;
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 15px;
    z-index: 99;
}

.header-member-menu a{
    line-height: 20px;
    margin: 0 6px;
}

.header-member-menu a:hover .svg path{
    fill: #3bd07d;
}

.custom-menu-width{
        display: inline-block;
    }


.main {
    padding: 2em;
    color: black;
}



.shop-social-menu{
    margin: 0px auto;
    text-align: right;
}

.shop-social-menu-icon {
    width: 30px;
    margin: 0 5px;
    padding: 0;
}

.shop-social-menu-icon path{
    fill: #4d4d4d;
    transition: .5s;
}

.shop-social-menu-icon:hover path{
    fill:#7ab52b;
}

@media(min-width: 1441px){
    .custom-menu-width{
        width:62.5%;
    }
}

@media (min-width: 1280px){

.pure-menu-list{
    
    text-align: left;
    padding-top: 5px;
}
}

@media (min-width: 768px){

.m-logo{
    display: none;
}

.custom-menu-wrapper {
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-bottom: 5px solid #86c700;
    box-shadow: 0 2px 5px 0 #0005;
}

.custom-menu {

}

.custom-menu-top{
    position: relative;
    float:left;
}

.pc-logo{
display: block;
        }
.m-logo{
display: none;
        }
.pc-logo img{
    width:10.5%;
}

.custom-menu-toggle .bar {
    background-color: white;
}
.custom-menu-bottom{
}

.aniposition{
    top: 0.5%;
    margin-top: 42px;
}

.pure-menu-link {
    padding: 0 0 0 15px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    top:0;
    left: -4px;
}

.pure-menu-list li:hover{
    transition: 0.5s;
}

.pure-menu-list li:hover .pure-menu-link{
    display: inline-block;
    position: relative;
    color: #7ab52b;
}



.header-logo {
    padding: 8px 0px;
    transition: .5s;
}

.header-logo:hover {

}

.custom-menu-toggle {
    display: none;
}

}

@media(max-width: 1440px){
    .custom-menu-width{
        width:80%;
        display: inline-block;
    }
}

@media (max-width: 1280px){

    .custom-menu-width{
        width:95%;
        display: inline-block;
    }

    .m-vert {
    padding: 0;
}

    .header-member-menu{
    top: 40px;
    right: 10%;
}
}

@media(max-width: 1024px){
    .custom-menu-top {
        width:200px;
    }

    .header-logo {        
        width: 100%;
        transition: .5s;
    }

    .pure-menu-horizontal.pure-menu-scrollable{
        padding: 1em 0;
    }

    .m-vert {
    padding: 0;
    margin: 0; 
    display: inline-block;
    }

    .custom-menu .pure-menu-link, .custom-menu .pure-menu-heading {
        font-size: 13pt;
        letter-spacing: 1px;
        font-weight: 300;
    }
}

@media (max-width: 767px){

.pure-menu-horizontal.pure-menu-scrollable {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.custom-menu-wrapper {
    margin-bottom: 0;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}
.pc-logo{
display: none;
        }

.custom-menu-toggle .bar {
    background-color: #424242;
}

.m-vert{
    display: block !important;
    margin: 20px;
}

.custom-menu-screen {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 30em;
    width: 70em;
    position: absolute;
    top: 0;
    z-index: -1;
}
.aniposition{
    top: 0%;
    margin-top: 50px;
}

.header-motion-cloud, .header-motion-sun, .header-motion-pomelo, .header-motion-people{
    display: none;
}

.header-logo {
}

.shop-social-menu {
    margin: 25px auto 0px auto;
    text-align: center;
}

.social-menu {
    margin: 10px auto;
    display: block;
}
}

@media (max-width: 767px) {
    

    .custom-menu {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        height: 55px;
        background-color: #fff;
        text-align: center;
        padding-right: 55px;
        box-shadow: 0 2px 5px 0 #0005;
    }
    
    .header-logo {
    padding: 2px 0;
    transition: .5s;
    width: auto;
    height: 45px;
    margin-top: 5px;
}

    .custom-menu-toggle {
        display: block;
        display: none\9;
    }

    .custom-menu-bottom {
        position: fixed;
        width: 100%;
        z-index: 100;
        right: 0;
        background: #fff;
        height: 100vh;
        transition: 0.5s;
        top: 54px;
        left:0;
    }

    .custom-menu-bottom .pure-menu-link {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
        opacity: 0;
        opacity: 1\9;
    }

    .pure-menu-horizontal.custom-menu-tucked {
        z-index: -1;
        top: 54px;
        position: fixed;
        overflow: hidden;
        left: -100vw;
    }

    .header-member-menu {
    position: initial;
    border: 1px solid #fff;
    padding: 2px 20px;
    border-radius: 20px;
    z-index: 99;
    width:100%;
    max-width: 300px;
    margin: 10px auto;
}

    .header-member-menu a .svg{
       width: 30px;
       height: 30px;
    }

.pure-menu-list{
    margin-top: 1vh;
}

.custom-menu .pure-menu-link {
    font-size: 12pt;
    letter-spacing: 1px;
    text-align: left;
    padding-right: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.menu-list-icon {
    margin-right: 14px;
}

.shop-social-menu {
    margin: 25px auto 0px auto;
    text-align: center;
    position: absolute;
    bottom: 23vh;
    width: 100%;
}

}

@media (max-width: 567px){
.aniposition{
    display: none;
}

.product-list-price{
    float: left;
    margin-top: 5px;
}

.product-list-name{
    margin: 15px 0 0;
    text-align: left;
    width: 100%;
} 

.shop-number{    
    right: 2px;
    bottom: 19px;
} 
}

@media (max-height: 600px){
    .shop-social-menu {
        bottom: 12vh;
    }
}

@media(min-width: 768px){
    .shop-social-menu{
        display: block;
    }
}


.navbar-fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
}

.fixed-menu-list{
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.fixed-menu-item{
    display: inline-block;
    padding: 0 14px;
}

.fixed-menu-link{
    color: #4d4d4d;
    letter-spacing: 2pt;
    border: 1pt solid #c7c7c7;
    padding: 2px 10px 4px 14px;
    transition: 1s;
    border-radius: 18px;
    background: transparent;
}

.fixed-menu-link:hover{
    color: #fff;
    background: #4d4d4d;
}

@media(max-width: 1024px){
    .fixed-menu-item{
    display: inline-block;
    padding: 0 10px;
}
}

@media(max-width: 768px){
    .navbar-fixed-top{
    display: none;
}

}

@media(max-width: 767px){

.shop-social-menu-icon {
    width: 35px;
    margin: 0 5px;
    padding: 2px;
    border-radius: 5px;
}

.shop-number{
    padding: 0;
}
}

.pure-menu-item ul{
    position: absolute;
    background-color: #006837;
    opacity: 0;
    transition: .5s;
    width: 110px;
    top: 86px;
}

.pure-menu-item:hover ul{
    opacity: 1;
}

.pure-menu-item ul li{
    text-align: center;
    border-bottom: 1px solid #fff5;
}

.pure-menu-item ul li a.pure-menu-link{
    padding: 10px 0 0 0;
}

.pure-menu-item ul li:hover a.pure-menu-link{
    color: #aaa;
}

.pure-menu-item ul li:last-child{
    border-bottom: 0;
}

.pure-menu-item ul li a{
    color:#fff;
    left: 0;
}

.pure-menu-list li:hover ul li .pure-menu-link{
    color: #d6eeb6;
}

.pure-menu-list li:hover ul li .pure-menu-link:hover {
    color: #f6ffea;
}

.pure-menu-item ul li a:hover{
    color:#7df56f;
}

.m-block,.iconbox{
    display: none;
}


@media(max-width: 1024px){
    .pure-menu-item ul{
    top: 123px;
}

.index-intro {
    padding: 8% 0 8% 8%;
}
}

@media(max-width: 767px){
.pure-menu-item ul {
    position: relative;
    background-color: transparent;
    opacity: 1;
    transition: .5s;
    top: 0;
    border-top: 1px solid rgba(0, 104, 55, 0.2);
    margin-top: 4px;
    padding-top: 4px;
}

.pure-menu-list li ul li .pure-menu-link{
    color: #006837;
    left: 0;
    font-size: 13pt;
}

.shop-social-menu,.pure-menu-item ul.m-block{
    display: none;
}

.m-block{
    display: block;
}

.m-block .pure-menu-link {
    display: flex;
    justify-content: center;
    text-align: right;
    padding-right: 0px;
}


.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.iconbox{
    display: block;
    text-align: left;
    margin: 0 20px;    
}

.iconbox a{
    position: relative;
}

.iconbox a .shop-number {
    position: absolute;
    right: 3px;
    bottom: 18px;
    text-align: center;
}

.iconbox .social-menu{
    display: flex;
    align-items: center;
}

.index-intro {
    width: 100%;
    padding: 30px;
}

}