:root {
    --Color1: #f36300;
    --Color2: #fff79a;
    --Color3: #000;
    --Color4: #f6f6f6;
    --Color5: #3d3a39;
    --Color6: #a4b4a6;
    --Color7: #788484;
    --Color8:#1e3232;
    --Color9:#e8eaea;
}
main{
    width: 100%;
    height: auto;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: var(--Color3);
}
@media (max-width: 767.98px) {
    main{
        padding: 0 10px;
    }
}
.payLine{
    position: relative;
    width: 100%;
    max-width: 700px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.payLine::before{
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(50% - 20px);
    width: calc(100% - 50px);
    height: 1px;
    display: block;
    background-color: var(--Color1);
}
.payLine div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.payLine div .on{
    background-color: #fdd0b7;
}
.payLine div span{
    z-index: 1;
    width: 50px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: var(--Color1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.2rem;
}
.payLine div p{
    color: var(--Color1);
    margin: 10px 0;
}
.cartQy{
    font-size: 1rem;
    color: #fff;
    background-color: var(--Color1);
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px 40px;
}
@media (max-width: 767.98px) {
    .cartQy{
        margin: 20px 0;
    }
}
.cart{
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.cart h3{
    font-size: 1rem;
    color: var(--Color8);
    font-weight: normal;
    margin: 0;
}
.cart h4{
    font-size: 1rem;
    color: var(--Color7);
    font-weight: normal;
    margin: 10px 0;
}
.ctSpace{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctSpace .ctl{
    width: calc(100% - 330px);
    height: auto;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}
.ctSpace .ctl2{
    padding: 0px;
}
.ctSpace .ctl3{
    width: 100%;
}
.ctSpace .ctl .ctl0{
    width: calc(100% - 0px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px var(--Color9) solid;
    padding: 10px;
    box-sizing: border-box;
}
.ctSpace .ctl .ctlT{
    border: 0;
    height: 50px;
}
.ctSpace .ctl .ctl1{
    width: 18%;
    min-height: 90px;
    display: inline-block;
    vertical-align: top;
}
.ctSpace .ctl .ctl2{
    width: 12%;
}
.ctSpace .ctl .ctl3{
    width: 77%;
}
.ctSpace .ctl .ctl4{
    width: 7%;
    min-width: 60px;
}
.ctSpace .ctl hr{
    margin: 0;
}
.ctSpace .ctl .ctl3 .ctl3a{
    width: 20%;
    min-height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
    color: var(--Color7);
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.ctl3a s{
    color: var(--Color6);
}
.activity1{
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: var(--Color3);
    color: var(--Color2);
    display: inline-block;
    margin-top: 3px;
    font-size: .9rem;
}
.activity2{
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: var(--Color7);
    color: #fff;
    display: inline-block;
    margin-top: 3px;
    font-size: .9rem;
}
.ctSpace .ctl .ctl3 .ctl3a p{
    margin: 0;
}
.ctSpace .ctl .ctl3 .ctl3a h6{
    margin: 0;
    font-size: .9rem;
    display: none;
}
.ctSpace .ctl .ctl3 .ctl3b{
    width: 36%;
}
.ctSpace .ctl .ctl3 .subtotal{
    font-size: 1.2rem;
    color: var(--Color3);
}
.ctSpace .ctl .ctlBox{
    width: calc(100% - 20px);
    height: auto;
    display: block;
    border: 1px var(--Color9) solid;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .ctSpace .ctl .ctlBox{
        width: calc(100% - 0px);
    }
}
.ctSpace .ctl .ctlBox h4{
    font-size: 1rem;
    color: var(--Color8);
    margin: 0;
}
.ct2Space .ctl .ctlBox h4{
    font-size: 1rem;
    color: var(--Color1);
    margin: 0;
}
.ctSpace .ctl .ctlBox p{
    font-size: 1rem;
    color: var(--Color7);
    margin: 5px 0;
}
.ctSpace .ctl .ctlBox textarea{
    width: 100%;
    height: auto;
    margin: 10px 0 5px 0;
    border: 0;
    background-color: #f7f7f7;
    resize:none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    color: var(--Color8);
}
.ctSpace .ctr{
    width: 330px;
    height: auto;
    display: block;
    border: 1px var(--Color9) solid;
    padding: 20px;
    box-sizing: border-box;
}
.ctr h4{
    color: var(--Color8);
    font-size: 1.1rem;
}
.ctr .crtBfsb{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctr .crtBfsb a{
    margin-top: 10px;
}
.ctr .crtBfsb p{
    color: var(--Color1);
}
.ctr .crtBfsb .crtBfsbE{
    text-align: end;
}
.ctr .crtBfsb .crtBfsbE p{
    margin-bottom: 0;
    font-size: 1.1rem;
}
.ctr .crtBfsb .crtBfsbE p:nth-child(2){
    font-size: .8rem;
    color: var(--Color5);
    margin-top: 0;
}
.ctr .crtBfsb2{
    vertical-align: middle;
}
.ctr .crtBfsb2 p{
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: bottom;
}
.ctr .crtBfsb2 p:nth-child(2){
    position: relative;
    font-size: 1.6rem;
    vertical-align: bottom;
    text-align: end;
}
.ctr .crtBfsb2 p:nth-child(2) span{
    font-size: .9rem;
    display: block;
    color: #3FBCC1;
    text-align: end;
}
.ctr .crtBfsb3{
    border-top: 1px var(--Color1) solid;
    align-items: center;
}
.ctr .crtBfsb3 h4{
    color: var(--Color1);
}
.ctr .crtBfsb3 p{
    color: var(--Color1);
    font-size: 1.2rem;
    vertical-align: bottom;
}
.ctrGs{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px var(--Color9) solid;
}
.ctrGs .fss p{
    display: inline-block;
    margin-right: 10px;
}
.ctrGs .fss s{
    margin: 0 10px 0 0;
    color: var(--Color7);
}
.ctrGs .crtGm{
    width: 30px;
    height: 80px;
    display: inline-flex;
    justify-content: end;
    align-items: end;
    font-size: 1rem;
}
.crtGphoto{
    width: 70px;
    height: 70px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.crtGphoto img{
    width: 100%;
    height: auto;
    display: block;
}
.crtGt{
    width: calc(100% - 120px);
    height: auto;
    display: inline-block;
}
.crtGt p{
    color: var(--Color8);
    margin: 0;
    padding: 0;
}
.crtGt .crtGt1{
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
}
.ctr .boxF73{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ctr .boxF73 .boxF3{
    width: 30%;
    height: auto;
    display: block;
}
.ctr .boxF73 .boxF7{
    width: 70%;
    height: auto;
    display: block;
}
.ctr .boxF73 .boxF7 input{
    margin: 0 5px 10px 0;
}
.ctSpace .ctl .ctlPhoto{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 5px;
    box-sizing: border-box;
}
.ctlPhoto img{
    width: 100%;
    max-width: 70px;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
}
.ctl4 button{
    border: 0;
    padding: 5px 15px;
    color: var(--Color7);
    cursor: pointer;
    background-color: initial;
    font-size: 1.2rem;
}
.ctl4 button:active{
    opacity: .7;
}
.ctrBtn{
    width: 100%;
    height: 50px;
    background-color: var(--Color7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ctrBtn:active{
    opacity: .7;
}
.ctr h6{
    font-weight: normal;
    color: var(--Color7);
}
@media (max-width: 991.98px) {
    .ctSpace .ctl .ctl3 .ctl3a{
        width: 49%;
    }
    .ctSpace .ctl .ctl3 .ctl3b{
        width: 49%;
    }
    .ctl3a .quantity{
        margin-left: 0px;
    }
    .ctSpace .ctl .ctlT{
        display: none;
    }
    
}
@media (max-width: 767.98px) {
    .ctSpace{
        flex-direction: column;
    }
    .ctSpace .ctl{
        width: 100%;
    }
    .ctSpace .ctr{
        width: 100%;
    }
   
}
@media (max-width: 575.98px) {
    .ctSpace .ctl{
        padding: 0px;
    }
    .ctSpace .ctl .ctl3 .ctl3a{
        width: calc(50% - 3px);
        min-height: auto;
        display: inline-block;
    }
    .ctSpace .ctl .ctl3 .subtotal{
        display: inline-flex;
        justify-content: end;
    }
    .ctSpace .ctl .ctl3 .ctl3b{
        width: 100%;
    }
    .ctSpace .ctl .ctl2{
    width: 22%;
    }
    .ctSpace .ctl .ctl3{
        width: calc(100% - 0px);
    }
    .ctSpace .ctl .ctl3 .ctl3b{
        margin-left: 90px;
        width: calc(100% - 110px);
    }
    .ctSpace .ctl .ctl3 .ctl3c{
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .ctSpace .ctl .ctl3 .ctl3c p{
        margin-left: 10px;
    }
    .ctl .ctl0{
        position: relative;
    }
    .ctl .ctl0 .ctl4{
        position: absolute;
        top: 15px;
        right: 0;
        width: 30px;
        height: 30px;
        min-height: auto;
        min-width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ctl .ctl0 .ctlPhoto{
        position: absolute;
        top: 15px;
        left: 15px;
        width: 70px;
        height: 70px;
        display: block;
    }
    
}
.quantity{
    width: 100px;
    height: 30px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px var(--Color9) solid;
    margin-left: 20px;
}
.ctl3a .quantity{
    width: 100%;
    margin-left: -10px;
}
.quantity .qtb{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1.2rem;
    color: var(--Color7);
    background-color: var(--w1);
    border-left: 1px var(--Color9) solid;
}
.quantity .qtb:nth-child(1){
    border-right: 1px var(--Color9) solid;
    border-left: 0;
}
.quantity .qtb:active{
    background-color: var(--Color9);
}
.price2 .priceLine .quantity span{
    width: calc(100% - 100px);
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--Color7);
    font-size: 1rem;
    margin: 0;
}
.quantityP{
    display: inline-block;
    padding-left: 10px;
}
.priceLine p{
    display: inline-block;
}
.price .priceLine .quantityP span{
    margin: 0;
}
.payBtnS{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.payBtnS a{
    padding: 10px 50px;
    color: var(--Color3);
    margin: 0 10px;
    color: #fff;
    background-color: var(--Color1);
}
.payBtnS .pbs2{
    background-color: var(--Color3);
    
}
.payBtnS a:active{
    opacity: .7;
}
@media (max-width: 575.98px) {
    .payBtnS{
        flex-direction: column;
    }
    .payBtnS a{
        width: calc(100% - 0px);
        display: flex;
        justify-content: center;
        margin: 5px;
        box-sizing: border-box;
    }
}
.sinSm{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sinSm button{
    width: 100px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.sinSm button:hover{
    opacity: .9;
}
.iconSinL{
    background-color: #64b73c;
}
.iconSinL::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinL.svg);
    display: block;
}
.iconSinF{
    background-color: #225595;
}
.iconSinF::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinF.svg);
    display: block;
}
.iconSinG{
    background-color: #f7f7f7;
}
.iconSinG::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../img/cart1/iconSinG.svg);
    display: block;
}
.sinSm2{
    width: 320px;
    margin: 10px 0;
}
.pmtc3{
    display: flex;
    justify-content: start;
    align-items: start;
}
.ctlIput .pmtc3 input{
    width: auto;
    margin-top: 8px;
}
.gift{
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 5px 0;
}
.ctlIput .gift input{
    width: auto;
    margin-top: 3px;
}
.discBtn{
    border: 0;
    width: 100%;
    height: 40px;
    background-color: var(--Color1);
    color: #fff;
}
.pmtc{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}
.pmtc input{
    width: calc(100% - 90px);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px var(--Color5) solid;
}
.pmtc button{
    width: 80px;
    height: 38px;
    box-sizing: border-box;
    border: 0;
    background-color: var(--Color1);
    color: #fff;
    cursor: pointer;
    margin: 0;
}
.pmtc button:active{
    opacity: .7;
}
.ctrBtn{
    background-color: var(--Color5);
    color: var(--Color4);
}
.ct2Space .ctr .ctrBtn{
    background-color: var(--Color3);
    color: #fff;
}
.pmtc2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
}
.pmtc2 input{
    margin: 7px 10px;
}
.pmtc2 p{
    font-size: .7rem;
    margin: 4px 0 0 0;
}
.crtGt{
    padding-top: 10px;
    box-sizing: border-box;
}
.crtGt samp{
    background-color: var(--Color3);
    color: #fff;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: .8rem;
    margin: 5px 0;
    display: inline-block;
}
.crtGt p{
    margin-top: 5px;
}
.emptyBox{
    width: 100%;
    max-width: 850px;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.emptyBox h3{
    font-size: 1.6rem;
    font-weight: normal;
    color: var(--Color5);
}
.emptyBox p{
    color: var(--Color7);
}
.ebS{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebS a{
    padding: 10px 40px;
    background-color: var(--Color7);
    color: #fff;
    font-size: 1.2rem;
    margin: 10px;
}
.ebS a:active{
    opacity: .7;
}
.ctlIput h4{
    padding: 10px 0;
}
.ctlIput input, .ctlIput select{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px var(--Color9) solid;
    color: var(--Color5);
}
.ctlIput input::placeholder, .ctlIput select::placeholder{
    color: #888888;
}
.ct2Space .ctl .ctlIput select{
    background-color: #BFBFBF;
    color: #fff;
    outline: none;
}

main{
    background-color: var(--Color4)!important;
}
.cart{
    background-color: var(--Color4);
}
.sbt2.as{
    padding: 0;
}
.record.as{
    width: calc(100% - 7px);
}
.payBtnS{
    padding: 40px 0 10px;
}
.payBtnS a{
    margin: 0;
}
.payBtnS .pbs2{
    margin-left: 10px;
}
.emptyBox.as{
    padding: 40px;
}
.emptyBox.as h3{
    margin-top: 0;
    margin-bottom: 16px;
}
.emptyBox.as p{
    margin-top: 0;
}