*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.material-information-list {
    margin: 0 3px 12px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 14px !important;
    line-height: 1.5em !important;
    color: #000;
}

.thickness-fabric-box {
    overflow: hidden;
    background: #caeaff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 308px;
    margin: 0 auto;
}

.thickness-fabric-box {
    height: 80px;
}

.thickness-fabric-holder {
    overflow: hidden;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 14px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.thickness-fabric-box .thickness-fabric-holder {
    overflow: unset;
}

.thickness-fabric-holder span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    padding: 0 6px;
    position: relative;
    bottom: -2px;
}

.thickness-fabric-holder i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 14px;
    overflow: hidden;
    font: 12px / 14px Arial, Helvetica, sans-serif;
    margin: 0 1px;
}

.thickness-fabric-holder .i01 {
    background: url(/common/smart/design/img/product/icon-thickness-fabric-01.png) no-repeat 50%;
    background-size: auto 14px;
}

.thickness-fabric-holder .i02 {
    background: url(/common/smart/design/img/product/icon-thickness-fabric-02.png) no-repeat 50%;
    background-size: auto 14px;
}

.thickness-fabric-holder .i03.active {
    background: url(/common/smart/design/img/product/icon-thickness-fabric-03-active.png) no-repeat 50%;
    background-size: auto 14px;
}

.thickness-fabric-box .thickness-fabric-holder .active {
    position: relative;
    overflow: unset;
}

.thickness-fabric-box .thickness-fabric-holder .active span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -17px;
    text-align: center;
    font-size: 10px;
    padding: 0;
}

.thickness-fabric-holder .i04 {
    background: url(/common/smart/design/img/product/icon-thickness-fabric-04.png) no-repeat 50%;
    background-size: auto 14px;
}

.thickness-fabric-holder .i05 {
    background: url(/common/smart/design/img/product/icon-thickness-fabric-05.png) no-repeat 50%;
    background-size: auto 14px;
}

#sidebar {
    float: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
}

#sidebar .sidebar-block {
    border: 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: 18px;
}

#sidebar .sidebar-block {
    overflow: unset !important;
}

#sidebar #delivery_date {
    display: flex;
    background: #ffca00;
    overflow: hidden;
    padding: 9px 6px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 0;
}

#sidebar #delivery_date .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 6px 0 12px;
}

#sidebar #delivery_date .date {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #000;
}

#sidebar #delivery_date a {
    position: relative;
    display: block;
    margin: 8px auto 0;
    background: #d61518;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 148px;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#sidebar .row {
    display: flex;
    margin-bottom: 16px;
    padding: 0 4px;
}

.info-design-tool {
    width: calc(100% - 15px);
    padding: 7px 10px 10px !important;
    position: relative;
}

.info-design-tool.red {
    background: #d61518;
}

#sidebar .row .left {
    margin-right: 12px;
}

.info-design-tool .image {
    overflow: hidden;
    display: block;
    line-height: 80px;
    text-align: center;
    margin-bottom: 8px;
}

.info-design-tool .image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    max-height: 80px;
    height: 100%;
}

.info-design-tool .image img {
    margin: 0 !important;
}

.btn-yellow {
    display: block;
    background: rgb(255, 237, 0);
    background: -moz-linear-gradient(top, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: 700;
    height: 38px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px #980012, 0 2px #980012, 0 3px #980012;
}

.btn-yellow:before {
    content: '';
    background: url(/common/smart/design/img/images-top/bullet001.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 4px;
}

.info-design-tool .btn-yellow span {
    display: block;
}

.info-design-tool span {
    border-bottom: none !important;
    min-height: 0 !important;
}

.info-design-tool:after {
    content: '';
    display: block;
    clear: both;
}

.info-design-tool.blue {
    background: #0096ff;
}

.page-compareItem h2 {
    margin-bottom: 2rem;
}

.titl-recommended-service img {
    display: block;
    width: 100%;
}

.titl-recommended-service {
    overflow: hidden;
    margin: 0 -9px 16px;
}

.list-recommended-service {
    margin-bottom: 22px;
    padding: 0 10px;
}

aside ul li {
    margin: 0;
    padding: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FE2500;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FE2500;
    border-bottom-color: #FE2500;
    line-height: 0;
}

.list-recommended-service li {
    padding-top: 8px;
}

.sidebar-info {
    overflow: hidden;
    margin: 0 -9px 16px;
    background: #cef;
}

.sidebar-info {
    overflow: hidden;
    margin-bottom: 28px;
}

#sidebar .box {
    overflow: hidden;
    position: relative;
}

.text-hidden {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    left: -9999px;
    position: absolute;
}

.sidebar-info img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.sidebar-info .banner-box {
    overflow: hidden;
    padding: 12px 12px 14px;
    background: #cef;
}

.sidebar-info .banner-box h3 {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 10px;
}

.sidebar-info .banner-box h3 img {
    display: block;
    margin: 0 auto;
    height: 36px;
}

.sidebar-banner-list {
    overflow: hidden;
}

.sidebar-banner-list li:first-child {
    padding: 0;
}

.sidebar-banner-list a {
    display: block;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sidebar-banner-list li {
    padding-top: 3px;
}

.list-sidebar-soc {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.list-sidebar-soc li:first-child {
    padding: 0;
}

.list-sidebar-soc li {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    border: unset;
}

.list-sidebar-soc a {
    display: block;
    position: relative;
    width: 148px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.list-sidebar-soc img {
    display: block;
    width: 100%;
}

.list-sidebar-soc:after {
    content: '';
    display: block;
    clear: both;
}

#page-top img {
    display: none;
}
.nav-link {
    cursor: pointer;
    border-radius: 2px;
    padding: 8px 12px;
    background-color: #00a2ff;
    border: 1px solid transparent;
    color: #f0f0f0;
    font-size: 18px;
}
.nav-link.active {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    color: #000000;
}
.px15 {
    padding: 0 15px;
}
.mxn15 {
    margin: 0 -15px;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #d6d8db;
}
.w100 {
    width: 100% !important;
}
.tc {
    text-align: center !important;
}
.fs36 {
    font-size: 36px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fwb {
    font-weight: bold;
}
.df {
    display: flex !important;
}
.jcc {
    justify-content: center !important;
}
.f1 {
    flex: 1;
}
.w12 {
    width: calc(100%/2);
}
.w13 {
    width: calc(100%/3);
}

.page-compareItem {
    margin-left: 8px;
    margin-right: 8px;
}

.page-compareItem h2 {
    margin-bottom: 2rem;
}

.page-compareItem h3 {
    margin-bottom: 1rem;
}

.mb-1-ct {
    margin-bottom: 1rem;
}

.page-compareItem .select_purchase-stock-1 {
    max-width: 300px;
    margin: auto;
}

.page-compareItem .df.mxn15 {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.page-compareItem .wrap-select-compareItem {
    margin-bottom: 1.5rem;
}

.page-compareItem .product-colors {
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.page-compareItem .product-colors .fa {
    font-size: 24px;
    margin-left: .1rem;
}

.page-compareItem .product-colors .fa:first-child {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 18px;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 1px;
    width: 21px;
    height: 21px;
}

.page-compareItem div.tc {
    margin: 1.5rem auto;
    line-height: 1.5;
}

.page-compareItem div.line {
    margin-top: 1.5rem;
}

.page-compareItem .item-rating {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.page-compareItem ul.tabs_lr {
    display: flex;
    margin: auto -5px;
}

.page-compareItem ul.tabs_lr li {
    display: block;
    width: calc(100% /4) !important;
    padding: 0 5px;
    background: transparent;
}

.page-compareItem ul.tabs_lr li div {
    background: #e4e8e6;
    padding: 10px 5px;
    font-size: 10px;
    height: 100%;
}

.page-compareItem ul.tabs_lr li.current div {
    background: #2aa400;
}

.page-compareItem .reItem4 {
    height: 100%;
}

.page-compareItem .reItem4 .p_price {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.page-compareItem .end_p {
    margin: 1rem 0 .5rem;
}

.page-compareItem .end_p .end_label{
    margin-left: .5rem;
}

.page-compareItem .box_tab_lr {
    margin-top: 1.5rem;
}

.page-compareItem .box_lr_info .bl-hot {
    margin-bottom: 1.5rem;
    width: calc(100%/2) !important;
}
.mb-1-ct{
    margin-bottom: 10px;
}


.image-item-battle {
    position: relative;
    height: 160px;
}

.image-item-battle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-back-to-top {
    font-size: 18px;
    margin-top: 1.5rem;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #337ab7;
    transition: all 0.4s ease-in-out 0s;
}

.crown-ranking {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}

.crown-ranking h1 {
    font-weight: 600;
    font-size: 24px;
}

.crown-ranking .rank-yellow {
    font-size: 42px;
}

.page-compareItem .top-recomment-item p {
    margin: 0;
}

.page-compareItem .btn-blue {
    background: #15a6d6;
    color: #fff;
    max-width: 242px;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    margin: 1rem auto;
    text-align: center;
}
.design_btn1{
    display: block;
    border-radius: 6px;
    background: linear-gradient(to top, #d01403 , #e51309 70%, #fc1211 100%);
    border-top: solid #ff7474 2px;
    margin: 0 5px;
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 61px;
    font-weight: bold;
    color: #fff;
}
.material-information-block{
    flex-direction: column;
}
.thickness-fabric-holder i{
    width: 24px;
}
.thickness-fabric-box{
    width: 100%;
}
.sub-common-title{
    display: none;
}
.material-information-list{
    display: none;
}
.thickness-fabric-box h3{
    font-size: 12px;
}
.design_btn1{
    width: 100%;
}
.test_description {
    font-size: 12px ;
    font-weight: 600;
}
.ping-sokujitsu-info {
    overflow: hidden;
    background: #ffeaea;
    padding: 7px 8px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

.ping-sokujitsu-info h3 {
    color: #ea1010;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 700;
    background: none;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}
.page-compareItem h3 {
    margin-bottom: 1rem;
}
.sokujitsu-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.sokujitsu-info-list li {
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    position: relative;
    padding: 0 0 0 10px !important;
    background: none !important;
    border: 0 !important;
    height: auto !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
}
.sokujitsu-info-list li:after {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    line-height: 14px;
    color: #000;
}
.sokujitsu-info-list li:after {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    line-height: 14px;
    color: #000;
}

.test_description#description_1 {
    height: auto !important;
}