.MyLPs {
	color: #2b2d40;
	background-color: #f0f0f2;
}

.MyLPs img {
	width: unset;
	max-width: 100%;
}

.MyLPs .header {
	background-color: #fff;
}

.header .header_text {
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
	color: #201d1e;
}

.CategNavigation {
	text-align: center;
	display: flex;
	justify-content: center;
}

.CategNavigation a {
	background-color: #6a6e93;
	text-align: center;
	padding: 20px 0;
	display: inline-block;
	color: white;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	width: 200px;
	margin: 15px;
	transition: all ease 0.15s;
}

.CategNavigation a:hover {
	background-color: #4960f2;
}

.MyLPs .btnCommon {
	background-color: #2b2d40;
	color: white;
	position: relative;
	transition: all ease 0.2s;
	padding: 15px 45px;
	font-size: 18px;
}

.MyLPs .btnCommon:hover {
	background-color: #4960f2 !important;
	color: white !important;
}

.content_center {
	margin: 0 auto;
}

.img_header_banner {
	margin-bottom: 15px;
}

.position_relative {
	position: relative;
}

.img_logo_height {
	height: 87px;
	width: 113px !important;
	margin: 0px;
}

.f50_titles {
	font-size: 50px;
	line-height: 50px;
	margin: 20px 0;
	font-weight: 600;
}

.f40_titles {
	font-size: 40px;
	line-height: 50px;
	margin: 20px 0;
	font-weight: 600;
}

.f30_titles {
	font-size: 30px;
	line-height: 32px;
	margin: 20px 0;
	font-weight: 600;
}

.f35_titles {
	font-size: 35px;
	line-height: 36px;
	margin: 20px 0;
	font-weight: 600;
}

.f26_par {
	font-size: 26px;
	line-height: 30px;
	font-weight: 100;
	margin: 10px 0;
}

.f24_par {
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	margin: 10px 0;
}

.f20_par {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	margin: 10px 0;
}

.f18_par {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 10px 0;
}

.fourItems_list_Container {
	margin-bottom: 10px;
}

.Combine_list_margin {
	margin: 0px 10px;
}

.fourItems_list {
	background-color: white;
	padding: 45px 10px 20px 10px;
	position: relative;
	overflow: hidden;
	transition: all ease 0.15s;
}

.fourItems_list p {
	height: 45px;
	overflow: hidden;
}

.fourItems_list img {
	margin: 0 auto;
}

.fourItems_list:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	transform: scale(1.015);
}

.fourItems_list:hover .btnCommon {
	background-color: #4960f2;
}

.LinkStretch {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.iphone_container .ProductTitle {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
}

.ipad_container .ProductTitle {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
}

.mac_container .ProductTitle {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
}

.Round_categ_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.Round_categ_container {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.Product_Circle {
	height: 200px;
	width: 200px;
	border: solid 9px #54709b;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: all linear 0.2s;
}

.Product_Circle div {
	position: absolute;
	left: -5px;
	top: -5px;
	height: 289px;
	width: 289px;
	background-color: rgba(84, 112, 155, 0);
	transition: all linear 0.2s;
}

.Product_Circle span {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	color: white;
	font-weight: 500;
	transition: all linear 0.2s;
}

.Round_categ_container:hover .Product_Circle {
	border: solid 9px rgba(84, 112, 155, 0.95);
}

.Round_categ_container:hover .Product_Circle div {
	background-color: rgba(84, 112, 155, 0.9);
}

.Round_categ_container:hover .Product_Circle span {
	opacity: 1;
	top: 50%;
}

.Round_categ_container:hover p {
	color: #54709b !important;
}

.fullWidthBanner {
	background: url('//support3.you.gr/you/redesign/landing_pages/2022_Apple/images/unique_bg.jpg') center top no-repeat;
	background-size: cover;
	padding: 90px 15px;
}

.fullWidthBanner p {
	max-width: 70%;
	margin: auto;
}

.Combine_list {
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ImgContainer {
	flex-basis: 50%;
	max-width: 50%;
	height: 100%;
}

.Combine_list_Desc {
	flex-basis: 50%;
	max-width: 50%;
	padding: 20px;
}

.Combine_list_Desc p {
	height: unset;
}

.Combine_list_Desc p.f36_text {
	height: unset;
	margin: 10px auto;
}

.Watch_list.fourItems_list {
	padding: 20px;
}

.padding20 {
	padding: 20px;
}

.Tech_carousel {
	text-align: center;
	position: relative;
	z-index: 5;
	max-width: 1400px;
	width: 100%;
	margin: 20px auto 0 auto;
}

.Tech_carousel .owl-stage-outer {
	position: relative;
	z-index: 4;
}

.owl-theme .owl-nav {
	display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
	margin-bottom: 20px;
}

.Tech_carousel .item {
	width: unset !important;
	position: relative;
	color: #2b2d40;
}

.Tech_carousel .item:hover img {
	transform: scale(1.08);
}

.Tech_carousel .circle {
	margin: 0 auto 10px auto;
	height: 290px;
	width: 290px;
	background: white;
	border-radius: 50%;
	overflow: hidden;
}

.Tech_carousel .circle img {
	width: 230px;
	margin: 0 auto;
	transition: all linear 0.04s;
}

.Tech_carousel .circle .f18 {
	padding: 0 45px;
}

@media (max-width: 1540px) {
	.Tech_carousel {
		text-align: center;
	}

	.Tech_carousel .circle {
		height: 250px;
		width: 250px;
	}

	.Tech_carousel .circle img {
		width: 180px;
	}
}

@media (max-width: 1490px) {
	.ImgContainer {
		background-size: 100% !important;
	}
}

@media (max-width: 1181px) {
	.CategNavigation a {
		padding: 20px 10px;
		font-size: 14px;
	}

	.header_text {
		margin: 10px;
	}

	.img_header_banner {
		margin: 40px 0px 25px 0px;
	}

	.f50_titles {
		font-size: 40px;
	}

	.f40_titles {
		font-size: 35px;
	}

	.f24_par {
		font-size: 20px;
	}

	.mac_container .ProductTitle {
		height: 30px;
	}

	.display-none-tablet {
		display: none !important;
	}

	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.Tech_carousel {
		text-align: center;
		position: relative;
		z-index: 3;
		max-width: 100%;
		width: 100%;
	}

	.Tech_carousel .item {
		width: 290px !important;
		position: relative;
		color: #2b2d40;
	}

	.Tech_carousel .item .circle {
		margin: 0 auto 10px auto;
		height: 250px;
		width: 250px;
		background: white;
		border-radius: 50%;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {

	.f26_par {
		height: 60px;
	}

	.fourItems_list {
		padding: 30px 10px 20px 10px;
	}
}

@media (max-width: 768px) {
	.display-none-mobile {
		display: none !important;
	}

	.MyLPs .header {
		background-color: #fff;
	}

	.f50_titles {
		font-size: 30px;
		line-height: 35px;
	}

	.f40_titles {
		font-size: 30px;
		margin: 10px 0;
	}

	.f26_par {
		font-size: 18px;
		line-height: 20px;
	}

	.f24_par {
		font-size: 16px;
		line-height: 25px;
	}

	.iphone_container .ProductTitle {
		font-size: 24px;
		height: 30px;
	}

	.ipad_container .ProductTitle {
		font-size: 24px;
		height: 30px;
	}

	.mac_container .ProductTitle {
		font-size: 24px;
	}

	.f18_par {
		font-size: 16px;
	}

	/* .f18_par {
		font-size: 14px;
		margin: 10px 0;
	} */
}

@media (max-width: 576px) {
	.CategNavigation {
		display: block;
	}

	.CategNavigation a {
		width: calc(50% - 10px);
		float: left;
		margin: 5px;
		padding: 10px 10px;
	}

	.display_none_mobile {
		display: none;
	}

	.img_logo_height {
		margin: 0 auto;
	}

	.MyLPs .btnCommon {
		padding: 10px 35px;
		font-size: 16px;
	}

	.iphone_container .fourItems_list p {
		height: 65px;
	}

	.iphone_container .fourItems_list p {
		height: 45px;
	}

	.mac_container .fourItems_list p {
		height: 45px;
	}

	.fullWidthBanner {
		padding: 50px 15px;
	}

	.Tech_carousel .item {
		width: 200px !important;
	}

	.Tech_carousel .item .circle {
		height: 200px;
		width: 200px;
	}

	.Tech_carousel .item .circle img {
		width: 140px;
	}

	.Tech_carousel .item .circle .f18 {
		padding: 0 20px;
	}
}

@media (max-width: 400px) {
	.fourItems_list_Container {
		flex-basis: 100%;
		max-width: 100%;
	}

	.fourItems_list p {
		height: 42px;
	}

	.f20_par {
		font-size: 18px;
		line-height: 22px;
	}

	.iphone_container .ProductTitle {
		height: 32px;
	}

	.ipad_container .ProductTitle {
		height: 32px;
	}

	.mac_container .ProductTitle {
		height: 32px;
	}

	.Combine_list {
		height: fit-content;
		display: block;
	}

	.ImgContainer {
		max-width: 100%;
		height: 175px;
	}

	.Combine_list_Desc {
		max-width: 100%;
	}

	.space10-mobile {
		height: 10px;
	}
}

.neo {
	font-size: 30px;
	color: #c2000e;
}