.category-menu-selector {
  align-items: center;
  background-color: rgba(255,255,255,0);
  border: none;
  border-radius: 4px;
  color: rgba(0,0,0,.56) !important;
  cursor: pointer;
  display: flex;
  height: 2rem;
  outline: 0;
  padding: 0 8px;
  text-align: right;
  -webkit-transition: background-color .18s ease;
  transition: background-color .18s ease
}

.category-menu-selector--active,.category-menu-selector:focus,.category-menu-selector:hover {
  background-color: rgba(0,0,0,.04);
  color: var(--White) !important;
}

.category-menu-selector__title {
  flex-grow: 1
}

.category-menu-selector__icon {
  margin-left: 4px;
  margin-right: -2px
}

.category-menu-selector--padded {
  margin-bottom: 8px
}

.category-menu-selector--outlined {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04)
}

.category-menu-selector--inlined {
  display: inline-flex;
  width: auto
}

.category-menu-select-panel {
  border-left: 1px solid rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-left: 16px;
  width: 250px;
  overflow-y: auto;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .category-menu-select-panel {
    scrollbar-width: auto;
    scrollbar-color: #001a3a #f0f1f5;
  }

  /* Chrome, Edge, and Safari */
  .category-menu-select-panel::-webkit-scrollbar {
    width: 16px;
  }

  .category-menu-select-panel::-webkit-scrollbar-track {
    background: #f0f1f5;
  }

  .category-menu-select-panel::-webkit-scrollbar-thumb {
    background-color: #001a3a;
    border-radius: 10px;
    border: 3px solid #f0f1f5;
  }
.category-menu-item {
  color: rgba(0,0,0,.56) !important;
  display: block;
  -webkit-transition: color .18s ease;
  transition: color .18s ease
}

.category-menu-item--parent {
  color: rgba(0,0,0,.87) !important;
  margin-bottom: 8px;
  margin-top: 4px
}

.category-menu-item--padded {
  margin-bottom: 20px
}

.category-menu-item:focus,.category-menu-item:hover {
  color: #001a3a !important;
}

.category-menu-group {
  margin-left: 16px;
  justify-content: flex-start;
  text-align: right;
  overflow-y: auto;
  display:none
}
.category-menu-group.active {display: flex;flex-direction: column;flex-wrap: wrap;}
.category-menu-group::-webkit-scrollbar {
  width: 20px;
}

.category-menu-group::-webkit-scrollbar-track {
  background-color: transparent;
}

.category-menu-group::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.category-menu-group::-webkit-scrollbar-thumb:hover {
  background-color: #f5f5f5;
}

@media screen and (min-width:1366px) {
  .category-menu-group {
      margin-left: 64px
  }
}

.cat-mega-overlay {
  bottom: 32px;
  height: calc(100% - 64px);
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .36s ease-in-out,visibility .36s;
  transition: opacity .36s ease-in-out,visibility .36s;
  visibility: visible;
  width: 120px
}

.cat-mega-overlay--left {
  background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
  left: 0
}

.cat-mega-overlay--left,.cat-mega-overlay--right {
  border-radius: 0 0 4px 4px;
  bottom: 0;
  content: "";
  pointer-events: none;
  pointer-events: unset;
  position: absolute;
  top: 0;
  width: 120px
}

.cat-mega-overlay--right {
  background-image: -webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));
  background-image: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
  right: 0;
  right: 208px
}

.cat-mega-overlay--hidden {
  opacity: 0;
  visibility: hidden
}

.cat-mega-arrow {
  align-items: center;
  background-color: rgba(255,255,255,.98);
  border: none;
  border-radius: 50%;
  bottom: -50%;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
  color: rgba(0,0,0,.56);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: box-shadow .36s ease,color .36s ease;
  transition: box-shadow .36s ease,color .36s ease;
  width: 40px
}

.cat-mega-arrow--left {
  left: 16px
}

.cat-mega-arrow--right {
  right: 16px
}

.category-menu-content-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 32px;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%
}

.category-menu-content-panel__root-cat {
  bottom: 32px;
  left: 32px;
  position: absolute
}

.category-mega-dropdown.category-mega-dropdown {
  margin-left: 8px;
  /* position: static; */
}

.category-mega-dropdown__menu {
  display: flex;
  left: 0;
  margin-top: 4px;
  max-height: 520px;
  min-height: 496px;
  padding: 32px;
  position: absolute;
  right: 0;
  top: 100%;
  /* width: 1320px; */
}


.kt-icon {
  display: flex;
  font-style: normal;
  font-variant: normal;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
}
.kt-icon svg {font-size:8px}
.kt-icon--sm {
  font-size: 1.125rem;
  height: 30px;
  width: 30px;}

.kt-icon--xs {
  /* font-size: 1rem; */
  height: 16px;
  width: 16px;
  transform: rotate(90deg);
}

.kt-button {
  align-items: center;
  background-color: rgba(0,0,0,.56);
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: normal;
  min-width: 6rem;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  -webkit-transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,-webkit-transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,-webkit-transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease,-webkit-transform .36s ease
}

.kt-button:focus,.kt-button:hover {
  background-color: rgba(31,31,31,.56)
}

.kt-button:active {
  background-color: rgba(0,0,0,.6)
}

.kt-button:focus {
  outline: 0
}

.kt-button:disabled {
  background-color: #f5f5f5;
  box-shadow: none;
  color: rgba(0,0,0,.32);
  cursor: not-allowed
}

.kt-button:disabled:focus,.kt-button:disabled:hover {
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transform: none;
  transform: none
}

.kt-button:disabled:active {
  background-color: #f5f5f5
}

.kt-button--inlined,.kt-button--outlined {
  background-color: transparent;
  color: rgba(0,0,0,.56)
}

.kt-button--inlined:focus,.kt-button--inlined:hover,.kt-button--outlined:focus,.kt-button--outlined:hover {
  background-color: rgba(0,0,0,.04)
}

.kt-button--inlined:active,.kt-button--outlined:active {
  background-color: rgba(0,0,0,.12)
}

.kt-button--inlined:disabled,.kt-button--inlined:disabled:active,.kt-button--inlined:disabled:focus,.kt-button--inlined:disabled:hover,.kt-button--outlined:disabled,.kt-button--outlined:disabled:active,.kt-button--outlined:disabled:focus,.kt-button--outlined:disabled:hover {
  background-color: transparent
}

.kt-button--inlined:disabled:focus,.kt-button--inlined:disabled:hover,.kt-button--outlined:disabled:focus,.kt-button--outlined:disabled:hover {
  color: rgba(0,0,0,.56)
}

.kt-button--inlined:focus,.kt-button--inlined:hover,.kt-button--outlined:focus,.kt-button--outlined:hover {
  color: rgba(0,0,0,.87)
}

.kt-button--inlined:focus.kt-button--disabled,.kt-button--inlined:focus:disabled,.kt-button--inlined:hover.kt-button--disabled,.kt-button--inlined:hover:disabled,.kt-button--outlined:focus.kt-button--disabled,.kt-button--outlined:focus:disabled,.kt-button--outlined:hover.kt-button--disabled,.kt-button--outlined:hover:disabled {
  color: rgba(0,0,0,.32)
}

.kt-button--outlined {
  border-color: rgba(0,0,0,.48)
}

.kt-button--outlined:disabled {
  border-color: rgba(0,0,0,.32)
}

.kt-button--inlined {
  color: rgba(0,0,0,.56)
}

.kt-button__icon {
  height: 1.25rem;
  margin-left: 8px;
  margin-right: -4px
}

.kt-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%
}

@media (min-width:960px) {
  .kt-container {
      max-width: 960px
  }
}

@media (min-width:1024px) {
  .kt-container {
      max-width: 1024px
  }
}

.kt-select {
  align-items: center;
  background-color: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.24);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 40px;
  outline: 0;
  position: relative;
  -webkit-transition: border-color .36s ease;
  transition: border-color .36s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top
}

.kt-select:hover:not(.kt-select--disabled) {
  border-color: rgba(0,0,0,.48)
}

.kt-select:hover:not(.kt-select--disabled) .kt-select__arrow {
  color: rgba(0,0,0,.48)
}

.kt-select--inlined,.kt-select--inlined:focus,.kt-select--inlined:hover {
  border: none
}

.kt-select__button {
  align-items: center;
  background: 0 0;
  border: none;
  display: flex;
  outline: 0;
  padding: 0;
  text-align: right;
  width: 100%
}

.kt-select__arrow {
  color: rgba(0,0,0,.24);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: color .36s ease,-webkit-transform .16s ease;
  transition: color .36s ease,-webkit-transform .16s ease;
  transition: transform .16s ease,color .36s ease;
  transition: transform .16s ease,color .36s ease,-webkit-transform .16s ease
}

.kt-select__arrow--open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.kt-caption {
  /* font-size: .75rem; */
  font-weight: 400;
  line-height: 2;
}

.kt-caption--sm {
  font-size: .625rem
}

.kt-caption--xs {
  font-size: .5rem
}

.kt-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5
}

.kt-title--sm {
  font-size: 1.125rem
}

.kt-title--xs {
  font-size: 1rem;
  line-height: 2
}

.kt-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2
}

.kt-body--sm {
  font-size: .875rem
}

@media screen and (max-width:768px) {
  .kt-body {
      font-size: .875rem
  }

  .kt-title {
      font-size: 1.125rem
  }

  .kt-title--sm {
      font-size: 1rem
  }
}

.kt-dropdown-button {
  align-items: center;
  background-color: rgba(0,0,0,.56);
  border: none;
  /* border-radius: 4px; */
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 56px;
  justify-content: center;
  justify-content: space-between;
  min-width: auto;
  overflow: hidden;
  -webkit-transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,-webkit-transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,-webkit-transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease;
  transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease,-webkit-transform .36s ease
}

.kt-dropdown-button:focus,.kt-dropdown-button:hover {
  background-color: rgba(31,31,31,.56)
}

.kt-dropdown-button:active {
  background-color: rgba(0,0,0,.6)
}

.kt-dropdown-button:focus {
  outline: 0
}

.kt-dropdown-button:disabled {
  background-color: #f5f5f5;
  box-shadow: none;
  color: rgba(0,0,0,.32);
  cursor: not-allowed
}

.kt-dropdown-button:disabled:focus,.kt-dropdown-button:disabled:hover {
  background-color: #f5f5f5;
  box-shadow: none;
  -webkit-transform: none;
  transform: none
}

.kt-dropdown-button:disabled:active {
  background-color: #f5f5f5
}

.kt-dropdown-button--inlined,.kt-dropdown-button--outlined {
  background-color: transparent;
  color: rgba(0,0,0,.56)
}

.kt-dropdown-button--inlined:focus,.kt-dropdown-button--inlined:hover,.kt-dropdown-button--outlined:focus,.kt-dropdown-button--outlined:hover {
  background-color: rgba(0,0,0,.04)
}

.kt-dropdown-button--inlined:active,.kt-dropdown-button--outlined:active {
  background-color: rgba(0,0,0,.12)
}

.kt-dropdown-button--inlined:disabled,.kt-dropdown-button--inlined:disabled:active,.kt-dropdown-button--inlined:disabled:focus,.kt-dropdown-button--inlined:disabled:hover,.kt-dropdown-button--outlined:disabled,.kt-dropdown-button--outlined:disabled:active,.kt-dropdown-button--outlined:disabled:focus,.kt-dropdown-button--outlined:disabled:hover {
  background-color: transparent
}

.kt-dropdown-button--inlined:disabled:focus,.kt-dropdown-button--inlined:disabled:hover,.kt-dropdown-button--outlined:disabled:focus,.kt-dropdown-button--outlined:disabled:hover {
  color: rgba(0,0,0,.56)
}

.kt-dropdown-button--inlined:focus,.kt-dropdown-button--inlined:hover,.kt-dropdown-button--outlined:focus,.kt-dropdown-button--outlined:hover {
  color: rgba(0,0,0,.87)
}

.kt-dropdown-button--inlined:focus.kt-dropdown-button--disabled,.kt-dropdown-button--inlined:focus:disabled,.kt-dropdown-button--inlined:hover.kt-dropdown-button--disabled,.kt-dropdown-button--inlined:hover:disabled,.kt-dropdown-button--outlined:focus.kt-dropdown-button--disabled,.kt-dropdown-button--outlined:focus:disabled,.kt-dropdown-button--outlined:hover.kt-dropdown-button--disabled,.kt-dropdown-button--outlined:hover:disabled {
  color: rgba(0,0,0,.32)
}

.kt-dropdown-button--outlined {
  border-color: rgba(0,0,0,.48)
}

.kt-dropdown-button--outlined:disabled {
  border-color: rgba(0,0,0,.32)
}

.kt-dropdown-button--inlined {
  color: rgba(0,0,0,.56)
}

.kt-dropdown-button__icon {
  margin-left: 8px;
  margin-right: -4px;
  margin-right: -8px
}

.kt-dropdown-button__arrow-icon {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform .36s ease;
  transition: -webkit-transform .36s ease;
  transition: transform .36s ease;
  transition: transform .36s ease,-webkit-transform .36s ease;
  will-change: transform
}

.kt-dropdown-button__arrow-icon--open
,.kt-dropdown-button.kt-dropdown-button--open .kt-dropdown-button__arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.kt-dropdown-button--medium {
  font-size: .875rem
}

.kt-dropdown-item {
  background-color: #fff;
  border: none;
  color: rgba(0,0,0,.56);
  cursor: pointer;
  display: block;
  font-size: .875rem;
  line-height: 2;
  outline: 0;
  padding: 6px 16px 6px 8px;
  text-align: right;
  -webkit-transition: background-color .2s ease,color .2s ease;
  transition: background-color .2s ease,color .2s ease;
  width: 100%
}

.kt-dropdown-item:focus,.kt-dropdown-item:hover {
  background-color: rgba(0,0,0,.04)
}

.kt-dropdown-item:focus .kt-dropdown-item-icon,.kt-dropdown-item:hover .kt-dropdown-item-icon {
  color: rgba(0,0,0,.32)
}

.kt-dropdown-item--active,.kt-dropdown-item--active.kt-dropdown-item--active .kt-dropdown-item-icon {
  color: #a62626
}

.kt-dropdown-item-icon {
  color: rgba(0,0,0,.12)
}

.kt-dropdown-menu {
  display: inline-block;
  position: relative
}

.kt-dropdown-menu__menu {
  cursor: pointer;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .36s ease-in-out,visibility .36s;
  transition: opacity .36s ease-in-out,visibility .36s;
  visibility: hidden;
  max-width: initial;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: #f0f1f5;
  box-shadow: var(--jk-inside-box-shadow);
  border-radius: var(--jk-border-radius-15);
      box-shadow: 4px 3px 6px #d9dde2 inset, 0px -5px 15px #ffffff inset;
  border-radius: var(--b-radius);
  border: 0.1em solid transparent;
  transition: all ease-in-out 380ms;
}

.kt-dropdown-menu__menu--open {
  opacity: 1;
  visibility: visible
}

.kt-dropdown-menu__menu--left {
  left: 0
}

.kt-dropdown-menu__menu--right {
  right: -16px;
}

.kt-dropdown-menu__menu--top {
  top: calc(100% + -4px);
}
a.category-menu-selector.category-menu-selector--inlined.category-menu-selector--outlined.category-menu-content-panel__root-cat {
  display: none;
}
a.category-menu-selector.category-menu-selector--inlined.category-menu-selector--outlined.category-menu-content-panel__root-cat.active {
  display: block;
}
button.kt-dropdown-button.kt-dropdown-button--medium.kt-dropdown-button--inlined {color: white;width: 100%;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-weight: 700;cursor: default;font-size: 1.1rem;/* padding: 6px 15px; *//* background: linear-gradient(to right, #DEC267,#FFE3AB, #DEC267); */border-radius: 15px 15px 0 0;position: relative;top: 1px;cursor: pointer;}
button.kt-dropdown-button.kt-dropdown-button--medium.kt-dropdown-button--inlined svg {margin: 0 8px;}
li.kt-caption.category-menu-item.last--item {margin-right: 10px;}

ul.kt-caption.category-menu-item {
    list-style: none;
    margin: 0;
}

ul.kt-caption.category-menu-item a {
    color: black;
}

li.kt-caption.category-menu-item.last--item:last-child {
    margin-bottom: 17px;
}
.leftmenu-column { display: none; }
.active { display: block; }

