/*fancy-box*/

.fancybox-table{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fancybox-table.active{
    display: table;
}
.fancybox-table-mid{
    display: table-cell;
    vertical-align: middle;
}
.fancybox-off-more .fancybox-box{
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    z-index: 3;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    padding: 40px 70px;
}
.fancybox-shopping_cart-box .fancybox-box{
    width: 500px;
    max-width: 100%;
    height: 300px;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    z-index: 3;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    padding: 0 70px;
}
.fancybox-mask-box{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
}
.fancybox-close{
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0px;
    background-color: #fff;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.body-close{
    overflow: hidden;

}
.body-close::-webkit-scrollbar{
    display:none;
}
.fancybox-block::-webkit-scrollbar{
    display:none;
}
.fancybox-off-more-name{
    font-size: 24px;
    font-family: "Noto Sans TC";
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
}
.fancybox-off-more-info-box{
    margin-top: 30px;
}
.fancybox-off-more-info{
    width: calc((100% - 1px) / 3);
    display: inline-block;
    vertical-align: middle;
}
.fancybox-off-more-info-title p{
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #888;
}
.fancybox-off-more-info-text p{
    font-size: 16px;
    font-family: "Noto Sans TC";
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
}
p.fancybox-off-more-info-price{
    color: #007efc;
}

.fancybox-shopping_cart-icon{
    font-size: 36px;
    color: #007efc;
    line-height: 1px;
}
.fancybox-shopping_cart-text{
    font-size: 18px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
}
.fancybox-shopping_cart-btn-box{
    margin-top: 40px;
}
.fancybox-shopping_cart-btn{
    width: 160px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-color: #007efc;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.06em;
    cursor: pointer;
}
.fancybox-shopping_cart-btn-close{
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    line-height: 48px;
    color: #000;
    font-weight: 400;
    margin-right: 35px;
}