@charset "UTF-8";
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  border: 0;
  background-color: #fff; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

html {
  height: -webkit-fill-available; }

img {
  max-width: 100%; }

#haravan-notification, #admin_bar_iframe {
  display: none !important; }

body {
  color: #2E2E2E;
  line-height: 1.45;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
  background: #fff;
  position: initial;
  min-height: 100vh; }
  body.block-scroll, body.js-backdrop-show {
    overflow-y: hidden; }
  body.snap-scroll-active {
    overflow: hidden; }
  body::-webkit-scrollbar-track {
    background-color: #fff; }
  body::-webkit-scrollbar {
    width: 4px;
    height: 0;
    background-color: #fff; }
  body::-webkit-scrollbar-thumb {
    background-color: #2e2e2e; }

.wrapper {
  max-width: 1600px;
  margin: 0 auto; }

@media (min-width: 1401px) {
  img.scaleDown {
    width: 100%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  img.scaleDown {
    width: 75%; } }

@keyframes blinker {
  50% {
    opacity: 0; } }

.font-weight-400 {
  font-weight: 400 !important; }

.letter-spacing-2 {
  letter-spacing: 2px !important; }

.text-transform-inherit {
  text-transform: inherit !important; }

.color-black {
  color: #2E2E2E !important; }

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

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 13px 0;
  font-weight: bold;
  line-height: 1.2; }

img {
  max-width: 100%; }

a {
  color: #2E2E2E;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:focus {
  color: #2E2E2E;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100%; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

.light-scrollbar ::-webkit-scrollbar {
  width: 2px; }

.light-scrollbar ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2); }

.light-scrollbar ::-webkit-scrollbar-thumb {
  background: #fff; }

.block--2_slick:not(.slick-slider, .slick-slider),
.products_slick:not(.slick-slider, .slick-slider) {
  display: flex;
  flex-wrap: nowrap; }
  .block--2_slick:not(.slick-slider, .slick-slider) .product-loop,
  .products_slick:not(.slick-slider, .slick-slider) .product-loop {
    max-width: calc(100% * 0.244514107); }
    @media (max-width: 991.98px) {
      .block--2_slick:not(.slick-slider, .slick-slider) .product-loop,
      .products_slick:not(.slick-slider, .slick-slider) .product-loop {
        max-width: calc(100% * 0.402777778); } }

@media (min-width: 992px) {
  .products_slick_order {
    max-width: 100%; } }

.block--2_slick .slick-list,
.products_slick .slick-list {
  padding: 0 8% 0 0;
  overflow: unset; }
  @media (max-width: 575px) {
    .block--2_slick .slick-list,
    .products_slick .slick-list {
      padding: 0 15% 0 0;
      overflow: hidden; } }

.slick-btn {
  position: absolute;
  z-index: 1;
  top: 35%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 4px 4px 60px rgba(233, 233, 233, 0.2); }
  .slick-btn.slider-index {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%; }
    .slick-btn.slider-index.next {
      right: 52px; }
    .slick-btn.slider-index.prev {
      left: 52px; }
  .slick-btn.next {
    right: 52px; }
  .slick-btn.prev {
    left: 17px; }
  .slick-btn.slick-disabled {
    display: none !important; }
  @media (max-width: 576px) {
    .slick-btn {
      display: none !important; } }

.style-slick-dots .slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .style-slick-dots .slick-dots {
      display: flex !important; } }
  .style-slick-dots .slick-dots li {
    margin: 0 5px; }
    .style-slick-dots .slick-dots li button {
      font-size: 0;
      border: none;
      background: white;
      width: 5px;
      height: 5px;
      border-radius: 100%; }
    .style-slick-dots .slick-dots li.slick-active button {
      background: black; }

.modal .modal-content {
  border: 0;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.container-fluid {
  padding-right: 80px;
  padding-left: 80px; }
  @media (max-width: 1199.98px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

@media (max-width: 1199.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

.button-main {
  border-radius: 2px;
  height: 44px;
  background: #000000;
  padding: 5px 10px;
  color: white;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }
  .button-main.disabled, .button-main:disabled {
    background: #c8c8c8; }
    .button-main.disabled:hover, .button-main:disabled:hover {
      background: #c8c8c8; }
  .button-main:hover {
    background: rgba(0, 0, 0, 0.7); }

input[type="checkbox"],
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 5px 0 0;
  cursor: pointer;
  outline: 0 !important; }
  @media (max-width: 1199.98px) {
    input[type="checkbox"],
    input[type="radio"] {
      background: none;
      border: none; } }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #676767;
    cursor: pointer;
    border-radius: 2px; }
  input[type="checkbox"]:before,
  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: 0px;
    right: 0;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:after,
  input[type="radio"]:checked:after {
    background-color: #2E2E2E;
    border-color: transparent; }
  input[type="checkbox"]:checked:before,
  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); }

#newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control,
.cart-invoice .form-control,
.cart-note .form-control,
.customer-actions__forms .form-control {
  font-size: 14px;
  color: #2E2E2E;
  border-radius: 2px;
  line-height: 14px;
  outline: none;
  box-shadow: none;
  border-color: #868D95;
  background-image: unset;
  min-height: 44px;
  background-image: unset; }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control:focus,
  .cart-invoice .form-control:focus,
  .cart-note .form-control:focus,
  .customer-actions__forms .form-control:focus {
    border-color: #868D95;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control.error, #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control.error2,
  .cart-invoice .form-control.error,
  .cart-invoice .form-control.error2,
  .cart-note .form-control.error,
  .cart-note .form-control.error2,
  .customer-actions__forms .form-control.error,
  .customer-actions__forms .form-control.error2 {
    border-color: #E24C4C;
    box-shadow: 0px 0px 4px rgba(226, 76, 76, 0.6); }
    #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control.error:focus, #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control.error2:focus,
    .cart-invoice .form-control.error:focus,
    .cart-invoice .form-control.error2:focus,
    .cart-note .form-control.error:focus,
    .cart-note .form-control.error2:focus,
    .customer-actions__forms .form-control.error:focus,
    .customer-actions__forms .form-control.error2:focus {
      border-color: #E24C4C;
      box-shadow: 0px 0px 4px rgba(226, 76, 76, 0.6); }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control[disabled],
  .cart-invoice .form-control[disabled],
  .cart-note .form-control[disabled],
  .customer-actions__forms .form-control[disabled] {
    background-color: unset; }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control::-webkit-input-placeholder,
  .cart-invoice .form-control::-webkit-input-placeholder,
  .cart-note .form-control::-webkit-input-placeholder,
  .customer-actions__forms .form-control::-webkit-input-placeholder {
    color: #C6CBD0;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif; }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control:-ms-input-placeholder,
  .cart-invoice .form-control:-ms-input-placeholder,
  .cart-note .form-control:-ms-input-placeholder,
  .customer-actions__forms .form-control:-ms-input-placeholder {
    color: #C6CBD0;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif; }
  #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"].form-control::placeholder,
  .cart-invoice .form-control::placeholder,
  .cart-note .form-control::placeholder,
  .customer-actions__forms .form-control::placeholder {
    color: #C6CBD0;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif; }

.cart-invoice select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

#note-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  z-index: 9; }
  #main-header #baner-top-bar .no-image {
    padding-bottom: 52px; }
    @media (max-width: 767px) {
      #main-header #baner-top-bar .no-image {
        padding-bottom: 42.5px; } }
  #main-header #baner-top-bar img {
    width: 100%; }
  #main-header .header-template-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }
  #main-header .main-header-inner {
    background: #FFFFFF;
    position: relative; }
    #main-header .main-header-inner .main-header {
      height: 55px;
      display: flex;
      align-items: center; }
      #main-header .main-header-inner .main-header_mobile {
        margin: 0 15px 0 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer; }
        @media (min-width: 1200px) {
          #main-header .main-header-inner .main-header_mobile {
            display: none; } }
        #main-header .main-header-inner .main-header_mobile svg {
          width: 24px;
          height: 24px; }
        #main-header .main-header-inner .main-header_mobile img {
          width: 24px;
          height: 24px; }
      #main-header .main-header-inner .main-header_logo {
        width: 15%; }
        #main-header .main-header-inner .main-header_logo svg {
          width: 83px;
          height: 37px; }
        #main-header .main-header-inner .main-header_logo img {
          width: 83px;
          height: 37px;
          max-width: none; }
      #main-header .main-header-inner .main-header_social {
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
        background: white;
        align-items: flex-start;
        padding: 30px 0;
        height: 25%; }
        .scrollDown #main-header .main-header-inner .main-header_social {
          padding: 30px 0;
          height: auto; }
        #main-header .main-header-inner .main-header_social li {
          margin: 0 25px; }
        @media (min-width: 1200px) {
          #main-header .main-header-inner .main-header_social {
            display: none; } }
      #main-header .main-header-inner .main-header_close {
        position: absolute;
        top: 15px;
        right: 38px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        text-transform: uppercase; }
        #main-header .main-header-inner .main-header_close svg {
          width: 20px;
          height: 20px;
          margin-left: 10px; }
        #main-header .main-header-inner .main-header_close img {
          width: 20px;
          height: 20px;
          margin-left: 10px; }
        @media (min-width: 1200px) {
          #main-header .main-header-inner .main-header_close {
            display: none; } }
      #main-header .main-header-inner .main-header_tool {
        width: auto;
        margin-left: auto; }
        @media (max-width: 1199.98px) {
          #main-header .main-header-inner .main-header_tool {
            margin-left: auto;
            width: auto; } }
        #main-header .main-header-inner .main-header_tool_search {
          position: relative;
          padding-right: 20px;
          width: 200px; }
          @media (max-width: 1199.98px) {
            #main-header .main-header-inner .main-header_tool_search {
              display: none; } }
          #main-header .main-header-inner .main-header_tool_search_icon {
            position: absolute;
            top: 8px;
            left: 15px; }
          #main-header .main-header-inner .main-header_tool_search_input {
            background: #F7F8F9;
            border-radius: 25px;
            border: none;
            outline: none;
            box-shadow: none;
            height: 40px;
            padding: 9px 5px 10px 45px;
            width: 100%;
            letter-spacing: 2px; }
            #main-header .main-header-inner .main-header_tool_search_input::placeholder {
              color: #2e2e2e; }
        #main-header .main-header-inner .main-header_tool_right {
          margin-left: 15px;
          margin-right: -15px; }
          @media (max-width: 1199.98px) {
            #main-header .main-header-inner .main-header_tool_right {
              margin-left: 0;
              margin-right: 0; } }
          #main-header .main-header-inner .main-header_tool_right_overlay {
            position: fixed;
            top: 55px;
            left: 0;
            right: 0;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
            z-index: 12; }
            @media (max-width: 1199.98px) {
              #main-header .main-header-inner .main-header_tool_right_overlay {
                top: 0; } }
          #main-header .main-header-inner .main-header_tool_right_icon {
            width: 50px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer; }
            #main-header .main-header-inner .main-header_tool_right_icon path {
              stroke: #3E3E3F; }
          @media (min-width: 1200px) {
            #main-header .main-header-inner .main-header_tool_right_search {
              display: none; } }
          @media (max-width: 1199.98px) {
            #main-header .main-header-inner .main-header_tool_right_account {
              display: none; } }
          #main-header .main-header-inner .main-header_tool_right_account .mini-account {
            position: absolute;
            opacity: 0;
            visibility: hidden;
            width: 280px;
            z-index: 13;
            right: 0;
            min-width: 205px;
            background: #FFFFFF;
            border-radius: 2px;
            padding: 30px;
            top: 95%;
            transition: all .5s; }
            #main-header .main-header-inner .main-header_tool_right_account .mini-account li:first-child {
              font-size: 18px;
              font-weight: bold; }
            #main-header .main-header-inner .main-header_tool_right_account .mini-account li:not(:last-child) {
              margin-bottom: 20px; }
            #main-header .main-header-inner .main-header_tool_right_account .mini-account li:hover {
              font-weight: bold; }
            #main-header .main-header-inner .main-header_tool_right_account .mini-account .btn {
              color: #fff;
              width: 100%; }
  #main-header .main-header-overflay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1199.98px) {
    #main-header.active .main-header-inner .main-header_menu {
      visibility: visible;
      opacity: 1;
      transform: translateX(0px); } }
  @media (max-width: 1199.98px) {
    #main-header.active .main-header-overflay {
      visibility: visible;
      opacity: 1; } }
  #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay) {
    position: relative; }
    #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active + div {
      visibility: visible;
      opacity: 1; }
    #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .main-header_tool_right_icon svg:first-child {
      display: none; }
    #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .main-header_tool_right_icon svg:last-child {
      display: block !important; }
    #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .main-header_tool_right_icon img:first-child {
      display: none; }
    #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .main-header_tool_right_icon img:last-child {
      display: block !important; }
    @media (min-width: 992px) {
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .wishlist-sidebar {
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active #mini-cart,
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .mini-account {
        visibility: visible;
        opacity: 1; } }
    @media (max-width: 991.98px) {
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active .wishlist-sidebar {
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay).active #mini-cart {
        transform: translateX(0);
        opacity: 1; } }
    @media (min-width: 992px) {
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay):hover .main-header_tool_right_icon svg:first-child {
        display: none; }
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay):hover .main-header_tool_right_icon svg:last-child {
        display: block !important; }
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay):hover .main-header_tool_right_icon img:first-child {
        display: none; }
      #main-header .main-header_tool_right > div:not(.main-header_tool_right_overlay):hover .main-header_tool_right_icon img:last-child {
        display: block !important; } }
  .hSticky #main-header {
    visibility: hidden;
    opacity: 0; }
  .hSticky.hSticky-nav #main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .hSticky.hSticky-nav.showMenu #main-header {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  .hSticky.hSticky-nav.hSticky-up #main-header {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease; }
  #main-header .cart-count-label {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 14px;
    height: 14px;
    background-color: #2e2e2e;
    color: #fff;
    text-align: center;
    line-height: 12px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.main-header_menu {
  width: 65%;
  padding: 0 15px;
  display: none; }
  @media (min-width: 1200px) {
    .main-header_menu {
      display: block; } }
  @media (max-width: 1199.98px) {
    .main-header_menu {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 40%;
      left: 0;
      z-index: 1000;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      width: 100%;
      height: 100vh;
      padding: 0; }
      .main-header_menu.inMobile {
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        display: block; } }
  @media (max-width: 1199.98px) {
    .main-header_menu_wrapper {
      width: 100%;
      padding-top: 70px;
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column; } }
  .main-header_menu_wrapper_inner .menu-sub {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-sub .icon-arrow-menu {
        display: none; } }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub .icon-arrow-menu {
        position: absolute;
        right: 0;
        top: 0px;
        width: 42px;
        height: 42px; } }
    .main-header_menu_wrapper_inner .menu-sub .icon-arrow-menu:nth-child(2) {
      display: none; }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub > li {
        width: 100%;
        margin: 5px 30px; } }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-sub > li:hover {
        font-weight: bold; }
      .main-header_menu_wrapper_inner .menu-sub > li:not(:last-child) {
        margin-right: 20px; }
      .main-header_menu_wrapper_inner .menu-sub > li li {
        font-weight: normal;
        display: block;
        /*width: 170px;*/ } }
    @media (min-width: 1230px) {
      .main-header_menu_wrapper_inner .menu-sub > li:not(:last-child) {
        margin-right: 25px; } }
    @media (min-width: 1400px) {
      .main-header_menu_wrapper_inner .menu-sub > li:not(:last-child) {
        margin-right: 40px; } }
    .main-header_menu_wrapper_inner .menu-sub > li > a {
      line-height: 16.8px;
      padding: 20px 0;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .main-header_menu_wrapper_inner .menu-sub > li > a[data-text="SALE"] {
        color: red;
        font-weight: bold; }
      @media (max-width: 1199.98px) {
        .main-header_menu_wrapper_inner .menu-sub > li > a {
          line-height: 41px;
          padding: 0;
          font-size: 28px;
          letter-spacing: 6px;
          position: relative;
          width: 100%;
          display: block; } }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub > li.open > a {
        font-weight: bold; }
        .main-header_menu_wrapper_inner .menu-sub > li.open > a img.icon-arrow-menu:nth-child(1) {
          display: none; }
        .main-header_menu_wrapper_inner .menu-sub > li.open > a img.icon-arrow-menu:nth-child(2) {
          display: block; }
        .main-header_menu_wrapper_inner .menu-sub > li.open > a svg g path:nth-child(1) {
          display: none; } }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub {
        letter-spacing: 0.06em; } }
    .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 {
      letter-spacing: 1px; }
      @media (min-width: 1200px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2 {
          width: 50%;
          max-width: 50%; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2 .menu-sub_hasSub_lv2 {
            column-count: 2; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2.li-outlet {
            display: flex;
            align-items: center;
            justify-content: center; }
            .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2.li-outlet .items-col-banner {
              width: 50%;
              padding: 0 15px; } }
      @media (max-width: 1199px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2.li-outlet {
          display: none; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2.li-outlet .items-col-banner ~ .items-col-banner {
            margin-top: 15px; } }
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 .label-new {
        color: red;
        position: absolute;
        margin-top: -3px;
        margin-left: 1px;
        font-size: 12px;
        animation: blinker 1s linear infinite; }
      @media (max-width: 1199.98px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li {
          margin-bottom: 25px;
          position: relative; } }
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li:hover > a {
        font-weight: bold; }
      @media (min-width: 1200px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 {
          position: absolute;
          z-index: 9;
          top: 100%;
          left: 0;
          padding: 40px 10% 30px 10%;
          opacity: 0;
          pointer-events: none;
          background: white;
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="NỮ"], .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="NAM"], .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="TRẺ EM"] {
            justify-content: center; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="THƯƠNG HIỆU 2"] > li.li-menu-lv-2, .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="SALE"] > li.li-menu-lv-2 {
            max-width: 100%; }
            .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="THƯƠNG HIỆU 2"] > li.li-menu-lv-2 .menu-sub_hasSub_lv2, .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="SALE"] > li.li-menu-lv-2 .menu-sub_hasSub_lv2 {
              column-count: 4;
              margin-bottom: 15px;
              column-gap: 10rem;
              width: min-content;
              column-width: auto;
              width: 100%; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li.li-menu-lv-2 {
            flex: 1;
            max-width: calc(100% / 5); }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li:not(.li-menu-lv-2) {
            width: 20%; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li > a {
            color: #868D95;
            line-height: 19px;
            margin-bottom: 25px;
            display: block;
            font-weight: 700; }
            .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li > a svg {
              display: none; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1[data-text="NEW IN"] > li.li-menu-lv-2 {
            max-width: calc(100% / 4); } }
      @media (min-width: 1200px) and (max-width: 1349px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 {
          padding: 20px 15% 0 15%; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 > li > a {
            margin-bottom: 15px; } }
      @media (max-width: 1199.98px) {
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1 {
          display: none;
          padding: 20px 0 0px 30px; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.mobile > li > a {
            text-transform: capitalize !important; } }
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv1.outlet .li-menu-lv-2 .menu-sub_hasSub_lv2 li:hover {
        font-weight: normal; }
    .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 li:hover {
      font-weight: bold; }
    .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 li a {
      text-transform: capitalize; }
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 li a .label-new {
        color: red;
        position: absolute;
        margin-top: -3px;
        margin-left: 1px;
        font-size: 12px;
        animation: blinker 1s linear infinite; }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 li.allMenuLevel2 {
        display: none; } }
    .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 .back-regular-menu {
      color: #868D95; }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 .back-regular-menu {
        display: none; }
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 > li > a {
        line-height: 19px;
        margin-bottom: 25px;
        display: block; }
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 > li > a svg {
          display: none; } }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        background: #fff;
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        padding: 80px 0 0 0;
        letter-spacing: 2px;
        max-height: 80vh;
        overflow: auto;
        pointer-events: none; }
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 .back-regular-menu {
          display: flex;
          align-items: center;
          margin: 0 30px 30px 30px;
          font-weight: bold; }
          .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 .back-regular-menu svg, .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 .back-regular-menu img {
            margin-right: 15px; }
        .main-header_menu_wrapper_inner .menu-sub_hasSub_lv2 li {
          padding: 0 30px 30px 60px;
          text-transform: capitalize; } }
    @media (max-width: 1199.98px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub .li-menu-lv-2 .icon-arrow-menu {
        /* display: none; */
        top: -11px; }
      .main-header_menu_wrapper_inner .menu-sub_hasSub .li-menu-lv-2.open .menu-sub_hasSub_lv2 {
        transform: translateX(0px);
        pointer-events: all; } }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-sub_hasSub:hover .menu-sub_hasSub_lv1 {
        opacity: 1;
        pointer-events: auto; } }
  .main-header_menu_wrapper_inner .menu-account-mobile {
    border-top: 1px solid #EBEBEB;
    margin: 20px 0 0 0;
    padding: 25px 0 0 0; }
    .main-header_menu_wrapper_inner .menu-account-mobile li a {
      display: flex;
      align-items: center;
      text-transform: uppercase; }
      .main-header_menu_wrapper_inner .menu-account-mobile li a svg:not(.icon-arrow-menu) {
        margin: 0 18px 0 0;
        width: 18px;
        height: 18px; }
    .main-header_menu_wrapper_inner .menu-account-mobile li .menu-sub_hasSub_lv1 {
      padding: 20px 0 0px 30px; }
    .main-header_menu_wrapper_inner .menu-account-mobile li.register-account {
      margin: 0; }
      .main-header_menu_wrapper_inner .menu-account-mobile li.register-account a {
        border-radius: 2px;
        background: #2E2E2E;
        color: white;
        text-align: center;
        justify-content: center;
        padding: 20px 0;
        letter-spacing: 0.1em;
        display: inline-block;
        min-width: 230px;
        margin: 5px 0 0 0; }
    @media (min-width: 1200px) {
      .main-header_menu_wrapper_inner .menu-account-mobile {
        display: none; } }
  @media (max-width: 1199.98px) {
    .main-header_menu_wrapper_inner {
      height: 75%;
      overflow-y: auto; } }

.main-header__mobile-wrapper {
  width: 100%;
  height: 100%;
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all .5s; }
  .main-header__mobile-wrapper.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.temp {
  position: fixed;
  top: 0;
  left: 0;
  background: red;
  z-index: 9999999;
  height: 100%;
  padding: 20px; }
  .temp .main-header_menu {
    height: 100%; }

.temp.active .main-header-inner .main-header_menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px); }

#state-banner .state-banner-inner {
  padding: 20px 10px 0 10px; }
  @media (max-width: 991.98px) {
    #state-banner .state-banner-inner {
      padding: 5px 5px 0 5px; } }
  @media (max-width: 991.98px) {
    #state-banner .state-banner-inner .state-overflow-mobile {
      overflow: auto;
      white-space: nowrap; }
      #state-banner .state-banner-inner .state-overflow-mobile::-webkit-scrollbar {
        width: 0;
        height: 0; }
      #state-banner .state-banner-inner .state-overflow-mobile::-webkit-scrollbar-track {
        width: 0;
        height: 0; }
      #state-banner .state-banner-inner .state-overflow-mobile::-webkit-scrollbar-thumb {
        width: 0;
        height: 0; } }
  #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item {
    width: 33.3333333333%;
    padding: 0 10px;
    position: relative; }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item .state-banner_item_img {
      position: relative; }
      #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item .state-banner_item_img.no-image {
        padding-bottom: 100%; }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item:hover .state-banner_item_img:before {
      visibility: visible;
      opacity: 1; }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item a {
      display: block; }
    @media (max-width: 991.98px) {
      #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item {
        width: 75%;
        height: 50%;
        padding: 0;
        display: inline-block; } }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item_img img {
      width: 100%; }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item_img:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s; }
    #state-banner .state-banner-inner .state-overflow-mobile .state-banner_item_img_btn {
      position: absolute;
      top: 20px;
      left: 30px;
      color: white;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      z-index: 1; }

.bg-index-main {
  background: #E5E5E5; }

#menu-trending {
  padding: 55px 10px 90px; }
  @media (max-width: 991.98px) {
    #menu-trending {
      padding: 40px 10px 60px 10px; } }
  #menu-trending .menu-trending-inner .section-heading h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0; }
    @media (max-width: 991.98px) {
      #menu-trending .menu-trending-inner .section-heading h4 {
        margin: 0 0 30px 0; } }
  #menu-trending .menu-trending-inner .menu-trending-item {
    width: 33.3333333333%;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 991.98px) {
      #menu-trending .menu-trending-inner .menu-trending-item {
        width: 100%;
        padding: 0; }
        #menu-trending .menu-trending-inner .menu-trending-item ~ .menu-trending-item {
          margin-top: 10px; } }
    #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner {
      border-bottom: 1px solid #2E2E2E; }
      #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner label {
        width: 100%;
        padding: 10px 10px 10px 0;
        cursor: pointer; }
        #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner label svg {
          float: right;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s; }
        #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner label.hasShow svg {
          transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
      #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner ul {
        display: none; }
        #menu-trending .menu-trending-inner .menu-trending-item .menu-trending-item-inner ul li {
          margin: 10px 0; }

#brand-logo {
  padding: 0 0 60px 0; }
  #brand-logo.genderView {
    padding: 60px 0; }
  #brand-logo .brand-logo-inner .section-heading h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0; }
    @media (max-width: 991.98px) {
      #brand-logo .brand-logo-inner .section-heading h4 {
        margin: 0 0 40px 0; } }
  #brand-logo .brand-logo-inner .brand-logo-slick:not(.slick-initialized) {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%; }
    #brand-logo .brand-logo-inner .brand-logo-slick:not(.slick-initialized) .brand-col {
      flex: 0 0 calc(100% / 6); }
      @media (max-width: 991.98px) {
        #brand-logo .brand-logo-inner .brand-logo-slick:not(.slick-initialized) .brand-col {
          flex: 0 0 calc(100% / 3); } }
  #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
    #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots li button {
      font-size: 0;
      outline: none;
      box-shadow: none;
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      border: 1px solid white;
      margin: 0 3px; }
    #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots li.slick-active button {
      background: #fff; }
  #brand-logo .brand-logo-inner .brand-logo-slick .slick-btn {
    background: transparent;
    box-shadow: none; }
    #brand-logo .brand-logo-inner .brand-logo-slick .slick-btn.next {
      right: -30px; }
    #brand-logo .brand-logo-inner .brand-logo-slick .slick-btn.prev {
      left: -30px; }
      #brand-logo .brand-logo-inner .brand-logo-slick .slick-btn.prev svg {
        transform: rotate(180deg); }
  #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots li button {
    border-color: #000000; }
  #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots li.slick-active button {
    background: #000000; }
  @media (max-width: 575px) {
    #brand-logo .brand-logo-inner .brand-logo-slick .slick-dots {
      margin-top: 20px; } }
  #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo {
    position: relative;
    overflow: hidden;
    text-align: center; }
    #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a {
      display: flex;
      align-items: center;
      justify-content: center; }
      #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg {
        width: 170px;
        height: 100px;
        max-height: calc(70vh / 3); }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.thekooples-1 {
          transform: scale(1.3); }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.piko-1 {
          transform: scale(1.8); }
          @media (max-width: 991.98px) {
            #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.piko-1 {
              transform: scale(1.2); } }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.pedro-1 {
          /*transform: scale(1.8);
							@media(max-width: 991.98px){
							transform: scale(1.2);
						}*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.ck-1, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg.weekend-max-mara-1 {
          transform: scale(1.2); }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg path, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg polygon, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg rect, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg polyline {
          fill: #000 !important; }
        @media (max-width: 575px) {
          #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a svg {
            height: calc((100vh - 190px) / 5);
            width: auto;
            max-width: 90%; } }
      #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img {
        /*width: 170px;
						height: 100px;
						max-height: calc(70vh / 3);*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img.thekooples-1 {
          /*transform: scale(2.3);*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img.piko-1 {
          /*transform: scale(1.8);
							@media(max-width: 991.98px){
							transform: scale(1.2);
						}*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img.pedro-1 {
          /*transform: scale(1.8);
							@media(max-width: 991.98px){
							transform: scale(1.2);
						}*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img.ck-1 {
          /*transform: scale(1.2);*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img.weekend-max-mara-1 {
          /*transform: scale(1.2);*/ }
        #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img path, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img polygon, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img rect, #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img polyline {
          fill: #000 !important; }
        @media (max-width: 575px) {
          #brand-logo .brand-logo-inner .brand-logo-slick .brands-logo_slick_item_inner_logo a img {
            /*height: calc((100vh - 190px) / 5);
							width: auto;
							max-width: 90%;*/ } }

#brands-logo {
  background: #2E2E2E;
  padding: 80px 0; }
  @media (max-width: 991.98px) {
    #brands-logo {
      background: -ms-linear-gradient(180deg, #333333 41.71%, #525252 100%);
      background: linear-gradient(180deg, #333333 41.71%, #525252 100%);
      padding: 40px 0; } }
  #brands-logo .container-fluid {
    max-width: 1200px; }
  #brands-logo .brands-logo-inner .brands-logo_title h4 {
    color: #fff;
    font-size: 30px;
    line-height: 37px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 70px 0; }
    @media (max-width: 991.98px) {
      #brands-logo .brands-logo-inner .brands-logo_title h4 {
        margin: 0;
        font-size: 24px;
        line-height: 32px; } }
  #brands-logo .brands-logo-inner .brands-logo_slick .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
    #brands-logo .brands-logo-inner .brands-logo_slick .slick-dots li button {
      font-size: 0;
      outline: none;
      box-shadow: none;
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      border: 1px solid white;
      margin: 0 3px; }
    #brands-logo .brands-logo-inner .brands-logo_slick .slick-dots li.slick-active button {
      background: #fff; }
  #brands-logo .brands-logo-inner .brands-logo_slick_item {
    display: inline; }
    #brands-logo .brands-logo-inner .brands-logo_slick_item_inner {
      display: inline; }
      @media (max-width: 991.98px) {
        #brands-logo .brands-logo-inner .brands-logo_slick_item_inner {
          column-count: 2; } }
      #brands-logo .brands-logo-inner .brands-logo_slick_item_inner_logo {
        width: 19%;
        display: inline-block;
        text-align: center; }
        @media (max-width: 991.98px) {
          #brands-logo .brands-logo-inner .brands-logo_slick_item_inner_logo {
            width: auto; } }
        #brands-logo .brands-logo-inner .brands-logo_slick_item_inner_logo img {
          width: 90%; }

#newsletter-footer {
  background: #F7F8F9;
  padding: 40px 0 40px 0; }
  #newsletter-footer .newsletter-footer_inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #newsletter-footer .newsletter-footer_inner .container-fluid {
        padding: 0; } }
    #newsletter-footer .newsletter-footer_inner .newsletter-footer_form {
      align-items: center; }
      #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left {
        width: 45%;
        text-align: center; }
        #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left h4 {
          font-size: 32px;
          line-height: 38px;
          letter-spacing: 4px;
          color: #2E2E2E;
          white-space: nowrap;
          font-weight: normal; }
        #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left p {
          font-weight: 300;
          letter-spacing: 1px; }
          @media (min-width: 1200px) {
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left p {
              margin: 0 auto 30px;
              width: 380px; } }
          @media (max-width: 1199.98px) {
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left p {
              margin: 0 0 30px 0; } }
        #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender {
          margin-bottom: 25px; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender_item {
            margin: 0 30px; }
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender_item input {
              margin-right: 10px; }
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender_item label {
              cursor: pointer; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="checkbox"]:after, #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="radio"]:after {
            width: 20px;
            height: 20px; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="checkbox"]:before, #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="radio"]:before {
            left: 2px; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="checkbox"]:checked::before,
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="radio"]:checked::before {
            border-color: #fff; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="checkbox"]:checked::after,
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left_gender input[type="radio"]:checked::after {
            background-color: #2E2E2E; }
        @media (max-width: 991.98px) {
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left {
            width: 100%; }
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left h4 {
              font-size: 24px;
              font-weight: normal; }
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left p {
              font-size: 12px; } }
        @media (max-width: 380px) {
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_left h4 > span {
            display: block; } }
      #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right {
        width: 45%;
        margin-left: auto; }
        #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner {
          position: relative; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner h4 {
            color: #868D95;
            font-size: 10px;
            line-height: 13px;
            margin: 0 0 5px 0;
            font-weight: normal;
            text-transform: uppercase; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"] {
            height: 44px;
            width: 100%;
            padding: 5px 10px;
            border: 1px solid #868D95;
            border-radius: 2px;
            outline: none;
            box-shadow: none; }
            #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner input[type="email"]::placeholder {
              color: #868D95; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner span.error {
            top: 65px; }
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right_inner button {
            margin: 30px 0 0 0;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px !important; }
        #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right .newsletter-success {
          margin: 10px 0 0 0; }
        @media (max-width: 991.98px) {
          #newsletter-footer .newsletter-footer_inner .newsletter-footer_form_right {
            width: 100%; } }
  @media (max-width: 991.98px) {
    #newsletter-footer {
      padding: 60px 0; } }

#social-footer {
  padding: 20px 0; }
  #social-footer ul li:not(:last-child) {
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      #social-footer ul li:not(:last-child) {
        margin-right: 18px; } }
  #social-footer .logo-footer {
    margin-right: auto;
    width: 6%; }
    @media (max-width: 991.98px) {
      #social-footer .logo-footer {
        display: none; } }
  #social-footer .social-logo {
    width: 100%; }
    @media (max-width: 991px) {
      #social-footer .social-logo ul {
        display: block !important;
        white-space: nowrap;
        overflow: auto; }
        #social-footer .social-logo ul li {
          display: inline-block; } }

#footer-main {
  background: #3A3839; }
  #footer-main .footer-main-inner .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      #footer-main .footer-main-inner .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  #footer-main .footer-main-inner .footer-main_left {
    width: 100%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 45px 15px; }
    #footer-main .footer-main-inner .footer-main_left_copy-right {
      width: 100%;
      color: #C4C4C4;
      font-size: 10px;
      text-align: center;
      letter-spacing: 1px;
      margin-top: 30px; }
    @media (max-width: 991.98px) {
      #footer-main .footer-main-inner .footer-main_left {
        order: 1;
        width: 100%;
        padding: 30px 0px 15px; } }
    @media (max-width: 575px) {
      #footer-main .footer-main-inner .footer-main_left {
        padding: 10px 0px; } }
  #footer-main .footer-main-inner .footer-main_right {
    width: 30%;
    background: #2e2e2e;
    padding: 90px 15px 30px 15px;
    text-align: center; }
    @media (min-width: 992px) {
      #footer-main .footer-main-inner .footer-main_right {
        display: none; } }
    #footer-main .footer-main-inner .footer-main_right_logo {
      margin: 0 0 60px 0; }
    #footer-main .footer-main-inner .footer-main_right_social h4 {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 25px 0;
      letter-spacing: 3px; }
    #footer-main .footer-main-inner .footer-main_right_social ul li:not(:last-child) {
      margin-right: 40px; }
    #footer-main .footer-main-inner .footer-main_right_app {
      margin: 60px 0 0 0; }
      #footer-main .footer-main-inner .footer-main_right_app h4 {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        letter-spacing: 3px; }
    @media (max-width: 991.98px) {
      #footer-main .footer-main-inner .footer-main_right {
        width: 100%;
        order: 2; } }
    @media (max-width: 991.98px) {
      #footer-main .footer-main-inner .footer-main_right {
        padding: 25px 0 30px; }
        #footer-main .footer-main-inner .footer-main_right_app {
          margin: 0;
          padding: 30px 0;
          width: 100%; } }
  #footer-main .footer-main-inner .footer-main__menu {
    width: 100%; }
    #footer-main .footer-main-inner .footer-main__menu > div {
      display: flex;
      justify-content: space-between; }
    #footer-main .footer-main-inner .footer-main__menu h4 {
      padding: 0;
      color: #fff;
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase;
      min-height: 30px;
      outline: none;
      box-shadow: none;
      border: none; }
      @media (max-width: 575px) {
        #footer-main .footer-main-inner .footer-main__menu h4 {
          text-align: center;
          padding: 10px; } }
    #footer-main .footer-main-inner .footer-main__menu a {
      display: inline-block;
      margin-bottom: 25px;
      font-size: 12px;
      color: #fff;
      letter-spacing: 2px; }
    #footer-main .footer-main-inner .footer-main__menu li:last-child a {
      margin-bottom: 0; }
    #footer-main .footer-main-inner .footer-main__menu-title > *, #footer-main .footer-main-inner .footer-main__menu-items > * {
      flex: 0 0 25%; }
    @media (min-width: 1200px) {
      #footer-main .footer-main-inner .footer-main__menu-title h4:nth-child(1) {
        flex: 0 0 28%; }
      #footer-main .footer-main-inner .footer-main__menu-title h4:nth-child(2) {
        flex: 0 0 28%;
        padding: 0 10px; }
      #footer-main .footer-main-inner .footer-main__menu-title h4:nth-child(3) {
        flex: 0 0 28%;
        padding: 0 10px; }
      #footer-main .footer-main-inner .footer-main__menu-title h4:nth-child(4) {
        flex: 0 0 16%; } }
    @media (min-width: 1200px) {
      #footer-main .footer-main-inner .footer-main__menu-items ul:nth-child(1) {
        flex: 0 0 28%; }
      #footer-main .footer-main-inner .footer-main__menu-items ul:nth-child(2) {
        flex: 0 0 28%;
        padding: 0 10px; }
      #footer-main .footer-main-inner .footer-main__menu-items ul:nth-child(3) {
        flex: 0 0 28%;
        padding: 0 10px; }
      #footer-main .footer-main-inner .footer-main__menu-items ul:nth-child(4) {
        flex: 0 0 16%; } }
    #footer-main .footer-main-inner .footer-main__menu-items .tab-pane.active {
      flex: 0 0 100%;
      padding: 10px;
      opacity: 1;
      display: block; }
      @media (max-width: 991.98px) {
        #footer-main .footer-main-inner .footer-main__menu-items .tab-pane.active {
          padding: 20px 10px 10px 10px; } }
    #footer-main .footer-main-inner .footer-main__menu .nav-tabs {
      border-bottom: 0;
      flex-wrap: nowrap;
      align-items: center; }
      #footer-main .footer-main-inner .footer-main__menu .nav-tabs .nav-link {
        background-color: unset;
        border: 1px solid transparent; }
        #footer-main .footer-main-inner .footer-main__menu .nav-tabs .nav-link.active {
          border-bottom: 1px solid white; }
    @media (min-width: 992px) {
      #footer-main .footer-main-inner .footer-main__menu .nav-tabs .nav-link {
        border: 0;
        margin-bottom: 13px; }
      #footer-main .footer-main-inner .footer-main__menu .tab-content > .tab-pane {
        display: block; }
      #footer-main .footer-main-inner .footer-main__menu .fade {
        opacity: 1; } }

@media (min-width: 992px) {
  .overlay-effect {
    position: relative; }
    .overlay-effect .shop-now {
      transform: translateY(20px);
      transition: all .5s; }
    .overlay-effect::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: transparent;
      transition: all .5s; }
    .overlay-effect:hover::after {
      background-color: rgba(46, 46, 46, 0.7); } }

.shop-now {
  display: inline-block;
  color: #2E2E2E !important;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  background-color: #F9E076;
  width: 160px;
  height: 50px;
  line-height: 50px; }
  .shop-now, .shop-now:hover {
    color: #2E2E2E !important; }

.product {
  padding: 0 15px;
  line-height: 24px; }
  .product.mb {
    margin-bottom: 50px; }
  [class*="col"] .product {
    padding: 0; }
  .product .image-wrapper {
    position: relative;
    padding-bottom: 124%;
    margin-bottom: 15px; }
    .product .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0; }
    .product .image-wrapper .product-addToWish {
      position: absolute;
      padding: 0;
      top: 10px;
      right: 10px; }
      .product .image-wrapper .product-addToWish svg:first-child {
        display: inline; }
      .product .image-wrapper .product-addToWish svg:last-child {
        display: none; }
      .product .image-wrapper .product-addToWish.js-inWishlist svg:first-child {
        display: none; }
      .product .image-wrapper .product-addToWish.js-inWishlist svg:last-child {
        display: inline; }
  .product .product-brand {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
    @media (max-width: 575px) {
      .product .product-brand {
        font-size: 12px; } }
  .product .product-name {
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px; }
    @media (max-width: 575px) {
      .product .product-name {
        width: 100%;
        -webkit-line-clamp: 1;
        height: unset;
        margin-bottom: 0;
        font-size: 14px; } }
  .product .product-price .price {
    font-size: 18px;
    margin-right: 5px; }
  .product .product-price .compare {
    font-weight: bold;
    color: #979797; }
  @media (max-width: 575px) {
    .product .product-price .price {
      font-size: 16px; }
    .product .product-price .compare {
      font-size: 12px; } }
  .product:not(.list-item) .product-addToWish {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    border-radius: 50%; }
  .product.list-item {
    display: flex;
    justify-content: space-between;
    line-height: initial; }
    .product.list-item .product-brand {
      font-size: 16px;
      line-height: 20.8px; }
    .product.list-item .product-name {
      margin: 10px 0;
      height: auto;
      width: 90%;
      font-size: 14px; }
      @media (max-width: 575px) {
        .product.list-item .product-name {
          -webkit-line-clamp: 2; } }
    .product.list-item .price {
      font-size: 12px; }
    .product.list-item .compare {
      font-size: 12px; }
    .product.list-item .image-wrapper {
      width: 23%;
      padding: unset; }
      .product.list-item .image-wrapper .label-sale-cart {
        position: absolute;
        background: #000;
        color: #fff;
        z-index: 2;
        top: 10px;
        left: 0;
        padding: 2px 7px;
        font-size: 11px; }
      .product.list-item .image-wrapper a:not(.product-addToWish) {
        display: block;
        padding-top: 133.333%; }
      .product.list-item .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 575px) {
        .product.list-item .image-wrapper {
          width: 45%;
          margin-bottom: 0; } }
    .product.list-item .text-wrapper {
      width: 77%;
      padding-left: 20px; }
    .product.list-item .product-quantity span {
      text-transform: uppercase;
      font-size: 10px;
      display: block;
      margin-bottom: 5px; }
    .product.list-item .product-actions {
      margin-top: 10px; }
      .product.list-item .product-actions > * {
        padding: 8px;
        width: 100%;
        max-width: 200px; }
        .product.list-item .product-actions > *:not(:first-child) {
          margin-top: 5px; }
        @media (max-width: 575px) {
          .product.list-item .product-actions > * {
            font-size: 10px; } }
    .product.list-item .btn {
      font-size: 12px; }
  @media (max-width: 575px) {
    .product {
      padding: 0 7.5px; }
      .product.list-item {
        padding: 0; } }

.index-content .section-slider-banner .item-slider {
  text-align: center; }
  .index-content .section-slider-banner .item-slider a {
    display: inline-block; }

.index-content .men.banner--1 {
  /*background-image: url("");*/ }
  .index-content .men.banner--1 h4 {
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%); }
  @media (max-width: 575px) {
    .index-content .men.banner--1 {
      /*background-image: url("");*/ } }

.index-content .men.banner--2 {
  /*background-image: url("https://file.hstatic.net/1000284478/file/main-new_5b07bd8ee5f24f9abba2dc60ae90b733.jpg");*/ }
  @media (max-width: 575px) {
    .index-content .men.banner--2 {
      /*background-image: url("https://file.hstatic.net/1000284478/file/main-new-m_d0bfa79ef313475bb6874f760acd504b.jpg");*/ } }

.index-content .women.banner--1 {
  /*background-image: url("https://file.hstatic.net/1000284478/file/main-new_899cf8ae6adb4def87fc5be9042bea53.jpg");*/ }
  .index-content .women.banner--1 h4 {
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%); }
  @media (max-width: 575px) {
    .index-content .women.banner--1 {
      /*background-image: url("https://file.hstatic.net/1000284478/file/main-new-m_05b369bb01a1402b8074fa405cd00d58.jpg");*/ } }

.index-content .women.banner--2 {
  /*background-image: url("https://file.hstatic.net/1000284478/file/cki21_vie_womansday_sale_social_posting-1440x760_5bfcf30f677a4d5fad7e325bc7b8e1a6.jpg");*/ }
  @media (max-width: 575px) {
    .index-content .women.banner--2 {
      /*background-image: url("https://file.hstatic.net/1000284478/file/cki21_vie_womansday_sale_social_posting-414x740_33042ba6e5d44c8ba3d80a748cd3f31a.jpg");*/ } }

.index-content .kids.banner--1 {
  /*background-image: url("");*/ }
  .index-content .kids.banner--1 h4 {
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%); }
  @media (max-width: 575px) {
    .index-content .kids.banner--1 {
      /*background-image: url("");*/ } }

.index-content .kids.banner--2 {
  /*background-image: url("");*/ }
  @media (max-width: 575px) {
    .index-content .kids.banner--2 {
      /*background-image: url("");*/ } }

.index-content .banner {
  /*height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  position: relative; }

.index-content .text-wrap-center {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .index-content .text-wrap-center > * {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal; }
  .index-content .text-wrap-center h2 {
    font-size: 60px; }
    @media (max-width: 575px) {
      .index-content .text-wrap-center h2 {
        font-size: 40px; } }
  .index-content .text-wrap-center h3 {
    margin-bottom: 40px;
    font-size: 20px; }
    @media (max-width: 575px) {
      .index-content .text-wrap-center h3 {
        font-size: 18px; } }
  .index-content .text-wrap-center h4 {
    font-size: 18px; }
    @media (max-width: 575px) {
      .index-content .text-wrap-center h4 {
        font-size: 18px; } }
  .index-content .text-wrap-center a {
    letter-spacing: 3px; }
    .index-content .text-wrap-center a.shop-now-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media (max-width: 575px) {
    .index-content .text-wrap-center {
      margin-bottom: -60%; } }

.index-content .index-block .block-title {
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  padding: 80px 0 60px 0;
  letter-spacing: 4px; }
  .index-content .index-block .block-title strong {
    text-transform: uppercase;
    display: block; }
  @media (max-widtH: 575px) {
    .index-content .index-block .block-title {
      font-size: 24px;
      padding: 30px 0 60px; } }

.index-content .index-block .block--2_slick {
  padding: 40px 0 60px;
  margin-right: -80px; }
  @media (max-width: 575px) {
    .index-content .index-block .block--2_slick {
      padding: 40px 0 80px;
      margin-right: -15px; } }

.index-content .index-block .highlight-block {
  position: relative; }
  .index-content .index-block .highlight-block .image-wrapper {
    position: relative;
    margin-bottom: 16px;
    cursor: pointer; }
    @media (min-width: 576px) {
      .index-content .index-block .highlight-block .image-wrapper {
        padding-top: calc(100% * 1.23636364); }
        .index-content .index-block .highlight-block .image-wrapper img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
    .index-content .index-block .highlight-block .image-wrapper .shop-now {
      border: 0;
      position: absolute;
      bottom: 50px;
      left: 50%;
      opacity: 0;
      transform: translate(-50%, 20px);
      transition: all .5s; }
      @media (max-width: 575px) {
        .index-content .index-block .highlight-block .image-wrapper .shop-now {
          bottom: 25px; } }
    .label_all .index-content .index-block .highlight-block .image-wrapper:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/frame__5__34db82c276ff41e7968316fe07bdf3d9.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_markdown:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_full_price:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/web_frame_53e903cec1b34c628dbc154aeb7a2206.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_1:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/doc_quyen_viet_nam_kem_tag_chu_ky_lan_ngoc_12228fa2a5094eae8d6239bcf9887bd0.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_2:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/marhenj_frame_2_51a5d25013404e5481c5b44af7c87d04.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_3:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/mlb_frame_2_590b62e00d714a9bbbc337a195ea6e4e.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_4:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/skechers_frame_2_6540e3d6050749498ecd6de9c1d511c6.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_5:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/pedro_frame_2_4287201cac0e473fbfa9a5bf3b981376.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_6:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_7:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.label_tag_8:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_1:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/frame__4__ac6af853f622423caa0700823ba34b9a.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_2:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/frame__5__8dfcb3510bcf48de8e0d4ec3e3311c92.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_3:before {
      content: "";
      background: url(https://file.hstatic.net/1000284478/file/frame__8__88ff7734d51746f9a76e83805849070d.png);
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_4:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_5:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_6:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_7:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_8:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_9:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_10:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_11:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_12:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_13:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_14:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_15:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_16:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_17:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_18:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_19:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_20:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_21:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    .index-content .index-block .highlight-block .image-wrapper.checkBrandLabel_22:before {
      content: "";
      background: url();
      width: 100%;
      display: block;
      z-index: 5;
      height: 20%;
      position: absolute;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      bottom: 0; }
    @media (min-width: 992px) {
      .index-content .index-block .highlight-block .image-wrapper {
        /*&::after {
						position: absolute;
						content: '';
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background-color: transparent;
						transition: all .5s;
					}*/ }
        .index-content .index-block .highlight-block .image-wrapper:hover {
          /*&::after {
							background-color: rgba(46, 46, 46, 0.4);
						}
						.shop-now {
							opacity: 1;
							transform: translate(-50%, 0);
						}*/ } }
    @media (max-width: 575px) {
      .index-content .index-block .highlight-block .image-wrapper {
        margin-bottom: 15px; } }
  .index-content .index-block .highlight-block .text-wrapper > * {
    color: #2E2E2E; }
  .index-content .index-block .highlight-block .text-wrapper h5 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px; }
    .index-content .index-block .highlight-block .text-wrapper h5 strong {
      display: block;
      font-size: 14px;
      margin-bottom: 5px; }
      .index-content .index-block .highlight-block .text-wrapper h5 strong:not(.maxco) {
        text-transform: uppercase; }
    @media (max-width: 575px) {
      .index-content .index-block .highlight-block .text-wrapper h5 {
        font-size: 14px; }
        .index-content .index-block .highlight-block .text-wrapper h5 strong {
          font-size: 12px; } }

.index-content .index-block .show-all {
  border-color: #000;
  color: #2E2E2E; }

.index-content .index-block.block--1 {
  min-height: 100vh; }
  @media (max-width: 1500px) {
    .index-content .index-block.block--1 {
      min-height: auto; } }
  @media (max-width: 575px) {
    .index-content .index-block.block--1 .col-12 {
      margin-bottom: 20px; }
      .index-content .index-block.block--1 .col-12 .image-wrapper > a:first-child {
        position: relative;
        padding-top: 100%;
        display: inline-block;
        width: 100%; }
        .index-content .index-block.block--1 .col-12 .image-wrapper > a:first-child img {
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .index-content .index-block.block--1 .col-6 .image-wrapper > a:first-child {
      position: relative;
      padding-top: calc(100% * 1.22981366);
      display: inline-block;
      width: 100%; }
      .index-content .index-block.block--1 .col-6 .image-wrapper > a:first-child img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.index-content .index-block.block--2 .block-banner {
  position: relative;
  text-align: center;
  padding-top: calc(100% * 0.25); }
  @media (max-width: 991px) {
    .index-content .index-block.block--2 .block-banner {
      padding-top: calc(100% * 0.530666667); } }
  .index-content .index-block.block--2 .block-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .index-content .index-block.block--2 .block-banner .shop-now {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff; }
    @media (max-width: 575px) {
      .index-content .index-block.block--2 .block-banner .shop-now {
        bottom: 25px; } }
  .index-content .index-block.block--2 .block-banner .logo {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 250px; }
    @media (max-width: 575px) {
      .index-content .index-block.block--2 .block-banner .logo {
        top: 20px;
        left: 20px;
        width: 150px; } }

.index-content .index-block.block--2 .show-more-slide {
  text-align: center; }
  .index-content .index-block.block--2 .show-more-slide a {
    display: inline-block;
    margin-top: 50%;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #4E4C56; }
    @media (max-width: 575px) {
      .index-content .index-block.block--2 .show-more-slide a {
        font-size: 14px; } }

.index-content .index-block.block--1 .block-title strong, .index-content .index-block.block--2 .block-title strong {
  border-bottom: 20px solid #F9E076;
  width: max-content;
  margin: 0 auto;
  line-height: 10px;
  margin-top: 20px; }
  @media (max-width: 575px) {
    .index-content .index-block.block--1 .block-title strong, .index-content .index-block.block--2 .block-title strong {
      border-width: 10px;
      margin-top: 10px; } }

.index-content .categories-container .category {
  position: relative;
  background-size: cover;
  background-position: bottom;
  height: 100vh; }
  .index-content .categories-container .category .text-wrapper {
    position: absolute;
    bottom: 50px;
    left: 80px;
    width: 425px;
    max-width: 60%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 24px; }
    .index-content .categories-container .category .text-wrapper > * {
      margin-top: 30px;
      color: #2E2E2E; }
    .index-content .categories-container .category .text-wrapper > h2 {
      font-size: 40px;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin: 0; }
    .index-content .categories-container .category .text-wrapper > div {
      letter-spacing: 2px; }
      @media (max-width: 575px) {
        .index-content .categories-container .category .text-wrapper > div {
          margin-top: 12px;
          font-size: 12px; } }
    @media (max-width: 575px) {
      .index-content .categories-container .category .text-wrapper {
        bottom: 30px;
        left: 20px;
        width: calc(100% - 40px);
        max-width: unset; }
        .index-content .categories-container .category .text-wrapper > h2 {
          font-size: 34px; } }
  .index-content .categories-container .category .shop-now {
    background-color: #fff; }
  .index-content .categories-container .category--1.category-men {
    background-image: url("https://file.hstatic.net/1000284478/file/nam-trang-phuc_2ea04cdf7ce14a18a20ef86bc2e23416.png"); }
  .index-content .categories-container .category--1.category-women {
    background-image: url("https://file.hstatic.net/1000284478/file/nu-trang-phuc_3446f6419c3d4d2bb5099c467d322a68.jpeg"); }
  .index-content .categories-container .category--1.category-kids {
    background-image: url("https://file.hstatic.net/1000284478/file/cate-trangphuc_e54490b0673341c78ab94b5155cce90b.png"); }
  .index-content .categories-container .category--2.category-men {
    background-image: url("https://file.hstatic.net/1000284478/file/nam-giay-dep_2e7f953fb7ad4095b520db6ec430bdac.png"); }
  .index-content .categories-container .category--2.category-women {
    background-image: url("https://file.hstatic.net/1000284478/file/nu-giay-dep_51b3f8a683394d98995fc8e6b552db1c.jpeg"); }
  .index-content .categories-container .category--2.category-kids {
    background-image: url("https://file.hstatic.net/1000356698/file/cate-giay-dep_e9e7a3a57ff341b79b95863a56ae9633.jpg"); }
  .index-content .categories-container .category--3.category-men {
    background-image: url("https://file.hstatic.net/1000284478/file/nam-tui-vi_56696d1818ff46aeaef80ccd9f51c12b.png"); }
  .index-content .categories-container .category--3.category-women {
    background-image: url("https://file.hstatic.net/1000284478/file/nu-tui-xach_6e81da7ad0364378a8716ac59393f45c.jpeg"); }
  .index-content .categories-container .category--3.category-kids {
    background-image: url("https://file.hstatic.net/1000284478/file/cate-tuivi_e35ca60f53a7458e9ff9eead4e92b31d.png"); }
  .index-content .categories-container .category--4.category-men {
    background-image: url("https://file.hstatic.net/1000284478/file/nam-phu-kien_e26f9d5ac756478f8c660be777d3c3e7.png"); }
  .index-content .categories-container .category--4.category-women {
    background-image: url("https://file.hstatic.net/1000284478/file/nu-phu-kien_5bc3c88075e44cb29f203dc5b5e0c61c.jpeg"); }
  .index-content .categories-container .category--4.category-kids {
    background-image: url("https://file.hstatic.net/1000284478/file/cate-phukien_27fc87dc1ff2420bb69120e8e894ff4b.png"); }
  @media (max-width: 575px) {
    .index-content .categories-container .category {
      height: 50vh; } }

.index-content .brands {
  margin-top: 0;
  background-image: linear-gradient(180deg, #0E0D0D 12.29%, rgba(56, 56, 56, 0.85) 90.99%); }
  .index-content .brands .block-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px; }
    @media (max-width: 575px) {
      .index-content .brands .block-title {
        font-size: 24px;
        padding: 0; } }
  .index-content .brands .brands-logo_slick_item_inner {
    display: flex;
    flex-wrap: wrap; }
  .index-content .brands .brand-col {
    width: 20%; }
    @media (max-width: 991.98px) {
      .index-content .brands .brand-col {
        width: 50%; } }
    .index-content .brands .brand-col a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 190px; }
      @media (max-width: 575px) {
        .index-content .brands .brand-col a {
          height: 140px; } }
      .index-content .brands .brand-col a svg {
        width: 170px;
        height: 100px;
        max-height: calc(70vh / 3); }
        .index-content .brands .brand-col a svg path, .index-content .brands .brand-col a svg polygon, .index-content .brands .brand-col a svg rect {
          fill: #fff; }
        @media (max-width: 575px) {
          .index-content .brands .brand-col a svg {
            height: calc((100vh - 190px) / 5);
            width: 150px; } }
    .index-content .brands .brand-col.aojo a svg {
      width: 140px;
      height: 140px;
      max-height: none; }
    .index-content .brands .brand-col.adlv a svg {
      max-height: none; }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.adlv a svg {
          width: 100%;
          max-width: 130px;
          max-height: 90px; } }
    .index-content .brands .brand-col.marhen-j a svg {
      max-height: none; }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.marhen-j a svg {
          max-height: none;
          width: 130px;
          height: 30px; } }
    .index-content .brands .brand-col.gigi a svg {
      max-width: 110px; }
    .index-content .brands .brand-col.mlb a svg {
      max-width: 135px; }
    .index-content .brands .brand-col.mujosh a svg {
      max-height: none;
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .index-content .brands .brand-col.puma a svg {
      width: 195px;
      height: 150px;
      max-height: none; }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.puma a svg {
          width: auto;
          height: 130px;
          max-height: none; } }
    .index-content .brands .brand-col.the-kooples a svg {
      max-height: none;
      -ms-transform: scale(2.5);
      transform: scale(2.5); }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.the-kooples a svg {
          -ms-transform: scale(1.9);
          transform: scale(1.9); } }
    .index-content .brands .brand-col.charles-keith a svg {
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.charles-keith a svg {
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
    .index-content .brands .brand-col.ted-baker a svg {
      max-height: none; }
      @media (max-width: 991.98px) {
        .index-content .brands .brand-col.ted-baker a svg {
          width: 150px; } }
    .index-content .brands .brand-col.coach a svg {
      max-height: none; }
    .index-content .brands .brand-col.dsquared2 a svg {
      max-height: none; }
    .index-content .brands .brand-col.pedro a svg {
      max-height: none;
      -ms-transform: scale(1.4);
      transform: scale(1.4); }
    .index-content .brands .brand-col.weekend-max-mara a svg {
      max-height: none;
      -ms-transform: scale(1.4);
      transform: scale(1.4); }
      .index-content .brands .brand-col.weekend-max-mara a svg rect {
        fill: #FFFFFF; }
    .index-content .brands .brand-col.pinko a svg {
      max-height: none;
      -ms-transform: scale(1.4);
      transform: scale(1.4); }
      .index-content .brands .brand-col.pinko a svg rect {
        fill: #FFFFFF; }
  .index-content .brands .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0 0 50px; }
    @media (max-width: 991.98px) {
      .index-content .brands .slick-dots {
        margin-top: 0px;
        margin: 24px 0 0 0;
        padding: 0 0 24px 0; } }
    .index-content .brands .slick-dots > li {
      margin: 0 5px; }
      .index-content .brands .slick-dots > li > button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
        background-color: transparent;
        color: transparent; }
      .index-content .brands .slick-dots > li.slick-active > button {
        background-color: #fff; }
  @media (min-width: 992px) {
    .index-content .brands .brand_home_mobile {
      display: none; } }
  @media (min-width: 992px) {
    .index-content .brands {
      min-height: 100vh; }
      .index-content .brands .col-lg-2.brand-col {
        flex: 0 0 auto;
        width: 20%; } }
  @media (min-width: 1600px) {
    .index-content .brands {
      min-height: auto;
      height: 100vh;
      max-height: 768px; } }
  @media (max-width: 575px) {
    .index-content .brands {
      padding: 40px 0 0; } }

@media (max-width: 575px) {
  .index-content .col-12 > .highlight-block {
    margin: 0 -12px; } }

.mainHeader--height {
  max-height: 107px; }

@media (max-width: 1199.98px) {
  .Page_product .mainHeader--height {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0; }
  .mainHeader--height #main-header.product-header .main-header-inner {
    background: transparent; }
  .mainHeader--height #main-header.product-header .main-header_tool_right_wishlist,
  .mainHeader--height #main-header.product-header .main-header_tool_right_search,
  .mainHeader--height #main-header.product-header .main-header_logo,
  .mainHeader--height #main-header.product-header .main-header_mobile {
    display: none; }
  .mainHeader--height #main-header.product-header .main-header_tool_right_cart {
    pointer-events: none; }
    .mainHeader--height #main-header.product-header .main-header_tool_right_cart .main-header_tool_right_icon {
      visibility: hidden; }
    .mainHeader--height #main-header.product-header .main-header_tool_right_cart .cart-count-label {
      top: 5px;
      right: -40px; }
  .mainHeader--height #main-header.product-header .product-header-icon {
    transition: unset;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(46, 46, 46, 0.2);
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .mainHeader--height #main-header.product-header .product-header-icon ~ .product-header-icon {
      margin: 0 0 0 16px; }
    .mainHeader--height #main-header.product-header .product-header-icon span {
      display: none; }
    .mainHeader--height #main-header.product-header .product-header-icon svg:first-of-type {
      display: block; }
    .mainHeader--height #main-header.product-header .product-header-icon svg:last-of-type {
      display: none; }
    .mainHeader--height #main-header.product-header .product-header-icon img:first-of-type {
      display: block; }
    .mainHeader--height #main-header.product-header .product-header-icon img:last-of-type {
      display: none; }
  .mainHeader--height #main-header.product-header.header-has-bg .main-header-inner {
    background-color: #fff; }
  .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon {
    background-color: transparent; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon.back-icon {
      width: auto;
      margin: 0; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon span {
      display: inline;
      margin-left: 12px; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon svg:first-of-type {
      display: none; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon svg:last-of-type {
      display: block; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon img:first-of-type {
      display: none; }
    .mainHeader--height #main-header.product-header.header-has-bg .product-header-icon img:last-of-type {
      display: block; } }

.form-label {
  color: #868D95; }

.errors {
  color: #E24C4C; }

.toast {
  position: fixed;
  z-index: 999;
  text-align: center;
  top: 4%;
  border: 0;
  width: 382px;
  padding: 0;
  color: #fff;
  right: 7%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  .Page_product .toast {
    position: fixed;
    z-index: 999;
    text-align: center;
    top: 16%;
    border: 0;
    width: 27.5%;
    padding: 0;
    color: #fff;
    right: 5%; }
    @media (max-width: 991.98px) {
      .Page_product .toast {
        top: 1%;
        width: 94%;
        right: 3%; } }
  @media (max-width: 991.98px) {
    .toast {
      top: 1%;
      width: 94%;
      right: 3%; } }
  .toast .toast-close {
    position: absolute;
    top: 10px;
    right: 8px; }
  .toast, .toast > div {
    background-color: #2e2e2e; }
  .toast:not(.show) {
    pointer-events: none; }
  .toast .close {
    outline: none;
    border: 0;
    background-color: unset;
    position: absolute;
    top: 20px;
    right: 20px; }
  .toast .toast-body {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 4px;
    padding: 15px 16px; }

form .form-control.error, form .form-control.error2 {
  border-color: #E24C4C;
  box-shadow: 0px 0px 4px rgba(226, 76, 76, 0.6); }
  form .form-control.error + span.error, form .form-control.error2 + span.error {
    display: block; }

form span.error {
  position: absolute;
  right: 0;
  display: none;
  color: #E24C4C;
  font-size: 12px; }

.remaining-items {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  color: #ACB1BC; }
  .remaining-items svg {
    margin-right: 10px; }
  @media (max-width: 575px) {
    .remaining-items {
      order: -2;
      background-color: #F7F8F9;
      width: 100%; } }

.section-slide h3 {
  /*text-transform: uppercase;*/
  font-size: 24px;
  color: #868D95; }
  .section-slide h3.gray {
    color: #868D95; }

.section-slide h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px; }
  .section-slide h4.headingDetail {
    color: #868D95; }
  @media (max-width: 991.98px) {
    .section-slide h4 {
      font-size: 18px;
      margin-bottom: 24px; } }

.btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  box-shadow: none !important; }
  .btn.btn-recaptcha {
    padding-top: 15px;
    padding-bottom: 15px; }
  .btn:hover {
    color: currentColor; }
  .btn--fill-black, .btn--fill-black:hover, .btn--fill-black:focus {
    background-color: #2E2E2E;
    color: #fff; }
  .btn--fill-gray2, .btn--fill-gray2:hover, .btn--fill-gray2:focus {
    background-color: #F7F8F9;
    color: black; }
  .btn--fill-gray, .btn--fill-gray:hover, .btn--fill-gray:focus {
    background-color: #999;
    color: #fff; }
  .btn--fill-yellow {
    background-color: #FFD62C; }
  .btn--solid-white {
    border-color: #fff; }
  .btn--solid-black {
    border-color: #000; }
  .btn--solid-gray {
    background-color: #f7f8f9;
    border-color: #000; }

.fade-up {
  min-width: 250px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden; }
  .fade-up.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .fade-up.svg {
    margin-right: 10px; }

.label {
  font-weight: bold;
  padding: 2px 10px;
  background-color: #2E2E2E;
  color: #fff; }
  @media (max-width: 575px) {
    .label {
      background-color: #000; } }

.notification {
  min-width: 250px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  transition: all .5s;
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden; }
  .notification svg {
    margin-right: 10px; }
  .notification.has-arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -11px;
    left: 15px; }
  .notification.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }

.heading_cart {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  top: 0;
  background: #FFF;
  z-index: 1; }
  .heading_cart #back_from_cart {
    position: absolute;
    left: 10px;
    background: 0;
    border: none;
    width: 40px;
    height: 40px; }
    .heading_cart #back_from_cart:focus {
      outline: none; }

.progress {
  height: 60px;
  border-radius: 0;
  background-color: #F9F1D2;
  position: relative; }
  .progress::before {
    content: attr(data-progress-title);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600; }
    @media (max-width: 575px) {
      .progress::before {
        padding: 0 20px; } }
  .progress-bar {
    background-color: #F9E076; }
  .progress.no-image {
    padding-bottom: 0; }

.input-number {
  display: inline-block;
  border: 1px solid #868D95;
  border-radius: 2px;
  min-width: 42px;
  text-align: center; }
  .input-number > input {
    outline: none; }
  .input-number input[type="number"], .input-number input[type="tel"] {
    text-align: center;
    width: 25px;
    max-height: 40px;
    font-size: 12px;
    font-weight: 700; }
    .input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button, .input-number input[type="tel"]::-webkit-inner-spin-button, .input-number input[type="tel"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: 0; }
    @media (max-width: 991.98px) {
      .input-number input[type="number"], .input-number input[type="tel"] {
        cursor: not-allowed; } }
  .input-number button {
    width: 40px;
    background-color: #fff; }
  .input-number * {
    border: 0;
    height: 40px; }

.prompt {
  background-color: #2E2E2E;
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .prompt {
      border-radius: 20px 20px 0 0; } }
  .prompt > div {
    padding: 25px 15px; }
  .prompt .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 10px;
    width: 185px; }
    .prompt .btn + .btn {
      margin-left: 10px; }
    @media (max-width: 991.98px) {
      .prompt .btn {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center; } }
  .prompt__header {
    text-align: center;
    border-bottom: 1px solid rgba(229, 229, 229, 0.2);
    color: #fff; }
    .prompt__header a {
      display: none; }
      @media (max-width: 575px) {
        .prompt__header a {
          display: inline-block;
          position: absolute;
          top: 10px;
          right: 20px; } }
    .prompt__header p:first-of-type {
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 2px; }
    .prompt__header p:last-of-type {
      margin-bottom: 0;
      padding: 0 20px; }
  .prompt__actions {
    display: flex; }
  .prompt .remove-product {
    background-color: #fff; }
  .prompt .add-to-wish,
  .prompt .add-to-cart {
    padding: 10px 10px;
    color: #fff; }
    .prompt .add-to-wish span span,
    .prompt .add-to-cart span span {
      display: block; }
  .prompt .add-to-wish {
    padding: 5px 10px; }

.cus-backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  z-index: 99; }
  .js-backdrop-show .cus-backdrop {
    visibility: visible;
    opacity: 1; }

.sidebar {
  padding: 30px 0; }
  .sidebar__list {
    padding: 40px 0; }
  .sidebar__link {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
    .active .sidebar__link {
      font-weight: bold; }
    .sidebar__link svg {
      margin-right: 20px; }
      .account-topbar .sidebar__link svg {
        margin-right: 10px; }
  .sidebar__item {
    padding: 15px 30px; }
    .sidebar__item svg:first-of-type {
      display: inline; }
    .sidebar__item svg:last-of-type {
      display: none; }
    .sidebar__item.active {
      background-color: #c4c4c426; }
      .sidebar__item.active svg:first-of-type {
        display: none; }
      .sidebar__item.active svg:last-of-type {
        display: inline; }
    .sidebar__item svg:first-of-type:last-of-type {
      display: inline; }
    .sidebar__item__btn {
      background-color: #E5E5E5;
      width: 100%;
      font-weight: normal; }

.empty-products {
  width: 305px;
  max-width: 100%;
  padding: 100px 0 60px;
  margin: 0 auto;
  color: #50555B;
  text-align: center; }
  .empty-products__shop-now {
    width: 100%; }
    @media (max-width: 991.9px) {
      .empty-products__shop-now {
        margin-left: 0; }
        .empty-products__shop-now > div {
          max-width: 100%;
          margin: 16px auto 0px;
          text-align: center; } }
  .empty-products .content-1 {
    margin: 16px 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0; }
  .empty-products .content-2 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0;
    max-width: 270px;
    color: #50555B; }
  .empty-products .btn {
    margin-top: 16px;
    width: 270px;
    font-weight: 700; }
    .empty-products .btn svg {
      margin-right: 10px; }
    .empty-products .btn span {
      letter-spacing: 1px; }
  @media (max-width: 991.98px) {
    .empty-products {
      flex-wrap: wrap;
      padding: 0 0px;
      justify-content: center;
      margin-top: 60px; } }

.tab-header {
  margin-bottom: 30px;
  border-bottom: 2px solid #f7f8f9; }
  @media (max-width: 575px) {
    .tab-header {
      border: 0; } }

.tab .nav-tabs {
  border-bottom: 0;
  justify-content: space-between; }
  .tab .nav-tabs .nav-link {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2E2E2E;
    border: 0;
    margin-bottom: -2px;
    padding: 0 10px 24px;
    border-bottom: 4px solid transparent;
    letter-spacing: 2px; }
    .tab .nav-tabs .nav-link.active {
      border-color: #2E2E2E;
      font-weight: bold; }
    @media (max-width: 991.98px) {
      .tab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px;
        margin-bottom: -2px; } }

.invoice {
  padding: 0 16px;
  font-size: 14px;
  margin-top: 16px; }
  .invoice__form {
    margin-top: 20px; }
    .invoice__form-note {
      font-weight: 400;
      font-size: 12px;
      line-height: 15.6px; }
    .invoice__form label {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 15.6px;
      letter-spacing: 1px; }
  .invoice span {
    vertical-align: middle; }
    .invoice span.text-danger {
      display: block;
      width: 100%;
      text-align: right;
      margin: 5px 0 0 0;
      position: absolute;
      right: 0; }
  .invoice__show {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .invoice__show input {
      margin: 0; }

.order {
  display: block;
  margin-top: 32px; }
  .order:not(:last-child) {
    border-bottom: 4px solid #f7f8f9; }
  .order .product.list-item {
    padding: 24px 0;
    border-bottom: 1px solid #F7F8F9; }
    .order .product.list-item .image-wrapper {
      width: 10%;
      margin-bottom: 0; }
      .order .product.list-item .image-wrapper a {
        padding-top: 124%; }
      @media (max-width: 991.98px) {
        .order .product.list-item .image-wrapper {
          width: 20%; } }
    .order .product.list-item .text-wrapper {
      width: 90%; }
      @media (max-width: 991.98px) {
        .order .product.list-item .text-wrapper {
          width: 80%; } }
      .order .product.list-item .text-wrapper .product-name {
        font-size: 14px; }
        .order .product.list-item .text-wrapper .product-name span {
          font-style: italic; }
        @media (max-width: 991.98px) {
          .order .product.list-item .text-wrapper .product-name {
            font-size: 12px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; } }
      .order .product.list-item .text-wrapper .product-brand {
        font-size: 14px; }
        @media (max-width: 991.98px) {
          .order .product.list-item .text-wrapper .product-brand {
            font-size: 12px; } }
      .order .product.list-item .text-wrapper .price {
        font-size: 12px; }
    @media (max-width: 991.98px) {
      .order .product.list-item {
        padding: 16px 0; } }
  .order__meta {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .order__status {
    color: #868D95;
    font-style: italic;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .order__status {
        overflow: inherit; } }
    .order__status svg {
      margin-left: 5px; }
  .order__shipping-day {
    font-size: 12px; }
  .order .lq {
    padding: 24px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .order .lq {
        padding: 16px 0; }
        .customers-order-content .order .lq {
          padding: 0;
          font-size: 12px; } }
  @media (max-width: 991.98px) {
    .order {
      margin-top: 24px; } }

.cartContent.hasPading #footer-main {
  padding-bottom: 122px; }
  @media (max-width: 991.98px) {
    .cartContent.hasPading #footer-main {
      padding-bottom: 145px; } }

@media (max-width: 991.98px) {
  .cart-content .empty-products {
    padding: 0 20px;
    width: 100%; }
  .cart-content hr {
    margin: 32px 0 0 0;
    margin-left: 15px;
    width: calc(100% - 30px); } }

@media (min-width: 992px) {
  #cartformpage .container {
    max-width: 1040px; } }

.cart-body {
  margin: 50px 0; }
  .cart-body.hasItem {
    padding: 0 0 160px 0; }
    @media (max-width: 991.98px) {
      .cart-body.hasItem {
        padding: 0 0 190px 0; } }
  .cart-body .product.list-item .product-name {
    font-size: 12px;
    width: 100%;
    -webkit-line-clamp: 1;
    margin: 0 0 8px 0; }
  .cart-body .product.list-item .product-price strong.price {
    font-size: 16px;
    line-height: 20.8px;
    margin-right: 0; }
  .cart-body .product.list-item .product-price.hasSale {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .cart-body .product.list-item .product-price.hasSale strong.price {
      width: 100%;
      color: red;
      display: inline-block;
      font-size: 16px;
      line-height: 20.8px; }
    .cart-body .product.list-item .product-price.hasSale del.compare {
      order: 1;
      margin-bottom: 0;
      color: #2e2e2e; }
  .cart-body .product.list-item .product-price del {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 400;
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .cart-body .product.list-item .product-quantity {
      max-width: 50%; }
      .cart-body .product.list-item .product-quantity .input-number {
        display: flex;
        align-items: center;
        border-color: #EAEAEA; }
        .cart-body .product.list-item .product-quantity .input-number button {
          width: 26px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .cart-body .product.list-item .product-quantity .input-number button svg {
            height: 24px; }
        .cart-body .product.list-item .product-quantity .input-number input[type="number"] {
          width: 40px;
          height: 24px;
          border-right: 1px solid #EAEAEA;
          border-left: 1px solid #EAEAEA;
          border-radius: 0; } }
  .cart-body .product.list-item .pcli-op {
    font-size: 12px; }
    .cart-body .product.list-item .pcli-op .pcli-op-item {
      width: 47%; }
      .cart-body .product.list-item .pcli-op .pcli-op-item span {
        display: block; }
        .cart-body .product.list-item .pcli-op .pcli-op-item span:first-child {
          margin: 0 0 5px 0; }
  .cart-body .product.list-item .promotion-properties {
    font-size: 12px;
    color: red;
    margin: 10px 0 0 0; }
  .cart-body .product.list-item .image-wrapper {
    width: 30%; }
    .cart-body .product.list-item .image-wrapper a {
      position: relative; }
    @media (max-width: 575px) {
      .cart-body .product.list-item .image-wrapper {
        width: 35%; } }
  .cart-body .product.list-item .text-wrapper {
    width: 80%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .cart-body .product.list-item .text-wrapper .line-price-item {
      margin-top: 12px; }
      .cart-body .product.list-item .text-wrapper .line-price-item .line-price-item-inner {
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
    .cart-body .product.list-item .text-wrapper .line-variant-item {
      background: #EAEAEA;
      font-size: 10px;
      padding: 4px;
      display: flex;
      align-items: center;
      width: fit-content; }
      .cart-body .product.list-item .text-wrapper .line-variant-item svg {
        margin-left: 10px; }
  @media (max-width: 991.98px) {
    .cart-body {
      margin: 60px 0 24px; } }
  .cart-body input[type="checkbox"] {
    width: 25px;
    height: 24px; }
    .cart-body input[type="checkbox"]::before {
      top: 7.5px; }
  .cart-body input::-webkit-input-placeholder {
    font-weight: 500;
    color: #C6CBD0;
    font-family: 'Roboto Condensed', sans-serif; }
  .cart-body input:-ms-input-placeholder {
    font-weight: 500;
    color: #C6CBD0;
    font-family: 'Roboto Condensed', sans-serif; }
  .cart-body input::placeholder {
    font-weight: 500;
    color: #C6CBD0;
    font-family: 'Roboto Condensed', sans-serif; }
  .cart-body textarea {
    font-family: 'Roboto Condensed', sans-serif; }
    .cart-body textarea::-webkit-input-placeholder {
      font-weight: 500;
      color: #C6CBD0;
      font-family: 'Roboto Condensed', sans-serif; }
    .cart-body textarea:-ms-input-placeholder {
      font-weight: 500;
      color: #C6CBD0;
      font-family: 'Roboto Condensed', sans-serif; }
    .cart-body textarea::placeholder {
      font-weight: 500;
      color: #C6CBD0;
      font-family: 'Roboto Condensed', sans-serif; }

.cart-listing {
  padding-right: 65px; }
  .cart-listing__header {
    padding-bottom: 16px;
    padding-left: 16px;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .cart-listing__header input {
      margin-right: 0; }
    .cart-listing__header span {
      padding-left: 15px;
      font-weight: 700;
      line-height: 18.2px;
      letter-spacing: 1px; }
  .cart-listing__check-line input {
    margin: 0 16px 0 0; }
  .cart-listing__body {
    padding: 16px 0;
    border-top: 2px solid #f7f8f9;
    border-bottom: 2px solid #f7f8f9; }
    @media (max-width: 991.98px) {
      .cart-listing__body {
        border-bottom: 0;
        padding-bottom: 0; }
        .cart-listing__body::after {
          content: '';
          height: 6px;
          width: 100%;
          display: block;
          background-color: #f7f8f9;
          margin-top: 24px; } }
  .cart-listing__line {
    position: relative;
    display: flex;
    padding-left: 16px;
    padding-right: 16px; }
    .cart-listing__line:not(:last-child) {
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #F1F1F1; }
    .cart-listing__line.disabled::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 2; }
    .cart-listing__line.disabled .product-actions {
      position: relative;
      z-index: 3; }
  .cart-listing__product {
    flex: 1; }
    @media (max-width: 991.98px) {
      .cart-listing__product .product.list-item .image-wrapper a {
        padding-top: 0; }
        .cart-listing__product .product.list-item .image-wrapper a img {
          position: relative; }
      .cart-listing__product .product.list-item .product-name {
        -webkit-line-clamp: 2;
        width: 100%;
        padding-right: 25px;
        font-size: 14px;
        line-height: 18.2px; } }
  .cart-listing__delete-line {
    position: relative;
    width: 50px;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 0;
    right: 15px; }
    .cart-listing__body .cart-listing__delete-line {
      position: absolute;
      top: 0;
      right: -20px; }
      @media (max-width: 991.98px) {
        .cart-listing__body .cart-listing__delete-line {
          right: 15px; } }
    .cart-listing__delete-line > a {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .disabled .cart-listing__delete-line > a {
        z-index: 3; }
    .cart-listing__delete-line.active > a {
      z-index: 9999; }
      @media (max-width: 991.98px) {
        .cart-listing__delete-line.active > a {
          display: none; } }
    .cart-listing__delete-line svg {
      position: relative; }
    .cart-listing__delete-line .prompt, .cart-listing__delete-line .prompt::before {
      position: absolute;
      border-radius: 0;
      transition: all .7s;
      z-index: 1; }
      .disabled .cart-listing__delete-line .prompt, .disabled .cart-listing__delete-line .prompt::before {
        z-index: 3; }
      @media (max-width: 991.98px) {
        .cart-listing__delete-line .prompt, .cart-listing__delete-line .prompt::before {
          position: fixed; } }
    .cart-listing__delete-line .prompt {
      right: 0;
      top: 30px;
      visibility: hidden;
      opacity: 0; }
      .cart-listing__delete-line .prompt::before {
        content: '';
        display: block;
        width: 50px;
        text-align: center;
        height: 80px;
        background-color: #2e2e2e;
        right: 0;
        top: -40px; }
        @media (max-width: 575px) {
          .cart-listing__delete-line .prompt::before {
            display: none; } }
      @media (max-width: 575px) {
        .cart-listing__delete-line .prompt {
          top: unset;
          bottom: 0;
          left: 0;
          z-index: 3; } }
    .cart-listing__delete-line.active .prompt {
      visibility: visible;
      opacity: 1;
      border-radius: 20px;
      z-index: 999; }
      @media (max-width: 991.98px) {
        .cart-listing__delete-line.active .prompt {
          border-radius: 20px 20px 0 0; } }
      .cart-listing__delete-line.active .prompt::before {
        border-radius: 20px; }
    .cart-listing__delete-line.active svg path {
      stroke: #fff; }
  @media (max-width: 991.98px) {
    .cart-listing {
      padding-right: 0; } }

.cart-total {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  background-color: #F2F2F2; }

.cart-note {
  padding: 16px 16px 0; }
  .cart-note .note-text-coupon {
    color: red; }
    .cart-note .note-text-coupon div ~ div {
      margin: 10px 0 0 0; }
    .cart-note .note-text-coupon strong {
      background: #FAFF19;
      padding: 0 5px; }
  .cart-note > div {
    padding: 10px 20px 20px 20px;
    font-size: 12px; }
    .cart-note > div svg {
      margin-right: 10px; }
  .cart-note > p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: 1px; }
  .cart-note > textarea {
    outline: none;
    width: 100%;
    min-height: 90px !important;
    border: 1px solid #868D95 !important;
    border-radius: 2px;
    padding: 10px;
    outline: none !important;
    box-shadow: none !important; }
    @media (max-width: 575px) {
      .cart-note > textarea {
        height: unset; } }

.cart-actions {
  background-color: #F0F0F0;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 8; }
  .cart-actions > .container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .cart-actions .btn {
    border: 0;
    border-radius: 2px;
    width: 250px; }
    .cart-actions .btn span {
      letter-spacing: 1px; }
    .cart-actions .btn + .btn {
      margin-left: 20px; }
    @media (max-width: 991.98px) {
      .cart-actions .btn {
        width: unset;
        flex: 1;
        border-radius: 0;
        padding: 17.5px 10px; }
        .cart-actions .btn#continue-shopping {
          background: #F7F8F9; }
          .cart-actions .btn#continue-shopping span {
            display: block; }
        .cart-actions .btn + .btn {
          margin-left: 0; } }
  .cart-actions__total strong {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px; }
  .cart-actions__total > div {
    margin-bottom: 16px; }
    .cart-actions__total > div strong {
      text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .cart-actions__total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 17px 12px 0; }
      .cart-actions__total > div {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0; }
        .cart-actions__total > div span {
          font-size: 16px;
          line-height: 20px; } }
  .cart-actions__notify {
    display: none; }
    @media (max-width: 991.98px) {
      .cart-actions__notify {
        display: block;
        width: 100%;
        padding: 14px 12px;
        font-size: 14px;
        line-height: 18.2px; } }
  @media (max-width: 991.98px) {
    .cart-actions {
      z-index: 1;
      padding-bottom: 0;
      padding-top: 0px;
      background-color: #ffffff;
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s; }
      .scrollUp .cart-actions {
        padding: 0; }
      .scrollDown .cart-actions {
        padding: 0 0 20px 0; }
      .scrollDown.scrollUp .cart-actions {
        padding: 0 0 20px 0; }
      .cart-actions > .container {
        padding: 0;
        max-width: none; }
      .cart-actions__total, .cart-actions__notify {
        background: #F0F0F0;
        margin: 0; }
      .cart-actions__btn {
        width: 100%;
        display: flex; } }

.cart-product-recommended {
  padding: 60px 0; }
  .cart-product-recommended hr {
    margin: 0 0 60px 0;
    background-color: #f7f8f9;
    width: 100%; }
    @media (max-width: 991.98px) {
      .cart-product-recommended hr {
        margin: 0 0 32px 0; } }
  .cart-product-recommended h3 {
    margin-bottom: 30px;
    color: #2e2e2e; }
    @media (max-width: 991.98px) {
      .cart-product-recommended h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
        letter-spacing: 0px !important;
        font-weight: 700; } }
  @media (max-width: 991.98px) {
    .cart-product-recommended {
      padding: 40px 0; }
      .cart-product-recommended .container {
        padding: 0; }
        .cart-product-recommended .container h3 {
          padding: 0 15px; } }
  .cart-product-recommended #frame_empty {
    padding: 0 16px; }
  .cart-product-recommended .products_slick_new:not(.slick-initialized) {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    justify-content: space-between; }
    .cart-product-recommended .products_slick_new:not(.slick-initialized)::-webkit-scrollbar {
      display: none; }
    .cart-product-recommended .products_slick_new:not(.slick-initialized) .product-loop {
      flex: 0 0 auto;
      width: 53.5%;
      margin-right: 16px;
      /*&:first-child{
				margin-left: 15px;
			}
			&:last-child{
				margin-right: 15px;
			}*/ }
      .cart-product-recommended .products_slick_new:not(.slick-initialized) .product-loop:last-child {
        margin-right: 0px; }

hr {
  height: 4px !important;
  margin: 0;
  background-color: #f7f8f9;
  width: calc(100% - 160px);
  margin-left: 80px;
  opacity: 1; }

.cart-header .main-header_tool_right_cart svg:first-of-type {
  display: none; }

.cart-header .main-header_tool_right_cart svg:last-of-type {
  display: block !important; }

.cart-header#main-header .cart-count-label {
  background-color: #fff;
  color: #2e2e2e;
  border: 1px solid; }

@media (max-width: 991.98px) {
  .cart-header .main-header_tool {
    display: none !important; } }

@media (max-width: 991.98px) {
  .position-sticky {
    position: sticky;
    bottom: 0; } }

.account-body {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .account-body .col-lg-3 {
      width: 28%; }
    .account-body .col-lg-9 {
      width: 72%; } }
  @media (max-width: 991.98px) {
    .account-body {
      margin: 10px 0; } }

@media (max-width: 991.98px) {
  .account-header .main-header > .main-header_mobile, .account-header .main-header .main-header_logo, .account-header .main-header .main-header_tool {
    display: none !important; }
  .account-header + .wrapper .customers-account-content .account-body {
    margin: 0; }
  .account-header + .wrapper .customers-order-content .account-body {
    margin-top: 20px; } }

.account-sidebar {
  background-color: #F7F8F9;
  border-radius: 20px; }
  .account-sidebar .sidebar {
    padding: 0; }
    .account-sidebar .sidebar__list {
      padding: 42px 20px 17px 20px; }
    .account-sidebar .sidebar .sidebar__item {
      padding: 14px 0 14px 27px;
      /*white-space: nowrap;*/
      text-transform: capitalize;
      letter-spacing: 2px;
      border-radius: 4px; }
      .account-sidebar .sidebar .sidebar__item.active {
        background: white; }

.account-avartar {
  padding: 30px 0 32px 0;
  position: relative; }
  .account-avartar:after {
    content: "";
    width: 90%;
    height: 4px;
    background: white;
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%; }
  .account-avartar .img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    font-size: 64px;
    font-weight: bold; }
    @media (max-width: 575px) {
      .account-avartar .img {
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #f7f8f9; } }
  .account-avartar .name {
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0 24px; }
    @media (max-width: 575px) {
      .account-avartar .name {
        font-size: 18px; } }
  @media (max-width: 575px) {
    .account-avartar {
      padding: 24px 0; } }

.account-page-title {
  font-size: 24px;
  letter-spacing: 4px;
  color: #2e2e2e;
  text-transform: uppercase; }

.account-info {
  padding-left: 80px; }
  .account-info .empty-products {
    padding-top: 20px;
    padding-bottom: 0; }
  .account-info .btn {
    font-weight: 400; }
  @media (max-width: 575px) {
    .account-info {
      padding-left: 0; } }

.account-body + #update-profile input[name='birthday']::-webkit-outer-spin-button, .account-body + #update-profile input[name='birthday']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.account-form {
  width: 600px;
  max-width: 100%; }
  .account-form .form-label {
    font-size: 10px;
    text-transform: uppercase; }
    .account-form .form-label.defaultAddress {
      font-size: 14px;
      color: #2E2E2E;
      text-transform: inherit;
      margin: 0; }
  .account-form .form-control,
  .account-form .form-select {
    letter-spacing: 2px;
    padding: 13px;
    font-size: 14px;
    color: #2E2E2E;
    height: 44px;
    border-radius: 2px;
    line-height: 14px;
    outline: none;
    box-shadow: none;
    border-color: #868D95;
    background-image: unset; }
    .account-form .form-control:focus:not([readonly], [readonly]),
    .account-form .form-select:focus:not([readonly], [readonly]) {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
    .account-form .form-control.error, .account-form .form-control.error2,
    .account-form .form-select.error,
    .account-form .form-select.error2 {
      border-color: #E24C4C;
      box-shadow: 0px 0px 4px rgba(226, 76, 76, 0.6); }
      .account-form .form-control.error:focus, .account-form .form-control.error2:focus,
      .account-form .form-select.error:focus,
      .account-form .form-select.error2:focus {
        border-color: #E24C4C;
        box-shadow: 0px 0px 4px rgba(226, 76, 76, 0.6); }
    .account-form .form-control[disabled],
    .account-form .form-select[disabled] {
      background-color: unset; }
    .account-form .form-control::-webkit-input-placeholder,
    .account-form .form-select::-webkit-input-placeholder {
      color: #C6CBD0; }
    .account-form .form-control:-ms-input-placeholder,
    .account-form .form-select:-ms-input-placeholder {
      color: #C6CBD0; }
    .account-form .form-control::placeholder,
    .account-form .form-select::placeholder {
      color: #C6CBD0; }
  .account-form .form-select {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.25%207.5L10%2013.75L3.75%207.5%22%20stroke%3D%22%232E2E2E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right .75rem center; }
    .account-form .form-select#gender {
      background-image: unset; }
  .account-form input[type="checkbox"] {
    vertical-align: middle; }
  .account-form .action-btn {
    text-align: center; }
    .account-form .action-btn button {
      width: 60%;
      font-weight: 400;
      letter-spacing: 2px; }
      @media (max-width: 575px) {
        .account-form .action-btn button {
          width: 100%; } }
  .account-form .form-control:disabled {
    background-color: #f7f8f9; }
    .account-form .form-control:disabled#birthday {
      background-color: unset; }
  .account-form .form-control[readonly] {
    background-color: unset; }
  .account-form .form-control:disabled::placeholder, .account-form .form-control[readonly]::placeholder {
    color: #C6CBD0; }

.account-addresses .col-lg-12 {
  margin-bottom: 24px; }

.account-addresses .add-address {
  margin: 30px 0 64px 0; }
  .account-addresses .add-address .btn {
    width: 260px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .account-addresses .add-address .btn svg {
      margin-right: 10px; }
    .account-addresses .add-address .btn span {
      line-height: 0; }
    @media (max-width: 575px) {
      .account-addresses .add-address .btn {
        width: 100%; } }

.account-addresses .address {
  position: relative;
  border-radius: 2px;
  padding: 16px;
  background-color: #F7F8F9;
  height: 100%; }
  .account-addresses .address__name a {
    margin-left: 10px; }
  .account-addresses .address > *:not(:last-child) {
    margin-bottom: 10px; }
  .account-addresses .address > :last-child {
    margin: 0; }
  .account-addresses .address h4 {
    font-size: 14px;
    display: flex; }
    .account-addresses .address h4 span {
      word-break: break-all;
      max-width: calc(100% - 25px);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
    .account-addresses .address h4.default_address span {
      max-width: 72%; }
      @media (max-width: 991.98px) {
        .account-addresses .address h4.default_address span {
          max-width: 44%; } }
  .account-addresses .address .label {
    position: absolute;
    padding: 5px 10px;
    top: 14px;
    right: 15px;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .account-addresses .address .label {
        width: 127px; } }

.account-recentlyProducts {
  margin-top: 20px; }
  .account-recentlyProducts hr {
    margin: 0 0 60px 0;
    background-color: #f7f8f9;
    width: 100%; }
    @media (max-width: 991.98px) {
      .account-recentlyProducts hr {
        margin: 0 0 32px 0;
        height: 1px !important; } }
  .account-recentlyProducts .row {
    margin: 0 -5px; }
    @media (max-width: 991.98px) {
      .account-recentlyProducts .row {
        margin: 0px -15px; } }
  .account-recentlyProducts .product {
    padding: 0;
    margin-bottom: 50px; }
  .account-recentlyProducts .product-loop {
    width: 33.333%;
    padding: 0 5px;
    margin-top: 0 !important;
    margin-bottom: 40px; }
    .account-recentlyProducts .product-loop .product-loop-info {
      padding: 5px 15px 0 15px; }
    @media (max-width: 991.98px) {
      .account-recentlyProducts .product-loop {
        width: 50%;
        margin-bottom: 24px;
        padding: 0; } }
  .account-recentlyProducts .recommended h2 {
    margin-bottom: 32px;
    font-size: 24px;
    letter-spacing: 4px;
    color: #2e2e2e;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .account-recentlyProducts .recommended h2 {
        font-size: 18px;
        letter-spacing: 2px; } }
  .account-recentlyProducts .recommended .products_slick_small .slick-list {
    padding-right: 16.5%; }
  @media (max-width: 991.98px) {
    .account-recentlyProducts .recommended {
      padding-top: 32px;
      padding-bottom: 36px; } }
  .account-recentlyProducts .empty-products {
    padding-top: 20px;
    padding-bottom: 0; }
    @media (max-width: 991.98px) {
      .account-recentlyProducts .empty-products {
        padding-top: 0;
        margin-top: 0; } }
  @media (min-width: 992px) {
    .account-recentlyProducts {
      margin-top: 32px; } }

.account-orders {
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .account-orders {
      margin-top: 20px; } }
  .account-orders .nav-tabs {
    width: max-content; }
    @media (max-width: 991.98px) {
      .account-orders .nav-tabs {
        width: 100%;
        justify-content: center; }
        .account-orders .nav-tabs > li {
          width: 50%; } }
  @media (max-width: 991.98px) {
    .account-orders .tab-header {
      margin-bottom: 24px; } }
  .account-orders .orders-search {
    width: 50%;
    position: relative; }
    @media (max-width: 991.98px) {
      .account-orders .orders-search {
        width: 100%; } }
    .account-orders .orders-search > svg {
      position: absolute;
      top: 10px;
      left: 20px; }
    .account-orders .orders-search input {
      width: 100%;
      padding: 10px 20px 10px 45px;
      border-radius: 30px;
      outline: none;
      border: 1px solid #D8D8D8;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .account-orders .orders-search .empty-products {
      padding-top: 30px; }
  .account-orders .nav-link {
    width: 235px;
    padding: 0 0 24px !important; }
    @media (max-width: 991.98px) {
      .account-orders .nav-link {
        width: 100%; } }

@media (max-width: 575px) {
  .account-wishlist {
    margin-top: 40px; }
    .account-wishlist .product .image-wrapper {
      margin-bottom: 0; }
    .account-wishlist .cart-listing__line:not(:last-child) {
      margin-bottom: 20px; } }

.account-topbar {
  letter-spacing: 2px;
  font-size: 16px; }

.account-header .main-header_tool_right_account svg:first-child {
  display: none; }

.account-header .main-header_tool_right_account svg:last-child {
  display: block !important; }

@media (min-width: 992px) {
  .style-modal-update .modal-dialog {
    max-width: 524px; } }

.style-modal-update .modal-header {
  text-align: center;
  border-bottom: none;
  justify-content: center;
  padding: 24px 30px; }
  .style-modal-update .modal-header .btn-close {
    position: absolute;
    right: 36px;
    top: 36px;
    padding: 0; }

.style-modal-update .modal-title {
  text-align: center;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px; }

.style-modal-update .modal-body {
  padding: 0 32px 32px 32px;
  padding-top: 0; }
  @media (max-width: 991.98px) {
    .style-modal-update .modal-body {
      max-height: 600px;
      overflow: auto;
      padding: 0 16px 0px 16px; } }
  @media (max-width: 375px) {
    .style-modal-update .modal-body {
      max-height: 450px; } }

.style-modal-update .modal-content {
  border-radius: 20px; }
  @media (max-width: 991.98px) {
    .style-modal-update .modal-content {
      border-radius: 20px;
      padding: 0 0 30px 0; } }

@media (max-width: 991.98px) {
  .style-modal-update {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s; }
    .style-modal-update .modal-dialog {
      width: 100%; }
    .style-modal-update.fade.show {
      top: 0 !important;
      bottom: 0; } }

.order-detail__ord-number {
  font-weight: normal;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .order-detail__ord-number .clipboard {
    cursor: pointer;
    vertical-align: bottom; }

.order-detail__actions {
  display: flex;
  justify-content: center;
  align-items: center; }
  .order-detail__actions a {
    display: flex;
    align-items: center; }
  .order-detail__actions.back {
    margin-bottom: 33px; }
  .order-detail__actions svg {
    margin-right: 15px; }
  .order-detail__actions strong {
    text-transform: uppercase; }

.order-detail__support {
  padding: 15px 15px;
  background-color: #2e2e2e;
  border: 1px solid #000;
  border-radius: 2px;
  font-weight: normal;
  margin: 32px 15px;
  letter-spacing: 2px;
  justify-content: center;
  color: #fff; }
  .order-detail__support:hover {
    color: #fff; }

.order-detail__meta {
  padding: 24px 32px;
  background-color: #F7F8F9;
  position: relative;
  display: flex; }
  .order-detail__meta > div > * {
    margin-bottom: 16px;
    line-height: 1.45; }
    .order-detail__meta > div > *:last-child {
      margin-bottom: 0; }
    .order-detail__meta > div > * > span {
      display: inline-block; }
    @media (max-width: 991.98px) {
      .order-detail__meta > div > * {
        margin-bottom: 8px; } }
  .order-detail__meta > div:first-of-type {
    width: 35%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22116%22%20viewBox%3D%220%200%201%20116%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cline%20x1%3D%220.5%22%20y1%3D%22-2.18557e-08%22%20x2%3D%220.500005%22%20y2%3D%22116%22%20stroke%3D%22%23868D95%22%20stroke-dasharray%3D%225%205%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-right: 60px; }
  .order-detail__meta > div:last-of-type {
    padding-left: 60px;
    flex: 1; }
  @media (max-width: 991.98px) {
    .order-detail__meta {
      padding: 24px 16px;
      flex-wrap: wrap; }
      .order-detail__meta > div:first-of-type {
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22350%22%20height%3D%221%22%20viewBox%3D%220%200%20350%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cline%20x1%3D%224.37114e-08%22%20y1%3D%220.5%22%20x2%3D%22350%22%20y2%3D%220.500031%22%20stroke%3D%22%23868D95%22%20stroke-dasharray%3D%225%205%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-position: bottom;
        padding-right: 0;
        padding-bottom: 16px; }
      .order-detail__meta > div:last-of-type {
        width: 100%;
        padding-left: 0;
        padding-top: 24px; } }

.order-detail__shipment-detail {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.order-detail__shipment-sts {
  font-style: italic;
  font-weight: bold;
  color: #868D95;
  text-transform: capitalize; }

.order-detail__items {
  padding: 40px 0 32px;
  border-bottom: 4px solid #f7f8f9; }
  .order-detail__items .order {
    padding: 0;
    margin-top: 0; }
    .order-detail__items .order .product.list-item {
      border-bottom: 0;
      padding: 0; }
    .order-detail__items .order__product:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .order-detail__items .order__product:not(:last-child) {
          margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .order-detail__items {
      padding: 28px 0 36px; } }

.order-detail__summary {
  padding: 32px 0;
  border-bottom: 4px solid #F7F8F9;
  letter-spacing: 2px; }
  .order-detail__summary > *:not(h3) {
    display: flex;
    justify-content: space-between; }
    .order-detail__summary > *:not(h3):not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .order-detail__summary > *:not(h3):not(:last-child) {
          margin-bottom: 16px; } }
    .order-detail__summary > *:not(h3) strong {
      display: block; }
  .order-detail__summary > h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .order-detail__summary > h3 {
        font-size: 14px; } }
  @media (max-width: 991.98px) {
    .order-detail__summary {
      font-size: 12px; } }

.order-detail__subtotal > div > strong {
  margin-bottom: 4px; }

.order-detail__subtotal small {
  font-size: 14px; }
  @media (max-width: 991.98px) {
    .order-detail__subtotal small {
      font-size: 12px; } }

.order-detail__promo-code {
  margin-bottom: 32px !important; }
  @media (max-width: 991.98px) {
    .order-detail__promo-code {
      margin-bottom: 24px !important; } }

.order-detail__total {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 32px;
  border-top: 1px solid #f7f8f9; }
  @media (max-width: 991.98px) {
    .order-detail__total {
      font-size: 16px;
      padding-top: 24px; } }

.wishlist-sidebar {
  width: 560px;
  height: calc(100vh - 55px);
  overflow-y: auto;
  padding: 30px 0;
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 13;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(562px);
  transition: all .7s; }
  .wishlist-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px; }
  .wishlist-sidebar .cart-listing__body {
    border: 0;
    padding: 0 70px;
    height: calc(100vh - 140px);
    overflow-y: auto; }
    .wishlist-sidebar .cart-listing__body::-webkit-scrollbar-track {
      background-color: #fff; }
    .wishlist-sidebar .cart-listing__body::-webkit-scrollbar {
      width: 4px;
      height: 0;
      background-color: #fff; }
    .wishlist-sidebar .cart-listing__body::-webkit-scrollbar-thumb {
      background-color: #2e2e2e; }
  .wishlist-sidebar .cart-listing {
    padding-right: 0; }
  .wishlist-sidebar .cart-listing__line {
    width: 100%; }
    .wishlist-sidebar .cart-listing__line:not(:last-child) {
      margin-bottom: 16px; }
  .wishlist-sidebar .cart-listing__delete-line {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0; }
    .wishlist-sidebar .cart-listing__delete-line.active .prompt::before {
      width: 40px; }
  .wishlist-sidebar .view-all {
    display: block;
    text-align: center;
    text-decoration: underline; }
  .wishlist-sidebar .add-all-cart {
    width: 100%;
    margin-top: 20px;
    letter-spacing: 2px; }
  .wishlist-sidebar .product.list-item {
    padding: 0; }
    .wishlist-sidebar .product.list-item .image-wrapper {
      width: 25%;
      margin: 0; }
      .wishlist-sidebar .product.list-item .image-wrapper a {
        position: relative; }
      .wishlist-sidebar .product.list-item .image-wrapper .text-wl-empty {
        position: absolute;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        z-index: 3;
        padding: 10px; }
    .wishlist-sidebar .product.list-item .text-wrapper {
      width: 75%; }
    .wishlist-sidebar .product.list-item .product-actions {
      display: flex;
      justify-content: space-between;
      margin-top: 15px; }
      .wishlist-sidebar .product.list-item .product-actions a {
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0; }
        .wishlist-sidebar .product.list-item .product-actions a.notify-me {
          padding-left: 0;
          padding-right: 0; }
        .wishlist-sidebar .product.list-item .product-actions a.add-to-cart {
          width: 100%;
          margin: 0;
          max-width: none;
          padding: 11px 10px; }
          .wishlist-sidebar .product.list-item .product-actions a.add-to-cart.inCart {
            background: #F7F8F9;
            color: #868D95;
            pointer-events: none; }
      .wishlist-sidebar .product.list-item .product-actions .similar-product {
        padding-top: 2px;
        padding-bottom: 2px; }
    .wishlist-sidebar .product.list-item .product-price {
      display: flex;
      align-items: center; }
      .wishlist-sidebar .product.list-item .product-price del {
        font-size: 12px;
        color: #2E2E2E; }
      .wishlist-sidebar .product.list-item .product-price.hasSale strong {
        font-size: 14px;
        background: #FAFF19;
        font-weight: bold;
        padding: 5px 10px;
        margin-right: 0; }
  .wishlist-sidebar .empty-wishlist .empty-wl-first {
    text-align: center; }
    .wishlist-sidebar .empty-wishlist .empty-wl-first .empty-wl-text {
      color: #868D95;
      margin: 36px 0 32px 0;
      font-weight: bold;
      font-size: 18px; }
    .wishlist-sidebar .empty-wishlist .empty-wl-first .empty-wl-action a {
      width: 80%;
      font-weight: 400; }
  .wishlist-sidebar .empty-wishlist .empty-wl-second {
    margin: 64px 0 0 0; }
    .wishlist-sidebar .empty-wishlist .empty-wl-second h4 {
      font-size: 18px;
      color: #868D95;
      margin: 0 0 24px 0; }
    .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_small,
    .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_wl {
      margin-right: -70px; }
      .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_small .slick-list,
      .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_wl .slick-list {
        padding-right: 70px; }
      @media (max-width: 991.98px) {
        .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_small,
        .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_wl {
          margin-right: -10px; }
          .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_small .slick-list,
          .wishlist-sidebar .empty-wishlist .empty-wl-second .products_slick_wl .slick-list {
            padding-right: 10px; } }
    .wishlist-sidebar .empty-wishlist .empty-wl-second .product-loop .proloop-image .outer-product-colors .product-loop-colors a:nth-child(2) ~ a:not(.noHover) {
      display: none; }
    .wishlist-sidebar .empty-wishlist .empty-wl-second .product-loop .proloop-image .outer-product-colors .product-loop-colors a.noHover {
      display: none; }
      .wishlist-sidebar .empty-wishlist .empty-wl-second .product-loop .proloop-image .outer-product-colors .product-loop-colors a.noHover span:first-child {
        display: none !important; }
      .wishlist-sidebar .empty-wishlist .empty-wl-second .product-loop .proloop-image .outer-product-colors .product-loop-colors a.noHover span:last-child {
        display: block !important; }
    .wishlist-sidebar .empty-wishlist .empty-wl-second .product-loop .proloop-image .outer-product-colors .product-loop-colors.colorSize2 a.noHover {
      display: inline-block; }
  .wishlist-sidebar .wishlist-actions {
    position: absolute;
    bottom: 40px;
    left: 70px;
    width: calc(100% - 140px);
    z-index: 3;
    background: white;
    order: 9999; }
  .wishlist-sidebar .prompt {
    width: 410px; }
    .wishlist-sidebar .prompt .prompt__actions a {
      flex-wrap: wrap; }
      .wishlist-sidebar .prompt .prompt__actions a.add-to-cart {
        padding: 5px 0; }
      .wishlist-sidebar .prompt .prompt__actions a span {
        display: block; }
    .wishlist-sidebar .prompt .prompt__actions > a {
      flex: 1; }
  @media (max-width: 991.98px) {
    .wishlist-sidebar {
      width: 100%;
      height: 100vh;
      top: 0;
      display: none; }
      .wishlist-sidebar .cart-listing__body {
        border: 0;
        padding: 0 10px;
        height: 100%;
        overflow-y: auto; }
        .wishlist-sidebar .cart-listing__body:after {
          display: none; } }

.variant-select {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px; }
  .variant-select .product-variant-size {
    margin: 10px 0 0 0;
    width: 48%; }
    .variant-select .product-variant-size label {
      margin: 0 0 4px 0; }
    .variant-select .product-variant-size select {
      width: 100%;
      text-align: center;
      padding: 2px 5px;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      height: 32px;
      border-radius: 2px;
      background: white;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.25%207.5L10%2013.75L3.75%207.5%22%20stroke%3D%22%232E2E2E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: right 5px center; }
      .variant-select .product-variant-size select.select-size-wl {
        text-align: left; }
  .variant-select .product-variant-color {
    margin: 10px 0 0 0; }
    .variant-select .product-variant-color label {
      margin: 0 0 4px 0; }
    .variant-select .product-variant-color span {
      width: 100%;
      display: block; }

@media (max-width: 991.98px) {
  #main-header.noLogo .main-header-inner .main-header_mobile {
    margin: 0; } }

#main-header.noLogo .text-page-header {
  font-weight: bold;
  letter-spacing: 2px; }
  @media (min-width: 992px) {
    #main-header.noLogo .text-page-header {
      display: none; } }
  @media (max-width: 991.98px) {
    #main-header.noLogo .text-page-header ~ .main-header_logo {
      display: none; } }

@media (max-width: 991.98px) {
  #main-header.noLogo .main-header_tool {
    display: none !important; } }

.pageWish-body {
  padding: 40px 0; }
  .pageWish-body .loadmore {
    text-align: center; }
  .pageWish-body .empty-wishlist {
    margin: 20px 0; }
    .pageWish-body .empty-wishlist .empty-wl-first {
      text-align: center; }
      .pageWish-body .empty-wishlist .empty-wl-first .empty-wl-text {
        color: #868D95;
        margin: 36px 0 32px 0;
        font-weight: bold;
        font-size: 18px; }
      .pageWish-body .empty-wishlist .empty-wl-first .empty-wl-action a {
        width: 80%;
        font-weight: 400; }
    .pageWish-body .empty-wishlist .empty-wl-second {
      margin: 32px 0 0 0;
      padding: 32px 0 0 0;
      border-top: 1px solid #F7F8F9; }
      .pageWish-body .empty-wishlist .empty-wl-second h4 {
        font-size: 18px;
        color: #868D95;
        margin: 0 0 24px 0; }
      .pageWish-body .empty-wishlist .empty-wl-second .products_slick_small {
        margin-right: -70px; }
        .pageWish-body .empty-wishlist .empty-wl-second .products_slick_small .slick-list {
          padding-right: 70px; }
        @media (max-width: 991.98px) {
          .pageWish-body .empty-wishlist .empty-wl-second .products_slick_small {
            margin-right: -15px; }
            .pageWish-body .empty-wishlist .empty-wl-second .products_slick_small .slick-list {
              padding-right: 15%; } }
  .pageWish-body .wishlist-actions a {
    width: 100%; }
  .pageWish-body .product.list-item .text-wrapper {
    display: flex;
    flex-direction: column; }
  .pageWish-body .product.list-item .image-wrapper {
    width: 33%; }
    .pageWish-body .product.list-item .image-wrapper a:not(.product-addToWish) {
      position: relative; }
  .pageWish-body .product.list-item .product-actions {
    display: flex;
    justify-content: space-between; }
    .pageWish-body .product.list-item .product-actions a {
      width: 48%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      padding-top: 2px;
      padding-bottom: 2px; }
      .pageWish-body .product.list-item .product-actions a:first-child {
        margin-right: 1%;
        padding-left: 1px;
        padding-right: 1px; }
      .pageWish-body .product.list-item .product-actions a:last-child {
        margin-left: 1%; }
      .pageWish-body .product.list-item .product-actions a.add-to-cart {
        width: 100%;
        margin: 0;
        max-width: none;
        padding: 11px 10px; }
      .pageWish-body .product.list-item .product-actions a.inCart {
        background: #F7F8F9;
        color: #868D95; }
  .pageWish-body .product.list-item .product-price {
    display: flex;
    align-items: center; }
    .pageWish-body .product.list-item .product-price del {
      font-size: 12px;
      margin: 0 0 0 5px;
      color: #2E2E2E; }
    .pageWish-body .product.list-item .product-price.hasSale strong {
      font-size: 14px;
      background: #FAFF19;
      font-weight: bold;
      padding: 5px 10px;
      margin-right: 0; }
  .pageWish-body .cart-listing__delete-line {
    width: auto;
    position: absolute;
    right: 10px;
    top: 0; }
    .pageWish-body .cart-listing__delete-line > a {
      display: inline-block; }
    @media (max-width: 991.98px) {
      .pageWish-body .cart-listing__delete-line.active > a {
        display: none; } }
  .pageWish-body .text-wl-empty {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    z-index: 3;
    padding: 10px;
    left: 0; }
  .pageWish-body .prompt .btn {
    width: 50%; }
    .pageWish-body .prompt .btn:first-child:last-child {
      margin: 0 auto;
      width: 100%; }
  .pageWish-body .cart-listing__line.disabled::before {
    width: calc(100% - 15px); }

.customer-actions {
  background-color: #F7F8F9;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 15px 0; }
  .customer-actions #customer_login,
  .customer-actions #create_customer {
    padding-bottom: 20px;
    border-bottom: 4px solid #F7F8F9; }
  .customer-actions__wrapper {
    background-color: #fff;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.04); }
    @media (max-width: 991.98px) {
      .customer-actions__wrapper {
        padding: 30px 20px; } }
  .customer-actions__greeting h1 {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    color: #2E2E2E;
    line-height: 96px;
    letter-spacing: 4px;
    margin-top: 150px; }
    .customer-actions__greeting h1 span {
      display: block;
      font-size: 48px; }
  @media (max-width: 991px) {
    .customer-actions__greeting {
      text-align: center; }
      .customer-actions__greeting svg {
        width: 70px;
        height: auto; }
      .customer-actions__greeting h1 {
        margin: 30px 0;
        line-height: unset;
        font-size: 24px; }
        .customer-actions__greeting h1 span {
          display: inline;
          font-size: 24px; } }
  .customer-actions__forms {
    position: relative;
    overflow: hidden; }
    .customer-actions__forms form > div {
      position: relative; }
    .customer-actions__forms .tab-header, .customer-actions__forms .nav-tabs, .customer-actions__forms .nav-link {
      border: 0; }
    .customer-actions__forms .tab-header {
      margin-bottom: 20px; }
    .customer-actions__forms .nav-tabs .nav-item {
      width: 50%; }
    .customer-actions__forms .nav-link {
      width: 100%;
      font-size: 14px;
      letter-spacing: 2px;
      text-align: center;
      text-transform: uppercase;
      padding: 0 0 20px 0;
      color: #2E2E2E;
      border-bottom: 2px solid #f7f8f9; }
      .customer-actions__forms .nav-link.active {
        font-weight: bold;
        border-color: #2E2E2E; }
    .customer-actions__forms .form-label {
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px; }
    .customer-actions__forms .form-control {
      font-size: 14px;
      height: 45px;
      padding: 10px 15px;
      border-color: #868D95; }
      .customer-actions__forms .form-control::placeholder {
        font-size: 14px;
        color: #C6CBD0; }
      .customer-actions__forms .form-control.error {
        border-color: #E24C4C; }
        .customer-actions__forms .form-control.error + .form-error {
          display: block; }
      .customer-actions__forms .form-control:-webkit-autofill {
        background-color: white; }
    .customer-actions__forms .form-error {
      position: absolute;
      right: 0;
      display: none;
      margin-top: 5px;
      font-size: 12px;
      color: #E24C4C; }
    .customer-actions__forms .redirect-form:not(.nav-link) {
      letter-spacing: 2px;
      margin-top: 20px;
      text-align: center;
      text-transform: uppercase; }
    .customer-actions__forms .redirect-form svg {
      margin-right: 15px; }
    .customer-actions__forms .form-title, .customer-actions__forms .form-desc {
      margin-bottom: 25px;
      text-align: center; }
      .customer-actions__forms .form-title__link, .customer-actions__forms .form-desc__link {
        border-bottom: 1px solid; }
    .customer-actions__forms .form-title {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase; }
    .customer-actions__forms .form-desc {
      font-size: 12px; }
    .customer-actions__forms .register-now {
      text-align: center; }
      .customer-actions__forms .register-now a {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 15px;
        color: #2C82F5; }
    .customer-actions__forms input[type="submit"] {
      letter-spacing: 2px; }
    .customer-actions__forms input[name="customer[gender]"] + label {
      font-size: 16px; }
  .customer-actions .login-n-sigup {
    transform: translateX(-590px); }
    .customer-actions .login-n-sigup__socials {
      padding-top: 20px; }
      .customer-actions .login-n-sigup__socials .google-login, .customer-actions .login-n-sigup__socials .facebook-login {
        position: relative;
        color: #fff;
        letter-spacing: 2px;
        border-radius: 2px; }
        @media (max-width: 991.98px) {
          .customer-actions .login-n-sigup__socials .google-login, .customer-actions .login-n-sigup__socials .facebook-login {
            letter-spacing: 1px; } }
        .customer-actions .login-n-sigup__socials .google-login svg, .customer-actions .login-n-sigup__socials .facebook-login svg {
          position: absolute;
          top: 15px;
          left: 15px; }
          @media (max-width: 991.98px) {
            .customer-actions .login-n-sigup__socials .google-login svg, .customer-actions .login-n-sigup__socials .facebook-login svg {
              top: 14px;
              left: 12px; } }
      .customer-actions .login-n-sigup__socials .google-login {
        background-color: #2C82F5;
        margin-bottom: 15px; }
      .customer-actions .login-n-sigup__socials .facebook-login {
        background-color: #044785; }
  .customer-actions .forgotten-password {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 530px;
    transform: translateX(590px); }
  .customer-actions .login-n-sigup,
  .customer-actions .forgotten-password {
    transition: all 1s;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 5px; }
    .customer-actions .login-n-sigup.show,
    .customer-actions .forgotten-password.show {
      transform: translateX(0); }
  .customer-actions button[type="submit"] {
    letter-spacing: 2px; }
  @media (max-width: 991px) {
    .customer-actions {
      padding: 30px 0;
      min-height: auto; } }

.eyes-password {
  position: absolute;
  top: 38px;
  right: 10px;
  cursor: pointer;
  pointer-events: none; }
  .eyes-password svg path {
    stroke: #C6CBD0; }

.input-password.error ~ .eyes-password, .input-password.hasValue ~ .eyes-password {
  pointer-events: all; }
  .input-password.error ~ .eyes-password svg path, .input-password.hasValue ~ .eyes-password svg path {
    stroke: black; }

.input-password[type="password"] + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="password"] + span + .eyes-password svg:nth-child(2) {
  display: none; }

.input-password[type="text"] + .eyes-password svg:nth-child(1) {
  display: none; }

.input-password[type="text"] + span + .eyes-password svg:nth-child(1) {
  display: none; }

#templatePage {
  padding: 80px 0; }
  #templatePage ul, #templatePage ol {
    list-style: inherit;
    padding: 0 0 15px 30px; }
    #templatePage ul li ~ li, #templatePage ol li ~ li {
      margin-top: 10px; }
  @media (max-width: 991.98px) {
    #templatePage {
      padding: 40px 0; } }
  #templatePage .flex-mb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: auto; }
  #templatePage .flex-mb > div {
    padding: 0 15px; }
  #templatePage .page-col-right {
    width: 30%;
    margin-bottom: 30px; }
  #templatePage .sidebarpage-title {
    border-bottom: 2px solid #222;
    margin-bottom: 10px; }
  #templatePage .sidebarpage-title h2 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 10px; }
  #templatePage .sidebar-page ul {
    margin-bottom: 0;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #templatePage .sidebar-page ul li {
    line-height: 30px; }
  #templatePage .sidebar-page ul li a {
    position: relative;
    padding: 5px 0px;
    overflow: hidden;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out; }
  #templatePage .sidebar-page ul li a:before {
    content: '';
    left: -20px;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    background-color: #222;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 46%;
    height: 2px;
    width: 15px;
    color: inherit;
    font-size: 18px;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    background: #222; }
  #templatePage .sidebar-page ul li.active a {
    color: #222;
    font-weight: 600; }
  #templatePage .pagelayout .sidebar-fix {
    margin-top: 0; }
  #templatePage .pagelayout .page-col-left {
    margin-bottom: 30px;
    width: 70%; }
  #templatePage .pagelayout .header-page h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 20px;
    padding: 0;
    text-transform: none;
    text-align: left; }
  @media (min-width: 992px) {
    #templatePage .flex-mb {
      width: 100%; }
    #templatePage .sidebar-page ul li a:hover {
      padding-left: 30px;
      color: #222;
      font-weight: 600; }
    #templatePage .sidebar-page ul li a:hover:before {
      left: 10px; } }
  @media (max-width: 767px) {
    #templatePage .sidebar-page ul li {
      padding-left: 20px; }
    #templatePage .sidebar-page ul li a:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      content: "\f178";
      font-size: 10px;
      left: -18px;
      opacity: 1;
      position: absolute;
      transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s; }
    #templatePage .flex-mb {
      flex-wrap: wrap; }
    #templatePage .flex-mb .page-col-right {
      order: 2;
      margin-bottom: 30px;
      width: 100%; }
    #templatePage .flex-mb .page-col-left {
      order: 1;
      margin-top: 30px;
      width: 100%; } }

#page-404 #errorboxbody {
  padding: 100px 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #737373; }

#zoomMobile {
  position: fixed;
  top: 0;
  z-index: -1;
  left: 0;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: white;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }
  #zoomMobile .headingZoom {
    position: sticky;
    top: 0;
    background: white;
    padding: 15px;
    z-index: 1; }
    #zoomMobile .headingZoom span {
      display: flex;
      align-items: center; }
      #zoomMobile .headingZoom span.colorVariant {
        margin: 0 0 0 5px;
        text-transform: capitalize; }
  #zoomMobile .imgZoomMobile {
    height: -webkit-fill-available; }
    #zoomMobile .imgZoomMobile .largeItemZoom {
      padding-top: 150%; }
      #zoomMobile .imgZoomMobile .largeItemZoom img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      #zoomMobile .imgZoomMobile .largeItemZoom .video-iframe-vimeo {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #f6f6f6; }
        #zoomMobile .imgZoomMobile .largeItemZoom .video-iframe-vimeo .togglePlayVideo1 {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
        #zoomMobile .imgZoomMobile .largeItemZoom .video-iframe-vimeo iframe, #zoomMobile .imgZoomMobile .largeItemZoom .video-iframe-vimeo video {
          width: 100%;
          height: 100%; }
    #zoomMobile .imgZoomMobile .wrapper-small-zoom {
      display: flex;
      flex-wrap: wrap;
      background: rgba(255, 255, 255, 0.7);
      padding: 15px;
      position: fixed;
      bottom: 0;
      width: 100%; }
      #zoomMobile .imgZoomMobile .wrapper-small-zoom .smallItemZoom {
        width: calc(100%/5 - 4px);
        padding-top: 18%;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        border: 1px solid transparent;
        margin: 0 2px 0px 2px; }
        #zoomMobile .imgZoomMobile .wrapper-small-zoom .smallItemZoom.active {
          border: 1px solid gray; }
        #zoomMobile .imgZoomMobile .wrapper-small-zoom .smallItemZoom:nth-child(5n) ~ .smallItemZoom {
          margin-top: 1%; }
        #zoomMobile .imgZoomMobile .wrapper-small-zoom .smallItemZoom img {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  #zoomMobile.open {
    z-index: 99;
    pointer-events: all;
    visibility: visible;
    opacity: 1; }

.slick-slide {
  outline: none;
  box-shadow: none; }

.pointerNone {
  pointer-events: none; }

#page-store .storeslist .body {
  width: 100%; }
  #page-store .storeslist .body .table-stores--head {
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight: bold; }
    #page-store .storeslist .body .table-stores--head .head-location {
      width: 10%; }
    #page-store .storeslist .body .table-stores--head .head-brand {
      width: 15%; }
    #page-store .storeslist .body .table-stores--head .head-phonenumber {
      width: 15%; }
    #page-store .storeslist .body .table-stores--head .head-address {
      width: 35%; }
    #page-store .storeslist .body .table-stores--head .head-google {
      width: 15%; }
  #page-store .storeslist .body .table-stores--body ul.body-line {
    padding: 0; }
  #page-store .storeslist .body .table-stores--body li {
    display: flex;
    justify-content: space-between;
    background: #fcfdfe;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 0;
    border: 1px solid #f4f5f7; }
    #page-store .storeslist .body .table-stores--body li div {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    #page-store .storeslist .body .table-stores--body li .body-location {
      width: 10%; }
    #page-store .storeslist .body .table-stores--body li .body-brand {
      width: 15%; }
    #page-store .storeslist .body .table-stores--body li .body-phonenumber {
      width: 15%;
      font-size: 12px; }
    #page-store .storeslist .body .table-stores--body li .body-address {
      width: 35%;
      justify-content: start; }
    #page-store .storeslist .body .table-stores--body li .body-google {
      width: 15%; }

#page-store .storeslist .header-page {
  min-height: 400px;
  height: 50vh;
  border-radius: 0 0 0 30%;
  background: #e7f1fd url(https://kumarpreet.com/workin-live-demo/workin/assets/img/star-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0; }
  @media (max-width: 767px) {
    #page-store .storeslist .header-page {
      min-height: auto;
      height: auto;
      border-radius: 0;
      padding: 0 0 30px 0; } }
  #page-store .storeslist .header-page h1 {
    margin-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      #page-store .storeslist .header-page h1 {
        font-size: 16px;
        margin: 0 0 20px 0; } }
  #page-store .storeslist .header-page .filter {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      #page-store .storeslist .header-page .filter {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center; } }
    #page-store .storeslist .header-page .filter > div {
      position: relative; }
      #page-store .storeslist .header-page .filter > div::before {
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        bottom: 0;
        top: 0;
        left: 7px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat; }
    #page-store .storeslist .header-page .filter > div:not(:last-child) {
      flex-basis: 40%; }
      #page-store .storeslist .header-page .filter > div:not(:last-child) > :first-child {
        outline: none;
        border: 0;
        padding: 10px 10px 10px 30px;
        width: 100%;
        appearance: none; }
      @media (max-width: 767px) {
        #page-store .storeslist .header-page .filter > div:not(:last-child) {
          flex-basis: 100%;
          margin: 0 0 10px 0; } }
    #page-store .storeslist .header-page .filter .filter__btn {
      background: #ff8000; }
      #page-store .storeslist .header-page .filter .filter__btn button {
        border: 0;
        outline: none;
        color: #fff;
        padding: 10px 40px;
        background: transparent;
        position: relative;
        z-index: 1; }

#page-store .storeslist select {
  cursor: pointer; }

@media (max-width: 767px) {
  #page-store .storeslist .body__menu-stores {
    overflow: auto; }
    #page-store .storeslist .body__menu-stores .table-stores {
      width: 700px; } }

#page-store .storeslist .header-page h1 {
  margin: 30px 0; }

#page-store .stores {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px; }

#page-store .center-store {
  width: 60%; }

#page-store .center-store .owl-item {
  overflow: hidden; }

#page-store .gallery-store {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

#page-store .slide-store button {
  display: none; }

#page-store .btn-custom-left {
  margin-right: 15px;
  font-size: 50px; }

#page-store [class*="btn-custom-"] button {
  border: none;
  background: transparent; }

#page-store .btn-custom-right {
  margin-left: 15px;
  font-size: 50px; }

#page-store select.change-tinh, #page-store select.change-brand {
  display: inline-block;
  min-width: 60px;
  max-width: 100%;
  height: auto;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  padding: .6em .8em;
  color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right center; }

#page-store .address-map h3 {
  font-size: 16px;
  font-weight: 400; }

#page-store .address-map .address-cont {
  margin-bottom: 30px; }

#page-store .address-map .address-cont .address-detail {
  overflow: auto;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px; }

#page-store .address-map .address-cont .address-detail::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #aaa; }

#page-store .address-map .address-cont .address-detail::-webkit-scrollbar-thumb {
  background: #222; }

#page-store .address-map .address-cont .address-detail ul li {
  padding-left: 14px;
  border: 1px solid #f5f5f5;
  border-top: 0;
  background: #fff; }

#page-store .address-map .address-cont .address-detail ul li.active {
  background: #dfdfdf; }

#page-store .address-map .address-cont .address-detail ul li a {
  color: #444;
  display: block;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box; }

#page-store .address-map .address-cont .address-detail ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #222;
  margin-right: 10px;
  border-radius: 50%; }

#page-store .address-map .address-cont .address-detail ul li p.storePhone {
  color: #444;
  font-size: 14px; }

#page-store .address-map .address-cont .address-detail ul li p.storePhone i {
  font-size: 14px;
  margin-right: 5px; }

#page-store .address-map .change-tinh, #page-store .address-map .change-brand {
  width: 100%;
  border: 1px solid #d7d7d7;
  color: #333;
  text-indent: 5px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px; }

#page-store #address-link {
  border-top: 1px solid #f5f5f5;
  margin-bottom: 0px;
  padding: 0;
  list-style-type: none;
  margin: 0; }

#page-store #map-store {
  height: 500px;
  margin-bottom: 30px; }

#page-store #map-store iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#page-store .detail-address > strong {
  font-size: 17px;
  margin-bottom: 10px;
  display: block; }

#page-store .detail-address.open {
  margin-bottom: 23px; }

#page-store .gm-style-iw strong {
  color: #444;
  font-weight: 600;
  text-shadow: none; }

#page-store .slide-store img {
  width: auto !important;
  margin: 0 auto; }

#page-store h1 {
  font-size: 24px; }

#modal-banner,
#modal-banner-ck {
  display: none;
  padding: 0; }
  #modal-banner button.fancybox-button.fancybox-close-small,
  #modal-banner-ck button.fancybox-button.fancybox-close-small {
    background: #FFFFFF; }
  #modal-banner .modal-banner-inner a img,
  #modal-banner-ck .modal-banner-inner a img {
    max-width: 100%;
    width: 800px; }
  #modal-banner .modal-form-inner,
  #modal-banner-ck .modal-form-inner {
    max-width: 680px; }
    #modal-banner .modal-form-inner .modal-form-wrapper,
    #modal-banner-ck .modal-form-inner .modal-form-wrapper {
      display: flex;
      flex-wrap: wrap; }
      #modal-banner .modal-form-inner .modal-form-wrapper .left-form-wrapper,
      #modal-banner-ck .modal-form-inner .modal-form-wrapper .left-form-wrapper {
        width: 40%; }
        @media (max-width: 991px) {
          #modal-banner .modal-form-inner .modal-form-wrapper .left-form-wrapper,
          #modal-banner-ck .modal-form-inner .modal-form-wrapper .left-form-wrapper {
            display: none; } }
        #modal-banner .modal-form-inner .modal-form-wrapper .left-form-wrapper img,
        #modal-banner-ck .modal-form-inner .modal-form-wrapper .left-form-wrapper img {
          height: 100%;
          object-fit: cover; }
      #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper,
      #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper {
        width: 60%;
        padding: 45px 15px 15px 15px;
        background: rgba(241, 199, 179, 0.38); }
        @media (max-width: 991px) {
          #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper,
          #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper {
            width: 100%; } }
        #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper h4,
        #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper h4 {
          color: #960215;
          margin: 0 0 30px 0; }
        #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .sub-form-popup,
        #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .sub-form-popup {
          margin: 0 0 30px 0; }
        #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form,
        #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form input,
          #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form input {
            height: 33px;
            background: white;
            border: none;
            padding: 0 15px;
            width: 80%;
            outline: none;
            box-shadow: none; }
          #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form button,
          #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form button {
            height: 33px;
            background: #960215;
            width: 19%;
            border: none;
            color: white; }
          #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form span.error,
          #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .contact-form span.error {
            bottom: -20px;
            font-size: 11px; }
        #modal-banner .modal-form-inner .modal-form-wrapper .right-form-wrapper .note-form-popup,
        #modal-banner-ck .modal-form-inner .modal-form-wrapper .right-form-wrapper .note-form-popup {
          font-size: 9px;
          margin-top: 30px; }

#modal-qrvip {
  display: none;
  padding: 0; }
  #modal-qrvip .modal-qrvip-inner img {
    max-width: 100%;
    width: 800px; }

#mos-collection-banner {
  text-align: center;
  position: relative;
  padding-top: 25.0520833333%;
  display: none; }
  @media (max-width: 767px) {
    #mos-collection-banner {
      padding-top: 50%; } }
  #mos-collection-banner img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 100%; }

@keyframes loading {
  100% {
    transform: translateX(100%); } }

.no-image {
  width: 100%;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 124%; }
  .no-image picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s; }
  .no-image.pro-colors {
    margin: 0; }
  .no-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
    z-index: 1;
    top: 0; }
  .no-image.no-padding {
    padding-bottom: 0; }

.product-list-collection {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  @media (max-width: 991.98px) {
    .product-list-collection {
      margin-left: 0;
      margin-right: 0; } }
  .product-list-collection .product-loop {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    padding: 0 5px; }
    @media (max-width: 991.98px) {
      .product-list-collection .product-loop {
        padding: 0; } }
    .product-list-collection .product-loop .product-loop-info {
      padding: 5px 15px 0 15px; }
  .product-list-collection:not(.largeProduct) .product-loop {
    width: 25%;
    flex-basis: 25%; }
    @media (max-width: 991.98px) {
      .product-list-collection:not(.largeProduct) .product-loop {
        width: 50%;
        flex-basis: 50%; } }
  .product-list-collection .no-product p {
    margin: 0; }
    @media (max-width: 991.98px) {
      .product-list-collection .no-product p {
        padding: 0 0 0 15px; } }

@media (min-width: 1200px) {
  #mso-collection-product {
    position: relative; } }

#mso-collection-product .mso-collection-desc {
  max-width: 800px;
  margin: 80px auto;
  padding: 30px 0;
  position: relative;
  text-align: center;
  font-family: "Inter" !important;
  font-style: normal !important;
  text-align: justify !important;
  text-align-last: center !important; }
  #mso-collection-product .mso-collection-desc::before, #mso-collection-product .mso-collection-desc::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #2e2e2e;
    left: 50%;
    transform: translateX(-50%); }
  #mso-collection-product .mso-collection-desc::before {
    top: 0; }
  #mso-collection-product .mso-collection-desc::after {
    bottom: 0; }
  @media (max-width: 991.98px) {
    #mso-collection-product .mso-collection-desc {
      padding: 30px 15px;
      margin: 0px auto 80px auto; } }
  #mso-collection-product .mso-collection-desc p {
    margin: 0; }

#mso-collection-product .mso-collection-outer .mso-collection-desc-logo {
  margin: 0px auto 30px auto; }
  @media (max-width: 991.98px) {
    #mso-collection-product .mso-collection-outer .mso-collection-desc-logo {
      margin: 0px auto 20px auto; } }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo:before, #mso-collection-product .mso-collection-outer .mso-collection-desc-logo:after {
    display: none; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo .mso-collection-desc-inner-long {
    display: none; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo .more-view, #mso-collection-product .mso-collection-outer .mso-collection-desc-logo .less-view {
    cursor: pointer;
    text-decoration: underline; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo .overlay-collection {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-top: 30px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(51%, rgba(251, 251, 251, 0.9)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0% rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.4)', endColorstr='#ffffff',GradientType=0 );
    cursor: pointer; }
    #mso-collection-product .mso-collection-outer .mso-collection-desc-logo .overlay-collection span:nth-child(2) {
      display: none; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo.isShow .mso-collection-desc-inner-short {
    display: none; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo.isShow .mso-collection-desc-inner-long {
    display: block; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo.isShow .overlay-collection span:nth-child(1) {
    display: none; }
  #mso-collection-product .mso-collection-outer .mso-collection-desc-logo.isShow .overlay-collection span:nth-child(2) {
    display: inline-block; }

#mso-collection-product .mso-collection-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin: 40px 15px 25px 15px; }

#mso-collection-product .mso-collection-main {
  position: relative;
  min-height: 100vh; }
  #mso-collection-product .mso-collection-main #btn-filter-collection {
    background: #F7F8F9; }
    #mso-collection-product .mso-collection-main #btn-filter-collection .mb-btn {
      display: none; }
    @media (min-width: 992px) {
      #mso-collection-product .mso-collection-main #btn-filter-collection {
        border: none;
        outline: none;
        box-shadow: none;
        padding: 13px 20px;
        border-radius: 30px; }
        #mso-collection-product .mso-collection-main #btn-filter-collection span.hide-btn {
          display: none; } }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main #btn-filter-collection {
        border: none;
        outline: none;
        box-shadow: none;
        padding: 10px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        height: 41px; }
        #mso-collection-product .mso-collection-main #btn-filter-collection svg {
          margin: 0 5px 0 0; }
        #mso-collection-product .mso-collection-main #btn-filter-collection span {
          display: none; }
        #mso-collection-product .mso-collection-main #btn-filter-collection .mb-btn {
          display: inline; } }
  #mso-collection-product .mso-collection-main #filter-collection {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: white;
    width: 25%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    transform: translateX(-375px); }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main #filter-collection {
        z-index: 99999;
        width: 100%;
        transition: all 0.45s ease-in-out 0s;
        -moz-transition: all 0.45s ease-in-out 0s;
        -o-transition: all 0.45s ease-in-out 0s;
        -webkit-transition: all 0.45s ease-in-out 0s;
        -ms-transition: all 0.45s ease-in-out 0s; } }
    #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 0; }
      @media (min-width: 992px) {
        #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile {
          display: none; } }
      @media (max-width: 991.98px) {
        #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile {
          padding: 17px 20px; } }
      #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile svg {
        vertical-align: bottom; }
      #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile .title-head-filter {
        margin: 0;
        font-size: 14px; }
      @media (max-width: 991.98px) {
        #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile .close-filter {
          margin-right: -6px;
          display: flex;
          align-items: center; } }
      @media (max-width: 991.98px) {
        #mso-collection-product .mso-collection-main #filter-collection .head-filter-mobile {
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          z-index: 1; } }
    #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner {
      padding: 120px 0 117px 5px;
      max-height: 100vh;
      height: 100%;
      overflow: auto;
      position: sticky;
      top: 0; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .clear-filter-desktop {
        margin: 0 0 32px 0;
        cursor: pointer;
        background: #F7F8F9;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 13px 20px;
        border-radius: 30px;
        display: flex;
        align-items: center; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .clear-filter-desktop svg {
          width: 14px;
          height: 14px;
          margin: 0 4px 0 0; }
      @media (max-width: 991.98px) {
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner {
          padding: 25px 32px 120px 32px;
          background-color: #fff; } }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner::-webkit-scrollbar {
        width: 0;
        height: 0;
        background-color: #F5F5F5; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .action-filter-mobile {
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 100%;
        left: 0;
        padding: 10px 15px 30px 15px;
        background: white; }
        @media (min-width: 992px) {
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .action-filter-mobile {
            display: none; } }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .action-filter-mobile button {
          background: #2E2E2E;
          color: #ffffff;
          padding: 10px 15px;
          text-align: center;
          border: none;
          box-shadow: none;
          outline: none;
          width: 100%;
          border-radius: 2px; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter {
        margin: 0 0 20px 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter {
          margin: 14px 0 0 0; }
          @media (max-width: 991.98px) {
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter {
              padding: 0 0 0 20px; } }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li {
            display: flex;
            align-items: center; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li:last-child {
              margin: 0; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li input {
              margin: 0 16px 0 0; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li input::after {
                border-radius: 50%;
                width: 18px;
                height: 18px;
                background-color: #fff; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li input::before {
                width: 10px;
                height: 10px;
                background-color: #fff;
                border-radius: 50%;
                margin: 0;
                -webkit-transform: initial;
                -moz-transform: initial;
                -ms-transform: initial;
                -o-transform: initial;
                transform: inherit;
                border: none;
                left: 4px;
                top: 4px; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li input:checked::before {
                background-color: #2e2e2e; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li input:checked:after {
                border-color: #676767; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-content-filter ul li label {
              padding: 14px 14px 14px 0;
              margin: 2px 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .sort-by-filter .section-heading-filter h5 {
          margin-bottom: 16px; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter svg:first-of-type {
        display: none; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter svg:last-of-type {
        display: block; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter img:first-of-type {
        display: none; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter img:last-of-type {
        display: block; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter h5 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 4px;
        margin-bottom: 30px; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter h6 {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 21px;
        margin: 0; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter.open svg:first-of-type {
        display: block; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter.open svg:last-of-type {
        display: none; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter.open img:first-of-type {
        display: block; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-heading-filter.open img:last-of-type {
        display: none; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter {
        margin: 28px 0 0 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter label {
          cursor: pointer;
          margin-right: auto;
          text-transform: capitalize; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li {
          margin: 0 10px 10px 0; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li.downRow {
            display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li.downRow + .break {
              flex-basis: 100%;
              width: 0;
              margin: 0 0 7.5px 0; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li label {
            background: #f7f8f9;
            border-radius: 4px;
            padding: 10px 16px;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li input {
            margin-right: 10px; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-btn-filter ul li input:checked + label {
            background: #2e2e2e;
            color: white; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-brand-filter ul li {
          margin: 0 10px 10px 0; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-brand-filter ul li a {
            background: #f7f8f9;
            border-radius: 4px;
            padding: 10px 16px;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
            display: block; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-brand-filter ul li.active a {
            background: #2e2e2e;
            color: white; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter {
          margin: 12px 0 0 0; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter label {
            padding: 14px 14px 14px 0;
            margin: 2px 0;
            position: relative;
            width: calc(100% - 55px); }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter label > span {
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%); }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li {
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li.active > .toggle-menu-css svg:first-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li.active > .toggle-menu-css img:first-of-type {
              display: none; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li.active > .toggle-menu-css svg:last-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li.active > .toggle-menu-css img:last-of-type {
              display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li.active > ul {
              display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul {
              padding: 0px 0px 0px 24px;
              margin: 4px 0 0 9px;
              border-left: 1px solid #F7F8F9;
              width: 100%;
              display: none; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li {
                width: 100%;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                position: relative; }
                #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li > ul {
                  padding: 0px 0px 0px 24px;
                  margin: 4px 0 0 9px;
                  border-left: 1px solid #F7F8F9;
                  width: 100%;
                  display: none; }
                  #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li > ul > li {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    position: relative; }
                #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li.active > .toggle-menu-css svg:first-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li.active > .toggle-menu-css img:first-of-type {
                  display: none; }
                #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li.active > .toggle-menu-css svg:last-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li.active > .toggle-menu-css img:last-of-type {
                  display: block; }
                #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li > ul > li.active > ul {
                  display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input {
              margin: 0 19px 0 0; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li svg, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li img {
              width: 15px;
              height: 15px;
              cursor: pointer; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li svg:first-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li img:first-of-type {
                display: block; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li svg:last-of-type, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li img:last-of-type {
                display: none; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input:checked ~ label ~ span svg:first-of-type {
              display: none; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input:checked ~ label ~ span svg:last-of-type {
              display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input:checked ~ label ~ span img:first-of-type {
              display: none; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input:checked ~ label ~ span img:last-of-type {
              display: block; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .section-content-filter.css-menu-filter > ul > li input:checked ~ label ~ ul {
              display: block; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 4px; }
      #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item {
        padding: 25px 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item:not(:last-child) {
          border-bottom: 1px solid #f7f8f9; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter {
          margin-top: 16px; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li {
            width: 33.3333%;
            justify-content: center; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li:nth-child(3n) ~ li {
              margin-top: 20px; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-do:after {
              content: '';
              background: #c30010; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-vang:after {
              content: '';
              background: #ffd300; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-cam:after {
              content: '';
              background: #ed9121; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-xanh-duong:after {
              content: '';
              background: #0044ff; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-xanh-la:after {
              content: '';
              background: #33b864; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-nau:after {
              content: '';
              background: #753a3a; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-xam:after {
              content: '';
              background: #6b6e70; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-tim:after {
              content: '';
              background: #c45aec; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-hong:after {
              content: '';
              background: #f47dbb; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-den:after {
              content: '';
              background: #000000; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-nude:after {
              content: '';
              background: #dcb49e; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-trang:after {
              content: '';
              background: #ffffff;
              border: 1px solid #E5E5E5; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .color-multi:after {
              content: '';
              background: url(https://file.hstatic.net/1000356698/file/multicolor_c94045b1782348f1a04eebace2443ecd.png); }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li label:not(.notColor) {
              min-width: 40px;
              height: 40px;
              font-size: 0;
              border-radius: 100%;
              vertical-align: middle;
              box-shadow: 0 0 0 1px #ffffff;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              margin-right: unset; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li label:not(.notColor) ~ span {
                margin: 0 0 0 15px; }
              #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li label:not(.notColor):after {
                display: block;
                width: 32px;
                height: 32px;
                border-radius: 100%; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li input:checked + label {
              box-shadow: 0 0 0 1px #000000; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-color-filter li .notColor {
              padding: 20px 10px 20px 10px;
              margin: 2px 0;
              text-transform: capitalize;
              display: none; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-size-filter .data-size-filter .filter-size-item ~ .filter-size-item {
          margin: 20px 0 0 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-size-filter .data-size-filter .filter-size-item .filter-size-head {
          margin: 0 0 20px 0;
          color: #979797;
          display: block; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter {
          margin: 30px 10px; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-horizontal {
            height: 4px;
            border: none;
            background: #E0E0E0; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-origin {
            top: -2px; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-connect {
            background: #2E2E2E; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-handle {
            box-shadow: none;
            border: 0;
            width: 20px;
            height: 20px;
            right: -9px;
            top: -6px; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-handle:after, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-handle:before {
              display: none; }
            #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .noUi-base .noUi-handle .noUi-touch-area {
              border-radius: 50%;
              background-color: #868D95; }
          #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item .css-price-filter .cfb-drop-head {
            margin: 15px 0 0 0; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.category-filter, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.type-filter {
          padding-bottom: 11px; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.menu-filter, #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.gender-filter {
          padding-bottom: 18px; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.size-filter {
          padding-bottom: 11px; }
        #mso-collection-product .mso-collection-main #filter-collection .filter-collection-inner .filter-collection-item-list .filter-collection-item.color-filter {
          padding-bottom: 11px; }
  #mso-collection-product .mso-collection-main .mso-collection-right {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 100%;
    margin-left: auto;
    position: relative; }
  #mso-collection-product .mso-collection-main .mso-collection-outer-heading {
    position: sticky;
    top: -80px;
    left: 0;
    z-index: 6;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    background: #fff;
    padding: 15px 0; }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main .mso-collection-outer-heading {
        padding: 0; } }
    .hSticky-up #mso-collection-product .mso-collection-main .mso-collection-outer-heading {
      top: 95px; }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main .mso-collection-outer-heading .mso-collection-heading {
        top: 0;
        z-index: 1;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
        background: #fff;
        padding: 15px;
        margin: 0 -15px; }
        .hSticky-up #mso-collection-product .mso-collection-main .mso-collection-outer-heading .mso-collection-heading {
          top: 95px; } }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main .mso-collection-outer-heading.filterScroll .mso-collection-heading {
        position: fixed;
        width: 100%; } }
  #mso-collection-product .mso-collection-main .mso-collection-list {
    padding: 15px 0 60px 0; }
    #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax {
      min-height: 90px; }
      @media (max-width: 991.98px) {
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax {
          min-height: auto; } }
      #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom,
      #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax {
        padding: 60px 0 0 0; }
        @media (max-width: 991.98px) {
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom,
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax {
            padding: 45px 15px 0 15px; } }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .titlePagi,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .titlePagi {
          color: #868D95;
          margin: 0 31px 0 0; }
          @media (max-width: 991.98px) {
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .titlePagi,
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .titlePagi {
              margin: 0;
              margin-right: auto; } }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item svg path,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item svg path {
          stroke: #000000; }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item.disabled,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item.disabled {
          pointer-events: none; }
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item.disabled svg path,
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item.disabled svg path {
            stroke: #B2B2B2; }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item span,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item span {
          margin: 0 25px 0 0;
          cursor: pointer;
          position: relative; }
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item span.active,
          #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item span.active {
            font-weight: bold;
            border-bottom: underline; }
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item span.active:after,
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item span.active:after {
              display: none;
              font-weight: bold;
              content: "";
              width: 10px;
              height: 1.2px;
              display: block;
              background: black;
              position: absolute;
              bottom: 0;
              left: 0; }
          @media (max-width: 991.98px) {
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item span,
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item span {
              margin: 0 8px; } }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item .prev-pagi,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item .prev-pagi {
          margin: 0 33px 0 0; }
          @media (max-width: 991.98px) {
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item .prev-pagi,
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item .prev-pagi {
              margin: 0 10px 0 0; } }
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item .next-pagi,
        #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item .next-pagi {
          margin: 0 0 0 8px; }
          @media (max-width: 991.98px) {
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom .pagi-item .next-pagi,
            #mso-collection-product .mso-collection-main .mso-collection-list .pagi-ajax .pagination-custom-ajax .pagi-item .next-pagi {
              margin: 0 0 0 10px; } }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main .mso-collection-list {
        margin: 0 -15px; } }
  #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct {
    display: grid !important;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1fr; }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct {
        display: grid !important;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: 1fr; } }
    @media (min-width: 992px) {
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(9) {
        grid-column: 1 / 3;
        grid-row: 3 / 5; }
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(16) {
        grid-column: 3 / 5;
        grid-row: 5 / 7; }
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(19) {
        grid-column: 1 / 3;
        grid-row: 7 / 9; }
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(26) {
        grid-column: 3 / 5;
        grid-row: 9 / 11; } }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
        padding-right: 0; }
        #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(5) ~ div:nth-child(even) {
          padding-right: 2px;
          padding-left: 0; }
        #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(5) ~ div:nth-child(odd) {
          padding-left: 2px;
          padding-right: 0; }
      #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 7 / 7;
        padding-right: 0 !important; }
        #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(10) ~ div:nth-child(odd) {
          padding-right: 2px;
          padding-left: 0; }
        #mso-collection-product .mso-collection-main:not(.active) .product-list-collection.largeProduct .product-loop:nth-child(10) ~ div:nth-child(even) {
          padding-left: 2px;
          padding-right: 0; } }
  @media (max-width: 1199px) {
    #mso-collection-product .mso-collection-main.active2 #filter-collection {
      display: none; } }
  @media (min-width: 992px) {
    #mso-collection-product .mso-collection-main.active #btn-filter-collection span.show-btn {
      display: none; }
    #mso-collection-product .mso-collection-main.active #btn-filter-collection span.hide-btn {
      display: inline-block; } }
  #mso-collection-product .mso-collection-main.active #filter-collection {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
    @media (max-width: 991.98px) {
      #mso-collection-product .mso-collection-main.active #filter-collection {
        width: 100%;
        position: fixed;
        top: 0; } }
  @media (min-width: 992px) {
    #mso-collection-product .mso-collection-main.active .mso-collection-right {
      width: 75%;
      padding-left: 60px; } }
  @media (min-width: 992px) {
    #mso-collection-product .mso-collection-main.active .product-list-collection:not(.largeProduct) .product-loop {
      width: 33.3333333%;
      flex-basis: 33.3333333%; }
      #mso-collection-product .mso-collection-main.active .product-list-collection:not(.largeProduct) .product-loop:nth-child(3n) ~ .product-loop {
        margin-top: 40px; } }
  @media (min-width: 992px) {
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct {
      display: grid !important;
      grid-template-columns: 33.3333333% 33.3333333% 33.3333333%;
      grid-template-rows: 1fr; } }
  @media (max-width: 991.98px) {
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct {
      grid-template-columns: 50% 50%; } }
  @media (min-width: 992px) {
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct .product-loop:nth-child(7) {
      grid-column: 1 / 3;
      grid-row: 3 / 5; }
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct .product-loop:nth-child(11) {
      grid-column: 2 / 4;
      grid-row: 5 / 7; }
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct .product-loop:nth-child(12) {
      grid-column: 1 / 3;
      grid-row: 7 / 9; }
    #mso-collection-product .mso-collection-main.active .product-list-collection.largeProduct .product-loop:nth-child(3n) ~ .product-loop {
      margin-top: 40px; } }

#mso-collection-product .mso-banner-collection {
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 991.98px) {
    #mso-collection-product .mso-banner-collection {
      margin-top: 20px;
      margin-bottom: 20px; } }
  #mso-collection-product .mso-banner-collection img {
    max-width: 140px;
    max-height: 80px; }

.mso-collection-desc {
  font-size: 16px;
  font-style: italic; }
  #mso-collection.collection-layout-2 .mso-collection-desc {
    margin: 30px auto; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes focus {
  0 {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.fadeInCustom {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animatedCustom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.product-loop {
  padding-left: 20px;
  padding-right: 20px; }
  .product-loop .animatedCustom.fadeInCustom {
    animation-duration: 1.5s;
    animation-delay: 0.3s; }
  @media (min-width: 992px) {
    .product-loop:nth-child(4n) ~ .product-loop {
      margin-top: 40px; } }
  @media (max-width: 991.98px) {
    .product-loop {
      padding: 0; }
      .product-loop:nth-child(even) {
        padding-left: 2px; }
      .product-loop:nth-child(odd) {
        padding-right: 2px; }
      .product-loop:nth-child(2n) ~ .product-loop {
        margin-top: 20px; } }
  .product-loop .proloop-image {
    position: relative;
    overflow: hidden; }
    .product-loop .proloop-image .label-sale {
      position: absolute;
      top: 15px;
      left: 0;
      z-index: 1;
      background: #eb5757;
      color: white;
      font-size: 12px;
      padding: 3px 6px;
      font-weight: 700;
      width: 50px;
      text-align: center; }
    .product-loop .proloop-image > a {
      position: relative;
      display: block;
      padding-bottom: 124%; }
    .product-loop .proloop-image picture {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      transition: all 0.6s ease-in-out 0s;
      -moz-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      -ms-transition: all 0.6s ease-in-out 0s; }
      .product-loop .proloop-image picture:nth-child(2) {
        opacity: 0;
        visibility: hidden; }
    .product-loop .proloop-image .outer-product-colors {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: flex;
      background-color: rgba(255, 255, 255, 0.6);
      padding: 8px;
      opacity: 0;
      transform: translateY(100%);
      transition: all .5s;
      max-width: 100%;
      overflow: auto;
      z-index: 5; }
      @media (max-width: 991.98px) {
        .product-loop .proloop-image .outer-product-colors {
          /*opacity: 1;
					transform: translateY(0);
					-ms-transform: translateY(0);
					overflow-y: hidden;
					overflow-x: auto;
					white-space: nowrap;*/ } }
      .product-loop .proloop-image .outer-product-colors .product-loop-colors {
        display: flex;
        align-items: center; }
        @media (min-width: 992px) {
          .product-loop .proloop-image .outer-product-colors .product-loop-colors {
            width: 100%; } }
        .product-loop .proloop-image .outer-product-colors .product-loop-colors a {
          flex: 0 0 auto;
          width: calc((100% - 40px)/6);
          height: 100%;
          display: flex; }
          @media (max-width: 991.98px) {
            .product-loop .proloop-image .outer-product-colors .product-loop-colors a {
              width: 48px;
              height: 48px; } }
          .product-loop .proloop-image .outer-product-colors .product-loop-colors a:not(:last-child) {
            margin-right: 8px; }
          .product-loop .proloop-image .outer-product-colors .product-loop-colors a span {
            border-radius: 8px;
            width: 100%;
            height: 100%;
            border: 0.5px solid transparent;
            display: flex;
            align-items: center;
            justify-content: center; }
            .product-loop .proloop-image .outer-product-colors .product-loop-colors a span.hasImgVariant {
              padding-top: 100%;
              height: auto; }
          .product-loop .proloop-image .outer-product-colors .product-loop-colors a:hover span, .product-loop .proloop-image .outer-product-colors .product-loop-colors a.active span {
            border-color: #2E2E2E; }
          .product-loop .proloop-image .outer-product-colors .product-loop-colors a:nth-child(5) ~ a:not(.noHover) {
            display: none; }
          .product-loop .proloop-image .outer-product-colors .product-loop-colors a.noHover {
            display: none;
            align-items: center;
            justify-content: center; }
          .empty-wl-slick .product-loop .proloop-image .outer-product-colors .product-loop-colors a {
            width: 40px; }
            @media (max-width: 991.98px) {
              .empty-wl-slick .product-loop .proloop-image .outer-product-colors .product-loop-colors a {
                width: 48px;
                height: 48px; } }
        .product-loop .proloop-image .outer-product-colors .product-loop-colors:not(.new-color) a {
          padding-bottom: 0;
          padding-top: calc((100% - 40px)/6); }
        .product-loop .proloop-image .outer-product-colors .product-loop-colors.colorSize5 a.noHover {
          display: flex; }
  .product-loop .product-loop-inner {
    position: relative; }
    .product-loop .product-loop-inner .btn-wishlist {
      background: rgba(0, 0, 0, 0.1);
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 100%;
      position: absolute;
      z-index: 1;
      top: 16px;
      right: 16px;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s; }
      .product-loop .product-loop-inner .btn-wishlist svg:first-child {
        display: inline; }
      .product-loop .product-loop-inner .btn-wishlist svg:last-child {
        display: none; }
      .product-loop .product-loop-inner .btn-wishlist.js-inWishlist svg:first-child {
        display: none; }
      .product-loop .product-loop-inner .btn-wishlist.js-inWishlist svg:last-child {
        display: inline; }
    .product-loop .product-loop-inner .product-loop-info .product-loop-name {
      font-size: 14px;
      margin: 10px 0;
      line-height: 24px;
      text-transform: unset;
      text-align: left; }
      .product-loop .product-loop-inner .product-loop-info .product-loop-name .pro-vendor {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 20.8px; }
        #modal-gift-event .product-loop .product-loop-inner .product-loop-info .product-loop-name .pro-vendor {
          display: none; }
        .product-loop .product-loop-inner .product-loop-info .product-loop-name .pro-vendor:not(.maxco) {
          text-transform: uppercase; }
      .product-loop .product-loop-inner .product-loop-info .product-loop-name .pro-title {
        width: 100%;
        display: block;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        min-height: 18.2px;
        font-size: 14px;
        line-height: 18.2px; }
        @media (max-width: 991.98px) {
          .product-loop .product-loop-inner .product-loop-info .product-loop-name .pro-title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            max-height: 18.2px; } }
    .product-loop .product-loop-inner .product-loop-info .product-loop-price {
      font-size: 16px;
      padding: 0 16px;
      text-align: left; }
      #modal-gift-event .product-loop .product-loop-inner .product-loop-info .product-loop-price {
        display: none; }
      .product-loop .product-loop-inner .product-loop-info .product-loop-price span {
        line-height: 20.8px;
        font-weight: bold;
        color: #2E2E2E; }
        .product-loop .product-loop-inner .product-loop-info .product-loop-price span.hasSale {
          color: #eb5757;
          margin-right: 8px; }
      .product-loop .product-loop-inner .product-loop-info .product-loop-price del {
        font-size: 12px;
        line-height: 15.6px;
        margin: 0 0 0 12px; }
        @media (max-width: 575px) {
          .product-loop .product-loop-inner .product-loop-info .product-loop-price del {
            /*display: block;*/
            margin: 0;
            padding: 10px 0; } }
    .product-loop .product-loop-inner .product-loop-info .product-loop-action {
      display: none; }
      .product-loop .product-loop-inner .product-loop-info .product-loop-action .add-to-cart-loop {
        background: black;
        color: white;
        border: none;
        width: 100%;
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 0 0;
        border-radius: 2px; }
      .show-addtocart .product-loop .product-loop-inner .product-loop-info .product-loop-action {
        display: block; }
    .product-loop .product-loop-inner .product-loop-info .product-loop-variant {
      display: none; }
      .show-addtocart .product-loop .product-loop-inner .product-loop-info .product-loop-variant {
        /*display: block;*/ }
    .product-loop .product-loop-inner .product-loop-info .infoColor {
      display: -webkit-flex;
      display: flex;
      overflow: hidden;
      overflow-x: auto;
      gap: 10px;
      margin-bottom: 16px;
      padding: 0 16px; }
      .product-loop .product-loop-inner .product-loop-info .infoColor::-webkit-scrollbar {
        display: none; }
      .product-loop .product-loop-inner .product-loop-info .infoColor span {
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        /*border: 1px solid rgba(240,240,240,1);*/
        flex: 0 0 auto; }
        .product-loop .product-loop-inner .product-loop-info .infoColor span img {
          vertical-align: top;
          width: 21px;
          height: 21px; }
        .product-loop .product-loop-inner .product-loop-info .infoColor span.more {
          overflow: unset;
          border: none; }
    .product-loop .product-loop-inner .color-count {
      margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .product-loop .product-loop-inner .proloop-image > a:hover picture:nth-child(1) {
        visibility: hidden;
        opacity: 0; }
      .product-loop .product-loop-inner .proloop-image > a:hover picture:nth-child(2) {
        opacity: 1;
        visibility: visible; }
      .product-loop .product-loop-inner:hover .outer-product-colors {
        opacity: 1;
        transform: translateY(0); } }
  .label_all .product-loop .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/frame__5__34db82c276ff41e7968316fe07bdf3d9.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop .btn_loop {
    background: transparent;
    border: none;
    width: 100%; }
    .product-loop .btn_loop .proloop-image {
      padding-bottom: 124%; }
    .product-loop .btn_loop:hover {
      animation: 1s focus; }
  .product-loop.label_markdown .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_full_price .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/web_frame_53e903cec1b34c628dbc154aeb7a2206.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_1 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/doc_quyen_viet_nam_kem_tag_chu_ky_lan_ngoc_12228fa2a5094eae8d6239bcf9887bd0.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_2 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/marhenj_frame_2_51a5d25013404e5481c5b44af7c87d04.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_3 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/mlb_frame_2_590b62e00d714a9bbbc337a195ea6e4e.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_4 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/skechers_frame_2_6540e3d6050749498ecd6de9c1d511c6.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_5 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/pedro_frame_2_4287201cac0e473fbfa9a5bf3b981376.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_6 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_7 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.label_tag_8 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_1 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/frame__4__ac6af853f622423caa0700823ba34b9a.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_2 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/frame__5__8dfcb3510bcf48de8e0d4ec3e3311c92.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_3 .product-loop-img:before {
    content: "";
    background: url(https://file.hstatic.net/1000284478/file/frame__8__88ff7734d51746f9a76e83805849070d.png);
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_4 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_5 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_6 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_7 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_8 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_9 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_10 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_11 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_12 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_13 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_14 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_15 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_16 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_17 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_18 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_19 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_20 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_21 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }
  .product-loop.checkBrandLabel_22 .product-loop-img:before {
    content: "";
    background: url();
    width: 100%;
    display: block;
    z-index: 5;
    height: 60px;
    position: absolute;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0; }

#mso-search {
  background: #fff;
  min-height: 50vh;
  padding: 0 0 80px 0; }
  @media (max-width: 991.98px) {
    #mso-search {
      padding: 0 0 40px 0; } }
  #mso-search .title-result-search-list {
    padding: 30px 0;
    text-align: center; }
    #mso-search .title-result-search-list .sortby-search {
      width: 130px;
      position: relative;
      text-align: right; }
      #mso-search .title-result-search-list .sortby-search .btn-sort-search {
        background: #F7F8F9;
        border: none;
        border-radius: 30px;
        outline: none;
        box-shadow: none;
        padding: 13px 15px;
        cursor: pointer;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        display: flex;
        align-items: center;
        justify-content: center; }
        #mso-search .title-result-search-list .sortby-search .btn-sort-search svg {
          margin-right: 5px; }
        @media (min-width: 992px) {
          #mso-search .title-result-search-list .sortby-search .btn-sort-search.active {
            background: #2e2e2e;
            color: #ffffff;
            border-radius: 20px 20px 0 0; } }
        #mso-search .title-result-search-list .sortby-search .btn-sort-search.active path {
          stroke: #ffffff; }
        #mso-search .title-result-search-list .sortby-search .btn-sort-search.active ul {
          border-radius: 20px 0 20px 20px;
          opacity: 1;
          visibility: visible; }
        #mso-search .title-result-search-list .sortby-search .btn-sort-search ul {
          background: #2e2e2e;
          position: absolute;
          z-index: 9;
          width: 225px;
          right: 0;
          border-radius: 0;
          padding: 30px 10px;
          color: white;
          text-align: center;
          top: 100%;
          opacity: 0;
          visibility: hidden;
          transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -ms-transition: all 0.5s ease-in-out 0s; }
          #mso-search .title-result-search-list .sortby-search .btn-sort-search ul li label {
            cursor: pointer;
            color: #F7F8F9;
            font-weight: normal; }
          #mso-search .title-result-search-list .sortby-search .btn-sort-search ul li input:checked ~ label {
            color: #ffffff;
            font-weight: bold; }
          #mso-search .title-result-search-list .sortby-search .btn-sort-search ul li ~ li {
            margin: 15px 0 0 0; }
  #mso-search .load-more-wrap {
    text-align: center;
    margin: 50px 0 0 0;
    width: 100%; }
    #mso-search .load-more-wrap .load-more {
      border: 2px solid #000000;
      background: transparent;
      padding: 8px 40px;
      outline: none;
      box-shadow: none; }
      #mso-search .load-more-wrap .load-more:hover {
        background: #000000;
        color: #ffffff; }
  #mso-search .toast {
    padding: 24px;
    letter-spacing: 2px;
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    border-radius: 20px 20px 0 0; }
    #mso-search .toast .toast-header {
      justify-content: center; }
      #mso-search .toast .toast-header .close {
        top: 24px;
        right: 24px; }
      #mso-search .toast .toast-header h3 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 16px; }
    #mso-search .toast .toast-body {
      text-transform: unset;
      text-align: center; }
      #mso-search .toast .toast-body #list-search li:not(:last-child) {
        margin-bottom: 24px; }
      #mso-search .toast .toast-body #list-search li input:checked + label {
        font-weight: bold; }
      #mso-search .toast .toast-body #list-search li label {
        font-size: 14px; }
  @media (max-width: 991.98px) {
    #mso-search .ajax-search {
      margin: 0 -15px; }
      #mso-search .ajax-search .empty-product {
        margin: 0 0 0 15px; } }
  #mso-search .pagi-ajax .pagination-custom {
    padding: 60px 0 0 0; }
    @media (max-width: 991.98px) {
      #mso-search .pagi-ajax .pagination-custom {
        padding: 30px 0 0 0; } }
    #mso-search .pagi-ajax .pagination-custom .titlePagi {
      color: #868D95;
      margin: 0 31px 0 0; }
      @media (max-width: 991.98px) {
        #mso-search .pagi-ajax .pagination-custom .titlePagi {
          margin: 0;
          margin-right: auto; } }
    #mso-search .pagi-ajax .pagination-custom .pagi-item svg path {
      stroke: #000000; }
    #mso-search .pagi-ajax .pagination-custom .pagi-item.disabled {
      pointer-events: none; }
      #mso-search .pagi-ajax .pagination-custom .pagi-item.disabled svg path {
        stroke: #B2B2B2; }
    #mso-search .pagi-ajax .pagination-custom .pagi-item span {
      margin: 0 25px 0 0;
      cursor: pointer;
      position: relative; }
      #mso-search .pagi-ajax .pagination-custom .pagi-item span.active {
        font-weight: bold;
        border-bottom: underline; }
        #mso-search .pagi-ajax .pagination-custom .pagi-item span.active:after {
          display: none;
          font-weight: bold;
          content: "";
          width: 10px;
          height: 1.2px;
          display: block;
          background: black;
          position: absolute;
          bottom: 0;
          left: 0; }
      @media (max-width: 991.98px) {
        #mso-search .pagi-ajax .pagination-custom .pagi-item span {
          margin: 0 8px; } }
    #mso-search .pagi-ajax .pagination-custom .pagi-item .prev-pagi {
      margin: 0 33px 0 0; }
      @media (max-width: 991.98px) {
        #mso-search .pagi-ajax .pagination-custom .pagi-item .prev-pagi {
          margin: 0 10px 0 0; } }
    #mso-search .pagi-ajax .pagination-custom .pagi-item .next-pagi {
      margin: 0 0 0 8px; }
      @media (max-width: 991.98px) {
        #mso-search .pagi-ajax .pagination-custom .pagi-item .next-pagi {
          margin: 0 0 0 10px; } }

#search-bar {
  pointer-events: none;
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0;
  overflow: hidden; }
  #search-bar.active {
    display: block;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    height: auto; }
  #search-bar .search-bar-inner {
    height: 101px;
    padding-top: 6px; }
    @media (max-width: 991.98px) {
      #search-bar .search-bar-inner {
        height: 55px;
        padding-top: 0; } }
    #search-bar .search-bar-inner .search-bar-logo {
      width: 15%; }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-inner .search-bar-logo {
          display: none; } }
      #search-bar .search-bar-inner .search-bar-logo svg, #search-bar .search-bar-inner .search-bar-logo img {
        width: 83px;
        height: 37px; }
    #search-bar .search-bar-inner .search-bar-tab {
      padding: 0;
      width: 100%; }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-inner .search-bar-tab {
          display: none !important; } }
      #search-bar .search-bar-inner .search-bar-tab ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        #search-bar .search-bar-inner .search-bar-tab ul li span {
          font-family: 'Lato', sans-serif;
          line-height: 16.8px;
          padding: 20px 12px;
          display: block;
          position: relative;
          cursor: pointer; }
          @media (min-width: 1200) and (max-width: 1349) {
            #search-bar .search-bar-inner .search-bar-tab ul li span {
              padding: 20 25px; } }
          @media (max-width: 1199.98px) {
            #search-bar .search-bar-inner .search-bar-tab ul li span {
              padding: 20px 15px; } }
          #search-bar .search-bar-inner .search-bar-tab ul li span:after {
            content: '';
            display: block;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s; }
          #search-bar .search-bar-inner .search-bar-tab ul li span:hover:after {
            height: 3px;
            background: #2E2E2E;
            position: absolute;
            bottom: 0;
            width: 50%;
            left: 25%; }
        #search-bar .search-bar-inner .search-bar-tab ul li.active {
          font-weight: bold; }
          #search-bar .search-bar-inner .search-bar-tab ul li.active span:after {
            height: 3px;
            background: #2E2E2E;
            position: absolute;
            bottom: 0;
            width: 50%;
            left: 25%; }
    #search-bar .search-bar-inner .search-bar-box-input {
      width: 85%; }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-inner .search-bar-box-input {
          width: 100%; } }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner {
          display: flex;
          align-items: center; } }
      @media (min-width: 992px) {
        #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner .close-search-mobile {
          display: none; } }
      #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form {
        display: flex;
        align-items: center;
        position: relative; }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form {
            width: 90%;
            margin-left: auto; } }
        #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form button {
          border: none;
          background: transparent;
          outline: none;
          box-shadow: none;
          position: absolute;
          left: 13px;
          top: 10px; }
          #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form button.clear {
            position: static;
            margin-left: -30px; }
        #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form #search-bar-input {
          background: #F7F8F9;
          border: none;
          border-radius: 24px;
          width: 100%;
          max-width: 800px;
          padding: 11px 15px 11px 45px;
          outline: none;
          box-shadow: none;
          border: 1px solid white;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar {
          margin: 0 0 0 80px;
          cursor: pointer;
          display: flex;
          align-items: center; }
          #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar svg {
            margin: 0 0 0 14px; }
          @media (max-width: 991.98px) {
            #search-bar .search-bar-inner .search-bar-box-input .search-bar-box-input-inner form .close-search-bar {
              display: none; } }
  #search-bar .search-bar-result {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    padding: 55px 0;
    min-height: 500px; }
    @media (max-width: 991.98px) {
      #search-bar .search-bar-result {
        min-height: auto;
        height: calc(100vh - 55px);
        border-top: none;
        padding: 30px 0 15px 0;
        overflow: auto; } }
    #search-bar .search-bar-result .container-fluid {
      height: 100%; }
      @media (min-width: 1200px) {
        #search-bar .search-bar-result .container-fluid {
          padding: 0; } }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-result .container-fluid {
          height: 145%; } }
    #search-bar .search-bar-result .search-bar-result-wrapper {
      padding: 0 0 0 14%;
      display: flex;
      flex-wrap: wrap;
      height: 100%; }
      @media (max-width: 991.98px) {
        #search-bar .search-bar-result .search-bar-result-wrapper {
          padding: 0;
          flex-wrap: wrap;
          display: block;
          height: auto; } }
      #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile {
        margin: 0 0 42px 0; }
        @media (min-width: 992px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile {
            display: none; } }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span {
            font-family: 'Lato', sans-serif;
            line-height: 16.8px;
            display: block;
            position: relative;
            cursor: pointer; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
              content: '';
              display: block; }
              @media (min-width: 992px) {
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
                  transition: all 0.25s ease-in-out 0s;
                  -moz-transition: all 0.25s ease-in-out 0s;
                  -o-transition: all 0.25s ease-in-out 0s;
                  -webkit-transition: all 0.25s ease-in-out 0s;
                  -ms-transition: all 0.25s ease-in-out 0s; } }
              @media (max-width: 991.98px) {
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:after {
                  height: 3px;
                  background: white;
                  position: absolute;
                  bottom: -10px;
                  width: 100%;
                  left: 0; } }
            @media (min-width: 992px) {
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li span:hover:after {
                height: 3px;
                background: black;
                position: absolute;
                bottom: -3px;
                width: 100%;
                left: 0; } }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li ~ li {
            margin: 0 0 0 15px; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li.active {
            font-weight: bold; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-tab-mobile ul li.active span:after {
              background: #2e2e2e; }
      #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main {
        width: 100%;
        display: none; }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner {
          /*width:61%;
					margin:0 auto;*/
          width: 50%;
          margin-left: 9%; }
          @media (max-width: 991.98px) {
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner {
              width: 100%;
              margin-left: 0; } }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner h5 {
            font-size: 14px;
            font-weight: bold;
            margin: 0 0 20px 0;
            text-transform: uppercase;
            color: #868D95; }
            @media (max-width: 991.98px) {
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner h5 {
                margin: 0 0 20px 0; } }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner .item-key-search a {
            font-size: 14px;
            color: #2E2E2E;
            text-transform: capitalize; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-main .search-bar-result-main-inner .item-key-search ~ .item-key-search {
            padding: 15px 0 0 0;
            margin: 15px 0 0 0;
            border-top: 1px solid #F7F8F9; }
      #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left {
        width: 25%; }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left {
            width: 100%; } }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 {
          font-size: 14px;
          font-weight: bold;
          margin: 0 0 4px 0;
          text-transform: uppercase;
          color: #868D95; }
          @media (max-width: 991.98px) {
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 {
              margin: 0 0 4px 0; } }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left h5 .clear-all-search {
            float: right;
            font-weight: normal;
            color: #000000;
            text-transform: initial;
            cursor: pointer; }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search {
          visibility: hidden;
          opacity: 0;
          height: 0;
          position: relative;
          display: flex;
          justify-content: space-between;
          visibility: visible;
          opacity: 1;
          height: auto;
          transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          transition-delay: 0.2s;
          padding: 16px 0; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:not(:last-child) {
            border-bottom: 1px solid #f7f8f9; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search a {
            font-size: 14px;
            color: #868D95; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span {
            cursor: pointer;
            color: #868D95; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span.delete-search-item-history {
              margin: 0 0 0 10px; }
              @media (min-width: 992px) {
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search span.delete-search-item-history {
                  display: none; } }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active a, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active span, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover a, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover span {
            font-weight: bold; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active a.delete-search-item-history, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search.active span.delete-search-item-history, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover a.delete-search-item-history, #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .item-key-search:hover span.delete-search-item-history {
              display: block; }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          flex-wrap: wrap; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner {
            text-align: center; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner .img-no-search {
              margin: 0 0 40px 0; }
              @media (max-width: 991.98px) {
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner .img-no-search {
                  margin: 0 0 34px 0; } }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner .img-no-search svg {
                width: 80px;
                height: 80px; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner .title-no-result {
              font-size: 20px;
              color: #8D99A5;
              font-weight: 600; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner p {
              color: #8D99A5;
              margin: 15px 0 0 0; }
              @media (max-width: 991.98px) {
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .no-result-suggest .no-result-suggest-inner p {
                  max-width: 270px;
                  margin: 15px auto; } }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search {
          margin: 32px 0 0 0;
          display: none; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search h5 {
            margin: 0 0 24px 0; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search ul {
            display: none;
            flex-wrap: wrap; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search ul li {
              margin: 0 12px 12px 0; }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search ul li a {
                background: #F7F8F9;
                padding: 10px 16px;
                display: inline-block;
                border-radius: 4px; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search ul li a:hover {
                  background: #000000;
                  color: white; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-left .top-search ul.active {
              display: flex; }
      #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
        width: 60%;
        padding: 0 0 0 80px;
        transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s; }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
            padding: 32px 0 24px 0;
            margin: 20px 0 0 0;
            border-top: 1px solid #f7f8f9;
            width: 100%; } }
        @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right {
            padding: 32px 0 100px 0; } }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .title-search-bar-result {
          font-size: 14px;
          font-weight: 700;
          color: #868D95;
          margin: 0 0 40px 0; }
          @media (max-width: 991.98px) {
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .title-search-bar-result {
              margin: 0 0 20px 0; } }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper {
            position: relative; } }
        @media (min-width: 992px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper {
            visibility: hidden;
            opacity: 0;
            height: 0; } }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper {
            display: none; } }
        @media (min-width: 992px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper.active {
            visibility: visible;
            opacity: 1;
            height: 535px;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            transition-delay: 0.2s;
            overflow: auto; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper.active::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              background-color: #F5F5F5; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper.active::-webkit-scrollbar {
              width: 4px;
              height: 0;
              background-color: #F5F5F5; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper.active::-webkit-scrollbar-thumb {
              background-color: #000000;
              border: 2px solid #555555; } }
        @media (max-width: 991.98px) {
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper.active {
            display: block; } }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item {
          display: flex;
          flex-wrap: wrap; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest {
            width: 100%; }
            @media (min-width: 992px) {
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest:nth-child(1n) ~ .product-loop-suggest {
                margin-top: 25px; } }
            @media (max-width: 991.98px) {
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest ~ .product-loop-suggest {
                margin-top: 24px; } }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner {
              display: flex;
              align-items: center; }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-image {
                width: 100px; }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info {
                width: calc(100% - 100px);
                padding-left: 15px; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-name .suggest-vendor {
                  font-size: 12px;
                  font-weight: 700; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-name .suggest-title {
                  margin: 8px 0;
                  width: 100%;
                  display: block;
                  font-size: 14px; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price span {
                  font-weight: 700; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price del {
                  font-size: 12px;
                  margin: 0 0 0 5px;
                  color: #2E2E2E; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest .product-loop-suggest-inner .product-loop-suggest-info .product-loop-suggest-price.hasSale span {
                  background: #FAFF19;
                  padding: 5px; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner {
              height: 100%; }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-image {
                width: 100px;
                height: 126px;
                background: #EFEFEF;
                position: relative;
                overflow: hidden; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-image:before {
                  content: '';
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
                  transform: translateX(-100%);
                  animation: loading 1.5s infinite;
                  z-index: 1; }
              #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                height: 100%; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .shortLoading {
                  width: 25%;
                  height: 16px;
                  background: #EFEFEF;
                  position: relative;
                  overflow: hidden;
                  display: block; }
                  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .shortLoading:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
                    transform: translateX(-100%);
                    animation: loading 1.5s infinite;
                    z-index: 1; }
                #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .longLoading {
                  width: 80%;
                  height: 16px;
                  background: #EFEFEF;
                  position: relative;
                  overflow: hidden;
                  display: block; }
                  #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .search-bar-product-item .product-loop-suggest.no-product .product-loop-suggest-inner .product-loop-suggest-info .longLoading:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
                    transform: translateX(-100%);
                    animation: loading 1.5s infinite;
                    z-index: 1; }
        #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest {
          margin: 20px 0 0 0;
          display: none; }
          #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest a {
            border: 2px solid #000000;
            padding: 8px 30px;
            display: inline-block; }
            #search-bar .search-bar-result .search-bar-result-wrapper .search-bar-result-right .search-bar-product-wrapper .search-bar-product-item-wrapper .view-more-suggest a:hover {
              background: #000000;
              color: #ffffff; }
      #search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left {
        display: flex;
        flex-wrap: wrap; }
        #search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left h5 {
          width: 100%; }
        #search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left .item-key-search {
          border: 1px solid white;
          padding: 0;
          margin: 0 10px 10px 0; }
          #search-bar .search-bar-result .search-bar-result-wrapper.itemSearchFirst .search-bar-result-left .item-key-search a {
            background: #F7F8F9;
            border: 1px solid white;
            padding: 10px 15px;
            border-radius: 4px;
            display: block; }
      #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-result-left,
      #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-result-right {
        display: none; }
      #search-bar .search-bar-result .search-bar-result-wrapper.hasListSearch .search-bar-result-main {
        display: block; }
      #search-bar .search-bar-result .search-bar-result-wrapper.topSearch .search-bar-result-left .top-search {
        display: block; }
      #search-bar .search-bar-result .search-bar-result-wrapper.topSearch.no-mg .top-search {
        margin-top: 0; }
      #search-bar .search-bar-result .search-bar-result-wrapper.topSearch.hasHistory .top-search {
        border-top: 1px solid #F7F8F9;
        padding: 32px 0 0 0;
        margin: 16px 0 0 0; }

.product-content > section {
  margin-bottom: 60px; }
  .product-content > section.product-detail {
    margin-bottom: 0;
    position: relative; }
    @media (min-width: 992px) {
      .product-content > section.product-detail {
        z-index: 2; } }
    .product-content > section.product-detail hr {
      width: calc(100% - 160px);
      height: 6px;
      background-color: #f7f8f9;
      margin: 90px 0 30px 80px; }
      @media (max-width: 991.98px) {
        .product-content > section.product-detail hr {
          margin: 24px 0 22px 0;
          width: 100%; } }

.product-detail {
  margin-top: 60px; }
  .product-detail .image {
    padding: 5px; }
    .product-detail .image a:not(.zoom1) {
      position: relative;
      display: block;
      width: 100%; }
    .product-detail .image img:not(.zoomImg) {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .product-detail .image .color {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer; }
  .product-detail .featured-images {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px; }
    @media (max-width: 991.98px) {
      .product-detail .featured-images {
        display: none !important; } }
    .product-detail .featured-images .image {
      width: 50%; }
      .product-detail .featured-images .image a {
        padding-top: 124%; }
  .product-detail .thumb-images a:not(.zoom1) {
    padding-top: 124%;
    transition: unset; }
  @media (max-width: 991.98px) {
    .product-detail .thumb-images img {
      position: relative; }
      .product-detail .thumb-images img > div {
        position: abo; }
    .product-detail .thumb-images a {
      padding-top: 0;
      z-index: 1; }
    .product-detail .thumb-images .zoom-outer {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .product-detail .thumb-images .zoom-outer img {
        position: relative; }
    .product-detail .thumb-images.slick-slider {
      touch-action: auto !important; } }
  .product-detail .variant-images a {
    padding-top: 100%; }
  .product-detail .thumb-images:not(.slick-initialized) {
    display: flex;
    overflow: hidden; }
    .product-detail .thumb-images:not(.slick-initialized) .image {
      width: 100%;
      min-width: 25%; }
      @media (max-width: 991.98px) {
        .product-detail .thumb-images:not(.slick-initialized) .image {
          min-width: 100%;
          padding: 0; } }
  @media (max-width: 991.98px) {
    .product-detail .thumb-images.has-slick.slick-initialized .image {
      padding: 0; } }
  .product-detail .thumb-images.has-slick.slick-initialized.slick-slider {
    padding-right: 2.5px; }
    @media (max-width: 991.98px) {
      .product-detail .thumb-images.has-slick.slick-initialized.slick-slider {
        padding-right: 0; } }
  .product-detail .thumb-images.has-slick.slick-initialized .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%; }
    .product-detail .thumb-images.has-slick.slick-initialized .slick-arrow.next {
      right: 10px; }
    .product-detail .thumb-images.has-slick.slick-initialized .slick-arrow.prev {
      left: 10px; }
  .product-detail .gallery {
    display: flex;
    width: 100%; }
    .product-detail .gallery .images {
      position: relative;
      padding-right: 18px;
      width: 90%; }
      @media (min-width: 992px) {
        .product-detail .gallery .images {
          margin-left: -5px; } }
      .product-detail .gallery .images > .row {
        margin: -5px; }
      .product-detail .gallery .images .slick-pagination {
        position: absolute;
        bottom: 100px;
        background-color: rgba(46, 46, 46, 0.2);
        padding: 5px 15px;
        border-radius: 16px;
        color: #fff;
        right: 15px;
        text-align: center; }
      @media (max-width: 575px) {
        .product-detail .gallery .images {
          padding-right: 0;
          width: 100%; } }
    .product-detail .gallery .variants {
      width: 10%; }
      .product-detail .gallery .variants .image {
        width: 100%;
        padding: 0; }
        @media (max-width: 991.98px) {
          .product-detail .gallery .variants .image {
            width: calc(100% / 5.5);
            padding-right: 8px;
            display: inline-block;
            vertical-align: top; } }
        .product-detail .gallery .variants .image img {
          border: 2px solid transparent;
          border-radius: 8px;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s; }
      .product-detail .gallery .variants .image.active img {
        border-color: #555252; }
      .product-detail .gallery .variants .variant-images {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 992px) {
          .product-detail .gallery .variants .variant-images {
            max-height: 48%;
            overflow: auto;
            padding: 2px 5px 2px 2px; }
            .product-detail .gallery .variants .variant-images::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              background-color: #F5F5F5; }
            .product-detail .gallery .variants .variant-images::-webkit-scrollbar {
              width: 4px;
              height: 0;
              background-color: #F5F5F5; }
            .product-detail .gallery .variants .variant-images::-webkit-scrollbar-thumb {
              background-color: #000000;
              border: 2px solid #555555; } }
        @media (max-width: 991.98px) {
          .product-detail .gallery .variants .variant-images {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            padding: 8px 0 8px 8px;
            position: relative;
            background-color: rgba(255, 255, 255, 0.6); } }
      @media (max-width: 991.98px) {
        .product-detail .gallery .variants {
          width: 100%;
          position: absolute;
          bottom: 0;
          z-index: 3; } }
    @media (max-width: 991.98px) {
      .product-detail .gallery {
        flex-wrap: wrap;
        position: relative; } }
  .product-detail .details {
    position: sticky;
    top: 55px;
    padding-left: 43px; }
    @media (max-width: 991.98px) {
      .product-detail .details {
        position: relative;
        padding-left: 0;
        padding: 15px 15px 0 15px;
        top: 0; } }
    .product-detail .details > *:not(:last-child) {
      margin-bottom: 23px; }
    .product-detail .details__text-content {
      position: relative; }
      .product-detail .details__text-content .notification {
        position: absolute;
        top: -30px;
        right: 0; }
      .product-detail .details__text-content > *:not(:last-child) {
        margin-bottom: 10px; }
      .product-detail .details__text-content > a {
        margin: 20px 0 0 20px; }
    .product-detail .details__brand {
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 10px 0; }
    .product-detail .details__prd-title {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 16px 0;
      line-height: 21px; }
    .product-detail .details__sku {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 16px 0;
      line-height: 21px;
      color: #9b9b9b; }
    .product-detail .details__prd-price {
      display: flex;
      align-items: center; }
      .product-detail .details__prd-price > *:not(:last-child) {
        margin-right: 10px; }
      .product-detail .details__prd-price .price {
        color: #2E2E2E;
        font-weight: 700;
        font-size: 14px; }
      .product-detail .details__prd-price .compare {
        color: #2E2E2E; }
      .product-detail .details__prd-price .label {
        font-size: 12px;
        background: #2E2E2E; }
    .product-detail .details .details__prd-price.hasSale .price {
      background: #FAFF19;
      padding: 5px 10px; }
    .product-detail .details__sizes {
      position: relative;
      margin-bottom: 11px !important; }
      .product-detail .details__sizes .notify-choose-size {
        position: absolute;
        z-index: 1;
        top: -50px;
        left: 17%;
        transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        filter: drop-shadow(0px 0px 10px rgba(46, 46, 46, 0.4));
        background: #2E2E2E;
        color: white;
        padding: 12px 19px;
        letter-spacing: 1px;
        border-radius: 4px; }
        .product-detail .details__sizes .notify-choose-size:before {
          width: 0px;
          height: 0px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #2e2e2e;
          content: "";
          position: absolute;
          left: 0;
          bottom: -10px; }
        .product-detail .details__sizes .notify-choose-size.active {
          opacity: 1;
          visibility: visible;
          pointer-events: all; }
      .product-detail .details__sizes .size {
        position: relative;
        flex: 0 0 auto;
        padding: 5px;
        min-width: 71px; }
        .product-detail .details__sizes .size .notification {
          position: absolute;
          bottom: 60px; }
        .product-detail .details__sizes .size label {
          cursor: pointer;
          text-align: center;
          display: block;
          border-radius: 4px;
          border: none;
          padding: 11px 10px;
          background: #F7F8F9;
          border: 1px solid #2E2E2E;
          color: #2E2E2E; }
        .product-detail .details__sizes .size input:checked ~ label {
          background-color: #2E2E2E;
          color: #fff; }
        .product-detail .details__sizes .size.not-available label {
          background: #F7F8F9;
          pointer-events: none;
          color: #868D95;
          border-color: white; }
      .product-detail .details__sizes > *:not(:last-child) {
        margin-bottom: 20px; }
      .product-detail .details__sizes .size-guide {
        display: inline-block;
        color: #2F80ED; }
        .product-detail .details__sizes .size-guide svg {
          width: 25px;
          height: 25px; }
      .product-detail .details__sizes > small {
        display: block;
        font-size: 12px; }
      .product-detail .details__sizes > div {
        margin: 0 -5px; }
    .product-detail .details__promotion {
      background-color: #fafafa;
      border: 1px solid #dfdfdf;
      padding: 12px 10px;
      position: relative;
      margin-bottom: 10px;
      border-radius: 4px; }
    .product-detail .details__promotion2 {
      background-color: #fafafa;
      border: 1px solid #dfdfdf;
      padding: 12px 10px;
      position: relative;
      margin-bottom: 10px;
      border-radius: 4px; }
    .product-detail .details__actions .show-stock-slow {
      width: 100%;
      background: #F7F8F9;
      padding: 20px 0;
      text-align: center;
      order: -1; }
    .product-detail .details__actions .btn {
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .product-detail .details__actions .btn {
          border-radius: 2px; } }
      @media (min-width: 992px) {
        .product-detail .details__actions .btn ~ .btn {
          margin-top: 15px; } }
      @media (max-width: 991.98px) {
        .product-detail .details__actions .btn {
          border-radius: 0; } }
      .product-detail .details__actions .btn.buy-now {
        background: #F9E076; }
        .product-detail .details__actions .btn.buy-now:hover {
          background: #FFCE53; }
      .product-detail .details__actions .btn svg + span {
        margin-left: 10px; }
      .product-detail .details__actions .btn.notify-me {
        background-color: #f7f8f9;
        color: #2e2e2e;
        width: 100%; }
        @media (max-width: 991.98px) {
          .product-detail .details__actions .btn.notify-me {
            order: 1;
            width: 50%;
            margin-right: 0; }
            .product-detail .details__actions .btn.notify-me span {
              margin-left: 0; }
            .product-detail .details__actions .btn.notify-me svg {
              margin: 0 15px 0 0; } }
      .product-detail .details__actions .btn.similar-product {
        background-color: #2e2e2e; }
        @media (max-width: 991.98px) {
          .product-detail .details__actions .btn.similar-product {
            order: 2;
            width: 50%; } }
      .product-detail .details__actions .btn.add-to-wish {
        background: #F7F8F9;
        width: 100%; }
        .product-detail .details__actions .btn.add-to-wish:hover {
          background: #e9e9e9; }
      .product-detail .details__actions .btn.sharing-btn {
        background: #F7F8F9;
        width: calc(20% - 7.5px);
        margin-left: 7.5px; }
        @media (max-width: 991.98px) {
          .product-detail .details__actions .btn.sharing-btn {
            display: none; } }
        .product-detail .details__actions .btn.sharing-btn:hover {
          background: #e9e9e9; }
      @media (max-width: 991.98px) {
        .product-detail .details__actions .btn {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 0;
          border: 0; }
          .product-detail .details__actions .btn.add-to-cart, .product-detail .details__actions .btn.buy-now {
            width: 42.5%; }
          .product-detail .details__actions .btn.add-to-wish {
            order: -1;
            background-color: #F7F8F9;
            width: 15%;
            margin: 0; }
            .product-detail .details__actions .btn.add-to-wish > span {
              display: none; } }
    @media (max-width: 991.98px) {
      .product-detail .details__actions {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 9;
        padding: 0;
        background: white;
        margin-bottom: 0 !important; }
        .scrollUp .product-detail .details__actions {
          padding: 0; }
        .scrollDown .product-detail .details__actions {
          padding: 0 0 20px 0; }
        .scrollDown.scrollUp .product-detail .details__actions {
          padding: 0 0 20px 0; } }
    .product-detail .details__actions_available {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
    .product-detail .details__actions_soldout {
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      .product-detail .details__actions_soldout .remaining-items {
        width: 100%; }
        @media (max-width: 991.98px) {
          .product-detail .details__actions_soldout .remaining-items {
            display: none; } }
    .product-detail .details__actions .add-to-wish svg:first-child {
      display: inline; }
    .product-detail .details__actions .add-to-wish svg:nth-child(2) {
      display: none; }
    .product-detail .details__actions .add-to-wish.js-inWishlist svg:first-child {
      display: none; }
    .product-detail .details__actions .add-to-wish.js-inWishlist svg:nth-child(2) {
      display: inline; }
    .product-detail .details__warning_mobile {
      margin-bottom: 32px !important; }
      @media (max-width: 991.98px) {
        .product-detail .details__warning_mobile {
          margin-bottom: 0 !important; } }
      .product-detail .details__warning_mobile .show-stock-slow {
        color: #E24C4C;
        letter-spacing: 1px;
        text-align: center; }
      .product-detail .details__warning_mobile .show-out-of-stock {
        color: #868D95;
        letter-spacing: 1px;
        text-align: center; }
    .product-detail .details__notidetail {
      color: red;
      font-size: 13px; }
      .product-detail .details__notidetail[data-brand="COACH"] {
        display: block; }
      .product-detail .details__notidetail[data-brand="THE KOOPLES"] {
        display: none; }
      .product-detail .details__notidetail[data-brand="TED BAKER"] {
        display: none; }
  .product-detail .video-iframe-vimeo {
    padding: 124% 0 0 0;
    position: relative;
    overflow: hidden;
    background: #f6f6f6; }
    .product-detail .video-iframe-vimeo .togglePlayVideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media (min-width: 992px) {
        .product-detail .video-iframe-vimeo .togglePlayVideo {
          display: none; } }
    .product-detail .video-iframe-vimeo iframe, .product-detail .video-iframe-vimeo video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 991.98px) {
        .product-detail .video-iframe-vimeo iframe, .product-detail .video-iframe-vimeo video {
          width: 100%;
          height: 100%; } }
  @media (max-width: 991.98px) {
    .product-detail {
      margin-top: 0; }
      .product-detail .row {
        margin: 0 -15px; } }

.product-desc.tabs .tab .tab-content {
  --content-height: 100%;
  line-height: 24px; }
  .product-desc.tabs .tab .tab-content .video-iframe iframe {
    width: 100%;
    height: 480px; }
    @media (max-width: 991.98px) {
      .product-desc.tabs .tab .tab-content .video-iframe iframe {
        margin-top: 15px; } }
  @media (max-width: 991.98px) {
    .product-desc.tabs .tab .tab-content {
      height: 120px;
      overflow: hidden; }
      .product-desc.tabs .tab .tab-content.show {
        height: 100%; }
        .product-desc.tabs .tab .tab-content.show + .product-desc__show-more {
          background: unset; }
          .product-desc.tabs .tab .tab-content.show + .product-desc__show-more svg {
            transform: rotate(180deg); } }

.product-desc.tabs .tab .nav-tabs {
  width: max-content; }
  @media (max-width: 991.98px) {
    .product-desc.tabs .tab .nav-tabs {
      width: 100%;
      justify-content: inherit; } }
  .product-desc.tabs .tab .nav-tabs .nav-item button {
    width: 100%; }
    @media (min-width: 992px) {
      .product-desc.tabs .tab .nav-tabs .nav-item button {
        padding: 0 43px 24px; } }
  @media (max-width: 991.98px) {
    .product-desc.tabs .tab .nav-tabs .nav-item {
      flex: 0 0 33.333%; } }
  @media (max-width: 991.98px) {
    .product-desc.tabs .tab .nav-tabs {
      width: 100%; } }

.product-desc__show-more {
  display: none; }
  .product-desc__show-more svg {
    transition: transform .5s; }
  @media (max-width: 991.98px) {
    .product-desc__show-more {
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: relative;
      margin-top: -70px;
      background: #fff;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(51%, rgba(251, 251, 251, 0.9)), color-stop(100%, #ffffff));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0% rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(251, 251, 251, 0.9) 51%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.4)', endColorstr='#ffffff',GradientType=0 ); } }

@media (max-width: 991.98px) {
  .Page_product #footer-main {
    padding-bottom: 54px; } }

.style-product-loop .product-loop {
  margin-top: 0 !important;
  padding: 0 20px 0 0; }
  @media (max-width: 991.98px) {
    .style-product-loop .product-loop {
      padding: 0; } }

.style-product-loop .slick_slider_style {
  margin-right: -80px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .style-product-loop .slick_slider_style {
      margin-right: -15px; } }
  .style-product-loop .slick_slider_style .slick-list {
    padding: 0 8% 0 0;
    overflow: unset; }
    @media (max-width: 991.98px) {
      .style-product-loop .slick_slider_style .slick-list {
        padding: 0 15% 0 0;
        overflow: hidden; } }
  @media (max-width: 991.98px) {
    .style-product-loop .slick_slider_style .slick-arrow.next-arrow {
      right: 45px; } }
  .style-product-loop .slick_slider_style:not(.slick-initialized) {
    display: flex;
    position: relative; }
    .style-product-loop .slick_slider_style:not(.slick-initialized) .product-loop.no-product {
      min-width: 23%; }
      @media (max-width: 991.98px) {
        .style-product-loop .slick_slider_style:not(.slick-initialized) .product-loop.no-product {
          min-width: 45%; } }

.style-product-loop.mix-n-max-desktop .slick_slider_style {
  margin-right: 0; }
  .style-product-loop.mix-n-max-desktop .slick_slider_style .slick-list {
    padding: 0; }

.mix-n-max-desktop {
  margin-top: 30px; }

#mini-cart {
  display: none; }
  @media (min-width: 992px) {
    #mini-cart {
      display: block;
      position: absolute;
      right: 0;
      top: 98%;
      width: 370px;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      z-index: 13; } }
  @media (max-width: 991.98px) {
    #mini-cart {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 13;
      width: 300px;
      height: 100vh;
      background-color: #fff;
      opacity: 0;
      transform: translateX(301px);
      transition: all .5s; } }

.main-header_tool_right_search.active #search-mb {
  opacity: 1;
  transform: translateX(0); }

.main-header_tool_right_search.active + div {
  opacity: 1 !important;
  visibility: visible !important; }

.mini-cart .mini-cart-main .mini-cart-head {
  font-weight: 700;
  font-size: 18px;
  padding: 30px 30px 10px; }
  .mini-cart .mini-cart-main .mini-cart-head a {
    margin-right: 20px; }
  @media (max-width: 1199.98px) {
    .mini-cart .mini-cart-main .mini-cart-head {
      padding: 15px 15px 10px; } }

.mini-cart .mini-cart-main .mini-cart-body {
  padding: 0 30px;
  overflow-y: auto; }
  @media (min-width: 1200px) {
    .mini-cart .mini-cart-main .mini-cart-body {
      max-height: 350px; }
      .mini-cart .mini-cart-main .mini-cart-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      .mini-cart .mini-cart-main .mini-cart-body::-webkit-scrollbar {
        width: 4px;
        height: 0;
        background-color: #F5F5F5; }
      .mini-cart .mini-cart-main .mini-cart-body::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555; } }
  #mini-cart .mini-cart .mini-cart-main .mini-cart-body {
    max-height: 350px; }
  .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative; }
    .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item:last-child {
      border-bottom: none; }
    .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-left {
      display: inline-block;
      width: 100px; }
    .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-right {
      display: inline-flex;
      width: calc(100% - 100px);
      padding-left: 15px;
      flex-direction: column;
      justify-content: center;
      line-height: 1.5;
      font-size: 12px; }
      .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-right .mci-brand span {
        font-size: 12px;
        font-weight: 600; }
      .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-right .mci-title {
        font-size: 14px;
        color: #222;
        padding-right: 15px;
        display: block; }
        .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-right .mci-title a {
          color: #222;
          text-decoration: none;
          font-size: 12px; }
      .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-right .mci-price span {
        font-size: 14px;
        color: #222;
        padding-right: 15px;
        display: block;
        font-weight: 600; }
    .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-remove {
      position: absolute;
      right: 0px;
      top: 15px;
      display: flex;
      width: 16px;
      height: 16px; }
      .mini-cart .mini-cart-main .mini-cart-body .mini-cart-item .mini-cart-remove a {
        width: 10px; }
  .mini-cart .mini-cart-main .mini-cart-body .mini-cart-empty {
    padding: 20px;
    text-align: center;
    margin: 0; }
  .mini-cart .mini-cart-main .mini-cart-body .form-mb-search {
    padding: 30px 0; }
    .mini-cart .mini-cart-main .mini-cart-body .form-mb-search .search-input-wrap {
      display: flex; }
      .mini-cart .mini-cart-main .mini-cart-body .form-mb-search .search-input-wrap button {
        margin-left: -47px; }
  @media (max-width: 1199.98px) {
    .mini-cart .mini-cart-main .mini-cart-body {
      padding: 0 15px; } }

.mini-cart .mini-cart-main .mini-cart-foot {
  padding: 7px 35px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1199.98px) {
    .mini-cart .mini-cart-main .mini-cart-foot {
      padding: 7 17px; } }

.mini-cart .mini-cart-main .mini-cart-action {
  display: flex;
  padding: 0 30px 30px; }
  .mini-cart .mini-cart-main .mini-cart-action a {
    display: block;
    text-align: center;
    padding: 7px 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
    width: 100%; }
  @media (max-width: 1199.98px) {
    .mini-cart .mini-cart-main .mini-cart-action {
      padding: 0 15px 30px; } }

.mfp-gallery .mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
  opacity: 0; }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

.loading-v2 {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(251, 251, 251, 0.31) 51%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(51%, rgba(255, 255, 255, 0.31)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 251, 0.31) 51%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0% rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.31) 51%, rgba(255, 255, 255, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.31) 51%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.31) 51%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255)', endColorstr='rgba(255, 255, 255, 0.8)',GradientType=0 );
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-v2.open {
    visibility: visible;
    opacity: 1; }
  .loading-v2 .icon-loading {
    margin: 0 18px 0 0;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 991.98px) {
  .style-modal-mso {
    padding: 0; } }

.style-modal-mso .modal-dialog {
  max-width: 560px; }
  @media (max-width: 991.98px) {
    .style-modal-mso .modal-dialog {
      margin: 0;
      align-items: flex-end;
      height: 100%; } }

.style-modal-mso .modal-content {
  padding: 0 10px 0 25px;
  border-radius: 20px;
  background-color: #2e2e2e; }
  @media (max-width: 991.98px) {
    .style-modal-mso .modal-content {
      border-radius: 20px 20px 0 0; } }

.style-modal-mso .modal-header {
  border: 0;
  color: #fff;
  padding: 25px 20px 25px 0;
  position: relative;
  flex-direction: column;
  padding-bottom: 0; }
  .style-modal-mso .modal-header .modal-linechange-title {
    width: 100%; }
  .style-modal-mso .modal-header h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 24px 0; }
  .style-modal-mso .modal-header .close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    border: 0;
    background-color: transparent; }
    @media (max-width: 991.98px) {
      .style-modal-mso .modal-header .close-btn {
        right: 0; } }
  .style-modal-mso .modal-header .alert-reason {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 0 0 24px 0; }

.style-modal-mso .product-wrapper {
  border: 0;
  color: #fff;
  padding: 25px 20px 10px 0;
  position: relative; }
  @media (max-width: 575px) {
    .style-modal-mso .product-wrapper .product.list-item .image-wrapper {
      margin-bottom: 15px;
      width: 88px; } }
  .style-modal-mso .product-wrapper .product.list-item .text-wrapper {
    width: calc(100% - 88px);
    padding-left: 15px; }
  .style-modal-mso .product-wrapper .product.list-item .product-name {
    -webkit-line-clamp: inherit;
    line-height: 18px; }
  .style-modal-mso .product-wrapper .modal-process-detail.item-out-of-stock h6 {
    margin: 0 0 16px 0; }
  .style-modal-mso .product-wrapper .modal-process-detail.item-out-of-stock p {
    margin: 0 0 24px 0; }
  .style-modal-mso .product-wrapper .modal-process-detail.item-out-of-stock ~ .item-change-price h6 {
    margin: 10px 0 25px 0; }
    @media (max-width: 991px) {
      .style-modal-mso .product-wrapper .modal-process-detail.item-out-of-stock ~ .item-change-price h6 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 25px 0 0px 0;
        margin: 10px 0 25px 0; } }
  .style-modal-mso .product-wrapper .modal-process-detail.item-change-price h6 {
    margin: 0 0 24px 0; }

.style-modal-mso .actions-wrapper {
  border: 0;
  color: #fff;
  padding: 25px 20px 25px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .style-modal-mso .actions-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.2);
    top: 0; }
  .style-modal-mso .actions-wrapper .view-wishlist {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px !important;
    padding: 5px 10px; }
  .style-modal-mso .actions-wrapper .back-to-cart {
    background-color: #fff;
    color: #2e2e2e; }
    .style-modal-mso .actions-wrapper .back-to-cart:hover {
      color: #2e2e2e; }
  .style-modal-mso .actions-wrapper .btn {
    font-weight: 400;
    width: calc(50% - 5px);
    margin: 0;
    border-radius: 2px;
    letter-spacing: 2px; }
    .style-modal-mso .actions-wrapper .btn span {
      display: block; }
    @media (max-width: 991.98px) {
      .style-modal-mso .actions-wrapper .btn {
        padding: 5px 0; } }

.style-modal-mso .modal-body {
  height: auto;
  padding: 0; }
  @media (max-width: 991.98px) {
    .style-modal-mso .modal-body {
      max-height: 450px; } }
  .style-modal-mso .modal-body * {
    color: #fff; }
  .style-modal-mso .modal-body .product {
    padding: 0; }
    .style-modal-mso .modal-body .product .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.style-modal-mso .tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%; }

.style-modal-mso .nav-item {
  width: 50%; }
  .style-modal-mso .nav-item button {
    width: 100%;
    text-align: center;
    color: #fff !important; }

.style-modal-mso .tab .nav-tabs .nav-link.active {
  border-color: #fff;
  background-color: transparent; }

.style-modal-mso .tab .nav-tabs .nav-item.show {
  background-color: transparent; }

.style-modal-mso .line-change-alert {
  font-weight: bold; }
  .style-modal-mso .line-change-alert span {
    font-size: 12px; }
    .style-modal-mso .line-change-alert span span {
      background: #FAFF19;
      color: #2E2E2E;
      padding: 4px;
      font-size: 14px; }
  .style-modal-mso .line-change-alert svg {
    margin: 0 5px; }

.style-modal-mso .sync-process-cart .cart-listing__product {
  display: flex; }
  .style-modal-mso .sync-process-cart .cart-listing__product .maldi-check {
    width: 10%;
    display: none; }
  .style-modal-mso .sync-process-cart .cart-listing__product .list-item {
    width: 100%; }
    .style-modal-mso .sync-process-cart .cart-listing__product .list-item .product-brand {
      width: 100%;
      display: block;
      margin: 0 0 8px 0; }

#js-zoom-desktop {
  position: fixed;
  left: 58%;
  top: 0;
  z-index: 9; }
  @media (max-width: 991.98px) {
    #js-zoom-desktop {
      display: none; } }

#js-zoom-desktop-2 {
  position: absolute;
  right: 0;
  z-index: 9; }
  @media (max-width: 991.98px) {
    #js-zoom-desktop-2 {
      display: none; } }

.zoomWindowContainer div {
  border: none !important;
  z-index: 2 !important; }

.input-number input[type="number"],
.input-number input[type="tel"] {
  border-right: none;
  border-left: none; }

.cart-listing input.warn:after {
  border-color: red; }

#BISWidgetBar {
  position: fixed;
  right: 0;
  top: 100px; }

.bis-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 100% 100%;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 100% 100%;
  -o-transform: rotate(270deg);
  -o-transform-origin: 100% 100%;
  transform: rotate(270deg); }

.bis-rotate-270.bis-left {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: left bottom;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: left bottom;
  -o-transform: rotate(90deg);
  -o-transform-origin: left bottom;
  transform: rotate(90deg); }

#BISWidgetBar h3 {
  text-transform: uppercase;
  transform-origin: right top 0;
  text-align: center;
  float: left;
  margin: 0;
  border: 1px solid #58b3f0;
  background-color: #58b3f0;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  font-weight: normal;
  font-size: 16px; }

#BISWidgetBar h3.bold {
  font-weight: bold; }

#bis {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  background: rgba(0, 0, 0, 0.31);
  z-index: 9999; }
  @media (max-width: 991.98px) {
    #bis {
      padding: 0 10px; } }
  #bis .bis-content {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    position: relative;
    width: 100%;
    margin: 60px auto 30px auto;
    text-align: center;
    max-width: 440px;
    z-index: 100;
    padding: 15px;
    background: white;
    border-radius: 5px; }
    #bis .bis-content iframe {
      width: 100%;
      min-height: 454px;
      padding: 0 !important;
      border: none;
      max-width: none !important;
      box-sizing: content-box;
      background: #fff;
      height: auto;
      border-radius: 0; }
  #bis.show {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    display: block !important;
    visibility: visible; }
    #bis.show .bis-content {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      transform: translate(0, 0); }
  #bis .bis-backcrop {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#BIScloseButton {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  padding: 5px;
  font-size: 30px;
  outline: none;
  top: -12px; }

#template-b2b .alert-acept {
  margin: -20px 0 25px 0;
  font-size: 11px;
  color: red; }

#template-b2b .inner-template-b2b-login {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #template-b2b .inner-template-b2b-login {
      padding: 50px 0; } }

#template-b2b .inner-template-b2b-register {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #template-b2b .inner-template-b2b-register {
      padding: 50px 0; } }

#template-b2b .inner-template-b2b-sign-up-b2b {
  padding: 50px 0; }
  @media (max-width: 767px) {
    #template-b2b .inner-template-b2b-sign-up-b2b {
      padding: 60px 0; } }

#template-b2b .wrapper-new {
  max-width: 1200px;
  margin: 0 auto; }

#template-b2b .heading-login-b2b h2 {
  font-size: 72px; }

#template-b2b .heading-login-b2b h3 {
  font-size: 48px; }

#template-b2b .auth-page-auth-form {
  padding: 0 70px; }
  @media (max-width: 767px) {
    #template-b2b .auth-page-auth-form {
      padding: 0; } }
  #template-b2b .auth-page-auth-form h1 {
    font-size: 18px;
    margin: 0 0 20px 0; }
    #template-b2b .auth-page-auth-form h1.sign-up-b2b {
      text-align: center;
      margin: 0 0 40px 0; }
  #template-b2b .auth-page-auth-form h4 {
    font-size: 18px;
    margin: 0 0 20px 0; }
  #template-b2b .auth-page-auth-form .form-group {
    position: relative; }
    #template-b2b .auth-page-auth-form .form-group span {
      position: absolute;
      top: 15px;
      left: 15px;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      background: white;
      padding: 0 5px; }
    #template-b2b .auth-page-auth-form .form-group input:focus ~ span {
      top: -10px; }
    #template-b2b .auth-page-auth-form .form-group .text-error {
      color: red;
      margin: -13px 0 0 0; }
    #template-b2b .auth-page-auth-form .form-group.active input ~ span {
      top: -10px; }
    #template-b2b .auth-page-auth-form .form-group.has-error input {
      border-color: red; }
    #template-b2b .auth-page-auth-form .form-group.has-error span {
      color: red; }
  #template-b2b .auth-page-auth-form input {
    border-radius: 0;
    margin: 0 0 25px 0;
    height: 50px; }
    #template-b2b .auth-page-auth-form input[type="radio"] {
      height: 18px; }
    #template-b2b .auth-page-auth-form input:-internal-autofill-selected, #template-b2b .auth-page-auth-form input:-webkit-autofill {
      -webkit-background-fill-color: white !important;
      background-color: white !important; }
    #template-b2b .auth-page-auth-form input:-webkit-autofill, #template-b2b .auth-page-auth-form input:-webkit-autofill:hover, #template-b2b .auth-page-auth-form input:-webkit-autofill:focus, #template-b2b .auth-page-auth-form input:-webkit-autofill:active {
      -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
      -webkit-transition-delay: 9999s; }
  #template-b2b .auth-page-auth-form .list-login-alert {
    color: red;
    font-size: 12px;
    margin: 0 0 30px 0; }
  #template-b2b .auth-page-auth-form select {
    border-radius: 0; }
    @media (max-width: 767px) {
      #template-b2b .auth-page-auth-form select {
        margin: 0 0 25px 0; } }
  #template-b2b .auth-page-auth-form .forgot-pass {
    margin: 0 0 40px 0; }
    #template-b2b .auth-page-auth-form .forgot-pass a {
      text-decoration: underline; }
  #template-b2b .auth-page-auth-form .btn-bpu {
    width: 100%;
    background: #222222;
    color: white;
    border-radius: 0;
    border: none;
    padding: 12px 0; }
    #template-b2b .auth-page-auth-form .btn-bpu.color-btn {
      color: #222222;
      background: #FFD62C; }
  #template-b2b .auth-page-auth-form .sing-ub-btn {
    text-align: center; }
    #template-b2b .auth-page-auth-form .sing-ub-btn .btn-bpu {
      max-width: 365px;
      width: 100%;
      background: #222222;
      color: white;
      border-radius: 0;
      border: none;
      padding: 12px 0; }
  #template-b2b .auth-page-auth-form .text-multiupload {
    margin: 30px 0; }
    @media (max-width: 767px) {
      #template-b2b .auth-page-auth-form .text-multiupload {
        margin: 5px 0 30px 0; } }

.box .box-outer-upload {
  font-size: 13px;
  background-color: #F6F6F6;
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 30px 0;
  border-radius: 5px;
  margin: 0 0 30px 0;
  cursor: pointer; }
  .box .box-outer-upload label {
    margin: 0;
    cursor: pointer; }
  .box .box-outer-upload .box__uploading {
    font-style: italic; }
  .box .box-outer-upload .box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out; }

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0); }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1); }
  to {
    -webkit-transform: translateY(-50%) scale(1); } }

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }
  .box .box-outer-upload.disabled {
    pointer-events: none;
    background-color: #efefef; }

.box.has-advanced-upload .box-outer-upload {
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; }
  .box.has-advanced-upload .box-outer-upload .box__dragndrop {
    display: inline; }
  .box.has-advanced-upload .box-outer-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px; }

@media (max-width: 767px) {
  .box.has-advanced-upload .col-12 {
    padding: 0; } }

.box.is-dragover .box-outer-upload {
  background-color: #ebebeb; }

.box .box__dragndrop, .box .box__icon {
  display: none; }

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
  visibility: hidden; }

.box .box__uploading, .box .box__success, .box .box__error {
  display: none; }

.box.is-uploading .box__uploading,
.box.is-success .box__success, .box.is-error .box__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.box .box__button:hover, .box .box__button:focus {
  background-color: #0f3c4b; }

.box .box__restart {
  font-weight: 700; }
  .box .box__restart:focus, .box .box__restart:hover {
    color: #39bfd3; }

.box .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .box .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0; }

.box .box__file:focus + label strong,
.box .box__file.has-focus + label strong {
  color: #39bfd3; }

.box .box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: block;
  padding: 8px 16px;
  margin: 40px auto 0; }

.box .policy-sign-up-2b2 {
  margin: 0 0 30px 0; }
  .box .policy-sign-up-2b2 label {
    position: relative;
    margin: 10px 0;
    padding-left: 50px;
    cursor: pointer;
    font-weight: normal; }
    .box .policy-sign-up-2b2 label:after {
      content: '';
      position: absolute;
      top: -13px;
      left: -3px;
      display: none;
      width: 38px;
      height: 38px;
      margin: 4px;
      background-color: #000000; }
      @media (max-width: 767px) {
        .box .policy-sign-up-2b2 label:after {
          top: -3px;
          left: -2px; } }
    .box .policy-sign-up-2b2 label:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 0px;
      display: block;
      width: 40px;
      height: 40px;
      border: 2px solid #000; }
      @media (max-width: 767px) {
        .box .policy-sign-up-2b2 label:before {
          top: 0; } }
    .box .policy-sign-up-2b2 label a {
      text-decoration: underline; }
  .box .policy-sign-up-2b2 input {
    display: none; }
    .box .policy-sign-up-2b2 input:checked ~ label:after {
      display: block;
      content: '\2714';
      font-size: 24px;
      color: white; }

.box .list-img-delete {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 365px;
  border-radius: 5px;
  margin: 0 0 30px 0; }
  .box .list-img-delete .list-img-delete--items {
    margin: 0 0 10px 0; }
    .box .list-img-delete .list-img-delete--items .name-img {
      width: 50%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      text-align: left; }
    .box .list-img-delete .list-img-delete--items .kg-img {
      color: gray; }
    .box .list-img-delete .list-img-delete--items .delete-img {
      color: gray;
      cursor: pointer; }

.box .error-append {
  max-width: 365px;
  margin: 0 auto;
  padding: 0; }

.box .list-form-alert, .box .list-img-alert {
  color: red;
  font-size: 12px; }

.box .list-img-alert {
  margin: 0 0 30px 0; }

#account-thank-you {
  background-image: url(https://file.hstatic.net/200000184409/file/610983e36fb0730ae5ac8bb66b216de0_1b3018c7f48e436a9f549f8d299b49e6.png);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100%; }

.wrapper-popup-account {
  width: 100%;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.94);
  padding: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .wrapper-popup-account {
      padding: 0; } }
  .wrapper-popup-account .wrapper-popup-account--inner h4 {
    margin: 0 0 20px 0; }
    @media (max-width: 767px) {
      .wrapper-popup-account .wrapper-popup-account--inner h4 {
        font-size: 20px; } }
  .wrapper-popup-account .wrapper-popup-account--inner .wrapper-popup-account--description p {
    margin: 0 0 12px 0; }
  .wrapper-popup-account .wrapper-popup-account--inner .hr {
    margin: 30px auto;
    display: block;
    width: 120px;
    height: 1px;
    background: black; }
  .wrapper-popup-account .wrapper-popup-account--inner .wrapper-popup-account--contact .wrapper-popup-account--item-support {
    width: 35%;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .wrapper-popup-account .wrapper-popup-account--inner .wrapper-popup-account--contact .wrapper-popup-account--item-support {
        width: 100%; } }
  .wrapper-popup-account .wrapper-popup-account--inner .wrapper-popup-account--contact .wrapper-popup-account--action a {
    width: 100%;
    max-width: 365px;
    background: #222222;
    color: white;
    border-radius: 0;
    border: none;
    padding: 12px 0;
    margin: 20px 0 0; }

.b2b-btn-mobile a {
  color: #ffd62c;
  font-weight: bold;
  text-transform: uppercase; }
  .b2b-btn-mobile a svg {
    fill: #ffd62c;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0; }

#customer_account_b2b {
  margin: 40px 0 60px 0; }
  #customer_account_b2b .status-profile-account a {
    color: red; }
  #customer_account_b2b .item-img-company {
    width: 33%;
    padding: 0 10px; }
  #customer_account_b2b .card_passport {
    margin: 0 -10px; }
  #customer_account_b2b .item-img-company img {
    width: 100%; }
  #customer_account_b2b .card_passport > div:nth-child(3n) ~ .item-img-company {
    margin: 15px 0 0 0; }

#modal-sync-cart input[type="checkbox"]:before, #modal-sync-cart input[type="radio"]:before {
  border-color: black; }

#modal-sync-cart input[type="checkbox"]:after, #modal-sync-cart input[type="radio"]:after {
  background: white; }

.grecaptcha-badge {
  display: none !important; }

#chatBox {
  display: none;
  position: fixed;
  right: 0;
  bottom: 2%;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    #chatBox {
      bottom: 8%; }
      .Page_cart #chatBox {
        bottom: 23%; } }

#bttop {
  position: fixed;
  right: -100px;
  bottom: 13%;
  z-index: 1;
  transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  cursor: pointer; }
  #bttop.open {
    right: 0; }
  @media (max-width: 991.98px) {
    #bttop {
      bottom: 0%;
      left: -100px; }
      #bttop.open {
        left: 0;
        right: auto; }
      .Page_cart #bttop {
        bottom: 31%; } }

.you-might-like .slick-track, .related .slick-track, .products_slick_app_recommend .slick-track {
  float: left; }

#giftEvent, #giftBuyxgetx {
  display: flex;
  align-items: center;
  border: 2px dashed red;
  padding: 8px;
  margin: 21px 0 0 0;
  width: 100%;
  flex-wrap: wrap; }
  #giftEvent label, #giftBuyxgetx label {
    width: 100%;
    font-weight: normal; }
  #giftEvent .imgGift, #giftBuyxgetx .imgGift {
    width: 50px;
    margin: 0 5px 0 0; }
    #giftEvent .imgGift img, #giftBuyxgetx .imgGift img {
      max-width: 100%;
      height: 50px; }
  #giftEvent .infoGift, #giftBuyxgetx .infoGift {
    width: calc(100% - 60px);
    color: red;
    line-height: 1.4; }

#tracking-page {
  padding-bottom: 30px;
  padding-top: 0px; }
  #tracking-page .banner-home {
    margin-bottom: 40px; }
  #tracking-page .order-tracking {
    margin: 10px 20px; }
    #tracking-page .order-tracking .ort-block-circle span {
      background: #d1d1d1; }
    #tracking-page .order-tracking .ort-block.active .ort-block-circle span {
      background: #0fef78; }
    #tracking-page .order-tracking .ort-block.active.canceled .ort-block-circle span {
      background: none; }
  #tracking-page .order-tracking .order-tracking-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px; }
  #tracking-page .order-tracking .order-tracking-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #tracking-page .order-tracking .order-tracking-wrap {
        overflow-x: scroll;
        padding-bottom: 10px; } }
    #tracking-page .order-tracking .order-tracking-wrap:before {
      content: '';
      position: absolute;
      bottom: 19px;
      left: 0;
      right: 0;
      border-top: 1px solid #777;
      z-index: 1;
      display: none; }
    #tracking-page .order-tracking .order-tracking-wrap .ort-block {
      position: relative;
      z-index: 2;
      width: 100%; }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 73%;
        width: 20px;
        border-bottom: 1px solid #777; }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 66%;
        width: 12px;
        height: 12px;
        display: inline-block;
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
        transform: rotate(-45deg) translateY(-1px); }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block:last-child:after, #tracking-page .order-tracking .order-tracking-wrap .ort-block:last-child:before {
        display: none; }
      @media (max-width: 767px) {
        #tracking-page .order-tracking .order-tracking-wrap .ort-block {
          min-width: 140px;
          padding: 0 1px; }
          #tracking-page .order-tracking .order-tracking-wrap .ort-block .ort-block-title {
            height: 20px; } }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block.active .ort-block-circle span {
        background: #0fef78; }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block.active.refunded .ort-block-circle span {
        background-color: none;
        background: url(//theme.hstatic.net/1000284478/1001063561/14/icon-refund.png?v=3070) center no-repeat !important;
        background-size: contain !important; }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block.active.canceled {
        background: none; }
        #tracking-page .order-tracking .order-tracking-wrap .ort-block.active.canceled .ort-block-circle span {
          background: none;
          position: relative; }
          #tracking-page .order-tracking .order-tracking-wrap .ort-block.active.canceled .ort-block-circle span:before {
            content: '';
            height: 30px;
            width: 3px;
            background: #ff3a3a;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            transform: rotate(45deg); }
          #tracking-page .order-tracking .order-tracking-wrap .ort-block.active.canceled .ort-block-circle span:after {
            content: '';
            height: 30px;
            width: 3px;
            background: #ff3a3a;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            transform: rotate(-45deg); }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block .ort-block-title {
        text-align: center; }
      #tracking-page .order-tracking .order-tracking-wrap .ort-block .ort-block-circle {
        margin-top: 20px;
        padding: 0 10px;
        text-align: center; }
        #tracking-page .order-tracking .order-tracking-wrap .ort-block .ort-block-circle span {
          display: inline-block;
          width: 30px;
          height: 30px;
          border-radius: 30px;
          background: #a6a6a6; }
    #tracking-page .order-tracking .order-tracking-wrap.canceled {
      justify-content: center; }
      #tracking-page .order-tracking .order-tracking-wrap.canceled:before {
        display: none; }
      #tracking-page .order-tracking .order-tracking-wrap.canceled .ort-block .ort-block-circle span {
        background: #6c6c6c; }
  #tracking-page table tr td:first-child, #tracking-page table tr th:first-child, #tracking-page table tr td:last-child, #tracking-page table tr th:last-child {
    padding-left: 8px; }
  #tracking-page .tracking-page-x {
    padding: 80px 0; }
    @media (max-width: 767px) {
      #tracking-page .tracking-page-x {
        padding: 45px 0px; } }
  #tracking-page h1 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #222;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #tracking-page .form-control {
    box-shadow: none;
    border-radius: 2px; }
  #tracking-page .title-desc {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: normal; }
  #tracking-page .or_styles {
    line-height: 32px;
    font-size: 14px; }
  #tracking-page #search_order_tracking {
    background: #222;
    color: #fff;
    margin-top: 40px;
    padding: 6px 40px 4px;
    border-radius: 2px;
    outline: 0; }
  #tracking-page #search_order_tracking:hover {
    background: #222; }
  #tracking-page .tracking-detail {
    margin-top: 30px; }
    #tracking-page .tracking-detail .box {
      border: 1px solid #e1e1e1;
      margin-bottom: 45px; }
      #tracking-page .tracking-detail .box.open .hide-item-detail {
        display: inline-block !important; }
      #tracking-page .tracking-detail .box.open .show-item-detail {
        display: none !important; }
      #tracking-page .tracking-detail .box.open .tracking-item .table-responsive {
        display: block; }
    #tracking-page .tracking-detail .tracking-head {
      background: #f9f9f9;
      cursor: pointer;
      overflow: hidden; }
      @media (max-width: 767px) {
        #tracking-page .tracking-detail .tracking-head {
          display: flex;
          flex-wrap: wrap; }
          #tracking-page .tracking-detail .tracking-head li {
            width: 50% !important; } }
      #tracking-page .tracking-detail .tracking-head li {
        list-style: none;
        float: left;
        display: inline-block;
        width: calc(25% - 1px);
        text-align: center;
        padding: 8px 3px; }
      #tracking-page .tracking-detail .tracking-head .tracking_name {
        font-weight: bold; }
    #tracking-page .tracking-detail .tracking-item {
      padding: 0 15px; }
      #tracking-page .tracking-detail .tracking-item .item-ac {
        margin-bottom: 10px; }
        #tracking-page .tracking-detail .tracking-item .item-ac .hide-item-detail {
          display: none;
          cursor: pointer;
          font-weight: bold; }
        #tracking-page .tracking-detail .tracking-item .item-ac .show-item-detail {
          display: inline-block;
          cursor: pointer;
          font-weight: bold; }
      #tracking-page .tracking-detail .tracking-item .table-responsive {
        display: none; }
      #tracking-page .tracking-detail .tracking-item thead {
        background: #fbfbfb; }
        #tracking-page .tracking-detail .tracking-item thead th {
          border-bottom-width: 1px; }
      #tracking-page .tracking-detail .tracking-item td {
        min-width: 100px;
        padding: 12px 10px; }
      #tracking-page .tracking-detail .tracking-item .tab_img img, #tracking-page .tracking-detail .tracking-item .tab_img > p {
        display: inline-block;
        float: left; }
      #tracking-page .tracking-detail .tracking-item .tab_img > p {
        padding-left: 15px;
        margin: 0;
        line-height: 1.4; }
      #tracking-page .tracking-detail .tracking-item .tab_img > p > span {
        display: block;
        font-weight: 600;
        font-size: 12px; }
      #tracking-page .tracking-detail .tracking-item .tab_img > p > a {
        display: inline-block;
        font-size: 13px;
        color: #000; }
      #tracking-page .tracking-detail .tracking-item .total {
        font-weight: bold; }
      #tracking-page .tracking-detail .tracking-item tfoot td {
        text-align: right; }
    #tracking-page .tracking-detail .step-container {
      display: block;
      padding: 20px 0 10px; }
      #tracking-page .tracking-detail .step-container .step-w {
        display: inline-block;
        width: 25%;
        float: left;
        position: relative; }
        #tracking-page .tracking-detail .step-container .step-w:after {
          content: '';
          position: absolute;
          top: 19px;
          border-top: 2px solid #333;
          left: calc(50% + 19px);
          right: -50%; }
        #tracking-page .tracking-detail .step-container .step-w:last-child:after {
          display: none; }
        #tracking-page .tracking-detail .step-container .step-w.active:after {
          border-top: 2px solid #333; }
        #tracking-page .tracking-detail .step-container .step-w.active .step-ico {
          background: #333; }
        #tracking-page .tracking-detail .step-container .step-w.cancelled {
          display: block;
          margin: 0 auto;
          float: none; }
        #tracking-page .tracking-detail .step-container .step-w .step-ico {
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #333;
          margin: 0 auto 10px;
          font-size: 20px;
          color: #fff;
          text-align: center;
          line-height: 40px; }
        #tracking-page .tracking-detail .step-container .step-w span {
          display: block;
          text-align: center;
          font-weight: bold; }
        #tracking-page .tracking-detail .step-container .step-w .step-time {
          font-weight: normal;
          font-size: 12px; }
  #tracking-page .box-tracking-orders {
    margin-bottom: 20px; }

#buyxgety-program {
  display: flex;
  align-items: center;
  padding: 8px;
  margin: 21px 0 0 0;
  width: 100%;
  flex-wrap: wrap;
  background: #F7F8F9;
  border-radius: 4px; }
  #buyxgety-program .buyxgety-heading h3 {
    font-size: 16px;
    margin: 0; }
  #buyxgety-program .buyxgety-heading p {
    font-size: 12px;
    margin: 0 0 15px 0; }
  #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item ~ .buyxgety_item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dedfe0; }
  #buyxgety-program #buyxgety-product-list .buyxgety_lists .item-info-left {
    width: 25%;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center; }
    #buyxgety-program #buyxgety-product-list .buyxgety_lists .item-info-left.no-width {
      width: 10%; }
    #buyxgety-program #buyxgety-product-list .buyxgety_lists .item-info-left .buyxgety_image {
      border: 1px solid #dedfe0; }
  #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title {
    width: 75%;
    font-size: 13px; }
    #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy {
      margin: 10px 0 0 0; }
      #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy > label {
        font-weight: 500; }
      #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy .buyxy-list-variant {
        margin: 10px 0 0 0; }
        #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy .buyxy-list-variant .item-size-buyxy {
          margin: 0 5px 10px 0; }
          #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy .buyxy-list-variant .item-size-buyxy input:checked ~ label {
            background-color: #2E2E2E;
            color: #fff; }
          #buyxgety-program #buyxgety-product-list .buyxgety_lists .buyxgety_item_title .wrapper-item-size-buyxy .buyxy-list-variant .item-size-buyxy label {
            min-width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #2E2E2E;
            color: #2E2E2E;
            border-radius: 4px;
            cursor: pointer; }
  #buyxgety-program ~ .details__warning_mobile {
    margin-top: 21px; }

#modal-gift-event {
  display: none;
  padding: 21px;
  overflow: hidden; }
  #modal-gift-event .modal-event-inner {
    width: 680px;
    max-width: 100%; }
    #modal-gift-event .modal-event-inner > h4 {
      font-size: 14px;
      margin: 0 0 15px 0;
      text-align: center;
      font-weight: 500; }

.box-gift-detail {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 18px; }
  .box-gift-detail:before {
    content: "◈";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto; }
  .box-gift-detail b {
    position: relative;
    width: 100%; }
    .box-gift-detail b:before {
      content: "◈";
      position: absolute;
      left: -18px;
      top: 0;
      width: auto;
      height: auto; }
  .box-gift-detail ~ .box-gift-detail {
    margin-top: 10px; }
  .box-gift-detail a {
    color: red;
    width: 100%; }
    .box-gift-detail a ~ b {
      margin-top: 10px; }

.remove-product {
  position: relative; }
  .remove-product span.out-to-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.note-detail {
  font-style: italic;
  margin: 30px 0 0 0;
  border: 1px dashed;
  text-align: center;
  padding: 10px;
  width: 88%;
  margin-left: -5px; }
  @media (max-width: 991.98px) {
    .note-detail {
      display: none; } }

.note-detail-mobile {
  display: none; }
  @media (max-width: 991.98px) {
    .note-detail-mobile {
      font-style: italic;
      border: 1px dashed;
      text-align: center;
      padding: 10px;
      width: calc(100% - 15px);
      display: block;
      margin: 30px auto 0 auto; } }

.note-cart a {
  font-weight: 600; }

.custom-payment > a {
  margin-bottom: 10px !important; }

.custom-payment ul {
  margin-bottom: 25px; }
  .custom-payment ul a {
    margin-bottom: 0 !important; }
  .custom-payment ul li ~ li {
    margin-top: 10px; }

.btn-cancel-submit-save {
  padding: 15px 15px;
  background-color: #2e2e2e;
  border: 1px solid #000;
  border-radius: 2px;
  font-weight: normal;
  margin: 15px 0 0 0;
  letter-spacing: 2px;
  justify-content: center;
  color: white; }

.home-view-slider-banner:not(.slick-slider) {
  display: flex;
  width: 100vw;
  overflow: hidden; }
  .home-view-slider-banner:not(.slick-slider) > div {
    flex: 0 0 auto;
    width: 100vw;
    padding-top: calc(100vw * 0.527850078);
    position: relative; }
    .home-view-slider-banner:not(.slick-slider) > div img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    @media (max-width: 991px) {
      .home-view-slider-banner:not(.slick-slider) > div {
        padding-top: calc(100vw * 1.78601997); } }

#modalProcessCheckout .titleProcess {
  font-size: 18px;
  margin: 0 0 15px 0; }

#denyBuy {
  width: 100%;
  max-width: 500px; }
  #denyBuy h4 {
    font-size: 18px;
    margin: 0 0 15px 0; }

.js-wishlist-wrapper .product-loop {
  padding: 0 5px; }
  @media (min-width: 992px) {
    .js-wishlist-wrapper .product-loop {
      width: 33.3333333%;
      flex-basis: 33.3333333%; }
      .js-wishlist-wrapper .product-loop:nth-child(3n) ~ .product-loop {
        margin-top: 40px; } }
  @media (max-width: 991.98px) {
    .js-wishlist-wrapper .product-loop {
      width: 50%;
      flex-basis: 50%; }
      .js-wishlist-wrapper .product-loop:nth-child(2n) ~ .product-loop {
        margin-top: 40px; } }

.ajax-sidebar-wishlist {
  display: flex;
  flex-wrap: wrap; }

#banner-top-sider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  background-color: #333;
  transition: max-height .2s ease-in-out;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: url("https://file.hstatic.net/1000284478/file/header__1__68ae684a7c3f436591e98fce3a6257ed_d168535794db4375a80536dcdbcb2481.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #banner-top-sider {
      height: 50px;
      background: url("https://file.hstatic.net/1000284478/file/header_m_40a52e027f0f4aa78e108e9290bf193a_6ecb29a88fa1467380834ab68abf432a.png");
      background-size: 100%;
      background-repeat: no-repeat; } }
  #banner-top-sider .slider-banner-top:not(.slick-initialized) {
    display: flex; }
    #banner-top-sider .slider-banner-top:not(.slick-initialized) .item-banner-top {
      width: 100%;
      text-align: center; }
      #banner-top-sider .slider-banner-top:not(.slick-initialized) .item-banner-top ~ .item-banner-top {
        display: none; }
  #banner-top-sider .slider-banner-top .item-banner-top {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap; }
    #banner-top-sider .slider-banner-top .item-banner-top a {
      color: #fff;
      text-decoration: none; }
      @media (max-width: 992px) {
        #banner-top-sider .slider-banner-top .item-banner-top a {
          font-size: 13px; } }
      @media (max-width: 767px) {
        #banner-top-sider .slider-banner-top .item-banner-top a {
          font-size: 12px; } }
      @media (max-width: 580px) {
        #banner-top-sider .slider-banner-top .item-banner-top a {
          font-size: 11px; } }
      #banner-top-sider .slider-banner-top .item-banner-top a:hover {
        text-decoration: underline; }

.tab-member ul {
  border-bottom: 2px solid #c0c0c0;
  margin-bottom: 20px; }
  .tab-member ul li {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: -2px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .tab-member ul li {
        font-size: 13px; } }
    .tab-member ul li.active {
      border-bottom: 2px solid #000; }

#modalUpdatePhone .modalUpdateInner .contentUpdatePhone #updatePhone {
  position: relative; }
  #modalUpdatePhone .modalUpdateInner .contentUpdatePhone #updatePhone input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid gray;
    outline: none;
    box-shadow: none; }
  #modalUpdatePhone .modalUpdateInner .contentUpdatePhone #updatePhone button {
    position: absolute;
    width: 120px;
    right: 0;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0; }

#modalUpdatePhone .modalUpdateInner .contentUpdatePhone .warning-updatePhone {
  margin-top: 15px; }
  #modalUpdatePhone .modalUpdateInner .contentUpdatePhone .warning-updatePhone.red {
    color: red; }
  #modalUpdatePhone .modalUpdateInner .contentUpdatePhone .warning-updatePhone.green {
    color: green; }

#quick-update {
  position: fixed;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
  display: flex;
  align-items: end;
  position: fixed; }
  #quick-update .wrapper-quick-update {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 380px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 40px;
    z-index: 10; }
    #quick-update .wrapper-quick-update .line-quick-delete {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 10px;
      top: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #quick-update .wrapper-quick-update .line-quick-image {
      display: flex;
      align-items: center; }
      #quick-update .wrapper-quick-update .line-quick-image .quick-media {
        width: 100px;
        height: 110px; }
        #quick-update .wrapper-quick-update .line-quick-image .quick-media img {
          height: 100%; }
      #quick-update .wrapper-quick-update .line-quick-image .quick-info {
        width: calc(100% - 100px);
        padding-left: 16px; }
        #quick-update .wrapper-quick-update .line-quick-image .quick-info .the-brand {
          font-weight: 700;
          font-size: 16px;
          line-height: 20.8px; }
        #quick-update .wrapper-quick-update .line-quick-image .quick-info .the-title {
          font-weight: 400;
          font-size: 14px;
          line-height: 18.2px; }
    #quick-update .wrapper-quick-update .line-quick-variant {
      margin: 16px 0 17px 0; }
      #quick-update .wrapper-quick-update .line-quick-variant label {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 8px 0; }
      #quick-update .wrapper-quick-update .line-quick-variant ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        #quick-update .wrapper-quick-update .line-quick-variant ul li {
          min-width: 50px;
          height: 40px;
          background: #F7F8F9;
          border: 1px solid #2E2E2E;
          border-radius: 4px;
          font-weight: 400;
          font-size: 12px;
          line-height: 21px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 12px 12px 0; }
          #quick-update .wrapper-quick-update .line-quick-variant ul li.active {
            background: #000000;
            color: #FFFFFF; }
          #quick-update .wrapper-quick-update .line-quick-variant ul li.disabled {
            background: #ededed;
            color: #c3c3c3;
            border-color: #ededed;
            pointer-events: none;
            cursor: none; }
    #quick-update .wrapper-quick-update .line-quick-action {
      margin-top: auto; }
      #quick-update .wrapper-quick-update .line-quick-action button {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        height: 41px;
        color: #FFFFFF;
        width: 100%; }
        #quick-update .wrapper-quick-update .line-quick-action button#sold-quick-item {
          background: #ededed;
          color: #c3c3c3;
          border-color: #ededed;
          pointer-events: none;
          cursor: none; }
    #quick-update .wrapper-quick-update .line-add-error {
      color: red;
      margin: 0 0 8px 0; }
  #quick-update .overflow-quickupdate {
    background: #131313;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden; }
  #quick-update.isShow {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    #quick-update.isShow .wrapper-quick-update {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    #quick-update.isShow .overflow-quickupdate {
      visibility: visible; }

#delete-item {
  position: fixed;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
  display: flex;
  align-items: end;
  position: fixed; }
  #delete-item .wrapper-delete-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 204px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    z-index: 10; }
    #delete-item .wrapper-delete-item .line-delete {
      position: absolute;
      top: 9px;
      right: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px; }
    #delete-item .wrapper-delete-item .line-title-delete {
      text-align: center; }
      #delete-item .wrapper-delete-item .line-title-delete h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 8px 0; }
      #delete-item .wrapper-delete-item .line-title-delete p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18.2px;
        margin: 0; }
    #delete-item .wrapper-delete-item .line-action-delete {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #delete-item .wrapper-delete-item .line-action-delete button {
        width: calc((100% - 16px)/2);
        font-weight: 700;
        font-size: 14px;
        line-height: 18.2px;
        border: 1px solid #2E2E2E;
        background: #2E2E2E;
        color: #FFFFFF;
        outline: none;
        box-shadow: none;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        #delete-item .wrapper-delete-item .line-action-delete button#btn-to-wishlist {
          background: #FFFFFF;
          color: #2E2E2E; }
      #delete-item .wrapper-delete-item .line-action-delete.addedWishlist button {
        width: 100%; }
        #delete-item .wrapper-delete-item .line-action-delete.addedWishlist button#btn-to-wishlist {
          display: none; }
  #delete-item .overflow-delete {
    background: #131313;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden; }
  #delete-item.isShow {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    #delete-item.isShow .wrapper-delete-item {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    #delete-item.isShow .overflow-delete {
      visibility: visible; }

#login-required {
  position: fixed;
  top: 100%;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
  display: flex;
  align-items: end;
  position: fixed; }
  #login-required .wrapper-login-required {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 225px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    z-index: 10; }
    #login-required .wrapper-login-required .line-login-required {
      position: absolute;
      top: 24px;
      right: 24px;
      display: none;
      align-items: center;
      justify-content: center; }
    #login-required .wrapper-login-required .line-title-login-required {
      text-align: center; }
      #login-required .wrapper-login-required .line-title-login-required h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px 0; }
      #login-required .wrapper-login-required .line-title-login-required p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin: 0; }
    #login-required .wrapper-login-required .line-action-login-required {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #login-required .wrapper-login-required .line-action-login-required button {
        width: calc(50% - 8px);
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        border: 1px solid #2E2E2E;
        background: #2E2E2E;
        color: #FFFFFF;
        outline: none;
        box-shadow: none;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        text-transform: uppercase; }
        #login-required .wrapper-login-required .line-action-login-required button#btn-to-login {
          background: #FFFFFF;
          color: #2E2E2E; }
  #login-required .overflow-login-required {
    background: #131313;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden; }
  .isShowLoginRequired #login-required {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .isShowLoginRequired #login-required .wrapper-login-required {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
    .isShowLoginRequired #login-required .overflow-login-required {
      visibility: visible; }

#noti-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  #noti-popup .content-noti-popup {
    z-index: 10;
    position: relative;
    background: #2E2E2E;
    width: 100%;
    max-width: 270px;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    color: #FFFFFF; }
    #noti-popup .content-noti-popup .icon-noti-popup {
      margin: 0 0 16px 0; }
    #noti-popup .content-noti-popup .text-noti-popup {
      font-weight: 500;
      font-size: 14px; }
  #noti-popup .overflow-noti-popup {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 46, 46, 0.7); }
  .show-noti #noti-popup {
    display: flex; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

@-o-keyframes shcl2_bounce {
  0% {
    visibility: visible;
    -o-transform: scale(1); }
  80% {
    -o-transform: scale(0.6); }
  100% {
    -o-transform: scale(1); } }

@-ms-keyframes shcl2_bounce {
  0% {
    visibility: visible;
    -ms-transform: scale(1); }
  80% {
    -ms-transform: scale(0.6); }
  100% {
    -ms-transform: scale(1); } }

@-webkit-keyframes shcl2_bounce {
  0% {
    visibility: visible;
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes shcl2_bounce {
  0% {
    visibility: visible;
    -moz-transform: scale(1); }
  80% {
    -moz-transform: scale(0.3); }
  100% {
    -moz-transform: scale(1); } }

@keyframes shcl2_bounce {
  0% {
    visibility: visible;
    transform: scale(1); }
  80% {
    transform: scale(0.6); }
  100% {
    transform: scale(1); } }

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

.lds-ellipsis-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.8);*/
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .show-loading .lds-ellipsis-wrapper {
    display: flex; }
  .lds-ellipsis-wrapper .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-top: -18px; }
    .lds-ellipsis-wrapper .lds-ellipsis svg {
      width: 100%;
      height: 100%; }

.action-noti-popup {
  margin: 15px 0 0 0; }
  .action-noti-popup button {
    background: #000000;
    color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    border-radius: 4px; }

.loader {
  display: block;
  font-size: 8px;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0); }
