body {
	font-family: 'Helvetica Neue', sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}
header , footer {
	background: linear-gradient(135deg, #4a90e2 0%, #50e3c2 100%);
}
header {
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
header h1 {
	font-weight: 700;
	letter-spacing: 2px;
	animation: fadeIn 1s;
}
header p {
	margin-top: 10px;
	font-size: 1.1rem;
	animation: fadeIn 1.5s;
}
.navbar-light .navbar-toggler {
	border-color: rgba(255,255,255,.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' width='30' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28155, 155, 155, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#about, #products, #contact {
	padding: 60px 0 120px 0;
}
.about-content {
	max-width: 800px;
	margin: 0 auto;
}
.product-img {
	border-radius: 8px;
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}
.product-img:hover {
	transform: scale(1.05);
}
footer {
	background-color: #f8f9fa;
	padding: 20px 0;
	text-align: center;
	color: #555;
}
footer small {
	display: block;
	margin-top: 5px;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


a {
	text-decoration: auto;
}
.cd-top {
		right: 30px;
		bottom: 30px;
		z-index: 9999;
		position: fixed;
		font-size: 30px;
}
@media only screen and (min-width: 768px) {
		.cd-top {
				right: 1.5rem;
				bottom: 6.5rem;
		}
}

@media only screen and (min-width: 1024px) {
		.cd-top {
				right: 30px;
				bottom: 30px;
		}
}

.green{
	color: green !important;
}
.red{
	color: red !important;
}

.orderHistory tbody, td, tfoot, th, thead, tr{
	border-bottom: solid 1px;
}

#tappay-iframe {
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	tap-highlight-color: rgba(255,255,255,0);
	line-height: 1.21428571em;
	padding: .578571em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	box-shadow: 0 0 0 0 transparent inset;
	-webkit-transition: color .1s ease,border-color .1s ease;
	transition: color .1s ease,border-color .1s ease;
	width: 100%;
}

.text-right{
	text-align: right !important;
}

#loadingMessage_div{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 1px;
	padding: 10px;
	border-radius: 10px;
	z-index: 999;
	background-color: #f9d0d48f;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer a , footer dd , .copyright{
  color: #ffffff;
}
.google-btn {
  border: solid 1px;
}

#about{
	background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/public/images/index_product (1).png");
	background-size: cover;
	background-position: center;
}

.products1{
	background: linear-gradient(135deg, #4a90e2 0%, #00eaff4a 100%);
}

.products2{
	background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/public/images/index_product (2).png");
	background-size: cover;
	background-position: center;
}

.white_background{
	background: #ffffffba;
	padding: 10px;
	border-radius: 10px;
}

.fs-12{
	font-size: 12px;
}