body {
  font-family: "Roboto", sans-serif;
  color: #0d0d0d;
  /* user-select: none; */
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #0d0d0d;
}

a.active,
a:hover {
  text-decoration: none;
  color: #6844d0db;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-secondary {
  background-color: rgb(247, 247, 247);
  border-color: rgb(247, 247, 247);
  color: #333;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: rgb(235, 235, 235);
  border-color: rgb(235, 235, 235);
  color: #333;
}

.btn-outline-light:hover,
.btn-outline-light {
  border-color: #d7d7d7;
}

.image-gallery {
  max-width: 100%;
  overflow-x: scroll;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
}

#lightbox {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

button:focus {
  outline-color: #6844d0db;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
}

/* ANIMATE */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* ANIMATE */

/* Scrollbar styles */
/* width */
.scroll-box::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(189, 189, 189);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(170, 170, 170);
}

/* Track */
::-webkit-scrollbar-track {
  /* background: rgb(230, 230, 230); */
  border-radius: 10px;
  background-color: transparent;
}

/* Scrollbar styles */

.navbar {
  padding: 0rem 1rem;
  border-top: 1px solid rgba(232, 232, 232, 1);
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  background-color: #fff;
}

.navbar .navbar-collapse:not(.mobile-navbar) {
  max-width: inherit;
  position: relative;
}

.navbar .navbar-nav {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav:hover {
  overflow-x: overlay;
}

.navbar .navbar-nav .nav-item {
  white-space: nowrap;
}

.navbar .navbar-nav .dropdown {
  position: static;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:active {
  background-color: #fdfdfd;
  color: #6844d0db;
}

.navbar-collapse .dropdown-item.active,
.navbar-collapse .dropdown-item:active,
.mobile-navbar .dropdown-item.active,
.mobile-navbar .dropdown-item:active {
  background-color: #fdfdfd;
  color: #6844d0db;
}

.nav-link {
  padding: 1rem 1rem;
}

.top-nav {
  background-color: #0e0f0f;
}

.top-nav .top-nav-top {
  font-size: 12px;
  align-items: center;
  height: 40px;
  color: #fff;
}

.search-bar {
  justify-content: space-between;
}

.search-bar form {
  width: 100%;
}

.search-bar input.search {
  width: calc(100% - 50px);
}

.search-bar input.search + button {
  color: #fff;
  background-color: #124fdd;
  border-color: #124fdd;
  transition: all 0.3s ease-in-out;
}

.search-bar input.search + button:active,
.search-bar input.search + button:focus,
.search-bar input.search + button:hover {
  background-color: #124fdddb;
}

.search-bar .cart .cart-link img {
  position: relative;
}

.search-bar .cart .cart-link .badge {
  position: absolute;
  top: -9px;
  left: 26px;
}

.dropdown-hover > a.nav-link::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-hover:hover > .dropdown-menu {
  display: block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-hover .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.navbar .category .dropdown-menu {
  width: 100%;
}

.navbar .category .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.navbar .category .dropdown-menu ul li {
  padding: 0.5rem 0;
}

.navbar .category .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  white-space: pre-wrap;
}

.navbar .category .dropdown-menu .main-category {
  position: relative;
}

.navbar .category .dropdown-menu .main-category i {
  position: absolute;
  top: 4px;
  right: 18px;
  padding: 8px 8px;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.navbar .category .dropdown-menu .main-category .open-dropdown:hover i,
.navbar
  .category
  .dropdown-menu
  .main-category
  .open-dropdown:not(.collapsed)
  i {
  transform: rotate(180deg);
  background-color: #eee;
}

.navbar .category .dropdown-menu .main-category .child-category {
  padding: 0.25rem 1.5rem;
  padding-left: calc(1.5rem + 15px);
}

.navbar
  .category
  .dropdown-menu
  .main-category
  .child-category
  .sub-category
  a {
  width: 100%;
  display: block;
}

.navbar .category {
  background-color: #6844d0;
  min-width: 250px;
  transition: all 0.3s ease-in-out;
}

.navbar .category:hover {
  background-color: #6844d0db;
}

.navbar .nav-item .nav-link {
  color: #333;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: #000;
  background-color: #f6f6f6;
}

.navbar .category .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  line-height: 24px;
}

.navbar .category .nav-link:hover {
  color: #fff;
}

.navbar .nav-menu {
  padding: 16px;
  text-transform: uppercase;
  font-size: 16px;
}

/* SLIDER */
.slider .right-side {
  padding-left: 0;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider .right-side img {
  max-height: 140px;
  object-fit: contain;
}

.slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  transition: all 0.3s;
}

#main-slider:hover .carousel-control-prev,
#main-slider:hover .carousel-control-next {
  opacity: 0.5;
}

#main-slider:hover .carousel-indicators,
#main-slider:hover .carousel-control-prev:hover,
#main-slider:hover .carousel-control-next:hover {
  opacity: 0.9;
}

/* PRODUCTS */
.tab-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgb(165, 165, 165);
  justify-content: space-between;
}

.tab-title {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.tab-title a {
  padding: 1rem 0rem;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
  white-space: nowrap;
}

.tab-title a.active {
  color: #0d0d0d;
  border-bottom: 2px solid #6844d0db;
}

.tab-nav {
  margin-bottom: -5px;
}

.tab-nav .nav-link {
  padding: 1rem 1.5rem;
  font-weight: 500;
}

.tab-nav .nav-link.active {
  margin-bottom: -2px;
  border-bottom: 2px solid #6844d0db;
}

.tab-nav .nav-link:not(.disabled) {
  color: #0d0d0d;
}

.tab-nav .nav-link:hover,
.tab-nav .nav-item.active .nav-link {
  color: #6844d0db;
}

.tab-indicators a {
  color: #8f8f8f;
  margin-left: 10px;
  padding: 15px 0 15px 5px;
  transition: all 0.3s ease-in-out;
}

.tab-indicators a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.product-related .row,
.product-grid .row {
  row-gap: 16px;
}

.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.product-image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.product-image:hover .overlay {
  opacity: 1;
}

.product-image .btn-add-to-cart,
.product-image .btn-buy-now {
  color: #fff;
  background-color: #6844d0db;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
}

.product-image .btn-add-to-cart:hover,
.product-image .btn-buy-now:hover {
  background-color: #6844d0db;
}

.product-grid .product-image .btn-add-to-cart .top,
.product-grid .product-image .btn-buy-now .top {
  margin-top: 5px;
}

.product-image .btn-add-to-cart .top,
.product-image .btn-buy-now .top {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  margin-top: 5px;
}

.product-image .btn-add-to-cart .bottom,
.product-image .btn-buy-now .bottom {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.product-image .btn-add-to-cart:hover,
.product-image .btn-buy-now:hover {
  opacity: 1;
}

.product-image .btn-add-to-cart:hover .top,
.product-image .btn-buy-now:hover .top {
  transform: translateY(-16px);
  opacity: 0;
}

.product-image .btn-add-to-cart:hover .bottom,
.product-image .btn-buy-now:hover .bottom {
  transform: translateY(-16px);
  opacity: 1;
}

.product-image .discount {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 45px;
  height: 45px;
  background-color: #83b735;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
}

.product-name {
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
}

.product-name a {
  color: #0d0d0d;
}

.product-name a:hover {
  text-decoration: none;
  color: #6844d0db;
}

.product-rating {
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.product-rating .fa {
  font-size: 14px;
}

.product-rating .checked {
  color: orange;
}

.product-price {
  display: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.product-price .old-price {
  display: none;
  text-decoration: line-through;
  color: #bbb;
  font-weight: 300;
}

.product-price .new-price {
  display: none;
  color: #ff3333;
}

/* FOOTER */
footer {
  margin-top: 5rem;
  background-color: rgb(247, 247, 247);
}

.footer-logo-wrapper > .logo {
  display: flex;
  flex-direction: column;
}

footer .feature,
footer .info,
footer .copyright {
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

footer .feature .d-flex {
  column-gap: 12px;
}

footer .feature .d-flex img {
  width: 50px;
  height: 50px;
}

footer .feature .d-flex p {
  margin: 0;
  color: rgb(119, 119, 119);
  font-size: 14px;
  font-weight: 400;
}

footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

footer .info .list-title {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  font-weight: 600;
}

footer .info ul {
  list-style: none;
  padding: 0;
}

footer .info ul li {
  padding: 6px 0px;
}

footer .info ul li a {
  color: #848484;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  padding: 8px 0px;
}

footer .info .list-title:focus,
footer .info .list-title:active,
footer .info .list-title:hover,
footer .info ul li a:focus,
footer .info ul li a:active,
footer .info ul li a:hover {
  color: #6844d0db;
}

footer .copyright {
  text-align: center;
}

.back-to-top {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 35px;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgb(0 0 0 / 17%);
}

.back-to-top:hover {
  background-color: rgb(243, 243, 243);
}

.back-to-top:active,
.back-to-top:focus {
  outline: none;
}

.cart-overlay {
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cart-side {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 100vh;
}

.cart-side.open {
  width: 25vw;
}

.cart-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cart-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.cart-header p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}

.cart-header .btn.btn-link {
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.cart-header .btn.btn-link:focus,
.cart-header .btn.btn-link:active,
.cart-header .btn.btn-link:hover {
  color: #777;
  text-decoration: none;
}

.cart-header .btn.btn-link i {
  margin-right: 8px;
}

.cart-body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: calc(100vh - 265px);
}

.cart-body .cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin-top: 24px;
}

.cart-body .cart-empty img {
  filter: invert(1) sepia(1) saturate(3) hue-rotate(-186deg);
}

.cart-body .cart-empty p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.cart-body a:hover .cart-item {
  background-color: rgb(245, 245, 245);
}

.cart-body .cart-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
}

.cart-body .cart-item .cart-item-img img {
  width: 65px;
  height: auto;
}

.cart-body .cart-item .cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.cart-body .cart-item .cart-item-info .cart-item-name-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cart-body .cart-item .cart-item-info .cart-item-name-wrapper a:hover p {
  color: #6844d0db;
}

.cart-body .cart-item .cart-item-info p {
  margin: 0;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: #333;
  max-width: 80%;
  transition: all 0.3s ease-in-out;
}

.cart-body
  .cart-item
  .cart-item-info
  .cart-item-name-wrapper
  .cart-item-delete {
  border-radius: 50%;
  border: none;
  transition: all 0.2s ease-in-out;
}

.cart-body .cart-item .cart-item-info .cart-item-price {
  color: rgb(255, 51, 51);
}

.cart-body .cart-item .cart-item-info .cart-item-price span {
  color: rgb(187, 187, 187);
}

.cart-footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  padding: 20px 15px;
  align-items: center;
  gap: 16px;
}

.cart-footer .total {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

.cart-footer .total span {
  color: rgb(255, 51, 51);
}

.cart-footer .buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.cart-footer .buttons .btn {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

/* CATEGORY */
.brands-filter,
.price-range,
.category-sidebar {
  min-width: 250px;
  max-width: 250px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.brands-filter p,
.price-range p,
.category-sidebar p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
}

.category-sidebar .category-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.category-sidebar .category-list .has-list {
  position: relative;
}

.category-sidebar .category-list .has-list .open-dropdown {
  padding: 0;
}

.category-sidebar .category-list .has-list i {
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 0.5s ease-in-out;
  padding: 8px;
  border-radius: 50%;
}

.category-sidebar .category-list .has-list .open-dropdown:hover i,
.category-sidebar .category-list .has-list .open-dropdown:not(.collapsed) i {
  transform: rotate(180deg);
  background-color: #eee;
}

.category-sidebar .category-list a {
  display: block;
  width: 100%;
  margin: 8px 0;
}

.category-sidebar .category-list .sub-category::marker {
  display: none;
}

.category-sidebar .category-list .sub-category {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  list-style: none;
}

.category .category-content .product-grid .product-image .btn-add-to-cart .top,
.category .category-content .product-grid .product-image .btn-buy-now .top {
  margin-top: 1px;
}

.price-range .ui-slider-horizontal {
  height: 5px;
}

.price-range .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -1px;
}

.price-range .ui-slider .ui-slider-handle {
  width: 4px;
  height: 16px;
}

.price-range .ui-slider .ui-slider-handle.ui-state-focus {
  outline-color: #6844d0db;
}

.price-range .ui-slider .ui-slider-handle.ui-state-active {
  background-color: #6844d0db;
}

.price-range .ui-widget-header {
  background: #6844d0db;
}

.brands-filter .brands-list {
  max-height: 280px;
  overflow-y: scroll;
}

.brands-filter .brands-list ul {
  list-style: none;
  padding: 0;
}

.brands-filter .brands-list .brand-item {
  padding: 8px 5px 8px 0;
}

.brands-filter .brands-list .brand-item a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.brands-filter .brands-list .brand-item .badge {
  border: 1px solid #eee;
  color: #333;
  border-radius: 35px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.brands-filter .brands-list .brand-item a:hover .badge {
  background-color: #6844d0db;
  color: #fff;
}

.breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.breadcrumb {
  background-color: #fff;
  padding: 0.75rem 0;
  margin: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #555;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #6844d0db;
}

.breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 600;
}

.breadcrumb-wrapper .per-page {
  display: flex;
  flex-direction: row;
}

.breadcrumb-wrapper .per-page .per-page-item:first-child {
  padding-left: 8px;
}

.breadcrumb-wrapper .per-page .per-page-item::after {
  content: "/";
  padding: 0 8px;
  font-weight: 400;
}

.breadcrumb-wrapper .per-page .per-page-item:hover:after {
  color: #333;
}

.breadcrumb-wrapper .per-page .per-page-item:last-child:after {
  content: "";
}

.breadcrumb-wrapper .per-page .per-page-item.active {
  color: #333;
  font-weight: 600;
}

/* PRODUCT */
/* .main-product {} */

.product-title {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1rem;
}

.detail .row.product-info .product-rating,
.detail .row.product-info .product-price {
  font-size: 21px;
  text-align: left;
  padding: 0;
  display: none;
  gap: 5px;
}

.detail .row.product-info .product-price .price {
  color: #ff3333;
}

.detail .main-product {
  border-right: 1px solid #eee;
}

.product-rating + .sold-count {
  margin-left: 8px;
  padding: 0px 8px;
  border-left: 1px solid #eee;
}

.detail .warranty {
  font-size: 12px;
  color: #333;
}

.detail .warranty p {
  margin: 0;
}

.detail .warranty span {
  font-weight: 600;
}

.information .information-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgb(202, 202, 202);
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
}

.information .information-item:last-child {
  border-bottom: none;
}

.information .information-item .value {
  font-weight: 400;
}

.information .information-item .value a {
  color: #1e73be;
}

.promotion {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
}

.promotion p {
  margin-bottom: 5px;
  font-weight: 600;
}

.promotion span {
  padding: 3px 0 3px 20px;
}

.promotion span::before {
  content: "";
  margin-left: -20px;
  background: url("/assets/images/icon/check.png");
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  margin-right: 0;
  float: left;
  margin-top: 4px;
}

.add-to-cart {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  gap: 15px;
}

.add-to-cart .btn {
  height: 44px;
}

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

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

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
  border-radius: 4px;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 40px;
  cursor: pointer;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.number-input button:hover {
  background-color: rgb(242, 242, 242);
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
  font-family: sans-serif;
  max-width: 3.5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 1.25rem;
  height: 40px;
  font-weight: bold;
  text-align: center;
}

.product-description .nav-tabs {
  border-top: 1px solid #eee;
  border-bottom: none;
  justify-content: center;
  gap: 24px;
  margin-bottom: 1rem;
}

.product-description .nav-tabs .nav-link,
.product-description .nav-tabs .nav-link.active {
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 16px 0;
}

.product-description .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: #ff3333;
}

.product-description .nav-tabs .nav-link:hover::before {
  width: 80%;
}

.product-description .nav-tabs .nav-link.active::before {
  width: 100%;
}

.product-description .tab-content {
  padding: 0 0 16px 0px;
}

.product-related .row {
  margin-bottom: 1rem;
}

.product-related .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  position: relative;
  padding: 10px 0;
  margin-bottom: 1rem;
}

.product-related .title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ff3333;
}

/* PAYMENT */
.payment .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.payment h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  margin-top: 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.payment-form label.required::after {
  content: "*";
  color: #ff3333;
  margin-left: 8px;
  border-radius: 4px;
}

.payment .right-side {
  background-color: #f7f7f7;
  position: relative;
}

.payment .right-side::before,
.payment .right-side::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
  background-size: 15px 15px;
}

.payment .right-side::before {
  top: -10px;
  background-position: -3px -5px, 0 0;
}

.payment .right-side::after {
  bottom: -10px;
  background-position: -3px 2px, 0 0;
}

.payment .checkout {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
  /* margin-bottom: 20px; */
}

.payment .checkout .checkout-header {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  padding: 15px 12px;
}

.payment .checkout .checkout-item {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  padding: 15px 12px;
}

.payment .checkout .checkout-item span:nth-child(even) {
  color: #777;
}

.payment .checkout .checkout-item.total {
  border-bottom: none;
  font-size: 18px;
}

.payment .checkout .checkout-footer .checkout-item span {
  font-weight: 600;
}

.payment .checkout .checkout-footer .checkout-item span:nth-child(even) {
  color: #ff3333;
}

.payment .payment-methods {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}

.payment .payment-methods label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 8px;
}

.payment .payment-method-item {
  margin-bottom: 15px;
}

.payment .payment-method-item:last-child {
  margin-bottom: 0px;
}

.payment .payment-method-description {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  position: relative;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
  display: none;
}

.payment .payment-method-description::before {
  position: absolute;
  top: -4px;
  left: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: 600;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
}

.payment .checkout-btn-wrapper {
  padding: 20px 0;
}

.payment .checkout-btn-wrapper .btn-checkout {
  width: 100%;
}

.payment + footer {
  margin-top: 1.25rem;
}

.tab-content p {
  margin-bottom: 0.5rem;
}

.tab-content img {
  max-width: 100% !important;
  height: auto !important;
}

.search-page {
  margin-bottom: 16px;
}

.search-page .header {
  background-image: url("/assets/images/dummy-wood-title.jpeg");
  padding: 60px 0;
}

.search-page .header .header-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.zoom-overlay-open .sticky-top {
  z-index: 400;
}

.zoom-overlay {
  background-color: #464646a3;
}

.mobile-collapse-wrapper {
  display: none;
}

.hamburger-menu {
  align-items: flex-end !important;
}

.hamburger-menu-dropdown {
  position: absolute !important;
  z-index: 9999;
  padding: 10px 10px;
  width: 100%;
  height: calc(100vh - 90px);
  background-color: #fff;
  border: 0.5px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2),
    2px 2px 12px -2px rgba(232, 232, 232, 0.25);
}

.hamburger-menu-dropdown .dropdown-items,
.dropdown-blog-categories {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.locked-scroll {
  overflow: hidden;
}

.navbar-toggler {
  color: #0d0d0d;
}

.about-content .ul {
  font-size: 20px;
  text-align: justify;
}

.blog-item-wrapper {
  min-height: 225px;
  padding: 5px;
}

.blog-item-card {
  height: 200px;
  background-color: #fff8e8;
  padding: 10px;
  border-radius: 10px;
}

.blog-item {
  background-color: #fff8e8;
  padding: 10px;
  border-radius: 10px;
}

.blog-item img {
  height: auto !important;
  max-width: 100% !important;
}

.blog-grid .row {
  row-gap: 16px;
}

.blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.blog-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.current-page {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-about {
  padding: 15px;
  background-image: url(/assets/images/manufactory-2.JPG);
  background-size: cover;
  background-position: center;
  height: 600px;
}

.certificates {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.certificates img {
  height: 300px;
}

.contact-item-wrapper {
  height: 200px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff8e8;
  border-radius: 10px;
}

.contact-item .contact-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.contact-item .contact-item-body {
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-social-item-wrapper {
  height: 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-social-item-wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
}