body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: white;
}

header {
	border: 0px solid red;
	background-color: #0046be;
	padding: 10px;
}

nav {
	display: flex;
	justify-content: space-between;
}
nav > div {
	width: 100px;
	padding-top: 2px;
}

div > a > img {
	width: 100%;
}
#sea {
	border: 0px solid grey;
	width: 600px;
	height: 40px;
	margin: 2px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: large;
}
#sea:focus {
	outline: 1px solid grey;
}

.user,
.cart {
	transition: all 0.5s;
}

.user:hover,
.cart:hover {
	background-color: rgb(78, 136, 235);
	padding: 10px;
	border-radius: 5px;
	transform: scale(1.1);
}

nav > a {
	border: 0px solid red;
	text-decoration: none;
	color: white;
	padding: 10px;
	transition: all.5s;
}
nav > a:hover {
	background-color: rgb(78, 136, 235);
	text-decoration: line-through;
	/* color: blue; */
	padding: 10px;
	border-radius: 5px;
	transform: scale(1.1);
}
.user {
	border: 0px solid red;
	display: flex;
	width: 5%;
	justify-content: space-around;
	padding: 10px;
}
.user > img {
	height: 25px;
}
.user > a {
	margin: 0%;
	text-decoration: none;
	color: white;
}
.cart {
	border: 0px solid red;
	display: flex;
	width: 5%;
	justify-content: space-around;
	padding: 10px;
}
.cart > img {
	height: 25px;
}

.cart > a {
	margin: 0%;
	text-decoration: none;
	color: white;
}

#signin,
#login {
	border: 0px solid red;
	padding: 20px;
	color: #040c13;
	width: 25%;
	margin: 40px auto;
	text-align: center;
	font-family: "Human BBY Digital", "Human Fallback", Arial, Helvetica,
		sans-serif;
	background-color: #f0f2f4;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#signin > h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

#login > h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

#signin > p {
	font-size: 14px;
	margin: 20px 0px;
}
#signin > p > a {
	color: #2f7cff;
}
#signin > p > a:hover {
	color: black;
	text-decoration: underline;
}

form > input {
	border: 0.5px solid grey;
	padding: 10px 20px;
	margin: 10px auto;
	width: 75%;
	border-radius: 5px;
	display: block;
}
form > input:focus {
	outline: 1px solid grey;
}
.forg {
	display: block;
	margin-bottom: 11px;
	margin-right: 182px;
	text-decoration: none;
	font-size: 11px;
	color: #2f7cff;
}
form > p {
	font-size: 11px;
}
form > p > a {
	text-decoration: none;
	color: #2f7cff;
}
form > p > a:hover {
	text-decoration: underline;
	color: #0046be;
}

form > hr {
	width: 85%;
	margin: 20px auto;
}

#sign {
	border: 1px solid #0046be;
	width: 87%;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #0046be;
	color: white;
	transition: all 0.5s;
}
#sign:hover {
	background-color: #001e73;
	cursor: pointer;
}

.em-btn {
	font-size: 14px;
	display: block;
	margin: auto;
	width: 75%;
	padding: 10px 20px;
	border-radius: 5px;
	color: #0046be;
	background-color: white;
	border: 1px solid #0046be;
	transition: all 0.5s;
	text-decoration: none;
}
.em-btn:hover {
	border: 1px solid #0046be;
	background-color: #001e73;
	color: white;
	cursor: pointer;
}

button > img {
	height: 20px;
}

.bbg {
	font-weight: 600;
	text-align: left;
	margin-left: 25px;
}

.part {
	border: 0px solid red;
	/* margin: 20px 0px; */
	/* padding: 20px; */
}
#bgo {
	text-align: center;
	letter-spacing: 1.5px;
	background-color: #619afc;
}
#bgo > p {
	padding: 8px 0px;
}

#bgo > p > strong:hover {
	text-decoration: underline;
	color: #0046be;
	cursor: pointer;
}

.a > img {
	width: 100%;
	cursor: pointer;
}

.b {
	border: 0px solid green;
	padding: 20px 20px 0px 20px;
	gap: 20px;
	display: grid;
	grid-template-columns: 30% 70%;
	color: black;
	background-image: url(https://pisces.bbystatic.com/image2/BestBuy_US/dam/GL-78869-iac-samsung-110722-7b5b1624-07e2-48f9-9c48-c33d1633508e.jpg);
}

.ab {
	border: 0px solid red;
	padding: 0px 20px 20px 0px;
	/* width: 30%; */
}
.ab > h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0%;
	transition: all 0.5s;
}

.ab > h3:hover {
	transform: skewX(-10deg) scale(1.05);
}
.ab > p {
	font-size: 14px;
	margin: 5px;
}
.ab > a {
	color: #0046be;
	text-decoration: none;
}
.ab > a:hover {
	text-decoration: underline;
}

.b > div:nth-child(2) {
	border: 0px solid purple;
	padding: 20px;
	display: flex;
	gap: 20px;
	overflow: hidden;
}
.bc {
	padding: 20px;
}
.bc > div {
	border: 0px solid greenyellow;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
	transition: all 0.5s;
}
.bc > div:hover {
	transform: scale(1.05);
}

#Cart-btn {
	border: 0px solid grey;
	align-items: center;
	background-color: #619afc;
	color: white;
	cursor: pointer;
	margin: auto;
	margin-left: 13px;
	padding: 5px 10px;
	transition: all 0.3s;
	border-radius: 5px;
}

#Cart-btn:hover {
	border: 0px solid grey;
	color: white;
	background-color: #2f7cff;
	transform: scale(1.1);
}

.bc > div > img {
	height: 100px;
}

.c {
	border: 0px solid red;
	color: black;
	padding: 20px 0px;
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
}
.c > div {
	border: 1px solid grey;

	border-radius: 5px;
}

.c-1 {
	display: flex;
	width: 49%;
}

.c-1 > div:nth-child(1) {
	border: 0px solid green;
	padding: 20px 0px 20px 20px;
	width: 71%;
}
.c-1 > div > h3 {
	margin-top: 0%;
	color: yellow;
	padding: 5px 8px;
	background-color: #2f7cff;
	width: 112px;
	cursor: pointer;
	border: 1px solid #2f7cff;
}
.c-1 > div > img {
	padding-left: 35px;
	width: 100%;
}

.c-1 > div:nth-child(2) {
	border: 0x solid peru;
	padding: 40px 20px 20px 40px;
	width: 148%;
}

.c-1 > div:nth-child(2) p {
	margin: 0%;
	margin-left: 40px;
}

#c-btn-1 {
	border: 1px solid #0046c6;
	background-color: white;
	padding: 5px 10px;
	color: #0046c6;
	transition: all 0.5s;
	margin-top: 20px;
	margin-left: 40px;
	border-radius: 2.5px;
	cursor: pointer;
}

#c-btn-1:hover {
	background-color: #001e73;
	border: 1px solid #001e73;
	color: white;
}

.c-2 {
	padding: 20px;
	width: 46%;
}

.c-2 > h4 {
	margin-top: 0px;
}
.c-2 > hr {
	margin-bottom: 20px;
}
hr ~ p {
	margin: 0%;
}
#mail {
	border: 0.5px solid grey;
	width: 70%;
	border-radius: 2.5px;
	padding: 10px;
	margin-right: 10px;
}
#mail:focus {
	outline: 1px solid grey;
}

.d {
	border: 0px solid blue;
	padding: 20px 0px;
	/* color: black; */
}
.d-1 {
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}

.d-1 > div {
	border: 1px solid grey;
	padding: 10px 20px;
	padding-left: 80px;
	width: 41%;
	color: black;
	display: flex;
	background-color: #f0f2f4;
}

.d-1 > div > img {
	height: 73px;
	margin-left: 32px;
	transition: all 0.5s;
}
.d-1 > div > img:hover {
	transform: scale(1.1);
}

.d-1 > div > div {
	padding-left: 20px;
}

#temp > h3 {
	margin: 0px;
}
#temp > p {
	margin: 0px;
}

#temp > a {
	text-decoration: none;
}
#temp > a:hover {
	text-decoration: underline;
}

.d-2 {
	border: 0px solid purple;
	padding: 20px 0px;
	display: flex;
	color: black;
	justify-content: space-between;
}
.d-2 > div:nth-child(3) {
	border-right: 0px solid gray;
	padding-left: 60px;
	padding-right: 0px;
}
.d-2 > div {
	border-right: 1px solid gray;
	width: 25%;
	padding: 20px;
	padding-left: 80px;
	display: flex;
	column-gap: 20px;
	cursor: pointer;
}

.d-2 > div > img {
	height: 40px;
}

#temp-2 {
	margin: 0%;
}
#temp-2 > h3 {
	margin: 0%;
}
#temp-2 > p {
	margin: 0%;
}

.t-1 {
	border: 0px solid purple;
	padding: 20px 0px;
	color: black;
}

.t-1-a {
	border: 0px solid red;
}
.t-1-a > h2 {
	border: 0px solid teal;
	width: 17%;
	margin-left: 20px;
	display: inline;
}
.t-1-a > p {
	border: 0px solid teal;
	display: inline;
}
.t-1-a > hr {
	margin: 25px auto;
	width: 97%;
}
.t-2-b {
	border: 0px solid blue;
	display: grid;
	width: 95%;
	margin: auto;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

.t-2-b > div {
	border: 0px solid tomato;
	padding: 10px;
	/* width: 17%; */
	border-radius: 10px;
	text-align: center;
	transition: all 0.5s;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.t-2-b > div:hover {
	transform: scale(1.05);
}
.t-2-b > div > img {
	height: 117px;
}

.t-2-b > div > h4 {
	text-align: left;
	transition: all 0.5s;
	font-weight: 600;
}
.t-2-b > div > h4 {
	font-size: small;
	font-weight: 500;
	text-align: left;
	transition: all 0.5s;
}

.t-2-b > div > h4:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #001e73;
}

#best-btn {
	border: 0px solid grey;
	align-items: center;
	background-color: #619afc;
	color: white;
	cursor: pointer;
	margin: 10px auto;
	/* margin-left: 13px; */
	padding: 5px 10px;
	transition: all 0.3s;
	border-radius: 5px;
}
#best-btn:hover {
	border: 0px solid grey;
	color: white;
	background-color: #2f7cff;
	transform: scale(1.1);
}

.k-1 {
	border: 0px solid red;
	background-color: #0046be;
	display: flex;
	justify-content: space-between;
}

.k-1 > div:nth-child(1) {
	border: 0px solid teal;
	display: flex;
	width: 37%;
	margin-left: 40px;
}
.k-1 > div:nth-child(2) {
	border: 1px solid white;
	height: 107px;
	margin-top: 24px;
}
.k-1 > div:nth-child(3) {
	border: 0px solid tomato;
	width: 20%;
}
.k-1 > div:nth-child(4) {
	border: 0px solid tomato;
	width: 10%;
	padding-top: 80px;
}

.k-1 > div > img {
	height: 80px;
	margin: 20px;
	margin-top: 27px;
}

div > h4 {
	margin-bottom: 0%;
}
.bc > div > h4:hover {
	text-decoration: underline;
	color: #2f7cff;
	cursor: pointer;
}
div > p {
	margin-top: 0%;
}

h4 ~ h2 {
	color: yellow;
	margin: 0%;
}

.k-1 > div:nth-child(4) a {
	border: 1px solid white;
	background-color: white;
	border-radius: 2.5px;
	text-decoration: none;
	padding: 5px 8px;
	font-size: 15px;
	transition: all 0.5s;
}

.k-1 > div:nth-child(4) a:hover {
	border: 1px solid white;
	color: white;
	background-color: #0046c6;
}

footer {
	border: 0px solid red;
	font-family: "Human BBY Digital", "Human Fallback", Arial, Helvetica,
		sans-serif;
	background-color: #f0f2f4;
}
.help {
	/* border-bottom: 1px solid #d4d5d6; */
	/* border-width: 80%; */
	padding: 20px 0px;
	color: black;
	display: flex;
	justify-content: space-around;
}
.help > div {
	border: 0px solid greenyellow;
	padding: 20px;
	text-align: center;
	cursor: pointer;
}

svg {
	height: 50px;
	display: block;
	fill: #70757d;
	margin: auto;
}

div > strong {
	color: #0046be;
	font-size: 12px;
}
div > strong:hover {
	color: #0046c6;
	text-decoration: underline;
}

.support {
	border: 0px solid green;
	padding: 20px 40px;
	color: black;
	display: flex;
	justify-content: space-between;
}
#links {
	border: 0px solid peru;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 60%;
}
#links > div > h3 {
	font-size: large;
}
#links > div > p {
	color: #2f7cff;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}
#links > div > p:hover {
	text-decoration: underline;
}

#connect {
	border: 0px solid green;
	padding: 20px;
	width: 35%;
	background-color: white;
}
#connect > a {
	text-decoration: none;
	font-size: 13px;
}
#connect > div > div > a:hover {
	text-decoration: underline;
}

#connect > h3 {
	margin-bottom: 0%;
}

#connect > a:hover {
	text-decoration: underline;
	color: black;
}

#connect > hr {
	margin: 20px auto;
	opacity: 0.75;
}
#connect > div {
	display: flex;
}
#connect > div > svg {
	margin: 0%;
	fill: #0046be;
	height: 40px;
}

#connect > div > div {
	display: inline;
}

#connect > div > div > p {
	margin: 0%;
	font-weight: bold;
}

#connect > div > div > a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.2px;
}

#foot-btn {
	border: 1px solid #0046be;
	background-color: #0046be;
	padding: 10px 15px;
	color: white;
	transition: all 0.5s;
	margin-top: 20px;
	/* margin-left: 40px; */
	border-radius: 5px;
	cursor: pointer;
}
#foot-btn:hover {
	border: 1px solid #0046c6;
	background-color: #001e73;
	color: white;
}
#social {
	display: flex;
	justify-content: space-between;
}
#social > div > svg {
	fill: #0046c6;
	height: 30px;
	cursor: pointer;
}

.foot-1 {
	color: black;
	display: flex;
	padding: 20px 40px;
	justify-content: space-between;
	font-size: 13px;
}

.foot-1 > div:nth-child(2) a {
	margin-left: 20px;
}
.foot-1 > div > a {
	text-decoration: none;
	color: #2f7cff;
}
.foot-1 > div > a:hover {
	text-decoration: underline;
}

.end {
	padding: 20px 40px;
	font-size: 11px;
	color: black;
}
.end > a {
	text-decoration: none;
	color: #2f7cff;
	margin-right: 20px;
}
.end > a:hover {
	text-decoration: underline;
}
.end > p {
	margin-top: 20px;
	font-size: 13px;
	color: #555b61;
}
footer > hr {
	width: 1283px;
}

/* cart styling */

.art {
	background-color: #f0f2f4;
}

.cart-pge {
	border: 0px solid red;
	color: black;
	/* height: 800px; */
	padding: 20px;
	padding-bottom: 0px;
	display: flex;
	justify-content: space-between;
}
#cart-a {
	border: 0px solid purple;
	background-color: #f0f2f4;
	width: 55%;
	padding: 20px;
	padding-top: 0px;
}

#cart-a > h3 {
	margin-top: 0px;
}
#pay {
	border: 0px solid blue;
	background-color: white;
	width: 40%;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#pay > h3 {
	border: 0px solid teal;
	width: 28%;
	margin: 20px auto;
}
#pay > hr {
	width: 80%;
}

#pay > div {
	width: 80%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	letter-spacing: 1.3px;
}

#check {
	border: 1px solid #ffe000;
	display: block;
	padding: 15px 20px;
	background-color: #ffe000;
	margin: 10px auto;
	width: 80%;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.5s;
}

#check:hover {
	background-color: #fff200;
}

#pay > p {
	border: 0px solid red;
	width: 80%;
	margin: 20px auto;
	font-size: 14px;
	/* text-align: center; */
}

#pay > div > a {
	text-decoration: none;
	color: #2f7cff;
}
#pay > div > a:hover {
	text-decoration: underline;
	color: #0046be;
}

#pay > p > a {
	color: #2f7cff;
	text-decoration: none;
}
#pay > p > a:hover {
	color: #0046be;
	text-decoration: underline;
}

#pay > h4 {
	border: 0px solid blueviolet;
	width: 80%;
	margin: auto;
}

#pay > div > div:nth-child(1) img {
	height: 60px;
	display: block;
}
#pay > div > div:nth-child(1) a {
	font-size: 13px;
	color: #2f7cff;
	text-decoration: none;
}
#pay > div > div:nth-child(1) a:hover {
	color: #0046be;
	text-decoration: underline;
}

#pay > div > div:nth-child(2) {
	border: 0px solid green;
	width: 70%;
}

.display-data {
	display: grid;
	border: 0px solid purple;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	background-color: white;
	/* height: 350px; */
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.saved {
	border: 0px solid green;
	background-color: white;
	margin: 40px auto;
	padding: 20px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.saved > h3 {
	text-align: left;
}
.saved > p {
	font-size: 13px;
	margin: 10px auto;
}

.saved > p > a {
	text-decoration: none;
	color: #2f7cff;
}
.saved > p > a:hover {
	text-decoration: underline;
	color: #0046be;
}

#cart-foot {
	border: 0px solid red;
	color: black;
	padding: 20px;
	padding-top: 0%;
	margin-top: -120px;
}

#atg {
	border: 0px solid blue;
	padding: 20px;
	width: 55%;
	font-size: 11.5px;
	color: rgb(57, 56, 56);
}

/* Deals page head */

.deal-part {
	border: 0px solid red;
	color: #040c13;
	/* padding: 20px; */
}
.deal-part > h2 {
	margin-left: 40px;
}

.cat-deal {
	border: 0px solid green;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.cat-deal > div {
	border: 1px solid white;
	width: 8%;
	text-align: center;
	padding: 10px 5px;
	transition: all .5s;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.cat-deal > div:hover {
	border: 1px solid #2f7cff;
	border-radius: 5px;
}
.cat-deal > div > img {
	width: 100%;
	/* height: 100%; */
}

.cat-deal > div > a {
	/* background-color: #0046be; */
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #2f7cff;
}
.cat-deal > div > a:hover {
	text-decoration: underline;
}

.I-2-0 {
	border: 0px solid green;
}

.I-2-0 > img {
	width: 100%;
}

.I-2-1 {
	display: flex;
	margin: 30px 0px;
	margin-bottom: 0%;
}

.I-2-1 > img {
	width: 50%;
}

.I-2-1 > div {
	border: 0px solid red;
	width: 50%;
	padding: 40px 60px;
	background-color: #e0e8f2;
}

.I-2-1 > div > img {
	width: 35%;
	margin-top: 40px;
	mix-blend-mode: multiply;
}
.I-2-1 > div > h2 {
	font-size: 45px;
	margin: 0%;
}
.I-2-1 > div > h3 {
	font-size: 35px;
	margin: 0%;
	font-weight: normal;
}
.I-2-1 > div > h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}
.I-2-1 > div > p {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
}
.I-2-1 > div > a {
	background-color: #0046c6;
	text-decoration: none;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
	transition: all 0.5s;
}
.I-2-1 > div > a:hover {
	background-color: #001e73;
}

.I-2-2 {
	display: flex;
	border: 0px solid red;
	padding-left: 20px;
}
.I-2-2 > div {
	transform: skew(-35deg);
	background-color: red;
	width: 124px;
	padding: 5px;
	padding-left: 10px;
	margin-right: 20px;
}
.I-2-2 > div > h2 {
	border: 0px solid green;
	margin: 0%;
	width: 117px;
	transform: skew(35deg);
	color: white;
}

.I-2-2 > p {
	margin: 0%;
	margin-top: 10px;
}

.I-2-3 {
	border: 0px solid green;
	display: grid;
	padding: 20px;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.I-2-3 > div {
	border: 0px solid red;
	padding: 20px;
	width: 87%;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: all 0.5s;
}
.I-2-3 > div:hover {
	transform: scale(1.05);
}

.I-2-3 > div > img {
	width: 100%;
	cursor: pointer;
}
.I-2-3 > div > h4 {
	color: #2f7cff;
	cursor: pointer;
	font-size: medium;
	font-weight: 500;
}
.I-2-3 > div > h4:hover {
	color: #0046c6;
	text-decoration: underline;
	cursor: pointer;
}
.I-2-3 > div > p {
	font-size: smaller;
	font-weight: normal;
}
.I-2-3 > div > a {
	text-decoration: none;
	padding: 5px 30px;
	color: white;
	background-color: #0046c6;
	border-radius: 5px;
	transition: all 0.5s;
	font-size: 13px;
	font-weight: 600;
}
.I-2-3 > div > a:hover {
	background-color: #001e73;
}
.I-2-4 > img {
	width: 100%;
}

.I-2-5 {
	border: 0px solid red;
	width: 950px;
	margin: auto;
}

.I-2-5 {
	border: 0px solid red;
	width: 90%;
	margin: 40px auto;
	/* height:400px; */
	position: relative;
	margin-top: 25px;
}
.I-2-5 > div > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/* height: 400px; */
	border-radius: 5px;
}
#prev,
#next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	/* color: white; */
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
#next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
#prev:hover,
#next:hover {
	background-color: rgba(255, 255, 255, 0.704);
}
