*{
	font-family: Tahoma, sans-serif;
	/*font-family: 'Times New Roman', serif;*/
	font-size: 15px;
	:focus {
    outline: none;
}
}

html{
	-webkit-text-size-adjust: none; /* For WebKit browsers */
    text-size-adjust: none; /* For other browsers */
}
body{
	background-color: #E8E8E8;
}

header{
	position: relative;
	z-index: 5;
	min-height: 75px;
}
navbar{
	display: flex;
	width: 100%;
	height: 75px;
	min-height: 75px;
	background-color: background: #fff200;
  background: linear-gradient(90deg, rgba(255, 242, 0, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(42, 123, 155, 1) 100%);e;
	margin: none;
}
.main-gs-logo{
	display: flex;
	max-width: 15%;
	min-width: 15%;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}
.gs-logo{
	display: block;
	max-height: 100%;
	min-width: 100%;
}
.navigation{
	display: flex;
	width: 100%;
	margin: 5px;
	overflow: hidden;

	background-color: ;
	z-index: 6;

	
}
nav{
	width: 100%;
	margin: 0px;
	position: relative;
}
.link-container{
	float: right;
}
.link-button{
	font-size: 14px;
	height: 25px;
	border: none;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.link-button-line1{
	margin-top: 1px;
	
}
.link-button-line2{
	margin-top: 10px;
}
.search-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(25, 9, 61, 1) 100%);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.search-form{
	display: flex;
	width: 90%;
}
.filter-region{
	width: 32%;
	margin-right: 3%;
	border: none;
	height: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 2px;
}    
.search-field{
	width: 50%;
	height: 28px;
	border: none;
	border-top-left-radius: none;
	border-bottom-right-radius: none;
	border-top-right-radius: none;
	border-bottom-left-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 5px 0px white;
}
.search-button{
	float: left;
	width: 15%;
	min-height: 28px;
	max-height: 28px;
	font-size: 14px;
	border: none;
	border-top-right-radius: none;
	border-bottom-right-radius: 15px;
	background-color: white;
}


body {
  --header-height: 110px;

  padding-top: var(--header-height);
}
header {
  width: 100%;
  height: var(--header-height);
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}

.header--hidden {
  transform: translateY(calc(-1 * var(--header-height)));
  box-shadow: none;
}


/*Create new store css....................................................................................*/
.showFormButton{
	border: none;
	width: 40%;
	height: 30px;
	border-radius: 10px;
	margin-left: 30%;
}
.hideFormButton{
	display: none;
	border: none;
	border-radius: 10px;
	float: right;
	height: 30px;
	width: 60px;
}
.addStoreContainer{
	display: none;
  position: relative;
  width: 100%;
/*  justify-content: center;
  align-items: center;*/
}
.addStoreForm{
	width: 70%;
	margin: auto;
	text-align: center;
}
exit{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.addStoreTitle{
	font-size: 17px;

}
.addStoreLabel{
	font-family: 'Time New Roman', serif;
	font-size: 20px;
	color: orangered;

}
.addStoreInput{
	height: 25px;
	padding: 2px;
	width: 100%;
	box-shadow: 1px 1px 2px 2px lightblue;
	border: none;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.addStoreFormSelectField{
	width: 60%;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.addStoreButton{
	width: 50%;
	height: 40px;
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 17px;
	margin-top: 10px;
	background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 100, 1) 0%, rgba(9, 9, 200, 1) 50%, rgba(25, 9, 100, 1) 100%);
}
/* Tooltip text css for Store GPS Address*/
.tooltip{
	border-bottom: 1px dotted darkred;
	font-size: 14px;
	color: blue;
}
.tooltiptext{
	visibility: hidden;
	width: 100%;
	background-color: black;
	color: white;
	border-radius: 10px;
	padding: 5px 0;
  /*position the tooltip*/
  position: absolute;
  z-index: 1;
  bottom: 49%;
  left: 0;
}
.tooltip:hover .tooltiptext{
	visibility: visible;
}
/* give focus border when input field is clicked for create new store */
input[class=addStoreInput]{
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
input[class=addStoreInput]:focus{
	border: 1px solid green;
}

/*signin and signup form css*/
.showSignupForm, .showSigninForm{
	border: none;
	border-radius: 10px;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: blue;
	font-style: italic;
	background-color: inherit;
}
.accountForm{
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.showSignupFormDiv{
	margin-top: 30%;
}
.showSigninFormDiv{
	display: none;
	margin-bottom: 15px;
}
.loginFormDiv{
	margin-top: 15px;
}
.signupFormDiv{
	display: none;
}
.loginFormLabel, .signupFormLabel{
	display: flex;
  font-size: 20px;
  width: 100%;
  height: 40px;
  background-color: orange;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
.loginLabel, .signupLabel{
	font-size: 16px;
	font-weight: bold;
	color: deeppink;
}
.signupSelect{
	width: 50%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25%;
	border-radius: 3px;
}
.signupRadioButton{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 40%;
}
/* Tooltip text css for account, username*/
.accountTooltip{
	border-bottom: 1px dotted darkred;
	font-size: 14px;
	color: blue;
}
.loginInput, .signupInput{
	width: 80%;
	margin-left: 10%;
	height: 30px;
	border: 1px dotted;
	border-color: red;
	border-radius: 15px;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.loginButton, .signupButton{
	display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-left: 30%;
  height: 40px;
  border: none;
  border-color: green;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: orange;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
/* give focus border when input field is clicked for create new store */
input[class=loginInput], input[class=signupInput], input[class=productInput]{
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
input[class=loginInput]:focus, input[class=signupInput]:focus, input[class=productInput]:focus{
	border: 1px solid orange;
	box-shadow: 2px 2px orange;
}
.fa-eye-slash{
	float: right;
	margin-top: 5%;
}

/*add product css---------------------------------------------------*/
.productForm{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background-color:  #d9d9d9;
	margin-left: 5%;
	border-radius: 15px;
}
.addProduct{
	width: 80%;
	font-family: Garamond, serif;
  padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.productLabel{
	display: inline-flex;
	position: relative;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Courier New', monospace;
	background-color: #404040;
	padding: 2px;
	width: 45%;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.productSelect{
	width: 50%;
	height: 30px;
	border: none;
	border-radius: 5px;
}
.productImageFile {
	display: inline-block;
	color: yellow;
	background-color: darkblue;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}
.productImageLabel{
	display: inline-block;
	font-family: 'Courier New', monospace;
	color: white;
	background-color: #404040;
	padding: 2px;
	width: 98%;
	border-radius: 5px;
	margin-bottom: 5px;
}
/*.productFile{
  display: inline-block;
  height: 30px;
  cursor: pointer;
  position: absolute;
  background-color: darkblue;
  font-size: 14px;
  font-weight: normal;
  padding-top: 12px;
  color: white;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px
}*/
.productInput{
	width: 97%;
	height: 40px;
	margin-bottom: 5px;
	border: none;
	border-radius: 10px;
}
.description{
	display: inline-block;
	height: 150px;
}
.submitProductBtn{
	width: 50%;
	height: 40px;
	font-size: 16px;
	margin-left: 25%;
	border: none;
	border-radius: 10px;
	background-color: darkblue;
	color: white;
}
.display-product{
	background-color:#0e0f0f;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
	color: white;
	border-radius: 5px;
}
.product-edit{
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	text-decoration: none;
	color: white;
	font-style: italic;
	background-color: inherit;
}
.product-profile{
	width: 50px;
	height: 50px;
	/*border-radius: 50px;*/
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-right: 10px;
	/*border-bottom-right-radius: 5px;*/
	margin-bottom: 5px;
	margin-left: 5px;
}
.pname{
	display: inline-block;
	position: absolute;
	margin-top: 20px;
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    overflow: hidden; /* Hides the overflowing text */
    text-overflow: ellipsis; /* Displays an ellipsis (...) for clipped text */
    width: 200px; /* Or any fixed width for the container */
}
.myproduct-title{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: green;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}
.progress {
    background-color: #3fee8c;
    position: relative;
    margin: 20px;
    height: 1.2rem;
}
.progress-bar {
    background-color: #7eeed8;
    width: 100%;
    height: 1.2rem;
}
progress::-webkit-progress-value {
    background: #3fee8c;
}
progress::-webkit-progress-bar {
    background: #1e1e3c;
}
progress::-moz-progress-bar {
    background: #3fee8c;
}

/* stores and store-profile images */
.display-store{


}
.display-stn{

}
.store-profile{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	margin-right: 10px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.sprofile{
	display: flex;
}
.sname{
	display: inline-flex;
	position: absolute;
	margin-top: 20px;
}
.mystore-title{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: lightblue;
	padding-top: 5px;
	padding-bottom: 5px;
}
.store-edit{
	float: right;
	margin-top: 20px;
	text-decoration: none;
	color: black;
	font-style: italic;
	border: none;
	background-color: inherit;
	color: orangered;
}
.ahref{
	text-decoration: none;
	color: black;
}
.productForm{
	
}
/*--------------------------------------------------------------------------*/
/*.front-page {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
    /*gap: 20px; /* Adds spacing between grid items */
/*}*/
.dp-container{
	float: left;
	width: 46%;
	display: inline-block;
	border: solid;
	border-width: 1px;
	border-color: orange;
	margin-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 230px;
	overflow: hidden;
}
.dp-link{
	color: inherit; /* Applies the color of the parent element, prevent blue link colour */
	text-decoration: none;
}
.thumbnail{
	margin-bottom: 1px;
	margin-top: 1px;
	width: 100%;
	height: 150px;
	object-fit: cover;
	/*object-fit:scale-down;*/
}
price{
	color: green;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
}
pname{
	/*clear: both;  /* This element will start below the floated image */
	/*font-family: Georgia, serif;*/
	margin-left: 3px;
	font-size: 13px;
}
ptown{
	opacity: 0.7;
	font-family: Arial, sans-serif;
	font-style: italic;
    font-size: 13px;
    margin: 3px;
    display: inline-block;
    line-height: 1; /* Sets line height to 1.5 times the font size */
}
.vlogo{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	margin-right: 10px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
vprice{
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
}
vcontact{
	float: right;
	margin-right: 5px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: bold;
}
vcontact{
	background-color: #038F16;
	color: white;
	padding: 5px;
	border-radius: 5px;
}
.vcontact{
	color: inherit;
	text-decoration: none;
	font-size: 15px;
}
vname{
	/*clear: both;  /* This element will start below the floated image */
	font-size: 15px;
	margin-left: 3px;
}
vtown{
	opacity: 0.7;
	overflow-y: hidden;
	font-style: italic;
    margin: 3px;
    display: inline-block;
    line-height: 1; /* Sets line height to 1.5 times the font size */
}
no-result{
	display: block;
	margin-top: 50%;
	font-style: italic;
	text-align: center;
	background-color: rgba(255, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.logout{
	display: flex;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-decoration: none;
}
.logout-button{
	height: 30px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	font-weight: bold;
	color: white;
	background-color: red;
	border-color: pink;
}
.myaccount{
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 30%;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#fcdcf5;
	border-radius: 15%;
}
.update-img{
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-bottom-right-radius: 5px;
}
.slide-image{
	width: 100%; 
	margin-top: 10px;
}
/* pull to refresh css start---------------------------------*/
  margin: 0;
  font-family: sans-serif;
}

#app {
  min-height: 100vh; /* Ensure enough height for scrolling */
}

#pull-to-refresh-indicator {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}
/* pull to refresh css end ---------------------------------- */


/* top loading indicator */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%; /* Initial width */
    height: 3px; /* Thickness of the bar */
    background-color: red; /* Loading bar color */
    z-index: 6; /* Ensure it's on top of other content */
    transition: width 0.5s ease-in-out; /* Smooth transition for width changes */
}

.cover-body{
  position: fixed;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top */
  transition: opacity 0.5s ease-in-out; /* Smooth fade-out */
  display: none;
}

/* Optional: Add a subtle animation for a more dynamic look */
#page-loader.loading {
    animation: loading-animation 2s infinite;
}

@keyframes loading-animation {
    0% { width: 0%; }
    50% { width: 70%; } /* Simulate progress */
    100% { width: 100%; }
}
.h1{
	text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Modal (background) */
.modal-1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content **************************************************************/
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 15px;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.myBtn2{
    border: none;
    font-style: italic;
    background-color: inherit;
}
/*--************************************************************************/

.progressgif{
	position: fixed;
	width: 200px;
	height: 200px;
	z-index: 8;
	margin-top: 50px;
	margin-left: 50px;
	background-color: white;
	display: none;
	border-radius: 50px;

}
.storelogo{
	width: 100%;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/






@media screen and (min-width: 600px) {
*{
	font-family: Tahoma, sans-serif; 	font-size: 15px;
	:focus {
    outline: none;
}
}

html, body{

}
header{
	position: relative;
	z-index: 5;
}
navbar{
	display: flex;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	background-color: background: #fff200;
  background: linear-gradient(90deg, rgba(255, 242, 0, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(42, 123, 155, 1) 100%);e;
	margin: none;
}
.main-gs-logo{
	display: flex;
	max-width: 70px;
	min-width: 70px;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}
.gs-logo{
	display: block;
	max-height: 100%;
	width: 40px;
}
.navigation{
	display: flex;
	width: 100%;
	margin: 5px;
	overflow: hidden;

	background-color: ;
	z-index: 6;

	
}
nav{
	width: 100%;
	margin-right: 5%;
	position: relative;
}
.link-container{
	float: right;
}
.link-button{
	height: 25px;
	border: none;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.link-button-line1{
	margin-top: 1px;
	
}
.link-button-line2{
	margin-top: 10px;
}
.search-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(25, 9, 61, 1) 100%);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.search-form{
	display: flex;
	width: 90%;
}
.filter-region{
	width: 32%;
	margin-right: 3%;
	border: none;
	height: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 2px;
}    
.search-field{
	width: 50%;
	height: 28px;
	border: none;
	border-top-left-radius: none;
	border-bottom-right-radius: none;
	border-top-right-radius: none;
	border-bottom-left-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 5px 0px white;
}
.search-button{
	width: 15%;
	height: 28.9px;
	border: none;
	border-top-right-radius: none;
	border-bottom-right-radius: 15px;
	background-color: white;
}


body {
  --header-height: 110px;
  --header-min-height: 110px;

  padding-top: var(--header-height);
}
header {
  width: 100%;
  min-height: 110px;
  height: var(--header-height);
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}

.header--hidden {
  transform: translateY(calc(-1 * var(--header-height)));
  box-shadow: none;
}


/*Create new store css....................................................................................*/
.showFormButton{
	display: block;
	align-items: center;
	justify-content: center;
	border: none;
	width: 150px;
	height: 30px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hideFormButton{
	display: none;
	border: none;
	border-radius: 10px;
	float: right;
	height: 30px;
	width: 60px;
}
.addStoreContainer{
	display: none;
  position: relative;
  width: 100%;
/*  justify-content: center;
  align-items: center;*/
}
.addStoreForm{
	width: 70%;
	margin: auto;
	text-align: center;
}
exit{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.addStoreTitle{
	font-size: 17px;

}
.addStoreLabel{
	font-family: 'Time New Roman', serif;
	font-size: 20px;
	color: orangered;

}
.addStoreInput{
	height: 25px;
	padding: 2px;
	width: 100%;
	box-shadow: 1px 1px 2px 2px lightblue;
	border: none;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.addStoreFormSelectField{
	width: 60%;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.addStoreButton{
	width: 50%;
	height: 40px;
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 17px;
	margin-top: 10px;
	background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 100, 1) 0%, rgba(9, 9, 200, 1) 50%, rgba(25, 9, 100, 1) 100%);
}
/* Tooltip text css for Store GPS Address*/
.tooltip{
	border-bottom: 1px dotted darkred;
	font-size: 14px;
	color: blue;
}
.tooltiptext{
	visibility: hidden;
	width: 100%;
	background-color: black;
	color: white;
	border-radius: 10px;
	padding: 5px 0;
  /*position the tooltip*/
  position: absolute;
  z-index: 1;
  bottom: 49%;
  left: 0;
}
.tooltip:hover .tooltiptext{
	visibility: visible;
}
/* give focus border when input field is clicked for create new store */
input[class=addStoreInput]{
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
input[class=addStoreInput]:focus{
	border: 1px solid green;
}

/*signin and signup form css*/
.showSignupForm, .showSigninForm{
	border: none;
	border-radius: 10px;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: blue;
	font-style: italic;
	background-color: inherit;
}
.main-account-form{
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	border: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: orange;
}
.accountForm{
	display: block;
  padding: 5px;
}
.showSignupFormDiv{
	margin-top: 5%;
	margin-bottom: 5px;
	margin-left: 35%;
}
.showSigninFormDiv{
	display: none;
	margin-bottom: 15px;
	margin-left: 35%;
}
.loginFormDiv{
	margin-top: 15px;
}
.signupFormDiv{
	display: none;
}
.loginFormLabel, .signupFormLabel{
	display: flex;
  font-size: 20px;
  width: 100%;
  height: 40px;
  background-color: orange;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
.loginLabel, .signupLabel{
	font-size: 16px;
	font-weight: bold;
	color: deeppink;
}
.signupSelect{
	width: 50%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25%;
	border-radius: 3px;
}
.signupRadioButton{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 40%;
}
/* Tooltip text css for account, username*/
.accountTooltip{
	border-bottom: 1px dotted darkred;
	font-size: 14px;
	color: blue;
}
.loginInput, .signupInput{
	width: 80%;
	margin-left: 10%;
	height: 30px;
	border: 1px dotted;
	border-color: red;
	border-radius: 15px;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.loginButton, .signupButton{
	display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-left: 30%;
  height: 40px;
  border: none;
  border-color: green;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: orange;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
/* give focus border when input field is clicked for create new store */
input[class=loginInput], input[class=signupInput], input[class=productInput]{
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
}
input[class=loginInput]:focus, input[class=signupInput]:focus, input[class=productInput]:focus{
	border: 1px solid orange;
	box-shadow: 2px 2px orange;
}
.fa-eye-slash{
	float: right;
	margin-top: 5%;
}

/*add product css---------------------------------------------------*/
.productForm{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background-color:  #d9d9d9;
	margin-left: 5%;
	border-radius: 15px;
}
.addProduct{
	width: 80%;
	font-family: Garamond, serif;
  padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.productLabel{
	display: inline-flex;
	position: relative;
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Courier New', monospace;
	background-color: #404040;
	padding: 2px;
	width: 45%;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.productSelect{
	width: 50%;
	height: 30px;
	border: none;
	border-radius: 5px;
}
.productImageFile {
	display: inline-block;
	color: yellow;
	background-color: darkblue;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
}
.productImageLabel{
	display: inline-block;
	font-family: 'Courier New', monospace;
	color: white;
	background-color: #404040;
	padding: 2px;
	width: 98%;
	border-radius: 5px;
	margin-bottom: 5px;
}
/*.productFile{
  display: inline-block;
  height: 30px;
  cursor: pointer;
  position: absolute;
  background-color: darkblue;
  font-size: 14px;
  font-weight: normal;
  padding-top: 12px;
  color: white;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px
}*/
.productInput{
	width: 97%;
	height: 40px;
	margin-bottom: 5px;
	border: none;
	border-radius: 10px;
}
.description{
	display: inline-block;
	height: 150px;
}
.submitProductBtn{
	width: 50%;
	height: 40px;
	font-size: 16px;
	margin-left: 25%;
	border: none;
	border-radius: 10px;
	background-color: darkblue;
	color: white;
}
.display-product{
	background-color:#0e0f0f;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
	color: white;
	border-radius: 5px;
}
.product-edit{
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	text-decoration: none;
	color: white;
	font-style: italic;
}
.product-profile{
	width: 50px;
	height: 50px;
	/*border-radius: 50px;*/
	border-style: solid;
	border-width: 2px;
	border-color: white;
	margin-right: 10px;
	/*border-bottom-right-radius: 5px;*/
	margin-bottom: 5px;
	margin-left: 5px;
}
.pname{
	display: inline-block;
	position: absolute;
	margin-top: 20px;
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    overflow: hidden; /* Hides the overflowing text */
    text-overflow: ellipsis; /* Displays an ellipsis (...) for clipped text */
    width: 200px; /* Or any fixed width for the container */
}
.myproduct-title{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: green;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}
.progress {
    background-color: #3fee8c;
    position: relative;
    margin: 20px;
    height: 1.2rem;
}
.progress-bar {
    background-color: #7eeed8;
    width: 100%;
    height: 1.2rem;
}
progress::-webkit-progress-value {
    background: #3fee8c;
}
progress::-webkit-progress-bar {
    background: #1e1e3c;
}
progress::-moz-progress-bar {
    background: #3fee8c;
}

/* stores and store-profile images */
.display-store{
width: 40%;
margin-left: 25%;
background-color: lightgreen;
padding-left: 5%;
padding-right: 5%;
}
.display-stn{

}
.store-profile{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	margin-right: 10px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.sprofile{
	display: flex;
}
.sname{
	display: inline-flex;
	position: absolute;
	margin-top: 20px;
}
.mystore-title{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: lightblue;
	padding-top: 5px;
	padding-bottom: 5px;
}
.store-edit{
	float: right;
	margin-top: 20px;
	text-decoration: none;
	color: black;
	font-style: italic;
}
.ahref{
	text-decoration: none;
	color: black;
}
.productForm{
	
}
/*--------------------------------------------------------------------------*/
/*.front-page {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
    /*gap: 20px; /* Adds spacing between grid items */
/*}*/
.main-dp-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.dp-container{
	float: left;
	width: 23.5%;
	display: inline-block;
	border: solid;
	border-width: 1px;
	border-color: orange;
	margin-left: 0.9%;
	margin-right: 0.1%;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 230px;
	overflow: hidden;
}
.vp-container{
	margin-left: 10%;
	margin-right: 10%;
}
.mySlides{
	background-color: rgba(0,0,0,0.8);
}
.slide-image{
	min-width: 200px;
	max-width: 400px;


}
hardcode{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideshow-main-container{
	margin-top: 10px;
}
.slideshow-container {
	margin-top: 50px;
/*  overflow-y: scroll;
  overflow-x: hidden;	
  position: relative;
  object-fit: cover;*/

}
/* Next & previous buttons */
.prev, .next {
  background-color: orangered;
}
.dp-link{
	color: inherit; /* Applies the color of the parent element, prevent blue link colour */
	text-decoration: none;
}
.thumbnail{
	margin-bottom: 1px;
	margin-top: 1px;
	width: 100%;
	height: 150px;
	object-fit: cover;
	/*object-fit:scale-down;*/
}
price{
	color: green;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
}
pname{
	/*clear: both;  /* This element will start below the floated image */
	margin-left: 3px;
	font-size: 13px;
}
ptown{
	opacity: 0.7;
	font-family: Arial, sans-serif;
	font-style: italic;
    font-size: 13px;
    margin: 3px;
    display: inline-block;
    line-height: 1; /* Sets line height to 1.5 times the font size */
}
.vlogo{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	margin-right: 10px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
vprice{
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
}
vcontact{
	float: right;
	margin-right: 5px;
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: bold;
}
vcontact{
	background-color: #038F16;
	color: white;
	padding: 5px;
	border-radius: 5px;
}
.vcontact{
	color: inherit;
	text-decoration: none;
	font-size: 15px;
}
vname{
	/*clear: both;  /* This element will start below the floated image */
	margin-left: 3px;
	font-size: 14px;
}
vtown{
	width: 100%;
	overflow-y: hidden;
	opacity: 0.7;
	font-style: italic;
    margin: 3px;
    display: inline-block;
    line-height: 1; /* Sets line height to 1.5 times the font size */
}
no-result{
	width: 60%;
	margin-left: 20%;
	display: block;
	margin-top: 5%;
	font-style: italic;
	text-align: center;
	background-color: rgba(255, 0, 0, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.logout{
	display: flex;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}
.logout-button{
	height: 30px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	font-weight: bold;
	color: white;
	background-color: red;
	border-color: pink;
}
.myaccount{
	font-family: Verdana, Geneva, sans-serif;
	width: 40%;
	margin-top: 5%;
	margin-left: 30%;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#fcdcf5;
	border-radius: 15%;
}
.update-img{
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-bottom-right-radius: 5px;
}
.slide-image{
	width: 300px; 
	margin-top: 10px;
}
.main-create-store{
	width: 30%;
	margin-top: 20px;
	margin-left: 35%;
	background-color: lightblue;
	padding: 10px;
	border-radius: 15px;
}
.main-edit-store{
	width: 30%;
	margin-top: 20px;
	margin-left: 35%;
	background-color: lightgoldenrodyellow;
	padding: 10px;
	border-radius: 15px;
}
.main-edit-product{
	width: 40%;
	margin-top: 20px;
	margin-left: 30%;
}
.main-display-product{
	width: 40%;
	margin-top: 20px;
	margin-left: 30%;
}
.main-password-reset{
	width: 40%;
	margin-left: 30%;
	padding: 30px;
	border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: orange;
	margin-top: 50px;
}
.storelogo{
	display: block;
	width: 50%;
	margin: auto;
}
}