:root {
    --main-color:  #012061;  //主色
    --sub-color: #ccc;  //副色
}

.product-filters h5{
    font-size: 16px;
    color: black;
}
.product-filters h5 + p{
   font-size: 14px;
   padding: 12px 0;
}
.product-filters span.reset,.product-filters span.filteredProductCount{
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.product-filters h6{
    font-size: 16px;
    color:#012061!important;
    font-weight: bold;
}
.inputSearch{
    border: 1px solid #D2D2D2;
    position: relative;
}
.inputSearch input{
    padding: 10px 14px;
    width: 100%;
    font-size: 16px;
    color: black
}
.inputSearch img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.seldagou{
    width: 16px;
    height:16px;
	margin-right:8px;
    border-radius: 4px;
    font-size: 0;
    overflow: hidden;
}
.form-check-inputnew{
    display: none;
}
.seldagou{
    display: inline-block;
    vertical-align: middle;
}
.seldagou img{
    width: 100%;
    height: 100%;
}
.seldagou img:nth-of-type(1){
  display: block;
}
.seldagou img:nth-of-type(2){
    display: none;
}
.form-check-inputnew:checked + div img:nth-of-type(1){
    display: none;
}
.form-check-inputnew:checked + div img:nth-of-type(2){
    display: block;
}
.twoList{
    margin-left:20px
}
.product-filters h6::after{
    display:none;
}
.product-filters label{

}

.ProductNew img{
    float: right;
    margin-top: 5px;
}
.ProductNew.active img{
    transform: rotate(90deg);
    transition-duration: .5s;
}
.view-button{
    background-color: var(--main-color);
    font-weight: normal;
    padding:6px 12px;
}
.view-button:before{
    display:none;
}
.product-display .content-block h2.title{
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
	
}
.product-display .content-block h3.sub-title{
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    word-break: break-word;
    text-align: justify;
}
.mingDivw{
    font-size: 0;
}
.mingDiv{
    text-align: center;
    vertical-align: top;
    display: inline-block;
	width:25%;
	margin-bottom:10px;
}
.mingDiv .z1{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.mingDiv .z2{
    color: var(--main-color);
    font-size: 12px;
	word-break: break-word;
    white-space: nowrap;
}
.form-wrapperg{
    line-height: 40px;
}
.form-wrapperg div{
    color: white;
    font-size: 14px;
    display:inline-block;
    vertical-align: middle;
}
.form-wrapperg img{
    display:inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.contfivs{
    background-color: #F8F8F8;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contfivsv{
    flex: 1;
    padding-left: 60px;
}
.spiiv .c1{
    color: var(--main-color);
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: bold;
}
.spiiv .c2{
    color: #333333;
    font-size: 16px;
    padding-bottom: 26px;
    border-bottom: 1px solid #DDDDDD;
    word-break: break-word;
    text-align: justify;
}
.newCanli{
display: flex;
    flex-wrap: wrap;
}
.newCanli .c1{
    display: flex;
    width: 45%;
    vertical-align: top;
    margin-top: 18px;
}
.newCanli .c1:nth-of-type(2n){
    width: 55%;
}
.newCanli .c11{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}
.newCanli .c12{
    color: var(--main-color);
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
	
    word-break: break-all;
}
.contfivs .imgs{
    width: 33%;
}
.contfivs .advis{
    color: white;
    font-size: 14px;
    padding:10px 30px;
    background-color:#012061 ;
    border-radius: 100px;
    display: inline-block;
    margin-top: 40px;
}
.product-info-section h6.open::after{
    display: none!important;
}
.product-info-section h6{
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
	padding: 15px 2.12766%;
}
.quote-request .spec-table tr.sub-title th{
    padding:9px 18px;
}
.quote-request .spec-table .title th{
    background-color: var(--main-color);
}
.quote-request .spec-table th{
    color: var(--main-color);
}
.quote-request .spec-table th span{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.quote-request .spec-table td, .quote-request .spec-table th{
    border: 0;
}
.seldagour{
    float: right;
}
.quote-request .spec-table label{
    color: #333333;
    margin-top: 5px;
}
.form-check-labels{
    margin-bottom: 5px!important;
}
.seldagourx{
    width: 14px;
    height: 14px;
}
.new-dtitle{
    font-size: 16px;
    margin-top: 10px;
	
    font-weight: bold;
}
.quote-request h6{
    background:var(--main-color);
}
.standard-options p{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.quantity{

}
.add-to-quote-button{
    background-color:var(--main-color);
    font-weight: normal;
    padding: 10px 30px;
}
.add-to-quote-button:before{
    display: none;
}
.update-button:before,.remove-button:before{
    display: none;
}
.quote-product-display:first-of-type{
    border-top: 2px solid var(--main-color);
    border-bottom:2px solid var(--main-color);
}
.quote-product-display .content-block h2.title{
    font-weight: normal;
    color:var(--main-color);
    margin-bottom: 20px;
}
.quote-product-display .quantity textarea{
    background-color: #F8F8F8;
    border: 0;
    height: 70px;
    font-size: 14px;
    padding: 10px 18px;
}
.quote-product-display .content-block h3.sub-title{
    word-break: break-all;
}
.quote-product-display .image-wrap{
    max-width: 150px;
}
.raoTES{
    margin-top: 20px;
}
.raoTES .tes1{
   font-size: 14px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #D2D2D2;
    padding-right: 10px;
    margin-right: 10px;
}
.raoTES .tes1:last-of-type{
    border: 0;
    padding-right: 0px;
    margin-right: 0px;
}
.raoTES .tes11{
    color: #111111;
    display: inline-block;
    vertical-align: top;
}
.raoTES .tes12{
    color: var(--main-color);
    display: inline-block;
    vertical-align: top;
}
.quote-product-display{
    border-color: var(--main-color);
}
.quote-content h5{
    background-color: var(--main-color);
    max-width: 321px;

}
/*.product-content, .quote-content{*/
/*    width: 69.95745%;*/
/*}*/
/*.product-sidebar, .quote-sidebar{*/
/*    width: 27.91489%;*/
/*}*/



.quote-sidebar .your-details h5{
    background-color: var(--main-color);
    margin-bottom: 30px;

}
.quote-sidebar .your-details input[type=submit]{
    float: right;   background-color: var(--main-color);
}
.quote-sidebar .your-details label{
    color:#333333 ;
    font-weight: normal;
}
.claCodes{
    position: relative;
}
.claCodes .z2{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%!important;
    width: 100px!important;
}
.claCodes .form-control{
    margin-bottom: 0!important;
    padding-right: 100px!important;
}
.gridww h1{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: black;
    font-weight: normal;
}
.gridww p{
    color: #333333;
}
.contfixed{
    padding: 60px 70px;
    background-color: white;
    text-align: center;
    width: 90%;
    max-width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.contfixed .f1{
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 25px;
}
.contfixed .f2{
    font-size: 22px;
    color: #333333;
    margin-bottom: 70px;
}
.contfixed .f3{
    display: flex;
    justify-content: space-between;
}
.contfixed .f31{
    font-size: 20px;
    color: white;
    background-color: #333333;
    padding:  18px 0;
    width: 45%;
}
.contfixed .f32{
    font-size: 20px;
    color: #333333; width: 45%;
    color: white;
    padding:  18px 0;
    background-color: var(--main-color);
}
.posShadow{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width:100%;
    height: 100%;
}
.contfixed .newcha{
    position: absolute;
    right: 20px;
    top: 20px;
}
.contfixedw{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    z-index: 10;
}
.contfixedw.active{
    display: block;
}
@media screen  and (max-width: 1400px){
	.newCanli .c1{
		margin-top: 8px;
		width: 100%!important;
	}
	.mingDiv{
		width:33.33%
	}
}

@media screen  and (max-width: 768px){
    .contfivsv{
        padding-left: 0;
    }
    .contfivs{
        padding: 14px;
    }
    .mingDiv{
        width: 50%;
    }
    .contfivs .imgs{
        width: 100%;
    }
    .newCanli .c1{
        width: 100%;
        margin-top: 10px;
    }
}
