@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

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;
}

.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: center;
  gap: 24px;
}
header .main-menu .box-service.evel-0 .expand {
  display: none;
}
header .main-menu .title-level-0 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
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;
}
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 .wrapper {
  width: 55%;
  -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:hover,
header .rbb-header-right .openModal:hover,
header .rbb-header-right .openSidebar:hover,
header .rbb-header-right a:hover {
  transform: scale(1.1);
}
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: 24px;
  height: 24px;
}
header .rbb-header-right .openModal {
  cursor: pointer;
  color: #333;
  font-size: 0.9rem;
}
header .rbb-header-right .openModal:hover {
  color: #e71313;
}

.heart-btn.active, .heart-btn:hover {
  color: #e74c3c;
  background: #111;
  transform: scale(1.1);
}
.heart-btn.active .love, .heart-btn:hover .love {
  display: none !important;
}
.heart-btn.active .love_active, .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: #fff;
  color: #e74c3c;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.heart-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%) translateY(-50%) scale(1);
}

.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 {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.product-item-layout:hover .product-image-wrapper .product-actions {
  opacity: 1;
  visibility: visible;
}
.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;
}
.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: transform 0.3s ease;
}
.product-item-layout .product-image-wrapper .product-image:hover img {
  transform: scale(1.05);
}
.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, .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.active .love, .product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn:hover .love {
  display: none !important;
}
.product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn.active .love_active, .product-item-layout .product-image-wrapper .product-actions .action-btn.heart-btn:hover .love_active {
  display: block !important;
}
.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:hover {
  background: #fff;
  color: #e74c3c;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.product-item-layout .product-image-wrapper .product-actions .action-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%) translateY(-50%) scale(1);
}
.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: -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);
}
.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;
  padding: 12px;
  font-size: 14px;
  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);
}

.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;
}
.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;
}
.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: 400px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0 16px;
  transform: translateX(100%);
  z-index: 20;
  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: 19px 0;
  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;
}

.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;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar-content .cart_item {
  padding: 16px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.sidebar-content .cart_item .img_wrapper_prd_cart {
  width: 25%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar-content .cart_item .img_wrapper_prd_cart img {
  width: 100%;
}
.sidebar-content .cart_item .img_wrapper_prd_cart .icon_remove {
  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: 0;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.sidebar-content .cart_item .prd_cart_desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .old_pice {
  color: rgb(163, 163, 163);
  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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: 12px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .label_opt {
  color: rgb(117, 117, 117);
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
}
.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;
}
.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;
}
.sidebar_cart {
  box-shadow: 16px 16px 16px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0 16px;
  transform: translateX(100%);
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.sidebar_cart .change-quantity-cart {
  border: none;
}
.sidebar_cart .header_sidebar_cart {
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(222, 222, 222);
}
.sidebar_cart .header_sidebar_cart .title_sidebar {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.sidebar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar-content .cart_item {
  padding: 16px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.sidebar-content .cart_item .img_wrapper_prd_cart {
  width: 25%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar-content .cart_item .img_wrapper_prd_cart img {
  width: 100%;
}
.sidebar-content .cart_item .img_wrapper_prd_cart .icon_remove {
  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: 0;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.sidebar-content .cart_item .prd_cart_desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .old_pice {
  color: rgb(163, 163, 163);
  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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: 12px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .label_opt {
  color: rgb(117, 117, 117);
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
}
.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;
}
.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;
}
.footer_sidebar_cart .parttern1 .title_learn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sidebar_cart .parttern1 .title_learn_more p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.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;
}
.footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher p {
  margin-bottom: 0;
  font-weight: 300;
}
.footer_sidebar_cart .parttern1 .input_apply_btn {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.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%;
}
.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;
}
.footer_sidebar_cart .parttern2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}
.control_wide_modal {
  max-width: 75%;
  max-width: 950px;
  max-height: 642px;
}
.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;
}

.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;
}

nav.breadcrumb-layout {
  padding-top: 85px;
}

.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;
}
.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;
}
.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;
}
.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;
}

footer.Goss_footer {
  background: #1c1c1c;
  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;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0;
}
footer.Goss_footer .elementor-section .elementor-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 1px;
  flex: 1 1 0%;
  padding: 88px 24px 24px 24px;
  box-sizing: border-box;
}
footer.Goss_footer .elementor-section .elementor-column.elementor-col-25 {
  max-width: 25%;
}
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.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}
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%;
}
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 .follow-us .text .social-icons a:hover img {
  filter: brightness(0) invert(1);
}
footer.Goss_footer .icon-payment {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
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: column;
    padding: 0 16px;
  }
  footer.Goss_footer .elementor-column {
    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;
  }
  footer.Goss_footer .elementor-column {
    padding: 16px 0 0 0;
  }
  footer.Goss_footer .logo img {
    max-width: 90px;
  }
  footer.Goss_footer .icon-payment img {
    height: 28px;
    padding: 2px 4px;
  }
  footer.Goss_footer .form-submit-noti-email form button[type=submit] {
    padding: 0 1rem;
  }
}

@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;
  }
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .btn_adjust_quantity {
    display: none;
  }
  .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: 1200px) and (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .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 .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;
  }
}
@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;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header #expand-content {
  animation: fadeInDown 0.3s ease-out;
}

.flash-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 16px 24px;
  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;
  min-width: 200px;
}
.flash-message.alert-success {
  background: rgba(40, 167, 69, 0.9);
}
.flash-message.alert-danger {
  background: rgba(220, 53, 69, 0.9);
}
