:root {
  --danger: #b32d2e;
  --primary: #800019;
  --primary-bold: #0a4b78;
  --edit-link: #135e96;
  --black: #1d2327;
  --background-outline: #9cbfdc;
  --border: #e3e6f0;
}

#overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

span.paid {
  border: 1px solid #a1d382 !important;
  background: #e9f8e2 !important;
  border-radius: 6px !important;
  padding: 6px 11px !important;
  color: #3ab104 !important;
  font-size: 14px;
  display: inline-block;
  width: 151px;
}

span.not-paid {
  border: 1px solid #f89ca3 !important;
  background: #fbdfdf !important;
  border-radius: 6px !important;
  padding: 6px 11px !important;
  font-size: 14px;
  display: inline-block;
  width: 151px;
  /* color: #3AB104 !important; */
}

.eye-icon-wrap {
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content,
.cart-content {
  min-height: calc(100vh - (68.42px + 65px + 70px));
}

#content .cart-content .toggle-qty {
  color: black;
}

p {
  margin-bottom: 0;
  padding: 0;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #adadad !important;
}

.btn-outline:hover {
  border-color: black !important;
}

.btn-secondary {
  color: #fff;
  background-color: black;
}

.btn-secondary {
  --bs-btn-hover-bg: black;
  --bs-btn-active-bg: black;
}

.btn-primary {
  --bs-btn-active-bg: #800019;
}

.border-radius-none {
  border-radius: 0 !important;
}

div.heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.btn {
  border: none;
  border-radius: 0;
  padding: 0.75rem !important;
}

.btn-outline {
  padding: calc(0.75rem - 1px) !important;
}

a {
  text-decoration: none;
  color: #666;
}

#logo {
  width: 100px;
}

#header {
  margin-bottom: 20px;
}

#header {
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  background-color: #fff !important;
}

#header-menu {
  display: flex;
  gap: 20px;
  height: 100%;
}

#header-menu > li > a {
  color: #000;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 10px;
}

/* .offcanvas-body #header-menu > li > a {
  color: #000;
} */

#header-menu .main-menu-item:hover > .submenu {
  height: 80px;
}

#header-menu .main-menu-item > .submenu {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
}

#header-menu .main-menu-item > .submenu > .submenu-content {
  gap: 50px;
  padding: 20px;
  justify-content: center;
}

#header-menu .main-menu-item > .submenu a {
  font-weight: 300;
  color: black;
}

#header #header-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
}

#header #header-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
}

#header #header-actions > div {
  height: 100%;
  align-self: center;
  display: flex;
  align-items: center;
}

#header #wishlist-header,
#header #cart-header {
  position: relative;
}

#header #wishlist-header .number,
#header #cart-header .number {
  position: absolute;
  right: -0.3125rem;
  background-color: #000;
  color: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.75rem;
}

footer {
  margin: 0px auto;
  padding: 20px 0;
  border-top: 1px solid black;
  margin-top: 50px;
}

.sticky {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.btn-primary:hover {
  background-color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
}

#product-detail #actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

img {
  width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

#product-detail .detail-product-color {
  background: none;
  margin: 0 0 25px;
}

#product-detail .detail-product-color .color {
  margin-bottom: 10px;
  margin-right: -5px;
  overflow: hidden;
}

#product-detail .detail-product-color .color dt {
  font-weight: 600;
  font-size: 12px;
  margin: 5px 5px 10px 0;
}

#product-detail .detail-product-color .color dd.available {
  width: 34px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

#product-detail .detail-product-color .color dd.available > span.selected {
  display: block;
  text-indent: none;
  width: 100%;
  height: 100%;
  border: 1px solid #909090;
  overflow: hidden;
}

#product-detail .detail-product-color .color #color-name {
  color: #666;
}

#product-detail .detail-product-color .color dd.available > span.current > img {
  width: 100%;
  height: 100%;
  padding: 2px;
}

#product-detail .detail-product-color .color dd.available > span > img {
  width: 100%;
  height: 100%;
  padding: 2px;
}

#product-detail .detail-product-color .color dd.available > span {
  display: block;
  text-indent: none;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  overflow: hidden;
  cursor: pointer;
}

#product-detail .detail-product-size .size {
  margin-bottom: 10px;
  margin-right: -5px;
  overflow: hidden;
}

#product-detail .detail-product-size .size > dt {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

#product-detail .detail-product-size .size > dd {
  float: left;
  margin: 0 10px 10px 0;
}

#product-detail .detail-product-size .size > dd span.selected {
  position: relative;
  display: block;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 11px;
  min-width: 72px;
  text-align: center;
  width: fit-content;
  background-repeat: no-repeat;
  background-size: 1380px 800px;
}

#product-detail .detail-product-size .size > dd span.selected:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #161718 transparent transparent;
}

#product-detail .detail-product-size .size > dd span.selected:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: -1px;
  top: -1px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#product-detail .detail-product-size .size > dd > span {
  position: relative;
  display: block;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 500;
  min-width: 72px;
  color: #484848;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  background-repeat: no-repeat;
  background-size: 1380px 800px;
  cursor: pointer;
}

#product-detail .detail-product-size .size > dd > span.out-stock {
  cursor: not-allowed;
  color: rgba(51, 63, 72, 0.5);
  background: linear-gradient(
      to top left,
      transparent calc(50% - 1px),
      rgba(51, 63, 72, 0.5),
      transparent calc(50% + 1px)
    )
    no-repeat;
}

#product-detail .detail-product-name {
  font-size: 30px;
  /* font-weight: normal; */
  line-height: 1.4;
  margin-bottom: 20px;
}

#product-detail .detail-product-name .sale {
  border: 1px solid #ccc;
  color: #666;
  background: #fff;
  line-height: 1;
  margin: 0 0 3px 3px;
  padding: 2px 3px;
  font-size: 10px;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

#product-detail .desc {
  padding: 0;
  line-height: 1.6;
  color: #666;
  font-size: 13px;
  border: 0;
}

#product-detail .detail-price-label {
  margin: 25px 0 0;
}

#product-detail .detail-price-label .price {
  position: static;
  display: inline-block;
  line-height: 1;
  font-size: 11px;
}

#product-detail .detail-price-label .price .num {
  margin: 0 2px;
  font-size: 23px;
  font-weight: normal;
  font-family: "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", sans-serif;
}

#product-detail .jan {
  color: #666;
  font-size: 10px;
  margin: 15px 0 20px;
}

#product-detail .jan .num {
  margin-left: 5px;
}

#product-detail .detail-product-photoswipe {
  height: auto;
  white-space: normal;
  margin-right: -1px;
}

#product-detail .detail-product-photoswipe > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
}

#product-detail .detail-product-photoswipe > ul > li {
  width: 50%;
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#add-to-cart,
#buy-now {
  width: 100%;
  padding: 10px 0;
}

#product-categories ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#product-categories .category {
  position: relative;
}

#product-categories .category a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 70%;
  text-align: center;
  padding: 10px 0;
}

#product-categories .category .category-item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 10px;
  gap: 30px;
}

#product-categories .category .category-item .text-category {
  line-height: 20.7px;
  color: #000;
}

#product-categories .category .category-item .img {
  flex-grow: 30%;
}

#product-categories .category .category-item .img img {
  height: 125px !important;
  width: auto !important;
}

/*---- product collections -----*/

.collection-content .collection-item > a {
  color: #333;
}

.collection-content .collection-item .title {
  color: #333;
  font-size: 16px;
  margin: 10px 0 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection-content .collection-item .price {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-family: "Helvetica", sans-serif; */
}

.collection-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

span.num-colors {
  color: #666;
  font-size: 13px;
  font-weight: normal !important;
}

.collection-content .collection-item .colors {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: end;
}

.collection-content .collection-item .colors > li {
  padding-right: 4px;
}

.collection-content .collection-item .colors > li input.rbtn + .mark {
  -webkit-border-radius: 50%;
  overflow: hidden;
  /* text-indent: 100%; */
  white-space: nowrap;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent !important;
}

.collection-content .collection-item .colors img {
  width: 17px;
  height: 17px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.collection-content .collection-item .colors > li input.rbtn {
  display: none;
}

/*------- collection search ---------*/

.search-detail-color,
.search-detail-button-block,
.search-detail-price {
  width: 100%;
  padding: 10px 0 5px;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

.common-color-palette {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}

.common-color-palette > li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.common-color-palette > li > span {
  font-size: 0.8rem;
}

.collection-left-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-color-palette > li input.rbtn {
  display: none;
}

#filter-form .common-color-palette > li input.rbtn:checked ~ span.mark {
  border-color: #1b1b1b;
}

#filter-form-mobile .common-color-palette > li input.rbtn:checked ~ span.mark {
  border-color: #1b1b1b;
}

.common-color-palette > li input.rbtn + .mark {
  border: 1px solid #ddd;
  width: 46px;
  height: 46px;
  display: block;
  /* -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; */
  font-size: 0;
  padding: 2px;
  background-clip: content-box;
}

.toggle-collapse {
  cursor: pointer;
}

.collection-price-filter ul .item {
  align-items: flex-start;
  display: flex;
  flex: 0 0 50%;
  margin: 0 0 12px;
  padding-right: 2vw;
}

.filter-title {
  font-size: 15px;
  margin: 0 0 10px;
  word-break: break-all;
  padding: 8px 33px 8px 12px;
  padding-right: 5px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 36px;
  font-weight: 500;
  background-color: #f7f7f7;
}

.price-check {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-check label {
  -webkit-tap-highlight-color: rgba(55, 134, 148, 0.2);
  align-items: flex-start;
  display: flex;
  max-width: max-content;
}

.price-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background-color: #000;
}

.price-check input[type="checkbox"]:checked {
  accent-color: #000;
}

.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -1px -1px 0;
  min-width: 46px;
  height: 46px;
  border: 1px solid #dadada;
  z-index: 0;
  cursor: pointer;
  padding: 0 10px;
}

.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile input {
  display: none;
}

.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile:has(input:checked) {
  border-color: #1b1b1b;
}

#filter-form-mobile
  .fr-filter-tiles.fr-filter-tiles-size
  .fr-filter-tile:has(input:checked) {
  border-color: #1b1b1b;
}

.fr-filter-tiles {
  -webkit-tap-highlight-color: rgba(55, 134, 148, 0.25);
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: -1px 0;
  padding: 1px 0;
}

.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  text-align: center;
  cursor: inherit;
}

.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile:hover,
.fr-filter-tiles.fr-filter-tiles-size .fr-filter-tile.checked {
  border-color: #000;
  z-index: 1;
}

/*-------------- cart --------------*/

.cart-content,
.checkout-content {
  background-color: #f5f5f5;
  padding: 10px;
}

#cart-table .row {
  margin-left: 0;
  margin-right: 0;
}

#cart-table {
  font-family: SVN-poppins, sans-serif;
}

#cart-table #cart-header {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 0;
  font-weight: 600;
}

#cart-table #cart-body > div.row {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 0;
}

#cart-subtotal {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}

#cart-table tbody tr {
  padding: 20px 0;
}

#cart-table .cart-p-name-wrap a {
  color: #333;
}

#cart-table .cart-p-name-wrap .cart-p-name .name {
  font-size: 14px;
  font-weight: 500;
}

#cart-table .cart-variations {
  font-size: 12px;
}

#cart-table .cart-p-price .price {
  margin: 0px 8px 0px 0px;
  line-height: 1.5;
  text-transform: none;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

#cart-table .cart-p-price .price-through {
  margin: 0px;
  text-transform: none;
  color: rgb(101, 101, 101);
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

#cart-table .cart-item-total {
  text-align: right;
  font-weight: 600;
}

#cart-table .cart-item-qty {
  display: inline-flex;
  /* border: 1px solid #e6e7e8; */
}

#cart-table .cart-item-qty button {
  border: none;
  background-color: transparent;
}

#cart-table .cart-item-qty input {
  width: 40px;
  text-align: center;
  font-size: 12px;
  border: none;
  /* border-right: 1px solid #e6e7e8;
  border-left: 1px solid #e6e7e8; */
}

.css-1y6b781 {
  margin: 0px;
  line-height: 1.5;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(34, 34, 34);
}

.css-vk76k8 {
  border-bottom: 1px dashed rgb(153, 153, 153);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 16px;
  margin: 24px 0px 0px;
}

.css-1oom1dr {
  margin: 0px;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgb(85, 85, 85);
}

.css-13a9of {
  margin: 0px;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
}

.css-1coq16z.contained {
  /* background-color: rgb(201, 33, 39); */
  background-color: black;
  color: rgb(255, 255, 255);
}

.css-1coq16z {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 500;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: rgb(201, 33, 39);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  padding: 11px 32px;
  line-height: 18px;
  font-size: 14px;
  color: rgb(34, 34, 34);
  text-transform: none;
  gap: 10px;
  width: 100%;
  margin: 24px 0px 8px;
}

.css-gyrlz6 {
  margin: 0px;
  line-height: 1.5;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgb(51, 51, 51);
}

.css-vf0xkj {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.css-1y6b781 {
  margin: 0px;
  line-height: 1.5;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(34, 34, 34);
}

.css-1xo0mgw {
  margin: 0px 0px 0px 8px;
  line-height: 1.5;
  text-transform: none;
  font-family: SVN-poppins, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: rgb(201, 33, 39);
}

.MuiInputLabel-asterisk {
  color: rgb(201, 33, 39);
}

.css-uzo88x,
.title-form {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgb(34, 34, 34);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.css-1w8i4is {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.label_reward {
  /* font-family: SVN-poppins, sans-serif; */
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgb(34, 34, 34);
}

.css-1nymbq0 .divider {
  border: 1px dashed rgb(153, 153, 153);
}

.css-1nymbq0 .info_price {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.css-1nymbq0 .info_price div {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.css-1nymbq0 .info_price div .info_title {
  font-family: SVN-poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgb(85, 85, 85);
}

.css-1nymbq0 .info_price div .price {
  font-family: SVN-poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: rgb(34, 34, 34);
}

.css-1nymbq0 .info_price div .price_total {
  font-size: 20px;
  line-height: 24px;
  font-family: SVN-poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--primary);
}

/*-------------- success --------------*/

.css-125q30n {
  padding: 20px 20px 40px;
  background: rgb(255, 255, 255);
  text-align: center;
  font-family: SVN-poppins, sans-serif;
  font-style: normal;
  color: rgb(34, 34, 34);
}

.css-125q30n .thank-you {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 10px 0px;
}

.css-125q30n .order-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.css-125q30n .note {
  margin: 8px 0px 30px;
}

.group-pagging {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5rem 0;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: -15px;
}

.success {
  color: green;
  font-size: 14px;
  margin-top: -15px;
}

#user-header:hover #mini-user-header {
  display: block;
}

#mini-user-header {
  top: 100%;
  right: -100%;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.06);
  width: 180px;
  height: auto;
  padding: 10px;
  font-size: 15px;
  display: none;
}

#mini-user-header > li:not(:last-child) {
  margin-bottom: 10px;
}

.user-content #user-options li:not(:last-child) {
  margin-bottom: 20px;
}

.user-content #user-name {
  border-bottom: 0;
  font-size: 1.557rem;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 15px;
}

.user-content #user-options a.active {
  font-weight: 500;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 10px;
}

.user-content #user-options > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-tabs .nav-item .nav-link {
  color: var(--black);
}

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid var(--black);
  font-weight: 500;
}

#user-orders th {
  font-weight: 500;
}

.voucher-items-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voucher-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
}

.voucher-item-info {
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  min-height: 116px;
  position: relative;
}

.voucher-item-info:before {
  content: "";
  width: 1px;
  border-right: 1px dashed #cbd5e1;
  top: 11px;
  bottom: 11px;
  position: absolute;
  right: 123px;
  z-index: 4;
}

.voucher-item-detail {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 7px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(40, 41, 61, 0.08),
    0 0.5px 6px rgba(96, 97, 112, 0.16);
  box-shadow: 0 0 5px rgba(40, 41, 61, 0.08),
    0 0.5px 6px rgba(96, 97, 112, 0.16);
  width: calc(100% - 141px);
  width: -o-calc(100% - 141px);
  border-radius: 4px 0 0 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.voucher-item-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.voucher-item-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.voucher-item-code > span {
  background: #eff7f8;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #63b1bc;
}

.voucher-item-action {
  width: 110px;
  min-width: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-order: 4;
  order: 4;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(40, 41, 61, 0.08),
    0 0.5px 6px rgba(96, 97, 112, 0.16);
  box-shadow: 0 0 5px rgba(40, 41, 61, 0.08),
    0 0.5px 6px rgba(96, 97, 112, 0.16);
  position: relative;
  border-radius: 0 4px 4px 0;
}

.voucher-item-action:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3Rjg4QTg1Q0RGRTExRURBRTk5QzExNEJFRDNEMEM0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3Rjg4QTg2Q0RGRTExRURBRTk5QzExNEJFRDNEMEM0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTdGODhBODNDREZFMTFFREFFOTlDMTE0QkVEM0QwQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTdGODhBODRDREZFMTFFREFFOTlDMTE0QkVEM0QwQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4XL9zKAAADAUlEQVR42sRUS0wTQRjeeexut13o+xFAJRw4tCEx0RD0IK0HEr1hbBNiVCJ4kIPExDs0Jhhj1FuTXkzAeGm5GE/EHrj2RgJdOJBwUEtLrYXSpa/dHXea1qBBikrCt9n8m9mZ7/v/f74ZQAhhzgIY6KDiemgMzM7OgmbUGIbo3+DfM6NFNfkPIxwOAxAMBpH+MvF4nKFRkiTi9XoBjTMzM7+soBzHyICGFCGgNRCKx6FP50mlUsDn84FUyttcH2eA3z9uGBjoIJubm4woiqRUKgG32w1kWdZyuZw2NTVFaBJ0up6I1urMUcKtbtHEI5EI6O/vBzzPw0wmQ3I5E+zt7WWy2SSh/Ki7+7wg8xpmygKu1ZyYZXm0vv4V9PRYkM1mA+9XVkBOkhg9EdoNsLy8fKSqLgppZS6XBDc2KthoNCKpKCFYcuNqFeESD5CCd7DocLCFihGBkZG7LrqwpD8UqIyJwyFotZqiyXK6znGXidks1q3WNIlGo8qfWk6FaUwmkyxC51ABZpBFFXGFw1At1IGqKkAQDIDqiNRcS0sL2eP8MTR00+x2+xi9ZUogEEB+v1+je/m7KG1vPC4hCkFg2I+xD7vH8cJ2xhRFJ7vHfoerq/u6Hxr73DLST1AT0m3wePJ6ZWZcLKqoHW9b4emn9/rUbAVznIqSyQEUCoXAIRc3Xn2M7q9uIpWFsBPNzT2+2PYct5twZfDS2Mti9LndzhGWzWgejwfHYjFFP32Mz9dwe0O0XLbinLoFkepgnU77xf+u2GYxT4yODrsEgcNWax+3tVVFiUQCWq0FKoiT+TxtK1JVGTuRhQveuGbv6vI8acdLb5W2N1OpdLB4687ENK+BGsa8ctCh1t3Nf980DfEyCxWliiEUuPn5188sFvODUxGm2N3bf/tuYfFVIvEpLyNWsWGWbG+XCe8sQ5PBgAOD122TD8fCoskUPAnfiYUpVFX9kk7vvPmcTq+9mIuslZkD5tH4/QvDw1dvWywdkxCCzpNy/ZXwaQIyZ4QzE/4hwACTLkuaxIFi5QAAAABJRU5ErkJggg==);
  top: -6px;
}

.voucher-item-action:after,
.voucher-item-action:before {
  content: "";
  height: 17px;
  width: 30px;
  position: absolute;
  left: -30px;
  background-size: 100% 100%;
}

.voucher-item-action .action {
  color: #63b1bc;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-7px, 0);
  -ms-transform: translate(-7px, 0);
  transform: translate(-7px, 0);
}

.voucher-item-action:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRERkI5OTk3Q0RGRTExRUQ5MUI5REJCNjIwQjQ2NjNCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRERkI5OTk4Q0RGRTExRUQ5MUI5REJCNjIwQjQ2NjNCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NERGQjk5OTVDREZFMTFFRDkxQjlEQkI2MjBCNDY2M0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NERGQjk5OTZDREZFMTFFRDkxQjlEQkI2MjBCNDY2M0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz65TsE9AAADHklEQVR42sRVS2tTQRQ+M/fmPqdNbtLUNNrWlYtmZxa6swt/gdiqIChuii4U/4CNP0DduGkpQRc+aNWNuBBErQhu3Ii262I1vZhnm8T7modzg0rRKpUKHRjuMMz5vnO+78xcJOSAXRgYdmnsGrH6L4c55+16s1VefPHm4Z07D1YBDLh4+fTY/uHRwsjI0CVFUfZuFwtt1+N2u/Nwbu7B1cXFVy0hEAMbs3h/Y30dEWwqR44czpw7d+pyOp06+9+IG63WrVMnzl9BRKWWSIZCdFkioYlOpyt0PYHbba4kk4bW8LrK4/nZG4RYx3fsMWPsc3nu/rVkMh11A+4zZoeJRDew7TAYHrZpvB4dVcMgUHyN4bBcvneVc7GxY+KK++X6kxfPa1+/toL0HoPmchZzHIdqmhZLHRUKBSa9jyyrFiWTGn36+nWt0WiWd0zsVqrvHN2UwFGUlgTF4lCUz+fZ7OwsnZmZofIIXVlZobZt074+EdnghG/fvb+7Y4+PHjszkFaHqOc1I9NsUlkhn56eZgihXpwMR5OTk1iqIIvIJ1z3o6KkTO3R7Zu1vxKfPHlhOAzDHojneaCQPqHpBveCdUoAs07HpwMDmNVqKXroUIZJUi5J+WaQUqmEX74EbJp1eaMC2Wi62mrVlXS6P+H7GDMtVGWvIPBMME2AmE9F/aant2kPQNdtoDTiCZ4SG83PPBjp4y0YpMT/xAhxpacZ8aPSX4hj4djU1BQCKPJm85nodoFbFufVyEdZcLCgdWRYFPm+LyLDQLjrKoGq9ntra6pfr3ueYTjBBmkEjgPhqGzdffCJVatVLiX+QbiVNb292PtiESBuvmy2EHpeJTowqIWGoQSEDPqUqvJW5MLOWtNX9YNW4MugrE8gl1NkxgGkQAcXCiKTAe66rhgfHxel0rQER3/27LsSsnomE5BJAK5U8tHqqo4JIcJxhkQt9QGTjCWySwVAExMTipywvLwslpaWfiLPz89ztKm8rST+rWzZp/Ic+p5A7zs2NoYWFhZATiF5ensxX7xAW8iG/iLrtp/jX+I38wi0S79j+CbAADiblrPLUfHeAAAAAElFTkSuQmCC);
  bottom: -7px;
}

.voucher-item-info:after {
  content: "";
  width: 30px;
  background-color: #fff;
  position: relative;
  margin: 11px 0 10px;
  min-width: 30px;
  z-index: 3;
}

.btn-link {
  padding: 0.75rem;
  width: 100%;
  border: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  border: 1px solid #adadad;
  background-color: transparent;
  margin-bottom: 0.5rem;
  color: #25282b;
  text-align: center;
  text-decoration: none;
}

.new-address span {
  margin-right: 0.5rem;
}

.new-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}

.btn-link:hover {
  border-color: var(--black);
  color: var(--black);
}

.list-address .address-item .phone {
  font-size: 0.875rem;
  letter-spacing: 0.0063rem;
  color: #757575;
}

.list-address .address-item .fullname {
  font-weight: 400;
  letter-spacing: 0.0063rem;
  color: #25282b;
  font-size: 1.125rem;
}

.list-address .address-item .address {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #5c5c5c;
}

.list-address .address-item .link {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: var(--edit-link);
  margin-left: 0.5rem;
}

.list-address .address-item .ar-status {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: var(--primary-bold);
}
/*------- loader ---------*/
.cls_loader {
  /* position: absolute; */
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000000;
  /* background: rgba(0, 0, 0, 0.05); */
  display: none;
  justify-content: center;
  align-items: center;
}

.cls_loader.show-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body > .cls_loader {
  position: fixed;
}

.sk-three-bounce {
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #25282b;
  border: 1px solid #25282b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.bounce-white .sk-three-bounce .sk-child {
  background-color: #fff;
  border: 1px solid #fff;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#mini-cart {
  display: none;
  width: 350px;
  background-color: #fff;
  top: 100%;
  right: 0;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.06);
}

#mini-cart #mini-cart-items {
  max-height: 300px;
  overflow-y: auto;
}

#mini-cart .mini-cart-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mini-cart .mini-cart-item .color img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.color-image {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

#mini-cart .mini-cart-item:not(:last-child) {
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 1rem;
}

#user-address {
  border: 1px solid black;
  background-color: #f3f3f3;
  padding: 10px;
}

#sizeChartModal,
#looking-stores {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 60.97px;
  left: 0;
  height: calc(100vh - 60.97px);
  width: 100%;
  padding: 50px;
  background: rgba(0, 0, 0, 0.6);
}

#looking-stores {
  top: 0 !important;
  height: 100vh !important;
}

#stores-content {
  width: 50%;
  height: 90vh;
  border-radius: 10px;
}

#stores-content .product-name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0063rem;
}

#stores-content .store-item {
  margin-bottom: 0.5rem;
  border: 1px solid #e7e4e4;
  padding: 0.5rem;
}

#stores-content .store-item .store-location {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#stores-content .title-group {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #25282b;
  margin-bottom: 0.5rem;
}

#stores-content .store-item .title {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #25282b;
  margin-bottom: 0.5rem;
}

#stores-content .note-result {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #1d8324;
  margin-top: 0.5rem;
}

#stores-content .store-item .address {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem;
}

#stores-content .store-item .time-open {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  color: #757575;
  margin-bottom: 0.5rem;
}

#stores-content .store-item .number {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #1d8324;
}

#stores-content .title-attr {
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #25282b;
  margin-bottom: 0.25rem;
}

.stores-content-top .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0125rem;
  color: #25282b;
  font-weight: 500;
}

#sizeChartModal #close-chart {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#sizeChartModal #close-chart > svg {
  fill: white;
}

#size-chart #header > div {
  border: none !important;
}

table.size-chart td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px;
  background-color: white;
}

table.size-chart tbody tr {
  height: auto;
  white-space: nowrap;
}

table.size-chart .head-top {
  background-color: #f5f5f5;
}

table.size-chart .size {
  background-color: #f5f5f5;
}

#listAddressModal .modal-content {
  border-radius: 0;
  padding: 10px;
}

#listAddressModal .modal-dialog {
  min-width: 600px;
}

.user-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.user-rank {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  background: #f1cc25;
  border-radius: 14px;
  margin-left: 5px;
  padding: 0 10px;
}

.user-point {
  color: #8c002c;
  font-weight: 600;
}

.ui-tabs {
  position: relative;
  padding: 0 !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
  background-color: #fff6f3;
}

.ui-widget-content {
  border: none !important;
  background: #ffffff;
  color: #333333;
}

.ui-tabs .ui-tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  flex-wrap: nowrap;
}

.ui-widget-header {
  border: none !important;
  background: transparent !important;
  color: #333333;
  font-weight: bold;
  text-align: center !important;
}

.ui-tabs-active {
  background: #8c002c !important;
  border: none !important;
  border-radius: 0 !important;
}

.ui-tabs-active a {
  color: #fff !important;
}

.ui-tabs .ui-tabs-nav li {
  background: transparent;
  border: none;
}

.ui-tabs .ui-tabs-nav li a {
  color: #8c002c;
  font-weight: 500;
}

.loyalty-policy-content li {
  list-style-type: disc;
  margin-left: 10px;
  font-size: 14px;
}

.loyalty-policy-content li:not(:last-child) {
  margin-bottom: 10px;
}

.plus-point {
  color: green !important;
}

.minus-point {
  color: red !important;
}

.point-history {
  font-size: 14px;
}

.point-history thead {
  background-color: #8c002c !important;
}

#ui_notifIt {
  top: 80px !important;
  padding: 10px;
  z-index: 100;
}

/*----- search container -------*/
.search-container#search-001 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 440;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

.search-container#search-001::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-container#search-001 .search-wapper {
  position: relative;
  z-index: 450;
  background-color: #fff;
  padding: 0.5rem 0.5rem 1rem;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-container#search-001 .search-wapper .container {
  padding: 0;
}

.search-container#search-001 .button-close-search {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0063rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

.search-container#search-001 .logo {
  -webkit-transform: scale(0.75);
  -khtml-transform: scale(0.75);
  transform: scale(0.75);
  display: none;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .search-container#search-001 .logo {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
  }
}

.search-container#search-001 .widget-title {
  margin-bottom: 0.625rem;
  font-weight: 700;
}

.search-container#search-001 .search-header {
  text-align: right;
}

.search-container#search-001 .search-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-container#search-001 .search-main .search-section {
  width: 100%;
  text-align: center;
}

.search-container#search-001 .search-main .search-popup-link {
  display: none;
}

.search-container#search-001 .search-main .minisearch {
  width: 100%;
}

.search-container#search-001 .search-main .minisearch .field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-container#search-001 .search-main .minisearch .field-control {
  width: 100%;
  margin: 0 0.5rem;
}

.search-container#search-001 .search-main .minisearch .field-control input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0063rem;
  background-color: #f5f5f5;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input::-webkit-input-placeholder {
  color: #666;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input:-ms-input-placeholder {
  color: #666;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input::placeholder {
  color: #666;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input::-ms-input-placeholder {
  color: #666;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input::-ms-input-placeholder {
  color: #666;
}

.search-container#search-001
  .search-main
  .minisearch
  .field-control
  input:focus {
  outline: none;
}

.search-container#search-001 .search-main .minisearch .action .action-search {
  width: 2.125rem;
  height: 2.125rem;
}

.search-container#search-001 button {
  background-color: transparent;
  border: 0;
}

.search-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
  -ms-touch-action: none;
}

.search-open .search-container#search-001 {
  opacity: 1;
  visibility: visible;
}

.search-open .search-container#search-001 .search-wapper {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  transform: translateY(0%);
}

.search-open .search-container#search-001::after {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
}

#search-content {
  margin-top: 50px;
}

#search-title {
  font-size: 24px;
}

.group-pagging .view-more {
  margin: 0 auto;
  width: 200px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.125rem;
  background-color: transparent;
  border: 1px solid #adadad;
  letter-spacing: 0.0125rem;
  color: #25282b;
  padding: 0.75rem 0;
}

.group-pagging .view-more:hover {
  border-color: #25282b;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  border: none;
  display: none !important;
  color: #000 !important;
}

.slick-slider:hover .slick-arrow {
  display: inline-block !important;
}

.recent-viewed-products .slick-slide {
  padding: 10px;
}

.filter-mobile {
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  z-index: 20;
}

#slideDiv {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 70px;
  background-color: #f8f9fa;
  z-index: 1000;
  overflow-y: auto;
}

/* Adjust the transition duration as needed */
#slideDiv.slide-in {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0%);
}

#slideDiv.slide-out {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
}

/*=========== responsive ===========*/

@media screen and (max-width: 768px) {
  #sizeChartModal {
    top: 42.84px !important;
    height: calc(100vh - 42.84px) !important;
    padding: 0px !important;
  }

  #sizeChartModal #close-chart {
    top: 20px;
  }

  #product-detail .detail-product-name {
    font-size: 25px;
  }

  #listAddressModal .modal-dialog {
    min-width: 90%;
  }

  #login-form {
    width: 100% !important;
  }

  .collection-content .collection-item .price {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .collection-content .collection-item .colors {
    margin-left: -3px !important;
  }

  .collection-content .collection-item .title {
    margin-bottom: 0px !important;
    font-size: 12px !important;
  }

  #looking-stores #stores-content {
    width: 100% !important;
  }

  #looking-stores {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cart-p-name {
    position: relative;
  }

  svg.delete-cart-item {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  #header-menu .submenu {
    position: static !important;
    height: auto !important;
  }

  #header-menu > li > a {
    height: auto !important;
  }

  #header-menu .main-menu-item:hover > .submenu {
    height: 0px;
  }

  #header-menu .submenu-content {
    flex-direction: column !important;
    padding-top: 10px !important;
  }

  #header-menu .main-menu-item > .submenu > .submenu-content {
    gap: 20px;
  }

  #looking-stores #stores-content {
    width: 75%;
  }

  #product-categories .category .category-item {
    flex-direction: column;
    gap: 20px;
  }
  
  .slick-dots {
    bottom: 10px !important;
  }
}

.navbar-toggler {
  border: none !important;
  border-radius: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#banner #banner-slider {
  position: relative;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.26);
  border: none;
}

.slick-dots .slick-active button {
  background-color: rgb(127 0 25);
}

.a-button,
.a-button {
  height: auto;
  font-weight: 700;
}

.a-button:hover {
  background-color: rgb(127 0 25);
  color: rgb(255 255 255) !important;
}

.a-button {
  border-width: 1px;
  border: 1px solid rgb(196 196 198);
  /* background-color: rgb(255 255 255) !important; */
  color: rgb(60 60 67);
  padding: 8px 5px;
  width: 80%;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}

.bg-vnh_primary {
  background-color: rgb(127 0 25);
}

ol.breadcrumb li.active {
    color: rgb(127 0 25);
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        z-index: 400 !important;
    }
}


