@charset "UTF-8";
/*
Theme Name: Avanam
Version: 1.0.0
*/
#content {
  min-height: inherit;
}

#common-home {
  overflow: hidden;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-family: var(--global-body-font-family);
  color: var(--global-palette4);
}

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url("../image/ajax-loader.gif") 50% 50% no-repeat #fff;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: var(--global-content-width);
  padding: 0 var(--global-container-padding);
}

.btn {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: var(--global-btn-radius);
  padding: 13px 24px;
  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);
}
legend {
  color: var(--global-palette2);
  font-weight: 500;
}
a {
  color: var(--global-palette-highlight);
}
a:hover {
  color: var(--global-palette-highlight-alt);
}

label {
  font-size: 13px;
}
.form-label {
  font-size: 14px;
}
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;
}
.accordion-button {
  font-size: 14px;
  letter-spacing: 0.5px;
}
section {
  margin: 0 0 60px 0;
  float: left;
  width: 100%;
}

ul {
  margin-bottom: 0;
}

img {
  border-radius: var(--global-border-radius);
  max-width: 100%;
}
body.menu-open {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@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 {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: auto !important;
}
#alert .alert {
  right: 0;
  width: 490px;
  background: #68CD86;
  color: #fff;
  border-left: 6px solid #408d58;
  border-radius: 0;
}
.alert.alert-success.alert-dismissible{
  color: #fff;
  background: #68CD86;
  border-left: 6px solid #408d58;
}
#top #alert a {
  color: #ffffff;
}
#alert .btn-close,.alert.alert-success.alert-dismissible .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: 22px;
  background-position: center;
  opacity: 1;
  padding: 15px 10px;
  width: 20px;
  height: 20px;
}
#alert .alert.alert-danger.alert-dismissible {
  background: #ffe3e0;
  border-left: 6px solid #f63f37;
  color: var(--global-palette3);
  bottom: 20px;
}
/******************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 {
  transform: none !important;
}
#header #header-cart .dropdown-menu li {
  min-width: 100%;
  font-size: 14px;
  position: relative;
}
#header #header-cart .dropdown-menu li .total-wrapper .table {
    margin-top: 10px;
}
#header #header-cart .cart-button.offer-btn {
    width: 100%;
}
#header #header-cart .dropdown-menu li .total-wrapper .table tr td {
    text-align: left !important;
}
#header #header-cart .dropdown-menu li .total-wrapper .table tr td:last-child {
    text-align: right !important;
}
.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;
}
/******************end header cart popup css********************************/



.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);
}
.splide .splide__arrows .splide__arrow:disabled {
  opacity: 1;
}

.title-wrapper {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.dropdown-menu {
  border: 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;
  color: var(--global-palette2);
}
.dropdown-menu.show {
  inset: 17px 0px auto auto !important;
}
#column-left, #column-right {
  width: 23.2%;
}

/* 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;
  gap: 30px;
}

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

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

h1 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h3 {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h4 {
  font-size: 22px;
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.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-palette1);
  min-height: 40px;
  padding: 0;
  border-bottom: 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;
}
#top .nav #base_top_cms span {
  color: var(--global-palette9);
  font-size: 14px;
}

#header .header_middle {
  padding: 0 50px;
  border-bottom: 1px solid var(--border-color);
}
#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_middle .wrapper .header_contact {
  color: var(--global-palette3);
  font-weight: 500;
}
#header .header_middle .wrapper .header_contact:hover {
  color: var(--global-palette1);
}
#header .header_middle .wrapper .lang_currency .list-inline {
  text-align: right;
}
#header .header_middle .wrapper .lang_currency .list-inline .list-inline-item:not(:last-child) {
  margin-right: 2.3rem;
}
#header .header_middle .wrapper .lang_currency .drop_currency a.dropdown-toggle {
  color: var(--global-palette3);
}
#header .header_middle .wrapper .lang_currency .drop_currency a.dropdown-toggle:hover {
  color: var(--global-palette1);
}
#header .header_middle .wrapper .lang_currency .drop_currency a.dropdown-toggle span {
  font-size: 14px;
  font-weight: 500;
}
#header .header_middle .wrapper .lang_currency .language span.title, #header .header_middle .wrapper .lang_currency .language i {
  color: var(--global-palette3);
  font-size: 14px;
}
#header .header_middle .wrapper .lang_currency .language span.title:hover, #header .header_middle .wrapper .lang_currency .language i:hover {
  color: var(--global-palette1);
}
#header .header_middle .wrapper .lang_currency .dropdown {
  padding: 11px 0;
}
#header .header_middle .wrapper .lang_currency .dropdown .dropdown-toggle {
  cursor: pointer;
}
#header .header_middle .wrapper .lang_currency .dropdown img {
  border-radius: 0;
}
#header .header_middle .wrapper .lang_currency .dropdown .dropdown-menu {
  inset: 100% auto auto 0px !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
#header .header_middle .wrapper .lang_currency .language.dropdown .dropdown-menu {
  inset: 100% 0px auto auto !important;
}
.lang_currency .fa-caret-down:before {
  content: "\f107";
  font-size: 12px;
}
#header .header_bottom {
  padding: 0 50px;
}
#header .header_bottom .wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5fr auto;
  grid-template-columns: auto 1.5fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-search {
  width: 620px;
}
#header #search {
  margin-bottom: 0;
}
#header #search .form-control-lg {
  height: 45px;
  padding: 0 18px;
  border: 2px solid var(--global-palette1);
}
#header #search .btn-lg {
  font-size: 14px;
  padding: 10px 20px;
  height: 45px;
  border: 0;
  text-shadow: none;
}
#header #search .btn-lg:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette3);
}
#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: 600;
}
#header #header-cart .btn-lg span.label:hover {
  color: var(--global-palette2);
}
#header #header-cart .btn:hover {
  color: var(--global-palette3);
}
#header #header-cart .cart_image {
  width: 22px;
  height: 22px;
  background-image: url(../image/header-cart.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header #header-cart .cart_image:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
#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;
  font-size: 13px;
}
#header #header-cart .dropdown-menu li .table {
  border: medium none;
  position: relative;
}
#header #header-cart .dropdown-menu li .table tr {
  border: 0;
}
#header #header-cart .dropdown-menu li .table tr td {
  padding: 7px 0.25rem;
  border: 0;
}
#header #header-cart .dropdown-menu li .table tr td.image {
  padding: 7px 10px 7px 0rem;
}
#header #header-cart .dropdown-menu li .table tr td.image a img {
  max-width: none;
  width: auto;
}
#header #header-cart .dropdown-menu li .table tr td.title a {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  color: var(--global-palette2);
}
#header #header-cart .dropdown-menu li .table tr td.title a:hover{
  color: var(--global-palette1);
}
#header #header-cart .dropdown-menu li .table tr td.delete button.btn {
  padding: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
  color: #d9534f;
}
#header #header-cart .dropdown-menu li .table tr td.delete button.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header #header-cart .dropdown-menu li .total-wrapper {
  border-top: 1px solid var(--border-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--global-palette9);
}
#header #header-cart .dropdown-menu li .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(--bs-border-radius-xl);
  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_account {
  position: relative;
  margin-right: 20px;
}
#header .header_account span.title {
  font-size: 12px;
}
#header .header_account span.label {
  font-size: 15px;
  font-weight: 600;
}
#header .header_account span.label:hover {
  color: var(--global-palette2);
}
#header .myaccount > a > span {
  width: 22px;
  height: 22px;
  background-image: url(../image/header-account.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header .myaccount > a > span:hover, #header .header_wishlist > a:hover::before, #header .header-compare > a:hover::before {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
#header .header_wishlist {
  position: relative;
}
#header .header_wishlist > a {
  height: 22px;
  width: 22px;
  display: block;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header .header_wishlist > a::before {
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../image/header-wishlist.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header .header_wishlist span.wishlist-title {
  display: none;
}
#header .header-compare {
  position: relative;
}
#header .header-compare > a {
  height: 22px;
  width: 22px;
  display: block;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header .header-compare > a::before {
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../image/header-compare.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 600ms ease-in-out 0s;
  -webkit-transition: all 600ms ease-in-out 0s;
  -moz-transition: all 600ms ease-in-out 0s;
  -o-transition: all 600ms ease-in-out 0s;
  -ms-transition: all 600ms ease-in-out 0s;
}
#header .header-compare span.compare-title {
  display: none;
}
#header .header-compare{
  position: relative;
  margin-right: 25px;
}
 #header .header_wishlist {
  position: relative;
  margin-right: 30px;
}
#header .header-compare span.counter, #header .header_wishlist span.counter {
  position: absolute;
  top: -5px;
  right: -17px;
  background: var(--global-palette1);
  color: var(--global-palette9);
  height: 1.6em;
  width: 1.6em;
  font-size: 13px;
  -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;
}
#header #menu {
  background-color: transparent;
  border: 0;
  background-image: none;
  color: var(--global-palette3);
  margin: auto;
}
#header #menu .navbar-nav > li > a {
  color: #000;
  text-shadow: none;
  font-size: 15px;
  font-weight: 500;
  padding: 34px 17px 34px 17px;
}
#header #menu .navbar-nav > li > a:hover {
  background-color: transparent;
  color: var(--global-palette1);
}
#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-palette3);
}
#header #menu .navbar-nav .dropdown .dropdown-inner a:hover {
  background-image: none;
  color: var(--global-palette1);
}
#header #menu .navbar-nav .dropdown .see-all {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--global-palette1);
}
#header #menu .navbar-nav .dropdown .see-all:hover, #header #menu .navbar-nav .dropdown .see-all:focus {
  color: var(--global-palette2);
  background-color: transparent;
  background-image: none;
}

.common-home #footer {
  margin-top: 0;
}

#footer {
  margin-top: 60px;
  border-top: 0;
}
#footer a {
  color: var(--global-palette3);
}
#footer p {
  color: var(--global-palette3);
  line-height: 26px;
}
#footer .footer_top {
  padding: 98px 0;
  background-color: var(--global-palette7);
  background-image: url(../image/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #1e1e1e;
}
#footer .footer_middle {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: var(--global-palette9);
  border-bottom: 1px solid var(--border-color);
}
#footer h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 22px;
  color: var(--global-palette3);
  font-family: var(--global-heading-font-family);
}
#footer .footer_middle li + li {
  margin-top: 10px;
}
#footer .footer_middle a:not(.mobile_togglemenu) {
  font-size: 14px;
  letter-spacing: 0;
}
#footer .footer_middle a:not(.mobile_togglemenu):hover {
  color: var(--global-palette1);
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-contact li span {
  color: var(--global-palette3);
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social {
  margin-top: 20px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li + li {
  padding-left: 10px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li a:hover {
  background-color: var(--global-palette1);
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li a:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li a {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 34px;
  background-color: var(--global-palette7);
  border-radius: 50%;
  color: var(--global-palette9);
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li a img {
  margin-bottom: 0;
}
#footer .footer_bottom {
  background: var(--global-palette9);
  padding: 30px 0;
}
#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;
}
#footer .footer_bottom .bottom-content p {
  font-size: 14px;
}

.product-wrapper.splide .splide__arrows .splide__arrow, 
.related_carousel.splide .splide__arrows .splide__arrow {
  top: -35px;
  background: var(--global-palette7);
  color: var(--global-palette3);
}
.product-wrapper.splide .splide__arrows .splide__arrow:hover, 
.related_carousel.splide .splide__arrows .splide__arrow:hover {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.product-wrapper.splide .splide__arrows .splide__arrow.splide__arrow--next,
 .related_carousel.splide .splide__arrows .splide__arrow.splide__arrow--next{
  right: 0;
}
.product-wrapper.splide .splide__arrows .splide__arrow.splide__arrow--prev, 
.related_carousel.splide .splide__arrows .splide__arrow.splide__arrow--prev{
  left: auto;
  right: 44px;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
  margin-bottom: 0;
}
.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: 10px;
  left: 10px;
  background: var(--global-palette-btn-bg);
  font-size: 10px;
  color: var(--global-palette-btn);
  line-height: 15px;
  padding: 2px 10px;
  border-radius: var(--global-border-radius);
}
.product-thumb:hover .image .hover-image {
  opacity: 1;
}
.product-thumb .description {
  padding: 20px;
}
.product-thumb .description h6 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-thumb .description h6 a {
  color: var(--global-palette3);
}
.product-thumb .description h6 a:hover {
  color: var(--global-palette1);
}
.product-thumb .description .rating {
  padding-bottom: 2px;
}
.product-thumb .description .rating .fa-stack {
  width: 12px;
}
.product-thumb .description .rating .fa-stack .fa-star {
  font-size: 12px;
}
.product-thumb .description .desc {
  display: none;
}
.product-thumb .description .product_cart_btn button.cart_button {
  color: var(--global-palette3);
  background-color: var(--global-palette7);
  margin: 8px 0 0;
}
.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: 36px;
  height: 36px;
  line-height: 36px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
.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);
  vertical-align: top;
  border-radius: 50%;
  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-palette3);
  font-weight: 600;
  font-size: 15px;
}
.price .price-old {
  color: var(--global-palette4);
}
.price .price-tax {
  font-size: 14px;
  color: var(--global-palette4);
}

.product-list .product-thumb {
  padding: 0px;
}
.product-list .product-thumb .product_buttons .offer-btn {
  display: inline-block;
}
.product-list .product-thumb .description {
  padding: 20px;
}
.product-list .product-thumb .description h6 {
  margin-bottom: 6px;
}
.product-list .product-thumb .description .rating {
  margin-bottom: 4px;
}
.product-list .product-thumb .description .desc {
  margin-bottom: 0px;
  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;
  margin-bottom: 20px;
}
.nav.nav-tabs .nav-item .nav-link {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: var(--global-palette3);
  margin-right: 40px;
}
.nav.nav-tabs .nav-item .nav-link:after {
  content: "";
  background-color: #bbb;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: auto;
  right: -20px;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--global-palette3);
}
.nav.nav-tabs .nav-item a.nav-link.active {
  color: var(--global-palette1);
}
.nav.nav-tabs .nav-item:last-child .nav-link::after {
  display: none;
}

#base_manufacturer .brand-wrapper img {
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#base_manufacturer .brand-wrapper img:hover {
  opacity: 1;
}

#base_cms_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#base_cms_banner .stickyscroll {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#base_cms_banner .stickyscroll .scroll-item {
  width: auto;
}
#base_cms_banner .left-banner .banner-wrapper .content .title {
  margin: 0 0 44px 0;
}
#base_cms_banner .left-banner .banner-wrapper .content .cms_button .btn {
  padding: 12px 24px;
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  text-decoration: none;
}
#base_cms_banner .left-banner .banner-wrapper .content .cms_button .btn:hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
}
#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: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 50px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_cms_banner .banner-wrapper .content .label {
  margin: 0 0 16px;
}
#base_cms_banner .banner-wrapper .content .title {
  margin: 0 0 18px 0;
}
#base_cms_banner .banner-wrapper .content .cms_button .btn {
  padding: 0;
  background-color: transparent;
  color: var(--global-palette3);
  text-decoration: underline;
}
#base_cms_banner .banner-wrapper .content .cms_button .btn:hover {
  color: var(--global-palette1);
}
#base_cms_banner_2 .stickyscroll {
  gap: 30px;
}
#base_cms_banner_2 .stickyscroll .scroll-item {
  width: auto;
  max-width: 50%;
}
#base_cms_banner_2 .banner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
}
#base_cms_banner_2 .banner-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#base_cms_banner_2 .banner-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#base_cms_banner_2 .banner-wrapper .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 50px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_cms_banner_2 .banner-wrapper .content .label {
  margin: 0 0 16px;
}
#base_cms_banner_2 .banner-wrapper .content .title {
  margin: 0 0 18px 0;
}
#base_cms_banner_2 .banner-wrapper .content .cms_button .btn {
  padding: 0;
  background-color: transparent;
  color: var(--global-palette3);
  text-decoration: underline;
}
#base_cms_banner_2 .banner-wrapper .content .cms_button .btn:hover {
  color: var(--global-palette1);
}

#base_service_block {
  padding: 0 50px;
}
#base_service_block .stickyscroll {
  padding-bottom: 0;
  gap: 0;
}
#base_service_block .scroll-item {
  width: 25%;
}
#base_service_block .scroll-item:last-child .service-wrapper::after {
  display: none;
}
#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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#base_service_block .service-wrapper .service-img img {
  border-radius: 0;
}
#base_service_block .service-wrapper .service-content .desc {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--global-palette3);
  line-height: 1.38;
}
#base_service_block .service-wrapper:hover .service-img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

#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: 30px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 3;
}
#base_left_banner .left-banner-content span {
  color: var(--global-palette3);
  font-size: 17px;
}
#base_left_banner .left-banner-content .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

#product-category #content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
#product-category #content .category-header .image {
  width: 23%;
}
#product-category #content .category-header .description {
  width: 77%;
}
#product-category .title-description h3 {
  font-size: 28px;
  font-weight: 500;
}
#product-category .title-description ul {
  padding-left: 0;
}
#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-palettte3);
  display: inline-block;
  padding: 10px 25px;
  border-radius: var(--global-btn-radius);
}
#product-category .title-description ul li a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
#product-category #product-list.row {
  --bs-gutter-x: 1.25rem;
}

#display-control {
  background: var(--global-palette7);
  padding: 10px;
  margin: 0 0 30px 0;
  border-radius: 4px;
}
#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-btn-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-hover.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-hover.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);
  border-radius: 4px;
  padding: 10px 15px;
  margin: 10px 0 0;
  -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: 10px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link {
  border: 0;
  color: var(--global-palette3);
}
#pagination-wrapper .page-link .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#pagination-wrapper .page-link .pagination .page-item .page-link:hover {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
#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: 0px;
  border: none;
}
#column-left .sidebar-box .sidebar-title, #column-right .sidebar-box .sidebar-title {
  background-color: inherit;
  color: var(--global-palette3);
  font-family: var(--global-body-font-family);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px 0px;
}
#column-left .list-group-item, #column-right .list-group-item {
  border: 0;
  padding: 5px 0px;
}
#column-left .list-group-item.active, #column-right .list-group-item.active {
  background-color: transparent;
  color: var(--global-palette3);
}
#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 {
  color: var(--global-palette1);
}
#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: 5px 0px;
  display: block;
  color: var(--global-palette3);
}
#column-left .sidebar .nav.nav-tabs li a:hover, #column-right .sidebar .nav.nav-tabs li a:hover {
  color: var(--global-palette2);
}

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

#product-info .product-left {
  width: 44.3%;
}
#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: 55.7%;
}
#product-info .product-right .product_title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--global-body-font-family);
  color: var(--global-palette3);
}
#product-info .product-right .rating {
  padding-bottom: 12px;
}
ul.megamenu > li .product-thumb .caption .rating{
  padding-bottom: 5px;
}
#product-info .product-right .rating .fa-stack,ul.megamenu > li .product-thumb .caption .rating .fa-stack {
  width: 14px;
}
#product-info .product-right .rating .fa-stack i,ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star {
  font-size: 12px;
}
#product-info .product-right .rating a.review_count {
  color: var(--global-palette3);
}
#product-info .product-right .price {
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
}
#product-info .product-right .price .price-tax {
  margin: 5px 0 20px 0;
}
#product-info .product-right .meta li {
  padding: 3px 0;
  font-size: 15px;
  color: var(--global-palette3);
}
#product-info .product-right .meta li strong {
  font-weight: 600;
}
#product-info .product-right #product h5 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
  font-family: var(--global-body-font-family);
}
#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;
  display: inline-block;
  vertical-align: top;
  background: var(--global-palette7);
  border-radius: 4px;
}
#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: 40px;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  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: 20px;
}
#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: 40px;
  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: 15px;
  font-weight: 600;
}
#product-info .product-right #product #form-product .radio.form-check {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  height: 32px;
    width: 32px;
}
#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;
  cursor: pointer;
}
#product-info .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow:none;
}
#product-info .form-check .form-check-input {
  float: left;
  margin: -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 #product #form-product .radio img.img-thumbnail:active, #product-info .product-right #product #form-product .radio img.img-thumbnail:focus {
  border-color: red;
}
#product-info .product-right .wishlist_compare_btn .btn {
  background: transparent;
  padding: 0;
  color: var(--global-palette3);
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#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;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: var(--global-palette3);
}
#product-info .product-right .wishlist_compare_btn .btn:hover::before {
  background-color: var(--global-palette1);
}
#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 {
  color: var(--global-palette1);
}
#product-info .product_page_tab {
  margin: 70px 0;
}
#product-info .product_page_tab .nav.nav-tabs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 14px;
}
.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;
  border-radius: 4px;
}
#product-manufacturer .manufacturer-list .heading {
  background: var(--global-palette7);
  margin-bottom: 6px;
  padding: 5px 8px;
  border-radius: 4px;
}
#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-palette4);
}
#product-manufacturer .manufacturer-list .content .row a:hover {
  color: var(--global-palette3);
}

#information-information h1 {
  margin-bottom: 35px;
}
#information-information #content {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  border: 1px solid var(--border-color);
  min-height: 0;
  border-radius: 4px;
}
#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;
}


/*********************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);
}
#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%;
}
#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;
}
/******************Blog page css***********************/

.article-container .image ul.thumbnails {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.article-container .singblog-description.blog-text span.block-date {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.article-container h3.article-page-title,.article-container span p {
  float: left;
  width: 100%;
}
.blog-layout.product-list.blog-category.col-6 {
  width: 100%;
  margin-bottom: 30px;
}
h4.blog-title a {
  color: var(--global-palette3);
}
h4.blog-title {
  margin-top: 10px;
}
.blog-group a.blog-read {
  color: var(--global-palette3);
  background-color: var(--global-palette7);
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 0;
  padding: 9px 22px;
  float: left;
  width: auto;
}
.blog-group a.blog-read:hover {
  color: var(--global-palette9);
  background-color: var(--global-palette3);
}
.blog-layout .blog-text span {
  color: var(--global-palette6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*******************Back to top button css*****************/
.top_button {
  bottom: 20px;
  cursor: pointer;
  height: 38px;
  padding: 0px 12px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 38px;
  z-index: 99;
  font-size: 0px;
  border: 1px solid #000000;
  background: var(--global-palette2);
  -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-radius: 50%;
}
.top_button:hover {
    background-color: var(--global-palette1);
    border: 1px solid var(--global-palette1);
    color: #fff;
	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: #fff;
}
.top_button::before {
  color: var(--global-palette9);
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
  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: 0px;
}

/****************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: 600;
}
.product_page_tab .tab-desc h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}