
#update_results { 
  float: left; 
  width: 100%; 
  background-color: #333; 
  margin-top: 8px; 
  border: none; 
  color: #FFF; 
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px; /* future proofing */
  -khtml-border-radius:3px; /* for old Konqueror browsers */
  padding: 8px 0;
}

/* Firefox */
@-moz-document url-prefix() {
  #update_results {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
  }
}
/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #update_results {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
  }
}

#slider-input { float: left; height: 25px; line-height: 25px; }
#slider-price-max { float: left; width: 50px; margin: 0 !important; border: none; }
#slider-price-min { float: left; width: 50px; margin: 0 !important; border: none; }
.slider-rating { float: left; width: 120px; }
.slider-rating-text { float: left; line-height: 24px; padding-left: 10px; }
.advSearchBox7 span { float: left; display: inline-block; height: 22px; line-height: 22px; margin-right: 3px; }

#top-adv-search {
 padding-bottom: 8px;
 background-color: #2C2C2C;
}
.top-adv-pulldown {
   background-color: #333;
   color: #FFFFFF;
   margin: 8px 0 0 8px;
}
.top-adv-search {
   float: left;
   height: 35px;
   background-color: #333;
   margin: 8px 0 0 8px;
   width: calc(100% - 48px); 
   display: inline-block;      
}
.top-adv-go {
   float: left;
   width: 40px;
   height: 35px;
   background-color: #333;
   margin: 8px 0 0 0; 
   display: inline-block;     
}

.top-adv-input {
   float: left;
   background-color: #333;
   border: none;
   line-height: 33px;
   height: 33px;
   text-indent: 10px;
   width: 100%;
   color: #FFF;
}
.top-advSearchGo {
	float: right;
	width: 40px;
	background-color:#333;
	position:relative;
	margin: 0px;
	padding: 0px;
	clear:both;
	display:inline-block;
	height:35px;
    /*width:responsive*/
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	background-image: url(../../images/search-submit-button.png);
	background-repeat: no-repeat;
	background-position: center center;	
}



.advSearchContainer {
	margin-top: 5px;
    margin-bottom: 10px;	
}

.js-search-select, .js-normal-select {
    float: left;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}

.select2-container {  }
.advSearchField {
 display:inline-block;
 line-height:30px;
 position:relative;
 /*width:responsive*/
 height: 35px; 
 text-indent:10px; 
 background:#EEE;	
 font-size: 15px;
 margin: 0;
 padding: 0; 
 border: none;
 width: 100%; 
 color: #444;
}

.advSearchGo {
	float: right;
	width: 40px;
	background-color:#666;
	position:relative;
	margin: 0px;
	padding: 0px;
	clear:both;
	display:inline-block;
	height:35px;
    /*width:responsive*/
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	background-image: url(../../images/search-submit-button.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.advSearchBox1 {
	float: left;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);	
	position:relative;
	top: 0;
	display: inline-block;
	height: 35px;
	padding: 0px;		
	background-color:#EEE;		
}

.advSearchBox2 {
	float: left;
	width: 100%;
	position:relative;
	top: 0;
	display: inline-block;
	height: 35px;
	padding: 0px;
	margin: 10px 0 5px 0;		
	background-color:#EEE;		
}
.advSearchBox2 span { 
    color: #FFF;
}
.advSearchBox3 {
	float: left;
	width: 100%;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;		/* All Price Ranges */
	margin: 0;			/* All Price Ranges */
	margin-top: 10px;
	background-color:#EEE;	
}
.advSearchBox3 span { 
    color: #FFF;
}
.advSearchBox4 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	padding: 0px;	
	margin: 10px 0 0 5px;			
}
.advSearchBox5 {
	float: left;
	width: 100%;	
	position:relative;
	top: 0;
	display: inline-block;
	padding: 0;				
}
.advSearchBox5 strong {
	color: #666;
}
.advSearchBox6 {
	float: left;
	width: calc(100% - 30px);
	position:relative;
	top: 0;
	display: inline-block;
	height: 30px;
	padding: 0px;		/* All Price Ranges */
	margin: 6px 0 0 15px;			/* All Price Ranges */
	background-color:#FFF;		
}
.advSearchBox7 {
	float: left;
	width: 100%;
	position:relative;
	top: 0;
	display: inline-block;
	height: 25px;
	padding: 0px;		/* All Price Ranges */
	margin: 6px 0 0 0;			/* All Price Ranges */
	background-color:#FFF;		
}
.advSearchBox8 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	/* cigar length */		
}
.advSearchBox9 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	
	float: left;		
}

  
   
		.product-also.last{
			margin:0 0 30px;
		}
			.product-also-name{
				padding:10px 0;

			}
			.product-also-name, .product-also-name a{
				color:#666;
				text-decoration:none;
			}
				.product-also-name a:hover{
					color:#000;
					text-decoration:underline;
				}
			.product-also-price{
				padding:0 0 10px;
				font-size:18px;
			}		
				.product-also-price, .product-also-price a{
					color:#333;
					font-weight:bold;
				}
				.product-also-price a:hover{
					color:#000;
				}

#also_purchased .count_3cols_col_3{margin-right: 10px !important;}
#also_purchased .count_3cols_col_4{margin-right: 0 !important;}