@charset "UTF-8";
.modal-success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.modal-success-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 48px 32px 32px 32px;
  min-width: 340px;
  max-width: 420px;
  z-index: 9999;
  text-align: center;
}

.modal-success-box .success-icon {
  margin-bottom: 24px;
}

.modal-success-box .checkmark-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-success-box .success-title {
  color: #4caf50;
  margin-bottom: 12px;
}

.modal-success-box .success-message {
  color: #2e2e2e;
  font-size: 1rem;
  margin-bottom: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

html {
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  position: relative;
  overflow-x: hidden;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 195px;
  right: 60px;
  width: 42px;
  height: 42px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.scroll-to-top:hover {
  background-color: #333;
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 6px;
    right: 25px;
    width: 35px;
    height: 35px;
  }
  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}
.mess-facebook-widget .messenger-btn {
  border: none;
  visibility: visible;
  bottom: 120px;
  right: 52px;
  position: fixed;
  width: 60px;
  z-index: 2147483644;
  height: 60px;
}
@media (max-width: 768px) {
  .mess-facebook-widget .messenger-btn {
    bottom: 115px !important;
    right: 27px !important;
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 768px) {
  .zalo-chat-widget {
    right: 27px !important;
  }
}

.fm-bold {
  font-family: "arialbd", sans-serif;
}

.fm-normal {
  font-family: "arial", sans-serif;
}

.fm-arialbl {
  font-family: "arialbl", sans-serif;
}

.fs-ariali {
  font-family: "ariali", sans-serif;
}

.fs-arialn {
  font-family: "arialn", sans-serif;
}

.fs-arialb {
  font-family: "arialb", sans-serif;
}

.fs-arialbi {
  font-family: "arialbi", sans-serif;
}

.fs-ariblk {
  font-family: "ariblk", sans-serif;
}

.fs-regular {
  font-family: "regular", sans-serif;
}

.bg-F15928 {
  background-color: #f15928;
}

.cl-757575 {
  color: #757575;
}

.cl-000000 {
  color: #000000;
}

.cl-2476FF {
  color: #2476ff;
}

.background-F5F5F5 {
  background: #f5f5f5;
}

.br-1 {
  border-radius: 1rem;
}

.br-i {
  border-radius: inherit;
}

.max-w-1920 {
  max-width: 1920px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s ease;
}

a.F15928:hover {
  color: #f15928;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: unset;
  box-shadow: unset;
}

button {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

button:active {
  transform: translateY(1px);
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Input types */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  width: 100%;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.5rem;
}

/* Labels */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Print styles */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ===== UTILITY CLASSES ===== */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.my-container {
  max-width: 1920px;
  width: calc(100% - 48px);
  margin: auto;
  padding: 0 1rem;
}

.my-container2 {
  max-width: 1540px;
  width: calc(100% - 0px);
  margin: auto;
  padding: 0 1rem;
}

header {
  transition: 0.3s all;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 40px 40px 0 40px;
}
header .element-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.3rem 0;
  border-radius: 8px;
}
header .cart-count {
  width: 25px;
  border-radius: 15px;
  background-color: #f15928;
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .Goss_header {
  align-items: center;
  height: 70px;
}
header .rbb-header-right {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
header.change {
  padding: 0;
  position: fixed !important;
}
header.change .element-header {
  border-radius: 0px;
}
header .main-menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
  margin: auto;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  header .main-menu {
    max-width: 100% !important;
    gap: 0.5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .main-menu {
    max-width: 100% !important;
    gap: 0.5rem !important;
    padding: 10px;
  }
}
header .main-menu .box-service.evel-0 .expand {
  display: none;
}
header .main-menu .title-level-0 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  header .main-menu .title-level-0 {
    font-size: 1rem !important;
  }
}
header .main-menu .title-level-0 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}
header .main-menu .title-level-0 a:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5.43083L8.11869 8.31214C7.77841 8.65242 7.22159 8.65242 6.88131 8.31214L4 5.43083' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
header .main-menu .title-level-0:hover a:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5.43083L8.11869 8.31214C7.77841 8.65242 7.22159 8.65242 6.88131 8.31214L4 5.43083' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .main-menu .level-0 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0.5rem 0;
}
header .main-menu .level-0:hover ~ .expand-content {
  display: block;
}
header .main-menu .level-0:hover .title-level-0 a.title-menu-0 {
  color: #e71313;
}
header .main-menu .level-0 .expand {
  display: none;
}
header #expand-content {
  width: 100%;
  position: absolute;
  background: white;
  top: 72px;
  left: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header #expand-content {
    top: 130px !important;
  }
}
header #expand-content .title-menu-1,
header #expand-content .title-menu-2 {
  position: relative;
}
header #expand-content .title-menu-1:after,
header #expand-content .title-menu-2:after {
  content: "";
  width: 0px;
  left: 0px;
  height: 1px;
  background-color: #333;
  bottom: -5px;
  transition: 0.3s;
  position: absolute;
}
header #expand-content .title-menu-1:hover:after,
header #expand-content .title-menu-2:hover:after {
  width: 100%;
}
header #expand-content .title-level-1 {
  font-size: 1.35rem;
}
header #expand-content .title-level-2 {
  font-size: 1.2rem;
}
header #expand-content .wrapper {
  width: 70%;
  -moz-column-gap: 15px;
       column-gap: 15px;
  -moz-column-count: 5;
       column-count: 5;
}
header #expand-content .wrapper .image-level-1 {
  display: block;
}
header #expand-content .wrapper .image-level-1 img {
  width: 250px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
header #expand-content .wrapper .image-level-1 img:hover {
  transform: scale(1.05);
}
header #expand-content ul {
  padding-left: 0px;
  list-style: none;
}
header #expand-content .box-service {
  padding: 0.5rem 0;
}
header .image-category-hot {
  display: flex;
  gap: 15px;
}
header .image-category-hot .image-level-1 {
  width: 200px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
header .image-category-hot .image-level-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
header .image-category-hot .image-level-1 img:hover {
  transform: scale(1.05);
}
header .logo img {
  max-height: 50px;
  width: auto;
}
header .rbb-header-right .rbb-product-search,
header .rbb-header-right .openModal,
header .rbb-header-right .openSidebar,
header .rbb-header-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.25rem;
  transition: transform 0.2s ease;
}
header .rbb-header-right .rbb-product-search img,
header .rbb-header-right .openModal img,
header .rbb-header-right .openSidebar img,
header .rbb-header-right a img {
  width: 20px;
  height: 20px;
}
header .rbb-header-right .openModal {
  cursor: pointer;
  color: #333;
  font-size: 0.9rem;
}
header .rbb-header-right .openModal:hover {
  color: #e71313;
}

.heart-btn.active {
  color: #e74c3c;
  background: #111;
  transform: scale(1.1);
}
.heart-btn.active .love {
  display: none !important;
}
.heart-btn.active .love_active {
  display: block !important;
}
.heart-btn:hover {
  color: #e74c3c;
  background: #111;
  transform: scale(1.1);
}
.heart-btn:hover .love {
  display: none !important;
}
.heart-btn:hover .love_active {
  display: block !important;
}
.heart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.heart-btn .tooltip {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%) scale(0.8);
  background: #000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
}
.heart-btn .tooltip:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 7px;
  border-radius: 0px 4px 0px 0;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  border: 6px solid transparent;
  border-left-color: #000;
  background: #111;
  transform: rotate(45deg);
}
.heart-btn:hover {
  background: #000;
  color: #e74c3c;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.heart-btn:hover.active {
  background: #fff;
}
.heart-btn:hover.active .love {
  display: block !important;
}
.heart-btn:hover.active .love_active {
  display: none !important;
}
.heart-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%) translateY(-50%) scale(1);
}

.products-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.product-badge {
  position: absolute;
  top: -0.5rem;
  right: -4rem;
  background: #e74c3c;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 5;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.product-item-layout {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #f0f0f0;
  margin-top: 0;
  height: auto;
}
.product-item-layout:hover .product-image-wrapper .product-actions {
  opacity: 1;
  visibility: visible;
}
.product-item-layout:hover .product-image-wrapper .product-actions .action-btn:hover {
  background: #fff;
  color: #e74c3c;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.product-item-layout:hover .product-image-wrapper .product-actions .action-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%) translateY(-50%) scale(1);
}
.product-item-layout:hover .product-image-wrapper .product-image:hover img.img-normal {
  opacity: 0;
}
.product-item-layout:hover .product-image-wrapper .product-image:hover img.img-hover {
  opacity: 1;
}
.product-item-layout:hover .product-info .product-name {
  color: #f15928;
}
.product-item-layout:hover .add-to-cart-overlay {
  opacity: 1;
  visibility: visible;
}
.product-item-layout .product-image-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 608px;
  height: 100%;
}
.product-item-layout .product-image-wrapper .product-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-item-layout .product-image-wrapper .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s ease-in-out;
}
.product-item-layout .product-image-wrapper .product-image img.img-normal {
  opacity: 1;
}
.product-item-layout .product-image-wrapper .product-image img.img-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.product-item-layout .product-image-wrapper .product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #666;
  position: relative;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn.active {
  color: #e74c3c;
  background: #111;
  transform: scale(1.1);
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn.active .love {
  display: none !important;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn.active .love_active {
  display: block !important;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn:hover {
  color: #e74c3c;
  background: #111;
  transform: scale(1.1);
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn.active {
  color: #e74c3c;
  background: #111;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn img {
  width: 18px;
  height: 18px;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn .tooltip {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%) scale(0.8);
  background: #000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn .tooltip:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 7px;
  border-radius: 0px 4px 0px 0;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  border: 6px solid transparent;
  border-left-color: #000;
  background: #111;
  transform: rotate(45deg);
}
.product-item-layout .product-image-wrapper .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 5;
}
.product-item-layout .product-info {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-item-layout .product-info .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px;
  min-height: 22px;
}
.product-item-layout .product-info .product-name:hover {
  color: #f15928;
}
@media (max-width: 768px) {
  .product-item-layout .product-info .product-name {
    font-size: 14px;
    min-height: 40px;
  }
}
.product-item-layout .product-info .product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.product-item-layout .product-info .product-rating .stars {
  display: flex;
  gap: 2px;
}
.product-item-layout .product-info .product-rating .stars .star {
  color: #ddd;
  font-size: 14px;
}
.product-item-layout .product-info .product-rating .stars .star.filled {
  color: #ffc107;
}
.product-item-layout .product-info .product-rating .rating-count {
  font-size: 12px;
  color: #999;
}
.product-item-layout .product-info .product-pricing {
  margin-bottom: 10px;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.product-item-layout .product-info .product-pricing .current-price {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .product-item-layout .product-info .product-pricing .current-price {
    font-size: 16px;
  }
}
.product-item-layout .product-info .product-pricing .original-price {
  font-size: 14px;
  color: #a3a3a3;
  text-decoration: line-through;
  margin-top: 2px;
}
.product-item-layout .product-info .product-attribute {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.product-item-layout .product-info .product-attribute .attribute {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.product-item-layout .product-info .product-attribute .attribute:hover {
  transform: scale(1.1);
}
.product-item-layout .product-info .product-attribute .attribute-more {
  font-size: 11px;
  color: #666;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 10px;
}
.product-item-layout .product-info .product-version {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.product-item-layout .product-info .product-version a {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  transition: all 0.2s ease;
}
.product-item-layout .product-info .product-version a:hover, .product-item-layout .product-info .product-version a.active {
  border-color: #2d52a0;
  color: #2d52a0;
  background: #f8f9ff;
}
.product-item-layout .add-to-cart-overlay {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
  padding: 0 2rem;
  max-width: 100%;
  width: 100%;
}
.product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now {
  width: 100%;
  background: #fff;
  color: #111;
  border: none;
  white-space: nowrap;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now:hover {
  background: #111;
  color: #fff;
}
.product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now:active {
  transform: translateY(1px);
}
@media (max-width: 1400px) {
  .product-item-layout .add-to-cart-overlay {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1200px) {
  .product-item-layout .add-to-cart-overlay {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .product-item-layout .add-to-cart-overlay {
    padding: 0 0.5rem;
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    margin-top: 0.5rem;
  }
  .product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now {
    font-size: 1rem;
    background: #111;
    color: #fff;
    white-space: nowrap;
  }
  .product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now.rotate-arrow-light-dark::after {
    background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="%23fff" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    transition: all 0.3s linear;
  }
}
@media (max-width: 400px) {
  .product-item-layout .add-to-cart-overlay .btn-add-to-cart-view_buy_now {
    font-size: 0.75rem;
    padding: 0.75rem 0;
  }
}

.sidebarSearch {
  align-items: baseline;
  height: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sidebarSearch.active {
  opacity: 1;
  overflow: auto;
  visibility: visible;
}
.sidebarSearch.active .search_layout {
  opacity: 1;
  transform: translateY(0);
}
.sidebarSearch .search_layout {
  min-height: 10vw;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-name: animateTop;
  background: #fff;
  -ms-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1019607843);
  -o-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.102);
  max-width: 100%;
  opacity: 0;
  padding: 0 15px;
  transform: translateY(-100%);
  transition: transform 0.5s, opacity 0.5s;
  width: 100%;
}
.sidebarSearch .search_layout::-webkit-scrollbar {
  display: none;
}
.sidebarSearch .search_layout .header_sidebar_search {
  max-width: 1470px;
  margin: auto;
  padding: 40px 0;
  position: relative;
  overflow: visible !important;
  z-index: 1000;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax {
  position: relative;
  overflow: visible !important;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper {
  position: relative;
  overflow: visible !important;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group {
  border: 1px solid #ebebeb;
  border-radius: 30px;
  position: relative;
  overflow: visible !important;
  max-height: 60px;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group .dropdown {
  position: relative !important;
  z-index: 1001;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group input {
  padding: 16.5px 20px;
  border-radius: unset;
  border: unset;
  position: relative;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #dropdown_change {
  border-radius: 30px 0 0 30px;
  background: unset;
  border: unset;
  height: -webkit-fill-available;
  position: relative;
  padding: 0 2rem;
  z-index: 1002;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #dropdown_change::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  height: 80%;
  margin: 0;
  z-index: 2;
  padding: 0;
  border: unset;
  border-right: 1px solid #ebebeb;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #dropdown_change span {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #dropdown_change:hover {
  color: #000000;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search {
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #111;
  align-items: center;
  display: flex;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: relative;
  right: 3px;
  top: 3px;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search span.search-form__button-icon {
  flex-shrink: 0;
  z-index: 2;
  transition: transform 0.3s ease;
  max-height: 16px;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search span.search-form__button-icon::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14%2014L11.6667%2011.6667M13.3333%207.66667C13.3333%2010.7963%2010.7963%2013.3333%207.66667%2013.3333C4.53705%2013.3333%202%2010.7963%202%207.66667C2%204.53705%204.53705%202%207.66667%202C10.7963%202%2013.3333%204.53705%2013.3333%207.66667Z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search span.search-form__button-text {
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  padding-left: 8px;
  text-transform: capitalize;
  width: 0;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-10px);
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search:hover {
  width: 140px;
  padding: 0 20px 0 15px;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search:hover span.search-form__button-icon {
  transform: scale(1.1);
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search:hover span.search-form__button-text {
  opacity: 1;
  width: 85px;
  transform: translateX(0);
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search:active, .sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search:focus {
  transform: scale(0.98);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search.loading span.search-form__button-icon::after {
  animation: rotate 1s linear infinite;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__results .search-form__results-wrapper .search-form__results-content {
  font-size: 14px;
  text-transform: uppercase;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__results .search-form__results-wrapper .search-form__results-content .search-form__results-list li {
  list-style: none;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__results .search-form__results-wrapper .search-form__results-content .search-form__results-list li a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
  text-transform: none;
  font-size: 12px;
  padding: 9px 16px;
  background: #f5f5f5;
  border-radius: 12px;
}
.sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__results .search-form__results-wrapper .search-form__results-content .search-form__results-list li a:hover {
  color: #e74c3c;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown {
  z-index: 10000 !important;
  position: absolute !important;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  overflow-y: auto;
  min-width: 300px;
  margin-top: 5px !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown::-webkit-scrollbar {
  width: 6px;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item {
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f8f9fa;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item.item-parent {
  font-weight: 600;
  background-color: #f1f3f4;
  color: #495057;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1rem;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item.item-parent:hover {
  background-color: #e9ecef;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item.item-child {
  padding-left: 24px;
  font-weight: 400;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item.item-child:before {
  content: "→";
  margin-right: 8px;
  color: #6c757d;
  font-size: 12px;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown .dropdown-item.item-child:hover {
  padding-left: 28px;
  background-color: #e3f2fd;
  color: #1976d2;
}
.sidebarSearch .search_layout .header_sidebar_search .dropdown-menu.header-main-dropdown section:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.dropdown-menu.header-main-dropdown.show {
  display: block !important;
  z-index: 99999 !important;
  transform: none !important;
  will-change: auto !important;
}

.sidebarSearch:has(.dropdown-menu.header-main-dropdown),
.sidebarSearch *:has(.dropdown-menu.header-main-dropdown),
.search_layout:has(.dropdown-menu.header-main-dropdown),
.search_layout *:has(.dropdown-menu.header-main-dropdown),
.header_sidebar_search:has(.dropdown-menu.header-main-dropdown),
.header_sidebar_search *:has(.dropdown-menu.header-main-dropdown) {
  overflow: visible !important;
}

.close-sidebar {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
  color: #fff;
  font-size: 0;
  height: 40px;
  letter-spacing: 0;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 9px;
  transition: all 0.3s;
  width: 40px;
}
.close-sidebar::before, .close-sidebar::after {
  background-color: #000;
  content: "";
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  top: 50%;
  transition: transform 0.3s linear;
  width: 16px;
}
.close-sidebar:after {
  transform: rotate(-45deg);
  transform-origin: center;
}
.close-sidebar:before {
  transform: rotate(45deg);
  transform-origin: center;
}
.close-sidebar:hover {
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
.close-sidebar:hover::before, .close-sidebar:hover::after {
  transform: rotate(0deg);
}

.sidebar_cart {
  box-shadow: 16px 16px 16px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 90%;
  max-width: 480px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  transform: translateX(100%);
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.sidebar_cart .change-quantity-cart {
  border: none;
}
.sidebar_cart .change-quantity-cart button:hover {
  background: unset;
}
.sidebar_cart .header_sidebar_cart {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(222, 222, 222);
}
.sidebar_cart .header_sidebar_cart .cart-count-modal {
  position: relative;
  background: #000;
  color: #fff;
  padding: 3px 12px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.2s ease;
  z-index: 100;
}
.sidebar_cart .header_sidebar_cart .cart-count-modal:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  border-radius: 0px 4px 0px 0;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  border: 6px solid transparent;
  border-left-color: #000;
  background: #111;
  transform: rotate(45deg);
}
.sidebar_cart .header_sidebar_cart .title_sidebar {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.sidebar_cart .header_sidebar_cart .cart-title {
  line-height: normal;
  color: #000;
}
.sidebar_cart .footer_sidebar_cart {
  padding: 0 16px;
}
.sidebar_cart .footer_sidebar_cart .parttern1 {
  padding: 23px 0;
  border-top: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .title_learn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .title_learn_more p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher {
  color: rgb(36, 118, 255);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher p {
  margin-bottom: 0;
  font-weight: 300;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .input_apply_btn {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .input_apply_btn input {
  padding: 12px 16px;
  border: 1px solid rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: rgb(148, 148, 148);
  border-radius: 8px;
  width: 70%;
}
.sidebar_cart .footer_sidebar_cart .parttern1 .input_apply_btn button {
  width: 30%;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px #000000 solid;
  color: #000000;
}
.sidebar_cart .footer_sidebar_cart .parttern2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar_cart .footer_sidebar_cart .parttern2 .Purchase_now {
  width: 100%;
  padding: 18px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  gap: 2px;
  color: #fff;
  background-color: #000000;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.sidebar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar-content .cart_item {
  padding: 16px 16px 0;
  display: flex;
  align-items: stretch;
  gap: 16px;
  position: relative;
}
.sidebar-content .cart_item .img_wrapper_prd_cart {
  width: 100%;
  max-width: 90px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar-content .cart_item .img_wrapper_prd_cart img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-content .cart_item .prd_cart_desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_name {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #000;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .old_price {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 0;
  text-decoration: line-through;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .price {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 0;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter {
  display: grid;
  grid-template-columns: 2.8fr 2.8fr 3fr;
  gap: 12px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .label_opt {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
  margin-bottom: 8px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .param_select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #000;
}
.sidebar-content .cart_item .img-del {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.24);
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9;
  cursor: pointer;
}

.list_prd_order .cart_item {
  padding: 16px 12px;
}
.list_prd_order .cart_item .img-del {
  left: 12px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pagination .page-item.active .page-link {
  background-color: #000;
  border: 1px rgb(0, 0, 0) solid;
  color: #fff;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.footer_sidebar_cart_empty {
  padding: 0 1rem;
}
.footer_sidebar_cart_empty img.m-auto {
  padding: 50px 0;
}
.footer_sidebar_cart_empty p {
  font-size: 16px;
}
.footer_sidebar_cart_empty span {
  font-size: 14px;
}
.footer_sidebar_cart_empty .cart-empty-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_sidebar_cart_empty .cart-empty-actions .empty-cart {
  width: 100%;
  padding: 18px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  gap: 2px;
  color: #fff;
  background-color: #000000;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.control_wide_modal {
  max-width: 75%;
  max-width: 950px;
  max-height: 100vh;
  display: block;
}
.control_wide_modal .modal-content {
  padding: 48px;
  position: relative;
}
.control_wide_modal .modal-content .btn_close {
  position: absolute;
  top: -30px;
  right: -30px;
}
.control_wide_modal .modal-content .product-slide-wrap {
  padding: 0;
}
.control_wide_modal .modal-content .product-slide-wrap .left .nav-carousel ul {
  max-height: 575px;
  overflow: scroll;
}
.control_wide_modal .modal-content .product-slide-wrap .left .nav-carousel ul::-webkit-scrollbar {
  display: none;
}
.control_wide_modal .modal-content .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.control_wide_modal .modal-content .right .rating_block {
  margin: 0;
}
.control_wide_modal .modal-content .right .rating_block .my-rating-8 {
  display: flex;
}
.control_wide_modal .modal-content .right .public_price_row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.control_wide_modal .modal-content .right .public_price_row .sale_price {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.control_wide_modal .modal-content .right .public_price_row .old_price {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: rgb(163, 163, 163);
  text-decoration: line-through;
}
.control_wide_modal .modal-content .right .public_price_row .discount {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(231, 19, 19);
}
.control_wide_modal .modal-content .right .group_btn_popup_prd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #000;
  border-radius: 2rem;
  overflow: hidden;
  border: 2px solid #000;
}
.control_wide_modal .modal-content .right .group_btn_popup_prd .buynow_wrapper button {
  width: 100%;
  height: 48px;
  border: 0px solid #000;
  color: #fff;
  background: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.control_wide_modal .modal-content .right .group_btn_popup_prd:hover {
  border: 2px solid #000;
  background: #fff;
}
.control_wide_modal .modal-content .right .group_btn_popup_prd:hover .buynow_wrapper button {
  color: #000;
  background: #fff;
}
.control_wide_modal .modal-content .right .link_to_detail a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(36, 118, 255);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .control_wide_modal .modal-content {
    padding: 20px;
  }
  .control_wide_modal .product-slide-wrap {
    flex-direction: column;
  }
  .control_wide_modal .prd_carousel_wrapper {
    width: 100% !important;
  }
  .control_wide_modal .modal-content .btn_close {
    top: -5px;
    right: -5px;
    z-index: 3;
  }
}

.flash-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.rotate-arrow-no-light-dark::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 17px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50058 6.49392L13.5081 6.49392L13.5081 11.5014M6.49593 13.5061L13.438 6.56405" stroke="%23A3A3A3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.rotate-arrow-no-light-dark:hover::after {
  transform: rotate(45deg);
  background: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50058 6.49392L13.5081 6.49392L13.5081 11.5014M6.49593 13.5061L13.438 6.56405" stroke="%23A3A3A3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  transition: all 0.3s linear;
}

.rotate-arrow-a3a3a3-14px::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50058 6.49405L13.5081 6.49405L13.5081 11.5015M6.49593 13.5062L13.438 6.56417" stroke="%23A3A3A3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.rotate-arrow-a3a3a3-14px:hover::after {
  transform: rotate(45deg);
  background: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50058 6.49405L13.5081 6.49405L13.5081 11.5015M6.49593 13.5062L13.438 6.56417" stroke="%23A3A3A3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  transition: all 0.3s linear;
}

nav.breadcrumb-layout {
  padding-top: 100px;
}
nav.breadcrumb-layout .breadcrumb .breadcrumb-item a {
  color: #a3a3a3;
}
nav.breadcrumb-layout .breadcrumb .breadcrumb-item a.active {
  color: #000;
}

.rotate-arrow-light-dark::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .rotate-arrow-light-dark::after {
    margin-left: 4px;
    width: 16px;
    height: 17px;
  }
}
.rotate-arrow-light-dark:hover::after {
  transform: rotate(45deg);
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="%23fff" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  transition: all 0.3s linear;
}

.rotate-arrow-light-dark-red::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .rotate-arrow-light-dark-red::after {
    margin-left: 4px;
    width: 16px;
    height: 17px;
  }
}
.rotate-arrow-light-dark-red:hover::after {
  transform: rotate(45deg);
  background: url("data:image/svg+xml;utf8,<svg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405' stroke='%23F15928' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  transition: all 0.3s linear;
}

.rotate-arrow-dark-light::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 21px;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="%23fff" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .rotate-arrow-dark-light::after {
    margin-left: 4px;
    width: 16px;
    height: 17px;
  }
}
.rotate-arrow-dark-light:hover::after {
  transform: rotate(45deg);
  background: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49851 6.99392L13.506 6.99392L13.506 12.0014M6.49386 14.0061L13.4359 7.06405" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  transition: all 0.3s linear;
}

.py-88px {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pt-40px {
  padding-top: 40px;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
}

.main-menu-header-mobile,
.header_tool {
  display: none;
}

footer.Goss_footer {
  background: #000000;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
footer.Goss_footer .elementor-section {
  padding: 0;
}
footer.Goss_footer .elementor-section .elementor-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 0;
}
footer.Goss_footer .elementor-section .elementor-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 1px;
  flex: 1 1 0%;
  box-sizing: border-box;
}
footer.Goss_footer .elementor-section .elementor-column.elementor-col-25 {
  max-width: 25%;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
footer.Goss_footer .elementor-section .elementor-column.elementor-col-25:last-child {
  border-right: none;
}
footer.Goss_footer .elementor-section .elementor-column .elementor-element-populated {
  padding: 88px 24px 24px 24px;
}
footer.Goss_footer .elementor-section .box-service.level-0 ul.expand {
  padding: 0;
}
footer.Goss_footer .elementor-section .box-service.level-0 .title-level-0 {
  padding-bottom: 1rem;
  display: block;
}
footer.Goss_footer .elementor-section .box-service.level-0 .title-level-0 .title-menu-0 {
  font-family: "arialbd", sans-serif;
}
footer.Goss_footer .elementor-section .box-service.level-0 * {
  color: #fff;
}
footer.Goss_footer .elementor-section .box-service.level-0 .level-1 {
  margin-bottom: 1rem;
}
footer.Goss_footer .elementor-section .box-service.level-0 .title-menu-0 {
  font-size: 18px;
  text-transform: uppercase;
}
footer.Goss_footer .elementor-section .box-service.level-0 .title-menu-1 {
  font-size: 14px;
}
footer.Goss_footer .elementor-section:last-child .elementor-container .elementor-column {
  padding-top: 36px;
}
footer.Goss_footer .logo img {
  max-width: 120px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}
footer.Goss_footer .form-submit-noti-email .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "arialbd", sans-serif;
}
footer.Goss_footer .form-submit-noti-email .content .description {
  color: #bdbdbd;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
footer.Goss_footer .form-submit-noti-email form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
footer.Goss_footer .form-submit-noti-email form input[type=email] {
  width: 100%;
  padding: 1.2rem;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #111;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
  text-align: center;
}
footer.Goss_footer .form-submit-noti-email form input[type=email]::-moz-placeholder {
  color: #bdbdbd;
  text-align: center;
  opacity: 1;
}
footer.Goss_footer .form-submit-noti-email form input[type=email]::placeholder {
  color: #bdbdbd;
  text-align: center;
  opacity: 1;
}
footer.Goss_footer .form-submit-noti-email form button[type=submit] {
  background: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 1.2rem;
  font-size: 1rem;
  border: none;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
  width: 100%;
  border: 2px solid;
}
footer.Goss_footer .form-submit-noti-email form button[type=submit]:hover {
  background: #fff;
  color: #000;
}
footer.Goss_footer .text-cright {
  color: #bdbdbd;
  font-size: 1rem;
  margin-top: 0.5rem;
}
footer.Goss_footer .contact-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer.Goss_footer .contact-footer .icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
footer.Goss_footer .contact-footer .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
footer.Goss_footer .contact-footer .text div {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
footer.Goss_footer .follow-us .icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 0.5rem;
}
footer.Goss_footer .follow-us .text {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
footer.Goss_footer .follow-us .text .social-icons {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.5rem;
}
footer.Goss_footer .follow-us .text .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.2s;
}
footer.Goss_footer .follow-us .text .social-icons a img {
  width: 20px;
  height: 20px;
  filter: none;
}
footer.Goss_footer .follow-us .text .social-icons a:hover {
  background: #fff;
}
footer.Goss_footer .icon-payment {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.Goss_footer .icon-payment img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  footer.Goss_footer .elementor-section .elementor-container {
    flex-direction: row;
    padding: 0 16px;
  }
  footer.Goss_footer .elementor-section .elementor-container .elementor-column {
    flex: 1 1 50%;
    max-width: 100% !important;
    padding: 24px 0 0 0;
  }
  footer.Goss_footer .icon-payment {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  footer.Goss_footer .elementor-section .elementor-container {
    padding: 0 4px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer.Goss_footer .elementor-column {
    padding: 16px 0 0 0.5rem !important;
  }
  footer.Goss_footer .logo img {
    max-width: 90px;
  }
  footer.Goss_footer .icon-payment img {
    padding: 2px 4px;
  }
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

@media (min-width: 1500px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:col-gap-1 {
    gap: 2rem;
  }
}
.fancybox__container {
  z-index: var(--fancybox-zIndex, 1055);
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.adjust_quantity {
  display: flex;
}
.adjust_quantity .btn_adjust_quantity {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border-radius: 1rem;
}
.adjust_quantity .btn_adjust_quantity .decrease,
.adjust_quantity .btn_adjust_quantity .increase {
  width: 3rem;
  max-width: 3.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  font-weight: 700;
}
.adjust_quantity .btn_adjust_quantity .decrease:hover,
.adjust_quantity .btn_adjust_quantity .increase:hover {
  color: #f15928;
}

@media (min-width: 1024px) {
  .color_opt.param_opt,
  .size_opt.param_opt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lg\:col-gap-1 {
    gap: 1rem;
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .xl-d-none {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .my-container {
    width: calc(100% - 1rem);
  }
  .py-88px {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl-d-none {
    display: none;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  header {
    padding: 0;
  }
  header .main-menu {
    display: none;
  }
  header .my-container {
    width: calc(100% - 24px);
    padding: 0 0.5rem;
  }
  header .logo img {
    max-height: 40px;
  }
  header .rbb-header-right {
    gap: 0.5rem;
  }
  header .rbb-header-right .openModal {
    font-size: 0.8rem;
  }
  header .rbb-header-right .openModal .ms-3 {
    display: none;
  }
  .header_tool {
    display: block;
  }
  .main-menu-header-mobile-level-1 {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    position: fixed;
    top: 0;
    left: -1000px;
    z-index: 1001;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .main-menu-header-mobile-level-1 .title-level-1 {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-1,
  .main-menu-header-mobile-level-1 .main-menu.level-2 {
    flex-direction: column;
    padding: 0px;
    list-style: none;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-2 li {
    padding: 10px;
    width: 50%;
  }
  .main-menu-header-mobile-level-1 .back-menu-level-1 {
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  .main-menu-header-mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -1000px;
    background-color: white;
    color: #333;
    z-index: 1000;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 10px 10px;
  }
  .main-menu-header-mobile .title-level-1 {
    display: none;
  }
  .main-menu-header-mobile .menu-wrapper-1 {
    display: none;
  }
  .main-menu-header-mobile .main-menu.level-0 {
    padding-top: 20px;
    padding-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
  }
  .main-menu-header-mobile .main-menu.level-0 li {
    padding-left: 10px;
    min-height: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
  }
  .main-menu-header-mobile .main-menu.level-0 li a {
    padding: 0px;
    width: 80%;
    font-size: 10px;
  }
  .main-menu-header-mobile .btn-cart {
    display: flex;
    width: 48%;
    justify-content: space-between;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 12px;
  }
  footer.Goss_footer .elementor-section .elementor-column .elementor-element-populated {
    padding: 40px 16px 16px 16px !important;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  header .my-container {
    width: calc(100% - 16px);
    padding: 0 0.25rem;
  }
  header .logo img {
    max-height: 35px;
  }
  header .rbb-header-right .rbb-product-search img,
  header .rbb-header-right .openSidebar img,
  header .rbb-header-right a img {
    width: 20px;
    height: 20px;
  }
  footer.Goss_footer .elementor-section .elementor-column .elementor-element-populated {
    padding: 24px 8px 8px 8px !important;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header #expand-content {
  animation: fadeInDown 0.3s ease-out;
}

.cursor-pointer {
  cursor: pointer;
}

/* Member Sidebar Specific Styles */
#memberSidebar {
  padding: 0;
}
#memberSidebar .header_sidebar_cart {
  padding: 0 16px;
}
#memberSidebar .header_sidebar_cart .member-tabs .tab-btn {
  width: 156px;
  text-align: center;
  padding: 20px 0;
  border-radius: 0;
  font-size: 14px;
  color: #757575;
}
#memberSidebar .header_sidebar_cart .member-tabs .tab-btn.active {
  border-bottom: 2px solid #000;
  color: #000;
}
#memberSidebar .header_sidebar_cart .member-tabs .tab-btn:hover:not(.active) {
  color: #333;
}
#memberSidebar .sidebar-content {
  padding: 0 16px;
  margin-top: 30px;
}
#memberSidebar .member-title {
  margin-bottom: 24px;
}
#memberSidebar .member-title .modal_name {
  font-size: 14px;
  color: #757575;
  margin-bottom: 8px;
  line-height: 1.3;
}
#memberSidebar .member-title .modal_sub {
  font-size: 14px;
  color: #757575;
  margin-bottom: 0;
  line-height: 1.4;
}
#memberSidebar .member-fields {
  gap: 16px;
}
#memberSidebar .member-fields .input-wrapper {
  position: relative;
}
#memberSidebar .member-fields .input-wrapper .username {
  width: 100%;
  height: 48px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #a3a3a3;
  transition: all 0.3s ease;
  border: none;
}
#memberSidebar .member-fields .input-wrapper .username::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
#memberSidebar .member-fields .input-wrapper .username::placeholder {
  color: #999;
  font-size: 14px;
}
#memberSidebar .member-fields .input-wrapper .username:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden {
  position: absolute;
  right: 12px;
  top: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden img,
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden svg {
  opacity: 1;
  transition: all 0.3s ease;
}
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden:hover img,
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden:hover svg {
  opacity: 1;
  transform: scale(1.05);
}
#memberSidebar .member-fields .input-wrapper.password-wrapper .reveal_hidden:active {
  transform: translateY(-50%) scale(0.95);
}
#memberSidebar .member-fields .input-wrapper.password-wrapper input {
  padding-right: 48px;
}
#memberSidebar .member-fields .input-wrapper.date-wrapper .date-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
}
#memberSidebar .member-fields .input-wrapper.date-wrapper input[type=date] {
  padding-right: 48px;
}
#memberSidebar .member-fields .input-wrapper.date-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 48px;
  height: 100%;
  cursor: pointer;
}
#memberSidebar .member-fields .password-rules {
  font-size: 12px;
  color: #757575;
  margin: 8px 0;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(2, 1fr);
}
#memberSidebar .member-fields .password-rules span {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: normal;
  color: #757575;
  white-space: nowrap;
}
#memberSidebar .member-fields .terms-checkbox {
  margin: 16px 0;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container input[type=checkbox] {
  display: none;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container .checkmark::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container input[type=checkbox]:checked + .checkmark {
  background: #000;
  border-color: #000;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container .checkbox-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  text-align: center;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container .checkbox-text .terms-link {
  color: #2476ff;
  text-decoration: underline;
}
#memberSidebar .member-fields .terms-checkbox .checkbox-container .checkbox-text .terms-link:hover {
  color: #1a5fcc;
}
#memberSidebar .member-fields .btn-register {
  height: 48px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  margin-top: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
#memberSidebar .member-fields .btn-register .button-icon svg {
  transition: all 0.3s ease;
}
#memberSidebar .member-fields .btn-register:hover:not(:disabled) {
  color: #f15928;
}
#memberSidebar .member-fields .btn-register:hover:not(:disabled) .button-icon svg {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
#memberSidebar .member-fields .btn-register:hover:not(:disabled) .button-icon svg path {
  stroke: #f15928;
}
#memberSidebar .member-fields .btn-register:disabled {
  background: #dedede;
  cursor: not-allowed;
  transform: none;
}
#memberSidebar .member-fields .btn-register:disabled .button-text {
  color: #fff;
}
#memberSidebar .member-fields .divider-container {
  margin: 24px 0 16px 0;
}
#memberSidebar .member-fields .divider-container .divider-text {
  font-size: 12px;
  color: #a3a3a3;
  padding: 0 16px;
  background: #fff;
  white-space: nowrap;
}
#memberSidebar .member-fields .divider-container .divider-line {
  height: 1px;
  background: #e0e0e0;
  flex: 1;
}
#memberSidebar .member-fields .social-login {
  gap: 12px;
}
#memberSidebar .member-fields .social-login .btn-social {
  flex: 1;
  height: 44px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  justify-content: center;
}
#memberSidebar .member-fields .social-login .btn-social img {
  width: 18px;
  height: 18px;
}
#memberSidebar .member-fields .social-login .btn-social:hover {
  border-color: #ccc;
  background: #f8f9fa;
}
#memberSidebar .member-fields .social-login .btn-social.btn-facebook:hover {
  border-color: #4267b2;
  color: #4267b2;
}
#memberSidebar .member-fields .social-login .btn-social.btn-google:hover {
  border-color: #db4437;
  color: #db4437;
}
#memberSidebar .member-fields .forgot-password {
  margin: 8px 0;
}
#memberSidebar .member-fields .forgot-password a {
  font-size: 14px;
  color: #2476ff;
  text-decoration: none;
  font-weight: 600;
}
#memberSidebar .member-fields .forgot-password a:hover {
  text-decoration: none;
  color: #1a5fcc;
}
#memberSidebar .recaptcha-container {
  margin: 16px 0;
}
#memberSidebar .recaptcha-container .g-recaptcha {
  transform: scale(0.9);
  transform-origin: center;
}
@media (max-width: 480px) {
  #memberSidebar {
    width: 100vw;
  }
  #memberSidebar .member-fields .social-login {
    flex-direction: column;
  }
  #memberSidebar .member-fields .social-login .btn-social {
    width: 100%;
  }
  #memberSidebar .member-fields .recaptcha-container .g-recaptcha {
    transform: scale(0.8);
  }
}

/* Member Modal Styles */
.sidebar_cart.cart-box #memberSidebar {
  z-index: 9999;
}

/* Form Validation Styles */
.input-wrapper.error input {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.input-wrapper.success input {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 10px !important;
}

/* Password Rules Styling */
.password-rules span {
  transition: color 0.3s ease;
}

/* Button States */
.btn-register.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-register.enabled {
  opacity: 1;
  cursor: pointer;
}

/* OTP Verification Styles */
#modal_otp_verify {
  animation: slideInRight 0.3s ease-out;
}

.back-arrow {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
}

.back-arrow:hover {
  background-color: #e9ecef;
}

.otp-input-container {
  gap: 8px;
  justify-content: space-around;
}

.otp-digit {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
}

.otp-digit:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.otp-digit:not(:-moz-placeholder) {
  border-color: #28a745;
  background-color: #f8fff9;
}

.otp-digit:not(:placeholder-shown) {
  border-color: #28a745;
  background-color: #f8fff9;
}

.countdown-timer {
  font-size: 14px;
  color: #6c757d;
}

.resend-section a.disabled {
  color: #6c757d;
  cursor: not-allowed;
  pointer-events: none;
}

/* Success Modal Styles */
#modal_success {
  animation: fadeIn 0.5s ease-out;
}

.success-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmark-circle {
  animation: bounce 0.6s ease-out;
}

.success-message {
  color: #6c757d;
  font-size: 1rem;
}

/* Checkbox Styling */
.checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}

.checkbox-container .checkbox-text {
  line-height: 1.4;
}

.checkbox-container .text-primary {
  text-decoration: underline;
}

.checkbox-container .text-primary:hover {
  text-decoration: none;
}

/* reCAPTCHA Container */
.recaptcha-container {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animations */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -8px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .otp-digit {
    width: 40px;
    height: 50px;
    font-size: 20px;
  }
  .otp-input-container {
    gap: 6px;
  }
  .success-title {
    font-size: 1.25rem;
  }
  .sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group {
    max-height: 43px;
  }
  .sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group input {
    padding: 11.5px 20px;
  }
  .sidebarSearch .search_layout .header_sidebar_search form.search-form.search-form--ajax .search-form__wrapper .search-form__input-group #search {
    padding: 0px 10px;
    width: 47px;
    height: 35px;
  }
}
/* Loading Spinner */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

/* Tab Styling Updates */
.member-tabs .tab-btn {
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.member-tabs .tab-btn.active {
  color: #000;
  border-bottom-color: #000;
}

.member-tabs .tab-btn:hover {
  color: #000;
}

/* Date Input Styling */
.date-wrapper input[type=date] {
  position: relative;
}

.date-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.date-wrapper .date-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Social Login Buttons */
.btn-social {
  padding: 12px 20px;
  border: 1px solid #dee2e6;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}

.btn-social:hover {
  border-color: #000;
  color: #333;
  text-decoration: none;
}

.btn-facebook:hover {
  border-color: #3b5998;
  background-color: #f8f9fa;
}

.btn-google:hover {
  border-color: #db4437;
  background-color: #f8f9fa;
}

/* Forgot Password Styles */
#modal_forgot_password .member-title .modal_name,
#modal_forgot_otp .member-title .modal_name,
#modal_new_password .member-title .modal_name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#modal_forgot_password .member-title .modal_sub,
#modal_forgot_otp .member-title .modal_sub,
#modal_new_password .member-title .modal_sub {
  font-size: 14px;
  color: #757575;
  line-height: 1.4;
  margin-bottom: 0;
}
#modal_forgot_password .input-wrapper,
#modal_forgot_otp .input-wrapper,
#modal_new_password .input-wrapper {
  position: relative;
}

/* Forgot Password Step 1 - Email Input */
#modal_forgot_password #forgot-email-input.invalid {
  border-color: #dc3545;
}
#modal_forgot_password #forgot-email-input.valid {
  border-color: #28a745;
}

/* Forgot Password Step 2 - OTP Input */
#modal_forgot_otp .countdown-timer {
  color: #666;
  font-size: 14px;
}
#modal_forgot_otp .countdown-timer #forgot-countdown {
  font-weight: 600;
  color: #000;
}
#modal_forgot_otp .resend-section {
  color: #666;
  font-size: 14px;
}
#modal_forgot_otp .resend-section a {
  color: #007bff;
  text-decoration: none;
}
#modal_forgot_otp .resend-section a:hover {
  text-decoration: underline;
}

/* Forgot Password Step 3 - New Password */
#modal_new_password .password-wrapper {
  position: relative;
}
#modal_new_password .password-wrapper .reveal_hidden {
  position: absolute;
  right: 15px;
  top: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}
#modal_new_password .password-wrapper .reveal_hidden:hover {
  color: #000;
}
#modal_new_password .password-rules {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
#modal_new_password .password-rules .rule-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
}
#modal_new_password .password-rules .rule-item .rule-icon {
  color: #dc3545;
  font-weight: 600;
}
#modal_new_password .password-rules .rule-item.valid .rule-icon {
  color: #28a745;
}

/* Back Arrow Button */
.back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
.back-arrow:hover {
  background: #e9ecef;
}
.back-arrow svg {
  width: 16px;
  height: 16px;
}

/* Shake animation for invalid OTP */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  #modal_forgot_password .member-title .modal_name,
  #modal_forgot_otp .member-title .modal_name,
  #modal_new_password .member-title .modal_name {
    font-size: 16px;
  }
  #modal_forgot_password .member-title .modal_sub,
  #modal_forgot_otp .member-title .modal_sub,
  #modal_new_password .member-title .modal_sub {
    font-size: 13px;
  }
  #modal_forgot_password .member-fields,
  #modal_forgot_otp .member-fields,
  #modal_new_password .member-fields {
    gap: 16px;
  }
  #modal_forgot_otp .otp-input-container .forgot-otp-digit {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
