:root{--sold-blue:#0000ff;--active-black:#010101;--border-radius-input:1px;--border-radius-button:1px;--border-radius-card-view:0px;--header-color:black;--mobile-header-height:56px;--red-color:#ff6e64;--pink-color:#ec008c;--pink-color-error:#ec008c;--black-color:#1c1f25;--gray-color:#f7f7f7;--ligh-blue-gray:#f4f5ff;--gray-color-button:#ededed;--full-gray-color:#888888;--gray-text:#575757;--red-text:#ff6e64;--form-gray:#e4e4e4;--gray-background:#fafafa;--black-text-color:#1b2139;--header-link-gray:white;--light-gray:#dcdcdc;--detail-max-width:1300px;--data-max-width:1400px;--border-radius:3px;--desktop-padding:1rem;--mobile-padding:1rem;--divider-color:#e8e8e8;--input-border-color:#d9d9d9;}
@font-face {
    font-family: 'monserat';
    src: url("/files/monserat.ttf");
}
.FooterS2C {
	color: white;
	background: #2C2C2C;
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 14px; }
.FooterS2C .f-nav {
	font-family: 'monserat';
	background: white;
	padding: 32px 10px;
	border-top: 1px solid #606060; }
.FooterS2C .f-nav ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap; }
.FooterS2C .f-nav ul li {
	filter: invert(100%);
	align-items: center;
	gap: 6px;
	padding: 5px 0;
	min-width: 180px;
	cursor: pointer;
	display: flex;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap; }
.FooterS2C .footer-main {
	padding: 48px; }
.FooterS2C .footer-main .footer-title {
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 24px;
	border-bottom: 1px solid #606060;
	margin-bottom: 24px; }
.FooterS2C .footer-bottom {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-top: 1px solid #606060; }
.FooterS2C .logo{
	display: flex;
	align-items: center;
}
.FooterS2C .logo img{
	border-radius: 100%;
}
.header-desktop .brand {
    width: 5rem !important;
}

.header-desktop .contact-us{
  color: white !important;
}
.header-desktop .right-header{
  color: white
}
.mobile-header.height-header{
  background: black !important;
}

.mobile-search-box .mobile-auto-search--active-input{
  background: black;
  border-bottom: none !important;
}
.mobile-header .mobile-search-box .auto-search-input input {
    background: black;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    border-radius: 0;
}
.mobile-header .hamburger div{
    background: white !important;
}
.mobile-search-box .auto-search-input .search-icon{
  fill: white !important;
}
.mobile-header .sign-in{
  color: white;
}
.mobile-header.height-header .logo{
  width: 3rem;
}
.header-desktop .header-link {
  font-family: monserat;
}

.mobile-main-menu .middle .link{
  font-family: monserat;
}

:root{
  --sold-blue: #0000ff;
  --active-black: #010101;
  --border-radius-input: 1px;
  --border-radius-button: 1px;
  --border-radius-card-view: 0px;
  --header-color: black;
  --mobile-header-height: 56px;
  --red-color: #ff6e64;
  --pink-color: #ec008c;
  --pink-color-error: #ec008c;
  --black-color: #1c1f25;
  --gray-color: #f7f7f7;
  --ligh-blue-gray: #f4f5ff;
  --gray-color-button: #ededed;
  --full-gray-color: #888888;
  --gray-text: #575757;
  --red-text: #ff6e64;
  --form-gray: #e4e4e4;
  --gray-background: #fafafa;
  --black-text-color: #1b2139;
  --header-link-gray: white;
  --light-gray: #dcdcdc;
  --detail-max-width: 1300px;
  --data-max-width: 1400px;
  --border-radius: 3px;
  --desktop-padding: 1rem;
  --mobile-padding: 1rem;
  --divider-color: #e8e8e8;
  --input-border-color: #d9d9d9;
}

