@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #004c94;
  z-index: 200;
  color: white;
  text-align: center;
  line-height: 90vh;
}

.splash-screen.display-none {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #004c94;
  z-index: -10;
  color: white;
  text-align: center;
  line-height: 90vh;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
}

body {
	background-color: #dadada;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	transition: 0.4s;
	color: #87ceeb;
	text-decoration: underline;
}

.selected-a {
	color: #87ceeb;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url("images/header.png");
	padding: 10px 20px;
	color: #fff;
}

.search-box {
	flex: 1;
	display: flex;
	align-items: center;
	background: #fff;
	color: gray;
	max-width: 1000px;
	border-radius: 10px;
	margin-left: 15px;
}

.search-box-category {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	gap: 5px;
	background: #e5e5e5;
	border-radius: 10px;
}

.searchBox {
	border: none;
	outline: none;
	padding-left: 20px;
	width: 100%;
}

.search-icon {
	max-width: 41px;
	padding: 8px;
	background: skyblue;
	border-radius: 10px;
}

.btn-redirect-g {
	border: none;
	border-radius: 10px;
}

.account-text {
	margin-left: 15px;
}

.account-text p {
	font-size: 10px;
}

.account-text h1 {
	font-size: 14px;
}

.cart-icon-nav {
	display: flex;
	align-items: center;
	margin: 0px 15px;
}

.nav-banner-text div {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	gap: 5px;
	background-color: #014b9b;
	color: #fff;
	font-weight: 500;
}

.slider ul{
	display: flex;
	overflow-y: hidden;

}

.slider-img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	mask-image: linear-gradient(to bottom, #000000 50%, transparent 100%);
}

.hero-msg a {
	color: skyblue;
}

.cont_slider_for {
	right: 0;
}

.box-row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	justify-content: space-between;
	margin: 20px 30px;
	overflow-x: auto;
}

.box-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px 20px;
	background-color: #fff;
	max-width: 24%;
	min-height: 200px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #014b9b;
	border-style: solid;
	z-index: 1;

}

.box-col img {
	width: 100%;
}

.box-col a {
	font-size: 13px;

}

.header-box {
	margin-top: -20vw;
}

.product-slider {
	background-color: #fff;
	margin: 0 30px;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #014b9b;
	border-style: solid;

}

.product-slider .products {
	display: flex;
	overflow-x: auto;
	gap: 20px;
	margin-top: 10px;

}

.product-slider .products img {
	max-width: 200px;
	max-height: 200;

}

.product-slider .products::-webkit-scrollbar {
	display: none;
}

/* 

Product slider with price

Capn. Price xDDD

*/

.product-slider-price {
	background: #fff;
	margin: 0 30px;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #014b9b;
	border-style: solid;
}

.product-slider-price .products {
	display: flex;
	overflow-x: auto;
	gap: 10px;
	margin-top: 10px;
}

.product-img-price {
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-width: 210px;
	background: #fbfbfb;
}

.product-img-price img {
	width: 150px;
	margin: 0 50px;

}

.product-offer p{
	background: skyblue;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	margin: 8px 0;
	border-radius: 2px;
	font-size: 13px;
}

.product-offer span{
	color: skyblue;
	font-size: 12px;
	font-weight: 500;

}

.product-price {
	color: gray;
	font-size: 13px;

}

.product-img-price h4 {
	color: #525252;
	font-size: 15px;
	font-weight: 400;
}


.product-slider-price .products::-webkit-scrollbar {
	display: none;
}

footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #121921;
	padding: 20px 60px;
}

.footer-links {
	display: flex;
	text-decoration: underline;
	display: inline-block;
	margin: 0 1 rem;
	font-size: 0.8rem;
	align-items: center;
	color: var(--footer-text-clr);
	margin-bottom: 0.5rem;
	width: 100%;
	padding: 0;
	height: 100%;
	word-spacing: 5px;
	margin-top: 0;
	text-align: center;
	background-color: #121921;
	color: #fff;
	text-decoration: none;

}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 0.85rem;
    width: 100%;
}

.test a{
	text-decoration: none;
}


.mb-prime-logo-img {
	background-color: skyblue;
	color: #fff;
}

.cart {
	display: flex;
	gap: 20px;
	margin: 20px;
}



.cart-left{
	background-color: white;
	padding: 20px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #014b9b;
	border-style: solid;
	width: 70%;
}

.random-button {
	max-width: 245px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background: white;
  color: #014b9b;
  cursor: pointer;
  border-color: #014b9b;
  border-radius: 20px;
  margin: 20px;
}

.random-button:hover {
	border-color: skyblue;
	color: skyblue;

}

.cart-right {
	background-color: white;
	padding: 20px;
	border-radius: 25px;
	border-width: 2px;
	border-color: #014b9b;
	border-style: solid;	
	width: 30%;
}

.cart-left h1{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}

.cart-page-text {
	margin: 20px;
	padding: 20px;
}

.cart-left hr{
	border: none;
	height: 1px;
	background: #dadada;
}

@media (max-width: 600px) {
	.cart-text{
		display: none;
	}

	.nav-banner-text div {
		display: none;
	}
	.cart-left {
		width: 50%;
	}
	.cart-right{
		width: 50%;
	}
}
