@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuelight_b1af3807083549ee8dfe51f738f890ef.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuelightitalic_d4977c00841848edb08299a2c057be5c.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneue_13dde53687e54d38886e43bf20baf333.ttf") format("truetype");
  font-weight: 400;
  font-style: 400;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneueitalic_53f8e6a61d3346f8885da262445edbfc.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuemedium_fe5703a7106d41519922fbb0f1f5f7b3.ttf") format("truetype");
  font-weight: 500;
  font-display: fallback;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuemedium_fe5703a7106d41519922fbb0f1f5f7b3.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuebold_35c1d9cafba548499a1cc47d8eaaf754.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://file.hstatic.net/200000306687/file/helveticaneuebolditalic_e6a198599fad4fb69a83c8c5b499d2ae.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: fallback; }

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px; } }

button {
  padding: 0;
  margin: 0;
  outline: 0;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  background: none; }

a {
  color: #212121; }
  a:hover {
    color: #212121;
    text-decoration: none; }

@media (max-width: 1199px) {
  *::-webkit-scrollbar {
    display: none; }
  * {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

body.scroll-locked, html.scroll-locked {
  overflow-y: hidden; }

body {
  font-family: 'HelveticaNeue', 'Arial', sans-serif;
  font-size: 14px;
  color: #212121; }

h1, h2, h3, h4, h5, h6, label {
  font-weight: 500; }

a:hover, a:focus, a:visited, input,
button:hover, button:focus, button:visited {
  outline: 0;
  text-decoration: none;
  opacity: .9; }

.breadcrumb-shop ol {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .breadcrumb-shop ol {
      text-align: center;
      justify-content: center;
      width: 100%; } }
  .breadcrumb-shop ol a {
    color: #212121; }

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

.table-responsive {
  margin-bottom: 0; }
  .table-responsive::-webkit-scrollbar {
    width: 6px; }
  .table-responsive::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0; }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1); }

input {
  background-clip: padding-box; }

input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  background-clip: padding-box;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #212121; }

button {
  color: #212121; }

.btn:hover {
  opacity: .85;
  transition: all .2s; }

input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 0.2rem 0 0;
  cursor: pointer;
  outline: none !important;
  border: none !important; }
  input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    width: 8px;
    height: 8px;
    background: #212121;
    border-radius: 50%; }
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #212121;
    border-radius: 50%; }
  input[type="radio"]:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  input[type="radio"]:checked:after {
    border: 1px solid #212121; }

input[type="checkbox"], .collectionFilterList input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none !important;
  border: none !important; }
  input[type="checkbox"]:before, .collectionFilterList input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: .38em;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #212121;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:before, .collectionFilterList input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  input[type="checkbox"]:after, .collectionFilterList input[type="radio"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #212121;
    cursor: pointer;
    border-radius: 3px; }
  input[type="checkbox"]:checked:after, .collectionFilterList input[type="radio"]:checked:after {
    border-color: #212121; }

.collectionFilterList input[type="radio"]:after {
  border-radius: 0;
  border: 1px solid #777; }

.collectionFilterList input[type="radio"]:before {
  border-radius: initial;
  bottom: initial;
  background: initial; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.overplay-all {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(40, 40, 40, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 98; }
  .overplay-all.active {
    opacity: 1;
    visibility: visible; }

.index-slider-banner-list.owl-carousel .owl-nav .owl-prev, .index-slider-banner-list.owl-carousel .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%); }

.index-slider-banner-list.owl-carousel .owl-nav .owl-prev {
  left: 0; }

.index-slider-banner-list.owl-carousel .owl-nav .owl-next {
  right: 0; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 90px);
  background: none;
  border: none;
  box-shadow: none;
  outline: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .owl-carousel .owl-nav .owl-prev svg, .owl-carousel .owl-nav .owl-next svg {
    width: 18px;
    height: 18px; }
    .owl-carousel .owl-nav .owl-prev svg path, .owl-carousel .owl-nav .owl-next svg path {
      stroke: #999 !important; }
  .owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    visibility: hidden; }

.owl-carousel .owl-nav .owl-prev {
  left: 5px; }
  @media (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
      left: -30px; } }

.owl-carousel .owl-nav .owl-next {
  right: 5px; }
  @media (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-next {
      right: -30px; } }

.owl-carousel .owl-dots {
  margin-top: -25px;
  text-align: center;
  width: 100%;
  transform: translateY(-5px); }
  .owl-carousel .owl-dots .owl-dot {
    padding: 4px !important;
    margin: 6px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    border: none !important; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: rgba(0, 0, 0, 0.4) !important; }
    .owl-carousel .owl-dots .owl-dot:after {
      display: none; }

.f1gen-main {
  margin-top: 200px;
  padding-bottom: 30px; }
  @media (max-width: 1199px) {
    .f1gen-main {
      margin-top: 175.5px; } }

body {
  counter-reset: li; }
  @media (max-width: 1199px) {
    body {
      margin-bottom: 58px; } }

.tempalte-product .f1gen-main {
  background: #f5f6f9; }

.scroll-locked {
  overflow: hidden; }

body #f-header {
  visibility: visible;
  opacity: 1;
  transition: all .4s; }

body.fit-menu #f-header {
  visibility: hidden;
  opacity: 0; }

#f-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 101;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1); }
  #f-header .f-header-top .f-header-top-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 1199px) {
      #f-header .f-header-top .f-header-top-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: space-between; } }
    #f-header .f-header-top .f-header-top-wrap .f-header-top-mb {
      display: none;
      align-items: center;
      justify-content: center;
      width: 5%;
      cursor: pointer; }
      @media (max-width: 1199px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-mb {
          display: flex; } }
    #f-header .f-header-top .f-header-top-wrap .f-header-top-logo {
      width: 15%; }
      @media (max-width: 767px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-logo {
          width: 20%;
          display: flex;
          align-items: center;
          justify-content: center; } }
      #f-header .f-header-top .f-header-top-wrap .f-header-top-logo .top-logo {
        display: block;
        max-width: 75px; }
        @media (max-width: 1199px) {
          #f-header .f-header-top .f-header-top-wrap .f-header-top-logo .top-logo {
            max-width: 50px; } }
    #f-header .f-header-top .f-header-top-wrap .f-header-top-search {
      width: 57%; }
      @media (max-width: 1199px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-search {
          width: 40%;
          display: flex;
          align-items: center; } }
      #f-header .f-header-top .f-header-top-wrap .f-header-top-search form {
        margin-bottom: 10px;
        width: 100%; }
        @media (max-width: 1199px) {
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form {
            margin-bottom: 0px; } }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap {
          position: relative;
          margin-bottom: 0; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input {
            height: 44px;
            border-radius: 0px;
            font-size: 13px;
            padding-right: 45px;
            border-color: #1f3a7d;
            padding-left: 0;
            border-top: none;
            border-left: none;
            border-right: none;
            border-width: 2px; }
            @media (max-width: 767px) {
              #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input {
                height: 40px; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input::-webkit-input-placeholder {
                  font-size: 12px; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input:-moz-placeholder {
                  font-size: 12px; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input::-moz-placeholder {
                  font-size: 12px; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input:-ms-input-placeholder {
                  font-size: 12px; } }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input.form-control:disabled, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap input.form-control[readonly] {
              background-color: #fff; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap button {
            position: absolute;
            right: 0;
            top: 0;
            height: 44px;
            width: 44px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap button svg {
              width: 22px;
              height: 22px; }
            @media (max-width: 767px) {
              #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-input-wrap button {
                height: 40px;
                width: 40px; } }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper {
          position: absolute;
          top: 100%;
          left: 0px;
          right: 0px;
          z-index: 1020;
          background: #fff;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          border-radius: 4px;
          padding: 0;
          border: 1px solid #f4f4f4;
          overflow: hidden; }
          @media (max-width: 767px) {
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper {
              display: none !important; } }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper h4 {
            font-size: 14px;
            margin-bottom: 10px; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-keyhot__list, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-cate__list {
            padding: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            margin: 0; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-keyhot__list li, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-cate__list li {
              margin-right: 5px;
              margin-bottom: 5px; }
              #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-keyhot__list li a, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-cate__list li a {
                display: inline-block;
                padding: 2px 8px;
                border: 1px solid #dcdcdc;
                border-radius: 4px;
                transition: all 0.3s ease-in-out; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-keyhot__list li a:hover, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-cate__list li a:hover {
                  border-color: #820813; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-wrapper__line {
            padding: 8px 10px; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-wrapper__line:not(:last-child) {
              border-bottom: 1px solid #dcdcdc; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-brand__list {
            padding: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            margin: 0; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-brand__list li {
              flex: 0 0 calc(100% / 6 - 5px);
              -ms-flex: 0 0 calc(100% / 6 - 5px);
              max-width: calc(100% / 6 - 5px);
              margin-right: 5px;
              margin-bottom: 5px; }
              #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-brand__list li a {
                display: inline-block;
                padding: 6px;
                border: 1px solid #dcdcdc;
                border-radius: 4px;
                transition: all 0.3s ease-in-out; }
                #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest__wrapper .search-brand__list li a:hover {
                  border-color: #820813; }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          text-decoration: none;
          color: #333;
          padding: 8px 10px;
          border-top: 1px dotted #e1e1e1;
          flex-wrap: wrap; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a img {
            width: 44px;
            height: auto; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a span {
            width: calc(100% - 44px);
            display: block;
            /*padding-left: 10px;*/ }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a span b {
              font-weight: 400;
              display: block; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a span strong {
              margin-right: 10px; }
            #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a span del {
              font-size: 13px;
              color: #5d5d5d; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a:first-child {
            border-top: none; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a:hover, #f-header .f-header-top .f-header-top-wrap .f-header-top-search form .search-suggest a.selected {
            background: #f4f4f4; }
      @media (max-width: 1199px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-search .f-header-top-search-keywords {
          display: none; } }
      #f-header .f-header-top .f-header-top-wrap .f-header-top-search .f-header-top-search-keywords a {
        margin-right: 4px;
        font-size: 13px;
        color: #4F4F4F;
        display: block; }
    #f-header .f-header-top .f-header-top-wrap .f-header-top-tools {
      width: 28%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-bottom: 25px; }
      @media (max-width: 1199px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-tools {
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        #f-header .f-header-top .f-header-top-wrap .f-header-top-tools {
          width: 35%; } }
      #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-info {
        padding-right: 15px;
        border-right: 1px solid #212121; }
        @media (max-width: 1199px) {
          #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-info {
            display: none; } }
      #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons {
        display: flex;
        margin-left: 5px; }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons a {
          display: block;
          padding: 5px;
          margin-left: 5px;
          margin-right: 5px; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons a svg {
            width: 22px;
            height: 22px; }
        @media (max-width: 767px) {
          #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons .f-header-top-icon-account {
            display: none; } }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons .f-header-top-icon-menu {
          display: none; }
          @media (min-width: 1200px) {
            #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons .f-header-top-icon-menu {
              display: none; } }
        #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons .f-header-top-icon-cart {
          position: relative; }
          #f-header .f-header-top .f-header-top-wrap .f-header-top-tools .f-header-top-icons .f-header-top-icon-cart .cart-counter {
            position: absolute;
            right: -6px;
            top: -2px;
            font-size: 11px;
            background-color: #1f3a7d;
            color: #fff;
            display: inline-flex;
            height: 18px;
            min-width: 18px;
            justify-content: center;
            align-items: center;
            border-radius: 30px; }

.search-suggest__wrapper .search-wrapper__line, .sidenav-search .search-wrapper__line {
  padding: 8px 10px; }
  .search-suggest__wrapper .search-wrapper__line:not(:last-child, :last-child), .sidenav-search .search-wrapper__line:not(:last-child, :last-child) {
    border-bottom: 1px solid #dcdcdc; }
  .search-suggest__wrapper .search-wrapper__line h4, .sidenav-search .search-wrapper__line h4 {
    font-size: 14px;
    margin-bottom: 10px; }

.search-suggest__wrapper .search-keyhot__list, .search-suggest__wrapper .search-cate__list, .sidenav-search .search-keyhot__list, .sidenav-search .search-cate__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .search-suggest__wrapper .search-keyhot__list li, .search-suggest__wrapper .search-cate__list li, .sidenav-search .search-keyhot__list li, .sidenav-search .search-cate__list li {
    margin-right: 5px;
    margin-bottom: 5px; }
    .search-suggest__wrapper .search-keyhot__list li a, .search-suggest__wrapper .search-cate__list li a, .sidenav-search .search-keyhot__list li a, .sidenav-search .search-cate__list li a {
      display: inline-block;
      padding: 2px 8px;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      transition: all 0.3s ease-in-out; }
      .search-suggest__wrapper .search-keyhot__list li a:hover, .search-suggest__wrapper .search-cate__list li a:hover, .sidenav-search .search-keyhot__list li a:hover, .sidenav-search .search-cate__list li a:hover {
        border-color: #820813; }

.search-suggest__wrapper .search-brand__list, .sidenav-search .search-brand__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .search-suggest__wrapper .search-brand__list li, .sidenav-search .search-brand__list li {
    flex: 0 0 calc(100% / 6 - 5px);
    -ms-flex: 0 0 calc(100% / 6 - 5px);
    max-width: calc(100% / 6 - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
    .search-suggest__wrapper .search-brand__list li a, .sidenav-search .search-brand__list li a {
      display: inline-block;
      padding: 6px;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      transition: all 0.3s ease-in-out; }
      .search-suggest__wrapper .search-brand__list li a:hover, .sidenav-search .search-brand__list li a:hover {
        border-color: #820813; }

#f-menu {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 9; }
  #f-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #f-menu .f-menu-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
      #f-menu .f-menu-wrap {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        white-space: nowrap; } }
    #f-menu .f-menu-wrap .f-menu-nav {
      width: 23%;
      display: flex; }
      @media (max-width: 1200px) {
        #f-menu .f-menu-wrap .f-menu-nav {
          display: none; } }
      #f-menu .f-menu-wrap .f-menu-nav .f-menu-nav-btn {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700; }
        #f-menu .f-menu-wrap .f-menu-nav .f-menu-nav-btn span {
          padding-left: 15px; }
    #f-menu .f-menu-wrap .f-menu-list {
      width: 77%; }
      @media (max-width: 1200px) {
        #f-menu .f-menu-wrap .f-menu-list {
          width: 100%; } }
  #f-menu .new-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; }
    #f-menu .new-main-menu .main-menu-li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1200px) {
        #f-menu .new-main-menu .main-menu-li {
          padding: 0 15px; } }
      #f-menu .new-main-menu .main-menu-li.main-menu-li-mega {
        position: initial; }
      #f-menu .new-main-menu .main-menu-li > a {
        text-transform: uppercase;
        font-weight: 400;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .4s;
        font-size: 14px;
        font-weight: 700; }
        @media (max-width: 1200px) {
          #f-menu .new-main-menu .main-menu-li > a {
            font-size: 13px;
            padding: 8px 0; } }
        #f-menu .new-main-menu .main-menu-li > a > svg {
          margin-left: 10px;
          width: 8px;
          height: 8px;
          transition: all .4s; }
          @media (max-width: 1200px) {
            #f-menu .new-main-menu .main-menu-li > a > svg {
              display: none; } }
      #f-menu .new-main-menu .main-menu-li:nth-child(n+7) .main-menu-sub {
        left: initial;
        right: 0; }
      #f-menu .new-main-menu .main-menu-li:hover .main-menu-sub {
        transform: scaleY(1);
        visibility: visible; }
      #f-menu .new-main-menu .main-menu-li:hover .main-menu-mega {
        transform: scaleY(1);
        visibility: visible; }
      #f-menu .new-main-menu .main-menu-li:hover > a svg {
        transform: rotate(180deg); }
    #f-menu .new-main-menu .main-menu-mega {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center;
      visibility: hidden;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      transform: scaleY(0);
      transform-origin: top;
      transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
      background: #fff;
      border-top: 1px solid #ededed; }
      @media (max-width: 1200px) {
        #f-menu .new-main-menu .main-menu-mega {
          display: none !important; } }
      #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap {
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px; }
        #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub {
          display: block;
          width: 100%;
          justify-content: space-between;
          flex-wrap: wrap; }
          #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li {
            display: inline-block;
            width: 20%;
            float: left;
            text-align: left;
            margin-bottom: 10px; }
            #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li > a {
              font-weight: 400;
              font-size: 13px;
              display: block; }
            #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child {
              padding-top: 5px; }
              #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child .main-menu-mega-sub-child-li {
                margin-bottom: 5px;
                font-size: 13px; }
                #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child .main-menu-mega-sub-child-li > a {
                  font-weight: 300;
                  text-transform: capitalize; }
                #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child .main-menu-mega-sub-child-li ul {
                  padding-left: 10px; }
                  #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child .main-menu-mega-sub-child-li ul li {
                    margin-bottom: 5px;
                    margin-top: 5px; }
                    #f-menu .new-main-menu .main-menu-mega .main-menu-mega-wrap .main-menu-mega-sub .main-menu-mega-sub-li .main-menu-mega-sub-child .main-menu-mega-sub-child-li ul li a {
                      color: #212121; }
    #f-menu .new-main-menu .main-menu-sub {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center;
      visibility: hidden;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      transform: scaleY(0);
      transform-origin: top;
      transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
      background: #fff; }
      #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li {
        position: relative;
        border-bottom: 1px dotted #e7e7e7; }
        #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li:last-child {
          border-bottom: none; }
        #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li > a {
          display: block;
          padding: 10px 10px 8px;
          text-transform: uppercase;
          font-size: 13px; }
        #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li:hover .main-menu-sub-child {
          transform: scaleX(1);
          visibility: visible; }
        #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li .main-menu-sub-child {
          position: absolute;
          left: 100%;
          top: 0;
          width: 200px;
          visibility: hidden;
          transform: scaleX(0);
          transform-origin: left;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
          background: #fff; }
          #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li .main-menu-sub-child .main-menu-sub-child-li {
            border-bottom: 1px dotted #e7e7e7;
            background: #fff; }
            #f-menu .new-main-menu .main-menu-sub .main-menu-sub-li .main-menu-sub-child .main-menu-sub-child-li > a {
              display: block;
              padding: 12px 10px 10px;
              text-transform: uppercase; }

#index-slider {
  /*background: #f6ff1d;*/
  transition: background .2s;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #index-slider {
      background: none !important; } }
  #index-slider .index-slider-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    position: relative; }
    #index-slider .index-slider-wrap .index-slider-banner {
      width: 100%; }
      #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top {
        display: flex;
        flex-wrap: wrap; }
        #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-left {
          width: 100%; }
          #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-left .index-slider-banner-item a {
            display: block;
            height: 100%;
            border-radius: 8px;
            overflow: hidden; }
          @media (min-width: 1200px) {
            #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-left .index-slider-banner-item {
              height: 300px; }
              #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-left .index-slider-banner-item img {
                width: 100%;
                height: 100%;
                object-fit: cover; } }
        #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-right {
          width: 130px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          right: 50%;
          z-index: 2;
          margin-right: -600px; }
          @media (max-width: 1199px) {
            #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-right {
              display: none; } }
          #index-slider .index-slider-wrap .index-slider-banner .index-slider-banner-top .index-slider-banner-top-right .index-slider-banner-item {
            padding: 3px; }

body.slider-nav .index-slider-nav {
  background: #fff;
  z-index: 100; }

body.slider-nav .overplay-all {
  opacity: 1;
  visibility: visible; }

.f-menu-nav {
  position: relative;
  z-index: 100;
  background: #fff; }
  .f-menu-nav:hover .f-menu-nav-menu, .f-menu-nav:hover + .f-menu-nav-menu-ovl {
    visibility: visible;
    opacity: 1; }
  .f-menu-nav .f-menu-nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s; }
    .f-menu-nav .f-menu-nav-menu .index-slider-nav {
      background: #fff;
      width: 100%; }

#index-slider {
  padding-top: 10px; }
  #index-slider .index-slider-nav {
    position: absolute;
    left: 50%;
    margin-left: -578px;
    z-index: 2;
    width: 100%;
    max-width: 223px;
    height: 100%;
    background: rgba(51, 51, 51, 0.5); }
    #index-slider .index-slider-nav > ul > li > a {
      color: #fff; }

.index-slider-nav {
  width: 23%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative; }
  @media (min-width: 1600px) {
    .index-slider-nav {
      justify-content: flex-end; } }
  @media (max-width: 1199px) {
    .index-slider-nav {
      display: none; } }
  .index-slider-nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px; }
    .index-slider-nav > ul > li:hover .index-slider-nav-mega {
      visibility: visible;
      opacity: 1; }
    .index-slider-nav > ul > li:hover {
      background: rgba(0, 0, 0, 0.05); }
    .index-slider-nav > ul > li > a {
      display: flex;
      align-items: center;
      padding: 10px 20px;
      font-weight: 500; }
      .index-slider-nav > ul > li > a i {
        width: 24px; }
      .index-slider-nav > ul > li > a span {
        width: calc(100% - 24px);
        padding-left: 15px; }
    .index-slider-nav > ul .index-slider-nav-mega {
      position: absolute;
      left: 100%;
      background: #fff;
      top: 0;
      width: 335%;
      z-index: 9;
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      visibility: hidden;
      opacity: 0;
      transition: all .3s;
      padding: 25px 30px;
      min-height: 100%; }
      .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-banner {
        width: 28%;
        padding-left: 15px;
        overflow: hidden; }
      .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-list {
        width: 72%;
        display: block; }
      .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-li {
        width: 50%;
        display: inline-block;
        float: left; }
        .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-li > a {
          font-weight: 400;
          font-size: 14px;
          display: block;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-li .index-slider-nav-mega-child > li {
          margin-bottom: 5px; }
          .index-slider-nav > ul .index-slider-nav-mega .index-slider-nav-mega-li .index-slider-nav-mega-child > li > a {
            font-weight: 300;
            text-transform: capitalize;
            font-size: 13px; }
      .index-slider-nav > ul .index-slider-nav-mega ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }

#index-policy {
  background: #DBF1FF;
  padding-top: 30px;
  padding-bottom: 0; }
  @media (max-width: 1199px) {
    #index-policy {
      padding-bottom: 0px; } }
  @media (max-width: 1199px) {
    #index-policy .index-policy-list-wrap {
      overflow-x: auto;
      white-space: nowrap;
      margin-left: -15px;
      margin-right: -15px; } }
  #index-policy .index-policy-list {
    display: flex;
    justify-content: space-between; }
    #index-policy .index-policy-list .index-policy-item {
      width: calc(100% / 10);
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 1199px) {
        #index-policy .index-policy-list .index-policy-item {
          min-width: 80px; } }
      #index-policy .index-policy-list .index-policy-item a {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #index-policy .index-policy-list .index-policy-item a .index-policy-item-img {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 56px;
          height: 56px; }
        #index-policy .index-policy-list .index-policy-item a .index-policy-item-title {
          text-align: center;
          display: inline-block;
          margin-top: 10px;
          font-size: 13px;
          white-space: break-spaces; }
          @media (max-width: 767px) {
            #index-policy .index-policy-list .index-policy-item a .index-policy-item-title {
              font-size: 12px; } }
  #index-policy .index-policy-banners-wrap {
    margin-top: 20px; }
    @media (max-width: 1199px) {
      #index-policy .index-policy-banners-wrap {
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -15px;
        margin-right: -15px; } }
    #index-policy .index-policy-banners-wrap .index-policy-banners {
      display: flex;
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      @media (max-width: 1199px) {
        #index-policy .index-policy-banners-wrap .index-policy-banners {
          flex-wrap: initial;
          padding-left: 15px;
          padding-right: 15px; } }
      #index-policy .index-policy-banners-wrap .index-policy-banners .index-policy-banner {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 1199px) {
          #index-policy .index-policy-banners-wrap .index-policy-banners .index-policy-banner {
            min-width: 320px; } }

.index-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .index-heading-wrap .index-heading-left {
    display: flex;
    align-items: center; }
  .index-heading-wrap .index-heading {
    font-size: 22px;
    margin: 0;
    font-weight: 700; }
    @media (max-width: 767px) {
      .index-heading-wrap .index-heading {
        font-size: 15px; } }
  .index-heading-wrap .index-heading-right a {
    color: #1f3a7d; }
    .index-heading-wrap .index-heading-right a svg path {
      fill: #1f3a7d; }
    @media (max-width: 767px) {
      .index-heading-wrap .index-heading-right a {
        font-size: 13px; } }

#index-flashdeal {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-flashdeal .index-flashdeal-countdown {
    display: flex;
    margin-left: 10px; }
    #index-flashdeal .index-flashdeal-countdown span {
      display: inline-flex;
      width: 40px;
      height: 40px;
      background: #FFF2E3;
      margin: 0 2px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #820813;
      font-size: 13px;
      line-height: 1.3; }
  #index-flashdeal .index-list-viewmore {
    display: none; }
  @media (max-width: 767px) {
    #index-flashdeal .index-heading-right {
      display: none; }
    #index-flashdeal .index-heading-left {
      width: 100%;
      justify-content: space-between; }
    #index-flashdeal .index-list-viewmore {
      display: flex;
      margin-left: 1px; } }
  #index-flashdeal .index-flashdeal-products {
    margin-top: 15px; }
    @media (max-width: 1199px) {
      #index-flashdeal .index-flashdeal-products {
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -15px;
        margin-right: -15px;
        background: #f5f5f5; } }
  #index-flashdeal .index-flashdeal-list {
    background: #f5f5f5;
    padding: 1px;
    padding-right: 0; }
    @media (max-width: 1199px) {
      #index-flashdeal .index-flashdeal-list {
        display: flex;
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 1199px) {
      #index-flashdeal .index-flashdeal-list .proLoop {
        min-width: 170px; } }

#index-brandlist {
  padding-top: 30px; }
  @media (min-width: 768px) {
    #index-brandlist .index-brandlist-heading {
      display: none; } }
  #index-brandlist .index-brandlist-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #index-brandlist .index-brandlist-wrap {
        margin-left: -15px;
        margin-right: -15px; } }
    #index-brandlist .index-brandlist-wrap .index-brandlist-left {
      width: 33.3333%; }
      @media (max-width: 1199px) and (min-width: 768px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-left {
          display: none; } }
      @media (max-width: 767px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-left {
          display: none; } }
    #index-brandlist .index-brandlist-wrap .index-brandlist-left-mb {
      width: 100%;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-left-mb {
          display: none; } }
    #index-brandlist .index-brandlist-wrap .index-brandlist-right {
      width: 66.6667%;
      padding-left: 30px; }
      @media (max-width: 1199px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-right {
          padding-left: 0px;
          width: 100%; } }
      @media (max-width: 767px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-right {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap; } }
      @media (max-width: 767px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-heading-wrap {
          display: none; } }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-listwrap {
        border: 2px solid #820813;
        border-radius: 40px;
        padding: 0;
        margin-top: 10px; }
        @media (max-width: 1199px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-listwrap {
            overflow-x: auto;
            white-space: nowrap;
            border: none;
            padding: 0;
            margin-left: -15px;
            margin-right: -15px; } }
        @media (max-width: 767px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-listwrap {
            width: 25%;
            margin-left: 0;
            margin-right: 0;
            overflow-x: hidden;
            white-space: normal;
            margin-top: 0;
            padding: 0 5px 0 0;
            border-radius: 0px; } }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list {
        border-radius: 40px; }
        @media (max-width: 1199px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list {
            display: flex;
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 767px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list {
            display: block;
            padding-left: 0;
            padding-right: 0;
            border-radius: 0px; } }
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-stage-outer {
          border-radius: 40px; }
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-dots {
          counter-reset: dots; }
          @media (min-width: 1200px) {
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-dots {
              position: absolute;
              right: 0;
              top: 0;
              text-align: right;
              margin-top: -32px; } }
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-dots .owl-dot {
            width: 22px;
            height: 22px;
            font-size: 12px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0 !important; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-dots .owl-dot.active {
              background: #820813 !important;
              color: #fff; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .owl-dots .owl-dot:before {
              counter-increment: dots;
              content: counter(dots); }
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem {
          padding: 3px; }
          @media (max-width: 1199px) {
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem {
              min-width: 100px; } }
          @media (max-width: 767px) {
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem {
              min-width: initial; } }
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a {
            display: flex;
            position: relative;
            overflow: hidden; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              display: block;
              background-color: transparent;
              border-radius: 40px;
              z-index: -1; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a .index-brandlist-listitem-img-white {
              display: none; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a.active:after {
              background-color: #1f3a7d; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a.active .index-brandlist-listitem-img-white {
              display: block; }
            #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-list .index-brandlist-listitem a.active .index-brandlist-listitem-img-black {
              display: none; }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-product-wrap {
        margin-top: 10px; }
        @media (max-width: 1199px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-product-wrap {
            overflow-x: auto;
            white-space: nowrap;
            margin-left: -15px;
            margin-right: -15px; } }
        @media (max-width: 767px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-product-wrap {
            width: 75%;
            margin-left: 0;
            margin-right: 0;
            overflow-x: hidden; } }
      @media (max-width: 1199px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products {
          flex-wrap: initial;
          margin-left: -10px;
          margin-right: -10px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; } }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .index-products-bordered {
        padding-left: 0;
        padding-right: 1px; }
        @media (max-width: 767px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .index-products-bordered {
            flex-wrap: initial;
            overflow-x: auto;
            padding-left: 1px; } }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .proLoop {
        width: 25%; }
        @media (max-width: 1199px) {
          #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .proLoop {
            min-width: 170px; } }
        #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .proLoop .proLoop-wrap {
          margin-top: 0.5px;
          margin-bottom: 0.5px;
          height: 100%; }
      #index-brandlist .index-brandlist-wrap .index-brandlist-right .index-brandlist-products .index-list-viewmore {
        margin-top: 10px; }

.index-products-bordered {
  background: #f5f5f5;
  padding: 1px;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap; }

#index-brands {
  background: #212121;
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-brands .index-heading {
    color: #fff; }
  #index-brands .index-brands-wrap {
    margin-top: 15px; }
    @media (max-width: 1199px) {
      #index-brands .index-brands-wrap {
        overflow-x: auto;
        white-space: nowrap; } }
  #index-brands .index-brands-list {
    border-right: 1px solid #434343;
    border-bottom: 1px solid #434343; }
    @media (max-width: 1199px) {
      #index-brands .index-brands-list {
        display: flex; } }
    #index-brands .index-brands-list .owl-nav .owl-next, #index-brands .index-brands-list .owl-nav .owl-prev {
      top: calc(50% - 15px); }
    @media (max-width: 1199px) {
      #index-brands .index-brands-list .index-brand-item-wrap {
        width: 140px; } }
    #index-brands .index-brands-list .index-brand-item {
      display: flex;
      height: 170px;
      border-top: 1px solid #434343;
      border-left: 1px solid #434343; }
      @media (max-width: 1199px) {
        #index-brands .index-brands-list .index-brand-item {
          width: 140px;
          height: 80px; } }
      #index-brands .index-brands-list .index-brand-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 30px; }
        @media (max-width: 1199px) {
          #index-brands .index-brands-list .index-brand-item a {
            padding: 10px 15px; } }
        #index-brands .index-brands-list .index-brand-item a img {
          transition: all .2s; }
        #index-brands .index-brands-list .index-brand-item a:hover img {
          transform: scale(1.1); }

#index-hotdeal {
  padding-top: 30px; }
  @media (max-width: 1199px) {
    #index-hotdeal {
      margin-bottom: -10px; } }
  #index-hotdeal .index-hotdeal-products {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px; }
    @media (max-width: 1199px) {
      #index-hotdeal .index-hotdeal-products {
        padding-bottom: 5px; } }
  #index-hotdeal .index-hotdeal-list .index-hotdeal-item {
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 767px) {
      #index-hotdeal .index-hotdeal-list .index-hotdeal-item {
        display: block; } }
    @media (max-width: 767px) {
      #index-hotdeal .index-hotdeal-list .index-hotdeal-item .index-hotdeal-item-wrap {
        display: block; } }
    #index-hotdeal .index-hotdeal-list .index-hotdeal-item .index-hotdeal-item-wrap .index-hotdeal-item-products {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      /*
          margin-left: 25px;
					margin-right: 25px;
          */
      margin-top: 15px;
      background: #f5f5f5;
      padding: 1px;
      padding-right: 0; }
      @media (max-width: 767px) {
        #index-hotdeal .index-hotdeal-list .index-hotdeal-item .index-hotdeal-item-wrap .index-hotdeal-item-products {
          /*
            margin-left: 10px;
						margin-right: 10px;
            */
          padding-right: 1px;
          transform: translateY(0px); } }
      #index-hotdeal .index-hotdeal-list .index-hotdeal-item .index-hotdeal-item-wrap .index-hotdeal-item-products .proLoop {
        width: 50%; }
  #index-hotdeal .index-hotdeal-list .owl-dots {
    transform: translateY(-40px);
    counter-reset: dots; }
    @media (max-width: 1199px) {
      #index-hotdeal .index-hotdeal-list .owl-dots {
        transform: translateY(0px);
        margin-top: 0; } }
    @media (min-width: 1200px) {
      #index-hotdeal .index-hotdeal-list .owl-dots {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        margin-top: 0; } }
    #index-hotdeal .index-hotdeal-list .owl-dots .owl-dot {
      width: 22px;
      height: 22px;
      font-size: 12px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0 !important; }
      #index-hotdeal .index-hotdeal-list .owl-dots .owl-dot.active {
        background: #820813 !important;
        color: #fff; }
      #index-hotdeal .index-hotdeal-list .owl-dots .owl-dot:before {
        counter-increment: dots;
        content: counter(dots); }

#index-categories {
  background: #F5F6F9;
  padding-top: 30px; }
  #index-categories .index-categories-wrap {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1199px) {
      #index-categories .index-categories-wrap {
        overflow-x: auto;
        white-space: nowrap; } }
  #index-categories .index-categories-list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      #index-categories .index-categories-list {
        flex-wrap: initial; } }
    @media (max-width: 767px) {
      #index-categories .index-categories-list.owl-carousel {
        display: block;
        flex-wrap: unset;
        padding: 0 10px; }
        #index-categories .index-categories-list.owl-carousel .owl-dots {
          margin-top: -15px; } }
    #index-categories .index-categories-list .index-category {
      width: calc(100% / 7);
      padding: 0 15px;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        #index-categories .index-categories-list .index-category {
          min-width: 110px; } }
      @media (max-width: 767px) {
        #index-categories .index-categories-list .index-category {
          width: 100%;
          padding: 0;
          min-width: unset; } }
      @media (min-width: 380px) and (max-width: 480px) {
        #index-categories .index-categories-list .index-category {
          min-width: unset; } }
      @media (min-width: 768px) {
        #index-categories .index-categories-list .index-category a {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      #index-categories .index-categories-list .index-category a .index-category-img {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff; }
      #index-categories .index-categories-list .index-category a .index-category-title {
        text-align: center;
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 767px) {
          #index-categories .index-categories-list .index-category a .index-category-title {
            min-height: 36px;
            font-size: 12px;
            display: block;
            white-space: normal; } }
        @media (min-width: 380px) and (max-width: 480px) {
          #index-categories .index-categories-list .index-category a .index-category-title {
            white-space: normal; } }

#index-searchtrend {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-searchtrend .index-searchtrend-wrap {
    margin-top: 15px; }
    @media (max-width: 1199px) {
      #index-searchtrend .index-searchtrend-wrap {
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -15px;
        margin-right: -15px; } }
  #index-searchtrend .index-searchtrend-list {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #1f3a7d;
    border-radius: 70px; }
    @media (max-width: 1199px) {
      #index-searchtrend .index-searchtrend-list {
        flex-wrap: initial;
        border: none;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    #index-searchtrend .index-searchtrend-list .index-searchtrend-item {
      width: calc(100% / 6);
      display: flex; }
      @media (max-width: 1199px) {
        #index-searchtrend .index-searchtrend-list .index-searchtrend-item {
          width: 200px; } }
      @media (max-width: 767px) {
        #index-searchtrend .index-searchtrend-list .index-searchtrend-item {
          min-width: 100px;
          white-space: normal; } }
      #index-searchtrend .index-searchtrend-list .index-searchtrend-item a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px;
        align-items: center;
        overflow: hidden; }
        #index-searchtrend .index-searchtrend-list .index-searchtrend-item a:hover {
          background: #1f3a7d;
          border-radius: 60px;
          color: #fff; }
        @media (max-width: 1199px) {
          #index-searchtrend .index-searchtrend-list .index-searchtrend-item a {
            padding: 5px;
            flex-direction: column-reverse;
            flex-wrap: initial; } }
        @media (max-width: 767px) {
          #index-searchtrend .index-searchtrend-list .index-searchtrend-item a {
            /*
					border: 1px solid #e7e7e7;
					border-radius: 100px;
					padding: 20px 0;
					*/
            justify-content: flex-end; } }
        #index-searchtrend .index-searchtrend-list .index-searchtrend-item a .index-searchtrend-item-title {
          display: flex;
          flex-direction: column;
          width: calc(100% - 80px);
          padding: 5px;
          font-weight: 500;
          text-align: right; }
          @media (max-width: 1199px) {
            #index-searchtrend .index-searchtrend-list .index-searchtrend-item a .index-searchtrend-item-title {
              width: 100%; } }
          @media (max-width: 767px) {
            #index-searchtrend .index-searchtrend-list .index-searchtrend-item a .index-searchtrend-item-title {
              font-size: 12px;
              text-align: left; } }
        #index-searchtrend .index-searchtrend-list .index-searchtrend-item a .index-searchtrend-item-img {
          width: 80px;
          height: 80px;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media (max-width: 1199px) {
            #index-searchtrend .index-searchtrend-list .index-searchtrend-item a .index-searchtrend-item-img {
              font-weight: 400; } }

.index-collection {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .index-collection {
      padding-top: 10px; } }
  .index-collection .index-collection-products {
    margin-top: 15px; }
    @media (max-width: 1199px) {
      .index-collection .index-collection-products {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        white-space: nowrap;
        /*background: #f5f5f5;*/ } }
  .index-collection .index-collection-list, .index-collection .index-khampha-list, .index-collection .index-flashdeal-list-bc {
    background: #f5f5f5;
    padding: 1px;
    padding-right: 0; }
    @media (max-width: 1199px) {
      .index-collection .index-collection-list, .index-collection .index-khampha-list, .index-collection .index-flashdeal-list-bc {
        display: flex; } }
    @media (max-width: 1199px) and (min-width: 578px) {
      .index-collection .index-collection-list .proLoop, .index-collection .index-khampha-list .proLoop, .index-collection .index-flashdeal-list-bc .proLoop {
        min-width: 170px; } }
  @media (max-width: 567px) {
    .index-collection .index-collection-list .proLoop, .index-collection .index-flashdeal-list-bc .proLoop {
      flex: 0 0 auto;
      width: calc((88% / 2)); }
      .index-collection .index-collection-list .proLoop .productPrice b, .index-collection .index-flashdeal-list-bc .proLoop .productPrice b {
        font-size: 11px; } }
  .index-collection .index-khampha-list .owl-stage {
    padding-left: 0 !important; }

.index-list-viewmore {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  background: #fff;
  align-items: center; }
  .index-list-viewmore.with-border a {
    border: 1px solid #1f3a7d;
    border-radius: 20px; }
    @media (min-width: 1200px) {
      .index-list-viewmore.with-border a:hover {
        background: #1f3a7d;
        color: #fff; } }
  .index-list-viewmore a {
    color: #1f3a7d;
    display: inline-flex;
    padding: 5px 20px; }

#index-suggest {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-suggest .index-suggest-tabs {
    margin-top: 15px;
    border-radius: 40px;
    border: 2px solid #1f3a7d; }
    @media (max-width: 1199px) {
      #index-suggest .index-suggest-tabs {
        overflow-x: auto;
        white-space: nowrap;
        border: none;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px; } }
    #index-suggest .index-suggest-tabs ul {
      list-style-type: none;
      padding: 5px;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      justify-content: space-between; }
      @media (max-width: 1199px) {
        #index-suggest .index-suggest-tabs ul {
          flex-wrap: initial;
          padding-left: 15px;
          padding-right: 15px; } }
      #index-suggest .index-suggest-tabs ul li a {
        display: block;
        padding: 5px 30px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 40px;
        min-width: 260px;
        color: #1f3a7d; }
        @media (max-width: 1199px) {
          #index-suggest .index-suggest-tabs ul li a {
            min-width: initial; } }
        #index-suggest .index-suggest-tabs ul li a.active {
          color: #fff;
          background: #1f3a7d; }
  #index-suggest .index-suggest-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media (max-width: 1199px) {
      #index-suggest .index-suggest-list {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 767px) {
      #index-suggest .index-suggest-list {
        margin-top: 10px; } }
    #index-suggest .index-suggest-list .proLoop {
      width: 20%; }
      #index-suggest .index-suggest-list .proLoop .proLoop-wrap {
        margin-top: 0.5px;
        margin-bottom: 0.5px; }
      @media (max-width: 1199px) {
        #index-suggest .index-suggest-list .proLoop {
          width: 25%; } }
      @media (max-width: 991px) {
        #index-suggest .index-suggest-list .proLoop {
          width: 50%; } }
    #index-suggest .index-suggest-list .index-list-viewmore {
      margin-top: 10px; }

#index-explore {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-explore .index-explore-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media (max-width: 1199px) {
      #index-explore .index-explore-list {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 767px) {
      #index-explore .index-explore-list {
        margin-top: 10px; } }
    #index-explore .index-explore-list .proLoop {
      width: 20%; }
      #index-explore .index-explore-list .proLoop .proLoop-wrap {
        margin-top: 0.5px;
        margin-bottom: 0.5px; }
      @media (max-width: 1199px) {
        #index-explore .index-explore-list .proLoop {
          width: 25%; } }
      @media (max-width: 991px) {
        #index-explore .index-explore-list .proLoop {
          width: 50%; } }
    #index-explore .index-explore-list .index-list-viewmore {
      margin-top: 10px; }

#index-promotion-banner {
  margin-top: 30px; }
  @media (max-width: 767px) {
    #index-promotion-banner {
      margin-top: 0px; } }
  #index-promotion-banner .index-promotion-banner-wrap {
    margin-top: 20px; }
    @media (max-width: 1199px) {
      #index-promotion-banner .index-promotion-banner-wrap {
        overflow-x: auto;
        white-space: nowrap;
        margin-left: -15px;
        margin-right: -15px; } }
    #index-promotion-banner .index-promotion-banner-wrap .index-promotion-banner-list {
      display: flex;
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      @media (max-width: 1199px) {
        #index-promotion-banner .index-promotion-banner-wrap .index-promotion-banner-list {
          flex-wrap: initial;
          padding-left: 15px;
          padding-right: 15px; } }
      #index-promotion-banner .index-promotion-banner-wrap .index-promotion-banner-list .index-promotion-banner-item {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 1199px) {
          #index-promotion-banner .index-promotion-banner-wrap .index-promotion-banner-list .index-promotion-banner-item {
            min-width: 260px; } }

#index-bestseller {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-bestseller .index-bestseller-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    #index-bestseller .index-bestseller-wrap .index-bestseller-left {
      width: 50%;
      padding-right: 50px; }
      @media (max-width: 1199px) {
        #index-bestseller .index-bestseller-wrap .index-bestseller-left {
          width: 100%;
          padding-right: 0; } }
      @media (max-width: 1199px) {
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .index-bestseller-products-wrap {
          overflow-x: auto;
          white-space: nowrap;
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 1199px) {
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .index-bestseller-products {
          padding-left: 15px;
          padding-right: 15px;
          display: flex;
          margin-left: -10px;
          margin-right: -10px; } }
      #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop {
        display: none; }
        @media (max-width: 1199px) {
          #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop {
            display: flex;
            min-width: 170px;
            flex-direction: column; } }
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop.active {
          display: flex; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .proLoop-wrap {
          display: flex;
          flex-wrap: wrap; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .productImg {
          width: 45%;
          border: 1px solid #e1e1e1;
          padding: 5px; }
          @media (max-width: 1199px) {
            #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .productImg {
              width: 100%;
              border: none;
              padding: 0; } }
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .proLoop-wrap-info {
          width: 55%;
          padding-left: 15px; }
          @media (max-width: 1199px) {
            #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .proLoop-wrap-info {
              width: 100%;
              padding-left: 0px; } }
        #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .proLoopInfo {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media (max-width: 1199px) {
            #index-bestseller .index-bestseller-wrap .index-bestseller-left .proLoop .proLoopInfo {
              width: 100%;
              padding-left: 0; } }
    #index-bestseller .index-bestseller-wrap .index-bestseller-right {
      width: 50%; }
      @media (max-width: 1199px) {
        #index-bestseller .index-bestseller-wrap .index-bestseller-right {
          display: none; } }
      #index-bestseller .index-bestseller-wrap .index-bestseller-right .index-bestseller-list-item {
        padding-top: 0px;
        padding-bottom: 0px; }
      #index-bestseller .index-bestseller-wrap .index-bestseller-right .lSSlideOuter {
        padding-top: 0;
        overflow: initial; }
      #index-bestseller .index-bestseller-wrap .index-bestseller-right .lSPager {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: -60px; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-right .lSPager li.active a {
          background: #820813 !important;
          color: #fff; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-right .lSPager li a {
          text-indent: initial;
          width: 22px;
          height: 22px;
          font-size: 12px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding: 0 !important;
          background: rgba(0, 0, 0, 0.1) !important; }
      #index-bestseller .index-bestseller-wrap .index-bestseller-right .index-bestseller-list .index-bestseller-list-item a {
        display: flex;
        font-weight: 500;
        padding: 0 25px;
        border-radius: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 44px;
        line-height: 44px;
        font-size: 15px; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-right .index-bestseller-list .index-bestseller-list-item a.active {
          background: #820813;
          color: #fff; }
        #index-bestseller .index-bestseller-wrap .index-bestseller-right .index-bestseller-list .index-bestseller-list-item a span {
          margin-left: 5px;
          margin-right: 5px; }
          #index-bestseller .index-bestseller-wrap .index-bestseller-right .index-bestseller-list .index-bestseller-list-item a span:first-child {
            font-size: 18px;
            font-weight: 700; }

#index-instagram .owl-carousel .owl-nav .owl-prev, #index-instagram .owl-carousel .owl-nav .owl-next {
  top: calc(50% - 15px); }

@media (max-width: 1199px) {
  #index-instagram .index-instagram-list-wrap {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px; } }

#index-instagram .index-instagram-list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    #index-instagram .index-instagram-list {
      flex-wrap: initial;
      padding-left: 15px;
      padding-right: 15px; } }
  #index-instagram .index-instagram-list .index-instagram-item {
    padding: 3px; }
    @media (max-width: 1199px) {
      #index-instagram .index-instagram-list .index-instagram-item {
        min-width: 170px; } }
    #index-instagram .index-instagram-list .index-instagram-item a {
      display: block;
      position: relative; }
      #index-instagram .index-instagram-list .index-instagram-item a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        transition: all .3s;
        visibility: hidden;
        opacity: 0; }
      #index-instagram .index-instagram-list .index-instagram-item a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 28px;
        transform: translate(-50%, -50%);
        transition: all .4s;
        visibility: hidden;
        opacity: 0;
        background-image: url(https://file.hstatic.net/200000306687/file/group_13_b83df936e7d24410855be6dcad4c5c79.svg);
        background-size: contain; }
      #index-instagram .index-instagram-list .index-instagram-item a:hover:before, #index-instagram .index-instagram-list .index-instagram-item a:hover:after {
        visibility: visible;
        opacity: 1; }

.tempalte-index footer, .tempalte-product footer, body[class^="tempalte-customers"] footer {
  margin-top: 0; }

.tempalte-cart footer {
  margin-top: 80px; }

@media (max-width: 767px) {
  footer {
    margin-top: 0; } }

@media (min-width: 768px) {
  #home-backtotop {
    display: none; } }

#home-backtotop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px; }
  #home-backtotop a span {
    margin-top: 5px; }

#footer-actions {
  position: fixed;
  z-index: 1020;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: none; }
  @media (max-width: 767px) {
    #footer-actions.detail_action {
      display: block;
      width: 100vw; } }
  #footer-actions .footer-product-actions {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 10px 15px;
    justify-content: space-between; }
    #footer-actions .footer-product-actions #addcart-mb {
      flex: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #212121;
      border-radius: 3px;
      color: #212121;
      margin: 0 5px;
      width: auto; }
      #footer-actions .footer-product-actions #addcart-mb.sold-out {
        opacity: 0.6;
        pointer-events: none; }
    #footer-actions .footer-product-actions #location-mb strong {
      padding: 0 4px 2px 0; }
    #footer-actions .footer-product-actions #buynow-mb, #footer-actions .footer-product-actions #location-mb {
      flex: auto;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #820813;
      border: 1px solid #820813;
      border-radius: 3px;
      margin: 0 5px;
      width: auto; }
      #footer-actions .footer-product-actions #buynow-mb.sold-out, #footer-actions .footer-product-actions #location-mb.sold-out {
        opacity: 0.6;
        pointer-events: none; }
    #footer-actions .footer-product-actions #btn-form-outlet {
      flex: auto;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fe2d05;
      border: 1px solid #fe2d05;
      border-radius: 3px;
      margin: 0 5px;
      width: auto; }
  #footer-actions ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
    #footer-actions ul li {
      width: 20%; }
  #footer-actions .footer-action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 5px;
    font-size: 12px; }
    #footer-actions .footer-action-item span {
      margin-top: 5px; }

body.open-sidenav {
  overflow: hidden; }
  body.open-sidenav #sidenav {
    visibility: visible;
    opacity: 1; }
  body.open-sidenav .skiptranslate ~ #sidenav .sidenav-wrap .sidenav-nav {
    top: 40px !important; }
  body.open-sidenav .skiptranslate ~ #sidenav .sidenav-wrap .sidenav-close {
    top: 60px; }

body.open-sidenav-menu #sidenav .sidenav-item {
  display: none; }
  body.open-sidenav-menu #sidenav .sidenav-item.sidenav-menu {
    display: block; }

body.open-sidenav-nav #sidenav .sidenav-item {
  display: none; }
  body.open-sidenav-nav #sidenav .sidenav-item.sidenav-nav {
    display: block; }

body.open-sidenav-search #sidenav .sidenav-item {
  display: none; }
  body.open-sidenav-search #sidenav .sidenav-item.sidenav-search {
    display: block; }

body.open-sidenav-cart #sidenav .sidenav-item {
  display: none; }
  body.open-sidenav-cart #sidenav .sidenav-item.sidenav-cart {
    display: block; }

@media (min-width: 1200px) {
  body.open-sidenav-cart #sidenav {
    transform: translateX(0%); } }

body.open-sidenav-account #sidenav .sidenav-item {
  display: none; }
  body.open-sidenav-account #sidenav .sidenav-item.sidenav-account {
    display: block; }

@media (min-width: 1200px) {
  body.open-sidenav-account #sidenav {
    transform: translateX(0%); } }

.sidenav-account .sidenav-account-form {
  padding: 0 20px; }

.sidenav-account .sidenav-account-foot-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important; }

#sidenav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 2010;
  background: #fff;
  transition: all .8s;
  visibility: hidden;
  opacity: 0;
  display: block; }
  @media (min-width: 1200px) {
    #sidenav {
      transition: all .4s;
      transform: translateX(100%); } }
  #sidenav .sidenav-wrap {
    position: relative;
    height: 100%; }
    #sidenav .sidenav-wrap .sidenav-close {
      top: 10px;
      right: 10px;
      position: absolute;
      width: 32px;
      height: 32px;
      display: flex;
      z-index: 9;
      justify-content: center;
      align-items: center; }
    #sidenav .sidenav-wrap .sidenav-menu {
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 60px;
      display: none; }
      #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-top {
        height: 60px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute; }
      #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-body ul {
        list-style-type: none; }
        #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-body ul li {
          margin-bottom: 10px; }
          #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-body ul li a {
            font-size: 15px;
            font-weight: 500; }
      #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-foot {
        height: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        align-items: center; }
        #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-foot ul {
          list-style-type: none;
          display: flex;
          padding: 0;
          margin: 0; }
          #sidenav .sidenav-wrap .sidenav-menu .sidenav-menu-foot ul li {
            margin-left: 5px;
            margin-right: 5px; }
    #sidenav .sidenav-wrap .sidenav-nav {
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 60px;
      display: none; }
      #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-top {
        height: 60px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute; }
      #sidenav .sidenav-wrap .sidenav-nav .index-slider-nav-mega {
        margin: 0;
        list-style-type: none;
        padding: 0px 20px;
        display: none; }
        #sidenav .sidenav-wrap .sidenav-nav .index-slider-nav-mega .index-slider-nav-mega-li > a {
          font-weight: 400;
          font-size: 13px;
          display: block;
          text-transform: uppercase;
          margin-bottom: 5px; }
        #sidenav .sidenav-wrap .sidenav-nav .index-slider-nav-mega .index-slider-nav-mega-li .index-slider-nav-mega-child > li {
          margin-bottom: 5px; }
          #sidenav .sidenav-wrap .sidenav-nav .index-slider-nav-mega .index-slider-nav-mega-li .index-slider-nav-mega-child > li > a {
            font-weight: 300;
            text-transform: capitalize;
            font-size: 13px; }
        #sidenav .sidenav-wrap .sidenav-nav .index-slider-nav-mega ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
      #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body {
        overflow-y: auto;
        max-height: calc(100vh - 190px); }
        #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          width: 100%;
          padding-top: 10px; }
          #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div {
            display: flex;
            justify-content: space-between;
            padding: 0 10px 0 20px; }
            #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div > a {
              display: flex;
              align-items: center;
              padding: 10px 0; }
              #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div > a i {
                width: 24px; }
              #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div > a span {
                width: calc(100 - 24px);
                padding-left: 15px; }
            #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div > .sidenav-nav-body-icon {
              padding: 0 10px; }
              #sidenav .sidenav-wrap .sidenav-nav .sidenav-nav-body > ul > li > div > .sidenav-nav-body-icon i {
                transform: rotate(90deg);
                font-size: 12px; }
    #sidenav .sidenav-wrap .sidenav-search {
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 60px;
      display: none; }
      #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top {
        height: 60px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 10px 60px 10px 15px;
        background: #fff; }
        #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form {
          margin-bottom: 10px; }
          @media (max-width: 1199px) {
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form {
              margin-bottom: 0px; } }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form .search-input-wrap {
            position: relative;
            margin-bottom: 0; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form .search-input-wrap input {
              height: 44px;
              border-radius: 0px;
              font-size: 13px;
              padding-left: 45px;
              border-top: none;
              border-left: none;
              border-right: none; }
              @media (max-width: 767px) {
                #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form .search-input-wrap input {
                  height: 40px;
                  padding-left: 32px; } }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form .search-input-wrap button {
              position: absolute;
              left: 0;
              top: 0;
              height: 44px;
              width: 44px;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              padding: 0; }
              @media (max-width: 767px) {
                #sidenav .sidenav-wrap .sidenav-search .sidenav-search-top form .search-input-wrap button {
                  height: 40px;
                  width: 40px; } }
      #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results {
        background: #fff; }
        #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          text-decoration: none;
          color: #333;
          padding: 8px 10px;
          border-top: 1px dotted #e1e1e1;
          flex-wrap: wrap; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a:first-child {
            border-top: 1px solid #e3e3e3; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a img {
            width: 44px;
            height: auto; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a span {
            width: calc(100% - 44px);
            display: block;
            padding-left: 10px; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a span b {
              font-weight: 400;
              display: block; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a span strong {
              margin-right: 10px; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-results a span del {
              font-size: 13px;
              color: #5d5d5d; }
      #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-hot {
        background: #fff;
        border-top: 10px solid #f5f5f5; }
        #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-hot ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-hot ul li {
            border-bottom: 1px solid #E3E3E3; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-hot ul li:last-child {
              border-bottom: none; }
            #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-hot ul li a {
              display: block;
              padding: 15px; }
      #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-trends {
        background: #fff;
        padding: 15px;
        border-top: 10px solid #f5f5f5; }
        #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-trends h5 {
          font-size: 16px; }
        #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-trends ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #E3E3E3;
          border-right: 1px solid #E3E3E3; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-trends ul li {
            width: 50%;
            border-top: 1px solid #E3E3E3;
            border-left: 1px solid #E3E3E3; }
          #sidenav .sidenav-wrap .sidenav-search .sidenav-search-body .sidenav-search-body-trends ul a {
            display: flex;
            padding: 20px 15px; }
    #sidenav .sidenav-wrap .sidenav-cart {
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 60px;
      display: none; }
      #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body {
        padding: 0 25px; }
        #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-title {
          font-size: 15px;
          font-weight: 500; }
        #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list {
          display: flex;
          flex-direction: column;
          max-height: 500px;
          overflow-y: auto;
          padding-right: 10px;
          margin-right: -10px; }
          @media (max-width: 767px) {
            #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list {
              max-height: 400px; } }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list::-webkit-scrollbar-track {
            background: #f4f4f4; }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list::-webkit-scrollbar {
            width: 6px;
            background-color: rgba(0, 0, 0, 0.1); }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: rgba(0, 0, 0, 0.1); }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #E3E3E3;
            align-items: center; }
            #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-image {
              width: 120px; }
            #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail {
              width: calc(100% - 120px);
              padding-left: 15px; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-vendor {
                font-weight: 300;
                font-size: 13px;
                text-transform: uppercase; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-title {
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 5px;
                margin-top: 2px; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-desc {
                color: #999;
                font-size: 11px; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-prices {
                display: flex;
                justify-content: space-between;
                align-items: center; }
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-prices span {
                  font-weight: 700;
                  margin-right: 5px; }
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-prices del {
                  color: #999;
                  font-size: 13px; }
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-prices .sidenav-cart-list-item-quantity {
                  font-size: 13px; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 5px; }
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions .sidenav-cart-trigger-remove svg {
                  width: 16px;
                  height: 16px; }
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions .sidenav-cart-list-item-quantity {
                  display: flex;
                  flex-wrap: wrap; }
                  #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions .sidenav-cart-list-item-quantity button {
                    width: 28px;
                    height: 28px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #F5F6F9;
                    border-radius: 0; }
                    #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions .sidenav-cart-list-item-quantity button:hover {
                      background: #f1f1f1; }
                  #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-body .sidenav-cart-list .sidenav-cart-list-item .sidenav-cart-list-item-detail .sidenav-cart-list-item-actions .sidenav-cart-list-item-quantity input {
                    display: flex;
                    width: 28px;
                    height: 28px;
                    border: 1px solid #EDEDED;
                    margin-left: 3px;
                    margin-right: 3px;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    pointer-events: none;
                    font-size: 12px;
                    border-radius: 0; }
      #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F5F6F9;
        padding-bottom: 50px; }
        #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap {
          padding: 20px 25px; }
          @media (max-width: 767px) {
            #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap {
              padding: 15px; } }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-info .sidenav-cart-foot-info-line {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px; }
          #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-actions {
            margin-top: 15px; }
            #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-actions a {
              display: flex;
              width: 100%;
              justify-content: center;
              align-items: center;
              border-radius: 0;
              height: 48px;
              font-size: 14px;
              text-transform: initial;
              margin-bottom: 10px;
              font-weight: 500; }
              @media (max-width: 767px) {
                #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-actions a {
                  height: 38px; } }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-actions a:nth-child(1) {
                color: #fff;
                background: #820813;
                border: 1px solid #820813; }
              #sidenav .sidenav-wrap .sidenav-cart .sidenav-cart-foot .sidenav-cart-foot-wrap .sidenav-cart-foot-actions a:nth-child(2) {
                color: #212121;
                border: 1px solid #212121; }
    #sidenav .sidenav-wrap .sidenav-account {
      position: relative;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 60px;
      display: none; }
      #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .sidenav-account-form-title {
        text-align: center;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 25px; }
      #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .form-control {
        border-radius: 0;
        font-size: 14px;
        height: 44px; }
      #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        border: none;
        height: 48px;
        font-size: 14px;
        text-transform: initial;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 500; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button svg {
          margin-right: 15px; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button[type="submit"] {
          background: #1f3a7d; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button#phone-auth-submit {
          background: #820813; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button#phone-auth-submit {
          background: #820813; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button.otp-submit {
          background: #820813; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button#btn-google-login {
          background: #DB4437; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form button#btn-facebook-login {
          background: #3C5898; }
      #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn {
        display: flex;
        justify-content: space-between; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn a {
          color: #1f3a7d;
          text-decoration: underline; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn .saf-remember input {
          margin-right: 5px; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn .saf-remember label {
          font-weight: 400; }
      #sidenav .sidenav-wrap .sidenav-account .sidenav-account-foot {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F5F6F9; }
        #sidenav .sidenav-wrap .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap {
          padding: 20px 0px; }
          #sidenav .sidenav-wrap .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap p {
            text-align: center;
            font-weight: 500;
            font-size: 13px; }
          #sidenav .sidenav-wrap .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap a {
            display: block;
            border: 1px solid #212121;
            padding: 10px 15px;
            text-align: center; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="signin"] .sidenav-account-foot-signin, #sidenav .sidenav-wrap .sidenav-account[data-layout="signin"] .sidenav-account-form-signup, #sidenav .sidenav-wrap .sidenav-account[data-layout="signin"] .sidenav-account-form-forgot {
        display: none; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="signin"] .sidenav-account-foot-signup, #sidenav .sidenav-wrap .sidenav-account[data-layout="signin"] .sidenav-account-form-signin {
        display: block; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="signup"] .sidenav-account-foot-signin, #sidenav .sidenav-wrap .sidenav-account[data-layout="signup"] .sidenav-account-form-signup {
        display: block; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="signup"] .sidenav-account-foot-signup, #sidenav .sidenav-wrap .sidenav-account[data-layout="signup"] .sidenav-account-form-signin, #sidenav .sidenav-wrap .sidenav-account[data-layout="signup"] .sidenav-account-form-forgot {
        display: none; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="forgot"] .sidenav-account-form-forgot, #sidenav .sidenav-wrap .sidenav-account[data-layout="forgot"] .sidenav-account-foot-signin {
        display: block; }
      #sidenav .sidenav-wrap .sidenav-account[data-layout="forgot"] .sidenav-account-foot-signup, #sidenav .sidenav-wrap .sidenav-account[data-layout="forgot"] .sidenav-account-form-signin, #sidenav .sidenav-wrap .sidenav-account[data-layout="forgot"] .sidenav-account-form-signup {
        display: none; }

.footer-bottom p {
  margin-bottom: 0; }

img[src^="//googleads.g.doubleclick.net"] {
  display: none; }

.breadcrumb-wrap .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
  .breadcrumb-wrap .breadcrumb a, .breadcrumb-wrap .breadcrumb span {
    color: #5d5d5d; }

#page-product {
  padding-bottom: 25px;
  background: #F5F6F9; }
  @media (max-width: 767px) {
    #page-product .breadcrumb .breadcrumb-item.active {
      display: none; } }
  #page-product .page-product-info {
    margin-top: 0px; }
    #page-product .page-product-info .page-product-images {
      position: relative; }
      #page-product .page-product-info .page-product-images ul {
        list-style-type: none; }
        #page-product .page-product-info .page-product-images ul:not(.lightSlider) {
          overflow: hidden;
          display: flex; }
          #page-product .page-product-info .page-product-images ul:not(.lightSlider) li {
            flex: 0 0 auto;
            width: 100%; }
      #page-product .page-product-info .page-product-images .lSGallery > li {
        border-radius: 0 !important;
        border: 1px solid transparent;
        padding: 5px; }
        #page-product .page-product-info .page-product-images .lSGallery > li.active {
          border: 1px solid #b1b1b1; }
      #page-product .page-product-info .page-product-images .lSPager li {
        padding: 2px; }
        #page-product .page-product-info .page-product-images .lSPager li a {
          background: rgba(240, 116, 115, 0.3) !important; }
        #page-product .page-product-info .page-product-images .lSPager li.active a {
          background: #f07473 !important; }
      #page-product .page-product-info .page-product-images .page-product-gallery-counter {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        font-size: 12px; }
        @media (min-width: 768px) {
          #page-product .page-product-info .page-product-images .page-product-gallery-counter {
            display: none; } }
    #page-product .page-product-info .page-product-info-wrap {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      padding: 25px; }
      @media (max-width: 767px) {
        #page-product .page-product-info .page-product-info-wrap {
          margin-left: -15px;
          margin-right: -15px;
          padding: 15px; } }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-left {
        width: 50%; }
        @media (max-width: 991px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-left {
            width: 100%; } }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-right {
        width: 50%;
        padding-left: 40px; }
        @media (max-width: 991px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-right {
            width: 100%;
            padding-left: 0;
            padding-top: 15px; } }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .starbap-prev-badge {
          cursor: pointer; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .starbap-prev-badgetext {
          font-size: 13px;
          color: #212121;
          margin-left: 10px;
          display: inline-flex; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .proLoop-labels {
          margin-top: 0; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap {
          display: flex;
          white-space: nowrap; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .qa-counter {
            font-size: 13px;
            color: #212121;
            margin-left: 10px;
            display: inline-flex;
            position: relative;
            padding-left: 10px;
            cursor: pointer; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .qa-counter:before {
              content: '|';
              position: absolute;
              left: 0; }
            @media (max-width: 767px) {
              #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .qa-counter {
                display: none; } }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .sold-qtt {
            font-size: 13px;
            color: #212121;
            margin-left: 10px;
            display: inline-flex;
            padding-left: 10px;
            position: relative; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .sold-qtt:before {
              content: '|';
              position: absolute;
              left: 0; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .cus-star {
            display: none; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .hrv-crv-container:not(.disabled) ~ .cus-star {
            display: none; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .hrv-crv-container .hrv-crv-star-groups svg {
            width: 20px;
            height: 20px; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .hrv-crv-container .hrv-crv-star-groups svg path {
              fill: #820813; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews .page-product-info-reviews-wrap .hrv-crv-container .hrv-crv-star-total {
            color: #820813;
            font-size: 13px; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-reviews + .page-product-info-reviews {
          margin-top: 8px; }
      #page-product .page-product-info .page-product-info-wrap .proLoop-outlet .btn-outlet {
        display: inline-block;
        padding: 5px 8px;
        background: #820813;
        color: #fff;
        border-radius: 2px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-badge-discount {
        background: rgba(159, 206, 24, 0.8);
        display: inline-flex;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        font-size: 12px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-top {
        position: relative;
        padding-right: 100px; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-top {
            padding-right: 0; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge {
          position: absolute;
          right: 0;
          top: 0;
          display: flex; }
          @media (max-width: 767px) {
            #page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge {
              display: none; } }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge span {
            display: inline-flex;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            font-size: 12px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge .page-product-info-badge-discount {
            background: rgba(159, 206, 24, 0.8);
            position: relative;
            z-index: 2; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-top .page-product-info-badge .page-product-info-badge-gift {
            background: rgba(250, 82, 81, 0.8);
            position: relative;
            z-index: 1;
            margin-left: -5px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-collection {
        text-transform: uppercase;
        font-size: 12px; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-collection a {
          display: flex;
          align-items: center; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-collection a svg {
            margin-left: 5px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
        line-height: 1.4; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-title {
            font-weight: 400;
            font-size: 15px; } }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-oldprice {
        color: #828282;
        font-size: 13px;
        text-decoration: line-through;
        margin-right: 15px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-newprice {
        font-size: 20px;
        color: #820813;
        font-weight: 700; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-price {
        background: #F5F6F9;
        margin-top: 15px;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-price {
            background: #fff;
            padding: 0; } }
        @media (min-width: 768px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-badge-discount {
            display: none; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap {
          display: flex;
          flex-direction: column; }
          @media (max-width: 767px) {
            #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap {
              flex-direction: column-reverse;
              align-items: flex-start; } }
          @media (max-width: 360px) {
            #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap {
              flex-wrap: wrap;
              justify-content: left; } }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-pricewrap svg {
            width: 20px;
            height: 20px;
            order: 1;
            display: none;
            fill: #820812; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-price .page-product-info-tagprice span {
          display: inline-block;
          border: 1px solid #820813;
          background: #FFF2E3;
          color: #820813;
          border-radius: 4px;
          padding: 5px 10px 3px;
          font-size: 12px;
          font-weight: 400; }
      #page-product .page-product-info .page-product-info-wrap .page-product-select-ovl {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 999;
        background: rgba(0, 0, 0, 0.8);
        visibility: hidden;
        opacity: 0; }
      @media (max-width: 767px) {
        #page-product .page-product-info .page-product-info-wrap .page-product-select {
          display: none; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-info-quantity {
            display: none; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select.fit {
            display: block;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background: #fff;
            padding: 15px 15px 111px;
            visibility: hidden;
            transform: translateY(100%); }
            #page-product .page-product-info .page-product-info-wrap .page-product-select.fit .page-product-select-info {
              display: flex; }
            #page-product .page-product-info .page-product-info-wrap .page-product-select.fit .page-product-info-quantity {
              display: block; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select.open {
            transform: translateY(0);
            visibility: visible; }
            #page-product .page-product-info .page-product-info-wrap .page-product-select.open + .page-product-select-ovl {
              opacity: 1;
              visibility: visible; } }
      #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info {
        display: none;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info {
            display: none; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info .page-product-select-info-img {
          width: 120px; }
        #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info .page-product-select-info-detail {
          width: calc(100% - 120px);
          padding-left: 15px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info .page-product-select-info-detail h5 {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 5px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info .page-product-select-info-detail .page-product-info-oldprice {
            font-size: 13px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-select .page-product-select-info .page-product-select-info-detail .page-product-info-newprice {
            font-size: 15px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch {
        margin-top: 15px;
        border-top: 1px solid #ededed;
        padding-top: 20px;
        position: relative; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch {
            margin-top: 0;
            border-top: none; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch:before {
          content: '';
          position: absolute;
          background: #ffeded;
          display: block;
          top: -2px;
          left: -15px;
          right: -15px;
          bottom: -17px;
          display: none; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch .page-product-info-swatch-alert {
          color: #ff5858;
          position: relative;
          z-index: 1;
          margin-top: 10px;
          display: none; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch.select-none:before {
          display: block; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch.select-none .page-product-info-swatch-alert {
          display: block; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-swatch .product-swatch-item {
          position: relative;
          z-index: 1; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-policy {
        margin-top: 15px; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-policy {
            position: relative;
            padding-top: 15px; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-policy:before {
              content: '';
              position: absolute;
              top: 0;
              left: -15px;
              right: -15px;
              border-top: 10px solid #F5F6F9; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul {
          list-style-type: none;
          margin: 0;
          border: 1px solid #f5f5f5;
          padding: 5px 10px; }
          @media (max-width: 767px) {
            #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul {
              border: none;
              padding: 5px 0; } }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li {
            margin-top: 5px;
            margin-bottom: 5px;
            display: flex;
            /*flex-wrap: wrap;*/
            align-items: center; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-icon {
              /*width: 30px;*/ }
              #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-icon.group-icon {
                display: flex;
                /*width: 100px;*/ }
                #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-icon.group-icon img {
                  width: 30px;
                  margin-right: 10px; }
                #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-icon.group-icon + .page-product-info-policy-detail {
                  /*width: calc(100% - 100px);*/ }
              #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-icon img {
                max-width: 35px; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-detail {
              /*width: calc(100% - 30px);*/
              padding-left: 15px;
              display: flex;
              flex-direction: column; }
              #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-detail span:first-child {
                font-weight: 400;
                font-size: 14px; }
              #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li .page-product-info-policy-detail span:last-child {
                font-size: 13px;
                color: #777; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul li.cus-payment {
              margin-top: 10px;
              flex-wrap: wrap; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul h4 {
            display: block;
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 8px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-policy ul .list-payment span {
            display: inline-block;
            margin-right: 8px; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-quantity {
        margin-top: 15px;
        border-top: 1px solid #ededed;
        padding-top: 15px; }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-quantity .product-quantity {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-quantity .product-quantity button {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F5F6F9;
            border-radius: 0; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-quantity .product-quantity button:hover {
              background: #f1f1f1; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-quantity .product-quantity input {
            display: flex;
            width: 38px;
            height: 38px;
            border: 1px solid #EDEDED;
            margin-left: 3px;
            margin-right: 3px;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 0;
            pointer-events: none; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-cta {
        margin-top: 15px;
        border-top: 1px solid #ededed;
        padding-top: 15px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-cta {
            display: none; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 36px;
          border-radius: 0px;
          font-weight: 500;
          font-size: 14px; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button.sold-out {
            opacity: 0.6;
            pointer-events: none; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#buynow {
            color: #fff;
            background: #1f3a7d; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#buynow:hover {
              opacity: 0.9; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#btn-form-outlet {
            color: #fff;
            background: #fe2d05; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#btn-form-outlet:hover {
              opacity: 0.9; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#addcart {
            border: 1px solid #212121; }
            #page-product .page-product-info .page-product-info-wrap .page-product-info-cta button#addcart:hover {
              background: #f1f1f1; }
      #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box {
        margin: 15px 0;
        overflow: hidden;
        /* New Gift */
        /* End New */ }
        @media (max-width: 991px) {
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box {
            margin: 5px 0 0 0; } }
        #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box #gift-prmo--list {
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          gap: 15px; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box #gift-prmo--list .gift-prmo--item {
            border-radius: 4px;
            border: 1px solid #f0f2ff; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box #gift-prmo--list .gift-prmo--product {
            order: -1; }
            #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box #gift-prmo--list .gift-prmo--product ul {
              display: -webkit-flex;
              display: flex;
              flex-direction: column; }
        #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header {
          background: #f0f2ff;
          display: flex;
          align-items: center;
          padding: 12px 20px;
          position: relative;
          width: 100%;
          opacity: 1;
          cursor: pointer; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header .icon {
            width: 24px;
            height: 24px;
            margin-right: 7px; }
            #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header .icon svg path {
              fill: #2c51b0; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header h2 {
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #2c51b0;
            margin-bottom: 0; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header:before {
            content: "";
            width: 2px;
            height: 16px;
            position: absolute;
            right: 17px;
            background: #2c51b0;
            opacity: 0; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header:after {
            content: "";
            position: absolute;
            right: 10px;
            width: 16px;
            height: 2px;
            background: #2c51b0; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header.close:before {
            opacity: 1; }
          @media (max-width: 767px) {
            #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header {
              height: auto; }
              #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-header h2 {
                font-size: 13px;
                line-height: 16px; } }
        #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content {
          min-height: 0;
          /*transition: height 1s ease;*/
          padding: 6px 0; }
          #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul {
            margin-bottom: 0;
            padding: 0;
            counter-reset: section; }
            #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li {
              position: relative;
              padding: 6px 24px;
              display: flex;
              gap: 10px;
              /*
                &:before {
                  counter-increment: section;
                  content: counter(section);
                  border-radius: 50%;
                  height: 16px;
                  width: 16px;
                  text-align: center;
                  display: inline-block;
                  background: #E30019;
                  color: #fff;
                  font-weight: 600;
                  font-size: 12px;
                  line-height: 16px;
                  margin-right: 12px;
                  margin-top: 3px;
                }
                
                a {
                  font-size: 14px;
                  width: calc(100% - 32px);
                  display: inline-block;
                  color: #111111;
                  strong {
                    color: #e10b24;
                  }
                }
              */ }
              #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_img {
                flex: 0 0 auto;
                width: 80px;
                height: 80px;
                background: #dfdfdf; }
              #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_info {
                font-weight: 500;
                /*
                  max-height: 84px;
                  overflow: hidden;
                  display: -webkit-box;
                  -webkit-line-clamp: 4;
                  -webkit-box-orient: vertical;
                */
                /* New Gift */
                /* End New Gift */ }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_info strong {
                  color: #f00; }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_info .gift_info__archive {
                  color: #e30019;
                  font-weight: 700;
                  font-size: 16px; }
              #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_price {
                text-align: right;
                flex: 0 0 auto;
                width: calc((100% - 100px) * 0.4); }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_price * {
                  display: block; }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_price .origin_price {
                  font-weight: 700;
                  font-size: 15px; }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_price .gift_info_price strong {
                  font-weight: 700;
                  color: #e30019;
                  display: inline-block;
                  font-size: 15px; }
                #page-product .page-product-info .page-product-info-wrap .product-gift-promo-box .box-content ul li .gift_price del {
                  font-size: 13px;
                  color: #a2a2a2; }
      #page-product .page-product-info .page-product-info-wrap .page-product-info-share {
        margin-top: 25px; }
        @media (max-width: 767px) {
          #page-product .page-product-info .page-product-info-wrap .page-product-info-share {
            display: none; } }
        #page-product .page-product-info .page-product-info-wrap .page-product-info-share ul {
          display: flex;
          list-style-type: none;
          justify-content: flex-end; }
          #page-product .page-product-info .page-product-info-wrap .page-product-info-share ul li a {
            display: flex;
            width: 24px;
            height: 24px;
            justify-content: center;
            align-items: center; }
  #page-product .page-product-promo {
    border: 1px dashed #da5a30;
    padding: 5px;
    margin-top: 10px; }
    #page-product .page-product-promo .page-product-promo-txt {
      display: inline-block;
      margin-bottom: 0;
      color: #da5a30; }

@media (max-width: 767px) {
  .page-product-select.fit .product-swatch-item-element-wrap {
    flex-wrap: wrap;
    overflow-x: hidden;
    white-space: normal; } }

.product-swatch-item .product-swatch-item-heading {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #4A4A4A; }

.product-swatch-item .product-swatch-item-element-wrap {
  display: flex;
  flex-wrap: wrap; }
  .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element {
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 2px; }
    .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element input {
      display: none; }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element input:checked + label {
        border-color: #820813;
        background: #820813;
        color: #fff; }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element input.soldout + label:after {
        content: '';
        position: absolute;
        left: -5px;
        top: 50%;
        width: 120%;
        transform: rotate(25deg);
        border-top: 1px solid #e1e1e1;
        display: none; }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element input.soldout + label:before {
        content: '';
        position: absolute;
        left: -5px;
        bottom: 50%;
        width: 120%;
        transform: rotate(-25deg);
        border-top: 1px solid #e1e1e1;
        display: none; }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element input.soldout + label .crossed-out {
        display: block; }
    .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label {
      display: inline-flex;
      align-items: center;
      color: #212121;
      font-size: 13px;
      background: #F5F6F9;
      border: 1px solid #F5F6F9;
      margin-bottom: 0px;
      cursor: pointer;
      font-weight: 400;
      position: relative;
      overflow: hidden; }
      @media (max-width: 767px) {
        .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label {
          min-width: initial;
          font-size: 11px; } }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label img:not(.crossed-out) {
        width: 32px;
        height: 32px;
        object-fit: cover; }
        @media (max-width: 767px) {
          .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label img:not(.crossed-out) {
            width: 26px;
            height: 26px; } }
      .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label span:not(.badge-outlet) {
        position: relative;
        z-index: 1;
        display: inline-flex;
        padding: 6px 15px 4px; }
        @media (max-width: 767px) {
          .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element label span:not(.badge-outlet) {
            padding: 3px 7px 2px; } }
    .product-swatch-item .product-swatch-item-element-wrap .product-swatch-item-element .crossed-out {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.page-product-description {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-product-description {
      margin-top: 10px; } }
  .page-product-description .page-product-description-wrap {
    padding: 20px;
    background: #fff; }
    @media (max-width: 767px) {
      .page-product-description .page-product-description-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px; } }
    .page-product-description .page-product-description-wrap .page-product-description-detail-wrap {
      max-height: 400px;
      overflow: hidden;
      position: relative;
      transition: all .4s; }
      .page-product-description .page-product-description-wrap .page-product-description-detail-wrap.expanded {
        max-height: initial;
        padding-bottom: 80px; }
        .page-product-description .page-product-description-wrap .page-product-description-detail-wrap.expanded .page-product-description-detail-viewmore button span:nth-child(2) {
          display: block; }
        .page-product-description .page-product-description-wrap .page-product-description-detail-wrap.expanded .page-product-description-detail-viewmore button span:nth-child(1) {
          display: none; }
      .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail-viewmore {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 27%, white 100%); }
        .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail-viewmore button {
          display: inline-flex;
          padding: 7px 20px;
          border: 1px solid #820813;
          color: #820813;
          border-radius: 3px; }
          .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail-viewmore button span:nth-child(1) {
            display: block; }
          .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail-viewmore button span:nth-child(2) {
            display: none; }
      .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail * {
        color: #000 !important;
        font-size: 15px !important; }
      .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail p {
        margin-bottom: 5px; }
      @media (max-width: 767px) {
        .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail {
          font-size: 13px !important; }
          .page-product-description .page-product-description-wrap .page-product-description-detail-wrap .page-product-description-detail span {
            font-size: 13px !important; } }

.page-product-review {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-product-review {
      margin-top: 10px; } }
  .page-product-review .page-product-review-wrap {
    background: #fff; }
    @media (max-width: 767px) {
      .page-product-review .page-product-review-wrap {
        padding: 5px; } }
    .page-product-review .page-product-review-wrap .starbap-rev-widg__title {
      font-size: 18px;
      font-weight: 500; }

.page-product-viewed {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-product-viewed {
      margin-top: 10px; } }
  .page-product-viewed .page-product-viewed-wrap {
    padding: 20px;
    background: #fff; }
    @media (max-width: 767px) {
      .page-product-viewed .page-product-viewed-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px; } }

.page-product-related {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-product-related {
      margin-top: 10px; } }
  .page-product-related .page-product-related-wrap {
    padding: 20px;
    background: #fff; }
    @media (max-width: 767px) {
      .page-product-related .page-product-related-wrap {
        padding: 15px; } }

.page-product-recommend {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-product-recommend {
      margin-top: 10px; } }
  .page-product-recommend .page-product-recommend-wrap {
    padding: 20px;
    background: #fff; }
    @media (max-width: 767px) {
      .page-product-recommend .page-product-recommend-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px; } }

.page-product-section .product-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .page-product-section .product-section-title h2 {
    font-size: 18px;
    font-weight: 500; }
    .page-product-section .product-section-title h2 a {
      color: #212121; }
  .page-product-section .product-section-title a {
    color: #820813; }

.page-product-section .product-section-products {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1199px) {
    .page-product-section .product-section-products {
      overflow-x: auto;
      white-space: nowrap; } }
  @media (max-width: 1199px) {
    .page-product-section .product-section-products .content-product-list {
      display: flex; } }
  @media (max-width: 1199px) {
    .page-product-section .product-section-products .content-product-list .proLoop {
      min-width: 170px; } }

.auth-page {
  max-width: 480px;
  margin: 0 auto; }
  .auth-page .sidenav-account {
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none; }
    .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .sidenav-account-form-title {
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      margin-bottom: 25px; }
    .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .form-control {
      border-radius: 0;
      font-size: 14px;
      height: 44px; }
    .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      border: none;
      height: 48px;
      font-size: 14px;
      text-transform: initial;
      margin-bottom: 10px;
      color: #fff;
      font-weight: 500; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button svg {
        margin-right: 15px; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button[type="submit"] {
        background: #1f3a7d; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button#phone-auth-submit {
        background: #820813; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button#phone-auth-submit {
        background: #820813; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button.otp-submit {
        background: #820813; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button#btn-google-login {
        background: #DB4437; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form button#btn-facebook-login {
        background: #3C5898; }
    .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn {
      display: flex;
      justify-content: space-between; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn a {
        color: #1f3a7d;
        text-decoration: underline; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn .saf-remember input {
        margin-right: 5px; }
      .auth-page .sidenav-account .sidenav-account-body .sidenav-account-form .auth-recover-btn .saf-remember label {
        font-weight: 400; }
    .auth-page .sidenav-account .sidenav-account-foot {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #F5F6F9; }
      .auth-page .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap {
        padding: 20px 0px; }
        .auth-page .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap p {
          text-align: center;
          font-weight: 500;
          font-size: 13px; }
        .auth-page .sidenav-account .sidenav-account-foot .sidenav-account-foot-wrap a {
          display: block;
          border: 1px solid #212121;
          padding: 10px 15px;
          text-align: center; }
    .auth-page .sidenav-account[data-layout="signin"] .sidenav-account-foot-signin, .auth-page .sidenav-account[data-layout="signin"] .sidenav-account-form-signup, .auth-page .sidenav-account[data-layout="signin"] .sidenav-account-form-forgot {
      display: none; }
    .auth-page .sidenav-account[data-layout="signin"] .sidenav-account-foot-signup, .auth-page .sidenav-account[data-layout="signin"] .sidenav-account-form-signin {
      display: block; }
    .auth-page .sidenav-account[data-layout="signup"] .sidenav-account-foot-signin, .auth-page .sidenav-account[data-layout="signup"] .sidenav-account-form-signup {
      display: block; }
    .auth-page .sidenav-account[data-layout="signup"] .sidenav-account-foot-signup, .auth-page .sidenav-account[data-layout="signup"] .sidenav-account-form-signin, .auth-page .sidenav-account[data-layout="signup"] .sidenav-account-form-forgot {
      display: none; }
    .auth-page .sidenav-account[data-layout="forgot"] .sidenav-account-form-forgot, .auth-page .sidenav-account[data-layout="forgot"] .sidenav-account-foot-signin {
      display: block; }
    .auth-page .sidenav-account[data-layout="forgot"] .sidenav-account-foot-signup, .auth-page .sidenav-account[data-layout="forgot"] .sidenav-account-form-signin, .auth-page .sidenav-account[data-layout="forgot"] .sidenav-account-form-signup {
      display: none; }
  .auth-page .sidenav-account {
    display: block;
    height: initial;
    padding-top: 30px;
    padding-bottom: 0; }
    .auth-page .sidenav-account .sidenav-account-foot {
      position: relative;
      left: initial;
      right: initial;
      bottom: initial; }

@media (max-width: 767px) {
  .tempalte-customers-login #account-page {
    background: #fff; } }

.starbap-prev-badgetext {
  display: none; }

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.5, 1.5); }
  100% {
    transform: scale(1, 1); } }

.js-favorites {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .js-favorites {
      width: 16px;
      height: 16px; } }
  .js-favorites svg {
    width: 16px;
    height: 16px; }
    @media (max-width: 767px) {
      .js-favorites svg {
        width: 12px;
        height: 12px; } }
  .js-favorites.active svg {
    fill: #820813; }
    .js-favorites.active svg path {
      stroke: #820813; }
  .js-favorites svg.active {
    animation: zoominoutsinglefeatured .4s; }

.f-header-top-icon-wishlist.active svg {
  fill: #820813; }
  .f-header-top-icon-wishlist.active svg path {
    stroke: #820813; }

.f-header-top-icon-wishlist svg.active {
  animation: zoominoutsinglefeatured .4s; }

.starbap-star > i.fa {
  color: #74140d !important; }

.selector-buyxgety {
  margin-top: 15px;
  background: #fff7f0;
  padding: 25px 25px 15px; }
  @media (max-width: 767px) {
    .selector-buyxgety {
      margin-top: 15px;
      background: #fff;
      padding: 15px 15px 15px;
      margin-left: -15px;
      margin-right: -15px;
      border-top: 10px solid #F5F6F9;
      margin-bottom: -15px; } }
  .selector-buyxgety .buyxgety-heading h3 {
    font-size: 18px; }
  .selector-buyxgety .buyxgety-heading p {
    font-size: 13px;
    color: #777; }
  .selector-buyxgety .buyxgety_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px; }
    .selector-buyxgety .buyxgety_item .buyxgety_checkbox {
      width: 25px; }
    .selector-buyxgety .buyxgety_item .buyxgety_image {
      width: 45px; }
    .selector-buyxgety .buyxgety_item .buyxgety_item_title {
      width: calc(100% - 70px);
      padding-left: 10px; }
      .selector-buyxgety .buyxgety_item .buyxgety_item_title a {
        color: #212121 !important;
        font-weight: 500; }

.productPrice-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  height: 38px; }

.productLabelTags {
  display: flex; }
  .productLabelTags span {
    display: inline-flex;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .productLabelTags span {
        width: 24px;
        height: 24px;
        font-size: 9px; } }
  .productLabelTags .productSale {
    background: rgba(159, 206, 24, 0.8);
    position: relative;
    z-index: 2; }
  .productLabelTags .productGift {
    background: #f68fc7;
    position: relative;
    z-index: 1;
    margin-left: -5px; }

.proLoop-promotion {
  background: #fcfcfc; }
  .proLoop-promotion .loopvendor, .proLoop-promotion .productName, .proLoop-promotion .productPrice {
    padding-left: 10px;
    padding-right: 10px; }
  .proLoop-promotion .productPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; }
  .proLoop-promotion .product-loop-promotion-action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    .proLoop-promotion .product-loop-promotion-action .select_quantity {
      margin-right: 10px; }
      .proLoop-promotion .product-loop-promotion-action .select_quantity select {
        padding: 0 10px;
        height: 34px;
        border: 1px solid #e1e1e1; }
    .proLoop-promotion .product-loop-promotion-action button {
      background: #820813;
      color: #fff;
      height: 34px;
      display: flex;
      align-items: center;
      border-radius: 0;
      font-size: 13px; }
      @media (max-width: 767px) {
        .proLoop-promotion .product-loop-promotion-action button {
          width: 100%; } }
      .proLoop-promotion .product-loop-promotion-action button i {
        margin-right: 10px; }
  .proLoop-promotion .proLoop-labels {
    padding: 0 10px; }

.productLabelOffer {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #f07473;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  font-size: 13px; }

.progamemingcart .collectionloop {
  margin-bottom: 0; }

.progamemingcart .proLoop-promotion.not_available {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  position: relative; }

.progamemingcart .proLoop-promotion.not_available .sale_6k_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4); }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); } }

#instagram-modal .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

#instagram-modal .modal-content {
  border-radius: 0; }

#instagram-modal .modal-body {
  padding: 0; }

#instagram-modal .instagram-modal-wrap {
  display: flex;
  flex-wrap: wrap; }
  #instagram-modal .instagram-modal-wrap .instagram-modal-left {
    width: 50%; }
    @media (max-width: 767px) {
      #instagram-modal .instagram-modal-wrap .instagram-modal-left {
        width: 100%; } }
    #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img {
      position: relative; }
      #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img:hover .instagram-modal-img-dot {
        background: white; }
      #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img .instagram-modal-img-dot {
        position: absolute;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        background: rgba(255, 255, 255, 0);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        cursor: pointer; }
        #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img .instagram-modal-img-dot.active {
          background: white; }
          #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img .instagram-modal-img-dot.active i:after {
            display: block; }
        #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img .instagram-modal-img-dot i {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
          #instagram-modal .instagram-modal-wrap .instagram-modal-left .instagram-modal-img .instagram-modal-img-dot i:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: none;
            animation: pulse-animation 2s infinite;
            border-radius: 50%; }
  #instagram-modal .instagram-modal-wrap .instagram-modal-right {
    width: 50%; }
    @media (max-width: 767px) {
      #instagram-modal .instagram-modal-wrap .instagram-modal-right {
        width: 100%; } }
    #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products {
      display: flex;
      flex-direction: column;
      padding: 15px;
      justify-content: center;
      align-items: center; }
      #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item {
        padding: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item.active {
          background: #f5f5f5; }
        #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-img {
          width: 100px; }
        #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-info {
          width: calc(100% - 100px);
          padding-left: 10px; }
          #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-info h6 {
            font-size: 13px;
            line-height: 1.4;
            font-weight: 400;
            margin-bottom: 0; }
          #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-info .instagram-modal-product-item-price {
            font-size: 14px;
            color: #ff1515;
            font-weight: 700; }
          #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-info .instagram-modal-product-item-action {
            display: flex;
            justify-content: flex-end;
            font-size: 12px; }
            #instagram-modal .instagram-modal-wrap .instagram-modal-right .instagram-modal-products .instagram-modal-product-item .instagram-modal-product-item-info .instagram-modal-product-item-action a {
              color: #999; }

.ctinueshop {
  color: red;
  text-decoration: underline; }

img, iframe {
  max-width: 100%; }

.text-center.p100 {
  flex: 0 0 100% !important; }

.productImg {
  position: relative; }

.productOut {
  position: absolute;
  left: 0;
  background: #fff2e3;
  color: #820813;
  z-index: 9;
  padding: 4px 20px; }
  @media (max-width: 767px) {
    .productOut {
      padding: 4px 10px;
      font-size: 11px; } }

.relative {
  position: relative; }

.freeship {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9; }

body.actived {
  overflow: hidden; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }

/*for filter mobile*/
.filterformobile {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 325px;
  background: #fff;
  z-index: 9999;
  max-width: 100%;
  transform: translateX(200%);
  transition: 0.3s all ease; }

.flexhead-boxfiltermobile {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flexhead-boxfiltermobile > span {
  font-weight: 500;
  font-size: 16px;
  height: 16px; }

.mobilecontentfilter {
  padding: 15px; }

.filtermobilebox .title {
  font-size: 15px; }

.filtermobilebox .filflexprice {
  background: #F5F6F9;
  padding: 8px; }

.flexdemoprice {
  display: flex;
  width: calc(100% - 16px); }

.flexdemoprice > div {
  flex: 0 0 calc(100%/3);
  background: #F5F6F9;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }

.pricedemo {
  margin-top: 8px; }

.filtermobilebox {
  border-bottom: 1px solid rgba(227, 227, 227, 0.45);
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

.textmainfilter {
  display: flex;
  width: calc(100%);
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px; }

.textmainfilter > div {
  flex: 0 0 calc(100%/2);
  padding: 4px; }

.textmainfilter > div a {
  text-align: center;
  background: #F5F6F9;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center; }

.morefilter a {
  font-size: 14px;
  font-weight: 500;
  color: #820813;
  text-align: center;
  display: block;
  margin-top: 15px; }

.flexfootermobile {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  align-items: center; }

.confimmobile {
  display: flex;
  width: 160px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: #FA5251;
  color: #fff;
  font-weight: 500;
  font-size: 13px; }

.flexfootermobile > div:nth-child(1) a {
  color: #820813; }

.footerfiltermobile {
  height: 70px; }

.head-boxfiltermobile {
  height: 60px; }

.mobilecontentfilter {
  height: calc(100vh - 130px);
  overflow: auto; }

.boxfiltermobile {
  display: flex;
  flex-direction: column; }

/*end filter mobile*/
/*for paginate*/
.linedot {
  height: 1px;
  background: #EDEDED;
  width: 100%; }

#pagination .paginationNode:not(.current) {
  display: none; }

.numberpage {
  margin-left: 10px; }

.pagiflex {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.paginationPrev, .paginationNext {
  width: 38px;
  height: 38px;
  display: inline-flex;
  background: #F5F6F9;
  align-items: center;
  justify-content: center;
  color: #212121; }

#pagination .paginationNode.current {
  color: #fff;
  border-radius: 0;
  height: 38px;
  width: 38px;
  margin: 0;
  display: inline-flex;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  margin-left: 3px; }

/*endpaginate*/
/*Css for footer*/
.footer-arrowbut {
  display: none; }

.mobileinfo.footerwrap_item {
  display: none; }

footer {
  background: #212121;
  color: #fff;
  padding-top: 50px; }

footer ul li a, footer p {
  color: rgba(255, 255, 255, 0.8); }

footer .title_footer {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase; }

footer .contentfooter ul li {
  margin-bottom: 10px; }

footer .contentfooter ul li {
  text-transform: lowercase; }

footer .contentfooter ul li:first-letter {
  text-transform: uppercase; }

footer a {
  color: #fff; }
  footer a:hover {
    color: #820813; }

.footerwrap {
  display: flex;
  flex-wrap: wrap; }

.footerwrap > div:nth-child(1) {
  flex: 1 1 25%; }

.footerwrap > div:nth-child(1) .contentfooter {
  padding-right: 65px;
  flex: 1 1  25%; }

.footerwrap > div:nth-child(2) {
  flex: 1 1  17%; }

.footerwrap > div:nth-child(3) {
  flex: 1 1  23%; }

.footerwrap > div:nth-child(4) {
  flex: 1 1  35%; }

.footer-bottom > p {
  min-height: 50px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center; }

.contentfooter ul {
  padding-left: 0;
  list-style: none; }

.line_global {
  height: 1px;
  width: 100%;
  background: #fff; }

.footer_social {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.congthuongimg {
  margin-top: 15px; }
  .congthuongimg img {
    max-width: 170px; }

.block-htch {
  margin-top: 10px; }
  .block-htch a {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase; }

.footer_social > div a {
  margin-right: 15px; }

.emailfooter input, .emailfooter input:focus {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0; }

.emailfooter button {
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0;
  bottom: 5px;
  z-index: 9;
  outline: none;
  box-shadow: none; }

footer .line_global {
  margin-top: 30px;
  opacity: 0.8; }

/*end footer*/
/*css for collection*/
.fillnone .collectionFilterBlock {
  display: none; }

.fillnone .arrowto {
  transform: rotate(180deg); }

.collectionFilterList li {
  display: flex; }

.reload {
  color: #1f3a7d;
  display: inline-block;
  margin-top: 16px; }

.mobilecontentfilter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff; }

.mobilecontentfilter::-webkit-scrollbar {
  width: 2px;
  background-color: #555554; }

.mobilecontentfilter::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555554; }

.collectionFilterList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff; }

.collectionFilterList::-webkit-scrollbar {
  width: 2px;
  background-color: #555554; }

.collectionFilterList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555554; }

.collectionpage_flex {
  display: flex;
  /*flex-wrap: wrap;*/ }

.collectionpage_flex > div:nth-child(1) {
  flex: 1 1 270px;
  margin-right: 30px; }

.collectionpage_flex > div:nth-child(2) {
  flex: 1 1 calc(100% - 300px); }

.collection-itemloop {
  display: flex;
  flex-wrap: wrap;
  padding: 1px; }
  @media (max-width: 767px) {
    .collection-itemloop {
      margin-left: -15px;
      margin-right: -15px; } }
  .collection-itemloop .proLoop-wrap {
    margin-top: 0.5px;
    margin-bottom: 0.5px; }

.collection-itemloop:not(.collection-point) > div {
  flex: 0 0 25%; }

.collectionpage_flex .banner img {
  width: 100%; }

.collectionpage_flex .sortby {
  display: flex;
  overflow: auto;
  margin-top: 30px;
  padding-bottom: 10px; }

.sortby a {
  font-size: 16px;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center; }

.itemright .linedot.mg40 {
  margin-bottom: 15px; }

.sortby a.active:before {
  content: '';
  position: absolute;
  background: #820813;
  height: 1px;
  width: 100%;
  bottom: -19px;
  left: 0; }

.collectionpage_flex .sortby > div {
  flex: 0 0 calc(100%/5);
  text-align: center; }

.collection_sidebar .titlesmall {
  font-size: 15px;
  color: #212121; }

.collection_sidebar .titlebig {
  font-weight: bold;
  font-size: 30px;
  color: #212121; }

.collection-page-wrapper {
  padding-top: 60px; }

.linedot.mgt24 {
  margin-top: 24px;
  margin-bottom: 20px; }

.collection-page-wrapper .title_colflex > a {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.collectionFilterList {
  list-style: none;
  margin: 0;
  padding: 0; }

.collectionFilterList li input {
  margin-right: 10px; }

.collectionFilterList li label {
  font-size: 14px;
  font-weight: normal; }

.collectionFilterList input[type="checkbox"]:after {
  border-radius: 0;
  border: 1px solid #777; }

.title_colflex a span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

.title_colflex {
  margin-bottom: 15px; }

.filflexprice input {
  border: 1px solid #E3E3E3;
  height: 43px;
  width: 122px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; }

.filflexprice {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.lineprice {
  height: 1px;
  background: #5D5D5D;
  width: 12px; }

.confirmprice a {
  display: flex;
  margin-top: 12px;
  background: #1f3a7d;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px; }

.morefill {
  display: none; }

.morefilter a span:nth-child(2) {
  display: none; }

.textfilterrdemo.active .morefilter a span:nth-child(1) {
  display: none; }

.textfilterrdemo.active .morefilter a span:nth-child(2) {
  display: block; }

.textfilterrdemo.active .morefill {
  display: block; }

body.actived .filterformobile {
  transform: translateX(0%);
  transition: 0.3s all ease; }

body.actived .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease; }

.collectionFilterList {
  max-height: 420px;
  overflow: auto; }

.flexdemoprice > div.active a {
  background: #820813;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.textmainfilter > div.active a {
  background: #820813;
  color: #fff;
  display: block;
  height: 37px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.mobilegia a.active {
  color: #FA5251; }

/*endcss collection*/
/*css for loop product*/
.proLoop-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px; }
  .proLoop-labels span {
    display: inline-flex;
    color: #fff;
    font-size: 9px;
    margin-right: 0;
    padding: 2px 4px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    line-height: 18px; }
    @media (max-width: 767px) {
      .proLoop-labels span {
        font-size: 8px; } }
  .proLoop-labels .proLoop-label-freeship {
    background: #002351;
    border: 1px solid #002351; }
  .proLoop-labels .proLoop-label-new {
    border: 1px solid #fe2d05;
    background: #fe2d05; }
  .proLoop-labels .proLoop-label-soon {
    border: 1px solid #fe2d05;
    background: #fe2d05; }
  .proLoop-labels .proLoop-label-bestseller {
    background: #b50014;
    border: 1px solid #b50014; }
  .proLoop-labels .proLoop-label-guarantee {
    border: 1px solid #820813;
    color: #820813;
    text-transform: uppercase;
    font-weight: 500; }
  .proLoop-labels .proLoop-label-offer {
    border: 1px solid #4aa8ff;
    background: #4aa8ff;
    color: #f8ff00;
    text-transform: uppercase;
    font-weight: 500; }
  .proLoop-labels .proLoop-label-deal {
    background: #e53232;
    border: #e53232; }
  .proLoop-labels .productGift {
    background: #f68fc7; }
  .proLoop-labels .proLoop-label-khacson {
    background: #820812;
    padding: 0 8px; }

.loopvendor {
  margin: 2px 0;
  font-size: 16px;
  font-weight: 500; }

.proLoop.changeimage .productImg {
  position: relative;
  overflow: hidden; }

.proLoop.changeimage .productImg picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

.proLoop.changeimage:hover .productImg picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease; }

.proLoop.changeimage:hover .productImg picture:nth-child(1) {
  opacity: 0;
  visibility: hidden; }

.loopvendor a {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121; }

.proLoop .proLoop-wrap {
  margin-left: 0.5px;
  margin-right: 0.5px;
  background: #fff; }
  .proLoop .proLoop-wrap .proLoop-wrap-info {
    padding: 0 10px 10px; }

.proLoop .productName {
  font-size: 14px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  white-space: initial;
  height: 42px; }
  @media (max-width: 767px) {
    .proLoop .productName {
      height: 37px;
      font-size: 13px; } }

.proLoop .productPrice {
  font-size: 12px;
  color: #828282;
  margin-bottom: 0; }

.proLoop .productPrice del {
  margin-right: 5px;
  display: block; }
  @media (max-width: 767px) {
    .proLoop .productPrice del {
      font-size: 10px; } }

.proLoop .productPrice b {
  font-size: 13px;
  color: #820813;
  font-weight: bold;
  display: block; }
  @media (max-width: 767px) {
    .proLoop .productPrice b {
      font-size: 12px; } }

.collectionloop {
  position: relative; }

.flexloopaction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px; }

.flexloopaction > div:first-child {
  display: flex; }

.flexloopaction > div:first-child a {
  margin-right: 2px; }

.flexloopaction > div:last-child {
  display: flex;
  align-items: center; }

.flexloopaction .starbap-prev-badge {
  font-size: 11px; }
  @media (max-width: 767px) {
    .flexloopaction .starbap-prev-badge {
      font-size: 10px; } }
  .flexloopaction .starbap-prev-badge .starbap-star > i.fa {
    width: 11px; }
    @media (max-width: 767px) {
      .flexloopaction .starbap-prev-badge .starbap-star > i.fa {
        width: 10px; } }

.flexloopaction .productLoop-sold-qtt {
  font-size: 12px;
  margin-left: 5px; }
  @media (max-width: 767px) {
    .flexloopaction .productLoop-sold-qtt {
      font-size: 11px;
      margin-left: 2px; } }

/*end css for loop product*/
/*css for flash deal*/
.donghoflashDeal > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-right: 30px; }

.donghoflashDeal > div:nth-child(1) span:nth-child(1) {
  font-weight: 300;
  font-size: 15px; }

.donghoflashDeal > div:nth-child(1) span:nth-child(2) {
  font-weight: bold;
  font-size: 32px; }

.donghodem, .coundownsale {
  display: flex; }

.donghodem > div, .coundownsale > div {
  width: 48px;
  height: 54px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #820813; }

.donghoflashDeal {
  display: flex;
  align-items: center;
  justify-content: center; }

.donghoflashDeal {
  position: absolute;
  bottom: 40px; }

.bannerdeal img {
  width: 100%;
  object-fit: cover;
  min-height: 200px; }
  @media (max-width: 767px) {
    .bannerdeal img {
      object-fit: unset;
      min-height: unset;
      width: 100%;
      height: auto; } }

.boxmenubig {
  display: flex; }

.boxmenubig > div {
  width: calc(100%/4);
  border: 1px solid #E3E3E3;
  border-right: 0; }

.boxmenubig > div:last-child {
  border-right: 1px solid #E3E3E3; }

.boxmenubig > div a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px; }
  .boxmenubig > div a.disabled {
    pointer-events: none; }

.boxmenubig > div a span {
  width: 100%; }

.boxmenubig > div a span:nth-child(1) {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  display: block;
  margin-bottom: 5px; }

.boxmenubig > div a span:nth-child(2) {
  color: #5D5D5D; }

.boxmenubig > div a.active {
  background: #820813; }

.boxmenubig > div a.active span {
  color: #fff; }

.bannerdeal {
  margin-bottom: 60px; }

.boxmenusmall {
  display: flex; }

.boxmenusmall .boxmenusmall-item {
  width: calc(100%/7);
  text-align: center; }

.boxmenusmall .boxmenusmall-item a {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: block;
  font-weight: 500; }

.boxmenusmall .boxmenusmall-item a.active {
  color: #820813; }
  .boxmenusmall .boxmenusmall-item a.active:before {
    content: '';
    position: absolute;
    background: #820813;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0; }
    @media (max-width: 767px) {
      .boxmenusmall .boxmenusmall-item a.active:before {
        bottom: 3px; } }

.collectionpage_flexdeal .collection-itemloop > div {
  flex: 0 0 20%; }

.flsalevariant {
  margin-top: 10px; }

.flsalevariant > div {
  background: #e3f0f4;
  width: 100%;
  height: 4px;
  position: relative;
  border-radius: 4px; }

.percenvariant {
  position: absolute;
  border-radius: 4px;
  left: 0;
  width: 30%;
  background: #1f3a7d;
  height: 100%; }

.solwi {
  font-size: 12px;
  line-height: 14px;
  color: #212121;
  margin-top: 10px; }

.bannercatmobile {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px; }

.bannercatmobile > div {
  flex: 0 0 calc(100%/2);
  height: 73px;
  padding: 1px;
  background: #fff; }

.bannercatmobile > div > div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #F5F6F9;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 13px; }
  @media (max-width: 767px) {
    .bannercatmobile > div > div a {
      line-height: 36px;
      font-size: 12px; } }

.boxmenufldeal .boxmenusmall > div {
  width: initial;
  text-align: center; }

.boxmenufldeal .boxmenusmall > div a span {
  display: block;
  padding: 0 25px; }

/*end css flash deal*/
/*css for cart*/
.imgcart {
  padding-right: 10px; }

.actionmobile > div:nth-child(1) a {
  background: #820813;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px; }

.actionmobile > div:nth-child(2) a {
  background: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #212121;
  margin-top: 12px; }

.progamemingcart {
  padding-top: 64px;
  background: #F5F6F9;
  margin-top: 60px; }

.boxgamecart-head > h3 {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px; }

.boxgamecart-head > p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center; }

.loopproductcart {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px; }

.loopproductcart > div {
  flex: 0 0 calc(100%/3);
  padding: 10px;
  margin-bottom: 29px; }

.orderboxcart {
  background: #F5F6F9;
  padding: 24px;
  padding-bottom: 10px; }
  @media (min-width: 1200px) {
    .orderboxcart {
      position: sticky;
      top: 10px; } }

.orderboxcart > h3 {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 12px; }

.totalcartprice > div:nth-child(1) {
  font-weight: normal;
  font-size: 13px; }

.totalcartpricelast > div:nth-child(1) {
  font-size: 14px; }

.totalcartprice > div:nth-child(2), .totalcartpricelast > div:nth-child(2) {
  font-weight: 700;
  font-size: 14px; }

.totalcartprice, .totalcartpricelast {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E3E3E3;
  padding: 15px 0; }

.cartheadflex {
  display: flex;
  margin-bottom: 20px; }

.cartheadflex > div:nth-child(1) {
  flex: 1 1 115px; }

.cartheadflex > div {
  font-size: 13px; }

.cartheadflex > div:nth-child(2) {
  flex: 1 1 calc(50% - 115px);
  text-align: center; }

.cartheadflex > div:nth-child(3) {
  flex: 1 1 25%;
  text-align: center; }

.cartheadflex > div:nth-child(4) {
  flex: 1 12.5%;
  text-align: center; }

.cartheadflex > div:nth-child(5) {
  flex: 1 12.5%;
  text-align: right; }

.titlecartpage {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 60px;
  margin-bottom: 20px; }

.flexpagecart {
  display: flex;
  height: 100%; }

.flexpagecart > div:nth-child(1) {
  flex: 0 0 calc(68% - 60px);
  margin-right: 60px; }

.flexpagecart > div:nth-child(2) {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column; }

.flexpagecart > div:nth-child(2) > div:nth-child(2) {
  margin-top: auto;
  display: flex;
  justify-content: flex-end; }

.boxcontentcart {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #E3E3E3; }

.boxproduct .infocart {
  flex: 0 0 calc(100% - 130px);
  display: flex;
  flex-direction: column;
  height: 100%; }

.vendorcart {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px; }

.titlecart {
  font-weight: normal;
  font-size: 14px; }

.removecart {
  margin-top: auto; }

.boxcontentcart > div:nth-child(3) {
  width: 25%; }

.boxcontentcart > div:nth-child(4) {
  width: 12.5%;
  text-align: center; }

.boxcontentcart > div:nth-child(5) {
  width: 12.5%;
  text-align: right; }

.boxcontentcart .price-cart, .boxcontentcart .price-cart_quantity {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px; }

/*for quantity*/
.flexactioncart {
  display: flex;
  justify-content: center; }

.flexactioncart div.numbercontrol {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: #F5F6F9;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center; }

.winputcartquantity {
  border: 1px solid #EDEDED;
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin: 0 4px; }

.winputcartquantity input {
  width: 100%;
  height: 100%;
  border: transparent;
  text-align: center;
  pointer-events: none; }

/*endfor quantity*/
.flexrowcart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px; }

.flexrowcart > div:nth-child(1) a {
  color: #820813;
  font-size: 14px; }

.flexrowcart > div:nth-child(1) a svg {
  margin-right: 8px; }

.flexrowcart > div:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 48px;
  background: #820813;
  font-weight: 500;
  font-size: 13px;
  color: #fff; }

.infocart {
  display: flex;
  flex-direction: column;
  height: 100%; }

/*end css cart*/
/*css for blog*/
.sidebarforarrticle img {
  height: 130px;
  width: 100%;
  object-fit: cover; }

.sidebarforarrticle .scontent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.blogpage_flex > div:nth-child(1) > div.sharesocial {
  margin-left: 0;
  margin-top: 20px; }

.blogpage_flex > div:nth-child(1) > div.readmorearrticle {
  margin-left: 0;
  display: block; }

.sharesocial a {
  display: inline-block;
  margin-right: 15px; }

.blogpage_flex > div:nth-child(1) > div.article {
  margin-left: 0px; }

.articlemaincontent img {
  max-width: 100%; }

.catulblog a {
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.18); }

.catulblog li:last-child a {
  border-bottom: 0px solid rgba(0, 0, 0, 0.18); }

.blogforsearch form {
  position: relative; }

.blogforsearch input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 0.75px solid #F69F4F;
  padding: 0;
  padding-bottom: 8px;
  font-size: 13px;
  color: #5D5D5D; }

.blogforsearch button {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px; }

.catulblog {
  padding: 0;
  list-style: none; }

.cateblog > h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 24px; }

.blogpage_flex {
  display: flex; }

.blogpage_flex > div:nth-child(1) {
  flex: 0 0 calc(68% - 60px);
  max-width: calc(68% - 60px);
  margin-right: 60px; }

.blogpage_flex > div:nth-child(2) {
  flex: 0 0 32%; }

.blogpage_flex > div:nth-child(1) > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px; }

.blogpage_flex > div:nth-child(1) > div > div {
  flex: 0 0 50%;
  padding-left: 30px;
  margin-bottom: 30px; }

.blogpage_flex > div:nth-child(1) > div.readmorearrticle > div {
  flex: 0 0 50%;
  padding-left: 0px;
  margin-bottom: 0px; }

.flexboxbolg img {
  width: 100%;
  height: 280px;
  object-fit: cover; }

.ttitleblog {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  margin-bottom: 28px; }

.ttitleblog > div:nth-child(1) {
  display: flex;
  flex-direction: column; }

.ttitleblog > div:nth-child(1) > span:nth-child(1) {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase; }

.ttitleblog > div:nth-child(1) > span:nth-child(2) {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase; }

.titleblog a {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.contentblog {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px; }

.timerday {
  font-size: 13px; }

.blogforsearch {
  background: #FFF2E3;
  padding: 25px;
  padding-bottom: 1px; }

.flexarticle {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 25px;
  margin-top: 25px; }

.flexarticle .title {
  margin-bottom: 0; }

.flexarticle .title a {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.flexarticle > div:nth-child(1) {
  width: 130px; }

.flexarticle > div:nth-child(2) {
  width: calc(100% - 130px);
  padding-left: 15px; }

.sidebarforarrticle {
  margin-top: 40px; }

.blogpage_flex > div:nth-child(1) > div > div.flexmore100 {
  flex: 0 0 100%; }

.flexmore100 a {
  display: inline-flex;
  background: #820813;
  width: 320px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #fff;
  font-weight: 500;
  font-size: 13px; }

.flexhead-boxfiltermobile.blog {
  height: 64px; }

.flexhead-boxfiltermobile > span {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; }

.mobilesearchform {
  position: relative; }

.mobilesearchform input {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 40px;
  width: 100%;
  height: 45px;
  padding-left: 40px;
  font-size: 13px; }

.mobilesearchform button {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%); }

.mobilesearchform {
  margin-top: 10px;
  margin-bottom: 12px; }

.mobilecatblog .catulblog a {
  border-bottom: 0;
  font-weight: 500;
  height: 44px; }

#article .ttitleblog h3 {
  font-weight: bold;
  font-size: 32px; }

#article .ttitleblog .timerday {
  font-weight: normal;
  font-size: 15px; }

#article .ttitleblog {
  margin-bottom: 10px; }

/*arrtcile*/
.blogpage_flexat {
  display: flex; }

.blogpage_flexat > div:nth-child(1) {
  flex: 0 0 calc(68% - 60px);
  margin-right: 60px;
  max-width: calc(68% - 60px); }

.blogpage_flexat > div:nth-child(2) {
  flex: 0 0 32%; }

.readmorearrticle {
  background: #F5F6F9;
  padding: 15px;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -80px;
  padding-bottom: 80px; }

.readmorearrticle > h3 {
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px; }

.sharesocial {
  margin-top: 30px; }

/*end css for blog*/
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.7em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5; }

#wishlist-page .wishlist-page-content {
  padding-top: 25px; }
  #wishlist-page .wishlist-page-content h1 {
    font-size: 26px; }
    @media (max-width: 767px) {
      #wishlist-page .wishlist-page-content h1 {
        font-size: 22px; } }

#wishlist-page .wishlist-page-products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px; }
  #wishlist-page .wishlist-page-products .proLoop {
    width: 25%;
    padding: 10px; }
    @media (max-width: 767px) {
      #wishlist-page .wishlist-page-products .proLoop {
        width: 50%; } }

.cart-page-alert {
  display: flex;
  padding: 22px 25px 20px;
  background: #fff7f3;
  border: 1px solid #820813;
  margin-bottom: 25px;
  border-radius: 3px;
  color: #820813; }

.breadcrumb {
  padding: 15px 0 10px; }

@media (max-width: 767px) {
  .starbap-rev-widg__summary {
    width: 100%;
    text-align: left !important; } }

@media (max-width: 767px) {
  .starbap-write-rev-link {
    float: left !important; } }

@media (max-width: 767px) {
  .starbap-histogram {
    margin: 10px 0 !important; } }

.page-product-review .starbap-rev-widg {
  border: none;
  padding: 0; }

.page-product-review .starbap-subtab {
  display: none; }

.page-product-review .starbap-rev-widg__body, .page-product-review .starbap-quest-widg__body {
  display: block !important;
  margin: 0;
  padding: 15px;
  background: #fff; }

.page-product-review .starbap-rev-widg__reviews .starbap-divider-top, .page-product-review .starbap-quest-widg__questions .starbap-divider-top {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  border-top: none; }
  .page-product-review .starbap-rev-widg__reviews .starbap-divider-top:first-child, .page-product-review .starbap-quest-widg__questions .starbap-divider-top:first-child {
    border-top: none; }
  .page-product-review .starbap-rev-widg__reviews .starbap-divider-top .starbap-ans, .page-product-review .starbap-quest-widg__questions .starbap-divider-top .starbap-ans {
    border-left: none;
    border-radius: 6px; }

.page-product-review .review-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400; }

.page-product-review .starbap-rev-widg__header {
  padding: 15px; }

.page-product-info-cta {
  margin-left: -5px;
  margin-right: -5px; }
  .page-product-info-cta .page-product-info-cta-item {
    width: auto;
    flex: auto;
    padding: 0 5px; }
    .page-product-info-cta .page-product-info-cta-item button {
      width: 100%; }
    .page-product-info-cta .page-product-info-cta-item #location {
      background: #1f3a7d;
      border: 1px solid #1f3a7d;
      padding: 5px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .page-product-info-cta .page-product-info-cta-item #location svg {
        width: 24px;
        height: 24px; }
        .page-product-info-cta .page-product-info-cta-item #location svg path {
          fill: #fff; }
      .page-product-info-cta .page-product-info-cta-item #location span {
        width: calc(100% - 24px);
        font-size: 13px;
        font-weight: 400;
        display: inline-block;
        padding-left: 6px;
        color: #fff; }

.location-province {
  margin-top: 15px; }
  .location-province ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .location-province > h6 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    text-decoration: underline; }
  .location-province .location-province-list {
    padding-top: 5px; }
    .location-province .location-province-list div {
      font-weight: 500;
      font-size: 14px;
      display: flex;
      align-items: center; }
      .location-province .location-province-list div svg {
        margin-right: 5px; }
        .location-province .location-province-list div svg path {
          fill: #820813; }
    .location-province .location-province-list ul {
      padding-left: 20px; }
      .location-province .location-province-list ul .location-item {
        font-size: 13px; }
        .location-province .location-province-list ul .location-item .instock {
          color: #4fb546; }
        .location-province .location-province-list ul .location-item .outstock {
          color: #ff4e4e; }

.page-product-info-cta-item {
  position: relative; }
  .page-product-info-cta-item:hover .location-wrap {
    display: block; }
  .page-product-info-cta-item .location-wrap {
    position: absolute;
    left: 50%;
    width: 400px;
    padding-top: 10px;
    z-index: 100;
    transform: translateX(-50%);
    display: none; }
    .page-product-info-cta-item .location-wrap ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .page-product-info-cta-item .location-wrap .location-list {
      padding: 15px;
      padding-top: 5px;
      position: relative;
      border: 1px solid #e1e1e1;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
      background: #fff;
      border-radius: 4px; }
      .page-product-info-cta-item .location-wrap .location-list .location-list-wrap {
        max-height: 400px;
        overflow-y: auto; }
      .page-product-info-cta-item .location-wrap .location-list:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        width: 10px;
        z-index: 2;
        height: 10px;
        background: #fff;
        border-left: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        transform: rotate(45deg); }

.page-product-info-payment {
  border-radius: 6px;
  padding: 15px 25px;
  background: #f9f9f9; }
  @media (max-width: 767px) {
    .page-product-info-payment {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 15px; } }
  .page-product-info-payment ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .page-product-info-payment ul li {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-bottom: 1px dotted #e1e1e1;
      padding: 12px 0; }
      .page-product-info-payment ul li:last-child {
        border-bottom: none; }
      .page-product-info-payment ul li img {
        width: 42px; }
      .page-product-info-payment ul li span {
        width: calc(100% - 42px);
        display: inline-block;
        padding-left: 10px; }

/*
.page-product-info-shipping{
margin-top: 30px;
h6{
font-size: 15px;
}
.page-product-info-shipping-wrap{
background: #f9f9f9;
border-radius: 6px;
@media(max-width: 767px){
overflow-x: auto;
margin-left: -15px;
margin-right: -15px;
}
}
ul{
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
padding: 15px 0;
justify-content: space-evenly;
@media(max-width: 767px){
flex-wrap: initial;
justify-content: flex-start;
}
li{
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
padding: 0 10px;
border-radius: 6px;
@media(max-width: 767px){
min-width: 170px;
}
img{
max-width: 48px;
max-height: 48px;
}
span{
margin-top: 10px;
display: block;
text-align: center;
font-size: 13px;
}
}
}
}
*/
.page-product-brand-wrap .page-product-info-shipping {
  margin-top: 0;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  .page-product-brand-wrap .page-product-info-shipping .page-product-info-shipping-wrap {
    border-radius: 0;
    background: #fff; }
  .page-product-brand-wrap .page-product-info-shipping ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .page-product-brand-wrap .page-product-info-shipping ul li {
      width: 100%;
      flex-direction: row;
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
      align-items: center; }
      .page-product-brand-wrap .page-product-info-shipping ul li img {
        max-width: 130px;
        max-height: 130px; }
        @media (max-width: 767px) {
          .page-product-brand-wrap .page-product-info-shipping ul li img {
            max-width: 100px;
            max-height: 100px; } }
      .page-product-brand-wrap .page-product-info-shipping ul li span {
        text-align: left;
        margin-left: 15px;
        margin-top: 0;
        display: block;
        text-align: left;
        font-size: 13px; }

.cart-note {
  border-top: 1px solid #e1e1e1;
  padding-top: 25px; }
  @media (max-width: 1199px) {
    .cart-note {
      padding-bottom: 25px; } }
  .cart-note textarea {
    min-height: 100px;
    border-radius: 0;
    font-size: 14px; }

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 60px; }
  .back-to-top a {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #1f3a7d;
    border-radius: 50%; }
    .back-to-top a svg path {
      fill: #fff; }

.agent-x-chat-button.position-right {
  background: #1f3a7d !important; }

.gift-line .numbercontrol, .promotion-line .numbercontrol {
  display: none !important; }

.gift-line .quantitycontrol, .promotion-line .quantitycontrol {
  pointer-events: none;
  background: #f7f7f7; }

.gift-line {
  margin-left: 115px; }
  @media (max-width: 767px) {
    .gift-line {
      margin-left: 100px; } }

@media (max-width: 767px) {
  .flexpagecart .boxcontentcart {
    flex-wrap: wrap;
    position: relative; }
    .flexpagecart .boxcontentcart > div:nth-child(3) {
      display: block; }
      .flexpagecart .boxcontentcart > div:nth-child(3) .boxquantityglobal .flexactioncart {
        justify-content: flex-start;
        padding-left: 100px; }
    .flexpagecart .boxcontentcart .infocart .removecart {
      display: block;
      position: absolute;
      bottom: 28px;
      right: 15px; } }

.cart-lines {
  display: flex;
  flex-direction: column; }

.searchPage-wrap {
  padding: 30px 0; }
  .searchPage-wrap .searchResultList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important; }
    @media (max-width: 1023px) {
      .searchPage-wrap .searchResultList {
        margin: 0 -5px !important; } }
    .searchPage-wrap .searchResultList .proLoop {
      padding: 10px; }
      @media (max-width: 1023px) {
        .searchPage-wrap .searchResultList .proLoop {
          padding: 5px; } }
  .searchPage-wrap #pagination {
    margin-top: 20px; }

.map-item iframe {
  width: 100% !important; }

.page-product-notification {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-product-notification .page-product-notification-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    width: 300px;
    color: #fff;
    height: 120px;
    border-radius: 6px; }
    .page-product-notification .page-product-notification-wrap svg {
      width: 50px;
      height: 50px;
      margin-bottom: 10px; }
      .page-product-notification .page-product-notification-wrap svg path {
        fill: #43af34; }

.page-product-brand-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff; }
  .page-product-brand-wrap .page-product-brand-view {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px; }
  .page-product-brand-wrap .brand-wrap {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1199px) {
      .page-product-brand-wrap .brand-wrap {
        width: 100%; } }
    .page-product-brand-wrap .brand-wrap .brand-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
    .page-product-brand-wrap .brand-wrap .brand-title {
      width: calc(100% - 80px);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-left: 15px; }
      .page-product-brand-wrap .brand-wrap .brand-title span {
        font-weight: 500;
        color: #820813;
        font-size: 18px; }
      .page-product-brand-wrap .brand-wrap .brand-title a {
        display: inline-block;
        background: #820813;
        color: #fff;
        padding: 3px 10px;
        font-size: 12px;
        margin-top: 5px; }
  .page-product-brand-wrap .coupons-wrap {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px; }
    @media (max-width: 1199px) {
      .page-product-brand-wrap .coupons-wrap {
        width: 100%;
        flex-wrap: initial;
        white-space: nowrap;
        overflow-x: auto;
        padding-left: 0; } }
    .page-product-brand-wrap .coupons-wrap .coupons-item {
      display: flex;
      min-width: 240px;
      background: #ffe5de;
      border: 1px solid #FA5251;
      padding: 5px 10px;
      margin-right: 15px;
      justify-content: space-between;
      align-items: center; }
      .page-product-brand-wrap .coupons-wrap .coupons-item .coupons-item-info .coupons-item-title {
        font-size: 14px;
        color: #FA5251;
        font-weight: 700; }
      .page-product-brand-wrap .coupons-wrap .coupons-item .coupons-item-info .coupons-item-desc {
        font-size: 13px;
        color: #FA5251; }
      .page-product-brand-wrap .coupons-wrap .coupons-item .coupons-item-info .coupons-item-time {
        color: #777;
        font-size: 11px; }
      .page-product-brand-wrap .coupons-wrap .coupons-item .coupons-item-action button {
        background: #FA5251;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        padding: 3px 10px; }

.page-product-content-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #f5f6f9; }
  @media (max-width: 1199px) {
    .page-product-content-wrap {
      margin-left: -15px;
      margin-right: -15px; } }
  .page-product-content-wrap .page-product-brand {
    width: 100%; }
    .page-product-content-wrap .page-product-brand .page-product-brand-view {
      width: 75%;
      border-right: 1px solid #f5f6f9; }
      @media (max-width: 1199px) {
        .page-product-content-wrap .page-product-brand .page-product-brand-view {
          width: 100%; } }
    .page-product-content-wrap .page-product-brand .page-product-info-shipping {
      width: 25%;
      padding-left: 15px; }
      @media (max-width: 1199px) {
        .page-product-content-wrap .page-product-brand .page-product-info-shipping {
          width: 100%;
          padding-left: 0px; }
          .page-product-content-wrap .page-product-brand .page-product-info-shipping .page-product-info-shipping-wrap {
            width: 100%; }
          .page-product-content-wrap .page-product-brand .page-product-info-shipping ul {
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .page-product-content-wrap .page-product-brand .page-product-info-shipping ul li {
              flex-direction: column; }
              .page-product-content-wrap .page-product-brand .page-product-info-shipping ul li span {
                text-align: center;
                margin-top: 10px;
                margin-left: 0;
                font-size: 11px; } }
  .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-brand-view {
    display: none; }
  .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-info-shipping {
    width: 100% !important; }
    .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-info-shipping .page-product-info-shipping-wrap {
      width: 100%; }
    .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-info-shipping ul {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-info-shipping ul li {
        flex-direction: column; }
        .page-product-content-wrap .page-product-brand.non-coupon .page-product-brand-wrap .page-product-info-shipping ul li span {
          text-align: center;
          margin-top: 10px;
          margin-left: 0; }
  .page-product-content-wrap .page-product-content-detail-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f5f6f9; }
    .page-product-content-wrap .page-product-content-detail-wrap .page-product-content-detail {
      width: 100%;
      border-right: 1px solid #f5f6f9; }
      @media (max-width: 1199px) {
        .page-product-content-wrap .page-product-content-detail-wrap .page-product-content-detail {
          width: 100%; } }
      .page-product-content-wrap .page-product-content-detail-wrap .page-product-content-detail .page-product-description {
        margin-top: 0; }
        @media (max-width: 1199px) {
          .page-product-content-wrap .page-product-content-detail-wrap .page-product-content-detail .page-product-description {
            padding-left: 15px;
            padding-right: 15px; } }
      .page-product-content-wrap .page-product-content-detail-wrap .page-product-content-detail .page-product-review {
        border-top: 1px solid #f5f6f9; }
    .page-product-content-wrap .page-product-content-detail-wrap .page-product-related {
      width: 25%;
      margin-top: 0;
      padding-left: 0; }
      @media (max-width: 1199px) {
        .page-product-content-wrap .page-product-content-detail-wrap .page-product-related {
          width: 100%; } }
      .page-product-content-wrap .page-product-content-detail-wrap .page-product-related .content-product-list {
        background: #f5f5f5;
        padding: 0 1px 1px; }
        .page-product-content-wrap .page-product-content-detail-wrap .page-product-related .content-product-list .proLoop-wrap {
          margin-top: 0.5px;
          margin-bottom: 0.5px; }
      @media (min-width: 1200px) {
        .page-product-content-wrap .page-product-content-detail-wrap .page-product-related .product-section-title {
          margin-right: -10px;
          margin-left: -10px; }
          .page-product-content-wrap .page-product-content-detail-wrap .page-product-related .product-section-title h2 {
            font-size: 16px;
            font-weight: 400;
            margin: 0; } }
      .page-product-content-wrap .page-product-content-detail-wrap .page-product-related .content-product-list {
        border-top: 1px solid #f5f5f5; }

.loop-coupon {
  height: 28px;
  display: none; }
  @media (max-width: 767px) {
    .loop-coupon {
      height: 22px; } }
  .loop-coupon .loop-coupon-item {
    background: #f1fa28;
    color: #820813;
    font-size: 12px;
    display: inline-block;
    padding: 2px 7px 1px;
    margin-right: 5px;
    border: 1px solid #820813; }
    @media (max-width: 767px) {
      .loop-coupon .loop-coupon-item {
        font-size: 10px;
        padding: 2px 5px 1px; } }

.product-voucher {
  margin: 10px 0 0 0;
  border: 1px solid #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none !important; }
  @media (max-width: 767px) {
    .product-voucher {
      background: #f5f5f5; } }
  .product-voucher .loop-coupon {
    height: auto; }

.list_logo_pay {
  display: flex;
  margin: 20px 0 7px;
  align-items: center; }

.list_logo_pay a img {
  max-height: 35px;
  margin-right: 6px; }

@media (min-width: 320px) and (max-width: 480px) {
  .jeowayViTri_Goc_Phai_Duoi {
    bottom: 80px !important;
    right: 0px;
    top: initial  !important; } }

.boxcontentcart .price-cart, .boxcontentcart .price-cart_quantity {
  font-weight: 700; }
  .boxcontentcart .price-cart del, .boxcontentcart .price-cart_quantity del {
    font-weight: 400;
    font-size: 13px;
    color: #777; }

@media screen and (max-width: 767px) {
  .ttitleblog h1 {
    font-size: 18px; }
  .bannercatmobile > div {
    height: 36px;
    overflow: hidden; }
  .page-product-select.fit.open .page-product-info-swatch {
    max-height: 220px;
    overflow-y: auto; }
  #page-product .page-product-info .page-product-info-wrap .page-product-select.open .btn-close-quick--view {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 5px; }
  .boxfiltermobile {
    height: 100%; }
    .boxfiltermobile > div {
      flex: 1 1 auto; }
  .mobilecontentfilter {
    height: auto; }
  .footerfiltermobile {
    height: 70px;
    /*
    position: absolute;
		bottom: 0px;
    */
    width: 100%; }
  .itemleft.fix-mobile-show {
    display: none; } }

.buyxgety_item_title i {
  color: #ff0000;
  font-size: 13px;
  font-weight: 600; }

.label-hangsapve {
  position: absolute;
  left: 0;
  background: #fff2e3;
  color: #820813;
  z-index: 9;
  padding: 4px 20px; }

.page-product-info-left button#goToPrevSlide, .page-product-info-left button#goToNextSlide {
  display: none; }

@media (min-width: 992px) {
  .page-product-info-left button#goToPrevSlide, .page-product-info-left button#goToNextSlide {
    position: absolute;
    bottom: 22px;
    background: #F3F3F3;
    padding: 22px 8px;
    opacity: .6;
    display: block; }
    .page-product-info-left button#goToPrevSlide:hover, .page-product-info-left button#goToNextSlide:hover {
      opacity: 1; }
    .page-product-info-left button#goToPrevSlide i, .page-product-info-left button#goToNextSlide i {
      color: #9E9E9E;
      font-size: 26px; }
  .page-product-info-left #goToPrevSlide {
    left: 0; }
  .page-product-info-left #goToNextSlide {
    right: 0; } }

/*Mai (17/03/2022)*/
@media (max-width: 480px) {
  .proLoop.changeimage:hover .productImg picture:nth-child(2) {
    display: none; }
  .proLoop.changeimage:hover .productImg picture:nth-child(1) {
    opacity: 1 !important;
    visibility: visible; } }

.link-bold > a {
  font-weight: bold !important; }

.collection-point.collection-itemloop {
  background: none; }

.collection-point .product-point {
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  position: relative; }
  .collection-point .product-point .product-thumb {
    float: left;
    width: 50%; }
  .collection-point .product-point .product-details {
    border-top: 1px solid #ffffff;
    border-right: none;
    float: left;
    width: 50%;
    padding: 7px 10px; }
    .collection-point .product-point .product-details h6 {
      font-weight: 400;
      font-size: 14px;
      margin: 0 0 6px; }
      .collection-point .product-point .product-details h6 a {
        overflow: hidden;
        line-height: 20px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .collection-point .product-point .product-details .sold {
      position: absolute;
      left: 0;
      top: 0;
      background: #fff2e3;
      color: #820813;
      z-index: 9;
      padding: 4px 20px; }
    .collection-point .product-point .product-details .price .price-value {
      color: #ff0000;
      font-weight: bold;
      font-size: 14px;
      white-space: nowrap; }
    .collection-point .product-point .product-details .price del.compare-price {
      color: #000000;
      font-weight: normal; }
    .collection-point .product-point .product-details .point {
      width: 90px;
      height: 90px;
      background: #74140d;
      color: #fff;
      border-radius: 100%;
      text-align: center;
      line-height: 20px;
      padding-top: 22px;
      font-size: 12px; }
      .collection-point .product-point .product-details .point span {
        color: #FFEB3B;
        display: block;
        font-size: 25px;
        padding-bottom: 5px; }

.titlecart strong {
  color: #820813; }

.collection-des {
  margin-top: 20px; }

@media (max-width: 768px) {
  .collectionpage_flex {
    flex-wrap: wrap; } }

.hidden {
  display: none; }

.location-province ul .instock {
  color: #4fb546; }

.location-province ul .outstock {
  color: #ff4e4e; }

.location-online-list li {
  margin: 8px 0; }

#windownpopup_background {
  inset: unset !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #000 !important;
  opacity: 0.5 !important; }

.recommend-bc {
  padding-top: 30px; }
  .recommend-bc .rcm-collection-products {
    margin-top: 15px; }

.loading-bc {
  text-align: center; }
  .loading-bc.has-loader {
    display: none; }
  .loading-bc img {
    max-width: 80px; }

.page-product-brand #index-collection-1 {
  display: none; }

.page-product-brand .recommend-bc .index-heading-wrap .index-heading {
  font-size: 16px; }

.freeship-process .freeship-process-bar {
  position: relative;
  padding: 15px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none; }
  .freeship-process .freeship-process-bar .line-freeship {
    display: inline-block;
    width: calc(100%/2);
    position: relative;
    text-align: right; }
    .freeship-process .freeship-process-bar .line-freeship:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 10px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      background-color: #cfcfcf;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
      background-size: 1rem 1rem;
      animation: progress-bar-stripes 1s linear infinite;
      -webkit-animation: progress-bar-stripes 1s linear infinite;
      -moz-animation: progress-bar-stripes 1s linear infinite; }
    .freeship-process .freeship-process-bar .line-freeship:first-child:before, .freeship-process .freeship-process-bar .line-freeship:first-child:after {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .freeship-process .freeship-process-bar .line-freeship:after {
      position: absolute;
      content: '';
      width: calc(var(--percent-ship) - 30px);
      height: 10px;
      background: #820813;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 21; }
    .freeship-process .freeship-process-bar .line-freeship a {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #cfcfcf;
      border-radius: 100%;
      text-align: center;
      opacity: 1;
      position: relative;
      z-index: 22; }

.btn-checkout.clicked {
  pointer-events: none; }

.btn-add-gift.clicked {
  pointer-events: none;
  opacity: 0.3; }

.product-item.product-item-mb.soldout {
  opacity: 0.3; }

.product-item.product-item-mb.soldout .btn-add-gift {
  pointer-events: none; }

.boxcontentcart.p-gift .numbercontrol,
.boxcontentcart.p-gift .qty-btn {
  display: none !important; }

.ft_fanpage {
  margin: 10px 0; }

.wrapper-xhd {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 20px; }

.xhd-head {
  padding-left: 20px;
  position: relative; }

.xhd-head input {
  position: absolute;
  opacity: 0; }

.xhd-head label h4 {
  font-size: 16px;
  font-weight: 600;
  color: #820813; }

.xhd-head label span {
  font-size: 13px;
  color: #5252c9; }

.xhd-head input {
  position: absolute;
  opacity: 0; }

.xhd-head label .chk_xhd_fk {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0; }

.xhd-head input:checked + label .chk_xhd_fk {
  border-color: blue;
  background: blue; }

.xhd-head input:checked + label .chk_xhd_fk:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-50deg);
  top: 2px;
  left: 1px; }

.xhd-content {
  display: none; }

.form-xhd__group {
  padding: 6px 0; }

.form-xhd__group input {
  width: 100%;
  display: block;
  height: 35px;
  border: 1px solid #ddd;
  padding: 0 8px;
  box-sizing: border-box; }

.form-xhd__group textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 8px;
  outline: none; }

.xhd-require.required .txt-require {
  border-color: #f97e7e; }

.xhd-require .error-lb {
  font-size: 12px;
  margin-top: 2px;
  color: #f97e7e; }

.xhd-require:not(.required) .error-lb {
  display: none; }

.xhd-note h5 {
  font-size: 16px;
  color: #820813; }

@media (max-width: 992px) {
  #index-collection-2 .proLoop:nth-child(n+11),
  #index-collection-4 .proLoop:nth-child(n+11),
  #index-collection-5 .proLoop:nth-child(n+11) {
    display: none !important; } }

.cart-freeship {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  background: #fff;
  margin-bottom: 0; }
  .cart-freeship .freeship-image {
    margin-left: 10px;
    display: none; }

.freeship-process {
  flex: 1;
  -ms-flex: 1; }
  .freeship-process .freeship-process-bar {
    position: relative;
    padding: 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .freeship-process .freeship-process-bar .line-freeship {
      display: inline-block;
      width: calc(100%/2);
      position: relative;
      text-align: right;
      height: 17px; }
      .freeship-process .freeship-process-bar .line-freeship:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 6px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        background-color: #ffe8e9; }
      .freeship-process .freeship-process-bar .line-freeship:first-child:before, .freeship-process .freeship-process-bar .line-freeship:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
      .freeship-process .freeship-process-bar .line-freeship:after {
        position: absolute;
        content: '';
        width: calc(var(--percent-ship) - 0px);
        height: 6px;
        background: #820813;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 21; }
      .freeship-process .freeship-process-bar .line-freeship a {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: none;
        border-radius: 100%;
        text-align: center;
        opacity: 1;
        position: relative;
        z-index: 22; }
        .freeship-process .freeship-process-bar .line-freeship a span {
          position: absolute;
          min-width: 155px;
          font-size: 12px;
          color: #9e0b0f;
          font-weight: 500;
          bottom: -25px;
          right: 10px;
          text-align: right; }
      .freeship-process .freeship-process-bar .line-freeship .flag-ship {
        position: absolute;
        width: 22px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        left: calc(var(--percent-ship) - 17px);
        z-index: 22; }
    .freeship-process .freeship-process-bar .cole-1[style="--percent-ship:100%"] .flag-ship {
      opacity: 0; }
    .freeship-process .freeship-process-bar .cole-1[style="--percent-ship:100%"] + .cole-2[style="--percent-ship:0%"] .flag-ship {
      opacity: 1;
      visibility: visible; }
    .freeship-process .freeship-process-bar .cole-2[style="--percent-ship:0%"] .flag-ship {
      opacity: 0;
      visibility: hidden; }
  .freeship-process .freeship-process-txt {
    color: #9e0b0f;
    font-weight: 500; }

.variant-color__mb {
  margin-top: 10px; }

.variant-color__mb .variant-color__title {
  font-size: 12px; }

.variant-color__mb .variant-color__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto; }

.variant-color__list .variant-color__item {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin-right: 8px; }

.variant-color__list .variant-color__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent; }

.variant-color__list .variant-color__item a.active {
  border-color: #820813; }

.variant-color__list .variant-color__item a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-inven span {
  font-weight: 600; }

.note-inven {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  text-align: center; }

#location-popup .modal-content {
  position: relative; }

#location-popup .modal-content .close {
  position: absolute;
  top: 0px;
  right: 5px;
  opacity: 1;
  font-size: 28px;
  z-index: 9999; }

@media (max-width: 767px) {
  .page-product-brand .recommend-bc .rcm-collection-products {
    margin-right: 0;
    margin-left: 0; } }

.htch-title {
  width: 100%;
  font-size: 21px;
  margin-bottom: 20px;
  margin-top: 20px; }

#owl-dsCH .owl-next {
  position: absolute;
  top: 50%;
  font-size: 60px;
  transform: translateY(-50%); }

#owl-dsCH .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 60px;
  transform: translateY(-50%); }

/*------------- SECTION FLASHSALE -------------*/
#index-flashdeal {
  padding-top: 30px;
  padding-bottom: 30px; }

#khungCounHotDeal-bc {
  margin: 0 0 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

#wrapImgHot-bc {
  float: left;
  width: 22%;
  padding-left: 6px; }

#wrapCountDown-bc {
  display: flex;
  color: black;
  float: left; }

.khungTime {
  padding: 2px;
  background: black;
  padding-left: 14px;
  color: white;
  padding-right: 14px;
  font-size: 19px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 5px; }

.dau2chamgio {
  font-size: 25px;
  font-weight: bold;
  color: #232323;
  margin-left: 5px;
  margin-right: 5px; }

.ftwp-contents {
  margin-bottom: 20px;
  border: 1px solid rgba(51, 51, 51, 0.95); }
  .ftwp-contents .ftwp-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px; }
    .ftwp-contents .ftwp-header .ftwp-header-control {
      font-size: 24px; }
    .ftwp-contents .ftwp-header .ftwp-icon-expand {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px; }
      .ftwp-contents .ftwp-header .ftwp-icon-expand.close-expand i:before {
        content: "\f107"; }
    .ftwp-contents .ftwp-header .ftwp-header-title {
      margin-left: 10px;
      font-size: 18px;
      font-weight: 500; }
  .ftwp-contents .ftwp-body {
    padding-right: 15px; }
    .ftwp-contents .ftwp-body ol {
      list-style-type: none;
      counter-reset: section;
      padding-left: 0; }
      .ftwp-contents .ftwp-body ol .ftwp-item {
        position: relative;
        padding-left: 15px;
        font-size: 15px;
        /*&::before {
				counter-increment: section;
				content: counters(section, ".") " ";
			}*/ }
    .ftwp-contents .ftwp-body .ftwp-item__child {
      padding-left: 0; }
      .ftwp-contents .ftwp-body .ftwp-item__child .ftwp-item {
        padding-left: 24px; }
    .ftwp-contents .ftwp-body > ol > li > a {
      font-weight: 600; }

#index-flashsale {
  padding-bottom: 30px; }
  #index-flashsale #btnNextList-bc {
    color: #1f3a7d !important; }

.index-flashdeal-list-bc .owl-stage {
  padding-left: 0 !important; }

@media screen and (min-width: 1100px) {
  #f-menu {
    min-height: 53px; } }

.name-combo {
  display: none !important; }

.combo-w {
  display: flex;
  gap: 20px;
  margin-bottom: 0px !important;
  padding: 30px 0 20px 40px !important; }
  @media (max-width: 992px) {
    .combo-w {
      flex-wrap: wrap;
      padding: 20px 10px 20px 10px !important; } }
  .combo-w .combo-list {
    width: calc(75% - 20px); }
    @media (max-width: 992px) {
      .combo-w .combo-list {
        width: calc(100% - 20px); } }
  .combo-w .boxtong {
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-left: 0.5px solid rgba(0, 0, 0, 0.09);
    justify-content: center; }
    @media (max-width: 992px) {
      .combo-w .boxtong {
        width: calc(100% - 20px); } }

#combo-program {
  /* the slides */
  /* the parent */ }
  #combo-program .titledemand {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #combo-program .discount-promotion-price {
    display: flex;
    margin-bottom: 0;
    flex-direction: column-reverse; }
  #combo-program .priceclone b {
    font-weight: 500;
    text-decoration: line-through; }
  #combo-program .nunarice del {
    display: none !important; }
  #combo-program .slick-slide {
    margin: 0 15px; }
  #combo-program .slick-list {
    margin: 0 -15px; }
  #combo-program .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #000;
    z-index: 9;
    height: 55px;
    line-height: initial; }
    #combo-program .slider-index.next svg path {
      stroke: #fff; }
  #combo-program .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #000;
    z-index: 9;
    height: 55px;
    line-height: initial; }
    #combo-program .slider-index.prev svg {
      transform: rotate(180deg); }
      #combo-program .slider-index.prev svg path {
        stroke: #fff; }
  #combo-program .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  #combo-program:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  #combo-program .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    #combo-program .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    #combo-program .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }
  #combo-program .slick-track {
    margin-left: 0; }
    #combo-program .slick-track > div {
      position: relative; }
      #combo-program .slick-track > div:after {
        content: '+';
        position: absolute;
        right: -20px;
        top: 100px;
        font-weight: bold;
        font-size: 30px; }
      #combo-program .slick-track > div:last-child:after {
        display: none; }
  #combo-program .variants {
    display: none; }
  #combo-program .combo-img {
    width: 100%; }

.combo-list tbody .combo-product .combo-image {
  width: 100% !important; }

#combo-program table .combo-product p {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding-left: 0;
  color: #000; }

#combo-program {
  max-height: initial;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); }

#combo-program .combo-w:after, #combo-program .combo-w:before {
  display: none; }

.variants select {
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  margin-top: 10px; }

.clickmuacombo {
  background: #000;
  color: #fff !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.combo-w .combo-list {
  border: 0; }

@media (max-width: 992px) {
  .combo-w .boxtong {
    background: #fff;
    padding: 15px;
    margin-top: 0;
    width: 100%;
    border: none; }
  .combo-w .combo-list {
    width: 100%; } }

.thehandup {
  cursor: pointer; }

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

.appcomboprofesor {
  margin: 20px 0; }

.appcomboprofesor .incombotitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  background: #fff;
  padding-left: 30px;
  padding-top: 15px; }
  @media (max-width: 1024px) {
    .appcomboprofesor .incombotitle {
      padding-left: 15px;
      text-algin: center; } }

.appcomboprofesor .incomboflex {
  display: flex;
  gap: 40px;
  width: 85%;
  border-right: 1px solid #ccc; }

.appcomboprofesor .title {
  margin-bottom: 10px;
  font-size: 16px; }

.appcomboprofesor .title i {
  color: #536eef; }

.appcomboprofesor .pricegiam {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 5px; }

.appcomboprofesor .pricegiam .pricegiam1 {
  font-weight: bold;
  font-size: 16px; }

.appcomboprofesor .pricegiam .pricegiam2 {
  text-decoration: line-through; }

.combozitem {
  position: relative;
  position: relative;
  width: calc(100%/4 - 40px);
  min-width: 200px; }

.combozitem:after {
  content: '+';
  position: absolute;
  right: -30px;
  top: 30%;
  font-weight: bold;
  font-size: 30px; }

.combozitem:last-child:after {
  display: none; }

.blockcombo {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blockcombo .combotngtien {
  width: 15%;
  padding-left: 15px;
  min-width: 200px; }

.themtatcavaogio {
  background: #e50a0a;
  color: #fff;
  padding: 10px 13px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 4px;
  font-weight: bold; }

.themtatcavaogio:hover {
  color: #fff;
  opacity: 0.6; }

.bgiatritien {
  color: #e50a0a;
  margin-left: 10px; }

.combotngtienonez2 {
  margin-top: 10px; }

.tientietkiem {
  font-weight: bold; }

.combotngtienonez, .combotngtienonez2 {
  font-size: 14px; }

.combotngtienonez2 {
  color: #ee4d2d;
  margin: 0; }

@media (max-width: 992px) {
  .blockcombo {
    flex-wrap: wrap; }
  .appcomboprofesor .incomboflex {
    display: flex;
    gap: 40px;
    width: 100%;
    border-right: 0px solid #ccc;
    overflow: auto; }
  .blockcombo .combotngtien {
    width: 100%;
    padding-left: 0;
    min-width: 200px;
    background: #f5f5f5;
    padding: 10px;
    margin-top: 10px; } }

.redthongbao {
  clear: both;
  color: red;
  margin-left: 15px;
  display: none !important; }

.combo-w .combo-list > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px; }
  @media (max-width: 1024px) {
    .combo-w .combo-list > div {
      grid-template-columns: repeat(2, 1fr); } }

.combo-w .combo-list > div > div {
  position: relative; }

.combo-w .combo-list > div > div:not(:last-child):after {
  content: '+';
  position: absolute;
  right: -30px;
  top: 100px;
  font-weight: bold;
  font-size: 30px; }

.themtatcavaogio:hover, .themtatcavaogio:visited {
  opacity: 1;
  background-color: #ee4d2d;
  border-color: #ee4d2d; }

.themtatcavaogio {
  margin-top: 6px;
  color: #ee4d2d;
  background-color: rgba(255, 87, 34, 0.1);
  border-color: #ee4d2d;
  border: 1px solid;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 40px;
  padding: 1px 16px;
  text-align: center;
  font-weight: 500; }
  .themtatcavaogio svg {
    height: 16px;
    width: 16px;
    color: currentColor;
    stroke: currentColor;
    margin-right: 7px;
    display: inline-block; }

.payment-detail li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
  padding-bottom: 10px; }

.show-detail-btn, .hide-detail-btn {
  text-decoration: underline;
  font-style: italic;
  color: #7a7a7a;
  font-size: 13px; }
  .show-detail-btn svg, .hide-detail-btn svg {
    transform: rotate(6deg);
    width: 7px; }
    .show-detail-btn svg path, .hide-detail-btn svg path {
      stroke: #7a7a7a; }

.hide-detail-btn svg {
  transform: rotate(186deg); }

.slideleft-banner {
  position: fixed;
  top: 50%;
  left: 0;
  max-width: 500px;
  max-height: 140%;
  z-index: 99999;
  transform: translate(-100%, -30%);
  transition: transform ease-in-out 1000ms; }
  @media (max-width: 767px) {
    .slideleft-banner {
      max-width: 350px; } }
  @media (max-width: 500px) {
    .slideleft-banner {
      max-width: 250px; } }

.slideleft-banner.toggled {
  transform: translate(0%, -30%); }

.slideleft-banner a:hover {
  opacity: 1; }

.slideleft-banner__close-btn {
  position: absolute;
  background: #dcdcdc;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px;
  border: 1px solid #fff;
  cursor: pointer; }

.slideleft-banner__close-btn::after, .slideleft-banner__close-btn::before {
  content: "";
  width: 2px;
  height: 13px;
  background: #4b4b4b;
  position: absolute;
  top: 50%;
  left: 50%; }

.slideleft-banner__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg); }

.slideleft-banner__close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

#index-hot {
  padding-bottom: 30px; }
  #index-hot .row-hot {
    margin-left: -5px;
    margin-right: -5px; }
    #index-hot .row-hot::-webkit-scrollbar {
      width: 8xpx;
      height: 2px;
      display: block !important; }
    #index-hot .row-hot::-webkit-scrollbar-track {
      background: #f1f1f1; }
    #index-hot .row-hot::-webkit-scrollbar-thumb {
      background: #c7c7c7; }
    #index-hot .row-hot::-webkit-scrollbar-thumb:hover {
      background: #c7c7c7; }
  #index-hot .list-hot {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    display: block; }
  #index-hot .item-hot-home {
    display: inline-block;
    padding: 0 5px; }
    @media (max-width: 767px) {
      #index-hot .item-hot-home {
        flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        max-width: 20%;
        width: 100%; } }
    #index-hot .item-hot-home .item-hot-box {
      width: 90px;
      height: 90px;
      position: relative;
      border-radius: 10px;
      /*border: 1px solid #ddd;
			padding: 2px;*/
      overflow: hidden;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #index-hot .item-hot-home .item-hot-box {
          width: 100%;
          height: 100%; } }
      #index-hot .item-hot-home .item-hot-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 10px; }

.bc-buyxgety {
  margin-top: 15px; }
  .bc-buyxgety .bc-buyxgety__head {
    margin-bottom: 10px; }
    .bc-buyxgety .bc-buyxgety__head h3 {
      font-size: 16px;
      margin-bottom: 3px;
      font-weight: 600; }
    .bc-buyxgety .bc-buyxgety__head h4 {
      font-size: 14px;
      font-weight: 600;
      color: #820813;
      margin-bottom: 3px; }
    .bc-buyxgety .bc-buyxgety__head p {
      font-size: 13px;
      font-style: italic;
      margin: 0; }
  .bc-buyxgety .bc-buyxgety__condi {
    color: #ff6600;
    font-weight: 600;
    text-align: center;
    padding: 0;
    border: 1px dashed #ff6600;
    margin-bottom: 8px; }
  .bc-buyxgety .bc-buyxgety__content {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px;
    padding-right: 10px;
    border: 1px dashed #ff6600; }
    .bc-buyxgety .bc-buyxgety__content .bc-buyxgety__title {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      color: #ff6600; }
      .bc-buyxgety .bc-buyxgety__content .bc-buyxgety__title img {
        width: 14px; }
      .bc-buyxgety .bc-buyxgety__content .bc-buyxgety__title span {
        display: inline-block;
        margin-left: 4px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1; }

.bc-buyxgety__list .item-buyxgety:not(:last-child) {
  margin-bottom: 10px; }

.bc-buyxgety__list .item-buyxgety .radio-item {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .bc-buyxgety__list .item-buyxgety .radio-item:checked + label {
    border-color: #820813; }
    .bc-buyxgety__list .item-buyxgety .radio-item:checked + label .radio-fk {
      background: #820813;
      border-color: #820813; }
      .bc-buyxgety__list .item-buyxgety .radio-item:checked + label .radio-fk:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 4px;
        left: 3px;
        transform: rotate(-45deg); }

.bc-buyxgety__list .item-buyxgety .item-buyxgety__inner label {
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0; }

.bc-buyxgety__list .item-buyxgety .buyxgety-check {
  flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  max-width: 25px;
  display: none; }

.bc-buyxgety__list .item-buyxgety .buyxgety-checkbox {
  text-align: center; }
  .bc-buyxgety__list .item-buyxgety .buyxgety-checkbox .radio-fk {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 4px; }

.bc-buyxgety__list .item-buyxgety .buyxgety-detail {
  flex: 0 0 calc(100% - 25px);
  -ms-flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }
  .bc-buyxgety__list .item-buyxgety .buyxgety-detail .buyxgety-detail__image {
    flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    max-width: 40px;
    border: 1px solid #dcdcdc;
    padding: 2px; }
  .bc-buyxgety__list .item-buyxgety .buyxgety-detail .buyxgety-detail__info {
    flex: 0 0 calc(100% - 40px);
    -ms-flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 8px; }
    .bc-buyxgety__list .item-buyxgety .buyxgety-detail .buyxgety-detail__info h4 {
      font-size: 12px;
      margin-bottom: 2px; }
    .bc-buyxgety__list .item-buyxgety .buyxgety-detail .buyxgety-detail__info .item-buyxgety__price {
      color: #820813;
      font-weight: 600; }
    .bc-buyxgety__list .item-buyxgety .buyxgety-detail .buyxgety-detail__info .item-buyxgety__variant {
      margin-top: 15px; }

.center-support {
  position: fixed;
  right: 30px;
  bottom: 105px;
  z-index: 999; }
  .center-support .center-support__icon {
    cursor: pointer; }
    .center-support .center-support__icon img {
      width: 50px; }
  .center-support.show-icon .center-support__wrapper {
    opacity: 1;
    visibility: visible; }
  .center-support .center-support__wrapper {
    position: absolute;
    bottom: 94%;
    right: -14px;
    width: 132px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .center-support .center-support__wrapper ul {
      padding: 0;
      display: flex;
      list-style-type: none; }
      .center-support .center-support__wrapper ul li {
        flex: 0 0 50%;
        max-width: 50%; }
        .center-support .center-support__wrapper ul li:first-child {
          margin-top: 30px; }
    .center-support .center-support__wrapper .support-btn {
      margin-bottom: 10px; }
      .center-support .center-support__wrapper .support-btn img {
        display: block;
        width: 48px; }

/*---- pre-order -----*/
button.preorder-btn {
  background: #9fce18;
  color: #fff; }

#preorder-mb {
  background: #9fce18;
  color: #fff;
  flex: auto;
  border-radius: 3px;
  margin: 0 5px;
  height: 38px; }
  @media (max-width: 767px) {
    #preorder-mb {
      margin: 0 !important; } }

/* NEW ARTICLE */
@media (min-width: 1300px) {
  #article_new .container {
    width: 1280px !important; } }

#article_new .ttitleblog > div {
  /*
			@media (max-width: 991px){
			&:nth-child(1) {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			> div:nth-child(1){
			margin-right: 12px;
			padding-top: 2px;
		}
		}
		}
			*/ }
  #article_new .ttitleblog > div > div svg {
    display: none; }

#article_new .ftwp-contents {
  border: none; }

#article_new .catulblog a {
  height: auto;
  padding: 8px 0; }

#article_new .banner_promotion {
  margin-bottom: 20px; }

#article_new .articlemaincontent > ul:last-child {
  display: none; }

#article_new .article_related_new h3 {
  font-size: 18px; }

#article_new .article_related_new ul {
  padding-left: 1.5rem; }
  #article_new .article_related_new ul a {
    color: #c0392b;
    display: block;
    margin-bottom: 5px; }

.hv-article-content {
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .hv-article-content .hv-single--tbcontent {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .hv-article-content .hv-single--left {
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
      padding-right: 20px; }
    .hv-article-content .hv-single--right {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .hv-article-content .hv-single--tbcontent {
      display: none;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .hv-article-content .hv-single--left {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
    .hv-article-content .hv-single--right {
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%; } }
  @media (max-width: 991px) {
    .hv-article-content .hv-single--left {
      -ms-flex-order: 1;
      order: 1; }
    .hv-article-content .hv-single--right {
      -ms-flex-order: 2;
      order: 2; } }

/* Table of Contents Article */
.table-of-contents {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0px 0 20px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle .icon-list {
  cursor: pointer;
  color: #1b6aef;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 16px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: #2979ff; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #252525; }

.table-of-contents .table-content > ul {
  padding-bottom: 10px; }

.table-of-contents .table-content > ul ul {
  padding-left: 10px; }

.table-of-contents .table-content > ul ul li::marker {
  color: #adadad;
  font-size: 12px; }

.table-of-contents .table-content > ul ul ul {
  display: none !important; }

.table-of-contents ul li.active a,
.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: #2979ff; }

#table-content-container .table-content {
  display: none; }

#table-content-container .table-content > ul ul {
  font-size: 15px; }

.tbOfcontent-sidebar .table-of-header {
  display: none !important; }

.tbOfcontent-sidebar .table-of-contents {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }

.tbOfcontent-sidebar .table-of-contents ul {
  line-height: 1.6;
  font-size: 13px; }

.tbOfcontent-sidebar .table-of-contents ul li::marker {
  color: #adadad; }

.tbOfcontent-sidebar .table-of-contents ul ul {
  display: none; }

.tbOfcontent-sidebar .table-of-contents .table-title {
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 2px solid #0047ba;
  margin-bottom: 10px; }

/* style - scroll */
.tbOfcontent-sidebar .table-of-contents .table-content {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

.hv-single--right .hv-wrapper-sidebar {
  position: sticky;
  top: 0; }

.hv-article-content .hv-single--tbcontent .hv-wrapper-sidebar {
  position: sticky;
  top: 0; }

/* BLOG NEW */
.blog_header {
  color: #ffffff;
  background: #8a0000;
  padding: 70px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px; }
  .blog_header .breadcrumb-wrap * {
    color: #fff !important; }
  @media (max-width: 767px) {
    .blog_header {
      padding: 16px 0; }
      .blog_header h1 {
        font-size: 22px; } }

.blog_categories ul {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px; }
  .blog_categories ul li {
    flex: 0 0 auto;
    width: calc((100% - 80px) / 3);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .blog_categories ul li:not(:last-child) {
      margin-right: 10px; }
    .blog_categories ul li .blog_categories__img {
      display: block;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 65px;
      border: 1px solid #dfdfdf;
      margin: 0 auto; }
    .blog_categories ul li .blog_categories__title {
      text-align: center;
      display: block; }

.blog_flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog_flex .blog_left {
    flex: 0 0 auto;
    width: 68%; }
  .blog_flex .blog_right {
    flex: 0 0 auto;
    width: calc(32% - 20px); }
  @media (max-width: 767px) {
    .blog_flex .blog_left, .blog_flex .blog_right {
      width: 100%;
      margin-bottom: 20px; } }

.blog_feature {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf; }
  .blog_feature:not(.owl-loaded) {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%; }
  .blog_feature_item {
    width: 100%;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 15px; }
  .blog_feature_img {
    flex: 0 0 50%;
    overflow: hidden;
    border-radius: 10px; }
  .blog_feature_content {
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px; }
    .blog_feature_content h3 {
      font-size: 20px; }
    .blog_feature_content > a {
      display: inline-block;
      background: #8a0000;
      color: #fff;
      border-radius: 20px;
      padding: 5px 20px;
      margin-bottom: 5px; }
  @media (max-width: 767px) {
    .blog_feature_item {
      flex-wrap: wrap; }
    .blog_feature_img, .blog_feature_content {
      width: 100%;
      flex: 0 0 auto;
      margin-left: 0; }
    .blog_feature_img {
      margin-bottom: 10px; } }

.blog_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .blog_list .flexboxbolg {
    flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
    position: relative; }
  @media (max-width: 767px) {
    .blog_list {
      gap: 0; }
      .blog_list .flexboxbolg {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 120px; }
        .blog_list .flexboxbolg .img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100px;
          height: 100%; }
          .blog_list .flexboxbolg .img img {
            height: auto;
            max-height: 100%; }
        .blog_list .flexboxbolg .titleblog a {
          margin-top: 0; } }

.blogforbanner {
  margin: 20px 0; }

.sidebarforblog h4 {
  color: #820812;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 20px 0;
  margin-bottom: 0;
  border-top: 5px solid #820812;
  border-radius: 5px 5px 0 0; }

.sidebarforblog ul {
  list-style: none;
  padding: 0 20px 10px; }

.sidebarforblog ul li {
  padding: 14px 16px;
  border-bottom: 1px solid #820812; }

.sidebarforblog ul li:first-child {
  border-top: 1px solid #820812;
  padding-top: 14px;
  margin-top: 12px; }

.sidebarforblog ul li a {
  display: block;
  font-size: 16px; }

.sidebarforblog ul li a:hover {
  color: #820812;
  font-weight: 500; }

.game-redirect {
  position: fixed;
  bottom: 170px;
  right: 30px;
  margin: 0;
  z-index: 1000;
  cursor: pointer; }

.game-redirect .redirect-btn {
  display: inline-block;
  position: relative;
  animation: shake-ani 2s infinite ease-out 0.4s; }

.game-redirect .redirect-btn .svgico {
  position: relative;
  z-index: 4;
  display: block;
  height: 56px;
  width: 56px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #a7352f;
  cursor: pointer;
  background: #ffba38;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  animation: iconSkew 1s infinite ease-out; }

.game-redirect .redirect-btn::before, .game-redirect .redirect-btn::after {
  position: absolute;
  content: '';
  height: 56px;
  width: 56px;
  left: 0;
  top: 0;
  background: #ffba38;
  border-radius: 50%; }

.game-redirect .redirect-btn::before {
  animation: euiBeaconPulseSmall 2s infinite ease-out; }

.game-redirect .redirect-btn::after {
  animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s; }

@media (min-width: 1200px) {
  .article-content #table-content-container {
    display: none; }
  .hv-article-content .hv-single--tbcontent {
    display: block; }
  .ftwp-contents-menu {
    display: none !important; } }

@media (max-width: 1199px) {
  .article-content #table-content-container {
    display: block; }
  #article_new .ftwp-contents {
    border: 1px solid rgba(51, 51, 51, 0.95); }
  #article_new .ftwp-body {
    display: none; }
  .hv-article-content .hv-single--tbcontent {
    display: none; } }

@media (max-width: 767px) {
  .table-of-contents {
    padding: 8px 12px; }
  .table-of-contents ul {
    font-size: 14px; }
  .table-of-contents .table-content > ul ul {
    padding-left: 0; }
  #table-content-container .table-content > ul ul {
    font-size: 14px; }
  #article_new .ttitleblog {
    margin-bottom: 0; }
  .game-redirect {
    right: 10px; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes shake-ani {
  2% {
    transform: translate(0, 0) rotate(1.5deg); }
  4% {
    transform: translate(0, 0) rotate(4.5deg); }
  6% {
    transform: translate(0, 0) rotate(-1.5deg); }
  8% {
    transform: translate(0, 0) rotate(1.5deg); }
  10% {
    transform: translate(0, 0) rotate(7.5deg); }
  12% {
    transform: translate(0, 0) rotate(-6.5deg); }
  14% {
    transform: translate(0, 0) rotate(1.5deg); }
  16% {
    transform: translate(0, 0) rotate(7.5deg); }
  18% {
    transform: translate(0, 0) rotate(1.5deg); }
  20% {
    transform: translate(0, 0) rotate(-6.5deg); }
  22% {
    transform: translate(0, 0) rotate(-4.5deg); }
  24% {
    transform: translate(0, 0) rotate(2.5deg); }
  26% {
    transform: translate(0, 0) rotate(5.5deg); }
  28% {
    transform: translate(0, 0) rotate(-3.5deg); }
  30% {
    transform: translate(0, 0) rotate(-0.5deg); }
  32% {
    transform: translate(0, 0) rotate(5.5deg); }
  34% {
    transform: translate(0, 0) rotate(-4.5deg); }
  36% {
    transform: translate(0, 0) rotate(-6.5deg); }
  38% {
    transform: translate(0, 0) rotate(-3.5deg); }
  40% {
    transform: translate(0, 0) rotate(-1.5deg); }
  42% {
    transform: translate(0, 0) rotate(-1.5deg); }
  44% {
    transform: translate(0, 0) rotate(-6.5deg); }
  46% {
    transform: translate(0, 0) rotate(-2.5deg); }
  48% {
    transform: translate(0, 0) rotate(-5.5deg); }
  50% {
    transform: translate(0, 0) rotate(6.5deg); }
  52% {
    transform: translate(0, 0) rotate(-3.5deg); }
  54% {
    transform: translate(0, 0) rotate(2.5deg); }
  56% {
    transform: translate(0, 0) rotate(0.5deg); }
  58% {
    transform: translate(0, 0) rotate(3.5deg); }
  60% {
    transform: translate(0, 0) rotate(7.5deg); }
  62% {
    transform: translate(0, 0) rotate(4.5deg); }
  64% {
    transform: translate(0, 0) rotate(2.5deg); }
  66% {
    transform: translate(0, 0) rotate(-6.5deg); }
  68% {
    transform: translate(0, 0) rotate(5.5deg); }
  70% {
    transform: translate(0, 0) rotate(-1.5deg); }
  72% {
    transform: translate(0, 0) rotate(3.5deg); }
  74% {
    transform: translate(0, 0) rotate(-6.5deg); }
  76% {
    transform: translate(0, 0) rotate(-3.5deg); }
  78% {
    transform: translate(0, 0) rotate(2.5deg); }
  80% {
    transform: translate(0, 0) rotate(2.5deg); }
  82% {
    transform: translate(0, 0) rotate(0.5deg); }
  84% {
    transform: translate(0, 0) rotate(2.5deg); }
  86% {
    transform: translate(0, 0) rotate(-1.5deg); }
  88% {
    transform: translate(0, 0) rotate(-5.5deg); }
  90% {
    transform: translate(0, 0) rotate(-6.5deg); }
  92% {
    transform: translate(0, 0) rotate(-2.5deg); }
  94% {
    transform: translate(0, 0) rotate(-1.5deg); }
  96% {
    transform: translate(0, 0) rotate(4.5deg); }
  98% {
    transform: translate(0, 0) rotate(-1.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.product-signature {
  margin-top: 20px; }
  .product-signature .input-signature {
    opacity: 0;
    visibility: hidden;
    display: none; }
  .product-signature .input-signature:checked + label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 8px;
    border-left: 2px solid #820813;
    border-bottom: 2px solid #820813;
    transform: rotate(-45deg);
    top: 5px;
    left: 3px; }
  .product-signature .input-signature + label {
    position: relative;
    padding-left: 30px; }
    .product-signature .input-signature + label:before {
      position: absolute;
      display: inline-block;
      content: '';
      width: 20px;
      height: 20px;
      border: 1px solid #820813;
      border-radius: 2px;
      top: 2px;
      left: 0; }
  .product-signature .signature-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #820813;
    font-weight: 600;
    text-align: center; }
  .product-signature .signature-note {
    font-size: 14px;
    color: #000; }
  .product-signature .product-signature__head {
    position: relative;
    display: flex;
    align-items: center; }
    .product-signature .product-signature__head label {
      cursor: pointer;
      margin-bottom: 0; }
    .product-signature .product-signature__head svg {
      width: 20px;
      height: 20px;
      fill: #820812;
      transition: 0.3s all ease-in-out; }
  .product-signature .product-signature__body {
    display: none; }
  .product-signature .product-signature__list .product-signature__item:not(:last-child) {
    margin-bottom: 20px; }
  .product-signature .product-signature__list .product-signature__item .sign-item__txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 8px; }
  .product-signature .product-signature__list .product-signature__item .sign-item__title {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
    margin-right: 8px;
    flex: 0 0 100px;
    max-width: 100px; }
  .product-signature .product-signature__list .product-signature__item .sign-item__content {
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px); }
    .product-signature .product-signature__list .product-signature__item .sign-item__content input {
      padding: 5px 8px;
      border: 0;
      background: #efefef;
      color: #000;
      font-family: 'HelveticaNeue' !important;
      width: 100%; }
  .product-signature .product-signature__list .product-signature__item .sign-item__font {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      gap: 5px;
      flex: 0 0 calc(100% - 110px);
      max-width: calc(100% - 110px); }
      .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item {
        flex: 0 0 calc(25% - 5px);
        max-width: calc(25% - 5px); }
        .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item:nth-child(3) {
          display: none; }
        @media (max-width: 767px) {
          .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item {
            flex: 0 0 calc(100% / 3 - 5px);
            max-width: calc(100% / 3 - 5px); } }
        .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item input {
          position: absolute;
          opacity: 0;
          visibility: hidden; }
        .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item label {
          padding: 3px;
          margin: 0;
          cursor: pointer;
          border: 1px solid #000; }
          .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item label:before {
            display: none; }
        .product-signature .product-signature__list .product-signature__item .sign-item__font .font-list .font-item input:checked + label {
          border-color: red; }
  .product-signature .product-signature__bot {
    margin-top: 20px; }
    .product-signature .product-signature__bot .signature-note1 {
      color: #4848fa; }

.popup-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #820813; }

.popup-banner {
  display: flex;
  align-items: center;
  justify-content: center; }

.popup-banner:hover {
  opacity: 1; }

#modal-utm-popup .modal-content {
  background: transparent;
  border: 0; }

#modal-utm-popup .modal-body {
  position: relative; }

#modal-utm-popup .close {
  color: #fff;
  opacity: 0.9; }

#modal-utm-popup .modal-dialog {
  width: max-content;
  max-width: 100%; }

.view-coupon-detail {
  border: 1px solid transparent;
  background: #f44025;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 500; }

.utm-voucher-notif .coupon-item {
  max-width: 370px;
  position: relative; }

.utm-voucher-notif .coupon-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr; }

.utm-voucher-notif .content-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 40px; }

.utm-voucher-notif .item-action {
  position: absolute;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  left: 0;
  width: 100%;
  padding-right: 40px; }

.utm-voucher-notif .item-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #f44025; }

.utm-voucher-notif .item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 3px solid #f44025;
  border-radius: 10px;
  min-width: 80%;
  position: relative; }

.utm-voucher-notif .item-action button {
  border: 1px solid transparent;
  background: #f44025;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 500; }

.utm-voucher-notif .item-info::after {
  content: "GIFTCODE";
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -60%);
  padding: 0 7px;
  color: #f44025;
  font-size: 12px;
  font-weight: 500; }

.utm-voucher-notif .coupon-item__view-detail {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 3px solid #f44025;
  min-width: 70%;
  max-width: 85%;
  max-height: 85%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all ease-in-out 250ms;
  opacity: 0;
  visibility: hidden; }

.utm-voucher-notif .item-heading .item-value {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #f44025; }

.utm-voucher-notif .item-heading {
  position: absolute;
  top: 25px; }

.utm-voucher-notif {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 250ms; }

.utm-voucher-notif.isshown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }

.voucher-notif-box {
  background: #fff;
  padding: 0;
  max-width: 100%;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px 0 0 3px;
  position: relative; }

.notif-heading p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px; }

a.close-notif-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #808080;
  border-radius: 100%;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  z-index: 2; }

a.close-notif-btn:before, a.close-notif-btn:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  top: 50%;
  left: 50%; }

a.close-notif-btn:before {
  transform: translate(-50%, -50%) rotate(45deg); }

a.close-notif-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.center-support.animate-center {
  position: fixed;
  right: 30px;
  bottom: 105px;
  z-index: 999;
  cursor: pointer; }

.center-support.show-icon .open-btn {
  opacity: 0;
  visibility: hidden;
  transform: scale(80%); }

.center-support:not(.show-icon) .close-btn {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(80%); }

.center-support .open-btn, .center-support .close-btn {
  transition: all ease-in-out 0.2s;
  position: absolute; }

.animate-center .center-support__action {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.center-support .center-support__link .support-btn img {
  display: block;
  width: 48px; }

.center-support .center-support__link {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 100%;
  transform: scale(80%) translate(10px, 25px); }

.center-support.show-icon .center-support__link {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(0); }

.center-support__link .support-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 141097;
  transition: all ease-in-out 250ms; }

.show-icon .center-support__link .support-btn {
  transform: translate(0); }

.support-btn.feedback-link {
  right: 30px;
  top: 65px;
  transform: translate(30%, 15%); }

.support-btn.location-link {
  right: 45px;
  bottom: -15px;
  transform: translate(5%, 30%); }

.support-btn.mess-link {
  bottom: 60px;
  left: -25px;
  transform: translate(-25%, 10%); }

@media (max-width: 767px) {
  .center-support .center-support__link .support-btn img {
    display: block;
    width: 40px; }
  .support-btn.location-link {
    right: 20px;
    bottom: -25px; }
  .support-btn.mess-link {
    bottom: 30px;
    left: -10px; }
  .support-btn.feedback-link {
    right: 10px;
    top: 45px; }
  .center-support .center-support__link {
    transform: scale(80%) translate(10px, 5px); }
  .center-support.animate-center {
    right: 10px; }
  #cart-info-order-box section {
    padding-top: 15px;
    padding-bottom: 15px; } }

.utm-voucher-fixed {
  position: fixed;
  right: 30px;
  bottom: 270px;
  z-index: 999; }
  .utm-voucher-fixed:not(.active) {
    display: none; }
  .utm-voucher-fixed .btn-close-voucher {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #6b6b6b;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001; }
    .utm-voucher-fixed .btn-close-voucher:before, .utm-voucher-fixed .btn-close-voucher:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 2px;
      background-color: #fff; }
    .utm-voucher-fixed .btn-close-voucher:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .utm-voucher-fixed .btn-close-voucher:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  @media (max-width: 767px) {
    .utm-voucher-fixed {
      right: 6px;
      bottom: 220px; } }

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.index-vouchers {
  padding-top: 30px; }
  .index-vouchers .voucher-list {
    align-items: unset; }
  .index-vouchers #btnNextList-voucher {
    color: #1f3a7d !important; }
  @media (max-width: 767px) {
    .index-vouchers {
      padding-top: 10px; } }

.search-suggest__type {
  border-bottom: 1px solid #ddd;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }
  .search-suggest__type a {
    display: block;
    padding: 5px 15px; }

.desc-empty {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 500; }

.advertiser-popup {
  display: none;
  position: fixed;
  bottom: 115px;
  right: 30px;
  z-index: 990; }
  @media (max-width: 991px) {
    .advertiser-popup {
      bottom: 220px; } }

.advertiser-popup .image-wrap a {
  width: 140px;
  height: 140px;
  display: flex;
  overflow: hidden; }

.advertiser-popup .image-wrap:not(:first-child) {
  display: none; }

.advertiser-popup .image-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

.close-advertise-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #6b6b6b;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001; }

.close-advertise-popup::before,
.close-advertise-popup::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff; }

.close-advertise-popup::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.close-advertise-popup::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 767px) {
  .advertiser-popup {
    right: 10px; }
  .advertiser-popup .image-wrap a {
    width: 90px;
    height: 90px; }
  .close-advertise-popup {
    top: 0px;
    right: 0px; }
  .close-advertise-popup::before,
  .close-advertise-popup::after {
    width: 12px; } }

#index-slider .index-slider-wrap .index-slider-banner {
  width: 70%; }

.index-slider-sidebanner {
  width: 30%;
  padding-left: 10px; }

.index-sidebanners {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%; }

.index-sidebanners a {
  height: 50%;
  display: flex;
  overflow: hidden;
  border-radius: 8px; }

.index-sidebanners a img {
  object-fit: cover;
  object-position: center; }

@media (max-width: 767px) {
  .index-slider-sidebanner {
    width: 100%;
    padding-left: 0;
    padding-top: 10px; }
  #index-slider .index-slider-wrap .index-slider-banner {
    width: 100%; }
  .index-sidebanners {
    flex-direction: row; }
  .index-sidebanners a {
    height: 100%;
    width: 50%; } }

.txt-voucher {
  margin-top: 10px;
  font-style: italic;
  color: red; }

.info-preorder {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px; }

.form-input {
  display: block; }

.form-input input, .form-input textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #cacacaca;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px; }

.form-input input:focus, .form-input textarea:focus {
  border-color: #000; }

.input-title {
  margin: 10px 0 2px;
  font-size: 12px;
  font-weight: 500; }

.preorder-submit-btn {
  background: #820813;
  border: 1px solid #820813;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 13px;
  color: #fff; }

.preorder-submit-btn.status-send {
  opacity: 0.5;
  pointer-events: none; }

.modal-outlet .modal-header h6 {
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0; }

.modal-outlet .modal-header .close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1; }

.modal-outlet .modal-footer {
  padding-right: 0; }

.outlet-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #820813;
  padding: 0 15px; }

.restock-date {
  text-align: center;
  padding: 5px 10px;
  background: #fe2d05;
  margin-bottom: 15px;
  color: #fff; }
  @media (max-width: 767px) {
    .restock-date {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 15px; } }

@media (min-width: 992px) {
  #outlet-popup .modal-dialog {
    max-width: 800px; } }

.outlet-form.disabled {
  pointer-events: none; }

.product-inven__row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*------ index countdown campaign -------*/
.campaign-countdown {
  padding-top: 30px; }

.index-campaign-wrap {
  position: relative; }

.index-campaign-countdown {
  position: absolute;
  left: 30px;
  top: 10px;
  max-height: 100%;
  max-width: 350px;
  width: 100%;
  z-index: 1; }

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%; }
  .counter > div {
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    flex-basis: 100%;
    font-size: 12px; }
  .counter .timer {
    margin: 0;
    color: #010200;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 1; }
  .counter .title {
    margin: 0;
    color: #010200; }

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10px;
  gap: 10px; }
  .countdown-box .title p {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff; }

.form-field {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .form-field input {
    border: 0;
    outline: 0;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  .form-field:last-child {
    margin: 0; }

.campaign-contact-form {
  padding: 10px 10px 20px; }
  .campaign-contact-form .label-txt {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    color: #000;
    z-index: 1;
    transform: translateY(-50%);
    background: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: 400; }

.index-campaign-banner {
  position: relative;
  display: block;
  overflow: hidden; }
  .index-campaign-banner:hover {
    opacity: 1; }

.campaign-contact-submit {
  background: #7c1417;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
  border-radius: 0; }

.modal-popup-heading .title {
  text-align: center;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase; }

.modal-popup-heading .sub-title {
  text-align: center;
  font-size: 12px;
  max-width: 70%;
  margin: 0 auto; }

.countdown-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; }

.countdown-action-btn {
  cursor: pointer;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 0;
  background: #fec8b6;
  width: 48%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent; }
  .countdown-action-btn:hover {
    color: #fff; }

.countdown-actions .countdown-action-btn:last-child {
  background: #7c1417; }

.countdown-textbox {
  margin-top: 15px; }
  .countdown-textbox .txt {
    margin: 0;
    font-size: 16px;
    text-align: center; }

.countdown-inventory {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  /*text-shadow: #586cb1 0px 0px 8px, #586cb1 0px 0px 1px, #586cb1 0px 0px 0px, #586cb1 0px 0px 1px, #586cb1 0px 0px 1px, #586cb1 0px 0px 1px;*/ }

.countdown-inventory strong {
  animation: color 4s linear infinite;
  -webkit-animation: color 4s ease-in-out infinite;
  font-size: 20px; }

@keyframes color {
  0% {
    color: #ED5565; }
  20% {
    color: #4FC1E9; }
  40% {
    color: #FFCE54; }
  60% {
    color: #FC6E51; }
  80% {
    color: #ED5565; }
  100% {
    color: #4FC1E9; } }

@-moz-keyframes color {
  0% {
    color: #ED5565; }
  20% {
    color: #4FC1E9; }
  40% {
    color: #FFCE54; }
  60% {
    color: #FC6E51; }
  80% {
    color: #ED5565; }
  100% {
    color: #4FC1E9; } }

@-webkit-keyframes color {
  0% {
    color: #ED5565; }
  20% {
    color: #4FC1E9; }
  40% {
    color: #FFCE54; }
  60% {
    color: #FC6E51; }
  80% {
    color: #ED5565; }
  100% {
    color: #4FC1E9; } }

#index-campaign-2 .counter > div {
  background: #000000; }

#index-campaign-2 .counter .timer {
  color: #ffffff; }

#index-campaign-2 .counter .title {
  color: #ffffff; }

#index-campaign-2 .countdown-box .title p {
  color: #000000; }

#index-campaign-2 .countdown-inventory {
  color: #000000; }

#campaign-contact-form.not-submit {
  pointer-events: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .index-campaign-countdown {
    max-width: 238px; }
  .countdown-box .title p {
    font-size: 20px; }
  .counter .timer {
    font-size: 18px; }
  .counter .title {
    font-size: 10px; } }

@media (max-width: 767px) {
  .campaign-countdown {
    padding-top: 10px; }
  .index-campaign-wrap {
    background: #010200; }
  #index-campaign-2 .index-campaign-wrap {
    background: #fff1f2; }
  .index-campaign-countdown {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%; }
  .index-campaign-grid {
    flex-wrap: wrap; }
    .index-campaign-grid > div:not(:nth-child(2)) {
      width: calc(100% / 2 - 10px); }
  .countdown-textbox {
    order: -1; }
  .index-campaign-countdown {
    position: static;
    transform: translate(0, 0);
    padding: 10px;
    margin-bottom: 0; }
  .countdown-box {
    padding-top: 0;
    padding-bottom: 0; }
    .countdown-box .title p {
      text-align: center;
      font-size: 16px; }
  .counter .timer {
    font-size: 16px; }
  .counter .title {
    font-size: 10px; }
  .countdown-action-btn {
    padding: 6px 15px;
    margin-top: 10px; }
  .counter {
    max-width: 250px; }
  .countdown-inventory {
    text-align: center;
    font-size: 14px; }
    .countdown-inventory strong {
      font-size: 18px; } }

/* NEW BLOG HAVE CATES SIDEBAR */
.tempalte-blog .blog_body {
  padding: 30px 0; }

.tempalte-blog h3.new_heading_blog {
  position: relative;
  padding-bottom: 30px; }
  .tempalte-blog h3.new_heading_blog:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 98px;
    height: 5px;
    background: #8a0000; }

.tempalte-blog .blog_left {
  width: 75%; }

.tempalte-blog .blog_right {
  width: 25%; }
  .tempalte-blog .blog_right ul {
    list-style: none;
    padding: 0; }
    .tempalte-blog .blog_right ul li {
      display: block; }
      .tempalte-blog .blog_right ul li a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px;
        line-height: 50px; }
        .tempalte-blog .blog_right ul li a img {
          width: 30px;
          height: 30px; }

.tempalte-blog .recent_hot {
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 30px; }
  .tempalte-blog .recent_hot .recent_item {
    flex: 0 0 auto;
    width: 130px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .tempalte-blog .recent_hot .recent_item__title {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      left: 0;
      bottom: 0;
      width: 100%;
      height: fit-content;
      line-height: 35px;
      padding: 0 10px; }

@media (max-width: 991px) {
  .tempalte-blog .blog_left {
    width: 100%; }
  .tempalte-blog .blog_right {
    width: 100%; }
    .tempalte-blog .blog_right ul {
      display: -webkit-flex;
      display: flex;
      gap: 20px;
      overflow: hidden;
      overflow-x: auto; }
      .tempalte-blog .blog_right ul li {
        flex: 0 0 auto; }
        .tempalte-blog .blog_right ul li a {
          display: block;
          background: #dfdfdf;
          padding: 10px;
          border-radius: 10px;
          text-align: center;
          line-height: 30px; }
          .tempalte-blog .blog_right ul li a span {
            display: block; }
          .tempalte-blog .blog_right ul li a.active {
            background: #ff484214;
            color: #8a0000; } }

/* - Modal popup contact form */
.modal-popupContact {
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-popupContact .close-popup-contact {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }

.modal-popupContact .close-popup-contact svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

.modal-popupContact .close-popup-contact:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-popupContact.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-popupContact.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-popupContact.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-popupContact.popupBanner .modal-content {
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.game-fixed {
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 99; }
  .game-fixed img {
    max-width: 110px;
    border-radius: 100%; }
  .game-fixed .close-game {
    position: absolute;
    background: #dcdcdc;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    top: -10px;
    right: -10px;
    border: 1px solid #fff;
    cursor: pointer; }
    .game-fixed .close-game:after, .game-fixed .close-game:before {
      content: "";
      width: 2px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%; }
    .game-fixed .close-game:after {
      transform: translate(-50%, -50%) rotate(45deg); }
    .game-fixed .close-game:before {
      transform: translate(-50%, -50%) rotate(-45deg); }
  @media (max-width: 767px) {
    .game-fixed {
      bottom: 60px; }
      .game-fixed img {
        max-width: 90px; } }

/*===== APP COMBO - BUY X TANG Y ============================================*/
.buy-xy-loop {
  transition: all 0.3s ease;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  line-height: 34px;
  width: 100%;
  background: #f26522;
  color: #fff;
  border-radius: 4px;
  border: none; }

.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  z-index: 9999; }

.modal-productApp:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-flex; }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.modal-productApp.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center;
  flex-wrap: wrap; }

.modal-productApp .modal-footer .button {
  margin: 0 5px;
  font-weight: 600;
  outline: none; }

.modal-productApp .modal-footer .button:first-child:not(:hover) {
  color: #000; }

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
  background: #ffffff; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: "\2714\fe0e";
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #000;
  opacity: 0; }

#combo-program .combo-w:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #000; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program {
  border: 1px dotted #000;
  padding: 10px;
  position: relative;
  min-height: 100px;
  z-index: 0;
  background: #fff7f0; }

#buyxgety-program .buyxgety-heading {
  padding: 5px 60px 5px 0;
  position: relative; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading p {
  font-size: 12px;
  margin: 0; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url(//cdn.hstatic.net/themes/1000006063/1001513950/14/II.png?v=1);
  background-repeat: no-repeat;
  background-size: contain; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px 10px; }

.buyxgety_item .buyxgety_checkbox {
  width: 30px; }

.buyxgety_item .buyxgety_image {
  width: 70px;
  text-align: center; }

.buyxgety_item .buyxgety_image img {
  padding: 3px;
  border: 1px solid #eee; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 70px);
  padding-left: 10px; }

.buyxgety_item .bxy__tt1 {
  margin: 0; }

.buyxgety_item .bxy__variant_title {
  margin: 5px 0;
  font-size: 14px; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 span {
  margin-bottom: 2px;
  margin-right: 0;
  font-weight: 500;
  font-size: 10px;
  padding: 1px 6px 2px;
  border: 1px solid #ffe1db;
  background: #fef4f4;
  color: #ff0000;
  border-radius: 3px;
  display: inline-block; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
  color: #315399; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
  color: #ff0000; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 span {
  color: #315399; }

.product-loop .proloop-image .gift.product_gift_label .lazyload,
.product-loop-ldpage .gift.product_gift_label .lazyload {
  min-height: 25px; }

.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
  display: inline-block; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

.buyxgety_item .price-main {
  display: flex;
  gap: 5px; }

.buyxgety_item .price-main .price-sell {
  color: red;
  font-weight: bold; }

.buyxgety_item .price-main .label-sale {
  background: red;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold; }

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0px 10px; }
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 10px; } }

.list-buyxselecty {
  border: 1px solid #ed3f3f; }

.list-buyxselecty .itemsHeadBuyXSelectY {
  display: none; }

.list-buyxselecty .condition-title {
  background: #ed3f3f;
  color: #fff;
  padding: 5px 40px 5px 5px;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .list-buyxselecty .condition-title:before {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: calc((100% - 14px)/2);
    right: 17px;
    background: #fff;
    opacity: 0; }
  .list-buyxselecty .condition-title:after {
    content: "";
    position: absolute;
    top: calc((100% - 1px) / 2);
    right: 10px;
    width: 16px;
    height: 2px;
    background: #fff; }
  .list-buyxselecty .condition-title.close-title:before {
    opacity: 1; }

.list-buyxselecty .wrapper-condition-inner {
  padding: 0 10px 10px 10px; }
  .list-buyxselecty .wrapper-condition-inner .buyxselecty-content--detail {
    max-height: 250px;
    overflow: auto; }

.list-buyxselecty .wrapper-list-promotion {
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .list-buyxselecty .wrapper-list-promotion .wrapper-listItems {
    width: calc(100% - 34px); }

.list-buyxselecty .wrapper-list-promotion ~ .wrapper-list-promotion {
  border-top: 1px dotted gray; }

/* combo PE */
.pe-combo {
  margin: 30px 0;
  border: 1px solid #820813;
  border-radius: 4px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pe-combo {
      margin: 10px 0 0 0; } }
  .pe-combo .head-combo {
    height: 42px;
    background: #820813;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0; }
  .pe-combo .list-combo {
    padding: 0; }
    .pe-combo .list-combo .item-list-combo {
      border: none;
      padding: 10px; }
      .pe-combo .list-combo .item-list-combo .combo-content--images {
        display: flex;
        align-items: center;
        gap: 15px; }
        .pe-combo .list-combo .item-list-combo .combo-content--images .media-combo-image {
          /*width: 120px;*/ }
          .pe-combo .list-combo .item-list-combo .combo-content--images .media-combo-image .combo-title-product {
            font-size: 12px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin: 5px 0 0 0; }
            @media (max-width: 991px) {
              .pe-combo .list-combo .item-list-combo .combo-content--images .media-combo-image .combo-title-product {
                font-size: 10px; } }
      .pe-combo .list-combo .item-list-combo .combo-content--title h4 {
        margin: 10px 0;
        font-size: 18px; }
      .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--detail {
        display: none; }
      .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px; }
        @media (max-width: 991px) {
          .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total {
            flex-direction: column;
            gap: 10px; } }
        .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-content--total-inner {
          display: flex;
          align-items: center; }
          @media (max-width: 991px) {
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-content--total-inner {
              width: 100%; } }
        .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .title-combo-total {
          margin: 0 15px 0 0; }
          @media (max-width: 991px) {
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .title-combo-total {
              margin: 0 5px 0 0; } }
        .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-wrap-price {
          display: flex;
          align-items: center;
          gap: 15px; }
          @media (max-width: 991px) {
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-wrap-price {
              gap: 5px; } }
          .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-wrap-price .combo-total-price {
            color: red;
            font-weight: bold;
            font-size: 16px; }
          .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .combo-wrap-price .combo-total-price-original {
            color: gray; }
        .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo {
          display: flex;
          align-items: start;
          gap: 5px;
          flex-direction: column;
          justify-content: end; }
          @media (max-width: 991px) {
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo {
              align-items: center;
              flex-direction: initial;
              justify-content: center; } }
          .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo {
            display: inline-flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 8px;
            overflow: hidden;
            width: fit-content; }
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-btn {
              background-color: #f0f0f0;
              border: none;
              width: 32px;
              height: 32px;
              font-size: 20px;
              cursor: pointer;
              transition: background-color 0.2s; }
              .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-btn:hover {
                background-color: #ddd; }
              .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-btn:active {
                background-color: #ccc; }
            .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-input {
              width: 50px;
              text-align: center;
              border: none;
              outline: none;
              font-size: 16px;
              -moz-appearance: textfield; }
              .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-input::-webkit-inner-spin-button, .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo .wrap-quantity-combo .quantity-input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0; }
          .pe-combo .list-combo .item-list-combo .combo-wrapper--detail .combo-content--total .wrap-action-combo button {
            margin-left: auto; }
  .pe-combo .add-combo-quickview {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 8px 15px;
    line-height: normal;
    color: #fff;
    border-radius: 8px;
    background-color: red;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none !important;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media (max-width: 991px) {
      .pe-combo .add-combo-quickview {
        padding: 10px 15px; } }

#discount-promo--app {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px 0 0 0; }
  @media (max-width: 991px) {
    #discount-promo--app {
      margin: 10px 0 0 0; } }
  #discount-promo--app .box-header {
    background: #CFCFCF;
    display: flex;
    align-items: center;
    padding: 12px 20px; }
    #discount-promo--app .box-header h2 {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #111111;
      margin-bottom: 0; }
  #discount-promo--app .box-content {
    min-height: 0;
    transition: height 1s ease;
    padding: 6px 0; }
    #discount-promo--app .box-content ul {
      margin-bottom: 0;
      padding: 0;
      counter-reset: section; }
      #discount-promo--app .box-content ul li {
        position: relative;
        padding: 6px 24px;
        display: flex; }
        #discount-promo--app .box-content ul li:before {
          content: '';
          border-radius: 50%;
          height: 16px;
          width: 16px;
          text-align: center;
          display: inline-block;
          font-weight: 600;
          font-size: 12px;
          line-height: 16px;
          margin-right: 12px;
          margin-top: 3px;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%231E9800'/%3E%3Cpath d='M5 7.86842L7.4 10.5L11 5.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
        #discount-promo--app .box-content ul li > div {
          width: calc(100% - 28px); }
          #discount-promo--app .box-content ul li > div a {
            color: #1982F9; }

.icon-flashsale {
  background: #ffffff;
  position: fixed;
  right: 2px;
  bottom: 250px;
  z-index: 998;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #820813; }
  @media (min-width: 1200px) {
    .icon-flashsale {
      display: none; } }
  .icon-flashsale a span {
    display: none; }

.icon-account-fixed {
  background: #8a0000;
  position: fixed;
  right: 2px;
  bottom: 200px;
  z-index: 998;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #820813; }
  @media (min-width: 1200px) {
    .icon-account-fixed {
      display: none; } }
  .icon-account-fixed a svg {
    width: 20px;
    height: 20px; }
    .icon-account-fixed a svg path {
      fill: #ffffff; }

.tempalte-cart .icon-flashsale,
.tempalte-cart .icon-account-fixed,
.tempalte-cart .contact-dialog-btn,
.tempalte-cart .advertiser-popup {
  display: none !important; }

.wrap-review-new {
  padding: 20px 15px; }

.cus-star .wrap-inner {
  display: flex;
  align-items: center; }
  .cus-star .wrap-inner svg path {
    fill: #820813; }
  .cus-star .wrap-inner .text-review {
    color: #820813;
    font-size: 13px;
    margin: 0 0 0 4px; }

.wrap-cus-review {
  display: none; }
  .wrap-cus-review .hrv-crv-container:not(.disabled) ~ .cus-star2 {
    display: none; }
  .wrap-cus-review .hrv-crv-container svg {
    width: 16px;
    height: 16px; }
  .wrap-cus-review .hrv-crv-container .hrv-crv-star-total {
    display: none; }
  .wrap-cus-review .hrv-crv-container .hrv-crv-star-groups {
    display: flex;
    align-items: center; }
  .wrap-cus-review .cus-star2 .wrap-inner {
    display: flex;
    align-items: center; }
    .wrap-cus-review .cus-star2 .wrap-inner svg {
      width: 16px;
      height: 16px; }
      .wrap-cus-review .cus-star2 .wrap-inner svg path {
        fill: #820813; }

#popup-confirm-properties h3 {
  font-size: 16px;
  padding-right: 30px;
  margin-bottom: 30px; }

#popup-confirm-properties .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }
  #popup-confirm-properties .close svg {
    width: 50%;
    height: 50%; }

#popup-confirm-properties ul {
  list-style: none;
  padding-left: 0; }
  #popup-confirm-properties ul input {
    margin-right: 8px; }

#popup-confirm-properties #btn-confirm-properties {
  background: #820813;
  color: #fff; }

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #F1F6F4; }

.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0; }

.cookie-consent-banner__copy {
  margin-bottom: 16px; }

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px; }

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #2CE080;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3A4649;
  background-color: transparent;
  color: #2CE080; }

.cookie-consent-banner__cta:hover {
  background-color: #20BA68; }

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
  background-color: transparent;
  color: #22C870; }

.cookie-consent-banner__cta:last-child {
  margin-left: 16px; }

.wrap-box-icon-cus {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #1f3a7d;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wrap-box-icon-cus svg {
    width: 20px !important;
    height: 20px !important; }
    .wrap-box-icon-cus svg path {
      fill: #fff; }

.wrap-box-icon-cus-2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

#buynow-mb {
  width: calc(40% - 8px) !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  height: 35px; }

#addcart-mb {
  width: 60% !important;
  flex: 0 0 auto !important;
  height: 35px;
  margin: 0 !important; }

#location-mb {
  width: 100% !important;
  margin: 0 !important;
  height: 38px; }
