@charset "UTF-8";

.hotBox,
.hotBox .leftBox,
.hotList,
.classArea,
.classBox>ul a::before,
.productList,
.productList .item,
.productList h3 a,
.productList .price,
.productList .caratBox,
.fiterBtnBox button,
.filterArea,
.filterBtn,
.pdSortBox,
.noPdTip,
.productInfoBox>.rightBox,
.productInfoNavImgList li,
.pdColorBox,
.selectBox li,
.radioDataList>li,
.radioStyleBox::before,
.radioStyleBox::after,
.layoutBox .textEditor,
.recommendList,
.purchaseList,
.purchaseFunctionBox button {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.productInfoBox>.rightBox,
.hotBox .leftBox,
.classArea,
.productList,
.productList .caratBox,
.pdSortBox,
.noPdTip,
.hotList,
.filterArea,
.layoutBox .textEditor {
    opacity: 0;
}

.productInfoBox>.rightBox {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.hotBox .leftBox {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.classArea,
.productList,
.productList .caratBox,
.pdSortBox,
.noPdTip {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.mainArea>.wrap.show .pdSortBox,
.mainArea>.wrap.show .productList,
.mainArea>.wrap.show .noPdTip,
.mainArea>.wrap.show .classArea,
.hotBox.show .leftBox,
.hotBox.show .hotList,
.filterArea.show,
.productInfoBox.show>.leftBox,
.productInfoBox.show>.rightBox,
.layoutBox.show .textEditor,
.recommendArea.show .recommendList,
.recommendList,
.purchaseArea.show .purchaseList,
.purchaseList {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.mainArea>.wrap.show .productList,
.mainArea>.wrap.show .noPdTip {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.hotBox {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #fffdfd;
}

.hotBox.show .hotList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.hotBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1400px;
}

@media (max-width: 1580px) {
    .hotBox .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 480px) and (max-width: 1440px) {
    .hotBox .wrap {
        width: 100%;
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (max-width: 479px) {
    .hotBox .wrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        /* padding-bottom: 20px; */
    }
}

.hotBox .leftBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1580px) {
    .hotBox .leftBox {
        margin-bottom: 50px;
        text-align: center;
    }
}

.hotBox .titleCht {
    color: #5a5a5a;
}

.hotBox .arrowsBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

@media (max-width: 1580px) {
    .hotBox .arrowsBox {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    .hotBox .arrowsBox {
		display:none;
    }
}

.hotBox .arrowsBox button {
    position: static;
    margin-top: 0;
}

.hotBox .arrowsBox button+button {
    margin-left: -1px;
}

.hotList {
    width: 100%;
    max-width: 1080px;
    margin-left: -10px;
    margin-right: -10px;
}

.hotList .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.hotList .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 95px;*/
    margin-bottom: 10px;
}

.hotList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hotList .Txt {
    text-align: center;
}

.hotList h3 a {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #3e3e3e;
}

.hotList .price {
    color: #888;
}

@media (max-width: 479px) {
    .hotList {
        overflow: hidden;
    }

    .hotList .slick-list {
        overflow: visible;
        padding-right: 50px;
    }
    
    .hotList .slick-slide {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 0;
    }
    
	.hotList .slick-slide .Txt {
        transition: all .3s ease-in-out;
		opacity: 0;
    }

	.hotList .slick-slide.slick-current .Txt,
    .hotList .slick-slide.slick-current + .slick-active .Txt {
		opacity: 1;
    }

    .hotList .slick-slide .Img a{
        background-color: #f1f1f1;
    }
}

.closeHotBtn {
    position: absolute;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #e2aeae;
    background-color: #faf4f4;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 1181px) {
    .closeHotBtn:hover {
        background-color: #f5e9e9;
    }
}

@media (min-width: 401px) {
    .closeHotBtn {
        top: 0;
        width: 75px;
        height: 100%;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}

@media (max-width: 400px) {
    .closeHotBtn {
        bottom: 0;
        width: 100%;
        height: 40px;
    }
}

.closeHotBtn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e2aeae), to(#e2aeae)), -webkit-gradient(linear, left top, right top, from(#e2aeae), to(#e2aeae));
    background-image: -webkit-linear-gradient(left, #e2aeae, #e2aeae), -webkit-linear-gradient(left, #e2aeae, #e2aeae);
    background-image: -o-linear-gradient(left, #e2aeae, #e2aeae), -o-linear-gradient(left, #e2aeae, #e2aeae);
    background-image: linear-gradient(to right, #e2aeae, #e2aeae), linear-gradient(to right, #e2aeae, #e2aeae);
    background-position: calc(50% - 1px) calc(50% - 1px);
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 401px) {
    .closeHotBtn::after {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .closeHotBtn::after {
        margin-left: 5px;
    }
}

.classArea {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
    border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 768px) {
    .classArea {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.classArea>.mClassLink {
    display: block;
    margin-left: auto;
    margin-bottom: -1px;
    font-size: 14px;
    border-bottom: 1px solid #171717;
}

.classArea>.mClassLink .main {
    padding-left: 0;
    color: #302f2f;
    font-size: 14px;
    background-color: transparent;
}

.classArea>.mClassLink .main::before {
    content: attr(data-title) "：";
    margin-right: 15px;
}

.classArea>.mClassLink .main::after {
    right: 0;
    color: #302f2f;
}

.classArea .tabQuantity {
    margin-left: 2px;
    font-size: 12px;
}

.classArea .tabQuantity::before {
    content: '(';
}

.classArea .tabQuantity::after {
    content: ')';
}

.classBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .classBox {
        width: 100%;
    }
}

.classBox>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .classBox>ul {
        display: none;
    }
}

.classBox>ul>li+li {
    margin-left: 35px;
}

.classBox>ul a {
    position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    color: #adadad;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.classBox>ul a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #da8182;
    opacity: 0;
}

.classBox>ul a.current {
    color: #da8182;
}

.classBox>ul a.current::before {
    opacity: 1;
}

@media (min-width: 769px) {
    .classBox .mClassLink {
        display: none;
    }
}

.productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 110px;
}

@media (max-width: 1180px) {
    .productList {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .productList {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.productList>li {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 1181px) {
    .productList>li:hover .item {
        border-color: #e1e1e1;
    }

    .productList>li:hover h3 a,
    .productList>li:hover .caratBox,
    .productList>li:hover .price {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }

    .productList>li:hover .caratBox {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .productList>li:hover .price {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }
}

@media (max-width: 1180px) {
    .productList>li {
        margin-bottom: 12px;
    }

    .productList>li h3 a,
    .productList>li .caratBox,
    .productList>li .price {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }

    .productList>li .caratBox {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .productList>li .price {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }
}

@media (min-width: 961px) {
    .productList>li {
        width: 25%;
    }
}

@media (min-width: 681px) and (max-width: 960px) {
    .productList>li {
        width: calc(100% / 3);
    }
}

@media (max-width: 680px) {
    .productList>li {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.productList .item {
    position: relative;
    height: 100%;
    padding: 60px 30px 35px;
    border: 1px solid transparent;
    overflow: hidden;
}

@media (min-width: 681px) and (max-width: 1180px) {
    .productList .item {
        border-color: #e1e1e1;
    }
}

@media (max-width: 768px) {
    .productList .item {
        padding: 30px 15px;
    }
}

@media (max-width: 680px) {
    .productList .item {
        padding-left: 0;
        padding-right: 0;
    }

    .productList .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 200px;
        border: 1px solid #e1e1e1;
        pointer-events: none;
    }
}

.productList .Img {
    position: relative;
    z-index: 1;
}

.productList .Img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 170px;
}

.productList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
    -webkit-filter: blur(0.1px);
    filter: blur(0.1px);
}

@media (max-width: 680px) {
    .productList .Img img {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
}

.productList .Txt {
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 680px) {
    .productList .Txt {
        padding-top: 10px;
    }
}

.productList h3 a {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    color: #000;
}

@media (max-width: 479px) {
    .productList h3 a {
        font-size: 14px;
    }
}

.productList .price {
    margin-top: 10px;
    color: #1b1b1b;
}

.productList .addFavoriteBtn {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
}

@media (max-width: 768px) {
    .productList .addFavoriteBtn {
        top: 2px;
    }
}

.productList .caratBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .productList .tags {
        top: 2px;
    }
}

.itemTag {
    position: absolute;
    top: -9px;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
}

@media (min-width: 471px) {
    .itemTag {
        left: 7px;
    }
}

.itemTag img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.caratBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #353535;
}

.caratBox::before {
    content: 'Carat';
    margin-right: 10px;
    padding-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5)) 100% 50%/1px 10px no-repeat;
    background: -webkit-linear-gradient(top, #e5e5e5, #e5e5e5) 100% 50%/1px 10px no-repeat;
    background: -o-linear-gradient(top, #e5e5e5, #e5e5e5) 100% 50%/1px 10px no-repeat;
    background: linear-gradient(to bottom, #e5e5e5, #e5e5e5) 100% 50%/1px 10px no-repeat;
    color: #aeaeae;
}

.fiterBtnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.fiterBtnBox button {
    max-width: 365px;
    width: 50%;
    height: 65px;
    font-size: 16px;
    font-family: "Cardo", "Noto Sans TC", sans-serif;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
}

@media (max-width: 450px) {
    .fiterBtnBox button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fiterBtnBox button.current {
    background-color: #f6eee9;
}

@media (min-width: 1181px) {
    .fiterBtnBox button:hover {
        background-color: #f6eee9;
    }
}

.fiterBtnBox button svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

@media (min-width: 451px) {
    .fiterBtnBox button span {
        margin-left: 5px;
    }
}

@media (max-width: 450px) {
    .fiterBtnBox button span {
        margin-top: 3px;
        width: 100%;
        text-align: center;
    }
}

.fiterBtnBox .resetFilter {
    border-right: 1px solid #e7e7e7;
}

.fiterBtnBox .productFilter {
    border-left: 1px solid #e7e7e7;
}

.filterBox {
    border-bottom: 1px solid #e7e7e7;
}

.filterBox.show .tagList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filterBox.show .tagList.hasTag {
    padding-top: 55px;
    padding-bottom: 40px;
}

.filterBox.show .closeFilterBoxBtn {
    display: block;
}

.filterBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1740px;
}

.filterControlBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1470px;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.filterPriceRange h3,
.filterDataBox h3 {
    margin-bottom: 10px;
    padding-top: 15px;
    font-weight: 400;
    color: #000;
}

.filterDataBox {
    width: 14.96599%;
    margin-right: 5.78231%;
}

.filterDataBox input[type="checkbox"] {
    display: none;
}

.filterDataBox li,
.filterDataBox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filterDataBox li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.filterDataBox label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    min-height: 25px;
    color: #565656;
    cursor: pointer;
}

.filterDataBox label.current::before {
    background: -webkit-gradient(linear, left top, right top, from(#da8182), to(#da8182)) 50%/9px 9px no-repeat;
    background: -webkit-linear-gradient(left, #da8182, #da8182) 50%/9px 9px no-repeat;
    background: -o-linear-gradient(left, #da8182, #da8182) 50%/9px 9px no-repeat;
    background: linear-gradient(to right, #da8182, #da8182) 50%/9px 9px no-repeat;
}

.filterDataBox label::before {
    content: '';
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    margin-left: auto;
    border: 1px solid #ccc;
}

.filterDataBox .Img {
    width: 45px;
    margin-right: 15px;
}

.filterDataBox .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 640px) {
    .filterControlBox {
        flex-direction: column;
    }

    .filterDataBox {
        width: 100%;
        margin-right: 0;
    }

    .filterDataBox label::before {
        margin-left: 20px;
    }
}

.tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tagList.hasTag {
    padding-top: 20px;
}

.tagList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    background-color: #da8182;
}

.tagList button {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.tagList button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    margin-left: -4.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
    background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #fff, #fff);
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
    background-position: 50%;
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rangeInputBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    padding-top: 8px;
}

.rangeInputBox input {
    max-width: 95px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    color: #565656;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (max-width: 640px) {
    .rangeInputBox {
        width: 100%;
    }

    .rangeInputBox input {
        width: calc(100%/2 - 10px);
        max-width: initial;
    }
}

.filterBtn {
    margin-top: 30px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    background-color: #da8182;
}

.filterBtn:hover {
    background-color: #ce5a5b;
}

.closeFilterBoxBtn {
    display: none;
    width: 100%;
    height: 46px;
    outline: none;
    border: none;
    font-size: 14px;
    font-family: "Cardo", "Noto Sans TC", sans-serif;
    color: #363636;
    letter-spacing: 1px;
    border-top: 1px solid #e7e7e7;
    background-color: #fff4ee;
    cursor: pointer;
}

.closeFilterBoxBtn::before {
    content: '\f106';
    margin-right: 15px;
    font-size: 18px;
    font-family: FontAwesome;
}

#priceRange {
    margin-top: 25px;
}

#priceRange.noUi-target {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e2e2e2)) 0 50%/100% 4px no-repeat;
    background: transparent -webkit-linear-gradient(top, #e2e2e2, #e2e2e2) 0 50%/100% 4px no-repeat;
    background: transparent -o-linear-gradient(top, #e2e2e2, #e2e2e2) 0 50%/100% 4px no-repeat;
    background: transparent linear-gradient(to bottom, #e2e2e2, #e2e2e2) 0 50%/100% 4px no-repeat;
}

#priceRange.noUi-horizontal .noUi-handle {
    top: 0;
    right: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#priceRange .noUi-connect {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#da8182), to(#da8182)) 0 50%/100% 4px no-repeat;
    background: transparent -webkit-linear-gradient(top, #da8182, #da8182) 0 50%/100% 4px no-repeat;
    background: transparent -o-linear-gradient(top, #da8182, #da8182) 0 50%/100% 4px no-repeat;
    background: transparent linear-gradient(to bottom, #da8182, #da8182) 0 50%/100% 4px no-repeat;
}

#priceRange .noUi-handle {
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0 1px 6px rgba(106, 106, 106, 0.5);
    box-shadow: 0 1px 6px rgba(106, 106, 106, 0.5);
}

#priceRange .noUi-handle::before,
#priceRange .noUi-handle::after {
    display: none;
}

.pdSortBox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

@media (max-width: 1180px) {
    .pdSortBox {
        margin-top: 50px;
    }
}

@media (max-width: 450px) {
    .pdSortBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pdSortBox .mClassLink {
    display: block;
    margin-left: auto;
    margin-bottom: -1px;
    font-size: 14px;
    border-bottom: 1px solid #171717;
}

.pdSortBox .mClassLink .main {
    padding-left: 0;
    color: #302f2f;
    font-size: 14px;
    background-color: transparent;
}

.pdSortBox .mClassLink .main::before {
    content: attr(data-title) "：";
    margin-right: 15px;
}

.pdSortBox .mClassLink .main::after {
    right: 0;
    color: #302f2f;
}

.totalPdBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #302f2f;
}

@media (max-width: 450px) {
    .totalPdBox {
        margin-bottom: 20px;
    }
}

.totalPdBox h2 {
    font-weight: 400;
    letter-spacing: 1px;
}

.totalPdBox .total {
    margin-left: 3px;
}

.totalPdBox .total::before {
    content: '(';
}

.totalPdBox .total::after {
    content: ')';
}

.noPdTip {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.productInfoBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
}

.productInfoBox.show>.rightBox {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

@media (min-width: 1601px) {
    .productInfoBox {
        width: 1560px;
    }
}

@media (max-width: 1600px) {
    .productInfoBox {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .productInfoBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.productInfoBox>.leftBox {
    width: 50%;
    background-color: #fafafa;
}

@media (max-width: 1180px) {
    .productInfoBox>.leftBox {
        width: 100%;
    }
}



.productInfoBox>.rightBox {
    width: 50%;
    margin-left: auto;
    padding: 100px 160px 80px 70px;
    border-left: 1px solid #e1e1e1;
}

@media (min-width: 681px) and (max-width: 1600px) {
    .productInfoBox>.rightBox {
        padding-right: 70px;
    }
}

@media (max-width: 1180px) {
    .productInfoBox>.rightBox {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1181px) and (max-width: 1360px) {
    .productInfoBox>.rightBox {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 680px) {
    .productInfoBox>.rightBox {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.productInfoBox>.rightBox .tableSpecStyle th {
    text-align: center;
}

.productInfoBox .caratBox {
    margin-bottom: 10px;
}

.productInfoBox .descriptionBox {
    max-width: 420px;
}

.productInfoBox .btnBox a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fefefe;
    text-align: center;
    letter-spacing: 1px;
    background-color: #da8182;
}

@media (min-width: 1181px) {
    .productInfoBox .btnBox a:hover {
        background-color: #bd3839;
    }
}

.productInfoBox .btnBox a.reverse {
    background-color: #b2b2b2;
}

@media (min-width: 1181px) {
    .productInfoBox .btnBox a.reverse:hover {
        background-color: #7f7f7f;
    }
}

.productInfoBox .btnBox a+a {
    margin-left: 15px;
}

@media (min-width: 1601px) {
    .insFixedLeft {
        left: calc((100% - 1560px) / 2);
    }
}

@media (max-width: 1600px) {
    .insFixedLeft {
        left: 0;
    }
}

@media (min-width: 1181px) {
    .insFixedLeft {
        /*position: fixed;*/
        max-width: 780px;
    }
}

.insFixedRight {
    /*min-height: 100vh;*/
    background-color: #fff;
}

@media (min-width: 1601px) {
    .productInfoImgList {
        max-width: 640px;
        margin-left: auto;
    }
}

@media (max-width: 1600px) {
    .productInfoImgList {
        width: 100%;
    }
}

@media (min-width: 1181px) and (max-width: 1600px) {
    .productInfoImgList {
        max-width: 780px;
        padding-left: 140px;
    }
}

@media (max-width: 1180px) {
    .productInfoImgList {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
}

.productInfoImgList.zoomIn .originalImg {
    opacity: 0;
}

.productInfoImgList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin-bottom: 5%;
}

.productInfoImgList .Img img {
    display: block;
    max-width: 100%;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;*/
}

.productInfoImgList .Img img.zoomImg[style*="opacity: 1"] {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.productInfoNavImgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1181px) {
    .productInfoNavImgList {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 65px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1181px) and (max-width: 1600px) {
    .productInfoNavImgList {
        left: 30px;
    }
}

@media (max-width: 1180px) {
    .productInfoNavImgList {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}

.productInfoNavImgList li {
    margin-bottom: 7px;
    margin-right: 7px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.productInfoNavImgList li.current {
    border-color: #dabaa3;
}

.productInfoNavImgList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
}

.productInfoNavImgList img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.productItemTitleBox {
    position: relative;
    margin-bottom: 20px;
    padding-right: 40px;
}

.productItemTitleBox h1 {
    font-weight: 400;
    font-size: 25px;
    color: #363636;
    letter-spacing: 1px;
}

.productItemTitleBox .addFavoriteBtn {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}

.productItemTitleBox .tags {
    top: 25px;
    left: auto;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.productNo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #5c5c5c;
}

.productNo svg {
    width: 15px;
    height: 14px;
    margin-right: 7px;
    fill: #999;
}

.pdColorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #101010;
}

.pdColorBox span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.productSelectBox {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #e6e6e6;
}

.productSelectItem {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.productSelectItem div[class*="productItemPriceBox"] {
    display: flex;
    flex: 1;
    margin-left: auto;
}

.productSelectItem div[class*="productItemPriceBox"] .itemPrice {
    color: #111;
}

.productSelectItem div[class*="productItemPriceBox"] .itemOrgPrice {
    color: #999;
    text-decoration: line-through;
}

.productSelectItem div[class*="productItemPriceBox"] .itemPrice,
.productSelectItem div[class*="productItemPriceBox"] .itemOrgPrice {
    padding: 0 10px;
    letter-spacing: 0.5px;
}

.productSelectItem div[class*="productItemPriceBox"] .itemOrgPrice .price,
.productSelectItem div[class*="productItemPriceBox"] .itemPrice {
    display: flex;
}

.productSelectItem div[class*="productItemPriceBox"] .itemOrgPrice .price span,
.productSelectItem div[class*="productItemPriceBox"] .itemPrice .price {
    display: inline-block;
    margin-left: 5px;
}

.selectItemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 641px) {
    .selectItemWrap {
        max-width: 550px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {

    .productSelectItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }

    .productSelectItem div[class*="productItemPriceBox"] {
        margin-left: 0;
        margin-top: 10px;
        margin-left: -10px;
    }

    .selectItemWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.selectItemWrap+.selectItemWrap {
    margin-top: 20px;
}

.radioItemBox,
.selectItemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radioItemBox h3,
.selectItemBox h3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    color: #020202;
}

@media (min-width: 401px) {

    .radioItemBox h3,
    .selectItemBox h3 {
        width: 70px;
        margin-right: 20px;
    }
}

@media (max-width: 400px) {

    .radioItemBox,
    .selectItemBox {
        align-items: flex-start;
    }

    .radioItemBox h3,
    .selectItemBox h3 {
        width: 60px;
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .selectItemBox+.selectItemBox {
        margin-top: 10px;
    }
}

.radioItemBox {
    margin-bottom: 10px;
}

@media (min-width: 401px) {
    .radioItemBox h3 {
        margin-bottom: 10px;
    }
}

.radioList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radioList>li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.radioList>li.current .radioStyleBox {
    border-color: #da8182;
}

.radioList>li.current .radioStyleBox::before {
    border-color: #da8182;
}

.radioList>li.current .radioStyleBox::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.radioList .radioStyleBox {
    padding: 3px 12px;
    font-size: 13px;
    color: #0c0c0c;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.radioList .radioStyleBox::before {
    margin-right: 10px;
}

.radioList .radioStyleBox::after {
    left: 19px;
}

.selectBox {
    position: relative;
    z-index: 1;
}

.selectBox.open {
    z-index: 3;
}

.selectBox.open .main::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.selectBox.open ul {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.selectBox .main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 30px 3px 13px;
    font-size: 14px;
    color: #020202;
    border: 1px solid #e6e6e6;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #fff;
}

.selectBox .main::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    margin-top: -8px;
    font: 16px / 1 fontAwesome;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.selectBox ul {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
    border: 1px solid #e6e6e6;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.selectBox li {
    white-space: nowrap;
}

.selectBox li[data-disable="1"] a {
    color: #999;
    background-color: #f9f9f9;
    cursor: default;
}

.selectBox li+li {
    border-top: 1px solid #e6e6e6;
}

.selectBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 14px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #3a3a3a;
    background-color: #fff;
}

@media (min-width: 1181px) {
    .selectBox a:hover {
        background-color: #f9f9f9;
    }
}

.selectColorImg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 640px) {
    .dragscrollWrap {
        cursor: move;
        overflow-x: auto;
    }

    .dragscrollWrap::-webkit-scrollbar {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), to(#e6e6e6)) 0 50%/100% 1px no-repeat;
        background: -webkit-linear-gradient(#e6e6e6 0, #e6e6e6 100%) 0 50%/100% 1px no-repeat;
        background: linear-gradient(#e6e6e6 0, #e6e6e6 100%) 0 50%/100% 1px no-repeat;
    }

    .dragscrollWrap::-webkit-scrollbar-thumb {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da8182), to(#da8182)) 0 50%/100% 3px no-repeat;
        background: -webkit-linear-gradient(#da8182 0, #da8182 100%) 0 50%/100% 3px no-repeat;
        background: linear-gradient(#da8182 0, #da8182 100%) 0 50%/100% 3px no-repeat;
    }

    .dragscrollWrap .radioTable {
        min-width: 640px;
    }
}

.radioTable {
    margin-top: 50px;
}

@media (max-width: 640px) {
    .radioTable {
        padding-bottom: 20px;
    }
}

.radioTitleBox,
.radioDataList>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.radioTitleBox>div,
.radioDataList>li>div {
    padding: 10px 5px;
}

.radioTitleBox> :first-child,
.radioDataList>li> :first-child {
    width: 80px;
}

.radioTitleBox> :nth-child(2),
.radioTitleBox> :nth-child(4),
.radioTitleBox> :nth-child(5),
.radioDataList>li> :nth-child(2),
.radioDataList>li> :nth-child(4),
.radioDataList>li> :nth-child(5),
.radioTitleBox> :nth-child(7),
.radioDataList>li> :nth-child(7) {
    width: 60px;
}

.radioTitleBox> :nth-child(3),
.radioDataList>li> :nth-child(3) {
    width: 70px;
}

.radioTitleBox> :nth-child(6),
.radioDataList>li> :nth-child(6) {
    width: 120px;
}

.radioTitleBox> :nth-child(8),
.radioDataList>li> :nth-child(8) {
    width: 100px;
}

.radioTitleBox {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #3a3a3a;
}

.radioTitleBox :first-child {
    color: #0c0c0c;
}

.radioDataList {
    font-size: 13px;
    color: #0c0c0c;
}

.radioDataList>li {
    cursor: pointer;
}

.radioDataList>li:hover,
.radioDataList>li.current {
    background-color: #f9f9f9;
}

.radioDataList>li.current .radioStyleBox::before {
    border-color: #da8182;
}

.radioDataList>li.current .radioStyleBox::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.radioDataList .price span {
    margin-left: 5px;
}

.radioStyleBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.radioStyleBox::before,
.radioStyleBox::after {
    content: '';
    border-radius: 50%;
}

.radioStyleBox::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d6d6d6;
}

.radioStyleBox::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    background-color: #da8182;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.radioStyleBox input[type="radio"] {
    display: none;
}

.productPriceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 450px) {
    .productPriceBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.productPriceBox .original {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    color: #919191;
}

.productPriceBox .original .price {
    margin-left: 10px;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, right top, from(#919191), to(#919191)) 0 50%/100% 1px no-repeat;
    background: -webkit-linear-gradient(left, #919191, #919191) 0 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #919191, #919191) 0 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #919191, #919191) 0 50%/100% 1px no-repeat;
}

.productPriceBox .original span {
    padding-left: 5px;
    font-size: 14px;
}

.productPriceBox .special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 12px;
    color: #191919;
}

.productPriceBox .special .price {
    margin-left: 10px;
    font-size: 16px;
    color: #da8182;
}

.productPriceBox .special span {
    padding-left: 5px;
    font-size: 30px;
}

.prodcutIntorBottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 450px) {
    .prodcutIntorBottomBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.prodcutIntorBottomBox .shareBox {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .prodcutIntorBottomBox .shareBox {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.prodcutIntorBottomBox .shareBox::before {
    content: 'SHARE';
}

.prodcutIntorBottomBox .shareBox a {
    color: #c3c3c3;
}

@media (min-width: 1181px) {
    .prodcutIntorBottomBox .shareBox a:hover {
        color: #da8182;
    }

    .prodcutIntorBottomBox .shareBox a:hover svg {
        fill: #da8182;
    }
}

.prodcutIntorBottomBox .shareBox a svg {
    fill: #c3c3c3;
}

.specLGBtn,
.sizeLGBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    color: #da8182;
    background-image: -webkit-gradient(linear, left top, right top, from(#da8182), to(#da8182));
    background-image: -webkit-linear-gradient(left, #da8182, #da8182);
    background-image: -o-linear-gradient(left, #da8182, #da8182);
    background-image: linear-gradient(to right, #da8182, #da8182);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.specLGBtn svg,
.sizeLGBtn svg {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    margin-right: 5px;
    fill: #da8182;
}

.specLGBtn {
    padding-left: 20px;
    background-size: calc(100% - 20px) 1px;
}

.specLGBtn svg {
    width: 13px;
    height: 17px;
    margin-top: -8.5px;
}

.sizeLGBtn {
    padding-left: 25px;
    background-size: calc(100% - 25px) 1px;
}

.sizeLGBtn svg {
    width: 19px;
    height: 10px;
    margin-top: -5px;
}

.recommendArea,
.purchaseArea {
    padding-top: 65px;
    padding-bottom: 70px;
    border-top: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    overflow: hidden;
}

@media (max-width: 640px) {

    .recommendArea,
    .purchaseArea {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* @media (max-width: 479px) {
    .purchaseArea {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .recommendArea {
        padding-top: 40px;
        padding-bottom: 115px;
    }
} */

.recommendArea.show .recommendList,
.purchaseArea.show .purchaseList {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

@media (min-width: 1581px) {
    .recommendArea .wrap,
    .purchaseArea .wrap {
        width: 1400px;
    }
}

@media (min-width: 481px) {
    .recommendList,
    .purchaseList {
        margin-left: -10px;
        margin-right: -10px;
    }

    .recommendList .slick-slide,
    .purchaseList .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1580px) {
    .recommendArea .wrap,
    .purchaseArea .wrap {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .recommendArea .wrap,
    .purchaseArea .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.recommendArea .titleEn::after,
.purchaseArea .titleEn::after {
    display: none;
}

@media (max-width: 479px) {
	.purchaseList .slick-slide {
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.purchaseList .slick-slide .Img{
      background-color: #fff;
    }
	
	.recommendArea.show .recommendList {
		overflow: hidden;
	}

	.recommendArea .recommendList .slick-list {
		overflow: visible;
		padding-right: 50px;
	}
	
	.recommendList .slick-slide {
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 0;
	}
	
	.recommendList .slick-slide .Img{
        background-color: #fff;
    }
}

.recommendList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 100px;*/
}

.recommendList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.purchaseList .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.purchaseList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.recommendList .Txt,
.purchaseList .Txt {
    text-align: center;
}

.recommendList h3 a,
.purchaseList h3 {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    color: #3e3e3e;
}

.recommendList .price,
.purchaseList .price {
    color: #da8182;
}

@media (min-width: 1581px) {

    .recommendList .prevArrowBtn,
    .purchaseList .prevArrowBtn {
        left: -60px;
    }
}

@media (max-width: 1580px) {

    .recommendList .prevArrowBtn,
    .purchaseList .prevArrowBtn {
        left: -40px;
    }
}

@media (min-width: 1581px) {

    .recommendList .nextArrowBtn,
    .purchaseList .nextArrowBtn {
        right: -60px;
    }
}

@media (max-width: 1580px) {

    .recommendList .nextArrowBtn,
    .purchaseList .nextArrowBtn {
        right: -40px;
    }
}

@media (max-width: 479px) {

    .recommendList .prevArrowBtn,
    .purchaseList .prevArrowBtn,
    .recommendList .nextArrowBtn,
    .purchaseList .nextArrowBtn {
		top: 115%;
	}
	
    .recommendList .prevArrowBtn,
    .purchaseList .prevArrowBtn {
        left: 50%;
			transform: translateX(-100%);
    }
	
    .recommendList .nextArrowBtn,
    .purchaseList .nextArrowBtn {
        right: 50%;
			transform: translateX(100%);
    }
}


.recommendList .Txt,
.recommendList .purchaseFunctionBox,
.purchaseList .Txt,
.purchaseList .purchaseFunctionBox {
	transition: all .3s ease-in-out;
}

.purchaseList .Txt,
.purchaseList .purchaseFunctionBox {
    position: relative;
    z-index: 1;
}


@media (max-width: 479px) {
	.purchaseList .slick-slide:not(.slick-current) .Txt,
	.purchaseList .slick-slide:not(.slick-current) .purchaseFunctionBox {
		opacity: 0;
	}
    
	.recommendList .slick-slide .Txt {
		opacity: 0;
    }

	.recommendList .slick-slide.slick-current .Txt,
    .recommendList .slick-slide.slick-current + .slick-active .Txt {
		opacity: 1;
    }
}

.purchaseFunctionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
}

.purchaseFunctionBox select {
    flex-grow: 1;
    max-width: 85px;
    padding: 3px 30px 3px 13px;
    font-size: 14px;
    color: #020202;
    border: 1px solid #e6e6e6;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #fff;
}

.purchaseFunctionBox button {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #da8182;
}

.purchaseFunctionBox button:hover {
    background-color: #bd3839;
}

.sideNewsBox {
    border-top: none;
}

.sideNewsBox .prevArrowBtn {
    left: -60px;
}

.sideNewsBox .nextArrowBtn {
    right: -60px;
}

#sizeGuideBox .moduleContent {
    height: 90vh;
    max-height: 680px;
    overflow-y: auto;
}

#sizeGuideBox .moduleContent::-webkit-scrollbar {
    width: 10px;
    background-color: #e8e8e8;
}

#sizeGuideBox .moduleContent::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

#sizeGuideBox table {
    width: 100%;
    margin-bottom: 30px;
}

#sizeGuideBox table th {
    font-weight: 400;
    color: #000;
    text-align: left;
    border-color: #e1e1e1;
    background-color: transparent;
}

#sizeGuideBox table td {
    width: 50px;
    padding: 7px;
}

.measuringRingStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    counter-reset: step;
    list-style: none !important;
    padding-left: 0 !important;
}

.measuringRingStep>li {
    counter-increment: step;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}

.measuringRingStep>li::before {
    content: counter(step);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    background-color: #da8182;
}

.ringSpecWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 961px) {
    .ringSpecWrap {
        margin-left: -35px;
        margin-right: -35px;
    }
}

@media (max-width: 960px) {
    .ringSpecWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ringSpecWrap .ringSpecBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 961px) {
    .ringSpecWrap .ringSpecBox {
        min-width: 340px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 961px) {
    .ringSpecWrap .ringSpecBox+.ringSpecBox {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .ringSpecWrap .ringSpecBox+.ringSpecBox {
        margin-top: 30px;
    }
}

.ringSpecWrap table th,
.ringSpecWrap table td {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
}

.ringSpecWrap table th {
    color: #000;
    font-weight: 400;
    text-align: left;
    background-color: transparent;
}

.ringSpecTitle {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.textEditor .contentBuilder h3.titleCht {
    font-weight: 400;
    font-size: 18px;
}

.layoutBox {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

@media (max-width: 960px) {
    .layoutBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.layoutBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 960px) {
    .layoutBox .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.layoutBox .layoutFull {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.layoutBox .imgTypeLeft .textBox {
    padding-right: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
    .layoutBox .imgTypeLeft .textBox {
        padding-right: 20px;
    }
}

.layoutBox .imgTypeBg {
    position: relative;
    z-index: 0;
}

.layoutBox .imgTypeBg .Img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
    .layoutBox .imgTypeBg .Img {
        position: relative;
    }
}

.layoutBox .imgTypeBg .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.layoutBox .imgTypeBg .textBox {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 960px) {
    .layoutBox .imgTypeBg .textBox {

        padding-left: 20px;
        padding-right: 20px;
    }
}

.layoutBox .imgTypeRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.layoutBox .imgTypeRight .textBox {
    padding-left: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
    .layoutBox .imgTypeRight .textBox {
        padding-left: 20px;
    }
}

.layoutBox .textLeft {
    text-align: left;
}

.layoutBox .textCenter {
    text-align: center;
}

.layoutBox .textCenter .textBox {
    width: 100%;
    /*padding-left: 0;*/
}

.layoutBox .textRight {
    text-align: right;
}

.layoutBox .subTitle {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.layoutBox .enTitle {
    line-height: 1.2;
    font-size: 25px;
    color: #000;
}

.layoutBox .twTitle {
    font-size: 17px;
    letter-spacing: .08em;
}

.layoutBox .Img {
    width: 50%;
}

@media (max-width: 960px) {
    .layoutBox .Img {
        width: 100%;
    }
}

.layoutBox .Img img {
    display: block;
    max-width: 100%;
}

.layoutBox .textBox .Img0 {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    display: block;
}

.layoutBox .textBox {
    width: 50%;
    padding-left: 60px;
}

@media (max-width: 960px) {
    .layoutBox .textBox {
        width: 100%;
        padding-left: 20px;
    }
}

.layoutBox .textList {
    padding-top: 50px;
}

.layoutBox .textList.reset {
    padding-left: 0;
    list-style-type: none;
}

.layoutBox .textList li {
    margin-bottom: 30px;
}

.layoutBox .textList li:nth-child(1) .item {
    padding-left: 25px;
    border-left: 4px solid #fff4ee;
}

.layoutBox .textList li:nth-child(1) .title {
    font-weight: 300;
    font-size: 32px;
}

@media (min-width: 1181px) {
    .layoutBox .textList li:nth-child(2) .item {
        padding-left: 120px;
    }
}

@media (min-width: 1181px) {
    .layoutBox .textList li:nth-child(3) .item {
        padding-left: 60px;
    }
}

@media (max-width: 1180px) {
    .layoutBox .textList li:not(:first-child) {
        padding-left: 28px;
    }
}

.layoutBox .textList .title {
    line-height: 1;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .08em;
    color: #000;
}

.layoutBox .textList .text {
    font-size: 14px;
    letter-spacing: .02em;
}


.productPriceBox #inStockBox {
    font-size: 14px;
    color: #da1d1f;
}