:root {
  --theme-bg-color: #f7f7f7; /* #fff */
  --theme-text-primary: #000;/* #333 */
  --theme-text-primary-hover: #fff;/* #333 */
  --theme-text-secondary: #333; /* #444 */
  --theme-color-primary: #ff5100;
  --theme-color-primary-hover: #ff2f00;
  --theme-card-bg: #000;
  --theme-light-bg: #fff2e5;
  --theme-light-border: #fbe0cd;
  --theme-gradient-primary: linear-gradient(90deg,#ff2f00 0%, #ff6200 50%, #ff2f00 100%);
  --theme-border-radius: 20px;
  --theme-color-secondary: #008266;
  --theme-color-secondary-hover: #00493a;
}

.footer-top .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
  	background: rgba(0,0,0,0.1);
}

.footer-top,
.footer-wrapper {
	padding-top: 0;
	background: var(--theme-gradient-primary);
}

.footer-top .container {
	background: none;
}

#top-search input {
	border-radius: 0 20px 20px 0;
}

#header {
	padding-bottom: 10px;
}
.header-top {
	margin-bottom: 8px;
}
#logo {
	max-height: 46px;
}
.main-menu {
	margin-top: 0;
}

.cart-dropdown-toggle {
	padding: 5px;
	background: #f5f5f5;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-links-toggle {
	background: #f5f5f5;
	border-radius: 20px;
}
.top-support {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 5px 10px;
}
.top-support--content {
	color: #222;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
}
.top-support--number {
	color: #000;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 2px;
}
.top-support i {
	font-size: 36px;
	color: var(--theme-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 8px;
	width: 46px;
	height: 46px;
}

.module-categories .banner-item {
	background: linear-gradient(20deg,#fff 0%, #fffaf8 50%, #ffc7ab 100%);
}
.module-categories .banner-item .banner-image {
	background: #fff;
  	border: 1px solid #ddd;
}