.menu_fix_mobile {
  position: fixed;
  z-index: 200;
  height: 100%;
  width: 300px;
  top: 0;
  left: 0;
  background: #1f91b1;
  transition: all 200ms linear 0s;
  transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}
.menu_fix_mobile.main-menu-show{
  transform: translateX(0) !important;
transition: all 200ms linear 0s;
border-right: 1px solid #353a3d;
}
.menu_fix_mobile .close-menu {
  /* overflow: hidden; */
  /* border-bottom: 1px solid #353a3d; */
  /* background-color: #353a3d; */
  height: 40px;
  /* position: sticky; */
  top: 0;
  z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu {
  display: inline-block;
  padding: 15px 10px 15px 25px;
}

.menu_fix_mobile .close-menu>a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu img {
  width: auto;
  max-width: unset;
  height: 60px;
}

.menu_fix_mobile .megamenu-container {
  padding: 0;
  margin-bottom: 20px;
}

.menu_fix_mobile .nav-main {
  overflow-y: auto;
  width: 100%;
}

.menu_fix_mobile .megamenu-title {
  padding-left: 0;
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.menu_fix_mobile .megamenu-title:before {
  left: 20px;
}

.menu_fix_mobile .megamenu-title a {
  border: unset;
  font-size: 16px;
}

.menu_fix_mobile .megamenu-item-sub>a {
  border-bottom: none;
  padding: 8px 20px;
}

.menu_fix_mobile ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.menu_fix_mobile ul li {
  float: left;
  position: relative;
  margin: 0;
  transition: 0.4s;
  width: 100%;
  border-right: none !important;
}

.menu_fix_mobile ul li img {
  width: auto;
}

.menu_fix_mobile .megamenu-item {
  padding: 10px 0px;
  padding-left: 15px;
}

.menu_fix_mobile .list-megamenu-sub {
  display: block;
}

.menu_fix_mobile .nav-main li.nav-megamenu {
  position: relative;
}

.menu_fix_mobile ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 10px;
  margin: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: normal;
  white-space: unset;
  line-height: 1.4;
}

.menu_fix_mobile .nav-main>li>a {
  font-weight: 500;
}

.menu_fix_mobile ul li i.fa-chevron-down.mega-mn2 {
  bottom: 0px;
  top: unset;
}

.menu_fix_mobile ul li i.fa-angle-down {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: 0.3s;
  /* border-left: 1px solid #fff; */
  cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
  display: none;
  position: static;
  top: 100%;
  left: 0;
  background-color: transparent;
  background-image: unset;
  text-align: left;
  min-width: 180px;
  transition: unset;
  float: left;
  width: 100%;
  box-shadow: unset;
  border: unset;
}

.menu_fix_mobile li ul.nav-sub li {
  width: 100%;
  padding: 0;
}

.menu_fix_mobile li ul.nav-sub li a {
  padding: 8px 45px 8px 25px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}

.menu_fix_mobile li ul.nav-sub li a:hover {
  color: #ffd38f
}

.menu_fix_mobile .nav-main>li>.nav-sub ul {
  display: none;
  position: static;
  top: 100%;
  left: 0;
  background-color: transparent;
  background-image: unset;
  text-align: left;
  min-width: 180px;
  transition: unset;
  float: left;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  visibility: inherit;
}

@keyframes quick-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes slidelf {
  100% {
      position: fixed;
      left: 35px;
      bottom: 25px;
  }
}


header.header {
  /*! position:relative; */
  background-color:  #c1282d;
}
header.header.hSticky {
  opacity:0;
  visibility:hidden
}
header.header.hSticky-down {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  background:#c1282b;
  border-bottom:0;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  transition:all 400ms ease
}
header.header.hSticky-up {
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  transition:all 400ms ease
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header .header-logo {
    min-width:200px
  }
}
header.header .header-logo img {
  max-height:70px
}
@media (max-width: 767px) {
  header.header .header-logo img {
    max-height:45px;
    min-height:45px
  }
}
@media (max-width: 480px) {
  header.header .header-logo img {
    min-height:unset;
    max-width:190px
  }
}
@media (max-width: 991px) {
  header.header .header-logo {
    width:auto
  }
}
header.header .evo-header-padding {
  padding:6px 0
}
@media (max-width: 991px) {
  header.header .evo-header-padding {
    padding:5px 0
  }
}
header.header .evo-searchs {
  position:relative
}
@media (max-width: 991px) {
  header.header .evo-searchs {
    flex:1
  }
}
header.header .evo-searchs .results-box {
  color:#555;
  position:absolute;
  top:41px;
  z-index:9999;
  width:100%;
  background-color:#fff;
  -webkit-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  -moz-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33)
}
header.header .evo-searchs .results-box a {
  background-color:#fff;
  padding:5px;
  font-size:14px;
  display:block
}
header.header .evo-searchs .results-box a .img {
  text-align:center;
  float:left;
  width:70px;
  margin-right:5px
}
header.header .evo-searchs .results-box a .d-title {
  text-transform:none;
  font-size:13px;
  font-weight:500;
  margin-bottom:0;
  margin-top:0;
  color:#303846
}
header.header .evo-searchs .results-box a .d-title.d-price {
  color:#1e8570 !important
}
header.header .evo-searchs .results-box a:hover .d-title,
header.header .evo-searchs .results-box a:focus .d-title {
  color:#c1282b
}
header.header .evo-searchs .results-box a+a {
  border-top:1px solid rgba(0,0,0,0.1)
}
header.header .evo-searchs .results-box a.note {
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#222
}
header.header .evo-searchs .results-box a.note:hover,
header.header .evo-searchs .results-box a.note:focus {
  color:#c1282b
}
header.header .evo-searchs .results-box .note {
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#222;
  padding:7px 0px
}
header.header .evo-searchs .results-box .note:hover,
header.header .evo-searchs .results-box .note:focus {
  color:#c1282b
}
header.header .evo-searchs .results-box .evo-loading {
  display:block;
  padding:7px;
  text-align:center;
  background-color:#fff
}
header.header .evo-header-search-form {
  margin:0;
  position:relative
}
header.header .evo-header-search-form input {
  margin-bottom:0;
  padding-right:55px;
  border:1px solid #e5e5e5;
  border-radius:5px;
  height: 39px;
}
@media (max-width: 767px) {
  header.header .evo-header-search-form input {
    border: none;
    height: 35px;
    font-size: 14px;
  }
  header.header .evo-header-search-form button {
    position: absolute;
    right: 6px !important;
  }
}
header.header .evo-header-search-form button {
  position:absolute;
  right:15px;
  color:#000;
  padding:0;
  height:30px;
  width:30px;
  top:50%;
  transform:translate(0, -50%);
}
header.header .evo-header-search-form button svg {
  width:20px;
  height:20px;
}
header.header .evo-header-search-form button:hover,
header.header .evo-header-search-form button:focus {
  color:#c1282b;
  border:none;
  box-shadow:none;
  outline:none
}
header.header .header-fill .evo-header-cart {
  display:inline-block;
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  margin-left:15px;
  display: flex;
  align-items: center;
}
@media (max-width: 569px) {
  header.header .header-fill .evo-header-cart {
    margin-left:15px
  }
}
header.header .header-fill .evo-header-cart:before {
  position:absolute;
  content:'';
  top:-8px;
  right:-12px;
  left:-12px;
  bottom:-8px;
  transform:translateZ(0)
}
header.header .header-fill .evo-header-cart svg {
  height:23px;
  width:23px;
  display:inline-block;
  fill: #fff;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none;
  margin-right: 5px;
}
header.header .header-fill .evo-header-cart .count_item_pr {
  position: absolute;
  top: -3px;
  left: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #214955;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 569px) {
  header.header .header-fill .evo-header-cart .count_item_pr {
    display:none;
    transform:scale(0);
    transition:all 0.3s ease-in-out;
    font-size:0;
    top:2px;
    right:-4px;
    width:8px;
    height:8px;
    line-height:8px
  }
  header.header .header-fill .evo-header-cart .count_item_pr.hascart {
    transform:scale(1);
    display:block
  }
}
header.header .header-fill .evo-header-cart:hover svg path,
header.header .header-fill .evo-header-cart:focus svg path {
  fill:#000 !important
}
header.header .header-fill .header-search {
  display:inline-block;
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  color:#222;
  margin-left:15px
}
header.header .header-fill .header-search:hover,
header.header .header-fill .header-search:focus {
  color:#c1282b
}
header.header .header-fill .header-search:before {
  position:absolute;
  content:'';
  top:-8px;
  right:-12px;
  left:-12px;
  bottom:-8px;
  transform:translateZ(0)
}
header.header .header-fill .header-search svg {
  position:relative;
  top:2px;
  width:21px;
  height:21px;
  display:inline-block;
  fill:#222;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.header .header-fill .evo-main-hotline {
  display:inline-block;
  position:relative
}
header.header .header-fill .evo-main-hotline a {
  color: #fff;
  padding-left:35px;
  font-size:15px;
  font-weight:700;
  display:inline-block;
  line-height:1.3;
  text-align:left
}
header.header .header-fill .evo-main-hotline:nth-child(2) a{
  padding-left:0px;
}
header.header .header-fill .evo-main-hotline:nth-child(2) a svg{
  height: 30px;
  margin-right: 5px;
	fill:#fff
}
header.header .header-fill .evo-main-hotline:nth-child(2) a svg path{
  fill: #fff;
}
header.header .header-fill .evo-main-hotline a span {
  display:block;
  font-weight:normal;
  font-size:14px
}
header.header .header-fill .evo-main-hotline:not(:nth-child(2)):before {
  content:"";
  display:block;
  height:30px;
  width:30px;
  background-image:url(../images/call_buy_img.png);
  background-size:30px;
  background-repeat:no-repeat;
  position:absolute;
  left:0;
  top:50%;
  transform:translate(0, -50%)
}
header.header .header-fill .evo-main-hotline:last-child::before {
  content:unset;
}
header.header .header-fill .evo-main-account {
  margin-left:15px;
  display:inline-block;
  position:relative
}
header.header .header-fill .evo-main-account .header-account {
  line-height:1.1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  color:#fff;
  display:inline-block
}
header.header .header-fill .evo-main-account .header-account:hover,
header.header .header-fill .evo-main-account .header-account:focus {
  color:#000
}
header.header .header-fill .evo-main-account .header-account:hover svg path,
header.header .header-fill .evo-main-account .header-account:focus svg path {
  fill:#000 !important
}
header.header .header-fill .evo-main-account .header-account svg {
  position:relative;
  width:21px;
  height:21px;
  display:inline-block;
  fill:#fff;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.header .header-fill .evo-main-account .header-account svg path {
  fill:#fff !important
}
header.header .header-fill .evo-main-account .header-account:before {
  content:"";
  width:200px;
  height:45px;
  background-color:rgba(255,255,255,0);
  position:absolute;
  bottom:-45px;
  z-index:999;
  left:-70px;
  display:none
}
header.header .header-fill .evo-main-account ul {
  position:absolute;
  border:1px solid #efefef;
  background:#fff;
  width:auto;
  min-width:196px;
  z-index:15;
  list-style:none;
  margin:0px;
  padding:10px;
  border-radius:0px 0px 3px 3px;
  box-shadow:rgba(0,0,0,0.18) 0px 6px 12px 0px;
  position:absolute;
  top:49px;
  left:calc(50% + 10px);
  transform:translateX(-50%);
  text-align:left;
  display:none
}
header.header .header-fill .evo-main-account ul::before {
  border-width:9px;
  border-style:solid;
  border-color:transparent transparent #fff;
  border-image:initial;
  margin-left:-9px;
  bottom:100%;
  left:50%;
  content:" ";
  height:0px;
  width:0px;
  position:absolute;
  pointer-events:none
}
header.header .header-fill .evo-main-account ul li a {
  color:#000;
  background:#ffab41;
  display:flex;
  font-weight:400;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  border:0px;
  white-space:nowrap;
  padding:0px;
  font-size:14px;
  border-radius:4px;
  user-select:none;
  width:236px;
  height:41px;
  line-height:41px;
  outline:none;
  text-shadow:#ababab 0px 0px 1px;
  align-items:center;
  justify-content:center
}
header.header .header-fill .evo-main-account ul li a:hover,
header.header .header-fill .evo-main-account ul li a:focus {
  color:#fff;
  background-color:#c1282b
}
header.header .header-fill .evo-main-account ul li a .js-wishlist-count {
  height:15px;
  width:15px;
  background-color:#fff;
  color:#000;
  border-radius:50%;
  display:inline-block;
  font-size:13px;
  line-height:15px;
  margin-left:5px;
  font-weight:500
}
header.header .header-fill .evo-main-account ul li+li {
  margin-top:10px
}
header.header .header-fill .evo-main-account:hover .header-account:before {
  display:block
}
header.header .header-fill .evo-main-account:hover ul {
  display:block
}
header.header .header-fill .acc-text {
  color: #fff;
  position:relative;
  top:2px;
  font-weight:500;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 991px) {
  header.header .header-fill .acc-text {
    display:none
  }
}
header.header .header-fill a:hover .acc-text {
  color:#000
}
header.header .header-fill.text-right.evo-header-flex-item {
  display:flex;
  align-items:center;
  height:36px
}
@media (min-width: 992px) {
  header.header .header-fill.text-right.evo-header-flex-item {
    justify-content:space-around
  }
}
@media (max-width: 991px) {
  header.header .row {
    margin-left:0;
    margin-right:0;
    justify-content:space-between
  }
  header.header .row .evo-header-flex-item {
    display:flex;
    margin-bottom: ;
  }
  header.header .row .evo-header-flex-item.header-fill {
    flex:1 0 0;
    align-items:center;
    max-width:45px
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  header.header .row .evo-header-flex-item.header-fill.evo-menu {
    max-width:45px
  }
}
@media (max-width: 991px) {
  header.header .row .evo-header-flex-item.header-fill .menu-icon {
    display:inline-block;
    line-height:1;
    transition:color 0.2s ease-in-out;
    position:relative;
    background:transparent;
    border:none;
    border-radius:0;
    -webkit-appearance:none;
    padding:0
  }
  header.header .row .evo-header-flex-item.header-fill .menu-icon svg {
    height:17px;
    width:24px;
    display:inline-block;
    fill:#fff;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none
  }
  header.header .row .evo-header-flex-item:last-child {
    justify-content:flex-end
  }
  header.header .row .evo-search-desktop {padding: 0px; margin-bottom: 2px;margin-top: 15px;}
}
header.evo-header-other {
  position:relative
}
@media (max-width: 991px) {
  header.evo-header-other {
    background-color:#c1282b
  }
}
header.evo-header-other .header-top {
  padding-top:5px;
  padding-bottom:5px;
  position:relative
}
@media (max-width: 991px) {
  header.evo-header-other .header-top {
    padding-bottom:0
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.evo-header-other .header-logo {
    min-width:200px
  }
}
header.evo-header-other .header-logo img {
  max-height:70px
}
@media (max-width: 767px) {
  header.evo-header-other .header-logo img {
    max-height:45px;
    min-height:45px
  }
}
@media (max-width: 480px) {
  header.evo-header-other .header-logo img {
    min-height:unset;
    max-width:150px
  }
}
@media (max-width: 321px) {
  header.evo-header-other .header-logo img {
    min-height:unset;
    max-width:140px
  }
}
@media (max-width: 991px) {
  header.evo-header-other .header-logo {
    width:auto;
    display:-ms-flexbox;
    display:flex
  }
  header.evo-header-other .header-logo .menu-icon {
    line-height:1;
    transition:color 0.2s ease-in-out;
    position:relative;
    background:transparent;
    border:none;
    border-radius:0;
    -webkit-appearance:none;
    padding:0;
    margin-right:10px
  }
  header.evo-header-other .header-logo .menu-icon svg {
    height:17px;
    width:20px;
    display:inline-block;
    fill:#fff;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none
  }
}
header.evo-header-other .header-main-nav {
  background-color:transparent
}
header.evo-header-other .header-main-nav .nav {
  justify-content:normal
}
header.evo-header-other .header-main-nav .nav .nav-item>a {
  color:#333;
  font-size:14px
}
header.evo-header-other .header-main-nav .nav .nav-item>a svg path {
  fill:#333
}
@media (min-width: 992px) {
  header.evo-header-other .header-main-nav .nav .nav-item>a:hover,
  header.evo-header-other .header-main-nav .nav .nav-item>a:focus {
    color:#c1282b
  }
  header.evo-header-other .header-main-nav .nav .nav-item>a:hover svg path,
  header.evo-header-other .header-main-nav .nav .nav-item>a:focus svg path {
    fill:#c1282b
  }
}
header.evo-header-other .header-main-nav .nav .nav-item.active>a {
  color:#c1282b
}
header.evo-header-other .evo-main-hotline {
  display:inline-block;
  position:relative
}
header.evo-header-other .evo-main-hotline a {
  color:#c1282b;
  font-size:20px;
  font-weight:700;
  display:inline-block;
  line-height:1.3;
  text-align:left
}
header.evo-header-other .evo-main-hotline a span {
  display:block;
  font-weight:normal;
  font-size:14px;
  color:#333
}
header.evo-header-other .evo-main-hotline a:hover,
header.evo-header-other .evo-main-hotline a:focus {
  color:#ffab41
}
header.evo-header-other .evo-main-hotline a:hover span,
header.evo-header-other .evo-main-hotline a:focus span {
  color:#333
}
header.evo-header-other .header-bottom {
  background-color:#c1282b
}
header.evo-header-other .header-bottom.hSticky {
  opacity:0;
  visibility:hidden
}
header.evo-header-other .header-bottom.hSticky .evo-cate-header:hover .evo-width-cate {
  display:block
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right {
    display:block;
    opacity:1;
    height:30px
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .menu-icon,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .menu-icon {
    display:inline-block;
    line-height:1;
    transition:color 0.2s ease-in-out;
    position:relative;
    background:transparent;
    border:none;
    border-radius:0;
    -webkit-appearance:none;
    padding:0
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .menu-icon svg,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .menu-icon svg {
    height:17px;
    width:24px;
    display:inline-block;
    fill:#fff;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .evo-header-cart,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .evo-header-cart {
    display:inline-block;
    line-height:1;
    transition:color 0.2s ease-in-out;
    position:relative;
    background:transparent;
    margin-left:5px;
    margin-right:10px
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .evo-header-cart:before,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .evo-header-cart:before {
    position:absolute;
    content:'';
    top:-8px;
    right:-12px;
    left:-12px;
    bottom:-8px;
    transform:translateZ(0)
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .evo-header-cart svg,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .evo-header-cart svg {
    height:23px;
    width:19px;
    display:inline-block;
    fill:#222;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .evo-header-cart .count_item_pr,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .evo-header-cart .count_item_pr {
    display:none;
    transform:scale(0);
    transition:all 0.3s ease-in-out;
    font-size:0;
    top:2px;
    right:-4px;
    width:8px;
    height:8px;
    line-height:8px;
    border-radius:50%;
    position:absolute
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-left .evo-header-cart .count_item_pr.hascart,
  header.evo-header-other .header-bottom.hSticky .evo-search-header .box-main__box-right .evo-header-cart .count_item_pr.hascart {
    transform:scale(1);
    display:block;
    position:absolute;
    background-color:#ffa400
  }
  header.evo-header-other .header-bottom.hSticky .evo-search-header .evo-searchs {
    flex:1;
    padding-left:7px;
    padding-right:7px
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  header.evo-header-other .header-bottom.hSticky .evo-search-header .evo-searchs .results-box {
    width:calc(100% - 15px)
  }
}
header.evo-header-other .header-bottom.header-other-page .evo-cate-header:hover .evo-width-cate {
  display:block
}
header.evo-header-other .header-bottom.header-other-page .evo-cate-header:hover .evo-width-cate .evo-main-cate {
  box-shadow:2px 3px 7px 0 rgba(0,0,0,0.2);
  border-radius:0
}
header.evo-header-other .header-bottom.hSticky-down {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:999;
  background:#c1282b;
  border-bottom:0;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  transition:all 400ms ease
}
header.evo-header-other .header-bottom.hSticky-up {
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  transition:all 400ms ease
}
header.evo-header-other .header-bottom .row {
  margin-left:0;
  margin-right:0
}
header.evo-header-other .header-bottom .evo-cate-header {
  padding-left:0;
  padding-right:0;
  width:220px;
  max-width:220px
}
header.evo-header-other .header-bottom .evo-cate-header .title {
  box-shadow:0 0 4px 0 rgba(0,0,0,0.2);
  height:50px;
  background-color:#ffab41;
  color:#333;
  font-weight:500;
  font-size:15px;
  text-transform:uppercase;
  line-height:50px;
  padding:0 10px;
  -ms-flex-align:center !important;
  align-items:center !important;
  display:-ms-flexbox;
  display:flex
}
header.evo-header-other .header-bottom .evo-cate-header .title .menu-icon {
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  border:none;
  border-radius:0;
  -webkit-appearance:none;
  padding:0;
  margin-right:10px
}
header.evo-header-other .header-bottom .evo-cate-header .title .menu-icon svg {
  height:17px;
  width:20px;
  display:inline-block;
  fill:#333;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate {
  width:220px;
  max-width:220px;
  background-color:#fff;
  box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);
  padding:0;
  border-radius:0 0 5px;
  display:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate {
  position:absolute;
  width:100%;
  min-height:100%;
  background-color:#fff;
  z-index:99;
  border-radius:0 0 5px
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li:first-child {
  border-radius:5px 0px 0px
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li a {
  padding:8px 15px 8px 23px;
  color:#444;
  display:block;
  margin:0 10px;
  font-size:14px;
  position:relative
}
@media (max-width: 1024px) {
  header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li a {
    padding-bottom:7px
  }
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li a img {
  width:22px;
  height:22px;
  position:absolute;
  right:auto;
  left:-5px;
  top:50%;
  transform:translate(0, -50%);
  margin:auto 0;
  opacity:0.7
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li a:hover,
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li a:focus {
  color:#c1282b;
  font-weight:500
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li+li {
  border-top:1px solid rgba(0,0,0,0.04)
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child {
  position:static
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child>a {
  background-image:url(//bizweb.dktcdn.net/100/426/581/themes/823696/assets/ic-list.svg?1709525188976);
  background-position:right 0 center;
  background-repeat:no-repeat
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu {
  width:230px;
  position:absolute;
  top:0;
  left:220px;
  z-index:100;
  min-height:100%;
  box-shadow:2px 3px 7px 0 rgba(0,0,0,0.2);
  background-color:#fff;
  display:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu li a {
  padding-left:0
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu .evo-main-cate-has-child {
  position:static
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu .evo-main-cate-has-child .menu-child-2.sub-menu {
  width:230px;
  position:absolute;
  top:0;
  left:230px;
  z-index:100;
  min-height:100%;
  box-shadow:2px 3px 7px 0 rgba(0,0,0,0.2);
  background-color:#fff;
  display:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu .evo-main-cate-has-child:hover .menu-child-2.sub-menu {
  display:block
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu {
  width:calc(1180px - 220px);
  height:100%;
  overflow-y:auto;
  padding:10px
}
@media (max-width: 1024px) {
  header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu {
    width:calc(940px - 220px)
  }
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li {
  width:33.333333%;
  float:left;
  border:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li:nth-child(3n+1) {
  clear:left
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li>a {
  font-weight:600;
  background-image:none;
  padding:0;
  padding-bottom:10px
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li .menu-child-2 {
  width:auto !important;
  position:relative !important;
  top:inherit !important;
  left:inherit !important;
  z-index:100 !important;
  min-height:100% !important;
  box-shadow:none !important;
  background-color:transparent !important;
  display:block !important;
  margin-bottom:15px
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li .menu-child-2 li {
  width:100%;
  border:none
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu li .menu-child-2 li a {
  font-weight:normal;
  padding:0
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu::-webkit-scrollbar-track {
  border-radius:3px;
  background-color:#f7f8fa
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu::-webkit-scrollbar {
  width:6px
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child .menu-child.sub-menu.evo-sub-mega-menu::-webkit-scrollbar-thumb {
  border-radius:3px;
  background-color:#e0e0e0
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child:hover .menu-child.sub-menu {
  display:block
}
header.evo-header-other .header-bottom .evo-cate-header .evo-width-cate .evo-main-cate li.evo-main-cate-has-child:hover .menu-child.sub-menu.evo-sub-mega-menu {
  display:block
}
header.evo-header-other .header-bottom .evo-searchs {
  position:relative
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-searchs {
    flex:1
  }
}
header.evo-header-other .header-bottom .evo-searchs .results-box {
  color:#555;
  position:absolute;
  top:41px;
  z-index:9999;
  width:100%;
  background-color:#fff;
  -webkit-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  -moz-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33)
}
header.evo-header-other .header-bottom .evo-searchs .results-box a {
  background-color:#fff;
  padding:5px;
  font-size:14px;
  display:block
}
header.evo-header-other .header-bottom .evo-searchs .results-box a .img {
  text-align:center;
  float:left;
  width:70px;
  margin-right:5px
}
header.evo-header-other .header-bottom .evo-searchs .results-box a .d-title {
  text-transform:none;
  font-size:13px;
  font-weight:500;
  margin-bottom:0;
  margin-top:0;
  color:#303846
}
header.evo-header-other .header-bottom .evo-searchs .results-box a .d-title.d-price {
  color:#1e8570 !important
}
header.evo-header-other .header-bottom .evo-searchs .results-box a:hover .d-title,
header.evo-header-other .header-bottom .evo-searchs .results-box a:focus .d-title {
  color:#c1282b
}
header.evo-header-other .header-bottom .evo-searchs .results-box a+a {
  border-top:1px solid rgba(0,0,0,0.1)
}
header.evo-header-other .header-bottom .evo-searchs .results-box a.note {
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#222
}
header.evo-header-other .header-bottom .evo-searchs .results-box a.note:hover,
header.evo-header-other .header-bottom .evo-searchs .results-box a.note:focus {
  color:#c1282b
}
header.evo-header-other .header-bottom .evo-searchs .results-box .note {
  text-align:center;
  font-size:14px;
  font-weight:500;
  color:#222;
  padding:7px 0px
}
header.evo-header-other .header-bottom .evo-searchs .results-box .note:hover,
header.evo-header-other .header-bottom .evo-searchs .results-box .note:focus {
  color:#c1282b
}
header.evo-header-other .header-bottom .evo-searchs .results-box .evo-loading {
  display:block;
  padding:7px;
  text-align:center;
  background-color:#fff
}
header.evo-header-other .header-bottom .evo-search-header {
  width:calc(100% - 440px);
  max-width:calc(100% - 440px);
  flex:1
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header {
    width:100%;
    max-width:100%;
    padding-left:0;
    padding-right:0;
    display:flex;
    align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    margin-bottom:0 !important
  }
  header.evo-header-other .header-bottom .evo-search-header .box-main__box-left,
  header.evo-header-other .header-bottom .evo-search-header .box-main__box-right {
    display:none;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    opacity:0
  }
}
header.evo-header-other .header-bottom .evo-search-header form {
  margin-bottom:0;
  position:relative;
  padding-top:5px
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header form {
    padding-bottom:7px;
    padding-top:7px
  }
}
header.evo-header-other .header-bottom .evo-search-header form input {
  margin-bottom:0;
  padding-right:55px;
  border:none;
  border-radius:0
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header form input {
    height:30px;
    min-height:unset;
    padding-right:35px
  }
}
header.evo-header-other .header-bottom .evo-search-header form button {
  position:absolute;
  right:15px;
  color:#000;
  padding:0;
  height:30px;
  width:30px;
  top:50%;
  transform:translate(0, -50%);
  border:none;
  margin-top:2px
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header form button {
    height:25px;
    width:25px;
    right:5px;
    border:none
  }
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header form button {
    margin-top:-1px
  }
}
header.evo-header-other .header-bottom .evo-search-header form button svg {
  width:25px;
  height:25px
}
@media (max-width: 991px) {
  header.evo-header-other .header-bottom .evo-search-header form button svg {
    height:20px;
    width:20px
  }
}
header.evo-header-other .header-bottom .evo-search-header form button:hover,
header.evo-header-other .header-bottom .evo-search-header form button:focus {
  color:#c1282b;
  border:none;
  box-shadow:none;
  outline:none
}
header.evo-header-other .header-bottom .evo-function-cart-header {
  -ms-flex-align:center !important;
  align-items:center !important;
  display:-ms-flexbox;
  display:flex;
  padding-left:0;
  padding-right:0;
  width:220px;
  max-width:220px
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account {
  margin-left:15px;
  display:inline-block;
  position:relative
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account {
  line-height:1.1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  color:#fff;
  display:inline-block
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account:hover,
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account:focus {
  color:#ffab41
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account:hover svg path,
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account:focus svg path {
  fill:#ffab41 !important
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account svg {
  position:relative;
  width:21px;
  height:21px;
  display:inline-block;
  fill:#fff;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account svg path {
  fill:#fff !important
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account .header-account:before {
  content:"";
  width:200px;
  height:45px;
  background-color:rgba(255,255,255,0);
  position:absolute;
  bottom:-45px;
  z-index:999;
  left:-70px;
  display:none
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul {
  position:absolute;
  border:1px solid #efefef;
  background:#fff;
  width:auto;
  min-width:196px;
  z-index:15;
  list-style:none;
  margin:0px;
  padding:10px;
  border-radius:0px 0px 3px 3px;
  box-shadow:rgba(0,0,0,0.18) 0px 6px 12px 0px;
  position:absolute;
  top:49px;
  left:calc(50% + 10px);
  transform:translateX(-50%);
  text-align:left;
  display:none
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul::before {
  border-width:9px;
  border-style:solid;
  border-color:transparent transparent #fff;
  border-image:initial;
  margin-left:-9px;
  bottom:100%;
  left:50%;
  content:" ";
  height:0px;
  width:0px;
  position:absolute;
  pointer-events:none
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul li a {
  color:#000;
  background:#ffab41;
  display:flex;
  font-weight:400;
  text-align:center;
  vertical-align:middle;
  touch-action:manipulation;
  cursor:pointer;
  border:0px;
  white-space:nowrap;
  padding:0px;
  font-size:14px;
  border-radius:4px;
  user-select:none;
  width:236px;
  height:41px;
  line-height:41px;
  outline:none;
  text-shadow:#ababab 0px 0px 1px;
  align-items:center;
  justify-content:center
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul li a:hover,
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul li a:focus {
  color:#fff;
  background-color:#c1282b
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul li a .js-wishlist-count {
  height:15px;
  width:15px;
  background-color:#fff;
  color:#000;
  border-radius:50%;
  display:inline-block;
  font-size:13px;
  line-height:15px;
  margin-left:5px;
  font-weight:500
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account ul li+li {
  margin-top:10px
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account:hover .header-account:before {
  display:block
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-main-account:hover ul {
  display:block
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart {
  display:inline-block;
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  margin-left:15px;
  color:#fff
}
@media (max-width: 569px) {
  header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart {
    margin-left:15px
  }
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart:before {
  position:absolute;
  content:'';
  top:-8px;
  right:-12px;
  left:-12px;
  bottom:-8px;
  transform:translateZ(0)
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart svg {
  height:23px;
  width:23px;
  display:inline-block;
  fill:#222;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart .count_item_pr {
  position:absolute;
  top:-14px;
  right:-14px;
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:#ffa400;
  transition:all 0.3s ease-in-out;
  text-align:center;
  line-height:20px;
  color:#000;
  font-size:13px
}
@media (max-width: 569px) {
  header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart .count_item_pr {
    display:none;
    transform:scale(0);
    transition:all 0.3s ease-in-out;
    font-size:0;
    top:2px;
    right:-4px;
    width:8px;
    height:8px;
    line-height:8px
  }
  header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart .count_item_pr.hascart {
    transform:scale(1);
    display:block
  }
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart .acc-text {
  position:relative;
  top:2px
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart:hover svg path,
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart:focus svg path {
  fill:#ffab41 !important
}
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart:hover .acc-text,
header.evo-header-other .header-bottom .evo-function-cart-header .evo-header-cart:focus .acc-text {
  color:#ffab41
}
@media (max-width: 991px) {
  header.evo-header-other .evo-header-flex-item-mobile {
    width:auto;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center !important;
    align-items:center !important;
    justify-content:flex-end;
    max-width:unset
  }
  header.evo-header-other .evo-header-flex-item-mobile .evo-main-hotline {
    display:inline-block;
    position:relative
  }
  header.evo-header-other .evo-header-flex-item-mobile .evo-main-hotline a {
    color:#fff;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    line-height:1.3;
    text-align:left
  }
}
@media (max-width: 991px) and (max-width: 376px) {
  header.evo-header-other .evo-header-flex-item-mobile .evo-main-hotline a {
    font-size:14px
  }
}
@media (max-width: 991px) {
  header.evo-header-other .evo-header-flex-item-mobile .evo-main-hotline a span {
    display:block;
    font-weight:normal;
    font-size:11px;
    color:#fff
  }
  header.evo-header-other .evo-header-flex-item-mobile .evo-header-cart {
    display:inline-block;
    line-height:1;
    transition:color 0.2s ease-in-out;
    position:relative;
    background:transparent;
    margin-left:15px;
    color:#fff
  }
}
@media (max-width: 991px) and (max-width: 376px) {
  header.evo-header-other .evo-header-flex-item-mobile .evo-header-cart {
    margin-left:5px
  }
}
@media (max-width: 991px) {
  header.evo-header-other .evo-header-flex-item-mobile .evo-header-cart svg {
    height:23px;
    width:23px;
    display:inline-block;
    fill:#fff;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none
  }
  header.evo-header-other .evo-header-flex-item-mobile .evo-header-cart .count_item_pr {
    display:none;
    transform:scale(0);
    transition:all 0.3s ease-in-out;
    font-size:0;
    top:2px;
    right:-4px;
    width:8px;
    height:8px;
    line-height:8px;
    position:absolute;
    border-radius:50%
  }
  header.evo-header-other .evo-header-flex-item-mobile .evo-header-cart .count_item_pr.hascart {
    transform:scale(1);
    display:block;
    background-color:#ffa400
  }
}
.header-main-nav {
  /*! position:static; */
  background-color: #214955;
}
.header-main-nav .nav {
  position:relative;
  height: 100%;
  justify-content: space-between;
}
.header-main-nav .nav .nav-item {
  /*! float:none; */
  /*! position:relative; */
  display:inline-block;
  /*! display: flex; */
  /*! align-items: center; */
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item {
    width:100%;
    margin-right:0;
    border-top:1px solid #f5f5f5
  }
}
.header-main-nav .nav .nav-item.has-mega {
  position:static
}
.header-main-nav .nav .nav-item.has-mega .mega-content {
  background:#fff none repeat scroll 0 0;
  display:none;
  margin:0;
  padding:10px;
  position:absolute;
  top:100%;
  left:0;
  z-index:999;
  width:100%;
  -webkit-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  -moz-box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  box-shadow:0px 2px 6px 0px rgba(50,50,50,0.33);
  max-height:600px;
  overflow-y:auto
}
.header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  border-radius:5px;
  background-color:#F5F5F5
}
.header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar {
  width:5px;
  background-color:#F5F5F5
}
.header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar-thumb {
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  background-color:#e5e5e5
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
  color:#222 !important;
  font-weight:600;
  margin-bottom:10px;
  display:inline-block;
  text-transform:uppercase
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:hover,
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
  color:#c1282b !important
}
@media (min-width: 992px) {
  .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
    display:block
  }
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li {
  line-height:1.3
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
  text-transform:none !important;
  font-weight:500
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li+li {
  padding-top:5px
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item {
  float:left;
  width:25%;
  padding:10px
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item>a {
  color:#222 !important;
  font-weight:600;
  margin-bottom:10px;
  display:inline-block
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item>a:hover,
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item>a:focus {
  color:#c1282b !important
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item h2,
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item .h2 {
  font-size:14px;
  margin-top:0
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 {
  margin-bottom:15px
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a {
  font-weight:normal !important;
  text-transform:none !important;
  color:#222
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,
.header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
  text-decoration:none;
  color:#c1282b
}
.header-main-nav .nav .nav-item.has-mega .mega-content .level0 {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a {
  display:block;
  padding-right:5px;
  padding-left:0;
  width:50%;
  float:left
}
.header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a+a {
  padding-right:0;
  padding-left:5px
}
.header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a:hover img {
  opacity:0.8
}
@media (min-width: 1025px) {
  .header-main-nav .nav .nav-item.has-mega .mega-content {
    display:block;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:hidden;
    -moz-transition:.2s ease-out;
    -o-transition:.2s ease-out;
    -webkit-transition:.2s ease-out;
    -ms-transition:.2s ease-out;
    transition:.2s ease-out;
    -moz-transform:translateY(20px);
    -o-transform:translateY(20px);
    -ms-transform:translateY(20px);
    -webkit-transform:translateY(20px);
    transform:translateY(20px)
  }
}
.header-main-nav .nav .nav-item:hover,
.header-main-nav .nav .nav-item:focus {
  background-color:transparent
}
.header-main-nav .nav .nav-item>a {
  color:#fff;
  font-size: 14px;
  padding: 10px 15px;
  text-align:center;
  /*! position:relative; */
  font-weight:500;
  text-transform:uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-main-nav .nav .nav-item>a {
    padding:7px 8px
  }
}
.header-main-nav .nav .nav-item>a svg path {
  fill:#fff
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item>a {
    text-align:left;
    padding:8px 10px;
    padding-right:20px
  }
}
@media (min-width: 992px) {
  .header-main-nav .nav .nav-item>a:hover,
  .header-main-nav .nav .nav-item>a:focus {
    color:#FED101
  }
  .header-main-nav .nav .nav-item>a:hover svg path,
  .header-main-nav .nav .nav-item>a:focus svg path {
    fill:#FED101
  }
}
.header-main-nav .nav .nav-item.has-childs>a>svg {
  width:10px;
  height:20px;
  margin-left: 9px;
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item.has-childs>a>svg {
    height:20px;
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    right:10px;
    margin-right:0;
    float:right;
    line-height:22px;
    width:20px;
    text-align:center
  }
}
.header-main-nav .nav .nav-item.has-childs>a:after {
  content:"";
  width:0px;
  height:35px;
  border-style:solid;
  border-width:0px 11px 12px;
  border-color:transparent transparent #FFF;
  display:inline-block;
  position:absolute;
  bottom:-24px;
  left:0;
  right:0px;
  margin:auto;
  opacity:0;
  transition:opacity 300ms linear 0s
}
@media (min-width: 992px) {
  .header-main-nav .nav .nav-item.has-childs:hover>.dropdown-menu {
    opacity:1;
    visibility:visible;
    top:100%;
    margin-top:0px
  }
  .header-main-nav .nav .nav-item.has-childs:hover>.mega-content {
    display:block
  }
}
@media (min-width: 992px) and (min-width: 1025px) {
  .header-main-nav .nav .nav-item.has-childs:hover>.mega-content {
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
    -moz-transition:.3s ease-in;
    -o-transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -ms-transition:.3s ease-in;
    transition:.3s ease-in;
    -moz-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px)
  }
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item.has-childs.active>.dropdown-menu {
    display:block
  }
  .header-main-nav .nav .nav-item.has-childs.active>a>svg {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    top:10px
  }
}
.header-main-nav .nav .nav-item>.fa {
  color:#333;
  position:absolute;
  right:0;
  top:33px
}
.header-main-nav .nav .nav-item .nav-item-lv2 {
  padding:0 10px
}
.header-main-nav .nav .nav-item .nav-item-lv3 {
  padding:0 10px
}
.header-main-nav .nav .nav-item li.dropdown-submenu {
  position:relative
}
.header-main-nav .nav .nav-item li.dropdown-submenu .dropdown-menu {
  left:-100%;
  top:0
}
.header-main-nav .nav .nav-item.active>a {
  color: #ffd720;
  font-weight:500
}
.header-main-nav .nav .nav-item:first-child a {
  padding-left: 6px;
}
.header-main-nav .nav .nav-item.active>a svg path {
  fill:#FED101
}
.header-main-nav .nav .nav-item ul.dropdown-menu {
  -webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
  background:#ffffff;
  position:absolute;
  border:none;
  top:80px;
  left:0;
  width:275px;
  z-index:1030;
  display:block;
  opacity:0;
  visibility:hidden;
  border-radius:0;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  padding:5px
}
@media (min-width: 1023px) and (max-width: 1024px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu {
    left:-80px
  }
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu {
    display:none;
    opacity:1;
    visibility:visible;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    width:100%;
    top:0;
    position:relative;
    margin:0;
    border-top:1px solid #f5f5f5
  }
}
.header-main-nav .nav .nav-item ul.dropdown-menu li {
  padding:0
}
.header-main-nav .nav .nav-item ul.dropdown-menu li+li {
  margin-top:5px
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li+li {
    margin-top:0;
    border-top:1px solid #f5f5f5
  }
}
.header-main-nav .nav .nav-item ul.dropdown-menu li a {
  padding:5px 21px 5px 6px;
  position:relative;
  -moz-transition:all 0.2s;
  -o-transition:all 0.2s;
  -webkit-transition:all 0.2s;
  transition:all 0.2s;
  color:#222;
  font-size:14px
}
.header-main-nav .nav .nav-item ul.dropdown-menu li a i {
  float:right
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li a {
    padding:8px 20px
  }
}
.header-main-nav .nav .nav-item ul.dropdown-menu li a::after {
  position:absolute;
  content:'';
  height:100%;
  width:3px;
  left:-5px;
  -webkit-transition:0.5s;
  transition:0.5s;
  opacity:0;
  visibility:hidden;
  top:0;
  -webkit-transform:scale(0);
  transform:scale(0)
}
.header-main-nav .nav .nav-item ul.dropdown-menu li a:hover,
.header-main-nav .nav .nav-item ul.dropdown-menu li a:focus {
  background-color:transparent;
  color:#1f91b1;
}
.header-main-nav .nav .nav-item ul.dropdown-menu li a:hover::after,
.header-main-nav .nav .nav-item ul.dropdown-menu li a:focus::after {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  transform:scale(1);
  background-color:#1f91b1;
}
.header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
  top:0;
  left:100%
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left:0
  }
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu .nav-item-lv3 a {
    padding-left:35px
  }
}
.header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu>a svg {
  height:10px;
  position:absolute;
  right:-3px;
  top:55%;
  transform:translate(0, -50%)
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu>a svg {
    height:20px;
    position:absolute;
    top:55%;
    transform:translate(0, -50%);
    right:10px;
    margin-right:0;
    float:right;
    line-height:22px;
    width:20px;
    text-align:center
  }
}
.header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu>a:hover svg path {
  fill:#c1282b
}
@media (min-width: 992px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    opacity:1;
    visibility:visible;
    top:-5px;
    margin-top:0
  }
}
@media (max-width: 991px) {
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu.active>.dropdown-menu {
    display:block
  }
  .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu.active>a>svg {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    top:10px
  }
}
@media (min-width: 992px) {
  .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu,
  .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu,
  .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu,
  .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu,
  .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu,
  .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu {
    position:relative
  }
  .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu .dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu .dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu .dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu .dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu .dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu .dropdown-menu {
    right:100%;
    top:0
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu:hover>.dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu:hover>.dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu:hover>.dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu:hover>.dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu:hover>.dropdown-menu,
  .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu:hover>.dropdown-menu {
    display:block
  }
}

.evo-search-desktop .box-main__box-left,
.evo-search-desktop .box-main__box-right {
display:none
}
@media (max-width: 991px) {
.evo-search-desktop {
  display:flex;
  align-items:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  margin-bottom:0 !important
}
.evo-search-desktop .box-main__box-left,
.evo-search-desktop .box-main__box-right {
  display:none;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  opacity:0
}
header.header.hSticky-up {
  min-height:unset !important
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop {
  position:fixed;
  width:100%;
  z-index:999;
  top:0 !important;
  background-color:#c1282b;
  left:0;
  padding:5px 7px;
  box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-left {
  display:block;
  opacity:1;
  margin-right:5px
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-left .logo-wrapper img {
  max-width:40px
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right {
  display:flex;
  opacity:1
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .menu-icon {
  display:inline-block;
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  border:none;
  border-radius:0;
  -webkit-appearance:none;
  padding:0
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .menu-icon svg {
  height:17px;
  width:24px;
  display:inline-block;
  fill:#fff;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .evo-header-cart {
  display:inline-block;
  line-height:1;
  transition:color 0.2s ease-in-out;
  position:relative;
  background:transparent;
  margin-left:5px;
  margin-right:10px
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .evo-header-cart:before {
  position:absolute;
  content:'';
  top:-8px;
  right:-12px;
  left:-12px;
  bottom:-8px;
  transform:translateZ(0)
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .evo-header-cart svg {
  height:23px;
  width:19px;
  display:inline-block;
  fill:#222;
  vertical-align:middle;
  stroke-width:1px;
  background:none;
  pointer-events:none
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .evo-header-cart .count_item_pr {
  display:none;
  transform:scale(0);
  transition:all 0.3s ease-in-out;
  font-size:0;
  top:2px;
  right:-4px;
  width:8px;
  height:8px;
  line-height:8px;
  border-radius:50%
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .box-main__box-right .evo-header-cart .count_item_pr.hascart {
  transform:scale(1);
  display:block;
  position:absolute;
  background-color:#ffa400
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .evo-searchs {
  flex:1
}
header.header.hSticky-up .evo-header-padding .evo-search-desktop .evo-searchs input {
  border-radius:0
}
header.header.hSticky-down .evo-hidden-mobile {
  opacity:0;
  visibility:hidden;
  display:none
}
}
@media (min-width: 1025px) {
.scroll-down header.header {
  transform:translate3d(0, -101%, 0)
}
.scroll-up header.header {
  transform:none
}
}

.gg-translate {
  display:inline-block;
  /*! float:right; */
  /*! height:34px; */
  overflow:hidden;
  margin-top:3px;
}
.gg-translate.gg-translate_mb {
  display:none
}
.gg-translate {
  display: block;
  margin-top: 0px;
  padding: 10px 0px;
}
.gg-translate a{
  margin-right: 5px;
}
.gg-translate a img{
  height: 22px;
  width: 32px;
}
@media (max-width: 991px) {
  .gg-translate {
    /*! float:right */
  }
  .gg-translate.gg-translate_mb {
      display: block;
      background-color: black;
      margin-top: 0px;
      padding: 5px 0px;
  }
  .gg-translate.gg-translate_mb a{
      margin-right: 5px;
  }
  .gg-translate.gg-translate_mb a img{
      height: 22px;
      width: 32px;
  }
}


.danh-muc-menu {
  position: absolute;
  height: 400px;
  z-index: 2;
  right: 0px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 80px;
  background-color: white;
}
.menu-categories:hover .danh-muc-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0px;
}
.danh-muc-menu ul {
  margin: 0;
  list-style: none;
  width: 270px;
  background-color: white;
  height: 400px;
}

.danh-muc-menu > ul > li {
  /* border-bottom: 1px solid #f0f0f0; */
  position: unset;
}

.danh-muc-menu > ul > li > a:hover::after{
  display: none;
}

.danh-muc-menu li a:hover{
  color: #1f91b1;
}

.danh-muc-menu > ul > li > a {
  display: block;
  padding: 8px 10px 8px 10px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  position: relative;
}
.danh-muc-menu > ul > li > a span img {
width: 24px;
margin-right: 8px;
  object-fit: contain;
}

.danh-muc-menu > ul > li > a::before {
  content: "";
  width: 7px;
  height: 1px;
  display: inline-block;
  background: #9c9c9c;
  position: absolute;
  top: 50%;
  right: 10px;
}

.danh-muc-menu > ul > li > a::after {
  content: "";
  width: 7px;
  height: 1px;
  display: inline-block;
  background: #9c9c9c;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.danh-muc-menu > ul > li > ul {
  width: 100%;
  display: none;
  background: #fff;
  /*! box-shadow: 0px 0px 10px #ccc; */
  position: absolute;
  top: 0px;
  left: 269px;
  z-index: 100;
  min-height: 355px;
  width: calc(100% - 270px);
  padding: 11px;
}

.danh-muc-menu > ul > li:hover > ul{
  display: block;
  flex-wrap: wrap;
  padding: 11px;
}
.danh-muc-menu ul li ul{
  padding: 11px;
}
.danh-muc-menu > ul > li > ul > li {
  width: 100%;
  float: left;
  display: block;
  text-align: left;
}

.danh-muc-menu > ul > li > ul > li:nth-child(6n+1) {
  clear: both;
}

.danh-muc-menu > ul > li > ul > li:hover {
  background: #eee;
  color: #333;
}

.danh-muc-menu > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  position: relative;
}

.danh-muc-menu > ul > li > ul > li > a > span {
  display: block;
}
.danh-muc-menu ul li ul li a span:hover{
  color: #c1282d;
}
.danh-muc-menu > ul > li > ul > li > a > span.img {
  height: 110px;
  position: relative;
}

.danh-muc-menu > ul > li > ul > li > a > span.img img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.danh-muc-menu > ul > li > ul > li > a > span.text {
  margin-bottom: 5px;
  padding: 0px 10px;
  line-height: 30px;
  color: #000;
  text-align: left;
  position: relative;
}
.danh-muc-menu ul li:first-child .sub-menu{
  display: block;
}
.danh-muc-menu > ul > li > ul > li:hover > a > span.text{
  color: #1f91b1;
}
.menu-categories{
  position: unset;
}


.danh-muc-menu ul li ul li{
  width: 25%;
  margin-bottom: 10px;
}

.header-main-nav.scroll-down{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.gtranslate_wrapper{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: 15px;
}
.gtranslate_wrapper a img {
	margin: 0 5px;
	border: solid 1px #fff;
}