/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://static.ewg.org/reports/2023/sunscreens/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


img.owl-carousel-image {
	height: 100% !important;
	width: auto !important;
	margin: 0 auto !important;
}

.item {
	text-align: center;
	line-height: 20px;
	border: 1px solid #f5f5f1;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	height: 225;
}
.owl-carousel-image-wrapper {
/*	border-radius: 50%;*/
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

.owl-carousel-product-name {
	font-size: 12px;
}

.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
h2.acc_trigger {
	margin: 0 0 5px 0 !important;
	background: url(https://static.ewg.org/reports/2014/sunscreen2014/images/closed23.png) no-repeat !important;
	/* background-color: #f5f5f1 !important; */
	max-width: 100% !important;
	font-weight: normal !important;
	color: #3F3F3F !important;
	text-decoration: none !important;
	display: block;
	padding: 0 0 0 50px !important;
	cursor: pointer !important;
	background-position: -17px 4px;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 30px !important;
	background-position: 0 7px;
}
h2.active {
	background-position: left bottom;
	background: url(https://static.ewg.org/reports/2014/sunscreen2014/images/opened23.png) no-repeat !important;
	color: #ffffff !important;
	text-shadow:none !important;
	background-color: #0061A6 !important;
	color: #ffffff;
}

.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	max-width: 100%;
	clear: both;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0px;
}

.acc_product {
	text-align: center;
	line-height: 20px;
	border: 1px solid #eee;
	padding: 5px;
	margin: 5px;
	height: 70px;
	vertical-align: center;
}
.acc_product_image_wrapper {
	float: left;
	width: 80px;
	text-align: center;
}
.acc_product_image_wrapper img {
	height: 60px;
	width: auto;
}
.acc_price_image {
	float: left;
	padding: 10px;
}
.acc_price_image img {
	height: auto;
	width: auto;
}
.acc_product_name {
	float: left;
	width: 60%;
}
.acc_score_image {
	height: 56px;
	width:  56px;
  	border-radius: 5px;
	float: right;
}

.filter_button_on {
	margin: 10px;
	border: none;
	background-color: #009a4f;
	border-radius: .25em;
	padding: 16px 20px 16px 55px;
	color: #ffffff;
	font-weight: bold;
	float: right;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.filter_button_off {
	margin: 5px !important;
	padding: 5px !important;
	background: none !important;
  	background-color: none !important;
	border: 1px solid #c2c2c2 !important;
	color: #c2c2c2 !important;
	font-size: 12px !important;
}

.filter_button_on {
	margin: 5px !important;
	padding: 5px !important;
	background: none !important;
  	background-color: #f89c1b !important;
	border: 1px solid #c2c2c2 !important;
	color: #ffffff !important;
	font-size: 12px !important;
}

