*{
	font-family: "Exo 2", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}

html{
    scroll-behavior: smooth;
    user-select: none;
	
	overflow-x: hidden !important;

	--color1: #4da7d1;
	--color2: #a1bace;
    --color5: #f4f8fb;
}
body{
    margin: 0;
    width: 100%;
	background-color: var(--color5);
	color: var(--color1);
}
button:hover{
	cursor: pointer;
}
#scrollUp{
	position: fixed;
	right: 5%;
	bottom: 8.5%;
	opacity: 0;
	cursor: default;
	display: flex;
	align-items: center; 
  	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: var(--color5);
	background-color: rgba(77, 167, 209, 0.7);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	z-index: 4;
	transition: .5s;
}
#scrollUp:hover{
	background-color: var(--color1);
}

header{
    position: absolute;
    width: 60%;
    left: 50%;
	transform: translate(-50%, 0);
    height: 20vh;
    top: 15vh;
    background-color: rgba(244, 248, 251, 0.8);
	backdrop-filter: blur(4px);
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: end;
	/* border-width: 5px;
	border-image: linear-gradient(90deg, rgba(247,247,247,0.8) 0%, rgba(140,218,237,0.8) 10%, rgba(140,218,237,0.8) 90%, rgba(247,247,247,0.8) 100%);
	border-style: solid; */
	border: none;
	box-shadow: 0 15px 8px -10px rgba(77, 167, 209, 0.6);
}
.sticky {
    position: fixed;
    top: 0;
}
navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
	
    width: 80%;
    height: 80%;
}
navbar a{
    transition: .5s;
    text-decoration: none;
	color: var(--color1);
	margin-bottom: 10px;
}
navbar a:hover{
	color: var(--color2);
}
navbar img{
    margin: 0;
    height: 10vh;
}

product-more-wrapper{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
}
product-more{
	position: fixed;
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	
	background-color: var(--color5);
}
product-more{
	
	border: none;
	box-shadow: 0px 0px 20px rgba(77, 167, 209, 0.2);
	border-radius: 2rem;
}
product-more img{
	max-width: 40%;
	max-height: 80%;
	border-radius: 2rem;
	
	-webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 85%, rgba(0,0,0,0.01) 90%, rgba(0,0,0,0.05) 100%);
}
more-info{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 70%;
	text-align: center;
}
info-price{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}
info-price button{
	height: 40px;
	border-radius: 2rem;
	border: 0;
	left: 50%;
	background-color: var(--color5);
	font-weight: 500;
	font-size: 1rem;
	transition: .5s;
	color: var(--color1);
}
info-price button:hover{
	background-color: rgba(77, 167, 209, 0.5);
	color: var(--color5);
}


agreement-fill-wrapper{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
	display: none;
}
agreement-fill{
	position: absolute;
	width: 1000px;
	max-height: 800px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border: none;
	box-shadow: 0px 0px 40px rgba(77, 167, 209, 0.7);
	border-radius: 2rem 0 0 0;
	background-color: var(--color5);
}
.contract::-webkit-scrollbar{
	width: .5rem;
}
.contract::-webkit-scrollbar-thumb{
	background: var(--color2);
	border-radius: 1rem;
	transition: .5s;
}
.contract::-webkit-scrollbar-thumb:hover {
	background: var(--color1); 
	transition: .5s;
  }	
.contract{
	padding: 2rem;
	overflow-y: scroll;
}
.contract h1, .contract h2, .contract h3{
	text-align: center;
}
.contract p{
	text-align: justify;
}
.contract h6{
	font-size: 1rem;
	margin-left: 5%;
}
.contract li{
	list-style-type: none;
}
.agreement-fill{
	opacity: 1;
	display: flex;
	z-index: 5;
	backdrop-filter: blur(4px);
}

buyprocess-wrapper{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
}
buyprocess{
	position: absolute;
	width: 1000px;
	height: 800px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	border: none;
	box-shadow: 0px 0px 40px rgba(77, 167, 209, 0.7);
	border-radius: 2rem;
	background-color: var(--color5);
}
.buyprocess{
	opacity: 1;
	z-index: 5;
	backdrop-filter: blur(4px);
}
#closePayment{
	position: absolute;
	font-size: 2.8rem;
	left: 90%;
	top: 5%;
	z-index: 6;
}

buyprocess-wrapper h1{
	margin-top: 5%;
}
selling-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	height: 90%;
	align-items: center;
}
bill-wrapper{
	width: 40%;
	height: 80%;
}
personal-info{
	width: 50%;
	height: 80%;
}
#purchaseForm{
	display: flex;
	height: 90%;
	width: 100%;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
}
#purchaseForm input, select, option{
	color: var(--color1);
	border: 0 solid var(--color1);
	box-shadow: 0 4px 2px -3px rgba(77, 167, 209, 0.6);
	background-color: var(--color5);
	
	outline: none;
}
#purchaseForm input, select, option::after{
	
	color: var(--color1);
}
#check-receiver{
	box-shadow: none !important;
}
customer-info{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}
check-receiver{
	display: flex;
	flex-direction: row;
	width: 30%;
	justify-content: space-between;
}
.receiver{
	position: absolute;
	top: -200px;
	opacity: 0;
	z-index: 0;
}
#purchaseForm button{
	margin-top: 5%;
	width: 20%;
	height: 40px;
	margin-left: 40%;
	border-radius: 2rem;
	border: 2px solid rgba(77, 167, 209, 0.5);
	background-color: var(--color5);
	font-weight: 500;
	font-size: 1rem;
	transition: .5s;
	color: var(--color1);
}
#purchaseForm button:hover{
	background-color: rgba(77, 167, 209, 0.5);
	color: var(--color5);
}
.top-title{
	position: absolute;
	top: 38vh;
	left: 50%;
	transform: translate(-50%, 0);
}
top-charts{
    position: absolute;
    display: flex;
    top: 40vh;
    height: 50vh;
    width: 50%;
    left: 25%;
    right: 25%;
    justify-content: center;
    align-items: center; 
    /* SPACE-BETWEEN */
}

catalog{
    position: absolute;
    top: 100vh;
    width: 70%;
    left: 50%;
	transform: translate(-50%, 0);
    min-height: 100vh;

    padding: 20px;
    box-sizing: border-box;
}
catalog h1{
	text-align: center;
}
product{
    display: flex;
    position: relative;
    justify-content: space-evenly;
	border: none;
	box-shadow: 0px 5px 30px rgba(77, 167, 209, 0.7);
    border-radius: 2rem;
    height: 300px;
    width: 250px; 
}
products-wrapper{
    display: grid;
	width: 80%;
	padding-top: 2vh;
	margin-left: 10%;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;

    justify-items: center;
    justify-content: center;
}
top-product{
	display: flex;
    position: relative;
    justify-content: space-evenly;
	border: none;
	box-shadow: 0px 5px 30px rgba(77, 167, 209, 0.7);
    border-radius: 2rem;
    min-height: 300px;
    min-width: 250px; 
}

product-info{
    position: absolute;
    width: 100%;
    height: 70%;
}
top-layer{
    position: absolute;
    display: flex;
    flex-direction: column;
	justify-content: space-around;
    width: 90%;
    height: 90%;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 2;
    align-items: center;
	transition: .5s;
}
top-layer h4{
    margin: 0;
    padding-top: 5%;
    font-weight: 600;
    font-size: 1.3rem;
	text-align: center;
}
top-layer img{
	margin: 10%;
	max-width: 8rem;
    max-height: 8rem;
	border-radius: 1rem;
	opacity: .9;
	/* box-shadow: 0px 0px 20px -10px rgba(244, 248, 251,0.8); */
}
bottom-layer{
    z-index: 1;
	background-color: var(--color5);
	opacity: 0;
	transition: .5s;

    position: absolute;
	margin-top: 5%;
	width: 90%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
bottom-layer p{
	margin-top: 40%;
	width: 80%;
	height: 80%;
	text-align: center;
	align-self: center;
	justify-self: center;
}
.product-hovered top-layer{
	z-index: 1;
	opacity: 0.3;
}
.product-hovered bottom-layer{
	z-index: 2;
	opacity: 0.7;
}
price{
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
    top: 77.5%;
	align-items: center;
}
price button{
	position: absolute;
	height: 40px;
	width: 100px;
	border-radius: 2rem;
	border: 0;
	left: 50%;
	background-color: var(--color5);
	font-weight: 500;
	font-size: 1rem;
	transition: .5s;
	color: var(--color1);
	
}
price button:hover{
	background-color: rgba(77, 167, 209, 0.5);
	color: var(--color5);
}

personal-product{
	position: absolute;
	padding-top: 20vh;
	display: flex;
	flex-direction: column;
	height: 40vh;
	width: 100%;
	align-items: center;
}
personal-product h4{
	padding-top: 10px;
}
personal-wrapper{
	padding-top: 5vh;
	display: flex;
	width: 80%;
	flex-direction: row;
	justify-content: space-around;
	align-items: start;
}
personal-wrapper p{
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
}
.contact-wrapper{
	padding-top: 1vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 100px;
}
.contact-wrapper input{
	display: flex;
	font-size: 1rem;
	width: 300px;
	color: var(--color1);
	border: 0 solid var(--color1);
	box-shadow: 0 4px 2px -3px rgba(77, 167, 209, 0.6);
	background-color: var(--color5);
	
	outline: none;
}
.contact-wrapper input::after{
	color: var(--color1);
}
.contact-wrapper button{
	height: 30px;
	width: 100px;
	border-radius: 2rem;
	background-color: var(--color5);
	font-weight: 500;
	font-size: 1rem;
	transition: .5s;
	color: var(--color1);
	border: 0;
}
.contact-wrapper button:hover{
	background-color: rgba(77, 167, 209, 0.5);
	color: var(--color5);
}
cart-product{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	align-items: center;
	height: 100px;
	margin-bottom: 30px;
}
cart-product img{
	position: absolute;
	left: 10%;
	margin-right: 5%;
	border-radius: 1rem;
	max-width: 4rem;
	max-height: 4rem;
	opacity: .9;
}
cart-product h5{
	position: absolute;
	left: 35%;
	max-width: 100px;
}
cart-product h4{
	position: absolute;
	left: 65%;
}
cart-product i{
	font-weight: 800;
	font-size: 1.3rem;
	margin-top: 2%;
}

phone-header{
	display: none;
}
#shopCart{
	position: fixed;
	cursor: pointer;
	/* position: absolute; */
	display: flex;
	align-items: center; 
  	justify-content: center;
	text-align: center;
	font-size: 35px;
	color: var(--color5);
	background-color: var(--color1);
	height: 75px;
	width: 75px;
	border: 2px solid var(--color5);
	border-radius: 50%;
	margin-left: 4%;
	top: 85%;
	z-index: 3;
	opacity: .7;
	transition: opacity .5s ease;
}
#productCounter{
	position: fixed;
	cursor: pointer;
	display: flex;
	margin-left: 60px;
	margin-top: -5px;
	align-items: center;
	align-self: start;
	justify-content: center;
	font-size: 20px;
	height: 25px !important;
	width: 25px !important;
	color: var(--color1);
	font-weight: 600;
	font-size: 1rem;
	background-color: var(--color5);
	border: 2px solid var(--color2);
	border-radius: 50%;
}
#shopCart:hover{
	opacity: 1;
}

.basket{
	z-index: 6;
	position: fixed !important;
	display: relative;
	top: 39.9vh;
	/* left: -30%; */
	width: 408px;
	height: 60vh;
	border: none;
	box-shadow: 0px 0px 50px rgba(77, 167, 209, 0.7);
	border-radius: 2rem;
	/* background-color: rgba(187, 187, 187, 0.1); */
	background-color: var(--color5);

	transition: 1s;
	left: -550px;
}
.basket-heading{
	margin-top: 10%;
	width: 100%;
	text-align: center;
	color: var(--color1);
	font-weight: 600;
}
.basket-line{
	position: relative;
    text-align: center;
	width: 80%;
	height: 1px;
	left: 10%;
	background-color: var(--color1);
	border: 1px solid var(--color1);
	border-radius: 2px;
}
#closeBasket{
	position: relative;
	top: 30%;
	left: 90%;
	font-size: 40px;
	color: var(--color1);
}
.basket-footer{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 72.5%;
	height: 20%;
}
.basket-footer h1{
	color: var(--color1);
	
}
.basket-footer button{
	width: 40%;
	height: 50%;
	background-color: var(--color1);
	border: 5px solid var(--color1);
	border-radius: 10px;
	font-size: 28px;
	font-weight: 600;
	color: var(--color5);
}

.basket-content-wrapper{
	position: absolute;
	width: 90%;
	margin-left: 5%;
	padding-top: 7%;
	height: 60%;
}
.basket-content{
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	scroll-behavior: smooth;
	height: 95%;
	border-radius: 1rem;
	border: 0;
}
.basket-content::-webkit-scrollbar{
	overflow: hidden;
}

at-top{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
footer{
	background-color: var(--color1);
	color: var(--color5);
}