.bottompaginationline{
	border: 1px solid white;
}

.sliderDemo-viewdetail{
    width: 100%;
}
.sliderDemo{
    width: 80%;
    margin-left: 9%;
    margin-right: 9%;
}
.photobodycover .photo-modal .lSSlideOuter .lSSlideWrapper{
    height: calc(100% - 85px);
}
.photo-gallery, .photo-gallery-new {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-gallery li, .photo-gallery-new li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.photo-gallery-new img, .photo-gallery-new video, .photo-gallery img, .photo-gallery video, .photo-gallery-viewdetail img, .photo-gallery-viewdetail video {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
} 
.hidden{
    display: none;
}
.lazy, .lazy-viewdetail {
    display: block;
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#list_loader, .photo_loader{
    display: none;
    text-align: center;
	width:100%;
}

.photo-view-viewdetail{
	text-align:center;
	width:100%;
	margin-top:150px;
	min-height:200px;
}
.photo-modal, .photo-modal-new, .photo-modal-viewdetail {
    display:none; 
    z-index: 999999; 
    overflow-y:scroll;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #dddddd;
}.photo-modal-new .photo-modal-close-new,.photo-modal .photo-modal-close, .photo-modal-viewdetail .photo-modal-close-viewdetail {
    position: absolute;
    top: 25px;
    right: 65px;
    z-index: 999;
    cursor: pointer;
}
.pagination_prev_disabled{
  cursor: not-allowed !important;
  background:grey;
  color:grey !important;	
  border:grey !important;	
}
.pagination_next_disabled{
  cursor: not-allowed !important;
  background:grey;
  color:grey !important;
  border:grey !important;
}

.img_div .lSGallery{
  height:63px;
  object-fit: contain;
}

/*.invUnitCarousel li {text-align:center;}*/
.invUnitCarousel{margin:auto;}
.invUnitCarousel li img{height:552px;}

 .photobodycover, .photo-modal-new, .photo-modal-viewdetail {
    display:none; 
    z-index: 999999;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 85%);
    overflow-y: scroll;
}
.photobodycover .photo-modal{
    position: relative;
    overflow: hidden;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1000px;
    padding: 10px;
    margin: auto;
    background: #4d4d59;
}
.photobodycover .photo-modal .photo-modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    background: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
    line-height: 22px;
    font-size: 14px;
    color: #4d4d59;
}

.photobodycover .photo-modal .lSSlideOuter{
    max-height: inherit;
    position: relative;
}
.photobodycover .photo-modal .lSAction > a,
.photobodycover a.bottomCtrl{
    background-image: none;
    width: 27px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    opacity: 0.85;
    color: #4d4d59 !important;
}
.photobodycover .bottomCtrl{
    display: block;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 98;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.photobodycover .photo-modal .lSAction > a.lSPrev,
.photobodycover a.bottomCtrl.lSPrev{
    left: 0;
}
.photobodycover .photo-modal .lSAction > a.lSNext,
.photobodycover a.bottomCtrl.lSNext{
    right: 0;
}
.photobodycover .photo-modal .lSAction > a i,
.photobodycover a.bottomCtrl i {
	line-height: inherit;
}
.photobodycover .photo-modal .lSAction > a:hover,
.photobodycover a.bottomCtrl:hover {
    opacity: 1;
}
.photobodycover .photo-modal .lSSlideOuter .lSPager.lSGallery{
    margin-top: 15px !important;
    height: 70px !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.img-overlay-container {
    position: relative;
    display: block;
  }
.image_overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    background: #c11f24;
    text-transform: uppercase;
    opacity: 0.8;
    z-index: 1;
}

.image_overlay p {
    color: white !important;
    margin-bottom: 0;
    font-size:14px;
}

.text-right{text-align:right;}

.clearfix{clear:both;}

.noborder{background:#CCC;
    cursor:not-allowed;
    text-decoration:none !important
}

.pageLink{text-decoration:none !important;}
.page-link{text-decoration:none !important;}

.itemSubTitle{font-size:14px;}

.slider_loader_img{
    position: absolute;
    top: 110px;
    left: 180px;
}


.invWrapper{min-height:450px;}

#home_search_text{padding-top:15px;
    font-weight:400;
    text-align:center;
}

.paginationresult{text-align: center;}
#mainImagePrint{display:none;}

#ViewDesc{
    padding:10px;
    height:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:20px;
 }
 #show_less{display:none;}

 .desc_wrapper{
    margin-top:10%;
    margin-bottom:10%;
    border:solid 1px #CCC; 
    border-radius: 5px;
  }
  .desc_wrapper h4{
    background-color:#bc0f13;
    padding:10px;
    color:white; 
    border-radius: 5px 5px 0px 0px;
  }
  
  #show_more_button{
    padding:10px;
    overflow:hidden;
  }
  
  #show_more_button a{
    float:right;
  }
  .finance_modal {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.finance-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 34%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

.finance-modal-header {
    padding: 2px 16px;
    color: white;
}

.photo-of-gallery-x{width:100%;}
.invSlideControls .slidePrev{
	top:40%;
	left:-6%;
	color:black;
	font-size:30px;
}
.invSlideControls .slideNext{
	top:40%;
	right:-6%;
	color:black;
	font-size:30px;
}

.multi-select-button{
    width:26em;
    max-width:26em;
}

.multi-select-button:after {
    margin-left:18.4em;
}

.select2-dropdown{
    margin-top:32px;
}


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.8s;
	text-transform:uppercase;
	letter-spacing:1px;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	
  }
  .panel {
    padding:0px 10px;
    background-color: white;
	max-height:0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border:solid 1px #eee;
	 min-height:unset !important;
  }

.min-max_box{
	padding:5px !important;
}

.lightSlider .active{
	background-color:unset !important;
}
/* viewdetailslider css */

#viewdetailresult .lSSlideOuter .lSGallery{
    margin-top: 5px;
    transition-duration: 400ms;
    width: 3996.2px;
    transform: translate3d(-455.65px, 0px, 0px);
    height: 70px;
	min-width:100%;
}
#viewdetailresult .lSSlideOuter .lSGallery li{
    border: 1px solid lightgray;
    height: 100%;
    object-fit: contain !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
 justify-content: center;
	min-width:70px;
   
}
#viewdetailresult .lSSlideOuter .lSGallery li a{ 
  display:flex;
 justify-content: center;
}
#viewdetailresult .lSSlideOuter .lSGallery li a img{
width:80%;
}

#viewdetailresult .photo-of-gallery-x {
    width: 100%;
    width: 100% !important;
    height: 500px !important;
    object-fit: contain !important;
}



.listing-slider .lightSlider{
	max-height:300px;
	display:flex;
	align-items:center;
}
.listing-slider .lightSlider img{
	width:100%;
	max-height:300px;
	object-fit:contain;
}

.listing-slider .lSSlideOuter .lSGallery{
    height: 70px;
}
.listing-slider .lSSlideOuter .lSGallery li{
    border: 1px solid lightgray;
    height: 100%;
    object-fit: contain !important;
    border-radius: 5px;
    display: flex;
    /*align-items: center;*/
 justify-content: center;
  min-width:70px;
   
}

/* light gallery css start */

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.lSAction > a 
{
    background-color: black;
    border-radius:100%; 
}

@media screen and (min-width:800px){
    .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

.imageGallery
{
    height: 600px !important;
}

.custom-model-inner
{
   max-width: 800px !important;
   width: 90% !important;
   
}
/* light gallery css end*/

.custom-model-main .listing-slider .lightSlider{
	max-height:60VH;
    display:flex;
    align-items:center;
}
.custom-model-main .listing-slider .lightSlider img{
    width:100%;
    max-height:600px;
    object-fit:contain;
}

.custom-model-main .listing-slider .lSSlideOuter .lSGallery{
    height: 70px;
}
.custom-model-main .listing-slider .lSSlideOuter .lSGallery li{
    border: 1px solid lightgray;
    height: 100%;
    object-fit: contain !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
 justify-content: center;
  min-width:70px;
   
}

.select2-dropdown{
        margin-top:32px !important;
    }
    .filterresult select{
       border-radius:0px;
       width:25%;
       margin:10px auto;
        height:35px;
		float:left;
    }
    .filterresult input{ 
        height:38px;
    }
    
    .select2-container--default .select2-selection--multiple{
        border-radius:0px;
    }
	.apply_min_max_filter{
		text-align:center;
	}
    .apply_min_max_filter button{
		padding: 5px 10px;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		margin: 10px 0 0;
    }
    .chkFilter{
        height:auto!important;
    }
    .ui-corner-all{
        border-radius:10px;
    }
    .ui-slider-horizontal{
        height:0.5em;
    }
    .ui-slider-horizontal .ui-slider-handle{
        width:1em;
        height:1em;
    }
   
.select2-container--default .select2-search--inline .select2-search__field{
    height:24px;
    font-size: 14px;
}

.select2-container--default{ 
  width:100% !important;
}


.ui-widget-header {
  height: 4px !important;
  background: #53b147;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c3c3c3;
  border-radius: 13px;
  background: #fff;
}
.ui-widget-content {
    height: 2px !important;
    border: 0;
    background: #e0e0da;
}
.ui-slider-horizontal .ui-slider-range {
  top: -2px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  cursor: pointer;
}
.ui-slider-handle {
  outline: none;
}
.ui-slider-handle .amount {
  display:block;
  min-width: 50px;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -25px;
  color: #fff;
  border: 1px solid #53b147;
  background: #53b147;
  box-shadow: 0 0 5px 0 #f0f0f0;	
}
			
.amount:hover {
	-webkit-font-smoothing: subpixel-antialiased;
    transform: translate(0%, -3px);
}
.ui-slider-handle:hover{
		z-index:100;
}	
.ui-slider-handle .amount:after {
  content: '';
  display: block;
  position: absolute;
  top:24px;
  left: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-bottom: 5px solid #53b147;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(180deg);
 
}
.min-range {
  float: left;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}
.max-range {
  float: right;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}
.slider-range-wrap {
  position: relative;
  width: 500px;
  height: 200px;
  margin: 0 auto;
  padding: 60px 20px 60px 0;
}
.min{
  font-size: 12px;
  font-weight: normal;
}
.max{
  font-size: 12px;
  font-weight: normal;
}  
.apply_slider_filter{
	padding: 2px 15px;
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	margin: 8px;
}
	
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 2s;
}

.active, .accordion:hover {
  background-color: #ccc;
	color: black !important;
 
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.custom_panel{
  max-height:150px;
  transition: 0.5s;
  overflow:auto;
} 
	
.display_chk_inline{
  display:flex;
  width:100%;
	line-height:18px; 
	vertical-align: top;
}

.display_chk_block{
	display:block;
	width:100%;
	line-height:18px; 
	vertical-align: top;
}	

.mb-20{
	margin-bottom:20px!important;
}
.filter_checkbox_label{
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
/*.chkFilter{
	position:absolute;
	top:2px;
}*/
.chkFilter span{
	padding-left:18px;
}
.slider-range{
	width:90%;
	margin: 50px 0 30px 10px;
}

.amount{
	border:0; 
	color:#f6931f; 
	font-weight:bold;
}

.sliderFilter{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

.w-100{
	width:100%;
}

.minmax_inventory_type{
	margin-top:6px;
}
.minmax_inventory_type .min_box{
	width: 40%;
	margin: 0 3%;
}
.minmax_inventory_type .max_box{
	width: 40%;
	margin-left: 3%;
}
.w-65{
	width:65px;
}
.category_slider_heading{max-width:85%;}

.category_slider_box_wrapper{position:relative;
	max-width:100%;
}

.category_slider_title{font-size:14px;
	width:58%;
	word-break: break-word;
}
.featuredSlideControls .lightSlider{ 
	margin-bottom:5%!important;
}

.featuredSlideControls .lightSlider li img{
  width:100%;
  min-height:125px;
} 

.featuredSlideControls .lightSlider li{text-align:center;}
.position-relative{position:relative;}
.display-none{
	display:none;
}
.inventory_location_header{
	text-align:left; 
	font-size:18px; 
	text-transform:uppercase; 
	font-weight: bold;
}
.line_through{
	text-decoration:line-through;
}
.nw_price_span{
	padding-left:10px;
}

.brand_logo_max_width{max-width: 90px;}
.has-inline-color{color:#0000fe;}

.invUnitCarouseltest.lightSlider.lSSlide{
  min-height:145px !important;
}

.listing-slider .lSSlideOuter .lSGallery li a{
	display:flex !important;
}
@media only screen and (max-width: 499px)
{
  .custom-model-main .listing-slider .lightSlider{
    height: 300px !important;
  }
	
}

/* ........................filter css start..................... */
.input_filter_innerbox
{
	display:flex;
}  
.input_filter_innerbox input
 {
    width: 90%; 
    font-size: 14px; 
    font-family: var( --e-global-typography-text-font-family ), Sans-serif; 
    font-weight: var( --e-global-typography-text-font-weight ); 
    color: var( --e-global-color-text );
 }

.filter-button-trigger

{
  	padding: 2px 10px; 
	font-size: 14px; 
	border-radius: 0px 3px 3px 0px; 
	background-color: #3f3f3f; 
	float:right;
}

/* ........................filter css end..................... */
/*..................Pagination........................*/
.pagination {
  display: inline-block;
  margin-bottom:20px;	
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 4px;
  font-size: 10px;
}
.pagination a.active {
  background-color: #a9a9a9;
  color: white;
  border: 1px solid #a9a9a9;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
.noborder{
	border: 0px !important;
}
/*..................Pagination End........................*/
.filterWrapper{
	width:30%;
	float:left;
	padding:0 20px;
}

.inventory_wrapper{
	width:70%;
	float:left;
}

@media(max-width:781px)
{
	.filterWrapper{
	width:100%;
	padding:0 30px;
}
.inventory_wrapper{
	width:100%;
  }
	
	div .listing-slider
	{
		padding-top:unset !important;
	}
}
