@font-face {
  font-family: "Aviano Sans Regular";
  src: url(/file/assets?key=assets%2FAviano-Sans-Regular.otf) format("opentype"); }

@font-face {
  font-family: "Gramond Premier";
  src: url(/file/assets?key=assets%2FGaramondPremrPro-MedCapt.otf) format("opentype"); }

@font-face {
  font-family: Futura;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/futura/futura_n5.5632c6d8a6da9141ef40e51d14264a007bcae7e5.woff2?h1=bGVvbmFyZG8udm4&hmac=9848fb4e99b434e3ba2b71a16bcc1da9f59bb205cbfe1361bac38cdcea84a90c") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n5.ea788239cf399e57dbdfe80e24bba751e5c2a36c.woff?h1=bGVvbmFyZG8udm4&hmac=ed341b8239b7dd8654396c4fb424a76eb07226a41b72c812cbae787b3f806262") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=bGVvbmFyZG8udm4&hmac=94d060352736de03a9db2679fa2c5aca00a3c977f7fa59d63c18b09167b4f446") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=bGVvbmFyZG8udm4&hmac=77d5bda830ff0642034e320addbd33a6ed13ceef0d3581704923d2e9a0202c95") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=bGVvbmFyZG8udm4&hmac=a563cc9673b8b4a6bd24a3e24882ef45e82baf2806d7e8a3357d4962551fa8f6") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=bGVvbmFyZG8udm4&hmac=8266765d894cfc70a278f90261178d5abe221b2d1b8959d1338f6f4db31b98fd") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=bGVvbmFyZG8udm4&hmac=0e1f62ff098a8cad7945538ecb8c3f1bb9d1733b627a5647865614454e49857a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=bGVvbmFyZG8udm4&hmac=206ef4d600872edcd064c1002482faf8eba664420831eaaf4e917db96fb5b456") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: fallback;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=bGVvbmFyZG8udm4&hmac=02775c601c2c57a7d498787feb24ba99bc1f2c6dc49fc964970bf253999104d1") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=bGVvbmFyZG8udm4&hmac=d9e349f4b86af039a7a63ff85575a31ee8bf8d42b13c7c345c925e73c7884b01") format("woff"); }

@font-face {
  font-family: "Font Awesome\ 5 Free";
  src: url(../css/all.min.css); }

body {
  font-family: "Gramond Premier";
  color: #333;
  line-height: 1.65; }

.img-dots.slick-slide {
  cursor: pointer; }

@font-face {
  font-family: fontHeading;
  src: url(/file/assets?key=assets%2FGaramondPremrPro-MedCapt.otf); }

@font-face {
  font-family: fontNav;
  src: url(/file/assets?key=assets%2FAviano-Sans-Regular.otf);}

body {
  overflow-x: hidden; }
  body a {
    color: #333; }
    body a:hover {
      color: inherit;
      text-decoration: none; }
  body ul,
  body li {
    list-style: none;
    padding: 0;
    margin: 0; }

.style-btn {
  color: #363636;
  border: 1px solid #fff;
  position: relative;
  padding: 14px 28px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: Futura, sans-serif;
  font-weight: 500;
  text-align:center;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1; }
  .style-btn:before {
    background-color: #fff;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .style-btn:hover {
    color: #fff;
    outline: 0; }
    .style-btn:hover:before {
      transform-origin: right center;
      transform: scale(0, 1); }

.style-btn-gray {
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.2); }
  .style-btn-gray:before {
    transform-origin: right center;
    transform: scale(0, 1); }
  .style-btn-gray:hover:before {
    background-color: #000 !important;
    transform: scale(1, 1);
    transform-origin: left center; }

.style-btn-black {
  color: #fff;
  border-color: #000; }
  .style-btn-black:before {
    background-color: #000; }
  .style-btn-black:hover {
    color: #000; }

.special-price {
  width: 100%;
  min-height: 41.6px;
  background-color: #eaeaea;
  color: #1f2f29;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }
  .special-price p {
    margin: 0; }
    .special-price p a {
      font-family: "Gramond Premier";
      color: inherit;
      background-color: transparent;
      text-decoration: none; }

.pageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

header {
  position: sticky;
  top: 0%;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  font-family: fontHeading; }
  header .header-content {
    background-color: #fff;
    width: 100%;
    padding-top: 18px;
    color: #333; }
    header .header-content-top {
      display: flex;
      padding-bottom: 18px;
      justify-content: space-between; }
      header .header-content-top .btn {
        width: 33%;
        display: flex;
        justify-content: flex-start; }
        header .header-content-top .btn .icon-btn {
          display: none; }
          @media (max-width: 1170px) {
            header .header-content-top .btn .icon-btn {
              display: block; } }
      header .header-content-top .logo {
        flex: 1;
        text-align: center; }
      img.logo-image {
        width: 150px;
      }
      @media (max-width: 425px) {
        img.logo-image {
          width:110px;
          position: relative;
          top: 3px;
        }
      }
      header .header-content-top .header-right {
        display: flex;
        width: 33%;
        justify-content: flex-end;
        font-size: 12.6px;
        font-family: fontHeading; }
        header .header-content-top .header-right .search {
          cursor: pointer;
          margin-right: 14px;
          margin-left: 14px;
          margin-top: 6px; }
          header .header-content-top .header-right .search .icon-search {
            display: none; }
            @media (max-width: 1170px) {
              header .header-content-top .header-right .search .icon-search {
                display: block; } }
          @media (max-width: 1170px) {
            header .header-content-top .header-right .search span {
              display: none; } }
        header .header-content-top .header-right .cart {
          cursor: pointer;
          margin-right: 14px;
          margin-left: 14px;
          margin-top: 6px; }
          header .header-content-top .header-right .cart .icon-cart {
            display: none; }
            @media (max-width: 1170px) {
              header .header-content-top .header-right .cart .icon-cart {
                display: block; } }
          @media (max-width: 1170px) {
            header .header-content-top .header-right .cart span {
              display: none; } }
    header .header-content-bottom {
      position: relative; }
      header .header-content-bottom .ul-header {
        display: flex;
        justify-content: center;
        position: relative;
        flex-direction: row; }
        header .header-content-bottom .ul-header .item-header {
          padding: 0 21px;
          position: relative;
          /*font-family: fontNav; */
          font-family: "Gramond Premier";
        }
          header .header-content-bottom .ul-header .item-header a.link-header {
            font-size: 12px;
            display: inline-block;
            position: relative;
            padding-bottom: 18px; }
            header .header-content-bottom .ul-header .item-header a.link-header:after {
              content: "";
              display: inline-block;
              position: absolute;
              top: 96%;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #333;
              transform-origin: left center;
              transform: scaleX(0);
              transition: all 300ms ease; }
          header .header-content-bottom .ul-header .item-header:hover {
            color: #333; }
            header .header-content-bottom .ul-header .item-header:hover a.link-header:after {
              transform: scaleX(1);
              transform-origin: left right; }
      header .header-content-bottom:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 1px;
        z-index: 1000;
        box-shadow: 0 -1px #e0e0e0 inset; }
      @media (max-width: 1170px) {
        header .header-content-bottom {
          display: none; } }
  header .men:hover .sub-men {
    visibility: visible;
    opacity: 1; }
  header .women:hover .sub-women {
    visibility: visible;
    opacity: 1; }

header .sub-women .megaMenu-container {
  justify-content: space-evenly; }

header .megaMenu {
  z-index: 999;
  position: absolute;
  padding: 0;
  width: 185px;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  height:auto;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  transition: all 300ms ease-in-out; }
  header .megaMenu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0; }
    header .megaMenu-container-item {
      margin: 0; }

        header .megaMenu-container-item .ul-nav .iteam-nav {
          display: block;
          margin-bottom: 12px;
          text-align: center;
          width: 100%;
          line-height: 1.5;
          text-align: left;
          transition: all 0.2s ease-in-out; }
          header .megaMenu-container-item ul li {
            text-align: center;
            padding: 10px;
            border-bottom: 1px solid #eee;
            font-size: 14px;
          }

.openSearch {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 28px;
  padding-right: 50px;
  padding-bottom: 28px;
  padding-left: 50px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transform: translateY(-30px);
  transition: all 200ms ease-in-out 0.2s;
  align-items: center; }
  .openSearch .iconSearch {
    margin-right: 10px;
    cursor: pointer; }
  .openSearch .iconClose {
    cursor: pointer; }
  .openSearch input {
    flex: 1;
    border: none;
    padding: 1px 2px; }
    .openSearch input:focus {
      outline-width: 0; }
    .openSearch input::placeholder {
      font-size: 18px;
      color: #333333; }

.subNav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 20;
  font-family: fontHeading;
  width: 340px;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  color: #333;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out; }
  .subNav::-webkit-scrollbar {
    width: 7px; }
  .subNav::-webkit-scrollbar-track {
    background-color: #fff; }
  .subNav::-webkit-scrollbar-thumb {
    background-color: #eee;
    border-radius: 20px; }
  .subNav .subNavClose {
    height: 80px;
    display: flex;
    align-items: center; }
  .subNav .subNavUl-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    border-color: rgba(51, 51, 51, 0.25); }
    .subNav .subNavUl-item a {
      font-size: 12px;
      font-family: fontHeading;
      color: #333333; }
    .subNav .subNavUl-item .subNavMen {
      display: none;
      padding-left: 16px; }
      .subNav .subNavUl-item .subNavMen li {
        padding-top: 6px;
        padding-bottom: 6px; }
        .subNav .subNavUl-item .subNavMen li a {
          color: rgba(51, 51, 51, 0.5);
          font-size: 14px; }
    .subNav .subNavUl-item .subNavWomen {
      display: none;
      padding-left: 16px; }
      .subNav .subNavUl-item .subNavWomen li {
        padding-top: 6px;
        padding-bottom: 6px; }
        .subNav .subNavUl-item .subNavWomen li a {
          color: rgba(51, 51, 51, 0.5);
          font-size: 14px; }
    .subNav .subNavUl-item .virtual-li {
      position: relative;
      width: 100%;
      height: 0; }
      .subNav .subNavUl-item .virtual-li .addSubNavMen {
        position: absolute;
        right: 0%;
        top: 28%;
        font-size: 18px;
        cursor: pointer; }
      .subNav .subNavUl-item .virtual-li .addSubNavWomen {
        position: absolute;
        right: 0%;
        top: 28%;
        font-size: 18px;
        cursor: pointer; }

.openCart {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 20;
  order: 2;
  max-width: 400px;
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out; }
  .openCart .openCartTitle {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px; }
  .openCart .openCartList {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 30px;
    flex: 1 1 auto;
    overflow: auto; }
    .openCart .openCartList::-webkit-scrollbar {
      width: 7px; }
    .openCart .openCartList::-webkit-scrollbar-track {
      background-color: #fff; }
    .openCart .openCartList::-webkit-scrollbar-thumb {
      background-color: #eee;
      border-radius: 20px; }
  .openCart .openCartInfor {
    display: flex;
    padding: 30px 0; }
    .openCart .openCartInfor .images img {
      width: 120px;
      height: auto;
      object-fit: contain; }
    .openCart .openCartInfor .inforProduct {
      padding-left: 25px;
      flex: 1; }
      .openCart .openCartInfor .inforProduct-title p {
        font-size: 11px;
        font-family: fontHeading;
        color: #333333;
        margin-bottom: 5.4px; }
        .openCart .openCartInfor .inforProduct-title p:nth-child(1) {
          font-size: 12px; }
    .openCart .openCartInfor .amount {
      display: flex;
      justify-content: space-between; }
      .openCart .openCartInfor .amount-number {
        width: 98px;
        height: 38.4px;
        display: flex;
        position: relative;
        justify-content: space-evenly;
        align-items: center; }
        .openCart .openCartInfor .amount-number-icon.item-quantity {
          cursor: pointer;
          width: 98px;
          height: 38.4px;
          border: 1px solid #e0e0e0;
          height: 100%;
          display: flex;
          text-align: center;
          justify-content: center;
          align-items: center; }
          .openCart .openCartInfor .amount-number-icon {
          cursor: pointer;
          /*width: 98px;*/
          /*height: 38.4px;*/
          height: 100%;
          display: flex;
          text-align: center;
          justify-content: center;
          align-items: center; }
          .openCart .openCartInfor .amount-number-icon.plus {
            position: relative;
            right: 20px;
          }
          .openCart .openCartInfor .amount-number-icon.minus {
            position: relative;
            left: 20px;
          }
      .openCart .openCartInfor .amount-delete a {
        font-size: 9px;
        text-decoration: underline; }
  .openCart .openCartPay {
    min-height: 163px;
    padding: 20px 30px 30px 30px; }
    .openCart .openCartPay p {
      font-size: 14px; }
      .openCart .openCartPay p a {
        font-size: 14px;
        color: #333333; }
    .openCart .openCartPay .checkout {
      background-color: #000;
      color: #fff;
      font-size: 14px;
      padding: 16px 79px;
      width: 100%;
      min-height: 44.8px;
      border: none; }

/* TOGGLE  ELEMENT */
.subNav.open {
  visibility: visible;
  opacity: 1;
  left: 0; }

.openCart.open {
  visibility: visible;
  opacity: 1;
  right: 0; }

.openSearch.open {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  z-index: 99; }

.pageOverlay.show {
  visibility: visible;
  opacity: 0.3; }

/* END */
/* FOOTER */
footer {
  background: #fff;
  color: #333;
  border-top: 1px solid #e0e0e0;
  padding: 75px 80px 42px 80px;
  font-family: fontHeading; }
  footer .content-row .infor .title {
    font-size: 12px;
    margin-bottom: 20px; }
  footer .content-row .infor ul li {
    margin-bottom: 12px; }
    footer .content-row .infor ul li a {
      font-size: 14px; }
  footer .content-row .address .title {
    font-size: 12px;
    margin-bottom: 20px; }
  footer .content-row .address ul li {
    margin-bottom: 22.4px; }
    footer .content-row .address ul li p {
      font-size: 14px;
      margin: 0px; }
      footer .content-row .address ul li p a {
        text-decoration: underline;
        color: #a17c5e; }
      footer .content-row .address ul li p span {
        text-decoration: underline; }
  footer .content-row .aboutUs .title {
    font-size: 12px;
    margin-bottom: 20px; }
  footer .content-row .aboutUs .content {
    font-size: 14px; }
  footer .content-row .contact .title {
    font-size: 12px;
    margin-bottom: 20px; }
  footer .content-row .contact p {
    font-size: 14px;
    margin-bottom: 22.4px; }
    footer .content-row .contact p a {
      text-decoration: underline;
      color: #a17c5e; }
    footer .content-row .contact p img {
      width: 90px;
      height: auto;
      object-fit: contain; }
  footer .content-row .copyright p {
    font-size: 11px;
    color: #333;
    font-family: fontHeading; }

/* END */
@media (max-width: 1170px) {
  header .header-content-top {
    box-shadow: 0 -1px #e0e0e0 inset; } }

@media (max-width: 768px) {
  footer {
    padding: 34px 24px; } }
/*---- ẩn mũi tên input*/
/*--- ẩn mũi tên input number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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