header .header-top {
  background-color: #f6f6f6;
  padding: 3px 0;
}
header .header-top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top-item {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-top-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-top-item a img {
  height: 45px;
  object-fit: contain;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.6;
  transition: all 0.3s;
  max-width: 150px;
}
header .header-top-item:hover a img {
  transition: all 0.3s;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
}
header .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}
header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 2.5px solid black;
}

header .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
header .dgwt-wcas-om-bar .dgwt-wcas-om-return {
  background-color: unset;
  color: #020001;
}

header .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: black !important;
}

header .header-main {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  padding: 0px 255px;
  height: 80px;
}
header .header-main .header-main-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150px;
}
header .header-main .header-main-hambuger {
  visibility: hidden;
  opacity: 0;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .header-main .header-main-hambuger .header-toggle {
  font-size: 22px;
  font-weight: 500;
  color: black;
}

header .header-bottom {
  margin-top: 10px;
}
header .header-bottom #menu-main {
  display: flex;
  padding: 0;
  justify-content: center;
}
header .header-bottom #menu-main > li:not(ul.sub-menu li) {
  position: relative;
  padding: 0 30px;
}
header .header-bottom #menu-main > li:not(ul.sub-menu li):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%) scale(1);
  transform-origin: 0% 0;
}
header
  .header-bottom
  #menu-main
  > li:not(ul.sub-menu li)
  a:not(ul.sub-menu li a) {
  display: inline-block;
  padding: 20px 0;
  line-height: 24px;
  text-transform: uppercase;
  color: #231f20;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
header .header-bottom #menu-main .sub-menu {
  position: absolute;
  width: 220px;
  z-index: 9999;
  padding: 15px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  opacity: 0;
  left: -10px;
  visibility: hidden;
  position: absolute;
  transform: translateY(-15%) scale(1);
  transform-origin: 50% 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.49);
}
header .header-bottom #menu-main .sub-menu > li {
  padding: 5px 0;
}
header .header-bottom #menu-main .sub-menu > li > a {
  font-size: 14px;
  color: #231f20;
}
header .header-bottom #menu-main .sub-menu > li > a:hover {
  text-decoration: underline;
}

header .wrap-search .icon-mobile {
  display: none;
}

@media only screen and (max-width: 1421px) {
  header .header-main {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header .header-main {
    height: unset;
    margin-bottom: 35px;
    align-items: center;
  }
  header .header-main .header-main-hambuger {
    visibility: visible;
    opacity: 1;
  }

  header .header-bottom {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .header-main .header-main-logo {
    position: relative;
    left: auto;
    transform: inherit;
    text-align: center;
    max-width: 100px;
  }

  header .header-main .header-main-logo img {
    max-height: inherit;
    width: 100%;
    height: auto;
  }
  header .header-main {
    padding: 15px 0;
    width: 92%;
    margin: 0 auto;
  }
  header .header-top-item a img {
    width: 50% !important;
  }
  header .header-main {
    position: relative;
  }
  header .wrap-search.show > .dgwt-wcas-search-wrapp {
    display: block;
  }
  header .wrap-search .dgwt-wcas-search-wrapp {
    display: none;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
  }
  header .wrap-search .icon-mobile {
    display: block;
  }
}

#aside {
  z-index: 1001;
  overflow: hidden auto;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 300px;
  min-width: 225px;
  padding: 30px;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transform: translateX(-300px);
  background-color: rgb(255, 255, 255);
}
#aside .aside-menu-by-kiss a {
  padding: 9px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #353637;
  font-size: 16px;
}
#aside .aside-menu-by-kiss:nth-child(2) .toggle-icon {
  padding-left: 2px;
  font-weight: 300;
}
#aside .aside-menu-envy .menu-a2 {
  font-size: 14px;
  font-weight: 300;
  color: #111;
  padding: 5px 0px;
  margin: 0 1px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  text-transform: uppercase;
}
#aside .aside-menu-envy #menu-main-1 {
  margin: 0;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  /* border-bottom: solid 1px #efefef; */
  margin-bottom: 15px;
}
#aside .aside-menu-envy #menu-main-1 li {
  position: relative;
}
#aside .aside-menu-envy #menu-main-1 li a {
  padding: 7px 0;
  font-size: 15px;
  color: #353637;
  text-transform: none;
  line-height: 20px;
  display: block;
}

#aside .aside-menu-envy #menu-main-1 li .sub-menu {
  display: none;
}
#aside .aside-menu-envy #menu-main-1 li span.has-child {
  position: absolute;
  top: 2px;
  right: 0;
  color: #6f6f6f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aside .aside-menu-envy #menu-main-1 li span.has-child svg {
  width: 30px;
  height: 30px;
  padding: 5px;
}
#aside .aside-menu-envy #menu-main-1 li span.has-child svg g {
  fill: #696969;
}
#aside .layout-icon {
  display: flex;
  justify-content: flex-end;
}
#aside .layout-icon i {
  font-size: 25px;
  font-weight: 200;
}

#aside.show {
  transform: translateX(0);
}

#aside .aside-menu-envy #menu-main-1 li a:not(ul.sub-menu li a) {
  font-weight: bold;
}
