﻿.pro-class-2-con,
.pro-class-3-con {
    display: none;
}
.pro-class-2{
    border-bottom: 1px solid #ddd;
}

.pro-class-2-con.active {
    display: block;
}

.pro-class-3-con.active {
    display: flex;
}

.pro-class-2-btn {
    display: inline-block;
}
.pro-category-box-main{
    margin-top: 20px;
}


.pro-form .form-box td .row2 p {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
}

.pro-form .form-box td:nth-child(5) {
    width: auto !important;
}

.com-h4 {
    line-height: 50px;
    padding: 0 10px;
    color: #666;
    margin: 0;
    border: 1px solid #999;

}

.pro-select .col-md-3 {
    padding: 10px;
}

.color-select,
.input-power,
.input-brightness,
.input-angle {
    background-color: #eee;
    padding: 10px 20px;
    min-height: 300px;
}

.color-select p span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}

.pro-select .col-md-3 select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.s-t {
    font-size: 18px;
    margin: 25px 0 5px;
}

.pro-select-checkbox .col-md-3:not(:first-child) input:first-child {
    margin-right: 4%;
    display: inline-block;
}

.pro-select-checkbox .col-md-3:not(:first-child) input {
    margin-top: 20px;
    width: 47%;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 0 10px;
}

.pro-select .col-md-3 input.filter-input-mini {
    margin-right: 4%;
    display: inline-block;
}

.pro-select .col-md-3 input.filter-input {
    margin-top: 20px;
    width: 47%;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 40px;
    padding: 0 10px;
}

.pro-form .form-box td.filter-table-row{
    padding: 0 !important;
}
.filter-table-row p{
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 46px;
}
.filter-table-row-num-2.filter-table-row p{
    line-height: 70px;
}
.filter-table-row p:last-child{
    border: none;
}
.pro-form .form-box td.filter-table-select{
    width: 90px !important;
}
.pro-form .form-box td.filter-table-angle{
    width: 90px !important;
}
.pro-form .form-box td.filter-table-name{
    width: 25% !important;
}
.pro-form .form-box td:first-child .left.wid2{
    width: 35% !important;
}
.pro-form .form-row{
    justify-content: space-between !important;
}
.pro-form .form-box td:first-child .right.wid2{
    width: 56%;
}
.pro-form .form-box td a{
    width: 100%;
}
.pro-form .form-box td a:hover{
    color: #1b1845;
    font-weight: bold;
}
.pro-form .form-box td  .distance-con{
    border-top: 1px solid #ddd;
    line-height: 46px;
}
.pro-form .form-box td .distance-con:first-child{
    border-top: none;
}
.pro-form .form-box td .header-distance-con{
    border-top: 1px solid #ddd;
}
.pro-form .form-box td  .distance-con .col-6:first-child{
    border-right: 1px solid #ddd;
}
.pro-form .form-box td .header-distance, .pro-form .form-box td .header-distance-con{
    line-height: 71px;
}

.partnumber-data{
    width: 100%;
    margin-top: 40px;
}
.partnumber-data td:nth-child(2n-1){
    width: 20%;
    text-align: left;
}
.partnumber-data td:nth-child(2n){
    width: 30%;
    text-align: left;
}
.product-detail .pd-form .partnumber-data td p{
    width: 100%;
    line-height: 22px;
    padding: 5px 0;
}
.partnumber-data .sp-title td{
    padding: 30px 0 15px 0;
}

.partnumber-data .sp-title strong{
    font-weight: bold;
    font-size: 18px;
    color: rgba(0, 0, 0, .85);
}
.partnumber-data td span.w1{
    display: inline-block;
    width: 35%;
}

.active-filters{
    background: #eee;
    padding:20px;
    margin-top: 30px;
}
.active-filters-title{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.active-filters-title h3{
    font-size: 18px;
    color: #1b1845;
    font-weight: bold;
}
.active-filters-title  button{
    font-size: 14px;
    font-weight: bold;
    color: #1b1845;
    background: none;
    border: none;
}
.active-filters-con{
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}
.filters-item{
    margin-right: 60px;
}
.filters-item span{
    margin-right: 5px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.filters-item button{
    width: 15px;  
    height: 30px;
    display: inline-block;
    border: none;
    background: url(../images/close-x.svg) center center no-repeat;
    background-size: 15px;
    vertical-align: middle;
}
.color-select strong{
    font-weight: normal;
}
.filter-selet-area{
    position: relative;
}
.filter-selet-area .com-h4{
    width: 100%;
    color: #222;
}
.filter-selet-area .com-h4::placeholder{
    color: #999;
}
.filter-selet-con{
    position: absolute;
    z-index: 99;
    width: 100%;
    display:none;
}
.filter-selet-con-color button{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #1b1845;
    background: none;
    border: none;
    right: 20px;
}
.filter-input-error{
    text-align: center;
    color: #f00;
    height: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.filter-input-submit{
    text-align: right;
}
.filter-input-submit button{
    font-size: 14px;
    font-weight: bold;
    color: #1b1845;
    background: none;
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #1b1845;
}
.filter-selet-con input.input-error{
    border:1px solid #f00 !important;
}

.container-compare{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.show{
    overflow: hidden;
}

.show .container-compare{
    display: block;
}
.show .container-compare .pro-contrast{
    top: 100px;
    padding-bottom: 100px;
}
.container-compare .pro-contrast .contrast-product li:first-child{
    height: 240px !important;
}
.container-compare .pro-contrast .contrast-product p.title{
    line-height: 40px;
}
.container-compare .pro-contrast .contrast-category{
    padding-top: 240px;
}

.pro-class-2-btn.name-div{
    font-size: 24px !important;
}
.product-detail .pd-pro-push.pd-pro-push-d .img{
    text-align: center;
}
.product-detail .pd-pro-push.pd-pro-push-d img{
    display: inline-block;
}
.down-div-hide h5:hover{
    cursor: pointer;
}
.down-div-hide h5 .arrow{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/angle-up.svg) center center no-repeat;
    background-size: 28px;
    margin-left: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle;
}
.down-div-hide.active h5 .arrow{
    transform: rotate(180deg);
}
.down-div-hide .down-con{
    display: none;
}

.product-compare-table{
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.product-compare-table td{
    padding: 20px 30px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    text-align: left;
}
.product-compare-table .compare-header{
    background-color:#9a95a6;
    text-align: left;
    padding-left: 20px;
}
.product-compare-table .compare-header p{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    line-height: 1.5em;
}
.product-compare-table thead td{
    text-align: center;
}
.product-compare-table thead td img{
    width: 100%;
}
.product-compare-table thead td p{
    line-height: 40px;
}

.filter-selet-area{
    position: relative;
}
.filter-selet-area .filter-selet-con, .filter-selet-area .com-h4{
    z-index: 10;
}
.filter-selet-area.active .close-mask{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    background: none;
}
.form-table{
    position: relative;
    z-index: 5;
}
.compare-box{
    position: fixed;
    z-index: 0;
    top: 50vh;
    width: 98%;
    left: 0;
    display: none;
}

.pro-form .form-box td.product-part{
    text-align: left;
}
.part-icon{
    width: 36px;
    display: inline-block;
    margin-right: 10px;
}
.part-icon img{
    width: 100%;
}
.product-compare-title{
    display: block;
    cursor: pointer !important;
}
.product-compare-title:hover p{
    color: #1b1845;
}

.contrast-form{
    width: 100%;
}
.pro-contrast{
    display: inline-block !important;
    max-width: 84% !important;
}
.pro-contrast .container{
    width: 100% !important;
}
.product-compare-table td, .product-compare-table td p{
    word-break: break-all;
}

.product-compare-table thead td{
    width: 17%;
}
.product-compare-table thead td:first-child{
    width: 15%;
}

.product-compare-title{
    max-width: 250px;
}

.container-compare{
    text-align: center;
}
.pro-contrast{
    position: relative;
    margin: 0 auto !important;
    display: inline-block;
    z-index: 5;
    left: auto;
    right: auto;
    transform: none;
}

@media (max-width: 980px) {
    html .product-compare-table .compare-header p{
        display: inline-block;
        word-spacing:3px;
    }
}