@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.woff2) format('woff2'), /* Modern Browsers */
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype'); /* Fallback for older browsers */
  font-display: swap; /* This will ensure text remains visible during font loading */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.woff2) format('woff2'), /* Modern Browsers */
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype'); /* Fallback for older browsers */
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.woff2) format('woff2'), /* Modern Browsers */
       url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype'); /* Fallback for older browsers */
  font-display: swap;
}

body {
  color: #292929;
  font-weight: 300;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  margin: 0;
  
  -webkit-text-size-adjust: 100%; /* Webkit browsers */
  -ms-text-size-adjust: 100%; /* IE */
  text-size-adjust: 100%; /* All other browsers */
}

body.menu-open,
body.noscroll,
body.modal-open {
	position: fixed;
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	overflow: auto;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
	font-weight: inherit;
}
textarea {
	resize: vertical;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.container,
.page.narrow .container.default {
	max-width: 1565px;
}

/*
.page.narrow {
	max-width: 1040px;
	padding: 0 10px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
*/

.shadowed {
	border: 1px solid #eee;
	box-shadow: 5px 5px 0 rgba(0,0,0,.03);
}
.shadowed.whitened {
	box-shadow: 5px 5px 0 rgba(255,255,255,.2);
	border: 0;
}

.page {
	padding: .5rem 0 1rem;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.page.narrow {
	max-width: 1020px;
}
.page.wide {
	max-width: 1200px;
}
.page.wider {
	max-width: 1565px;
}
.page.gap3 {
	gap: 3rem;
}

.hide {
	display: none;
}
.visible {
	display: block !important;
}

button {
	border: 0;
}

b, strong {
	font-weight: 500;
}

a {
	/*color: var(--theme-link-color);*/
	/*color: #0d57cf;*/
	/*color: #0c51c1;*/
	/*color: #1a0dab;*/
	color: #0c51c1;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.no-touch a:hover,
.no-touch a:active,
.no-touch a:focus{
	/*color: #00e;*/
	color: var(--theme-link-hover-color);
}

a.cornerstone {
	/*color: #00e;*/
	text-decoration: underline;
}
.no-touch a.cornerstone:hover,
.no-touch a.cornerstone:focus,
.no-touch a.cornerstone:active {
	color: #00e;
}

a.cornerstone.external {
	color: #a52a2e;
	text-decoration: underline;
}
.no-touch a.cornerstone.external:hover,
.no-touch a.cornerstone.external:focus,
.no-touch a.cornerstone.external:active {
	color: #a52a2e;
	text-decoration: none;
}
a.cornerstone.external span {
	margin-left: .25rem;
}
a.cornerstone.external span svg {
	display: inline-block;
	/*stroke: #a52a2e;
	fill: #a52a2e;*/
	stroke: #292929;
	fill: #292929;
	height: 15px;
	width: 15px;
}
/*
a.cornerstone.external:after,
a.external:after {
	content: ' ';
    display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23d6363c" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    margin-left: .25rem;
}*/

a.anchor {
	display: block;
    position: relative;
    top: -175px;
    visibility: hidden;
}
/*
.h1, .h2, .h3,
h1, h2, h3 {
	line-height: 1.5;
}
*/

h1, h2, h3, h4, h5, h6 { margin: 0 0 .5rem; color: var(--theme-heading-color);}

.h1, h1, .likeh1 { font-size: 2.5rem; font-weight: 700;}
.h2, h2, .likeh2 { font-size: 1.65rem; font-weight: 700;}
.h3, h3, .likeh3 { font-size: 1.35rem; font-weight: 500;}
.h4, h4, .h5, h5, .h6, h6 { font-size: 1.15rem; font-weight: 500;}

h1 span {
	color: #335ab9;
}

.content.narrow {
	max-width: 765px;
}
.content.center {
	margin: auto;
}

.content quote {
	font-size: 1.5rem;
	display: block;
	margin: 3rem 6rem;
	font-style: italic;
	color: #555;
	position: relative;
}
.content quote:before {
	content: '"';
	font-size: 3rem;
	line-height: initial;
	position: absolute;
	left: -25px;
	top: -25px;
	font-weight: bold;
}

blockquote {
	background: rgba(40, 63, 75, 0.05);
	border-radius: 5px;
	margin: 0;
	max-width: 80%;
	margin: 0 auto;
	padding: 2rem;
	font-style: italic;
	font-size: 1.25rem;
	font-weight: 300;
}
blockquote::before {
    content: '\201C';
}
blockquote::after {
    content: '\201D';
}

img, video {
	max-width: 100%;
	height: auto;
}

.mt-10 {
    margin-top: 4rem! important;
}
.mb-10 {
    margin-bottom: 4rem! important;
}

.collapsing  {
	transition: 0;
}

p {
	line-height: 1.75;
	margin-top: 0;
}

ul {
	line-height: 1.75;
}
ul.split3 {
	column-count: 3;
	column-gap: .5rem;
}

ol {
	line-height: 2;
}
ol.splitit {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.content ol li::marker {
	font-weight: 600;
	font-size: .85rem;
}
.content .inmedia {
	width: 100%;
	margin: 1rem 0;
}
/*.content .inmedia figure {
	margin: auto;
	max-width: 650px;
}*/
.content .inmedia img {
	max-height: 425px;
	width: 100%;
	object-fit: cover;
	
	/*border-radius: .25rem;*/
}
.content .inmedia.contain img {
	object-fit: contain;
}
.content .inmedia figure {
	height: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

#listing_card_best_sidebar.sticky {
	top: 75px;
}

/* table */
table tr.whitetr {
	background: #fff !important;
	border-top: 1px solid #e7e7e7;
}
table tr.whitetr td {
	border-right: 0;
	vertical-align: baseline;
}
.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;
}

caption {
	caption-side: top;
	text-align: center;
	color: initial;
	background: #f8f8f8;
	line-height: 1.5;
}

/* table */
.table.candystripes {
	width: initial;
	margin: 1rem auto 1.5rem;
	min-width: 75%;
}
.table.candystripes.fullwidth {
	width: 100%;
}
.table.candystripes th,
.table.candystripes td {
	border-right: 0px;
	text-align: left;
}

.table.candystripes.center {
	text-align: center;
}

/* navibar */
.navi-link {
	margin-left: 16px;
}


/* cbtn */
.cbtn {
	line-height: 48px;
	border-radius: .25rem;
	padding: 0 1rem;
	font-size: .925rem;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	
	transition: all .2s ease;
}
.cbtn.bigger {
	line-height: 48px;
}
.cbtn.rounded {
	border-radius: 24px !important;
}
.cbtn.max {
	max-width: 350px;
}
.cbtn.angle {
	padding: 0 1.5rem 0 .75rem;
}
.cbtn.angle:after {
	content: '\276F';
	position: absolute;
	top: 0;
	right: 0.75rem;
}

.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.disabled {
	pointer-events: none;
}

/* cbtn -> color */
.cbtn.blue {
	background: rgba(6,73,163,.1);
	color: rgba(6,73,163,1);
}
.no-touch .cbtn.blue:hover {
	background: rgba(6,73,163,1);
	color: #fff;
}

.cbtn.red {
	background: rgba(237,90,122,.1);
	color: rgb(128 49 66);
}
.no-touch .cbtn.red:hover {
	background: rgba(237,90,122,1);
	color: #fff;
}

.cbtn.orange {
	/*background: #ed5a62;*/
	background: #c74c52;
	color: #fff;
}
/*.no-touch .cbtn.orange:hover {
	opacity: .8;
}*/
.cbtn.green {
	background: #21ba87;
	color: #fff;
}

.cbtn.grey {
	background: #f2f5f5;
	color: initial;
}
.no-touch .cbtn.grey:hover {
	background: #ededea;
}

.cbtn.beige {
	background: #f8f5ec;
	color: initial;
}
.no-touch .cbtn.beige:hover {
	background: #decfa4;
}

.cbtn svg {
	margin-right: .25rem;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* INDEX */
#index_left { order: 1; }
#index_center { order: 2; }
#index_right { order: 3; }
.index .list_title {
	font-weight: 400;
	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: 1.5rem;
}
.index .list_subtitle {
	font-size: .875rem;
	color: #222;
	padding-bottom: 1rem;
}
.index ul.list {
	padding: 0;
}
.index ul.list li {
	float: left;
	width: 100%;
	
	list-style: none;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.index ul.list li a {
	color: initial;
}
/*.index ul.list .title {
	font-weight: 400;
}*/
.index ul.list.best_posts .title {
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.index ul.list.best_posts.recommendatons .title {
	-webkit-line-clamp: 1;
}
.index ul.list.best_posts .pubdate {
	font-weight: 400;
	color: #335ab9;
	font-size: .85rem;
	line-height: 25px;
}
.index ul.list.best_posts .placeholder {
	float: left;
	height: 50px;
	width: 75px;
	margin-right: .5rem;
	position: relative;
}
.index ul.list.best_posts .placeholder img {
	border-radius: .25rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index ul.list.best_posts .placeholder .play {
	position: absolute;
	top: 10px;
	left: 22.5px;
	background: #fff;
	border-radius: 50%;
	opacity: .8;
}
.index.no-touch ul.list.best_posts li:hover .placeholder .play {
    opacity: 1;
}

.index .guides h2 {
	color: initial;
	font-size: 1.75rem;
	margin: 0 0 1rem;
}
.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 .title a {
	
}
.index .daily_deals .title span {
	display: block;
	font-weight: 400;
	text-transform: capitalize;
}
.index .daily_deals ul.list .title {
	font-size: .75rem;
	
}
.index .daily_deals .prices {
	font-size: .75rem;
}
.index .daily_deals .prices .old {
	text-decoration: line-through;
	color: #555;
}
.index .daily_deals .prices .now {
	/*color: #027f5e;*/
	font-weight: 500;
	font-size: .875rem;
}
.index .daily_deals .saving {
	font-size: .75rem;
	color: #027f5e;
}

/*
.index .intro {
	background: #eef4ff;
	padding: .75rem .75rem .75rem;
	margin-bottom: 1rem;
	box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 5%);
	border-radius: .25rem;
}
.index .intro h1 {
	font-size: 1rem;
	font-weight: 500;
}
.index .intro p {
	font-size: .875rem;
	margin: 0;
}
*/

/* flex_content */
.flex_content {
	position: relative;
	overflow: hidden;
	transition: height .3s ease;
}
/*.flex_content.folded {
	max-height: 175px;
}*/
.flex_content .morecontent {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	height: 25px;
	line-height: 25px;
	font-size: inherit;
}
.flex_content .morecontent.monly {
	display: none;
}
.flex_content.folded .morecontent:before {
	content: '';
	position: absolute;
	left: -250px;
	width: 250px;
	height: 50px;
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
}
.flex_content .morecontent.center {
	left: 0;
	width: 100%;
	text-align: center;
}
.flex_content .morecontent.center:before {
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
    left: 0;
    width: 100%;
    top: -50px;
}

/* 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: #eef4ff;
}
.hero.greyed {
	background: #1a3338;
}
.hero .intro h1 {
	color: #335ab9;
}
.hero .intro .likeh2 {
	margin: .5rem 0 1rem 0;
	font-weight: inherit;
 }
.hero .intro p {
	line-height: 1.5;
	margin: 0;
	font-size: 1.15rem;
}
.hero .intro .date {
	font-size: 1.15rem;
}
.hero .hero_box {
	background: #f9f9f8;
	color: initial;
	border-radius: .25rem;
	padding: 1.75rem 1.5rem;
}
.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;
	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
}

/* teaser_top */
.teaser_top {
	width: 100%;
	background: #222;
	color: #fff;
	
	line-height: 36px;
	text-align: center;

	font-size: .875rem;
	font-weight: 500;
	
	box-shadow: 0 0 5px #222;
}
.teaser_top.darkdeal {
	background: repeating-linear-gradient(
		45deg,
		#222,
		#222 20px,
		#000 20px,
		#000 40px
	);
}
.teaser_top.greendeal {
	background: repeating-linear-gradient(
		45deg,
		#005c4b,
		#005c4b 20px,
		#004236 20px,
		#004236 40px
	);
}
.teaser_top a {
	color: #fff;
}
.teaser_top strong {
	font-weight: 600;
	text-transform: uppercase;
}
.teaser_top.greendeal strong {
	font-family: 'Cookie', cursive;
	font-weight: 500;
	text-transform: none;
	font-size: 1.5rem;
}
.teaser_top svg {
	height: 30px;
	padding-right: 0.25rem;
}

/* teaser_bottom */
.teaser_bottom {
	background: #eef4ff;
	padding: 3rem 0;
}
.teaser_bottom .heading {
	font-size: 1.25rem;
	font-weight: 600;
	display: block;
}
.teaser_bottom .about {
	font-size: .85rem;
	padding: 1rem 0;
}
.teaser_bottom .signupbox {
	height: 40px;
}

/* header (page) */
header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding: .75rem calc(50% - 37.5rem) 0;
	border-bottom: 1px solid #d3d3d3;
	box-shadow: 0 4px 3px -3px rgba(0,0,0,.08);
	position: relative;
	background: #fff;
	z-index: 98;
	gap: .5rem;
	transition: all .1s ease;
}
header .hamburger {
	display: none;
	cursor: pointer;
	background-color: #fff;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2015%2012%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000000%22%20stroke%3D%22transparent%22%20stroke%2Dwidth%3D%220%22%20d%3D%22M0%2010h15v2H0zM0%205h15v2H0zM0%200h15v2H0z%22%2F%3E%3C%2Fsvg%3E);
	height: 20px;
	width: 20px;
	vertical-align: middle;
	content: "";
	background-size: 100% 100%;
	line-height: 1;
}
header .hamburger.active {
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2015%2015%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000000%22%20stroke%3D%22%23000000%22%20stroke%2Dwidth%3D%222%22%20d%3D%22M1%201l13%2013M14%201L1%2014%22%2F%3E%3C%2Fsvg%3E);
	height: 20px;
	width: 20px;
}

header .mobile-nav-placeholder {
	display: none;
}
header.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	justify-content: flex-start;
	padding: 0 calc(50% - 37.5rem);
	height: 60px;
}
header .logo {
	height: 50px;
	display: flex;
	align-items: center;
}
header .logo a {
	height: 50px;
}
header .logo a img {
	height: 50px;
	width: auto;
}
header.scrolled .logo {
	flex: 0 0 auto;
	height: 32px;
	border-right: 1px solid #d3d3d3;
	padding-right: .75rem;
}
header.scrolled .logo a {
	height: 32px;
}
header.scrolled .logo a img {
	height: 32px;
}
header .nav {
	display: flex;
	position: relative;
	flex: 1 0 100%;
	justify-content: center;
}
header.scrolled .nav {
	flex: 1;
	overflow-x: auto;
	white-space: nowrap;
}
header .nav nav {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
header.scrolled .nav nav {
	justify-content: flex-start;
	overflow-x: auto;
}
nav::-webkit-scrollbar {
    display: none;
}
header .nav nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
header .nav nav ul.nav-list {
	display: flex;
}
header .nav nav ul.nav-list li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -.75rem;
    width: 200px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
header .nav nav li {
	position: relative;
	margin: 0 0.75rem;
}
header .nav nav li a {
    line-height: 48px;
    font-size: .85rem;
	font-weight: 400;
    color: initial;
    text-decoration: none;
    display: block;
	border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
header .nav .search {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 0 0 .75rem;
}
header.scrolled .nav .search {
	position: unset;
	flex: 0 0 auto;
}
header .nav .search .search-icon {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000000%22%20stroke%3D%22transparent%22%20stroke%2Dwidth%3D%220%22%20d%3D%22M13%2E5%2013%2E5c%2D2%2E6%202%2E6%2D6%2E7%202%2E6%2D9%2E3%200%2D2%2E6%2D2%2E6%2D2%2E6%2D6%2E7%200%2D9%2E3%202%2E6%2D2%2E6%206%2E7%2D2%2E6%209%2E3%200%202%2E5%202%2E6%202%2E5%206%2E7%200%209%2E3M2%2E6%2015%2E1c3%203%207%2E7%203%2E4%2011%2E2%201%2E1l7%2E7%207%2E7%202%2E4%2D2%2E4%2D7%2E7%2D7%2E7c2%2E3%2D3%2E4%201%2E9%2D8%2E1%2D1%2E1%2D11%2E2C11%2E7%2D%2E8%206%2D%2E8%202%2E6%202%2E6c%2D3%2E5%203%2E4%2D3%2E5%209%200%2012%2E5%22%2F%3E%3C%2Fsvg%3E");
}
.no-touch header .nav nav > ul.nav-list > li:hover > a,
.no-touch header .nav nav > ul.nav-list > li:focus > a {
    border-bottom: 2px solid var(--theme-color);
	color: initial;
}
.no-touch header .nav nav ul.nav-list li ul li {
    border: 0;
}

.no-touch header .nav nav ul.nav-list  li ul li a {
    border-bottom: none;
}

.no-touch header .nav nav ul.nav-list li ul li:hover > a {
    color: var(--theme-color);
}
.no-touch header .nav nav li:hover ul {
    display: block;
}

/*
header .menu {
	width: 100%;
}
header .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
	display: flex;
	align-items: center;
    justify-content: center;
}
header.scrolled .menu ul {
	padding-left: 1rem;
	justify-content: flex-start;
}
header .menu ul.menu_subcategories {
	border-bottom: 1px solid rgba(40,40,40,0.15);
}
header .menu ul li a {
	display: block;
	color: initial;
	padding: 0 .75rem;
	font-size: .85rem;
	font-weight: 400;
	text-decoration: none;
	line-height: 48px;
}
header.scrolled .menu ul li a {
	line-height: 36px;
}	
header.scrolled .menu ul li:first-child {
    padding-left: calc(1 rem - .75rem);
    border-left: 1px solid #d3d3d3;
}
header .menu ul li.searchbar_desktop_trigger {
	margin-left: 1rem;
}
header .menu ul.menu_subcategories li.subcategory_link.active a {
	font-weight: 400;
}
.no-touch header .menu ul li a:hover,
.no-touch header .menu ul li a:active,
.no-touch header .menu ul li a:focus {
	color: inherit;
	opacity: .75;
}

.no-touch header .menu ul li.event a:hover,
.no-touch header .menu ul li.event a:active,
.no-touch header .menu ul li.event a:focus {
	opacity: 1;
	color: #fff;
}
header .menu ul.menu_categories li.menu_category.active a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.0625rem;
	height: 0.125rem;
	background-color: #333;
	width: 99%;
	border-left: 0.375rem solid #fff;
	border-right: 0.375rem solid #fff;
}

header .menu ul li.event a {
	animation: flicker 1.5s infinite alternate;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

header .menu ul li.event a.category_link.jansale,
.no-touch header .menu ul li.event a.category_link.jansale:hover,
.no-touch header .menu ul li.event a.category_link.jansale:active,
.no-touch header .menu ul li.event a.category_link.jansale:focus {
	background: #fff570;
	color: inherit;
	animation: none;
}
*/

/* slogan */
.slogan {
	font-size: .825rem;
	color: #335ab9;
	font-style: italic;
	margin-left: .5rem;
	font-weight: 500;
}

/* TOC - table of contents */
#toc {
	background: #f2f5f5;
	height: 48px;
	z-index: 1;
	margin-bottom: 1rem;
}
#toc ul {
	list-style-type: none
}
#toc ul.toplvl {
	padding: 1rem 1.5rem;
	margin: 0;
}
#toc li:before {
	content: '-';
	padding-right: .5rem;
}
#toc .heading {
    line-height: 48px;
	padding: 0 15px;
}
#toc .heading span {
	float: right;
}
.no-touch #toc:hover,
#toc.active {
	cursor: pointer;
	height: inherit;
}
#toc.active .heading {
	background: #ededea;
}


/* footer */
/*
footer {
	background: #333;
	color: #fff;
    padding: 1.25rem calc(50% - 37.5rem);
    display: flex;
	flex-direction: column;
    gap: 2rem;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
	color: #fff;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: block;
	line-height: 48px;
}
footer .company {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 1rem;
}
footer .company img.logo  {
	height: 50px;
	width: auto;
}
footer .company .details {
	padding-top: .5rem;
	color: #fff;
	font-size: .85rem;
}
footer .content {
	display: flex;
	justify-content: space-between;
}
footer .content .pages {
	flex: 1;
}
footer .content .ext_links {
	flex: 1;
	text-align: center;
}
footer .content .ext_links ul li {
	margin-bottom: 0.5rem;
	height: 48px;
	display: inline-block;
}
footer .content .ext_links ul li svg {
	display: block;
	margin: auto;
	max-height: 44px;
	max-width: 44px;
	
	background: #fff;
	padding: .15rem;
	border-radius: 50%;
	
	width: 100%;
	height: 100%;
}
.no-touch footer .content .ext_links ul li:hover svg {
	opacity: .85;
}
footer .content .legals {
	flex: 1;
	text-align: right;
}
footer .copyright {
	color: #ccc;
	font-size: .85rem;
	text-align: center;
}
.no-touch footer a:hover,
.no-touch footer a:active,
.no-touch footer a:focus {
	color: inherit;
	text-decoration: underline;
}
*/
footer {
	
}
footer .heading {
	font-weight: 500;
	font-size: 1.25rem;
	color: #d3d3d3;
	margin-bottom: .5rem;
}
footer ul li {
	line-height: unset;
}
footer ul li a {
	color: #fff;
}
footer .top {
	padding: 0 calc(50% - 37.5rem) 0;
	background: #00040b;
	color: #fff;
	display: grid;
	grid-template-columns: 45% 20% 35%;
	grid-template-areas:
		"logo logo logo"
		"newsletter legals contacts"
		"nav legals contacts"
		"socials copyright copyright"
	;
}
footer .top a {
	color: #fff;
}
footer .top  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.no-touch footer .top a:hover {
	color: inherit;
	text-decoration: underline;
}
footer .top .logo {
	grid-area: logo;
	padding: 1rem .75rem .75rem;
	border-bottom: dotted 1px #646464;
}
footer .top .logo img {
	height: 30px;
	width: auto;
}

footer .top nav {
	grid-area: nav;
	padding: 1.5rem 0;
	font-weight: 400;
	column-count: 2;
	column-gap: 1rem;
}
footer .top .subscribe {
	grid-area: newsletter;
	padding: 1.5rem 1.5rem 0 0;
}
footer .top .subscribe.newsletter span {
	color: #d3d3d3;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75;
}

/* subscribe */
.subscribe input,
.subscribe button {
	border: 0;
	outline-width: 0;
    padding: .5rem .75rem;
    flex: 1;
}
.subscribe.price_alert input {
	
}
.subscribe form {
    display: flex;
    flex-wrap: wrap;
}
.subscribe form .email_field {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border: 1px solid rgba(6,73,163,.1);
	border-right: 0;
	font-size: .85rem;
}
.subscribe form button {
	flex: unset;
	cursor: pointer;
	/*background: rgba(6,73,163,1);*/
	background: #335ab9;
	color: #fff;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	font-weight: inherit;
	font-size: .85rem;
}
.subscribe form button.rounded {
	border-radius: .25rem;
}
.no-touch .subscribe form button:hover {
	/*background: rgba(6,73,163,.8);*/
	background: #476ac0;
}
.subscribe.price_alert form button {
	background: rgba(6,73,163,.1);
    color: rgba(6,73,163,1);
	border: 1px solid rgba(6,73,163,.1);
}
.subscribe.price_alert form button svg.bell {
	height: 16px;
	width: 16px;
	fill: rgba(6,73,163,1);
}
.no-touch .subscribe.price_alert form button:hover {
    background: rgba(6,73,163,1);
    color: #fff;
}
.no-touch .subscribe.price_alert form button:hover svg.bell {
	fill: #fff;
}
.subscribe.price_alert {
	background: rgba(40,63,75,.05);
	padding: .75rem 1rem;
	border-radius: .25rem;
}
.subscribe.price_alert .title {
	padding: 0 0 .5rem .25rem;
	font-weight: 500;
}
.subscribe form span {
	font-size: .75rem;
}
.subscribe .success {
	display: flex;
	align-items: center;
}
.subscribe .success svg {
	height: 24px;
	width: 24px;
	min-width: 24px;
	stroke: #54b258;
	margin-right: .5rem;
}
.subscribe label.email_consent {
	display: flex;
	align-items: flex-start;
	column-gap: .5rem;
	cursor: pointer;
	flex: 100%;
	font-size: .75rem;
	padding: .75rem 0 0 .25rem;
}
.subscribe label.email_consent a {
	color: inherit;
	text-decoration: underline;
}
.no-touch .subscribe label.email_consent a:hover {
	text-decoration: none;
}
.subscribe label.email_consent input {
	flex: auto;
}
.subscribe label.email_consent .lbl {
	flex: 1 100%;
	line-height: 1.25;
}
/* subscribe */

footer .top .legals {
	grid-area: legals;
	padding: 1.5em 0;
}
footer .top .contacts {
	grid-area: contacts;
	padding: 1.5em 0;
	color: #d3d3d3;
	text-align: right;
}
footer .top .socials {
	grid-area: socials;
	padding: 1.5rem 0;
	border-top: dotted 1px #646464;
}
/* socials */
.socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.socials ul li {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: rgba(255,255,255,.28);
	transition: background .15s ease-in-out;
	text-align: center;
	line-height: 40px;
	margin: 0 .25rem;
}
.bio_creator .bio_heading .bio_details .socials ul li {
	background: var(--theme-heading-color);
}
.socials ul li a {
	display: block;
}
.no-touch .socials ul li.social0:hover {
	background: #ca342b;
}
.no-touch .socials ul li.social1:hover {
	background: #4267b2;
}
.no-touch .socials ul li.social2:hover {
	background: #c13584;
}
.no-touch .socials ul li.social3:hover {
	background: #0077b5;
}
.no-touch .socials ul li.social4:hover {
	background: #e12828;
}
.no-touch .socials ul li.social5:hover {
	background: #fe2c55;
}
.socials ul li svg {
	height: 20px;
}
/* socials */
footer .top .copyright {
	grid-area: copyright;
	padding: 1.5rem 0;
	border-top: dotted 1px #646464;
	color: #d3d3d3;
	display: flex;
	align-items: flex-end;
}
footer .bottom {
	padding: 1.5rem calc(50% - 37.5rem);
	font-size: .85rem;
	font-weight: 400;
	display: flex;
	align-items: center;
}
footer .bottom a {
	text-decoration: underline;
}
footer .bottom img {
	height: 25px;
	width: auto;
	margin-right: .5rem;
}

/* linklbl */
.linklbl {
	background: #f8f8f8;
	line-height: 48px;
	border-radius: 24px;
	padding: 0 24px;
	
	color: initial;
}
.linklbl.current,
.no-touch .linklbl:hover {
	background: #335ab9;
	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;
}

/* blog -> post.php */
/*.page.product_review h1,
.page.article h1,
.page.article span.h1updated,
.page.recipes h1,
.page.category h1 {
	font-size: 2.5rem;
	margin: 0;
	font-weight: 700;
}*/
.page.article .best_bottom svg {
	height: 12px;
	margin-top: -4px;
}

.page.article h1,
.page.article span.likeh1 {
	display: inline;
}
.updatedbadge {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 110px;
	width: 110px;
	padding: 35px 0;
	/*background: #1b4abe;*/
	background: #335ab9;
	border-radius: 50%;
	color: #fff;
	text-align: center; 
	font-size: .95rem;
	font-weight: 300;
	line-height: 20px;
	box-shadow: 2px 2px 5px rgb(0,0,0,.5)
}
.updatedbadge .updated {
	font-weight: 500;
	font-size: .975rem;
	display: block;
}

/* page header */
.page .header {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.page .header .title span {
	color: var(--theme-heading-color);
}
.page .header .creator_box {
	display: flex;
	align-items: center;
	font-size: .85rem;
	border-top: 1px solid #ddd;
	padding-top: .5rem;
	line-height: 1.5;
}
.page .header .creator_box .creators {
    
}
.page .header .creator_box .creators a.creator {
	text-decoration: underline;
	display: inline-block;
	color: #000;
}
.page .header .creator_box .creators:after {
	content: "|";
    display: inline-block;
    padding: 0.2rem;
    color: rgba(0,0,0,.15);
    font-size: 1.125rem;
}
.page .header .creator_box .dates {
	color: #585858;
}
.page .header .creator_box .comments {
	margin-left: auto;
}

/* selectedone */
.selectedone {
	background: rgba(76,175,80,.15);
	padding: 1rem;
	border-radius: .25rem;
}
.selectedone h2 {
	font-size: 1rem;
	font-weight: 600;
	padding: 0;
}
.selectedone span:before {
	content: '\2756';
	padding-right: .25rem;
	color: rgba(76,175,80,1);
}

/* about_creator */
.about_creator {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: center;
	background: #f2f5f5;
	border-radius: .25rem;
	padding: 1.5rem;
	font-size: .85rem;
}
.about_creator .creator_name span {
	padding-top: .5rem;
	font-size: 1rem;
	display: block;
}
.about_creator .creator_name span:after {
	background-color: #999;
	content: "";
	display: block;	
	height: 1px;
	margin: .75rem auto;
	width: 35px;
}
.about_creator p {
	margin: 0;
}
.about_creator svg {
	height: 16px;
}

/* about_creator -> ekspert.php */
.getsocial {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
.getsocial ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.getsocial ul li {
	display: inline;
	padding-right: 1rem;
}
.getsocial ul li svg {
	margin-right: .25rem;
	max-height: 24px;
	max-width: 24px;
}

/* bio_creator */
.bio_creator .bio_heading {	
	display: flex;
	align-items: center;
	gap: 1rem;
	background: var(--theme-muted-color);
	padding: 1.5rem;
}
.bio_creator .bio_heading .bio_profileimg {
	flex: 1;	
}
.bio_creator .bio_heading .bio_profileimg img {
	height: 250px;
	width: 100%;
	object-fit: contain;
	
	-webkit-clip-path: polygon(0 0,100% 0,100% 96%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 96%,0 100%);
}
.bio_creator .bio_heading .bio_details {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 765px;
	margin: auto;
}
.bio_creator .bio_heading .bio_details h1 {
	margin: 0;
}
.bio_creator .bio_heading .bio_details .details {
	display: grid;
	grid-template-columns: max-content 1fr; 
	align-items: center;
	gap: .5rem;
}
.bio_creator .bio_heading .bio_details .details h2 {
    font-size: initial;
    display: inline-block;
	margin: 0;
}

/*
.bio_creator .bio_heading .bio_details .socials {
	
}
.bio_creator .bio_heading .bio_details .socials ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
}
.bio_creator .bio_heading .bio_details .socials ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.no-touch .bio_creator .bio_heading .bio_details .socials ul li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.bio_creator .bio_heading .bio_details .socials ul li svg {
	height: 24px;
	width: 24px;
}
*/
.bio_creator .bio_content ul li {
	list-style: none;
}
.bio_creator .bio_content ul li:before {
	content: "";
    margin-left: -1.5rem;
    margin-top: 10px;
    width: 7px;
    height: 7px;
    /*background: #335ab9;*/
	background: var(--theme-color);
    border-radius: 4px;
    position: absolute;
    text-align: center;
    font-size: .875rem;
}
.bio_creator .bio_content .personal {
	background: #f7f9f9;
	box-shadow: 5px 5px 0 0 var(--theme-muted-color);
	padding: 1.5rem 1.25rem 1.25rem 4.5rem;
	position: relative;
	margin: 1.5rem 0;
}
.bio_creator .bio_content .personal::before {
	content: "\201C";
	font-family: Helvetica,Arial,sans-serif;
	position: absolute;
	top: 3.5rem;
	left: 1rem;
	font-size: 10rem;
	line-height: 0.5;
	color: #2ebe7e;
}
.bio_creator .bio_content .personal .signature {
	color: #424242;
	text-transform: uppercase;
	font-weight: 500;
	text-align: right;
}

/* creator_card */
.creator_card p {
	margin: 0;				
}
.creator_card p span {
	font-size: .75rem;
	padding-left: .25rem;
}

/* collapse */
.a_collapse p {
	border-bottom: 1px solid #282b30;
	font-weight: 600;
	color: #282b30;
	line-height: 48px;
	height: 46px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20px;
}
.a_collapse span {
	position: absolute;
	top: 14px;
	right: 20px;
}
.a_collapse span svg {
	height: 15px;
	width: 21px;
}
.a_collapse span.flipit svg {
	-webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
	-moz-transform: rotate(180deg);        /* FF */
	-o-transform: rotate(180deg);          /* Opera */
	-ms-transform: rotate(180deg);         /* IE9 */
	transform: rotate(180deg);             /* W3C compliant browsers */
}

/* a_intro ul */
.aintro ul {
	list-style: none;
	padding-left: 25px;
	margin: 0;
	position: relative;
}
.aintro ul li:before {
	content: '\2756';
	color: rgba(76,175,80,1);
	position: absolute;
	left: 5px;
}

/* blog -> post_card */
.post_cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.post_cards .post_card a {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	color: initial;
	font-size: .85rem;
}
.post_cards .post_card .placeholder {
	height: 185px;
	position: relative;
}
.post_cards .post_card .placeholder img {
	object-fit:cover;
	height: 100%;
	width: 100%;
}
.post_cards .post_card .placeholder .post_type {
	position: absolute;
	top: .5rem;
	left: .5rem;
	background: #333;
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
	padding: .25rem .5rem;
	border-radius: .25rem;
}
.post_cards .post_card .placeholder .post_type.article {
	background: #333;
}
.post_cards .post_card .placeholder .post_type.recommendations {
	background: #335ab9;
}
.post_cards .post_card .placeholder .post_type.recipe {
	background: #fc6a4a;
}

.post_cards .post_card a .post_title {
	font-weight: 700;
	font-size: 1.15rem;
	color: initial;
}
.no-touch .post_cards .post_card:hover a .post_title {
	text-decoration: underline;
}
.post_cards .post_card .by {
	font-size: .85rem;
	font-weight: 600;
}

/* post_pagination */
.post_pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* 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;
}

.affbox {
	margin: 2rem auto 3rem;
	border-radius: 0.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%);
	max-width: 650px;
	padding: 1.5rem 2rem;
	overflow: hidden;
	
	text-align: center;
}
.affbox .affbox_image {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 1rem;
}
.affbox .affbox_image img {
	height: 150px;
}
.affbox .affbox_image img.logo {
	height: 50px;
}
.affbox .affbox_info {
	float: left;
	width: 100%;
}



/* page + figcaption */
.post_media {
	position: relative;
}
.post_media picture {
	height: 375px;
}
.post_media picture img {
	height: 375px;
	object-fit: cover;
	width: 100%;
}
figure {
	margin: 0;
	display: flex;
	flex-flow: column;
	width: 100%;
}

figure img {
	object-fit: cover;
	width: 100%;
}

figure figcaption,
.gallerycaption {
	font-size: .825rem;
	color: #676767;
	padding: .25rem .75rem 0;
	position: relative;
}
figure.simple figcaption {
	padding: 0;
	line-height: 30px;
}
figure figcaption:before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="none" viewBox="0 0 24 24"%3E%3Cpath stroke="%23335ab9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 15-5.8-5.8v0a.3.3 0 0 0-.4 0v0L6 15"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: top;
    position: absolute;
    top: -14px;
    width: 30px;
    height: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
figure.simple figcaption:before {
	content: none;
}
.postimg picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: .25rem;
}

.page.category .summary,
.page.article summary {
	font-size: 1.125rem;
	line-height: 1.75;
}

.page.article summary .relation_101 {
	display: inline;
	font-size: .85rem;
	background: yellow;
	padding: 0.25rem;
	font-weight: 400;
}
.page.article summary .relation_101 a {
	color: initial;
	text-decoration: underline;
}
.no-touch .page.article summary .relation_101 a:hover {
	text-decoration: none;
}

#moretextbtn {
	display: none;
}

/* 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 {
	background: rgba(33, 186, 135,.25);
	padding: 3rem 2rem 1.5rem;
}
.recipe_card svg {
	width: 30px;
	display: block;
	margin: auto;
	padding: 0 0 1.5rem;
}
.recipe_card .summary span {
	padding: 0 .75rem;
	font-size: .875rem;
}
.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;
}
*/
/* post_recipe_card */
/*
.post_recipe_card {
	
}
.post_recipe_card .placeholder {
	position: relative;
	height: 175px;
}
.post_recipe_card .placeholder:after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	top: 8px;
	bottom: 8px;
	left: 8px;
	right: 8px;
	z-index: 1;
}
.post_recipe_card .placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_recipe_card .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	color: initial;
	font-size: .875rem;
	margin-top: 0.5rem;
}
*/

/* post_recipe */
section.post_recipe {
	display: flex;
	/*flex-direction: column;*/
	gap: 1rem;
	flex-wrap: wrap;
	/*background: rgba(33, 186, 135,.25);*/
	background: var(--theme-muted-color);
	padding: 2rem 1rem 1.5rem;
}
section.post_recipe h3 {
	font-size: 1.25rem;
	padding-bottom: .5rem;
	border-bottom: 1px dotted #646464;
}
section.post_recipe .header {
	flex: 1 0 100%;
	text-align: center;
}
section.post_recipe .header svg {
	width: 30px;
	display: block;
	margin: auto;
}
section.post_recipe .summary {
	flex: 1 0 100%;
	text-align: center;
	line-height: 48px;
}
section.post_recipe .ingredients,
section.post_recipe .steps {
	flex: 1 0 calc(50% - 1rem);
}

/* module 4 table */
.table td, .table th {
	font-size: .825rem;
}
.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: #335ab9;*/
	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: #335ab9;*/
	color: #00e;
	text-decoration: underline;
}
.product_cards .product_card .placeholder img {
	max-height: 155px !important;
}

.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;
}

/* 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 clean */
ul.clean {
	padding: 0;
	list-style: none;
}

/* ul usps lists */
ul.usps {
	list-style: none;
	padding-left: 25px;
}
ul.usps li {
	position: relative;
	/*margin-bottom: .75rem;*/
}
ul.usps li:before {
	content: '\2714';
	color: rgba(76,175,80,1);
	display: block;
	position: absolute;
	left: -25px;
	top: 0px;
	font-size: 1rem;
	width: 25px;
}

ul.usps.cons li:before {
	content: '\2716';
	color: red;
}

/* pusp */
.pusp {
	padding: .5rem 1rem;
	/*background: #f2f5f5;*/
	background: rgba(40, 63, 75, 0.05);
	border-radius: .25rem;
	margin: 0;
}
.pusp svg {
	height: 20px;
	width: 20px;
}


/* discontinued */
.discontinued,
.helper {
	border-radius: .25rem;
	padding: 1rem .75rem;
	font-size: .85rem;
}

.discontinued {
	background: #f9f9f8;
	text-align: center;
}
.helper{
	background: #d5f6ea;
}
.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;
	height: 30px;
	line-height: 30px;
}
.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: .85rem;
}
.product_shop .topping .anchors ul li svg {
	height: 16px;
	margin-right: .5rem;
	margin: 5px .5rem 0 0;
	float: left;
}
.product_shop .topping .anchors ul li span:before {
	content: '';
	float: left;
	height: 20px;
	width: 20px;
	margin: 5px 5px 0 0;
}
.product_shop .topping .anchors ul li span.anchor_description:before {
	background: url('/images/anchor_description.svg') #fff;
}
.product_shop .topping .anchors ul li span.anchor_review:before {
	background: url('/images/anchor_review.svg') #fff;
}
.product_shop .topping .anchors ul li span.anchor_price_comparison:before {
	background: url('/images/anchor_price_comparison.svg') #fff;
}
.product_shop .topping .anchors ul li span.anchor_faq:before {
	background: url('/images/anchor_faq.svg') #fff;
}
.product_shop .topping .anchors ul li span.anchor_comparison_specs:before {
	background: url('/images/anchor_comparison_specs.svg') #fff;
}
.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: 3;
}
.product_shop .psummary .cta.linker {
	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;
}

/* inlink */
p.inlink {
	background: #f2f5f5;
	padding: .75rem;
}
p.inlink span {
	text-transform: uppercase;
	color: #00e;
	font-weight: 400;
	padding-right: .25rem;
}

p.inlink a,
.no-touch p.inlink a:hover,
.no-touch p.inlink a:active,
.no-touch p.inlink a:focus {
	text-decoration: underline;
	color: initial;
}

/* inpost */
.inpost {
	display: flex;
	margin: 1.25rem 1.5rem 1.5rem;
}
.no-touch .inpost:hover .inpost_txt span.post_title {
	color: #555;
}
.inpost .inpost_img {
	height: 85px;
	width: 125px;
	min-width: 125px;
}
.inpost .inpost_txt {
	padding: .5rem 0 0 .75rem;
}
.inpost .inpost_txt span.read_more {
	display: block;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
}
.inpost .inpost_txt span.post_title {
	font-weight: 600;
	font-size: 1.05rem;
	color: initial;
}

/* post_inlink */
.post_inlink {
	display: flex;
	gap: 1rem;
	padding: 1rem 2rem;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	margin: 2rem auto;
	position: relative;
	background: #fff;
}
.post_inlink:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	filter: blur(10px);
	z-index: -1;
}
.post_inlink .inlink_media {
	height: 75px;
	width: 100px;
}
.post_inlink .inlink_media img {
	border-radius: 0.25rem;
	height: 100%;
	width: 100%;
	min-width: 100px;
	object-fit: cover;
}
.post_inlink .inlink_post .path {
	color: #5f6368;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
}
.post_inlink .inlink_post .path span {
	color: #202124;
}
.post_inlink .inlink_post .title {
	font-size: 1.15rem;
	/*color: #1a0dab;*/
	color: #00e;
	padding: 0 0 0.25rem;
	font-weight: 400;
	line-height: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-touch .post_inlink:hover .inlink_post .title {
	text-decoration: underline;
}
.post_inlink .inlink_post .summary {
	line-height: 1.5;
	color: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* idea span */
p.tip,
p.nb,
div.nb,
p.info,
p.eks,
p.prize {
	background: #f2f5f5;
	/*padding: 2rem 1rem 1rem;*/
	padding: 1rem;
	position: relative;
	
	border-radius: .25rem;
	margin: 1.5rem 0;
}
p.nb {
	border: 2px solid #fadf98;
	background-color: #fef5c4;
}
p.tip {
	border: 2px solid #96E9CB;
	background-color: #d5f6ea;
}
p.info {
	border: 2px solid #e3d8b4;
	background-color: #f8f5ec;
}
p.cnote {
	padding: 0.75rem 1rem;
	border-left: 5px solid var(--theme-color);
	background: #faf8f6;
}
p.cnote a {
	font-style: italic;
}
/*p.tip a,
p.nb a,
div.nb a,
p.info a,
p.eks a,
p.prize a {
	display: contents;
}*/
p.tip:before,
p.nb:before,
p.info:before,
p.eks:before,
p.prize:before {	
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	/*top: 1rem;*/
	top: -.75rem;
	left: 1rem;
	line-height: initial;
	
	font-style: italic;
	
	background-color: #292929;
	color: #fff;
	padding: 0.25rem 0.75rem;
	font-size: .85rem;
	border-radius: 0 .75rem;
}
p.tip:before {
	content: 'Tip';
}
p.nb:before {
	content: 'OBS';
}
p.info:before {
	content: 'Info';
}
p.eks:before {
	content: 'Eksempel';
}
p.prize:before {
	content: 'Vinder';
}
p.callout {
	padding: 1.25rem 1rem;
	background-color: #f7f9f9;
}
p.mission {
	padding: 1.25rem 1rem;
	background-color: var(--theme-muted-color);
}

/* 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 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: 1rem;
	font-weight: 600;
	margin: .5rem 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;*/
	color: #c74c52;
	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: calc(275px + 2rem);
	position: relative;
	text-align: center;
	padding: 1rem;
}
#product .placeholder img {
	height: 100%;
	object-fit: contain;
}
#product .placeholder:after {
	background: rgba(40, 63, 75, 0.05);
	content: "";
	position: absolute;
	inset: 0px;
	border-radius: .25rem;
}
#product .buybox {
	border-radius: .25rem;
	background: #f2f5f5;
	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: 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;
}

/* 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 {
	
}

/* Product -> NEW Price */
.nprices {
	
}
.nprices .final_price {
	color: #222;
	font-weight: 700;
	font-size: 1.125rem;
}
.nprices .old_price {
	color: #666;
	font-weight: 600;
	position: relative;
	margin-right: .25rem;
}
.nprices .old_price:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 1px solid #222 !important;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.nprices .saving {
	margin-top: .25rem;
	font-size: .75rem;
	font-weight: 500;
}
.saving .saving_pct,
.nprices .saving .saving_pct {
	background: #335ab9;
	color: #fff;
	letter-spacing: .1px;
	padding: .25rem .5rem;
	border-radius: .25rem;
}
.nprices .saving .saving_currency {
}

/* breadcrumbs */
nav.breadcrumbs {
	max-width: 1020px;
	margin: auto;
	padding: 0.5rem 10px 0;
}
nav.breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
	list-style-type:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
nav.breadcrumbs> ol li {
    display: inline;
    font-size: .85rem;
    margin: 0;
}
nav.breadcrumbs ol li:before {
    color: #E3DDD8;
}
nav.breadcrumbs> ol li+li:before {
    content: "\203A";
    padding: 0 .25rem;
	color: #555;
}
nav.breadcrumbs> ol li a {
    color: #555;
    text-decoration: none;
}
nav.breadcrumbs>.active a {
    color: initial;
}
nav.breadcrumbs img,
nav.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 {
	color: initial;
}
#listingli .timg {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 10px;
	text-align: center;
}
#listingli .timg img {
	height: 48px;
	object-fit: contain;
	border-radius: .25rem;
}
#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: #f2f5f5;
}
.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: #ebeff5;
}
#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: #f2f5f5;
	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 #335ab9;
	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);
	
	border: 1px solid #eee;
}
.listing_card .upper {
	position: relative;
	padding: 1.75rem 1.5rem;
}
.listing_card .upper .listing_title {
	margin: 0;
	font-style: italic;
	font-size: .875rem;
}
.listing_card .upper .image {
	height: 200px;
}
.listing_card .upper .image.prettified {
	height: calc(200px + 2rem);
	position: relative;
	padding: 1rem;
}
.listing_card.simple .upper .image.prettified {
	height: calc(250px + 2rem);
}
.listing_card .upper .image.prettified:after {
	background: rgba(40, 63, 75, 0.05);
    content: "";
    position: absolute;
    inset: 0px;
	border-radius: .25rem;
}
.listing_card .upper .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: .25rem;
	transition: all .3s;
}
.listing_card .upper .image.prettified img {
	object-fit: contain;
}
.listing_card .upper .likeh3 {
	margin: 0;
}
.listing_card .upper p.fallback:after {
	content: '...';
}
.listing_card .upper .view_more_images {
	float: left;
	padding-top: .5rem;
	font-size: .85rem;
}
.listing_card .upper .proscons-attributes {
	display: flex;
	gap: 2rem;
}
.listing_card .upper .proscons-attributes .box {
	width: 50%;
}
.listing_card .upper .proscons-attributes .box .title {
	position: relative;
	margin: 0;
	font-size: .85rem;
	font-weight: 500;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
}
.listing_card .upper .proscons-attributes .box .title a {
	float: right;
	font-weight: 400;
}
.listing_card .upper .proscons-attributes .box .title.pros {
	color: #4caf50;
}
.listing_card .upper .proscons-attributes .box .title.cons {
	color: #C73F65;
}
.listing_card .upper .proscons-attributes .box .title:before,
.listing_card .upper .proscons-attributes .box .title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-radius: 4px;
}
.listing_card .upper .proscons-attributes .box .title:before {
	background: #333;
	opacity: .2;
}
.listing_card .upper .proscons-attributes .box .title.pros:before {
	background: #4caf50;
}
.listing_card .upper .proscons-attributes .box .title.cons:before {
	background: #C73F65;
}
.listing_card .upper .proscons-attributes .box .title:after {	
	background: #333;
	width: 60%;
}
.listing_card .upper .proscons-attributes .box .title.pros:after {
	background: #4caf50;
}
.listing_card .upper .proscons-attributes .box .title.cons:after {
	background: #C73F65;
}
.listing_card .upper .proscons-attributes .box ul.attributes {
    font-size: .775rem;
	padding: 0;
	margin-bottom: 0;
}
.listing_card .upper .proscons-attributes .box ul.attributes li {
	padding: 0;
	list-style: none;
}
.listing_card .lower {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	background: rgba(40, 63, 75, 0.05);
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.listing_card.best {
	border: 1px solid #335ab9;
}
.listing_card.best .selected {
	position: absolute;
	top: 0;
	right: 0;
	border-color: rgba(255,255,255,0) #335ab9 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;
	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 #335ab9;
	-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%;
	height: 150px;
}
.listing_card.sidebar .image img {
	height: 150px;
	object-fit: contain;
	border-radius: .25rem;
}

.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;
}

/* offersdivtable */
.offersdivtable .offerdiv {
	border: 1px solid #eee;
	border-radius: .25rem;
	line-height: 48px;
	background: #ffff;
}
.offersdivtable .offerdiv a {
	color: inherit;
}
.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);
}

.no-touch .offersdivtable .offerdiv:hover a {
	color: inherit;
}
.offersdivtable .offerdiv img {
	height: 22px;
	max-width: 100px;
	object-fit: contain;
}
.offersdivtable .offerdiv .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: .825rem;
}
.no-touch .offersdivtable .offerdiv:hover .title span.org {
	text-decoration: underline;
}
.no-touch .offersdivtable .offerdiv.inactive:hover .title span.org {
    text-decoration: none;
}
.offersdivtable .offerdiv .title span.label_size {
	background: #335ab9;
	color: #fff;
	padding: .25rem .35rem;
	margin-left: .25rem;
	font-size: .675rem;
	font-weight: 500;
	border-radius: .25rem;
}
.nprices .stock,
.offersdivtable .offerdiv .buffer .partner_usps .stock,
.offersdivtable .offerdiv .prices .stock {
	float: left;
	font-weight: initial;
}
.nprices .stock:before,
.offersdivtable .offerdiv .buffer .partner_usps .stock:before,
.offersdivtable .offerdiv .prices .stock:before {
	content: '\A';
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-right: .25rem;
}
.stock.instock:before {
	background: rgb(3,156,15);
}
.stock.unknown:before {
	background: rgb(85,85,85);
}
.stock.outofstock:before {
	background: rgb(85,85,85);
}
.offersdivtable .offerdiv .icon {
	color: initial;
}
.offerdivtitle {
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 38px;
}
.na_notice {
	background: #f2f5f5;
	padding: 1rem 0;
	border-radius: .25rem;
}
.show_more_shops {
	line-height: 48px;
}
.no-touch .show_more_shops:hover a {
	text-decoration: underline;
}
.show_more_shops a:after {
	content: '\276F';
	transform: rotate(90deg);
	margin-left: .5rem;
	display: inline-block;
}

/* NEW offersdivtable, 16-11-2022 */
.offersdivtable .offerdiv .buffer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .925rem;
	padding: .5rem .75rem;
}
.offersdivtable .offerdiv .buffer>div {
	margin: 0 .5rem;
}
.offersdivtable .offerdiv .buffer .img {
	flex: 0 0 100px;
}
.offersdivtable .offerdiv .buffer .title {
	flex: 2;
}
.offersdivtable .offerdiv .buffer .partner_usps {
    flex: 0 0 175px;
	padding-top: 4px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	font-size: .75rem;
}
.offersdivtable .offerdiv .buffer .partner_usps .delivery {
	color: #666;
}
.offersdivtable .offerdiv .buffer .partner_usps .delivery.mobile {
	display: none;
}
.offersdivtable .offerdiv .buffer .prices {
	flex: 0 0 165px;
	display: flex;
	justify-content: flex-end;
}
.offersdivtable .offerdiv .buffer .prices .old_price {
	color: #666;
	font-weight: 600;
	position: relative;
	margin-right: 0.5rem;
}
.offersdivtable .offerdiv .buffer .prices .old_price:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 1px solid #222 !important;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.offersdivtable .offerdiv .buffer .prices .final_price {
	color: #333;
	font-weight: 700;
	font-size: 1.125rem;
}
.offersdivtable .offerdiv .buffer .prices .icon {
	margin-left: .25rem;
}

/* 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;
}
.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: #335ab9;
}
.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: #f2f5f5;
	padding: 1.75rem 1.5rem;
}
.howto_intro ul {
	padding: 0;
	position: relative;
}
.howto_intro ul li {
	list-style: none;
	float: left;
	width: 100%;
}
.howto_intro ul.steps li {
	padding: 0 0 0 26px;
}
.howto_intro ul li a {
	font-size: .875rem;
}
.howto_intro ul.steps li a .partnum {
	position: absolute;
	left: 0;
	background: #335ab9;
	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: #f2f5f5;	
	
	position: sticky;
	top: 0;
}
.howto_cards .step .inblock {
	background: #335ab9;
	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 {
	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: #f2f5f5;
}
.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 {
	
}
*/

.howto {
		
}
.howto .howto_intro {
	
}
.howto .howto_intro ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.howto .howto_intro ul li {
	line-height: 32px;
	height: 32px;
}
.howto .howto_intro ul li span {
	background: #335ab9;
	color: white;
	padding: .25rem .5rem;
	border-radius: 0.25rem;
	font-size: .75rem;
}
.howto .howto_step {
	display: flex;
	flex-direction: column;
	
	border-radius: 0.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%);
	/*border: 1px solid #eee;*/
}
.howto .howto_step .body {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.howto .howto_step .body .step {
	flex: 3;
}
.howto .howto_step .body .things {
	flex: 1;
}


.howto .howto_step .heading {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	height: 60px;
	line-height: 60px;
}
.howto .howto_step .heading .step_num {
	background: #f4f2ef;
	border-top-left-radius: .25rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 80px;
	padding: 10px 0;
	font-size: .85rem;
	line-height: 20px;
}
.howto .howto_step .heading .step_num span {
	font-size: 1.25rem;
	font-weight: bold;
}
.howto .howto_step .heading h3 {
	line-height: 60px;;
}
.howto .howto_step .step {
	
}
.howto .howto_step .step .content {
	padding: .5rem 1rem;
}
.howto .howto_step .step .content p {
	margin: 0;
}

/*
.flickity.product_offers .carousel-cell {
	font-size: .75rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.flickity.product_offers .carousel-cell .image {
	height: 100px;
	width: 100%;
	position: relative;
}
.flickity.product_offers .carousel-cell .type {
	font-weight: 500;
	padding: .25rem 0;
	font-size: .85rem;
}
.flickity.product_offers .carousel-cell .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding-bottom: .25rem;
	height: 40px;
}

.flickity.product_offers .carousel-cell.view_list {
	background: #eee;
	height: 100%;
	font-size: 1.125rem;
	text-align: center;
}
.flickity.product_offers .carousel-cell.view_list a {
	color: initial;
	max-width: 50%;
}
.flickity.product_offers .carousel-cell.view_list a:after {
	content: '\276F';
}
*/

/* table */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
	width: 100%;
    color: initial;
	border-collapse: collapse;
}
table tr {
	text-align: center;
}
table td, table th {
	padding: .75rem;
}

/* section comparison */
section.comparison {
	max-width: 1565px;
	margin: auto;
	padding: 2rem 10px;
}
section.comparison .timg {
	height: 100px;
	width: 100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.comparison .timg img {
	max-height: 100%;
}
section.comparison .product_title {
	color: initial;
	font-weight: 500;
	font-size: .875rem;
	margin: .5rem 0 0.25rem;
}
section.comparison .pricing {
	font-size: .875rem;
}
section.comparison .pricing .price.old {
	text-decoration: line-through;
}
section.comparison .pricing .special_price.now,
section.comparison .pricing .price.now {
	font-weight: 700;
}
section.comparison table {
	margin: 0;
}
section.comparison table.comparison_table tr td {
	border-top: 0;
	min-width: 150px;
}
section.comparison table.comparison_table thead tr {
	background-color: #fff;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
section.comparison table.comparison_table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}
section.comparison table.comparison_table tbody tr:nth-child(odd) {
	background-color: #fff !important;
}
section.comparison table.comparison_table tbody tr td {
	text-align: right;
	border-right: 1px solid #e7e7e7;
}
section.comparison table.comparison_table tbody tr td:first-of-type {
	text-align: initial;
}
section.comparison table.comparison_table tbody tr td:last-of-type {
	border-right: 0;
}
section.comparison table.comparison_table span.diff {
	font-size: .675rem;
	font-weight: 500;
}
section.comparison table.comparison_table span.diff.positive {
	color: green;
}
section.comparison table.comparison_table span.diff.negative {
	color: red;
}
section.comparison table.comparison_table td.compare_title {
	vertical-align: inherit;
	background: #f9f9f9;
}
section.comparison table.comparison_table td.compare_title h2 {
	font-size: .75rem;
	font-weight: 500;
}
section.comparison table.comparison_table td.compare_title img {
	max-width: 150px;
}


/* pfacts */
.pfacts {
	background: #f2f5f5;
}
.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 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 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;
}
.category ul.shortcuts {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.category ul.shortcuts li {
	display: inline-block;
	background: #f2f5f5;
	padding: 0 .5rem;
	border-radius: .25rem;
}
.category ul.shortcuts li a {
	color: initial;
}
.no-touch .category ul.shortcuts li:hover a {
	text-decoration: underline;
}

/* subcategories */
ul.subcategories {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.subcategories li {
    float: left;
    margin: 0 .5rem .5rem 0;
}
ul.subcategories li a {
    background: #f4f2ef;
    color: inherit;
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: .85rem;
}
ul.subcategories li.active a {
	text-decoration: underline;
}
.no-touch ul.subcategories li a:hover,
.no-touch ul.subcategories li a:active,
.no-touch ul.subcategories li a:focus {
    text-decoration: underline;
    color: inherit;
}

/* blogusp */
.blogusp {
	background: #f2f5f5;
}
.blogusp h3 {
	font-weight: 600;
}
.blogusp h3 span {
	color: #335ab9;
}
.blogusp p {
	line-height: 1.5;
	font-size: .85rem;
	margin: 0;
}

/* product_review */
/*.product_review .postimg {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 425px;
	border-radius: .25rem;
}*/

.star_review {
	
}
.star_review .star svg  {
	height: 20px;
}

/* dealpage (dailydeals, black friday) */
.dealpage {
	background: #f2f5f5;
	position: relative;
}
.dealpage.darkdeal {
	background: repeating-linear-gradient(
		45deg,
		#222,
		#222 20px,
		#000 20px,
		#000 40px
	);
}
.dealpage.greendeal {
	background: repeating-linear-gradient(
		45deg,
		#005c4b,
		#005c4b 20px,
		#004236 20px,
		#004236 40px
	);
}
.dealpage .dailydeals_header {
	font-size: 1.15rem;
	text-align: center;
}
.dealpage.darkdeal .dailydeals_header {
	color: #fff;
}
.dealpage.greendeal .dailydeals_header {
	color: #fff;
}
.dealpage .dailydeals_header h1 {
	color: #21ba87;
	/*font-weight: 700;*/
	text-transform: uppercase;
}
.dealpage.darkdeal .dailydeals_header h1 {
	color: #fff;
}
.dealpage.greendeal .dailydeals_header h1 {
	font-family: 'Cookie', cursive;
	color: #fff;
	text-transform: none;
}
.dealpage .offercard {
	border: 2px solid #eee;
	background: #fff;
	padding-top: 34px;
	height: 100%;
	
	font-size: .925rem;
	position: relative;
}
.dealpage .offercard a {
	color: initial;
}
.dealpage .offercard.popular {
	border: 2px solid #21ba87;
	padding-top: 0;
}
.dealpage.darkdeal .offercard {
	border: 2px solid orange;
}
.dealpage.darkdeal .offercard.popular:before {
	background: orange;
}
.dealpage.greendeal .offercard {
	border: 2px solid #034136;
	box-shadow: 2px 2px 10px rgb(255,255,255,.25);
}
.dealpage .offercard .dealbadge {
	position: relative;
	text-align: center;
	line-height: 34px;
	height: 34px;
	background: #21ba87;
	color: #fff;
	font-size: .725rem;
	
	text-transform: uppercase;
}
.dealpage.darkdeal .offercard .dealbadge {
	background: orange
}
.dealpage.greendeal .offercard .dealbadge {
	background: #034136;
}
.dealpage .offercard .dealbadge:after {
    border-top: 6px solid #21ba87;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
}
.dealpage.darkdeal .offercard .dealbadge:after {
	border-top: 6px solid orange;
}
.dealpage.greendeal .offercard .dealbadge:after {
	border-top: 6px solid #034136;
}
.dealpage .offercard .dealbadge .inner {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dealpage .offercard .dealbadge .inner span {
	font-weight: 600;
}
.dealpage .product_type {
	font-weight: 500;
	font-size: 1.05rem;
	padding: 0 1rem;
	text-transform: capitalize;
}
.dealpage .product_title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 1rem;
	height: 22px;
}
.dealpage .imgplaco {
	text-align: center;
	padding: 1.25rem 1rem .75rem;
}
.dealpage .imgplaco img {
	height: 185px;
}
.dealpage .pricing {
	padding-top: .5rem;
}
.dealpage .pricing span {
	padding-right: .25rem;
}
.dealpage .pricing .final_price {
	font-size: 1.15rem;
	font-weight: 600;
}
.dealpage .pricing .old_price {
	color: #555;
	text-decoration: line-through;
}
.dealpage .pricing .saving {
	color: #027f5e;
}
.dealpage .buyat {
	padding: 1.5rem 1rem 0 1rem;
}
.dealpage .buyat {
	text-align: center;
}
.savings {
	font-size: .85rem;
	padding-top: .75rem;
}
.savings span.old_price {
	text-decoration: line-through;
}
.savings span.savepct {
	/*color: #ed5a62;*/
	color: #c74c52;
	font-weight: 700;
	
	margin-left: .5rem;
	border-left: 1px solid #282b30;
	padding-left: .5rem;
}
.dealpage.darkdeal .savings span.savepct {
	color: orange;
}
.savings span.savekr {
	padding-left: .25rem;
}
.dealpage .buyat .cbtn {
	
}
.dealpage.darkdeal .cbtn.blue {
	background: #000;
}
.dealpage.greendeal .cbtn.blue {
	background: #034136;
}
.dealpage .selectedin {
	padding: 1.5rem 1rem 0 1rem;
	color: #555;
	font-size: .875rem;
	line-height: 1.5;
}
.dealpage .selectedin a {
	text-decoration: underline;
	font-weight: 500;
}
.dealpage .timesince {
	border-top: 1px solid #eee;
    margin-top: 1.25rem;
	padding: .75rem 1rem;
	color: #555;
	font-size: .875rem;
}

/* SNOWFLAKES */
/*
.snowaway {
	overflow: hidden;
}
.dropping {
	position: absolute;
	top: 0;	
	z-index: -1;
	opacity: 0;
}
.snowflake {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px #fff;
	z-index: 1 !important;
}

.snowanimator {
	animation: falling 8.5s infinite ease-in;	
}

@keyframes falling {
	0% {top: 0; opacity: 1;}
	100% {top: 2000px; opacity: 0}
}*/

/* candyslider */
/*
.candysliderouter {
	height: 296px;
	overflow: hidden;
}
.candyslider {
	
}
.candyslider .slick-dots {
	
}
.candyslider .slide_product {
	text-align: center;
	padding: 0 1rem;
}
.candyslider .slide_product .placeholder {
	height: 150px;
}
.candyslider .slide_product .placeholder img {
	display: unset;
}
.candyslider .slide_product .title {
	height: 36px;
	font-size: .85rem;
	padding: .5rem 0;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.candyslider .slide_product .cta {
	height: 80px;
}
.candyslider .slick-dots li button:before {
	font-size: 50px;
	color: #ccc;
	opacity: 1;
}
.candyslider .slick-dots li.slick-active button:before {
	color: #333;
}
*/

/* articlecta */
.articlecta {
	position: fixed;
	font-size: .85rem;
	left: 15px;
	right: 15px;
	width: calc(30% - 30px);
	height: 70px;
	margin: auto;
	z-index: 9;
	
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.articlecta.listing {
	background: #fff;
	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%);
	border: 1px solid #eee;
}
.articlecta .cbtn_outbound {
	line-height: 70px;
	border-radius: 35px;
	padding: 0 1rem;
	font-size: .925rem;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/*background: #ed5a62;*/
	background: #21ba87;
	color: #fff;
	
	-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%);
}
.articlecta .cbtn_outbound:after {
	content: '\276F';
	/*content: '\00BB';*/
	
	/*font-size: 2rem;*/
	float: right;
}
.articlecta.active {
	bottom: 20px !important;
}
.articlecta.listing .inner {
	float: left;
	width: 100%;
	padding: 10px 40px 10px 20px;
	position: relative;
}
.articlecta.listing .placeholder {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
}
.articlecta.listing .placeholder img {
	max-height: 100%;
	width: auto;
}
.articlecta.listing .right {
	float: left;
	width: calc(100% - 60px);
}
.articlecta.listing .bestchoice {
	display: block;
	line-height: 13px;
	font-size: .725rem;
	
	text-transform: uppercase;
	color: initial;
}
.articlecta.listing .title {
	line-height: 20px;
	font-size: .825rem;
	font-weight: 600;
	color: initial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articlecta.listing .pricing {
	line-height: 17px;
	font-size: .725rem;
	/*color: #ed5a62;*/
	color: #c74c52;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articlecta.listing .pricing span {
	font-weight: 600;
}
.articlecta.listing .pricing span.lowprice {
	font-weight: 700;
}
.articlecta.listing .icon {
	position: absolute;
	right: 15px;
	top: 22.5px;
	font-size: 25px;
	line-height: 25px;
	/*color: #ed5a62;*/
	color: #c74c52;
}

/* video-container */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; /*margin-bottom: 1rem;*/}

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* post_relations */
.product_roundups {
	float: left;
	width: calc(100% - 6rem);
	border: 1px dashed #282b30;
	padding: 1.25rem 1.25rem 0;
	margin: 0 3rem;
}
.product_roundups h2 {
	padding-bottom: .5rem;
	text-transform: capitalize;
}
.product_roundups ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product_roundups ul li {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}
.product_roundups ul li .roundup_top {
	display: flex;
	align-items: center;
}
.product_roundups ul li .roundup_top .product_img {
	margin-right: 1rem;
	height: 80px;
	width: 80px;
	min-width: 80px;
	padding: 0.5rem;
	
	background: rgba(40, 63, 75, 0.05);
	border-radius: 0.25rem;
	
	text-align: center;
}
.product_roundups ul li .roundup_top .product_img img {
	mix-blend-mode: multiply;
}
.no-touch .product_roundups ul li .roundup_top .product_img:hover img {
    transform: scale(1.025);
    transition: all .3s;
}
.product_roundups ul li .roundup_top .roundup_box {
	display: flex;
	flex-direction: column;
}
.product_roundups ul li .roundup_top .roundup_box .roundup_title {
	font-weight: 600;
	display: inline-block;
}
.product_roundups ul li .roundup_top .roundup_box .roundup_title a {
	font-weight: normal;
}
.product_roundups ul li .roundup_top .roundup_box .roundup_cta {
	display: inline-block;
}
.product_roundups ul li .roundup_top .roundup_box .roundup_cta a {
	color: inherit;
	text-decoration: none;
	/*border-bottom: 2px solid #ed5a62;*/
	border-bottom: 2px solid #c74c52;
}
.no-touch .product_roundups ul li .roundup_top .roundup_cta a:hover,
.no-touch .product_roundups ul li .roundup_top .roundup_cta a:focus,
.no-touch .product_roundups ul li .roundup_top .roundup_cta a:active {
	/*color: #ed5a62;*/
	color: #c74c52;
}
.product_roundups ul li .roundup_top .roundup_cta span.old_rrp {
	text-decoration: line-through;
}

/* use_together_products */
.use_together_products ul {
	list-style: none;
	padding: 1.5rem 0 0;
	margin: 1.5rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.use_together_products ul li {
	margin-bottom: 1.5rem;
	font-size: .875rem;
}
.use_together_products ul li a {
	color: #282b30;
}
.use_together_products ul li .ut {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.use_together_products ul li .ut .ut_img {
	margin-right: .75rem;
	height: 75px;
	width: 100px;
}
.use_together_products ul li .ut .ut_img img {
	border-radius: 0.25rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-width: 100px;
}
.use_together_products ul li .ut .ut_box {
	
}
.use_together_products ul li .ut .ut_box .ut_path {
	color: #5f6368;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	max-width: 80%;
}
.use_together_products ul li .ut .ut_box .ut_path span {
	color: #202124;
}
.use_together_products ul li .ut .ut_box .ut_title {
	font-size: 1.15rem;
	color: #1a0dab;
	padding: 0 0 .25rem;
	font-weight: 400;
	line-height: initial;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-touch .use_together_products ul li:hover .ut .ut_box .ut_title {
	text-decoration: underline;
}
.use_together_products ul li .ut .ut_box .ut_summary {
	line-height: 1.5;
	color: initial;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.use_together_products ul li .ut .ut_box .ut_rel_product {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
	
.use_together_products ul li .ut .ut_box .ut_rel_product a {
	color: #1a0dab;
}
.no-touch .use_together_products ul li .ut .ut_box .ut_rel_product a:hover {
	text-decoration: underline;
}

/* garden_tasks */
ul.garden_tasks {
	list-style: none;
}
ul.garden_tasks li {
	position: relative;
	margin-bottom: .5rem;
}
ul.garden_tasks li:before {
	content: "";
	display: block;
	position: absolute;
	left: -25px;
	top: 6px;
	background: url('/images/blad.svg') #fff;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

/* garden_months_nav */
.garden_months_nav {
	display: flex;
	gap: .5rem;
}
.garden_months_nav .garden_month_nav {
	flex: 1;
}
.garden_months_nav .garden_month_nav.current {
	cursor: pointer;
}
.garden_months_nav .garden_month_nav.current {
	text-align: center;
}
.garden_months_nav .garden_month_nav.next {
	cursor: pointer;
	text-align: right;
}

/* FAQ */
.faq h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

/* pagination */
ul.pagination {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pagination li.dots {
    opacity: .75;
	padding: 5px 1px 0;
}
ul.pagination li.page-item a.page-link {
	display: block;
    border: 0;
    color: initial;
	font-size: .85rem;
	font-weight: 500;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0;
	border-radius: .25rem;
	margin: 0 .25rem;
	
	background: #f2f5f5;
	text-decoration: unset;
	outline: 0 !important;
	box-shadow: none !important;
}
ul.pagination li.page-item.active a.page-link {
	background: var(--theme-color);
    color: #fff;
}

/* disclosure */
.disclosure {
	/*background-color: rgb(239, 237, 234);*/
	background: #faf8f6;
	font-size: .85rem;
	text-align: center;
	padding: .5rem;
	border-radius: .25rem;
}
.disclosure a {
	/*color: initial;
	font-weight: 400;*/
	text-decoration: underline;
}
/*.disclosure a span {
	font-size: .625rem;
}*/

/* searchbar */
section.searchbar {
	padding: .5rem calc(50% - 37.5rem);
}
section.searchbar form {
	margin: 0;
	display: flex;
}
section.searchbar form .searchinput {
	/*border: 1px solid #335ab9;*/
	border: 1px solid var(--theme-color);
	flex: 1 0 75%;
	padding: 0 .5rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
section.searchbar form .searchinput.active {
	border-bottom-left-radius: 0;
}
section.searchbar .searchbtn {
	flex: 1 0 25%;
	height: 48px;
	/*background: #335ab9;*/
	background: var(--theme-color);
	color: #fff;
	border-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
section.searchbar .searchbtn.active {
	border-bottom-right-radius: 0;
}
section.searchbar .searchinput:focus,
section.searchbar .searchinput.active,
section.searchbar .searchbtn:focus,
section.searchbar .searchbtn:active {
	outline: 0;
	box-shadow: none;
}

section.searchbar .search_list {
	list-style:none;
}

/* search_result_box related below */
section.searchbar .search_result_box {
	position: absolute;
	left:1rem;
	right:1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	border: 1px solid #335ab9;
	border-top: 0;
	background: #fff;
	z-index: 9999;
	
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
section.searchbar .search_result_box .results {
	display: flex;
}
section.searchbar .search_result_box .results .search_items {
	flex: 1 0 50%;
	max-width: 100%;
}
section.searchbar .search_result_box .results .search_items .heading {
	float: left;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	background: #f2f5f5;
	padding: .5rem .75rem;
	font-size: .75rem;
}
section.searchbar .search_result_box .results .search_items .heading a {
	float: right;
	text-decoration: underline;
	color: initial;
}
section.searchbar .search_result_box .results .search_items .result_box {
	float: left;
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}
section.searchbar .search_result_box .results .search_items .result_box .tryagain {
	padding: .5rem 1rem;
	text-align: center;
}

section.searchbar .search_result_box .results .search_items .result_box ul.search_list {
	padding: 0;
	margin: 0;
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li {
	border: 1px solid transparent;
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li a.result {
	display: flex;
	padding: 0.5rem calc(0.75rem + 8px) 0.5rem 0.75rem;
}
.no-touch section.searchbar .search_result_box .results .search_items .result_box ul.search_list li:hover {
	border: 1px solid #ccc;
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li a.result .placeholder {
	float: left;
	width: 75px;
	height: 50px;
	margin-right: .5rem;
	text-align: center;
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li a.result img {
	height: 50px;
	object-fit: contain;
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li a.result .inner {
	float: left;
	width: calc(100% - 0.5rem - 75px - .75rem);
	font-size: .875rem;
	line-height: 25px;
	color: initial;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
section.searchbar .search_result_box .results .search_items .result_box ul.search_list li a.result .inner span {
	font-weight: 400;
}


/* AD */
.ad {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 0 1px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 0 1px 0 rgb(0 0 0 / 50%);
	/*border: 1px solid #eee;*/
	
	background: #f2f5f5;
}
.ad .disc {
	align-items: center;
	background: rgba(76,175,80,.15);
	border-radius: .25rem 0 0 .25rem;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}
.ad .disc .lbl {
	color: rgba(76,175,80,1);
	display: block;
	font-size: .65rem;
	font-weight: 700;
	transform: rotate(-90deg);
}
.ad .box {
	float: left;
	margin-left: 22px;
	padding: 1rem;
	width: calc(100% - 22px);
}
.ad .box .placeholder {
	float: left;
	width: 200px;
	height: 100%;
	text-align: center;
}
.ad .box .placeholder img {
	max-width: 200px;
	max-height: 200px;
	border-radius: 50%;
}
.ad .box .block {
	float: left;
	padding-left: 1rem;
}
.ad .box .block .from {
	font-weight: 600;
	font-size: .75rem;
	color: initial;
}
.ad .box .block .the_ad {
	color: initial;
	padding-top: .5rem;
}
.ad .box .block .the_ad ul {
	padding: .5rem 0 0 25px;
	line-height: 1.25;
}

/* sponsored_listing */
.sponsored_listing {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: .725rem;
}
.sponsored_listing a {
	color: #66676e;
}
.no-touch .sponsored_listing:hover a {
	text-decoration: underline;
}
.sponsored_listing svg {
	margin: -2px .15rem 0;
}

/* video_outers */
.video_outers .video-container {
	background: black;
	border-radius: .25rem;
}
.video_outers {
	max-width: 560px;
	margin: 0 auto;
}
.video_outers .information {
	flex: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	height: 70px;
	
	margin-top: .75rem;
}
.video_outers .information .blogbadge {
	min-width: 40px;
	height: 40px;
	width: 40px;
	margin-right: .5rem;
}
.video_outers .information .blogbadge img {
	float: left;
	border-radius: 50%;
}
.video_outers .information .metas {
	padding-right: 1.5rem;
	text-align: left;
}
.video_outers .information .metas .title {
	text-transform: uppercase;
	font-size: .925rem;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video_outers .information .metas .creator {
	font-size: .875rem;
	padding-top: .25rem;
}
.video_outers .information .metas .creator a {
	color: #555;
	font-weight: 500;
}

/* video_badge */
.video_badge {
	position: absolute;
	top: 10px;
	right: calc(15px + 10px);
	height: 60px;
	border-radius: 30px;
	background: rgba(255,0,0,.5);
	padding: 10px;
	display: flex;
	box-shadow: 0 0 15px rgba(255,255,255,.85);
	text-align: left;
}
.no-touch .video_badge:hover {
	background: rgba(255,0,0,.85);
}
.video_badge .image {
	border-radius: 50%;
	overflow: hidden;
	height: 40px;
	width: 40px;
	min-width: 40px;
}
.video_badge .image img {
	height: 40px;
	max-width: initial;
	margin-left: -25%;
}
.video_badge .teter {
	color: #fff;
	line-height: 20px;
	font-size: .85rem;
	margin: 0 1.5rem 0 .5rem;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	max-width: 125px;
	overflow-wrap: break-word;
}
.video_badge .play {
	margin-left: auto;
}

/* product -> bestdeal */
.bestdeal .explain {
	text-align: center;
	width: 100%;
}
.bestdeal .explain.top {
	color: #fff;
	background: #335ab9;
	font-weight: 500;	
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.bestdeal .explain.bottom {
	padding-top: .5rem;
}
.bestdeal .explain span {
	font-size: .825rem;
	padding: .25rem .5rem;
}
.no-touch .bestdeal .explain:hover a {
	text-decoration: underline;
}
.bestdeal .explain a:after {
	content: '\276F';
	transform: rotate(90deg);
	margin-left: .5rem;
	display: inline-block;
}
.bestdeal .wheretobuy {
	padding: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left: 1px solid #335ab9;
    border-bottom: 1px solid #335ab9;
    border-right: 1px solid #335ab9;
    border-bottom-left-radius: 0.25rem;
}
.bestdeal .wheretobuy .image {
	height: 75px;
	width: 75px;
}
.bestdeal .wheretobuy .image.product img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	border-radius: .25rem;
}
.bestdeal .wheretobuy .image.partner {
	height: 22px;
    width: 100px;
}
.bestdeal .wheretobuy .image.partner img {
	object-fit: contain;
	height: 100%;
}
.bestdeal .wheretobuy .pricing {
	text-align: center;
}
.bestdeal .wheretobuy .pricing .old_price {
	text-decoration: line-through;
	padding-right: .25rem;
	color: #555;
}
.bestdeal .wheretobuy .pricing .saving {
	font-size: .75rem;
}
.bestdeal .wheretobuy .pricing .saving span.savepct {
	/*color: #ed5a62;*/
	color: #c74c52;
	font-weight: 700;
}
.bestdeal .wheretobuy .pricing .saving span.savekr {
	padding-left: .25rem;
}

/* product -> verdict */
/*
.verdict {
	float: left;
	width: 100%;
	border: 2px solid #ededed;			
	padding: 1.5rem 1.5rem .5rem 1.5rem;
	position: relative;
	margin-top: 25px;
}
.verdict .heading {
	text-align: center;
	background: #f2f5f5;
	width: calc(100% - 48px);
	margin: 0 auto;
	position: absolute;
	top: -25px;
	height: 50px;
}
.verdict .heading h3 {
	display: inline-block;
	margin: 0;
	line-height: 50px;
}
.verdict .heading .star_rating {
	padding-left: .5rem;
	display: inline-block;
}
.verdict .heading .star_rating svg {
	float: left;
	height: 20px;
	padding: 0 .15rem;
}
.verdict .summary {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 1rem 0;
}
.verdict .procon {
	float: left;
	width: 50%;
	padding-top: 1rem;
	width: 50%;
}
.verdict .by {
	float: left;
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: .85rem;
}
*/

/* product -> mentioned */
.mentioned .mention {
	text-align: center;
}
.mentioned .mention .image {
	height: 150px;
}
.mentioned .mention .image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: .25rem;
}
.mentioned .mention .title {
	padding-top: .5rem;
	font-size: .95rem;
	color: initial;
	font-weight: 500;
}

/* gallery */
.slidecontainer {
	position: relative;
}
.slidecontainer .slider {
	display: grid;
	height: 380px;
	grid-gap: 10px 5px;
	overflow: hidden;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"main main . sub2 . sub3"
		"main main . sub4 . sub5";
	grid-template-columns: 1fr fit-content(100%);
}
.slidecontainer.justone .slider {
	grid-template-areas:
		"main"
		"main";
	grid-gap: 0;
}
.slidecontainer.justthree .slider {
	grid-template-areas:
		"main main . sub2"
		"main main . sub3";
}
.slidecontainer .slider .imgslide {
	line-height: 0;
	/*max-height: 480px;*/
	max-height: 380px;	
}
.slidecontainer .slider .imgslide video,
.slidecontainer .slider .imgslide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 380px;
	
	background: #f2f5f5;
}
.slidecontainer .slider .imgslide iframe {
	height: 185px;
	background: #f2f5f5;
}
.slidecontainer .slider .imgslide.firstmedia iframe {
	height: 380px;
}
.slidecontainer .slider .imgslide:first-child {
	grid-area: main;
}
.slidecontainer .slider .imgslide.firstmedia iframe,
.slidecontainer .slider .imgslide:first-child img {
		border-radius: 0 0 0 1rem;
}
.slidecontainer.justone .slider .imgslide.firstmedia iframe,
.slidecontainer.justone .slider .imgslide:first-child img {
	border-radius: .25rem;
}
.slidecontainer .slider .imgslide:nth-child(2) {
	grid-area: sub2;
	aspect-ratio: 1;
	max-width: 20vw;
	max-height: 185px;
	height: 100%;
}
.slidecontainer.justthree .slider .imgslide.thirdmedia iframe,
.slidecontainer.justthree .slider .imgslide:nth-child(2) img {
	border-radius: 0 1rem 0 0;
}
.slidecontainer .slider .imgslide:nth-child(3) {
	grid-area: sub3;
	aspect-ratio: 1;
	max-width: 20vw;
	max-height: 185px;
	height: 100%;
}
.slidecontainer .slider .imgslide.thirdmedia iframe,
.slidecontainer .slider .imgslide:nth-child(3) img {
	border-radius: 0 1rem 0 0;
}
.slidecontainer.justthree .slider .imgslide.thirdmedia iframe,
.slidecontainer.justthree .slider .imgslide:nth-child(3) img {
	border-radius: 0;
}
.slidecontainer .slider .imgslide:nth-child(4) {
	grid-area: sub4;
	aspect-ratio: 1;
	max-width: 20vw;
	max-height: 185px;
	height: 100%;
}
.slidecontainer .slider .imgslide:nth-child(5) {
	grid-area: sub5;
	aspect-ratio: 1;
	max-width: 20vw;
	max-height: 185px;
	height: 100%;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
#myModal .prev,
#myModal .next {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: .85rem;
	font-size: 1rem;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background: #fff;
}

/* Position the "next button" to the right */
#myModal .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* Fading animation */
#myModal .fade {
	opacity: 1 !important;
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

#myModal .column {
	padding-bottom: 10px;
}
#myModal .column:last-of-type {
	padding-bottom: 0;
}
#myModal .column img {
	width: 100%;
	height: 120px;;
	object-fit: cover;
}

/* The Modal (background) */
.modalwindow {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #00000082;
}

/* Modal Content */
.modal_content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 30px;
	width: 80%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
}

.modal_content .left {
	width: calc(100% - 185px);
	max-height: 600px;
	overflow: hidden;
	position: relative;
	max-height: 420px;
}

.modal_content .right {
	display: inline-block;
	width: 185px;
	padding-left: 10px;
	max-height: 420px;
	overflow: hidden;
	position: relative;
	overflow: auto;
}

.modal_content .mySlides img {
	width: 100%;
	height: 420px;
	object-fit:cover;
}

.modal_content .prev, .modal_content .next {
	display: block !important;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.modaltrigger {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-top-left-radius: .5rem;
	padding: .75rem 1rem;
	font-size: .85rem;
	line-height: 24px;
	outline: 0;
}
.modaltrigger svg {
	float: left;
	padding-right: .25rem;
	height: 24px;
}

#imgNumber {
	display: none;
}

img.demo {
	opacity: 0.7;
}

.demo.active,
.demo:hover {
	opacity: 1;
}

img.video-img {
	width: 100%;
	height: 235px;
}

/* signupform */
.signupform {
	background: #f2f5f5;
	border-radius: .25rem;
	padding: 1.5rem 1.5rem .5rem;
}
.signupform .error {
	font-size: .825rem;
	background: #c9260f;
	padding: 0.25rem 1rem;
	color: #fff;
	font-weight: 500;
	float: left;
}
.signupform .klaviyo {
	max-width: 600px;
	margin: 3rem auto;
}
.signupform .klaviyo .heading {
	font-size: 1.55rem;
	color: #333;
	font-weight: 700;
}
.signupform .klaviyo .about {
	padding: 1rem 0;
}
.signupform .klaviyo .signupbox {
	height: 160px;
}
.signupform .klaviyo .smallstuff {
	font-size: .75rem;
	padding-top: 1rem;
}

/* gallery caroussel */
/*
.carousel {
	height: 235px;
}
.carousel .carousel-inner .carousel-item {
	height: 235px;
	position: relative;
}
.carousel .carousel-inner .carousel-item iframe {
	height: 235px;
	border-radius: .25rem;
}
.carousel .carousel-inner .carousel-item img,
.carousel .carousel-inner .carousel-item iframe img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: .25rem;
}
.carousel .carousel-inner .carousel-item.product_image {
	padding: 1rem;
}
.carousel .carousel-inner .carousel-item.product_image img {
	object-fit: contain;
}
.carousel .carousel-inner .carousel-item.product_image:after {
    background: rgba(40, 63, 75, 0.05);
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 0.25rem;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
*/

/* post_top3 */
.post_top3 {
	/*padding: 0 3rem 1rem;*/
	padding-bottom: 1rem
}
.post_top3 h2 {
	text-align: center;
	background: #f2f5f5;
	padding: .5rem;
	margin: 0;
	font-weight: 700;
	border-radius: .25rem;
	font-size: 1.15rem;
}
.post_top3 .top3_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post_top3 .top3_list li.topproduct {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #c6c6c6;
}
.post_top3 .top3_list li.topproduct:first-of-type {
	border-top: 0;
	margin-top: 0;
}
.post_top3 .top3_list li.topproduct:last-of-type {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 1.5rem;
}
.post_top3 .top3_list .number {
	font-size: 2.5rem;
	font-weight: 700;
	margin-right: 1.25rem;
	flex: 1;
}
.post_top3 .top3_list .image {
	display: flex;
	margin-right: 1rem;
	height: 80px;
	width: 80px;
	min-width: 80px;
	padding: .5rem;
	position: relative;
	justify-content: center;
}
.post_top3 .top3_list .image:after {
	background: rgba(40, 63, 75, 0.05);
	content: "";
	position: absolute;
	inset: 0px;
	border-radius: 0.25rem;
}
.post_top3 .top3_list .image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.post_top3 .top3_list .information {
	flex: 6;
	margin-right: 1rem;
	/*position: relative;*/
}
.post_top3 .top3_list .information .label {
	height: 24px;
    line-height: 24px;
	margin-bottom: .5rem;
    /*position: absolute;*/
    /*top: -30px;*/
}
.post_top3 .top3_list .information .label span {
	font-size: .725rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #1a847f;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #1a847f;
}
.post_top3 .top3_list .information .title {
	font-weight: 500;
	font-size: 1.05rem;
	line-height: initial;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post_top3 .top3_list .information .readmore {
    font-size: .85rem;
    text-decoration: underline;
	line-height: initial;
}
.post_top3 .top3_list .partner {
	flex: 6;
}
.post_top3 .top3_list .partner,
.comparison_table .cta {
	text-align: center;
}
.post_top3 .top3_list .cta .cheapest,
.comparison_table .cta .cheapest {
	font-size: .75rem;
	color: #555;
	font-weight: 400;
	padding-top: .25rem;
}
.post_top3 .top3_list .cta .todealer,
.comparison_table .cta .todealer,
.todealer {
	line-height: 48px;
	border-radius: 24px;
	/*background: #21ba87;*/
	background: var(--theme-color);
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	text-align: center;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
	cursor: pointer;
	
	min-height: 48px;
	padding: 0 1.5rem;
	
	position: relative;
}
.no-touch .todealer:hover {
	/*background: #1DA779 !important;*/
	opacity: .8;
}
.post_top3 .top3_list .cta .todealer:after,
.flickity.product_offers .todealer:after {
	content: '\276F';
	position: absolute;
	top: 0;
	right: 15px;
}
.comparison_table .cta .todealer {
	line-height: 20px;
	padding-top: 4px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	min-width: 200px;
}
.post_top3 .top3_list .cta .soldout,
.comparison_table .cta .soldout {
	font-size: .85rem;
}
.proscons,
.post_top3 .top3_list .usps {
	margin-right: 1rem;
	flex: 7;
}
.usps .title {
	position: relative;
}
.usps .title:before,
.usps .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	content: '';
	border-radius: 4px;
}
.usps .title:before {
	background: #0068e0;
	opacity: .2;
}
.usps .title:after {
	background: #0068e0;
	width: 60%;
}
ul.proscons,
.post_top3 .top3_list ul.proscons {
	list-style: none;
	padding: 0;
}
ul.proscons li,
.post_top3 .top3_list ul.proscons li {
	font-size: .775rem;
	position: relative;
	padding-left: 18px;
}
.post_top3 .top3_list ul.proscons li {	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.proscons li.pro:before,
.post_top3 .top3_list ul.proscons li.pro:before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 109.76"%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%234caf50;}%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M0,52.88l22.68-0.3c8.76,5.05,16.6,11.59,23.35,19.86C63.49,43.49,83.55,19.77,105.6,0h17.28 C92.05,34.25,66.89,70.92,46.77,109.76C36.01,86.69,20.96,67.27,0,52.88L0,52.88z"/%3E%3C/g%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 13px;
}
ul.proscons li.con:before,
.post_top3 .top3_list ul.proscons li.con:before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.81 40.349"%3E%3Cpath fill="red" d="m84.226 14.494c-35.61 3.005-66.511 13.076-87.11 22.927-4.034 1.929 1.691 16.504 5.5486 15.008 34.798-13.491 74.015-19.146 113.66-23.455 4.63-0.506 1.18-14.74-2.47-16.408-3.11-1.42-25.836 1.588-29.624 1.928z"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 5px;
}
.top3expander {
	line-height: 48px;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 1.5rem;
}
.top3expander .plusser {
	display: inline;
	font-weight: 600;
	border: 1px solid;
	border-radius: 50%;
	padding: 0px 5px;
	margin-right: 0.5rem;
}

/* buyguide */
.buyguide p {
	margin-bottom: .5rem;
}

/* blueintro */
.blueintro {
	border-radius: .25rem;
	background: #eef4ff;
	padding: 2rem 1.5rem 1.5rem;
	font-size: .875rem;
	position: relative;
}
.blueintro span {
	display: block;
	font-weight: 600;
	font-size: 1rem;
}
.blueintro h3 {
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 1rem;
}
.blueintro ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	position: relative;
}
.blueintro ul li:before {
    content: '';
    float: left;
    height: 20px;
    width: 22px;
    margin-top: 5px;
    background: url('data:image/svg+xml,%3Csvg width="22" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18.1387 9.99997C18.1387 14.495 14.4948 18.1389 9.99979 18.1389C5.50481 18.1389 1.8609 14.495 1.8609 9.99998C1.8609 5.50499 5.5048 1.86109 9.99979 1.86108C12.2301 1.86108 14.2508 2.75817 15.7209 4.21119L10.3614 11.0357L7.58994 7.50669C7.33411 7.18092 6.86263 7.12423 6.53687 7.38007C6.2111 7.6359 6.15441 8.10738 6.41025 8.43314L9.77155 12.7132C9.91374 12.8943 10.1312 13 10.3614 13C10.5916 13 10.8091 12.8943 10.9512 12.7132L16.7055 5.38614C17.6094 6.6974 18.1387 8.28688 18.1387 9.99997ZM17.6686 4.15979C18.9046 5.78038 19.6387 7.80446 19.6387 9.99997C19.6387 15.3234 15.3232 19.6389 9.99979 19.6389C4.67638 19.6389 0.360901 15.3234 0.360901 9.99998C0.360901 4.67656 4.67638 0.361084 9.99979 0.361084C12.5795 0.361084 14.9226 1.37453 16.6525 3.02501L18.4102 0.786776C18.6661 0.461013 19.1376 0.404324 19.4633 0.660157C19.7891 0.915991 19.8458 1.38747 19.5899 1.71323L17.6686 4.15979Z" fill="black"%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.blueintro ul li {
	padding: 0 0 0.5rem 30px;
	position: relative;
}
.blueintro hr.blueborder {
	margin: 0 0 1rem 0;
	width: 40px;
	border-bottom: 1px solid #1b4abe;
}

/* how we picked */
.howwepicked {
	border-radius: 0.25rem;
	background: #f2f5f5;
	padding: 2rem 1.5rem 1.5rem;
	position: relative;
}
.howwepicked h2 {
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 1rem;
}
.how_we_picked_anchor {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-weight: 700;
	color: #1b4abe;
	font-size: .875rem;
	line-height: initial;
}
.no-touch a.how_we_picked_anchor:hover,
.no-touch a.how_we_picked_anchor:active {
	color: #1b4abe;
}
.how_we_picked_anchor:after {
    content: '';
    display: inline-block;
    height: 11px;
    width: 18px;
    margin-left: .5rem;
    background-image: url('data:image/svg+xml,%3Csvg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M15.3302 6.13884L1.11684e-07 6.13884L0 4.86133L15.3302 4.86133L15.3302 6.13884Z" fill="%231b4abe"%3E%3C/path%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M15.2891 5.49932L11.5703 1.68697L12.4848 0.794922L17.0738 5.49932L12.4848 10.2037L11.5703 9.31168L15.2891 5.49932Z" fill="%231b4abe"%3E%3C/path%3E%3C/svg%3E');
	background-size: contain;
    background-repeat: no-repeat;
}
.how_we_picked_anchor.back_to_top:after {
	transform: rotate(-90deg);
}

/* cclabels */
.cclabels {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	/*left: 25px;
	right: 25px;*/
	z-index: 1;
}
.cclabels .cclabel {
	float: left;
	border-radius: .25rem;
	padding: .25rem .5rem;
	font-size: .75rem;
	font-weight: 400;
	color: #282b30;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.cclabels .cclabel.goodprice {
	background: #d1ffe3;
}
.cclabels .cclabel.saving {
	float: right;
	background: #fff570;
}
.cclabels .cclabel.blackfriday,
.cclabels .cclabel.cybermonday {
	background: #000;
	color: #fff;	
}
.cclabels .cclabel.christmas {
	background: #c54245;
	color: #fff;
}
.cclabels .cclabel.jansale {
	background: #fff570;
	color: #333;
}

/* listing_card -> bestdeal */
.listing_card .upper .bestdeal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: .875rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
}
.listing_card .upper .bestdeal .thewhy {
	flex: 100%;
	font-weight: 500;
}
.listing_card .upper .bestdeal .selling_points {
	flex: 1;
}
.listing_card .upper .bestdeal .selling_points ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.listing_card .upper .bestdeal .cta {
	flex: 1;
	text-align: center;
	align-self: center;
}
.listing_card .upper .bestdeal .cta a {
	text-decoration: none;
}
.listing_card .upper .bestdeal .cta .todealer {
	background: #21ba87;
	color: #fff;
	
	border: 1px solid #eee;
	line-height: 48px;
	border-radius: 24px;
	font-weight: 500;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing_card .upper .bestdeal .cheapest {
	text-align: center;
	font-size: .65rem;
	color: #555;
	font-weight: 500;
	padding-top: 0.25rem;
}
.bestdeal .checkbox {
	
}
.listing_card .upper .bestdeal .selling_points ul.partner_usps li {
	
}
.listing_card .upper .bestdeal .selling_points ul.partner_usps li:before{
	content: ' ';
	float: left;
	background-image: url(/images/round-checkbox.svg);
	background-repeat: no-repeat;
	background-size: 8px 8px;
	background-position: 4px;
	text-align: center;
	width: 16px;
	height: 16px;
	margin: 6px 4px 0 0;
	background-color: #d5f5d7;
	border-radius: 100%;
}

/* events */
.cbutton {
	background: #555;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: .875rem;
	font-weight: 500;
	border-radius: .5rem;
	padding: 0 1.5rem;
	text-align: center;
	line-height: 48px;
	min-height: 48px;
	
	position: relative;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cbutton.two {
	line-height: 20px;
	padding-top: 4px;
	text-transform: none;
	-webkit-line-clamp: 2;	
}
.cbutton:after {
	content: '\276F';
	position: absolute;
	top: 0;
	right: 10px;
}
.cbutton.two:after {
	top: 14px;
}
.clink {
	background: none;
	color: initial;
	line-height: 48px;
}
.eventpage.blackfriday .cbutton {
	background: #FFB700;
	color: #000;
}
.eventpage.christmas .cbutton {
	background: #c54245;
	color: #fff;
}
.eventpage.singlesday .cbutton {
	background: #000;
	color: #ed90b7;
}
.eventpage.cybermonday .cbutton {
	background: #000;
	color: #fff;
}
.eventpage.jansale .cbutton {
	background: #fff570;
	color: #333;
}
.eventpage .event_partner {
	border-radius: 0.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%);
	border: 1px solid #eee;
	padding: 1rem 1.5rem;
}
.event_partner .partner_lbl {
	border: 1px solid #000;
	font-size: .75rem;
	font-weight: 500;
	border-radius: .25rem;
	width: inherit;
	color: #000;
	padding: .25rem;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.eventpage .event_partner .partner_img {
	height: 100px;
	max-width: 175px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.eventpage .event_partner .partner_img img {
	max-height: 40px;
	max-width: 100%;
	transition: all .3s;
}
.no-touch .eventpage .event_partner:hover .partner_img img {
	transform: scale(1.025);
    transition: all .3s;
}
.eventpage .header {
	background-color: #ccc;
	background-image: radial-gradient(circle at center center, #ccc, #555), repeating-radial-gradient(circle at center center, #ccc, #ccc, 20px, transparent 40px, transparent 20px);
	background-blend-mode: multiply;
	border-radius: .25rem;
	display: flex;
	justify-content: center;
	padding: 1rem;
}
.eventpage.blackfriday .header,
.eventpage.blackfriday .tape .inner,
.eventpage.blackfriday .event_deal_card.intro,
header .menu ul li.event a.blackfriday {
	color: #fff;
	background-color: #444;
	background-image: radial-gradient(circle at center center, #000, #555), repeating-radial-gradient(circle at center center, #000, #000, 20px, transparent 40px, transparent 20px);
	background-blend-mode: multiply;
}
.eventpage.christmas .header {
	background: #c54245;
	background-blend-mode: unset;
	background-image:
		url(../images/uYjnk8N.png),
		url(../images/iAGD6MA.png),
		url(../images/hIJDjbg.png);
	animation: snow 30s linear infinite;
	color: #fff;
}

.eventpage.jansale .header {
	background: #fff570;
	color: #333;
}

@keyframes snow {
	0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
	100% {background-position: 500px 1000px, 400px 400px, 300px 300px}
}
	
.eventpage.christmas .tape .inner {
	background: transparent;
}
.eventpage.christmas .event_deal_card.intro/*,
header .menu ul li.event a.christmas*/ {
	color: #fff;
	background-color: #b6383b;
	background-image: radial-gradient(circle at center center, #7c2628, #a33235), repeating-radial-gradient(circle at center center, #d16a6c, #d16a6c, 20px, transparent 40px, transparent 20px);
	background-blend-mode: multiply;
}
header .menu ul li.event a.christmas {
	/*background: #263238;*/
	background: #c54245;
	background-blend-mode: unset;
	background-image:
		url(../images/uYjnk8N.png),
		url(../images/iAGD6MA.png),
		url(../images/hIJDjbg.png);
	animation: snow 30s linear infinite;
	color: #fff;
}

.eventpage.singlesday .header,
.eventpage.singlesday .event_deal_card.intro,
header .menu ul li.event a.singlesday {
	color: #fff;
	background-color: #000;
	background: repeating-linear-gradient( -45deg, #ed90b7, #ed90b7 10px, #000 10px, #000 25px ) !important;
}

.eventpage.cybermonday .header,
.eventpage.cybermonday .event_deal_card.intro,
header .menu ul li.event a.cybermonday {
	color: #fff;
	background-image: repeating-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), repeating-linear-gradient(45deg, #000 25%, #111 25%, #111 75%, #000 75%, #000);
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
}

.eventpage .tape {
	border-radius: .25rem;
	border: 10px solid transparent;
	width: 100%;
	height: 100%;
}
.eventpage.blackfriday .tape/*,
.eventpage.christmas .tape*/ {
	background:
		radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%) padding-box,
		radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) border-box
	;
}
.eventpage .singlesday .tape {
	background: none;
}
.eventpage .tape .inner {
	width: 100%;
	border-radius: .25rem;
	height: 100%;
}
.eventpage .tape .inner .core {
	max-width: 750px;
	height: 100%;
	padding: 2rem 1.25rem;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.eventpage.singlesday .tape .inner .core {
	background: #000;
	border-radius: .25rem;
	box-shadow: 0 0 25px rgba(255,255,255,.5);
}
.eventpage .tape .inner .core p {
	margin: 0;
}
.eventpage .header h1,
.eventpage .header h1 span {
	font-size: 2rem;
}
.eventpage.cybermonday .event_deal_card.intro h3,
.eventpage.cybermonday .header h1 span {
	color: #fff;
	animation: flicker 1.5s infinite alternate;
}
@keyframes flicker {
	0%, 18%, 22%, 25%, 53%, 57%, 100% {
		text-shadow:
		0 0 4px #fff,
		0 0 11px #fff,
		0 0 19px #fff,
		0 0 40px #0fa,
		0 0 80px #0fa,
		0 0 90px #0fa,
		0 0 100px #0fa,
		0 0 150px #0fa;
	}
	20%, 24%, 55% {
		text-shadow: none;
	}
}
.eventpage .header p {
	margin: 0;
}
.eventpage ul.best_post_product_types {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* event_partner_box at e.php */
.event_partner_box {
	box-shadow: 0 1px 3px 0 rgba(32,76,136,.15);
	border: 1px solid #eee;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	border-radius: .25rem;
}
.event_partner_box img {
	max-height: 40px;
	max-width: 80%;
	transition: all .3s;
}
.no-touch .event_partner_box:hover img {
	transform: scale(1.025);
	transition: all .3s;
}

/* events -> event_deal_card */
.eventpage .event_deal_card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	border-radius: .25rem;
	padding: 1rem;
	-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%);
	border: 1px solid #000;
}
.eventpage .event_deal_card.intro {
	text-align: center;
	position: relative;
	border: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.eventpage .event_deal_card.intro h3 {
	/*text-transform: uppercase;*/
	text-transform: capitalize;
	font-size: 1.25rem;
	margin: 0;
}
.eventpage .event_deal_card.intro a {
	text-decoration: underline;
	color: inherit;
	font-weight: 500;
}
.eventpage .event_deal_card.intro .intro_lbl {
	position: absolute;
	top: 1rem;
	left: -2px;
	padding: .5rem 1rem .5rem .5rem;
	max-width: 90%;
	text-align: left;
	background: #ccc;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
}
.eventpage .event_deal_card.intro .intro_lbl span {
	font-weight: 400;
}
.eventpage .event_deal_card .image {
	position: relative;
	width: 100%;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eventpage .event_deal_card .image img {
	height: initial;
	max-height: 165px;
	transition: all .3s;
}
.no-touch .eventpage .event_deal_card:hover .image img {
	transform: scale(1.025);
    transition: all .3s;
}
.eventpage .event_deal_card .image .saving_lbl {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: .85rem;
	font-weight: 500;
}
.eventpage .event_deal_card .product_title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: .85rem;
	color: initial;
	font-weight: 500;
	text-align: center;
}
.eventpage .event_deal_card .buyat {
	padding: .5rem 0;
	width: 100%;
}
.eventpage .event_deal_card .buyat .savings {
	font-size: .75rem;
	color: initial;
	text-align: center;
}
.eventpage .event_deal_card .timesince {
	text-align: left;
	width: 100%;
	border-top: 1px solid #eee;
	margin-top: .75rem;
	padding: 0.75rem 0 0 ;
	color: #555;
	font-size: .75rem;
}

/* countdown */
.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.countdown .timer {
	display: flex;
}
.countdown .timer .field {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.countdown .timer .field .digit {
	background: #ccc;
	color: #000;
	height: 65px;
	width: 75px;
	padding: .5rem 1rem;
	border-radius: .25rem;
	margin: 0 .5rem;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.eventpage.blackfriday .countdown .timer .field .digit {
	background: #000;
	color: #fff;
}
.eventpage.christmas .countdown .timer .field .digit {
	background: #c54245;
	color: #fff;
}
.eventpage.singlesday .countdown .timer .field .digit {
	background: #000;
	color: #ed90b7;
}
.eventpage.cybermonday .countdown .timer .field .digit {
	background: #000;
	color: #fff;
}
.eventpage.jansale .countdown .timer .field .digit {
	background: #fff570;
	color: #333;
}

/* MAP */
.post_map #map {
	height: 400px;
	width: 100%;
	background: #eee;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.post_map .missingpin {
	background: #eef4ff;
	padding: 1rem;
	border-radius: .25rem;
	font-size: 0.85rem;
}
.post_map .post_map_card {
	box-shadow: 0 1px 3px 0 rgb(32 76 136 / 15%);
	border: 1px solid #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding: 10px;
	border-radius: 0.25rem;
	height: 100%;
}
.post_map .post_map_card a {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 100%;
}
.post_map .locator {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	flex-direction: row;
	background: #eee;
	padding: .75rem 1rem;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.post_map .locator .guide {
	padding-right: .5rem;
}
.post_map .locator .guide label {
	margin: 0;
	line-height: 38px;
	font-size: .85rem;
}
.post_map .locator .input_output {
	flex: 1 0 50%;
	padding-left: .5rem;
}
.post_map .locator .input_output #output_result.found {
	font-size: .85rem;
	background: #f4ffee;
	padding: 0.5rem;
	border-radius: 0.25rem;
	margin-top: 0.25rem;
}

/* flickity */
.flickity {
	
}
.flickity.product_listing {
	overflow: hidden;
	height: 330px;
	padding-bottom: 30px;
}
.flickity.product_offers {
	height: 250px;
}
.flickity .flickity-page-dots {
	bottom: 5px;
}

/*.flickity .flickity-button {
	background: transparent;
}
*/
/*
.flickity .flickity-prev-next-button.previous {
	display: block;
	top: calc(50% - 22px);
}
.flickity .flickity-prev-next-button.next {
	display: block;
}

.flickity .carousel-cell {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	counter-increment: carousel-cell;
}
.flickity.product_listing .carousel-cell {
	width: 66%;
	height: 300px;
	background: #ccc;
	margin-right: 10px;
	border-radius: 5px;
}
.flickity.product_offers .carousel-cell {
	
}
.flickity.product_offers .carousel-cell {
	
}
.flickity .carousel-cell img,
.flickity .carousel-cell iframe {
	border-radius: 5px;
    height: 100%;
	width: 100%;
	object-fit: cover;
}

.flickity .carousel-cell-image {
	transition: opacity 0.4s;
	opacity: 0;
}
.flickity .carousel-cell-image.flickity-lazyloaded,
.flickity .carousel-cell-image.flickity-lazyerror {
	opacity: 1;
}
.flickity .carousel-cell.contain {
	background: #fff;
}
.flickity .carousel-cell.contain img {
	object-fit: contain;
}
*/

/* swiper */
.swiper {
	width: 100%;
}
.swiper.mainSwiper {
	height: 310px;
	width: 100%;
	margin-bottom: .25rem;
	--swiper-navigation-color: #fff;
	--swiper-pagination-color: #fff;
	/*background: rgba(40, 63, 75, 0.05);*/
}
.swiper.mainSwiper.postSwiper {
	height: 375px;
	border-top-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.swiper.thumbsSwiper {
	box-sizing: border-box;
	margin-bottom: .5rem;
	height: 50px;
}
.swiper .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper .swiper-wrapper .swiper-slide.image {
	height: inherit;
}
.swiper .swiper-wrapper .swiper-slide.image video {
	object-fit: cover;
	height: 100%;
}
.swiper .swiper-wrapper .swiper-slide.video {
	background: #000;
}
.swiper.thumbsSwiper .swiper-wrapper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
}
.swiper.thumbsSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.swiper .swiper-wrapper .swiper-slide.image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper .swiper-wrapper .swiper-slide.image.contain img {
	object-fit: contain;
}

.swiper .swiper-slide .videotainer {
	padding-bottom: 56.25%;
}
.swiper .swiper-slide .videotainer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
}
.swiper .swiper-slide .ytplaybtn {
	background: red;
	border-radius: 50% / 10%;
	color: #FFFFFF;
	font-size: .5rem;
	height: 1.5rem;
	padding: 0;
	text-align: center;
	text-indent: 0.1em;
	transition: all 150ms ease-out;
	width: 4em;
	position: absolute;
}
.swiper .swiper-slide .ytplaybtn::before { 
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
}
.swiper .swiper-slide .ytplaybtn::after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	position: absolute;
	width: 0;
}
.swiper.listing_product .swiper-pagination {
	display: none;
}

/* listing_ product */
.listing_product {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.75rem 1.5rem;
	
	border-radius: 0.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%);
	border: 1px solid #eee;
	
	margin-bottom: 1rem;
}

/* heading */
.listing_product .heading h3 {
	color: initial;
	line-height: 1.5;
	margin: 0;
}

.listing_product .heading h3.roundup {
	font-weight: 400;
}
.listing_product .heading h3.roundup span  {
	font-weight: 500;
	border-style: double;
	border-width: 0 0 4px 0;
	color: initial;
}

/* content */
.listing_product .content {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: space-between;
}

/* lefty */
.listing_product .lefty {
	flex: 0 0 30%;
	width: 30%;
	order: 1;
}
.listing_product .lefty {
	position: relative;
}
.listing_product .lefty .listing_media_placeholder,
.listing_product .listing_media_placeholder {
	margin-bottom: .5rem;
}
.listing_product .lefty .listing_media_placeholder .image_placeholder,
.listing_product .listing_media_placeholder .image_placeholder {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
}
.listing_product .lefty .listing_media_placeholder .image_placeholder picture,
.listing_product .listing_media_placeholder .image_placeholder picture {
	display: flex;
	justify-content: center;
	height: 310px;
	background-color: rgba(40, 63, 75, 0.05);
	border-radius: .25rem;
}
.listing_product .lefty .listing_media_placeholder .image_placeholder picture img,
.listing_product .listing_media_placeholder .image_placeholder picture img {
	mix-blend-mode: multiply;
	object-fit: contain;
	padding: 1rem;
	height: 100%;
	width: 100%;
}
.listing_product .lefty .listing_media_placeholder .image_placeholder figure,.
.listing_product .listing_media_placeholder .image_placeholder figure {
	margin: 0;
}
.listing_product .lefty .listing_media_placeholder .image_placeholder figure figcaption,
.listing_product .listing_media_placeholder .image_placeholder figure figcaption {
	min-height: 40px;
	line-height: 20px;
}

/* righty */
.listing_product .righty {
	flex: auto;
	display: flex;
	gap: 1rem;
	order: 2;
	flex-direction: column;
}
.listing_product .description p,
.listing_product .description a,
.listing_product .description ul {
	font-size: .85rem;
}
/*
.listing_product .description p,
.listing_product .description a {
	display: inline;
	margin: 0;
}*/

/*.listing_product .description p a {
	color: #f55310;
}*/

/* righty -> listing_offers_table */
.listing_offers_table {
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
}
.listing_offers_table .product_offer {
	/*display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .5rem .25rem;
	gap: .75rem;*/
}
.no-touch .listing_offers_table .product_offer:hover {
	background: rgba(40, 63, 75, 0.025);
}
.no-touch .listing_offers_table .product_offer:hover .cta .gotooffer {
	/*background: #e14a0a;*/
	opacity: .8;
}
.listing_offers_table .product_offer .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .5rem;
	gap: 0.75rem;
	color: initial;
}
.listing_offers_table .product_offer.visual {
	border-top: 1px dotted #ccc;
}
.listing_offers_table .product_offer.visual.first {
	border-top: 0;
}
.listing_offers_table .product_offer .logo {
	flex: 0 0 100px;
}
.listing_offers_table .product_offer .logo img {
	height: 22px;
	max-width: 100px;
	width: auto;
	object-fit: contain
}
.listing_offers_table .product_offer .partner_usps {
	flex: 0 0 175px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	font-size: .75rem;
}
.listing_offers_table .product_offer .partner_usps .stock {
	float: left;
	font-weight: initial;
}
.listing_offers_table .product_offer .partner_usps .stock:before {
	content: '\A';
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-right: .25rem;
}
.listing_offers_table .product_offer .partner_usps .delivery {
	color: #585858;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing_offers_table .product_offer .prices {
	flex: 0 0 165px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.listing_offers_table .product_offer .prices .old_price {
	color: #585858;
	font-weight: 500;
	font-size: .85rem;
	position: relative;
	margin-right: 0.5rem;
}
.listing_offers_table .product_offer .prices .old_price:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 1px solid #222 !important;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.listing_offers_table .product_offer .prices .final_price {
	font-weight: 700;
	font-size: 1.125rem;
}
.listing_offers_table .product_offer .prices .final_price.couponed {
	color: #f0a800;
}
.listing_offers_table .product_offer .prices .coupon_req {
	flex: 1 0 100%;
	font-size: .65rem;
	text-align: right;
	font-style: italic;
}
.listing_offers_table .product_offer .cta {
	flex: 0 0 85px;
}
.listing_offers_table .product_offer .cta .gotooffer {
	/*background: #f55310;*/
	background: var(--theme-color);
	color: #fff;
	border-radius: 0.25rem;
	min-height: 48px;
	line-height: 48px;
	font-size: .85rem;
	font-weight: 400;
	cursor: pointer;
	padding: 0 1.5rem 0 .75rem;
	position: relative;
}
.listing_offers_table .product_offer .cta .gotooffer:after {
	content: '\276F';
	position: absolute;
	top: 0;
	right: .75rem;
}
.listing_offers_table .product_offer .coupon {
	text-align: center;
	background: #fdf2d9;
	border: 1px dashed #f0a800;
	color: #f0a800;
	font-size: .825rem;
	font-weight: 400;
	padding: .5rem .75rem;
	margin: 0 1rem .5rem;
	border-radius: .25rem;
}
.listing_offers_table .product_offer .coupon span {
	font-weight: 700;
}
.listing_offers_table .product_offer .coupon svg {
	padding-right: .25rem;
}


/* proscons */
.listing_product .proscons-attributes {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
.listing_product .proscons-attributes .box {
	width: 50%;
}
.listing_product .proscons-attributes .box .title {
	position: relative;
	margin: 0;
	font-size: .85rem;
	font-weight: 400;
	padding-bottom: .25rem;
	margin-bottom: .25rem;
}
.listing_product .proscons-attributes .box .title a {
	float: right;
	font-weight: 400;
}
.listing_product .proscons-attributes .box .title.pros {
	/*color: #4caf50;*/
	color: #2b642e;
}
.listing_product .proscons-attributes .box .title.cons {
	color: #C73F65;
}
.listing_product .proscons-attributes .box .title:before,
.listing_product .proscons-attributes .box .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	border-radius: 4px;
}
.listing_product .proscons-attributes .box .title:before {
	background: #333;
	opacity: .2;
}
.listing_product .proscons-attributes .box .title.pros:before {
	/*background: #4caf50;*/
	background: #2b642e;
}
.listing_product .proscons-attributes .box .title.cons:before {
	background: #C73F65;
}
.listing_product .proscons-attributes .box .title:after {	
	background: #333;
	width: 60%;
}
.listing_product .proscons-attributes .box .title.pros:after {
	/*background: #4caf50;*/
	background: #2b642e;
}
.listing_product .proscons-attributes .box .title.cons:after {
	background: #C73F65;
}
.listing_product .proscons-attributes .box ul {
	font-size: .775rem;
	padding: 0;
	margin-bottom: 0;
}
.listing_product .proscons-attributes .box ul li {
	padding: 0;
	list-style: none;
}
.listing_product .proscons-attributes .box ul.proscons li {
	padding-left: 18px;
}

/* listing_product > listing_product_offers > listing_offer_heading */
.listing_offer_heading {
	font-size: .85rem;
	font-weight: 400;
	background: rgba(40, 63, 75, 0.05);
	padding: 0.5rem 0.75rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: .25rem;
	text-align: center;
}

.selected_placeholder {
	display: flex;
	margin-bottom: .5rem;
}
.selected_placeholder span {
	/*background: #e05329;*/
	background: #f55310;
	color: #fff;
	border-radius: 0.25rem;
    padding: 0.25rem .75rem;
	margin: 0 .25rem .25rem 0;
	font-size: .825rem
}

/* listing_product > review_buttons */
.listing_product .review_buttons {
	display: flex;
	gap: 1rem;
}

/* listing_product > listing_product_offers */
.listing_product .listing_product_offers {
	display: flex;
	flex-direction: column;
	position: relative;
}
.listing_product .listing_product_offers .variant_selector {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	
	gap: .5rem;
	
	margin-bottom: .75rem;
}
.listing_product .listing_product_offers .variant_selector label {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	border-radius: .25rem;
	padding: .25rem;
	
	height: 70px;
	width: 100%;
	
	font-size: .85rem;
	text-align: center;
	margin: 0;
	background: rgba(40, 63, 75, 0.05);
	
	position: relative;
}
.listing_product .listing_product_offers .variant_selector.low label {
	height: 50px;
}
/*.listing_product .listing_product_offers .variant_selector label span.variant_label {
	font-weight: 400;
}*/
.listing_product .listing_product_offers .variant_selector input[type="radio"] {
	display: none;
}
.no-touch .listing_product .listing_product_offers .variant_selector label:hover,
.listing_product .listing_product_offers .variant_selector input[type="radio"]:checked+label {
	 cursor: pointer;
}
.no-touch .listing_product .listing_product_offers .variant_selector label:hover:after,
.listing_product .listing_product_offers .variant_selector input[type="radio"]:checked+label:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.listing_product .listing_product_offers .variant_selector input[type="radio"]:checked+label:after {
	/*background: #e05329;*/
	background: #f55310;
}
.listing_product .listing_product_offers .variant_selector label img {
	flex-grow: 1;
	object-fit: contain;
	mix-blend-mode: multiply;
	max-height: 40px;
}
.listing_product .listing_product_offers .variant_selector label .price_from {
	font-size: .8125rem;
	line-height: 20px;
	height: 20px;
}
.listing_product .listing_product_offers .variant_selector label .price_from span {
	font-size: .675rem;
}
.listing_product .listing_product_offers .show_more_shops {
	text-align: center;
	font-size: .85rem;
	border-top: 1px solid #ccc;
}

/* listing_product roundup_all */
.roundup_all {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f8f5ec;
	padding: 1rem;
}

/* grid_item */
.grid_item.na,
.grid_item.inactive {
	background: linear-gradient(to bottom right,#fff calc(50% - 1px),#e0e0e0,#fff calc(50% + 1px));
}
.grid_item.na label img,
.grid_item.na label span,
.grid_item.inactive label img,
.grid_item.inactive label span {
	opacity: .3;
}
.grid_item.na label .price_from,
.grid_item.inactive label .price_from {
	visibility: hidden;
}

/* leadfrm */
.leadfrm {
	background: #f2f5f5;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 2rem;
	border-radius: .25rem;
	text-align: center;
	gap: .75rem;
}
.leadfrm p.heading {
	font-size: 1.35rem;
	font-weight: 500;
}
.leadfrm p {
	margin: 0;
	line-height: initial;
}
.leadfrm.outbound img {
	height: 50px;
}
.leadfrm.inbound form {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	gap: 0.5rem;
}
.leadfrm.inbound form>div {
	position: relative;
	height: 48px;
}
.leadfrm.inbound form .lbl {
	position: absolute;
	top: 12px;
	left: 1rem;
	margin: 0;
	text-align: left;
	background: #fff;
	transition: all 0.2s ease-in-out;
	cursor: text;
}
.leadfrm.inbound input {
	height: 48px;
	width: 100%;
	padding-left: 1rem;
	border: 1px solid #555;
	border-radius: .25rem !important;
}
.leadfrm.inbound form .lbl.active {
	top: -10px;
	left: 10px;
	font-size: .75rem;
	background: #000;
	color: #fff;
	padding: .25rem .5rem;
	border-radius: 5px;
	line-height: 1;
	transition: all 0.2s ease-in-out;
}
.leadfrm.inbound input[type=submit]	{
	background: #21ba87;
	color: #fff;
	border: 0;
}

/* curved */
.curved {
	border-top-right-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

/* grid_gallery */
.grid_gallery {
	display: grid;
	max-height: 500px;
	grid-gap: 10px;
	overflow: hidden;
	grid-template-areas:
		"main main sub1 sub2"
		"main main sub3 sub4"
	;
	/*grid-template-columns: 1fr 1fr fit-content(100%) fit-content(100%);*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_gallery.oneclms {
	grid-template-areas:
		"main"
	;
	grid-template-columns: 1fr;
	/*
	aspect-ratio: 16 / 9;
	max-height: initial;
	*/
}
.grid_gallery.oneclms {
    max-height: unset;
}
.grid_gallery.oneclms .grid_media.main {
    max-height: unset;
}
.grid_gallery.twoimgs {
	grid-template-areas:
		"main sub1"
	;
	grid-template-columns: 2fr 1fr;
}
.grid_gallery.twoclms {
	grid-template-areas:
		"main main sub1"
		"main main sub2"
	;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid_gallery .grid_media {
	position: relative;
}
.grid_gallery .grid_media.main {
	grid-area: main;
	max-height: 490px;
	line-height: 0;
}
.grid_gallery .grid_media.sub {
	aspect-ratio: 1;
	max-height: 240px;
	width: 100%;
	line-height: 0;
}
.grid_gallery.twoimgs .grid_media.sub {
	max-height:initial;
}
.grid_gallery .grid_media.sub.cnt1 {
	grid-area: sub1;
}
.grid_gallery .grid_media.sub.cnt2 {
	grid-area: sub2;
}
.grid_gallery .grid_media.sub.cnt3 {
	grid-area: sub3;
}
.grid_gallery .grid_media.sub.cnt4 {
	grid-area: sub4;
}
.grid_media img,
.grid_media video,
.grid_media lite-youtube {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.grid_gallery .grid_media #fallbackPlaceholder,
.grid_gallery .grid_media #frame,
#fallbackPlaceholder {
	max-height: 490px !important;
}
.grid_gallery .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.65);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
}

.modal_grid_gallery {
	display: none;
	
    position: fixed;
    flex-direction: column;
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #fff;
}
.modal_grid_gallery.show-modal {
	display: flex;
}
.modal_grid_gallery .modal_grid_gallery_navigation {
	background: #fff;
	height: 60px;
	line-height: 60px;
	display: flex;
	z-index: 1;
	justify-content: space-between;
}
.modal_grid_gallery .modal_grid_gallery_content {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 0 1.5rem;
	width: 100%;
	gap: 1rem;
	overflow-y: auto !important;
}
.modal_grid_gallery .modal_grid_gallery_content .grid_media {
    /*max-height: 490px;*/
    width: 100%;
    max-width: 650px;
}
.modal_grid_gallery .modal_close {
	font-size: .85rem;
	text-decoration: underline;
}
.modal_grid_gallery .modal_close svg {
	height: 24px;
	width: 24px;
	margin: 0 .75rem;
}
.modal_grid_gallery .modal_close:hover,
.modal_grid_gallery .modal_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* container 2023 */
.container-flex {
	display: grid;
	/*grid-template-columns: minmax(auto, 765px) 1fr;*/
	grid-template-columns: minmax(auto, 70%) minmax(auto, 30%);
	grid-gap: 1rem;
}
.container-flex .main {
	grid-column: 1/2;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.container-flex .sidebar {
	grid-column: 2/2;
	position: relative;
}

/* product_review */
.product_review .product_medias {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.product_review .cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	gap: .5rem;
}
.product_review .cta img {
	max-width: 100px;
	max-height: 85px;
	width: auto;
}
.product_review .cta span {
	font-size: .75rem;
	color: #555;
	font-weight: 400;
	padding-top: 0.25rem;
}

.product_review .mentioned {
	text-align: center;
}
.product_review .mentioned ul {
	padding: 0;
	margin: 0;
}
.product_review .mentioned ul li {
	list-style: none;
}
.product_review .mentioned ul li a {
	font-weight: 400;
	text-decoration: underline;
	/*font-size: 1.15rem;
	line-height: 48px;*/
}

/* sidebar */
.sidebar h4 {
	font-size: 1rem;
	margin: 0;
	text-align: center;
}

.sidebar .by_creators {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f8f5ec;
	padding: 1rem 1.5rem;
	min-height: 60px;
}
.sidebar .by_creators .creator {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.sidebar .by_creators .creator a {
	font-size: .85rem;
}
.sidebar .by_creators .creator .creator_image {
	height: 40px;
	width: 40px;
}
.sidebar .by_creators .creator .creator_image img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar .last_updated {
	text-align: center;
	/*line-height: 48px;*/
	font-size: .85rem;
	color: #676767;
	padding: 0.5rem 0 1.5rem;
}

/* product -> wtb */
.wtb {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: #f8f5ec;
	padding: 1rem;
	max-width: 350px;
	margin: auto;
}
.wtb h4 {
	text-align: center;
}
.sidebar .wtb {
	position: sticky;
	top: calc(60px + 1rem);
}
.wtb .product_info {
	display: grid;	
	grid-template-areas:
		"media stars"
		"media title"
	;
	grid-template-columns: minmax(85px, auto) 1fr;
}
.wtb .product_info .media {
	grid-area: media;
	background: #fff;
	padding: .25rem;
	margin-right: .5rem;
}
.wtb .product_info .media img {
	max-height: 75px;
	width: auto;
    margin: auto;
}
.wtb .product_info .star_rating {
	grid-area: stars;
}
.wtb .product_info .star_rating svg {
	width: 15px;
	height: 15px;
}
.wtb .product_info .title {
	grid-area: title;
	font-weight: 500;
}
.wtb .offers .more_shops {
	font-size: .75rem;
	font-weight: 500;
	text-align: center;
}
.wtb .offers .more_shops:before {
	content: '';
	display: block;
	margin: 1.5rem 0 0.5rem 10%;
	max-width: 80%;
	height: 1px;
	background: #676767;
}
.wtb .offers .link {
	color: initial;
	line-height: 30px;
	font-size: .85rem;
	text-decoration: underline;
	text-align: center;
}

/* product_reviw -> summary_box */
.summary_box {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	/*background: rgb(239, 237, 234);*/
	background: #f8f5ec;
	padding: 2rem;
}
.summary_box .reasons {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	gap: 1rem;
}
.summary_box .reasons h4 {
	font-weight: 700;
}
.summary_box .reasons>div ul {
	padding: 0;
	margin: 0;
}
.summary_box .reasons>div ul li {
	list-style: none;
	padding: 0;
	padding-left: 30px;
	line-height: inherit;
	position: relative;
}

.summary_box .reasons>div ul li:before {
	content: '';
	float: left;
	height: 20px;
	width: 22px;
	margin-top: 6px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
}
.summary_box .reasons>div.tobuy ul li:before {
	/*background-image: url(/images/ticker.svg);*/
	content: '\2714';
	color: rgba(76,175,80,1);
}
.summary_box .reasons>div.nobuy ul li:before {
	content: '\00D7';
	background: transparent;
	border: 1.5px solid #000;
	color: #000;
	border-radius: 0 0.5rem 0 0.5rem;
	line-height: 18px;
	text-align: center;
	font-weight: 400;
}
.summary_box .star_rating {
	text-align: center;
}
.summary_box .star_rating svg {
	height: 36px;
	width: 36px;
}
.summary_box .star_rating .creator {
	display: block;
	margin-top: 1rem;
}

/* comments */
.comments {
	display: flex;
	flex-direction: column;
}

.comments .join form {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.comments .join form .frm_box {
	display: flex;	
	flex-direction: column;
}
.comments .join form .frm_box.two {
	flex-direction: row;
	justify-content: space-between;
	gap: 1rem;
}
.comments .join form .frm_box.two .frm_box_inner {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.comments .join form .frm_box label,
.comments .join form .frm_box .label {
	font-size: .75rem;
	font-weight: 400;
	margin-bottom: .25rem;
}
.comments .join form .frm_box label span {
	color: red;
	padding-left: .5rem;
}
.comments .join textarea,
.comments .join input[type=text],
.comments .join input[type=email] {
	border-radius: .25rem;
	border: 1px solid #ccc;
	padding: .75rem;
}
.comments .join input[type=submit] {
	border: 0;
}
/*
.comments .join form .frm_box.medias input {
    width: 100%;
    border: 1px dotted #999;
    background: #f2f5f5;
    border-radius: .25rem;
    padding: .75rem 1rem;
}
.comments .join form .frm_box.medias {
    flex-direction: column;
}
*/
.comments .join form .frm_box.medias input[type="file"] {
    display: none;
}
.comments .join form .frm_box.medias .media_upload {
    cursor: pointer;
	width: width: 100%;
	border: 1px dotted #999;
	border-radius: .5rem;
	padding: 2rem 1rem;
	text-align: center;
	font-size: .85rem;
}
.comments .join form .frm_box.medias .media_upload:before {
	content: '\279C';
	transform: rotate(-90deg);
	border: 2px solid rgba(6,73,163,.5);
	height: 50px;
	width: 50px;
	margin: 0 auto 1rem;
	line-height: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	color: rgba(6,73,163,.5);
}
.no-touch .comments .join form .frm_box.medias:hover .media_upload {
	background: rgba(6,73,163,.1);
	border-color: rgba(6,73,163,1);
}
.no-touch .comments .join form .frm_box.medias:hover .media_upload:before {
	color: rgba(6,73,163,1);
	border-color: rgba(6,73,163,1);
}

.comments .comment {
	display: flex;
	margin-top: 2rem;
}
.comments .comment.reply {
	margin-left: calc(56px + 1rem);
}
.comments .comment .avatar {
	width: 56px;
	height: 56px;
	min-width: 56px;
	
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	
	padding: 2px;
	margin-right: 1rem;
}
.comments .comment .avatar.verified {
	/*border-color: #335ab9;*/
	border-color: var(--theme-color);
	background: #fff;
}
.comments .comment .avatar .empty {
	background: #c5c5c5;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	position: relative;
}
.comments .comment .avatar .empty svg {
	object-fit: cover;
	max-height: 100%;
	max-width: 100%;
}
.comments .comment .avatar img {
	object-fit: cover;
	border-radius: 50%;
}
.comments .comment .avatar .expert {
    /*background: #335ab9;*/
	background: var(--theme-color);
    padding: 1px 5px;
    border-radius: 0.25rem;
    font-size: .65rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.5rem;
	text-align: center;
}
.comments .comment .area {
	display: flex;
	flex-direction: column;
	padding-top: 0.5rem;
	gap: 0.5rem;
	width: 100%;
}
.comments .comment .area .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comments .comment .area .heading .creator_name {
	color: #335ab9;
	font-weight: 700;
	text-transform: capitalize;
}
.comments .comment .area .heading .creator_name a {
	color: inherit;
	text-decoration: underline;
}
.comments .comment .area .heading .created {
	color: #585858;
	font-size: .75rem;
	font-weight: 400;
}
.comments .comment .area .reply_to {
	font-size: .75rem;
	color: #585858;
	font-style: italic;
	font-weight: 400;
	border-left: 1px solid #ccc;
	margin-bottom: .5rem;
}
.comments .comment .area .reply_to svg {
	margin: 0 .5rem 0 .75rem;
}
.comments .comment .area .comment_txt {
	line-height: 1.5;
}
.comments .comment .area .medias {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem;
}
.comments .comment .area .medias .media {
	width: 125px;
	height: 125px;
}
.no-touch .comments .comment .area .medias .media:hover {
	cursor: pointer;
	opacity: .8;
}
.comments .comment .area .medias .media img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: .25rem;
}
.comments .comment .area .votes {
	display: flex;
	gap: .5rem;
	color: #888;
	font-size: .85rem;
	font-weight: 400;
	cursor: pointer;
}
.no-touch .comments .comment .area .votes:hover {
	color: #676767;
}
.comments .comment .area .votes svg {
	fill: #888;
}
.no-touch .comments .comment .area .votes:hover svg {
	fill: #676767;
}
.comments .comment .area .votes .upvote_cnt {
	line-height: 24px;
}
.comments .comment .area .votes.disabled {
	pointer-events: none;
	color: #335ab9;
}
.comments .comment .area .votes.disabled svg {
	fill: #335ab9;
}

.comments .success {
	background: rgba(76,175,80,.15);
	padding: 2rem;
	border-radius: 0.25rem;
	text-align: center;
}

.comments .comment .html {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	
	margin: .75rem 0;
}
.comments .comment .html table {
	width: 100%;
	font-size: .85rem;
}
.comments .comment .html table tr th {
	border: 1px solid #d9d9e3;
	padding: .5rem .75rem;
	font-weight: 400;
}
.comments .comment .html table tr td {
	border: 1px solid #d9d9e3;
	padding: .5rem .75rem;
}

/* comment_replies */
.comment_replies {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: .5rem;
}
.comment_replies .comment_reply {
	background: #f2f5f5;
	padding: .5rem 1rem;
	border-radius: .25rem;
}

/* new_version */
.new_version {
	background: #d5f6ea;
	padding: 1rem;
	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%);
}
.new_version.active {
	position: fixed;
	top: 10px;
	z-index: 9;
}

/* popup_media */
.popup_media {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);

	align-items: center;
	justify-content: center;
}

.popup_media img {
	border-radius: .25rem;
	max-width: 90%;
}

.popup_media .close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}

.popup_media .close:hover,
.popup_media .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* widget */
.widget {
	display: flex;
	flex-direction: column;
	/* gap: 1rem; */
	padding: 1rem;
	/* background: #335ab9; */
	/* color: #fff; */
	margin: 1.5rem 1rem;
	border: 1px solid #d3d3d3;
}
.widget .widget_header {
	text-align: center;
	background: #faf8f6;
	padding: 1rem 1rem 0.5rem;
}
.widget .widget_body {
	display: flex;
	flex: 1 0 100%;
	gap: 1rem;
	background: #faf8f6;
	padding: 0.5rem 1rem 1rem;
}
.widget .widget_body .calculator,
.widget .widget_body .results {
	flex: 1 0 calc(50% - .5rem);
}
.widget .widget_body .calculator {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.widget .widget_body .calculator .frm {
	display: flex;
	flex-direction: column;
}
.widget .widget_body .calculator .frm.hide {
	display: none;
}
.widget .widget_body .calculator .frm label {
	font-size: .85rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
}
.widget .widget_body .calculator .frm .input_box {
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
}
.widget .widget_body .calculator .frm .input_box input,
.widget .widget_body .calculator .frm .input_box select {
	padding: .75rem;
	border: 0;
	/*flex: 1 0 calc(100% - 50px);*/
	flex: 100%;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.widget .widget_body .calculator .frm .input_box input[type="date"],
.widget .widget_body .calculator .frm .input_box select {
	border: none;
	box-sizing: border-box;
	outline: 0;
	padding: .75rem;
	position: relative;
	width: 100%;
}
.widget .widget_body .calculator .frm .input_box input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.widget .widget_body .calculator .frm .input_box select option {
	padding: 0;
}
.widget .widget_body .calculator .frm .input_box input[type="range"] {
	height: 48px;
	margin: 0 0.75rem;
	padding: 0.75rem 0;
}
.widget .widget_body .calculator .frm .input_box span {
	border-left: 1px solid #ccc;
	background-color: rgba(248,250,252,1);
	flex: 1 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	font-size: .85rem;
	color: #64748b;
}
.widget .widget_body .calculator .frm .checkbox {
    display: flex;
    gap: 1rem;
}

.widget .widget_body .calculator .frm .checkbox label {
    background: #fff;
    display: flex;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    color: initial;
    padding: .75rem;
    margin: 0;
    cursor: pointer;
}
.widget .widget_body .calculator .frm .checkbox input:checked+label,
.no-touch .widget .widget_body .calculator .frm .checkbox label:hover {
	background: #00040b;
	color: #fff;
}
.widget .widget_body .calculator .frm .checkbox input {
    display: none;
}
.widget .widget_body .results {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
}
.widget .widget_body .results .result {
	flex: 1 0 100%;
}
.widget .widget_body .results .result span {
	display: block;
	font-size: 1.75rem;
	font-weight: 400;
}

/* blog_stats */
.blog_stats {
	background: #faf8f6;
	/*background: #efedea;*/
	color: #00040b;
	padding: 1.25rem calc(50% - 37.5rem);
	display: flex;
    justify-content: space-between;
	gap: 1rem;
	font-weight: 400
}
.blog_stats .copy {
	flex: 1;
}
.blog_stats .copy .intro {
	flex: 1 0 100%;
	font-size: 1.15rem;
}
.blog_stats .copy .tagline {
	flex: 1 0 100%;
    font-size: 1.5rem;
    font-weight: 500;
	color: inherit;
	margin: .25rem 0 0;
}
.blog_stats .links {
	flex: 1;
	display: flex;
	gap: .5rem;
	justify-content: flex-end;
	align-items: center;
}
.blog_stats .links .link {
	border-right: 1px dashed #d3d3d3;
	padding-right: 1rem;
	margin-right: 1rem;
	text-align: right;
}
.blog_stats .links .link:last-of-type {
	border: 0;
	padding: 0;
	margin: 0;
}
.blog_stats .links .link .number {
	font-size: 1.25rem;
	font-weight: 500;
}
.blog_stats .links .link .category {
	
}

/* spotlight */
.spotlight {
	display: flex;
	gap: 1rem;
}
/* spotlight - > updated_articles */
.spotlight .updated_articles {
	flex: 3;
	display: grid;
	gap: 1rem;
	/*grid-template-columns: repeat(6, auto);
	grid-template-rows: repeat(4, auto);*/
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-template-rows: repeat(4, minmax(0, 1fr));
}
.spotlight .updated_articles .trending_item {
	display: flex;
	flex-direction: column;
}
.spotlight .updated_articles .trending_item:first-child {
	grid-area: 1/1/4/5;
}
.spotlight .updated_articles .trending_item:nth-child(2) {
	grid-area: 1/5/3/7;
}
.spotlight .updated_articles .trending_item:nth-child(3) {
	grid-area: 3/5/5/7;
}
.spotlight .updated_articles .trending_item:nth-child(4) {
	grid-area: 4/1/5/3;
}
.spotlight .updated_articles .trending_item:nth-child(5) {
	grid-area: 4/3/5/5;
}
.spotlight .updated_articles .trending_item:hover .updated_media {
	transition: all .2s ease;
}
.no-touch .spotlight .updated_articles .trending_item:hover .updated_media {
	opacity: .8;
}
.spotlight .updated_articles .trending_item:first-child .updated_media {
	height: 350px;
}
.spotlight .updated_articles .trending_item:nth-child(2) .updated_media,
.spotlight .updated_articles .trending_item:nth-child(3) .updated_media {
	height: 165px;
}
.spotlight .updated_articles .trending_item .updated_media img {
	border-top-right-radius: .75rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.spotlight .updated_articles .trending_item .updated_content {
	display: flex;
	gap: .5rem;
	flex-direction: column;
	padding: 1rem;
	color: initial;
	height: 100%;
}
.spotlight .updated_articles .trending_item .updated_content .category_label {
	text-transform: uppercase;
	color: var(--theme-color);
	font-weight: 600;
	font-size: .85rem;
}
.spotlight .updated_articles .trending_item .updated_content .title {
	color: var(--theme-heading-color);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.15;
}
.spotlight .updated_articles .trending_item:first-child .updated_content .title {
	font-size: 1.75rem;
}
.spotlight .updated_articles .trending_item .updated_content .creator {
	font-weight: 400;
	font-size: .85rem;
	color: #646464;
	margin-top: auto;
}

/* spotlight - > tending_posts */
.spotlight .trending_posts {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.spotlight .trending_posts .header {
	background: var(--theme-color);
	border-top-right-radius: .75rem;
	text-align: center;
	padding: .75rem .5rem;
}
.spotlight .trending_posts .header h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0;
}
.spotlight .trending_posts ul.links {
	padding: 1.5rem 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 1rem;
	list-style: none;
	margin: 0;
}
.spotlight .trending_posts ul.links li {
	flex: 1 0 100%;
}
.spotlight .trending_posts ul.links li .trending_content {
	display: flex;
	flex-direction: column;
	color: initial;
}
.spotlight .trending_posts ul.links li .trending_content .title {
	color: var(--theme-heading-color);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.15;
}
.spotlight .trending_posts ul.links li .trending_content .creator {
	font-size: .85rem;
	margin-top: .25rem;
	color: #646464;
}

/* trust_us */
.trust_us {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	/*background: var(--theme-muted-color);
	padding: 2rem 1rem;*/
}

.trust_us .intro {
	color: var(--theme-heading-color);
}
.trust_us .intro h2 {
	margin-bottom: .5rem;
}

.trust_us .medias {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
	gap: 1rem;
}
.trust_us .medias .media_item {
	height: 185px;
	background: #fff;
}

.trust_us .medias .media_item {
	position: relative;
}
.trust_us .medias .media_item img {
	height: 100%;
	width: 100%;
	max-height: 185px;
	object-fit: cover;
	transition: all .2s ease;
}
.no-touch .trust_us .medias .media_item:hover img {
	opacity: .8;
}
.trust_us .medias .media_item .duration {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .25rem .5rem;
	background: var(--theme-color);
	color: #fff;
	font-size: .85rem;
	font-weight: 500;
	border-top-right-radius: .25rem;
}
.trust_us .medias .media_item .about {
	margin: 10px .5rem;
	font-size: .85rem;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* community */
.community {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.community .intro {
	color: var(--theme-heading-color);
}
.community .intro h2 {
	margin-bottom: .5rem;
}
.community .comments {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, auto));
	grid-gap: 1rem;
}
.community .comments .comment_item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.community .comments .comment_item .about_post {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--theme-color);
	color: #fff;
	padding: .5rem;
	font-size: .85rem;
	height: 48px;
}
.community .comments .comment_item .media {
	height: 125px;
}
.community .comments .comment_item .media img {
	max-height: 100%;
	object-fit: cover;
}
.community .comments .comment_item .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem .75rem 0;
}
.community .comments .comment_item .heading .name {
	/*color: #335ab9;*/
	font-weight: 500;
	text-transform: capitalize;
}
.community .comments .comment_item .heading .created {
	color: #585858;
	font-size: .75rem;
	font-weight: 400;
}
.community .comments .comment_item .heading .about {
	flex: 1 0 100%;
}
.community .comments .comment_item .txt {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 .75rem;
	margin: 1rem 0;
}
.community .comments .comment_item .txt a {
	
}
.community .comments .comment_item .view {
	margin-top: auto;
	font-size: .85rem;
	padding: 0 .75rem 1rem;
	text-align: right;
}

/* calendar */
.calendar {
	/*background-image: linear-gradient(var(--theme-muted-color) 80%,#fff);*/
	background: var(--theme-muted-color);
	padding: 1.25rem calc(50% - 37.5rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.calendar .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.calendar .media {
	flex: 1;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.calendar .media img {
	max-height: 225px;
	width: auto;
	/*transform: rotate(2deg);*/
}

/* related_posts (a.php) */
aside.related_posts {
	max-width: 1020px;
    margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.5rem 0;
}
aside.related_posts .card_post {
	flex: 1 0 calc(25% - 1rem);
}

/* card_post */
.card_post {
	display: flex;
    flex-direction: column;
	overflow: hidden;
}
.card_post .media {
	height: 165px;
}
.card_post .media img {
	object-fit: cover;
	height: 165px;
}

.card_post .content {
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
	padding: 1rem;
	color: initial;
	height: 100%;
}
.card_post .content .category_label {
	text-transform: uppercase;
	color: var(--theme-color);
	font-weight: 600;
	font-size: .85rem;
}
.card_post .content .title {
	color: var(--theme-heading-color);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.15;
}
.card_post .content .creator {
	font-weight: 400;
	font-size: .85rem;
	color: #646464;
	margin-top: auto;
}

/**/
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    /*max-width: 720px;*/
}

/* gradient */
/*
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

 /* page -> about */
.page.about .media {
	margin-bottom: 1rem;
	overflow: hidden;
}
.page.about .creator {
	display: grid;
	grid-template-areas:
		"image person"
		"image content"
	;
	column-gap: 1.5rem;
	row-gap: 0;
	grid-template-columns: 185px auto;
	margin: 1rem 0;
	padding-bottom: .5rem;
}
.page.about .creator p {
	margin: 0;
}
.page.about .creator .avatar {
	grid-area: image;
	width: 185px;
}
.page.about .creator .avatar.exists {
	height: 185px;
}
.page.about .creator .avatar img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.page.about .creator .meta {
	grid-area: person;
}
.page.about .creator .meta h3 {
	margin-bottom: .5rem;
}
.page.about .creator .content {
	grid-area: content;
}

/* media_carousel */
.media_carousel {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	max-width: 100%;
}

.media_carousel .carousel-container {
	position: relative;
	/*aspect-ratio: 16/9;*/
	height: 400px;
}
/*
.media_carousel .carousel-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
	visibility: hidden;
}
*/
.media_carousel .carousel-slide {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	transition: transform .5s ease;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.media_carousel .carousel-slide li {
	min-width: 100%;
}
.media_carousel .carousel-slide li .grid_media {
	/*aspect-ratio: 16/9;*/
	/*height: 420px;*/
}
.media_carousel .carousel-slide li .grid_media li {
	/*aspect-ratio: 16/9;*/
	/*height: 420px;*/
}
.media_carousel .carousel-slide .grid_media img,
.media_carousel .carousel-slide .grid_media video,
.media_carousel .carousel-slide .grid_media lite-youtube {
	height: 370px;
	background: #f6f6f6;
	background-size: cover;
}
.media_carousel button {
	position: absolute;
	top: calc(50% - 20px);
	cursor: pointer;
	
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out;
	background-color: rgba(255,255,255,.85);
	color: initial;
}
.no-touch .media_carousel button:hover {
	background-color: rgba(255,255,255,1);
}
.media_carousel button:before {
	display: block;
	font-size: 1.5rem;
}
.media_carousel .prevBtn {
	left: 10px;
}
.media_carousel .prevBtn:before {
	content: '\2039';
}
.media_carousel .nextBtn {
	right: 10px;
}
.media_carousel .nextBtn:before {
	content: '\203A';
}
.media_carousel .indicators {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
}
.media_carousel .indicators .indicator {
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;	
	margin: 0 .25rem;
	border: none;
	width: 0.375rem;
	height: 0.375rem;
	background: rgba(0,0,0,.15);
}
.media_carousel .indicators .indicator.active {
	background-color: rgba(0,0,0,.65);
	background-color: rgba(0,0,0,.65);
}

/* sources */
.sources {
	margin-bottom: 1rem;
}
.sources .guidelines {
	font-size: .85rem;
	background-color: #faf8f6;
    padding: .5rem 1rem;
	line-height: 1.75;
    border-radius: 0.25rem;
	margin: .5rem 0;
}
.sources ul {
	font-size: .85rem;
	margin: 0;
	list-style: decimal;
}

/* keypoints */
.keypoints {
	border-top: 6px solid var(--theme-color);
	border-bottom: 1px dotted var(--theme-color);
	padding: 1.25rem 1rem .25rem;
}
.keypoints span {
	color: var(--theme-color);
	font-size: 1.25rem;
	font-weight: 600;
}
.keypoints ul {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}
.keypoints ul li {
	position: relative;
	padding: 0 0 1rem 18px;
}
.keypoints ul li:last-of-type {
	padding-bottom: 0;
}
.keypoints ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	background: var(--theme-color);
	border-radius: 3px;
}

/* back to top */
#backToTopButton {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background-color: #335ab9;
	color: #fff;
	border: none;
	outline-width: 0;
	border-radius: .25rem;
	padding: .75rem 1rem;
	cursor: pointer;
}

.no-touch #backToTopButton:hover {
	background-color: #476ac0;
}

#backToTopButton span {
	margin-right: .25rem;
}

/* listing_products_grid */
.listing_products_grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.listing_products_grid .results {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
	grid-column-gap: .5rem;
	grid-row-gap: 1.5rem;
}
.listing_products_grid .results .grid_card a {
	color: inherit;
}
.listing_products_grid .results .grid_card .image  {
	background: rgba(32,33,36,0.04);
	border-radius: .25rem;
	padding: 1rem;
	position: relative;
}
.listing_products_grid .results .grid_card .image .savings_pct {
	position: absolute;
	top: .5rem;
	left: .5rem;
	border-radius: 0.25rem;
	display: inline-block;
	font-size: .75rem;
	font-weight: 500;
	line-height: 20px;
	padding: 0.15rem 0.5rem;
	
	background-color: #fff;
	border: 1px solid rgba(19,115,51,0.15);
	color: rgb(19,115,51);
}
.listing_products_grid .results .grid_card .image .placeholder {
	position: relative;
	height: 150px;
}
.listing_products_grid .results .grid_card .image img {
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.listing_products_grid .results .grid_card .prices {
	padding: .5rem 0 .25rem;
}
.listing_products_grid .results .grid_card .prices .final_price {
	display: inline;
	font-size: 1.125rem;
	font-weight: 500;
}
.listing_products_grid .results .grid_card .prices .old_price {
	display: inline;
	font-size: .925rem;
	text-decoration: line-through;
	margin-left: 0.25rem;
	color: rgba(35,35,50,.75);
}
.listing_products_grid .results .grid_card .title {
	color: rgb(95,99,104);
	font-size: .85rem;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}

.listing_products_grid .filters {
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap;
}
.listing_products_grid .filters .select {
	position: relative;
	margin-right: 1rem;
	font-size: .925rem;
}
.listing_products_grid .filters .select .dropdownLbl {
	cursor: pointer;
	background: #e4e3e5;
	color: #666;
	border-radius: 0.25rem;
	padding: 0.5rem 2rem .5rem 1rem;
}
.listing_products_grid .filters .select:after {
	position: absolute;
	right: 10px;
	top: 15px;
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.listing_products_grid .filters .select .dropdown {
	position: absolute;
	left: 0;
	min-width: 224px;
	max-width: 224px;
	max-height: 500px;
	overflow-x: auto;
	border-radius: .25rem;
	box-shadow: 0 3px 6px #00000029;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #e4e3e5;
	padding: .5rem;
	flex-direction: column;
}
.listing_products_grid .filters .select .dropdown .dropdown-search {
	border-radius: 0.25rem;
	border: 1px solid #e4e3e5;
	outline: 0;
	padding: 0 0.75rem;
	line-height: 35px;
	margin-bottom: 0.5rem;
}
.listing_products_grid .filters .select .dropdown input[type="radio"] {
	display: none;
    appearance: none;
    -webkit-appearance: none;
}
.listing_products_grid .filters .select .dropdown label {
	display: block;
	padding: .5rem .75rem;
	cursor: pointer;
}
.no-touch .listing_products_grid .filters .select:hover,
.no-touch .listing_products_grid .filters .select .dropdown input[type="radio"]:hover + label,
.listing_products_grid .filters .select .dropdown input[type="radio"]:checked + label {
    background-color: #e4e3e5;
}

/* atoc */
.atoc {
	background: #eef3f9;
	padding: 2rem 2rem 1rem 2rem;
}
.atoc .heading {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.atoc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-columns: 2;
	columns: 2;
}
.atoc ul li {
	margin-bottom: 1rem;
}
.atoc ul li a {
	color: inherit;
	font-weight: 400;
}

/* our_top_picks */
.our_top_picks {
					
}
.our_top_picks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.our_top_picks ul li {
	margin-bottom: 1rem;
	font-weight: 400;
}
.our_top_picks ul li .offer span {
	font-weight: 500;
}
.our_top_picks ul li .offer a {
	text-decoration: underline;
	
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.our_top_picks ul li .jump svg {
	height: 18px;
	width: 18px;
	margin-top: -4px;
}
.our_top_picks ul li .jump svg path {
	stroke: #0c51c1;
}
.our_top_picks ul li .jump a {
	color: initial;
	font-size: .925rem;
}
.no-touch .our_top_picks ul li .jump a:hover {
	text-decoration: underline;
}

a.external,
.no-touch a.external:hover {
	color: #0d57cf;
}