@charset "UTF-8";
/* . - Settings Font */
@font-face {
  font-family: 'din-pro';
  src: url(https://file.hstatic.net/1000184601/file/din_pro-light_fa168281d53348e986682656819f5601.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'din-pro';
  src: url(https://file.hstatic.net/1000184601/file/din_pro-medium_9f6451b6a42c4435bad0673234f16a83.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'din-pro';
  src: url(https://file.hstatic.net/1000184601/file/din_pro-bold_e672fe79cc094792b477071e4fa64bc9.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*@font-face {
font-family: 'p22-underground';
src: url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489947/original/P22Underground-Book.woff2') format('woff2'), url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489946/original/P22Underground-Book.woff') format('woff');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'p22-underground';
src: url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489945/original/P22Underground-Demi.woff2') format('woff2'), url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489944/original/P22Underground-Demi.woff') format('woff');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'p22-underground';
src: url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489943/original/P22Underground-Heavy.woff2') format('woff2'), url('https://d2jjzw81hqbuqv.cloudfront.net/static_assets/files/489942/original/P22Underground-Heavy.woff') format('woff');
font-weight: 900;
font-style: normal;
}
*/
/*End settings font*/
/*error*/
.error {
  color: #c00;
  text-transform: none;
  font-size: .75rem;
  background: none;
  position: relative;
  display: block; }

/* . - General */
html {
  overflow-x: hidden; }
  html.menu-active .mobile_nav_overlay {
    opacity: .8;
    visibility: visible; }
  html.menu-active .fixed-header {
    height: 100%; }
  html.menu-active .navigation {
    left: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
  html.menu-active .campaign__trigger {
    z-index: 0; }
  html.freeze-scroll {
    overflow: hidden; }
  html .mobile_nav_overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    z-index: 3; }

@media (max-width: 767px) {
  .fb_dialog_content iframe {
    bottom: 115px !important; } }

body {
  background: none repeat scroll 0 0 #fff;
  font-family: din-pro,sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 16px; }
  body .loader {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center; }
    body .loader.off {
      display: none; }

html.open-noscroll, body.open-noscroll {
  overflow-y: hidden; }

html.open-overlay .site-overlay, body.open-overlay .site-overlay {
  opacity: 1;
  visibility: visible; }

html.open-cart .toolbar-menu-mobile, body.open-cart .toolbar-menu-mobile {
  z-index: 9; }

html.open-cart .sidebar-cart, body.open-cart .sidebar-cart {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

html.open-menu-mb .menu-mobile, body.open-menu-mb .menu-mobile {
  transform: none;
  visibility: visible;
  opacity: 1; }

.list__later .slick-next, .list__later .slick-prev, .cart_recommend .slick-next, .cart_recommend .slick-prev {
  position: absolute;
  display: block;
  height: 2rem;
  width: 1.5rem;
  min-height: 0;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 1;
  opacity: .75; }
  .list__later .slick-next:before, .list__later .slick-prev:before, .cart_recommend .slick-next:before, .cart_recommend .slick-prev:before {
    content: "";
    display: inline-block;
    border-color: #000;
    border-style: solid;
    border-width: 3px 3px 0 0;
    width: 1.375rem;
    height: 1.375rem; }
  .list__later .slick-next:focus, .list__later .slick-next:hover, .list__later .slick-prev:focus, .list__later .slick-prev:hover, .cart_recommend .slick-next:focus, .cart_recommend .slick-next:hover, .cart_recommend .slick-prev:focus, .cart_recommend .slick-prev:hover {
    background: transparent;
    opacity: 1;
    color: transparent; }

.list__later .slick-next:before, .cart_recommend .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.list__later .slick-prev:before, .cart_recommend .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.container-wrapper {
  margin: 0 auto;
  max-width: 90rem; }
  @media (max-width: 767px) {
    .container-wrapper {
      margin-left: 20px;
      margin-right: 20px; } }

img {
  max-width: 100%; }

a {
  color: var(--maincolor);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.813rem;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover, a:focus {
    color: var(--maincolor);
    text-decoration: none;
    outline: none; }

table {
  width: 100%;
  border-spacing: 0; }
  table tr td {
    border-top: 1px solid #eee; }
  table tr td, table tr th {
    position: relative;
    padding: 10px;
    text-align: left; }
    table tr td:first-child, table tr th:first-child {
      padding-left: 0px; }
    table tr td:last-child, table tr th:last-child {
      padding-right: 0px; }

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

/* 1.1 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.2 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--maincolor);
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.2; }

p {
  margin-bottom: 0; }

.mb-6 {
  margin-bottom: 1.5rem; }

/* 1.3 - Buttons */
/*back to top button*/
button.back-to-top-btn {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 13;
  background: #000;
  border-radius: 50%;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: #fff;
  border: none;
  border: 1px solid #000; }
  button.back-to-top-btn svg {
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
    margin: 0 auto;
    text-align: center; }
  @media (min-width: 768px) {
    button.back-to-top-btn {
      bottom: 100px; } }

/*end back to top button*/
/*load more button*/
.loadMore-button {
  margin: 45px auto 40px;
  text-align: center; }
  .loadMore-button button {
    color: #000;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #000; }
    .loadMore-button button:hover {
      color: #fff;
      background-color: #000; }
  @media (max-width: 767px) {
    .loadMore-button {
      margin: 5px auto; } }

/*end load more button*/
/*Hight light style black fry day*/
.hight-light {
  font-size: 18px;
  line-height: 1.3rem;
  text-shadow: 0 0.1em 20px #ffdd01, 0.05em -0.03em 0 #ffdd01, 0.05em 0.005em 0 #ffdd01, 0em 0.08em 0 #ffdd01, 0.05em 0.08em 0 #ffdd01, 0px -0.03em 0 #ffdd01, -0.03em -0.03em 0 #ffdd01, -0.03em 0.08em 0 #ffdd01, -0.03em 0 0 #ffdd01; }

/*end hight light*/
/*home button*/
button:focus {
  outline: none; }

.btn-cus {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .05em;
  padding: 0.8125rem 1.25rem 0.75rem; }

.deco-none {
  text-decoration: none !important; }

.f-4 {
  font-weight: 400;
  text-transform: none; }

/*end home button*/
/*caret*/
.caret-nbsp {
  margin-right: -0.2em;
  white-space: nowrap; }

.caret {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.2em;
  border-left: 0.32em solid;
  border-bottom: 0.32em solid transparent;
  border-top: 0.32em solid transparent;
  width: 0;
  height: 0; }

/*end caret*/
/*p bottom title*/
.des-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .03em; }

/*end p bottom title*/
.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0; }

/* Header */
.header {
  transition: left .2s ease-in;
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15); }
  .header .h-100 {
    height: 100%; }
  .header.fixed-header {
    position: fixed;
    z-index: 9;
    left: auto;
    top: 0;
    animation: fadeInHeader 0.6s both; }
    .header.fixed-header .header__navigation {
      margin-top: -4px; }
    .header.fixed-header .header__bottom {
      height: 37px;
      margin: 30px auto 0.3125rem;
      font-size: .75rem; }
    .header.fixed-header .search__label {
      display: none; }
    .header.fixed-header .exposed-search-wrapper {
      border: none; }
    @media (min-width: 1025px) {
      .header.fixed-header .header__microsite {
        display: none; }
      .header.fixed-header .header__logo {
        position: absolute;
        /*left: calc(50vw - 720px);*/
        top: 17px;
        margin: 0;
        width: 125px;
        height: 37px;
        left: 20px; }
        .header.fixed-header .header__logo img, .header.fixed-header .header__logo svg {
          width: 100%;
          height: 100%; }
      .header.fixed-header .header__utility {
        margin: 0;
        top: 22px;
        z-index: 2;
        right: 60px; }
        .header.fixed-header .header__utility .header__action a {
          padding: 0 18px; }
      .header.fixed-header .header__action .minicart-label, .header.fixed-header .header__action .miniaccount-label {
        display: none; }
      .header.fixed-header .header__cart {
        top: 22px;
        right: 20px; } }
  .header__menu--toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    display: block;
    left: 20px;
    min-height: 0;
    line-height: normal;
    padding: 0;
    width: 20px;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    outline: none; }
    .header__menu--toggle:focus {
      outline: none; }
    .header__menu--toggle img, .header__menu--toggle svg {
      width: 20px;
      height: 16px; }
  .header__top {
    position: relative;
    height: 50px;
    font-size: .75rem;
    flex-wrap: wrap;
    background: #c00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.1;
    overflow: hidden; }
    .header__top--wrapper {
      position: relative;
      height: 50px;
      font-size: .75rem;
      flex-wrap: wrap;
      background: #c00;
      color: #fff;
      display: block;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      line-height: 50px;
      max-width: 80%; }
    .header__top.top__slider .slick-arrow {
      position: absolute;
      height: 2rem;
      width: 1.5rem;
      min-height: 0;
      font-weight: 400;
      line-height: 0;
      font-size: 0;
      border-radius: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      border: none;
      z-index: 1; }
      .header__top.top__slider .slick-arrow:before {
        content: "";
        display: inline-block;
        border-color: #fff;
        border-style: solid;
        border-width: 2px 2px 0 0;
        width: 10px;
        height: 10px; }
      .header__top.top__slider .slick-arrow.slick-prev {
        left: -2rem; }
        .header__top.top__slider .slick-arrow.slick-prev:before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .header__top.top__slider .slick-arrow.slick-next {
        right: -2rem; }
        .header__top.top__slider .slick-arrow.slick-next:before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .header__top.top__slider p {
      width: 100%;
      height: 100%;
      line-height: 1.5rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .header__top.top__slider p a {
        text-decoration: none; }
      .header__top.top__slider p:hover a {
        text-decoration: underline; }
    .header__top a {
      color: #fff;
      margin-right: 100px; }
      .header__top a:hover {
        text-decoration: underline; }
    @media (max-width: 767px) {
      .header__top--wrapper {
        max-width: 90%;
        width: -webkit-fill-available;
        display: block; }
      .header__top.top__slider .slick-arrow.slick-prev {
        left: 0; }
      .header__top.top__slider .slick-arrow.slick-next {
        right: 0; } }
  .header__middle {
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .header__microsite {
    display: flex;
    text-transform: uppercase;
    font-weight: 700; }
    .header__microsite a {
      line-height: 1em;
      padding: 19px 1.65em;
      letter-spacing: .08em;
      font-size: 1.125rem; }
      .header__microsite a:after {
        border-bottom: 3px solid #000;
        content: "";
        display: block;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .header__microsite a.active:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .header__microsite a:first-child {
        padding-left: 0; }
      .header__microsite a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .header__logo {
    margin: 25px auto 45px; }
    .header__logo img, .header__logo svg {
      width: 172px;
      height: 41px; }
  .header .navigation {
    width: 100%;
    height: 100%;
    position: static;
    transition: left .2s ease-in;
    margin-top: 0;
    box-sizing: border-box; }
  .header .search__overlay {
    display: none; }
    .header .search__overlay.active {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      background: #fff;
      opacity: 1;
      width: 100%;
      height: 100%;
      text-align: left;
      z-index: 250; }
    .header .search__overlay--container {
      margin: 113px auto 0;
      width: 100%;
      max-width: 1156px;
      min-width: 300px;
      padding: 0 24px; }
    .header .search__overlay--close {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      min-height: auto;
      cursor: pointer;
      position: absolute;
      top: 24px;
      right: 24px;
      width: 16px;
      height: 16px; }
      .header .search__overlay--close img {
        display: block; }
    .header .search__overlay form span, .header .search__overlay form label {
      display: block;
      font-weight: 700;
      clear: both;
      text-transform: uppercase;
      font-size: 1.125rem;
      letter-spacing: 1.44px;
      line-height: 24px;
      margin: 0; }
    .header .search__overlay form input {
      border: none;
      outline: none;
      border-radius: 0; }
      .header .search__overlay form input:focus {
        outline: none; }
    .header .search__overlay form #inputSearchAuto {
      border-bottom: 1px solid #000;
      float: left;
      margin: 0;
      padding: 10px 0 0;
      width: 100%;
      line-height: 1.4;
      letter-spacing: .03em;
      font-size: 1rem; }
    .header .search__overlay form .search__clear {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      width: 16px;
      height: 16px;
      min-height: auto;
      float: right;
      position: relative;
      right: 60px;
      bottom: 25px; }
      .header .search__overlay form .search__clear img {
        display: block; }
    .header .search__overlay form .search__submit {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      width: 16px;
      height: 16px;
      min-height: auto;
      float: right;
      position: relative;
      right: -5px;
      bottom: 24px; }
      .header .search__overlay form .search__submit img {
        display: block; }
  .header__search {
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: 0;
    padding: 1px 18px 0;
    text-align: center; }
    .header__search .exposed-search-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row-reverse;
      border-bottom: 1px solid;
      color: #000;
      padding: 0 0 3px;
      width: 145px;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .header__search .exposed-search-wrapper button {
        line-height: 1; }
      .header__search .exposed-search-wrapper .search__label {
        color: #333;
        font-size: .8125rem; }
      .header__search .exposed-search-wrapper img, .header__search .exposed-search-wrapper svg {
        width: 15px;
        max-height: 15px; }
    .header__search button {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      width: auto;
      height: auto;
      min-height: auto; }
  .header__utility {
    margin-top: 25px;
    display: flex;
    position: absolute;
    /*right:calc(50vw - 720px + 3.0625rem);*/
    right: 100px;
    top: 0; }
  .header__action {
    font-size: 10px; }
    .header__action a {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 3px 18px 0;
      font-weight: 400;
      font-size: 10px; }
      .header__action a .acctount-icon {
        display: block; }
      .header__action a .mini-cart-icon-alignment {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .header__action a .account-icon, .header__action a .mini-cart-icon-alignment {
        letter-spacing: .27px;
        position: relative;
        line-height: 14px; }
        .header__action a .account-icon img, .header__action a .account-icon svg, .header__action a .mini-cart-icon-alignment img, .header__action a .mini-cart-icon-alignment svg {
          height: 16px;
          width: 17px; }
      .header__action a .minicart-quantity {
        font-size: .75rem; }
    .header__action--label {
      display: block;
      letter-spacing: .27px;
      line-height: 14px;
      padding-top: 6px; }
    .header__action.header__account .box-account {
      margin: -1px;
      border-radius: 0;
      border: 1px solid #979797;
      top: 100% !important;
      right: 1px !important;
      left: auto !important;
      transform: none !important; }
      .header__action.header__account .box-account .logged {
        padding: 15px 20px;
        min-width: 350px;
        max-height: 80vh;
        overflow-y: auto;
        font-size: 14px;
        text-align: center; }
        .header__action.header__account .box-account .logged ul {
          text-align: left !important; }
          .header__action.header__account .box-account .logged ul li {
            padding: 5px 0; }
            .header__action.header__account .box-account .logged ul li a {
              padding: 0;
              align-items: flex-start;
              font-size: 16px; }
    @media (min-width: 1025px) {
      .header__action.header__account:hover .dropdown-menu.box-account {
        display: block; } }
  .header__bottom {
    border: none;
    margin: 1.0125em auto 0;
    height: 44px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0; }
    .header__bottom .menu__item {
      text-transform: uppercase;
      display: inline-block;
      height: 37px; }
      .header__bottom .menu__item a {
        padding: 0 10px 15px;
        height: 100%;
        display: block;
        width: 100%;
        letter-spacing: .08em;
        font-weight: 700; }
        @media (min-width: 1025px) {
          .header__bottom .menu__item a {
            font-size: 1rem; } }
        .header__bottom .menu__item a:after {
          border-bottom: 2px solid #000;
          content: "";
          display: block;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left;
          transform-origin: left;
          -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media (min-width: 1025px) {
          .header__bottom .menu__item a:hover:after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
        @media (max-width: 1024px) {
          .header__bottom .menu__item a {
            position: sticky;
            top: -1px;
            left: 0;
            z-index: 99;
            background: #fff;
            display: block; } }
    .header__bottom .level__2 {
      display: flex;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
      color: #000;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 3;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: hidden;
      opacity: 0;
      border-top: 1px solid #ccc; }
      .header__bottom .level__2--column {
        flex-basis: 230px;
        max-width: 230px;
        text-align: left; }
        .header__bottom .level__2--column h2, .header__bottom .level__2--column h2 a {
          font-size: .8125rem;
          margin: 0;
          padding: 0;
          line-height: 18px;
          font-weight: 700; }
        .header__bottom .level__2--column a {
          font-size: .75rem;
          padding: 0;
          display: inline-block;
          letter-spacing: .03em;
          font-weight: 400;
          text-transform: none;
          margin: 0;
          width: fit-content; }
      .header__bottom .level__2.open {
        visibility: visible;
        opacity: 1;
        flex-wrap: nowrap; }
      .header__bottom .level__2--title {
        font-size: .8125rem;
        margin: 10px 0 0 !important;
        padding: 0;
        line-height: 18px; }
      .header__bottom .level__2 .level-2__column--wide {
        flex-basis: 255px;
        max-width: 255px; }
        .header__bottom .level__2 .level-2__column--wide a {
          width: 100%; }
        .header__bottom .level__2 .level-2__column--wide h2 {
          text-align: center; }
  .header__main {
    position: relative; }
  .header__cart {
    position: absolute;
    /*right: calc(50vw - 720px);*/
    right: 60px;
    top: 25px; }
    .header__cart a {
      display: block;
      padding: 0 0 20px 20px;
      margin-right: 16px; }
      .header__cart a img, .header__cart a svg {
        letter-spacing: .27px;
        position: relative;
        line-height: 14px; }
      .header__cart a .mini-cart-icon-alignment {
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: column;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 3px; }
      .header__cart a .minicart-quantity {
        padding: 0;
        position: absolute;
        left: 25px;
        top: 10px;
        text-align: center;
        bottom: 19px;
        line-height: .5; }
  .header .search__suggestions {
    display: none;
    position: fixed;
    top: 177px;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 250; }
    .header .search__suggestions--wrapper {
      height: calc(100vh - 220px);
      position: relative;
      background-color: #fff;
      margin: 0 auto;
      overflow-y: auto;
      padding: 0;
      text-align: left;
      top: 0;
      width: 67%;
      min-width: 300px;
      z-index: 1; }
    .header .search__suggestions--product .search__phrase {
      margin: 0 0 25px; }
      .header .search__suggestions--product .search__phrase a {
        font-size: 1.25rem;
        text-transform: uppercase; }
    .header .search__suggestions--product .suggestion__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .header .search__suggestions--product .suggestion__list .suggestion__item {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px; }
        .header .search__suggestions--product .suggestion__list .suggestion__item a {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
        .header .search__suggestions--product .suggestion__list .suggestion__item--img {
          flex: 0 0 25%;
          width: 25%; }
        .header .search__suggestions--product .suggestion__list .suggestion__item--detail {
          padding-top: 0.5em;
          width: 70%;
          text-transform: none;
          font-weight: 400;
          font-size: .75rem;
          letter-spacing: .02em;
          line-height: 1.5em; }
      .header .search__suggestions--product .suggestion__list .resultsMore a {
        font-weight: 400;
        text-decoration: underline;
        letter-spacing: 0.02em;
        line-height: 1.5em;
        margin-bottom: 15px;
        display: block; }
    .header .search__suggestions--phrase .search__group--item {
      text-transform: uppercase;
      display: block;
      margin-bottom: 15px;
      font-size: .75rem;
      text-decoration: underline;
      letter-spacing: 1px; }
  @media (min-width: 1025px) {
    .header__microsite {
      position: absolute;
      top: 0;
      left: calc(50vw - 720px); }
    .header .search__suggestions--wrapper {
      padding: 0;
      margin: 0 auto;
      width: 67%;
      top: 0; }
    .header .search__suggestions--product {
      width: 100%;
      min-width: 300px;
      float: none;
      margin: 0 auto; }
      .header .search__suggestions--product .search__phrase {
        margin: 50px 0 37px; }
      .header .search__suggestions--product .suggestion__list .suggestion__item {
        width: 50%;
        flex: 0 0 50%; } }
  @media (max-width: 1024px) {
    .header .search__overlay--container {
      margin: 75px auto 0; }
    .header .navigation {
      background-color: #fff;
      left: -150%;
      -webkit-transition: left .2s ease-in;
      transition: left .2s ease-in;
      margin-top: 0;
      position: fixed;
      width: 320px;
      height: 100%;
      top: 0;
      z-index: 201; }
      .header .navigation .mb__menu--action {
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
        align-items: center;
        border-bottom: 1px solid #ccc; }
        .header .navigation .mb__menu--action .mb-btn {
          background: none;
          border: none;
          padding: 0;
          margin: 0;
          width: 16px;
          height: 16px;
          min-height: auto; }
          .header .navigation .mb__menu--action .mb-btn img {
            opacity: 1;
            display: block; }
          .header .navigation .mb__menu--action .mb-btn:focus {
            outline: none; }
    .header__top {
      /*height: 75px;*/
      text-align: center; }
      .header__top p {
        padding: 12px 20px 10px; }
      .header__top a {
        font-size: 12px;
        line-height: 50px; }
    .header__navigation {
      height: 100%;
      overflow-y: scroll; }
    .header__bottom {
      margin: 0;
      height: 100%;
      display: block; }
      .header__bottom .menu__item {
        height: fit-content;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ccc; }
        .header__bottom .menu__item a {
          padding: 20px 23px 15px;
          display: block; }
      .header__bottom .level__1--link {
        font-size: 14px; }
        .header__bottom .level__1--link.has-child:before {
          transition: all .3s;
          background: url(https://file.hstatic.net/1000364782/file/chevdown_13cd2d1e1c904efc95482a32bca4784f.svg) no-repeat;
          background-size: 20px;
          background-position: 100% center;
          display: inline-block;
          width: 20px;
          height: 15px;
          content: '';
          float: right; }
        .header__bottom .level__1--link.rotate_chevron:before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .header__bottom .level__2 {
        padding: 0;
        display: none;
        position: relative;
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: none; }
        .header__bottom .level__2--column {
          max-width: 100%; }
          .header__bottom .level__2--column .level__2--subnav-group-hed {
            padding: 7px 30px 7px 45px;
            display: block;
            width: 100%;
            font-size: 14px;
            margin: 0.83em 0; }
          .header__bottom .level__2--column .level__2--column {
            padding: 0 30px 20px 45px; }
            .header__bottom .level__2--column .level__2--column:last-child {
              border: none; }
            .header__bottom .level__2--column .level__2--column a {
              font-size: 16px;
              padding: 7px 0; }
    .header__logo {
      margin: 15px auto;
      height: 29px;
      width: 120px; }
      .header__logo img, .header__logo svg {
        width: 100%;
        height: 100%; }
    .header__middle {
      align-items: center; }
    .header__search {
      position: absolute;
      padding: 0;
      left: 3.75rem;
      top: 50%;
      transform: translateY(-50%); }
    .header__account {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.375rem; }
      .header__account a {
        display: block;
        min-width: 25px;
        padding: 0; }
        .header__account a img, .header__account a svg {
          display: inline-block; }
    .header__utility {
      display: block;
      position: static;
      margin: 0; }
    .header__cart {
      position: absolute;
      right: 19px;
      top: 50%;
      transform: translateY(-50%); }
      .header__cart a {
        padding: 0 0 0 20px; }
        .header__cart a .minicart-quantity {
          top: 50%;
          transform: translateY(-50%); }
      .header__cart img, .header__cart svg {
        width: 14px;
        height: 16px; }
      .header__cart .mini-cart-icon-alignment {
        padding-top: 0 !important; }
    .header__microsite {
      justify-content: space-evenly; }
    .header .minicart-label, .header .miniaccount-label, .header .search__label {
      display: none; }
    .header .exposed-search-wrapper {
      border: none;
      width: 15px;
      padding: 0; } }
  @media (max-width: 767px) {
    .header .navigation {
      width: 100%; } }

/* End Header*/
/*Footer*/
footer .footer__bg {
  background-color: #c00;
  letter-spacing: 1px; }
  footer .footer__bg h1, footer .footer__bg h2, footer .footer__bg h3, footer .footer__bg h4, footer .footer__bg p, footer .footer__bg span, footer .footer__bg a {
    color: #fff; }
  footer .footer__bg .footer__container {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1280px;
    border-bottom: 1px solid #fff; }
    footer .footer__bg .footer__container .footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 23px auto;
      max-width: 950px; }
      footer .footer__bg .footer__container .footer__top--item a {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          footer .footer__bg .footer__container .footer__top--item a {
            flex-direction: column;
            gap: 5px; } }
        footer .footer__bg .footer__container .footer__top--item a:hover img {
          transform: rotate(360deg); }
        footer .footer__bg .footer__container .footer__top--item a:hover span:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        footer .footer__bg .footer__container .footer__top--item a span {
          display: block;
          font-size: 13px;
          position: relative;
          top: 3px;
          font-weight: 400; }
          footer .footer__bg .footer__container .footer__top--item a span:after {
            border-bottom: 1px solid #000;
            content: "";
            display: block;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
        footer .footer__bg .footer__container .footer__top--item a img {
          filter: invert(1);
          margin-right: 12px;
          width: 2.4375rem;
          height: 2.0625rem;
          transition: transform .5s ease-in-out; }
    footer .footer__bg .footer__container .footer__main {
      display: table; }
      footer .footer__bg .footer__container .footer__main .menu-child {
        width: 15%;
        padding: 1.125em;
        letter-spacing: .02em;
        display: table-cell; }
        footer .footer__bg .footer__container .footer__main .menu-child ul {
          display: block;
          width: 100%;
          margin: 1em 0; }
          footer .footer__bg .footer__container .footer__main .menu-child ul li a {
            font-size: .8125rem;
            padding: 3px 0;
            display: block;
            margin: 0;
            letter-spacing: .03em;
            font-weight: 400;
            text-transform: capitalize; }
            @media (min-width: 1025px) {
              footer .footer__bg .footer__container .footer__main .menu-child ul li a {
                font-size: 15px; } }
        footer .footer__bg .footer__container .footer__main .menu-child h3 {
          border: 0;
          padding: 0;
          margin: 30px auto auto;
          font-size: .8125rem;
          text-transform: uppercase; }
      footer .footer__bg .footer__container .footer__main--social {
        display: table-cell;
        width: 30%;
        padding: 1.125em; }
        footer .footer__bg .footer__container .footer__main--social h2 {
          line-height: 28px;
          font-size: 1.25rem;
          letter-spacing: .08em;
          margin: 1.33em 0 1.33em;
          text-transform: uppercase; }
        footer .footer__bg .footer__container .footer__main--social form {
          max-width: 333px; }
        footer .footer__bg .footer__container .footer__main--social .form-row.options-inline {
          position: relative;
          margin-bottom: 25px; }
          footer .footer__bg .footer__container .footer__main--social .form-row.options-inline input[type=radio] + label:nth-of-type(n+2):before {
            margin-left: 2rem; }
          footer .footer__bg .footer__container .footer__main--social .form-row.options-inline input[type=radio]:checked + label:before {
            background: transparent url(https://file.hstatic.net/1000364782/file/radio-dot_f573f53954944dfaa2f806f594bb163b.svg) no-repeat 50%;
            background-size: 50%;
            border: 1px solid #000; }
          footer .footer__bg .footer__container .footer__main--social .form-row.options-inline .field-wrapper label {
            margin-bottom: 0.5rem;
            text-transform: capitalize;
            font-family: din-pro,sans-serif;
            font-weight: 400;
            font-size: .75rem;
            line-height: 1.33333em;
            display: inline;
            float: none;
            margin-top: 0;
            text-align: left;
            cursor: pointer; }
            footer .footer__bg .footer__container .footer__main--social .form-row.options-inline .field-wrapper label:before {
              background: transparent;
              border-radius: 50%;
              content: "";
              border: 1px solid #000;
              display: inline-block;
              vertical-align: text-bottom;
              width: 18px;
              height: 18px;
              margin-right: 8px;
              text-align: center; }
        footer .footer__bg .footer__container .footer__main--social .form-row button {
          outline: none;
          border: none;
          background: none;
          width: 26px;
          padding: 0; }
        footer .footer__bg .footer__container .footer__main--social .form-row input[type=checkbox], footer .footer__bg .footer__container .footer__main--social .form-row input[type=radio] {
          opacity: 0;
          position: absolute;
          z-index: 1;
          width: 0;
          height: 0; }
        footer .footer__bg .footer__container .footer__main--social .form-row-email {
          border-bottom: 1px solid #fff;
          justify-content: space-between;
          padding: 0 10px; }
          footer .footer__bg .footer__container .footer__main--social .form-row-email input {
            width: 16em;
            margin-right: 9px;
            border: none;
            margin-left: 0;
            min-width: 229px;
            font-size: 1rem;
            background-color: transparent;
            height: 40px;
            outline: none;
            color: #fff; }
            footer .footer__bg .footer__container .footer__main--social .form-row-email input:placeholder {
              color: #fff; }
          footer .footer__bg .footer__container .footer__main--social .form-row-email button img {
            filter: invert(1); }
        footer .footer__bg .footer__container .footer__main--social .footer-selectors {
          text-transform: uppercase;
          padding-top: 8%; }
          footer .footer__bg .footer__container .footer__main--social .footer-selectors .footer-country {
            cursor: pointer;
            display: flex;
            align-items: center; }
            footer .footer__bg .footer__container .footer__main--social .footer-selectors .footer-country:hover span:after {
              -webkit-transform: scaleX(1);
              transform: scaleX(1); }
            footer .footer__bg .footer__container .footer__main--social .footer-selectors .footer-country span {
              font-size: 12px;
              margin-right: 5px; }
              footer .footer__bg .footer__container .footer__main--social .footer-selectors .footer-country span:after {
                border-bottom: 1px solid #000;
                content: "";
                display: block;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: left;
                transform-origin: left;
                -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
            footer .footer__bg .footer__container .footer__main--social .footer-selectors .footer-country img {
              max-width: 18px; }
      footer .footer__bg .footer__container .footer__main .footer__list--social {
        margin: 60px 0 0;
        display: flex;
        gap: 20px;
        align-items: center; }
        footer .footer__bg .footer__container .footer__main .footer__list--social a {
          width: 30px;
          height: 30px;
          line-height: 30px; }
          footer .footer__bg .footer__container .footer__main .footer__list--social a img {
            max-width: 30px;
            max-height: 30px;
            /*-webkit-filter: invert(100%);*/
            /* Safari/Chrome */
            /*filter: invert(100%);*/ }
      footer .footer__bg .footer__container .footer__main .footer__list--app h3 {
        border: 0;
        padding: 0;
        margin: 30px auto auto;
        font-size: .8125rem;
        text-transform: uppercase; }
      footer .footer__bg .footer__container .footer__main .footer__list--app .list__app {
        display: flex;
        justify-content: center;
        align-items: center; }
        footer .footer__bg .footer__container .footer__main .footer__list--app .list__app a {
          margin-right: 10px; }
          footer .footer__bg .footer__container .footer__main .footer__list--app .list__app a:last-child {
            max-width: 120px; }
  footer .footer__bg .footer__bottom .copyright {
    text-align: center;
    padding: 16px 0 14px; }
    footer .footer__bg .footer__bottom .copyright span, footer .footer__bg .footer__bottom .copyright a {
      font-weight: 400;
      font-size: .75rem;
      line-height: 1.5em;
      letter-spacing: .02em; }
    footer .footer__bg .footer__bottom .copyright a {
      text-decoration: underline; }

@media (max-width: 1024px) {
	footer {padding: 0 20px; }
	footer .footer__bg .footer__container {display: block;padding-top: 23px; }
	footer .footer__bg .footer__container .footer__top {margin: 13px 0 23px; }
	footer .footer__bg .footer__container .footer__main {display: block; }
	footer .footer__bg .footer__container .footer__main .menu-child {
          border-top: 1px solid #dc3545;
          display: block;
          width: 100%;
          padding: 0;
	}
          footer .footer__bg .footer__container .footer__main .menu-child.has-child h3 span {
            transition: all .3s;
            background: url(https://file.hstatic.net/1000364782/file/chevdown_13cd2d1e1c904efc95482a32bca4784f.svg) no-repeat;
            background-size: 20px;
            background-position: 100% center;
            display: inline-block;
            width: 20px;
            height: 15px;
            float: right; }
          footer .footer__bg .footer__container .footer__main .menu-child h3 {
            margin: 0;
            padding: 12px 0 12px; }
            footer .footer__bg .footer__container .footer__main .menu-child h3.expanned span {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
          footer .footer__bg .footer__container .footer__main .menu-child ul {
            margin: 0 0 1em;
            padding: 0;
            line-height: 1.5em;
            display: none; }
            footer .footer__bg .footer__container .footer__main .menu-child ul li a {
              display: block;
              margin: 0;
              font-size: 1rem;
              letter-spacing: .03em;
              font-weight: 400;
              text-transform: none;
              padding: 9px 0; }
        footer .footer__bg .footer__container .footer__main--social {
          padding: 0;
          display: block;
          width: 100%; }
          footer .footer__bg .footer__container .footer__main--social .form-row {
            justify-content: center; }
          footer .footer__bg .footer__container .footer__main--social .form-row-email {
            margin: 0 auto;
            padding: 0; }
          footer .footer__bg .footer__container .footer__main--social h2 {
            font-size: 1rem;
            line-height: 1.125em;
            text-align: center; }
          footer .footer__bg .footer__container .footer__main--social form {
            margin: 0 auto;
            max-width: 548px; }
          footer .footer__bg .footer__container .footer__main--social .footer__list--social {
            justify-content: center;
            margin: 40px 0; } }

@media (max-width: 767px) {
  footer .footer__bg .footer__container .footer__main--social h2 {
    max-width: 350px;
    text-align: left; }
  footer .footer__bg .footer__container .footer__main--social form {
    max-width: 333px; }
  footer .footer__bg .footer__container .footer__main--social .form-row {
    justify-content: flex-start; } }

/* End Footer*/
/*campaing trigger*/
.campaign__trigger {
  position: fixed;
  opacity: 1 !important;
  z-index: 999;
  transition: opacity 0.5s ease-in-out;
  height: 190px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px; }
  .campaign__trigger--wrapper {
    transform-origin: 95px 95px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-backface-visibility: hidden;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: var(--maincolor);
    color: #fff;
    height: 33px;
    width: 190px;
    font-size: 14px; }
  .campaign__trigger--close {
    font-size: 24px;
    padding-top: 5px; }

/*end campaing trigger*/
/*product loop in collection*/
.wish-list, .collection__list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 0 -12px; }
  .wish-list .product__item, .collection__list .product__item {
    position: relative;
    padding: 0 12px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column; }
    .wish-list .product__item--img, .collection__list .product__item--img {
      position: relative;
      margin-bottom: 12px;
      flex-shrink: 0; }
      .wish-list .product__item--img .product__label, .collection__list .product__item--img .product__label {
        position: absolute;
        pointer-events: none;
        top: 10px;
        left: 10px;
        z-index: 1;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 3px 8px 2px 5px;
        font-size: 12px;
        font-style: italic;
        text-transform: none; }
        .wish-list .product__item--img .product__label--custag, .collection__list .product__item--img .product__label--custag {
          position: absolute;
          pointer-events: none;
          bottom: 10px;
          right: 10px;
          z-index: 1;
          font-weight: 400;
          background-color: rgba(255, 255, 255, 0.9);
          padding: 3px 8px 2px 5px;
          font-size: 12px;
          font-style: italic;
          text-transform: none; }
      .wish-list .product__item--img .product__badge, .collection__list .product__item--img .product__badge {
        font-size: 1rem;
        position: absolute;
        font-weight: 400;
        z-index: 1; }
        .wish-list .product__item--img .product__badge--best, .collection__list .product__item--img .product__badge--best {
          left: 3px;
          bottom: 0;
          width: 50px; }
          @media (max-width: 767px) {
            .wish-list .product__item--img .product__badge--best, .collection__list .product__item--img .product__badge--best {
              width: 40px; } }
        .wish-list .product__item--img .product__badge--sale, .collection__list .product__item--img .product__badge--sale {
          top: 0;
          right: 15px; }
          .wish-list .product__item--img .product__badge--sale span, .collection__list .product__item--img .product__badge--sale span {
            background: #D95336; }
            .wish-list .product__item--img .product__badge--sale span:after, .collection__list .product__item--img .product__badge--sale span:after {
              border-top: 10px solid #D95336; }
        .wish-list .product__item--img .product__badge--new, .collection__list .product__item--img .product__badge--new {
          top: 0;
          left: 15px; }
          .wish-list .product__item--img .product__badge--new span, .collection__list .product__item--img .product__badge--new span {
            background: #FFC107; }
            .wish-list .product__item--img .product__badge--new span:after, .collection__list .product__item--img .product__badge--new span:after {
              border-top: 10px solid #FFC107; }
        .wish-list .product__item--img .product__badge span, .collection__list .product__item--img .product__badge span {
          align-items: center;
          justify-content: center;
          display: flex;
          font-size: 12px;
          position: relative;
          width: 36px;
          height: 32px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600; }
          .wish-list .product__item--img .product__badge span:after, .collection__list .product__item--img .product__badge span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent; }
      .wish-list .product__item--img a.img__wrapper, .collection__list .product__item--img a.img__wrapper {
        position: relative; }
        .wish-list .product__item--img a.img__wrapper .product__img--wrapper, .collection__list .product__item--img a.img__wrapper .product__img--wrapper {
          position: relative;
          background-color: #f8f8f8;
          overflow: hidden; }
          .wish-list .product__item--img a.img__wrapper .product__img--wrapper:before, .collection__list .product__item--img a.img__wrapper .product__img--wrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 126.5%; }
          .wish-list .product__item--img a.img__wrapper .product__img--wrapper img, .collection__list .product__item--img a.img__wrapper .product__img--wrapper img {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: absolute;
            -webkit-transition: opacity .1s;
            transition: opacity .1s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            height: auto;
            object-fit: cover; }
          .wish-list .product__item--img a.img__wrapper .product__img--wrapper .prim_img, .collection__list .product__item--img a.img__wrapper .product__img--wrapper .prim_img {
            opacity: 1;
            display: block; }
          .wish-list .product__item--img a.img__wrapper .product__img--wrapper .alt_img, .collection__list .product__item--img a.img__wrapper .product__img--wrapper .alt_img {
            display: none;
            opacity: 0; }
      .wish-list .product__item--img .swatch__container, .collection__list .product__item--img .swatch__container {
        display: none;
        overflow: auto;
        z-index: 2; }
        .wish-list .product__item--img .swatch__container .swatch__list, .collection__list .product__item--img .swatch__container .swatch__list {
          width: 100%;
          padding: 10px 0;
          background: #fff;
          float: right; }
          .wish-list .product__item--img .swatch__container .swatch__list .swatch__item, .collection__list .product__item--img .swatch__container .swatch__list .swatch__item {
            margin: 0 4px 4px 0;
            padding: 5px 7px 7px 5px;
            border-radius: 26px;
            margin-top: 5px;
            border: 1px solid transparent;
            float: left; }
            .wish-list .product__item--img .swatch__container .swatch__list .swatch__item.active, .collection__list .product__item--img .swatch__container .swatch__list .swatch__item.active {
              border: 1px solid #000; }
            .wish-list .product__item--img .swatch__container .swatch__list .swatch__item a, .collection__list .product__item--img .swatch__container .swatch__list .swatch__item a {
              position: relative;
              display: block;
              margin: 0;
              border-radius: 26px;
              width: 40px;
              height: 40px; }
              .wish-list .product__item--img .swatch__container .swatch__list .swatch__item a:before, .collection__list .product__item--img .swatch__container .swatch__list .swatch__item a:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                border: 1px solid #000;
                border-radius: 20px;
                height: 42px;
                width: 42px; }
      .wish-list .product__item--img #quickview_btn, .collection__list .product__item--img #quickview_btn {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        height: 50px; }
        .wish-list .product__item--img #quickview_btn.resign, .collection__list .product__item--img #quickview_btn.resign {
          position: absolute;
          left: 0;
          bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 12px;
          width: calc(100% - 24px);
          z-index: 3; }
          .wish-list .product__item--img #quickview_btn.resign .quickview_btn, .collection__list .product__item--img #quickview_btn.resign .quickview_btn {
            margin-top: 0 !important; }
        .wish-list .product__item--img #quickview_btn .quickview_btn, .collection__list .product__item--img #quickview_btn .quickview_btn {
          cursor: pointer;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 40px;
          font-weight: 700;
          font-size: .75rem;
          letter-spacing: .08em;
          line-height: 40px;
          padding: 0 40px;
          border-radius: 0;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          width: 100%;
          border: 1px solid #000;
          color: #000;
          background-color: #fff;
          margin-top: 12px;
          display: none; }
      .wish-list .product__item--img:hover a.img__wrapper .product__img--wrapper .prim_img, .collection__list .product__item--img:hover a.img__wrapper .product__img--wrapper .prim_img {
        opacity: 0;
        display: none; }
      .wish-list .product__item--img:hover a.img__wrapper .product__img--wrapper .alt_img, .collection__list .product__item--img:hover a.img__wrapper .product__img--wrapper .alt_img {
        display: block;
        opacity: 1; }
      @media (min-width: 1025px) {
        .wish-list .product__item--img:focus #quickview_btn .quickview_btn, .wish-list .product__item--img:hover #quickview_btn .quickview_btn, .collection__list .product__item--img:focus #quickview_btn .quickview_btn, .collection__list .product__item--img:hover #quickview_btn .quickview_btn {
          display: block;
          left: 0;
          position: absolute;
          text-decoration: none;
          width: 100%;
          z-index: 1;
          padding: 0 10px;
          margin-top: 10px; }
          .wish-list .product__item--img:focus #quickview_btn .quickview_btn:hover, .wish-list .product__item--img:focus #quickview_btn .quickview_btn:focus, .wish-list .product__item--img:hover #quickview_btn .quickview_btn:hover, .wish-list .product__item--img:hover #quickview_btn .quickview_btn:focus, .collection__list .product__item--img:focus #quickview_btn .quickview_btn:hover, .collection__list .product__item--img:focus #quickview_btn .quickview_btn:focus, .collection__list .product__item--img:hover #quickview_btn .quickview_btn:hover, .collection__list .product__item--img:hover #quickview_btn .quickview_btn:focus {
            background: #4c4c4c;
            color: #fff; }
        .wish-list .product__item--img:focus .swatch__container, .wish-list .product__item--img:hover .swatch__container, .collection__list .product__item--img:focus .swatch__container, .collection__list .product__item--img:hover .swatch__container {
          display: block;
          background: #fff;
          left: 0;
          position: absolute;
          text-decoration: none;
          width: 100%;
          z-index: 2;
          margin-top: 50px;
          min-height: 0; } }
    .wish-list .product__item--details, .collection__list .product__item--details {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      z-index: 1; }
      .wish-list .product__item--details .product__name a, .collection__list .product__item--details .product__name a {
        font-size: .75rem;
        line-height: 17px;
        font-weight: 400;
        display: block; }
      .wish-list .product__item--details .product__pricing, .collection__list .product__item--details .product__pricing {
        line-height: 18px;
        font-size: .75rem; }
        .wish-list .product__item--details .product__pricing del ~ span, .collection__list .product__item--details .product__pricing del ~ span {
          color: #c00;
          display: inline-block;
          margin-left: 5px; }
        .wish-list .product__item--details .product__pricing a, .collection__list .product__item--details .product__pricing a {
          font-weight: 400;
          font-size: .75rem;
          text-transform: capitalize; }
      .wish-list .product__item--details .swatch__container, .collection__list .product__item--details .swatch__container {
        display: block;
        background: #fff;
        text-decoration: none;
        width: 100%;
        z-index: 10;
        margin-top: 4px;
        min-height: 0;
        overflow: auto; }
        .wish-list .product__item--details .swatch__container .product__swatch, .collection__list .product__item--details .swatch__container .product__swatch {
          width: 100%;
          padding: 0;
          background: #fff;
          float: right; }
          .wish-list .product__item--details .swatch__container .product__swatch .swatch__list, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list {
            margin: 0;
            overflow: hidden;
            padding: 0;
            display: inline-block; }
            .wish-list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item {
              float: left;
              margin-top: 5px; }
              .wish-list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a {
                border: 1px solid transparent;
                margin: 0 12px 4px 0;
                padding: 0;
                border-radius: 100%;
                width: 24px;
                height: 24px;
                display: block;
                position: relative;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
                .wish-list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:hover, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:hover {
                  border: 1px solid #949494; }
                .wish-list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a.active, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a.active {
                  border: 1px solid #000; }
                .wish-list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:before, .collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  border: 1px solid #000;
                  border-radius: 20px;
                  height: 18px;
                  width: 18px;
                  transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          .wish-list .product__item--details .swatch__container, .collection__list .product__item--details .swatch__container {
            display: none; } }
      .wish-list .product__item--details .product__coupon--item, .collection__list .product__item--details .product__coupon--item {
        display: inline-block;
        border: 1px solid #2f5acf;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 4px 14px;
        margin-top: 10px;
        color: #2f5acf;
        font-size: 14px;
        background: #fff; }
        .wish-list .product__item--details .product__coupon--item span, .collection__list .product__item--details .product__coupon--item span {
          font-weight: 500; }
        @media (max-width: 767px) {
          .wish-list .product__item--details .product__coupon--item, .collection__list .product__item--details .product__coupon--item {
            font-size: 11px;
            padding: 5px 8px; } }
      @media (max-width: 767px) {
        .wish-list .product__item--details .block-review-sold *, .collection__list .product__item--details .block-review-sold * {
          font-size: .75rem; } }
      @media (min-width: 1025px) {
        .wish-list .product__item--details .product__name a, .collection__list .product__item--details .product__name a {
          font-size: 16px;
          line-height: 22px; }
        .wish-list .product__item--details .product__pricing, .collection__list .product__item--details .product__pricing {
          margin-top: 5px;
          font-size: 16px; } }
    .wish-list .product__item--wishlist button, .collection__list .product__item--wishlist button {
      opacity: 0;
      background: none;
      margin: 0;
      width: auto;
      height: auto;
      min-height: auto;
      position: absolute;
      top: 45px;
      right: 25px;
      z-index: 2;
      cursor: pointer;
      background-color: #fff;
      padding: 0;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      border: transparent;
      transition: all .3s ease; }
      .wish-list .product__item--wishlist button > svg, .collection__list .product__item--wishlist button > svg {
        -webkit-transition: fill .2s;
        transition: fill .2s;
        fill: transparent;
        stroke: #000;
        stroke-width: 1px;
        width: 22px;
        height: 20px;
        display: inline-block; }
      .wish-list .product__item--wishlist button.active > svg, .collection__list .product__item--wishlist button.active > svg {
        fill: unset; }
    .wish-list .product__item:hover .product__item--wishlist button, .collection__list .product__item:hover .product__item--wishlist button {
      opacity: 1; }
  .wish-list .banner__wrapper, .collection__list .banner__wrapper {
    grid-column: 1/span 2;
    padding: 0 6px; }
    .wish-list .banner__wrapper a, .collection__list .banner__wrapper a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      box-sizing: border-box;
      margin-bottom: 60px;
      pointer-events: auto; }
    .wish-list .banner__wrapper--left, .collection__list .banner__wrapper--left {
      display: flex;
      flex-direction: column;
      position: relative;
      flex-shrink: 0;
      box-sizing: border-box;
      width: 57%;
      padding-right: 2%;
      cursor: pointer;
      pointer-events: auto;
      text-decoration: none; }
    .wish-list .banner__wrapper--right, .collection__list .banner__wrapper--right {
      display: flex;
      flex-direction: column;
      position: relative;
      flex-shrink: 0;
      box-sizing: border-box;
      width: 43%;
      padding-left: 1%;
      pointer-events: auto;
      cursor: pointer;
      text-decoration: none;
      text-align: center; }
      .wish-list .banner__wrapper--right h6, .collection__list .banner__wrapper--right h6 {
        font-size: 26px;
        line-height: 1.6em;
        letter-spacing: .08em;
        margin-top: 23px;
        text-transform: uppercase; }
      .wish-list .banner__wrapper--right .caret-block, .collection__list .banner__wrapper--right .caret-block {
        font-size: 13px;
        text-transform: uppercase; }
        .wish-list .banner__wrapper--right .caret-block.tile-clone, .collection__list .banner__wrapper--right .caret-block.tile-clone {
          text-transform: capitalize;
          font-weight: 600; }
    .wish-list .banner__wrapper .list__img--outfit, .collection__list .banner__wrapper .list__img--outfit {
      display: flex;
      flex-wrap: wrap; }
      .wish-list .banner__wrapper .list__img--outfit img, .collection__list .banner__wrapper .list__img--outfit img {
        width: 50%; }
  @media (min-width: 1025px) {
    .wish-list, .collection__list {
      grid-template-columns: repeat(3, 33.3333%); }
      .wish-list .banner__wrapper, .collection__list .banner__wrapper {
        grid-column: 1/span 3;
        padding: 0 12px; } }
  @media (max-width: 767px) {
    .wish-list .banner__wrapper a, .collection__list .banner__wrapper a {
      flex-wrap: wrap; }
    .wish-list .banner__wrapper--left, .wish-list .banner__wrapper--right, .collection__list .banner__wrapper--left, .collection__list .banner__wrapper--right {
      width: 100%;
      padding: 0; }
    .wish-list .banner__wrapper .list__img--outfit img, .collection__list .banner__wrapper .list__img--outfit img {
      width: 100%; } }

.product-list-card .product__item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px; }
  .product-list-card .product__item--img {
    position: relative;
    margin-bottom: 12px; }
    .product-list-card .product__item--img .product__label {
      position: absolute;
      pointer-events: none;
      top: 10px;
      left: 10px;
      z-index: 1;
      font-weight: 400;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 3px 8px 2px 5px;
      font-size: 12px;
      font-style: italic;
      text-transform: none; }
    .product-list-card .product__item--img .product__badge {
      font-size: 1rem;
      position: absolute;
      font-weight: 400;
      z-index: 1; }
      .product-list-card .product__item--img .product__badge--best {
        left: 3px;
        bottom: 0;
        width: 50px; }
        @media (max-width: 767px) {
          .product-list-card .product__item--img .product__badge--best {
            width: 40px; } }
      .product-list-card .product__item--img .product__badge--sale {
        top: 0;
        right: 15px; }
        .product-list-card .product__item--img .product__badge--sale span {
          background: #D95336; }
          .product-list-card .product__item--img .product__badge--sale span:after {
            border-top: 10px solid #D95336; }
      .product-list-card .product__item--img .product__badge--new {
        top: 0;
        left: 15px; }
        .product-list-card .product__item--img .product__badge--new span {
          background: #FFC107; }
          .product-list-card .product__item--img .product__badge--new span:after {
            border-top: 10px solid #FFC107; }
      .product-list-card .product__item--img .product__badge span {
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 12px;
        position: relative;
        width: 36px;
        height: 32px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600; }
        .product-list-card .product__item--img .product__badge span:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          border-left: 18px solid transparent;
          border-right: 18px solid transparent; }
    .product-list-card .product__item--img a.img__wrapper {
      position: relative; }
      .product-list-card .product__item--img a.img__wrapper .product__img--wrapper {
        position: relative;
        background-color: #f8f8f8;
        overflow: hidden; }
        .product-list-card .product__item--img a.img__wrapper .product__img--wrapper:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 126.5%; }
        .product-list-card .product__item--img a.img__wrapper .product__img--wrapper img {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          position: absolute;
          -webkit-transition: opacity .1s;
          transition: opacity .1s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        .product-list-card .product__item--img a.img__wrapper .product__img--wrapper .prim_img {
          opacity: 1;
          display: block; }
        .product-list-card .product__item--img a.img__wrapper .product__img--wrapper .alt_img {
          display: none;
          opacity: 0; }
    .product-list-card .product__item--img .swatch__container {
      display: none;
      overflow: auto;
      z-index: 2; }
      .product-list-card .product__item--img .swatch__container .swatch__list {
        width: 100%;
        padding: 10px 0;
        background: #fff;
        float: right; }
        .product-list-card .product__item--img .swatch__container .swatch__list .swatch__item {
          margin: 0 4px 4px 0;
          padding: 5px 7px 7px 5px;
          border-radius: 26px;
          margin-top: 5px;
          border: 1px solid transparent;
          float: left; }
          .product-list-card .product__item--img .swatch__container .swatch__list .swatch__item.active {
            border: 1px solid #000; }
          .product-list-card .product__item--img .swatch__container .swatch__list .swatch__item a {
            position: relative;
            display: block;
            margin: 0;
            border-radius: 26px;
            width: 40px;
            height: 40px; }
            .product-list-card .product__item--img .swatch__container .swatch__list .swatch__item a:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #000;
              border-radius: 20px;
              height: 42px;
              width: 42px; }
    .product-list-card .product__item--img #quickview_btn {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -50px;
      height: 50px; }
      .product-list-card .product__item--img #quickview_btn.resign {
        position: absolute;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 12px;
        width: calc(100% - 24px);
        z-index: 3; }
        .product-list-card .product__item--img #quickview_btn.resign .quickview_btn {
          margin-top: 0 !important; }
      .product-list-card .product__item--img #quickview_btn .quickview_btn {
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        font-weight: 700;
        font-size: .75rem;
        letter-spacing: .08em;
        line-height: 40px;
        padding: 0 40px;
        border-radius: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        border: 1px solid #000;
        color: #000;
        background-color: #fff;
        margin-top: 12px;
        display: none; }
    .product-list-card .product__item--img:hover a.img__wrapper .product__img--wrapper .prim_img {
      opacity: 0;
      display: none; }
    .product-list-card .product__item--img:hover a.img__wrapper .product__img--wrapper .alt_img {
      display: block;
      opacity: 1; }
    @media (min-width: 1025px) {
      .product-list-card .product__item--img:focus #quickview_btn .quickview_btn, .product-list-card .product__item--img:hover #quickview_btn .quickview_btn {
        display: block;
        left: 0;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 1;
        padding: 0 10px;
        margin-top: 10px; }
        .product-list-card .product__item--img:focus #quickview_btn .quickview_btn:hover, .product-list-card .product__item--img:focus #quickview_btn .quickview_btn:focus, .product-list-card .product__item--img:hover #quickview_btn .quickview_btn:hover, .product-list-card .product__item--img:hover #quickview_btn .quickview_btn:focus {
          background: #4c4c4c;
          color: #fff; }
      .product-list-card .product__item--img:focus .swatch__container, .product-list-card .product__item--img:hover .swatch__container {
        display: block;
        background: #fff;
        left: 0;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 2;
        margin-top: 50px;
        min-height: 0; } }
  .product-list-card .product__item--details .product__name a {
    font-size: .75rem;
    line-height: 17px;
    font-weight: 400;
    display: block; }
  .product-list-card .product__item--details .product__pricing {
    line-height: 18px;
    font-size: .75rem; }
    .product-list-card .product__item--details .product__pricing del ~ span {
      color: #c00; }
    .product-list-card .product__item--details .product__pricing a {
      font-weight: 400;
      font-size: .75rem;
      text-transform: capitalize; }
  .product-list-card .product__item--details .swatch__container {
    display: block;
    background: #fff;
    text-decoration: none;
    width: 100%;
    z-index: 10;
    margin-top: 4px;
    min-height: 0;
    overflow: auto; }
    .product-list-card .product__item--details .swatch__container .product__swatch {
      width: 100%;
      padding: 0;
      background: #fff;
      float: right; }
      .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list {
        margin: 0;
        overflow: hidden;
        padding: 0;
        display: inline-block; }
        .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item {
          float: left;
          margin-top: 5px; }
          .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a {
            border: 1px solid transparent;
            margin: 0 12px 4px 0;
            padding: 0;
            border-radius: 100%;
            width: 24px;
            height: 24px;
            display: block;
            position: relative;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:hover {
              border: 1px solid #949494; }
            .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a.active {
              border: 1px solid #000; }
            .product-list-card .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              border: 1px solid #000;
              border-radius: 20px;
              height: 18px;
              width: 18px;
              transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .product-list-card .product__item--details .swatch__container {
        display: none; } }
  @media (min-width: 1025px) {
    .product-list-card .product__item--details .product__name a {
      font-size: 16px;
      line-height: 22px; }
    .product-list-card .product__item--details .product__pricing {
      margin-top: 5px;
      font-size: 16px; } }
  .product-list-card .product__item--wishlist button {
    opacity: 0;
    background: none;
    margin: 0;
    width: auto;
    height: auto;
    min-height: auto;
    position: absolute;
    top: 45px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: transparent;
    transition: all .3s ease; }
    .product-list-card .product__item--wishlist button > svg {
      -webkit-transition: fill .2s;
      transition: fill .2s;
      fill: transparent;
      stroke: #000;
      stroke-width: 1px;
      width: 22px;
      height: 20px;
      display: inline-block; }
    .product-list-card .product__item--wishlist button.active > svg {
      fill: unset; }
  .product-list-card .product__item:hover .product__item--wishlist button {
    opacity: 1; }

.collection__list .product__item--details .swatch__container .product__swatch .swatch__list .swatch__item a.active {
  border: none; }

/*end product loop in collection*/
/* my nav owl article */
.pro-article-owl.owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto; }
  .pro-article-owl.owl-carousel .owl-nav button.owl-prev,
  .pro-article-owl.owl-carousel .owl-nav button.owl-next {
    width: 15px;
    height: 30px;
    display: inline-block;
    background: no-repeat 50%/100% 100%;
    position: absolute;
    filter: invert(1);
    transform: translateY(-50%);
    font-size: 0;
    outline: none !important; }
  .pro-article-owl.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
    background-image: url(https://theme.hstatic.net/1000184601/1000882765/14/left-arrow.svg?v=5617); }
  .pro-article-owl.owl-carousel .owl-nav button.owl-next {
    right: 15px;
    background-image: url(https://theme.hstatic.net/1000184601/1000882765/14/right-arrow.svg?v=5617); }

/* end nav owl article */
/*Mini cart*/
.mini-cart-content {
  transition: all .3s;
  border: none;
  -webkit-box-shadow: 0 0 0 100vw rgba(20, 20, 20, 0.4);
  box-shadow: 0 0 0 100vw rgba(20, 20, 20, 0.4); }
  .mini-cart-content.right-drawer {
    padding: 25px 18px 0;
    right: -320px;
    top: 0;
    height: 100%;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    overflow-y: auto;
    max-height: 100%;
    position: fixed;
    background: #fff;
    z-index: 101; }
    @media (max-width: 767px) {
      .mini-cart-content.right-drawer {
        padding: 26px 26px 28px;
        top: auto;
        right: -100%;
        bottom: 0;
        height: 384px;
        width: 100%; } }
  .mini-cart-content.open {
    opacity: 1;
    visibility: visible;
    right: 0; }
  .mini-cart-content #minicart-items-form {
    position: relative;
    max-height: calc(100% - 38px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .mini-cart-content #minicart-items-form .mini-cart-header {
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 12px;
      padding: 0;
      text-transform: uppercase; }
    .mini-cart-content #minicart-items-form .mini-cart-product {
      font-size: 12px;
      border-bottom: 1px solid #ccc;
      overflow: hidden;
      padding: 18px 0 14px;
      position: relative;
      margin-bottom: 0; }
      .mini-cart-content #minicart-items-form .mini-cart-product:first-child {
        border-bottom: none;
        padding-bottom: 18px; }
      .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-image {
        float: left;
        width: 80px; }
        .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-image .low-inventory-msg {
          margin-top: 5px;
          font-size: 8px;
          text-transform: uppercase;
          color: #397e93; }
          .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-image .low-inventory-msg .low-availability-message {
            display: inline-block; }
          .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-image .low-inventory-msg svg {
            width: 7px;
            height: 7px;
            fill: #397e93; }
      .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-name {
        float: right;
        margin-right: 20px;
        width: calc(100% - 110px); }
        .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-name a {
          text-transform: uppercase; }
      .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-attributes {
        float: right;
        margin-right: 10px;
        width: calc(100% - 100px); }
      .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-pricing {
        clear: right;
        float: right;
        margin-right: 10px;
        width: calc(100% - 100px); }
        .mini-cart-content #minicart-items-form .mini-cart-product .mini-cart-pricing .mini-cart-price {
          float: right;
          font-weight: 700; }
    .mini-cart-content #minicart-items-form .minicart-bottom-wrapper {
      margin-top: auto; }
      .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .cart-coupon-offers {
        display: none; }
      .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .cart-coupon-code {
        border-top: 1px solid #ccc;
        border-bottom: none;
        padding: 0; }
        .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .cart-coupon-code .coupon-header {
          padding: 20px 0;
          cursor: pointer;
          margin: 0; }
          .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .cart-coupon-code .coupon-header svg {
            font-size: 1.1875rem;
            float: right;
            height: 13px;
            width: 22px;
            fill: #000; }
    .mini-cart-content #minicart-items-form .button-close {
      display: block;
      background: url(https://file.hstatic.net/1000364782/file/close_809a67933dd94978ae5e03df27eabc14.svg) no-repeat 50%;
      border: none;
      float: right;
      margin: 0;
      padding: 0 9px;
      height: 18px;
      width: 18px;
      text-indent: -100em;
      margin-right: -8px;
      position: absolute;
      top: -2px;
      right: 5px;
      cursor: pointer; }
    .mini-cart-content #minicart-items-form .mini-cart-pli-remove {
      position: absolute;
      top: 18px;
      right: 0;
      text-indent: -9999em;
      background: url(https://file.hstatic.net/1000364782/file/close_809a67933dd94978ae5e03df27eabc14.svg) no-repeat 50%;
      background-size: contain;
      height: 12px;
      width: 12px;
      border: none;
      display: none; }
    .mini-cart-content #minicart-items-form .minicart-bottom-wrapper {
      margin-top: auto;
      font-size: 12px; }
      .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .cart-coupon-offers {
        display: none; }
      .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals {
        text-align: center;
        border-top: 1px solid #ccc;
        padding: 20px 0 0; }
        .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals .mini-cart-subtotals {
          float: left;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 16px;
          width: 100%; }
          .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals .mini-cart-subtotals .label {
            font-size: 12px;
            font-weight: 400;
            float: left;
            text-transform: uppercase; }
          .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals .mini-cart-subtotals .value {
            float: right;
            font-size: 12px;
            font-weight: 700; }
        .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals .mini-cart-link-cart {
          margin: 0 auto;
          width: 100%;
          cursor: pointer;
          display: inline-block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 40px;
          font-weight: 700;
          font-size: .75rem;
          letter-spacing: .08em;
          line-height: 40px;
          padding: 0 40px;
          border-radius: 0;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          color: #fff;
          background-color: #000;
          border: 1px solid #000; }
        .mini-cart-content #minicart-items-form .minicart-bottom-wrapper .mini-cart-totals .mini-cart-slot {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 15px; }
    @media (min-width: 768px) {
      .mini-cart-content #minicart-items-form .mini-cart-header {
        margin: 0 -25px;
        padding: 0 25px 17px;
        border-bottom: 1px solid #ccc;
        letter-spacing: 1.44px; }
      .mini-cart-content #minicart-items-form .mini-cart-products {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: auto;
        max-height: none;
        margin-right: -20px;
        padding: 0 20px 0 0; }
        .mini-cart-content #minicart-items-form .mini-cart-products .mini-cart-product {
          display: block;
          border-bottom: 1px solid #ccc; }
          .mini-cart-content #minicart-items-form .mini-cart-products .mini-cart-product:last-of-type {
            border: none; }
        .mini-cart-content #minicart-items-form .mini-cart-products .mini-cart-pli-remove {
          display: block; }
      .mini-cart-content #minicart-items-form .mini-cart-link-cart {
        clear: both; } }
  .mini-cart-content .no-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px; }
    .mini-cart-content .no-product svg {
      margin-bottom: 20px; }

.overlay.open {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*end mini cart*/
/*modal quickview*/
.product__quickview {
  display: none;
  position: fixed;
  width: 920px;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  background: #fff;
  padding: 40px; }
  .product__quickview.open {
    display: block; }
  .product__quickview .product__modal--close {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 22px;
    margin: 0;
    padding: 0;
    right: 10px;
    top: 10px;
    width: 22px;
    position: absolute;
    z-index: 50;
    cursor: pointer; }
  .product__quickview .quickview__wrapper {
    display: flex;
    position: relative;
    overflow: hidden; }
    .product__quickview .quickview__wrapper .quickview__left {
      padding: 1px;
      display: flex;
      flex-wrap: nowrap;
      float: left;
      width: calc(100% - 400px);
      margin-right: 2.5rem;
      min-height: 100px; }
      .product__quickview .quickview__wrapper .quickview__left--thumb {
        position: relative;
        width: 80px;
        margin: 0;
        overflow-x: auto;
        max-height: 493px; }
        .product__quickview .quickview__wrapper .quickview__left--thumb img {
          cursor: pointer; }
      .product__quickview .quickview__wrapper .quickview__left--main {
        margin: 0 0 1.5625rem 1.5625rem;
        position: relative;
        width: 100%; }
    .product__quickview .quickview__wrapper .quickview__right {
      padding: 1px;
      padding-right: 1.25rem;
      width: 400px; }
    .product__quickview .quickview__wrapper .quickview__size {
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      top: 0;
      right: -100%;
      transition: all .3s; }
      .product__quickview .quickview__wrapper .quickview__size.open {
        right: 0; }
      .product__quickview .quickview__wrapper .quickview__size .back-quickview {
        width: 30px;
        height: 30px;
        border: none;
        background: none;
        transform: rotate(-90deg);
        position: absolute; }
      .product__quickview .quickview__wrapper .quickview__size .modal-title {
        text-transform: uppercase;
        font-size: 27px;
        letter-spacing: 1.6px; }
      .product__quickview .quickview__wrapper .quickview__size .size-title a {
        display: block;
        padding: 12px;
        border: none;
        letter-spacing: .9px;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        text-transform: uppercase; }
      .product__quickview .quickview__wrapper .quickview__size .size-box {
        max-width: 700px;
        margin: 0 auto; }

.quickview__overlay.open {
  background: rgba(0, 0, 0, 0.4);
  z-index: 99; }

/*end modal quickview*/
/*modal tìm cửa hàng*/
#showStore .swatch {
  margin-bottom: 4px; }
  #showStore .swatch.color {
    margin-bottom: 17px; }
  #showStore .swatch .header {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #000; }

#showStore .select-swap, #showStore .new-swatch {
  display: flex;
  flex-wrap: wrap; }

#showStore .select-swap .swatch-element, #showStore .new-swatch .swatch-element {
  margin: 0 10px 8px 0;
  display: inline-block; }
  #showStore .select-swap .swatch-element label, #showStore .select-swap .swatch-element span, #showStore .new-swatch .swatch-element label, #showStore .new-swatch .swatch-element span {
    width: 38px;
    height: 38px;
    border: 1px solid #cfcfcf;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    cursor: pointer; }
  #showStore .select-swap .swatch-element.active label, #showStore .select-swap .swatch-element.active span, #showStore .new-swatch .swatch-element.active label, #showStore .new-swatch .swatch-element.active span {
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: bold; }
  #showStore .select-swap .swatch-element.disabled, #showStore .new-swatch .swatch-element.disabled {
    /*pointer-events:none;*/
    overflow: hidden;
    position: relative; }
    #showStore .select-swap .swatch-element.disabled:after, #showStore .new-swatch .swatch-element.disabled:after {
      content: "";
      height: 1px;
      width: 80px;
      display: inline-block;
      background: #cfcfcf;
      position: absolute;
      transform: rotate(-45deg);
      left: -15px;
      bottom: 25px; }

#showStore .select-swap .swatch-element.color label, #showStore .select-swap .swatch-element.color span, #showStore .new-swatch .swatch-element.color label, #showStore .new-swatch .swatch-element.color span {
  border: 1px solid transparent;
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%; }
  #showStore .select-swap .swatch-element.color label.trang span, #showStore .select-swap .swatch-element.color label.kem span, #showStore .select-swap .swatch-element.color span.trang span, #showStore .select-swap .swatch-element.color span.kem span, #showStore .new-swatch .swatch-element.color label.trang span, #showStore .new-swatch .swatch-element.color label.kem span, #showStore .new-swatch .swatch-element.color span.trang span, #showStore .new-swatch .swatch-element.color span.kem span {
    border: 1px solid #ccc; }
  #showStore .select-swap .swatch-element.color label span, #showStore .select-swap .swatch-element.color span span, #showStore .new-swatch .swatch-element.color label span, #showStore .new-swatch .swatch-element.color span span {
    border-radius: 50%;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden; }

#showStore .select-swap .swatch-element.color.active label, #showStore .select-swap .swatch-element.color span, #showStore .new-swatch .swatch-element.color.active label, #showStore .new-swatch .swatch-element.color span {
  background: transparent;
  border-color: #979797; }

#showStore .info-title .modal-title {
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 48px 9px 15px;
  border-bottom: 1px solid #cfcfcf; }

#showStore .info-title .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  line-height: 1;
  cursor: pointer;
  width: 47px;
  height: 48px; }
  #showStore .info-title .modal-close svg {
    width: 18px;
    height: 18px; }

#showStore .product-image-feature-store {
  width: 100%;
  align-self: flex-start; }

#showStore .nameInfo {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: bold; }

#showStore .product-top-info {
  margin-bottom: 10px; }

#showStore .find_store {
  margin: 20px 0;
  height: 34px;
  color: #555; }
  #showStore .find_store:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

#showStore #stock-box {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto; }
  #showStore #stock-box li {
    margin: 0 0 10px; }
    #showStore #stock-box li p {
      margin: 0; }
      #showStore #stock-box li p.bold {
        font-weight: bold; }

#showStore #provinceStore {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 34px;
  margin: 20px 0;
  outline: none; }

#showStore .modal-buynow-trigger {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .08em;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  max-width: 300px;
  margin-top: 10px; }
  #showStore .modal-buynow-trigger:not(.disabled):hover {
    background: #fff;
    color: #000; }
  #showStore .modal-buynow-trigger.disabled {
    background: #ccc;
    border-color: #ccc; }

#showStore .product-price {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.25;
  margin-top: 1.4375rem; }
  #showStore .product-price del ~ span {
    color: #c00;
    margin-left: 1em; }

/*end modal tìm cửa hàng*/
/*swatch viết chung css cho product và quickview*/
.product__details--right .product__title, .quickview__right .product__title {
  font-size: 1.625rem;
  letter-spacing: .024em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.1875rem;
  text-align: left;
  font-weight: 600; }
  @media (max-width: 767px) {
    .product__details--right .product__title, .quickview__right .product__title {
      margin-top: 20px; } }

.product__details--right .product__price, .quickview__right .product__price {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.25;
  margin-top: 1.4375rem; }
  .product__details--right .product__price del ~ span, .quickview__right .product__price del ~ span {
    color: #c00;
    margin-left: 1em; }

.product__details--right .product__asset, .quickview__right .product__asset {
  font-size: .75rem;
  line-height: 1.5em;
  letter-spacing: .02em;
  margin-top: 10px; }
  .product__details--right .product__asset a, .quickview__right .product__asset a {
    color: #007bff; }

.product__details--right .product__swatch .header-swatch, .quickview__right .product__swatch .header-swatch {
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.66667em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.4375rem 0 0.25rem;
  padding: 0;
  letter-spacing: .08em;
  justify-content: space-between; }
  .product__details--right .product__swatch .header-swatch .gender-title, .product__details--right .product__swatch .header-swatch .size-title, .product__details--right .product__swatch .header-swatch .color-title, .quickview__right .product__swatch .header-swatch .gender-title, .quickview__right .product__swatch .header-swatch .size-title, .quickview__right .product__swatch .header-swatch .color-title {
    font-weight: 400; }
  .product__details--right .product__swatch .header-swatch .sizechart-btn, .quickview__right .product__swatch .header-swatch .sizechart-btn {
    display: flex;
    padding: 0;
    margin-top: 0.0625rem;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: none;
    text-decoration: underline; }
    .product__details--right .product__swatch .header-swatch .sizechart-btn img, .quickview__right .product__swatch .header-swatch .sizechart-btn img {
      width: 22px;
      margin: 0 0.5em -1px 0; }

.product__details--right .product__swatch .swatch.color .select-swap .swatch-element, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element {
  cursor: pointer;
  border-radius: 50%; }
  .product__details--right .product__swatch .swatch.color .select-swap .swatch-element.active, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element.active {
    border: 1px solid #000; }
  .product__details--right .product__swatch .swatch.color .select-swap .swatch-element label, .product__details--right .product__swatch .swatch.color .select-swap .swatch-element span, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element label, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element span {
    border: 1px solid transparent;
    font-size: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    cursor: pointer; }
    .product__details--right .product__swatch .swatch.color .select-swap .swatch-element label span, .product__details--right .product__swatch .swatch.color .select-swap .swatch-element span span, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element label span, .quickview__right .product__swatch .swatch.color .select-swap .swatch-element span span {
      border-radius: 50%;
      display: block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      font-size: 0;
      border: none; }

.product__details--right .product__swatch .swatch .select-swap, .quickview__right .product__swatch .swatch .select-swap {
  display: flex;
  flex-wrap: wrap; }
  .product__details--right .product__swatch .swatch .select-swap .swatch-element, .quickview__right .product__swatch .swatch .select-swap .swatch-element {
    margin: 5px 5px 0 0;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer; }
    .product__details--right .product__swatch .swatch .select-swap .swatch-element.active label span, .product__details--right .product__swatch .swatch .select-swap .swatch-element.active span span, .quickview__right .product__swatch .swatch .select-swap .swatch-element.active label span, .quickview__right .product__swatch .swatch .select-swap .swatch-element.active span span {
      border: 1px solid #000;
      font-weight: 700; }
    .product__details--right .product__swatch .swatch .select-swap .swatch-element.disabled, .quickview__right .product__swatch .swatch .select-swap .swatch-element.disabled {
      /*pointer-events:none;*/
      overflow: hidden;
      position: relative; }
      .product__details--right .product__swatch .swatch .select-swap .swatch-element.disabled label span, .product__details--right .product__swatch .swatch .select-swap .swatch-element.disabled span span, .quickview__right .product__swatch .swatch .select-swap .swatch-element.disabled label span, .quickview__right .product__swatch .swatch .select-swap .swatch-element.disabled span span {
        background: #ccc;
        color: #fff;
        border: none; }
    .product__details--right .product__swatch .swatch .select-swap .swatch-element label, .product__details--right .product__swatch .swatch .select-swap .swatch-element span, .quickview__right .product__swatch .swatch .select-swap .swatch-element label, .quickview__right .product__swatch .swatch .select-swap .swatch-element span {
      height: 38px;
      margin-bottom: 6px;
      padding-left: 3px;
      padding-right: 3px;
      width: 80px;
      display: inline-block; }
      .product__details--right .product__swatch .swatch .select-swap .swatch-element label span, .product__details--right .product__swatch .swatch .select-swap .swatch-element span span, .quickview__right .product__swatch .swatch .select-swap .swatch-element label span, .quickview__right .product__swatch .swatch .select-swap .swatch-element span span {
        cursor: pointer;
        color: #000;
        border: 1px solid #949494;
        border-radius: 2px;
        padding-top: 2px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .03em;
        position: relative;
        text-align: center;
        line-height: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 500;
        font-size: .8125rem; }

.product__details--right .product__swatch .select-quantity, .quickview__right .product__swatch .select-quantity {
  margin-top: 10px; }
  .product__details--right .product__swatch .select-quantity span, .quickview__right .product__swatch .select-quantity span {
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.66667em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.4375rem 1rem 0.25rem 0;
    padding: 0;
    letter-spacing: .08em; }

.product__details--right .form__action, .quickview__right .form__action {
  display: flex;
  flex-wrap: nowrap;
  margin: 1.875rem 0 10px; }
  .product__details--right .form__action #add-to-cart, .quickview__right .form__action #add-to-cart {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .08em;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }
    .product__details--right .form__action #add-to-cart:not(.disabled, .disabled):hover, .quickview__right .form__action #add-to-cart:not(.disabled, .disabled):hover {
      background: #fff;
      color: #000; }
    .product__details--right .form__action #add-to-cart.disabled, .quickview__right .form__action #add-to-cart.disabled {
      background: #ccc;
      border-color: #ccc;
      pointer-events: none; }
  .product__details--right .form__action .product__item--wishlist, .quickview__right .form__action .product__item--wishlist {
    margin-left: 0.375rem; }
    .product__details--right .form__action .product__item--wishlist .add-to-favorites, .quickview__right .form__action .product__item--wishlist .add-to-favorites {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      background-color: #fff;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      right: -5px;
      border-radius: 20px;
      cursor: pointer;
      z-index: 1;
      padding-left: 0.3125rem;
      width: 100%;
      white-space: nowrap;
      position: static; }
      .product__details--right .form__action .product__item--wishlist .add-to-favorites.active svg, .quickview__right .form__action .product__item--wishlist .add-to-favorites.active svg {
        fill: #000; }
      .product__details--right .form__action .product__item--wishlist .add-to-favorites svg, .quickview__right .form__action .product__item--wishlist .add-to-favorites svg {
        width: 1.5625rem;
        -webkit-transition: fill .2s;
        transition: fill .2s;
        fill: transparent;
        stroke: #000;
        stroke-width: 1px;
        height: 20px; }

.product__details--right .details__content, .quickview__right .details__content {
  margin-top: 2.5rem; }
  .product__details--right .details__content--title, .quickview__right .details__content--title {
    border-bottom: .05rem solid #000; }
    .product__details--right .details__content--title:first-child, .quickview__right .details__content--title:first-child {
      border-top: .05rem solid #000; }
    .product__details--right .details__content--title.active h2:after, .quickview__right .details__content--title.active h2:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .product__details--right .details__content--title.active .details__content--box, .quickview__right .details__content--title.active .details__content--box {
      display: block;
      visibility: visible;
      opacity: 1; }
    .product__details--right .details__content--title h2, .quickview__right .details__content--title h2 {
      font-family: din-pro,sans-serif;
      font-size: .75rem;
      text-transform: uppercase;
      line-height: 1.4;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      padding: 1.25rem;
      letter-spacing: 1px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .product__details--right .details__content--title h2:after, .quickview__right .details__content--title h2:after {
        transition: all .3s;
        background: url(https://file.hstatic.net/1000364782/file/chevdown_13cd2d1e1c904efc95482a32bca4784f.svg) no-repeat;
        background-size: 20px;
        background-position: 100% center;
        display: inline-block;
        width: 20px;
        height: 15px;
        content: '';
        float: right; }
    .product__details--right .details__content--title .details__content--box, .quickview__right .details__content--title .details__content--box {
      padding: 0 2.5rem 1.25rem 1.25rem;
      font-family: din-pro,sans-serif;
      font-weight: 400;
      font-size: 12px;
      font-size: .75rem;
      line-height: 1.5;
      display: none;
      visibility: hidden;
      opacity: 0;
      transition: all .3s; }
      .product__details--right .details__content--title .details__content--box table, .quickview__right .details__content--title .details__content--box table {
        width: 100% !important; }
      .product__details--right .details__content--title .details__content--box ul, .quickview__right .details__content--title .details__content--box ul {
        list-style: disc;
        margin: 1em 0 0 0.8125rem; }

.box_qty {
  display: flex;
  align-items: center; }
  .box_qty input {
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    color: #000;
    padding: 0; }
    .box_qty input.qty-btn {
      background: #fff;
      cursor: pointer;
      outline: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 36px;
      font-size: 20px;
      box-shadow: 0px 16px 24px rgba(138, 149, 158, 0.08);
      transition: all .3s; }
      .box_qty input.qty-btn:hover {
        background: #F7F7F7; }
    .box_qty input[type="text"] {
      background: #F7F7F7;
      font-weight: 600;
      text-align: center;
      width: 56px;
      margin: 0 8px; }

/*end swatch*/
/*breadcrumb*/
.breadcrumb_container {
  margin: 0 20px; }
  .breadcrumb_container .breadcrumb {
    background-color: transparent;
    padding: 1.0625rem 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap; }
    .breadcrumb_container .breadcrumb > li + li:before {
      padding: 0 0 0 8px;
      color: #ccc;
      content: "/\00a0"; }
  .breadcrumb_container a {
    font-weight: 400; }
  .breadcrumb_container span {
    font-size: 12px !important;
    font-weight: 400; }

/*Modal size*/
#sizeModal {
  z-index: 9999999;
  overflow: hidden; }

#sizeModal .modal-close {
  text-align: right;
  cursor: pointer; }
  #sizeModal .modal-close svg {
    height: 18px;
    width: 18px; }

.modal .modal-dialog {
  width: 90%;
  max-width: 800px;
  min-height: calc(100vh - 3.5rem);
  margin: 30px auto; }

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

.modal .modal-body {
  padding: 25px 25px 28px; }

#sizeModal .modal-title {
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1.6px;
  margin: 0 0 16px; }

#sizeModal .size-title {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 8px; }
  #sizeModal .size-title li.active a {
    color: #000; }
  #sizeModal .size-title li a {
    display: block;
    padding: 12px;
    border: none;
    color: #8a8a8a;
    letter-spacing: .9px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase; }
    #sizeModal .size-title li a:hover {
      color: #000; }

#sizeModal .size-box {
  display: none;
  text-align: center; }
  #sizeModal .size-box.active {
    display: block; }

#sizeModal table {
  width: 100%;
  text-align: center;
  border: 1px solid #cfcfcf;
  margin: 14px 0 28px;
  border-collapse: collapse; }

#sizeModal table tr td {
  line-height: 35px;
  padding: 0 14px;
  text-align: center; }

#sizeModal table tr:first-child td {
  line-height: 43px;
  font-size: 15.75px; }

#sizeModal table tr td:first-child, #sizeModal table tr:first-child td {
  font-weight: bold; }

#sizeModal table tr:nth-child(even) {
  background: #e6e6e6; }

@media screen and (max-width: 767px) {
  #sizeModal .size-title {
    font-size: 20px; }
  #sizeModal .modal-title, #addModal .modal-title {
    font-size: 16px;
    padding: 15px;
    margin: 0; }
  #sizeModal table tr:first-child td {
    line-height: 30px;
    font-size: 14px;
    padding: 0 5px; } }

/**/
/*setting color*/
.color-den:before {
  background: #000000; }

.variant-color-den {
  background-color: #000000; }

.color-xam:before {
  background: #ccc; }

.variant-color-xam {
  background-color: #ccc; }

.color-hong:before {
  background: #e20fbf; }

.variant-color-hong {
  background-color: #e20fbf; }

.color-tim:before {
  background: #9d0af0; }

.variant-color-tim {
  background-color: #9d0af0; }

.color-vang:before {
  background: #f0ea0a; }

.variant-color-vang {
  background-color: #f0ea0a; }

.color-xanh:before {
  background: #0edb0c; }

.variant-color-xanh {
  background-color: #0edb0c; }

.color-do:before {
  background: #ff0000; }

.variant-color-do {
  background-color: #ff0000; }

.color-xanh:before {
  background: #2208e6; }

.variant-color-xanh {
  background-color: #2208e6; }

.color-cam:before {
  background: #ee890b; }

.variant-color-cam {
  background-color: #ee890b; }

/*end setting color*/
/*setting grid row*/
.row-1-grid-asset, .row-1-grid-slot {
  grid-row: 1/span 1; }

.row-2-grid-asset, .row-2-grid-slot {
  grid-row: 2/span 1; }

.row-3-grid-asset, .row-3-grid-slot {
  grid-row: 3/span 1; }

.row-4-grid-asset, .row-4-grid-slot {
  grid-row: 4/span 1; }

.row-5-grid-asset, .row-5-grid-slot {
  grid-row: 5/span 1; }

.row-6-grid-asset, .row-6-grid-slot {
  grid-row: 6/span 1; }

.row-7-grid-asset, .row-7-grid-slot {
  grid-row: 7/span 1; }

.row-8-grid-asset, .row-8-grid-slot {
  grid-row: 8/span 1; }

.row-9-grid-asset, .row-9-grid-slot {
  grid-row: 9/span 1; }

.row-10-grid-asset, .row-10-grid-slot {
  grid-row: 10/span 1; }

.row-11-grid-asset, .row-11-grid-slot {
  grid-row: 11/span 1; }

.row-12-grid-asset, .row-12-grid-slot {
  grid-row: 12/span 1; }

.row-13-grid-asset, .row-13-grid-slot {
  grid-row: 13/span 1; }

.row-14-grid-asset, .row-14-grid-slot {
  grid-row: 14/span 1; }

.row-15-grid-asset, .row-15-grid-slot {
  grid-row: 15/span 1; }

.row-16-grid-asset, .row-16-grid-slot {
  grid-row: 16/span 1; }

.row-17-grid-asset, .row-17-grid-slot {
  grid-row: 17/span 1; }

.row-18-grid-asset, .row-18-grid-slot {
  grid-row: 18/span 1; }

.row-19-grid-asset, .row-19-grid-slot {
  grid-row: 19/span 1; }

.row-20-grid-asset, .row-20-grid-slot {
  grid-row: 20/span 1; }

.row-21-grid-asset, .row-21-grid-slot {
  grid-row: 21/span 1; }

.row-22-grid-asset, .row-22-grid-slot {
  grid-row: 22/span 1; }

.row-23-grid-asset, .row-23-grid-slot {
  grid-row: 23/span 1; }

.row-24-grid-asset, .row-24-grid-slot {
  grid-row: 24/span 1; }

.product__poilicy {
  padding: 24px;
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto; }
  .product__poilicy p {
    font-size: .75rem;
    color: #c00;
    margin: 1em 0;
    line-height: 1.5em;
    letter-spacing: .02em; }

/* start custom 13/01/2021 */
.loader {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.loader.loader-index {
  opacity: 1;
  visibility: visible;
  z-index: 999999; }

.note {
  margin-top: 10px; }

.bold {
  font-weight: bold;
  cursor: pointer; }

.breadcrumb {
  list-style: none;
  border-radius: 0;
  background: #FAFAFA;
  padding: .75rem 0;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
  display: -webkit-box;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */ }
  .breadcrumb::-webkit-scrollbar {
    display: none; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li a, .breadcrumb li span {
      font-size: 14px;
      color: #000; }
    .breadcrumb li + li:before {
      content: '>';
      display: inline-block;
      padding: 0 3px;
      height: 14px;
      overflow: hidden; }

#pagination {
  margin: 30px 0; }

#pagination .page-node,
#pagination .next,
#pagination .prev {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  transition: all .3s;
  text-decoration: none; }

#pagination .next, #pagination .prev {
  font-size: 14px; }

#pagination .next {
  float: right; }

#pagination .prev {
  float: left; }

#pagination .page-node:hover {
  background: #dbdbdb; }

#pagination .next:hover, #pagination .prev:hover {
  text-decoration: underline; }

#pagination .page-node.current {
  background: #000;
  color: #fff; }

.order_1 {
  order: 1; }

.order_2 {
  order: 2; }

.order_3 {
  order: 3; }

.order_4 {
  order: 4; }

.order_5 {
  order: 5; }

.order_6 {
  order: 6; }

/* end custom 13/01/2021 */
@keyframes fadeInHeader {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.link-showroom {
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .08em;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  background-color: #fff;
  border: 1px solid #000; }
  .link-showroom:hover {
    color: #fff;
    background-color: #000; }

.branch__banner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  width: 1px;
  min-width: 100%;
  left: 0;
  right: 0;
  border: 0;
  height: 80px;
  display: none;
  z-index: 99999;
  -webkit-transition: all 0.25s ease;
  transition: all 00.25s ease;
  position: fixed;
  bottom: 0;
  overflow: hidden; }
  .branch__banner--content {
    width: 100%;
    overflow: hidden;
    height: 80px;
    background: #fff;
    color: #333;
    border-top: 1px solid #ddd; }
  .branch__banner--left {
    height: 100%; }
  .branch__banner--right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .branch__banner--right:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      height: 100%; }
  .branch__banner--button {
    font-size: 12px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 10px;
    text-decoration: none;
    color: #1CADCE;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .branch__banner--close {
    display: inline-block;
    float: left;
    width: 24px;
    padding: 30px 0;
    text-align: center;
    color: grey;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2; }
  .branch__banner--icon {
    float: left;
    border-radius: 10px;
    width: 63px;
    height: 63px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2; }
    .branch__banner--icon img {
      width: 63px;
      height: 63px;
      border-radius: 10px;
      aspect-ratio: auto 640 / 578; }
  .branch__banner--details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .branch__banner--title {
    min-height: 12px;
    font-weight: bold;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 12px; }
  .branch__banner--description {
    min-height: 2px;
    overflow: hidden;
    color: #333333;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .branch__banner--stars {
    display: inline-block;
    color: #ffb400;
    letter-spacing: -2px;
    font-size: 12px;
    margin-left: -2px; }
  .branch__banner--reviews {
    min-height: 10px;
    min-width: 10px;
    font-size: 10px;
    color: #333;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -1px; }
  @media (max-width: 767px) {
    .branch__banner--content {
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .branch__banner--content > div {
        flex: 0 0 auto; }
    .branch__banner--right {
      float: none;
      height: 100%;
      width: 20%;
      order: 1;
      text-align: right; }
    .branch__banner--left {
      height: 100%;
      width: 80%;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .branch__banner--left > div {
        flex: 0 0 auto; }
    .branch__banner--button {
      color: #08a9cd;
      font-size: 14px;
      padding: 8px 10px; }
    .branch__banner--close {
      top: 0;
      transform: unset;
      -webkit-transform: unset;
      -ms-transform: unset;
      width: 20px;
      height: 20px;
      line-height: 20px;
      padding: 0; }
    .branch__banner--icon {
      float: none;
      top: 0;
      transform: unset;
      -webkit-transform: unset;
      -ms-transform: unset; }
    .branch__banner--details {
      position: relative;
      width: calc( 100% - 80px);
      float: none;
      top: 0;
      transform: unset;
      -webkit-transform: unset;
      -ms-transform: unset;
      margin-left: 10px; }
    .branch__banner--stars {
      font-size: 14px; } }
  @media (max-width: 420px) {
    .branch__banner--stars {
      font-size: 10px; }
    .branch__banner--button {
      font-size: 12px;
      padding: 4px 6px; }
    .branch__banner--icon, .branch__banner--icon img {
      width: 50px;
      height: 50px; }
    .branch__banner--title {
      display: none; } }

@media (max-width: 767px) {
  #hrv-loyalty {
    bottom: 4em !important; } }

#hrv-loyalty {
  display: none; }
