.singlebuy1 {
    padding: var(--singlebuy-padding-top_pc) 0 var(--singlebuy-padding-bottom_pc);
    background: linear-gradient(to right, var(--singlebuy-background-color), var(--singlebuy-background-to));
    word-break: break-word;
}

.singlebuy1 .singlebuy-contents {
    margin: 0 calc(100vw / 1920* var(--singlebuy-back-inner-margin));
}

.singlebuy1 .singlebuy_left {
    width: var(--singlebuy-img_size-img_size);
    float: left;
    z-index: 100;
}

.singlebuy1 .singlebuy_right {
    width: calc(95% - var(--singlebuy-img_size-img_size));
    box-sizing: border-box;
    float: right;
}

.singlebuy1 .magnifier>img {
    aspect-ratio: var(--singlebuy-photo_proportion-photo_proportion);
    object-fit: var(--singlebuy-img_fit-img_fit);
    border-radius: var(--singlebuy-img_shape-img_shape1)
}

.singlebuy1 .magnifier_big .magnifier_bigimg {
    aspect-ratio: var(--singlebuy-photo_proportion-photo_proportion);
}

.singlebuy1 .singlebuy_info_swiper-slide-active .singlebuy_info_swiper_item .imgw {
    border: 1px solid #999;
    border-radius: var(--singlebuy-img_shape-img_shape2)
}

.singlebuy1 .singlebuy_info_swiper_item .imgw .img {
    width: 100%;
    aspect-ratio: var(--singlebuy-photo_proportion-photo_proportion);
    object-fit: var(--singlebuy-img_fit-img_fit);
    display: block;
    border-radius: var(--singlebuy-img_shape-img_shape2)
}

.singlebuy1 .autoheight .singlebuy_info_swiper_item .imgw .img {
    object-fit: cover;
    height: 100%
}

.singlebuy1 .product_code {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    font-family: Arial;
    margin-bottom: 10px;
}

.singlebuy1 .product_title {
    font-size: var(--singlebuy-title-size);
    font-weight: var(--singlebuy-title-bold);
    color: var(--singlebuy-title-color);
    font-style: var(--singlebuy-title-italic);
    display: var(--singlebuy-title-visible);
    font-family: var(--singlebuy-title-font);
    line-height: 1.2;
    margin-top: calc(var(--singlebuy-title-size)*(-0.1));
    margin-bottom: 10px;
}

.singlebuy1 .product_info_box {
    position: relative;
    min-height: calc(var(--singlebuy-brief-cont-size)* 1.4 + 0px);
    margin: 10px auto;
}

.singlebuy1 .product_brand_wrap {
    display: flex;
    justify-content: space-between;
}

.singlebuy1 .product_brand {
    font-size: var(--singlebuy-brand-size);
    font-weight: var(--singlebuy-brand-bold);
    color: var(--singlebuy-brand-color);
    font-style: var(--singlebuy-brand-italic);
    font-family: var(--singlebuy-brand-font);
    line-height: 1.4;
    padding: 0px 0px 0px 0px;
}

.singlebuy1 .product_brand .product_brand_show {
    display: var(--singlebuy-brand-visible);
}

.singlebuy1 .product_size_btn {
    font-size: var(--singlebuy-product_size-size);
    font-weight: var(--singlebuy-product_size-bold);
    color: var(--singlebuy-product_size-color);
    font-style: var(--singlebuy-product_size-italic);
    display: var(--singlebuy-product_size-visible);
    font-family: var(--singlebuy-product_size-font);
    line-height: 1.4;
    padding: 0px 0px 0px 0px;
    text-decoration: underline;
}


.singlebuy1 .singlebuy_price {
    margin: 20px 0px;
}
.singlebuy1 .singlebuy_price_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.singlebuy1 .singlebuy_price .left {
    display: flex;
}
.singlebuy1 .singlebuy_price .right {
    display: flex;
    align-items: center;
}
.singlebuy1 .singlebuy_price_box .select_wrap {
    display: var(--singlebuy-price-visible);
}
.singlebuy1 .singlebuy_price_box .select_wrap .currency {
    font-size: calc(var(--singlebuy-price-size)*(18 / 24));
    color: var(--singlebuy-price-color);
    border: 0px;
    height: calc(var(--singlebuy-price-size)* 1.4);
    margin-right: calc(var(--singlebuy-price-size)*(15 / 24));
    background: none;
    font-weight: var(--singlebuy-price-bold);
    font-style: var(--singlebuy-price-italic);
    font-family: var(--singlebuy-price-font);
    display: var(--singlebuy-price-visible);
}
.singlebuy1 .singlebuy_price_box .price_wrap {
    display: flex;
}
.singlebuy1 .singlebuy_price_box .price_wrap .price_now {
    font-size: var(--singlebuy-price-size);
    font-weight: var(--singlebuy-price-bold);
    color: var(--singlebuy-price-color);
    font-style: var(--singlebuy-price-italic);
    font-family: var(--singlebuy-price-font);
    margin-right: calc(var(--singlebuy-price-size)*(15 / 24));
    line-height: 1.4;
    display: var(--singlebuy-price-visible);
}
.singlebuy1 .singlebuy_price_box .price_wrap .price_before {
    display: block;
    font-size: var(--singlebuy-price_price-size);
    font-weight: var(--singlebuy-price_price-bold);
    color: var(--singlebuy-price_price-color);
    font-style: var(--singlebuy-price_price-italic);
    font-family: var(--singlebuy-price-font);
    text-decoration: line-through;
    line-height: 1.4;
    display: var(--singlebuy-price-visible);
}
.singlebuy1 .singlebuy_price_box .right .masonry_box {
    display: var(--singlebuy-icon-visible);
    padding-left: 4px;
    position: relative;
}
.singlebuy1 .singlebuy_price_box .right .masonry_box .masonry_icon {
    color: var(--singlebuy-icon-color);
    font-size: 14px;
}

.singlebuy1 .singlebuy_price_box .right .masonry_box .masonry_popup {
    position: absolute;
    bottom: 100%;
    right: 0px;
    max-height: 110px;
    overflow: hidden;
    width: 180px;
    max-width: calc(50vw - 20px);
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow-y: auto;
    display: none;
}

.singlebuy1 .singlebuy_price_box .right .masonry_box:hover .masonry_popup {
    display: block;
}


.singlebuy1 .singlebuy_price_box .right .masonry_popup .list {
    margin: 8px 4px;
    box-sizing: border-box;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-family: 'Arial';
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv {
    padding-left: 28px;
    position: relative;
    box-sizing: border-box;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv i {
    position: absolute;
    left: 6px;
    top: 1px;
    color: var(--singlebuy-icon-color);
    font-size: 14px;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv .icon {
    position: absolute;
    left: 5px;
    top: 3px;
    height: 16px;
    width: 16px;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .offnum {
    padding-right: 10px;
    flex: 1;
    text-align: right;
    box-sizing: border-box;
}


.singlebuy1 .product_info_box .share_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}



.singlebuy1 .singlebuy_price_box .right .masonry_box:hover .masonry_popup {
    display: block;
}


.singlebuy1 .singlebuy_price_box .right .masonry_popup .list {
    margin: 8px 4px;
    box-sizing: border-box;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-family: 'Arial';
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv {
    padding-left: 28px;
    position: relative;
    box-sizing: border-box;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv i {
    position: absolute;
    left: 6px;
    top: 1px;
    color: var(--singlebuy-icon-color);
    font-size: 14px;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .lv .icon {
    position: absolute;
    left: 5px;
    top: 3px;
    height: 16px;
    width: 16px;
}

.singlebuy1 .singlebuy_price_box .right .masonry_popup .list .item .offnum {
    padding-right: 10px;
    flex: 1;
    text-align: right;
    box-sizing: border-box;
}

.singlebuy1 .product_info_box#review {
    display: var(--singlebuy-comment-visible);
}

.singlebuy1 .product_info_box .share_wrap .left_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.singlebuy1 .product_info_box .share_wrap .left_info .stars {
    display: flex;
    align-items: center;
    padding-right: 10px;
    height: calc(var(--singlebuy-comment-size) * 1.6666);
    padding-top: 3px;
}

.singlebuy1 .product_info_box .share_wrap .left_info .stars .star {
    display: var(--singlebuy-comment_volume-visible);
    font-size: calc(var(--singlebuy-comment-size));
    color: #e1e1e1;
    margin-right: 2px;
}

.singlebuy1 .product_info_box .share_wrap .left_info .stars .star.i_good {
    color: var(--singlebuy-comment-star-color);
}


.singlebuy1 .product_info_box .share_wrap .left_info .review_order {

    display: var(--singlebuy-comment-visible);
}

.singlebuy1 .product_info_box .share_wrap .left_info .review_num {
    font-size: var(--singlebuy-comment-size);
    font-weight: var(--singlebuy-comment-bold);
    color: var(--singlebuy-comment-color);
    font-style: var(--singlebuy-comment-italic);
    display: var(--singlebuy-comment_volume-visible);
    font-family: var(--singlebuy-comment-font);
    line-height: 1.66666;
    padding-right: 10px;
    white-space: nowrap;
    padding-top: 4px;
    float: left;
}

.singlebuy1 .product_info_box .share_wrap .left_info .review_num:after {
    content: "|";
    font-size: var(--singlebuy-comment-size);
    color: var(--singlebuy-comment-color);
    line-height: 1.66666;
    padding-left: 10px;
    display: var(--singlebuy-comment_remark-visible);
    float: right;
}

.singlebuy1 .product_info_box .share_wrap .left_info .review_num:last-child:after {
    display: none;
}

.singlebuy1 .product_info_box .share_wrap .left_info .order_num {
    font-size: var(--singlebuy-comment-size);
    font-weight: var(--singlebuy-comment-bold);
    color: var(--singlebuy-comment-color);
    font-style: var(--singlebuy-comment-italic);
    display: var(--singlebuy-comment_remark-visible);
    font-family: var(--singlebuy-comment-font);
    line-height: 1.66666;
    padding-right: 10px;
    white-space: nowrap;
    padding-top: 4px;
    float: left;
}

.singlebuy1 .product_info_box .share_wrap .left_info .order_num:after {
    content: "|";
    font-size: var(--singlebuy-comment-size);
    color: var(--singlebuy-comment-color);
    line-height: 1.66666;
    padding-left: 10px;
}

.singlebuy1 .product_info_box .share_wrap .left_info .order_num:last-child:after {
    display: none;
}

.singlebuy1 .product_brief {
    font-size: var(--singlebuy-brief-cont-size);
    font-weight: var(--singlebuy-brief-cont-bold);
    color: var(--singlebuy-brief-color);
    font-style: var(--singlebuy-brief-cont-italic);
    font-family: var(--singlebuy-brief-font);
    line-height: 1.4;
    padding: 14px 0px 14px 0px;
}

.singlebuy1 .product_custom {
    font-size: var(--singlebuy-custom-cont-size);
    font-weight: var(--singlebuy-custom-cont-bold);
    color: #666666;
    font-style: var(--singlebuy-custom-cont-italic);
    font-family: Arial;
    line-height: 1.4;
    padding: 14px 0px 14px 0px;
}

.singlebuy1 .product_brief_title.collapse+.product_brief {
    display: none;
}

.singlebuy1 .product_custom_title.collapse+.product_custom {
    display: none;
}

.singlebuy1 .product_info_box.product_brief_box {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    display: var(--singlebuy-brief-visible);
}

.singlebuy1 .product_info_box.product_brief_box.tile_item {
    text-align: var(--singlebuy-brief-align);
}

.singlebuy1 .product_info_box.product_brief_box.tile_item .product_brief {
    text-align: var(--singlebuy-brief-align);
}

.singlebuy1 .product_info_box.product_brief_box .product_brief_title {
    padding: 14px 0;
    /* border-bottom:1px solid #DDDDDD;
	*/
    font-size: var(--singlebuy-brief-size);
    font-weight: var(--singlebuy-brief-bold);
    color: var(--singlebuy-brief-color);
    font-style: var(--singlebuy-brief-italic);
    font-family: var(--singlebuy-brief-font);
}

.singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title span {
    flex: 1;
}

.singlebuy1 .product_info_box.product_brief_box.tile_item .product_brief_title .icon {
    display: none;
}

.singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--singlebuy-brief-foldicon-expand-color);
    color: var(--singlebuy-brief-foldicon-expand-color-text);
    text-align: center;
    line-height: 24px;
    transition: 0.3s;
    transform: rotate(-90deg);
    display: block;
    font-size: 16px
}

.singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title.collapse .icon {
    background: var(--singlebuy-brief-foldicon-collapse-color);
    color: var(--singlebuy-brief-foldicon-collapse-color-text);
    transform: rotate(90deg);
}

.singlebuy1 .product_info_box.product_custom_box {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    display: var(--singlebuy-custom-visible);
}

.singlebuy1 .product_info_box.product_custom_box.tile_item .product_custom_title span {
    display: block;
    text-align: var(--singlebuy-custom-align);
}

.singlebuy1 .product_info_box.product_custom_box .product_custom_title {
    padding: 14px 0;
    /* border-bottom:1px solid #DDDDDD;
	*/
    font-size: var(--singlebuy-custom-size);
    font-weight: var(--singlebuy-custom-bold);
    color: var(--singlebuy-custom-color);
    font-style: var(--singlebuy-custom-italic);
    font-family: var(--singlebuy-custom-font);
}

.singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title span {
    flex: 1;
}

.singlebuy1 .product_info_box.product_custom_box.tile_item .product_custom_title .icon {
    display: none;
}

.singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--singlebuy-custom-foldicon-expand-color);
    color: var(--singlebuy-custom-foldicon-expand-color-text);
    text-align: center;
    line-height: 24px;
    transition: 0.3s;
    transform: rotate(-90deg);
    display: block;
    font-size: 16px
}

.singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title.collapse .icon {
    background: var(--singlebuy-custom-foldicon-collapse-color);
    color: var(--singlebuy-custom-foldicon-collapse-color-text);
    transform: rotate(90deg);
}

.singlebuy1 .shopping_btn .btn_s {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: calc(var(--singlebuy-shopping-size)*(10 / 14)) 0px;
    line-height: 2;
    border-radius: var(--singlebuy-shopping-shape);
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.singlebuy1 .shopping_btn .btn_s1 {
    border: 1px solid var(--singlebuy-shopping_button-color);
    color: var(--singlebuy-shopping_button-color);
    font-size: var(--singlebuy-shopping-size);
    font-weight: var(--singlebuy-shopping-bold);
    font-style: var(--singlebuy-shopping-italic);
    font-family: var(--singlebuy-shopping-font);
    opacity: 1;
    transition: all ease 0.1s;
}

.singlebuy1 .shopping_btn .btn_s1.solid {
    background-color: var(--singlebuy-shopping_button-color);
    color: var(--singlebuy-shopping-color);
    border: 1px solid var(--singlebuy-shopping_button-color);
}

.singlebuy1 .shopping_btn .btn_s1:hover {
    background-color: var(--singlebuy-shopping_button-color);
    border: 1px solid var(--singlebuy-shopping_button-color);
    color: var(--singlebuy-shopping-color);
    font-size: var(--singlebuy-shopping-size);
    font-weight: var(--singlebuy-shopping-bold);
    font-style: var(--singlebuy-shopping-italic);
    font-family: var(--singlebuy-shopping-font);
    opacity: 1;
    transition: all ease 0.1s;
}

.singlebuy1 .shopping_btn .btn_s1.solid:hover {
    background-color: transparent;
    border: 1px solid var(--singlebuy-shopping_button-color);
    color: var(--singlebuy-shopping_button-color);
}



.singlebuy1 .shopping_btn .ksh-customeow {
    /*background-color: var(--info-customeow_button-color);*/
    background-color: transparent;
    border: 1px solid var(--info-customeow_button-color);
    color: var(--info-customeow-color);
    font-size: var(--info-customeow-size);
    font-weight: var(--info-customeow-bold);
    font-style: var(--info-customeow-italic);
    font-family: var(--info-customeow-font);
    border-radius: var(--info-customeow-shape);

}
.singlebuy1 .shopping_btn.ksh-customeow-box{display:  var(--info-customeow-visible);}


.singlebuy1 .shopping_btn .ksh-customeow.solid {
    background-color: var(--info-customeow_button-color);
    border: 1px solid var(--info-customeow_button-color);
    color: var(--info-customeow-color);
}

.singlebuy1 .shopping_btn .btn_disable {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #fff;
    font-size: var(--singlebuy-shopping-size);
    font-weight: var(--singlebuy-shopping-bold);
    font-style: var(--singlebuy-shopping-italic);
    font-family: var(--singlebuy-shopping-font);
}

.singlebuy1 .shopping_btn .btn_disable:hover {
    opacity: 1;
    cursor: default;
}

.singlebuy1 .shopping_btn {
    position: relative;
    text-align: center;
    margin: 10px 0px;
}

.singlebuy1 .shopping_btn_inquiry {
    position: relative;
    text-align: center;
    margin: 10px 0px;
    display: var(--singlebuy-inquiry-visible);
}

.singlebuy1 .btn_s1#inquiry {
    background-color: var(--singlebuy-inquiry_button-color);
    border: 1px solid var(--singlebuy-inquiry-color);
    color: var(--singlebuy-inquiry-color);
    font-size: var(--singlebuy-inquiry-size);
    font-weight: var(--singlebuy-inquiry-bold);
    font-style: var(--singlebuy-inquiry-italic);
    font-family: var(--singlebuy-inquiry-font);
    opacity: 1;
    transition: all ease 0.1s;
}

.singlebuy1 .btn_s1#inquiry {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: calc(var(--singlebuy-inquiry-size) * (10 / 14)) 0px;
    line-height: 2;
    border-radius: var(--singlebuy-inquiry-shape);
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.singlebuy1 .btn_s1#inquiry {
    background-color: var(--singlebuy-inquiry_button-color);
    border: 1px solid var(--singlebuy-inquiry-color);
    color: var(--singlebuy-inquiry-color);
    font-size: var(--singlebuy-inquiry-size);
    font-weight: var(--singlebuy-inquiry-bold);
    font-style: var(--singlebuy-inquiry-italic);
    font-family: var(--singlebuy-inquiry-font);
    opacity: 1;
    transition: all ease 0.1s;
}

.singlebuy1 .btn_s1#inquiry:hover {
    background-color: var(--singlebuy-inquiry-color);
    border: 1px solid var(--singlebuy-inquiry_button-color);
    color: var(--singlebuy-inquiry_button-color);
    font-size: var(--singlebuy-inquiry-size);
    font-weight: var(--singlebuy-inquiry-bold);
    font-style: var(--singlebuy-inquiry-italic);
    font-family: var(--singlebuy-inquiry-font);
    opacity: 1;
    transition: all ease 0.1s;
}

.singlebuy1 .shopping_btn.cart {
    display: var(--singlebuy-shopping-visible);
}

.singlebuy1 .shopping_btn.buy {
    display: var(--singlebuy-buy_now-visible);
}

/* 规格属性 */

.sku-singlebuy_spec {
    position: relative;
    z-index: 11;
}

.sku-singlebuy_spec.active {
    z-index: 12 !important;
}


.singlebuy_spec {
    margin: 10px 0px;
    display: var(--singlebuy-specifications-visible);
    position: relative;
    z-index: 1;
}

.singlebuy_spec .title {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14)) 0px;
    position: relative;
}

.singlebuy_spec .title .red {
    color: #ff5700;
    padding-right: 5px;
}

.singlebuy_spec .title .content {
    display: inline-block;
}

.singlebuy_spec .title .f_right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: var(--singlebuy-specifications-stocknum-visible);
}

.singlebuy_spec .title .ques_icon {
    display: inline-block;
    vertical-align: top;
    font-size: calc(var(--singlebuy-specifications-size));
    color: var(--singlebuy-specifications-color);

}

.singlebuy_spec .title .spec_color {
    color: var(--singlebuy-specifications-bespoke_active-color);
    font-weight: var(--singlebuy-specifications-bold);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
}

.singlebuy_spec .title .checked_txt {
    padding-right: 5px;
}
.singlebuy1 .spec.active .singlebuy_spec{
    border: 1px solid var(--singlebuy-singlebuyspec-border-color);
    border-radius: 5px;
}
.singlebuy1 .spec.active .singlebuy_spec .title{
    position: relative;
    background-color: var(--singlebuy-singlebuyspec-background-color);
    cursor: pointer;
    padding: 18px 16px;
}
.singlebuy1 .spec.active .singlebuy_spec .title + div{
    display: none;padding: 10px 16px;border-top: 1px solid var(--singlebuy-singlebuyspec-border-color);
}
.singlebuy1 .spec.active .singlebuy_spec .title::before{
    position: absolute;right: 20px;top: 50%;transform: translateY(-50%);
    font-size: var(--singlebuy-singlebuyspec-icon-size);line-height: 20px;color: var(--singlebuy-singlebuyspec-icon-color);
    font-weight: var(--singlebuy-singlebuyspec-icon-bold);
    font-family: "iconfontyfb" !important;content: "\e72f";
}
.singlebuy1 .spec.active .singlebuy_spec .title.active::before{transform:translateY(-50%) rotate(180deg) }

.singlebuy1 .spec.active .singlebuy_spec .quantity_title{background: transparent !important;padding: 0}
.singlebuy1 .spec.active .singlebuy_spec .quantity_title::before{display: none;}
.singlebuy1 .spec.active .singlebuy_spec .quantity_title.title + div{
    display: block;padding: 0;
    border: 0 !important;
}
.singlebuy1 .spec.active .singlebuy_spec.notranslate{
    border: 0 !important;
}

.singlebuy_spec .sku_box {
    display: flex;
    flex-wrap: wrap;
}

.singlebuy_spec .sku_box .sku_item {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    cursor: pointer;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size) / 2 - 1px);
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    margin: 0px calc(var(--singlebuy-specifications-size) / 2) calc(var(--singlebuy-specifications-size) / 2) 0;
    background-color: var(--singlebuy-specifications-background-color);

}

.singlebuy_spec .sku_box .sku_item.sku_item_text.big {
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) + 1px) calc(var(--singlebuy-specifications-size) / 2 - 1px);
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.small {
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 3px) calc(var(--singlebuy-specifications-size) / 2 - 1px);
}

.singlebuy_spec .sku_box .sku_item.sku_item_text {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.sku_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.column2 {
    width: calc(calc(100% / 2) - calc(var(--singlebuy-specifications-size) / 2));
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.column4 {
    width: calc(calc(100% / 4) - calc(var(--singlebuy-specifications-size) / 2));
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.column6 {
    width: calc(calc(100% / 6) - calc(var(--singlebuy-specifications-size) / 2));
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.column8 {
    width: calc(calc(100% / 8) - calc(var(--singlebuy-specifications-size) / 2));
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.column10 {
    width: calc(calc(100% / 10) - calc(var(--singlebuy-specifications-size) / 2));
}

.singlebuy_spec .sku_box .sku_item_img {
    height: 79px;
    padding: 0 !important;
    overflow: hidden !important;
}
.singlebuy_spec .sku_box .sku_item_img.square {
    width: 79px;
}
.singlebuy_spec .sku_box .sku_item_img.circle {
    width: 79px;
    border-radius: 50%;
    overflow: hidden !important;
}
.singlebuy_spec .sku_box .sku_item_img.square img, .singlebuy_spec .sku_box .sku_item_img.circle img {
    width: 100%;
}
.singlebuy_spec .sku_box .sku_item_img.small {
    height: 37px;
}
.singlebuy_spec .sku_box .sku_item_img.small.square, .singlebuy_spec .sku_box .sku_item_img.small.circle {
    width: 37px;
}
.singlebuy_spec .sku_box .sku_item_img.big {
    height: 141px;
}
.singlebuy_spec .sku_box .sku_item_img.big.square, .singlebuy_spec .sku_box .sku_item_img.big.circle {
    width: 141px;
}

.singlebuy_spec .sku_box .sku_item_color {
    height: 40px;
    width: 40px;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
}
.singlebuy_spec .sku_box .sku_item_color p {
    width: 30px;
    height: 30px;
}
.singlebuy_spec .sku_box .sku_item_color.small {
    height: 36px;
    width: 36px;
}
.singlebuy_spec .sku_box .sku_item_color.small p {
    height: 24px;
    width: 24px;
}
.singlebuy_spec .sku_box .sku_item_color.big {
    height: 50px;
    width: 50px;
}
.singlebuy_spec .sku_box .sku_item_color.big p {
    height: 37px;
    width: 37px;
}

.singlebuy_spec .sku_box .prohibit {
    border: 1px solid #CCC;
    color: #DDD !important;
    pointer: none;
}

.singlebuy_spec .sku_box .sku_item_img.prohibit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.singlebuy_spec .sku_box .sku_item_color.prohibit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    z-index: 2;
}

.singlebuy_spec .sku_box .sku_item img {
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
}

/* .singlebuy_spec .sku_box .sku_item:hover{
    border-color:var(--singlebuy-specifications-color);
} */
.singlebuy_spec .sku_box .sku_item:hover,
.singlebuy_spec .sku_box .sku_item.checked {
    border: 2px solid var(--singlebuy-specifications-active-color);
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 2px) calc(var(--singlebuy-specifications-size) / 2 - 2px);
    color: var(--singlebuy-specifications-active-color);
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.big:hover,
.singlebuy_spec .sku_box .sku_item.sku_item_text.checked.big {
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14)) calc(var(--singlebuy-specifications-size) / 2 - 2px);
}

.singlebuy_spec .sku_box .sku_item.sku_item_text.small:hover,
.singlebuy_spec .sku_box .sku_item.sku_item_text.checked.small {
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 4px) calc(var(--singlebuy-specifications-size) / 2 - 2px);
}

.singlebuy_spec .sku_box .prohibit:hover {
    /*border: 2px dotted #CCC;*/
    color: #DDD !important;
    /*pointer: none;*/
}


.tailorism_select_item {
    position: relative;
}

.singlebuy_spec .tailorism_select_item .selected {
    display: block;
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    cursor: pointer;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size));
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    position: relative;
    background-color: var(--singlebuy-specifications-background-color);
}

.singlebuy_spec .tailorism_select_item .selected .content {
    padding-right: calc(var(--singlebuy-specifications-size) * 2)
}

.singlebuy_spec .tailorism_select_item .selected .arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    height: 20px;
    width: 20px;
    fill: var(--singlebuy-specifications-color);

    transition: all ease 0.1s;
}

.singlebuy_spec .tailorism_select_item .selected.active .arrow {
    transform: translate(-50%, -50%) rotate(180deg);
}

.singlebuy_spec .tailorism_select_item .checked_txt {
    padding-right: 5px;
}

.singlebuy_spec .tailorism_select_item .selected .checked_txt {
    color: var(--singlebuy-specifications-active-color);
}

.singlebuy_spec .tailorism_select_item .spec_color {
    color: var(--singlebuy-specifications-bespoke_active-color);
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
}

.singlebuy_spec .tailorism_select_item .selected .spec_color {
    color: var(--singlebuy-specifications-active-color);
}

.singlebuy_spec .tailorism_select_item .options_box {
    background: var(--singlebuy-specifications-background-color);
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) 0;
    display: none;
    position: absolute;
    left: 0px;
    top: calc(100% + 8px);
    width: 100%;
    box-sizing: border-box;
}

.singlebuy_spec .tailorism_select_item .options_box .options_item {
    display: block;
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 2;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px calc(var(--singlebuy-specifications-size));
}

.singlebuy_spec .tailorism_select_item .options_box .options_item.notranslate.attr_sel_on {
    color: var(--singlebuy-specifications-active-color);
}


.singlebuy_spec .uploadbox {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    cursor: pointer;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * 1.5 - 1px) calc(var(--singlebuy-specifications-size) * 2 - 1px);
    border: 1px dashed var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    margin: 0px 0 calc(var(--singlebuy-specifications-size) / 2) 0;
    position: relative;
    overflow: hidden;
    background-color: var(--singlebuy-specifications-background-color);

}

.singlebuy_spec .uploadbox .iconbox {
    display: flex;
    justify-content: center;
    width: 100%;
}

.singlebuy_spec .uploadbox .iconbox .icon {
    fill: var(--singlebuy-specifications-border-color);
}

.singlebuy_spec .uploadbox .txt {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: calc(var(--singlebuy-specifications-size) * (10 / 14));
    opacity: 0.5;
}

.singlebuy_spec .uploadbox .input_file {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 150px;
}

.singlebuy_spec .uploadbox_uploaded {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    cursor: pointer;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * 1.5 - 1px) calc(var(--singlebuy-specifications-size) * 2 - 1px);
    border: 1px dashed var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    margin: 0px 0 calc(var(--singlebuy-specifications-size) / 2) 0;
    position: relative;
    overflow: hidden;
}

.singlebuy_spec .uploadbox_uploaded .imgbox {
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    border: 1px dashed var(--singlebuy-specifications-border-color);
}

.singlebuy_spec .uploadbox_uploaded .imgbox .img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.singlebuy_spec .uploadbox_uploaded .imgbox .removeimg_btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.singlebuy_spec .uploadbox_uploaded .imgbox:hover .removeimg_btn {
    display: flex;
}

.singlebuy_spec .uploadbox_uploaded .imgbox .removeimg_btn i {
    font-size: 20px;
    color: var(--singlebuy-specifications-color);
    opacity: 0.3;
    transition: all ease 0.1s;
}

.singlebuy_spec .uploadbox_uploaded .imgbox .removeimg_btn i:hover {
    color: var(--singlebuy-specifications-color);
    opacity: 1;
}

.singlebuy_spec .textbox .input_text {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size));
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    width: 100%;
    background-color: var(--singlebuy-specifications-background-color);
}

.singlebuy_spec .textareabox .input_textarea {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size));
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    width: 100%;
    height: calc(var(--singlebuy-specifications-size) * 8);
    resize: vertical;
    min-height: 60px;
    background-color: var(--singlebuy-specifications-background-color);
}

.singlebuy_spec .muti_img_box {
    display: flex;
    flex-wrap: wrap;
}

.singlebuy_spec .muti_img_box .img_item {
    height: 79px;
    width: 79px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px calc(var(--singlebuy-specifications-size) / 2) calc(var(--singlebuy-specifications-size) / 2) 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    overflow: hidden;
    border: 1px solid var(--singlebuy-specifications-border-color);
}

.singlebuy_spec .muti_img_box .img_item.big {
    height: 141px;
    width: 141px;
}

.singlebuy_spec .muti_img_box .img_item.small {
    height: 37px;
    width: 37px;
}

.singlebuy_spec .muti_img_box .img_item.circle {
    border-radius: 50%;
    overflow: hidden;
}

.singlebuy_spec .muti_img_box .img_item.auto {
    width: auto;
}

.singlebuy_spec .muti_img_box .img_item img {
    height: 100%;
}

.singlebuy_spec .muti_img_box .img_item .muti-img-big-show {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 48px;
    left: -2px;
    z-index: 99;
}

.singlebuy_spec .muti_img_box .img_item .muti-img-big-show {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 48px;
    left: -2px;
    z-index: 99;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px 0px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.sku-singlebuy_spec {
    position: relative;
    z-index: 11;
}

.singlebuy_spec .muti_img_box .img_item .muti-img-big-show img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;;
}

.singlebuy_spec .muti_img_box .img_item:hover .muti-img-big-show {
    width: 250px;
    height: 250px;
    transition: all .4s;
}

.singlebuy_spec_muti_box {
    position: relative;
    z-index: unset;
}


.singlebuy_spec .sku_box .sku_item {
    position: relative;
    overflow: unset !important;
}

.singlebuy_spec .sku_box .sku_item .muti-img-big-show img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;;
}

.singlebuy_spec .sku_box .sku_item .muti-img-big-show {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 43px;
    left: -2px;
    z-index: 99;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px 0px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
}

.singlebuy_spec .sku_box .sku_item:hover .muti-img-big-show {
    width: 250px;
    height: 250px;
    transition: all .4s;
}

.singlebuy_spec .muti_img_box .img_item img {
    display: block;
    width: 100%;
    /* aspect-ratio: 1/1; */
    object-fit: cover;

}

.singlebuy_spec .muti_img_box .img_item.checked {
    border: 2px solid var(--singlebuy-specifications-active-color);
}

.singlebuy_spec .quantity_box {
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    color: var(--singlebuy-specifications-color);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    line-height: 1.5;
    box-sizing: border-box;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size));
    border: 1px solid var(--singlebuy-specifications-border-color);
    border-radius: calc(var(--singlebuy-specifications-size) / 3);
    width: 100%;
    position: relative;
    background-color: var(--singlebuy-specifications-background-color);
}

.singlebuy_spec .quantity_box .quantity_num {
    margin: 0px auto;
    text-align: center;
}

.singlebuy_spec .quantity_box .wholesale_quantity_num {
    margin: 0px auto;
    text-align: center;
}

.singlebuy_spec .quantity_box .btn_s {
    position: absolute;
    top: 0px;
    padding: calc(var(--singlebuy-specifications-size) * (10 / 14) - 1px) calc(var(--singlebuy-specifications-size));
    font-size: calc(var(--singlebuy-specifications-size) * 1.5);
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.singlebuy_spec .quantity_box .btn_s.disable {
    opacity: 0.3;
    cursor: default;
}

.singlebuy_spec .quantity_box .reduce_btn {
    left: 0px;
}

.singlebuy_spec .quantity_box .add_btn {
    right: 0px;
}

.singlebuy_spec .quantity_box .wholesale_reduce_btn {
    left: 0px;
}

.singlebuy_spec .quantity_box .wholesale_add_btn {
    right: 0px;
}


.singlebuy_spec .select_box {
    position: relative;
}

.singlebuy_spec .select_box .selected {
    width: inherit;
    height: 41px;
    background: var(--singlebuy-specifications-background-color);
    border-radius: 4px;
    border: 1px solid var(--singlebuy-specifications-border-color);
    padding: 0 14px;
    line-height: 41px;
    position: relative;
    cursor: pointer;
}

.singlebuy_spec .select_box .selected .content {
    display: flex;
    align-items: center;
}

.singlebuy_spec .select_box .selected .checked_txt {
    font-size: var(--singlebuy-specifications-size);
    font-family: var(--singlebuy-specifications-font);
    font-weight: var(--singlebuy-specifications-bold);
    font-style: var(--singlebuy-specifications-italic);
    color: var(--singlebuy-specifications-active-color);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.singlebuy_spec .select_box .selected .checked_color {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px
}

.singlebuy_spec .select_box .selected .checked_img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-right: 10px
}

.singlebuy_spec .select_box .selected .checked_img.circle {
    border-radius: 50%;
}

.singlebuy_spec .select_box .selected svg {
    position: absolute;
    right: 10px;
    top: 11px;
    transition: 0.3s;
}

.singlebuy_spec .select_box .selected.active svg {
    transform: rotate(180deg);
}

.singlebuy_spec .select_box .select_dropdown_wrap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.singlebuy_spec .select_box .select_dropdown_wrap .select_dropdown {
    width: 100%;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_input {
    width: 100%;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_input input {
    width: 100%;
    height: 41px;
    background: var(--singlebuy-specifications-background-color);
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding: 0 14px;
    line-height: 41px;
    position: relative;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_input svg {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(180deg);
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_input input:focus {
    width: 100%;
    height: 41px;
    background: var(--singlebuy-specifications-background-color);
    border-radius: 4px;
    border: 2px solid var(--singlebuy-specifications-border-color);
    padding: 0 14px;
    line-height: 41px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list {
    margin-top: 8px;
    flex: 1;
    overflow: auto;
    background: var(--singlebuy-specifications-background-color);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 5px 0;
}

.singlebuy_spec .select_box .select_dropdown .no-match {
    margin-top: 8px;
    flex: 1;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    padding: 5px 0;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li {
    padding: 5px 20px;
    font-size: var(--singlebuy-specifications-size);
    font-family: var(--singlebuy-specifications-font);
    font-weight: var(--singlebuy-specifications-bold);
    font-style: var(--singlebuy-specifications-italic);
    color: var(--singlebuy-specifications-color);
    line-height: 1.4;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li.active {
    color: var(--singlebuy-specifications-active-color);
}

.singlebuy_spec .select_box .select_dropdown .no-match span{
    padding: 5px 20px;
    font-size: var(--singlebuy-specifications-size);
    font-weight: var(--singlebuy-specifications-bold);
    font-style: var(--singlebuy-specifications-italic);
    font-family: var(--singlebuy-specifications-font);
    color: #666666;
    line-height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li.prohibit  {
    background-color: #DDDDDD;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .color {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .color.small {
    width: 36px;
    height: 36px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .color.big {
    width: 50px;
    height: 50px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img {
    display: block;
    width: 79px;
    height: 79px;
    border-radius:4px;
    margin-right: 10px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img.small {
    width: 37px;
    height: 37px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img.big {
    width: 122px;
    height: 122px;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img.auto {
    width: auto;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img.square {
    object-fit: cover;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .img.circle {
    object-fit: cover;
    border-radius: 50%;
}

.singlebuy_spec .select_box .select_dropdown .select_dropdown_list li .text {
    flex: 1;
}

.singlebuy1 .share_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.singlebuy1 .share_more .singlebuy_share {
    display: var(--singlebuy-share-hide);
}

.singlebuy1 .share_more .singlebuy_share.customize .a2a_svg {
    border: 1px solid var(--singlebuy-share-borderColor);
    background-color: #ffffff !important;
}
.singlebuy1 .share_more .singlebuy_share.customize .a2a_svg svg path {
    fill: var(--singlebuy-share-color) !important;
}
.singlebuy1 .share_more .singlebuy_share.customize a:hover .a2a_svg {
    background-color: var(--singlebuy-share-backgroundColor) !important;
}
.singlebuy1 .share_more .singlebuy_share.customize a:hover .a2a_svg svg path {
    fill: var(--singlebuy-share-hover-color) !important;
}
.singlebuy1 .share_more .more {
    font-size: var(--singlebuy-look_detail-size);
    font-weight: var(--singlebuy-look_detail-bold);
    color: var(--singlebuy-look_detail-color);
    font-style: var(--singlebuy-look_detail-italic);
    font-family: var(--singlebuy-look_detail-font);
    display: var(--singlebuy-look_detail-visible);
    line-height: 1.2;
}
.singlebuy1 .share_more .more:hover {
    color: var(--singlebuy-look_detail-color);
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    .singlebuy1 {
        padding: var(--singlebuy-padding-top_pad) 0 var(--singlebuy-padding-bottom_pad);
    }
    .singlebuy1 .product_title {
        font-size: calc(var(--singlebuy-title-size) * .7 + 4.8px);
    }
    .singlebuy_spec .sku_box .sku_item_img {
        height: 79px;
    }
    .singlebuy_spec .sku_box .sku_item_img.square {
        width: 79px;
    }
    .singlebuy_spec .sku_box .sku_item_img.circle {
        width: 79px;
    }
    .singlebuy_spec .sku_box .sku_item_img.small {
        height: 37px;
    }
    .singlebuy_spec .sku_box .sku_item_img.small.square, .singlebuy_spec .sku_box .sku_item_img.small.circle {
        width: 37px;
    }
    .singlebuy_spec .sku_box .sku_item_img.big,.singlebuy_spec .muti_img_box .img_item.big {
        height: 122px;
    }
    .singlebuy_spec .sku_box .sku_item_img.big.square, .singlebuy_spec .sku_box .sku_item_img.big.circle,.singlebuy_spec .muti_img_box .img_item.big.square, .singlebuy_spec .muti_img_box .img_item.big.circle {
        width: 122px;
    }
}

@media screen and (max-width:750px) {
    .singlebuy1 {
        padding: var(--singlebuy-padding-top_mobile) 0 var(--singlebuy-padding-bottom_mobile);
    }

    .singlebuy1 .singlebuy-contents {
        margin: 0 16px !important;
    }

    .singlebuy1 .singlebuy_left,
    .singlebuy1 .singlebuy_right {
        width: 100%;
    }

    .singlebuy1 .product_title {
        margin-top: calc(var(--singlebuy-title-size)*(20 / 42));
        font-size: calc(var(--singlebuy-title-size) * .5 + 8px);
    }

    .singlebuy1 .product_brand {
        font-size: calc(var(--singlebuy-brand-size) * .5 + 8px);
    }

    .singlebuy1 .product_size_btn {
        font-size: calc(var(--singlebuy-product_size-size)* .5 + 8px);
    }

    .singlebuy1 .product_brief {
        font-size: calc(var(--singlebuy-brief-size) * .5 + 8px);
    }

    .singlebuy_spec .muti_img_box .img_item .muti-img-big-show {
        display: none !important;
    }

    .singlebuy_spec .sku_box .sku_item .muti-img-big-show {
        display: none !important;
    }

    .singlebuy_spec .title {
        font-size: calc(var(--singlebuy-specifications-size) * .5 + 6px);
    }

    .singlebuy_spec .sku_box .sku_item {
        font-size: calc(var(--singlebuy-specifications-size) * .5 + 6px);
    }

    .singlebuy_spec .sku_box .sku_item_img {
        height: 17.2vw;
    }
    .singlebuy_spec .muti_img_box .img_item {
        height: 17.2vw;
        width: 17.2vw;
        margin: 0px 1.2vw 1.2vw 0;
    }
    .singlebuy_spec .sku_box .sku_item_img.square, .singlebuy_spec .sku_box .sku_item_img.circle {
        width: 17.2vw;
    }
    .singlebuy_spec .sku_box .sku_item_img.small,.singlebuy_spec .muti_img_box .img_item.small {
        height: 9.867vw;
    }
    .singlebuy_spec .sku_box .sku_item_img.small.square, .singlebuy_spec .sku_box .sku_item_img.small.circle,.singlebuy_spec .muti_img_box .img_item.small.square, .singlebuy_spec .muti_img_box .img_item.small.circle{
        width: 9.867vw;
    }
    .singlebuy_spec .sku_box .sku_item_img.big,.singlebuy_spec .muti_img_box .img_item.big {
        height: 29.33vw;
    }
    .singlebuy_spec .sku_box .sku_item_img.big.square, .singlebuy_spec .sku_box .sku_item_img.big.circle,.singlebuy_spec .muti_img_box .img_item.big.square, .singlebuy_spec .muti_img_box .img_item.big.circle {
        width: 29.33vw;
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.column2,
    .singlebuy_spec .sku_box .sku_item.sku_item_text.column4,
    .singlebuy_spec .sku_box .sku_item.sku_item_text.column6,
    .singlebuy_spec .sku_box .sku_item.sku_item_text.column8,
    .singlebuy_spec .sku_box .sku_item.sku_item_text.column10 {
        width: auto;
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.mcolumn1 {
        width: calc(calc(100% / 1) - calc(var(--singlebuy-specifications-size) / 2));
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.mcolumn2 {
        width: calc(calc(100% / 2) - calc(var(--singlebuy-specifications-size) / 2));
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.mcolumn3 {
        width: calc(calc(100% / 3) - calc(var(--singlebuy-specifications-size) / 2));
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.mcolumn4 {
        width: calc(calc(100% / 4) - calc(var(--singlebuy-specifications-size) / 2));
    }

    .singlebuy_spec .sku_box .sku_item.sku_item_text.mcolumn5 {
        width: calc(calc(100% / 5) - calc(var(--singlebuy-specifications-size) / 2));
    }
    .singlebuy1 .share_more {
        margin: 0;
    }
    .singlebuy1 .share_more .singlebuy_share {
        margin: 5px 0;
    }
    .singlebuy1 .share_more .more {
        margin: 5px 0;
    }
}

@media screen and (min-width:749px) {
    .singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title.collapse .icon:hover {
        background: var(--singlebuy-brief-foldicon-expand-color);
        color: var(--singlebuy-brief-foldicon-expand-color-text);
        font-size: 16px
    }

    .singlebuy1 .product_info_box.product_brief_box.collapse_item .product_brief_title .icon:hover {
        background: var(--singlebuy-brief-foldicon-collapse-color);
        color: var(--singlebuy-brief-foldicon-collapse-color-text);
    }

    .singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title.collapse .icon:hover {
        background: var(--singlebuy-custom-foldicon-expand-color);
        color: var(--singlebuy-custom-foldicon-expand-color-text);
    }

    .singlebuy1 .product_info_box.product_custom_box.collapse_item .product_custom_title .icon:hover {
        background: var(--singlebuy-custom-foldicon-collapse-color);
        color: var(--singlebuy-custom-foldicon-collapse-color-text);
    }
}
