﻿/* #equipment-filters{
	position: sticky;
	top: 12px;
} */


.field.checkboxset .middleColumn.fixed-height {
	height: 200px;
	max-height: 240px;
	padding:12px 4px;
	background:#f7f7f7;
	overflow-y: auto;
	overflow-x:hidden;
	scroll-behavior: smooth;
	
}

ul.optionset li {
	display: flex;
	flex-direction: row;
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 6px;
    padding-left: 6px;
    cursor: pointer;
}
.optionset li label {
	color: inherit;
	line-height: 22px;
	font-weight: normal;
	display: block;
	padding-left: 6px;
	text-transform: capitalize;
	cursor: pointer;
}

.custom-checkbox input.checkbox {
    width: auto;
    margin: 5px;
	cursor: pointer;
}


.Actions {
	float: left;
}
.search-filters-bar{
	padding: 10px;
	border: #e6eaed 1px solid;
}
.results-header{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
}
.browse-pic {
	position: relative;
	width: 100%;
}
.browse-pic img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	
}
.browse-pic .label{
	position: absolute;
	bottom:0;
	right: 0;
	margin: 6px;
	border-radius: 2px;
}
.img-count span{
	display: inline-block;
	vertical-align: middle;
}

.results-title a{
	font-size:18px;
	font-weight: 500;
}
.results-our-price{
	font-size:18px;
	font-weight: 600;
	color: #ff0000;
}

.results-title,
.results-msrp,
.results-discount-price,
.results-our-price,
.results-reduced-price
{
	margin-bottom:6px;
}

#filter-click{
	display:none;
}


.bodylink {
	color: #2c75e2;
}
.etype-decl{
	border-radius: 0;
	margin-bottom: 0;
	font-weight: 600;
}
.black{
	font-weight: 700;
}
.location{
	font-weight: 700;
}


#hideValuesOnSelect {
	display: none;
}

.compare-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hide-compare .compare-cont {
	display: none;
}

.compare-cont [type=file], [type=checkbox], [type=radio]{
	margin:0;
}

.compare-cont .compare-options {
	display: none;
}
.show-item-comp-options .compare-cont.show-options .compare-options {
	display: flex;
	gap: 6px;
}

.compare-options .button{
	margin:0;
}

/* List Styles */

.equipment-result-container .flex-container{
	gap: 4px;
}

.equipment-result-container .compare-cont {
	background: #eee;
	padding:6px 12px;
	gap:4px;
}

/* Grid Styles */

.equipment-result-grid-container.cell{
	width:25%;
}
.equipment-result-grid-container .card-title{
	font-size: 1rem;
	margin-bottom:0.75rem;
	text-transform: capitalize;
}
.equipment-result-grid-container .browse-pic img {
	aspect-ratio: 6 / 4;
}
.equipment-result-grid-container .price{
	font-size: 1.125rem;
	font-weight: 600;
	color:#ff0000;
}

.append-compared-items.browse {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 24px;
}
#compared-items {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 85px;
	overflow: visible;
}
#adv-search-form-rem-title #compared-items {
	bottom: 0;
	top: inherit;
	margin-right: 10px;
}

#compared-items>button {
	width:95px;
	background: #ff0000;
	height:40px;
	line-height:normal;
	text-transform:uppercase;
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
}
#compared-items>button:hover {
	background: #bc2d07;
}
#compared-items>.clear-all {
	position: absolute;
	top: -20px;
	right: 0;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0;
	padding-left: 18px;
	text-decoration: none;
	color: #555;
	z-index: 3;
}
#compared-items>.clear-all:hover {
	color: #000;
}
#compared-items #compared-items-list {
	margin-left: 5px;
}
#compared-items-list>div {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	overflow: hidden;
	border: 2px dashed #9A9898;
	box-sizing: content-box;
}
#compared-items-list>div>img,
#compared-items-fixed-list>.comp-item img,
#sidebar-compared-items-fixed-list>.comp-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	max-height: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.no-csstransforms #compared-items-list>div>img,
.no-csstransforms #compared-items-fixed-list>.comp-item img,
.no-csstransforms #sidebar-compared-items-fixed-list>.comp-item img {
	/* transform not supported. Disable positioning */
	left: 0;
	top: 0;
}
#compared-items-list>div>img.landscape,
#compared-items-fixed-list>.comp-item img.landscape,
#sidebar-compared-items-fixed-list>.comp-item img.landscape {
	height: 100%;
	width: auto;
	max-width: none;
}
#compared-items-list>div>img.portrait,
#compared-items-fixed-list>.comp-item img.portrait,
#sidebar-compared-items-fixed-list>.comp-item img.portrait {
	width: 100%;
	height: auto;
	max-height: none;
}
#compared-items-list>div a.remove,
#compared-items-fixed-list>div a.remove,
#sidebar-compared-items-fixed-list>div a.remove {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
}
#compared-items-list>div a.remove:hover,
#compared-items-fixed-list>div a.remove:hover,
#sidebar-compared-items-fixed-list>div a.remove:hover {
	background: rgba(255, 255, 255, .5);
}

/* compared items fixed pos bottom styles */

#compared-items-fixed {
	position: fixed;
	z-index: 5;
	bottom: -200px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 8px 0 10px 0;
	overflow: hidden;
	box-sizing: content-box;
	/*-webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);*/
	background: rgba(255, 255, 255, 0.65);
	border-top: 1px solid #343434;
	/*#C5C3C3*/
	border-bottom: 0;
	-webkit-transition: bottom 1s ease;
	-moz-transition: bottom 1s ease;
	-ms-transition: bottom 1s ease;
	-o-transition: bottom 1s ease;
	transition: bottom 1s ease;
}
#sidebar-compared-items-fixed {
	position: relative;
	z-index: 5;
	bottom: -120px;
	padding: 20px 0 20px 0;
	height: 0;
	width: 280px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.65);
	box-sizing: content-box;
	-webkit-transition: bottom 1s ease;
	-moz-transition: bottom 1s ease;
	-ms-transition: bottom 1s ease;
	-o-transition: bottom 1s ease;
	transition: bottom 1s ease;
	visibility: hidden;
}
#sidebar-compared-items-fixed-list {
	text-align: center;
}
#sidebar-compared-items-fixed .compared-items-inner {
	overflow: hidden;
}
#compared-items-fixed .compared-items-inner {
	position: relative;
	min-width: 560px;
	width: 860px;
	margin: 0 auto;
}
#compared-items-fixed.limit-three .compared-items-inner {
	min-width: 560px;
	width: 560px;
}
#compared-items-fixed.limit-four .compared-items-inner {
	min-width: 660px;
	width: 660px;
}
#compared-items-fixed.limit-five .compared-items-inner {
	min-width: 760px;
	width: 760px;
}
#compared-items-fixed.limit-six .compared-items-inner {
	min-width: 860px;
	width: 860px;
}
#compared-items-fixed.show-vis {
	bottom: 0;
}
#sidebar-compared-items-fixed.show-vis {
	bottom: 0px;
	visibility: visible;
}
#compared-items-fixed .controls {
	position: absolute;
	top: 0;
	right: -100px;
	padding: 10px 0 0 0;
}
#sidebar-compared-items-fixed .controls {
	clear: both;
	text-align: center;
}
#compared-items-fixed a.comp-items-hide {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 12px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: margin 0 ease-in;
	transition: none;
}
#compared-items-fixed .controls button {
	display: inline-block;
	float: none;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
}
#sidebar-compared-items-fixed .controls button {
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
#compared-items-fixed-list {
	box-sizing: border-box;
	margin-right: 200px;
}
#compared-items-fixed-list>.comp-item {
	float: right;
	position: relative;
	width: 100px;
	height: 100px;
	margin-left: 5px;
	overflow: hidden;
	border: 2px dashed #9A9898;
	box-sizing: content-box;
}
#sidebar-compared-items-fixed-list>.comp-item {
	float: none;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	border: 2px dashed #9A9898;
	box-sizing: content-box;
}
@media only screen and (max-width: 1024px) {
	.filters_form{
		display:none;
	}
	#filter-click{
		display:block;
	}

	.equipment-result-grid-container.cell{
		width:33.333%;
	}
}
@media only screen and (max-width: 640px) {
	
	.lv_item,.location-label,.location{
		display: none;
	}
	.browse-PSS .specs-table>div {
		display: block;
		padding: 0;
	}	
	.browse-PSS a.offer-btn {
		display: block;
		width: 100%;
	}
	ul.results-list-btns li {
		display: block;
		width: 100%;
	}
	ul.results-list-btns li a.results-details {
		display: block;
		width: 100%;
	}
	.results-our-price{
		padding-bottom: 8px;
		border-bottom: solid 1px silver;
	}

	.equipment-result-grid-container.cell{
		width:50%;
	}

	#compared-items-fixed-list {
		margin-right: 0px;
		text-align: center;
		display: block;
		width: 100%;
	}
	#compared-items-fixed {
		position: fixed;
		z-index: 5;
		bottom: -200px;
		left: 0;
		right: 0;
		width: 100%;
		padding: 8px 0 10px 0;
		overflow: hidden;
		box-sizing: content-box;
		background: rgba(255, 255, 255, 0.65);
		border-top: 1px solid #343434;
		border-bottom: 0;
		-webkit-transition: bottom 1s ease;
		-moz-transition: bottom 1s ease;
		-ms-transition: bottom 1s ease;
		-o-transition: bottom 1s ease;
		transition: bottom 1s ease;
	}	
	#compared-items-fixed .compared-items-inner {
		position: relative;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}	
	#compared-items-fixed-list>.comp-item {
		float: none;
		position: relative;
		width: 60px;
		display: inline-block;
		height: 60px;
		margin-left: 0;
		overflow: hidden;
		border: 2px dashed #9A9898;
		box-sizing: content-box;
	}	
	#compared-items-fixed .controls {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		top: 0;
		right: 0;
		padding: 4px 0 0 0;
	}

}

