* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* ------------------------ CONTAINER ------------------------ */
.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 1050px;
	margin: 0 auto;
	padding: 25px;
	gap: 35px;
}

main {
	width: 70%;
}
/* -------------------  Banner -------------------  */
.promo-banner {
	background-color: #000;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.promo-banner .promo-img{
	display: block;
	width: 60px;
}
.promo-banner .promo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.promo-banner .promo-content .promo-black-friday {
	font-size: 55px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.5;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
}

.promo-banner .promo-content .promo-sale {
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	width: 320px;
	background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
	background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
	border-radius: 4px;
}

.promo-banner .promo-content .promo-show-tab,
.promo-banner .promo-content .promo-show-mob,
.promo-banner .promo-content .promo-black-friday-mob,
.promo-banner .promo-content .promo-mob-sale-box {
	display: none;
}

.promo-banner .promo-content .promo-discount .promo-up-to {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: rgb(229, 31, 31);
	position: absolute;
	top: 18px;
}

.promo-banner .promo-content .promo-discount .promo-percent {
	font-size: 68px;
	font-style: italic;
	font-weight: 900;
	line-height: 81.6px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: rgb(229, 31, 31);
	position: relative;
}

.promo-banner .promo-content .promo-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
	display: none;
}

.promo-banner .promo-content .promo-countdown .promo-limited-time {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: white;
}

.promo-banner .promo-content .promo-countdown .promo-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	margin-top: 2px;
}

.promo-banner .promo-content .promo-countdown .promo-timer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-banner .promo-content .promo-countdown .promo-timer div span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-top: 5px;
}

.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
	font-size: 26px;
	font-weight: 700;
	line-height: 39px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: white;
	background: linear-gradient(184.32deg, #e51f1f 3.51%, #940000 104.48%);
	width: 51px;
	padding: 6px 0px;
}

.promo-banner .promo-content .promo-countdown .promo-timer .promo-deks-time {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-top: 5px;
}

@media screen and (max-width: 1500px) {
	.promo-banner .promo-content .promo-black-friday {
		font-size: 50px;
	}

	.promo-banner .promo-content .promo-sale {
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		width: 250px;
		height: 40px;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-show-mob,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 18px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 50px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: none;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 16px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 22px;
		font-weight: 700;
		line-height: 38px;
		width: 43px;
		padding: 0px 0px;
	}
}

@media screen and (max-width: 1100px) {
	.promo-banner .promo-content .promo-black-friday {
		font-size: 35px;
	}

	.promo-banner .promo-content .promo-sale {
		font-size: 21px;
		width: 180px;
		height: 30px;
		line-height: 31px;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 12px;
		top: 25px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 35px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: none;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
		width: 27px;
		padding: 0px 0px;
	}
}

@media only screen and (max-width: 790px) {
	.promo-banner {
		padding: 10px 5px;
	}

	.promo-banner .promo-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 15px;
	}

	.promo-banner .promo-content .promo-black-friday {
		display: none;
	}

	.promo-banner .promo-content .promo-sale {
		display: none;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-mob-sale-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.promo-banner .promo-content .promo-show-mob {
		display: block;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
		line-height: 21px;
		text-align: center;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: rgb(229, 31, 31);
		position: absolute;
		top: 20px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 40px;
		font-style: italic;
		font-weight: 900;
		line-height: 32px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		display: block;
		font-size: 27px;
		font-style: italic;
		font-weight: 900;
		line-height: 32.4px;
		text-align: left;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: white;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		display: block;
		font-size: 18px;
		font-style: italic;
		font-weight: 700;
		line-height: 23px;
		text-align: center;
		text-underline-position: from-font;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none;
		color: #fff;
		width: 150px;
		background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
		background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
		border-radius: 4px;
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer {
		gap: 20px;
	}

	.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
		width: 27px;
		padding: 0px 0px;
	}
}
@media only screen and (max-width: 450px){
	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		font-size: 20px;
	}
	.promo-banner .promo-content .promo-countdown .promo-limited-time{
		text-align: left;
	}
	.promo-banner .promo-content .promo-countdown{
		align-items: start;
	}
	.promo-banner{
		padding: 5px;
	}
	.promo-banner .promo-content .promo-countdown .promo-sale-mob{
		width: 130px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 380px) {
	.promo-banner {
		padding: 10px 5px;
	}

	.promo-banner .promo-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 15px;
	}

	.promo-banner .promo-content .promo-black-friday {
		display: none;
	}

	.promo-banner .promo-content .promo-sale {
		display: none;
	}

	.promo-banner .promo-content .promo-show-tab,
	.promo-banner .promo-content .promo-black-friday-mob,
	.promo-banner .promo-content .promo-mob-sale-box {
		display: none;
	}

	.promo-banner .promo-content .promo-mob-sale-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.promo-banner .promo-content .promo-show-mob {
		display: block;
	}

	.promo-banner .promo-content .promo-discount .promo-up-to {
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
		line-height: 21px;
		color: rgb(229, 31, 31);
		top: 20px;
	}

	.promo-banner .promo-content .promo-discount .promo-percent {
		font-size: 30px;
	}

	.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
		font-size: 20px;
		line-height: 27.4px;
	}

	.promo-banner .promo-content .promo-countdown .promo-sale-mob {
		font-size: 14px;
		font-style: italic;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		width: 70px;
		background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
		background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
	}

	.promo-banner .promo-content .promo-countdown .promo-limited-time {
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 320px){
		.promo-banner .promo-content .promo-countdown .promo-black-friday-mob{
			font-size: 16px;
		}
		.promo-banner .promo-img{
			width: 60px;
		}
		.promo-banner .promo-content .promo-countdown .promo-limited-time{
			font-size: 10px;
		}
		.promo-banner .promo-content .promo-countdown .promo-sale-mob{
			font-size: 12px;
		}
}
/* ------------------------ SECTION ------------------------ */
section .section-text p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #1e2a3c;
}

section .section-text ol {
	margin-left: 38px;
	margin-bottom: 25px;
}

section .section-text ol li {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

/* ------------------------ SIDEBAR ------------------------ */
.container-sidebar {
	width: 290px;

}

.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: sticky;
	gap: 5px;
	top: 0px;
	left: 0;
	padding-top: 15px;
	padding: 10px;
}

.sidebar h3 {
	font-size: 20px;
	line-height: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 5px;
}

.sidebar .top span {
	font-size: 14px;
	color: #405cb3;
	font-weight: 600;
}

.titles {
	padding: 10px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 5px;
}

.sidebar-text {
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.4;
	color: #000;
	padding-left: 1px;
	padding-right: 1px;
	font-family: "Source Serif 4", serif;
	font-weight: 400;
}

.sidebarnames {
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.4;
	color: #000;
	padding-left: 1px;
	padding-right: 1px;
	font-family: "Source Serif 4", serif;
	font-weight: 600;
	margin: 10px 0 20px;
}

.atn {
	color: #0000EE !important;
	padding: 1rem 0.625rem;
	display: block;
	font-family: Helvetica, serif;
	cursor: pointer;
	width: 95% !important;
	flex-direction: row;
	align-self: center;
	align-items: center;
	justify-content: center;
	background-color: rgb(43, 220, 70) !important;
	border-radius: 10px;

}

.atn {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #333333 !important;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.atn img {
	width: 40px;
	height: auto;

}

/* ------------------------ SIDEBAR - REVIEWS ------------------------ */
.review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f3f3f3;
	border-radius: 8px;
	font-size: 16px;
	padding: 10px;
	font-weight: 500;
}

.review .review-text {
	margin-bottom: 15px;
}

.review .author {
	font-weight: bold;
}
/* ------------------------comparison--------------------------*/
/* ----------comparison--------- */
:root {
	--container-width: 1000px;
	--col-gap: 0;
	--left-bg: #f6fff4;
	--right-bg: #fff;
	--border-color: #e6e6e6;
	--title-bg: #ffffff;
	--row-height: 72px;
	--icon-size: 28px;
	--radius: 8px;
	--font: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- 容器 ---------- */
.compare {
	width: 100%;
	max-width: var(--container-width);
	margin: 20px auto;
	border: 1px solid var(--border-color);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	font-family: var(--font);
	color: #222;
}

.compare .head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--title-bg);
	gap: var(--col-gap);
	padding: 18px 20px;
	align-items: center;
}

.left-head,
.right-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.left-headimg,
.right-headimg {
	width: 72px;
	height: auto;
	object-fit: contain;
}

.title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
}

.subtitle {
	color: #6b6b6b;
	font-size: 13px;
	margin-top: 4px;
}

.rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--col-gap);
}

.row {
	display: contents;
}

.cell {
	padding: 0;
	min-height: var(--row-height);
	display: flex;
	align-items: center;
}

.row-wrapper {
	display: contents;
}

.row-strip {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.row-strip::before {
	content: "";
	grid-column: 1 / -1;
	border-top: 1px solid var(--border-color);
}

.cell-inner {
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: var(--row-height);
	box-sizing: border-box;
}

.left .cell-inner {}

.cell.left {
	background: var(--left-bg);
}

.right .cell-inner {}

.cell.right {
	background: var(--right-bg);
}

.icon {
	width: var(--icon-size);
	height: var(--icon-size);
	flex: 0 0 var(--icon-size);
	display: block;
}

.text {
	font-size: 20px;
	line-height: 1.2;
}

.rows .row-strip:first-of-type::before {
	border-top: none;
}

.rows .row-strip:first-of-type .cell-inner:first-child {
	border-top-left-radius: var(--radius);
}

.rows .row-strip:first-of-type .cell-inner:last-child {
	border-top-right-radius: var(--radius);
}

.rows .row-strip:last-of-type .cell-inner:first-child {
	border-bottom-left-radius: var(--radius);
}

.rows .row-strip:last-of-type .cell-inner:last-child {
	border-bottom-right-radius: var(--radius);
}


/* ------------------------ TYPOGRAPHY ------------------------ */
h1 {
	font-size: 32px;
	color: #1f2937;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 18px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	padding: 30px 0 0px;
	color: #1e2a3c;
}

h3 {
	font-size: 24px;
	line-height: 42px;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 20px;
}

h4 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	color: #17191c;
}

a {
	color: #0000ee;
}

#subheading {
	color: #333333;
	-ms-flex-line-pack: center;
	align-content: center;
	font-weight: 700;
	font-style: italic;
	font-size: 21px;
	line-height: 1.8;
}

.image-link {
	display: block;
	margin: 10px auto;
	width: 100%;
}

.image-link img {
	width: 100%;
}
main .image-link{
	margin: 30px auto;
}
/*---------------------space6-------------------------*/
.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
	row-gap: 30px;
}

.grid-3-item img {
	max-width: 100%;
	border-radius: 8px;
}

.grid-3-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.grid-3 .grid-3-item p {
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	margin: 20px 0;
	font-weight: 400;
}

.grid-3-container {
	margin: 0 20px;
}

/* ------------------- Box ------------------- */
.s5CompBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 1030px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}

.s5CompBox .s5Col1 {
	float: left;
	width: 37%;
	padding: 25px 0;
	position: relative;
}

.s5CompBox .s5Col1 ul {
	float: left;
	list-style-type: none;
	width: 100%;
}

.s5CompBox .s5Col1 ul li {
	float: left;
	width: 100%;
	height: 70px;
	text-align: left;
	font-size: 16px;
	line-height: 74px;
	color: #000;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 0 0 0 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	background: url("../assets/images/comp-point.png") no-repeat 22px 25px;
}

.s5CompBox .s5Col1 ul li:last-child {
	border: none;
}

.s5Col2 {
	float: left;
	width: 19%;
	border-radius: 20px;
	margin: -95px 20px -25px 0;
}

.s5Col2 .s5Col2Top {
	float: left;
	width: 100%;
	height: 115px;
}

.s5Col2 .s5Col2Top .s5Col2Prod {
	display: block;
	margin: -65px auto 10px;
	max-width: 100%;
}

.s5Col2 .s5Col2Top p {
	font-size: 20px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
}

.s5Col2 .s5Col2Top img {
	height: auto;
}

.s5Col2 ul {
	float: left;
	width: 100%;
	padding-top: 5px;
	list-style-type: none;
}

.s5Col2 ul li {
	width: 100%;
	height: 70px;
	padding: 20px 0;
	border-bottom: 1px solid #4d82a8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s5Col2 ul li:last-child {
	border: none;
}

.s5Col2 ul li img {
	height: auto;
	width: 24px;
}

.s5Col3 {
	background: #383838;
}

.s5Col3 ul li {
	border-bottom: 1px solid #484848;
}

.s5Col4 {
	background: #383838;
}

.s5Col4 ul li {
	border-bottom: 1px solid #484848;
}

/* ------------------------ DETAILS ------------------------ */
.details {
	margin-top: 30px;
	margin-bottom: 15px;
}

.details .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.details .meta .stars img {
	width: 120px;
}

.details .meta .meta-author {
	font-weight: bold;
}

.details .meta .meta-date,
.details .meta .meta-category,
.details .meta .meta-author {
	font-size: 13px;
	color: #919ba3;
	line-height: 1;
}

.details .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.details .socials a {
	padding: 7px 10px;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.details .socials a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.details .socials svg {
	width: 18px;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
}

/* ------------------------ BUTTONS ------------------------ */
.cta-btn {
	display: block;
	background-color: #00ad41;
	color: white;
	text-align: center;
	font-size: 20px;
	border: none;
	height: auto;
	border-radius: 10px;
	padding: 16px 10px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: calc(100% - 10px);
	margin: 10px 0px;
	text-decoration: none;
}

.cta-btn.cta-btn-sidebar {
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
}

.cta-btn:hover {
	background-color: #028332;
}

/* ------------------------ ALERTS ------------------------ */
.box {
	display: block;
	text-align: center;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	border-radius: 3px;
	margin: 20px 0;
	padding: 20px;
	border: #ff0000 2px solid;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	background-color: #f0f8ff;
}

/* ------------------------ HEADER ------------------------ */
header {
	background-color: #fff;
}

header .header-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .header-content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}


header .header-content .header-left .header-left-text .line {
	display: inline-block;
	background-color: #d6d6d6;
	content: "";
	height: 20px;
	margin: 0 10px -2px 11px;
	width: 1px;
}

header .header-content .header-left .header-left-text .header-title .brand {
	font-weight: 600;
	font-size: 22px;
	color: #1582c5;
}


header .header-content p {
	font-size: 14px;
	color: #000;
	line-height: 1em;
	font-weight: 300;
	padding-left: 1px;
	padding-right: 1px;
}

.header-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

header .header-content img {
	width: 50px;
	height: auto;
}

/*-----------banner-----------------*/
.banner {
	background-color: #fff;
	color: #B1B1B1;
}

.banner .container {
	padding: 0 10px;
}

.banner .banner-inner {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/*-----------deals-----------------*/

.deals {
	padding: 15px;
	background-color: #fffcd8;
	border: 1px solid #efe780;
}

.deals {
	width: 100%;
	margin: 0 auto;
}

.deals a {
	text-decoration: underline;
}

.deals img {
	position: relative;
	top: 2px;
}

.deals .red {
	color: #d90000;
	font-weight: 700;
	letter-spacing: -.2px;
}

.notice-link {
	color: #333;
	text-decoration: underline;
}

.deals {
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}

.deals img {
	width: 15px;
	height: 15px;
}

.author-block {
	font-size: 14px;
	margin-bottom: 10px;
}

.author-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.byline {
	color: #111;
}

.author-name {}

.rating {
	font-size: 13px;
	color: #111;
}

.score {
	color: #111;
}

.count {
	margin-left: 4px;
	color: #111;
}

.updated {
	color: #111;
}

/* ------------------------ LISTINGS ------------------------ */
.listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}

.listing .listing-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.listing .listing-item p {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
}

.listing img {
	width: 75px;
	height: auto;
}

/* ------------------------ FAQ ------------------------ */
.faq-item {
	padding: 25px 0;
	border-bottom: 1px solid #c7c8c9;
}

.accordion {
	display: grid;
	grid-template-columns: 12px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	background: none;
	border: none;
	text-align: start;
}

.accordion::before {
	display: block;
	content: "";
	background-image: url(../assets/images/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	margin-top: 2px;
	-webkit-filter: brightness(0) saturate(100%);
	filter: brightness(0) saturate(100%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.accordion:hover {
	text-decoration: underline;
}

.active {
	color: #61ce70 !important;
}

.active::before {
	-webkit-transform: translateY(-50%) rotate(0.5turn);
	transform: translateY(-50%) rotate(0.5turn);
	-webkit-filter: none;
	filter: none;
}

.panel {
	padding-top: 25px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.panel p {
	font-size: 21px;
	font-weight: 400;
}

/* ------------------------ TESTIMONIALS ------------------------ */
.testimonial-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
}

.testimonial-content p {
	font-style: italic;
	font-weight: normal;
	font-size: 19px;
}

.testimonial-content .testimonial-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto;
}

.testimonial-content .testimonial-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.testimonial-content .testimonial-author p {
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
}

/* ------------------------ SLIDER ------------------------ */
.splide__arrow {
	background-color: transparent !important;
}

/* ------------------------ FOOTER ------------------------ */
footer {
	background-color: #cce0eb;
	color: #333333;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .footer-content {
	font-size: 14px;
	line-height: 29px;
	padding: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	max-width: 1200px;
	color: #777;
	text-align: center;
}

footer .footer-content nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 10px;
	row-gap: 5px;
}

footer .footer-content nav a {
	font-weight: bold;
}
/* ------------------------ review-card ------------------------ */
.review-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px 30px 16px 16px;
	background-color: #fff;
	margin: 20px auto;
}

.review-image img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}

.review-content {
	flex: 1;
}

.review-name {
	margin-left: 0;
	padding: 1px 0 1px 0;
	font-weight: bold;
	font-size: 17px;
}

.namestar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.review-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	margin-bottom: 25px;
	margin-top: 10px;
}
/* ----------grid3--------- */
.grid3 .ratings {
	max-width: 390px;
	border-radius: 4px;
	padding: 15px 20px;
	background-color: #fcfbf9;
}

.grid3 .rating-row {
	display: flex;
	align-items: center;
	padding: 11px 0 12px 17px;
	border-bottom: 1px solid #f0f0f0;
}

.grid3 .rating-row:last-child {
	border-bottom: none;
}

.grid3 .label {
	font-size: 16px;
	color: #333;
	width: 150px;
	font-weight: 700;
}

.grid3 .score {
	font-weight: bold;
	margin-right: 8px;
}

.grid3 .stars img {
	width: 100px;
	vertical-align: middle;
}

.grid3 .count {
	font-size: 14px;
	color: #555;
	margin-left: 8px;
	font-weight: 700;
}

.grid3 .right {
	display: flex;
	flex-direction: row;

}

.grid3 .reviews-inner {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 20px;
}

.grid3 .reviews-col {
	max-width: 770px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.grid3 .reviews-item {
	display: flex;
	align-items: start;
	gap: 20px;
	margin-bottom: 15px;
}

.grid3 .reviews-text {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 5px;
}

.grid3 .reviews-item img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.grid3 .reviews-text .c1 {
	font-size: 22px;
	line-height: 31px;
	margin: 4px 0 7px 0;
	font-weight: 700;
}

.grid3 .reviews-text .c2 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 400;
}

.grid3 .reviews-text .c3 {
	font-weight: 700;
}

.grid3 .reviews-text .c3 span {
	font-weight: 300;
}

/* ------------------ Media Queries ------------------ */
@media screen and (max-width: 1301px) {
	.s5CompBox .s5Col1 {
		padding: 15px 0;
		width: 40%;
	}

	.s5CompBox .s5Col1 ul li {
		height: 60px;
		font-size: 16px;
		line-height: 62px;
		font-weight: 500;
		padding: 0 0 0 50px;
		background-position: 20px 20px;
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal;
	}

	.s5Col2 {
		width: 18%;
		margin: -95px 15px -25px 0;
	}

	.s5Col2 .s5Col2Top {
		height: 105px;
	}

	.s5Col2 .s5Col2Top .s5Col2Prod {
		margin: -65px auto 10px;
		width: 80px;
	}

	.s5Col2 .s5Col2Top p {
		font-size: 18px;
	}

	.s5Col2 ul li {
		height: 60px;
	}

	.s5Col2 ul li img {
		width: 24px;
	}
}

@media screen and (max-width: 768px) {
	.review-text {
		font-size: 18px;
	}
	.review-card{
		flex-direction: column;
	}
	.review-image{
		width: 100%;
	}
	.review-image img{
		width: 100%;
		height: auto;
	}
	.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
	}
	

	main {
		width: 100%;
	}

	.container-sidebar {
		display: none;
	}

	header .header-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	header .logo {
		max-width: 165px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
		line-height: 1.2;
	}

	h3 {
		font-size: 24px;
		line-height: 1.2;
		padding: 20px 0;
	}

	#subheading {
		font-size: 21px;
		line-height: 1.4;
	}

	.details .meta .stars {
		display: none;
	}

	.cta-btn {
		font-size: 24px;
		min-height: 60px;
	}

	.listing .listing-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.listing .listing-item img {
		max-width: 130px;
		width: 100%;
		height: auto;
	}

	.listing .listing-item p {
		padding: 20px;
	}

	.panel {
		padding-left: 20px;
	}

	.testimonial-content {
		padding: 20px 40px;
	}

	.testimonial-content .testimonial-author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}

	.testimonial-content .testimonial-author img {
		width: 50px;
		height: 50px;
	}

	footer {
		margin-top: 0;
	}

	.grid-3 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.grid-3 .grid-3-item p {
		font-size: 20px;
		font-weight: 400;
	}

	.grid-3-item img {
		max-width: 100%;
		margin: 0px auto;
	}

	.grid-3-item {
		margin-bottom: -10px;
	}

	.s5CompBox {
		border-radius: 10px;
		margin-top: 160px;
	}

	.s5CompBox .s5Col1 {
		width: 46%;
		padding: 10px 0;
	}

	.s5CompBox .s5Col1 ul li {
		font-size: 14px;
		line-height: 18px;
		padding: 20px 0 13px 30px;
		background-position: 10px 21px;
		background-size: 14px;
	}

	.s5Col2 {
		width: 24%;
		margin: -95px 3% -25px 0;
	}

	.s5Col2 .s5Col2Top {
		height: 100px;
	}

	.s5Col2 .s5Col2Top .s5Col2Prod {
		margin: -45px auto 10px;
		width: 70px;
	}

	.s5Col2 .s5Col2Top p {
		font-size: 13px;
	}

	.s5Col2 ul li {
		height: 60px;
	}

	.s5Col2 ul li img {
		width: 24px;
	}

	.hide-mob {
		display: none;
	}
	.left-head img,
	.right-head img {
		max-width: 55px;
	}
	
	.left-head,
	.right-head {
		gap: 5px;
	}
	
	.text {
		font-size: 14px;
	}
	
	.cell-inner {
		align-items: start;
	}
	
	.cell-inner {
		padding: 5px 7px;
	}
}

/*# sourceMappingURL=styles.css.map */

@media only screen and (max-width: 549px) {
	.details .socials a:last-child {
		display: none;
	}

}

@media only screen and (max-width:425px) {
	.banner .container {
		padding: 0 15px;
	}
}