*, *:focus {
	outline: none;
	box-shadow: none;
}

@font-face {
	font-family: 'Euclid Square';
	src: url('fonts/EuclidSquare-Regular.woff2') format('woff2'),
		url('fonts/EuclidSquare-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Square';
	src: url('fonts/EuclidSquare-SemiBold.woff2') format('woff2'),
		url('fonts/EuclidSquare-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Square';
	src: url('fonts/EuclidSquare-Medium.woff2') format('woff2'),
		url('fonts/EuclidSquare-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Square';
	src: url('fonts/EuclidSquare-Light.woff2') format('woff2'),
		url('fonts/EuclidSquare-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Euclid Square';
	src: url('fonts/EuclidSquare-Bold.woff2') format('woff2'),
		url('fonts/EuclidSquare-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


.header {
	background: #fff;
	padding-bottom: 10px;
}
.page-content-home {
	padding: 4px 0 35px;
}
.page-content-home .container {}
.logo {
	width: 90px;
	margin-right: -10px;
}
.logotext {
	color: #188ece;
	font-size: 2.5rem;
	font-style: italic;
	letter-spacing: -1.5px;
	font-family: 'Fira Sans', serif;
}
.logotext strong {
	color: #000;
}
.textlogo {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0px;
	font-family: 'Euclid Square', serif;
	padding: 10px 0px 10px 0px;
	line-height: 3rem;
}

.textlogo h1 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0px !important;
	padding: 0px !important;
}


.posttext {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Euclid Square', serif;
	padding: 0px 0px 20px 0px;
	line-height: 1.6rem;
}

.posttext h2 {
	font-size: 1.4rem;
	padding: 0px;
	margin: 0px;
	font-weight: 400;

}

.postauthor {
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'Euclid Square', serif;
	line-height: 1.6rem;
}
.sponsored {
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: 10px;
	opacity: .7;
}
.searchgroup {
	margin-top: 28px;
}
.logorow {
	padding-bottom: 10px;
}
.logorow img {
	height: 70px;
	margin: 1rem 0;
}
h1, h2, h3 {
	font-family: 'Euclid Square', serif;
}
.threenav {
	margin-bottom: 30px;
}
.threenav a {
	padding-left: 15px;
	padding-right: 15px;
}
.threenav .btn-group {
	width: 700px;
	transition: all .2s ease-in-out;
}
.threenav .btn-group a {
	background: #333;
}
.threenav .btn-group a:hover {
	background: #000;
}
.threenav a.first, .threenav a.third {
	border-radius: 5px;
}

.threenav .glued {
	box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3);
	width: 1280px !important;
	left: calc(50% - 640px) !important;
}
.threenav .glued a {
	border-radius: 0px !important;
}

.module {
	border: 2px solid #448ccb;
	border-radius: 10px;
	padding: 5px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.module.glued {
	margin-top: 60px;
}

.module .header {
	background: #448ccb;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	padding: 5px 10px;
	border-radius: 8px;
	margin-bottom: 10px;
	font-family: 'Euclid Square', serif;
}

.stars {
	color: #efbf2c;
	font-size: 1.7rem;
}

.numbers {
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 900;
	letter-spacing: -2px;
}

.numbers .fa-question-circle {
	margin-top: 6px;
	margin-left: 5px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	top: -10px;
	color: #999;
}

.form-group {
	margin-bottom: 15px;
}

.module.review .header {
	background: none;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Euclid Square', serif;
	font-weight: 900;
}

.module .med {
	padding: 5px 10px;
}
.module.review {
	padding-right: 30px;
}
.module.review a {
	color: #333;
	text-decoration: none;
}
.module.review a:hover {
	color: #448ccb;
}
.module a.werehere {
	color: red !important;
}

.module li .tick {
	display: block;
	margin: 5px 0px 10px 0px;
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: #999;
	background: linear-gradient(to left, #aac9e5 50%, #236aa8 50%) right;
	background-size: 200%;
	transition: .5s ease-out;
}

.module li .tick.werehere {
	background-position: left;
}

.nonmodule.glued {
	margin-top: 20px;
}


.page-content-home .container.regular {
	overflow: visible;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}

.ourbutton {
	background: #17b54c;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 12px 20px 15px 20px;
	border-radius: 10px;
	font-weight: 700;
	border: 2px solid #17b54c;
}

.ourbutton:hover {
	border: 2px solid #17b54c;
	background: #fff;
	color: #17b54c;
}

.btn-our {
	background: #999;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	color: #fff !important;
	font-weight: bold;
}

.btn-our:hover, .selected .btn-our, .toptableentry:hover .btn-our {
	background: #17b54c;
	border: 1px solid #17b54c;
}

.standoff {
	padding: 10px 20px 20px 20px;
}
h1 {
	font-size: 2.2rem;
	padding: 15px 0px;
	margin: 0px;
	font-weight: 700;
}
.article-head h2 {
	font-size: 1.6rem !important;
	padding: 0px 0px 20px 15px;
	margin: 0px;
	margin-top: 0px;
	font-weight: 300 !important;
}
.article-head h3 {
	font-size: 1.1rem !important;
	padding: 0px 0px 10px 15px;
	margin: 0px;
	margin-top: 0px;
	font-weight: 300 !important;
}
.article-head h3 a {
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	display: inline-block;
	margin-left: 10px;
}
/* border:1px solid #666;padding:5px 15px;border-radius:15px; */
.page-content-home h2 {
	font-weight: 700;
	font-size: 2.1rem;
}
.page-content-home h3 {
	font-weight: 700;
	font-size: 1.6rem;
}
.text-block {
	font-size: 1.2rem;
}
.imagedisplay {
	padding: 30px;
	background: #efefef;
	margin: 30px 0px 30px 0px;
	border-radius: 15px;
}
.imagedisplay.firstone {
	margin-top: 0px;
	padding: 0px;
	border: 2px solid #aac9e5;
}
.imagedisplay img {
	border-radius: 15px;
}

h2.choseone {
	font-size: 2.5rem;
	color: #448ccb;
	margin-top: -20px;
}

.chosecontainer {
	box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.04);
	border: 1px solid #448ccb;
	border-radius: 15px;
	margin: 30px 0px 60px 0px;
	background: #efefef;
}

.chosecontainer p {
	font-size: 18px;
}
.chosecontainer h3 {
	font-size: 2.5rem;
}

.revcount {
	margin-top: -10px;
}
.revcount a {
	color: #999;
	text-decoration: none;
}

.checkedsection {
	background: #59b377;
	margin: 30px 0px 30px 0px;
	border-radius: 20px;
	border: 3px solid #59b377;
	overflow: hidden;
}

.checkedsection .bdy {
	background: #f2f4f7;
	border-radius: 15px 15px 0px 0px;
	padding-top: 20px;
}

.checkedsection .header {
	font-family: 'Euclid Square', serif;
	background: #59b377;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 10px 10px;
	border-radius: 15px 15px 0px 0px;
}

.checkedsection .entry {
	padding: 0px 30px 15px 30px;
}

.checkedsection .entry .hdr {
	font-weight: bold;
}

.checkedsection.nobold .entry .hdr {
	font-weight: normal;
}


.checkedsection .entry .hdr i {
	color: #59b377;
	font-size: 1.5rem;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.checkedsection .entry .hdr span {
	background: #fff568;
	display: inline-block;
	padding: 0px 6px 3px 6px;
}

.checkedsection.best {
	border: 3px solid #458bb3;
	background: #458bb3;
}
.checkedsection.best .bdy {
	background: #f2f4f7;
}
.checkedsection.best .header {
	background: #458bb3;
}
.checkedsection.best .entry .hdr i {
	color: #7da7d9;
}
.checkedsection.best .entry .hdr span {
	/*background: none;*/
}

.checkedsection.negative {
	border: 3px solid #d63939;
	background: #d63939;
}
.checkedsection.negative .bdy {
	background: #f2f4f7;
}
.checkedsection.negative .header {
	background: #d63939;
}
.checkedsection.negative .entry .hdr i {
	color: #ee565c;
}
.checkedsection.negative .entry .hdr span {
	background: none;
}

.checkedsection.info {
	border: 3px solid #b46bb5;
	background: #b46bb5;
}
.checkedsection.info .bdy {
	background: #f2f4f7;
}
.checkedsection.info .header {
	background: #b46bb5;
}
.checkedsection.info .entry .hdr i {
	color: #904a91;
}
.checkedsection.info .entry .hdr span {
	background: none;
}

.toggles .hdr {
	cursor: pointer;
}

#what-to-look.checkedsection .entry .hdr span {
	background: none;
}
.checkedsection.negative .entry .hdr span {
	background: none;
}

.checkedsection .entry .hdr .switches {
	float: right;
	opacity: 0.7;
}

.checkedsection .entry .hdr:hover .switches, .checkedsection .entry.expanded .hdr:hover .switches, .checkedsection .entry.expanded .hdr .switches {
	opacity: 1;
}

.checkedsection .entry .hdr .switches i {
	float: right;
}

.checkedsection .entry .hdr .switches i.fa-minus-circle {
	display: none;
}

.checkedsection .entry .hdr .switches i.fa-plus-circle {
	display: block;
}

.checkedsection .entry.expanded .hdr .switches i.fa-minus-circle {
	display: block;
}

.checkedsection .entry.expanded .hdr .switches i.fa-plus-circle {
	display: none;
}


.toplist {}
.toplist .toplist-product {
	border: 3px solid #458bb3;
	border-radius: 20px;
	padding: 0px;
	margin: 40px 0px;
	background: #448ccb;
}
.toplist .toplist-product .bdy {
	background: #fff;
	border-radius: 20px 20px 17px 17px;
	padding: 20px;
}
.toplist .toplist-product .position {
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	padding: 20px 20px 20px 160px;
	font-family: 'Euclid Square', serif;
	position: relative;
	line-height: 28px;
}
.toplist .toplist-product .position img {
	position: absolute;
	width: 120px;
	left: 20px;
	top: -13px;
	z-index: 9;
}

.toplist .toplist-product .position span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.toplist .toplist-product .gradebg {
	/*border-left:1px solid #333;*/
}
.toplist .toplist-product .grade {
	font-size: 5rem;
	font-family: 'Euclid Square', serif;
}
.toplist .toplist-product .circ {
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
}
.toplist .toplist-product .proscons {
	margin-bottom: 30px;
}
/*.toplist .toplist-product .proscons h2{font-family: 'Playfair Display', serif;}*/
.container.overalls, .container.proscons {}
.container.proscons {
	padding-left: 0px;
	padding-right: 0px;
}
.container.proscons h2 {
	font-size: 1.6rem;
}
.overalls img {
	border-radius: 15px;
	border: 2px solid #aac9e5;
	overflow: hidden;
}

.review-image {
	max-width: 300px;
	max-height: 300px;
	float: right;
	margin: 80px 0px 10px 30px;
}
#chartContainerBars {
	height: 450px;
	width: 900px;
	margin: 40px auto;
}
#chartContainerLines {
	height: 450px;
	width: 900px;
	margin: 40px auto;
}

.rating__star.main {
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
}
.rating__star.main ul {
	display: block;
	margin: 0px 0px 20px 0px;
}
.rating__star.main ul li {
	padding: 0px;
	font-size: 1.7rem;
}
.rating__star.main span {
	display: inline-block;
	margin: 0px 20px;
}

.rating__star.main .grade {
	font-size: 3rem;
	font-weight: 600;
	margin-top: 5px;
}

.adv-disc {
	font-size: 0.95rem;
	margin: -15px 0px 20px 0px;
}
.adv-disc a {
	color: #999;
}

.cream-box p {
	line-height: 28px;
}

.cream-box .rating-table .rating-header h4 {
	font-size: 17px;
}
.cream-box .rating-table h4 {
	font-size: 16px;
}
.cream-box .rating-table .rating-value span {}

.top-cream {
	margin-top: 30px;
}

.cream-box .product-image {
	align-items: flex-start;
}
.cream-box .product-image img {
	margin-top: 45px;
}

.box-expand {
	clear: both;
	border-top: 1px solid #efefef;
	margin: 0px;
}
.box-expand.no-border {
	border: none;
}
.box-expand ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.box-expand ul li {
	font-size: 18px;
	background: url("../images/icon-positive.png") no-repeat top left;
	margin: 10px 0px;
	padding: 0px 0px 0px 27px;
	background-position: 0px 5px;
}
.box-expand ul.cons li {
	background: url("../images/icon-negative.png") no-repeat top left;
	margin: 10px 0px;
	padding: 0px 0px 0px 27px;
	background-position: 0px 5px;
}

ul.goods, ul.bads {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 30px 0px;
}
ul.goods li {
	height: 35px;
	font-size: 18px;
	background: url("../images/good.png") no-repeat top left;
	margin: 10px 0px;
	padding: 0px 0px 0px 40px;
	background-position: 0px 0px;
}
ul.bads li {
	height: 35px;
	font-size: 18px;
	background: url("../images/bad.png") no-repeat top left;
	margin: 10px 0px;
	padding: 0px 0px 0px 40px;
	background-position: 0px 0px;
}
ul.goods li.taller {
	height: 55px;
}

.userreviews {
	width: 900px;
	margin: 0 auto;
}

.box-expand ul.list-inline li {
	background: none;
	margin: 0px 52x;
	padding: 0px;
}

.rating__star.feedback {
	overflow: hidden;
}
.rating__star.feedback ul {
	float: left;
	margin: 0px;
}
.rating__star.feedback span {
	float: left;
	margin: 2px 0px 0px 10px;
	font-weight: normal;
	font-size: 1.3rem;
	color: #000;
}

.pagechart img, .videoreview {
	max-width: 900px;
}
.videoreview {
	margin: 0 auto;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.userreviews .face img {
	width: 100%;
	border-radius: 5px;
}
.userreviews {
	text-align: left;
}
.userreviews .by {
	margin: -5px 0px 10px 0px;
	color: #666;
}
.userreviews .row {
	margin-bottom: 20px;
}
.userreviews .row:last-child {
	margin-bottom: 0px;
}

.expert-badge {
	font-weight: 500;
	font-size: 1.2rem;
	color: #fff;
	background: #1bcb00;
	border: 2px solid #1bcb00;
	padding: 5px 15px;
	border-radius: 20px;
	width: 205px;
	margin: 10px 0px 5px 15px;
}

.expert-badge.reversed {
	background: #fff;
	color: #1bcb00;
}

.graybox {
	background: #e8eeee;
	padding: 25px 30px 10px 30px;
	border-radius: 15px;
	max-width: 50%;
}

.graybox h3 {
	padding-bottom: 10px;
	border-bottom: 4px solid #3ed4c6;
}

.graybox ul {
	list-style: none;
	padding: 0px;
	margin: 15px 0px 20px 0px;
}
.graybox ul li {
	height: 30px;
	font-size: 18px;
	background: url("../images/checkboard.png") no-repeat top left;
	margin: 10px 0px;
	padding: 0px 0px 0px 40px;
	background-position: 0px 0px;
}


footer {
	background: #dadada;
	padding: 20px 0px;
}

.desktop {
	display: inline-block;
}
.desktop2 {
	display: inline-flex;
}
.mobile, .mobile2, .mobile3 {
	display: none;
}

.mobilevisible {
	display: none !important;
}
.mobilehidden {
	display: block !important;
}


.mobileCTA {
	display: none;
	text-align: center;
	color: #fff;
	background: #17b54c;
	padding: 25px 10px 25px 10px;
	position: sticky;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 19px;
	/*border: 15px solid #fff;*/
}


p.blockquote {
	border: 1px solid #228eed;
	background: #228eed;
	color: #fff;
	padding: 12px 15px 15px 15px;
	font-weight: 600;
	border-radius: 10px;
}

div.cta {
	display: block;
	margin: 1.5rem 0;
}

div.cta a {
	display: block;
	width: 100%;
	border: 1px solid #228eed;
	background: #228eed;
	color: #fff;
	padding: 12px 15px 12px 15px;
	font-weight: 600;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
}

div.cta a:hover {
	background: #fff;
	color: #228eed;
}

div.blockquote a {
	color: #fff;
}

div.blockquote a:hover {
	opacity: .5;

}


p.caution {
	color: red;
}

.smallbyauthor {
	float: left;
	border-radius: 50%;
	width: 55px;
	margin-right: 1rem;
}

.updatedat {
	font-size: 1rem;
	float: left;
}

.updatedat a {
	color: #333;
}

.disc {
	float: right;
	margin-top: -1rem;
}

.disc a {
	font-size: 0.8rem;
	color: #999;
}

.col-3.pagerating {
	width: 120px;
}

.col-5.stars {
	width: 205px;
}

.text-block h2.clear {
	clear: both;
}

.text-block h2 {
	margin-bottom: 1rem;
}

.text-block .prod {
	float: left;
	margin: 0.5rem 1.5rem 1rem 0;
}

.faketable {
	margin: 20px 0px;
	padding: 0px;
}

.faketable div {
	padding: 10px;
}
.faketable .row {
	padding: 0px;
}

.faketable .row:nth-child(odd) div {
	border-top: 1px solid #dee2e6;
	background: #f2f2f2;
}

.faketable .row div {
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.faketable .row div:first-child {
	border-left: 1px solid #dee2e6;
}

.toptableheader {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 0.7rem;
	font-weight: 700;
}

.toptableentry.selected, .toptableentry:hover {
	background: #efefef;
}

.toptableentry {
	font-size: 1rem;
	border-bottom: 1px solid #dadada;
}

.toptableentry:last-child {
	border: none;
}

.rating__star {
	color: #efbf2c;
	font-size: 1rem;
}

.ratesecton {
	position: relative;
}

.ratesecton span {
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	background: #228eed;
	color: #fff;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
}

.toptableentry a {
	color: #228eed;
}

.ratesecton img {
	margin-left: 3rem;
	width: 80px;
}

.evaluateicons {}

.evaluateicons img {
	max-width: 60%;
}

.evaluateicons p {
	margin: 0.3rem;
	font-size: 1rem;
	color: #1d2f50;
	font-weight: bold;
}

.byauthor {
	margin-top: 3rem;
	border: 1px solid #dadada;
	padding: 1rem;
}

.byauthor .byimage {
	padding-right: 0px;
}

.byauthor .byimage img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.byauthor .bytext p strong {
	font-weight: 700;
}

.byauthor .bytext p {
	margin: 0px;
	font-size: 1rem;
}

.videowrap {
	border-radius: 15px;
	overflow: hidden;
}

.maindisclosure {
	font-size: 0.9rem;
	margin: 0rem 1rem 1rem 1rem;
	color: #999;
}

.chartdisclosure {
	font-size: 1rem;
	color: #999;
}

.chartdisclosure p {
	margin: 0px;
}


@media (min-width: 1200px) {
	/*.container{max-width:1280px;}*/
}

@media (max-width:991px) {

	.evaluateicons img {
		max-width: 90%;
	}

	.desktop {
		display: none;
	}
	.threenav .btn-group {
		width: 100%;
	}

	.text-left:nth-of-type(2), .text-end {
		padding: 1rem 0.9rem;
		border-top: 1px solid #efefef;
		text-align: left !important;
	}

	.text-end {
		padding: 0.5rem 1rem;
		border-top: 1px solid #efefef;
		text-align: right !important;
	}

	.text-left .container {
		width: 80%;
		margin-bottom: 1rem;
	}

	.toptableentry .description {
		display: none;

	}

}

@media (max-width:767px) {
	html, body {
		overflow-x: none;
	}

	.updatedat {
		line-height: 1rem;
	}

	.smallbyauthor {
		margin-right: 0.7rem;
		margin-top: -3px;
	}

	.disc {
		/*margin-top: -3.28rem;*/
	}

	.faketable .row div {
		border: 0px !important;
		border-bottom: 1px solid #dee2e6 !important;
		background: none !important;
	}

	.advert {
		float: right;
		font-size: 0.8rem;
		color: #999;
		text-decoration: none;
	}

	.text-left .container {
		width: 95%;
		margin-bottom: 0rem;
		padding: 0px 10px 0px 10px;
		padding-bottom: 0.5rem;
	}

	.col-5.stars {
		width: 135px;
		font-size: 1rem;
		padding: 0px;
	}

	.col.numbers {
		font-size: 1.5rem;
		padding: 0px;
		text-align: left;
	}

	.desktop, .desktop2 {
		display: none;
	}
	.mobile {
		display: inline-block;
	}
	.mobile2 {
		display: inline-flex;
	}
	.mobile3 {
		display: block;
	}

	.header {
		border: none;
		padding-bottom: 6px;
	}
	.header img {
		width: 50%;
		height: auto;
		max-width: 50%;
	}

	.standoff {
		padding: 10px 0px 0px 0px;
	}
	.pagechart img {
		max-width: 100%;
	}
	.textlogo {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.posttext {
		text-align: center;
		padding-bottom: 0px;
	}
	/*	.page-content-home .container{box-shadow:none;border-radius:0px;} */
	.cream-box, .top-cream .heading, .top-cream .heading h2, .top-cream .heading h2 small {
		display: block;
	}
	.top-cream .heading h2 small span {
		display: block;
		margin-top: 10px;
		font-size: 1.4rem !important;
	}
	.rating__star.main {
		overflow: visible;
	}
	.review-image {
		width: 60%;
		max-width: 60%;
		height: auto !important;
		max-height: 100%;
		float: none;
		margin: 20px 0px 20px 20%;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.45rem !important;
	}
	h2.twolined {
		font-size: 1.45rem !important;
	}
	.cream-box:first-child .cream-rating {
		margin-top: 0px;
	}
	.mt-5 {
		margin-top: 2rem !important;
	}
	.cream-box .product-image img {
		margin-top: 0px;
	}
	.userreviews {
		max-width: 100%;
	}
	.face img {
		max-width: 100%;
		border-radius: 0px !important;
		margin-bottom: 10px;
	}
	.rating__star.feedback ul, .rating__star.feedback span {
		display: block;
		float: none;
		margin: 0px;
	}
	.userreviews .row {
		border-bottom: 1px solid #dadada;
	}
	.userreviews .row:last-child {
		border: none;
	}
	.userreviews p {
		line-height: 23px;
	}
	.userreviews .rating__star.feedback {
		margin-top: -12px;
	}
	.ourbutton {
		font-size: 1.3rem;
	}
	.container.regular {
		padding: 0px;
	}
	ul.goods li, ul.bads li {
		line-height: 23px;
		min-height: 50px;
	}
	ul.bads li {
		padding-bottom: 50px;
	}
	ul.bads {
		margin-bottom: 0px;
	}
	.graybox {
		max-width: 100%;
	}
	#chartContainerBars {
		height: 350px;
		width: 100%;
	}
	#chartContainerLines {
		height: 350px;
		width: 100%;
	}

	.checkedsection .header {
		line-height: 2rem;
	}
	.imagedisplay {
		padding: 0px;
		margin-bottom: 15px;
	}
	/* margin-left:-4.68vw;margin-right:-4.68vw; */
	.imagedisplay img {
		border-radius: 15px;
	}

	.imagedisplay.notregular {
		padding: 0px;
		margin: 5px 0px 20px 0px;
	}

	.checkedsection .entry {
		padding: 0px 15px 5px 15px;
	}
	.checkedsection .entry .hdr i {
		float: left;
		margin-right: 9px;
		margin-top: 3px;
	}
	.checkedsection .entry .hdr span {
		width: 80%;
		margin-bottom: 5px;
	}

	.toggles .entry .hdr span {
		width: auto;
	}


	.threenav .glued {
		width: 100% !important;
		left: 0px !important;
		z-index: 999 !important;
	}

	.logo {
		width: 80px !important;
		margin-right: -10px;
	}
	.logotext {
		font-size: 2rem;
	}
	.toplist .toplist-product .position img {
		width: 80px;
		left: auto;
		right: 15px;
		top: -40px;
	}
	.toplist .toplist-product .position {
		font-size: 1.6rem;
		padding: 14px 100px 14px 15px
	}
	.toplist .toplist-product {
		margin-top: 50px;
	}
	.article-head h3 a {
		display: inline-block;
		margin: 10px 0px 5px 0px;
	}
	.toplist .toplist-product .grade {
		font-size: 3rem;
	}
	.toplist .toplist-product .gradebg {
		border-color: #bbb;
	}
	.mob100 {
		width: 100% !important;
		display: block;
		text-align: center;
		margin-top: -10px !important;
		margin-bottom: -40px !important;
	}
	.mobile2 a {
		font-size: 12px;
	}
	.checkedsection.negative .entry .hdr span, .checkedsection.best .entry .hdr span, .checkedsection.info .entry .hdr span {
		padding-left: 0px;
	}

	.toptableheader {
		font-size: 1rem;
	}

	.toptableheader .overview {
		display: none;
	}

	.ratesecton img {
		width: 100px;
	}

	.ratesecton .mobile {
		display: block !important;
	}

	.addprodname {
		margin-left: 3.5rem;
		margin-top: -7px;
		margin-bottom: 1rem;
	}

	.toptableentry .productname {
		display: none;
	}

	.toptableentry .description {
		display: block;
		margin-top: 0.5rem;
		margin-bottom: 1rem;
	}

	.toptableentry .rating__star {
		font-size: 1rem;
	}

	.toptableentry .btn-our {
		width: 100%;
	}

	.article-head h3 {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.col-12.pb-3 {
		padding-bottom: 0.5rem !important;
	}

	.text-block .prod {
		float: none;
		margin: 0 auto 1rem auto;
		text-align: center;
	}

	.faketable div {
		background: none !important;
	}

	.faketable div.col-sm:nth-child(odd) {
		background: #f2f2f2 !important;
	}

	.mobilevisible {
		display: block !important;
		font-weight: normal !important;
		margin-top: 5px !important;
	}
	.mobilehidden {
		display: none !important;
	}

	.disclosurerow {
		display: none;
	}

	.evaluateicons img {
		max-width: 70%;
	}

	.evaluateicons p {
		font-weight: normal;
	}

	.evaluateicons .col-6 {
		padding-bottom: 1rem;
	}


}