
:root {
    --g1:#365649;
    --g2:#3e7e65;
    --r1:#b70000;
    --w1:#fff;
}
.shopSpace{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color1);
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .shopSpace{
        padding: 0;
    }
}
/*----NEWScrumbsSpace-------*/
.NEWScrumbsSpace{
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 30px 30px 30px;
    box-sizing: border-box;
    color: var(--Color2);
    font-weight: normal;
    border-bottom: 1px var(--Color2) solid;
    background-color: var(--Color1);
    
}
.NEWScrumbsSpace .crumbs a{
    color: var(--Color2);
}
.shopSpace .iLN{
    padding: 100px 60px 10px 60px;
}

/*----4card-------*/
.v4card .vspace{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.v4card .vspace .v4box{
    position: relative;
    width: calc(25% - 25px);
    height: auto;
    aspect-ratio: 250 / 400;
    display: inline-block;
    vertical-align: top; 
    margin: 10px;
}
@media (min-width: 1080px) {
    .v4card .vspace{
        padding-left: 6px;        
    }
}
@media (max-width: 767.98px) {
    .v4card .vspace .v4box{
        width: calc(33.3% - 25px);
    }
}
@media (max-width: 575.98px) {
    .v4card .vspace .v4box{
        width: calc(50% - 25px);
    }
}
.v4Pohto{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all .3s linear;
}
.v4Pohto img{
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s linear;
}
.v4T{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}
.v4T .sTit{
    width: 100%;
    height: 57px;
    font-size: 1rem;
    color: var(--Color6);
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0;
    box-sizing: border-box;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
    transition: all .3s linear;
    border-bottom: 1px var(--Color5) solid;
}
.v4T .sTit span{
    font-size: 1rem;
    color: var(--Color5);
    font-weight: normal;
    
}
@media (max-width: 767.98px) {
    .v4T .price{
        display: block;
    }
    .v4T .price s{
        font-size: .9rem;
        display: block;
    }
}

.price{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    margin: 10px 0;
}
.price2{
    display: block;
}
.gsT .price p{
    font-size: 1rem;
    color: var(--Color2);
    margin: 20px 0;
}
.gsT .price p samp{
    font-family:Microsoft JhengHei , PMingLiU , MingLiU , sans-serif !important; 
    margin-left: 20px;
}
.gsT .price p span{
    color: var(--r1);
    margin-left: 20px;
}
.price span{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--Color6);
    font-size: 1.2rem;
    margin-right: 10px;
}
.price s{
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    color: var(--Color5);
}
.v4box .addCart{
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 20px;
    height: 20px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.v4box .addCart i{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/product/SVG/iconShop.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}
.v4box:hover .v4Pohto img{
    width: 110%;
}
.v4box:hover .v4T h2, .v4box:hover .v4T h5{
    color: var(--Color2);
}
/*--allgoods--------------*/
.agpage{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.agpage .sPspace{
    width: calc(100% - 204px);
    max-width: 810px;
    margin-left: 254px;
    display: inline-block;
    vertical-align: top;
}
.agpage .sPspace{
    min-height: 1300px;
}
.agpage .sPspace .sPtop{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 40px 10px;
    box-sizing: border-box;
}
.agpage .sPspace .sPtop .tit{
    font-size: 1.1rem;
    color: var(--Color6);
    letter-spacing: 1px;
}
.agpage .sPspace .sPtop select{
    border: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: initial;
    color: var(--Color1);
    text-align: end;
    outline: none;
}
.agpage .fSpace0{
    width: calc(100% - 0px);
    max-width: 100%;
    margin-left: 0px;
}
.agpage .vspace .v4box{
    width: calc(33.3% - 25px);
}
.agpage .vspace .v4box:hover .sTit{
    color: var(--Color1);
}
.agpage .iLN{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color1);
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .agpage .iLN{
        padding: 0 60px 0 60px;
}
}
.goodsMenu{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.gmBox{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Color5);
    border-bottom: 1px var(--Color5) solid;
    cursor: pointer;
    transition: all .3s linear;
}
.gmBox2{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
}
.gmBox2 p{
    color: var(--Color5);
    transition: all .3s linear;
}
.gmBox2:hover p{
    color: var(--Color1);
    margin-left: 10px;
}
.gmBox i{
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(../img/product/SVG/arrows.svg);
    transform:rotate(90deg);
    transition: all .3s linear;
    margin: 5px;
}
.gmBoxOn{
    color: var(--Color1);
}
.gmBoxOn i{
    transform:rotate(-90deg);
}
.gmBoxGroup{
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px var(--Color5) solid;
    transition: all .3s linear;
}
.gmBoxGroupOn{
    height: 0px;
    border: 0;
    padding: 0;
    
}
@media (max-width: 991.98px) {
    .agpage .sPspace{
        width: calc(100% - 0px);
        max-width: 1070px;
        display: block;
        margin-left: 0px;
    }
    .goodsMenu{
        display: none;
    }
    .mblgMenu .goodsMenu{
        display: block;
        width: 100%;
        height: calc(100vh - 190px);
        overflow: scroll;
    }
}

@media (max-width: 767.98px) {
    
    .agpage .vspace .v4box{
        width: calc(50% - 25px);
    }
}
/*----------------------*/
.gSpace1{
    width: 100%;
    max-width: 1070px;
    min-height: 770px;
    display: block;
    margin: 50px auto 0 auto;
}
.gSpace1 .vspace{
    width: 100%;
    height: auto;
    display: block;
}
.gSpace1 .vspace .v2Box{
    width: calc(50% - 5px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .gSpace1 .vspace .v2Box:nth-child(1){
        padding: 0;
    }
}

.gSpace1 img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 767.98px) {
    .gSpace1{
        width: 100%;
        max-width: 1070px;
        min-height: 770px;
        display: block;
        margin: 50px auto 0 auto;
    }
    .gSpace1 .vspace .v2Box{
        width: 100%;
    }
}
.gsPhoto{
    width: 100%;
    height: auto;
    max-width: 480px;
    max-height: 480px;
    overflow: hidden;
    display: block;
    background-color: var(--Color3);
    margin: 0 auto;
}
.gsPhoto img{
    width: 100%;
    height: auto;
    display: block;
}
.gsPtList{
    width: 100%;
    max-width: 490px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
    box-sizing: border-box;
    margin: 0 auto;
}
.gsPtList img{
    position: relative;
    width: 20%;
    height: auto;
    display: block;
    cursor: pointer;
    border: 0;
    opacity: .7;
    transition: all .3s linear;
}
.gsPtList .gsplOn{
    opacity: 1;
}
.gsT{
    width: 100%;
    height: auto;
    display: block;
    max-width: 480px;
    margin: 0 auto;
}
.gsT .tit{
    font-size: 1.7rem;
    color: var(--Color1);
    font-weight: bold;
}
.gsT .tit span{
    font-size: 1.5rem;
    font-weight: normal;
}
.gsT .tit2{
    color: var(--Color1);
    font-size: 1.2rem;
}
.gsT p{
    font-size: 1rem;
    color: var(--Color1);
    margin: 5px 0;
}
.gsTp{
    margin: 20px 0;
    line-height: 1.4rem;
    font-size: .9rem;
    color: var(--Color6);
}
.gsTbox{
    width: 100%;
    height: auto;
    display: block;
    background-color: #E6E6E6;
    padding: 5px 0;
    box-sizing: border-box;
    border-left: 6px var(--Color1) solid;
    color: var(--Color1);
}
.gsT .tit3{
    font-size: .9rem;
    color: var(--Color6);
}
.gsTrdo{
    display: inline-block;
}
.gsTinput{
    display: none;
}
.gsTbtn{
    padding: 5px 20px;
    box-sizing: border-box;
    border: 1px var(--Color5) solid;
    display: inline-block;
    margin: 5px 5px 5px 0;
    transition: all .3s linear;
}
.gsTinput:checked + label{
    background-color: var(--Color1);
    color: #fff;
    border: 1px var(--Color1) solid;
}
.gsTqnt{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.priceA{
    position: relative;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--Color1);
}
.priceA s{
    position: absolute;
    top: -22px;
    right: 3px;
    font-size: 1.2rem;
    color: var(--Color5);
    
}
.gsT .arrowUD{
    width: 100%;
    height: 50px;
    background-color: var(--Color3);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.gsT .arrowUD select{
    width: 100%;
    height: 20px;
    border: 0;
    box-sizing: border-box;
    font-size: 1rem;
    color: var(--Color2);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/SVG/arrowUD.svg") no-repeat right center transparent;
}
.shopBtnSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopBtnSpace .sbsBtn{
    width: calc(50% - 10px);
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--Color1);
    cursor: pointer;
    transition: all .3s linear;
}
.shopBtnSpace .sbsBtn::after{
    content: "";
    margin-left: 7px;
    width: 14px;
    height: auto;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-image: url(../img/product/SVG/iconShop-w.svg);
}
.shopBtnSpace .sbsBtn2::after{
    background-image: url(../img/product/SVG/iconPay-w.svg);
}
.shopBtnSpace .sbsBtn2{
    background-color: var(--Color3);
}
.shopBtnSpace .sbsBtn:hover{
    background-color: var(--Color5);
}
.shopBtnSpace .sbsBtn:active{
    opacity: .5;
}

.quantity{
    width: 50%;
    height: 40px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px var(--Color3) solid;
}
.ctl3a .quantity{
    margin-left: -10px;
}
.quantity .qtb{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1.2rem;
    color: var(--Color6);
    border-left: 1px var(--Color3) solid;
}
.quantity .qtb:nth-child(1){
    border-right: 1px var(--Color3) solid;
    border-left: 0;
}
.quantity .qtb:active{
    background-color: var(--Color1);
}
.price2 .priceLine .quantity span{
    width: calc(100% - 100px);
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--Color1);
    font-size: 1rem;
    margin: 0;
}
.gsT .quantityP{
    display: inline-block;
    color: var(--Color5);
}
.gsT .quantityP span{
    color: var(--Color6);
}
.priceLine p{
    display: inline-block;
}
.price .priceLine .quantityP span{
    margin: 0;
}
.cmtTit{
    padding: 5px 30px;
    background-color: var(--Color3);
    display: inline-block;
    color: var(--Color2);
    margin: 5px 0;
}
.cmtBox{
    padding: 10px 0;
    box-sizing: border-box;
}
.cmtBox span{
    color: #44a85b;
}
/*--------------------*/
.markup{
    width: 100%;
    height: auto;
    border: 1px var(--Color5) solid;
}
.mkutit{
    font-size: 1rem;
    color: var(--Color6);
    background: var(--Color7);
    padding: 5px 10px;
    font-size: .9rem;
    box-sizing: border-box;
}
.mkBox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.mkBox input{
    width: 18px;
    height: 18px;
}
.mkPhoto{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    overflow: hidden;
}
.mkPhoto img{
    width: 100%;
    height: auto;
    display: block;
}
.mkT{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    align-items: start;
    flex-direction: column;
    width: calc(100% - 120px);
}

.mkTb{
    box-sizing: border-box;
}
.mkTb span{
    font-size: 1rem;
    padding: 5px 10px;
    box-sizing: border-box;
    background: var(--Color3);
    display: block;
    margin-bottom: 7px;
    text-align: center;
}
.mkTb p{
    color: var(--Color6);
    margin: 0;
}
.mkTb p samp{
    color: var(--r1);
    font-family:Microsoft JhengHei , PMingLiU , MingLiU , sans-serif !important; 
}
.mkT .quantity{
    margin: 10px 0;
    width: calc(100% - 0px);
}
.mkT .quantity .qtb{
    border: 0;
} 
.mkT .quantity span{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} 
@media (max-width: 575.98px) {
    .mkT{
        flex-direction: column;
        align-items: start;
    }
    .mkT .quantity{
        margin-left: 0px;
    } 
}
/*---pdIdSpace------------------------*/
.pdIdSpace{
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--Color4);
}
.anchorPoint{
    position: sticky;
    top: 90px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-content: center;
    border-bottom: 1px var(--Color1) solid;
    background-color: var(--Color4);
    padding: 5px 0 0 0;
    box-sizing: border-box;
}
.anchorPoint .pdBtn{
    width: 20%;
    text-align: center;
    color: var(--Color1);
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.anchorPoint .on{
    border-bottom: 2px var(--Color1) solid;
}
.pdIdBox{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    display: block;
    padding: 70px 10px;
    box-sizing: border-box;
}
.pdIdBox .tit{
    font-size: 1.6rem;
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px var(--Color1) solid;
    padding: 5px 0;
    box-sizing: border-box;
    color: var(--Color1);
}
.pdIdPhoto{
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 20px auto;
}
.pdIdPhoto img{
    width: 100%;
    height: auto;
    display: block;
}
.shopSpace .pageBtnSpace .numberBox a{
    color:var(--Color2)
}
.shopSpace .pageBtnSpace .numberBox .nbOn {
    color: var(--Color2);
    border-bottom: 1px var(--Color2) solid;
}
.shopSpace .pageBtnSpace{
    padding: 20px 0 20px 20px;
}

/*------------------*/
.none{
    display: none!important;
}