/*body:before {
	content: "Advertorial";
	padding: 2px 5px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.5px;
	background: #f5f5f5;
	color: #666;
}*/

.main-advertorial > .summary-box {
	padding: 15px !important;
	background: #fff0c7 !important;
}

.main-review {
	position: relative;
	padding: 10px 15px 10px 58px;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	max-width: 650px;
	margin: 20px 0;
}

.main-review-img {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 31px;
	height: 31px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.main-review-top {
	font-size: 0;
}

.main-review-top-info {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.main-review-name {
	font-size: 0.875rem;
	color: #1fba34;
	padding: 1px 0;
	font-weight: 700;
}

.main-review-verified {
	font-size: 0.75rem;
	color: #00f;
	margin-left: 4px;
	border-left: 1px solid #666;
	padding-left: 5px;
}

.main-review-top-stars {
	width: 20%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.main-review-top-stars i {
	color: #ffa500;
	font-size: 1.125rem;
}

.main-review-text {
	margin-top: 9px;
	padding-top: 5px;
	border-top: 1px dashed #a0a0a0;
	color: #212529;
}

.bottom-reviews {
	margin: 20px 0;
	display: flex;
}

.bottom-item {
	background: #f8fbfd;
	width: 32%;
	margin-right: 2%;
}

.bottom-item:last-child {
	margin-right: 0;
}

.bottom-item h4 {
	font-weight: 700;
	font-size: 1.125rem;
	padding: 5px 10px;
	line-height: 1.25;
	text-align: center;
	min-height: 80px;
}

.bottom-item-image {
	position: relative;
}

.bottom-item-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.bottom-item-image p {
	min-width: 100px;
	display: inline-block;
	padding: 0 5px 0 22px;
	line-height: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #000;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 22px;
	background: #dadbdd;
	font-weight: 700;
	font-size: 1.125rem;
}

.bottom-item-image p span {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	left: -16px;
	top: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.blue {
	background: #29abe2;
}

.orange {
	background: #f62;
}

.green {
	background: #39b54a;
}

.bottom-item-review {
	padding: 15px 10px 40px;
}

.bottom-item-rating {
	font-size: 0;
	margin-bottom: 10px;
}

.bottom-item-rating span {
	width: 26px;
	height: 26px;
	line-height: 26px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffd200;
	color: #fff;
	font-weight: 700;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.125rem;
	text-align: center;
}

.bottom-item-rating .fa-star {
	font-size: 1.25rem;
	color: #ffd200;
	display: inline-block;
	vertical-align: middle;
}

.bottom-item-rating .fa-check-circle {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	color: #51af39;
	margin-left: 3px;
}

.bottom-item-text {
	color: #374048;
	line-height: 1.6;
}

/* 4 INCH DEVICE */

.breadcrumbs {
	color: #555;
	font-size: 0.875rem;
}

.dermabolt-top-link {
	margin: -15px 0 10px;
}

.dermabolt-top-link a {
	font-weight: 700;
	font-size: 1.375rem;
	text-decoration: underline;
}

.dermabolt-meta {
	font-size: 0.875rem;
    color: #555;
    font-style: italic;
    margin: 0 0 10px !important; 
}

.dermabolt-intro {
	font-size: 1.125rem;
	font-weight: 700;
	background: #fff0c7;
	border: 1px solid #ffecb5;
	padding: 15px;
	margin: 20px 0;
	line-height: 1.45 !important;
}

sup {
	vertical-align: super;
	font-size: 0.625rem;
}

.has-sup {
	position: relative;
}

.has-sup img + sup {
	position: absolute;
	top: 0;
	right: 0;
}

.dermabolt-think {
	border-left: 10px solid #333;
	background: #f1f1f1;
	font-weight: 300;
	padding: 10px;
}

.dermabolt-think span {
	font-weight: 700;
	display: block;
}

.checkbox-list {
	margin-bottom: 20px;
}

.checkbox-list li {
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 1.125rem;
}

.checkbox-list li i {
	margin-right: 5px;
	color: #0b7b09;
	font-size: 1.25rem;
	vertical-align: middle;
}

.checkbox-list li span {
	vertical-align: middle;
}

.checkbox-list li:last-child {
	margin-bottom: 0;
}

.question {
	font-size: 1.313rem;
	font-weight: 700;
	margin-bottom: 5px !important;
}

.answer {
	padding-left: 15px;
	font-style: italic;
}

.before-after-images {
	margin: 20px 0;
	font-size: 0;
}

.before-after-images a {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	width: 33.3333%;
}

.before-after-images a img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.dermabolt-red {
	color: #c00;
}

.dermabolt-red span {
	font-weight: 700;
	text-decoration: underline;
}

.main-review-box {
	margin: 20px 0;
}

.main-review-box h4 {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	padding: 8px 15px;
	border: 1px solid #e1e1e1;
	border-bottom: 0;
}

.main-review-box .main-review {
	margin: 0 !important;
	max-width: 1024px;
}

.superscript-items {
	font-size: 0.75rem;
}

.superscript-items li {
	word-wrap: break-word;
	padding: 1px 0;
}

/* EASY BIKINI LINE */

.easy-bikini-line-top-review {
	font-size: 0;
	margin: 20px 0;
}

.easy-bikini-line-top-review-left {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

.easy-bikini-line-top-review-left img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.easy-bikini-line-top-review-right {
	position: relative;
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.easy-bikini-line-top-review-right h4 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.easy-bikini-line-top-review-right h4 span {
	border-left: 1px solid #666;
	font-weight: 400;
	font-size: 0.75rem;
	color: #4269ec;
	font-weight: 300;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
}

.easy-bikini-line-stars {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.875rem;
	color: #ffc105;
	height: 27px;
	line-height: 27px;
}

.easy-bikini-line-top-review-right p {
	padding: 10px 55px;
	position: relative;
	line-height: 1.4;
	font-size: 1rem;
	font-style: italic;
}

.easy-bikini-line-top-review-right p:before, .easy-bikini-line-top-review-right p:after {
	display: block;
	content: "";
	position: absolute;
	width: 48px;
	height: 38px;
}

.easy-bikini-line-top-review-right p:before {
	top: -10px;
	left: 0;
	background: url(/assets/images/reviews/dermabolt-easy-bikini-line/quote-left.png) no-repeat center;
	background-size: 48px auto;
}

.easy-bikini-line-top-review-right p:after {
	bottom: -10px;
	right: 0;
	background: url(/assets/images/reviews/dermabolt-easy-bikini-line/quote-right.png) no-repeat center;
	background-size: 48px auto;
}

.easy-bikini-line {
	justify-content: center;
}

.easy-bikini-line .bottom-item {
	text-align: left;
	width: 48%;
	margin-right: 4%;
}

.easy-bikini-line .bottom-item:last-child {
	margin: 0;
}

.dermabolt-alternatives {
	border: 1px solid #d8d8d8;
	margin: 20px 0;
}

.dermabolt-alternatives .row {
	display: flex;
	font-size: 0;
	border-bottom: 1px solid #d8d8d8;
	-webkit-transition: background-color 150ms ease-out;
	-moz-transition: background-color 150ms ease-out;
	transition: background-color 150ms ease-out;
}

.dermabolt-alternatives .row:first-child {
	color: #fff;
	border-bottom: 2px solid #d8d8d8;
}

.dermabolt-alternatives .row:first-child p:first-child {
	color: #842029;
    background-color: #f8d7da;
}


.dermabolt-alternatives .row:first-child p:last-child {
	color: #0f5132;
    background-color: #d1e7dd;
}

.dermabolt-alternatives .row:first-child p {
	font-weight: 700;
	text-transform: uppercase;
}

.dermabolt-alternatives .row:nth-child(odd) {
	background: #f5f5f5;
}

.dermabolt-alternatives .row:hover {
	background: #ebebeb;
}

.dermabolt-alternatives .row p {
	width: 50%;
	font-size: 1rem;
	padding: 10px;
}

.dermabolt-alternatives .row p:first-child {
	border-right: 1px solid #d8d8d8;
}

.dermabolt-alternatives .row p:last-child {
	font-weight: 700;
}

/* INSTANTLY REMOVE */

.dermabolt-image-box {
	margin-bottom: 20px;
	text-align: center;
}

.dermabolt-image-box a {
	display: block;
}

.dermabolt-image-box span {
	line-height: 1.7;
	display: block;
	font-weight: 700;
	font-style: italic;
	padding-top: 5px;
}

.dermabolt-sensitive-list {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 20px;
}

.dermabolt-sensitive-list li {
	line-height: 1.7;
	padding: 2px 0;
}

/* SENSITIVE SKIN */

.dermabolt-latest-bottom-box {
	font-size: 0;
	border: 2px dashed #a0a0a0;
	background: #f7f7f7;
	padding: 12px;
}

.dermabolt-latest-img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
	width: 40%;
}

.dermabolt-latest-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.dermabolt-latest-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 6px;
	width: 60%;
	text-align: center;
}

.dermabolt-latest-text p {
	font-size: 1rem;
	padding: 0 35px;
}

.dermabolt-latest-top-text {
	font-size: 1.25rem !important;
	font-weight: 700;
	padding: 0 !important;
	margin-bottom: 10px;
}

.dermabolt-latest-text a {
	display: block;
	background: #78ae38;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	padding: 8px 10px;
	margin: 10px 0;
	transition: all 250ms linear;
}

.dermabolt-latest-text a:hover {
    transform: scale(1.05);
    background: #519849;
    color: #eee;
}

.dermabolt-latest-text span {
	font-style: italic;
	font-size: 0.75rem;
	text-transform: uppercase;
}

/* NEVER SHAVE AGAIN */

.dermabolt-shave-subheadline {
	text-align: center;
	font-weight: 700;
	margin: 20px 0;
	font-size: 1.375rem;
}

@media screen and (max-width: 859px) {
	.dermabolt-top-link a {
		font-size: 1.125rem;
	}

	.main-review {
		padding-left: 67px;
	}

	.main-review-img {
		width: 40px;
		height: 40px;
	}

	.main-review-top-info, .main-review-top-stars {
		display: block;
		width: 100%;
		text-align: left;
	}

	.main-review-top-stars {
		margin-top: 9px;
	}

	.bottom-reviews {
		display: block;
	}

	.bottom-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.bottom-item h4 {
		font-size: 1.25rem;
		min-height: auto;
		padding: 10px 15px;
		line-height: 1.2;
	}

	.bottom-item-image {
		max-width: 468px;
		margin: 0 auto;
	}

	.bottom-item-image img {
		max-width: 468px;
		width: 100%;
	}

	.before-after-images a {
		width: 50%;
	}

	.main-review-box h4 {
		font-size: 1rem;
	}

	.easy-bikini-line-top-review-left, .easy-bikini-line-top-review-right {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.easy-bikini-line-top-review-left {
		padding: 20px 0 5px;
		border-top: 1px dashed #666;
	}

	.easy-bikini-line-top-review-left img {
		max-width: 200px;
	}

	.easy-bikini-line-top-review-right p {
		padding: 30px 0;
	}

	.easy-bikini-line .bottom-item {
		width: 100%;
	}

	.dermabolt-alternatives .row p {
		padding: 5px;
		font-size: 0.875rem;
	}

	.dermabolt-latest-bottom-box {
		padding: 8px 16px;
	}

	.dermabolt-latest-img, .dermabolt-latest-text {
		padding: 0;
		width: 100%;
		padding: 8px 0;
	}

	.dermabolt-latest-text p {
		padding: 0 17px;
	}

	.dermabolt-shave-subheadline {
		font-size: 1.125rem;
	}
}