/* Anubhav's code */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Jost", sans-serif !important;
}
/* Layout */
.container {
	max-width: 960px;
}
a {
	text-decoration: none !important;
    color: #9e6941 !important;
}
a:hover { 
	text-decoration: none;
}

ul,
ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0 1rem;
    font-weight: 800;
}

h2 {
   font-size: 2rem;
   margin: 1.25rem 0 1rem;
   font-weight: 400;
}

h3 {
    font-size: 1.8rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}
h4 {
    font-size: 1.5rem;
    margin: 1.56rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.container {
    min-width: 320px;
}
form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
}
form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
}
input[type="file"],
input[type="text"],
input[type="password"], 
select, 
textarea {
    padding: 0.5rem !important;
    width: calc(100% - 2px) !important;
    border: 1px solid #aaa;
    border-radius: 3px !important;
    margin: 2px !important;
    height: 42px !important;
    background: #fff;
}
input[type="text"]:focus,
input[type="text"]:focus, 
input[type="password"]:focus,
select:focus, 
textarea:focus {
	border: 3px solid #aaa !important;
	margin: 0 !important;
}
form.fForm .buttons {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
form.fForm .buttons input:focus {
    border: 3px solid var(--brand-color-1);
    margin: 2px;
    margin-right: 1rem;
}

form.fForm .form-item-error input,
form.fForm .form-item-error select,
form.fForm .form-item-error textarea {
	border: 2px solid #CC0000;
	margin: 1px;
}
form.fForm .form-item-error > label {
	color: #cc0000;
}
.fModule {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0.5rem 0;
}
.no-title .page-title {
  display: none;
}
form.fForm fieldset {
  border: 0 none;
  margin: 1rem 0;
  padding: 0;
}
.path-home- form.fForm fieldset legend {
    display: none;
}
form.fForm fieldset legend,
.path-user-login- form label {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  color: #762521;
  border-bottom: none;
  font-weight: bold;
}
a.fButton, form.fForm .buttons input, .listing-header-item-currency input,
.discount-code input[type="submit"] {
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #ffffff !important;
  font-weight: 400;
  text-align: center;
  background-color: #9e6941;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  transition: all 300ms ease;
  display: inline-block;
  border: 3px solid #9e6941;
  font-family: "Jost", sans-serif !important;
}
a.fButton:hover, form.fForm .buttons input:hover, .listing-header-item-currency input:hover,
.discount-code input[type="submit"]:hover {
  color: #9e6941 !important;
  background: #fff;     
}
footer {
  background: linear-gradient(
  90deg,
  #c89b63 0%,
  #d7b07a 35%,
  #e6c897 70%,
  #f1dbc0 100%
);
  padding: 15px 0;
}
form.fForm .form-heading,
fieldset legend {
  margin: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #762521 !important;
  color: #762521 !important;
  font-size: 1.25rem;
  padding-left: 0;
}
/* .has-user .fForm {
  margin-top: 30px;
} */
.fForm .hint, .fForm .error {
  margin-left: 0 !important;
}
.path-user-login- #form-item-username {
  display: block !important;
}
.f-table th, 
.f-table tr.thead td {
  background: #1b3255 !important;
}
.wrap {
  max-width: 100%;
}
.fPageTitle { 
    text-align: center;
}
.fPageTitle h1 {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: normal;
}
#nav-up {
    display: none !important;
}

footer p {
    font-size: 14px;
}
#fContent {
    background-image: url(https://storage.unitedwebnetwork.com/files/1369/56fcd1fe9fc89b934a5ede2c7e06357a.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 88%;
}