body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, segoe ui, helvetica neue, Arial, noto sans,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
	counter-reset: item;
	background-color: rgb(238, 245, 255);
}
.list-col {
	padding-top: 20px;
	max-width: 830px;
	background-color: #fff;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

h1,
h2 {
	color: #333;
	font-weight: 800;
}
p {
	color: #333;
}
#intro p,
.list-description p,
.list-highlights1 p,
.list-highlights1 li {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
#intro p,
.list-description p,
.list-highlights1 p,
.list-highlights1 li,
.list-highlights2 p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 1.2rem;
}
.underline {
	text-decoration: underline;
}
#author .auth-block {
	color: #999;
	font-size: 90%;
	margin: 0 4px;
	padding: 0 4px;
}

.list-image {
	padding: 0 20px;
}
@media (max-width: 767px) {
	.list-item {
		margin-top: 40px;
	}
}
.list-title {
	padding: 20px;
	padding-top: 30px;
	border-top: 1px dotted #858585;
}
@media (max-width: 767px) {
	.list-title {
		padding-left: 20px;
	}
}
.list-title h3 {
	position: relative;
	padding-left: 30px;
	color: black;
	font-weight: 700;
	margin: 0;
	font-size: 24px;
}

strong {
	font-weight: 700;
}

.list-title a {
	color: black;
	text-decoration: underline;
}

.pl45 {
	padding-left: 45px !important;
}

.list-title h3:before {
	position: absolute;
	left: 0;
	top: 0;
	counter-increment: item;
	content: counter(item) '. ';
}
.list-description {
	padding: 20px;
	background-color: #fbfbfb;
}
.list-description h4 {
	font-weight: 800;
	margin: 0.4rem 0 1.4rem;
}
.list-highlights {
	padding: 20px 30px;
	background-color: #f3f3f3;
}
.list-highlights1 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-highlights2 {
	padding-top: 18px;
	padding-bottom: 15px;
}
.list-highlights h4.highlight-title {
	font-weight: 800;
	font-size: 1.6rem;
}
.list-highlights ul {
	list-style: none;
	padding: 0;
}
.list-highlights li {
	text-indent: -30px;
	padding-left: 28px;
}
.list-highlights li:before {
	content: '\f00c';
	font-family: fontawesome;
	margin-right: 12px;
	color: #007c00;
}
.list-highlights p.price {
	margin-bottom: 0;
	font-size: 0.9rem;
}
.list-highlights p.price span.reg {
	padding-left: 4px;
	text-decoration: line-through;
}
.list-highlights p.price span.sale {
	padding-left: 8px;
	color: #d20000;
}
.deal-card .card {
	border-color: #e47911;
	background-color: #fff4e2;
}
.deal-card .card-body {
	padding: 2rem 1.25rem 2.5rem;
}
.deal-card .card-text {
	margin: 0;
}
.deal-card .card-text p {
	color: #d20000;
	margin: 0;
	line-height: 2rem;
}
.deal-card .card-text p strong {
	font-weight: 900;
}
.deal-card .card-text p:before {
	content: '\f252';
	font-family: fontawesome;
	margin-right: 10px;
	color: #d20000;
}
.deal-card .card-body a:hover {
	text-decoration: none;
}
.deal-card button {
	background-color: #d20000 !important;
	font-size: 0.9rem;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1.6rem;
	margin-top: 25px;
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.5);
}
.deal-card button:hover,
.deal-card button:active {
	background-color: #d70000 !important;
}
.deal-card button.soldout,
.deal-card button.soldout:hover {
	background-color: #ccc !important;
	color: #fff;
	cursor: default !important;
}
.deal-card .card-header {
	padding: 0.5rem 1.25rem 0.45rem;
}
.deal-card .card-header p {
	color: #fff;
}
@media (min-width: 480px) {
	#intro h1 {
		font-size: 3rem;
	}
}
@media (min-width: 768px) {
	#intro h1 {
		font-size: 3.5rem;
	}
}
@media (min-width: 480px) {
	h4 {
		font-size: 2rem;
	}
}

#zd-logo {
	padding-top: 0;
	background-color: transparent;
}
@media (min-width: 768px) {
	#zd-logo img {
		min-width: 50px;
		height: auto;
	}
}
#advertorial {
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-bottom: 3px;
}
#advertorial p {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
	margin: 0;
	color: #333;
	letter-spacing: 0.5px;
}
#social {
	margin-top: 60px;
}
#social h4 {
	font-size: 1.4rem;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 10px;
}
#social a {
	text-decoration: none;
}
#social button {
	margin: 10px 0;
	padding: 10px 30px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
}
#social button:hover {
	opacity: 0.95;
}
#social i {
	margin-right: 10px;
	margin-top: -2px;
	font-size: 20px;
}
#social button.btn-fb {
	background-color: #3b5998;
}
#social button.btn-tw {
	background-color: #1da1f2;
}
#social button.btn-pin {
	background-color: #bd081c;
}
#social button.btn-li {
	background-color: #0077b5;
}
#disclaimer {
	margin-top: 60px;
	margin-bottom: 60px;
}
#disclaimer p {
	color: #999;
	margin: 0;
}
#footer {
	background-color: #fbfbfb;
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 30px;
}
#footer h5 {
	color: #888;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 25px;
}
#footer ul {
	list-style: none;
	padding: 0;
}
#footer li,
#footer a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 1.8rem;
}
#footer a:hover {
	color: #555;
	text-decoration: none;
}
#legal {
	background-color: #424242;
	padding-top: 15px;
	padding-bottom: 15px;
}
#legal p,
#legal a {
	color: #ccc;
	font-size: 12px;
	margin: 0;
	letter-spacing: 0.7px;
}
#legal a:hover {
	color: #fff;
}

.img-fluid {
	width: 100%;
}

.btn-success {
	padding: 20px;
	font-weight: bold;
	font-size: 26px;
}

@media (max-width: 768px) {
	.btn-success {
		padding: 10px;
		font-size: 20px;
	}
}

.footer {
	padding: 30px;
	text-align: center;
	background: #eef5ff;
}

.footer a {
	text-decoration: underline;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: auto;
	height: 40px;
	margin: 0 0 3px;
}

.footer-logo {
	margin: 25px auto;
}

.navigation {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.navigation li {
	padding: 0 5px;
	font-size: 0.8em;
	color: #999999;
	display: inline;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

.at-resp-share-element .at-share-btn {
	width: 100%;
}
.at-share-btn-elements {
	display: flex;
}

#intro p,
.list-description p,
.list-highlights1 p,
.list-highlights1 li,
.list-highlights2 p {
	font-size: 24px;
	line-height: 36px;
}
body {
	background-color: #fff;
}
.list-title h3 {
	font-size: 26px;
}

.list-title h3:before {
	background-color: #000;
	color: white;
	padding: 2px 6px;
	text-align: center;
}

.list-title h3 {
	padding-left: 55px !important;
}

.list-title a {
	color: #007bff;
}
.list-description a {
	color: #007bff;
	text-decoration: underline;
}
.list-description a.btn-success {
	color: white;
	text-decoration: none;
}
.update {
	padding: 15px;
	border-radius: 4px;
	background-color: #ffecec;
}
.joke {
	margin-top: 20px;
	padding: 20px;
	border: 2px dashed red;
	background-color: #fffcd6;
	font-size: 24px;
	font-style: italic;
}
