@charset "UTF-8";
/*
Theme Name: Avanam
Version: 1.0.0
*/
#content {
  min-height: inherit;
}
.alert-dismissible {
  float: left;
  width: 100%;
}
.alert-dismissible {
  float: left;
  width: 100%;
}
body {
  font-weight: 400;
  font-size: 14px;
  line-height:24px;
  letter-spacing:0.15px;
  font-family: var(--global-body-font-family);
  color: var(--global-palette2);
}
#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url("../image/ajax-loader.gif") 50% 50% no-repeat var(--global-palette9);
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: var(--global-content-width);
  padding: 0 var(--global-container-padding);
}
#logo img {
  max-width: 100%;
}
.btn {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border: none;
  font-size: 14px;
  line-height: 1.71;
  border-radius: var(--global-btn-radius);
  padding: 10px 28px;
  text-shadow: none;
}
.btn:hover, .btn:focus {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}

a {
  color: var(--global-palette-highlight);
}

a:hover {
  color: var(--global-palette-highlight-alt);
}

hr {
  margin: 1.5rem 0;
  color: var(--border-color);
  opacity: 1;
}

.form-control:focus {
  border-color: var(--border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

section {
  margin: 0 0 60px 0;
  float: left;
  width: 100%;
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  border-radius: var(--global-border-radius);
}
.accordion-button {
  font-size: 14px;
}
.carousel {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.splide .splide__arrows .splide__arrow {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.splide .splide__arrows .splide__arrow:hover {
  background: var(--global-palette2);
  color: var(--global-palette9);
}

.title-wrapper {
  text-align: center;
  margin: 0px 0px 25px 0px;
}

body.menu-open {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  float: left;
}
@media (max-width: 991px) {
  body.menu-open:before {
      content: "";
      background: #000;
      opacity: 0.7;
      filter: alpha(opacity = 70);
      position: absolute;
      left: 300px;
      height: 100%;
      width: calc(100% - 300px);
      top: 0;
      z-index: 99999;
      overflow: hidden;
  }
}

/***********************product notification*****************************/
#alert {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 9999 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 10px !important;

  width: auto !important;
  max-width: calc(100vw - 40px) !important;
}

#alert .alert {
  float: none !important;
  width: 420px !important;
  max-width: 100% !important;
  margin: 0 !important;

  background: #68CD86;
  color: #fff;
  border-left: 6px solid #408d58;
  border-radius: 6px;
}
#top #alert a {
  color: #ffffff;
}
#alert .btn-close {
  background-image: url(../image/close-white.svg);
  background-size: 24px;
  background-position: center;
  opacity: 1;
}
#alert .alert.alert-danger.alert-dismissible .btn-close {
  background-image: url(../image/close.svg);
  background-size: 24px;
  background-position: center;
  opacity: 1;
}
#alert .alert.alert-danger.alert-dismissible {
  background: #ffe3e0;
  border-left: 6px solid #f63f37;
  color: var(--global-palette3);
  bottom: 20px;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline !important;
  color: var(--global-palette3);
}

#column-left, #column-right {
  width: 18.2%;
}
.base_quickview-wrapper .base_quickview-wrapper-inner .btn-group {
  float: left;
  width: 100%;
  display: block;
}
.base_quickview-wrapper .base_quickview-wrapper-inner .btn-group button,
.base_quickview-wrapper .base_quickview-wrapper-inner .btn-group button.btn.btn-light {
  padding: 0;
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
/* Sticky Scroll-Bar */
.stickyscroll {
  overflow-x: auto;
  scrollbar-width: thin;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.stickyscroll > .scroll-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px;
}

.stickyscroll ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.stickyscroll ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--global-palette2);
}

h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
}

h2 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 400;
}

h3 {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 22px;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
}

.breadcrumb-container {
  border: 0;
  float: left;
  width: 100%;
}
.breadcrumb {
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--global-palette8);
  padding: 25px 10px;
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.breadcrumb > li.breadcrumb-item > a {
  color: var(--global-palette2);
}
.breadcrumb > li.breadcrumb-item{
  padding: 0 10px 0 0;
  white-space: inherit;
  word-break: break-word;
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item::after {
  display: none;
}
.breadcrumb li.breadcrumb-item::before,.breadcrumb > li.breadcrumb-item + li:before{
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb > li.breadcrumb-item:first-child::before {
  display: none;
}

#top {
  background: var(--global-palette2);
  min-height: 40px;
  padding: 0;
  border: none;
}
#top a {
  font-size: 14px;
  color: var(--global-palette9);
}
#top .nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
#top .nav #base_secondary_nav ul {
  gap: 17px;
}
#top .nav #base_secondary_nav ul li a {
  font-size: 14px;
}
#top .nav #base_secondary_nav ul li:not(:last-child) {
  -webkit-padding-end: 19px;
  padding-inline-end: 19px;
  position: relative;
}
#top .nav #base_secondary_nav ul li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 20px;
  background-color:rgb(255 255 255 / 20%);
}
#top .nav #base_top_cms {
  text-align: center;
  color: var(--global-palette9);
}
#top .nav .lang_currency .list-inline {
  text-align: right;
}
#top .nav .lang_currency .dropdown {
  padding: 8px 0;
}
.lang_currency .dropdown-toggle img {
  border-radius: 0;
}
.lang_currency li.list-inline-item .dropdown-toggle span.d-none.d-md-inline,
.lang_currency li.list-inline-item .dropdown-toggle i.fa-solid.fa-caret-down {
  color: var(--global-palette9);
  cursor: pointer;
}
.lang_currency .fa-caret-down:before {
  content: "\f107";
  font-size: 12px;
}
#top .nav .lang_currency .dropdown .dropdown-menu a.dropdown-item {
  color: var(--global-palette2);
}
#top .nav .lang_currency .dropdown .dropdown-menu {
  inset: 100% auto auto 0px !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  right: 0 !important;
  left: auto !important;
}
#top .nav .lang_currency .dropdown .dropdown-menu img {
  border-radius: 0;
}
#header .header_middle {
  float: left;
  width: 100%;
  padding: 23px 0;
}
#header .header_middle .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-search {
  width: 620px;
  margin: auto; 
}
#header #search {
  margin-bottom: 0;
}
#header #search .form-control-lg {
  height: 45px;
  padding: 0 18px;
  border-radius: 50px 0px 0 50px;
  border: 2px solid var(--global-palette1);
}
#header #search .btn-lg {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0 50px 50px 0;
  height: 45px;
  border: 0;
  text-shadow: none;
}
#header #search .btn-lg:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
#header #header-cart {
  margin-bottom: 0;
}
#header #header-cart .btn-lg {
  background: transparent;
  color: var(--global-palette3);
  border: 0;
  padding: 0;
  font-size: 14px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
  line-height: 1.5;
}
#header #header-cart .btn-lg span.title {
  font-size: 12px;
}
#header #header-cart .btn-lg span.label {
  font-size: 15px;
  font-weight: 500;
}
#header #header-cart .btn-lg span.label:hover {
  text-decoration: underline;
}
#header #header-cart .btn:hover {
  color: var(--global-palette3);
}
#header #header-cart .cart_image {
  width: 24px;
  height: 24px;
  background-image: url(../image/header-cart.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
#header #header-cart span.cart_counter {
  background: var(--global-palette1);
  color: var(--global-palette9);
  height: 1.6em;
  width: 1.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.3em;
  margin-top: -1em;
}
#header #header-cart .dropdown-menu {
  background-color: var(--global-palette9);
  padding: 10px;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: fixed !important;
  inset: 0px 0 auto auto !important;
  transition: transform 0.3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#header #header-cart .dropdown-menu li {
  min-width: inherit;
}
#header #header-cart .dropdown-menu .table {
  border: medium none;
  position: relative;
}
#header #header-cart .dropdown-menu .table tr {
  border: 0;
}
#header #header-cart .dropdown-menu .table tr td {
  padding: 7px 0.25rem;
  border: 0;
}
#header #header-cart .dropdown-menu .table tr td.image {
  padding: 7px 10px;
}
#header #header-cart .dropdown-menu .table tr td.image a img {
  max-width: none;
  width: auto;
}
#header #header-cart .dropdown-menu .table tr td.title a {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}
#header #header-cart .dropdown-menu .table tr td.delete button.btn {
  padding: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
  color: #d9534f;
}
#header #header-cart .dropdown-menu .table tr td.delete button.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header #header-cart .dropdown-menu .total-wrapper {
  border-top: 1px solid var(--border-color);
  width: 100%;
  background: var(--global-palette9);
  padding-inline: 5px;
  padding-bottom: 10px;
  font-size: 14px;
}
#header #header-cart .dropdown-menu .total-wrapper tr td strong {
  font-weight: 500;
  font-size: 14px;
}
#header #header-cart .text-end.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header #header-cart .text-end.button-container .cart-button a {
  padding: 9px 22px;
  border-radius: 50px;
  background: var(--global-palette1);
  display: block;
  color: var(--global-palette9);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
#header #header-cart .text-end.button-container .cart-button a strong {
  font-size: 14px;
  font-weight: 400;
}
#header #header-cart .text-end.button-container .cart-button:first-child a, #header #header-cart .text-end.button-container .cart-button a:hover {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}
#header #header-cart .text-end.button-container .cart-button:first-child a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
#header .header_contact, #header .header_account {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}
#header .header_contact:after, #header .header_account:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 45px;
  background-color: var(--border-color);
}
#header .header_contact span.title, #header .header_account span.title {
  font-size: 12px;
  line-height: 20px;
}
#header .header_contact span.label, #header .header_account span.label {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
}
#header .header_contact span.label:hover, #header .header_account span.label:hover {
  text-decoration: underline;
}
#header .myaccount > a > span {
  width: 24px;
  height: 24px;
  background-image: url(../image/header-account.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Logged-in account icon */
#header .myaccount > a.logged-in > span {
  background-image: url(../image/header-account-green.svg);
}


#header .header_bottom {
  float: left;
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
#header .header_bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-image: none;
  color: var(--global-palette3);
}
#header #menu .navbar-nav > li:first-child > a {
  padding-left: 0;
}
#header #menu .navbar-nav > li > a {
  color: var(--global-palette3);
  text-shadow: none;
  font-size: 15px;
  padding: 18px 20px 18px 20px;
}
#header #menu .navbar-nav > li > a:hover {
  background-color: transparent;
}
#header #menu .navbar-nav .dropdown:hover:first-child .dropdown-menu {
  margin-left: 0 !important;
}
#header #menu .navbar-nav .dropdown .dropdown-inner a {
  min-width: 220px;
  font-size: 14px;
  padding: 6px 20px;
  color: var(--global-palette6);
}
#header #menu .navbar-nav .dropdown .dropdown-inner a:hover {
  color: var(--global-palette3);
  background-image: none;
  text-decoration: underline;
}
#header #menu .navbar-nav .dropdown .see-all {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
#header #menu .navbar-nav .dropdown .see-all:hover, #header #menu .navbar-nav .dropdown .see-all:focus {
  text-decoration: underline;
  color: var(--global-palette3);
  background-color: transparent;
  background-image: none;
}
#header .title-offer a {
  font-weight: 500;
  color: #df3030;
}
#header .title-offer a:hover {
  text-decoration: underline;
}

.common-home #footer {
  margin-top: 0;
}
footer {
  color: #777777;
}
#footer {
  margin-top: 60px;
}
#footer a {
  color: var(--global-palette3);
}
#footer p {
  color: var(--global-palette3);
  line-height: 28px;
}
#footer hr {
  border-bottom: 1px solid var(--border-color);
}
#footer .footer_top {
  padding: 36px 0;
  background: var(--global-palette1);
  float: left;
  width: 100%;
}
#footer .footer_middle {
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: var(--global-palette9);
  float: left;
  width: 100%;
}
#footer h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--global-heading-font-family);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--global-palette3);
  margin-bottom: 18px;
}
#footer .footer_middle li + li {
  margin-top: 12px;
}
#footer .footer_middle a:not(.mobile_togglemenu) {
  font-size: 14px;
  letter-spacing: 0;
}
#footer .footer_middle a:not(.mobile_togglemenu):hover {
  text-decoration: underline;
}
#footer .footer_middle .middle-content {
  -ms-grid-columns: 0.7fr 10px 1fr;
  grid-template-columns: 0.7fr 1fr;
  gap: 10px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms img {
  margin-bottom: 16px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social {
  margin-top: 24px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li + li {
  padding-left: 24px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li img {
  margin-bottom: 0;
}
#footer .footer_middle .middle-content .footer_contact {
  position: relative;
  padding: 0 70px;
}
#footer .footer_middle .middle-content .footer_contact::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--border-color);
  margin: auto;
}
#footer .footer_middle .middle-content .footer_contact .contact {
  margin-bottom: 22px;
}
#footer .footer_middle .middle-content .footer_contact .contact .contact-phone-text {
  font-size: 18px;
  font-weight: 500;
}
#footer .footer_middle .middle-content .footer_contact .contact-email-text a {
  font-size: 16px;
  font-weight: 500;
}
#footer .footer_bottom {
  background: var(--global-palette7);
  padding: 20px 0;
  float: left;
    width: 100%;
}
#footer .footer_bottom .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
  margin-bottom: 0;
  border: 1px solid var(--border-color);
}
.product-thumb .image {
  margin-bottom: 0;
  position: relative;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image a:hover {
  opacity: 1;
}
.product-thumb .image .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumb .image .sale-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--global-palette-btn-bg);
  font-size: 11px;
  color: var(--global-palette-btn);
  line-height: 17px;
  padding: 0 8px;
  border-radius: var(--global-border-radius);
}
.product-thumb:hover .image .hover-image {
  opacity: 1;
}
.product-thumb .description {
  padding: 20px;
}
.product-thumb .description h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-thumb .description .rating,ul.megamenu > li .product-thumb .caption .rating {
  padding-bottom: 2px;
}
.product-thumb .description .rating .fa-stack ,ul.megamenu > li .product-thumb .caption .rating .fa-stack{
  width: 12px;
}
.product-thumb .description .rating .fa-stack .fa-star,ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star {
  font-size: 11px;
}
.product-thumb .description .desc {
  display: none;
}
.product-thumb .description .product_cart_btn button.cart_button {
  color: var(--global-palette2);
  background-color: var(--global-palette7);
  margin: 11px 0 0;
  width: 100%;
  display: block;
}
.product-thumb:hover .product_cart_btn button.cart_button {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb .product_buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  margin: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-thumb .product_buttons .btn-icon {
  margin-bottom: 0.5rem;
}
.product-thumb .product_buttons .btn-icon button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-thumb .product_buttons .btn-icon.wishlist-button button {
  background-image: url(../image/wishlist.svg);
}
.product-thumb .product_buttons .btn-icon.wishlist-button button:hover{
  background-image: url(../image/wishlist-hover.svg);
}
.product-thumb .product_buttons .btn-icon.compare-button button {
  background-image: url(../image/compare.svg);
  background-size: 18px;
}
.product-thumb .product_buttons .btn-icon.compare-button button:hover {
  background-image: url(../image/compare-hover.svg);
}
.product-thumb .product_buttons .btn-icon.quickview-button button {
  background-image: url(../image/quickview.svg);
}
.product-thumb .product_buttons .btn-icon.quickview-button button:hover {
  background-image: url(../image/quickview-hover.svg);
}
.product-thumb .product_buttons button {
  color: var(--global-palette3);
  border: none;
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: none;
  transition: none;
  background-color: var(--global-palette7);
  border-radius: 50%;
  vertical-align: top;
  font-size: 14px;
}
.product-thumb .product_buttons button:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb:hover .product_buttons {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

.price {
  color: var(--global-palette2);
  font-size: 18px;
}
.price .price-old {
  color: var(--global-palette6);
  font-size: 15px;
}
.price .price-tax {
  font-size: 14px;
  color: var(--global-palette6);
}

.base_products .title-wrapper {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.base_products .product-wrapper {
  padding: 0 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--global-border-radius);
}
.base_products .product-wrapper .product-thumb {
  border-width: 0 0 1px 0;
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31% 20px auto;
  grid-template-columns: 31% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
  border-radius: 0;
}
.base_products .product-wrapper .product-thumb .image .product_buttons {
  display: none;
}
.base_products .product-wrapper .product-thumb .content .description {
  padding: 0;
}
.base_products .product-wrapper .product-thumb .content .description .product_cart_btn {
  display: none;
}
.base_products .product-wrapper.row {
  margin: 0;
}
.base_products .product-wrapper.row .col {
  padding: 0;
}
.base_products .product-wrapper.row .col:last-child .product-thumb {
  border-bottom: 0;
}
.base_products .product_carousel.splide .splide__arrows {
  position: absolute;
  top: -40px;
  right: -8px;
  left: auto;
  bottom: auto;
}
.base_products .product_carousel.splide .splide__arrows .splide__arrow {
  position: static;
  float: left;
  background: transparent;
  color: var(--global-palette3);
  width: 1.8em;
  height: 1.8em;
}
.base_products .product_carousel.splide .splide__arrows .splide__arrow:disabled {
  opacity: 1;
}
.base_products .product_carousel.splide .splide__slide .splide__slide__row:last-child .product-thumb {
  border-bottom: 0;
}

#base_latest_product {
  padding: 0 15px;
}

#base_bestseller_product {
  padding: 0 15px;
}

#base_featured_product {
  padding: 0 15px;
}

#base_special_product {
  padding: 0 15px;
}

.product-list .product-thumb {
  padding: 20px;
}
.product-list .product-thumb .product_buttons .offer-btn {
  display: inline-block;
}
.product-list .product-thumb .description h4 {
  margin-bottom: 6px;
}
.product-list .product-thumb .description .rating {
  margin-bottom: 4px;
}
.product-list .product-thumb .description .desc {
  margin-bottom: 20px;
  display: block;
}
.product-list .product-thumb .description .price {
  margin-bottom: 12px;
}
.product-list .product-thumb .description .product_cart_btn button.cart_button {
  width: auto;
}
.nav.nav-tabs {
  border-bottom: 0;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav.nav-tabs .nav-item .nav-link {
  line-height: 1.71;
  padding: 10px 28px;
  background-color: var(--global-palette7);
  color: var(--global-palette3);
  border-color: var(--global-palette7);
  border-radius: var(--global-btn-radius);
}
.nav.nav-tabs .nav-item .nav-link:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border-color: var(--global-palette1);
  border-radius: var(--global-btn-radius);
}
.nav.nav-tabs .nav-item a.nav-link.active {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border-color: var(--global-palette1);
  border-radius: var(--global-btn-radius);
}

.banner-cms-block .banner-wrapper.scroll-item {
  width: 33.33%;
}
.banner-cms-block-2 .stickyscroll .scroll-item {
  width: 50%;
}
.banner2 {
  margin: 0 -15px;
}
.banner-image {
  overflow: hidden;
  border-radius: 5px;
}
#base_cms_banner .banner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
}
#base_cms_banner .banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#base_cms_banner .banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#base_cms_banner .banner-wrapper .content {
  position: absolute;
  top: 15%;
  left: 55px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_cms_banner .banner-wrapper .content .label {
  padding: 0 14px 0 14px;
  background-color: #fbd53e;
  color: var(--global-palette3);
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
}
#base_cms_banner .banner-wrapper .content .title {
  margin: 0 0 15px 0;
}
#base_cms_banner .banner-wrapper .content span {
  color: var(--global-palette6);
}
#base_cms_banner .banner-wrapper .content .price {
  color: #DF3030;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
#base_cms_banner .banner-wrapper .content .price.price-sec {
  color: var(--global-palette3);
}
#base_cms_banner.single-banner .content {
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  gap: 60px;
}
#base_cms_banner.single-banner .content h3 {
  font-weight: 500;
}
#base_cms_banner.single-banner .content h3 span {
  font-weight: 300;
  color: var(--global-palette3);
}

/**********************Service cms block**********************************/
#base_service_block {
  border: 1px solid #dddddd;
  padding: 23px 5px 13px;
  border-radius: 5px;
}
#base_service_block .scroll-item {
  width: 20%;
  border-right: 1px solid #dddddd;
}
#base_service_block .scroll-item:last-child {
  border-right: 0;
}
#base_service_block .service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#base_service_block .service-wrapper .service-img {
  margin-right: 15px;
}
.service-content p {
  color: var(--global-palette6);
}
#base_service_block .service-wrapper .service-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#base_service_block .service-wrapper .service-img img:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#base_service_block .service-wrapper .service-content h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

#base_left_banner {
  margin-bottom: 30px;
}
#base_left_banner .left-banner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
}
#base_left_banner .left-banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#base_left_banner .left-banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#base_left_banner .left-banner-content {
  position: absolute;
  top: 10%;
  left: 30px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_left_banner .left-banner-content h2.price {
  color: #df3030;
  font-weight: 500;
  font-size: 30px;
}

#base_product_sidebar_service_block {
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: var(--global-border-radius);
}
#base_product_sidebar_service_block .service-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22% 1fr;
  grid-template-columns: 22% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#base_product_sidebar_service_block .service-wrapper:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#base_product_sidebar_service_block .service-wrapper .service-img {
  margin-right: 15px;
}
#base_product_sidebar_service_block .service-wrapper .service-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#base_product_sidebar_service_block .service-wrapper .service-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#base_product_sidebar_service_block .service-wrapper .service-content h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

#product-category #content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
#product-category #content .category-header .image {
  width: 13.3%;
}
#product-category #content .category-header .description {
  width: 86.7%;
}
#product-category .title-description h3 {
  font-size: 22px;
  font-weight: 500;
}
#product-category .title-description ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
#product-category .title-description ul li a {
  background: var(--global-palette7);
  color: var(--global-palette3);
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border-radius: 50px;
}
#product-category .title-description ul li .category_img a {
	display: none;
}
#product-category .title-description ul li a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}

#product-list .col.mb-3 {
  margin-bottom: 30px !important;
}
#display-control {
  background: var(--global-palette7);
  padding: 10px;
  margin: 0 0 30px 0;
  border-radius: var(--global-border-radius);
}
#display-control .compare-total a {
  background: none;
  padding: 0;
  color: var(--global-palette3);
}
#display-control .btn-group {
  gap: 10px;
}
#display-control .btn-group .btn {
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--global-palette9);
  color: var(--global-palette3);
  padding: 0 15px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: var(--global-border-radius);
}
#display-control .btn-group .btn.active {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
#display-control .btn-group .btn#button-grid {
  background-image: url(../image/cat-grid.svg);
}
#display-control .btn-group .btn#button-grid.active{
  background-image: url(../image/cat-grid-active.svg);
}
#display-control .btn-group .btn#button-list {
  background-image: url(../image/cat-list.svg);
}
#display-control .btn-group .btn#button-list.active{
  background-image: url(../image/cat-list-active.svg);
}
#display-control .input-group.sort-by-wrapper {
  width: 220px;
  margin-right: 10px;
}
#display-control .input-group.sort-by-wrapper .input-group-text {
  background-color: transparent;
  border: 0;
}
#display-control .input-group.sort-by-wrapper .form-select {
  border-radius: 0;
}
#display-control .input-group.sort-by-wrapper .form-select:focus {
  border-color: transparent;
}
#display-control .input-group.show-wrapper {
  width: 160px;
}
#display-control .input-group.show-wrapper .input-group-text {
  background-color: transparent;
  border: 0;
}
#display-control .input-group.show-wrapper .form-select {
  border-radius: 0;
}
#display-control .input-group.show-wrapper .form-select:focus {
  border-color: transparent;
}

#pagination-wrapper {
  background: var(--global-palette7);
  padding: 10px 15px;
  margin: 0;
  border-radius: var(--global-border-radius);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagination-wrapper .page-result {
  padding: 6px 0;
}
#pagination-wrapper .page-link .pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pagination-wrapper .page-link .pagination .page-item {
  margin-right: 5px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link {
  border: 0;
  color: var(--global-palette3);
  border-radius: var(--global-btn-radius);
  padding: 5px 13px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#pagination-wrapper .page-link .pagination .page-item.active .page-link {
  background: var(--global-palette1);
  color: var(--global-palette9);
}

#column-left .sidebar-box, #column-right .sidebar-box {
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
#column-left .sidebar-box .sidebar-title, #column-right .sidebar-box .sidebar-title {
  background-color: var(--global-palette7);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 8px 16px;
}
#column-left .list-group-item, #column-right .list-group-item {
  border: 0;
  padding: 6px 10px;
}
#column-left .list-group-item.active, #column-right .list-group-item.active {
  background-color: transparent;
  color: var(--global-palette3);
}
#column-left .list-group-item:hover, #column-right .list-group-item:hover {
  text-decoration: underline;
}
#column-left .category-box .category-box-item .cat-parent .main-item.active .toggled > .fa-plus:before, #column-right .category-box .category-box-item .cat-parent .main-item.active .toggled > .fa-plus:before {
  content: "\f068";
}
#column-left .category-box .category-box-item .cat-parent span.toggled, #column-right .category-box .category-box-item .cat-parent span.toggled {
  position: absolute;
  top: 8px;
  right: 10px;
  bottom: auto;
  left: auto;
}
#column-left .category-box .category-box-item .cat-parent ul, #column-right .category-box .category-box-item .cat-parent ul {
  padding-left: 12px;
  display: none;
}
#column-left .card .card-filter, #column-right .card .card-filter {
  border-top: 0;
}
#column-left .card .list-group-item, #column-right .card .list-group-item {
  border-bottom: 0;
  padding: 2px 12px;
}
#column-left .card .list-group-item .form-check .form-check-input, #column-right .card .list-group-item .form-check .form-check-input {
  border-color: var(--border-color);
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
  margin-top: 2px;
}
#column-left .card .list-group-item .form-check .form-check-label, #column-right .card .list-group-item .form-check .form-check-label {
  font-size: inherit;
}
#column-left .card .list-group-item .form-check .form-check-label:hover, #column-right .card .list-group-item .form-check .form-check-label:hover {
  text-decoration: underline;
}
#column-left .card div.list-group-item, #column-right .card div.list-group-item {
  margin-bottom: 10px;
}
#column-left .card a.list-group-item, #column-right .card a.list-group-item {
  font-size: 15px;
  font-weight: 500;
}
#column-left .card .card-footer, #column-right .card .card-footer {
  background: transparent;
  padding: 10px 0;
}
#column-left .sidebar .nav.nav-tabs, #column-right .sidebar .nav.nav-tabs {
  display: block;
}
#column-left .sidebar .nav.nav-tabs li a, #column-right .sidebar .nav.nav-tabs li a {
  padding: 6px 10px;
  display: block;
}
#column-left .sidebar .nav.nav-tabs li a:hover, #column-right .sidebar .nav.nav-tabs li a:hover {
  text-decoration: underline;
}

#product-search #content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

#product-info .product-left {
  width: 37%;
}
#product-info .product-left .image .img-thumbnail {
  padding: 0;
}
#product-info .product-left .image .product_gallery .gallery_carousel {
  padding: 0 30px !important;
  margin: 10px 15px 0 !important;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow {
  width: 1.8rem;
  height: 1.8rem;
}
#product-info .product-left .image .product_gallery .gallery_carousel .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__slide.is-active .item img, 
#product-info .product-left .image .product_gallery .gallery_carousel .splide__slide:hover .item img {
  border-color: var(--global-palette3);
}
#product-info .product-right {
  width: 44.8%;
}
#product-info .product-right .product_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
#product-info .product-right .rating {
  padding-bottom: 12px;
}
#product-info .product-right .rating .fa-stack {
  width: 14px;
}
#product-info .product-right .rating .fa-stack i {
  font-size: 12px;
}
#product-info .product-right .price .price-tax {
  margin: 5px 0 20px 0;
}
#product-info .product-right .meta li {
  padding: 3px 0;
}
#product-info .product-right .meta li strong {
  font-weight: 500;
}
#product-info .product-right #product h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
#product-info .product-right #product .qty {
  margin: 20px 0;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus {
  border: 1px solid var(--border-color);
  margin: 0 10px 0 0;
  width: auto;
  padding: 0;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  background: var(--global-palette7);
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number {
  min-width: 30px;
  margin: 0;
  border: 0;
  padding: 0;
  height: 42px;
  line-height: 30px;
  color: var(--global-palette2);
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  border-radius: 0;
  background: transparent;
  vertical-align: top;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnminus {
  font-size: 26px;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnminus::before {
  content: "−";
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnplus {
  font-size: 20px;
}
#product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number.btnplus::before {
  content: "+";
}
#product-info .product-right #product .qty .op-box.qty-plus-minus #input-quantity {
  width: 36px;
  height: 42px;
  padding: 8px;
  text-align: center;
  border: none;
  margin: 0px;
  display: inline;
  background-color: transparent;
}
#product-info .product-right #product #form-product .form-label {
  font-size: 14px;
  font-weight: 500;
}
#product-info .product-right #product #form-product .radio.form-check {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}
#form-review input.form-check-input {
  border: none;
}
#product-info .form-check-input {
  width: 32px;
  height: 32px;
  appearance: none;
  border: 2px solid #dee2e6;
  transition: all 0.2s ease-in-out;
  padding: 0px;
  position: absolute;
  margin: 0px;
  background: none;
}
#product-info .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
#product-info .form-check .form-check-input {
  float: left;
  margin-left: -1px;
}
#product-info .form-check .form-check-input {
  margin-top: 1px;
}
#product-info .form-check-input:checked {
  background-color: transparent;
  border-color: #000000;
}
#product-info .product-right #product #form-product .radio.form-check .form-check-label {
  font-size: 0;
}
#product-info .product-right #product #form-product .radio img.img-thumbnail  {
  border-radius: 50%;
  width: 30px;
  padding: 2px;
}
#product-info .product-right .wishlist_compare_btn .btn {
  background: transparent;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  color: var(--global-palette2);
}
#product-info .product-right .wishlist_compare_btn .btn::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  float: left;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  padding: 11px 11px;
  background-color: var(--global-palette3);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--border-color);
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist::before {
  -webkit-mask-image: url(../image/wishlist.svg);
          mask-image: url(../image/wishlist.svg);
}
#product-info .product-right .wishlist_compare_btn .btn.compare::before {
  -webkit-mask-image: url(../image/compare.svg);
          mask-image: url(../image/compare.svg);
}
#product-info .product-right .wishlist_compare_btn .btn:hover {
  text-decoration: underline;
}
#product-info .product-sidebar {
  width: 18.2%;
}
#product-info .product_page_tab {
  margin: 50px 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 1px;
}

#product-manufacturer h1 {
  margin-bottom: 14px;
}
#product-manufacturer p {
  color: var(--global-palette6);
}
#product-manufacturer p strong {
  font-weight: 500;
}
#product-manufacturer .manufacturer-list {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  padding: 5px;
}
#product-manufacturer .manufacturer-list .heading {
  background: var(--global-palette7);
  margin-bottom: 6px;
  padding: 5px 8px;
}
#product-manufacturer .manufacturer-list .content {
  padding: 10px;
}
#product-manufacturer .manufacturer-list .content .row {
  gap: 5px;
}
#product-manufacturer .manufacturer-list .content .row a {
  color: var(--global-palette6);
}

#information-information h1 {
  margin-bottom: 35px;
}
#information-information #content {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--global-border-radius);
  min-height: 0;
}
#information-information #content .aboutus {
  clear: both;
  margin-bottom: 30px;
}
#information-information #content .aboutus h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#information-information #content .aboutus:last-child {
  margin-bottom: 0;
}

#account-account #content h2 {
  margin-bottom: 12px;
}
#account-account #content ul.list-unstyled {
  margin-bottom: 25px;
}

#account-address #content h1 {
  margin-bottom: 20px;
}
#account-address #address table td {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px;
}
#account-address #address table td br {
  margin: 10px 0;
}

#account-newsletter #form-newsletter .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#account-newsletter #form-newsletter .row .col-form-label {
  width: auto;
}
#account-newsletter #form-newsletter .row .form-check {
  min-height: unset;
  line-height: 0;
}
#account-newsletter #form-newsletter .row .form-check #input-newsletter {
  margin-top: 0;
}

#accordion .accordion-item .accordion-header .accordion-button:focus, 
#accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--global-palette7);
  -webkit-box-shadow: none;
          box-shadow: none;
}




/************* blogs **********************/
.article-container ul.thumbnails {
  padding: 0;
  margin-bottom: 30px;
}
.article-container ul.thumbnails li {
  list-style: none;
}
h3.article-page-title {
  font-size: 24px;
}
span.block-date {
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.blog-layout.product-list.blog-category.col-6 {
  width: 100%;
  margin-bottom: 30px;
}
.blog-info.col-xl-6 {
  width: 40%;
}
.caption-blog.col-xl-6 {
  width: 60%;
}
#blog-article h4.blog-title {
  font-size: 20px;
  line-height: 24px;
}
#blog-article .blog-read {
  width: auto;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  padding: 8px 0 0;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-decoration: underline;
}

/*--------------Back to top button css------------------*/
.top_button {
	bottom: 20px;
    cursor: pointer;
    height: 38px;
    padding: 0px 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 99;
    font-size: 0px;
    border: 0;
    background: var(--global-palette-highlight);
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    border: 0;
    border-radius: 50%;
}
.top_button:hover {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
/* .top_button:hover:before{
	color: var(--global-palette2);
} */
.top_button::before {
	color: var(--global-palette9);
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.top_button:after {
	bottom: 0;
    height: 37px;
    opacity: 1;
    right: 0;
    content: "";
    position: absolute;
    width: 37px;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 3px;
}
/*********************Contact us page css********************/
#information-contact .card {
  float: left;
  width: 28%;
  margin-right: 30px;
  padding: 20px 20px;
  position: relative;
  z-index: 8;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
#form-contact fieldset {
  border: 1px solid var(--border-color);
  padding: 20px;
}
#information-contact .col-sm-3 {
  width: 100%;
  float: left;
  padding-block: 15px;
  padding-inline: 0;
}
#information-contact .col-sm-3.map {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  padding-top: 0;
}
#information-contact .col-sm-3 img.img-thumbnail {
  border: 0;
  padding: 0;
}
#information-contact .col-sm-3 strong {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
legend {
  font-weight: 500;
  /* color: var(--global-palette1); */
}
#information-contact .col-sm-3 address,
#information-contact .col-sm-3 p {
  color: var(--global-palette6);
}
#information-contact .text-end {
  float: right;
  width: auto;
  margin-top: 30px;
}


/**********************Verticle menu css**********************************/
.bottom-header {
  display: flex;
  align-items: center;
  position: relative;
}
#menu .navbar-toggler i {
  color: var(--global-palette2);
  border-color: var(--global-palette2);
}
#header #menu {
  min-height: inherit;
  position: relative;
  width: 20%;
  border-right: 1px solid #dfe0e1;
  margin-right: 30px;
}
.position-header-bottom {
  float: left;
  width: 100%;
}
#header #menu li.nav-item {
  border-bottom: 1px solid #ededed;
  padding-inline: 20px;
}
#header #menu li.nav-item.dropdown:last-child {
  border-bottom: 0;
}
#header #menu .navbar-toggler {
  border: 0;
  padding: 0;
  margin-right: 20px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--global-palette3);
}
#header #menu .navbar-toggler i {
  color: var(--global-palette2);
  font-size: 19px;
  margin-right: 20px;
}
#header #menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header #menu #navbar-menu {
  top: 42px;
  position: absolute;
  border: 1px solid #ededed;
  /* height: 100%; */
  z-index: 0;
  background-color: var(--global-palette9);
  width: 100%;
  max-width: 280px;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-y: auto;
  overflow: visible;
  float: left;
}
#header #menu #navbar-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
#header #menu #navbar-menu .navbar-header {
  padding: 1em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(1.2em + 24px);
  background: var(--global-palette1);
}
#header #menu #navbar-menu .navbar-header h5 {
  margin-bottom: 0;
}
#header #menu #navbar-menu .navbar-header .close-icon i {
  font-size: 22px;
}
#header #menu #navbar-menu .navbar-nav {
  padding: 10px 0px;
  display: block;
}
#header #menu #navbar-menu .navbar-nav > li > a {
  padding: 8px 0;
}
#header #menu #navbar-menu .navbar-nav .dropdown .dropdown-inner a {
  min-width: unset;
}
#header #menu .dropdown-menu {
  background: #fff;
  width: 100%;
  display: none;
  left: 100%;
  right: auto;
  top: 10px;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
}
#header #menu li.nav-item:hover .dropdown-menu {
  display: block !important;
}
#menu .dropdown-inner {
  float: left;
  width: 100%;
}
#header .megamenu-wrapper .dropdown-menu {
  background: transparent;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  width: 100%;
  display: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
}
.mobile_togglemenu {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  left: auto;
  top: 8px;
  bottom: auto;
  padding: 0;
  display: block;
  line-height: 25px;
  text-align: center;
}
.mobile_togglemenu::before {
  content: "+";
  font-size: 20px;
}
.toggle.active .mobile_togglemenu::before {
  content: "−";
  font-size: 20px;
}
#header #menu #navbar-menu .navbar-nav > li > a.mobile_togglemenu {
  padding: 0;
}
#menu .dropdown-inner ul {
  padding-block: 10px;
}

/******************header cart popup css********************************/
#header #header-cart .dropdown-menu {
  background-color: var(--global-palette9);
  padding: 10px;
  width: 400px;
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: fixed !important;
  inset: 0px 0 auto auto !important;
  transition: transform 0.3s ease-in-out;
}
#header #header-cart .dropdown-menu-end {
  transform: translateX(100%) !important;
  display: flex;
}
#header #header-cart ul.dropdown-menu.dropdown-menu-end.show {
  -webkit-transform: none !important;
    transform: none !important;
    /* display: block; */
}
#header #header-cart .dropdown-menu li {
  min-width: 100%;
  font-size: 14px;
  /* position: relative; */
}
#header #header-cart .dropdown-menu .cart-details {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header #header-cart .dropdown-menu .total-wrapper .table {
    margin-top: 10px;
}
#header #header-cart .cart-button.offer-btn {
    width: 100%;
}
#header #header-cart .dropdown-menu .total-wrapper .table tr td {
    text-align: left !important;
}
#header #header-cart .dropdown-menu .total-wrapper .table tr td:last-child {
    text-align: right !important;
}
#header #header-cart .dropdown-menu .cart-details .table tr {
  border: 0;
  float: left;
  font-size: 13px;
  width: 100%;
  padding: 0 0px 5px;
  overflow: hidden;
}
#header #header-cart .dropdown-menu .cart-details .table tbody {
   margin: 0;
  width: 100%;
  float: left;
  overflow-y: auto;
  padding: 0; 
}
#header #header-cart .cart-close {
  background-image: url(../image/cart-close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#cart-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.cart-header #btnHinge {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.cart-table tbody {
  overflow-y: auto;
  top: 10px;
  bottom: -160px;
  left: 0;
  right: 0;
  position: absolute;
}
/****************Product extended description******************/
#product-info .tab-content {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: var(--global-border-radius);
  float: left;
  width: 100%;
}
.product_page_tab .producttabdescription {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product_page_tab .tab-desc h3 {
  font-weight: 500;
}
.product_page_tab .tab-desc h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

/* ---------- RESET NATIVE MARKER ---------- */
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

summary::-webkit-details-marker {
  display: none;
}

/* ---------- SVG CHEVRON ICON ---------- */
summary::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: currentColor;

  /* SVG chevron (right-facing) */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 3l5 5-5 5z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 3l5 5-5 5z'/%3E%3C/svg%3E") no-repeat center / contain;

  transition: transform 0.25s ease;
  flex-shrink: 0;
}

/* Rotate chevron when open ( > → v ) */
details[open] summary::before {
  transform: rotate(90deg);
}

/* ---------- ACCORDION ANIMATION ---------- */
details > p {
  margin: 0.5rem 0 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
}

/* Open state */
details[open] > p {
  max-height: 500px; /* large enough to fit content */
  opacity: 1;
}

/* ---------- OPTIONAL POLISH ---------- */
summary:hover {
  opacity: 0.85;
}

summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* ---------------- FULL WIDTH HEADER ------------ */

.full-width-header {
  width: 100%;
  overflow: hidden;       /* prevents accidental scrollbars */
  margin-bottom: 2rem;    /* spacing to content below */
}

.full-width-header img {
  width: 100%;            /* always fills the div */
  height: auto;           /* keeps aspect ratio */
  display: block;         /* removes inline gaps */
  max-width: 100%;        /* ensures it never exceeds viewport */
  object-fit: cover;      /* crops elegantly if container changes shape */
}

/* Optional: limit height on small screens */
@media (max-width: 768px) {
  .full-width-header img {
    max-height: 300px;    /* prevents huge images from overwhelming mobile */
  }
}

@media (max-width: 480px) {
  .full-width-header img {
    max-height: 200px;
  }
}

/* ---------------- LOGO RESPONSIVE FIX ---------------- */

/* Center logo container for all screens below desktop */
@media (max-width: 1024px) {
  #logo {
    text-align: center; /* center logo */
    width: 100%;
  }
}

/* Tiny landscape phones (max-width: 480px, max-height: 320px) */
@media (max-width: 480px) and (max-height: 320px) {
  #logo img.img-fluid {
    max-width: 170px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }
}

/* Small phones portrait (max-width: 480px, min-height: 321px) */
@media (max-width: 480px) and (min-height: 321px) {
  #logo img.img-fluid {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }
}

/* Phones (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  #logo img.img-fluid {
    max-width: 250px !important; /* 25% bigger than original */
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }
}

/* Tablets portrait & landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  #logo img.img-fluid {
    max-width: 230px !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
  }
}

/* Desktop: no changes needed (logo stays original size, left-aligned) */

/* ==========================
   Mobile Slider Overlay - Unified for all mobile widths
========================== */

@media (max-width: 991px) {
  /* Overlay and contents */
  #base_slideshow .splide__slide .contents {
    position: absolute !important;
    bottom: 50% !important;          /* vertical position */
    left: 5% !important;             /* horizontal position */
    width: 60% !important;           /* overlay width */
    max-width: 60% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    text-align: left !important;
    color: #fff !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
  }

  /* Heading */
  #base_slideshow .splide__slide .heading {
    font-size: 4vw !important;
    font-weight: bold !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
  }

  /* Subheading */
  #base_slideshow .splide__slide .subheading {
    font-size: 3vw !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
  }

  /* Button */
  #base_slideshow .splide__slide .btn {
    font-size: 2.3vw !important;
    padding: 2vw 4vw !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-weight: bold !important;
    position: relative !important;
    bottom: auto !important;
    margin-top: 12px !important;
  }

  /* Wrapper adjustments */
  #base_slideshow .splide__slide .wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
  }

  /* Image scaling */
  #base_slideshow .splide__slide .image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Slider gap and arrows */
  #slideshow_carousel_0 .splide__list { gap: 10px !important; }
  #base_slideshow .splide__arrows { display: none !important; }
}

/* Mobile landscape phones (480–767px) - fine-tuned */
@media (min-width: 480px) and (max-width: 767px) {
  #base_slideshow .splide__slide .heading {
    font-size: 3.5vw !important;  /* slightly smaller heading */
  }

  #base_slideshow .splide__slide .subheading {
    font-size: 2.3vw !important;  /* smaller subheading */
  }

  #base_slideshow .splide__slide .btn {
    font-size: 1.8vw !important;        /* smaller button text */
    padding: 1.5vw 3vw !important;      /* smaller button size */
    margin-top: 12px !important;
  }
}

/* Product Thumb Price Centering */

/* Center the price block inside the product thumb */
.product-thumb .price {
  display: flex;
  flex-direction: column;   /* stack the price and VAT text vertically */
  align-items: center;      /* horizontally center */
  justify-content: center;  /* vertical centering */
  text-align: center;       /* ensures text inside spans is centered */
  margin: 0 auto;           /* optional: center block within parent */
}

/* Make each price span block level to stack */
.product-thumb .price span {
  display: block;           /* makes each span occupy its own line */
}

/* Main price: slightly larger */
.product-thumb .price .price-new {
  font-size: 1.5em !important; /* main price slightly bigger */
}

/* Ex VAT: make it smaller */
.product-thumb .price .price-tax {
  font-size: 0.65em !important; /* Ex VAT price smaller */
  line-height: 1.2 !important;   /* optional: keep spacing neat */
  color: inherit !important;     /* keep the original color if needed */
}






/* Hide Compare and Wishlist icons on product thumb */

/* Hide Wishlist, Compare, and Eye/View (btn-icon) buttons */
.product-thumb .product_buttons .compare-button,
.product-thumb .product_buttons .wishlist-button,
.product-thumb .product_buttons .btn-icon,
#product .wishlist_compare_btn,
#product .btn-icon {
    display: none !important;
}


/* PRODUCT PAGE – MOBILE ONLY */
@media (max-width: 767px) {

    /* Center the price block */
    .product-right ul.price {
        text-align: center !important;
        width: 100% !important;
        margin: 20px auto !important;
        padding: 0 !important;
    }

    /* MAIN PRICE - Double size */
    .product-right ul.price .price-new {
        font-size: 2.2rem !important;   /* 2x original size */
        font-weight: 700 !important;
        display: block;
        line-height: 1.15;
    }

    /* EX VAT PRICE – Keep original size */
    .product-right ul.price .price-tax {
        font-size: 1rem !important;  /* Original size */
        display: block;
        margin-top: 6px;
        line-height: 1.15;
    }
}




/* Only fix the submenu link text on mobile */
@media (max-width: 991px) {
    body.menu-open .megamenu li.menu-product.with-sub-menu .sub-menu a {
        padding-left: 15px; /* pushes text away from left edge */
        padding-right: 15px; /* optional, for right side */
        box-sizing: border-box;
    }
}

/* Mobile menu highlight + click flash */
@media (max-width: 991px) {

  /* Products submenu links */
  .megamenu li.with-sub-menu .sub-menu a.clicked,
  .megamenu li.with-sub-menu .sub-menu a:focus {
    font-weight: bold;
    color: #107b4b !important;
  }

  .megamenu li.with-sub-menu .sub-menu a.flash {
    background-color: #d4f0ea;
    transition: background-color 0.4s ease-in-out;
  }

	/* Category submenu links */
	.megamenu-wrapper .nav-item .dropdown-menu a.nav-link.clicked,
	.megamenu-wrapper .nav-item .dropdown-menu a.nav-link:focus {
	  font-weight: bold;
	  color: #107b4b !important;
	}

	.megamenu-wrapper .nav-item .dropdown-menu a.nav-link.flash {
	  background-color: #d4f0ea;
	  transition: background-color 0.4s ease-in-out;
	}
	

  /* Category submenu hover state */
  .megamenu-wrapper .nav-item .dropdown-menu .menu-level a.nav-link:hover,
  .megamenu-wrapper .nav-item .dropdown-menu .menu-level a.nav-link:focus {
    color: #107b4b !important;
    font-weight: inherit !important;
  }

  /* Category submenu clicked state */
  .megamenu-wrapper .nav-item .dropdown-menu .menu-level a.nav-link.clicked {
    color: #107b4b !important;
    font-weight: 700 !important;
  }

}
	

/* =========================================================
   BROWSE CATEGORIES (nav#menu) - Desktop flyouts (working)
   ========================================================= */

#header nav#menu .dropdown-inner ul.menu-level,
#header nav#menu .dropdown-inner ul.menu-level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav#menu .dropdown-inner ul.menu-level li {
  position: relative;
}

/* Hide deeper levels by default */
#header nav#menu .dropdown-inner ul.menu-level ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  padding: 10px 0;
  z-index: 9999;
}

/* Show next level on hover (desktop) */
@media (min-width: 992px) {
  #header nav#menu .dropdown-inner ul.menu-level li:hover > ul {
    display: block;
  }
}

/* Arrow indicator for items with children (desktop) */
#header nav#menu .menu-level li.has-children > a.nav-link {
  position: relative;
  padding-right: 26px;
}

#header nav#menu .menu-level li.has-children > a.nav-link::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .65;
}


/* =========================================================
   MOBILE FIX 1: PRODUCTS megamenu should be ONE column only
   (and no nested levels showing)
   ========================================================= */

@media (max-width: 991.98px) {

  /* Force the grid into a single column when the megamenu is open */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories .row {
    display: block !important;
  }

  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories [class*="col-"],
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories .hover-menu {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
  }

  /* If the theme uses CSS columns anywhere */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories .menu ul {
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
  }

  /* Kill nested category ULs inside the Products megamenu on mobile */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories .menu ul ul {
    display: none !important;
  }

  /* Remove right-angle indicators inside Products */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu .categories .menu a b.fa-angle-right {
    display: none !important;
  }

  /* Fix “double spaced” feel */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu a {
    display: block !important;
    padding: 10px 16px !important;
    margin: 0 !important;
    line-height: 0.5 !important;
  }

  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product.with-sub-menu .sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
  }
}

div.col-sm-2.hover-menu {
	padding: 0 !important;
}


/* =========================================================
   MOBILE FIX 2: BROWSE CATEGORIES (nav#menu) = accordion
   - only show children when LI has .open
   ========================================================= */

@media (max-width: 991.98px) {

  /* IMPORTANT: on mobile, NEVER fly-out for Browse Categories */
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul {
    display: none !important;
    position: static !important;
    min-width: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

@media (max-width: 991.98px) {

  #navbar-menu nav#menu .dropdown-inner ul.menu-level,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul ul,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level li,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul li,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  #navbar-menu nav#menu .dropdown-inner ul.menu-level li > a,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul li > a,
  #navbar-menu nav#menu .dropdown-inner ul.menu-level ul ul li > a {
    padding-left: 16px !important;
  }

}

  /* Only show when opened */
  #navbar-menu nav#menu .dropdown-inner ul.menu-level li.open > ul {
    display: block !important;
  }

  /* Use down/up caret on mobile */
  #navbar-menu nav#menu .menu-level li.has-children > a.nav-link::after {
    content: "\f107" !important; /* down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .7;
  }

  #navbar-menu nav#menu .menu-level li.open > a.nav-link::after {
    content: "\f106" !important; /* up */
  }

  /* Bring back iOS “green tap highlight” feel */
  #navbar-menu nav#menu a {
    -webkit-tap-highlight-color: rgba(16,123,75,.25);
  }

  #navbar-menu nav#menu a:active {
    background: rgba(16,123,75,.10) !important;
    color: #107b4b !important;
  }
}

/* =========================================================
   MOBILE (Browse Categories only): remove random gaps + add grey top level
   Scope: #navbar-menu nav#menu (your Browse Categories)
   ========================================================= */
@media (max-width: 991px) {

  /* kill ALL spacing that can create “mystery gaps” */
  body.menu-open #navbar-menu nav#menu ul,
  body.menu-open #navbar-menu nav#menu li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* specifically: nested ULs often have a top/bottom margin in themes */
  body.menu-open #navbar-menu nav#menu ul.menu-level {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* make every link a consistent block/tap target (prevents double-spacing look) */
  body.menu-open #navbar-menu nav#menu a.nav-link {
    display: block !important;
    margin: 0 !important;
    padding: 12px 16px !important;  /* adjust if you want tighter */
    line-height: 1.2 !important;    /* do NOT go too low or it will look odd */
  }

  /* IMPORTANT: remove extra space specifically after parents-with-children */
  body.menu-open #navbar-menu nav#menu li.has-children > a.nav-link {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
  }
  body.menu-open #navbar-menu nav#menu li.has-children > ul {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Grey background ONLY for TOP LEVEL category links (Universal Screws etc) */
  body.menu-open #navbar-menu nav#menu > ul.navbar-nav > li.nav-item > a.nav-link {
    background: #f2f2f2 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    font-weight: 500;
  }

  /* Keep child levels white so the hierarchy is obvious */
  body.menu-open #navbar-menu nav#menu .dropdown-inner a.nav-link {
    background: #fff !important;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
#header .megamenu-wrapper .dropdown-menu {
	background-color: #ffffff;
}
#header .megamenu-wrapper ul.list-unstyled.menu-level {
    padding-top: 0;
}
}

@media (max-width: 991.98px) {

  /* mobile drawer logo */
  .megamenu-wrapper .mobile-drawer-logo {
  display: block !important;
  text-align: center;
  padding: 0px 16px 5px;
  background: #fff;
}

  .megamenu-wrapper .mobile-drawer-logo img {
    display: inline-block;
    max-height: 70px;
    width: auto;
  }

  /* green Categories header */
  .megamenu-wrapper .mobile-drawer-categories-item {
    display: block !important;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
  }

  .megamenu-wrapper .mobile-drawer-categories-label {
    display: block !important;
    background: #107b4b !important;
    color: #fff !important;
    text-align: center;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.2;
    padding: 12px 14px;
    margin: 0;
  }

  /* top-level menu links */
  .megamenu-wrapper > .megamenu-pattern > .container > ul.megamenu > li > a,
  .megamenu-wrapper > .megamenu-pattern > .container > ul.megamenu > li.nav-item > a {
    padding-left: 4px !important;
  }

/* category submenu links */
.megamenu-wrapper ul.megamenu li.nav-item ul.menu-level li > a {
  padding-left: 18px !important;
}

  /* green line at bottom of grey category section */
  .megamenu-wrapper > .megamenu-pattern > .container > ul.megamenu > li.nav-item:last-of-type {
    border-bottom: 8px solid #107b4b !important;
  }
}

@media (max-width: 991.98px) {

  /* mobile category submenu active state */
  #navbar-menu .dropdown-menu .menu-level li > a.nav-link:active,
  #navbar-menu .dropdown-menu .menu-level li > a.nav-link:focus {
    color: #107b4b !important;
  }

}

#navbar-menu .dropdown-menu .menu-level li > a.nav-link.active {
  color: #107b4b !important;
}

@media (max-width: 991.98px) {

  /* Popular Products cards in mobile menu only */
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product .product-thumb .caption h6,
  .megamenu-wrapper.base-megamenu-active .megamenu li.menu-product .product-thumb .caption h6 a {
    line-height: 1.2 !important;
    white-space: normal !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
  }

}

@media (max-width: 991.98px) {
  .megamenu-wrapper .megamenu li.menu-product.with-sub-menu .product-thumb .caption {
    font-size: 10px !important;
  }

  .megamenu-wrapper .megamenu li.menu-product.with-sub-menu .product-thumb .caption p.desc {
    font-size: inherit !important;
    line-height: 1.15 !important;
  }

	}



@media (max-width: 991.98px) {

  /* Popular Products title size in mobile menu */
  .megamenu-wrapper .megamenu li.menu-product .product-thumb .caption h6 a {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

}

	/* Hide product star ratings site-wide */
	.product-thumb .rating,
	#product .rating,
	.quickview .rating,
	.related_product .rating,
	.featured-products .rating,
	.latest-products .rating,
	.special-products .rating,
	.bestseller-products .rating,
	.megamenu .rating {
	  display: none !important;
	}
	

	/* Clearance Products menu item */
	.megamenu a[href*="route=product/special"],
	.megamenu a[href*="route=product/special"] strong,
	.footer-toggle a[href*="route=product/special"] {
	  color: #b30000 !important;
	  transition: background-color 0.25s ease, color 0.25s ease;
	}

	/* Yellow hover background */
	.megamenu a[href*="route=product/special"]:hover,
	.megamenu a[href*="route=product/special"]:hover strong,
	.footer-toggle a[href*="route=product/special"]:hover {
	  background-color: #fff06a !important;
	  color: #b30000 !important;
	}

	/* Keep yellow background when active/current page */
	.megamenu a[href*="route=product/special"].clearance-active,
	.megamenu a[href*="route=product/special"].clearance-active strong,
	.footer-toggle a[href*="route=product/special"].clearance-active {
	  background-color: #fff06a !important;
	  color: #b30000 !important;
	}
	
	/* =========================
	   DESKTOP SIDEBAR CATEGORY TREE
	   ========================= */

	.category-box.sidebar-box .sidebar-title {
    background: #107b4b !important;
    color: #ffffff !important;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
	}

	.category-box.sidebar-box a,
	.category-box.sidebar-box a:hover {
    text-decoration: none !important;
	}

	.category-box.sidebar-box .list-group-item {
    color: #333 !important;
    padding-left: 16px !important;
	}

	.category-box.sidebar-box .list-group-item:hover {
    color: #107b4b !important;
	}

	/* active path */
	.category-box.sidebar-box .main-item.active {
    color: #107b4b !important;
    font-weight: 500 !important;
}

	/* current page */
	.category-box.sidebar-box .current-item {
    color: #0b5f39 !important;
    font-weight: 500 !important;
	}

	/* full arrow marker */
	.category-box.sidebar-box .main-item.active::before,
	.category-box.sidebar-box .current-item::before {
    content: "> ";
    color: #107b4b;
    font-weight: 500;
    display: inline-block;
    margin-right: 4px;
    position: static !important;
    transform: none !important;
	}

	/* hierarchy indentation */
	.category-box.sidebar-box ul > li > ul > li > a {
    padding-left: 28px !important;
	}

	.category-box.sidebar-box ul > li > ul > li > ul > li > a {
    padding-left: 42px !important;
	}

	.category-box.sidebar-box ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
	}
	
	.category-box.sidebar-box .clearance-sidebar-empty {
    padding: 12px 16px;
    color: #666;
    line-height: 1.4;
	}
	
	/* Clearance sidebar product links */
	.clearance-links .list-group-item {
    font-size: 12.5px;
    line-height: 1.3;
    padding: 5px 12px;
	}
	
	.clearance-links .list-group-item {
    font-size: 12.5px;
    line-height: 1.3;
    padding: 5px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	/* Clearance discount badge polish */
.product-thumb .sale-label {
    position: absolute;
    top: 10px;
    left: 10px;

    background: #ffe55c !important;
    color: #c40000 !important;

    font-size: 13px;
    font-weight: 700;

    padding: 5px 9px;
    border-radius: 6px;

    border: 1px solid #e0c84a;

    box-shadow: 0 2px 4px rgba(0,0,0,0.15);

    z-index: 5;
	}

	/* Clearance sidebar header only */
	.category-box.sidebar-box.clearance-sidebar .sidebar-title {
		background: #ffe55c !important;
		color: #c40000 !important;
	}
	
	/* Clearance Add to Basket button */
	.clearance-page .cart_button {
    background: #ffe55c !important;
    color: #c40000 !important;
    border: 1px solid #e0c84a !important;
    font-weight: 500;
    transition: all 0.2s ease;
	}

	/* Hover effect */
	.clearance-page .cart_button:hover {
    background: #ffd84a !important;
    color: #000 !important;
    border-color: #d4b93d !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	}
	
	/* Desktop only: hide the whole Browse Categories panel until hovered/open */
	@media (min-width: 992px) {
	#menu #navbar-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
	}

	#menu:hover #navbar-menu,
	#menu #navbar-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
	}
	}
	
	/* Browse Categories menu hover style */
	#menu #navbar-menu a.nav-link:hover {
    color: #107b4b !important;
    text-decoration: none !important;
	}

	/* Ensure submenu links behave the same */
	#menu #navbar-menu .menu-level a.nav-link:hover {
    color: #107b4b !important;
    text-decoration: none !important;
	}
	
	/* Browse Categories left column background */
	#menu #navbar-menu > ul.navbar-nav {
    background: #f5f5f5;
    border-right: 1px solid #e2e2e2;
	}

	/* Keep submenu flyouts clean */
	#menu #navbar-menu .dropdown-menu {
    background: #ffffff;
	}
	
	/* Subtle shadow for Browse Categories dropdown */
	#menu #navbar-menu {
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
	}

	/* Darker separators between first level items */
	#menu #navbar-menu > ul.navbar-nav > li.nav-item {
    border-bottom: 1px solid #d6d6d6;
	}

	/* Remove border from last item */
	#menu #navbar-menu > ul.navbar-nav > li.nav-item:last-child {
    border-bottom: none;
	}
	
	/* Subtle hover background for first level menu items */
	#menu #navbar-menu > ul.navbar-nav > li.nav-item:hover {
    background: #ececec;
	}

	#menu #navbar-menu > ul.navbar-nav {
    min-width: 260px;
	}
	
	/* Desktop only: sticky left sidebar */
	@media (min-width: 992px) {
	#column-left {
    position: sticky;
    top: 20px;
    align-self: flex-start;
	}
	}
	
	/* Keep product card price area consistent */
	.product-thumb .price {
    min-height: 64px;
	}
	
	footer a:hover {
    color: #107b4b !important;
    text-decoration: none !important;
	}
	
	/* Account login page: stack panels on mobile, Login first */
	@media (max-width: 768px) {
	body.account-login #content > .row {
    display: flex;
    flex-direction: column-reverse;
	}

	body.account-login #content > .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
	}
	}
	
/* Coming Soon Button */

.btn-coming-soon,
.btn-coming-soon:disabled {
  background: #696969 !important;
  color: #FFFFFF !important;
  border-color: #696969 !important;
  opacity: 1 !important;
}

.btn-coming-soon:hover {
  background: #198754 !important;
  border-color: #198754 !important;
  color: #ffffff !important;
}

/* Product Thumb SKU */

.product-sku {
  font-size: 13px;
  color: #6c757d;
  margin: 2px 0;
}

.product-block.product-thumb .content {
  padding-top: 6px !important;
}

.product-block.product-thumb .content .product-sku {
  color: #198754 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 4px !important;
}

.product-block.product-thumb .content .product-size {
  color: #212529 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 0 0 2px !important;
}

.product-block.product-thumb .content .product-pack {
  color: #6c757d !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 8px !important;
}

.product-block.product-thumb .content .description h4 {
  margin: 0 0 8px !important;
  line-height: 1.25 !important;
  font-size: 16px !important;
}

.product-block.product-thumb .content .price {
  margin: 6px 0 !important;
}

.product-block.product-thumb .content .desc {
  margin: 0 0 8px !important;
}

.product-block.product-thumb .description {
  padding-top: 0 !important;
}

.product-block.product-thumb .description h4 {
  min-height: auto !important;
  height: auto !important;
  margin: 0 0 6px !important;
}

.product-block.product-thumb .description h4 a {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.product-block.product-thumb .price {
  margin: 4px 0 !important;
}

.product-block.product-thumb .product_cart_btn {
  margin-top: 8px !important;
}

.product-block.product-thumb .content {
  padding-bottom: 12px !important;
}

/* Megamenu product card meta lines */
.responsive .megamenu .product-thumb .product-sku,
.responsive .megamenu .product-thumb .product-size,
.responsive .megamenu .product-thumb .product-pack {
  text-align: center;
  line-height: 1.15;
  margin: 0;
}

.responsive .megamenu .product-thumb .product-sku {
  color: #198754 !important;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}

.responsive .megamenu .product-thumb .product-size {
  color: #212529;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}

.responsive .megamenu .product-thumb .product-pack {
  color: #6c757d;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Tighten megamenu caption spacing */
.responsive .megamenu .product-thumb .caption h6 {
  margin: 6px 0 6px !important;
  line-height: 1.25;
}

.responsive .megamenu .product-thumb .caption .desc {
  margin-bottom: 6px !important;
}

.responsive .megamenu .product-thumb .caption .price {
  margin-bottom: 0 !important;
}

/* Related products only */
.related_product .product-block.product-thumb .image {
  padding: 14px 14px 8px !important;
  text-align: center !important;
}

.related_product .product-block.product-thumb .image > a {
  display: block !important;
  text-align: center !important;
}

.related_product .product-block.product-thumb .image img {
  max-width: 88% !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

.related_product .product-block.product-thumb .image img.hover-image {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* Compact related product card text spacing */
.related_product .product-block.product-thumb .content {
  padding-top: 6px !important;
  padding-bottom: 12px !important;
}

.related_product .product-block.product-thumb .content .product-sku {
  color: #198754 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 4px !important;
}

.related_product .product-block.product-thumb .content .product-size {
  color: #212529 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 0 0 2px !important;
}

.related_product .product-block.product-thumb .content .product-pack {
  color: #6c757d !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  margin: 0 0 8px !important;
}

.related_product .product-block.product-thumb .description {
  padding-top: 0 !important;
}

.related_product .product-block.product-thumb .description h4 {
  min-height: auto !important;
  height: auto !important;
  margin: 0 0 6px !important;
  line-height: 1.25 !important;
  font-size: 16px !important;
}

.related_product .product-block.product-thumb .description h4 a {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.related_product .product-block.product-thumb .price {
  margin: 4px 0 !important;
}

.related_product .product-block.product-thumb .desc {
  margin: 0 0 8px !important;
}

.related_product .product-block.product-thumb .product_cart_btn {
  margin-top: 8px !important;
}

/* Mobile only pagination centering */
@media (max-width: 767.98px) {

  .pagination {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    width: 100%;
  }

  .pagination li {
    float: none !important;
  }

}

/* Mobile only scroll gutter addition */
@media (max-width: 767.98px) {

  .megamenu-pattern .menu {
    padding-left: 20px !important;
  }

  .megamenu-pattern .menu ul {
    padding-left: 0 !important;
  }

  .megamenu-pattern .menu ul li a {
    display: block;
    padding-left: 12px !important;
  }

}

/* Mobile: Megamenu Categories submenu - create left finger gutter */
@media (max-width: 991.98px) {

  /* Move the submenu block itself */
  .megamenu-wrapper ul.megamenu li.nav-item ul.menu-level {
    padding-left: 16px !important;
    margin-left: 0 !important;
  }

  /* Move each submenu row right */
  .megamenu-wrapper ul.megamenu li.nav-item ul.menu-level li {
    padding-left: 12px !important;
  }

  /* Keep the links neatly aligned within the shifted rows */
  .megamenu-wrapper ul.megamenu li.nav-item ul.menu-level li > a {
    display: block !important;
    padding-left: 6px !important;
  }

}

/* Mobile Categories accordion - flatten all submenu indentation */
@media (max-width: 991.98px) {

  /* Remove indent from all nested levels */
  body.menu-open #navbar-menu nav#menu .dropdown-inner ul.menu-level ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  /* Remove any LI indent on child levels */
  body.menu-open #navbar-menu nav#menu .dropdown-inner ul.menu-level ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  /* Keep every link aligned the same */
  body.menu-open #navbar-menu nav#menu .dropdown-inner ul.menu-level li > a.nav-link,
  body.menu-open #navbar-menu nav#menu .dropdown-inner ul.menu-level ul li > a.nav-link,
  body.menu-open #navbar-menu nav#menu .dropdown-inner ul.menu-level ul ul li > a.nav-link {
    padding-left: 16px !important;
  }
}
	#footer .footer_middle .footer-clearance a {
	  position: relative;
	  display: inline-block;
	  z-index: 1;
	}

	#footer .footer_middle .footer-clearance a::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: calc(100% + 30px);
	  height: calc(100% + 18px);
	  background: #f7ea8a;
	  transform: translate(-50%, -50%);
	  z-index: -1;
	  opacity: 0;
	  transition: opacity 0.2s ease;
	}

	#footer .footer_middle .footer-clearance a:hover::before {
	  opacity: 1;
	}

	#footer .footer_middle .footer-clearance a:hover {
	  color: #d91f11 !important;
	  text-decoration: none !important;
	}
	
.price.list-unstyled li.delivery-msg {
  display: inline-flex;
  align-items: center;
  color: #146c43 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px 6px 34px;
  border-radius: 4px;
  margin-top: 8px;
  border: 2px solid #bcdccf;

  background-image: url("/image/catalog/SD-Icon.png?v=2");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: 4px center;
}

.price.list-unstyled li.delivery-msg-warning {
  color: #6b5200 !important;
  background-color: #fff4b8 !important;
  border-color: #ffd43b !important;
}

.price.list-unstyled li.delivery-msg-success {
  color: #146c43 !important;
  background-color: #d1e7dd !important;
  border-color: #a3cfbb !important;
}
	
	.mini-cart-qty {
	  display: flex;
	  align-items: center;
	  justify-content: flex-end; /* 👉 right align */
	  gap: 2px;
	  margin-top: 4px;
	}

	.mini-cart-qty-input {
	  width: 32px !important;
	  height: 26px;
	  text-align: center;
	  padding: 0;
	  font-size: 13px;
	}

	.mini-cart-qty-btn {
	  width: 26px;
	  height: 26px;
	  padding: 0;
	  border: 1px solid #ccc;
	  background: #f8f9fa;
	  cursor: pointer;
	  font-size: 14px;
	}
	
/* Mini cart qty: exact target, tighter and smaller */
.cart_detail .cart-details td.title .mini-cart-qty {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin-top: 0 !important;
  vertical-align: top !important;
}

.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-btn,
.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-input {
  display: block !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f3f3f3 !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 24px !important;
  color: #212529 !important;
}

.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-btn {
  font-size: 16px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-input {
  font-size: 14px !important;
  text-align: center !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-input::-webkit-outer-spin-button,
.cart_detail .cart-details td.title .mini-cart-qty .mini-cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* pull the qty block closer to the product title */
.cart_detail .cart-details td.title br,
.cart_detail .cart-details td.title br + * {
  line-height: 1 !important;
}

/* Align mini cart image with text */
.cart_detail .cart-details td.image {
  vertical-align: top !important;
}

.cart_detail .cart-details td.image img {
  margin-top: 4px !important;
}

/* Header cart text styling */
#header-cart .header_cart_item {
  line-height: 1.1;
}

#header-cart .header_cart_item .title {
  color: #000;
  text-decoration: none;
}

#header-cart .header_cart_item .label {
  color: #000;
  text-decoration: none;
}

#header-cart .header_cart_item:hover .title,
#header-cart .header_cart_item:hover .label {
  color: #146c43;
  text-decoration: none;
}

/* Header phone number */
#header .header_contact .label {
  color: #000 !important;
  text-decoration: none !important;
}

#header .header_contact:hover .label {
  color: #146c43 !important;
  text-decoration: none !important;
}

/* Remove underline from My Account link completely */
#header .header_account,
#header .header_account * {
  text-decoration: none !important;
  border-bottom: none !important;
}

#header .header_account {
  color: #000 !important;
}

#header .header_account:hover,
#header .header_account:hover * {
  color: #146c43 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Megamenu Popular Product image size */
.megamenu-wrapper .product-thumb .image img.lazyload {
  max-width: 82% !important;
  max-height: 82% !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Payment method button sizing */
#checkout-payment #paypal_button,
#checkout-payment #googlepay_button {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep PayPal and Pay Later same visual width as Google Pay */
#checkout-payment #paypal_button_container,
#checkout-payment #googlepay_button_container {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

/* Card payment box */
#checkout-payment #paypal_card {
  max-width: 680px;
  margin: 26px auto 0;
}

/* Card container styling */
#checkout-payment #paypal_card_container {
  padding: 22px 26px 20px;
  border: 2px solid #d1e7dd;
  border-radius: 6px;
  background: #f8fffb;
}

/* Card heading */
#checkout-payment #paypal_card_container::before {
  content: "Pay securely by Credit or Debit Card";
  display: block;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #d1e7dd;
  color: #146c43;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* Make the disabled card area feel intentional */
#checkout-payment #paypal_card_button:disabled {
  background: #d6d8db !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

#checkout-payment #paypal_card_form {
  margin-bottom: 0;
}

#checkout-payment #paypal_card_container .card-button {
  margin-bottom: 0;
}

/* Information sidebar links */
.sidebar .nav-tabs li a:hover,
.sidebar .nav-tabs li a:focus {
    color: #198754 !important;
    text-decoration: none !important;
}