@charset "UTF-8";
.header {
  padding: 0px 0;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000000;
}
.header .container {
  max-width: 92%;
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 0px;
}
.header .main-header .header-left .header-logo {
  max-width: 150px;
  width: 100%;
}
.header .main-header .header-left .header-logo a {
  display: block;
}
.header .main-header .header-left .header-logo a img {
  min-height: 37px;
}
.header .main-header .header-left .header-nav {
  display: inline-block;
  width: 45%;
  text-align: center;
}
.header .main-header .header-left .header-search {
  width: 35%;
}
.header .main-header .header-left .header-search .box-header-search {
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 5px;
}
.header .main-header .header-left .header-search .box-header-search .form-search {
  display: flex;
}
.header .main-header .header-left .header-search .box-header-search .box-keysearch {
  width: 100%;
}
.header .main-header .header-left .header-search .box-header-search .box-keysearch input {
  border: 0px !important;
}
.header .main-header .header-left .header-search .box-header-search .box-category {
  position: relative;
  margin-right: 15px;
  min-width: 120px;
}
.header .main-header .header-left .header-search .box-header-search .box-category::before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #EBF0F3;
  position: absolute;
  top: 8px;
  right: -14px;
}
.header .main-header .header-left .header-search .box-header-search .box-category select {
  height: 100%;
  width: 100%;
  border: 0px;
  padding: 0px 20px 0px 5px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(..common/imgs/template/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.header .main-header .header-left .header-shop {
  width: 35%;
  text-align: right;
}
.header .main-header .header-left .header-shop .icon-list {
  display: inline-block;
  padding: 0px 15px 0px 30px;
  background-repeat: no-repeat;
  background-position: 0px -1px;
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  cursor: pointer;
}
.header .main-header .header-left .header-shop .icon-list:hover {
  color: #000000;
}
.header .main-header .header-left .header-shop .icon-list:last-child {
  padding-right: 0px;
}
.header .main-header .header-left .header-shop .icon-list img {
  float: left;
  margin: 3px 6px 0px 0px;
}
.header .main-header .header-left .header-shop .icon-account {
  background-image: url(..common/imgs/template/account.svg);
}
.header .main-header .header-left .header-shop .icon-wishlist {
  background-image: url(..common/imgs/template/wishlist.svg);
  background-position: 0px 2px;
  padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-cart {
  background-image: url(..common/imgs/template/cart.svg);
  background-position: 0px 2px;
  padding-left: 35px;
}
.header .main-header .header-left .header-shop .icon-compare {
  background-image: url(..common/imgs/template/compare.svg);
  background-position: 0px 2px;
}
.header .main-header .header-left .header-shop .number-item {
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 14px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}
.header .main-header .header-right {
  max-width: 225px;
  width: 100%;
}
.header .main-header .header-right .block-signin {
  text-align: right;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .main-menu {
  display: inline-block;
  padding-top: 3px;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
}
.header .main-menu li.has-children > a::after {
  content: "";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 14px;
  opacity: 1;
  margin-left: 0px;
  position: relative;
  top: 2px;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #000000;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  display: block;
  padding: 13px 12px 13px 12px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover {
  color: #000000;
}
.header .main-menu li a:hover i {
  opacity: 1;
  transition: 0.2s;
}
.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  top: calc(100% + 9px);
  left: 0px;
  z-index: 999999;
  min-width: 220px;
  border-radius: 0 0 4px 4px;
  padding: 8px 0px 8px 0;
  box-shadow: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: #000000;
  position: relative;
  padding: 6px 22px 6px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
  padding-left: 25px;
  transition: 0.2s;
}
.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .main-menu li:hover > ul li {
  width: 100%;
}
.header .text-link-bd-btom {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
.header .text-link-bd-btom:hover {
  color: #000000;
}
.header .text-link-bd-btom::before {
  content: "";
  background: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  animation: shadow-pulse 1s infinite;
}
.header .block-signin .btn-shadow {
  box-shadow: 1px 1px 1px 1px red;
}
.header.stick {
  padding: 0px 0px;
}
.header.header-2 {
  background-color: #000000;
}
.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #000000;
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}
.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}
.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}
.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}
.header-top {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 0px;
}
.header-top span {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.header-top a {
  color: #000000;
}
.header-top .line-right {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.header-top .line-right::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 1px;
  height: 18px;
  border-right: 1px dashed #000000;
}
.header-top.header-top-green {
  background-color: #000000;
}
.header-top.header-top-green a {
  color: #000000;
}
.header-top.header-top-green .line-right::before {
  border-right: 1px dashed #000000;
}
.header-style-2 {
  background-color: #000000;
}
.header-style-2.sticky-bar.stick {
  background-color: #000000;
  border-bottom: 1px solid #008c99;
}
.header-style-2 .burger-icon.burger-icon-white > span::before, .header-style-2 .burger-icon.burger-icon-white > span::after {
  background-color: #000000;
}
.header-style-2 .main-menu > li > a {
  color: #ffffff;
}
.header-style-2 .main-menu > li > a:hover {
  color: #f5f5f5;
}
.header-style-2 .btn-default {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-image: url(..common/imgs/theme/icons/arrow-small-right-w.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 56px;
}
.header-style-3 {
  background-color: #000000;
}
.header-style-3.sticky-bar.stick {
  background-color: #000000;
}
.header-style-4 {
  background-color: #000000;
}
.header-style-4.sticky-bar.stick {
  background-color: #000000;
}
.header-style-5 {
  z-index: 2;
}
.header-style-5 .burger-icon.burger-icon-white > span::before, .header-style-5 .burger-icon.burger-icon-white > span::after {
  background-color: #000000;
}
.header-style-5 .main-menu > li > a {
  color: #ffffff;
}
.header-style-5 .main-menu > li > a:hover {
  color: #f5f5f5;
}
.header-style-5.sticky-bar.stick {
  background-color: #000000;
  border-bottom: 1px solid #008c99;
}
.header-style-5 .btn-default {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-image: url(..common/imgs/theme/icons/arrow-small-right-w.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 56px;
}
@media (min-width: 1400px) {
  .header-container .container {
    max-width: 1360px;
  }
}
.header-container .main-header .header-left .header-nav {
  width: 35%;
}
.header-container .main-header .header-left .header-shop {
  width: 45%;
}
.header-bottom {
  border-top: 1px solid #000000;
  padding: 10px 0px 10px 0px;
}
.header-bottom .dropdown-toggle::after {
  display: none;
}
.header-bottom .container {
  display: flex;
}
.header-bottom .dropdown {
  padding: 0px;
}
.header-bottom .header-nav {
  width: 100%;
  padding-left: 20px;
}
.header-bottom .header-nav .main-menu {
  padding-top: 0px;
}
.header-bottom .header-nav .main-menu li a {
  padding: 9px 13px 5px 18px;
  font-size: 16pxs;
}
.header-bottom .header-nav .main-menu li.has-children > a::after {
  content: "";
  background: url(..common/imgs/page/homepage4/angle-down.svg) no-repeat 0px 0px;
  height: 10px;
  width: 11px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
}
.header-bottom .discount {
  display: inline-block;
  padding: 9px 0px 9px 42px;
  background-image: url(..common/imgs/page/homepage4/discount.svg);
  background-position: left center;
  background-repeat: no-repeat;
  min-width: 160px;
  max-height: 53px;
}
.header-bottom .dropdown-right {
  background-image: url(..common/imgs/page/homepage4/arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 20px 0px 0px;
  display: block;
  margin-left: 0px;
}
.header-bottom .dropdown-menu {
  width: 100%;
  padding: 3px 0px;
}
.header-bottom .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu {
  border: 1px solid #000000;
  border-radius: 4px;
}
.menu-topbar-right .dropdown-menu {
  border: 1px solid #000000;
  border-radius: 0 0 4px 4px;
}
.menu-topbar-right .dropdown-menu[data-bs-popper] {
  margin-top: 10px;
}
.dropdown-item {
  font-size: 14px;
  color: #000000;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-language .dropdown-item img {
  margin-right: 5px;
}
.box-dropdown-cart {
  position: relative;
}
.dropdown-cart {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -70px;
  top: calc(100% + 22px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  padding: 22px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #000000;
}
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account {
  width: 200px;
  left: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 22px);
  z-index: 99;
  width: 220px;
  background-color: #fff;
  padding: 22px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #000000;
}
.dropdown-account.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
  margin: 0;
}
.dropdown-account ul li a {
  color: #000000;
}
.dropdown-account ul li a:hover {
  color: #000000;
}
.item-cart {
  display: flex;
  text-align: left;
}
.item-cart .cart-image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}
.item-cart .cart-image img {
  width: 100%;
}
.item-cart .color-brand-3:hover {
  color: #000000 !important;
}
