.spinnerfa {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 86.7%, .5);
    z-index: 999999;
    display: none
}

.spinner {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top-color: #fe7d26;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.left3::-webkit-scrollbar {
    width: 3px;
    height: 10px
}

.left3::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.left3::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.rightcartson {
    position: relative
}

.cartprods::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 3px;
    height: 10px
}

.cartprods::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.cartprods::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.rightcart::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 3px;
    height: 10px
}

.rightcart::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.rightcart::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.carttop::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 3px;
    height: 10px
}

.carttop::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.carttop::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.moright::-webkit-scrollbar {
    width: 3px;
    height: 10px
}

.moright::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.moright::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

#main {
    background: #f6f6f6
}

.mobile {
    display: none
}

#app {
    max-width: 1440px
}

#app,
#app .pc {
    margin: 0 auto;
    display: flex
}

#app .pc {
    width: 1440px
}

#app .left3 {
    width: 250px;
    flex: 0 0 auto;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: screen;
    position: sticky;
    top: 140px;
    padding-top: 24px
}


#app .right9 {
    flex: 1 1 0;
    display: flex;
    max-width: 100%;
    margin: 0 1.1111111111vw 1.1111111111vw
}

#app .rightcart {
    width: 326px;
    max-width: 326px;
    flex: 0 0 auto;
    position: sticky;
    height: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 140px
}

#app .rightcart .carttop {
    overflow-x: hidden;
    overflow-y: scroll
}

#app {
    background: #f6f6f6
}

#app p {
    margin-bottom: 0
}

.left3 {
    background: #fff
}

.left3 .cate_name {
    position: relative;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer
}

.left3 .cate_name img {
    width: 48px
}

.left3 .cate_name:hover {
    border-radius: 6px;
    background: #f0f0f0
}

.left3 .cate_name_active {
    background: #fe7d26;
    color: #fff
}

.left3 .cate_name_active:hover {
    border-radius: 6px;
    background: #fe7d26
}

.right9 .shop-container {
    width: 100%
}

.right9 .toptitle {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

.right9 .right9_top {
    display: flex;
    flex-direction: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.right9 .right9_topright {
    display: flex;
    cursor: pointer;
    position: relative;
    padding: 10px 16px;
    background: #fff;
    border-radius: 10px
}

.right9 .right9_topright .toprightsvg {
    width: auto;
    width: 24px;
    height: 24px
}

.right9 .right9_topright .sortorder {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    width: 176px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

.right9 .right9_topright .sortorder ul {
    padding: 12px 16px;
    margin: 0
}

.right9 .right9_topright .sortorder li {
    list-style: none
}

.right9 .right9_topright .sortorder li:hover {
    color: #fe7d26
}

.right9 .products {
    margin-top: 1.1111111111vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(321px, 1fr));
    gap: 1.1111111111vw
}

.right9 .products .product {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background: #fff;
    padding: 12.5px
}

.right9 .products .product .proleft {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    cursor: pointer;
    border-radius: 10px
}

.right9 .products .product .proleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.right9 .products .product .proright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-left: 1.0416666667vw;
    flex: 1 1 0
}

.right9 .products .product .proright .proright_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: normal
}

.right9 .products .product .proright .proright_title span {
    font-size: 14px;
    line-height: normal
}

.right9 .products .product .proright p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px
}

.right9 .products .product .proright span {
    font-weight: 400;
    font-size: 14px
}

.right9 .products .product .proright .protitle_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: -7px;
    color: #fe7d26;
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.right9 .products .product .proright .protitle_bottom p {
    margin: 0;
    padding: 0
}

.right9 .products .product .proright .protitle_bottom span {
    position: relative;
    bottom: -5px;
    cursor: pointer
}

.right9 .products .product .proright .protitle_bottom span svg {
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0
}

.right9 .products .product .proright .protitle_bottom .regularprice {
    text-decoration: line-through;
    color: #797979;
    padding-left: 5px;
    font-weight: 400;
    font-size: 13px
}

.rightcart {
    background: #fff;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 500
}

.rightcart .carttop {
    max-height: 60vh
}

.rightcart .cartbuttons,
.rightcart .carttop,
.rightcart .emptybox {
    padding: 1.5277777778vw
}

.rightcart .cartprods {
    overflow: hidden
}

.rightcart .carttitle {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #fff;
    top: -22px
}

.rightcart .carttitle svg {
    position: relative;
    bottom: -3px;
    left: -6px
}

.rightcart .cartprod_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #242424;
    font-size: 14px;
    font-weight: 500
}

.rightcart .cartprod_title span {
    height: 24px;
    cursor: pointer
}

.rightcart .carpod_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.rightcart .carpod_bottom .numsbox {
    border-radius: 4px;
    background: #f6f6f6;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 102px
}

.rightcart .carpod_bottom .numsbox .add,
.rightcart .carpod_bottom .numsbox .minus {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #303030;
    cursor: pointer
}

.rightcart .carpod_bottom .numsbox .add svg {
    width: 24px;
    height: 24px
}

.rightcart .carpod_bottom .numsbox .nums {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #303030
}

.rightcart .carpod_bottom .price {
    display: flex;
    font-size: 16px;
    align-items: center
}

.rightcart .carpod_bottom .price .pricereal {
    font-weight: 700;
    color: #fe7d26
}

.rightcart .carpod_bottom .price .priceori {
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500
}

.rightcart .cartbuttons .total {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

.rightcart .cartbuttons .cartbutton {
    padding-top: 15px;
    width: 100%
}

.rightcart .cartbuttons .viewcart {
    display: flex;
    flex-direction: column;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    width: 100%;
    color: #2b2b2b
}

.rightcart .cartbuttons .viewcart:hover {
    border: 1px solid #363636;
    color: #fff;
    background: #363636
}

.rightcart .cartbuttons .checkoutbutton {
    display: flex;
    flex-direction: column;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #fe7d26;
    width: 100%;
    background: #fe7d26;
    color: #fff
}

.rightcart .cartbuttons .checkoutbutton:hover {
    border: 1px solid #f4a169;
    background: #f4a169
}

.rightcart .emptybox {
    padding: 20px;
    text-align: center;
    color: #9a9a9a;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.rightcart .emptybox img {
    max-width: 213px
}

.pagenation {
    margin: 30px auto;
    display: flex;
    justify-content: center
}

.right9 .products .product .proright .protitle_bottom span.saleprice {
    font-size: 18px;
    font-weight: 500
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li.is-active {
    background: #fe7d26;
    border-radius: 50%;
    color: #fff
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li {
    border-radius: 50%
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li.is-active {
    background-color: #fe7d26
}

.pc .left3,
.pc .rightcart {
    border-radius: 10px
}

@media screen and (max-width:1322px) {
    #app .left3 {
        width: 21.1111111111vw
    }

    #app .left3 #shop-sidebar-filter {
        width: 100%
    }

    #app .rightcart {
        width: 22.6388888889vw
    }

    .right9 .products {
        grid-template-columns: repeat(auto-fill, minmax(236px, 1fr))
    }
}

@media screen and (max-width:900px) {
    .right9 .products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }

    .right9 .products .product .proleft {
        width: 88px;
        height: 88px;
        flex: 0 0 88px
    }

    .proright_title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700
    }

    .right9 .products .product .proright .protitle_bottom {
        color: #fe7d26;
        font-size: 12px;
        font-style: normal;
        font-weight: 700
    }
}

.pc .cate_name_active:after,
.pc .cate_name_active:before {
    content: ""
}

@media screen and (max-width:768px) {
    #app {
        padding-top: 0
    }

    .mobile .shop-container {
        width: 100%
    }

    #app .pc,
    .left3,
    .rightcart {
        display: none
    }

    .mobile {
        display: block;
        width: 100%
    }

    .mobileson {
        display: flex;
        flex-wrap: nowrap;
        position: relative
    }

    .mobileson .moleft {
        width: 70px;
        background: #000;
        flex: 0 0 70px;
        position: unset;
        top: 91px;
        height: 80vh;
        overflow-y: scroll;
        overflow-x: hidden;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -webkit-overflow-scrolling: touch
    }

    .mobileson .moleft .moline {
        display: none
    }

    .mobileson .moleft #woocommerce_layered_nav-12 {
        display: flex;
        overflow-y: overlay;
        flex-direction: column
    }

    .mobileson .moleft .cate_name {
        background: #000;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 2px;
        flex-direction: column;
        text-align: center
    }

    .mobileson .moleft .cate_name img {
        width: 48px;
        height: 48px
    }

    .mobileson .moleft .cate_name_active {
        background: #fff;
        color: #000;
        border-radius: 0 0 0 10px
    }

    .mobileson .moleft .cate_name_active .moline {
        display: none;
        width: 58px;
        height: 4px;
        flex-shrink: 0;
        fill: #ed823a
    }

    .mobileson .moright {
        background: #f2f2f2;
        flex: 1 1 0;
        height: 100vh;
        overflow-y: auto;
        padding: 16px 16px 0
    }

    .mobileson .moright .right9_top {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 15px
    }

    .mobileson .moright .right9_top .sortorder {
        display: none;
        position: absolute;
        right: 0;
        z-index: 10;
        width: 176px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
    }

    .mobileson .moright .right9_top .sortorder ul {
        padding: 12px 16px;
        margin: 0
    }

    .mobileson .moright .right9_top .sortorder li {
        list-style: none
    }

    .mobileson .moright .toptitle {
        display: flex;
        color: #242424;
        font-size: 14px;
        font-style: normal;
        font-weight: 600
    }

    .mobileson .moright .right9_topright {
        display: flex;
        cursor: pointer;
        position: relative;
        padding: 7px;
        background: #fff;
        border-radius: 10px
    }

    .mobileson .moright .toprightsvg {
        display: flex;
        flex-wrap: nowrap;
        width: 24px;
        height: 24px
    }

    .mobileson .moright .sortorder {
        display: none
    }

    .mobileson .moright .products {
        display: flex;
        flex-direction: column
    }

    .mobileson .moright .products .product {
        background: #fff;
        border: 15px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        margin: 10px 0;
        padding: 20px
    }

    .mobileson .moright .products .product .proleft {
        width: 140px;
        height: 140px;
        flex: 0 0 140px;
        object-fit: cover
    }

    .mobileson .moright .products .product .proleft img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 10px
    }

    .mobileson .moright .products .product .proright {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        color: #242424
    }

    .mobileson .moright .products .product .proright .regularprice {
        text-decoration: line-through;
        color: #797979;
        padding-left: 5px;
        font-weight: 400;
        font-size: 13px
    }

    .mobileson .moright .products .product .proright .proright_title {
        font-size: 14px;
        font-style: normal;
        font-weight: 500
    }

    .mobileson .moright .products .product .proright .proright_title p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 600
    }

    .mobileson .moright .products .product .proright .proright_title span {
        font-weight: 400;
        color: #797979
    }

    .mobileson .moright .products .product .proright svg {
        width: 24px;
        height: 24px
    }

    .mobileson .moright .products .product .proright .protitle_bottom {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center
    }

    .mobileson .moright .products .product .proright .protitle_bottom .price {
        color: #ed823a;
        font-size: 16px;
        font-style: normal;
        font-weight: 700
    }

    .mobileson .moright .products .product .proright .protitle_bottom span {
        height: 24px;
        position: relative;
        z-index: 11
    }
}

@media screen and (max-width:568px) {
    .mobileson .moright .products .product {
        padding: 10px
    }

    .mobileson .moright .products .product .proleft {
        flex: 0 0 80px
    }

    .mobileson .moright .products .product .proright .proright_title span {
        font-size: 10px;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    #app .mobile .mobileson .proleft {
        width: 80px;
        height: 80px
    }

    #app .mobile .mobileson .proleft img {
        width: 100%;
        height: 100%
    }
}

#shadowbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 86.7%, .5);
    z-index: 8000
}

#shadowbox .shadowboxson {
    width: 580px;
    max-height: 95vh;
    position: absolute;
    top: 2.5vh;
    left: calc(50% - 290px);
    background: #f4f4f4;
    border-radius: 20px;
    text-align: right;
    overflow-x: hidden;
    overflow-y: scroll
}

#shadowbox .shadowboxson::-webkit-scrollbar {
    display: none
}

#shadowbox .shadowboxson svg {
    height: 36px
}

#shadowbox .shadowboxson .firstlinefa {
    position: sticky;
    right: 20px;
    top: 9px;
    bottom: 0;
    float: right;
    z-index: 999;
    height: 0
}

#shadowbox .shadowboxson .haspadding {
    padding: 10px 20px;
    margin-bottom: 15px
}

#shadowbox .shadowboxson .firstline {
    right: 20px;
    z-index: 555;
    top: 15px
}

#shadowbox .shadowboxson .firstline .box {
    width: 36px;
    height: 36px;
    margin: 0;
    display: flex;
    justify-content: right
}

#shadowbox .shadowboxson .firstline .box .rectangle {
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    background-color: #fe7d25;
    border-radius: 18px;
    border: 1px solid #dadada;
    cursor: pointer
}

#shadowbox .shadowboxson .firstline .box .rectangle svg {
    width: 36px;
    height: 36px
}

#shadowbox .shadowboxson .firstline .rectangle:hover {
    background-color: #fff
}

#shadowbox .shadowboxson .firstline .rectangle:hover svg {
    fill: #292929
}

#shadowbox .shadowboxson .firstline svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    transition: fill .3s
}

#shadowbox .shadowboxson .thirdfa {
    background: #f4f4f4
}

#shadowbox .shadowboxson .third {
    background: #fff
}

#shadowbox .shadowboxson .third .stickytitle {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 24
}

#shadowbox .shadowboxson .third h1 {
    text-align: left;
    color: #292929;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px
}

#shadowbox .shadowboxson .third .stickytitle h1 {
    font-size: 24px
}

#shadowbox .shadowboxson .third .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

#shadowbox .shadowboxson .third .price .group {
    position: relative;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 5px
}

#shadowbox .shadowboxson .third .price .text-wrapper {
    font-family: PingFang SC-Semibold, Helvetica;
    color: #fe7d25;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .div {
    font-family: PingFang SC, Helvetica;
    color: #919191;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    top: 1px;
    left: 124px;
    background-color: #ffe6ea;
    border-radius: 4px
}

#shadowbox .shadowboxson .third .price .delivery {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .third .price .bestseller {
    border-radius: 4px;
    background: #e4fff7;
    color: #00b780;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px
}

#shadowbox .shadowboxson .third .price .bestseller .text-wrapper-2 {
    color: #00b780
}

#shadowbox .shadowboxson .third .price .text-wrapper-2 {
    color: #e51a36;
    font-size: 14px;
    position: relative;
    width: fit-content;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 12px;
    position: relative;
    flex: 0 0 auto;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #fe7d25
}

#shadowbox .shadowboxson .third .price .button:hover {
    cursor: pointer;
    border: 2px solid #fe7d26;
    background: #fe7d26
}

#shadowbox .shadowboxson .third .price .button:hover .text-wrapper-3 {
    color: #fff
}

#shadowbox .shadowboxson .third .price .text-wrapper-3 {
    margin-top: -1px;
    color: #fe7d25;
    font-size: 16px;
    position: relative;
    width: fit-content;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .description {
    position: relative;
    padding-bottom: 10px;
    order: 3;
    margin: 10px 15px;
    text-align: left
}

#shadowbox .shadowboxson .description .content_desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: PingFangSC-Regular;
    height: 42px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

#shadowbox .shadowboxson .description .gradient-overlay {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0))
}

#shadowbox .shadowboxson .description .expandmy {
    position: absolute;
    bottom: -8px;
    right: 0;
    display: block;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#shadowbox .shadowboxson .description .expandmy .shrinkstatus img {
    transform: rotate(180deg)
}

#shadowbox .shadowboxson .description .expandmy .modal-dialog .productWrapper .productinfo .description .expand span {
    color: #333;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

#shadowbox .shadowboxson .description .expandmy img {
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .description .expandreal {
    display: block
}

#shadowbox .shadowboxson .prodlist ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #f4f4f4
}

#shadowbox .shadowboxson .prodlist li {
    background: #fff;
    text-align: left
}

#shadowbox .shadowboxson .prodlist li:first-child {
    margin-top: 15px
}

#shadowbox .shadowboxson .prodlist li .prods {
    display: flex;
    flex-direction: column;
    gap: 5px;
    display: none
}

#shadowbox .shadowboxson .prodlist li .prods .area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 12px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 5px;
    display: none;
    cursor: pointer
}

#shadowbox .shadowboxson .prodlist li .prods .area:hover {
    background: #fff1e7
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus {
    position: absolute;
    bottom: 10px
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus {
    padding: 0 4px;
    display: flex;
    width: 80px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .add-light-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .add-light {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .text-wrapper {
    position: relative;
    margin: 0 auto;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper {
    display: inline-block;
    padding: 0;
    transition: background-color .3s;
    border-radius: 50%
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper:hover {
    background-color: #fe7d26
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper:hover svg {
    color: #fff
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus svg {
    width: 24px;
    height: 24px;
    color: #000;
    transition: color .3s
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .circlefa {
    position: absolute;
    bottom: 0
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .circlefa .circle {
    width: 32px;
    height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    text-align: center;
    background: #fff
}

#shadowbox .shadowboxson .prodlist li .prods .area .product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 10px
}

#shadowbox .shadowboxson .prodlist li .prods .area .div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    margin-right: 10px
}

#shadowbox .shadowboxson .prodlist li .prods .area .text-wrapper {
    color: #292929;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px
}

#shadowbox .shadowboxson .prodlist li .prods .area .image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px
}

#shadowbox .shadowboxson .prodlist li .prods .area .element {
    position: relative;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 600;
    color: #292929;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: 0 0 auto
}

#shadowbox .shadowboxson .prodlist li .prods .choosed {
    background: #fff1e7;
    display: block
}

#shadowbox .shadowboxson .prodlist li .prods_is_guding1 {
    display: block
}

#shadowbox .shadowboxson .prodlist li .prodbottom {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy {
    display: block;
    padding: 6px 8px;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    background: #fff
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy .expandmyson {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy div {
    color: #292929;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy svg {
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy:hover {
    background: #fff1e7
}

#shadowbox .shadowboxson .prodlist li .prodbottom .uparrow svg {
    rotate: 180deg
}

#shadowbox .shadowboxson .prodlist .titles {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#shadowbox .shadowboxson .prodlist .titles .left div span {
    color: #fe7d26;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

#shadowbox .shadowboxson .prodlist .titles .newtitle {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px
}

#shadowbox .shadowboxson .prodlist .titles .newtitle h1 {
    margin-bottom: 0
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .complete {
    height: 30px;
    margin-bottom: 0;
    padding-bottom: 0
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .complete svg {
    height: 30px
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .expandmyson {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    align-items: center;
    background: #000;
    padding: 0 5px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .expandmyson svg {
    height: 30px
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .expandmyson div {
    font-size: 14px;
    padding-right: 6px
}

#shadowbox .shadowboxson .prodlist .left .complete {
    font-size: 15px;
    color: #fe7d26;
    margin-bottom: 5px
}

#shadowbox .shadowboxson .prodlist .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 12px;
    position: relative;
    background-color: #fe7d25;
    border-radius: 24px
}

#shadowbox .shadowboxson .prodlist .label .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .bottom {
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 30
}

#shadowbox .shadowboxson .bottom .add-minus {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 8px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #e1e1e1
}

#shadowbox .shadowboxson .bottom .add-minus .add-light-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f4f4f4;
    border-radius: 36px;
    border: 1px solid #e1e1e1
}

#shadowbox .shadowboxson .bottom .add-minus .add-light {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .bottom .add-minus .text-wrapper {
    position: relative;
    width: 36px;
    height: 32px;
    margin-top: -1px;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .bottom .left svg {
    width: 36px;
    height: 36px
}

#shadowbox .shadowboxson .bottom .left .text-wrapper {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: 4px
}

#shadowbox .shadowboxson .bottom .right {
    flex: 1 1 auto;
    margin-left: 30px;
    border-radius: 10px;
    background: #fe7d26;
    display: flex;
    width: 400px;
    height: 58px;
    padding: 10px 48px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    flex: auto;
    cursor: pointer
}

#shadowbox .shadowboxson .bottom .right:hover {
    transition: transform .3s ease;
    transform: scale(1.05)
}

#shadowbox .shadowboxson .bottom .right .button-add-to {
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

#shadowbox .shadowboxson .bottom .add-light-wrapper {
    display: inline-block;
    padding: 10px;
    transition: background-color .3s
}

#shadowbox .shadowboxson .bottom .add-light-wrapper:hover {
    background-color: #fe7d26
}

#shadowbox .shadowboxson .bottom .add-light-wrapper:hover svg {
    color: #fff
}

#shadowbox .shadowboxson .bottom svg {
    width: 24px;
    height: 24px;
    color: #000;
    transition: color .3s
}

#shadowbox .swiper {
    width: 100%;
    height: 400px;
    margin: auto
}

#shadowbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff
}

#shadowbox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#shadowbox .swiper-button-next,
#shadowbox .swiper-button-prev {
    color: #fe7d26
}

#shadowbox .swiper-pagination-bullet-active {
    background: #fe7d26
}

#shadowbox .button-circle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fe7d25;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    padding: 10px
}

#shadowbox .swiper-button-next,
#shadowbox .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fe7d25;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8080
}

#shadowbox .swiper-button-next:after,
#shadowbox .swiper-button-prev:after {
    font-size: 18px
}

#shadowbox .swiper-button-next:hover:after,
#shadowbox .swiper-button-prev:hover:after {
    color: #000
}

#shadowbox .swiper-button-next:hover,
#shadowbox .swiper-button-prev:hover {
    background: #fff
}

#shadowbox .button-circle:hover {
    background-color: rgba(0, 0, 255, .2)
}

#shadowbox .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 8px;
    border-radius: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    width: fit-content
}

.imgmodel {
    position: fixed;
    z-index: 1;
    z-index: 8002;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.imgmodel .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
    background: 0 0
}

.imgmodel .modal-content img {
    width: 100%
}

#shadowbox .shadowboxson_ani_pc {
    top: 100%;
    animation: slideUppc .8s forwards
}

.right9 .products .product .proright .proright_title p {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width:1148px) {
    .right9 .products .product .proright .proright_title p {
        font-size: 14px;
        padding-bottom: 0
    }

    .realbottom .myleft {
        flex-wrap: wrap;
        gap: 3px
    }
}

@media screen and (max-width:580px) {
    #shadowbox .shadowboxson .third .price .text-wrapper {
        font-size: 18px
    }

    #shadowbox .shadowboxson .third .price .div {
        font-size: 14px
    }

    #shadowbox .shadowboxson .third .price .bestseller {
        border-radius: 4px;
        background: #e4fff7;
        color: #00b780;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        height: auto
    }

    #shadowbox .shadowboxson .third .price .text-wrapper-2 {
        font-size: 13px
    }

    #shadowbox .shadowboxson .firstlinefa {
        top: 4px
    }

    #shadowbox .shadowboxson .bottom {
        position: relative
    }

    .mobileson .moright .realbottom .myleft {
        justify-content: left;
        gap: 10px
    }

    .mobileson .realbottom .bestseller,
    .mobileson .realbottom .freeshipping {
        padding: 1px 5px
    }

    #shadowbox .shadowboxson .prodlist ul {
        gap: 0
    }

    #shadowbox .shadowboxson .third .stickytitle {
        margin-bottom: 0
    }

    .swiper {
        max-height: 300px
    }

    #shadowbox .shadowboxson {
        width: 100vw;
        height: 95%;
        bottom: -500px;
        border-radius: 20px 20px 0 0;
        top: unset;
        left: 0
    }

    #shadowbox .shadowboxson_ani {
        animation: slideUp .8s forwards
    }

    #shadowbox .shadowboxson .third .stickytitle h1 {
        font-size: 20px;
        width: 90%
    }

    body .floating_button {
        bottom: 80px !important
    }

    body .stillneed {
        color: #919191;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }
}

@media screen and (max-width:440px) {
    #shadowbox .shadowboxson .bottom .right .button-add-to {
        font-size: 15px
    }

    #shadowbox .shadowboxson .firstlinefa {
        top: 14px
    }

    #shadowbox .shadowboxson .bottom {
        padding: 5px
    }

    #shadowbox .shadowboxson .bottom .left svg {
        width: 24px;
        height: 24px
    }

    #shadowbox .shadowboxson .bottom .right {
        height: 48px
    }

    #shadowbox .shadowboxson .prodlist li .prods .area .text-wrapper {
        font-size: 14px;
        margin-left: 10px
    }

    #shadowbox .shadowboxson .prodlist li .prods .area .element {
        font-size: 14px
    }

    #shadowbox .shadowboxson .firstline .box .rectangle,
    #shadowbox .shadowboxson .firstline .box .rectangle svg {
        width: 26px;
        height: 26px
    }
}

#shadowbox .shadowboxson_hide {
    animation: slideHide .8s forwards
}

@keyframes slideHide {
    0% {
        opacity: 1;
        top: 2.5%
    }

    to {
        top: 100%;
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        bottom: -500px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideUppc {
    0% {
        top: 100%;
        opacity: 1
    }

    to {
        top: 2.5%;
        opacity: 1
    }
}

@media screen and (max-width:410px) {
    .mobileson .moright .right9_topright {
        font-size: 13px;
        padding: 2px 0
    }

    .mobileson .moright .toptitle {
        font-size: 13.2px
    }
}

body #app #shadowbox .shadowboxson .price .change250619 .first {
    font-size: 18px
}

body #app #shadowbox .shadowboxson .price .change250619 .first,
body #app #shadowbox .shadowboxson .price .change250619 .second {
    background-color: unset;
    color: #ff6700;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -.34px;
    padding: unset;
    border-radius: unset
}

body #app #shadowbox .shadowboxson .price .change250619 .second {
    font-size: 20px
}

body #app #shadowbox .shadowboxson .price .div {
    text-decoration: unset;
    color: #ff6700;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.272px
}

body #app #shadowbox .shadowboxson .bottom .change250619cart {
    border-radius: 10px;
    background: #ff6700;
    display: flex;
    align-items: center;
    justify-content: space-between
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .firstline {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.306px;
    min-width: 60px
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -.272px
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
    color: #ffc69f;
    text-align: center;
    font-family: Noto Sans HK;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.238px;
    text-decoration-line: line-through
}

.quote {
    margin-top: 30px;
    border-radius: 10px;
    background: #ffebd4;
    text-align: center;
    margin-bottom: 25px
}

.quote .quoteson {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 0
}

.quote .quoteson img {
    max-width: 112px
}

.quote .quoteson h4 {
    color: #0c2633;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quote .quoteson .custom_quote {
    border-radius: 10px;
    background: #ff6700;
    display: inline-flex;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.quote .quoteson .custom_quote button {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.line22 {
    display: flex;
    align-items: center;
    gap: 10px
}

.line22 .bestseller {
    border-radius: 4px;
    background: #e4fff7;
    color: #00b780;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px
}

.line22 .bestseller div {
    color: #00b780;
    font-size: 14px;
    position: relative;
    width: fit-content;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

.line22 .freeshipping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    top: 1px;
    left: 124px;
    background-color: #ffe6ea;
    border-radius: 4px
}

.line22 .freeshipping div {
    color: #e51a36;
    font-size: 14px;
    position: relative;
    width: fit-content;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .viewmymenu {
    background: #2a3031;
    color: #fff;
    border-radius: 10px;
    border: unset
}

#shadowbox .shadowboxson .third .price .viewmymenu .text-wrapper-3 {
    color: #fff
}

#shadowbox .shadowboxson .third .price .viewmydetail {
    background: #ff6700;
    color: #fff;
    border-radius: 10px;
    border: unset
}

#shadowbox .shadowboxson .third .price .viewmydetail .text-wrapper-3 {
    color: #fff
}

@media screen and (max-width:750px) {
    body #app #shadowbox .shadowboxson .third .price .group {
        gap: unset
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .firstline {
        font-size: 18px
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .second,
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price1,
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
        font-size: 16px
    }

    body #app #shadowbox .shadowboxson .price .div {
        font-size: 16px;
        font-weight: 500
    }

    .quote .quoteson img {
        max-width: 82px
    }

    .quote .quoteson h4 {
        font-size: 14px
    }

    .quote .quoteson .custom_quote {
        padding: 14px
    }

    .quote .quoteson .custom_quote button {
        font-size: 14px
    }
}

@media screen and (max-width:580px) {
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline {
        position: relative;
        top: 4px;
        align-items: flex-end
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
        font-size: 14px;
        top: -5px;
        position: relative
    }

    #app #shadowbox .shadowboxson .bottom {
        position: sticky
    }

    #shadowbox .shadowboxson .third .price .text-wrapper {
        gap: unset !important
    }

    body #app #shadowbox .shadowboxson .price .change250619 .first,
    body #app #shadowbox .shadowboxson .price .change250619 .second {
        font-size: 18px;
        font-weight: 700
    }

    #shadowbox .shadowboxson .bottom .right {
        padding: 10px 18px
    }
}