s.category-selected{
  transition: all 0.5s;
}

.category-selected img{
  background: rgba(39,200,84,0.40);
  opacity: 0.5;
}

i.help-icon{
	position: relative;
	font-size: 18px !important;
	left: 10px;
	top: 3px;
}

i.help-icon:hover{
	cursor: pointer !important;
}

a#exportcsv_button{
	text-decoration: none;
}

div.producLn{
	float: right;
	position: relative;
	bottom: 22px;
	background-color: #979797;
	padding: 8px 8px 5px 8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 3px;
}

div.producLn p{
	color: white;
	font-size: 18px;
	margin-bottom: 5px
}

div.producLn span{
  color: #fff;
  font-size: 8pt;
  float: left;
  clear: both;
}

table.table-products td,
table.table-products th{
  border: 1px solid #ddd;
}

div.products-container{
  margin-top: 20px;
}

/*--- Progress Bars ---*/

/*.progress-container{
	position: relative;
	padding: 0 10px;
	top: 30px;
}

.progress-container h3{
	font-size: 18px;
	font-weight: bold;
}*/

.progress-title{
    font-size: 18px !important;
    font-weight: 700;
    color: #011627;
    margin: 0 0 20px;
}
/*.progress{
    height: 18px;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
	border: 1px solid #d8d8d8;
	background-color: white;
}

.progress,
.progress-bar{
    border-radius: 50px !important;
}

.progress .progress-bar{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value{
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    color: #000;
    background-color: white;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -3px;
}
.progress.red .progress-bar:after{
    border-bottom-color: #ed4138;
}

.progress.blue .progress-bar:after{
    border-bottom-color: #3485ef;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}

@media screen and (max-width: 768px){
	.progress-container{
		top: 0;
	}

	div.producLn{
		padding: 3px 3px 2px 3px;
	}

	div.producLn p{
		color: white;
		font-size: 15px;
		margin-bottom: 2px
	}

	.progress-container p{
		font-size: 15px;
		font-weight: bold;
	}
}*/

div.progress-container{
  max-width: 100%;
  padding: 3px 15px;
  border: 0;
  border-radius: 0 0 10px 10px;
  background-color: #EBEBEB;
}
div.title{
  max-width: 100%;
  border-radius: 10px 10px 0 0; 
}
div.title.cool{
  background-color: #1587af;
}
div.title.warm{
  background-color: #ed7045;
}
div.title h2{
  font-size: 18px;
  color: white;
  margin: 5px 0 0 0 !important;
  font-weight: 400;
  text-align: center;
  padding: 1rem;
}
div.category-range{
  max-width: 100%;
  text-align: center;
}
div.category-range h2{
  font-size: 13px;
  margin-bottom: 0;
}
div.category-range span {
  font-family: "Merriweather Sans";
  font-size: 13px;
  margin-bottom: 0;
}
div.prog{
  max-width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 3px;
}
div.bar{
  align-items: center;
  display: flex;
  max-width: 100%;
}
.auto-divider {
	height: 1px;
  background-color: #787878;
  margin: 12px;
}
.bar .rating{  
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  flex-basis: 40%;
  text-align: right;
}
.bar .rating.cool{
  color: #1587af;
}
.bar .rating.warm{
  color: #ed7045;
}
.bar .stats{
  flex-basis: 60%;
  padding-left: 15px;
}
.bar .stats p{
  line-height: 1;
  margin-bottom: 0;
}
.bar .stats p.use{
  margin-bottom: 6px;
  font-weight: 600;
}
.bar .stats p.max span{
  font-weight: 600;
}
.bar .stats p.max span.max-cool{
  color: #1587af;
}
.bar .stats p.max span.max-warm{
  color: #ed7045;
}
div.background-bar{
  position: relative;
  width: 0;
  height: 18px;
  border-radius: 50px 0 0 50px;
  /*background-color: #3486f2;*/
  transition: width 0.5s ease;
}
div.circle{
  position: relative;
  bottom: 21px;
  width: 25px;
  height: 25px;
  padding: 5px 3px 3px 3px;
  font-size: 10px;
  text-align: center;
  /*border-radius: 50px;*/
  color: #ffffff;
  background-color: #000000;
}
div.min-value,
div.max-value{
  position: relative;
  display: inline-block;
  font-size: 12px;
  bottom: 22px;
}
div.progress-bar{
	color: #000;
}
/*--- Sort by button ---*/
.sort{
	position:relative;
}
.sort select {
	padding: 10px 15px;
	cursor: pointer;
	color: #7b7b7b;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #e6e6e6;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.sort select::-ms-expand {
	display: none;
}
.sort select:hover,
.sort select:focus {
	color: #000;
	background: #ccc;
}

.sort select:disabled {
	pointer-events: none;
	opacity: .5;
}

.sort .select__arrow {
	position: absolute;
	top: 16px;
	right: 47px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}
.sort select:hover ~ .select__arrow,
.sort select:focus ~ .select__arrow {
	border-top-color: #000;
}

.sort select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}


.step-2 .filters{
	padding-bottom: 30px;
}

.popover-title .close{
	line-height: 0.5;
}

.popover{
	width:200px;
}
