@charset "UTF-8";
a:hover, a:focus {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

body {
  color: #333f48;
  font-family: 'Mulish', sans-serif; }

@media (min-width: 1400px) {
  .container {
    max-width: 1400px; } }

header.header {
  position: relative;
  background-color: #fff; }
  header.header .header-notice {
    background-color: #f39a0b;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 30px;
    grid-column-gap: 60px;
    color: #fff; }
    @media (max-width: 480px) {
      header.header .header-notice {
        padding: 0 15px;
        font-size: 15px; } }
    header.header .header-notice .notice-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      grid-column-gap: 60px; }
      @media (max-width: 480px) {
        header.header .header-notice .notice-list {
          padding-top: 5px;
          padding-bottom: 5px; } }
      header.header .header-notice .notice-list .notice-item {
        display: block;
        width: auto;
        padding: 5px 0;
        position: relative; }
        @media (max-width: 480px) {
          header.header .header-notice .notice-list .notice-item {
            padding: 0; } }
        header.header .header-notice .notice-list .notice-item:not(:last-child)::after {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: -30px;
          border-right: 1px solid;
          opacity: .2; }
          @media (max-width: 480px) {
            header.header .header-notice .notice-list .notice-item:not(:last-child)::after {
              display: none; } }
  header.header .top-bar {
    position: relative;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1); }
    header.header .top-bar .container > * {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 991px) {
        header.header .top-bar .container > * {
          display: block; } }
    header.header .top-bar .evo-topbar-left {
      padding: 6px 0; }
      @media (max-width: 991px) {
        header.header .top-bar .evo-topbar-left {
          text-align: center; } }
      header.header .top-bar .evo-topbar-left > * {
        margin: 0 3px;
        font-size: 14px; }
      header.header .top-bar .evo-topbar-left .hotline {
        color: #f39a0b;
        font-weight: 700; }
        header.header .top-bar .evo-topbar-left .hotline:hover, header.header .top-bar .evo-topbar-left .hotline:focus {
          color: #333; }
      @media (max-width: 480px) {
        header.header .top-bar .evo-topbar-left span.span-or {
          display: none; }
          header.header .top-bar .evo-topbar-left span.span-or + a {
            display: none; } }
    header.header .top-bar .evo-topbar-right {
      float: right;
      text-align: end;
      padding-inline-start: 15px; }
      header.header .top-bar .evo-topbar-right .nav {
        position: static;
        justify-content: center; }
        header.header .top-bar .evo-topbar-right .nav .nav-item {
          float: none;
          position: relative;
          display: inline-block; }
          @media (max-width: 991px) {
            header.header .top-bar .evo-topbar-right .nav .nav-item {
              width: 100%;
              margin-right: 0;
              border-top: 1px solid #f5f5f5; } }
          header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega {
            position: static; }
            header.header .top-bar .evo-topbar-right .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%;
              box-shadow: 0 0 0 1px #e6e6e6 inset;
              max-height: 600px;
              overflow-y: auto;
              font-size: 14px; }
              header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content::-webkit-scrollbar {
                width: 5px;
                background-color: #F5F5F5; }
              header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
                color: #222 !important;
                font-weight: 700;
                margin-bottom: 10px;
                display: inline-block; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:hover, header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
                  color: #f39a0b !important; }
                @media (min-width: 992px) {
                  header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
                    display: block; } }
              header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li {
                line-height: 1.3; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
                  text-transform: none !important;
                  font-weight: 500; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li + li {
                  padding-top: 5px; }
              header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item {
                float: left;
                width: 20%;
                padding: 10px; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item > a {
                  color: #222 !important;
                  font-weight: 700;
                  margin-bottom: 10px;
                  display: inline-block; }
                  header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item > a:hover, header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item > a:focus {
                    color: #f39a0b !important; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item h2 {
                  font-size: 14px;
                  margin-top: 0; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item ul.level1 {
                  margin-bottom: 15px; }
                  header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a {
                    font-weight: normal !important;
                    text-transform: none !important;
                    color: #222; }
                    header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover, header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
                      text-decoration: none;
                      color: #f39a0b; }
              header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .image-mega a {
                display: block;
                padding-right: 5px;
                padding-left: 0;
                width: 50%;
                float: left; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .image-mega a + a {
                  padding-right: 0;
                  padding-left: 5px; }
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content .image-mega a:hover img {
                  opacity: 0.8; }
              @media (min-width: 1025px) {
                header.header .top-bar .evo-topbar-right .nav .nav-item.has-mega .mega-content {
                  display: block;
                  opacity: 0;
                  filter: alpha(opacity=0);
                  visibility: hidden;
                  -webkit-transition: all .2s ease;
                  -moz-transition: all .2s ease;
                  -o-transition: all .2s ease;
                  transition: all .2s ease;
                  -moz-transform: translateY(15px);
                  -o-transform: translateY(15px);
                  -ms-transform: translateY(15px);
                  -webkit-transform: translateY(15px);
                  transform: translateY(15px); } }
          header.header .top-bar .evo-topbar-right .nav .nav-item:hover, header.header .top-bar .evo-topbar-right .nav .nav-item:focus {
            background-color: transparent; }
          header.header .top-bar .evo-topbar-right .nav .nav-item > a {
            color: #000;
            font-size: 14px;
            padding: 7px 7px;
            text-align: center;
            position: relative;
            font-weight: 500; }
            @media (max-width: 1024px) {
              header.header .top-bar .evo-topbar-right .nav .nav-item > a {
                padding: 7px 8px; } }
            header.header .top-bar .evo-topbar-right .nav .nav-item > a svg path {
              fill: #000; }
            @media (max-width: 991px) {
              header.header .top-bar .evo-topbar-right .nav .nav-item > a {
                text-align: left;
                padding: 8px 10px;
                padding-right: 20px; } }
            @media (min-width: 992px) {
              header.header .top-bar .evo-topbar-right .nav .nav-item > a:hover, header.header .top-bar .evo-topbar-right .nav .nav-item > a:focus {
                color: #f39a0b; }
                header.header .top-bar .evo-topbar-right .nav .nav-item > a:hover svg path, header.header .top-bar .evo-topbar-right .nav .nav-item > a:focus svg path {
                  fill: #f39a0b; } }
          header.header .top-bar .evo-topbar-right .nav .nav-item.has-childs > a > svg {
            width: 10px;
            height: 20px; }
            @media (max-width: 991px) {
              header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item.has-childs:hover > .dropdown-menu {
              opacity: 1;
              visibility: visible;
              top: 100%;
              margin-top: 15px; }
            header.header .top-bar .evo-topbar-right .nav .nav-item.has-childs:hover > .mega-content {
              display: block; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    header.header .top-bar .evo-topbar-right .nav .nav-item.has-childs:hover > .mega-content {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
          @media (max-width: 991px) {
            header.header .top-bar .evo-topbar-right .nav .nav-item.has-childs.active > .dropdown-menu {
              display: block; }
            header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item > .fa {
            color: #000;
            position: absolute;
            right: 0;
            top: 33px; }
          header.header .top-bar .evo-topbar-right .nav .nav-item .nav-item-lv2 {
            padding: 0 10px; }
          header.header .top-bar .evo-topbar-right .nav .nav-item .nav-item-lv3 {
            padding: 0 10px; }
          header.header .top-bar .evo-topbar-right .nav .nav-item li.dropdown-submenu {
            position: relative; }
            header.header .top-bar .evo-topbar-right .nav .nav-item li.dropdown-submenu .dropdown-menu {
              left: -100%;
              top: 0; }
          header.header .top-bar .evo-topbar-right .nav .nav-item.active > a {
            color: #f39a0b;
            font-weight: 500; }
            header.header .top-bar .evo-topbar-right .nav .nav-item.active > a svg path {
              fill: #f39a0b; }
          header.header .top-bar .evo-topbar-right .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: auto;
            right: 0;
            width: 250px;
            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.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu {
                left: -80px; } }
            @media (max-width: 991px) {
              header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li {
              padding: 0; }
              header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li + li {
                margin-top: 5px; }
                @media (max-width: 991px) {
                  header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li + li {
                    margin-top: 0;
                    border-top: 1px solid #f5f5f5; } }
              header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a {
                padding: 5px 15px;
                position: relative;
                padding-right: 20px;
                -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.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a i {
                  float: right; }
                @media (max-width: 991px) {
                  header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a {
                    padding: 8px 20px; } }
                header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a:hover, header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a:focus {
                  background-color: transparent;
                  color: #f39a0b; }
                  header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a:hover::after, header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li a:focus::after {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    background-color: #f39a0b; }
              header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
                top: 0;
                left: 100%; }
                @media (max-width: 991px) {
                  header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
                    left: 0; }
                    header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu .nav-item-lv3 a {
                      padding-left: 35px; } }
              header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
                height: 10px;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0, -50%); }
                @media (max-width: 991px) {
                  header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu > 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.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu > a:hover svg path {
                fill: #f39a0b; }
              @media (min-width: 992px) {
                header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
                  opacity: 1;
                  visibility: visible;
                  top: 0;
                  margin-top: 0; } }
              @media (max-width: 991px) {
                header.header .top-bar .evo-topbar-right .nav .nav-item ul.dropdown-menu li.dropdown-submenu.active > .dropdown-menu {
                  display: block; }
                header.header .top-bar .evo-topbar-right .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.header .top-bar .evo-topbar-right .nav .nav-item li.dropdown-submenu {
              position: relative; }
              header.header .top-bar .evo-topbar-right .nav .nav-item li.dropdown-submenu .dropdown-menu {
                right: 100%;
                top: 0;
                left: auto !important; } }
  @media (min-width: 992px) and (min-width: 992px) {
    header.header .top-bar .evo-topbar-right .nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
      display: block; } }
  header.header .header-mid .evo-header-padding {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-column-gap: 40px; }
    header.header .header-mid .evo-header-padding > :not(:last-child) {
      padding-inline-end: 15px; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        header.header .header-mid .evo-header-padding > :not(:last-child) {
          padding-inline-end: 10px; } }
      @media (max-width: 767px) {
        header.header .header-mid .evo-header-padding > :not(:last-child) {
          padding-inline-end: 0px; } }
    @media (max-width: 991px) {
      header.header .header-mid .evo-header-padding {
        padding-top: 10px;
        padding-bottom: 10px;
        grid-column-gap: 10px;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      header.header .header-mid .evo-header-padding {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px; } }
    header.header .header-mid .evo-header-padding .header-logo img {
      max-width: 135px;
      max-height: 32px; }
    header.header .header-mid .evo-header-padding .box-header-nav {
      flex: 1 1 auto;
      width: 1%;
      font-size: 14px; }
      header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li {
        display: inline-block;
        vertical-align: top;
        text-align: start;
        position: relative; }
        header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li > a {
          padding: 5px 10px;
          font-weight: 700;
          font-size: 15px; }
          @media (min-width: 1200px) and (max-width: 1399px) {
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li > a {
              padding: 5px;
              font-size: 14px; } }
        header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc {
          box-shadow: 0 0 0 1px #f39a0b inset;
          color: #f39a0b;
          border-radius: 4px;
          padding: 5px 10px;
          margin-right: 20px; }
          @media (min-width: 1200px) and (max-width: 1399px) {
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc {
              margin-right: 15px; } }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc > a {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            color: #f39a0b; }
            @media (min-width: 1200px) and (max-width: 1399px) {
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc > a {
                font-size: 16px; } }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc svg {
            width: 22px;
            height: 22px;
            margin-right: 10px;
            fill: #f39a0b; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega {
            position: static; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu {
              box-shadow: 0 0 0 1px #e6e6e6 inset;
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              background-color: #fff;
              padding: 10px;
              -webkit-transition: all .2s ease;
              -moz-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              z-index: 10;
              padding-bottom: 20px;
              visibility: hidden;
              opacity: 0;
              -webkit-transform: translateY(15px);
              -moz-transform: translateY(15px);
              -ms-transform: translateY(15px);
              -o-transform: translateY(15px);
              transform: translateY(15px); }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent a.hmega {
                color: #222 !important;
                font-weight: 700;
                margin-bottom: 10px;
                display: inline-block;
                padding: 0; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent a.hmega:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent a.hmega:focus {
                  color: #f39a0b !important; }
                @media (min-width: 992px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent a.hmega {
                    display: block; } }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent ul.level1 li {
                line-height: 1.3; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent ul.level1 li a {
                  text-transform: none !important;
                  font-weight: 500; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.parent ul.level1 li + li {
                  padding-top: 9px; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item {
                float: left;
                width: 20%;
                padding: 10px; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item > a {
                  color: #222 !important;
                  font-weight: 700;
                  margin-bottom: 10px;
                  display: inline-block;
                  font-size: 15px;
                  padding: 0; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item > a:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item > a:focus {
                    color: #f39a0b !important; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item h2 {
                  font-size: 15px;
                  margin-top: 0; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item ul.level1 {
                  margin-bottom: 15px; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item ul.level1 li {
                    display: block;
                    text-align: left; }
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item ul.level1 li a {
                      font-weight: normal !important;
                      text-transform: none !important;
                      color: #222;
                      font-size: 15px;
                      padding: 0; }
                      header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item ul.level1 li a:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level1.item ul.level1 li a:focus {
                        text-decoration: none;
                        color: #f39a0b; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc.has-mega .megamenu .level0 {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products {
            margin-left: 10px;
            margin-right: 10px;
            border-top: 1px solid #e6e6e6;
            padding-top: 20px;
            margin-top: 20px; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu {
              position: relative;
              -webkit-transition: .3s;
              -moz-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
              display: -ms-flexbox;
              display: flex;
              position: relative;
              background-color: #fff;
              padding: 20px;
              border: 1px solid #e6e6e6; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content {
                -ms-flex: 1;
                flex: 1; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .title {
                  font-size: 18px;
                  line-height: 24px;
                  font-weight: 700;
                  color: #000; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .title:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .title:focus {
                    color: #f39a0b; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .block-prices {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-pack: justify;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center;
                  padding-top: 10px; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-price {
                    color: #417505;
                    font-weight: 700;
                    font-size: 18px;
                    display: inline-block;
                    vertical-align: middle; }
                    @media (max-width: 991px) {
                      header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-price {
                        font-size: 16px; } }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-old-price {
                    display: inline-block;
                    font-size: 14px;
                    color: #888;
                    margin-left: 10px; }
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-old-price strong {
                      color: #417505;
                      font-weight: 700; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .v-more {
                  color: #808080;
                  text-decoration: underline;
                  padding-top: 10px;
                  display: block; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .v-more:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-content .v-more:focus {
                    color: #f39a0b; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img {
                -ms-flex: 0 0 150px;
                flex: 0 0 150px;
                margin-left: 10px;
                position: relative;
                height: 150px; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                  display: block;
                  position: relative;
                  height: 150px; }
                  @media (max-width: 1024px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 166px; } }
                  @media (max-width: 991px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 217px; } }
                  @media (max-width: 767px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 245px; } }
                  @media (max-width: 668px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 245px; } }
                  @media (max-width: 569px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 259px; } }
                  @media (max-width: 480px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 187px; } }
                  @media (max-width: 376px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 167px; } }
                  @media (max-width: 321px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                      height: 140px; } }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img {
                    width: auto !important;
                    max-height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto; }
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img:not(.loaded) {
                      width: 100% !important;
                      height: 100% !important;
                      opacity: 0.2; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .col-lg-4:nth-child(1), header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .col-lg-4:nth-child(3) {
              padding-left: 0;
              padding-right: 0; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-logo {
            margin-left: 10px;
            margin-right: 10px;
            border-top: 1px solid #e6e6e6;
            padding-top: 20px;
            margin-top: 20px;
            display: grid;
            flex-wrap: wrap;
            list-style: none;
            grid-template-columns: repeat(6, 1fr);
            gap: 7px; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc:hover {
            background-color: #f39a0b;
            color: #fff;
            border-color: #f39a0b; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc:hover > a {
              color: #fff; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc:hover > a svg {
                fill: #fff; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc:hover.has-mega .megamenu {
              visibility: visible;
              opacity: 1;
              -webkit-transform: translateY(0);
              -moz-transform: translateY(0);
              -ms-transform: translateY(0);
              -o-transform: translateY(0);
              transform: translateY(0); }
        header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs {
          position: static; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu {
            box-shadow: 0 0 0 1px #e6e6e6 inset;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            padding: 15px 10px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translateY(15px);
            -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
            -o-transform: translateY(15px);
            transform: translateY(15px); }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col {
              margin-bottom: 10px; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col + .brand-col {
                border-left: 1px solid #e6e6e6; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .menu-brands-logo img {
                max-height: 40px;
                display: block; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .level1 {
                margin-top: 15px; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .level1 a {
                  display: block;
                  font-weight: normal;
                  font-size: 15px; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .level1 a:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .level1 a:focus {
                    color: #f39a0b; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .megamenu.evo-mega-menu-brand .brand-col .level1 a + a {
                    margin-top: 7px; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .first-col-menu .title {
            font-size: 15px;
            font-weight: 700;
            color: #000;
            margin-bottom: 14px; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .first-col-menu a {
            display: block;
            color: #000;
            font-size: 15px; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .first-col-menu a:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .first-col-menu a:focus {
              color: #f39a0b; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .first-col-menu a + a {
              margin-top: 7px; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .title {
            font-size: 15px;
            font-weight: 700;
            color: #000;
            margin-bottom: 14px; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu {
            position: relative;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            background-color: #fff;
            padding: 20px;
            border: 1px solid #e6e6e6;
            margin-bottom: 20px; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content {
              -ms-flex: 1;
              flex: 1; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .title {
                font-size: 16px;
                line-height: 24px;
                font-weight: 700;
                color: #000; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .title:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .title:focus {
                  color: #f39a0b; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .block-prices {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: justify;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-top: 10px; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-price {
                  color: #417505;
                  font-weight: 700;
                  font-size: 18px;
                  display: inline-block;
                  vertical-align: middle; }
                  @media (max-width: 991px) {
                    header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-price {
                      font-size: 16px; } }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-old-price {
                  display: inline-block;
                  font-size: 14px;
                  color: #888;
                  margin-left: 10px; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .block-prices .product-old-price strong {
                    color: #417505;
                    font-weight: 700; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .v-more {
                color: #808080;
                text-decoration: underline;
                padding-top: 10px;
                display: block; }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .v-more:hover, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-content .v-more:focus {
                  color: #f39a0b; }
            header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img {
              -ms-flex: 0 0 150px;
              flex: 0 0 150px;
              margin-left: 10px;
              position: relative;
              height: 150px; }
              header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                display: block;
                position: relative;
                height: 150px; }
                @media (max-width: 1024px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 166px; } }
                @media (max-width: 991px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 217px; } }
                @media (max-width: 767px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 245px; } }
                @media (max-width: 668px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 245px; } }
                @media (max-width: 569px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 259px; } }
                @media (max-width: 480px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 187px; } }
                @media (max-width: 376px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 167px; } }
                @media (max-width: 321px) {
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img {
                    height: 140px; } }
                header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img {
                  width: auto !important;
                  max-height: 100%;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: auto; }
                  header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img:not(.loaded) {
                    width: 100% !important;
                    height: 100% !important;
                    opacity: 0.2; }
          header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs:hover .megamenu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 767px) {
      header.header .header-mid .evo-header-padding .evo-search-desktop {
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px; } }
    header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs {
      position: relative;
      min-width: 300px; }
      @media (min-width: 1200px) and (max-width: 1399px) {
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs {
          min-width: 200px; } }
      @media (max-width: 991px) {
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs {
          min-width: 300px; } }
      header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs form {
        margin: 0;
        position: relative; }
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs form input {
          margin-bottom: 0;
          padding-right: 30px;
          border: 1px solid #ddd;
          border-radius: 4px;
          padding-left: 15px; }
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs form button {
          position: absolute;
          right: 5px;
          color: #000;
          padding: 0;
          height: 20px;
          width: 20px;
          top: 18px;
          transform: translate(0, -50%);
          line-height: 20px; }
      header.header .header-mid .evo-header-padding .evo-search-desktop .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 .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a {
          background-color: #fff;
          padding: 5px;
          font-size: 14px;
          display: block; }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a .img {
            text-align: center;
            float: left;
            width: 70px;
            margin-right: 5px; }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a .d-title {
            text-transform: none;
            font-size: 13px;
            margin-bottom: 0;
            margin-top: 0;
            color: #303846;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block; }
            header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a .d-title.d-price {
              color: #417505 !important;
              font-weight: 700; }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:hover, header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:focus {
            text-decoration: none; }
            header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:hover .d-title, header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:focus .d-title {
              color: #f39a0b;
              text-decoration: underline; }
              header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:hover .d-title.d-price, header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a:focus .d-title.d-price {
                text-decoration: none; }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a + a {
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a.note {
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #222; }
            header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a.note:hover, header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box a.note:focus {
              color: #f39a0b; }
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box .note {
          text-align: center;
          font-size: 14px;
          font-weight: 500;
          color: #222;
          padding: 7px 0px; }
          header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box .note:hover, header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box .note:focus {
            color: #f39a0b; }
        header.header .header-mid .evo-header-padding .evo-search-desktop .evo-searchs .results-box .evo-loading {
          display: block;
          padding: 7px;
          text-align: center;
          background-color: #fff; }
    header.header .header-mid .evo-header-padding .header-fill {
      text-align: end; }
      header.header .header-mid .evo-header-padding .header-fill a {
        margin: 0 10px;
        position: relative; }
        header.header .header-mid .evo-header-padding .header-fill a svg {
          position: relative;
          width: 21px;
          height: 21px;
          display: inline-block;
          fill: #000;
          vertical-align: middle;
          stroke-width: 1px;
          background: none;
          pointer-events: none; }
        header.header .header-mid .evo-header-padding .header-fill a span {
          position: absolute;
          top: -14px;
          right: -14px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-color: #f39a0b;
          transition: all 0.3s ease-in-out;
          text-align: center;
          line-height: 20px;
          color: #fff;
          font-size: 13px; }
        header.header .header-mid .evo-header-padding .header-fill a:hover svg, header.header .header-mid .evo-header-padding .header-fill a:focus svg {
          fill: #f39a0b; }
        @media (max-width: 767px) {
          header.header .header-mid .evo-header-padding .header-fill a:last-child {
            margin-right: 0; } }
      header.header .header-mid .evo-header-padding .header-fill .evo-header-account {
        margin: 0 10px;
        position: relative; }
        header.header .header-mid .evo-header-padding .header-fill .evo-header-account a {
          margin: 0; }
        header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul {
          position: absolute;
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          background: #ffffff;
          border: none;
          min-width: 200px;
          right: -35px;
          top: 100%;
          z-index: 999;
          border: 1px solid rgba(0, 0, 0, 0.09);
          border-radius: 2px;
          top: calc(100% + 10px);
          -webkit-transition: all .2s ease;
          -moz-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: translateY(15px);
          -moz-transform: translateY(15px);
          -ms-transform: translateY(15px);
          -o-transform: translateY(15px);
          transform: translateY(15px); }
          header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul li a {
            display: block;
            padding: 2px 10px; }
            header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul li a:hover, header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul li a:focus {
              color: #f39a0b; }
          header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul:before {
            content: "";
            height: 25px;
            width: 100%;
            background-color: transparent;
            position: absolute;
            bottom: -18px;
            left: 0; }
          header.header .header-mid .evo-header-padding .header-fill .evo-header-account ul:after {
            border: .5rem solid transparent;
            border-bottom-color: #fff;
            top: -.9375rem;
            z-index: 1;
            content: "";
            position: absolute;
            left: 150px;
            right: auto; }
        header.header .header-mid .evo-header-padding .header-fill .evo-header-account:hover ul {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-button-next:after {
  content: "›";
  font-size: 40px;
  color: #fff;
  line-height: 25px;
  height: 30px; }

.swiper-button-prev:after {
  content: "‹";
  font-size: 40px;
  color: #fff;
  line-height: 25px;
  height: 30px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 480px) {
    .row {
      margin-right: -7px;
      margin-left: -7px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-left: 7px;
      padding-right: 7px; } }

.container, .container-fluid {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .container, .container-fluid {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 480px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
      padding-left: 7px;
      padding-right: 7px; } }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.evo-product-item {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); }
  .evo-product-item .thumb-evo {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .evo-product-item .thumb-evo strong {
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 5px;
      color: #fff;
      padding: 2px 12px;
      font-size: 12px; }
      .evo-product-item .thumb-evo strong:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 2.5px;
        transform-origin: center;
        left: 3.5px;
        right: 3.5px;
        transform: skewX(-20deg);
        background-color: #f39a0b; }
    .evo-product-item .thumb-evo .thumb-img {
      display: block;
      position: relative; }
      .evo-product-item .thumb-evo .thumb-img img {
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease; }
  .evo-product-item .pro-brand {
    font-size: 13px;
    line-height: 19px;
    color: #808080;
    text-transform: none;
    margin: 0 0 3px;
    padding-left: 10px;
    padding-right: 10px; }
    .evo-product-item .pro-brand a {
      color: #808080; }
      .evo-product-item .pro-brand a:hover, .evo-product-item .pro-brand a:focus {
        color: #f39a0b; }
  .evo-product-item .title {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    min-height: 35.2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .evo-product-item .title {
        font-size: 14px; } }
    .evo-product-item .title:hover, .evo-product-item .title:focus {
      color: #f39a0b; }
  .evo-product-item .flex-prices {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
    .evo-product-item .flex-prices .block-prices {
      font-size: 15px;
      line-height: 1.3;
      font-weight: 700;
      flex: 1; }
      .evo-product-item .flex-prices .block-prices .product-price {
        color: #417505;
        font-size: 15px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .evo-product-item .flex-prices .block-prices .product-price {
            font-size: 14px; } }
      .evo-product-item .flex-prices .block-prices .product-old-price {
        color: #808080;
        text-decoration: line-through;
        font-size: 14px;
        font-weight: normal; }
        @media (max-width: 767px) {
          .evo-product-item .flex-prices .block-prices .product-old-price {
            font-size: 13px; } }
    .evo-product-item .flex-prices form {
      margin: 0; }
      .evo-product-item .flex-prices form button {
        border: none;
        background-color: transparent;
        box-shadow: none;
        outline: none;
        transition: color .2s;
        height: 40px;
        width: 40px;
        padding: 0;
        position: relative;
        z-index: 0; }
        .evo-product-item .flex-prices form button:before {
          top: -2px;
          left: -2px;
          display: block;
          content: "";
          position: absolute;
          width: calc(100% + 4px);
          height: calc(100% + 4px);
          background: transparent;
          z-index: -1;
          border-radius: 50%;
          transform: scale(0);
          transition: transform .2s,background .2s; }
        .evo-product-item .flex-prices form button svg {
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .evo-product-item .flex-prices form button:hover:before {
          background-color: #f39a0b;
          transform: scale(1);
          transition-duration: .05s; }
        .evo-product-item .flex-prices form button:hover svg path {
          fill: #fff !important; }
  @media (min-width: 1025px) {
    .evo-product-item:hover .thumb-evo .thumb-img img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); } }

.top-wish-list-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: left;
  z-index: 10000;
  border-radius: 0;
  -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);
  top: 50px; }
  .top-wish-list-content .added-products {
    padding: 10px;
    margin: 0;
    max-height: 582px;
    min-width: 320px; }
    .top-wish-list-content .added-products .favorites-message {
      display: block;
      font-size: 13px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #e5e5e5;
      font-weight: 500; }
    .top-wish-list-content .added-products .wish-list-small {
      max-height: 200px;
      overflow-y: auto; }
      .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
        background-color: #F5F5F5; }
      .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5; }
      .top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background-color: #e5e5e5; }
      .top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon {
        margin-bottom: 10px;
        display: block; }
        .top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon .ico-favorite-heart {
          height: 50px;
          width: 50px;
          background-image: url(//cdn.hstatic.net/themes/200000567591/1001459616/14/valentines-heart.svg?v=184);
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin-left: auto;
          margin-right: auto; }
      .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text {
        text-align: center; }
        .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text h3 {
          margin: 0;
          font-size: 15px;
          font-weight: 700;
          color: #303846; }
        .top-wish-list-content .added-products .wish-list-small .empty-description .empty-text p {
          font-size: 13px;
          margin-bottom: 0;
          color: #999; }
      .top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
        position: relative;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: 1px dashed #e5e5e5; }
        .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image {
          float: left;
          display: block;
          width: 80px;
          margin-right: 10px; }
          .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
            width: 100% !important;
            height: 100% !important;
            opacity: 0.2; }
        .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item {
          padding-left: 90px; }
          .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist {
            position: absolute;
            right: 10px;
            color: #1c1c1c;
            font-size: 20px; }
            .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:focus {
              color: #f39a0b; }
          .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name {
            margin: 0;
            width: 150px;
            line-height: 1;
            padding-right: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a {
              font-size: 1em;
              line-height: 20px !important;
              font-weight: 500;
              color: #1c1c1c; }
              .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:hover, .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:focus {
                color: #f39a0b; }
          .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-details-bottom .pricechange {
            color: #417505;
            display: block; }
    .top-wish-list-content .added-products .wish-list-button-all {
      text-align: center;
      margin-top: 10px; }
      .top-wish-list-content .added-products .wish-list-button-all a {
        display: block;
        padding: 6px 10px;
        color: #fff;
        background-color: #f39a0b; }
        .top-wish-list-content .added-products .wish-list-button-all a:hover, .top-wish-list-content .added-products .wish-list-button-all a:focus {
          color: #fff;
          background-color: #c27b09; }

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  padding: 12px 0;
  border-top: 1px dashed #e5e5e5;
  text-align: left;
  text-transform: none; }
  .top-subtotal .price {
    font-weight: 500;
    color: #417505;
    float: right; }

ul#cart-sidebar {
  padding: 10px;
  margin: 0;
  max-height: 582px;
  min-width: 320px; }
  ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
  ul#cart-sidebar li.action {
    display: none; }
  ul#cart-sidebar .no-item {
    text-align: center; }
    ul#cart-sidebar .no-item .empty-icon {
      margin-bottom: 10px;
      display: block; }
      ul#cart-sidebar .no-item .empty-icon .ico-cart {
        height: 50px;
        width: 50px;
        background-image: url(//cdn.hstatic.net/themes/200000567591/1001459616/14/shopping-cart-empty.svg?v=184);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    ul#cart-sidebar .no-item p {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 700;
      color: #303846; }
  ul#cart-sidebar.hasclass li.action {
    display: block; }
  ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9); }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #f39a0b;
    border-radius: 15px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #f39a0b;
      border-radius: 15px; }

.li-fix-1 {
  background: #FFF;
  border-top: 1px solid #ebebeb;
  display: block; }

.li-fix-2 {
  display: block;
  width: 295px; }

footer {
  padding-top: 50px;
  background-color: #1a1a1a; }
  @media (max-width: 767px) {
    footer {
      padding-top: 20px;
      padding-bottom: 35px; } }
  footer .footer-nav-logo {
    position: relative; }
    footer .footer-nav-logo:before {
      content: "";
      height: 100%;
      width: 1px;
      background-color: #444;
      position: absolute;
      top: 0;
      right: 0; }
    footer .footer-nav-logo .logo-wrapper img {
      border-radius: 5px;
      max-width: 200px;
      max-height: 57px; }
    footer .footer-nav-logo p {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 26px;
      color: #fff;
      line-height: 1.3; }
      @media (max-width: 767px) {
        footer .footer-nav-logo p {
          margin-top: 15px;
          font-size: 20px; } }
  footer .footer-nav-info {
    padding-left: 30px; }
    @media (max-width: 767px) {
      footer .footer-nav-info {
        padding-left: 7px;
        margin-top: 15px; } }
    footer .footer-nav-info .footer-title {
      font-size: 18px;
      color: #ffffff;
      display: block;
      margin-bottom: 17px;
      font-weight: 700; }
      @media (max-width: 767px) {
        footer .footer-nav-info .footer-title {
          margin-bottom: 0; } }
    footer .footer-nav-info .footer-tel {
      margin-bottom: 15px; }
      footer .footer-nav-info .footer-tel a {
        display: block;
        color: #fff;
        padding: 3px 0;
        font-size: 26px;
        font-weight: 700; }
        footer .footer-nav-info .footer-tel a:hover, footer .footer-nav-info .footer-tel a:focus {
          color: #f39a0b;
          text-decoration: underline; }
      @media (max-width: 767px) {
        footer .footer-nav-info .footer-tel {
          margin-bottom: 7px; } }
    footer .footer-nav-info .evo-in {
      margin-bottom: 7px;
      color: #fff;
      font-size: 15px; }
      footer .footer-nav-info .evo-in a {
        color: #fff; }
        footer .footer-nav-info .evo-in a:hover, footer .footer-nav-info .evo-in a:focus {
          color: #f39a0b;
          text-decoration: underline; }
    footer .footer-nav-info .social {
      margin-top: 15px; }
      footer .footer-nav-info .social a svg {
        height: 20px;
        width: 20px; }
        footer .footer-nav-info .social a svg path {
          fill: #fff; }
      footer .footer-nav-info .social a + a {
        margin-left: 10px; }
      footer .footer-nav-info .social a:hover {
        text-decoration: none; }
        footer .footer-nav-info .social a:hover svg path {
          fill: #f39a0b; }
    footer .footer-nav-info .payment {
      padding-bottom: 30px;
      margin-top: 10px; }
      footer .footer-nav-info .payment img {
        max-width: 300px;
        display: block;
        max-height: 45px; }
        @media (max-width: 1024px) {
          footer .footer-nav-info .payment img {
            max-width: 90%; } }
  footer .footer-nav-menu .footer-title {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 17px;
    font-weight: 700; }
  footer .footer-nav-menu .footer-menu a {
    display: block;
    color: #fff;
    padding: 3px 0;
    font-size: 15px; }
    footer .footer-nav-menu .footer-menu a:hover, footer .footer-nav-menu .footer-menu a:focus {
      color: #f39a0b;
      text-decoration: underline; }
  footer .copyright {
    background-color: #1a1a1a;
    padding: 15px 0;
    font-size: 14px;
    color: #999;
    padding-top: 30px; }
    footer .copyright a {
      color: #999; }
      footer .copyright a:hover, footer .copyright a:focus {
        color: #f39a0b; }
  footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 80px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 40px;
    width: 40px;
    background-color: #000;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 4px;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden; }
    footer .back-to-top:hover {
      color: #fff;
      background-color: #f39a0b;
      border-color: #cc8109; }
    footer .back-to-top.show {
      position: fixed;
      z-index: 999;
      transition: all 0.3s ease-out 0s;
      transform: translateY(0px);
      opacity: 1;
      visibility: visible; }
  @media (max-width: 991px) {
    footer .fix-ipad-footer {
      margin-top: 20px; } }

.cart-item {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #e1e1e1; }

.cart-item-image {
  float: left;
  width: 120px;
  margin-right: 20px; }

.cart-item-info {
  padding-left: 140px; }
  .cart-item-info h3 {
    margin: 0;
    font-size: 1.28571em;
    font-weight: 400; }
  .cart-item-info .product-price {
    line-height: 50px; }
  .cart-item-info input {
    width: 95px;
    height: 45px;
    border-color: #e1e1e1;
    float: left; }
  .cart-item-info .remove-item {
    color: #c6c6c6;
    font-size: 38px;
    font-weight: 300;
    line-height: 47px;
    float: right; }
  .cart-item-info .variant {
    color: #adadad; }

.name-product-cart {
  color: #f39a0b; }

.cart .total-price {
  background: #fff;
  padding: 25px;
  line-height: 45px; }

.dropdown-menu > li > a {
  white-space: inherit; }

*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  min-height: 40px;
  padding: 0 20px;
  font-size: 14px; }

a {
  color: #333f48; }
  a:hover {
    color: #f39a0b; }

.dropdown-menu {
  box-shadow: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none inside; }

ol {
  list-style: decimal inside; }

ul.square {
  list-style: square inside; }

ul.disc {
  list-style: disc inside; }

ol.alpha {
  list-style: lower-alpha inside; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.clearboth {
  clear: both; }

.list-inline {
  *zoom: 1; }
  .list-inline:after {
    content: "";
    display: table;
    clear: both; }
  .list-inline li {
    float: left;
    margin: 0; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: none !important; }

.margin-0 {
  margin: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.padding-0 {
  padding: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.margin-5 {
  margin: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.padding-5 {
  padding: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.margin-25 {
  margin: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.padding-25 {
  padding: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.margin-35 {
  margin: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.padding-35 {
  padding: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.margin-40 {
  margin: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.margin-45 {
  margin: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.padding-45 {
  padding: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.margin-50 {
  margin: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.margin-55 {
  margin: 55px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-left-55 {
  margin-left: 55px !important; }

.margin-right-55 {
  margin-right: 55px !important; }

.padding-55 {
  padding: 55px !important; }

.padding-top-55 {
  padding-top: 55px !important; }

.padding-bottom-55 {
  padding-bottom: 55px !important; }

.padding-left-55 {
  padding-left: 55px !important; }

.padding-right-55 {
  padding-right: 55px !important; }

.margin-60 {
  margin: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.padding-60 {
  padding: 60px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.margin-65 {
  margin: 65px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-left-65 {
  margin-left: 65px !important; }

.margin-right-65 {
  margin-right: 65px !important; }

.padding-65 {
  padding: 65px !important; }

.padding-top-65 {
  padding-top: 65px !important; }

.padding-bottom-65 {
  padding-bottom: 65px !important; }

.padding-left-65 {
  padding-left: 65px !important; }

.padding-right-65 {
  padding-right: 65px !important; }

.margin-70 {
  margin: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.padding-70 {
  padding: 70px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.margin-75 {
  margin: 75px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-left-75 {
  margin-left: 75px !important; }

.margin-right-75 {
  margin-right: 75px !important; }

.padding-75 {
  padding: 75px !important; }

.padding-top-75 {
  padding-top: 75px !important; }

.padding-bottom-75 {
  padding-bottom: 75px !important; }

.padding-left-75 {
  padding-left: 75px !important; }

.padding-right-75 {
  padding-right: 75px !important; }

.margin-80 {
  margin: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.padding-80 {
  padding: 80px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.margin-85 {
  margin: 85px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-left-85 {
  margin-left: 85px !important; }

.margin-right-85 {
  margin-right: 85px !important; }

.padding-85 {
  padding: 85px !important; }

.padding-top-85 {
  padding-top: 85px !important; }

.padding-bottom-85 {
  padding-bottom: 85px !important; }

.padding-left-85 {
  padding-left: 85px !important; }

.padding-right-85 {
  padding-right: 85px !important; }

.margin-90 {
  margin: 90px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

.padding-90 {
  padding: 90px !important; }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

.margin-95 {
  margin: 95px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-left-95 {
  margin-left: 95px !important; }

.margin-right-95 {
  margin-right: 95px !important; }

.padding-95 {
  padding: 95px !important; }

.padding-top-95 {
  padding-top: 95px !important; }

.padding-bottom-95 {
  padding-bottom: 95px !important; }

.padding-left-95 {
  padding-left: 95px !important; }

.padding-right-95 {
  padding-right: 95px !important; }

.margin-100 {
  margin: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.padding-100 {
  padding: 100px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden; }
  .ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.btn-outline-red {
  background: #fff;
  color: #f39a0b;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: normal;
  padding: 0px 15px;
  border-radius: 0px;
  border: 1px solid #f39a0b;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase; }

.btn-red {
  background: #f39a0b;
  border: 1px solid #f39a0b;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 38px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 0;
  text-align: center;
  margin-top: 7px !important;
  text-transform: uppercase; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.evo-danh-muc .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img:not(.loaded), header.header .header-mid .evo-header-padding .box-header-nav .evo-cate-nav li.nav-item.has-childs .best-offers .submenu-products .evo-item-product-cate-menu .product-img .thumb-img img:not(.loaded), .top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
  border-radius: 0px;
  color: #999;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  font-size: 14px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
    outline: none;
    box-shadow: none; }

.btn-blues, #btnnewreview, .evo-button {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  line-height: normal;
  border: 1px solid #f39a0b;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  background-color: #f39a0b;
  color: #fff;
  border-radius: 4px; }
  @media (max-width: 480px) {
    .btn-blues, #btnnewreview, .evo-button {
      padding: 7px 15px; } }
  .btn-blues strong, #btnnewreview strong, .evo-button strong {
    font-weight: 400; }
  .btn-blues:hover, .btn-blues:focus, #btnnewreview:hover, #btnnewreview:focus, .evo-button:hover, .evo-button:focus {
    color: #fff;
    background-color: #c27b09;
    border-color: #c27b09;
    box-shadow: none;
    outline: none; }

.required {
  font-size: 13px;
  color: red; }

.backdrop__body-backdrop___1rvky {
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: #363636;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
      z-index: 999; } }
  .backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5; }

.mobile-main-menu {
  height: 100vh;
  overflow-y: auto;
  width: 340px;
  position: fixed;
  background-color: #fff;
  z-index: 999999 !important;
  top: 0 !important;
  left: 0;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation; }
  @media (max-width: 480px) {
    .mobile-main-menu {
      width: calc(100vw - 65px);
      transform: translateX(calc(-100vw + 65px)); } }
  .mobile-main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff; }
  .mobile-main-menu::-webkit-scrollbar {
    width: 0px;
    background-color: #fff; }
  .mobile-main-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5; }
  .mobile-main-menu.active {
    visibility: visible;
    transform: translateX(0); }
    .mobile-main-menu.active .la-scroll-fix-infor-user {
      opacity: 1;
      transform: translateX(0); }
  .mobile-main-menu .la-scroll-fix-infor-user {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(-80px);
    height: 100%;
    overflow: auto;
    padding: 10px 0;
    position: relative; }
    .mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu {
      position: absolute;
      margin-left: 0;
      right: 5px;
      top: 5px;
      line-height: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      -webkit-appearance: button;
      cursor: pointer;
      border-radius: 0;
      z-index: 999;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      .mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg {
        width: 15px;
        height: 15px;
        stroke-width: 1.5px; }
        .mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg path {
          color: #c8c8c8; }
      .mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu:hover {
        transform: translate(0%, 0%) rotate(360deg); }
    .mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0px transparent;
      -moz-box-shadow: inset 0 0 0px transparent;
      border-radius: 0px;
      background-color: #fff; }
    .mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar {
      width: 0px;
      background-color: #fff; }
    .mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 0px transparent;
      -moz-box-shadow: inset 0 0 0px transparent;
      background-color: #e5e5e5; }
    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope {
      position: relative;
      display: block; }
      .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a {
        padding: 10px 7.5px;
        padding-right: 25px;
        text-decoration: none;
        color: #222;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        font-size: 15px;
        font-weight: 500; }
        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg {
          height: 20px !important;
          width: 20px !important;
          position: absolute;
          right: 7.5px;
          top: 50%;
          transform: translate(0, -50%); }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-90deg);
            background-color: currentColor;
            transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
            width: 11px;
            height: 1px;
            opacity: 1; }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after {
            width: 1px;
            height: 11px; }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:after {
            transform: translate(-50%, -50%) rotate(90deg); }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before {
            opacity: 0; }
        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:hover, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:focus {
          color: #f39a0b; }
      .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope.active > a {
        color: #f39a0b; }
      .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 {
        display: none;
        padding-left: 0;
        padding-right: 0; }
        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li a {
          padding-left: 15px;
          text-transform: none;
          font-weight: normal; }
        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 {
          display: none;
          padding-left: 0;
          padding-right: 0; }
          .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 li a {
            padding-left: 22.5px;
            font-weight: normal; }
      .mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope.ng-cate {
        background-color: #f6f6f6;
        padding: 10px;
        text-align: center;
        font-weight: 700; }

@media (max-width: 480px) {
  .s480-f {
    display: block;
    font-size: 0;
    clear: both; }
  .col-full {
    width: 100%; } }

.form-signup .errors {
  color: red; }

.cart_sidebar {
  position: fixed;
  width: 340px;
  top: 0 !important;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 999999;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  right: 0; }
  @media (max-width: 480px) {
    .cart_sidebar {
      width: 100%;
      transform: translateX(100%); } }
  .cart_sidebar.active {
    visibility: visible;
    transform: translateX(0); }
    .cart_sidebar.active .evo-cart-content {
      opacity: 1;
      transform: translateX(0); }
  .cart_sidebar .evo-cart-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative; }
    .cart_sidebar .evo-cart-content .cart_heading {
      padding: 15px 15px;
      display: block;
      position: relative; }
      .cart_sidebar .evo-cart-content .cart_heading .cart_title {
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        color: #222;
        font-weight: 700; }
      .cart_sidebar .evo-cart-content .cart_heading .cart_btn-close {
        position: absolute;
        margin-left: 0;
        right: 15px;
        top: 18px;
        line-height: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        border-radius: 0;
        z-index: 999;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        .cart_sidebar .evo-cart-content .cart_heading .cart_btn-close svg {
          width: 15px;
          height: 15px;
          stroke-width: 1.5px; }
        .cart_sidebar .evo-cart-content .cart_heading .cart_btn-close:hover {
          transform: translate(0%, 0%) rotate(360deg); }
    .cart_sidebar .evo-cart-content .cart-footer {
      padding: 10px; }
      .cart_sidebar .evo-cart-content .cart-footer hr {
        margin-top: 15px;
        margin-bottom: 15px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .cart_sidebar .evo-cart-content .cart-footer .cart__subtotal {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px; }
        .cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__col-6 {
          width: 50%;
          float: left; }
        .cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__totle {
          width: 50%;
          float: left; }
          .cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__totle .total-price {
            color: #417505; }
      .cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative;
        padding-top: 24px; }
        .cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button {
          width: 100%;
          background-color: #333F48;
          color: #fff;
          text-align: center; }
          .cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button:hover, .cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button:focus {
            background-color: #f39a0b; }
    .cart_sidebar .evo-cart-content .cart_body {
      padding: 15px;
      height: calc(100vh - 210px);
      overflow-y: auto; }
      @media (max-width: 767px) {
        .cart_sidebar .evo-cart-content .cart_body {
          height: calc(100vh - 270px); } }
      .cart_sidebar .evo-cart-content .cart_body::-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; }
      .cart_sidebar .evo-cart-content .cart_body::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5; }
      .cart_sidebar .evo-cart-content .cart_body::-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; }
      .cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon {
        display: block; }
        .cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon .ico-cart {
          height: 200px;
          width: 200px;
          background-image: url(//cdn.hstatic.net/themes/200000567591/1001459616/14/mobile-shopping.svg?v=184);
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          margin-left: auto;
          margin-right: auto; }
          @media (max-width: 569px) {
            .cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon .ico-cart {
              height: 180px;
              width: 180px; } }
      .cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty {
        margin-top: 20px;
        text-align: center; }
        .cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a {
          background-color: #f39a0b;
          display: inline-block;
          padding: 12px 30px;
          color: #fff;
          height: auto;
          line-height: 1.1; }
          .cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a:hover, .cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a:focus {
            background-color: #c27b09;
            color: #fff; }
      .cart_sidebar .evo-cart-content .cart_body .cart_product {
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: table;
        width: 100%; }
        @media (min-width: 500px) and (max-width: 569px) {
          .cart_sidebar .evo-cart-content .cart_body .cart_product {
            margin-bottom: 5px;
            padding-bottom: 5px; } }
        .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_image {
          display: table-cell;
          width: 24%;
          vertical-align: top;
          position: relative; }
        .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info {
          padding-left: 15px;
          vertical-align: top; }
          .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name {
            margin-bottom: 4px;
            font-size: 13px;
            font-weight: 700; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a {
              color: #222; }
              .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a:focus {
                color: #f39a0b; }
          .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
            width: 50%;
            float: left; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
              font-size: 13px;
              margin-bottom: 0;
              display: block;
              font-weight: normal; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
              font-size: 12px;
              margin-bottom: 0;
              display: block;
              font-weight: normal;
              color: #333; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
              border-radius: 0;
              border: 1px solid #e5e5e5;
              border-color: #e5e5e5;
              color: #222;
              line-height: 26px;
              padding: 0;
              margin: 0;
              width: 28px;
              background-color: #fff;
              height: 28px; }
              .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
                float: left;
                border-right: 0; }
              .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
                float: left;
                border-left: 0; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
              display: inline-block;
              height: 28px;
              padding: 0;
              text-align: center;
              border-radius: 0;
              width: 35px;
              float: left;
              min-height: 28px;
              border: 1px solid #e5e5e5;
              color: #222;
              height: 28px;
              font-size: 14px;
              margin: 0; }
          .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
            width: 50%;
            float: left; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
              margin-bottom: 5px;
              margin-top: 5px; }
              .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
                font-weight: 500;
                display: block;
                font-size: 14px;
                color: #417505; }
            .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
              font-size: 13px;
              color: #6c757d; }
              .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
                text-decoration: underline;
                color: #f39a0b; }

.evo_sidebar_search {
  position: fixed;
  width: 340px;
  top: 0 !important;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 999999;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  right: 0; }
  @media (max-width: 480px) {
    .evo_sidebar_search {
      width: 100%;
      transform: translateX(100%); } }
  .evo_sidebar_search.active {
    visibility: visible;
    transform: translateX(0); }
    .evo_sidebar_search.active .evo-search-content {
      opacity: 1;
      transform: translateX(0); }
  .evo_sidebar_search .evo-search-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative; }
    .evo_sidebar_search .evo-search-content .search_heading {
      padding: 15px 15px;
      display: block;
      position: relative; }
      .evo_sidebar_search .evo-search-content .search_heading .search_title {
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        color: #222;
        font-weight: 700; }
      .evo_sidebar_search .evo-search-content .search_heading .search_close {
        position: absolute;
        margin-left: 0;
        right: 15px;
        top: 18px;
        line-height: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        border-radius: 0;
        z-index: 999;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
        .evo_sidebar_search .evo-search-content .search_heading .search_close svg {
          width: 15px;
          height: 15px;
          stroke-width: 1.5px; }
        .evo_sidebar_search .evo-search-content .search_heading .search_close:hover {
          transform: translate(0%, 0%) rotate(360deg); }
    .evo_sidebar_search .evo-search-content .evo-search {
      padding: 15px;
      height: calc(100vh - 100px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: relative; }
      .evo_sidebar_search .evo-search-content .evo-search::-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; }
      .evo_sidebar_search .evo-search-content .evo-search::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5; }
      .evo_sidebar_search .evo-search-content .evo-search::-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; }
      .evo_sidebar_search .evo-search-content .evo-search .evo-search-form {
        margin-bottom: 0; }
        .evo_sidebar_search .evo-search-content .evo-search .evo-search-form input {
          padding: 0 10px;
          border: 1px solid #e5e5e5;
          font-size: 13px; }
        .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button {
          border: 1px solid #f39a0b;
          color: #fff;
          background-color: #f39a0b;
          box-shadow: none;
          outline: none; }
          .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button svg {
            position: relative;
            top: -2px;
            width: 21px;
            height: 21px;
            display: inline-block;
            fill: #fff;
            vertical-align: middle;
            stroke-width: 1px;
            background: none;
            pointer-events: none; }
          .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button:hover, .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button:focus {
            border-color: #d18409;
            background-color: #d18409; }
      .evo_sidebar_search .evo-search-content .evo-search .results-box {
        color: #555;
        position: absolute;
        top: 60px;
        z-index: 9999;
        width: calc(100% - 30px); }
        .evo_sidebar_search .evo-search-content .evo-search .results-box a {
          background-color: #fff;
          padding: 7px 0px;
          font-size: 14px;
          display: block; }
          .evo_sidebar_search .evo-search-content .evo-search .results-box a .img {
            text-align: center;
            float: left;
            width: 70px;
            margin-right: 5px; }
          .evo_sidebar_search .evo-search-content .evo-search .results-box a .d-title {
            text-transform: none;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 0;
            margin-top: 0;
            color: #303846; }
            .evo_sidebar_search .evo-search-content .evo-search .results-box a .d-title.d-price {
              color: #417505 !important; }
          .evo_sidebar_search .evo-search-content .evo-search .results-box a:hover .d-title, .evo_sidebar_search .evo-search-content .evo-search .results-box a:focus .d-title {
            color: #f39a0b; }
          .evo_sidebar_search .evo-search-content .evo-search .results-box a + a {
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
          .evo_sidebar_search .evo-search-content .evo-search .results-box a.note {
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #222; }
            .evo_sidebar_search .evo-search-content .evo-search .results-box a.note:hover, .evo_sidebar_search .evo-search-content .evo-search .results-box a.note:focus {
              color: #f39a0b; }
        .evo_sidebar_search .evo-search-content .evo-search .results-box .note {
          text-align: center;
          font-size: 14px;
          font-weight: 500;
          color: #222;
          padding: 7px 0px; }
          .evo_sidebar_search .evo-search-content .evo-search .results-box .note:hover, .evo_sidebar_search .evo-search-content .evo-search .results-box .note:focus {
            color: #f39a0b; }
        .evo_sidebar_search .evo-search-content .evo-search .results-box .evo-loading {
          display: block;
          padding: 7px;
          text-align: center; }

.help-block.form-error {
  color: red;
  font-size: 12px; }

.bread-crumb {
  margin: 0;
  background: transparent;
  overflow: hidden;
  border-top: 1px solid #e6e6e6; }
  .bread-crumb .breadcrumb {
    color: #111;
    text-align: left;
    background-color: transparent;
    font-size: 13px;
    margin: 0; }
    @media (max-width: 767px) {
      .bread-crumb .breadcrumb {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset; }
        .bread-crumb .breadcrumb li {
          flex: none; } }
    .bread-crumb .breadcrumb a {
      color: #111;
      font-size: 13px; }
      .bread-crumb .breadcrumb a:hover, .bread-crumb .breadcrumb a:focus {
        color: #f39a0b; }

.breadcrumb {
  margin: 0;
  font-size: 1em;
  padding: 10px 0;
  border-radius: 0;
  position: relative;
  display: block; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li > a {
      color: #333; }
      .breadcrumb li > a > span {
        color: #333; }
        .breadcrumb li > a > span:hover, .breadcrumb li > a > span:focus {
          color: #f39a0b;
          text-decoration: none; }
      .breadcrumb li > a:hover, .breadcrumb li > a:focus {
        color: #f39a0b;
        text-decoration: none; }
    .breadcrumb li span {
      display: inline;
      color: #f39a0b;
      padding: 0 2px; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #f39a0b;
      font-weight: normal; }
    .breadcrumb li:after {
      content: "/";
      padding: 0 5px; }
    .breadcrumb li:last-child:after {
      content: ""; }
  .breadcrumb > li + li:before {
    display: none; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 150px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  top: auto !important; }
  @media (max-width: 767px) {
    .addThis_listSharing {
      bottom: 0;
      width: 100%;
      right: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .addThis_listSharing ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
  .addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .addThis_listSharing.is-show {
        right: 10px; } }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .addThis_listing .addThis_item {
      flex: 1;
      margin-right: 0;
      margin-bottom: 0;
      /*&:nth-child(1){
				background: linear-gradient(to right, #e8434c ,#d61114);
			}
			&:nth-child(2){
				background: linear-gradient(to right, #3985f7 ,#1272e8);
			}
			&:nth-child(3){
				background: linear-gradient(to right, #70f3ff ,#00dcf0);
			}
			&:nth-child(4){
				background: linear-gradient(to right, #f5ae16 ,#d99009);
			}*/ } }
  .addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      .addThis_listing .addThis_item .addThis_item--icon svg {
        height: 44px;
        width: 44px; } }
    @media (max-width: 767px) {
      .addThis_listing .addThis_item .addThis_item--icon {
        width: 100%;
        border-radius: 0; }
        .addThis_listing .addThis_item .addThis_item--icon svg {
          height: 44px; }
          .addThis_listing .addThis_item .addThis_item--icon svg circle {
            display: none; } }
    .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
      position: absolute;
      top: 4px;
      right: 55px;
      z-index: 9;
      height: 32px;
      line-height: 26px;
      padding: 3px 10px;
      width: auto;
      border-radius: 5px;
      font-size: 11px;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      background-color: black;
      visibility: hidden;
      opacity: 0;
      -ms-transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      @media (max-width: 767px) {
        .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
          display: none; } }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/*Fix app đánh giá*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none !important; }

/* IGX article guard */
.template-article .evo-article .article-details .igx-article-scope a:hover,
.template-article .evo-article .article-details .igx-article-scope a:focus {
  text-decoration: none !important; }

/* ================================================================
   IGREEN BLOG WIDGET — dán vào CUỐI FILE main.css.liquid
   Chỉ fix đúng 4 dòng đang gây lỗi, không đụng phần còn lại
   ================================================================ */
/* FIX 1: img { height: auto } của theme phá height:100% trong card
   → Override đúng cho ảnh bên trong wrapper padding-top trick */
.igv5-pcard-imgwrap img,
.igv5-rel-imgwrap img,
.igv5-map-link img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  max-width: none !important; }

/* FIX 2: a { color: #333f48 } và a:hover { color: $main-color }
   → Trả màu đúng cho toàn bộ link bên trong widget */
.igv5-pcard,
.igv5-pcard:hover,
.igv5-pcard:focus,
.igv5-pcard:visited,
.igv5-rel-item,
.igv5-rel-item:hover,
.igv5-rel-item:focus,
.igv5-rel-item:visited,
.igv5-map-link,
.igv5-map-link:hover,
.igv5-map-link:focus {
  color: inherit !important;
  text-decoration: none !important; }

.igv5-pill,
.igv5-pill:hover,
.igv5-pill:focus {
  text-decoration: none !important; }

.igv5-viewall,
.igv5-viewall:hover,
.igv5-viewall:focus {
  text-decoration: none !important; }

.igv5-pbtn,
.igv5-pbtn:hover,
.igv5-pbtn:focus {
  color: #ffffff !important;
  text-decoration: none !important; }

.igv5-act,
.igv5-act:hover,
.igv5-act:focus {
  text-decoration: none !important; }

/* FIX 3: Bảo vệ màu nút và badge khỏi bị $main-color của theme override */
.igv5-pbtn {
  background-color: #1a6b2f !important;
  color: #ffffff !important; }

.igv5-tab {
  background-color: #ffffff !important;
  color: #1a6b2f !important; }

.igv5-tab.on,
.igv5-tab:hover {
  background-color: #1a6b2f !important;
  color: #ffffff !important; }

.igv5-act.igv5-am {
  background-color: #1565c0 !important;
  color: #ffffff !important; }

.igv5-act.igv5-ac {
  background-color: #1a6b2f !important;
  color: #ffffff !important; }

.igv5-act.igv5-az {
  background-color: #0068ff !important;
  color: #ffffff !important; }

/* FIX 4: ul { list-style: none inside } reset gây lỗi indent trên pills
   → Tắt list-style cho đúng các container có pills */
.igv5-pills,
.igv5-tabs {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

/* FIX 5: Grid layout — đảm bảo không bị float của Bootstrap trong theme can thiệp */
.igv5-pgrid,
.igv5-rel-list,
.igv5-stores {
  display: grid !important;
  float: none !important;
  clear: both !important; }

.igv5-pgrid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important; }

.igv5-rel-list {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important; }

.igv5-stores {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important; }

@media (max-width: 640px) {
  .igv5-pgrid {
    grid-template-columns: repeat(2, 1fr) !important; }
  .igv5-rel-list,
  .igv5-stores {
    grid-template-columns: 1fr !important; } }

/* FIX 6: Màu chữ — theme dùng color: #333f48 cho body,
   cần giữ nguyên chữ trong widget không bị đổi khi có link cha */
.igv5-pname,
.igv5-rel-title,
.igv5-rel-desc,
.igv5-store-row {
  color: #1a1a1a !important; }

.igv5-rel-cat,
.igv5-store-name,
.igv5-h2 {
  color: #1a6b2f !important; }

.igv5-badge.igv5-bg {
  background: #e8f5e9 !important;
  color: #1a6b2f !important; }

.igv5-badge.igv5-bb {
  background: #e3f2fd !important;
  color: #0d47a1 !important; }

.igv5-badge.igv5-bo {
  background: #fff3e0 !important;
  color: #bf360c !important; }

/* ================================================================
   KẾT THÚC — IGREEN BLOG WIDGET FIX
   ================================================================ */
