.shop01-template-01 {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    padding: 0 5%;
    height: 135px;
    z-index: 1000;
    transition: all .4s ease;
    transform: translateY(-100%);
    background-color: #ffffff;
}

.shop01-template-01::after {
    content: '';
    position: absolute;
    background-color: #39373b;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
}

.shop01-template-01.show {
    transform: translateY(0%);
    top: 0px;
}

.shop01-template-01.-down {
    background-color: rgba(0,0,0,0.65);
    height: 80px;
    top: 0;
}

.shop01-template-01.-down .menu_link .inner-link {
    color: #fff;
}

.shop01-template-01.-down .common_lang {
    color: #fff;
}

.shop01-template-01.-down #Capa_1 {
    fill: #fff;
}

.shop01-template-01.-down .cls-1 {
    stroke: #fff;
}

.shop01-template-01.-down #Capa_2 {
    fill: #fff;
}

.shop01-template-01.-down .cls-2 {
    stroke: #fff;
}

.shop01-template-01 .logo {
    display: block;
    transition: all .4s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 270px;
    top: 50%;
    z-index: 20;
}

.shop01-template-01.-down .logo {
    max-width: 180px;
    margin-top: 0;
}

.shop01-template-01 .logo img {
    width: 100%;
}

.shop01-template-01 .menu_link {
    position: absolute;
    width: 72%;
    left: 5%;
    color: #fff;
    z-index: -1;
    padding-left: 0;
    transition: all .8s ease;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    transition: all .3s ease;
    align-items: center;
    height: 100%;
}

.shop01-template-01.-down .menu_link {
    top: 0px;
}

.shop01-template-01 .menu_link .box {
    width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop01-template-01 .menu_link .copyright {
    display: none;
}

.shop01-template-01 .menu_link .inner-link {
    position: relative;
    transition: all .3s ease;
    color: #000;
}

.shop01-template-01 .menu_link .box:first-child {}

.shop01-template-01 .menu_link .box:nth-child(3) {
    width: 15%;
    margin-left: 30%;
    position: relative;
}

.shop01-template-01 .shop_search {
    cursor: pointer;
    transition: all .3s ease;
    height: 100%;
    position: absolute;
    right: 18%;
    display: flex;
}

.shop01-template-01 .shop_search svg {
    width: 30px;
    fill: #e70012;
}

.shop01-template-01.-down .shop_search {}

.shop01-template-01 .nav {
    display: none;
    position: fixed;
    left: 50%;
    width: 45px;
    height: 45px;
    z-index: 10;
    transition: all .3s ease;
    top: 100px;
    margin-left: -130px;
}

.shop01-template-01 .nav.hide {
    display: none
}

.shop01-template-01 .common_lang.hide {
    display: none
}

.shop01-template-01 .nav div {
    position: absolute;
    background-color: #ff0000;
    width: 45%;
    height: 2px;
    top: 50%;
    left: 20%;
    margin-top: -10px;
    transition: all .3s ease;
}

.shop01-template-01 .nav div:nth-child(2) {
    margin-top: -1px;
}

.shop01-template-01 .nav div:nth-child(3) {
    margin-top: 8px;
}

.shop01-template-01 .nav.active div:nth-child(1) {
    width: 16px;
}

.shop01-template-01__btn-shop-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: calc(26 / 1920 * 100vw);
    border-radius: 50%;
    border: 2px solid #666666;
    cursor: pointer;
    position: fixed;
    right: 5%;
    top: 54px;
    z-index: 1050;
    opacity: 0;
}

#Capa_1 {
    fill: #666666;
    visibility: initial;
    cursor: pointer;
}



.shop01-template-01search_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: black;
    padding-top: 130px;
    display: none;
}

.shop01-template-01search_box form {
    width: 100%;
}

.shop01-template-01search_box form button {
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

.shop01-template-01search_box .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.shop01-template-01search_box .box {
    display: flex;
    width: 70%;
    justify-content: space-between;
    position: relative;
}

.shop01-template-01search_box .box .input_box {
    display: block;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ff0000;
    height: 150px;
    width: 100%;
    font-size: 48px;
    padding-right: 100px;
    color: white;
}

.shop01-template-01search_box .box .button {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    background-position: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background-size: 40px;
}

@media (min-width:1200px) {
    .shop01-template-01 .menu_link .inner-link:hover {
        color: #ff0000;
    }
}

@media (max-width:1650px) {
    .shop01-template-01 .menu_link .box {
        width: 35%;
    }
    .shop01-template-01 .menu_link .box:last-child {
        width: 22%;
        margin-right: 160px;
    }
    .shop01-template-01 .menu_link {
        font-size: 18px;
        width: 83%;
    }
    .shop01-template-01 .menu_link .box:nth-child(3) {
        width: 15%;
        margin-left: 30%;
        position: relative;
    }
}

@media (max-width:1300px) {
    .shop01-template-01 .menu_link {
        font-size: 16px;
        width: 85%;
    }
    .shop01-template-01 .menu_link .box {
        width: 32%;
    }
    .shop01-template-01 .menu_link .box:last-child {
        width: 15%;
        margin-right: 160px;
    }
    .shop01-template-01 .shop_search {
        right: 19%;
    }
}


/*pad*/

@media (max-width:1200px) {
    .shop01-template-01 .logo,
    .shop01-template-01.-down .logo {
        left: 5%;
        transform: none;
        width: 150px;
        top: 22px;
    }
    .shop01-template-01 .menu_link {
        font-size: 18px;
        position: fixed;
        background-color: #1f1f1f;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 135px;
        padding-left: 5%;
        padding-right: 5%;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-100%);
        opacity: 0;
        transition: all .5s ease;
    }
    .shop01-template-01.-down .menu_link {
        top: 0;
    }
    .shop01-template-01 .menu_link.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0%);
    }
    .shop01-template-01 .menu_link .box,
    .shop01-template-01 .menu_link .box:nth-child(3) {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .shop01-template-01 .menu_link .inner-link {
        display: block;
        position: relative;
        border-bottom: 1px solid #434343;
        margin-bottom: 20px;
        padding-bottom: 7px;
        color: white;
    }
    .shop01-template-01,
    .shop01-template-01.-down {
        height: 70px;
    }
    .shop01-template-01 .nav {
        display: block;
        left: auto;
        right: 5%;
        top: 14px;
    }
    .shop01-template-01__btn-shop-cart,
    .shop01-template-01__btn-shop-cart.-down {
        transform: scale(.7);
        margin-right: 61px;
        margin-left: 0;
        top: 12px;
    }
    .shop01-template-01 .shop_search,
    .shop01-template-01.-down .shop_search {
        margin-right: 125px;
        position: absolute;
        right: 15%;
    }
    .shop01-template-01 .menu_link .copyright {
        display: block;
        position: absolute;
        opacity: .5;
        bottom: 9vh;
        font-size: 12px;
        font-family: 'Microsoft JhengHei', sans-serif;
    }
}

@media (max-width:1000px) {
    .shop01-template-01__swiper-slide__btn-message {
        right: 5%;
        transform: none;
    }
    .shop01-template-01search_box .box .input_box {
        display: block;
        background-color: transparent;
        border-radius: 0;
        border-bottom: 1px solid #ff0000;
        height: 70px;
        width: 100%;
        font-size: 30px;
        padding-right: 100px;
        color: white;
    }
    .shop01-template-01search_box .box .button {
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0px;
        background-position: center;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        background-size: 28px;
    }
}


/*phone*/

@media (max-width:750px) {}

@media (max-width:600px) {
    .shop01-template-01 .menu_link {
        font-size: 16px;
    }
    .shop01-template-01search_box .box .input_box {
        display: block;
        background-color: transparent;
        border-radius: 0;
        border-bottom: 1px solid #ff0000;
        height: 60px;
        width: 100%;
        font-size: 22px;
        padding-right: 100px;
        color: white;
    }
    .shop01-template-01search_box .box .button {
        background-size: 23px;
    }
    .shop01-template-01search_box .box {
        width: 80%;
    }
    .shop01-template-01__btn-shop-cart,
    .shop01-template-01__btn-shop-cart.-down {
        transform: scale(.6);
        margin-right: 47px;
    }
    .shop01-template-01 .shop_search,
    .shop01-template-01.-down .shop_search {
        margin-right: 125px;
    }
}

@media (max-width: 500px) and (min-width: 300px) {
    .shop01-template-01 .shop_search,
    .shop01-template-01.-down .shop_search {
        margin-right: 105px;
    }
    .shop01-template-01 .nav {
        display: block;
        left: auto;
        right: 0%;
        top: 14px;
    }
}

@media (max-width:365px) {
    .shop01-template-01 .logo,
    .shop01-template-01.-down .logo {
        width: 100px;
    }
    .shop01-template-01search_box .box .input_box {
        height: 60px;
        width: 100%;
        font-size: 16px;
        padding-right: 50px;
    }
}

.shop01-template-1 sup {
    transform: translateY(-0.4em);
    display: inline-block;
}


/* shop member */

.shop01-template-01.shopmember {
    position: relative;
}

.shopmember .inner-link .name {
    color: #000;
}

.shopmember .menu_link .hide {
    display: none;
}

.shopmember .shop_search {
    display: none;
}

.shopmember .countdown {
    position: absolute;
    top: 0;
}

.shop01-template-01.shopmember {
    margin-bottom: 0px;
    top: 0 !important;
}

@media (max-width: 1000px) {
    .shopmember #Capa_2 {
        width: 40px;
        height: 40px;
        fill: #fff;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: 0px;
    }
    .shopmember .common_cart {
        width: 40px;
        height: 40px;
        fill: #000;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: 0px;
    }
    .shopmember .lang {
        margin-top: 0;
    }
    .shopmember .user {
        height: 40px;
    }
}

@media (max-width: 600px) {
    .shopmember #Capa_2 {
        width: 30px;
        height: 30px;
        fill: #fff;
        visibility: initial;
        cursor: pointer;
        position: relative;
        top: 0px;
    }
    .shopmember .user {
        height: 30px;
    }
    .shopmember #Capa_1 {
        width: 30px;
        height: 30px;
        fill: #fff;
        cursor: pointer;
    }
}