:root {
  --primary-color: #446084;
  --fs-color-primary: #446084;
  --fs-color-secondary: red;
  --fs-color-success: #4ad314;
  --fs-color-alert: blue;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: red;
}

.tooltipster-base {
  --tooltip-color: #fff;
  --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  --drawer-width: 300px;
}

.sticky-add-to-cart--active,
#wrapper,
#main,
#main .dark {
  background-color: black;
}

.header-main {
  height: 90px;
}

#logo img {
  max-height: 90px;
}

#logo {
  width: 200px;
}

.header-bottom {
  min-height: 55px;
}

.header-top {
  min-height: 30px;
}

.transparent .header-main {
  height: 90px;
}

.transparent #logo img {
  max-height: 90px;
}

.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: 140px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 70px !important;
}

.stuck #logo img {
  max-height: 70px !important;
}

.header-bg-color {
  background-color: black;
}

.header-bottom {
  background-image: linear-gradient(180deg, #f6e3a5 0%, #e7c76f 55%, #b98b34 100%);
}

@media (max-width: 549px) {
  .header-main {
    height: 70px;
  }

  #logo img {
    max-height: 70px;
  }
}

body {
  /* color: #140000 */
}

p {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  /* color: white; */
}

body {
  font-size: 100%;
}

@media screen and (max-width: 549px) {
  body {
    font-size: 100%;
  }
}

body {
  font-family: Kanit, sans-serif;
}

body {
  font-weight: 400;
  font-style: normal;
}

.nav > li > a {
  font-family: Kanit, sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: Kanit, sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: Kanit, sans-serif;
}

h1 {
  color: red;
}

h2 {
  color: red;
}

h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 700;
  font-style: normal;
}

.alt-font {
  font-family: "Dancing Script", sans-serif;
}

.alt-font {
  font-weight: 400 !important;
  font-style: normal !important;
}

.footer-1 {
  background-color: black;
}

.absolute-footer,
html {
  background-color: #0a0a0a;
}

.nav-vertical-fly-out > li + li {
  border-top-width: 1px;
  border-top-style: solid;
}

/* Custom CSS */
.menu-mobile {
  display: flex;
  align-items: stretch;
  position: fixed;
  height: 80px;
  width: 100%;
  bottom: 0;
  background: black;
  z-index: 9999;
  border-top: 3px solid #5fd511;
}

.menu-mobile-row {
  flex: 1;
  padding: 0;
  text-align: center;
  margin: 5px;
}

.menu-mobile-btn {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  height: 80px;
  text-shadow: 1px 1px 1px #000000;
}

.menu-mobile-row:nth-child(2) {
  border-radius: 10px;
  animation: color 1s ease infinite;
}

.menu-mobile-row:nth-child(2) {
  background: #000;
}

 @keyframes color {
  0% {
    background:  linear-gradient(180deg, #f6e3a5 0%, #e7c76f 55%, #b98b34 100%);
  }

  100% {
    background:  linear-gradient(180deg, #f6e3a5 0%, #e7c76f 55%, #b98b34 100%);
  }
}

.menu-mobile-btn i {
  margin-top: 1.5vh;
}

.menu-mobile-btn p {
  margin-bottom: 0;
}

.menu-mobile-btn:hover {
  color: #fff;
}

.label-new.menu-item > a:after {
  content: "New";
}

.label-hot.menu-item > a:after {
  content: "Hot";
}

.label-sale.menu-item > a:after {
  content: "Sale";
}

.label-popular.menu-item > a:after {
  content: "Popular";
}

/* LIDAH SEPATU */

.btn-grad {
  background-image: linear-gradient(to right, #ff4c67 0%, #bd001c 51%, #ff4c67 100%);
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 15px;
  display: block;
  cursor: pointer;
}

.btn-grad2 {
  background-image: linear-gradient(to right, #48ff00 0%, #298505 51%, #48ff00 100%);
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 15px;
  display: block;
  cursor: pointer;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}

.btn-grad2:hover {
  background-position: right center; /* change the direction of the change here */
  color: #48ff00;
  text-decoration: none;
  cursor: pointer;
}

.background-content {
  background-color: #0d290291;
  text-align: justify;
  border: 5px solid red;
  border-color: #799B59;
  /* border-width:2px 2px 2px 2px; */
}
.background-content a{
  color: red;
}
li {
  color: white !important;
}

.header-burner {
  color: white !important;
  text-shadow: 1px 1px black;
}

.sidebar {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}

.sidebar-dtls {
  color: white; background-color:black; display:none
}

.sidebar a{
  color: white;
}
.sidebar a:hover{
  color: red;
}