body 
{
	margin: 0;
	font-family: "Outfit" !important;
	font-weight: 300;
	font-size: 0.8rem !important;
}

html 
{
	scroll-behavior: smooth;
}

.bg-light
{
	background-color: #fff !important;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 4px 0px;
	padding: 0.6rem !important;
}

.navbar
{
	font-size: 0.8rem !important;
}

.card
{
	border-radius: 0px;
}

.card-footer
{
	background-color: #fff;
}

.country 
{
	display: none;
}
.country:first-child 
{
	display: block;
}

.dropdown-menu
{
	font-size: 0.8rem !important;
	padding: 0.5rem;
}

.uc-bg
{
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("");
	min-height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

hr
{
	width: 5% !important;
	margin-left: 0.3rem;
	color: orange;
}

.product-margin
{
	min-height: 60vh;
}

a
{
	transition-duration: 1s;
	text-decoration: none !important;
	color: #a8a8a8;
}

a:hover
{
	text-decoration: none !important;
	transition-duration: 1s;
	color: #000c;
}

.fotorama__img
{
	background-color: #fff;
}

.fotorama__caption__wrap
{
	font-size: 0.8rem;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
	min-width: 90px;
}

h1
{
	color: #000;
}

h2
{
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.1rem;
}

h3
{
	font-size: 1rem;
	font-family: "outfit", sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.1rem;
	margin-top: 1rem;
	margin-left: 0.3rem;
}

h4
{
	font-size: 1.2rem;
	font-family: Oswald;
	letter-spacing: 0.2rem;
}

h5
{
	font-size: 1rem;
	font-family: Oswald;
}

h6
{
	font-size: 1rem;
	font-family: Oswald;
	letter-spacing: 0.1rem;
}

.text-shadow 
{
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
}