/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	background-color: #fff;
}

body {
	color: #171717;
	font-size: 17px;
	line-height: 1.6;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

/*-----------banner-----------------*/
.banner {
	text-align: center;
}

.banner-inner {
	color: #777;
	padding: 5px 0px;
}

/*-----------btn-----------------*/
.btn-box {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn {
	width: 100%;
	color: #fff;
	background-color: #f31200;
	border: 1px solid red;
	border-bottom: 8px solid #c40202;
	border-radius: 10px;
	padding: 12px 35px;
	font-size: 24px;
	font-weight: 700;
	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;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	outline: 0;
}

.btn img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: auto;
	margin-left: 5px;
	margin-bottom: -2px;
}

/*-----------header-----------------*/
header {
	padding: 10px 0;
	margin-bottom: 14px;
}

header .header-inner {
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 83.3%;
	margin: 0 auto;
}

header .header-inner .logo {
	max-width: 87%;
	width: 288px;
	height: auto;
}

header .header-inner .flag {
	width: 30px;
	height: auto;
	margin-top: 5px;
}

/*-----------deals-----------------*/
.deals {
	text-align: center;
	padding: 8px 14px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	color: #000;
}

.deals {
	width: 83.3%;
	margin: 0px auto 12px;
}

/*-----------grid2----------------*/
.grid2 {
	width: 83.3%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.grid2 .grid:first-child {
	background-color: #2083e8;
	margin-bottom: 5px;
	width: fit-content;
	height: 25px;
	text-align: center;
	width: 180px;
	border-radius: 4px;
}

.grid2 .grid:first-child p {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.grid2 .grid:last-child {
	background-color: #CC0C39;
	margin-bottom: 5px;
	width: fit-content;
	height: 25px;
	text-align: center;
	width: 200px;
	border-radius: 4px;
}

.grid2 .grid:last-child p {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/*-----------h1----------------*/
h1 {
	width: 83.3%;
	margin: 10px auto 20px;
}

h1 {
	color: #171717;
	font-size: 2.3rem;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.25;
}

h1 span {
	border-radius: 1em 0 1em 0;
}

/*-----------details---------------*/

.details {
	width: 83.3%;
	margin: 7px auto 20px;
}

.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: 12px;
	margin-bottom: 10px;
}

.details .meta .stars img {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}

.details .meta .stars {
	position: relative;
	display: inline-block;
	width: fit-content;
}

.avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: block;
}

.online-dot {
	position: absolute;
	bottom: -1px;
	right: -4px;
	width: 14px;
	height: 14px;
	background-color: #4caf50;
	border-radius: 50%;
	border: 2px solid #fff;
}

.details .meta .meta-author {
	font-weight: bold;
}

.details .meta .meta-date,
.details .meta .meta-category,
.details .meta .meta-author {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #4b5563;
}

.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: 10px;
}

.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;
	height: 32px;
	gap: 5px;
	text-decoration: none;
}

.details .socials a span {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 11px;
	line-height: 32px;
	text-align: center;
}

.details .socials a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.details .socials svg {
	width: 14px;
	-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%);
}

.details .socials a span {
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.5px;
	min-width: 60px;
	opacity: 1;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
}

/*-----------hero-----------------*/
.hero {
	width: 83.3%;
	margin: 0 auto 10px;
}

.hero img {
	border-radius: 4px;
}

/* ------------ As seen on ------------ */

.as-seen {
	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;
	justify-content: space-between;
	gap: 48px;
	width: 83.3%;
	margin: 0 auto;
}

.as-seen img {
	width: 80%;
}

.as-seen p {
	font-size: 14px;
	text-transform: uppercase;
}

/* ------------ quote ------------ */
.quote {
	width: 83.3%;
	margin: 20px auto;
}

.quote p {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.625;
	color: #374151;
	letter-spacing: 0.2px;
}

.quote p:first-child {
	color: #17191c;
	font-size: 21px;
}

.quote p:nth-child(5) {
	margin-bottom: 2rem;
}

hr {
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgb(0 0 0 / 0.1);
}

/* ------------ offer ------------ */
.offer {
	width: 83.3%;
	margin: 20px auto;
}

.offer .offer-title {
	font-size: 1.5rem;
	line-height: 1.25;
	margin: 1.875rem 0rem 1rem;
	font-weight: 700;
}

.offer .offer-title .offer-number {
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	color: #fff;
	background-color: #000;
	font-size: 20px;
	line-height: 1.5;
}

.offer .offer-title .offer-name {
	color: #167ac6;
	text-decoration: none;
	outline: 0;
}

.rating-box {
	display: flex;
	align-items: center;
}

.star {
	width: 16px;
	height: auto;
	fill: #ffc600;

}

.full-star {
	fill: #ffc600;
}

.half-star-wrap {
	position: relative;
	width: 16px;
	height: 16px;
}

.half-star-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	clip-path: inset(0 50% 0 0);
	fill: #ffc600;
}

.half-star-right {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	clip-path: inset(0 0 0 50%);
	fill: #ccc;

}

.review-count {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #fff;
	text-decoration: underline;
	margin-top: 2px;
}

.review-count:hover {
	text-decoration: none;
}

.lazy-video, .lazy-img{
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
	background-color: #000;
}

.offer-relative {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.offer-relative .discount {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: rgb(0 0 0 / 0.3);
	padding: 0.5rem;
}

.offer-relative .discount {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: start;
	justify-content: center;
}

.offer-relative .discount .discount-deal {
	font-size: 16px;
	line-height: 1.5;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

.offer-relative .discount .discount-deal span {
	background-color: #CC0C39;
	color: #FFFFFF;
	border-radius: 2px;
	padding: 3px 6px;
	font-size: 16px;
	font-weight: 600;
}

.offer-relative .discount .discount-deal.scoring {
	font-weight: 700;
}

.discount .discount-rating {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

.offer .offer-description p {
	margin: 1rem 0;
	font-size: 1.125rem;
	line-height: 1.625;
	font-weight: 500;
}

.offer .offer-description p b {
	font-weight: bolder;
}
/*-----------arrivals-----------------*/
.Arrivals span{
	background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
	font-size: 2.25rem;
	line-height: 1.5;
	font-weight: 700;
}
/*-----------mediaqueries-----------------*/
@media only screen and (max-width: 1301px) {}

@media only screen and (max-width:1199px) {
	.container {
		width: 970px;
	}
}

@media only screen and (max-width:1024px) {
	.details .socials a:nth-child(5) span {
		display: none;
	}
}

@media only screen and (max-width:991px) {
	.container {
		width: 750px;
	}
}

@media only screen and (max-width: 768px) {
	header .header-inner {
		width: 100%;
	}

	.deals,
	.grid2,
	h1,
	.details,
	.hero,
	.as-seen,
	.quote,
	.offer {
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}

	.details .socials a:nth-child(4) span {
		display: none;
	}

	.as-seen {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}

	.as-seen img {
		width: 100%;
	}

	.as-seen p {
		display: none;
	}

	.offer-relative .discount .discount-deal {
		font-size: 14px;
	}

	.offer-relative .discount .discount-deal span {
		font-size: 14px;
	}

	.btn {
		font-size: 20px;
		padding: 12px 19px;
	}
	.btn img {
		width: 20px;
		height: auto;
		margin-left: 5px;
		margin-bottom: -2px;
	}
	.Arrivals span{
		font-size: 1.875rem;
	}
}

@media only screen and (max-width: 600px) {
	.details .socials a:nth-child(3) span {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	.details .socials a:nth-child(2) span {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	body {
		font-size: 16px;
	}
}

@media only screen and (max-width: 450px) {
	.details .socials a:nth-child(1) span {
		display: none;
	}

	.details .socials a:nth-child(5) {
		display: none;
	}
}

@media only screen and (max-width: 350px) {}

@media only screen and (max-width: 320px) {}