@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt:wght@300;400;500;600;700&display=swap");
html {
  position: relative;
  overflow-x: hidden !important;
}

body {
  font-family: "Prompt", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

i.icon_mgc::before {
  color: white;
}

.container.container1600 {
  max-width: 1600px;
}

.container-fluid.container30 {
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid.container60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .container-fluid.container60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-fluid.container60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .container-fluid.container60 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .container-fluid.container60 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.material-symbols-outlined.i-fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.material-symbols-outlined.i-outline {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.bg-blue1 {
  background-color: #034ea1;
}
.bg-blue2 {
  background-color: #0055b4;
}
.bg-blue3 {
  background-color: #c5e0ff;
}
.bg-blue4 {
  background-color: #f0f7ff;
}
.bg-gray1 {
  background-color: #666666;
}
.bg-gray2 {
  background-color: #dadada;
}
.bg-gray3 {
  background-color: #f1f5f6;
}
.bg-gray4 {
  background-color: #f1f1f1;
}
.bg-bill {
  background-image: url("../images/bg-bill.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-address {
  background-image: url("../images/bg-address.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-gGW {
  background-image: linear-gradient(to right, rgb(241, 241, 241), rgb(255, 255, 255));
}
.bg-orangeGrad {
  background-image: radial-gradient(#f16a3f, #e13600);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 50%;
}

.line-title {
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
  margin-bottom: 10px;
}
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background-color: #a7a7a7;
}
.line-titleB {
  height: 1px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background-color: #034ea1;
}
.line-titleB::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 6px;
  width: 60px;
  background-color: #034ea1;
}
.line-titleY {
  height: 1px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background-color: #e1e1e1;
}
.line-titleY::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 6px;
  width: 60px;
  background-color: #ffd600;
}

.iconTitle {
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 6px;
  background-color: #034ea1;
}
.iconTitle i:before {
  color: white;
}

i.text-yellow::before {
  color: #ffd600;
}

.aboutus-bg {
  background-image: linear-gradient(90deg, rgba(3, 78, 161, 0.5), rgba(3, 78, 161, 0.5)), url("../images/aboutus/HWH-TP_0.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.text-blue1 {
  color: #034ea1;
}
.text-blue2 {
  color: #0055b4;
}
.text-blue3 {
  color: #c5e0ff;
}
.text-gray1 {
  color: #666666;
}

.fs-10 {
  font-size: 0.625rem !important;
}
.fs-12 {
  font-size: 0.75rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
}
.fs-20 {
  font-size: 1.25rem !important;
}
.fs-32 {
  font-size: 2rem !important;
}

i.md-24 {
  font-size: 24px !important;
}
i.md-32 {
  font-size: 32px !important;
}

.textL2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textL3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.w-2rem {
  width: 2rem;
}

.badge {
  font-weight: 400;
}
.badge.bg-light-primary {
  background-color: #f1faff;
  color: #009ef7;
}
.badge.bg-light-secondary {
  background-color: #d9d9d9;
  color: black;
}
.badge.bg-light-success {
  background-color: #e8fff3;
  color: #50cd89;
}
.badge.bg-light-warning {
  background-color: #fff8dd;
  color: #ffc700;
}
.badge.bg-light-danger {
  background-color: #fff5f8;
  color: #f1416c;
}

.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}

.rounded-10 {
  border-radius: 10px;
}
.rounded-6 {
  border-radius: 6px;
}

.shadow-10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.link-white {
  color: white;
}
.link-white:hover, .link-white:focus {
  color: rgba(255, 255, 255, 0.6);
}
.link-gray1 {
  color: #666666;
}
.link-gray1:hover, .link-gray1:focus {
  color: rgba(102, 102, 102, 0.6);
}
.link-blue1 {
  color: #034ea1;
}
.link-blue1:hover, .link-blue1:focus {
  color: #00448f;
}
.link-black {
  color: black;
}
.link-black:hover, .link-black:focus {
  color: #0055b4;
}

.boximg200 {
  width: 200px;
  height: 200px;
}
.boximg100 {
  width: 100px;
  height: 100px;
}
.boximg80 {
  width: 80px;
  height: 80px;
}
.boximg60 {
  width: 60px;
  height: 60px;
}
.boximg50 {
  width: 50px;
  height: 50px;
}
.boximg24 {
  width: 24px;
  height: 24px;
}
.boximg20 {
  width: 20px;
  height: 20px;
}

.w-200 {
  width: 200px;
}

.iconS-24 {
  height: 24px;
}

.pngCateSize {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pngCateSize {
    width: 30%;
    margin-left: auto;
  }
}

.border-bottom-w3 {
  border-bottom: 3px solid #d9d9d9 !important;
}

hr {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn {
  border-radius: 6px;
}
.btn-noL {
  text-decoration: none;
  color: #034ea1;
}
.btn-noL:hover {
  color: #0055b4;
}
.btn-yellow {
  background-color: #ffd600;
  color: black;
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: #ffbe00;
  color: black;
}
.btn-subcate {
  background-color: transparent !important;
  color: black !important;
}
.btn-subcate:hover, .btn-subcate:focus {
  border-color: #ffbe00 !important;
  color: black !important;
}

a.btn-subcate:hover,
a.btn-subcate:focus {
  border-color: #ffbe00 !important;
  color: black !important;
}

a.btn-subcate:hover,
a.btn-subcate:focus {
  border: 1px solid #ffbe00 !important;
  color: black !important;
}
.btn-subcate.active {
  background-color: #ffd600 !important;
  color: black !important;
}
.btn-subcateW {
  background-color: transparent !important;
  color: white !important;
}
.btn-subcateW:hover, .btn-subcateW:focus {
  border-color: #ffbe00 !important;
  color: white !important;
}
.btn-subcateW.active {
  background-color: #ffd600 !important;
  color: black !important;
}
.btn-blue {
  background-color: #034ea1;
  color: white;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: #00448f;
  color: white;
}
.btn-outline-blue {
  background-color: white;
  color: #034ea1;
  border-color: #034ea1;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
  background-color: #034ea1;
  color: white;
}
.btn-wicon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-gray {
  border-color: #dadada;
  color: black;
}
.btn-outline-gray:hover, .btn-outline-gray:focus {
  background-color: #f1f1f1;
  color: black;
}
.btn-expand {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: white;
  border-color: #d9d9d9;
}
.btn-expand:hover, .btn-expand:focus {
  background-color: #f1f1f1 !important;
  color: black;
}

.breadcrumb {
  font-size: 0.875rem;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: rgba(102, 102, 102, 0.6);
}
.breadcrumb .active {
  color: black;
  font-weight: medium;
}

/*-----------------------------------------
    Navbar
-------------------------------------------*/
.section-anchor {
  scroll-margin-top: 100px;
}

.welcome-msg {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.022em;
  line-height: 1.5;
  white-space: nowrap;
  padding: 14px 0;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .welcome-msg {
    transform: translateX(0);
    animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
  }
}

@keyframes showMsgFirst {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes showMsg {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header-bottom.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header {
  font-family: Prompt, sans-serif;
  background: #fff;
  color: white;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .container-fluid {
  display: flex;
  align-items: center;
}
.header .inner-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.header a:not(.btn) {
  color: inherit;
}
.header a:not(.btn):hover {
  color: #034ea1;
}
.header h1 {
  line-height: 0;
  margin-bottom: 0;
}

.header-top {
  display: flex;
  background: #034ea1;
  font-size: 0.75rem;
  text-transform: capitalize;
}
.header-top i {
  font-size: 0.75rem;
  vertical-align: middle;
}
.header-top .header-right {
  padding-right: 0.2rem;
}
.header-top .header-right > .dropdown:first-child {
  margin-left: 0;
}
.header-top .header-right > .dropdown:hover .dropdown-box::before {
  visibility: visible;
  opacity: 1;
  top: auto;
  bottom: 100%;
}
.header-top .header-right .dropdown-box::before {
  content: "";
  position: absolute;
  z-index: 1002;
  left: 50%;
  top: -9999px;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.header-top .header-right .dropdown-box a {
  color: black;
}
.header-top .header-right .dropdown-box a:hover {
  color: #034ea1;
}
.header-top .header-right a {
  display: flex;
  align-items: center;
  color: white;
}
.header-top .header-right a:hover, .header-top .header-right a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.header-top .header-right i {
  margin-right: 0.6rem;
  font-size: 1.5rem;
}
.header-top .header-right > * {
  margin-left: 1.5rem;
}
.header-top .header-right .delimiter {
  margin: 0 0.3rem;
  color: #fff;
}
.header-top .header-right .divider {
  width: 1px;
  height: 1.5rem;
  background-color: #fff;
}

.header-middle {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333;
  background: #fff;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
}
.header-middle .header-left {
  flex: 1;
}

.header-bottom {
  display: flex;
  color: black;
  background: white;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-bottom .main-nav {
  margin-left: 2.1rem;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .header-bottom .main-nav {
    margin-left: 1rem !important;
  }
}
.header-bottom .header-right {
  padding-right: 0.2rem;
}
.header-bottom .header-right > a {
  display: flex;
  align-items: center;
  padding: 1.4rem 0 1.3rem;
}
.header-bottom .header-right > a i {
  vertical-align: middle;
}
.header-bottom .header-right > a i.w-icon-map-marker {
  font-size: 2.2rem;
  margin-top: -0.5rem;
}
.header-bottom .header-right > a i.w-icon-sale {
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
.header-bottom .header-right > a:first-child {
  margin-right: 1.5rem;
}
.header-bottom:not(.fixed) .show-dropdown .dropdown-box {
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none !important;
  margin-top: 2rem;
}
.header-bottom:not(.fixed) .category-dropdown > a {
  background-color: white;
  color: black !important;
}
.header-bottom:not(.fixed) .dropdown-box {
  opacity: 1;
  visibility: hidden;
  transform: none;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-center {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.has-center .header-right {
  flex: 1;
  justify-content: flex-end;
}
.has-center .header-center {
  margin-left: 2rem;
  margin-right: 2rem;
}

.logo {
  max-width: 150px;
}
.logo img {
  display: block;
}

.header-bottom.innerP .dropdown-box {
  opacity: 1;
  visibility: hidden;
  transform: none;
}

.header-search {
  position: relative;
  width: 100%;
  max-width: 38rem;
}
.header-search input.form-control {
  flex: 1;
  min-width: 40px;
  padding: 0.9rem;
  border: 2px solid #034ea1;
  border-right: 0;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: Prompt, sans-serif;
}
.header-search input.form-control::-moz-placeholder {
  color: inherit;
}
.header-search input.form-control::placeholder {
  color: inherit;
}
.header-search .btn-search {
  margin: 0;
  padding: 0;
  min-width: 4rem;
  color: #333;
  border-left: 0;
  border-color: #034ea1;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: -0.025em;
  text-transform: none;
  border-width: 2px;
}
.header-search .btn-search i {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.header-search .btn-search:hover {
  color: #034ea1;
  background-color: transparent;
}
.header-search .btn-search:active {
  color: #034ea1;
  background-color: transparent;
}
.header-search .btn-search:focus {
  color: #034ea1;
  background-color: transparent;
}
.header-search .select-box::before {
  right: 1.2rem;
  margin-top: -0.1rem;
  font-weight: 400;
}
.header-search .select-box select {
  position: relative;
  padding: 0.9rem 2rem 0.9rem 1.5rem;
  border: 0;
  font-weight: 400;
  z-index: 1;
}

.select-menu::before {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.header-search.hs-toggle .input-wrapper {
  position: absolute;
  display: flex;
  right: -2.5rem;
  top: 100%;
  min-width: 30rem;
  padding: 1.5rem;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  z-index: 100;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
}
.header-search.hs-toggle:hover {
  color: #034ea1;
}
.header-search.hs-toggle .form-control {
  padding: 1.4rem 2rem;
  font-size: 1.3rem;
  color: #777;
  background-color: #f4f4f4;
  border: none;
  height: 5rem;
}
.header-search.hs-toggle .btn-search {
  background-color: #f4f4f4;
  min-width: 5rem;
  font-size: 1.8rem;
  color: #222;
  border: none;
}
.header-search.hs-toggle .btn-search i {
  margin-bottom: 0.3rem;
  font-size: inherit;
}

.header-search.hs-toggle.show .input-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.header-search.hs-toggle.show .search-toggle::after {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

.header-search.hs-expanded {
  flex: 1;
  margin: 0 auto;
  min-width: auto;
  max-width: 55.6rem;
}
.header-search.hs-expanded .select-box {
  position: relative;
  width: 13rem;
  border: 2px solid #034ea1;
  border-right: none;
  color: #666;
}
.header-search.hs-expanded .select-box::after {
  content: "";
  height: 35px;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) and (max-width: 13399px) {
  .header-search.hs-expanded .select-box {
    max-width: 12rem;
  }
}
.header-search.hs-expanded input.form-control {
  color: #666;
  border-right: none;
  border-left: none;
}
.header-search.hs-expanded .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, color 0.4s;
}
.header-search.hs-expanded .btn-search i {
  margin: 0;
}
.header-search.hs-expanded .btn-search span {
  margin-right: 0.5rem;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1280px) and (max-width: 13399px) {
  .header-search.hs-expanded .header-search.hs-expanded {
    max-width: 32rem;
  }
}

.header-search.hs-simple {
  min-width: 35rem;
}
.header-search.hs-simple input.form-control {
  border: none;
  background-color: #f5f5f5;
}
.header-search.hs-simple .btn-search {
  position: absolute;
  right: 0;
  height: 100%;
  min-width: 4.5rem;
  background: transparent;
  color: #666;
}

.header-search.hs-rounded .select-box {
  border-radius: 0.5rem 0 0 0.5rem;
}
.header-search.hs-rounded .form-control {
  border-radius: 0.5rem 0 0 0.5rem;
}
.header-search.hs-rounded .btn-search {
  border-radius: 0 0.5rem 0.5rem 0;
}

.header-search.hs-rounded.hs-simple input.form-control {
  border-radius: 5rem;
}

.header-search.hs-rounded.hs-expanded .form-control {
  border-radius: 0;
}

.header-search.hs-round .select-box {
  border-radius: 0.3rem 0 0 0.3rem;
}
.header-search.hs-round .form-control {
  border-radius: 0.3rem 0 0 0.3rem;
}
.header-search.hs-round .btn-search {
  border-radius: 0 0.3rem 0.3rem 0;
}

.header-search.hs-round.hs-simple input.form-control {
  border-radius: 3rem;
}

.header-search.hs-round.hs-expanded .form-control {
  border-radius: 0;
}

.dir-up.hs-toggle .input-wrapper {
  top: auto;
  bottom: 100%;
  margin-bottom: 2rem;
}

.main-nav .menu > .has-submenu {
  padding-right: 1.5rem;
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.4rem;
  line-height: 1;
}

.wishlist {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  margin-right: 2.3rem;
  color: #333;
}
.wishlist span {
  margin-top: 0.3rem;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
.wishlist i {
  font-size: 2.7rem;
  color: inherit;
}
.wishlist:hover {
  color: #034ea1;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .wishlist {
    margin-right: 1rem;
  }
}

.header-call {
  position: relative;
  margin-right: 4.8rem;
}
.header-call .w-icon-call {
  margin: 0 0.6rem 0rem 0;
}
.header-call .w-icon-call i {
  font-size: 40px;
  color: #034ea1;
}
.header-call .call-info {
  margin-top: 0rem;
}
.header-call .phone-number {
  font-size: 1.25rem;
  line-height: 1;
}
.header-call .chat a {
  color: #333;
}
.header-call .chat a:hover {
  color: #034ea1;
}
.header-call:hover .w-icon-call {
  color: #034ea1;
}
.header-call:hover .phone-number {
  color: #034ea1;
}
.header-call::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  width: 1px;
  height: 4.1rem;
  background-color: #e5e5e5;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .header-call {
    margin-right: 1.5rem;
  }
  .header-call::after {
    right: -0.5rem;
  }
}

.cart-dropdown {
  color: #333;
}
.cart-dropdown > a i {
  font-size: 1.5rem;
  color: inherit;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  padding: 8px;
  position: relative;
}
.cart-dropdown .cart-toggle {
  padding: 0;
}
.cart-dropdown .cart-toggle::after {
  content: none;
}
.cart-dropdown .cart-label {
  display: block;
  margin: 5px 0 0 0;
  font-weight: inherit;
  font-size: 14px;
}
.cart-dropdown .cart-count {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-style: normal;
  z-index: 1;
  right: -8px;
  top: -8px;
  font-family: Prompt, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  background: #ffd600;
  color: black;
  text-align: center;
}
.cart-dropdown .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.cart-dropdown .cart-header span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.cart-dropdown .cart-header a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
}
.cart-dropdown .cart-header i {
  margin-left: 0.6rem;
  font-size: 1.8rem;
}
.cart-dropdown .cart-action {
  display: flex;
}
.cart-dropdown .cart-action .btn {
  width: 50%;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
}
.cart-dropdown .cart-action .btn:last-child {
  margin-left: 1rem;
}
.cart-dropdown .cart-action .btn-dark:hover {
  border-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}
.cart-dropdown .cart-action .btn-dark:active {
  border-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}
.cart-dropdown .cart-action .btn-dark:focus {
  border-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}
.cart-dropdown .cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1.8rem 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: -0.025em;
}
.cart-dropdown .cart-total .price {
  font-size: 1.6rem;
}
.cart-dropdown .dropdown-box {
  padding: 1rem 3rem 3rem;
  min-width: 30rem;
  margin-top: 0.5rem;
}
.cart-dropdown .product-price {
  color: #034ea1;
  overflow: visible;
}
.cart-dropdown .products {
  max-height: 28rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2.1rem;
}
.cart-dropdown .cart-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2498;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.label-down {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.label-down i {
  display: inline-block;
}
.label-down i + span {
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 0.875rem;
  margin-top: 0;
}
.label-down span {
  display: block;
}

.header-border .header-bottom {
  border-bottom: 1px solid #eee;
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transform: translate3d(0, 0, 0);
}
.dropdown:hover::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 20px);
  transform: translate3d(50%, 0, 0);
}
.dropdown:hover > a {
  color: #034ea1;
}
.dropdown a {
  display: flex;
  align-items: center;
}
.dropdown a .dropdown-image {
  max-width: 1.4rem;
  margin-right: 0.6rem;
  margin-top: -1px;
  height: auto;
}
.dropdown > a {
  line-height: 1.1;
  padding: 11px 0;
}
.dropdown > a::after {
  display: inline-block;
  margin-left: 6px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5rem;
  font-weight: 900;
}
.dropdown li.active > a {
  color: #034ea1;
}
.dropdown li:hover > a {
  color: #034ea1;
}

.dropdown.show .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transform: translate3d(0, 0, 0);
}
.dropdown.show::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 20px);
  transform: translate3d(50%, 0, 0);
}
.dropdown.show > a {
  color: #034ea1;
}

.dropdown-box {
  position: absolute;
  right: 0;
  top: -9999px;
  padding: 0.5rem 0;
  color: #666;
  background-color: #fff;
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dropdown-box a {
  padding: 0.6rem 1rem;
  font-size: inherit;
  line-height: 1.1;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
  position: fixed;
  top: 0;
  right: -34rem;
  max-width: 34rem;
  margin-top: 0;
  padding: 2.4rem 2rem 2rem;
  width: 100%;
  height: 110vh;
  min-width: auto;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: visible;
  transition: right 0.3s;
  transform: none;
  z-index: 2499;
  box-shadow: none;
}
.cart-dropdown.cart-offcanvas .products {
  border-top: 1px solid #eee;
}

.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  right: 0;
}
.cart-dropdown.cart-offcanvas.opened .cart-overlay {
  opacity: 1;
  visibility: visible;
}

.product.product-cart {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 0 0;
}
.product.product-cart .product-media {
  max-width: 8rem;
  flex: 0 0 8rem;
}
.product.product-cart .product-media a {
  display: block;
  padding: 0;
}
.product.product-cart .product-detail {
  flex: 1;
}
.product.product-cart .product-name {
  white-space: normal;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.product.product-cart .price-box {
  display: flex;
  align-items: center;
}
.product.product-cart .product-quantity {
  margin-right: 0.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
}
.product.product-cart .product-quantity::after {
  content: "x";
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 0.7rem;
  text-transform: none;
  line-height: 0;
}
.product.product-cart .btn-close {
  position: absolute;
  top: 0.9rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  background-color: #fff;
  padding-bottom: 0;
}
.product.product-cart .btn-close:hover {
  color: #034ea1;
}
.product.product-cart .btn-close i {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.7rem;
}

.pd-tableL {
  font-size: 0.875rem;
}
.pd-tableL .productSR {
  display: inline-block;
  margin-right: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.category-dropdown > a {
  background: #034ea1;
  min-width: 312px;
  padding: 0.75rem 1.8rem 0.75rem 1.2rem;
  letter-spacing: -0.025em;
  transition: all 0.3s;
  text-transform: uppercase;
}
.category-dropdown > a i {
  margin-bottom: 0.1rem;
  font-size: 1.7rem;
  line-height: 0;
}
.category-dropdown > a span {
  flex: 1;
  margin-left: 0.7rem;
}
.category-dropdown > a::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}
.category-dropdown > a:not(.btn):hover {
  color: #fff;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .category-dropdown > a {
    min-width: 270px !important;
  }
}
.category-dropdown:hover > a {
  color: #fff;
  background-color: #034ea1;
}
.category-dropdown .dropdown-box {
  padding: 0;
  left: 0;
  min-width: 312px;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: z-index 0.3s, transform 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -1rem, 0);
  top: 100%;
}
.category-dropdown::before {
  left: 25px;
  transform: translate3d(50%, 0, 0);
}
.category-dropdown::after {
  left: 25px;
  transform: translate3d(50%, 0, 0);
  border-bottom-color: #f4f4f4;
  visibility: hidden;
  opacity: 0;
  top: calc(100% - 20px);
}

.category-dropdown.show > a {
  color: #fff;
  background-color: #034ea1;
}

.category-dropdown.menu-fixed .dropdown-box {
  visibility: hidden;
  opacity: 0;
}
.category-dropdown.menu-fixed::after {
  visibility: hidden;
  opacity: 0;
}

.category-dropdown.dropdown.show .dropdown-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  visibility: visible;
  opacity: 1;
}
.category-dropdown.dropdown.show::after {
  visibility: visible;
  opacity: 1;
}

.category-dropdown.has-border .category-toggle {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.category-dropdown.show-dropdown .dropdown-box {
  border-radius: 0.5rem;
}
.category-dropdown.show-dropdown .dropdown-box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1.7rem;
  border: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}
.category-dropdown.show-dropdown .dropdown-box .category-menu {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu a {
  display: inline-block;
  color: inherit;
}
.menu a:hover {
  color: #034ea1;
}
.menu .menu-title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.menu .submenu {
  padding: 2rem 0;
  background: #fff;
  font-family: Prompt, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #666;
}
.menu .submenu .has-submenu > a::after {
  content: "\e5cc";
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
}
.menu li {
  line-height: 1;
}
.menu li a {
  padding: 0.7rem 0 0.8rem 0;
}
.menu li ul {
  position: absolute;
  top: -9999px;
  left: 100%;
  margin: 0;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  visibility: hidden;
  opacity: 1;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, -10px, 0);
}
.menu li .megamenu {
  position: absolute;
  top: -9999px;
  left: 100%;
  margin: 0;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  visibility: hidden;
  opacity: 1;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, -10px, 0);
  padding: 0 1rem;
}
.menu li > .submenu {
  min-width: 21.5rem;
}
.menu li > .submenu li {
  padding: 0 1.9rem;
}
.menu li:hover > .submenu {
  visibility: visible;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}
.menu li:hover .megamenu {
  visibility: visible;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}
.menu .show > .submenu {
  visibility: visible;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}
.menu .show .megamenu {
  visibility: visible;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}
.menu > li {
  margin-right: 1.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .menu > li {
    margin-right: 1rem !important;
  }
}
.menu > li:last-child {
  margin-right: 0;
}
.menu > li > a {
  position: relative;
  padding: 0.75rem 0 0.75rem 0;
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
.menu > li > a::after {
  margin-left: 0.6rem;
}
.menu > li > .submenu {
  left: -1.5rem;
}
.menu > li .megamenu {
  left: -1.5rem;
}
.menu > li:hover > a:not(.menu-title) {
  color: #034ea1;
}
.menu > li:hover > .submenu {
  top: 100%;
}
.menu > li:hover .megamenu {
  top: 100%;
}
.menu > li.active > a:not(.menu-title) {
  color: #034ea1;
}
.menu > li.show > .submenu {
  top: 100%;
}
.menu > li.show .megamenu {
  top: 100%;
}
.menu .has-submenu > a {
  display: block;
  position: relative;
}
.menu > .has-submenu > a::after {
  margin-top: 1px;
  right: -16px;
}
.menu .megamenu ul {
  position: static;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
  color: black;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 400;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  width: 100%;
}
.mobile-menu > li a {
  display: flex;
  align-items: center;
}
.mobile-menu > li a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  stroke: #fff;
  fill: #fff;
  vertical-align: middle;
  transition: color 0.3s;
}
.mobile-menu > li:hover svg {
  stroke: #f77c29;
  fill: #f77c29;
}
.mobile-menu > li:last-child {
  padding-bottom: 0.5rem;
}
.mobile-menu > li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.mobile-menu > li.active svg {
  stroke: #f77c29;
  fill: #f77c29;
}
.mobile-menu li {
  position: relative;
}
.mobile-menu li a {
  display: block;
  position: relative;
  padding: 10px 6px 10px 10px;
  color: inherit;
  transition: color 0.3s;
}
.mobile-menu li i {
  display: inline-block;
  margin-top: -0.3rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 0;
  vertical-align: middle;
}
.mobile-menu li li a {
  padding-left: 1.5rem;
}
.mobile-menu li li li a {
  padding-left: 2.75rem;
}
.mobile-menu li:hover > a {
  color: #034ea1;
}
.mobile-menu li.expanded > a {
  color: #034ea1;
}
.mobile-menu li.show > a {
  color: #034ea1;
}

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-body {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.filter-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-tabs > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-filters {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu.no-arrow > li > a::after {
  content: none;
}

.active-underline > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 47px;
  width: 100%;
  border-top: 3px solid;
  border-color: inherit;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.active-underline > li:hover > a::before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.active-underline > li.active > a::before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.has-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  color: inherit;
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}

.megamenu {
  display: flex;
  min-width: 80rem;
  background: #fff;
}
.megamenu > li {
  flex: 1;
  padding: 2rem 1.5rem 2rem 0;
}
.megamenu > li.row:last-child {
  padding: 2rem 1.5rem 0rem 0;
}
.megamenu ul {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  padding: 0;
  letter-spacing: 0;
}
.megamenu ul:last-child {
  margin-bottom: 1rem;
}
.megamenu .menu-banner {
  height: calc(100% + 2.7rem);
  margin: -2.7rem -1rem 0;
  overflow: hidden;
}
.megamenu .menu-banner figure {
  height: 100%;
}
.megamenu .menu-banner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.megamenu .menu-banner .btn:not(.btn-outline) {
  padding: 0;
  letter-spacing: 0.005em;
}

.megamenu-sm {
  min-width: 40rem;
}

.menu-banner1 .banner-content {
  left: 10%;
  bottom: 5%;
}
.menu-banner1 .banner-subtitle {
  font-size: 7.187rem;
  letter-spacing: -0.05em;
  transform: rotateZ(-90deg) translate(2%, -50%);
  margin-bottom: 35px;
}
.menu-banner1 .banner-title {
  position: relative;
  margin-bottom: 1.1rem;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.menu-banner1 .banner-title span {
  display: block;
  font-size: 2.6rem;
  color: #547ca5;
}

.menu-banner2 .banner-content {
  top: 8%;
  left: 12.7%;
}
.menu-banner2 .banner-price-info {
  font-weight: 500;
}
.menu-banner2 .banner-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}

.menu-banner3 .banner-content {
  bottom: 2.8rem;
  left: 12.8%;
}
.menu-banner3 .banner-subtitle {
  font-size: 1.6rem;
}
.menu-banner3 .banner-title {
  margin-bottom: 0.1rem;
  font-size: 2.4rem;
  line-height: 1.25;
}
.menu-banner3 .banner-price-info {
  margin-bottom: 2.3rem;
  font-size: 2rem;
}

.menu-banner4 .banner-content {
  top: 6.9%;
  left: 12.7%;
}
.menu-banner4 .banner-subtitle {
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  color: #ccc;
}
.menu-banner4 .banner-title {
  margin-bottom: 0.3rem;
  font-size: 2.2rem;
  line-height: 1.1;
}
.menu-banner4 .banner-price-info {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
}
.menu-banner4 .btn-outline {
  padding: 0.75em 1.45em;
  letter-spacing: 0;
}
.menu-banner4 .btn-outline:hover {
  color: #034ea1;
  background-color: #fff;
  border-color: #fff;
}
.menu-banner4 .btn-outline:active {
  color: #034ea1;
  background-color: #fff;
  border-color: #fff;
}
.menu-banner4 .btn-outline:focus {
  color: #034ea1;
  background-color: #fff;
  border-color: #fff;
}

.menu-banner5 .banner-content {
  margin-top: -0.2rem;
  left: 2rem;
}
.menu-banner5 .banner-content.text-right {
  right: 2rem;
}
.menu-banner5 .banner-subtitle {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
.menu-banner5 .banner-title {
  margin-bottom: 1.4rem;
  font-size: 2rem;
}
.menu-banner5 .banner-price-info {
  font-size: 1.3rem;
}

.tip {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 7px;
  padding: 0.3rem 0.5rem 0.2rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.tip.tip-new {
  background-color: #034ea1;
}

.tip.tip-hot {
  background-color: #ff9742;
}

.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2400;
  font-family: Prompt, sans-serif;
  transition: visibility 0.4s;
}

.mobile-menu-container {
  max-width: 296px;
  padding: 20px 15px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(-296px);
  transition: transform 0.4s;
}
.mobile-menu-container .input-wrapper {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.mobile-menu-container .input-wrapper .form-control {
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 8px;
  color: #777;
  border: 1px solid;
  border-color: #d9d9d9;
  border-right: 0;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0.3rem 0 0 0.3rem;
}
.mobile-menu-container .input-wrapper .btn-search {
  padding: 0;
  min-width: 2.5rem;
  background-color: transparent;
  color: black;
  font-size: 0.875rem;
  align-self: stretch;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}
.mobile-menu-container .input-wrapper .btn-search i {
  margin: 0 0 0.4rem 0;
}
.mobile-menu-container .mobile-menu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  background: white;
}
.mobile-menu-container .tab-content {
  background-color: transparent;
}
.mobile-menu-container .nav {
  border: none;
  flex-wrap: nowrap;
}
.mobile-menu-container .nav .nav-item {
  margin: 0;
  width: 50%;
}
.mobile-menu-container .nav-link {
  margin-bottom: -2px;
  padding: 10px;
  font-size: 0.875rem;
  color: black;
  border-bottom: 2px solid;
  text-align: center;
  border-radius: 0;
  border-width: 0 0 2px 0;
}
.mobile-menu-container .nav-item.show .nav-link {
  color: #034ea1;
  border-color: #034ea1;
  background-color: transparent;
}
.mobile-menu-container .nav-item .nav-link.active {
  color: #034ea1;
  border-color: #034ea1;
  background-color: transparent;
}
.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  cursor: pointer;
}
.mobile-menu-container .tab-pane {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  cursor: pointer;
}

.mobile-menu-title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
}

.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 70px);
  top: 25px;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}
.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}

.close-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotateZ(45deg);
}
.close-icon::before {
  display: block;
  position: absolute;
  background-color: #ccc;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.close-icon::after {
  display: block;
  position: absolute;
  background-color: #ccc;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mmenu-active {
  overflow: hidden;
}
.mmenu-active .mmenu-anim {
  opacity: 1;
  transform: translateY(0);
}
.mmenu-active .mmenu-anim > li {
  opacity: 1;
  transform: translateY(0);
}
.mmenu-active .page-wrapper {
  margin-left: 296px;
  margin-right: -296px;
}
.mmenu-active .mobile-menu-wrapper {
  visibility: visible;
}
.mmenu-active .mobile-menu-container {
  transform: translateX(0);
}
.mmenu-active .mobile-menu-overlay {
  opacity: 0.5;
}
.mmenu-active .mobile-menu-close {
  opacity: 1;
}

.submenu {
  display: none;
}

.toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  right: 0;
  top: 9px;
  opacity: 0.6;
}
.toggle-btn::before {
  content: "\e5cc";
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  transition: transform 0.5s;
}

.show > a .toggle-btn::before {
  transform: rotate(630deg);
}

.toggle-btn.active::before {
  transform: rotate(630deg);
  color: #034ea1;
}

.category-menu {
  padding: 1rem 0;
  background: #fff;
}
.category-menu i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 0.7rem;
  font-size: 1.7rem;
  width: 1.7rem;
}
.category-menu img.icon-cate {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 0.5rem;
  font-size: 1.7rem;
  width: 24px;
}
.category-menu > li > a {
  display: block;
  padding: 13px 10px;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: #666;
}
.category-menu > li > a::before {
  content: none;
}
.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #eeeeee;
}
.category-menu > li:last-child > a i {
  margin: 0 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.category-menu li .megamenu {
  padding: 0 0 0 2rem;
}
.category-menu li .megamenu li .scrollmenu {
  overflow-y: auto;
  overflow-x: hidden;
  height: 50vh;
}
.category-menu li .megamenu li .scrollmenu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.category-menu li .megamenu li .scrollmenu::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.category-menu li .megamenu li .scrollmenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #034ea1;
}
.category-menu li .megamenu li .scrollmenu .megamenu-brand {
  border: 1px solid #d9d9d9;
  background-color: white;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}
.category-menu li .megamenu li .scrollmenu .megamenu-brand img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  width: 100%;
}
.category-menu li:last-child {
  flex: 3;
}
.category-menu li:hover > a:not(.menu-title) {
  color: #034ea1;
}
.category-menu li:hover > a:not(.menu-title) i {
  color: inherit;
}
.category-menu > .has-submenu:hover > a::after {
  right: 0.5rem;
}
.category-menu .megamenu {
  min-width: calc(100vw - 400px);
}
.category-menu .megamenu > li:not(:last-child) {
  padding: 2rem 1rem 2rem 0rem;
}
.category-menu .megamenu .menu-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.category-menu .megamenu .divider {
  border: 1px solid #cecece;
  border-bottom: 0px;
  margin: 0.5rem 0 1rem;
}
.category-menu .megamenu li a {
  font-size: 1rem;
}
.category-menu .megamenu li a:not(.btn) {
  padding-top: 0.8rem;
}
.category-menu .megamenu li a.has-sub.active {
  color: #034ea1;
}
.category-menu .megamenu li a.has-sub::after {
  content: "\e5cc";
  position: absolute;
  right: 1rem;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  transition: right 0.3s;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .category-menu .megamenu li a.has-sub::after {
    right: 0rem !important;
    font-size: 1rem !important;
  }
}
.category-menu .megamenu li a.has-sub:hover::after, .category-menu .megamenu li a.has-sub.active :after {
  right: 0.5rem;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .category-menu .megamenu li a.has-sub:hover::after, .category-menu .megamenu li a.has-sub.active :after {
    right: -0.25rem !important;
  }
}
.category-menu .megamenu.type2 {
  display: block;
}
.category-menu .megamenu.type2 figure {
  text-align: center;
}

.vertical-menu {
  display: block;
  min-width: 312px;
  position: relative;
}
.vertical-menu i.w-icon-electronics {
  font-size: 1.5rem;
  text-align: center;
}
.vertical-menu i.w-icon-furniture {
  font-size: 1.5rem;
  text-align: center;
}
.vertical-menu > li {
  margin-right: 0;
  padding: 0 10px;
}
.vertical-menu > li > ul {
  transform: translate3d(-15px, 0, 0);
}
.vertical-menu > li .megamenu {
  transform: translate3d(-15px, 0, 0);
}
.vertical-menu > li > a {
  display: block;
}
.vertical-menu > li > a::after {
  content: none;
}
.vertical-menu > li:hover > ul {
  left: 100%;
  top: 0rem;
}
.vertical-menu > li:hover .megamenu {
  left: 100%;
  top: 0rem;
}
.vertical-menu > li:first-child:hover > ul {
  top: -1rem;
}
.vertical-menu > li:first-child:hover .megamenu {
  top: 0rem;
}
.vertical-menu > li:first-child.active > ul {
  top: -1rem;
}
.vertical-menu > li:first-child.active .megamenu {
  top: -1rem;
}
.vertical-menu > li.active > ul {
  left: 100%;
  top: 0rem;
}
.vertical-menu > li.active .megamenu {
  left: 100%;
  top: 0rem;
}
.vertical-menu > .has-submenu > a::after {
  content: "\e5cc";
  position: absolute;
  right: 1rem;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  transition: right 0.3s;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .vertical-menu > .has-submenu > a::after {
    font-size: 1rem !important;
  }
}

.horizontal-menu {
  width: 100%;
  padding: 1rem 3.2rem;
  background-color: #333;
  border-radius: 0.5rem;
  color: #fff;
  overflow-x: auto;
}
.horizontal-menu > li {
  flex: 1;
  margin-right: 3.05rem;
  text-align: center;
}
.horizontal-menu > li:not(:last-child) > a {
  border-bottom: none;
}
.horizontal-menu > li > a {
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
.horizontal-menu > li:hover i {
  transform: translateY(-0.5rem);
}
.horizontal-menu > li:last-child > a i {
  margin: 0 0 0.9rem;
  font-size: 3rem;
  font-weight: 400;
}
.horizontal-menu i {
  display: block;
  width: auto;
  height: 3rem;
  margin: 0 0 0.9rem;
  font-size: 3rem;
  line-height: inherit;
  transition: transform 0.3s;
}
.horizontal-menu::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.horizontal-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .header .main-nav {
    display: none;
  }
  .header .sticky-content-wrapper {
    display: none;
  }
  .header-top .container-fluid {
    flex-direction: column;
  }
  .header-top .header-right {
    width: 100%;
  }
  .header-top .header-left {
    display: none;
    margin-right: 2rem;
  }
  .header-middle .header-right > *:not(:last-child) {
    margin-right: 0.5rem;
  }
  .header-bottom {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .header-call {
    margin-right: 1rem !important;
    display: none;
  }
  .header-call::after {
    content: none;
  }
  .cart-dropdown .cart-label {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .header-middle .logo {
    margin-left: 2rem;
  }
}
@media (max-width: 479px) {
  .header-top .header-left {
    position: relative;
    overflow: hidden;
  }
  .header-middle .logo {
    margin: 0 auto;
  }
  .header-middle .header-right {
    margin-left: 10px !important;
  }
  .cart-dropdown.cart-offcanvas .dropdown-box {
    max-width: 28rem;
  }
}
@media (max-width: 1199px) {
  .category-dropdown > a {
    min-width: 312px;
  }
  .main-nav .menu .megamenu {
    left: -18rem;
  }
  .category-menu .megamenu.type2 {
    min-width: 45rem;
  }
}
@media (min-width: 1200px) {
  .category-menu .megamenu.type2 {
    min-width: 60rem;
  }
}
/*---------------------
tab
---------------------*/
#pills-tabLR .nav-link {
  border-bottom: 1px solid #dadada;
  color: black;
  background-color: white;
  border-radius: 0;
  font-weight: 500;
}
#pills-tabLR .nav-link.active {
  background-color: white;
  color: #034ea1;
  border-bottom: 3px solid #034ea1;
}

#pills-productD {
  border-bottom: 1px solid #dadada;
}
#pills-productD .nav-link {
  border-radius: 0;
  font-size: 20px;
  color: #666666;
}
#pills-productD .nav-link.active {
  background-color: white;
  color: #034ea1;
  border-bottom: 3px solid #034ea1;
  font-weight: 500;
}

/*-----------
scroll top
------------*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#scroll-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 9999;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
#scroll-top:focus {
  text-decoration: none;
}
#scroll-top:hover {
  text-decoration: none;
  opacity: 0.8;
}
#scroll-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #034ea1;
  border: 2px solid #034ea1;
  border-radius: 50%;
  z-index: 1;
}
#scroll-top svg {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  z-index: -1;
}
#scroll-top svg circle {
  stroke: #2c67e7;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 1, 400;
}

#scroll-top.show {
  opacity: 1;
  bottom: 1.25rem;
}

@media (max-width: 768px) {
  #scroll-top {
    display: none;
  }
}
@media (min-width: 768px) {
  .scroll-top.show {
    visibility: visible;
    opacity: 0.7;
    transform: translateY(0);
  }
}
/*------------------------------------
Pagination
----------------------------------*/
.pagination .page-item .page-link {
  color: #00448f;
}
.pagination .page-item.active .page-link {
  background-color: #00448f;
  color: white;
  border-color: #00448f;
}

.form-control.form-gray {
  background-color: #f1f5f6;
  border-color: #f1f5f6;
  padding: 0.75rem;
}

.form-select.form-gray {
  background-color: #f1f5f6;
  border-color: #f1f5f6;
  padding: 0.75rem;
}

/*------------------------------------
Card
----------------------------------*/
.card.cardContact {
  padding: 20px 20px;
}
.card.cardContact .boxHead {
  position: relative;
  margin-top: -4rem;
}
.card.cardContact .box-iconB {
  background-color: #c5e0ff;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.cardContact .box-iconB i {
  font-size: 36px;
}
.card.card-news .ratio {
  border-radius: 10px;
  overflow: hidden;
}
.card.card-news img {
  transform: scale(1);
  transition: 0.3s linear;
}
.card.card-news:hover .card-title,
.card.card-news:hover .btn-link.text-black {
  color: #034ea1;
}
.card.card-news:hover img {
  transform: scale(1.1);
}
.card.card-news .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card.card-news .card-body .card-title {
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
}
.card.card-news .card-body .card-text {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 84px;
}
.card.card-news .card-footer {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.card.card-news .card-footer .btn-link {
  text-decoration: none;
}
.card.card-bannerCateP {
  height: calc(100% - 10px);
  justify-content: space-between;
  display: flex;
  border: 0;
}

.box-big-compare {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.box-big-compare .box-compare {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  width: 24.25%;
  padding-left: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .box-big-compare .box-compare {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .box-big-compare .box-compare {
    width: 49.25%;
    margin-bottom: 1rem;
  }
}
.box-big-compare .box-compare li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  position: relative;
  align-items: center;
}
.box-big-compare .box-compare li .box-compare-pd {
  width: 100%;
}
.box-big-compare .box-compare li .box-compare-pd .title-product {
  color: #666666;
}
.box-big-compare .box-compare li .box-compare-pd .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
.box-big-compare .box-compare li .box-compare-pd img {
  -o-object-fit: contain;
     object-fit: contain;
}
.box-big-compare .box-compare li .box-compare-pd .price {
  font-weight: 600;
  color: black;
}
.box-big-compare .box-compare li .box-compare-pd .price .sale {
  text-decoration: line-through;
  color: #666;
  font-weight: 400;
  font-size: 0.875rem;
  display: none;
}
.box-big-compare .box-compare li .box-compare-pd .btn-circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background-color: white;
  color: black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.box-big-compare .box-compare li .box-compare-pd .btn-circle-icon i {
  font-size: 18px;
}
.box-big-compare .box-compare li .box-compare-pd .btn-circle-icon:hover, .box-big-compare .box-compare li .box-compare-pd .btn-circle-icon:focus {
  background-color: #d9d9d9;
}
.box-big-compare .box-compare li span {
  width: 50%;
  text-align: right;
  color: black;
}
.box-big-compare .box-compare li span.compare_label {
  text-align: left;
  color: #666666;
}
.box-big-compare .box-compare li span .option {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
}
.box-big-compare .box-compare.has-sale li .box-compare-pd .price .sale {
  display: inline-block;
  width: auto;
}
.box-big-compare .box-compare.has-sale li .box-compare-pd .badge {
  display: block;
}

/*-------------------------------------
Radio
----------------------------------*/
label.radio-card {
  cursor: pointer;
  width: 100%;
  margin-bottom: 1rem;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #034ea1;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #034ea1;
  border-color: #034ea1;
  transform: scale(1.2);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #3056d5;
}
label.radio-card .card-content {
  padding-left: 10px;
  width: calc(100% - 30px);
}

/*-----------------------------------
Product
-----------------------------------*/
.box-holist {
  border: 1px solid #dee2e6;
  border-width: 1px;
}

/*------------------------------------
Cart
----------------------------------*/
.box-rightCart {
  border: 2px solid #034ea1;
  border-radius: 8px;
}

.cart-head {
  background-color: #f1f1f1;
  padding: 15px 20px;
}
.cart-head h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart-head {
    display: none;
  }
}

.img-pd-pay {
  width: 50px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.box-rowPd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}
.box-rowPd .row {
  align-items: center;
}
.box-rowPd .img-pd {
  width: 100px;
  border-radius: 10px;
}
.box-rowPd .qtyCart .input-group {
  width: 150px;
}

.qtyCart {
  width: calc(100% - 38px);
}
.qtyCart #CC-prodDetails-quantity {
  position: relative;
  border-radius: 0;
  text-align: center;
  border-radius: 6px;
}
.qtyCart.qtyCD {
  width: 50%;
}
.qtyCart .input-group {
  width: 100%;
}
.qtyCart .input-group-btn {
  margin-left: 0px !important;
}
.qtyCart .btn-minus {
  position: absolute;
  top: 0;
  left: 5px;
  width: 24px;
  height: 24px;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
}
.qtyCart .btn-minus span {
  font-size: 1.25rem;
}
.qtyCart .btn-plus {
  position: absolute;
  top: 0;
  right: 5px;
  width: 24px;
  height: 24px;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
}
.qtyCart .btn-plus span {
  font-size: 1.25rem;
}

/*------------------------------------
Footer
----------------------------------*/
#footer {
  color: black;
}
#footer .nav-link {
  color: black;
}
#footer .nav-link:hover, #footer .nav-link:focus {
  color: rgba(0, 0, 0, 0.6);
}
#footer .nav-link svg {
  width: 24px;
  height: 24px;
}
#footer .nav-foot .nav-link {
  padding: 0 10px 0 0;
}

.bgHeadTitle {
  background-image: url("../images/bgH01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  position: relative;
}
.bgHeadTitle h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------
Accordion
----------------------------------*/
.accordion-faq .accordion-button,
.accordion-faq .accordion-body {
  padding: 1rem 0rem;
}
.accordion-faq .accordion-button {
  font-weight: 600;
}
.accordion-faq .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.accordion-faq .accordion-button:hover {
  color: #034ea1;
}
.accordion-faq .accordion-button:not(.collapsed) {
  color: #034ea1;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' fill='%23666666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 11.75c0-.414-.336-.75-.75-.75h-16.5c-.414 0-.75.336-.75.75s.336.75.75.75h16.5c.414 0 .75-.336.75-.75z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.accordion-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' fill='%23666666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 11h-7.25c-.414 0-.75.336-.75.75s.336.75.75.75h7.25v7.25c0 .414.336.75.75.75s.75-.336.75-.75v-7.25h7.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-7.25v-7.25c0-.414-.336-.75-.75-.75s-.75.336-.75.75z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.accordion-faq .accordion-body {
  color: #666666;
}

/*------------------------------------
Profile img upload
-------------------------------------*/
.profile-pic-wrapper {
  width: 100%;
  position: relative;
  display: block;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.profile-pic-wrapper .pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-pic-wrapper .pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.profile-pic-wrapper .pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.profile-pic-wrapper .pic-holder .upload-file-block {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.profile-pic-wrapper .pic-holder.uploadInProgress .upload-file-block {
  display: none;
}
.profile-pic-wrapper .pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}
.snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/*------------------------------------
Slide
----------------------------------*/
#sync1 .item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  background-color: #f1f1f1;
}
#sync1 .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 10px;
}
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 10px;
}

#sync2 .item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 1px solid white;
  border-radius: 10px;
  background-color: #f1f1f1;
}
#sync2 .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  -o-object-fit: contain;
     object-fit: contain;
}
#sync2 .current .item {
  border-color: #0055b4;
}

/*--------------------------------
side account
-----------------------------*/
#sideAccount .list-group-item {
  display: flex;
  align-items: center;
}
#sideAccount .list-group-item i {
  margin-right: 5px;
  color: #034ea1;
}
#sideAccount .list-group-item.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #034ea1;
  border-color: #034ea1;
}
#sideAccount .list-group-item.list-group-item.active i {
  color: white;
}
@media screen and (max-width: 1023px) {
  #sideAccount {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #sideAccount .list-group-item {
    flex-direction: column;
    width: calc(33.3333333333% - 4px);
    border: 0;
    border-radius: 0;
    margin: 2px 2px;
    text-align: center;
    font-size: 14px;
  }
  #sideAccount .list-group-item:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #sideAccount {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
  }
  #sideAccount .list-group-item {
    flex-direction: column;
    width: calc(16.6666666667% - 4px);
    border: 0;
    border-radius: 0;
    margin: 2px 2px;
  }
  #sideAccount .list-group-item:last-child {
    width: 100%;
  }
}

/*-----------------------------
Address
-------------------------------*/
.card-contact input.radio-contact {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 0% !important;
  cursor: pointer;
  height: 28px;
  outline: none;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  width: 110px;
  -webkit-appearance: none;
}
.card-contact input.radio-contact::after {
  content: "ที่อยู่เริ่มต้น";
  display: block;
  width: 110px;
  padding-left: 26px;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 16px;
  color: balck;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11 17h2v5l-2 2v-7zm3.571-12c0-2.903 2.36-3.089 2.429-5h-10c.068 1.911 2.429 2.097 2.429 5 0 3.771-3.429 3.291-3.429 10h12c0-6.709-3.429-6.229-3.429-10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 8px center;
}
.card-contact input.radio-contact:checked {
  background: #034ea1;
  border-color: #034ea1;
}
.card-contact input.radio-contact:checked::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11 17h2v5l-2 2v-7zm3.571-12c0-2.903 2.36-3.089 2.429-5h-10c.068 1.911 2.429 2.097 2.429 5 0 3.771-3.429 3.291-3.429 10h12c0-6.709-3.429-6.229-3.429-10z'/%3E%3C/svg%3E");
  color: white;
}
.card-contact .btn-edit {
  position: absolute;
  right: 115px;
  top: 0px;
  padding: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  color: #034ea1;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------
Step progress
-----------------------------*/
.steps .step .step-icon-wrap {
  height: 80px;
}
.steps .step .step-icon-wrap::before, .steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}
.steps .step .step-icon-wrap::before {
  left: 0;
}
.steps .step .step-icon-wrap::after {
  right: 0;
}
.steps .step .step-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}
.steps .step .step-title {
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}
.steps .step:first-child .step-icon-wrap::before {
  display: none;
}
.steps .step:last-child .step-icon-wrap::after {
  display: none;
}
.steps .step.step.completed .step-icon-wrap::before, .steps .step.step.completed .step-icon-wrap::after {
  background-color: #ffd600;
}
.steps .step.completed .step-icon {
  border-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}
/*----------------------------------------------
box flash
---------------------------------------------*/
.box-flashSale {
  border-radius: 10px;
  border: 5px solid #034ea1;
  padding: 10px;
}

/*----------------------------------------------
cart preview
---------------------------------------------*/
.scrollcartPreview {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 220px);
  padding-right: 10px;
}
.scrollcartPreview::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.scrollcartPreview::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.scrollcartPreview::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #034ea1;
}

/*----------------------------------------------
box product
---------------------------------------------*/
.box-product {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: white;
}
.box-product .imgpd {
  position: relative;
  padding-top: 100%;
  margin-bottom: 10px;
}
.box-product .imgpd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-product .imgpd .product-label-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 11rem;
  z-index: 1;
}
.box-product .imgpd .product-label-group .product-label {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 0.3rem;
  text-transform: uppercase;
}
.box-product .imgpd .product-label-group .product-label.label-discount {
  background: #ffd600;
  color: black;
  display: none;
}
.box-product .imgpd .product-label-group .product-label.label-new {
  background: #034ea1;
  color: white;
  display: none;
}
.box-product .imgpd .product-label-group .product-label.label-soldout {
  background: #a10303;
  color: white;
  display: none;
}
.box-product .imgpd .product-label-group .product-label.label-rec {
  background: #c5e0ff;
  color: #0055b4;
  display: none;
}
.box-product .imgpd .product-label-group .product-label.label-redeem {
  background: #ffd600;
  color: black;
  display: none;
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-product .imgpd .product-label-group .product-label.label-redeem i {
  font-size: 14px;
}
.box-product .imgpd .product-label-group .product-label.label-redeem .fs-5 {
  font-size: 8px !important;
}
.box-product .imgpd .product-label-group .product-label.label-redeem .fs-14 {
  font-size: 18px !important;
}
.box-product .imgpd .product-action-vertical {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}
.box-product .imgpd .product-action-vertical .btn-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  color: #999;
  font-size: 20px;
  font-weight: 400;
  line-height: 3.5rem;
  overflow: hidden;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
}
.box-product .imgpd .product-action-vertical .btn-product-icon i:before {
  color: #999;
}
.box-product .imgpd .product-action-vertical .btn-product-icon:hover {
  background-color: #c5e0ff;
  border-color: #c5e0ff;
}
.box-product .imgpd .product-action-vertical .btn-product-icon:hover i:before {
  color: white;
}
.box-product .imgpd .product-action-vertical .btn-product-icon.active {
  background-color: #034ea1;
  border-color: #034ea1;
}
.box-product .imgpd .product-action-vertical .btn-product-icon.active i:before {
  color: white;
}
.box-product .titlePd {
  font-size: 17px;
  line-height: 1.5;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 51px;
}
.box-product .priceN {
  font-size: 17px;
  color: #034ea1;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  height: 44.5px;
}
.box-product .priceS {
  font-size: 19px;
  color: #a10303;
  display: none;
  flex-direction: column;
  font-weight: 500;
  margin-bottom: 5px;
}
.box-product .priceS span {
  color: #acacac;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  font-weight: 400;
}
.box-product .progress {
  display: none;
}
.box-product .alreadyS {
  display: none;
}
.box-product .btn-pre {
  background-color: #a10303;
  color: white;
  display: none;
}
.box-product .btn-pre:hover, .box-product .btn-pre:focus {
  background-color: #8e0000;
  color: white;
}
.box-product.boxpdRedeem .product-label.label-redeem {
  display: flex !important;
}
.box-product.boxpdNew .product-label.label-new {
  display: block !important;
}
.box-product.boxpdRec .product-label.label-rec {
  display: block !important;
}
.box-product.boxpdOut .product-label.label-soldout {
  display: block !important;
}
.box-product.boxpdOut .btn-pre {
  display: block;
}
.box-product.boxpdOut .btn-cart {
  display: none;
}
.box-product.boxpdSale .priceN {
  display: none;
}
.box-product.boxpdSale .priceS {
  display: flex;
}
.box-product.boxpdSale .product-label.label-discount {
  display: block !important;
}
.box-product.boxpdFlash .progress {
  height: 10px;
  border-radius: 50px;
  margin-bottom: 5px;
  display: block;
}
.box-product.boxpdFlash .progress .progress-bar {
  border-radius: 50px;
  background-color: #ffd600;
}
.box-product.boxpdFlash .alreadyS {
  color: #acacac;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
.box-product.boxpdFlash .alreadyS span {
  color: #666666;
  font-weight: 600;
}
.box-product.boxpdFlash .priceN {
  display: none;
}
.box-product.boxpdFlash .priceS {
  display: flex;
}
.box-product.boxpdFlash .product-label.label-discount {
  display: block !important;
}

#headSort {
  padding: 5px;
}
#headSort .btn-iconBox {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 1.25rem;
}
#headSort .btn-iconBox i:before {
  color: black;
}
#headSort #tabShowlayout .nav-link {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 1.5rem;
  border: 1px solid #d9d9d9;
  background-color: white;
  border-radius: 0;
}
#headSort #tabShowlayout .nav-link i:before {
  color: black !important;
}
#headSort #tabShowlayout .nav-link:hover {
  background-color: #f1f1f1;
}
#headSort #tabShowlayout .nav-link:hover i:before {
  color: black !important;
}
#headSort #tabShowlayout .nav-link.active {
  background-color: #034ea1;
  border-color: #034ea1;
}
#headSort #tabShowlayout .nav-link.active i:before {
  color: white !important;
}
#headSort #tabShowlayout .nav-link.active:hover {
  background-color: #f1f1f1;
}
#headSort #tabShowlayout .nav-link.active:hover i:before {
  color: black !important;
}

/*----------------------------------------------
carousel
---------------------------------------------*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: #ffd600 !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 100% !important;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  transform: scale(1);
  color: black;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0 !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0 !important;
}
.owl-carousel.arrowSub .owl-nav .owl-prev,
.owl-carousel.arrowSub .owl-nav .owl-next {
  background-color: white !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 100% !important;
}
.owl-carousel.arrowSub .owl-nav .owl-prev i,
.owl-carousel.arrowSub .owl-nav .owl-next i {
  transform: scale(1);
  color: black;
}
.owl-carousel.arrowSub .owl-nav .owl-prev {
  left: 0 !important;
}
.owl-carousel.arrowSub .owl-nav .owl-next {
  right: 0 !important;
}
.owl-carousel .owl-dots {
  padding-left: 0px !important;
  width: 100% !important;
  margin-top: 10px !important;
  text-align: center !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #034ea1 !important;
}
.owl-carousel .owl-dots .owl-dot span {
  margin: 5px 3px !important;
}
.owl-carousel#bannerHomeTop .item {
  border-radius: 10px;
  padding-top: 33.65%;
  overflow: hidden;
  position: relative;
}
.owl-carousel#bannerHomeTop .item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-carousel.slidecateSub .owl-stage {
  overflow: hidden;
}

/*----------------------------------------------
brand recommend
---------------------------------------------*/
 
.ratiobrand img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-logoB {
  background-color: white;
}
.box-logoB img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
.box-logoB img:hover {
  filter: grayscale(0);
  cursor: pointer;
}
.box-logoB.active img {
  filter: grayscale(0);
}

/*----------------------------------------------
radio button
---------------------------------------------*/
.btn-radioWC {
  border-color: #d9d9d9;
  color: black;
  background-color: white;
}
.btn-radioWC i {
  color: black;
}

.btn-check:checked + .btn-radioWC {
  border-color: #034ea1;
  color: white;
  background-color: #034ea1;
}
.btn-check:checked + .btn-radioWC i {
  color: white;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.btn-checkColor {
  border-color: #d9d9d9;
  border-width: 1px;
  color: black;
  background-color: white;
  padding: 3px;
  margin-right: 10px;
}
.btn-checkColor span {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}

.btn-check:checked + .btn-checkColor {
  border-color: #034ea1;
  color: black;
}
.btn-check:checked + .btn-checkColor span::before {
  content: "\e876";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 24px;
  position: absolute;
  right: 0%;
  color: white;
  top: 0%;
  width: 24px;
  height: 24px;
}

.btn-checkText {
  border-color: #d9d9d9;
  border-width: 1px;
  color: black;
  background-color: white;
  padding: 3px 10px;
  margin-right: 10px;
}

.btn-check:checked + .btn-checkText {
  border-color: #034ea1;
  color: black;
}

/*-----------------------------------
Muulti range
------------------------------------*/
.multi-range-slider {
  position: relative;
  width: 100%;
  height: 20px;
  display: block;
}
.multi-range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 10;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.multi-range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  width: 8px;
  height: 15px;
  background-color: black;
  border-radius: 0px;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.multi-range-slider input[type=range]:focus {
  outline: none;
}
.multi-range-slider input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.multi-range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.multi-range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.multi-range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  border: 0 none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
  -ms-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.multi-range-slider input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
.multi-range-slider input[type=range]::-moz-range-track {
  background: transparent;
}
.multi-range-slider input[type=range]::-ms-track {
  background: transparent;
}
.multi-range-slider input[type=range]::-ms-fill-lower {
  background: transparent;
}
.multi-range-slider input[type=range]::-ms-fill-upper {
  background: transparent;
}
.multi-range-slider .slider {
  position: absolute;
  width: 100%;
  top: 7px;
  z-index: 1;
  height: 6px;
}
.multi-range-slider .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ededed;
}
.multi-range-slider .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: black;
}
.multi-range-slider .price__wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 20px;
  width: 100%;
}

/*-----------------------------------
Countdown
----------------------------------*/
#countdown {
  list-style: none;
  display: flex;
  padding-left: 10px;
}
#countdown li {
  text-align: center;
  background-color: #ffd600;
  color: black;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #countdown li {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 5px;
    margin-right: 5px;
  }
}
#countdown span.text-labelDT {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.box-scrollStockBranch {
  overflow-y: auto;
  overflow-x: hidden;
  height: 50vh;
}
.box-scrollStockBranch::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.box-scrollStockBranch::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.box-scrollStockBranch::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #034ea1;
}/*# sourceMappingURL=test.css.map */
.ratiobrand {
  padding-top: 96.0% !important;
}
 
.Subcategory .owl-stage-outer .owl-stage .owl-item{
   
  width: auto !important;
  margin-right: 15px !important;
}
 
 
.Subcategory .owl-carousel .owl-next, .owl-carousel .owl-prev {
 
  margin-top: 0px;
 
}

.Subcategory .owl-carousel .owl-next, .owl-carousel .owl-next {
 
  margin-top: 0px;
 
}
.owl-stage{
  width: max-content !important;
}
 

@media (max-width: 576px) { /* ขนาดมือถือ */
  .img-fluid {
      height: auto; /* ปรับความสูงอัตโนมัติเพื่อรักษาสัดส่วน */
      width: 100vw; /* ความกว้าง 100% ของ viewport */
  }

  .owl-carousel.arrowSub .owl-nav .owl-prev, .owl-carousel.arrowSub .owl-nav .owl-prev {
    
    width: 31px !important;
  height: 31px !important;
    
}

.owl-carousel.arrowSub .owl-nav .owl-prev, .owl-carousel.arrowSub .owl-nav .owl-next {
 
  width: 31px !important;
  height: 31px !important;
   
}

.hero-slider .item {
  height: 130px;
}
  @media (max-width: 768px) {
    .h2, h2 {
        font-size: 28px;
    }
  }
  
}
 