@font-face {
	font-display: swap;
}

html {
	font-size: 16px;
}
body {
	color: #282b30;
    /*font-size: 16px;*/

	font-family: 'Montserrat', sans-serif;
}

body .app {
	margin: auto;
}

.container {
	max-width: 1565px;
}

button {
	border: 0;
}

b, strong {
	font-weight: 500;
}

a {
	/*color: #3c78f0;*/
	color: #00e;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #00e;
}

a.cornerstone {
	color: #00e;
	text-decoration: underline;
}
.no-touch a.cornerstone:hover,
.no-touch a.cornerstone:focus,
.no-touch a.cornerstone:active {
	color: #00e;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5;
}

.h1, h1 { font-size: 1.55rem; }
.h2, h2, .likeh2 { font-size: 1.5rem; }
.h3, h3, .likeh3, .h4, h4, .h5, h5 { font-size: 1.275rem; }

.likeh2,
.likeh3 {	
	margin-bottom: .5rem;
}
.likeh2 {
	font-weight: 700;
}
.likeh3 {
	font-weight: 600;
}

.content h2,
.content h3 {
	margin: 2rem 0 1rem;
}
.content h2:first-of-type,
.content h4:first-of-type{
	margin: .5rem 0 .5rem 0;
}
.article .intro strong,
.content strong {
	font-weight: 600;
}

/*
.content ul li {
	padding-bottom: .75rem;
	list-style: none;
	position: relative;
}
.content ul li:before {
	content: "\2022";
	color: #3c78f0;
	font-weight: bold;
	width: 1rem;
	margin-left: -1rem;
	font-size: 1.5rem;
	line-height: 32px;
	position: absolute;
	top: -.15rem;
}
.content ul li:last-of-type {
	padding: 0;
}
*/

img {
	max-width: 100%;
}

.mt-10 {
    margin-top: 4rem! important;
}
.mb-10 {
    margin-bottom: 4rem! important;
}

.collapsing  {
	transition: 0;
}

p {
	line-height: 2;
}
/*
.content p,
.content li {
	font-size: 1.125rem;
}*/

/*
p.disclaimer {
	padding: .5rem .75rem;
	background: #f8f8f8;
	font-size: .95rem;
}*/

ul {
	line-height: 2;
	/*padding-left: 1rem;*/
}
ol {
	line-height: 2;
	/*padding-left: 1.75rem;*/
}
ol.splitit {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

/* table */
.table thead th {
	border-top: 0px;
	border-bottom: 0px;
}

.table thead th,
.table tr td {    
	border-right: 1px solid #dee2e6;
}
.table thead th:last-of-type,
.table tr td:last-of-type {
	border-right: 0;
}
#product .table tr:nth-child(even) {
	background: #f8f8f8;
}
.table tr.heading {
	background: #fff;
	border: 0px;
	font-weight: bold;
}
.table tr.heading td {
	border: 0;
	padding-top: 1.5rem;
}

/* navibar */
.navi-link {
	margin-left: 16px;
}


/* cbtn */
.cbtn {
	border-radius: .5rem;
	line-height: 40px;
	padding: 0 .5rem;
	font-size: .925rem;
	/*font-weight: 300;*/
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cbtn.bigger {
	line-height: 48px;
	font-size: 1rem;
}
.cbtn.rounded {
	border-radius: 24px !important;
	box-shadow: none !important;
}
.cbtn.max {
	max-width: 350px;
}

.cbtn .icon {
	position: relative;
	left: 0;
	margin-left: .5rem;
	transition: left .2s ease;
}
.no-touch .cbtn:hover {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.no-touch .cbtn:hover .icon {
	left: .5rem;
}

/* cbtn -> color */
.cbtn.blue {
	/* background: #3c78f0; */
	background: #3c78f0;
	/* box-shadow: 0 2px 0 0 #00374b; */
	color: #fff;
}
.no-touch .cbtn.blue:hover {
	/* background-color: #004965; */
	background-color: #335ab9;
}
.cbtn.orange {
	/* background: #f55310; */
	background: #ed5a62;
	/* box-shadow: 0 2px 0 0 #c9302c; */
	color: #fff;
}
.no-touch .cbtn.orange:hover {
	/* background: #e14a0a; */
	background: #d6363c;
}

.cbtn.grey {
	background: #f8f8f8;
	/*box-shadow: 0 2px 0 0 #e1e1dd;*/
	color: initial;
}
.no-touch .cbtn.grey:hover {
	background: #ededea;
}

/* INDEX */
#index_left { order: 1; }
#index_center { order: 2; }
#index_right { order: 3; }
.index .list_title {
	font-weight: 700;
	padding: .5rem 0;
	margin: 0;
	border-top: 3px solid #335ab9;
	color: #1b4abe;
}
.index .list_title h2,
.index .list_title h3 a {
	color: initial;
	font-size: 2rem;
}
.index .list_subtitle {
	font-size: .875rem;
	color: #222;
	padding-bottom: .5rem;
}
.index ul.list {
	padding: 0;
}
.index ul.list li {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.index ul.list li a {
	color: initial;
}
.index ul.list .title {
	font-weight: 600;
	/*font-size: .95rem;*/
}
.index ul.list.best_posts .pubdate {
	font-weight: 500;
	color: #335ab9;
	text-transform: uppercase;
	font-size: .75rem;
}
.index .guides h2 {
	color: initial;
	font-size: 2rem;
}
.index .guides .placeholder {
	/*background-size: cover;
	background-position: center;*/

	height: 375px;
	border-radius: .25rem;
	
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .daily_deals .list_title {
	border-top: 3px solid #21ba87;
	color: #027f5e;
}
.index .daily_deals .placeholder {
	height: 100px;
	text-align: center;
	margin-bottom: .75rem;
}
.index .daily_deals .placeholder img {
	max-height: 100%;
	margin: auto;
}
.index .daily_deals ul.list .title {
	font-size: .75rem;
	text-decoration: underline;
}
.index .daily_deals .prices {
	font-size: .75rem;
}
.index .daily_deals .prices .old {
	text-decoration: line-through;
	color: #222;
}
.index .daily_deals .prices .now {
	color: #027f5e;
	font-weight: 500;
}
.index .daily_deals .saving {
	font-size: .75rem;
	color: #027f5e;
}

.index .intro {
	background: #eef4ff;
	padding: .75rem .75rem .75rem;
	margin-bottom: 1.5rem;
	box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 5%);
	border-radius: .25rem;
}
.index .intro h1 {
	font-size: 1rem;
}
.index .intro p {
	font-size: .875rem;
	margin: 0;
}


/* showcomparison */
.showcomparison {
	font-size: .85rem;
	font-weight: 500;
	line-height: 48px;
	border-radius: 24px;
	background: #f8f8f8;
	text-align: center;
}
.showcomparison .plusser {
	display: inline;
	font-weight: 600;
	border: 1px solid;
	border-radius: 50%;
	padding: 0 4px;
	margin-right: 2px;
}


/* hero */
.hero {
	padding: 3rem 0;
	position: relative;
	/*background: #f9f9f8;*/
	background: #eef4ff;
}
.hero.greyed {
	background: #1a3338;
}
body.index .hero {
	/*background: none;*/
}
/*.hero .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top left, rgba(245, 246, 252, 0.55), rgba(0, 0, 0, 0.55));
	backdrop-filter: blur(5px);
}
*/

.hero .intro {
	/*text-shadow: 0 0 10px rgba(0,0,0,.65);*/
	
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	
}
.hero .intro h1 {
	/*font-size: 2.25rem;*/
	color: #3c78f0;
}
.hero .intro h1 span {
	text-transform: uppercase;
	background: #282b30;
	padding: .25rem .5rem;
	border-radius: .25rem;
	margin-bottom: .5rem;
	font-size: 1.5rem;
}
.hero .intro .likeh2 {
	margin: .5rem 0 1rem 0;
	font-weight: inherit;
	font-size: 1.35rem;
 }
.hero .intro p {
	line-height: 1.5;
	margin: 0;
	font-size: 1.15rem;
}
.hero .intro .date {
	/*font-weight: 700;*/
	font-size: 1.15rem;
}
.hero .hero_box {
	/*background: #fff;*/
	background: #f9f9f8;
	color: initial;
	/*box-shadow: 0 0 10px rgba(0,0,0,.45);*/
	/*-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);*/
	border-radius: .25rem;
	padding: 1.75rem 1.5rem;
}
.hero .hero_box h2 {
	font-weight: 400;	
}
.hero .hero_box p {
	line-height: 1.5;
}
.hero .hero_box label {
	font-weight: 500;
}
.hero .hero_box .cbtn {
	line-height: 48px;
}
	

/* best_card */
.best_card {
    border: 1px solid #eaeaea;
    border-radius: .25rem;
    padding: 1rem .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*transition: all .2s ease-in-out;*/
	position: relative;
}
.no-touch .best_card:hover {
	background-color: #00aeef;
}
.best_card:after {
    content: '\203A';
    position: absolute;
    right: .75rem;
    font-size: 2rem;
}
.best_card h3,
.best_card p {
	margin: 0;
}
.best_card h3 {
	font-size: 1.05rem;
	color: inherit;
}
.best_card p {
	font-size: .95rem;
	color: initial;
}
.no-touch .best_card:hover h3,
.no-touch .best_card:hover p,
.no-touch .best_card:hover:after {
	color: #fff
}


/* header */
header {
	/*background: #fff;*/
	/*background: #1a3338;*/
	
	/*box-shadow: 0px 0px 20px rgb(70 140 140 / 10%);*/
}
header .navbar {
	margin: auto;
	padding: 1rem 0;
}

header .navbar .logo {
	padding: 0;
	margin-right: 0;
	/*line-height: 48px;*/
}
header .navbar .logo img {
	height: 36px;
}
header .navbar .logo.invcolors img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
header .logo span {
	font-size: .825rem;
	color: #3c78f0;
	font-style: italic;
	margin-left: .5rem;
	font-weight: 500;
}
header .navbar .nav-item {
	/*padding-left: 40px;*/
	margin: 0 15px;
}
.no-touch header .navbar .nav-item.active {
	position: relative;
}
.no-touch header .navbar .nav-item.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid #335ab9;
}
header .navbar .nav-item .nav-link {
	color: initial;
	text-decoration: none;
	padding: 0;
	/*line-height: 1.5;*/
	line-height: 48px;
	text-align: center;
	
	/*border-bottom: 3px solid #3c78f0;*/
	font-weight: 600;
	font-size: .85rem;
}
/*.no-touch header .navbar .nav-item .nav-link:active,
.no-touch header .navbar .nav-item .nav-link:focus,
.no-touch header .navbar .nav-item .nav-link:hover {
	color: #fff;
}*/
/*header .navbar .nav-item .nav-link span {
	display: block;
	font-weight: 400;
	font-size: .75rem;
	margin: 0;
}*/


/* accordion / faq */
.accordion>.card {
	border-radius: .25rem !important;
	/*box-shadow: 0 0 5px 0 hsla(0,0%,55.7%,.5);*/
	border: 0;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
}
.accordion>.card.first {

}
.accordion>.card .show {

}
.accordion>.card>.card-header {
	background: #fff;
	border: 0;
    padding: 0;
}
.accordion>.card>.card-header h3 {
	margin: 0;
}
.accordion>.card>.card-header button {
	padding: 1rem;
}
.accordion>.card .card-body {
	padding: 0 1rem;
}
.accordion>.card button {
    width: 100%;
    text-align: left;
    color: initial;
    text-decoration: none;
	font-weight: 500;
	padding: 0;
}
.accordion>.card button.collapsed {

}


/* table-of-contents */
#toc {
    background: #f9f9f8;
    border-radius: .25rem;
	min-height: 48px;
}
#toc .heading {
    padding: 0 .75rem;
	height: 48px;
    line-height: 48px;
	font-size: .85rem;
}
.no-touch #toc .heading:hover,
#toc .heading.active {
	cursor: pointer;
}
#toc .table-of-contents ul {
	font-size: .95rem;
	padding-bottom: .5rem;
	padding-left: revert;
}


/* footer */
footer {
	background: #fff;
}
footer .inner {
	padding: 2rem 0;
	background: #333;
	color: #fff;
}
footer img.logo {
	height: 30px;
}
footer a {
	color: #fff;
}
footer span.copyright {
	color: #ccc;
	font-size: .85rem;
}
.no-touch footer a:hover,
.no-touch footer a:active,
.no-touch footer a:focus {
	color: inherit;
	text-decoration: underline;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style: none;
	display: inline-block;
	/*padding: .25rem .5rem 0;*/
	padding: 0 .5rem;
	line-height: 48px;
}
/*
footer ul li a {
	color: inherit;
	text-decoration: underline;
}*/
/*
.no-touch footer ul li a:hover {
	color: #f8f8f8;
}
*/


/* linklbl */
.linklbl {
	background: #f8f8f8;
	line-height: 48px;
	border-radius: 24px;
	padding: 0 24px;
	
	color: initial;
}
.linklbl.current,
.no-touch .linklbl:hover {
	/*background: #00aeef;*/
	background: #3c78f0;
	color: #fff;
}
.linklbl.transparent,
.no-touch .linklbl.transparent:hover {
	background: none !important;
	color: initial;
}
.linklbl img {
	max-height: calc(48px - 10px);
	max-width: 115px;
}


/* MODULE1 */
.module1 {
	background: #f9f9f8;
	padding: 1rem;
}
.module1 h2 {
	margin-bottom: 1rem;
}
.module1 p {
	margin: 0;
}

/* blost -> post.php */
.page.article h1 {
	font-size: 2.25rem;
	margin: 0;
}
.page.article .best_bottom svg {
	height: 12px;
	margin-top: -4px;
}

/* disclaimer */
.disclaimer {
	font-size: .85rem;
	/*background: #f9f9f8;
	border-radius: .25rem;
	padding: .5rem .75rem;
	*/
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: .5rem 0;
}
.disclaimer a.creator {
	text-decoration: underline;
	font-weight: 500;
}
.disclaimer img.verified {
	margin-top: -3px;
}
.disclaimer svg {
	width: 15px;
	height: 15px;
	margin-top: -3px;
}

/* about_creator */
.about_creator {
	background: #f9f9f9;
	border-radius: .25rem;
	padding: 1.5rem;
	font-size: .85rem;
}
.about_creator .creator_name,
.about_creator .creator_name a {
	font-weight: 500;
	color: initial;
}
.about_creator .creator_name a {
	text-decoration: underline;
}
.no-touch .about_creator .creator_name a:hover {
	text-decoration: underline;
}
.about_creator p {
	margin: 0;
}
.about_creator svg {
	height: 16px;
}


/* blog -> post_card */
/*
.post_cards a.post_card {
	text-decoration: none;
}
*/
.post_cards .post_card {
	color: initial;
	font-size: .85rem;
}
.post_cards .post_card .placeholder {
	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height: 185px;
	position: relative;
	border-radius: 5px;
}
.post_cards .post_card.first .placeholder {
	height: 300px;
}
/*
.post_cards .post_card .placeholder .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(35deg,rgba(0,211,189,.6),rgba(247,185,214,.3));
}
*/
.post_cards .post_card .title a {
	font-weight: 700;
	font-size: 1.25rem;
	color: initial;
}
.no-touch .post_cards .post_card .title a:hover {
	text-decoration: underline;
}
.post_cards .post_card .by {
	font-size: .85rem;
	font-weight: 600;
}

/*
.post_cards.simple .post-item {
	border-bottom: 1px solid #ccc;
	padding: .25rem 1rem;
}

.post_cards.simple .post-item .post_card_category {
	
}
.post_cards.simple .post-item .post_card_category .placeholder {
	float: left;
	height: 48px;
	width: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: .5rem;
	background-position: center;
}
.post_cards.simple .post-item .post_card_category .title {
	float: left;
	line-height: 48px;
	font-size: 1rem;
}
*/


/* post_card_li */
ul.readmore {
	list-style: none;
	padding: 0;
}
ul.readmore li {
	margin: .75rem 0;
}
ul.readmore li:first-of-type {
	margin-top: 0;
}
ul.readmore li:before {
	content: '👉';
}
ul.readmore a {
	color: #00e;
}
.no-touch ul.readmore a:hover,
.no-touch ul.readmore a:focus,
.no-touch ul.readmore a:active {
	color: #00e;
	text-decoration: underline;
}


/* afflink */
.afflink {
	position: relative;
	padding-left: 15px;
}
.afflink a {
	color: #ed5a62;
	font-weight: 700;
	border-bottom: 1px solid #ed5a62;
}
.afflink a:before {
	content: '»';
	position: absolute;
	left: 0;
	color: initial;
	font-weight: initial;
}


.page.product .postimg,
.page.article .postimg {	
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 425px;
	border-radius: .25rem;
}
.page.article .postimg img {
	width: 100%;
}
.summary p {
	font-size: 1rem;
	margin: 0;
}

/* post rating */
.page_rating {
	text-align: center;
}
.page_rating .rating_title {
	font-size: 1.35rem;
	font-weight: 700;
}
.page_rating .rating_stars {
	margin: 1.5rem 0;
}
.page_rating .rating_stars .star {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
}
.page_rating .rating_stars .star img {
	width: 100%;
}
.page_rating .rating_stars .star:not(.active) {
	filter: grayscale(1);
}
.page_rating .rating_stars .thanks {
	font-style: italic;
	line-height: 30px;
}
.page_rating .rating_summary {
	font-size: 1.15rem;
}

.page_rating .rating_summary .blink_me {
  animation: blinker 1s linear 2;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* recipe_card (module 13) */
.recipe_card {
	/*border-radius: .25rem;
	background: #f8f8f8;
	padding: 1.75rem 1.5rem;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);*/
}
.recipe_card .summary span {
	padding: 0 .75rem;
}

.recipe_card .ingredients-list {
    padding: 0px;
    list-style: none;
}
.recipe_card .ingredients-list li {
    margin-bottom: 10px;
}
.recipe_card .ingredients-list li.checked {
    color: #aaa;
    text-decoration: line-through;
}

.recipe_card .ingredients-list li .fake-checkbox {
    border: 1px solid #aaa;
    width: 22px;
    height: 22px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recipe_card .ingredients-list li .fake-checkbox span {
    display: none;
}
.recipe_card .ingredients-list li.checked .fake-checkbox span {
    display: block;
    text-decoration: none !important;
}


/* module 4 table */
.table td, .table th {
	font-size: .775rem;
}
.table th {
	text-align: center;
}
.fishability {
	background: #f8f8f8;
}
.fishability.lbl {
	font-size: .85rem;
	float: left;
	padding: .5rem 1rem;
	margin: 0 .5rem 0 0;
	border-radius: .25rem;
	
	color: initial;
}
a .fishability.lbl {
	padding: .9rem 1rem;
}
.no-touch a .fishability.lbl:hover {
	/*background: #3c78f0;*/
	background: #1a3338;
	color: #fff;
}
.fishability.status0 {
	/*background: #f8f8f8;*/
}
.fishability.status1 {
	background: rgba(0,174,239,.15);
}
.fishability.status2 {
	background: rgba(0,174,239,.25);
}
.fishability.status3 {
	background: rgba(0,174,239,1);
}


/* product_card */
.product_card {
	position: relative;
}
.product_card.faded .placeholder {
	opacity: .45;
}
.product_card .title {
	color: initial;
	font-size: .825rem;
	font-weight: 500;
	min-height: 38px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-touch .product_card:hover .title {
	/*color: #3c78f0;*/
	color: #00e;
	text-decoration: underline;
}
.product_cards .product_card .placeholder img {
	max-height: 155px !important;
}
/*
.product_cards .product_card a {
	color: initial;
}
.product_cards .product_card .placeholder img {
	max-height: 155px !important;
}
.product_cards .product_card .title {
	font-size: .825rem;
	font-weight: 500;
	min-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-touch .product_cards .product_card:hover .title {
	color: #00aeef;
	text-decoration: underline;
}
.product_cards .product_card .avg_rating_top,
.product_cards .product_card ul.usps {
	font-size: .85rem;
}
*/

.product_card .placeholder {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 175px;
}
.product_card img {
	max-height: 175px;
}
.product_card .ranking {
	font-weight: 700;
	position: absolute;
}
.product_card .productimages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product_card .productimages ul li {
	float: left;
	width: 70px;
    height: 60px;
	padding-right: 5px;
}
.product_card .productimages ul li img {
	max-height: 100% !important;
}
.product_card .prices {
	font-size: .75rem;
	color: #555;
	line-height: 30px;
}
.product_card .prices span {
	font-size: 1rem;
	font-weight: 700;
	color: initial;
}
.product_card .prices .rrp,
.product_card .prices .before {
	opacity: .85;
}
.product_card .shops {
	font-size: .875rem;
	line-height: 30px;
}

.product_card.discontinued .upper {
	opacity: .5;
}

/*
.product_card.outcard {
	padding: 1.5rem;
	box-shadow: 0 0 5px 0 hsla(0,0%,55.7%,.5);
}
.product_card.outcard:after {
	display: inline-block;
    border: 11px inset rgba(0,0,0,0);
    border-top: 11px solid #fff;
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    left: 23px;
    bottom: -22px;
}
.product_card.outcard .callout_pointer {
	position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    left: 12px;
    bottom: -40px;
}
.product_card.outcard .callout_pointer:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -10px;
    left: 12px;
    box-shadow: -1px -1px 5px -2px rgba(0,0,0,.5);
}
*/


/* searched_card */
.searched_card {
	float: left;
	width: 100%;
	border-radius: .25rem;
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0 1px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0 1px 0 rgb(0 0 0 / 20%);
	padding: 1.75rem 1.5rem 0;
}
.searched_card.saver {
	border: 2px dashed #16c60c;
}
.searched_card .description {
	float: left;
	width: 100%;
	
	height: 115px;
}
.searched_card .description span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.searched_card .image {
	float: left;
	width: 100%;
	height: 225px;
	text-align: center;
}
.searched_card .image img {
	height: 225px;
}
.searched_card .cbtn .save {
	font-weight: 500;
}


/* ul usps lists */
ul.usps {

}
ul.usps li,
ul.usps li:last-of-type {
	list-style: none;
	padding-left: .75rem;
}

ul.usps li:before {
	content: '✔️';
	margin-left: -1.75rem;
	font-size: 1rem;
}

ul.usps.cons li:before {
	content: "❌";
}


/* discontinued */
.discontinued,
.helper {
	border-radius: .25rem;
	padding: 1rem .75rem;
	font-size: .85rem;
}

.discontinued {
	background: #f9f9f8;
	text-align: center;
}
.helper{
	background: #d5f6ea;
}
.product_shop .topping h1 {
	
}
.product_shop .topping .rating_summary {
	float: left;
	width: 100%;
}
.product_shop .topping .rating_summary .rating_stars {
	display: inline-block;
	margin-right: .5rem;
	line-height: 20px;
}
.product_shop .topping .rating_summary .rating_stars svg {
	height: 16px;
}
.product_shop .topping .rating_summary .result {
	display: inline-block;
	font-size: .85rem;
	vertical-align: bottom;
}
.product_shop .topping .anchors {
	float: left;
	width: 100%;
}
.product_shop .topping .anchors ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product_shop .topping .anchors ul li {
	float: left;
}
.product_shop .topping .anchors ul li:after {
	content: '';
	border-left: 1px solid #ddd;
	margin: 0 1rem;
}
.product_shop .topping .anchors ul li:last-of-type:after {
	border-left: 0;
	margin: 0;
}
.product_shop .topping .anchors ul li a {
	color: initial;
	font-size: .95rem;
}
.no-touch .product_shop .topping .anchors ul li a:hover {
	color: #00e;
	text-decoration: underline;
}
.product_shop .topping .anchors ul li svg {
	height: 20px;
	margin-right: .5rem;
	margin: 5px .5rem 0 0;
	float: left;
}
.product_shop .topping .anchors ul li span {
	float: left;
}
.product_shop .psummary {
	font-size: 1rem;
}
.product_shop .psummary .cta {
	line-height: 50px;
}
.product_shop .psummary .cta.saving {
	/*order: 2;
	margin: 0 0 .5rem 0;*/
	order: 3;
}
.product_shop .psummary .cta.linker {
	/*order: 3;*/
	order: 2;
	margin: 0 0 .5rem 0;
}
.product_shop .psummary span.old_price {
	text-decoration: line-through;
	color: #555;
}
.product_shop .psummary span.savelbl {
	background: #fff570;
	padding: .5rem;
	/*margin-right: .25rem;*/
}


/* idea span */
p.tip,
p.nb,
div.nb,
p.info,
p.prize {
	/*background: #f6f0e4;
	padding: .75rem 1rem;
	border-radius: .25rem;
	font-size: .85rem;
	box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 5%);*/
	background: #f9f9f9;
	padding: 1.5rem 1.25rem;
}
p.tip:before,
p.nb:before,
p.info:before,
p.prize:before {
	font-size: .875rem;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
	display: block;
}
p.tip:before {
	/*content: '💡 Tip';*/
	/*content: 'Tip:';*/
	content: 'Tip';
}
p.nb:before {
	/*content: '🛎️ OBS';*/
	/*content: 'OBS:';*/
	content: 'OBS';
}
p.info:before {
	/*content: 'ℹ️ Info';*/
	/*content: 'Info:';*/
	content: 'Info';
}
p.prize:before {
	/*content: '🏆 Vinder';*/
	/*content: 'Vinder:';*/
	content: 'Vinder';
}

/* infobox */
.infobox {
	background: #DDEBEB;
	padding: 1rem 1.25rem;
	border-radius: .25rem;
	box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 5%);
	float: right;
	max-width: 50%;
	margin: 0 0 1.5rem 1.5rem;
	position: relative;
}
.guide .infobox {
	/*margin: 0 -3rem 1.5rem 1.5rem;*/
	margin: 0 0 1.5rem 1.5rem;
}
.infobox .content {
	max-height: 25vh;
	overflow: hidden;
	z-index: 1;
	font-size: .85rem;
}
.infobox .content h2,
.infobox .content h3,
.infobox .content .likeh2,
.infobox .content .likeh3 {
	font-size: .875rem;
	margin: .5rem 0;
}
/*.infobox .content.full p:last-of-type {
	margin: 0;
}*/
.infobox .content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10rem;
	left: 0;
	bottom: 0;
	background: #DDEBEB;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0, #DDEBEB 85%, #DDEBEB);
	z-index: 1;
}
.infobox .content.full {
	max-height: none;
}
.infobox .content.full:before {
	content: none;
}
.infobox span {
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	cursor: pointer;
	z-index: 2;
}
.infobox span:before {
	content: 'SE MERE';
	font-size: .75rem;
	font-weight: 500;
}
.infobox span:after {
	content: '+';
	padding-left: .25rem;
	color: #ed5a62;
	font-weight: bold;
}


/* AVG_RATING_TOP */
.avg_rating_top {
	
}
.avg_rating_top .avg_rating {
	float: left;
	padding: 0 5px;
	border-radius: .15rem;
	margin-right: 5px;
	background: #f8f8f8;
}
.avg_rating_top .avg_rating_lbl {
	float: left;
	font-weight: 600;
	margin-right: 5px;
}
.avg_rating_top .avg_rating_lbl.score_green {
	color: #098040;
}
.avg_rating_top .avg_rating.score_green {
	color: #fff;
	background: #098040;
}

.avg_rating_top .avg_rating_lbl.score_yellow {
	color: #ffb717;
}
.avg_rating_top .avg_rating.score_yellow {
	color: #fff;
	background: #ffb717;
}

.avg_rating_top .avg_rating_lbl.score_red{
	color: #eb1c24;
}
.avg_rating_top .avg_rating.score_red {
	color: #fff;
	background: #eb1c24;
}

.avg_rating_top .avg_rating_lbl.new {
	color: #1a3338;
}
.avg_rating_top .avg_rating.new {
	color: #fff;
	background: #1a3338;
}


/* PRODUCT */
#product logo {
	height: 22px;
}
#product img.logo {
	max-height: 22px;
}
#product .product_shop.top .placeholder {
	/*height: 275px;
	display: flex;
	justify-content: center;
	align-items: center;*/
	height: 275px;
	position: relative;
}
#product .placeholder img {
	/*max-height: 275px;*/
	max-height: 100%;
}

#product .placeholder .moreimages {
	position: absolute;
	bottom: -24px;
	left: 15px;
	font-weight: 500;
}
#product .placeholder .moreimages span {
	font-size: .85rem;
}

#product .buybox {
	border-radius: .25rem;
	background: #f8f8f8;
	padding: 1.5rem 1.5rem;
	text-align: center;
}


/* group_products */
.group_products {
	font-size: .85rem;
}
.group_products .group_product {
	float: left;
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: .25rem;
	padding: .25rem 1rem;
	font-size: .85rem;
	color: initial;
}

.no-touch .group_products .group_product:hover {
	border: 1px solid #888;
}

.group_products .group_product.active {
	border: 2px solid #0070c9 !important;
}
.group_products .group_product .group_img {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: .5rem;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.group_products .group_product .group_img img {
	/*max-height: 40px;*/
	max-height: 60px;
}
.group_products .group_product .gright {
	float: left;
	max-width: calc(100% - 60px - .5rem);
}
.group_products .group_product .gright .gtitle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1rem;
	line-height: 20px;
	margin-top: 10px;
}
.group_products .group_product .gright .gtitle.full {
	line-height: 60px;
}

.group_products .group_product .gright .gtype,
.group_products .group_product .gright .gprices {
	font-size: .75rem;
	line-height: 20px;
}

.group_products.large .group_product {
	width: 200px;
	font-size: 1rem;
}
.group_products.large .group_product .group_img {
	width: 100%;
	height: 175px;
	margin: 0;
}
.group_products.large .group_product .group_img img {
	max-height: initial;
}
.group_products.large .group_product .gright {
    width: 100%;
    max-width: initial;
	text-align: center;
}
.group_products.large .group_product .gright .gtype,
.group_products.large .group_product .gright .gprices {
	font-size: .75rem;
	padding-top: .25rem;
}


/* OFFERS TABLE */
.offers .offertable {
	line-height: 40px;
}
.offers .offertable td {
	border: 0;
	padding: .5rem .25rem;
	font-size: 1rem;
}
.offers .offertable tr {
	border-bottom: 1px dotted #ccc;
}
.offers .offertable tr:last-child {
	border: 0;
}
.offers .offertable thead {
	border-bottom: 1px solid #ccc;
}
.offers .offertable tfoot {
	border-top: 1px solid #ccc;
}
.offers .offertable img.logo {
	max-height: 30px;
	max-width: 115px;
}
.offers .offertable td.todays {
	background: #f8f8f8;
	padding: .25rem;
	font-size: .95rem;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
}


/* related_products */
/*
.product_cards .product_card a {
	color: initial;
}
.product_cards .product_card .placeholder img {
	max-height: 155px !important;
}
.product_cards .product_card .title {
	font-size: .825rem;
	font-weight: 500;
	min-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-touch .product_cards .product_card:hover .title {
	color: #00aeef;
	text-decoration: underline;
}
.product_cards .product_card .avg_rating_top,
.product_cards .product_card ul.usps {
	font-size: .85rem;
}
*/


/* managerbox */
.managerbox {
	background: #f8f8f8;
	border-radius: .25rem;
	padding: .75rem 1rem;
	font-size: .95rem;
}
.managerbox span.position {
	float: right;
	font-style: italic;
}
.managerbox span.area:before {
	content: '·';
}


/* Product -> PRICE */
.prices .price.old {
	text-decoration: line-through;
	font-size: .85rem;
	color: #555;
}
.prices .saving {
	opacity: .85;
	font-size: .95rem;
}
.prices .now {
	font-weight: 500;
}
.offersdivtable .prices .now {
	font-weight: 700;
}
.prices .special_price {
	
}

/* breadcrumbs */
.breadcrumbs {
    /*letter-spacing: .2px;*/
    list-style: none;
    margin: 0;
    padding: 0;
	
	height: 48px;

	list-style-type:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.breadcrumbs>li {
    display: inline;
    font-size: .85rem;
    line-height: 48px;
    margin: 0;
}
.breadcrumbs li:before {
    color: #E3DDD8;
}
.breadcrumbs>li+li:before {
    content: "\203A";
    padding: 0 .25rem;
	color: #555;
}
.breadcrumbs>li a {
    color: #555;
    text-decoration: none;
}
.breadcrumbs>.active a {
    color: initial;
}
.breadcrumbs img,
.breadcrumbs svg {
	max-width: 12px;
	margin-top: -2.5px;
}

/* listing */
#listingli {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 .5rem 0;
}
#listingli li {
	list-style: none;
	float: left;
	width: 100%;
	margin: .75rem 0;
}
.no-touch #listingli li a:hover .tdetails .theading .ttitle {
	text-decoration: underline;
	color: #6085fe !important;
}
#listingli li a {
	/*text-decoration: none:*/
	color: initial;
}
#listingli .timg {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	text-align: center;
}
#listingli .timg img {
	max-height: 48px;
	max-width: 48px;
}
#listingli .tdetails {
	float: left;
	max-width: calc(100% - 48px - 10px);
}
#listingli .theading {
	line-height: 1.5;
}
#listingli li.half {
	position: relative;
	cursor: pointer;
}
#listingli li.half:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	background: -moz-linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
	background: -webkit-linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
	background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}
#listingli li.hidden {
	display: none;
}

#listingli li#show_all2 {
	text-align: center;
	margin: 0 0 .75rem 0;
	cursor: pointer;
}
#listingli li#show_all2 .showall {
	font-size: .85rem;
	font-weight: 500;
	line-height: 48px;
	border-radius: 24px;
	background: #f8f8f8;
}
.no-touch #listingli li#show_all2:hover {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.no-touch #listingli li#show_all2:hover .showall {
	background: #ededea;
}
#listingli li#show_all2 .showall .plusser {
	display: inline;
	font-weight: 600;
	border: 1px solid;
	border-radius: 50%;
	padding: 0 4px;
	margin-right: 2px;
}

#listingli .theading span.nummero {
	color: rgb(40, 43, 48);
	background: rgb(242, 246, 250);
	font-size: .75rem;
	font-weight: 500;
	border-radius: .25rem;
	padding: 2px 10px;
	margin-right: 2px;
}


/* promotion.listing */
.promotion.listing {
	float: left;
	width: 100%;
	border: 2px dashed #3c78f0;
	background: rgba(60,120,240,.1);
	border-radius: .25rem;
	padding: 1rem 1.5rem;
}


/* listingcard, listing card */
.listing_card {
	border-radius: .25rem;
	
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
}
.listing_card .upper {
	position: relative;
	padding: 1.75rem 1.5rem;
}
.listing_card .upper .details {
	background: #f8f8f8;
	border-radius: .25rem;
	padding: .5rem .75rem;
	margin-bottom: 1rem;
}
/*
.listing_card .upper .details a {
	text-decoration: none;
}
*/
.listing_card .upper .details ul {
	padding: 0;
	margin: 0;
}
.listing_card .upper .details ul li {
	list-style: none;
	margin: 0 .5rem 0 0;
	display: inline-block;
}
.listing_card .upper .img_list_content {
	/*display: flex;
	align-items: center;*/
}
.listing_card .upper .image {
	float: left;
	height: 200px;
	width: 200px;
	min-width: 200px;
	/*position: relative;*/
	margin: 0 .75rem .5rem 0;
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing_card .upper .image img {
	max-width: 200px;
	max-height: 200px;
}
/*.listing_card .upper h2 {
	max-width: calc(100% - 90px);
}*/
.listing_card .upper p.fallback:after {
	content: '...';
}
.listing_card .upper ul,
.listing_card .upper ol {
	margin-bottom: 1rem;
}
.listing_card .lower {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	background: #f8f8f8;
}

.listing_card.best {
	border: 1px solid #3c78f0;
}
.listing_card.best .selected {
	position: absolute;
	top: 0;
	right: 0;
	border-color: rgba(255,255,255,0) #3c78f0 rgba(255,255,255,0) rgba(255,255,255,0);
	border-style: solid;
	border-width: 0 100px 90px 0;
	float: right;
	height: 0;
	width: 0;
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.listing_card.best .selected .selected-text {
	color: #fff;
	font-size: .85rem;
	text-transform: uppercase;
	position: relative;
	right: -42.5px;
	top: 5px;
	white-space: nowrap;
	-ms-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg);
}

.listing_card.sidebar {
	text-align: center;
	/*width: 80%;*/
	padding: 1.75rem 1.5rem;
	border: 1px solid transparent;
}
.listing_card.sidebar.cmee.orange {
	border: 1px solid #f55310;
	-webkit-box-shadow: 0 4px 8px 0 rgba(238,90,90,.5), 0 0 1px 0 rgba(238,90,90,.5);
    box-shadow: 0 4px 8px 0 rgba(238,90,90,.5), 0 0 1px 0 rgba(238,90,90,.5);
}
.listing_card.sidebar.cmee.blue {
	border: 1px solid #3c78f0;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,92,126,.5), 0 0 1px 0 rgba(0,92,126,.5);
    box-shadow: 0 4px 8px 0 rgba(0,92,126,.5), 0 0 1px 0 rgba(0,92,126,.5);
}

.listing_card.sidebar .image {
	width: 100%;
}
.listing_card.sidebar .image img {
	height: 150px;
}

.listing_card.block img {
	height: 200px;
}
.listing_card.block ul.readmore,
.listing_card.block ul.readmore li {
	margin: 0;
}
.listing_card.block ul.readmore a {
	color: #00e;
}
.listing_card.block .bestin {
	font-weight: 500;
	font-size: .775rem;
	text-transform: uppercase;
}

/* savingbadge */
.savingbadge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #fff570;
	color: initial;
	font-size: .65rem;
	font-weight: 500;
	padding: .15rem .5rem;
	border-radius: .25rem;
	letter-spacing: .05rem;
}
#product .savingbadge {
	font-size: .775rem;
	padding: .5rem .75rem;
}

/* bestbadge */
/*
.bestbadges {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.bestbadges a {
	display: block;
}
.bestbadges .bestbadge {
	float: left;
	background: #3c78f0;
	border: 2px solid #00374b;
	color: #fff;
	border-radius: .25rem;
	padding: .5rem .5rem;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
	line-height: 1.15;
}
.bestbadges .bestbadge .lbl {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 0 2px 0;
	
	text-align: left;
}
.bestbadges .bestbadge .lbl span.year {
	color: #00374b;
}
.bestbadges .bestbadge .by {
	font-size: .775rem;
	font-weight: 500;
	float: right;
	opacity: .85;
}
*/


/* offersdivtable */
.offersdivtable .offerdiv {
	border: 1px solid #eee;
	border-radius: .25rem;
	line-height: 48px;
	background: #ffff;
}
.offersdivtable .offerdiv a {
	color: inherit;
}
.offersdivtable .offerdiv .buffer {
	padding: .5rem 1rem;
}
.no-touch .offersdivtable .offerdiv:hover {
	transition: .2s all;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
}
.no-touch .offersdivtable .offerdiv.inactive:hover {
	box-shadow: none;
}
.offersdivtable .offerdiv.bestprice {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
}
/*
.offersdivtable .offerdiv a {
	text-decoration: none;
}
*/
/*
.offersdivtable .offerdiv.bestprice:before {
	background: #fff1d6;
	content: 'Bedste pris';
	position: absolute;
	top: 0;
	right: 25px;
	border-radius: 0;
	border-bottom-left-radius: .5rem !important;
	border-bottom-right-radius: .5rem !important;
	border: 1px solid #eee;
	border-top: 0;
	color: #f7a301;
	font-size: .625rem;
	line-height: 16px;
	padding: .15rem .5rem 0;
	text-transform: uppercase;
	font-weight: 500;
}
*/
.no-touch .offersdivtable .offerdiv:hover a {
	/*color: #3c78f0;*/
	color: inherit;
}
.offersdivtable .offerdiv img {
	max-height: 26px;
	/*max-width: 100px;*/
}
.offersdivtable .offerdiv .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: .875rem;
}
.no-touch .offersdivtable .offerdiv:hover .title {
	text-decoration: underline;
}
.no-touch .offersdivtable .offerdiv.inactive:hover .title {
    text-decoration: none;
}
.offersdivtable .offerdiv .prices {
	display: inline-block;
	color: initial;
	width: 100%;
}
.offersdivtable .offerdiv .prices picture {
	float: left;
}
.offersdivtable .offerdiv .icon {
	color: initial;
}
.offerdivtitle {
	font-weight: 700;
	font-size: 1.15rem;
}
/*
.offersdivtable .offerdivtitle {
	border-bottom: 2px solid #6085ff;
	margin-bottom: .75rem;
	padding: .5rem 15px;
}
.offersdivtable .offerdivtitle span {
	font-weight: 500;
}*/

/* module 14 - featured */
.featured {
	background: #f8f8f8;
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: .25rem;
	padding: 1rem 1.5rem 0;
}
a .featured {
	cursor: pointer;
}
.featured.partner {
	padding: 1rem 1.5rem;
}
.featured.partner img {
	max-height: 40px;
	max-width: 150px;
	filter: grayscale(100%);
}
.no-touch a .featured.partner:hover img {
	filter: grayscale(0%);
}
.featured.founder {
	flex-direction: row;
	text-align: left;
}
.featured.founder .profileimg {
	margin: 0 1rem 1rem 0;
}
.featured.founder .profileimg img {
	min-width: 100px;
	border-radius: 50%;
}
.featured p {
	line-height: 1.5;
}


/* loadmore pagination */
.loadmore_stats .lbl {
	font-size: .85rem;
	margin-bottom: .25rem;
}
.loadmore_stats .showing_bar {
	width: 90%;
	max-width: 150px;
	margin: auto;
	
}
.loadmore_stats .showing_bar .progress-bar {
	/*background: #00aeef;*/
	background: #3c78f0;
}
.loadmore_stats .showing_bar .progress {
	height: .5rem;
	border-radius: 0;
}	


/* responsive embed */
.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* howto */
.howto_intro {
	background: #f9f9f8;
	padding: 1.75rem 1.5rem;
}
.howto_intro .parts ul {
	padding: 0;
	position: relative;
}
.howto_intro .parts li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0 0 0 26px;
}
.howto_intro .parts li a {
	font-size: .85rem;
}
.howto_intro .parts li a .partnum {
	position: absolute;
	left: 0;
	background: #3c78f0;
	color: white;
	border-radius: .25rem;
	font-size: .75rem;
	margin: 6px 6px 0 0;
	width: 20px;
	height: 20px;
	text-align: center;
}
.howto_intro .tcard {
	background: #fff;
	border-radius: .25rem;
	padding: .25rem;
	float: left;
	width: 100%;
}
.howto_cards .step {
	float: left;
	width: 100%;
	background: #f9f9f8;	
	
	position: sticky;
	top: 0;
}
.howto_cards .step .inblock {
	background: #3c78f0;
	float: left;
	line-height: 20px;
	padding: .25rem 1.5rem;
	font-size: .85rem;
	text-align: center;
	color: #fff;
}
.howto_cards .step .inblock span {
	font-weight: 500;
	display: block;
	font-size: 1.15rem;
}
.howto_cards .step .steptitle {
	float: left;
	margin: 0 1rem;
}
.howto_cards .step .steptitle h3 {
	font-size: 1.25rem;
	line-height: 48px;
	margin: 0 !important;
}
.howto_cards ul.items {
	padding: 0;
}
.howto_cards li.howto_card {
	list-style: none;
}
.howto_cards .howto_card {
	float: left;
	width: 100%;
	background: #f9f9f8;
}
.howto_cards .howto_card .upper img {
	width: 100%;
}
.howto_cards .howto_card .lower {
	padding: 1.75rem 1.5rem;
}
.howto_cards .howto_card .lower .itemnum {
	float: left;
	font-size: 3rem;
	margin: 0.25rem 1rem 0 .5rem;
	line-height: 1em;
	font-weight: 700;
}
.howto_cards .howto_card .lower .item {
	
}


/* Comparison */
.comparison .timg {
	height: 56px;
	width: 56px;
	margin: auto;
	margin-bottom: 1rem;
}
.comparison .timg img {
	height: 56px;
}
.comparison table.comparison_table tr td {
	border-top: 0;
}
.comparison table.comparison_table thead tr {
	background-color: #fff;
}
.comparison table.comparison_table thead tr td,
.comparison table.comparison_table tfoot tr td {
	border-right: 0;
}
.comparison table.comparison_table tbody tr:nth-child(even) {
	background-color: #fff !important;
}
.comparison table.comparison_table tbody tr:nth-child(odd) {
	background-color: #f9f9f8;
}
.comparison table.comparison_table tbody tr td {
	text-align: right;
	border-right: 1px solid #e7e7e7;
}
.comparison table.comparison_table tbody tr td:first-of-type {
	text-align: initial;
}
.comparison table.comparison_table tbody tr td:last-of-type {
	border-right: 0;
}
.comparison table.comparison_table td {
	white-space: nowrap;
    width: 1%;
}
.comparison table.comparison_table .scrollinfo {
	font-style: italic;
	vertical-align: middle;
}
.comparison table.comparison_table .scrollinfo .scrollimg {
	margin-bottom: .25rem;
	height: 32px;
}
.comparison table.comparison_table .icon {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: .5rem;
}
.comparison table.comparison_table span.diff {
	font-size: .675rem;
	font-weight: 500;
}
.comparison table.comparison_table span.diff.positive {
	color: green;
}
.comparison table.comparison_table span.diff.negative {
	color: red;
}

.comparison .table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #e7e7e7;
}


/* pfacts */
.pfacts {
	background-color: #f9f9f8;
}
.pfacts .score_box {
	width: 100%;
}
.pfacts .score_box .score {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 2.25rem;
	height: 100px;
	width: 100px;
	border-radius: .25rem;
	
	float: right;
}
.pfacts .score_box .score_green .score {
	background-color: #098040;
}
.pfacts .score_box .score_yellow .score {
	background-color: #ffb717;
}
.pfacts .score_box .score_red .score {
	background-color: #eb1c24;
}
.pfacts .score_box .score_about {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pfacts .score_box .score_heading {
	font-weight: 500;
	font-size: 1.25rem;
}
.pfacts .score_box .score_green .score_heading {
	color: #098040;
}
.pfacts .score_box .score_yellow .score_heading {
	color: #ffb717;
}
.pfacts .score_box .score_red .score_heading {
	color: #eb1c24;
}
.table_simple {
	width: 100%;
	font-size: .875rem;
}
.table_simple .icon {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: .5rem;
}
.table_simple .icon svg {
	vertical-align: top;
	max-height: 100%;
	max-width: 100%;
}
.table_simple span {
	color: #555;
}
.table_simple td {
	padding: .25rem 1.5rem .25rem 0;
	line-height: 24px;
	vertical-align: top;
}


/* post category cards */
.app .page .post_categories {
	/*box-shadow: 0 4px 18px rgba(26, 51, 56,.2);
	padding: 1rem 0;*/
}
.app .page .post_categories ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.app .page .post_categories ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 0;
	height: 75px;
	padding: .5rem 2rem;
}
/*
.app .page .post_categories ul li .icon,
.app .page .post_categories ul li .icon img {
	height: 40px;
}
*/
.app .page .post_categories ul li .icon,
.app .page .post_categories ul li .icon svg {
	height: 40px;
}
.app .page .post_categories ul li .title {
	color: initial;
	font-size: .85rem;
	padding-top: .25rem;
}
.no-touch .app .page .post_categories ul li:hover .title {
	text-decoration: underline;
}

/* post_category */
.post_category .heading h1 {
	border-top: 3 px solid #222;
}
.post_category .heading .summary {
	font-size: 1.25rem;
}

/* slick-slide */
.slickers .slick-header a {
	font-size: .825rem;
	font-weight: 500;
	margin-left: .75rem;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.no-touch .slickers .slick-header a .icon {
	position: relative;
	left: 0;
	transition: left .2s ease;
}
.no-touch .slickers .slick-header a:hover .icon {
	left: .25rem;
}

.slick-dotted.slick-slider {
	margin: 0;
	outline: none !important;
}
.slicker {
	height: 250px;
	overflow: hidden;
}
.slicker .slick-offer {
	position: relative;
}
.slicker .slick-offer a {
	color: inherit;
	outline: none !important;
}
.slicker .slick-offer a:focus,
.slicker .slick-offer a:hover,
.slicker .slick-offer a:active {
	border: none !important;
}
.slicker .slick-offer .placeholder {
	height: 172px;
	background: #f9f9f8;
	padding: 1rem;
}
.slicker .slick-offer .placeholder img {
	max-height: 100%;
	margin: auto;
	mix-blend-mode: darken;
}
.slicker .slick-offer .title {
	font-size: .825rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: .5rem .25rem;
	height: 36px;
}
.no-touch .slicker .slick-offer:hover .title {
	/*color: #3c78f0;*/
	color: #00e;
	text-decoration: underline;
}
.slicker .slick-offer .pricing span.from {
	font-size: .75rem;
	color: #555;
}
.slicker .slick-offer .pricing span.now {
	font-weight: 700;
}
.slicker .slick-offer .pricing span.old {
	text-decoration: line-through;
	font-size: .85rem;
	color: #555;
}

.slicker > .slick-offer:not(:first-child) {
	display: none;
}
.slicker > .slick-slide:first-child {
	
}


/* blogusp */
.blogusp {
	background: #f9f9f8;
}
.blogusp h3 {
	font-size: 1.05rem;
	font-weight: 600;
}
.blogusp h3 span {
	color: #3c78f0;
}
.blogusp p {
	line-height: 1.5;
	font-size: .85rem;
	margin: 0;
}

/* product_review */
/*
.product_review .thebox {
	padding: 1.5rem;
	margin: 1.5rem 0;
	border-radius: .25rem;
}
.product_review .thebox svg {
	width: 24px;
	float: left;
	margin: 4px 8px 0 0;
}
.product_review .thebox ul {
	padding-left: 24px;
}
.product_review .thebox.pros {
	background: #f3f9f5;
}
.product_review .thebox.pros ul li:before {
	color: #098040;
}
.product_review .thebox.cons {
	background: #fdf2f2;
}
.product_review .thebox.cons ul li:before {
	color: #eb1c24;
}
*/
.product_review .postimg {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 425px;
	border-radius: .25rem;
}
.product_review h2 svg,
.product_review h3 svg {
	float: left;
	width: 24px;
	margin: 4px 8px 0 0;
}