#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        text-align: center;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center; }

.align-items-center {
  align-items: center !important; }

.justify-content-center {
  justify-content: center !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

#search-bar {
  pointer-events: none;
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform .7s, opacity .7s, visibility .7s; }

#search-bar a:hover, #search-bar a:focus {
  color: inherit; }

#search-bar .search-bar-inner {
  height: 107px;
  padding-top: 6px; }

#search-bar .search-bar-inner .search-bar-logo {
  width: 15%; }

#search-bar .search-bar-inner .search-bar-logo svg {
  width: 83px;
  height: 37px; }

#search-bar .search-bar-inner .search-bar-logo img {
  width: auto;
  max-height: 30px;
  object-fit: contain; }

#search-bar .search-bar-inner .search-bar-tab {
  padding: 0;
  width: 100%; }

#search-bar .search-bar-inner .search-bar-tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#search-bar .search-bar-inner .search-bar-tab ul li span {
  line-height: 16.8px;
  padding: 20px 12px;
  display: block;
  position: relative;
  cursor: pointer; }

#search-bar .search-bar-inner .search-bar-tab ul li span:after {
  content: "";
  display: block;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s; }

#search-bar .search-bar-inner .search-bar-tab ul li span:hover:after {
  height: 3px;
  background: #2e2e2e;
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 25%; }

#search-bar .search-bar-inner .search-bar-tab ul li.active {
  font-weight: bold; }

#search-bar .search-bar-inner .search-bar-tab ul li.active span:after {
  height: 3px;
  background: #2e2e2e;
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 25%; }

#search-bar .search-bar-inner .search-bar-box-input {
  width: 85%; }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form {
  display: flex;
  align-items: center;
  position: relative; }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form button {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  position: absolute;
  left: 13px;
  top: 10px; }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form button.clear {
  position: static;
  margin-left: -20px;
  height: 21px;
  transform: translateX(-10px); }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form #search-bar-input {
  background: #f7f8f9;
  border: none;
  border-radius: 24px;
  width: 100%;
  font-size: 13px;
  max-width: 800px;
  padding: 11px 15px 11px 45px;
  outline: none;
  box-shadow: none;
  border: 1px solid white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1; }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar {
  margin: 0 0 0 80px;
  cursor: pointer;
  display: flex;
  align-items: center; }

#search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar svg {
  margin: 0 0 0 14px; }

#search-bar .search-bar-result {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 55px 0 20px; }

#search-bar .search-bar-result .container-fluid {
  height: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper {
  padding: 0 0 0 14%;
  display: flex;
  flex-wrap: wrap;
  height: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile {
  margin: 0 0 42px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span {
  line-height: 16.8px;
  display: block;
  position: relative;
  cursor: pointer; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
  content: "";
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li ~ li {
  margin: 0 0 0 15px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li.active {
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li.active span:after {
  background: #2e2e2e; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main {
  width: 100%;
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner {
  width: 50%;
  margin-left: 9%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #868d95; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner .item-key-search a {
  font-size: 14px;
  color: #2e2e2e;
  display: flex;
  align-items: center; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner .item-key-search a img {
  width: 40px;
  margin-right: 8px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner .item-key-search ~ .item-key-search {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #f7f8f9; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left {
  width: 25%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  color: #868d95; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 .clear-all-search {
  float: right;
  font-weight: normal;
  color: #000000;
  text-transform: initial;
  cursor: pointer; }

@media (min-width: 992px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .group-sugg {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(350px - 150px);
    margin-top: 10px;
    margin-top: 40px; } }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition-delay: 0.2s;
  padding: 16px 0;
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(1), #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(2), #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(3), #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(4), #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(5), #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:nth-child(6) {
  display: flex; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:not(:last-child) {
  border-bottom: 1px solid #f7f8f9; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search a {
  font-size: 14px;
  color: #868d95; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span {
  cursor: pointer;
  color: #868d95; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span.delete-search-item-history {
  margin: 0 0 0 10px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover a {
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover span {
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover a.delete-search-item-history {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover span.delete-search-item-history {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active a {
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active span {
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active a.delete-search-item-history {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active span.delete-search-item-history {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search {
  margin: 32px 0 0 0;
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search h5 {
  margin: 0 0 24px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div {
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div ul {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(350px - 150px);
  overflow: hidden;
  overflow-y: auto; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div ul li {
  margin: 0 12px 12px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div ul li a {
  background: #f7f8f9;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 4px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div ul li a:hover {
  background: #000000;
  color: white; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div.active {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

@media (max-width: 991px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest {
    margin-bottom: 30px; } }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest .no-result-suggest-inner {
  text-align: center; }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest .no-result-suggest-inner .img-no-search {
  margin: 0 0 40px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest .no-result-suggest-inner .img-no-search svg {
  width: 80px;
  height: 80px; }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest .no-result-suggest-inner .title-no-result {
  font-size: 20px;
  color: #8d99a5;
  font-weight: 600; }

#search-bar .search-bar-result .search-bar-result-wrapper .no-result-suggest .no-result-suggest-inner p {
  color: #8d99a5;
  margin: 15px 0 0 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
  width: 60%;
  padding: 0 80px 0 0;
  transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .title-search-bar-result {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #868d95;
  margin: 0 0 24px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .title-search-bar-result.active {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item {
  display: flex;
  flex-wrap: wrap; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest {
  width: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner {
  display: flex;
  align-items: center; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-image {
  width: 100px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info {
  width: calc(100% - 100px);
  padding-left: 15px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-name .suggest-vendor {
  font-size: 12px;
  font-weight: 700; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-name .suggest-title {
  margin: 8px 0;
  width: 100%;
  display: block;
  font-size: 14px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price span {
  font-weight: 700; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price del {
  font-size: 12px;
  margin: 0 0 0 5px;
  color: #2e2e2e; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price.hasSale span {
  background: #faff19;
  padding: 5px; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner {
  height: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-image {
  width: 100px;
  height: 126px;
  background: #efefef;
  position: relative;
  overflow: hidden; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: translateX(-100%);
  animation: loading 1.5s infinite;
  z-index: 1; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .shortLoading {
  width: 25%;
  height: 16px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .shortLoading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: translateX(-100%);
  animation: loading 1.5s infinite;
  z-index: 1; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .longLoading {
  width: 80%;
  height: 16px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .longLoading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: translateX(-100%);
  animation: loading 1.5s infinite;
  z-index: 1; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest {
  margin: 20px 0 0 0;
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest a {
  border: 2px solid #000000;
  padding: 8px 30px;
  display: inline-block; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest a:hover {
  background: #000000;
  color: #ffffff; }

#search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left {
  display: flex;
  flex-wrap: wrap; }

#search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left h5 {
  width: 100%; }

#search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left .item-key-search {
  border: 1px solid white;
  padding: 0;
  margin: 0 10px 10px 0; }

#search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left .item-key-search a {
  background: #f7f8f9;
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 4px;
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch {
  /*.search-bar-result-left {
	display: none;
}
	.search-bar-result-right {
	display: none;
}*/ }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .title_search_bar_result, #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper-result {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper-result {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out 0s !important;
  -moz-transition: all 0.2s ease-in-out 0s !important;
  -o-transition: all 0.2s ease-in-out 0s !important;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  -ms-transition: all 0.2s ease-in-out 0s !important;
  transition-delay: 0.2s !important;
  overflow: auto !important; }

@media (min-width: 992px) {
  #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper-result {
    height: calc(700px - 220px) !important; } }

@media (max-width: 991px) {
  #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper-result {
    height: auto !important; } }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper-result .item-key-search.searchBrand {
  margin: 0 0 20px;
  display: none !important; }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-result-main {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .title-search-bar-result.active, #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-product-item-wrapper.active, #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .no-result-suggest {
  display: none; }

#search-bar .search-bar-result .search-bar-result-wrapper.topSearch .search-bar-result-left .top-search {
  display: block; }

#search-bar .search-bar-result .search-bar-result-wrapper.topSearch.no-mg .top-search {
  margin-top: 0; }

#search-bar .search-bar-result .search-bar-result-wrapper.topSearch.hasHistory .top-search {
  border-top: 1px solid #f7f8f9;
  padding: 32px 0 0 0;
  margin: 16px 0 0 0; }

.product-content > section {
  margin-bottom: 60px; }

.product-content > section.product-detail {
  margin-bottom: 0;
  position: relative; }

.product-content > section.product-detail hr {
  width: calc(100% - 160px);
  height: 6px;
  background-color: #f7f8f9;
  margin: 90px 0 30px 80px; }

@media (max-width: 991.98px) {
  #search-bar {
    position: fixed; }
  #search-bar .search-bar-inner {
    height: auto; }
  #search-bar .search-bar-inner .search-bar-logo {
    display: none; }
  #search-bar .search-bar-inner .search-bar-tab {
    justify-content: left !important;
    margin: 0 -15px; }
  #search-bar .search-bar-inner .search-bar-box-input {
    width: 100%; }
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner {
    display: flex;
    align-items: center; }
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form {
    width: 90%;
    margin-left: auto; }
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar {
    display: none; }
  #search-bar .search-bar-result {
    min-height: auto;
    height: calc(100vh - 145px);
    border-top: none;
    padding: 0 0 15px 0;
    overflow: hidden;
    overflow-y: auto; }
  #search-bar .search-bar-result .container-fluid {
    height: 145%; } }

@media (max-width: 991.98px) and (max-width: 991px) {
  #search-bar .search-bar-result .container-fluid {
    height: auto !important; } }

@media (max-width: 991.98px) {
  #search-bar .search-bar-result .search-bar-result-wrapper {
    padding: 0px 0 35px;
    flex-wrap: wrap;
    display: block;
    height: auto; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
    height: 3px;
    background: white;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner {
    width: 100%;
    margin-left: 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner h5 {
    margin: 0 0 20px 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left {
    display: none;
    width: 100%; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 {
    margin: 0 0 4px 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner .img-no-search {
    margin: 0 0 34px 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner p {
    max-width: 270px;
    margin: 15px auto; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
    padding: 15px 0 24px 0;
    margin: 15px 0 0 0;
    width: 100%; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .title-search-bar-result {
    margin: 0 0 20px 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper {
    position: relative;
    /*.search-bar-product-item-wrapper.active {
		display: block;
	}*/ }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest ~ .product-loop-suggest {
    margin-top: 24px; }
  .product-content > section.product-detail hr {
    margin: 24px 0 22px 0;
    width: 100%; } }

@media (min-width: 1200) and (max-width: 1349) {
  #search-bar .search-bar-inner .search-bar-tab ul li span {
    padding: 20 25px; } }

@media (max-width: 1199.98px) {
  #search-bar .search-bar-inner .search-bar-tab ul li span {
    padding: 20px 15px; } }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-item-wrapper {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper.active {
  visibility: visible;
  opacity: 1;
  height: 535px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition-delay: 0.2s;
  overflow: auto; }

@media (min-width: 992px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper.active {
    height: calc(700px - 220px); } }

@media (max-width: 991px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper.active {
    height: auto; } }

@media (min-width: 992px) {
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner .close-search-mobile {
    display: none; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile {
    display: none; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:hover:after {
    height: 3px;
    background: black;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span.delete-search-item-history {
    display: none; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest:nth-child(1n) ~ .product-loop-suggest {
    margin-top: 10px; }
  .product-content > section.product-detail {
    z-index: 2; } }

@media (min-width: 1200px) {
  #search-bar .search-bar-result .container-fluid {
    padding: 0; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
    padding: 32px 0 100px 0; } }

@media (max-width: 991px) {
  body.activesearch {
    position: fixed;
    width: 100vw;
    height: 100vh; } }

body.activesearch #search-bar {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  height: auto;
  transform: translateX(0); }

.search-bar-product-item.isload .product-loop-suggest:not(.no-product) {
  display: none !important; }

@media (min-width: 992px) {
  body.activesearch #search-bar {
    height: 630px;
    width: 750px;
    right: 0;
    top: 100% !important;
    position: absolute;
    z-index: 999;
    margin-top: 21px; }
  #search-bar .search-bar-result {
    height: 700px; }
  #search-bar .search-bar-result .search-bar-result-wrapper {
    padding: 0 15px 20px 15px; }
  #search-bar .search-bar-result {
    padding-top: 24px; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper.active {
    height: 480px; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left {
    width: 40%; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
    padding-right: 30px; }
  .search-bar-logo, #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form #search-bar-input,
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form button {
    display: none; }
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    display: none; }
  #search-bar .search-bar-inner {
    height: 42px;
    padding-top: 0; }
  #search-bar .search-bar-inner .search-bar-box-input {
    width: 100%; }
  div#search-bar .container-fluid {
    padding: 0; }
  #search-bar {
    transition: initial; }
  #search-bar .search-bar-inner .search-bar-tab ul li span {
    padding: 12px 0; }
  #search-bar .search-bar-inner .search-bar-tab ul li.active span:after {
    width: 100%; }
  #search-bar .search-bar-inner .search-bar-tab ul {
    width: 100%;
    border-bottom: 1px solid #ccc; }
  #search-bar .search-bar-inner .search-bar-tab ul li {
    flex: 1;
    text-align: center; }
  #search-bar .search-bar-inner .search-bar-tab ul li.active span:after {
    left: 0; }
  #search-bar .search-bar-inner .search-bar-box-input {
    z-index: 9999; }
  .search-bar-box-input-inner,
  #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form {
    height: 0px; }
  input#inputSearchAuto:focus {
    outline: none; }
  /*html, body.activesearch {
	height: 100%;
	margin: 0;
	overflow: auto; 
}

	body.activesearch {
	visibility: hidden; 
}

	body.activesearch::before {
	content: '';
	display: block;
	visibility: visible; 
	height: 100vh; 
	pointer-events: none; 
	position: absolute;
}


	body.activesearch .wrapperMain_content  {
	visibility: visible;
	opacity: 1;
	transform: unset;
}*/ }

@media (min-width: 1200px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: white !important; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 0;
    background-color: #2E2E2E; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar-thumb {
    background-color: #868D95;
    border: none; } }

@media (max-width: 1199px) {
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 0;
    background-color: #2E2E2E; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar-thumb {
    background-color: #868D95;
    border: none; }
  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-product-item-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: white; } }

body.activesearch #search-bar {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 1200px) {
  .search-list-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: white !important; }
  .search-list-scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 0;
    background-color: #2E2E2E; }
  .search-list-scrollbar::-webkit-scrollbar-thumb {
    background-color: #868D95;
    border: none; } }

@media (max-width: 1199px) {
  .search-list-scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 0;
    background-color: #2E2E2E; }
  .search-list-scrollbar::-webkit-scrollbar-thumb {
    background-color: #868D95;
    border: none; }
  .search-list-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: white; } }

.product-loop-suggest-image {
  position: relative; }

.product-loop-suggest-image .product-sale-searchsg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  font-weight: bold; }

.listcopoun_flex {
  /* the slides */
  /* the parent */ }
  .listcopoun_flex:not(.slick-initialized) {
    display: flex; }
    .listcopoun_flex:not(.slick-initialized) > div {
      width: calc(100%/4); }
      .listcopoun_flex:not(.slick-initialized) > div:nth-child(n+4) {
        display: none; }
  .listcopoun_flex .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .listcopoun_flex .slider-index.next svg {
      width: 24px; }
      .listcopoun_flex .slider-index.next svg path {
        stroke: #fff; }
  .listcopoun_flex .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .listcopoun_flex .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .listcopoun_flex .slider-index.prev svg path {
        stroke: #fff; }
  .listcopoun_flex:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .listcopoun_flex .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .listcopoun_flex .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .listcopoun_flex .slick-slide {
    margin: 0 7px; }
  .listcopoun_flex .slick-list {
    margin: 0 -7px; }

.searrchclick {
  cursor: pointer; }

#search-bar .search-bar-inner .search-bar-tab ul li {
  flex: 1;
  text-align: center;
  list-style: none; }

.header-right {
  position: relative; }
  .header-right .header-action_search {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%); }
  .header-right #inputSearchAuto {
    height: 40px;
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .header-right .btn-search.btn {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
    .header-right .btn-search.btn svg {
      width: 24px;
      height: 24px; }

.header-action_search {
  display: none; }

.thanktoancartcheck {
  background: var(--cta-color);
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px; }

.toc-wrapper {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
  width: 100%; }
  .toc-wrapper li a {
    font-size: 14px;
    color: #000 !important; }
  .toc-wrapper .toc-list-item {
    list-style: inside;
    font-size: 14px; }

.toc-list li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  font-size: 14px; }

.span2 {
  display: none; }

.toc-title.open .span1 {
  display: none; }

.toc-title.open .span2 {
  display: inline-block; }

.imagequa {
  max-height: 141px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.dongylayqua {
  text-align: center; }
  .dongylayqua a {
    display: inline-block;
    background: #eb2727;
    color: #fff;
    padding: 8px 25px;
    margin-top: 10px;
    min-width: 150px;
    border-radius: 10px; }

.headertitle {
  text-align: center; }

.titleproduc {
  text-align: center;
  font-weight: bold; }

#search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search div ul li {
  margin: 0 12px 12px 0;
  list-style: none; }

.pointernone {
  pointer-events: none !important; }

.itemvideo {
  pointer-events: none !important; }

.size-tablist {
  max-width: 561px;
  width: 100%;
  margin: 0 auto 20px; }

.size-tablist .size-tabs {
  margin: 0;
  display: flex;
  background: #dcdee7;
  border-radius: 10px;
  padding: 0;
  list-style-type: none; }

.size-tablist .size-tabs li {
  flex: 0 0 50%;
  width: 50%; }

.size-tablist .size-tabs li a {
  display: block;
  text-align: center;
  padding: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24/18);
  letter-spacing: .04em;
  color: #000;
  transition: all .3s; }

.size-tablist .size-tabs li a.active {
  background: #4b5160;
  border-radius: 10px;
  color: #fff; }

.size-tab-content:not(.active) {
  display: none; }

.size-suggest__field {
  margin-bottom: 20px; }

.size-suggest__label {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 5px; }

.size-suggest__label span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

.size-suggest__label span.suggest-value {
  font-weight: 400; }

.size-suggestion__control {
  width: 100%;
  height: 8px;
  border: 1px solid #dcdee7;
  border-radius: 5px;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.size-suggestion__control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background: #1b4ac1;
  cursor: pointer; }

.size-suggestion__control::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: #1b4ac1;
  cursor: pointer; }

.size-suggest__body {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px; }

.size-suggest__body .size-body__field {
  flex: 0 0 32%;
  -ms-flex: 0 0 32%; }

.size-body__field input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.size-body__field .size-body__box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer; }

.size-body__field .size-body__box .size-body__name {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 8px 32px;
  background: #1c1d26;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: calc(18/16);
  letter-spacing: .05em; }

.size-body__field input:checked + label .size-body__box {
  border-color: #1b4ac1; }

.size-suggest__result h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px; }

.size-suggest__result .suggest-result {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.size-suggest__result .suggest-result li {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  line-height: calc(24/18);
  letter-spacing: .04em;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  margin-right: 12px; }

.chooseSize-list {
  max-width: 150px;
  width: 100%;
  height: 35px;
  border: 1px solid #001f5d;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 18px;
  outline: 0; }

.chooseSize-content {
  margin-top: 20px; }

.size-body {
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto; }

@media (max-width: 767px) {
  #ega-modal-sizes .modal-body {
    padding: 5px !important; }
  .size-tablist .size-tabs li a {
    font-size: 12px;
    padding: 10px 0; }
  .size-body__field .size-body__box .size-body__name {
    font-size: 12px;
    padding: 5px 20px; }
  .size-suggest__result .suggest-result li {
    font-size: 14px;
    padding: 10px 20px; } }

.size-suggest__result .suggest-result li {
  background: #001F5D; }

.section_flashsale {
  /* the slides */
  /* the parent */ }
  .section_flashsale .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .section_flashsale .slider-index.next svg {
      width: 24px; }
      .section_flashsale .slider-index.next svg path {
        stroke: #fff; }
  .section_flashsale .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .section_flashsale .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .section_flashsale .slider-index.prev svg path {
        stroke: #fff; }
  .section_flashsale:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .section_flashsale .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .section_flashsale .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .section_flashsale .swiper-nav {
    display: flex; }
    .section_flashsale .swiper-nav .swiper-flashsale-prev svg {
      transform: rotate(180deg); }
  .section_flashsale .slick-slide {
    margin: 0 7px; }
  .section_flashsale .slick-list {
    margin: 0 -7px; }
  .section_flashsale .slick-arrow {
    display: block !important;
    position: initial;
    transform: none;
    background: transparent;
    border: none; }

.outofhethang {
  opacity: 0.5;
  pointer-events: none;
  display: none; }

@media (min-width: 1000px) {
  .chooseSize-list {
    max-width: 97%;
    margin-left: 10px; } }

@media (max-width: 767px) {
  .chooseSize-list {
    max-width: 90%;
    margin-left: 20px; } }

.swatch-element label {
  width: 50px; }

ul.size-tabs li:first-child {
  display: none; }

.size-tablist .size-tabs li {
  flex: 0 0 100%; }
