﻿body{background-color: #f2f2f2;}
.highlight{color:red;}

/*.FilerRow_wrap{border-top: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 100%; overflow-x: scroll; overflow-y: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap;}
*/




/*条件筛选行*/
.FilerRow {width:100%;z-index:15;background-color: #f7f7f5;  z-index: 5; }
	.FilerRow .FilerRow_wrap {
		padding: 10px 0;
		;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
	
		background-color: #fff;
		-webkit-box-shadow: 0 2px 6px 0 rgb(32 33 37 / 10%);
		box-shadow: 0 2px 6px 0rgba(32,33,37,.1);
		border-radius:4px;
		-webkit-border-radius:4px;
	}
.FilerRow .FilerRow_wrap h2 {font-size:16px;font-weight:500;}
.FilerRow li {position:relative;display:inline;cursor:pointer;}
.FilerRow span.iconname {padding:0 10px;display:inline-block;color:rgb(25,25,25);line-height:2.5rem;border-left:0px solid #ddd;font-weight:700;transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;}
.FilerRow li:first-child span.iconname {border-left:0 none;}
.FilerRow span.iconname i {margin-left:7px;transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;}
.FilerRow li:hover span.iconname i,.FilerRow .on span.iconname i ,.FilerRow .on span.iconname,.FilerRow span.iconname:hover {color:#D7000F;}
.FR_Drop { position: absolute; left: 0; top: 41px; display: none; padding: 20px; width: 200px; background-color: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-box-shadow: 0 2px 6px 0 rgb(32 33 37 / 10%); box-shadow: 0 2px 6px 0rgba(32,33,37,.1); z-index: 5; }
.FR_Drop .each {padding:7px 0;display:flex;display:-webkit-flex;}
.FR_Drop .each .check_wrap {/*padding-top: 2px;*/display:inline-block;padding-right:3px;}
.FR_Drop .each .check_wrap label,.FR_Drop .each .check_wrap input:checked + label:after {width:1.5rem;height:1.25rem;}
.FR_Drop .each strong {color:rgb(25,25,25);white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;font-weight:normal;}
.FR_Drop .each strong a,.FilerRow span.iconname{font-size:14px;font-weight:normal;}
.FR_Drop .each strong label{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;width: 100%;}

.close-mobile-menu, .slide-bar h1, .hamburger_menu {
	display: none;
}

@media (max-width: 1100px) {

.RowPaddingSmall.productsList{ padding: 5px; }
.ProductInRow .content p { padding-right: 0%; font-size: 14px; }
.slide-bar h1 { display: block; font-size: 14px; padding-bottom: 15px; font-weight: 500; color: #D7000F; }

.body-overlay {background-color:#000000;height:100%;width:100%;position:fixed;top:0;z-index:1010;left:0;opacity:0;visibility:hidden;transition:all 0.3s linear 0s;transition:all 600ms ease;-webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;}
.body-overlay.active {opacity:.5;visibility:visible;}
.fixwrap.slide-bar {display: none;}

.fixroot .fixwrap.slide-bar {left:initial;
	position:fixed;overflow-y:auto;top:0;right:-280px;width:250px;padding:25px 20px;height:100%;display:block;background-color:#ffffff;z-index:1020;box-shadow:-5px 0 20px -5px rgba(0,0,0,0.5);padding-top:60px;transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);-webkit-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);-moz-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);
	-ms-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);-o-transition:all 600ms cubic-bezier(0.785,0.135,0.15,0.86);


}
.hamburger_menu{display:initial}
.hamburger_menu a { background-color: #fff; text-align: center; padding: 10px 7px; display: flex;display:-webkit-flex; justify-content: space-between; }

.fixroot .fixwrap.slide-bar.show {right:0;display:block;}
.close-mobile-menu{display:block;}
.close-mobile-menu a {color:#fff;position:relative;z-index:2;font-size:16px;left:0;display:block;}
.close-mobile-menu a:hover {color:#fff;}
.close-mobile-menu {position:absolute;top:0;right:0;background:#D7000F;width:30px;height:30px;text-align:center;line-height:30px;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;}

.FilerRow .FilerRow_wrap { padding:  0; display: block; display: block; justify-content: initial; align-items: initial; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; -webkit-border-radius: 0;  }
.FilerRow li { display: block;  }
.FilerRow span.iconname {font-weight: 500; font-size: 14px;  padding: 10px 0; display: block;border-left: none; display: flex; justify-content: space-between;border-top: 1px solid #ddd;}
.FR_Drop { position: relative; left: inherit; top: initial; width: auto;  -webkit-box-shadow: none; box-shadow:none;  }
.FR_Drop .each { padding:  0; }


}



@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1199px) {


}
@media (min-width:1200px) and (max-width: 1920px) {



}
