:root {
  --siteColor: #E51922;
  --siteColor-rgb: 229, 25, 34;
  --siteColorHover: #ca161e;
  --webColor: #B18200;
  --webColorHover: #9c7200;
  --whiteColor: #ffffff;
  --blackColor: #000;
  --bodyColor: #f5f5f5;
  --grey: #777;
  --fontSize: 15px;
  --transition: .5s;
}

/* Kanit */
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit-Bold.ttf");
  font-weight: 700;
}
/* Archivo */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.ttf");
  font-weight: 700;
}
html {
  font-size: var(--fontSize);
}

body {
  background-color: #f5f5f5;
  font-family: "Archivo", Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: var(--siteColor);
  text-decoration: none;
}

a:hover {
  color: var(--siteColorHover);
}

p:last-child {
  margin-bottom: 0;
}

b {
  font-weight: 500;
}

.card-header h4,
.card-header h5 {
  margin-bottom: 0;
}

.accordion-button::after {
  transform: none !important;
}

.btn-site {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #E51922;
  --bs-btn-border-color: #E51922;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #cc141c;
  --bs-btn-hover-border-color: #b81219;
  --bs-btn-focus-shadow-rgb: 229, 25, 34;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #a51016;
  --bs-btn-active-border-color: #910e13;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: #E51922;
  --bs-btn-disabled-border-color: #E51922;
}

.btn-outline-site {
  --bs-btn-color: #E51922;
  --bs-btn-border-color: #E51922;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #E51922;
  --bs-btn-hover-border-color: #E51922;
  --bs-btn-focus-shadow-rgb: 229, 25, 34;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #E51922;
  --bs-btn-active-border-color: #E51922;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E51922;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E51922;
  --bs-gradient: none;
}

.btn-white {
  --bs-btn-color: #E51922;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: #E51922;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-focus-shadow-rgb: 255, 106, 0;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #eee;
  --bs-btn-active-border-color: #eee;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ddd;
  --bs-btn-disabled-border-color: #ccc;
}

.btn-web {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B18200;
  --bs-btn-border-color: #B18200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(150.45, 110.5, 0);
  --bs-btn-hover-border-color: rgb(141.6, 104, 0);
  --bs-btn-focus-shadow-rgb: 189, 149, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(141.6, 104, 0);
  --bs-btn-active-border-color: rgb(132.75, 97.5, 0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B18200;
  --bs-btn-disabled-border-color: #B18200;
}

.btn-outline-web {
  --bs-btn-color: #B18200;
  --bs-btn-border-color: #B18200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B18200;
  --bs-btn-hover-border-color: #B18200;
  --bs-btn-focus-shadow-rgb: 177, 130, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B18200;
  --bs-btn-active-border-color: #B18200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B18200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B18200;
  --bs-gradient: none;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-black:hover {
  background-color: #111;
  color: #fff;
}

.btn-indigo {
  background-color: var(--bs-indigo);
  color: #fff;
}

.btn-indigo:hover {
  background-color: var(--bs-indigo);
  color: #fff;
}

.bg-purple {
  background-color: var(--bs-purple);
}

.bg-pink {
  background-color: var(--bs-pink);
}

.bg-web {
  background-color: var(--webColor);
}

.bg-site {
  background-color: var(--siteColor);
}

.bg-site-subtle {
  background-color: rgb(var(--siteColor-rgb), 10%);
}

.bg-grey {
  background-color: var(--grey);
}

.text-blue {
  color: #0d6efd;
}

.text-site {
  color: var(--siteColor);
}

.text-web {
  color: var(--webColor);
}

.text-dark-hover {
  color: var(--bs-dark);
}
.text-dark-hover:hover {
  color: var(--siteColor);
}

.font-24 {
  font-size: 24px;
}

.v-bottom {
  vertical-align: bottom;
}

.-mb-3 {
  margin-bottom: -1rem;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

.mx--2 {
  margin-inline: -0.5rem;
}

.mx--3 {
  margin-inline: -1rem;
}

.form-field {
  margin-bottom: 1.25rem;
}

.label-sm {
  font-size: 0.85rem;
  line-height: 1;
}

.table tr th {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.list-group {
  --bs-list-group-active-bg: #E51922;
  --bs-list-group-active-border-color: #E51922;
}

.row-10 {
  margin-right: calc(var(--bs-gutter-x) * -0.333);
  margin-left: calc(var(--bs-gutter-x) * -0.333);
  margin-right: calc(var(--bs-gutter-x) * -0.333);
  margin-left: calc(var(--bs-gutter-x) * -0.333);
}

.row-10 > * {
  padding-right: calc(var(--bs-gutter-x) * 0.333);
  padding-left: calc(var(--bs-gutter-x) * 0.333);
  padding-right: calc(var(--bs-gutter-x) * 0.333);
  padding-left: calc(var(--bs-gutter-x) * 0.333);
}

.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.owl-carousel .owl-stage .owl-item .item {
  height: 100%;
}

.accordion-button {
  padding: 0.75rem 1.25rem;
}

#accordionPanelsStayOpenExample .accordion-button:not(.collapsed) i {
  color: #fff;
}
#accordionPanelsStayOpenExample {
  /* .accordion-button:not(.collapsed)::after {
  	filter: brightness(0) invert(1);
  } */
}
#accordionPanelsStayOpenExample .accordion-button:focus {
  border-color: #f1f5e9;
  box-shadow: 0 0 0 0.25rem rgba(113, 156, 40, 0.25);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--siteColor);
}

ul#menu-v,
#menu-v {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}

#menu-v li {
  margin: 0;
  padding: 0;
  transition: background 0.5s;
}
#menu-v li a > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu-v li a,
#menu-v li li:first-child,
#menu-v ul.with-header a,
#menu-v ul.with-header li:first-child {
  border-bottom: 1px solid #dedede;
  display: flex;
  color: #333;
  padding: 0.425rem 1rem;
  padding-right: 22px;
  position: relative;
}
#menu-v li:hover > a {
  background-color: var(--siteColor);
  color: #fff;
}
#menu-v li:hover > a i {
  color: #fff;
}
#menu-v ul.with-header li:first-child h5 {
  line-height: 1.5;
}
#menu-v li > a > i {
  color: var(--siteColor);
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 0.25rem;
  display: inline-block;
  width: 20px;
}
#menu-v li:last-child > a {
  border-bottom: 0;
}
#menu-v a .icon-line-awesome-angle-right {
  position: absolute;
  display: inline;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  color: #333;
  transition: border-color 0.5s;
}
#menu-v li > a:hover .icon-line-awesome-angle-right {
  color: #fff;
}
#menu-v li > ul {
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 180px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  min-height: 100%;
}
#menu-v li:hover > ul {
  display: block;
}
#menu-v li > ul.p-search {
  border: none;
  height: 100%;
  width: 200%;
}
#menu-v li > ul.p-search ul.with-header {
  display: block;
  position: inherit;
  left: 0;
  height: 100%;
}
#menu-v li > ul.p-search > li,
#menu-v li > ul.p-search {
  height: 100%;
}

.cat-menu {
  position: relative;
}
.cat-menu .dropdown {
  position: inherit;
}
.cat-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.cat-menu .dropdown-menu {
  background: none;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0;
  width: 100%;
}
.cat-menu .dropdown-menu > ul {
  padding-left: 0;
  min-height: 1px;
  width: 25%;
}
.cat-menu .dropdown-menu > ul#menu-v:first-child {
  background-color: #fff;
  border: none;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
}
.cat-menu .navbar-nav .nav-link {
  font-weight: 500;
  padding-block: 0.75rem;
}
.cat-menu .navbar-nav .nav-link:hover {
  background-color: var(--siteColorHover);
}

.list-none {
  list-style: none;
  padding-left: 0;
}

.list-2 li {
  position: relative;
  padding-inline-start: 1.75rem;
}
.list-2 li::before {
  font-family: "remixicon";
  content: "\eb80";
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -2px;
}

ul.foot-nav {
  list-style: none;
  padding-left: 0;
}

ul.foot-nav > li {
  margin: 0.65rem 0;
}

ul.foot-nav > li > a {
  color: #373737;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.header-top {
  background-color: #382C0A;
  background-image: linear-gradient(to left, #382C0A, #9E7C1D, #382C0A);
  color: #fff;
  padding: 0.25rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1021;
}
.header-top .badge {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
}
.header-top .row {
  min-height: 36px;
}
.header-top .dropdown-toggle {
  padding: 0.15rem 0;
  display: inline-block;
}
.header-top .dropdown .dropdown-item:hover i,
.header-top .dropdown .dropdown-item i {
  color: var(--siteColor);
}
.header-top .dropdown .dropdown-item:hover,
.header-top .dropdown .dropdown-item:focus,
.header-top .dropdown .dropdown-item:active {
  background-color: var(--siteColor);
  color: #fff;
}
.header-top ul.list-inline {
  margin-bottom: 0;
}
.header-top ul.list-inline > li {
  display: inline-block;
  margin-right: 1rem;
}
.header-top ul.list-inline > li:last-child {
  margin: 0;
}
.header-top ul.list-inline > li > a {
  color: #333;
}
.header-top ul.list-inline > li > a:hover {
  color: var(--siteColor);
}
.header-top ul.list-inline > li > a > i {
  color: var(--siteColor);
}

.btn .cart_qty {
  position: absolute;
  top: -10px;
  right: -10px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand > img {
  max-height: 56px;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: var(--siteColor);
}

.header-bottom {
  padding: 0;
}
.header-bottom .container {
  display: block;
}

.header-action .dropdown {
  text-transform: uppercase;
}
.header-action .dropdown-menu {
  font-size: 0.875rem;
}
.header-action .dropdown-menu li a:hover {
  color: var(--siteColor);
}
.header-action .dropdown-menu li a i {
  margin-inline-end: 5px;
}
.header-action .dropdown-toggle {
  color: #fff;
  max-width: 150px;
  overflow: hidden;
}
.header-action div > a.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--siteColor);
  background-color: rgb(var(--siteColor-rgb), 10%);
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  line-height: 34px;
}
.header-action div > a.circle span {
  display: inline-block;
  top: -5px;
  right: -5px;
  font-weight: 700;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: var(--siteColor);
  border-radius: 50%;
  position: absolute;
}

.all-cat {
  color: #fff;
  display: inline-block;
  padding: 0.5rem;
  text-transform: uppercase;
}

.all-cat:hover {
  color: #fff;
  opacity: 0.75;
}

.all-cat > i {
  font-size: 1.333rem;
}

.section-headline {
  margin-bottom: 1rem;
}
.section-headline h2,
.section-headline h3 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-headline.d-flex {
  align-items: center;
}

.sub-title {
  color: var(--siteColor);
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.sub-title::before {
  background-color: var(--siteColor);
  content: "";
  display: inline-block;
  margin-inline-end: 0.5rem;
  height: 2px;
  width: 40px;
  vertical-align: middle;
}

footer {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #201F1F;
  color: #eee;
  position: relative;
}

.footer-toggle {
  padding: 1rem 0;
}

.footer-toggle > h4 > a {
  transition: 0.3s;
}

.footer-toggle > h4 > a.show {
  transform: rotate(180deg);
}

.footer-top .col-12 {
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
  margin-inline-start: -1px;
}

.footer-links {
  padding-block: 2rem;
}
.footer-links h4 {
  color: #eee;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-links h5 {
  color: #F67A45;
}
.footer-links p.text-about {
  font-size: 0.938rem;
}
.footer-links ul {
  font-size: 0.938rem;
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 0.5rem;
  display: block;
}
.footer-links ul > li > a {
  color: #ddd;
  display: inline-block;
}
.footer-links ul > li > a:hover {
  color: var(--siteColor);
}

.footer-middle {
  border-top: 1px solid #333;
  padding: 1rem 0;
}

ul.social-links {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}
ul.social-links li {
  display: inline-block;
  margin-right: 0.5rem;
}
ul.social-links li > a {
  background-color: #eee;
  color: #333;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
ul.social-links li > a:hover {
  color: #fff;
  background-color: var(--siteColor);
  border-color: var(--siteColor);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}
.copyright p {
  margin-bottom: 0;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -1px;
  padding: 0;
  text-align: center;
}

.small-footer > ul > li {
  border-top: 1px solid #ddd;
  margin-left: -1px;
  flex: 1;
}

.small-footer > ul > li > a {
  color: #333;
  display: block;
  padding: 6px;
}

.small-footer > ul > li > a.active {
  color: var(--siteColor);
}

.small-footer > ul > li > a > i {
  display: block;
  font-size: 1.5rem;
}

.MYspinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.filterHeader {
  position: relative;
  margin-bottom: 1rem;
}

#filter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.close_filter {
  color: #333;
  position: absolute;
  right: 15px;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.filter .filterHeader {
  background: none;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}
.filter .filterHeader h4 {
  margin-bottom: 0;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1021;
}

span.like-icon.active {
  background-color: #f5f5f5;
  color: #ff5050;
}

.mycustom-modal {
  border: none;
}
.mycustom-modal .modal-header {
  justify-content: space-between;
  text-align: center;
  position: relative;
}

.bootbox .modal-header {
  display: block;
}
.bootbox .modal-header .pull-left,
.bootbox .modal-header .btn-black,
.bootbox .modal-header .btn-danger {
  position: absolute;
  left: 21px;
  top: 13px;
}
.bootbox .modal-header .pull-right,
.bootbox .modal-header .btn-success,
.bootbox .modal-header .btn-primary {
  position: absolute;
  right: 21px;
  top: 13px;
}

.social-login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 30px 0 25px 0;
  height: 1px;
}
.social-login-separator span {
  background-color: #fff;
  position: relative;
  top: -12px;
  padding: 0 10px;
  color: #777;
  font-size: 0.875rem;
}

.social-login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}

ul.save-address {
  list-style: none;
}

ul.save-address > li {
  margin-bottom: -1px;
}
ul.save-address > li p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
ul.save-address > li h5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.disabled,
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.card-deal .card-image {
  width: 100%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.card-deal .card-image a > img {
  max-height: 200px;
  max-width: 200px;
}
.card-deal .card-image .badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.card-deal h5 {
  font-weight: 600;
  display: -webkit-box;
  max-width: 100%;
  height: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-deal h5 > a {
  color: var(--bs-dark);
}
.card-deal h5 > a:hover {
  color: var(--siteColor);
}

.cart-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-dropdown {
  width: 150px;
  height: 38px;
  border: 1px solid #ccc;
  padding: 5px;
}

.btn-go-to-cart {
  background-color: #da7501;
  color: #ffffff;
}

.closeBtn-1 {
  border: none;
  background-color: transparent;
}

.qty-cart {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.qty-cart .cart-icon {
  width: 100%;
}
.qty-cart .cart-icon i {
  font-size: 1.5rem;
  vertical-align: -3px;
}
.qty-cart .cart-icon.inactive {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

.cart-plus-minus {
  border-radius: 4px;
  max-width: 100px;
  position: relative;
}
.cart-plus-minus .form-control {
  padding: 3px 32px;
  font-weight: 700;
  color: #fff;
  height: 34px;
  text-align: center;
  border-radius: 6px;
}
.cart-plus-minus .form-control:focus {
  background-color: var(--webColor);
  outline: 0;
  box-shadow: none;
}
.cart-plus-minus .qtybutton {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 6px;
  /* background-color: var(--siteColor);
  border: 3px solid #fff; */
  color: var(--bs-white);
  cursor: pointer;
  z-index: 1;
  user-select: none;
}
.cart-plus-minus .qtybutton > i {
  font-size: 1.5rem;
}
.cart-plus-minus .plus {
  left: auto;
  right: 1px;
}

.add-to-quote-cart span {
  font-size: 22px;
  font-weight: 600;
  background-color: #e7e7e7;
  color: black;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 6px;
}

.qty-cart.active .cart-icon {
  margin-left: auto;
  width: auto;
}
.qty-cart.active .cart-icon span {
  display: none;
}
.qty-cart.active .cart-plus-minus {
  display: block;
}

.banner .carousel-caption {
  left: 0;
  right: 0;
  text-align: left;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.banner .carousel-caption .h1 {
  font-size: 3rem;
  font-weight: bold;
}
.banner .carousel-item:last-child .row {
  justify-content: end;
}
.banner .carousel-item:last-child .carousel-caption {
  color: #000;
}
.banner .search-box .card {
  background-color: #201F1F;
}

.small-banner {
  background-image: url(../images/shade.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.card .nonverified {
  position: absolute;
  right: 0;
  bottom: 1rem;
  border: 1px solid #dc3545;
  border-radius: 0.1rem;
  height: 13px;
  width: 13px;
}
.card .nonverified::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  background-color: initial;
  top: 0px;
  left: 1px;
  border-radius: inherit;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #dc3545;
}

.someElem .resultdiv {
  border-radius: 0 0 0.25rem 0.25rem;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
}

.resultdiv h5 {
  background: #f1f1f1;
  padding: 10px;
  margin: 0;
}
.resultdiv p {
  padding: 2px 10px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultdiv a {
  color: #555;
  font-size: 0.875rem;
  display: block;
  padding: 0.25rem 0;
}
.resultdiv a:hover {
  color: #222;
}
.resultdiv a > p > i,
.resultdiv a > p > img {
  margin-right: 0.35rem;
  height: 24px;
  line-height: 20px;
  min-width: 24px;
  padding: 1px;
  width: 24px;
  border-radius: 0.15rem;
  display: inline-block;
  text-align: center;
}
.resultdiv a > p > i {
  color: var(--siteColor);
  border: 1px solid;
}

.shadow-box-search .search-form {
  position: relative;
  z-index: 1051;
}
.shadow-box-search .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0.25rem 0 0 0 !important;
}
.shadow-box-search .search-backdrop {
  opacity: 0.5;
  z-index: 1050;
}

.search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}

[class*=badge-outline-] {
  border: 1px solid;
}

.badge-outline-red {
  color: var(--bs-red);
}

.badge-outline-yellow {
  color: var(--bs-yellow);
}

.badge-outline-blue {
  color: var(--bs-blue);
}

.badge-outline-green {
  color: var(--bs-green);
}

.badge-outline-purple {
  color: var(--bs-purple);
}

.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}

.simplebar-scroll-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

select.form-control {
  background-image: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 16px;
  padding-right: 2rem;
}

select.form-control-sm {
  background-size: 12px;
}

ul.list-1 {
  list-style: none;
  padding: 0;
}
ul.list-1 > li {
  position: relative;
  padding-left: 1.5rem;
}
ul.list-1 > li::before {
  position: absolute;
  content: "\e92b";
  color: var(--siteColor);
  font-family: "Feather-Icons";
  left: 0;
}

.not-found {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
}

label > span.req {
  color: #f00;
  font-size: 1.25rem;
}

.input-with-icon {
  position: relative;
}
.input-with-icon > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  color: #777;
  font-size: 1.25rem;
}
.input-with-icon > .form-control, .input-with-icon > .form-select {
  padding-inline-start: 2.5rem;
}

.acc-panel .list-group-item {
  padding: 0.75rem 1rem;
}
.acc-panel .list-group-item i {
  color: var(--bs-secondary);
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.35rem;
}
.acc-panel .list-group-item:hover i {
  color: var(--siteColor);
}
.acc-panel .list-group-item.active {
  background-color: #fff;
  border-color: var(--bs-border-color-translucent);
  color: var(--siteColor);
  font-weight: 500;
}
.acc-panel .list-group-item.active i {
  color: var(--siteColor);
}
.acc-panel .list-group-item.active:hover i {
  color: var(--siteColor);
}

ul.list-user {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

ul.list-user > li > a {
  color: #333;
  display: block;
  padding: 0.5rem 0;
}

ul.list-user > li > a:hover {
  color: var(--siteColor);
}

ul.list-user > li > a > i {
  color: var(--siteColor);
  margin-right: 0.25rem;
}

.uploadButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
  font-size: 15px;
}
.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.uploadButton .uploadButton-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 36px;
  padding: 0.25rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  color: var(--siteColor);
  border: 1px solid var(--siteColor);
  flex-direction: row;
  transition: 0.3s;
  margin: 0;
  outline: none;
}
.uploadButton .uploadButton-button:hover {
  background-color: var(--siteColor);
  color: #fff;
}
.uploadButton .uploadButton-file-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  font-size: 0.813rem;
  padding: 0 10px;
  padding-left: 12px;
  min-height: 36px;
  top: 1px;
  position: relative;
  color: #777;
  background-color: transparent;
  overflow: hidden;
}

.text-help {
  color: #777;
  font-size: 0.875rem;
  font-style: italic;
}

.cart-list .cart-body > p > a {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-list .cart-body > p > a:hover {
  color: var(--webColor);
}

.header-notifications {
  position: relative;
}

.header-notifications-dropdown {
  width: 360px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 0;
  position: absolute;
  top: calc(100% + 15px);
  right: -15px;
  text-align: left;
  z-index: 100;
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}

.header-notifications.active .header-notifications-dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-notifications-dropdown:before {
  content: "";
  position: absolute;
  right: 27px;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d7d7d7;
}

.header-notifications-headline {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dfdfdf;
}
.header-notifications-headline h4 {
  margin-bottom: 0;
}

.header-notifications-content {
  display: block;
  width: 100%;
}
.header-notifications-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-notifications-content ul li {
  border-bottom: 1px solid #e6e6e6;
  transition: 0.25s;
}
.header-notifications-content ul li a {
  color: #666;
  position: relative;
  padding: 0.75rem 1.25rem;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-notifications-content ul li:hover {
  background-color: #fafafa;
}
.header-notifications-content ul li:hover .notification-icon {
  background-color: #eee;
}
.header-notifications-content ul li:last-child {
  border-bottom: none;
}
.header-notifications-content ul li.unread > a {
  background-color: rgba(16, 84, 3, 0.05);
}
.header-notifications-content p {
  margin: 0;
  padding: 0;
}
.header-notifications-content .notification-icon,
.header-notifications-content .notification-text {
  flex: 1;
}

.header-notifications-scroll {
  display: block;
  overflow: hidden;
  height: auto;
}

a.header-notifications-button {
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  color: #fff;
  padding: 0.65rem 1rem;
  background-color: var(--siteColor);
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
a.header-notifications-button i {
  opacity: 0;
  max-width: 0;
  transition: 0.25s;
  display: inline-block;
  transform: translateX(-20px);
  font-size: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  max-width: 0;
  display: inline-block;
  margin-left: 7px;
}

a.header-notifications-button:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  height: calc(100% - 6px);
  margin-top: 6px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 6px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #d8d8d8;
}

.simplebar-scrollbar:hover:before {
  background-color: #c8c8c8;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track:hover .simplebar-scrollbar.visible:before,
.simplebar-track .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.single_ctinfo {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
}

.ctinfo_icon {
  margin-right: 1rem;
  margin-top: -0.5rem;
  color: var(--siteColor);
  font-size: 2.5rem;
}

.download-app {
  display: flex;
}

.download-app > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.download-app > a > img {
  max-width: 100%;
}

.coming-soon {
  background-color: rgba(60, 0, 180, 0.85);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 12px;
  transform: rotate(45deg) translate(22px, -2px);
}

label > .req {
  color: #f00;
  font-size: 17px;
  font-family: open sans;
  line-height: 12px;
  display: inline-block;
}

.accordion {
  --bs-accordion-active-color: var(--bs-white);
  --bs-accordion-active-bg: none;
}

.accordion-flush > .accordion-item {
  border: 0;
}

.star-rating {
  display: inline-block;
}
.star-rating .star {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-right: 0;
  position: relative;
  font-size: 20px;
}
.star-rating .ms-3 {
  position: relative;
  top: -3px;
}
.star-rating .star.half:after,
.star-rating .star:before {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #B18200;
}
.star-rating .star.empty:before {
  color: #bbb;
}
.star-rating .star.half:before {
  color: #bbb;
}
.star-rating .star.half:after {
  color: #B18200;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating.no-stars .star {
  display: none;
}

.star-rating.no-stars:before {
  margin-right: 0;
}

.mega-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 8px 8px;
  padding: 24px 28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px 40px;
  pointer-events: none;
}

.nav-item:hover .mega-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.menu-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-col strong {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.menu-col ul.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.menu-col ul.list-unstyled li a {
  margin: 0;
  font-size: 13px;
  color: #3d3d3d;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.1s ease;
}
.menu-col ul.list-unstyled li a:hover {
  color: #da7501;
}

@media (max-width: 1100px) {
  .navbar-nav {
    gap: 8px;
  }
  .nav-link {
    padding: 14px 8px;
    font-size: 14px;
  }
  .mega-dropdown {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    padding: 20px;
  }
}
#accordionFlushMobile .accordion-button {
  font-weight: 500;
}
#accordionFlushMobile .accordion-button:not(.collapsed) {
  background: none;
  color: #1e2832;
  box-shadow: none;
}

.specs-info {
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
.specs-info .title {
  background-color: #eee;
  padding: 0.5rem 1rem;
}/*# sourceMappingURL=style.css.map */