/*Product loop*/
.pro-loop {
  margin-bottom: 10px; }

.pro-loop .pro-loop-wrap {
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  background: #fff; }

.pro-loop .pro-loop-wrap .pro-loop-image {
  position: relative; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 1rem;
  z-index: 9;
  /*background: var(--mainRed); */
  background: #ed583f;
  padding: 2px 6px;
  border-radius: 3px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale span {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label {
  position: absolute;
  top: 40px;
  left: 5px;
  z-index: 2; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label.hidden {
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label img {
  max-height: 25px; }

.pro-loop .pro-loop-wrap .pro-loop-image .label-code {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 8;
  width: 40px; }

.pro-loop .pro-loop-wrap .pro-loop-image .label-code + .pro-loop-soldout {
  bottom: 5px;
  top: unset; }

@media (min-width: 1024px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .label-code {
    width: 45px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item {
  position: relative;
  padding-bottom: 130%;
  display: block;
  overflow: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item picture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item picture:nth-of-type(2) {
  opacity: 0;
  visibility: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: var(--s-radius);
  color: var(--mainColor);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.25rem;
  border-radius: 50%; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button:hover {
  color: var(--mainRed); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button:hover span {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--mainColor);
  white-space: nowrap;
  background: var(--brandColor);
  padding: 2.5px 10px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  font-size: 11px;
  line-height: 20px;
  top: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--brandColor); }

@media (max-width: 768px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span:after {
  top: -6px;
  bottom: initial;
  border-top: none;
  border-bottom: 6px solid var(--brandColor); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button:hover span {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--mainColor);
  white-space: nowrap;
  background: var(--brandColor);
  padding: 2.5px 10px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  font-size: 11px;
  line-height: 20px;
  top: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--brandColor); }

@media (max-width: 768px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span:after {
  top: -6px;
  bottom: initial;
  border-top: none;
  border-bottom: 6px solid var(--brandColor); }

@media (max-width: 767px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button {
    width: 30px;
    height: 30px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-soldout {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-soldout span {
  border-radius: var(--s-radius);
  color: #fff;
  background: #b6b6b6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale + .pro-loop-soldout,
.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label + .pro-loop-soldout,
.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item + .pro-loop-soldout {
  top: unset;
  bottom: 5px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant {
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 80px;
  width: 90%;
  transition: all .4s ease;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant {
    width: 100%;
    height: 60px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #58595B;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select {
  display: flex;
  gap: 10px;
  align-items: center; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item {
    padding: 4px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item span {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #58595B; }

.pro-loop .pro-loop-wrap .pro-loop-vendor {
  margin: 10px 0;
  font-size: .765rem;
  line-height: .918rem;
  display: block; }

.pro-loop .pro-loop-wrap .pro-loop-name {
  margin: 10px 0;
  overflow: hidden;
  line-height: 1.071rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-name a {
  color: #58595B;
  font-size: .893rem;
  line-height: 1.071rem;
  font-weight: normal; }

.pro-loop .pro-loop-wrap .pro-loop-price {
  color: #DB9087;
  margin: 0;
  line-height: 1.224rem;
  font-size: 1.02rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pro-loop .pro-loop-wrap .pro-loop-price del {
  color: var(--mainColor);
  margin-left: 10px;
  font-size: .8rem; }

.pro-loop .pro-loop-wrap .pro-loop-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 10px; }

.pro-loop .pro-loop-wrap .pro-loop-tag span {
  display: inline-flex;
  font-size: 0.7rem;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 8px 4px;
  line-height: 1;
  border-radius: 3px;
  text-transform: uppercase; }

.pro-loop .pro-loop-wrap .pro-loop-tag span:nth-child(1) {
  background: #ebf0ff;
  color: #1560f5; }

.pro-loop .pro-loop-wrap .pro-loop-tag span:nth-child(2) {
  background: #ffebeb;
  color: #f51517; }

.pro-loop .pro-loop-wrap .pro-loop-variants {
  position: absolute; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select {
  margin: 10px 0;
  white-space: nowrap;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow-x: scroll; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select::-webkit-scrollbar {
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item {
  position: relative;
  display: inline-block;
  max-width: 100%;
  list-style: none;
  margin: 0 4px 4px 0;
  outline: none;
  cursor: pointer; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item a {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
  min-width: 25px;
  line-height: 14px;
  border: 1.5px solid #e2cbbb;
  color: #292929;
  background-color: #e2cbbb;
  text-decoration-color: #292929;
  text-transform: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  -webkit-appearance: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item:hover a, .pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item.selected a {
  color: #292929;
  background-color: #e2cbbb;
  border-color: #292929;
  text-decoration-color: #292929; }

.pro-loop .pro-loop-wrap .pro-loop-sold {
  margin-bottom: 10px;
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-sold label {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0; }

.pro-loop .pro-loop-wrap .pro-loop-sold label.fSale_chayhang span {
  font-weight: bold;
  text-transform: uppercase; }

.pro-loop .pro-loop-wrap .pro-loop-sold label img {
  max-width: 35px;
  margin-right: 10px; }

.pro-loop .pro-loop-wrap .pro-loop-sold label span {
  font-weight: 400;
  color: var(--mainRed); }

.pro-loop .pro-loop-wrap .pro-loop-sold .pro-loop-sold-wrap {
  background: #ffaaaf;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  position: relative;
  overflow: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-sold .pro-loop-sold-wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: var(--percent);
  background: linear-gradient(to right, #ff9966, #ff5e62);
  border-radius: 999px;
  transition: all 1s; }

.pro-loop .pro-loop-wrap .pro-loop-bottom {
  opacity: 0;
  visibility: hidden;
  gap: 5px;
  display: none; }

@media (max-width: 767px) {
  .pro-loop .pro-loop-wrap .pro-loop-bottom {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-bottom button {
  width: 50%;
  color: var(--mainColor);
  background: var(--brandColor);
  padding: 5px 10px;
  border-radius: 4px; }

.pro-loop .pro-loop-wrap .pro-loop-bottom button:last-child {
  background: var(--mainRed);
  color: #fff; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap {
    padding: 5px; } }

@media (min-width: 1024px) {
  .pro-loop .pro-loop-wrap:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item {
    display: block; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-cart-icon {
    opacity: 1;
    visibility: visible;
    right: 10px; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-bottom {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767px) {
  .pro-loop {
    padding: 0;
    width: calc(50% - 5px); } }

.section-title-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px; }

.section-title-all span {
  margin: 0 0 5px;
  display: block;
  color: var(--brandColor);
  font-weight: 500;
  font-size: 1rem; }

.section-title-all .section_title_center {
  text-align: center; }

.section-title-all .section_title_center h2 span {
  display: block; }

.section-title-all a.viewmore {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: all .5s; }

@media (max-width: 991px) {
  .section-title-all a.viewmore {
    display: none; } }

.section-title-all a.viewmore:hover {
  /*letter-spacing: 1.5px;*/
  color: var(--brandColor);
  text-decoration: underline; }

.section-title-all .section-title-left {
  text-align: center;
  width: 100%; }

.section-title-all .section-title-left h2 {
  text-transform: uppercase; }

.section-title-all .section-title-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }

.section-title-all .section-title-right ul {
  margin: 0 15px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end; }

.section-title-all .section-title-right ul li a {
  padding: 0 10px;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.224rem;
  font-weight: 700; }

.section-title-all .section-title-right ul li a.active {
  color: #D0B49E; }

@media (max-width: 991px) {
  .section-title-all {
    flex-wrap: wrap;
    text-align: center; }
  .section-title-all .section-title-right {
    overflow: hidden; }
  .section-title-all .section-title-right ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0 0 -10px;
    padding-bottom: 10px;
    overflow-x: auto; } }

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

.home-grid6banner {
  padding: 40px 0; }

.home-grid6banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .home-grid6banner-grid {
      display: flex;
      overflow: auto; }
      .home-grid6banner-grid > div {
        flex: 0 0 calc(100%/1.5); } }
  .home-grid6banner-grid > div {
    min-width: 0; }

.home-grid6banner-item {
  position: relative;
  overflow: hidden; }

.home-grid6banner-image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block; }

.home-grid6banner-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }

.home-grid6banner-item:hover img {
  transform: scale(1.05); }

.home-grid6banner-button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #B7946B;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease; }

.home-grid6banner-item:hover .home-grid6banner-button {
  background: #000000;
  color: #ffffff; }

.listProduct-gridgl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .listProduct-gridgl {
      grid-template-columns: repeat(2, 1fr); } }
  .listProduct-gridgl .pro-loop {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .listProduct-gridgl .pro-loop {
        width: 100%; } }
  .listProduct-gridgl .pro-loop {
    padding-left: 0;
    padding-right: 0; }
  .listProduct-gridgl > div {
    min-width: 0; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-right img {
  margin-top: 0; }
  @media (min-width: 1200px) {
    .home-newletter .home-newletter-wrap .home-newletter-wrap-right img {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .listProduct-gridgl {
    margin-top: 20px; }
  #collection-tabs-ajax {
    /* the slides */
    /* the parent */ }
    #collection-tabs-ajax .slick-slide {
      margin: 0 7px; }
    #collection-tabs-ajax .slick-list {
      margin: 0 -7px; }
  #product-quickview {
    max-width: 90vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
    #product-quickview > div {
      min-width: 0; }
  #product-quickview .product-quickview-left {
    width: 100%; }
  #product-quickview .product-quickview-right {
    width: 100%; } }
